.OaManageSubscriptions {
    background-color: #fff;
    border: 1px solid #d9d2d0;
    padding: 10px;

    &-panel-header {
        border-bottom: 1px solid #d9d2d0;
        height: 30px;
    }

    &-panel-content-note {
        font-size: 10px;
        font-style: italic;
        margin-top: 5px;
    }

    &-error {
        color: #d54236;
    }

    &-success {
        color: #78a22f;
    }

    &-content-section {
        padding-top: 10px;
    }

    &-spike-inputs {
        display: block;
        input,
        button {
            display: inline-block;
            height: 21px;
        }
    }

    &-digest-inputs {
        display: block;
        input,
        button {
            display: inline-block;
            height: 21px;
        }
    }

    &-trending-inputs {
        display: block;
    }

    &-spike-label-input {
        padding-left: 10px;
        width: 250px;
    }

    &-digest-label-input {
        padding-left: 10px;
        width: 250px;
    }

    &-spike-buttons {
        display: inline-block;
        height: 20px;
        padding-left: 10px;
    }

    &-digest-buttons {
        display: inline-block;
        height: 20px;
        padding-left: 10px;
    }

    &-trending-buttons {
        display: inline-block;
        height: 20px;
        padding-left: 10px;
        vertical-align: top;
    }

    &-subscribe-button {
        background-color: #ff893e;
        color: #fff;
        :focus {
            box-shadow: 0 0 4px 0 rgba(2, 110, 173, .5);
        }
    }

    &-unsubscribe-button {
        background: linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, #f2f2f2 100%);
        color: #6d6565;
    }

    &-content-section-label {
        color: #4a4a4a;
        font-family: Rubik;
        font-size: 10px;
        font-weight: 500;
        text-transform: none;
    }

    table {
        width: 425px;
    }

    th,
    td {
        border: 1px solid #d9d2d0;
        padding: 5px;
    }

    input {
        border: 1px solid #bab7b7;
        border-radius: 3px;
    }

    input::placeholder {
        color: #aaa;
        font-family: Rubik, sans-serif;
    }

    button {
        border: 1px solid #d9d2d0;
        border-radius: 3px;
        font-size: 10px;
        height: 21px;
        margin-left: 5px;
    }

    .select-input-trending {
        display: inline-block;
        width: 250px;
    }

    .Select-input {
        height: 20px;
        input {
            border: none;
            padding-top: 6px;
        }
        line-height: 20px;
    }

    .Select-value-label {
        line-height: 20px;
        span {
            line-height: 20px;
        }
    }

    .Select-value {
        line-height: 20px;
        padding-top: 3px;
    }

    .Select-clear {
        padding-top: 3px;
    }

    .Select-control {
        line-height: 20px;
    }

    .Select-control {
        height: 20px;
    }

    .Select-placeholder {
        line-height: 20px;
    }

    /* stylelint-disable selector-class-pattern */
    .Select-placeholder,
    .Select--single > .Select-control .Select-value {
        color: #aaa;
        line-height: 20px;
    }
    /* stylelint-enable selector-class-pattern */
}
