/* ----------------------------------------------------------------------------
 * Easy!Appointments - Open Source Web Scheduler
 *
 * @package     EasyAppointments
 * @author      A.Tselegidis <alextselegidis@gmail.com>
 * @copyright   Copyright (c) 2013 - 2020, Alex Tselegidis
 * @license     http://opensource.org/licenses/GPL-3.0 - GPLv3
 * @link        http://easyappointments.org
 * @since       v1.0.0
 * ---------------------------------------------------------------------------- */

 root {
    display: block;
}

html,
body {
    height: 100%;
}

body {
    background-color: #f5f8fa;
}

#main {
    min-height: 100%;
}

/* BOOK APPOINTMENT WIZARD
 ------------------------------------------------------------------------------ */

#book-appointment-wizard {
    background: #fff;
    /* min-height: 480px; */
    padding: 0;
    margin: auto;
    /* height: 616px; */
}

#book-appointment-wizard #header {
    overflow: auto;
    height: auto;
    padding: 20px 0;
    /* background: #BE185A; */
    border-bottom: 4px solid #d9d9d9;
    text-align: center;
    position: relative;
    /* margin-top: 20px; */
}

#book-appointment-wizard #company-name {
    float: none;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
    margin: 20px 0;
}

#header .cardss ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    height: 50px;
}

#book-appointment-wizard #book-appointment-form #book-appointment-submit {
    width: 100%;
    margin-right: 0;
}

#book-appointment-wizard #form-message {
    text-align: center;
    margin-bottom: 30px;
}

#book-appointment-wizard .wizard-frame {
    height: auto;
    padding: 15px;
}

#book-appointment-wizard .wizard-frame .frame-container {
    height: auto;
    /* min-height: 400px; */
    padding: 15px 0;
}

#book-appointment-wizard .frame-container .frame-title {
    font-weight: lighter;
    text-align: center;
    margin-bottom: 30px;
    color: #666;
}

#book-appointment-wizard .frame-container .frame-content {
    justify-content: center;
    float: none;
}

#book-appointment-wizard .wizard-frame .command-buttons {
    /* float: none; */
    /* margin: 24px auto; */
    margin-top: 30px;
    text-align: center;
}

#book-appointment-wizard .wizard-frame .command-buttons .btn,
.footer-modal .btn {
    min-width: 120px;
    margin-right: 10px;
}

#book-appointment-wizard .wizard-frame .command-buttons .btn:last-child,
.footer-modal .btn:last-child {
    margin-right: 0;
}

#book-appointment-wizard .wizard-frame #select-date {
    /* max-width: 288px;
    margin: auto;  */
    padding: 15px 0;
}

@media (max-width: 768px) {
    #book-appointment-wizard .wizard-frame #select-date {
        padding: 0 0 15px 0;
    }
}

#book-appointment-wizard .wizard-frame #select-date > .ui-datepicker {
    margin: auto;
    max-width: 100%;
}

/* #book-appointment-wizard .wizard-frame #select-time {
    max-width: 288px;
    margin: auto;
    padding: 15px 0;
} */

#book-appointment-wizard .book-step {
    /* display: inline-block;
    height: 35px;
    width: 35px;
    float: left;
    background: #a91456;
    padding: 8px;
    margin-right: 12px;
    margin-top: 6px;
    border-radius: .25rem; */
    transition: all 0.3s linear;
}

#book-appointment-wizard .book-step:last-child {
    margin-right: 0;
}

#book-appointment-wizard .book-step strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* display: block;
    text-align: center;
    color: #FFF; */
    transition: all 0.3s linear;
    cursor: default;
}

/* #book-appointment-wizard .active-step {
    display: inline-block;
    height: 45px;
    width: 45px;
    float: left;
    background: #FFF;
    padding: 7px;
    margin-right: 13px;
    margin-top: 0;
}

#book-appointment-wizard .active-step strong {
    color: #BE185A;
    font-size: 21px;
} */

/* #book-appointment-wizard .language {
    text-align: end;
    position: relative;
    float: right;
    bottom: -34rem;
    right: 2rem;
} */

#book-appointment-wizard-empty {
    background: #fff;
    text-align: center;
    padding: 0;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(45, 62, 80, 0.12) 0 1px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px; 
    min-height: 400px;
}

@media (min-width: 768px) {
    #frame-footer {
        position: absolute;
        float: right;
        bottom: 24px;
        right: 40px;
    }

    #name-member{
        position: absolute; 
        top: 5%; 
        right: 5%; 
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .language-name{
        display: flex;
        justify-content: space-between;
        padding: 15px 15px 0 15px; 
    }
    /* #book-appointment-wizard .language {
    position: initial;
    float: initial;
    } */

    /* #book-appointment-wizard #frame-footer {
        padding: 15px 15px 0 0;
        text-align: center;
        border-top: 1px solid #ebeef1;
    } */
}

@media (max-width: 768px) {
    .steps li strong {
        display: none;
    }

    .steps .active-step strong {
        display: block;
    }
}

#book-appointment-wizard #available-hours {
    overflow: auto;
    margin: 15px 0;
    padding-right: 10px;
    width: auto;
    max-height: 255px;
}

#book-appointment-wizard #available-hours div {
    margin-right: 30px;
}

#book-appointment-wizard #available-hours .available-hour {
    margin-bottom: 10px;
}

#book-appointment-wizard #available-hours .selected-hour {
    background-color: #be185a;
    border-color: #be185a;
    color: white;
}

#book-appointment-wizard .span3 {
    min-width: 270px; /* This is especially needed for ie8 */
}

#book-appointment-wizard #select-timezone {
    margin-bottom: 15px;
}

#book-appointment-wizard #appointment-details p,
#book-appointment-wizard #customer-details p {
    font-size: 18px;
    line-height: 28px;
}

#book-appointment-wizard #wizard-frame-1 label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* margin-bottom: 12px; */
}

#book-appointment-wizard #wizard-frame-1 select {
    margin-bottom: 25px;
}

#book-appointment-wizard .captcha-title {
    float: left;
    margin: 7px 0 10px 0;
}

#book-appointment-wizard .captcha-title .fa-sync-alt {
    cursor: pointer;
    transition: all 0.3s linear;
}

#book-appointment-wizard .captcha-title .fa-sync-alt:hover {
    color: #a91456;
}

#book-appointment-wizard .captcha-image {
    float: left;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

#book-appointment-wizard .captcha-text {
    width: 100%;
    margin-bottom: 20px;
}

#book-appointment-wizard #service-description {
    font-size: 18px;
    overflow-y: auto;
    clear: both;
    max-height: 153px;
    box-shadow: none;
}

.popover .popover-title {
    text-align: center;
}

.popover .popover-content #language-list .language {
    margin: 15px 0;
}

@media (min-width: 768px) {
    .wrapper {
        min-height: 100vh;
    }

    #book-appointment-wizard {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: rgba(45, 62, 80, 0.12) 0 1px 5px 0;
    }

    #book-appointment-wizard #company-name {
        display: inline-block;
        float: left;
        margin: 10px auto;
    }

    /* #book-appointment-wizard .steps {
        display: inline-block;
        float: right;
        margin: 5px auto;
    } */

    #book-appointment-wizard .wizard-frame {
        padding: 24px 40px;
    }

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

    #book-appointment-wizard .captcha-title {
        margin-right: 20px;
        margin-top: 7px;
    }

    #book-appointment-wizard .captcha-image {
        float: right;
    }

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

    #book-appointment-wizard .footer-powered-by,
    #book-appointment-wizard .footer-options {
        width: 50%;
    }

    #book-appointment-wizard .footer-powered-by {
        text-align: left;
        padding: 5px 5px 5px 0;
    }

    #book-appointment-wizard .footer-options {
        text-align: right;
    }
}

/* BOOK SUCCESS & MESSAGE
   ------------------------------------------------------------------------- */

#message-frame,
#success-frame {
    background: #fff;
    border: 1px solid #dddada;
    padding: 70px;
}

#message-frame #message-icon,
#success-frame #success-icon {
    margin-top: 20px;
    margin-right: 20px;
}

#message-frame .alert,
#success-frame .alert {
    margin-top: 20px;
}

#message-frame,
#success-frame {
    text-align: center;
    height: auto;
    border: none;
    padding: 35px;
}

#message-frame #message-icon,
#success-frame #success-icon {
    width: 92px;
    display: block;
    margin: auto;
    float: none !important;
}

#success-frame .btn {
    margin-bottom: 10px;
    width: 80%;
    max-width: 330px;
}

@media (min-width: 768px) {
    #message-frame,
    #success-frame {
        height: 100%;
        border-radius: 20px;
    }
}

/* CANCEL APPOINTMENT
   ------------------------------------------------------------------------- */

.booking-header-bar {
    padding: 15px 0;
    margin: 0;
    background: #f3f2e7;
    border-bottom: 1px solid #e4e1c9;
    text-align: center;
}

.ui-dialog .ui-dialog-title {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .booking-header-bar {
        padding: 15px 0;
        margin: 0;
        background: #f3f2e7;
        border-bottom: 1px solid #e4e1c9;
        text-align: left;
    }
}

/*The background card*/
.cardss {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*steps*/
.steps {
    /* margin-bottom: 30px; */
    overflow: hidden;
    color: lightgrey;
}

.steps .active {
    color: #000000;
}

.steps li {
    list-style-type: none;
    font-size: 12px;
    width: 100px;
    float: left;
    position: relative;
}

.steps li p {
    width: 32px;
    height: 32px;
    line-height: initial;
    display: block;
    font-size: 18px;
    background: #ffffff;
    border: 2px solid #a5a5a5;
    color: #a5a5a5;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*steps connectors*/
.steps li:not(:first-child)::after {
    content: "";
    height: 4px;
    background: #d9d9d9;
    position: absolute;
    left: -20px;
    top: 12px;
    z-index: -1;
    width: 40px;
    /* border: 4px solid rgba(255, 255, 255, 0.15); */
    border-radius: 10px;
}

@media (min-width: 768px) {
    .steps li {
        width: 150px;
        height: 30px;
    }

    .steps li:not(:first-child)::after {
        left: -40px;
        width: 80px;
    }
}

/*Color number of the step and the connector before it*/

/* .steps li.active::before, */
.steps li.active::after,
.steps li.active p {
    background: #a91456;
    color: #ffffff;
    border: none;
    transition: all 0.3s linear;
}

.popover-body {
    /* height: 360px; */
    overflow-y: auto;
    white-space: pre-wrap;
}

.title-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
}

.title-input {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
}

.note-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}

.title-member-step-2 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
}

.content-member-step-2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.btn-edit {
    cursor: pointer;
}

.content-ticket-confirmation {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

#guest-3,
#member-3,
.content-modal-guest {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.title-wizard-3,
.title-modal-guest {
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 1.875rem;
}

.radio-filter {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
}

.ccicon {
    height: 30px;
    position: absolute;
    /* right: 6px; */
    /* left: 65px; */
    top: 60%;
    /* top: calc(50% - 55px); */
    width: 45px;
}


.form-check-input:checked {
    background-color: #be185a;
    border-color: #be185a;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.75);
}

.g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
}

.g-recaptcha>div{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.data-customer-information>table{
    width: 60%;
}

@media (max-width: 768px) {
    .g-recaptcha {
        transform: scale(.9);
        transform-origin: 0 0;
    }

    .g-recaptcha>div{
        width: 270px !important;
        height: 78px !important;
    }

    .data-customer-information>table{
        width: 72%;
    }
}

@media (max-width: 425px) {
    .data-customer-information>table{
        width: 100%;
    }
}

@media (min-width: 768px) {
    .guest-left{
        border-right: 1px solid #D9D9D9; 
        padding-right: 1.5rem !important;
    }

}

#select-language{
    color: #262626;
}

#select-language>img{
    width: 18px; 
    margin-right: 0.5rem;
}


#verification-group-input,
#verification-group-input-user,
#verification-group-input-register {
    /* padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1); */
    max-width: 400px;
    background: #fff;
}

#verification-group-input .form-control,
#verification-group-input-user .form-control,
#verification-group-input-register .form-control {
    height: 50px;
    margin-right: 0.5rem;
    text-align: center;
    /* display: block;
    font-size: 1.25rem;
    min-width: 0; */
}

#event-information table td {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}

#event-information table td:first-child {
    padding-right: 12px;
}

#event-information table td:last-child {
    padding-left: 12px;
}

/* .mySwiper2>.swiper-wrapper {
    margin-bottom: 8px !important;
} */

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    /* height: 300px; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

#sign-in{
    font-weight: 500; 
    font-size: 14px; 
    line-height: 20px; 
    text-decoration-line: underline; 
    color: #262626;
}
#sign-in:hover{
    color: #be185a;
}

.data-customer-information table td,
.data-customer-information-member table td {
    padding: 0 5px;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

#name-member,
#signout {
    cursor: pointer;
    color: #212529;
}