@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
:root {
    --primary-font: 'DM Sans', sans-serif;
    --secondary-font: "DM Serif Display", sans-serif;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-account-wrapper .day-cares-page-main-section {
    padding: 0;
}

.user-account-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    background-color: #fff;
}

.user-account-wrapper__left {
    width: 418px;
    background: #f6f2ec;
    padding: 22px 75px;
}

.user-account-wrapper__right {
    width: calc(100% - 418px);
    padding: 50px 25px;
    margin: 0 auto;
}

.user-account-wrapper__right .container {
    max-width: 1230px;
    padding: 0;
}

.user-account-wrapper__left h6 {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;
    font-style: normal;
    text-align: center;
    color: #331e16;
    padding-top: 28px;
    margin-bottom: 62px;
    text-transform: capitalize;
}

.user-account-wrapper__left-inner ul:not(:last-child) {
    border-bottom: 1px solid #707070;
    padding-bottom: 52px;
    margin-bottom: 52px;
}

.user-account-wrapper__left-inner ul li:not(:last-child) {
    margin-bottom: 40px;
}

.user-account-wrapper__left-inner ul:last-child li:not(:last-child) {
    margin-bottom: 26px;
}

.user-account-wrapper__left-inner ul li a img {
    width: 55px;
    height: 55px;
    margin-right: 25px;
}

.user-account-wrapper__left-inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-account-wrapper__left-inner ul li a span {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    font-style: normal;
    text-align: left;
    color: #331e16;
    text-transform: capitalize;
    width: calc(100% - 80px);
}

.user-account-wrapper__left-inner ul li a:hover span, .user-account-wrapper__left-inner ul li a.active-link span {
    color: #e19f8f;
}

.user-account-wrapper__right .day-cares-page-header h2{
    font-family: var(--secondary-font);
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    font-style: normal;
    color: #331e16;
    margin-bottom: 20px;
}

.user-account-wrapper__right .day-cares-page-header p, .user-account-wrapper__right .day-cares-page-sub-header p{
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    font-style: normal;
    color: #331e16;
}
.user-account-wrapper__right .day-cares-page-sub-header {
    margin-top: 0;
    margin-bottom: 40px;
}

.user-account-wrapper__right .day-cares-page-sub-header .btn--text{
    width: 92%;
}

.user-account-wrapper__right .day-cares-plan-details .load_more_dates .btn {
    font-size: 20px;
}
@media only screen and (min-width: 1200px){
    .user-account-wrapper__left-sticky{
        position: sticky;
        top: 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .user-account-wrapper__left {
        width: 26.125vw;
        padding: 1.375vw 4.688vw;
    }

    .user-account-wrapper__left-sticky{
        top: 1.375vw;
    }
    
    .user-account-wrapper__right {
        width: calc(100% - 26.125vw);
        padding: 3.125vw 1.563vw;
    }
    
    .user-account-wrapper__right .container {
        max-width: 76.875vw;
    }
    
    .user-account-wrapper__left h6 {
        font-size: 1.25vw;
        margin-bottom: 3.875vw;
        padding-top: 1.75vw;
    }

    .user-account-wrapper__left-inner ul:not(:last-child) {
        border-bottom-width: 0.063vw;
        padding-bottom: 3.25vw;
        margin-bottom: 3.25vw;
    }
    
    .user-account-wrapper__left-inner ul li:not(:last-child) {
        margin-bottom: 2.5vw;
    }
    
    .user-account-wrapper__left-inner ul:last-child li:not(:last-child) {
        margin-bottom: 1.625vw;
    }
    
    .user-account-wrapper__left-inner ul li a img {
        width: 3.438vw;
        height: 3.438vw;
        margin-right: 1.563vw;
    }
    
    .user-account-wrapper__left-inner ul li a span {
        font-size: 1.125vw;
        width: calc(100% - 5vw);
    }

    .user-account-wrapper__right .day-cares-page-header h2{
        font-size: 2vw;
        margin-bottom: 1.25vw;
    }
    .user-account-wrapper__right .day-cares-page-header p, .user-account-wrapper__right .day-cares-page-sub-header p{
        font-size: 1vw;
    }
    .user-account-wrapper__right .day-cares-page-sub-header {
        margin-bottom: 2.5vw;
    }
    
    .user-account-wrapper__right .day-cares-page-sub-header .btn--text{
        max-width: 68.625vw;
    }

    .user-account-wrapper__right .day-cares-plan-details .load_more_dates .btn {
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 1199px){
    .user-account-wrapper__right {
        width: 100%;
    }
    .user-account-wrapper__left {
        width: calc(100% - 50px);
        margin: 50px auto 0;
        padding: 20px;
    }
    .user-account-wrapper__left-inner ul li:not(:last-child), .user-account-wrapper__left-inner ul:last-child li:not(:last-child) {
        margin-bottom: 20px;
    }
    .user-account-wrapper__left-inner ul:not(:last-child){
        padding-bottom: 42px;
        margin-bottom: 42px;
    }
    .user-account-wrapper__left-inner ul li a img {
        width: 44px;
        height: 44px;
        margin-right: 18px;
    }
    .user-account-wrapper__left-inner ul li a span{
        width: calc(100% - 62px);
    }
    .user-account-wrapper__left-inner{
        display: none;
        margin-top: 42px;
    }
    .user-account-wrapper__left h6 {
        padding-top: 0;
        margin-bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23331e16'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: center right;
        text-align: left;
        transition: all .15s ease-in-out;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
    }
    .user-account-wrapper__left h6.open-sidebar{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23331e16'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 15.75 7.5-7.5 7.5 7.5' /%3E%3C/svg%3E%0A");
    }

}