html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #3E3E3E;
}

.section-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    font-family: 'Open Sans';
}

.section-overview .inner {
    box-sizing: border-box;
    padding: 60px 0;
    display: flex;
    align-items: center;
    flex-direction: column;    
    width: 100%;
    max-width: 1040px;
}

.section-overview .inner h1 {
    position: relative;

    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #3E3E3E;
    margin: 60px 0 100px 0;
}

.section-overview .inner h1::before {
    content: ' ';
    position: absolute;
    width: 48px;
    height: 5px;
    left: 50%;
    margin-left: -24px;
    bottom: -20px;
    background: #169FF2;
    border-radius: 3px;
}

.section-overview .inner .card {
    width: 100%;
    max-width: 920px;
    height: 632px;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-bottom: 200px;
    display: flex;
    flex-direction: row;
    position: relative;
    display: none;
}

.section-overview .inner .card .left {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-overview .inner .card .left .thumb {
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    left: 50%;
    top: 0;
    margin: -28px 0 0 -44px;
}

.section-overview .inner .card .left .thumb img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.section-overview .inner .card .left h2 {
    margin: 80px 0 20px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    color: #3E3E3E;
    max-width: 360px;
}

.section-overview .inner .card .left nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 68px;
    background: linear-gradient(134.71deg, rgba(224, 245, 255, 0.977355) -0.5%, #F6EEFF 76.8%, #E8D5FF 98.45%);
    box-sizing: border-box;
    padding: 0 52px;
}

.section-overview .inner .card .left nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}

.section-overview .inner .card .left nav ul li {
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.3;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section-overview .inner .card .left nav ul li.active {
    opacity: 1;
    font-weight: 700;
}

.section-overview .inner .card .left .calendar {
    box-sizing: border-box;
    padding: 8px 40px 0 40px;
    width: 100%;
    overflow: hidden;
}

.section-overview .inner .card .left .calendar table {
    width: 100%;
}

.section-overview .inner .card .left .calendar table .caption th {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(62, 62, 62, 0.3);
    height: 48px;
}

.section-overview .inner .card .left .calendar table  tr td {
    vertical-align: middle;
    text-align: center;
    height: 48px;
    user-select: none;
}

.section-overview .inner .card .left .calendar table  td button {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #3E3E3E;
    cursor: pointer;
    transition: background .15s ease;
    margin: 0;
    padding: 0;
}

.section-overview .inner .card .left .calendar table  td button:disabled {
    opacity: 0.3;
    cursor: default;
}

.section-overview .inner .card .left .calendar table td button:not(:disabled).active {
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    color: #FFFFFF;
}

.section-overview .inner .card .left .calendar table td button:not(:disabled):not(.active):hover {
    background: linear-gradient(134.71deg, rgba(224, 245, 255, 0.977355) -0.5%, #F6EEFF 76.8%, #E8D5FF 98.45%);
}

.section-overview .inner .card .right {
    flex: 0 1 412px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    color: #FFFFFF;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.section-overview .inner .card .right a.back {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 28px;
}

.section-overview .inner .card .right h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    margin: 20px 0 0 0;
    color: #FFFFFF;
}

.section-overview .inner .card .right h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0px 0 36px 0;
}

.section-overview .inner .card .right .options {
    box-sizing: border-box;
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 0px;
}

.section-overview .inner .card .right .options label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    flex: 0 0 auto;
}

.section-overview .inner .card .right .options .wrapper {
    position: relative;
    box-sizing: border-box;
    padding: 0 40px;
    flex: 0 0 auto;
}

.section-overview .inner .card .right .options .wrapper > svg {
    position: absolute;
    top: 24px;
    right: 44px;
}

.section-overview .inner .card .right .options select {
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    background: transparent;
    color: #FFFFFF;
    appearance: none;
    cursor: pointer;
    padding: 0;
    margin: 8px 0;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
}

.section-overview .inner .card .right .available-times {
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    padding: 0 40px 40px 40px;
    overflow: hidden;
    flex: 1 1 auto;
    scrollbar-color: rgba(255,255, 255, 0.3) rgba(255,233, 244, 0)
}

.section-overview .inner .card .right .available-times.has-overflow {
    padding: 0 24px 40px 40px;
    overflow: auto;
}

.section-overview .inner .card .right .available-times::-webkit-scrollbar {
    background: transparent;
}

.section-overview .inner .card .right .available-times::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    min-height: 40px;
    border: 4px solid transparent;
    background-clip: content-box;
}
  
.section-overview .inner .card .right .available-times button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 52px;
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    flex: 0 0 auto;
    cursor: pointer;
    transition: background .35s ease;
}

.section-overview .inner .card .right .available-times button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.section-overview .inner .form {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 80px;
    border-radius: 8px;
}

.section-overview .inner .card.sendform .form {
    display: flex;
}

.section-overview .inner .card.sendform .left,
.section-overview .inner .card.sendform .right {
    display: none;
}

.section-overview .inner .form .form-back {
    position: absolute;
    left: 24px;
    top: 52px;
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.section-overview .inner .form .form-back svg {
    width: 14px;
}

.section-overview .inner .form h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #3E3E3E;
    margin: 36px 0 0 0;
}

.section-overview .inner .form h1::before {
    content: none;
}

.section-overview .inner .form h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #3E3E3E;
    margin: 8px 0 0 0;
}


.section-overview .inner .form form {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
}

.section-overview .inner .form .scroll {
    flex: 1 1 auto;
    overflow: auto;
    margin-top: 28px;
}

.section-overview .inner .form .row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 16px;
}

.section-overview .inner .form .row > div {
    flex: 1 1 auto;
}

.section-overview .inner .form textarea, 
.section-overview .inner .form input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    background: #fbfbfc;
    border: 1px solid #169FF2;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    color: #5F6368;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    outline: 0;
    height: 44px;
    width: 100%;
    caret-color: var(--primary );
    user-select: none;
    font-size: 14px;
    text-align: left;
    border-radius: 4px;
}

.section-overview .inner .form textarea {
    height: 112px;
}

.section-overview .inner .form textarea::placeholder,
.section-overview .inner .form input::placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(107, 107, 107, 0.45);
} 

.section-overview .inner .form .btn-row {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
    padding: 48px 0;
}

.section-overview .inner .form .btn-row .button {
    width: 424px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: none;
    padding: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    color: #FFFFFF;
}

.section-overview .inner .card .thanks {
    display: none;
    position: absolute;
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 80px;
    z-index: 10;
}

.section-overview .inner .card.thank-you {
    max-width: 592px;
}

.section-overview .inner .card.thank-you .thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-overview .inner .card.thank-you .left,
.section-overview .inner .card.thank-you .right {
    display: none;
}

.section-overview .inner .thanks .header {
    display: grid;
    grid-template-columns:  136px 1fr;
    gap: 12px;
}

.section-overview .inner .thanks .header .day {
    grid-row: auto / span 2;
    height: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-overview .inner .thanks .header .dayname { 
    line-height: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;  
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-overview .inner .thanks .header .month-year {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-overview .inner .thanks .summery {
    margin-top: 36px;
    width: 100%;
    box-sizing: border-box;
    padding: 32px 36px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section-overview .inner .thanks .summery::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: ' ';
    height: 1px;
    width: 100%;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%)
}

.section-overview .inner .thanks .summery label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #3E3E3E;
    line-height: 40px;
}

.section-overview .inner .thanks .summery div {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #3E3E3E;
    line-height: 40px;
}

.section-overview .inner .thanks p {
    margin: 44px 0 0 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #169FF2;
    padding: 0 32px;
}

@media only screen and (max-width: 1120px) {
    
    .section-overview .inner {
        padding: 0 36px;
    }
}

@media only screen and (max-width: 667px) {


    .section-overview .inner {
        padding: 0 28px;
    }

    .section-overview .inner .card {
        height: 520px;
        margin-bottom: 80px;
        position: relative;
    }

    .section-overview .inner .card .left {
        width: 100%;
    }

    .section-overview .inner h1 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #3E3E3E;
        margin: 48px 0 80px 0;
    }

    .section-overview .inner h1::before {
        width: 24px;
        margin-left: -12px;
        bottom: -16px;
    }

    .section-overview .inner .card .left h2 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        text-align: center;
        color: #3E3E3E;
        max-width: 268px;
    }

    .section-overview .inner .card .left nav {
        padding: 0;
    }

    .section-overview .inner .card .left nav ul li {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
    }

    .section-overview .inner .card .left .calendar {
        padding: 8px 16px 0 16px;
    }

    .section-overview .inner .card .left .calendar table tr td {
        height: auto;
    }

    .section-overview .inner .card .left .calendar table .caption th {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
    }

    .section-overview .inner .card .left .calendar table td button {
        width: 36px;
        height: 36px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
    }

    .section-overview .inner .card .right a.back {
        display: flex;
    }

    .section-overview .inner .card .timeslot {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .section-overview .inner .card.timeslots .left {
        display: none;
    }
    
    .section-overview .inner .card.timeslots:not(.sendform) .timeslot {
        border-radius: 8px;
        display: flex;
    }

    .section-overview .inner .form {
        padding: 0;
    }

    .section-overview .inner .form .form-back {
        left: 12px;
        top: 32px;
    }

    .section-overview .inner .form h1,
    .section-overview .inner .form h2 {
        padding: 0 48px;
        text-align: left;
    }
   
    .section-overview .inner .form h1 {
        margin-top: 32px;   
    }

    .section-overview .inner .form .scroll {
        box-sizing: border-box;
        padding: 0 16px;
    }
    
    .section-overview .inner .form .row {
        flex-direction: column;
        gap: 16px;
    }

    .section-overview .inner .form .btn-row {
        padding: 16px 16px 24px 16px;
    }

    .section-overview .inner .card .thanks {
        padding: 40px 20px;
    }

    .section-overview .inner .thanks .summery {
        margin-top: 28px;
        padding: 24px 8px 0px 8px;
    }

    .section-overview .inner .thanks .summery label {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #3E3E3E;
        line-height: 40px;
    }

    .section-overview .inner .thanks .summery > div {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #3E3E3E;
        line-height: 40px;
    }

    .section-overview .inner .thanks p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #169FF2;
        margin: 20px 0 0 0;
        padding: 0 8px;
    }
}

