
.ocw-schedules-div{
    max-width: 1050px;
    margin: 0 auto;
}
.ocw-schedules-header{
    display: flex;
    width: 95%;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 15px;
}

.ocw-date-picker-div{
    display: flex;
    align-items: center;
}

.ocw-date-picker-div .ocw-date-picker-arrow{
    width: 50px;
    text-align: center;
}
.ocw-date-picker-div::after {
    content: "";
    display: inline-block;
    width: 1px;
    background-color: black;
    height: 60px;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.ocw-date-picker{
    display: flex;
    width: calc(100% - 100px);
    justify-content: space-evenly;
}

.date-picker-slider {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-family: sans-serif;
}

.arrow {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.arrow.disabled{
    color: #cacaca;
}

.day {
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 8px;
    color: black;
    font-weight: bold;
}

.day div:first-child {
    font-size: 13px;
}

.day div:last-child {
    font-size: 26px;
}

.day.active {
    background-color: var(--ocw-cta-bg-color);
    color: var(--ocw-cta-color);
}

.day:hover {
    background-color: var(--ocw-cta-bg-color);
    color: var(--ocw-cta-color);
}

.current-date{
    margin: 15px 0 5px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid black;
}

.ocw-schedule-item{
    display: flex;
    background: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
    font-size: 14px;
    align-items: center;
    min-height: 65px;
}

.ocw-schedule-item.no-border{
    border: none;
}

.ocw-schedule-details{
    width: 83%;
    display: flex;
    align-items: center;
}

.ocw-schedule-item .date-time{
    width: 17%;
    padding: 0 10px;
}

.ocw-schedule-item .title {
    font-weight: 600;
}

.ocw-schedule-details > div{
    width: 25%;
    padding: 0 10px;
}

.show-more{
    text-decoration: underline;
    padding-top: 5px;
    font-size: 12px;
}

.branch-venue span{
    display: block;
    text-transform: capitalize;
}

.branch-venue .branch{
    font-weight: 700;
    text-transform: capitalize;
}

.ocw-enroll-btn{
    display: inline-block !important;
    padding: 6px 10px;
    border: none;
    font-size: 12px;
    background: var(--ocw-cta-bg-color);
    color: var(--ocw-cta-color) !important;
    border-radius: 5px;
    min-width: 160px;
    font-weight: 600;
    cursor: pointer;
}

.ocw-schedule-slots{
    text-align: right;
    margin-top: 5px;
    font-size: 11px;
    font-style: italic;
}

.filter-toggle{
    display: flex;
    align-items: center;
    column-gap: 2px;
    cursor: pointer;
}

.filter-toggle svg{
    width: 22px;
}

.filter-count{
    width: 13px;
    height: 13px;
    font-size: 9px;
    color: white;
    border-radius: 50%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -8px;
    left: -3px;
    opacity: 0;
}

.filter-count.active{
    opacity: 1;
}

.ocw-filter-popup{
    align-items: center;
    justify-content: center;
}

.ocw-filter-popup-div{
    position: relative;
}

.ocw-filter-popup .ocw-filter-popup-div{
    max-width: 500px;
    width: 100%;
    padding: 0px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.ocw-filter-popup-title{
    text-align: left;
    margin: 0px;
    padding: 20px;
    font-size: 20px !important;
    font-weight: 600;
}

.ocw-filter-popup-title .ocw-close-button {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
}

.schedule-cta{
    text-align: right;
}

.filter-popup-items{
    max-height: 70vh;
    overflow-y: auto;
    padding: 0 20px 20px 20px;
}

.ocw-filter-popup-item{
    margin-bottom: 20px;
    text-align: left;
}

.class-time-row{
    column-gap: 10px;
}

.ocw-filter-item-title{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.class-time-row .class-time{
    border: 1px solid #606060;
    border-radius: 5px;
    padding: 13px 8px;
    text-align: center;
    cursor: pointer;
}

.class-time-row .class-time.active{
    background-color: var(--ocw-sec-cta-bg-color) !important;
    color: var(--ocw-sec-cta-color) !important;
    border-color: var(--ocw-sec-cta-bg-color);
}

.class-time-row .class-time.active svg{
    fill: var(--ocw-sec-cta-color);
}

.class-time .filter-time{
    font-size: 12px;
    font-weight: 600;
}

.class-time .filter-time-range{
    font-size: 10px;
}

.filter-item-list{
    padding: 0;
}

.filter-item-list li{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #333333;
    transition: border-color 0.3s ease;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: 400;
    color: #484848;
}

.filter-item-list li.active{
    background: var(--ocw-sec-cta-bg-color) !important;
    color: var(--ocw-sec-cta-color) !important;
    border-color: var(--ocw-sec-cta-bg-color);
}

.filter-item-list li.hidden{
    display: none;
}

.filter-item-list.active li.hidden{
    display: inline-block;
}

.active-filters-list > span{
    font-size: 13px;
    border: 1px solid black;
    padding: 5px 8px 5px 10px;
    margin: 5px 8px 5px 0;
    border-radius: 50px;
    background: white;
    cursor: pointer;
    display: inline-block;
}

.ocw-schedules-footer{
    margin-top: 25px;
}

.reset-all-filters{
    background: var(--ocw-sec-cta-bg-color) !important;
    color: var(--ocw-sec-cta-color) !important;
    border-color: var(--ocw-sec-cta-bg-color) !important;
}

.ocw-schedules-footer p{
    color: var(--ocw-pri-color);
}

.filter-see-more{
    font-size: 14px;
    color: var(--ocw-sec-text-color);
    cursor: pointer;
}

.ocw-popup-apply-btn,
.ocw-popup-apply-btn:hover{
    background: var(--ocw-cta-bg-color) !important;
    color: var(--ocw-cta-color) !important;
    font-size: 14px !important;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

.ocw-popup-reset-btn,
.ocw-popup-reset-btn:hover,
.ocw-popup-reset-btn:focus{
    background: var(--ocw-sec-cta-bg-color) !important;
    color: var(--ocw-sec-cta-color) !important;
    font-size: 14px !important;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

.button-secondary{
    background: #ffc665 !important;
    color: black !important;
}

.studio-enroll-btn{
    background: var(--ocw-sec-cta-bg-color) !important;
    color: var(--ocw-sec-cta-color) !important;
}

.button-disabled{
    background: #c6c6c6 !important;
    color: white !important;
}

@media (max-width: 767px) {
    .ocw-schedules-header {
        width: 100%;
    }

    .ocw-date-picker {
        column-gap: 0px;
        width: calc(100% - 50px)
    }

    .ocw-date-picker-div .ocw-date-picker-arrow {
        width: 20px;
    }

    .ocw-date-picker-div .arrow {
        font-size: 12px;
    }

    .ocw-date-picker-div .day {
        padding: 5px 8px;
    }

    .ocw-date-picker-div .day div:first-child {
        font-size: 10px;
    }

    .ocw-date-picker-div .day div:last-child {
        font-size: 14px;
    }

    .ocw-date-picker-div::after{
        height: 50px;
    }

    .filter-toggle {
        column-gap: 0;
        justify-content: center;
    }

    .filter-toggle span {
        display: none;
    }

    .ocw-schedules-header {
        column-gap: 0;
    }

    .ocw-schedules-header > div:first-child {
        width: calc(100% - 40px)
    }

    .ocw-schedules-header > div:last-child {
        width: 40px;
    }

    .current-date {
        font-size: 16px;
    }

    .ocw-schedule-item {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        column-gap: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .ocw-schedule-item .date-time {
        width: 30%;
        font-weight: 600;
    }

    .ocw-schedule-details {
        width: calc(70% - 20px);
        display: block;
    }

    .ocw-schedule-slots{
        text-align: left;
    }

    .ocw-schedule-details > div {
        width: 100%;
        padding: 0 0 5px 0;
    }

    .ocw-filter-popup{
        align-items: end;
    }

    .ocw-filter-popup .ocw-filter-popup-div{
        border-radius: 0;
    }

    .filter-item-list li{
        padding: 4px 10px;
    }

    .filter-popup-items{
        max-height: 80vh;
    }
    .active-filters-list > span {
        font-size: 11px;
        margin: 5px 5px 5px 0;
    }
    .ocw-schedules-footer p {
        color: var(--ocw-pri-color);
        font-size: 14px;
    }
    .schedule-cta{
        text-align: left;
    }

}