@import "//cloud.typography.com/6157174/782808/css/fonts.css";
@import "//fonts.googleapis.com/css?family=Montserrat:400,500,600,700";
@import url(./fonts/Archer-Book.css);
@import url(./fonts/Archer-BookItalic.css);
@import url(./fonts/MontserratRegular.css);
@import url(./fonts/MontserratLight.css);

body {
    background-color: #f9f9f9;
}

#book-appointment-wizard {
    background-color: inherit;
    box-shadow: none;
}

/* some cabi default styles to override the plugin's original styles */
.btn {
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06875em;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-size: 0.875em;
    text-decoration: none;
    text-align: center;
    padding: 0 55px;
    border: 1px solid;
    height: 62px;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out,
        border-color 0.2s ease-out, border-width 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out,
        border-color 0.2s ease-out, border-width 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out,
        border-color 0.2s ease-out, border-width 0.2s ease-out;
}

.btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.btn.btn-dark {
    background-color: #000;
    color: #fff;
    border-color: #000;
    cursor: pointer;
}

.btn-cta {
    display: inline-block;
    margin: 7px 0;
    color: #fff;
    background-color: transparent;
    font-family: Montserrat;
    font-weight: 500;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 18px;
    -webkit-transition: border-bottom-color 0.4s ease-out;
    -moz-transition: border-bottom-color 0.4s ease-out;
    transition: border-bottom-color 0.4s ease-out;
    border: 0 none;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    border-bottom-color: #fff;
}

.btn-cta:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.btn-cta--black {
    display: inline-block;
    margin: 7px 0;
    color: #000;
    font-family: Montserrat;
    font-weight: 500;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 18px;
    -webkit-transition: border-bottom-color 0.4s ease-out;
    -moz-transition: border-bottom-color 0.4s ease-out;
    transition: border-bottom-color 0.4s ease-out;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    border-bottom-color: #000;
}

.btn-cta--black:hover {
    color: #000;
    border-bottom-color: transparent;
    text-decoration: none;
}

.btn-cta--black.button-back {
    text-transform: uppercase;
    margin-right: 40px;
}

@media screen and (min-width: 1000px) {
    .btn.btn-dark:not([disabled]):hover {
        background-color: #fff;
        color: #000;
    }
}

/* the top header text */
h1.scheduler-top-header,
#success-frame h1 {
    position: relative;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #3d413f;
    padding-bottom: 40px;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    h1.scheduler-top-header,
    #success-frame h1 {
        padding-bottom: 36px;
        margin-bottom: 24px;
    }
}

h1.scheduler-top-header span,
#success-frame h1 span {
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    font-weight: 500;
    color: #3d413f;
    line-height: 60px;
    letter-spacing: 0.51px;
}

@media screen and (max-width: 767px) {
    h1.scheduler-top-header span,
    #success-frame h1 span {
        font-size: 40px;
    }
}

h1.scheduler-top-header:after,
#success-frame h1:after {
    width: 90px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
    background: #000;
}

/* header overrides */
#book-appointment-wizard #header {
    background: transparent;
    padding: 0 20px;
    margin-bottom: 30px;
}

#book-appointment-wizard .wizard-frame {
    padding: 0 20px;
}

#book-appointment-wizard .wizard-frame .frame-container {
    min-height: 300px;
    padding: 0;
}

#book-appointment-wizard #frame-footer {
    display: none;
}

/* overrides steps at the top starts */

#book-appointment-wizard #steps span {
    float: left;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-right: 12px;
}

#book-appointment-wizard .book-step {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0 none;
    margin-top: 0;
    background: none;
}
#book-appointment-wizard .book-step strong {
    border-radius: 50%;
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 24px;
    color: #a9a9a9;
    background: #ebebeb;
}

#book-appointment-wizard .active-step {
    margin-right: 12px;
}

#book-appointment-wizard .book-step.active-step strong {
    background-color: #000;
    color: #fff;
}
/* overrides steps at the top ends */

#book-appointment-wizard .frame-title {
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.8px;
    color: #000000;
    display: inline-block;
    margin: 0;
}

/* the customized dropdown starts */
.select-list {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.select-list.ready {
    opacity: 1;
}

.dropdown-list {
    position: relative;
    width: 100%;
    height: 70px;
    font-family: Montserrat;
    font-weight: 500;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.29px;
    color: #000;
    border: 0 none;
    margin-bottom: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.dropdown-list:after {
    position: absolute;
    content: "";
    display: block;
    transform: translateY(calc(-50% + 7.5px)) scaleY(-1);
    position: absolute;
    border: 10px solid black;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: 50%;
    right: 20px;
    pointer-events: none;
}

.dropdown-list a[data-selected-item] {
    font-family: Montserrat;
    font-weight: 500;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.29px;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 0 1.5em;
    line-height: 68px;
    overflow: hidden;
}

.dropdown-list a[data-selected-item]:before {
    font-size: 1.75em;
    line-height: 0.75em;
}

.dropdown-list ul {
    position: absolute;
    width: 100%;
    top: 100%;
    padding-left: 0;
    list-style: none;
}

.dropdown-list ul li {
    background: #fff;
    height: 50px;
    width: 100%;
}

.dropdown-list ul li:last-of-type {
    height: 70px;
    margin-bottom: 20px;
}

.dropdown-list ul li a {
    font-family: Montserrat;
    font-weight: 500;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.29px;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0 20px;
    height: 100%;
    width: 100%;
}

.dropdown-list--active a[data-selected-item] {
    background-color: #eaeaea;
}
/* the customized dropdown ends */

/* wizard step 1 overrides */
#book-appointment-wizard #wizard-frame-1 label {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    letter-spacing: 0.25px;
    width: 100%;
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
}

#book-appointment-wizard #wizard-frame-1 label strong {
    font-weight: 600;
}

#wizard-frame-1 h6.provider-name,
#service-description span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.29px;
    color: #000;
    padding-left: 20px;
}

#book-appointment-wizard #wizard-frame-2.wizard-frame .frame-container {
    background-color: #ffffff;
}


/* overrides the calendar styles starts */
body .ui-widget.ui-widget-content {
    border: 1px solid #e8eaed;
    border-radius: 0;
    background-color: #f9f9f9;
}

body .ui-datepicker .ui-widget-header {
    background-color: #eaeaea;
}

body .ui-datepicker .ui-datepicker-title {
    color: #000000;
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.53px;
    line-height: 19px;
    text-align: center;
}

/* overrides the icon's styles */
.ui-datepicker .ui-datepicker-prev span.ui-icon,
.ui-datepicker .ui-datepicker-next span.ui-icon {
    background: none;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon:after,
.ui-datepicker .ui-datepicker-next span.ui-icon:after {
    position: absolute;
    text-indent: 0;
    content: "";
    top: 50%;
    left: calc(50% - 2px);
    display: block;
    color: black;
    border: 1px solid #000;
    border-left-color: transparent;
    border-top-color: transparent;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-datepicker .ui-datepicker-prev span.ui-icon:after {
    left: calc(50% + 2px);
    transform: translate(-50%, -50%) rotate(-225deg);
}

body .ui-datepicker .ui-datepicker-next-hover,
body .ui-datepicker .ui-datepicker-prev-hover {
    background-color: #f6a1b0 !important;
    border: 1px solid #e991a0 !important;
}

body .ui-datepicker th {
    background-color: #eaeaea;
    height: 15px;
    width: 258px;
    color: #646464;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    padding-bottom: 16px;
}

body .ui-datepicker td a,
body .ui-datepicker td span {
    border: none !important;
    background: none !important;
    color: #000 !important;
    text-align: center !important;
    width: 32px;
    height: 32px;
    line-height: 2;
    color: #000000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600 !important;
    letter-spacing: 0.4px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    margin: 4px auto;
}

body .ui-datepicker td.ui-state-disabled a,
body .ui-datepicker td.ui-state-disabled span {
}

html body .ui-datepicker td a.ui-state-active {
    color: #000 !important;
    font-weight: bold !important;
    background: #f6a1b0 !important;
    border-radius: 0;
    height: 32px;
    width: 32px;
    border: 1px solid #e991a0 !important;
    border-radius: 2px;
    line-height: 32px;
    margin: 4px auto;
}

body .ui-datepicker td a.ui-state-highlight {
    color: #000 !important;
    font-weight: bold !important;
    background: #eaeaea !important;
    border-radius: 0;
    height: 32px;
    width: 32px;
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    line-height: 32px;
    margin: 4px auto;
}
/* overrides the calendar styles ends */

/* overrides for the form elements for confirmation of information step starts */

#wizard-frame-3 .form-groups__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}

#wizard-frame-3 .form-group {
    width: calc(50% - 8px);
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin-bottom: 8px;
    min-height: 68px;
    padding: 0 20px;
    padding-top: 12px;
}

@media screen and (max-width: 767px) {
    #wizard-frame-3 .form-groups__container .form-group {
        width: calc(100% - 2px);
    }
}

#wizard-frame-3 .form-groups__container .form-group.full-width {
    width: 100%;
}

#wizard-frame-3 .form-groups__container .form-group label {
    display: inline-block;
    width: 100%;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.23px;
    color: #808484;
    text-transform: uppercase;
}

#wizard-frame-3 .form-groups__container .form-group input,
#wizard-frame-3 .form-groups__container .form-group select,
#wizard-frame-3 .form-groups__container .form-group textarea {
    width: 100%;
    border: 0 none;
    background-color: transparent;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    padding: 4px 0;
    border-radius: 0;
    margin-bottom: 2px;
}

#wizard-frame-3 .form-groups__container .form-group input,
#wizard-frame-3 .form-groups__container .form-group select {
    height: 21px;
}

#wizard-frame-3 .form-groups__container .form-group select {
    padding: 0;
}

/* overrides for the form elements for confirmation of information step ends */

/* overrides for the confirmation page starts */
#book-appointment-wizard #appointment-details h4,
#book-appointment-wizard #customer-details h4 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: #808484;
    text-transform: uppercase;
    padding-top: 12px;
}

#book-appointment-wizard #appointment-details span,
#book-appointment-wizard #customer-details span,
#book-appointment-wizard #appointment-details p,
#book-appointment-wizard #customer-details p {
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.42px;
}
/* overrides for the confirmation page ends */

/* overrides to the book success page starts */
#success-frame {
    background: transparent;
    border: 0 none;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

#success-frame .thank-you-message {
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 21px;
    letter-spacing: 0.6px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    #success-frame .thank-you-message {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.8px;
    }
}

#appointment-details #cancel-appointment .btn {
    margin-top: 30px;
}

/* overrides to the book success page ends */

/* custom radio buttons styles starts */
.radio-box__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.radio-box {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: Montserrat;
    font-weight: 500;
    font-weight: 700;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 16px;
}
.radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-box input ~ .radio-check {
    background-color: #f0f0f0;
    border-color: #979797;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.radio-box input:checked ~ .radio-check:after {
    display: block;
}
.radio-box:hover input ~ .radio-check {
    background-color: #000;
}
.radio-box .radio-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid;
}
.radio-box .radio-check:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    border-radius: 50%;
    background: #000;
}
/* custom radio buttons styles ends */

/* appointment ui styles overrides starts */

#book-appointment-wizard #wizard-frame-2 #available-hours {
    display: grid;
    gap: 4px 10px;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
}

#book-appointment-wizard #wizard-frame-2 label.appointment-label {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    letter-spacing: 0.25px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

#book-appointment-wizard #wizard-frame-2 #contact {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

#book-appointment-wizard #wizard-frame-2 #contact #no-time {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    letter-spacing: 0.29px;
    display: inline-block;
    margin-right: 5px;
}

#book-appointment-wizard #available-hours .available-hour {
    height: 40px;
    border: 1px solid;
    border-radius: 2px;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    border-color: #f0f0f0;
    width: 170px;
}

#book-appointment-wizard #available-hours .available-hour:hover,
#book-appointment-wizard #available-hours .selected-hour {
    border-color: #e991a0;
    background-color: #f79dac;
}

/* appointment ui styles overrides ends */

#book-appointment-wizard .wizard-frame .command-buttons {
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    #book-appointment-wizard .wizard-frame .command-buttons {
        align-items: center;
        justify-content: center;
    }
}

#wizard-frame-3 p.helper {
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.29px;
    line-height: 16px;
    letter-spacing: 0.29px;
    font-style: italic;
    margin-bottom: 10px;
}

#book-appointment-wizard .wizard-frame #select-time--container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 20px 35px;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    #book-appointment-wizard .wizard-frame #select-time--container {
        flex-direction: column;
    }
}

#book-appointment-wizard .wizard-frame #select-date {
    max-width: none;
    min-width: 288px;
    margin: 0;
    padding: 0;
    width: 300px;
}

@media screen and (max-width: 767px) {
    #book-appointment-wizard .wizard-frame #select-date {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
}

#book-appointment-wizard .wizard-frame #select-time {
    width: 368px;
    margin-left: 80px;
    max-width: none;
    margin: 0;
    margin-left: 20px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    #book-appointment-wizard .wizard-frame #select-time {
        margin-top: 36px;
        width: 100%;
        margin-left: 0;
    }
}
