.mainboxDiv {
    max-width: 100% !important;
}

#all_segment_list {
    overflow: scroll;
}

#campaignsHeaderSearch {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#segment-attribute-ul {
    height: 800px;
    overflow: scroll;
}

.tablet-segment-report tr {
    text-align: center;
}

.ms-options-wrap {
    max-width: 300px !important;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    height: 44px !important;
    border-radius: 5px !important;
    border: 1px solid #e4eaec !important;
}

.segment_val button {
    border: none !important;
    padding-top: 5px !important;
    background-color: #eee !important;
    border-radius: 10px;
    height: 44px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#segment-title-ul {
    font-weight: bold;
}

.segment-attribute-ul label {
    font-size: 14px;
}

.segment_val input.segment_value {
    height: 43px;
    border-radius: 10px;
}

.segment_val input[type=number]::-webkit-inner-spin-button,
.segment_val input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    position: unset !important;
    left: 0px !important;
}


.different_bgcolor:nth-child(2n+2) .mt-card-item {
    background-color: #e6ecff;
}

@media (min-width: 480px) {

    .different_bgcolor:nth-child(2n+2) .mt-card-item {
        background-color: initial;
    }

    /* .col-sm-6 */
    .different_bgcolor:nth-child(4n+3) .mt-card-item,
    .different_bgcolor:nth-child(4n+4) .mt-card-item {
        background-color: #e6ecff;
    }
}


@media (min-width: 768px) {

    .different_bgcolor:nth-child(2n+2) .mt-card-item {
        background-color: initial;
    }

    .different_bgcolor:nth-child(4n+3) .mt-card-item,
    .different_bgcolor:nth-child(4n+4) .mt-card-item {
        background-color: initial;
    }

    /* .col-md-4 */
    .different_bgcolor:nth-child(6n+4) .mt-card-item,
    .different_bgcolor:nth-child(6n+5) .mt-card-item,
    .different_bgcolor:nth-child(6n+6) .mt-card-item {
        background-color: #e6ecff;
    }
}

@media (min-width: 992px) {
    /* col-lg-3 */

    .different_bgcolor:nth-child(2n+2) .mt-card-item {
        background-color: initial;
    }

    .different_bgcolor:nth-child(6n+4) .mt-card-item,
    .different_bgcolor:nth-child(6n+5) .mt-card-item,
    .different_bgcolor:nth-child(6n+6) .mt-card-item {
        background-color: initial;
    }

    .different_bgcolor:nth-child(4n+3) .mt-card-item,
    .different_bgcolor:nth-child(4n+4) .mt-card-item {
        background-color: initial;
    }

    .different_bgcolor:nth-child(8n+5) .mt-card-item,
    .different_bgcolor:nth-child(8n+6) .mt-card-item,
    .different_bgcolor:nth-child(8n+7) .mt-card-item,
    .different_bgcolor:nth-child(8n+8) .mt-card-item {
        background-color: #e6ecff;
    }
}

.scorecard_metrics_container .optgroup .label,
.scorecard_pipelines_container .optgroup .label {
    color: #797979 !important;
}

.scorecard_error {
    font-size: 12px;
}