@import './css/bootstrap.css';
@import './css/font-awesome.css';
@import './css/application.css';
@import './css/login.css';
@import './css/forms.css';
@import './css/buttons.css';
@import './css/common.css';
@import './css/calendar.css';
@import './css/tables.css';
@import './css/responsive.css';
@import './css/calendarResponsive.css';
@import './css/loading.css';
@import './css/si-style.css';
@import './css/jquery.mCustomScrollbar.css';

@font-face {
    font-family: 'SF UI Text';
    src: url('fonts/SFUIText-Regular.eot');
    src: url('fonts/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFUIText-Regular.woff2') format('woff2'),
        url('fonts/SFUIText-Regular.woff') format('woff'),
        url('fonts/SFUIText-Regular.ttf') format('truetype'),
        url('fonts/SFUIText-Regular.svg#SFUIText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF UI Text';
    src: url('fonts/SFUIText-Bold.eot');
    src: url('fonts/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFUIText-Bold.woff2') format('woff2'),
        url('fonts/SFUIText-Bold.woff') format('woff'),
        url('fonts/SFUIText-Bold.ttf') format('truetype'),
        url('fonts/SFUIText-Bold.svg#SFUIText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF UI Text';
    src: url('fonts/SFUIText-Light.eot');
    src: url('fonts/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFUIText-Light.woff2') format('woff2'),
        url('fonts/SFUIText-Light.woff') format('woff'),
        url('fonts/SFUIText-Light.ttf') format('truetype'),
        url('fonts/SFUIText-Light.svg#SFUIText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* #region ------------------- General Styles -------------------*/

body {
    font: normal 16px/22px 'SF UI Text', Arial !important;
    color: #000;
    margin: 0;
    position: relative;
}
a{
    color: #1c355e;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
* :focus {
    outline: 0 !important;
    border:0 none !important;
    box-shadow: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
}
.delete_icon{
    background: #FF4545;
    color: #fff;
    padding: 8px;
    line-height: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.add_icon{
    background: #076EB0;
    color: #fff;
    padding: 8px;
    line-height: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.form-group label{
    margin-bottom: 5px;
}
.booking_select .dropdown-toggle::after{
    display:none;
}
.booking_select .dropdown-toggle i{
    padding-bottom: 10px;
}
.form-control,.vs__dropdown-toggle,.multiselect .multiselect__tags, .select2-selection{
    font-size: 15px;
    min-height: 35px;
    font-family: "interstate-light", sans-serif;
    font-weight: normal;
    color: #343434;
    margin: 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    border: 1px solid #f0f0f0 !important;
    padding: 0 0.75rem;
    background-color: #fff;
    appearance: auto;
}
.form-control::placeholder{
    font-size: 15px;
}
.select2-container{
    display: block;
    width: 100% !important;
}
.select2-selection .select2-selection__rendered{
    line-height: 34px !important;
    padding-left: 0 !important;
}
.select2-selection .select2-selection__arrow{
    height: 34px !important;
}
.color-light-green{
    color: #00C853;
}
.arrow-line{
    margin-bottom: 4px;
    padding: 1px 7px 0px;
    display: inline-block;
    background: #fff;
    margin-left: 4px;
}
.arrow-right{
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-image: initial;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    margin: 0 0 1px -12px;
    color: #fff;
}
.arrow-line-for-left{
    margin-bottom: 4px;
    padding: 1px 7px 0px;
    display: inline-block;
    background: #fff;
    margin-left: -11px;
}
.arrow-left{
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-image: initial;
    display: inline-block;
    padding: 3px;
    transform: rotate(134deg);
    margin: 0 0 1px -12px;
    color: #fff;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.bold{
    font-weight: bold;
}
/* #endregion*/

/*#region -------------------Custom checkbox-----------------------------------*/
.custom-checkbox {
    position: relative;
    padding-left: 32px;
    /* height: 18px; */
    display: flex;
}
.custome-radiobtn{
    position: relative;
    padding-left: 32px;
}
.custome-radiobtn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #bababa;
    top:2px;
}
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #bababa;
}
.custom-checkbox label{
    line-height: 17px;
    font-size: 14px;
}
.custome-radiobtn input[type=radio]:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #076EB0;
}
.custom-checkbox input[type=checkbox]:checked~.checkmark {
    background-color: #00C853;
    border-color: #00C853;
}
.custome-radiobtn input[type=radio],
.custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    z-index: 999;
    width: 18px;
    height: 18px;
}
.custome-radiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #076EB0;
}
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.custome-radiobtn input[type=radio]:checked~.checkmark:after,
.custom-checkbox input[type=checkbox]:checked~.checkmark:after {
    display: block;
}
.custom-checkbox input[type=checkbox]:disabled + label + .checkmark, .custome-radiobtn input[type=radio]:disabled + label + .checkmark {
    content: '';
    background-color: #f2f2f2;
    border-color: #dbe4eb;
    cursor: not-allowed;
}
.custom-checkbox input[type=checkbox]:disabled + label, .custome-radiobtn input[type=radio]:disabled + label{
    cursor: not-allowed;
    color: #8e9fa7;
}
/* #endregion Custom radio button and checkbox*/

/*----------------------------Buttons------------------------*/
.btn{
    padding: 6px 20px;
    min-width: 105px;
    border-radius: 6px;
    line-height: 25px;
}
.btn-primary{
    background: #076EB0;
    border: 1px solid #076EB0 !important;
    color: #fff;
}

/*#region ---------------------Online Appointment Booking-----------------*/
.online-appointment{
    padding: 20px;
    font-size: 15px;
}
.online-appointment .page-title h1{
    font-size: 20px;
    margin-bottom: 0;
}
.online-appointment .page-title .sub-title{
    font-size: 14px;
    color: #999;
}
.online-appointment .customer-type .custome-radiobtn label{
    line-height: 30px;
}
.online-appointment .customer-type .custome-radiobtn input[type=radio]{
    width: 25px;
    height: 25px;
}
.online-appointment .customer-type .custome-radiobtn input[type=radio]:checked + label{
    color: #076EB0;
}
.online-appointment .customer-type .custome-radiobtn .checkmark{
    height: 27px;
    width: 27px;
}
.online-appointment .customer-type .custome-radiobtn .checkmark:after{
    width: 21px;
    height: 21px;
}
.online-appointment .input-registration .input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
}
.online-appointment .booking-steps{
    flex-direction: column;
    border: 0;
}
.online-appointment .booking-steps .nav-link{
    padding-bottom: 60px !important;
}
.online-appointment .booking-steps .nav-link:first-child{
    padding-bottom: 80px !important;
}
.online-appointment .booking-steps .nav-link:last-child{
    padding-bottom: 6px !important;
}
.online-appointment .booking-steps .nav-link,
.online-appointment .booking-steps .nav-link.active,
.online-appointment .booking-steps .nav-link:hover{
    border: 0;
    padding: 0;
    position: relative;
    background:transparent;
}
.book-appointment .time-picker,.book-appointment .time-picker .display-time{
    width:100% !important;
}
.online-appointment .booking-steps .vertical-bar{
    width: 30px;
    display: inline-block;
    background: #D9D9D970;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
}
.online-appointment .booking-steps .vertical-bar.step2{
    border-radius: 0;
}
.online-appointment .booking-steps .vertical-bar.step3{
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.online-appointment .booking-steps .steps{
    width: 24px;
    height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    margin: 4px auto;
    color: #000;
    font-size: 14px;
}
.online-appointment .booking-steps .nav-link.active .steps{
    background: #076EB0;
    color: #fff;
}
.online-appointment .booking-steps .nav-link.done .steps,
.online-appointment .booking-steps .nav-link.done .step-dots{
    background-color: #00C853;
}
.online-appointment .booking-steps .nav-link.done .step-name{
    color:#000 !important;
}
.online-appointment .booking-steps .nav-link.active .step-name{
    color:#076EB0;
}

.online-appointment .booking-steps .nav-link.done .steps::before{
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.online-appointment .booking-steps .step-name{
    padding-left: 50px;
    padding-top: 5px;
    color:#000;
}
.online-appointment .booking-steps .step-dots{
    width: 8px;
    height: 8px;
    margin: 15px auto;
    background: #B9B9B9;
    border-radius: 100%;
}
.online-appointment .booking-steps .step1 .steps::before{
    content: '1';
}
.online-appointment .booking-steps .step2 .steps::before{
    content: '2';
}
.online-appointment .booking-steps .step3 .steps::before{
    content: '3';
}
.online-appointment .booking-steps .step1 .steps::before{
    content: '1';
}
.online-appointment .booked-successfully{
    font-weight: 300;
    text-align: center;
}
/*#endregion*/

/* #region ------------------- Responsive layout -------------------*/
@media(max-width:823px){
    .online-appointment{
        padding: 20px 0;
    }
    .online-appointment .booking-steps{
        flex-direction: row;
        margin-bottom: 40px;
    }
    .online-appointment .booking-steps .nav-link{
        padding-bottom: 0 !important;
        flex: 1 1 auto;
        width: 0;
        text-align: center;
    }
    .online-appointment .booking-steps .nav-link:first-child{
        text-align: left;
        padding-bottom: 0 !important;
    }
    .online-appointment .booking-steps .nav-link:last-child{
        text-align: right;
    }
    .online-appointment .booking-steps .vertical-bar{
        height: 30px;
        width: 100%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0;
    }
    .online-appointment .booking-steps .steps{
        display: inline-block;
        margin: 3px;
    }
    .online-appointment .booking-steps .step-dots{
        display: inline-block;
        margin: 0 7px;
    }
    .online-appointment .booking-steps .vertical-bar.step2{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .online-appointment .booking-steps .step-name{
        padding-top: 38px;
        padding-left: 0;
        padding-bottom: 0;
        font-size: 11px;
    }
    .online-appointment .booking-steps .vertical-bar.step3{
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 0;
        display: flex;
        justify-content: end;
    }
}
/* #endregion*/
.bootstrap-datetimepicker-widget table td .btn {
    min-width: auto;
}