@font-face {
    font-family: 'muli';
    src: url('../fonts/muli/muli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-bold';
    src: url('../fonts/muli/muli-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-bolditalic';
    src: url('../fonts/muli/muli-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-extralight';
    src: url('../fonts/muli/muli-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-extralightItalic';
    src: url('../fonts/muli/muli-extralightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-italic';
    src: url('../fonts/muli/muli-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-light';
    src: url('../fonts/muli/muli-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-lightitalic';
    src: url('../fonts/muli/muli-lightitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-semibold';
    src: url('../fonts/muli/muli-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-semi-bolditalic';
    src: url('/../fonts/muli/muli-semi-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

body.show-spinner > main {
    overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner > * {
    opacity: 0;
}

/* Spinner */
body.show-spinner::after {
    content: " ";
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 6px solid #d5d5d5;
    border-radius: 50%;
    border-top-color: #051926;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.div-center {
    margin: 0 auto;
}

.login-main .auth-card, .register-main .auth-card {
    /*width: 50%;*/
    margin: 0 auto;
}

.login-main .row, .register-main .row {
    display: unset;
}

.login-main .auth-card .form-side, .register-main .auth-card .form-side {
    width: 100%;
    padding: 30px;
}

.login-main .bottom-tag-line, .register-main .bottom-tag-line {
    text-align: center;
    font-size: 15px;
    color: #636060;
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
}

.bottom-tag-line-2 {
    position: fixed;
    font-size: 15px;
    color: #636060;
    left: 45%;
    bottom: 0;
}

.login-main .top-tag-line, .register-main .top-tag-line {
    margin: 0 auto;
    font-size: 17px;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.login-main .top-sub-tag-line, .register-main .top-sub-tag-line {
    text-align: center;
    margin: 20px;
    font-size: 14px;
    color: #636060;
}

.glow-love-icon {
    width: 20px;
    margin: 0 10px 0 10px;
}

.login-main .video-card, .register-main .video-card {
    margin-top: 40px;
}

.login-main .how-to-use, .register-main .how-to-use {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.login-main .how-to-use .video-img {
    width: 40%
}

.how-to-use .thumbnail {
    width: 110px;
    height: 100px;
    background: url('https://dummyimage.com/600x400/000/fff') no-repeat;
    display: inline-block;
}

.login-main .dont-have-account, .register-main .dont-have-account {
    text-align: center;
}


.register-main .inline-form-fields {
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width: 769px) {
    .login-main .auth-card {
        width: 40%;
    }

    .login-main- .auth-card {
        width: 60%;
    }

    .register-main .auth-card {
        width: 60%;
    }

}

/**/
.login-main .about-business {
    margin: 0 auto;
    font-size: 27px;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.team-size .card {
    cursor: pointer;
}

.staff-name-avatar {
    text-align: center;
    border-radius: 55%;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: white;
    margin: 0 auto;
}

.w-10-px {
    width: 10px;
}

.td-img-bg-past-time {
    background-image: url('../img/verticalLine.jpg');
    background-position: center;
    background-color: #736f6f;
    background-size: cover;
    cursor: pointer;
}

.td-img-bg {
    background-color: white;
    cursor: pointer;
}

.td-img-bg:hover, .td-img-bg-past-time:hover {
    background-color: #051926 !important;
    background-image: unset;
}

.min-vh-50 {
    min-height: 40vh !important;
}


.custom-menu ul li i {
    font-size: 25px !important;
    line-height: 46px !important;
}

.custom-menu.menu .main-menu ul li.active:after {
    height: 53px !important;
}

.ptr-25px {
    padding-top: 20px;
}

.custom-alert-info {
    background-color: #e5f1ff !important;
}

.location-update-billing-details .all-content {
    background-color: #f2f2f7;
    padding: 10px;
}

.bg-gray-on-padding {
    background-color: #f2f2f7;
    padding: 10px;
}

.location-update-billing-details .d-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.location-update-billing-details .all-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-update-billing-details .row-cu {
    margin: 10px 0 10px 0;
}

.location-update-billing-details .row-cu .d-head {
    margin-bottom: 10px;
}

.location-update-billing-details .row-cu .d-head .d-head-left {
    font-weight: bold;
}

.location-update-billing-details .row-cu .d-head .d-head-right {
    color: dodgerblue;
    cursor: pointer;
}

.h-voucher .value-1 {
    font-size: 25px;
}

.voucher-list {
    height: 90%;
}

.voucher-list .card-body {
    width: 90%;
    margin: 0 auto;
}

.voucher-list::before {
    background: #fff;
    content: " ";
    display: block;
    width: 28px;
    height: 56px;
    border-bottom-right-radius: 56px;
    border-top-right-radius: 56px;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
}

.voucher-list::after {
    background: #fff;
    border-bottom-left-radius: 56px;
    border-top-left-radius: 56px;
    content: " ";
    display: block;
    width: 28px;
    height: 56px;
    position: absolute;
    transform: translate(0%, -50%);
    right: 0;
    top: 50%;
}

.border-radius-voucher {
    border-radius: 20px !important;
}


.border-voucher-orange {
    border-left: 2px solid #de6426 !important;
}

.voucher-green {
    background: linear-gradient(-45deg, #00a69c 0%, #009d62 100%) !important;
    color: #fff;
}

.border-voucher-green {
    border-left: 2px solid #009d62 !important;
}

.voucher-purple {
    background: linear-gradient(-45deg, #be4af4 0%, #5c37f6 100%) !important;
    color: #fff;
}

.border-voucher-purple {
    border-left: 2px solid #5c37f6 !important;
}

.voucher-blue {
    background: linear-gradient(-225deg, #0b6dd9 0%, #5fabff 100%) !important;
    color: #fff;
}

.border-voucher-blue {
    border-left: 2px solid #5fabff !important;
}

.voucher-black {
    background: linear-gradient(-225deg, #101928 0%, #203047 100%) !important;
    color: #fff;
}

.border-voucher-blue {
    border-left: 2px solid #101928 !important;
}


.save-per {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 5px;
}

.voucher-list .v-name {
    font-weight: bold;
    font-size: 16px;
}

.height-30px {
    height: 45px;
}

.w-100pr {
    max-width: 100% !important;
}

.w-100r-pr {
    width: 100% !important;
}

.voucher-add-main .page-header {
    border-bottom: 2px solid lightgrey;
}

.voucher-add-main .voucher-visual {
    background-color: #f7f7f8;
}

.voucher-add-main .voucher-visual .uper-card {
    width: 40%;
    margin: 0 auto
}


.appointment-card {
    width: 60%;
    margin: 0 auto
}

.voucher-add-main .voucher-visual .voucher-list {
    width: 90%;
    margin: 0 auto
}

.cursor-pointer {
    cursor: pointer;
}

.checkout .footer, .create-appointment .footer {
    position: absolute;
    bottom: 10%;
    width: 90%;
}

.voucher-add-main .include-service span {
    color: #037aff;
}

.service-pop-up li {
    border-bottom: 1px solid lightgrey;
    padding: 10px;
    list-style-type: none;
    margin-left: -16px;
}


.service-pop-up li.first-item {
    margin-left: -36px;
}

.voucher-left {
    height: 100vh;
}

.div-border-right {
    border-right: 1px solid lightgray;
}

.div-border-bottom {
    border-bottom: 1px solid lightgray;
}

.client-details .price {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}


.client-details .total-sale, .client-details .total-outstanding {
    padding: 10px;
}

.client-details .profile-detail-segment {
    padding: 0;
}

.client-details .price-label {
    color: #878c93;
}

.staff-working-hour-table th {
    text-align: center;
    color: #2d2d2d;
}

.staff-working-hour-table .schedule-div {
    padding: 6px 10px;
    color: #24334a;
    margin: 3px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
}

.schedule-div:hover + .add-new-symbol {
    display: block;
}

.schedule-div-bg {
    background-color: #b4dff2;
}


.v-align-top {
    vertical-align: top;
}

.staff-working-hour-table .blue:hover {
    background: #c3e4f3;
    cursor: pointer;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-30px {
    font-size: 30px;
}

.font-size-70px {
    font-size: 70px;
}

.form-appointment-color .form-appointment-color-item-bg {
    width: 50px;
    height: 50px;
    padding-top: calc(100% - 2px);
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
}

.appointment-color.pink {
    background: #ff9cbb;
}

.appointment-color.purple {
    background: #e2a6e6;
}

.appointment-color.indigo {
    background: #bbc1e8;
}

.appointment-color.blue {
    background: #a5dff8;
}

.appointment-color.cyan {
    background: #91e3ee;
}

.appointment-color.green {
    background: #a6e5bd;
}

.appointment-color.yellow {
    background: #e7f286;
}

.appointment-color.lime, .dot.lime {
    background: #e7f286;
}

.appointment-color.orange, .dot.orange {
    background: #ffbf69;
}

.appointment-color.teal, .dot.teal {
    background: #6cd5cb;
}


.services-category.pink, .dot.pink {
    border-left: 3px solid #ff9cbb;
}

.services-category.purple, .dot.purple {
    border-left: 3px solid #e2a6e6;
}

.services-category.indigo, .dot.indigo {
    border-left: 3px solid #bbc1e8;
}

.services-category.blue, .dot.blue {
    border-left: 3px solid #a5dff8;
}

.services-category.cyan, .dot.cyan {
    border-left: 3px solid #91e3ee;
}

.services-category.green, .dot.green {
    border-left: 3px solid #a6e5bd;
}

.services-category.yellow, .dot.yellow {
    border-left: 3px solid #e7f286;
}

.services-category.lime, .dot.lime {
    border-left: 3px solid #e7f286;
}

.services-category.orange, .dot.orange {
    border-left: 3px solid #ffbf69;
}

.services-category.teal, .dot.teal {
    border-left: 3px solid #6cd5cb;
}

input[type=radio] {
    display: none;
}


.permission-table {
    border: 1px solid #c2c2c2;
}

.permission-table .permission-row:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
}

.permission-table .permission-row .permission-cell:not(:last-child) {
    border-right: 1px solid #c2c2c2;
}

.permission-table .permission-row .permission-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.permission-table .permission-row .permission-cell.disabled {
    cursor: not-allowed;
    background-color: #f5f5f5;
}

label {
    font-weight: bold;
}

.price-and-duration .d-head-left {
    font-weight: bold;
    font-size: 16px;
}

.price-and-duration .price-specs p {
    margin-top: 12px;
}

.price-and-duration .price-specs b {
    font-size: 14px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1064px;
    }
}

.w-50-custom {
    width: 60%;
}

@media (max-width: 1440px) {
    .w-50-custom {
        width: 100%;
    }
}

.staff-name-avatar-custom {
    border-radius: 50px;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    background-color: #cde4ff;
    color: #037aff;
}

.price-by-staff {
    background: #f2f2f7;
    border-radius: 10px;
    padding: 13px;
}

.badge-custom {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.red {
    color: red;
}

.order-receipt .second-order-block {
    border: 1px solid black;
}

.border-bottom-black {
    border-bottom: 1px solid;
}

.you-have-not-product {
    font-size: 20px;
}

.border-gray {
    border: 1px solid gray;
}

.text-color-black {
    color: #3a3a3a !important;
}

a.custom-a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.custom-sidebar li a {
    display: flex !important;
    flex-direction: row !important;
}

.custom-sidebar li a span.svg-container svg {
    width: 30px;
    height: 30px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 20px;
    fill: white;
}


.custom-sidebar li a div.menu-name {
    text-wrap: none;
    white-space: nowrap;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    transition: color .1s linear;
    margin-left: 2px;

}

.custom-sidebar li a {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 10px;
    margin: 0 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color .1s linear;
    min-width: 44px;
}

.custom-sidebar li {
    margin-bottom: 0;
}

.custom-sidebar .app-name {
    font-size: 40px;
    color: white;
    padding: 0 10px;
}

.fixed-top {
    z-index: 4;
}

.module-name {
    margin-bottom: 34px;
    margin-left: 272px;
}

main ul.main-page-tabs {
    z-index: 19;
    position: sticky;
    position: -webkit-sticky;
    top: 66px;
}

.w-75-custom {
    width: 75%;
}

.waitMe_container .waitMe .waitMe_content {
    position: absolute;
    width: 100%;
    top: 35%;
}


.input-below-errors, .error {
    color: #c62121;
    margin: 5px 0 5px 0;
    font-size: 13px;
}

.input-error {
    border: 1px solid #c62121 !important;
}

.vertically-center {
    margin: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dir-rtl {
    direction: rtl;
}

.w-100-px {
    width: 100px;
}

.circle-avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #051926;
}

.img-avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #051926;
    padding: 10px;
    margin: 0 auto;
}

.circle-avatar-2 {
    width: 35px;
    border-radius: 50%;
    font-size: 26px;
    height: 35px;
    line-height: 35px;
    margin: -8px 0 0 15px;
    color: #fff;
    text-align: center;
    background: #051926;
}

.w-50pr {
    width: 49%;
}

.vertical-align-center {
    margin: auto;
    width: 50%;
    padding: 10px;
}
