.dash-white-con {
    background-color: #fff;
    border: none;
    margin-bottom: 0rem !important;
    border-radius: 0.625rem;
}
.white-bg {
    background-color: #ffffff !important;
}
.dash-active-stds-container {
    background: #fff;
    padding: 0rem 2rem 0rem 1rem;
    border-radius: 0.625rem;
    min-height: 21rem;
    margin-bottom: 2rem;
}
.stats-tap {
    color: #585e75;
    height: 100%;
    border-top: 3px solid #d7d1df00 !important;
    min-width: 150px;
}
.stats-tap h6,
.stats-tap h1,
.stats-tap h2 {
    color: #585e75;
}
.stats-tap.active h6,
.stats-tap.active h1,
.stats-tap.active h2 {
    color: #1e2029;
}
.stats-tap.active {
    background-color: #f1f4f9;
    color: #1e2029;
    border-top: 3px solid #673c71 !important;
    height: 100%;
}

.stats-tap:hover {
    background-color: #e3e2eb;
    border-top: 3px solid #b9a6be !important;
}
.period-link {
    padding: 7px 12px;
    border: 1px solid #979fbd;
    cursor: pointer;
}
.period-link-first {
    border-radius: 10px 0px 0px 10px;
}
.period-link-last {
    border-radius: 0px 10px 10px 0px;
}
.active-period-link {
    background-color: #d7d1df !important;
    border: 1px solid #673c71;
}
.input-custom-range {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 120px;
    height: 100%;
}
.button-custom-range {
    position: relative;
    top: 0px;
    min-width: 150px;
    margin-bottom: 4px;
}
.applyBtn {
    background-color: #673c71;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border: 2px solid #00000000 !important;
    border-radius: 0.625rem;
    min-width: 5.3125rem;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-family: robotoMd;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
}
.stats-taps-con {
    /* width: 200px; */
    overflow: scroll !important;
    flex-wrap: nowrap !important;
}
.applyBtn:hover {
    background-color: #53375b;
}
.applyBtn:disabled {
    background-color: #c1c5d7;
    cursor: not-allowed;
}
.cancelBtn {
    background-color: #ffffff;
    color: #673c71;
    padding: 0.5rem 1rem;
    border: 1px solid #673c71 !important;
    border-radius: 0.625rem;
    min-width: 5.3125rem;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-family: robotoMd;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
}
.cancelBtn:hover {
    background-color: #e3e2eb;
    color: #673c71;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #ef5b6d !important;
    border-radius: 50% !important;
    color: #ffffff !important;
}
.daterangepicker td.in-range {
    background-color: #fde6e9;
    color: #8c9396;
}
.drp-selected {
    font-family: robotoMd;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.125rem;
    color: #585e75;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    line-height: 20px;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: rgba(239, 91, 109, 0.6);
    border-radius: 50% !important;
}

@media (max-width: 990px) {
    .dash-white-con {
        margin-bottom: 1rem !important;
    }
    .stats-taps-con {
        width: 530px !important;
        overflow: scroll !important;
        flex-wrap: nowrap !important;
    }
}
@media (max-width: 550px) {
    .date-bar-con {
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .applyBtn {
        margin-top: 0.5rem;
    }
    .stats-taps-con {
        width: 400px !important;
        /* overflow: scroll !important; */
        /* flex-wrap: nowrap !important; */
    }
}
