/* Styles From Vendor */

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Light.otf);
}

body {
    font-family: Poppins, Open Sans, sans-serif;
    max-width: 1920px;
    position: relative;
    margin: auto;
    height: 100%;
}


/* bootstrap */

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: solid 0.3px #f2f2f2;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}


/* /bootstrap */


/* Select2 Custom Modifications */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #172b4d !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #ffffff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.select2-selection__arrow {
    display: block !important;
}

.bg-default {
    background-color: #ffffff !important;
}

.navbar-vertical.navbar-expand-xs {
    top: 78px;
}

.navbar-top {
    /* padding-right: 0;
    padding-left: 0; */
    z-index: 1051;
}

.navbar.navbar-top {
    padding: 11px 0;
    border: solid 0.3px #cbcbcb;
    position: sticky;
    top: 0;
}

.sidebar-toggler-m {
    margin-left: 142.8px;
}

.navbar-brand img {
    max-height: 70px;
    padding-left: 4%;
    width: auto;
}

.nav-user-cont {
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.29;
    color: #2e2e2e;
}

.nav-welcome {
    font-size: 10px;
    color: #acacac;
}

.nav-user-img img,
.avatar-sm.nav-user-img {
    width: 48px;
    height: 48px;
}

.avatar-sm.nav-user-img {
    margin-left: 20px;
}

.nav-three-dots-cont {
    display: flex;
    flex-direction: column;
}

.nav-three-dots-cont span {
    height: 3px;
    width: 3px;
    background-color: #acacac;
    margin: 2px;
    border-radius: 50%;
}

.navbar-search .input-group {
    border-radius: 15px;
    border: solid 0.3px #d1d1d1;
}

.navbar-search-light .focused .input-group {
    border: solid 0.3px #d1d1d1;
}

.input-group-alternative {
    box-shadow: 0 0 0;
}

.navbar-search .form-control {
    width: 400px;
    cursor: pointer;

}

.navbar-search .focused .input-group .form-control {
    width: 440px !important;

}

.navbar-search input::placeholder {
    opacity: 1;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.8;
    color: #5d5d5d;
}

.calendar-nav-item {
    border: solid 0.3px #f8f9fe;
    border-right-width: 0;
    border-left-width: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: 16px 28px;
    transition: padding 0.3s;
}

.g-sidenav-hidden .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link,
.g-sidenav-hide .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: 16px 15px;
}

.calendar-nav-item .nav-link {
    padding: 21px 28px;
}

#sidenav-collapse-main .sbi {
    position: relative;
}

#sidenav-collapse-main .sbi::before {
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    opacity: 1;
    background-size: contain;
    margin: auto;
}

#sidenav-collapse-main .sb-calendar:before {
    content: "";
    background-image: url(../img/vendor/sb-calendar.svg);
    height: 30px;
    width: 30px;
}

.sb-home:before {
    content: "";
    background-image: url(../img/vendor/sb-home.svg);
}

.sb-logout:before {
    content: "";
    background-image: url(../img/vendor/sb-logout.svg);
}

.sb-category:before {
    content: "";
    background-image: url(../img/vendor/sb-category.svg);
}

.sb-support::before {
    content: "";
    background-image: url(../img/vendor/sb-iconly-light-chat.svg);
}

#sidenav-collapse-main .nav-link-text {
    margin-left: unset;
    font-family: Poppins;
    font-size: 13px;
    line-height: 2.23;
    color: #000000;
    font-weight: 500;
    padding-left: 1rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
    padding-left: 4.5rem;
}

#sidenav-collapse-main .nav-item.active .nav-link-text {
    font-weight: 600;
}

#sidenav-collapse-main .nav-item.active .sbi::after {
    content: "";
    position: absolute;
    bottom: -8px;
    display: block;
    background-color: #fed629;
    width: 18px;
    height: 5px;
    border-radius: 3.5px;
    left: 50%;
    transform: translate(-50%, 0);
}

.nav-bar-ellipsis {
    padding-left: 15px;
    ;
}

.sp-form .form-control {
    padding: 40px;
    border-radius: 20px;
}

.sp-form .form-control-label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.sp-form .heading-small {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
}


/* Dashboard */

.background-image-container {
    filter: blur(90px);
    -webkit-filter: blur(90px);
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100vh;
    min-height: calc(100vh - 95px);
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.background-image-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    filter: brightness(0.99);
}

.dashboard .main-page-container {
    padding: 50px 100px;
}

.main-page-container {
    padding: 60px 40px;
}

.welcome-msg {
    font-family: Gilroy;
    font-size: 30px;
    line-height: 1.07;
    color: #000000;
}

.welcome-msg span {
    display: block;
    position: relative;
    width: max-content;
}

.welcome-msg span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background-color: #fed629;
    width: 100%;
    z-index: -1;
}

.section-line {
    width: 176px;
    height: 0.3px;
    background-color: #979797;
    margin: 32px 0;
}


/* .portal-cont {
    margin-top: 40px;
} */

.portal-img-bg {
    height: 63px;
    width: 63px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portal-img-bg img {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    width: 65px;
    border-radius: 50%;
    height: auto;
}

.bg-gradient-blackwhite {
    background: linear-gradient(87deg, #000000 0, #ffffff00 100%) !important;
}


/* g */

.ml-30 {
    margin-left: 30px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.info-text-cont {
    height: 100%;
    display: flex;
    align-items: center;
}

.small-heading-txt {
    font-size: 14px;
    color: #585858;
    margin-bottom: 0;
}

.bold-main-txt {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 3px;
}


/* /g */

.white-squircle-bg {
    height: 63px;
    width: 63px;
    background-color: #000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white-squircle-bg p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.12;
    color: #ffffff;
}


/* g */

.small-txt {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 0;
}

.card {
    margin-bottom: 20px;
}

.card,
.card-header {
    border-radius: 15px !important;
}

.header-description-txt {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.8;
    color: #5d5d5d;
    margin-bottom: 0;
}


/* /g */

.accordion .card-header:after {
    content: "";
}

.accordion .yellow-collapser:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
    background-size: contain;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 20px;
    /* should be - */
    background-image: url(../img/vendor/ico-yellow-plus.svg);
}

.accordion .yellow-collapser.collapsed:after {
    background-image: url(../img/vendor/ico-yellow-plus.svg);
}

.custom-control-label::before {
    background-color: #e8e8e8;
}

.custom-switch .custom-control-label::after {
    background-color: #ffffff;
    box-shadow: 0 0 1px #989898;
}


/* edit bootstrap switch */

.custom-switch.custom-switch-xl {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 2rem;
    padding-top: 0.5rem;
    margin-right: -30px;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    border-radius: 1rem;
    height: 30px;
    width: 3.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    border-radius: 30px;
    height: calc(30px - 6px);
    width: calc(30px - 6px);
    top: calc(0.25rem + 3px);
}

.custom-switch.custom-switch-xl .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1.5rem);
}


/* /edit bootstrap switch */

.three-dots-cont {
    display: flex;
    flex-direction: row;
    width: max-content;
    cursor: pointer;
}

.three-dots-cont span {
    height: 3px;
    width: 3px;
    background-color: #acacac;
    margin: 2px;
    border-radius: 50%;
}

.paragraph {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #000000;
}

.paragraph a {
    font-weight: 400;
    color: inherit;
    text-decoration: underline;
}

.appointment-card {
    padding: 0 24px;
}

.appointment-container {
    margin: 16px 0;
}

.appointment-txt-cont {
    padding-right: 55px;
}

.appointment-time-cont {
    background-color: #000000;
    border-radius: 27.5px;
    min-height: 43px;
    padding: 11px 12px;
    width: max-content;
    margin-left: auto;
}

.appointment-time-cont p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.56;
    color: #ffffff;
}

.appointment-time-cont p span {
    font-size: 13px;
    font-weight: 400;
}

.view-all-appointments {
    margin-top: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.view-all-appointments a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #000000;
    text-decoration: underline;
}


/* /Dashboard. Services */

.header-tab-section {
    margin-bottom: 35px;
}

.header {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.38;
    color: #000000;
    margin-bottom: 0;
}

.bg-image {
    /* background-image: url("{{ url('/') }}/img/vendor/mainbg.jpg"); */
    background-attachment: fixed;
    background-size: cover;
}

.main-tab-wrapper-container .nav-wrapper {
    background-color: white;
    border-radius: 15px;
    padding: 0px;
    box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
}

.main-tab-wrapper-container .nav-pills .nav-link {
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.07;
    color: #b3b3b3;
    background-color: transparent;
    box-shadow: 0 0 0;
}

.main-tab-wrapper-container .nav-pills .nav-link.active,
.main-tab-wrapper-container .nav-pills .show>.nav-link {
    font-weight: 500;
    color: #000000;
}

.header-questions-img-cont {
    margin-left: auto;
    max-width: max-content;
}

.header-questions-img-cont {
    width: 27px;
    height: 27px;
}

.accordion .left-collapser .left-accordion-arr:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
    background-size: contain;
    height: 24px;
    width: 24px;
    background-image: url(../img/vendor/ico-light-arrow-down.svg);
    transform: rotate(0deg);
}

.accordion .left-collapser.collapsed .left-accordion-arr:after {
    transform: rotate(-90deg);
}

.gray-table-col {
    width: calc(24px + 60px);
    height: calc(100% + 60px);
    background-color: #f6f6f6;
    position: relative;
    left: -30px;
    right: -30px;
    bottom: -30px;
    top: -30px;
}


/* /Services */

@media (min-width: 1536px) and (max-width: 1920px) {}

@media (min-width: 1366px) and (max-width: 1535.9px) {}

@media (max-width: 1200px) {}

@media (min-width: 1200px) and (max-width: 1365.9px) {}

@media (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199.9px) {}

@media (max-width: 768px) {
    .appointment-txt-cont {
        padding-right: 0;
    }

    .appointment-time-cont {
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {}

@media (min-width: 576.1px) and (max-width: 767.9px) {}

@media (min-width: 576px) {
    .navbar-top .navbar-brand {
        display: block !important;
    }
}

@media (max-width: 375px) {}

@media (min-width: 1200px) {}

@media (max-width: 320px) {
    /* //8. Rarely needed */
}


/* Pavan Styles */

/* override style - 2021.06.02 */
.fall-back-check::before {
    left: -1.75rem !important;
}

.today-un::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background-color: #40E0D0;
    max-width: 210px;
}

.footer .copyright {
    font-size: 0.875rem;
    margin-bottom: 10px !important;
}

.select2-container--open .select2-dropdown {
    left: 0;
    top: -15px !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container .select2-selection--single:focus {
    box-shadow: unset !important;
}

.form-control-alternative {
    box-shadow: unset !important;
    border: 1px solid #dee2e6;

}

.longi-lati {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-top: 10px;

}

.select2 {
    border: 1px solid #dee2e6 !important;

}

.dash-heads {
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000 !important;
}

.header-description-txt {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.8;
    color: #5d5d5d;
    margin-bottom: 0;
}

.accordion .yellow-collapser:after {
    right: 30px;
    top: 30px;
    cursor: pointer;

}

.left-collapser {
    cursor: pointer;
}

.form-page-container {
    padding-top: 115px !important;
    max-width: 900px !important;
    margin: auto !important;
}

.over-form {
    padding: 40px !important;
}

/* override style - 2021.06.02 */


.footer {
    padding: 0 !important;
    background: unset !important;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner.three-dots-cont {
    margin-top: 8px;
}

.grey-set {
    background-color: #f6f6f6;
}

.card-header {
    padding: 1.5rem;
}

.activeGreen {
    margin: auto;
    display: block;
    cursor: pointer;
}

.centerT {
    text-align: center;
}

.lean-right {
    padding-left: 15px;
}

.services .card {
    margin-bottom: 0 !important;
}

.entry {
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000;
}


.load_com_service_overview_list .card-header {
    border-bottom: 1px solid #dee2e6 !important;

}

.services .card,
.services .card-header {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.accordion2 .card,
.accordion2 .card-header {
    border-radius: 0 !important;
}

.sb-category2:before {
    content: "";
    background-image: url(../img/vendor/customers.svg);
}

.club-head div {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: #000000;
}

.customer .card-header {
    padding: 30px;
    border-bottom: solid 0.3px #a8a8a8;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.name-cus {
    padding-left: 30px;
}

.customer-detatils {
    padding: 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000;
    border-bottom: solid 0.3px #ececec;
}

.customer-detatils .name-cus {
    font-weight: 500;
}

.customer-img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.cus-dots {
    margin: auto;
    margin-top: 12px !important;
    color: #060606;
}

.customer .card-body {
    padding: 0px 15px !important;
}

.customer .card {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.sb-category3:before {
    content: "";
    background-image: url(../img/vendor/reports.svg);
}

.sb-category4:before {
    content: "";
    background-image: url(../img/vendor/details.svg);
}

.base-body {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 100%;
}

.stats {
    padding: 45px 55px;
    border-bottom: solid 0.3px #cbcbcb;
}

.stat-block .num {
    padding: 20px 10px;
    border-radius: 20px;
    background-color: #000000;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 20px;
    float: left;
    min-width: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-block {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #000000;
    display: flex;
    align-items: center;
}

.charts {
    padding: 45px 45px;
}

.activity {
    font-family: Poppins;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: #000000;
}

.center-p {
    display: flex;
    align-items: center;
}

.chart-data-row {
    width: 100%;
}

.chart-des {
    padding: 70px 30px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #2e2e2e;
}

.report-pills {
    border-radius: 15px;
    border: solid 0.3px #979797;
    background-color: #ffffff;
}

.store-details .custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 2rem;
    padding-top: 1rem;
}

.close-book {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000;
    padding: 20px 15px;
}

.store-details .card-header {
    padding: 0rem;
}

.store-details .card {
    margin-bottom: 0px;
}

.main-set {
    padding: 30px 43px;
    border-bottom: solid 0.3px #a8a8a8;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
}

.scale {
    padding-left: 15px;
    padding-right: 15px;
}

.main-set .first {
    text-align: left;
}

.entry-set {
    padding: 27px 43px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000;
    border-bottom: solid 0.3px #ececec;
    text-align: center;
}

.entry-set .first {
    text-align: left;
}

.inactive {
    display: none;
    margin: auto;
    cursor: pointer;
}

.plus-btn {
    float: left;
    border: solid 1.5px #200e32;
    border-radius: 10px;
    padding: 0 8px 0 8px;
    cursor: pointer;
}

.hours input {
    border: solid 0.3px #979797;
    border-radius: 20px;
    padding: 15px;
    width: 150px;
}

.invis-options {
    display: none;
    transition: cubic-bezier(0.075, 0.82, 0.165, .5);
    background-color: #000;
    border: solid 0.3px #333333;
    border-radius: 10px;
    padding: 20px 25px;
    width: 230px;
    position: absolute;
    right: 50%;
    top: 30px;
    z-index: 2100;
}

.option-available {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.23;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
}

.omr-15 {
    margin-bottom: 20px;
}

.help {
    border: solid 1px #000000;
    border-radius: 100%;
    padding: 5px 13px;
    color: #000000;
    transition: .5s;
}

.help:hover {
    border: solid 1px #000000;
    color: #fff;
    background-color: #000;
}

.relative {
    position: relative;
}

.float-navigation {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: -80px;
    right: 30%;
    transition: .5s;
}

.plus-svg {
    margin-left: 20px;
}

.float-navigation:hover {
    color: #000000;
    text-decoration: underline;
    letter-spacing: 1px;
}

.content-boxs {
    padding: 80px 25% 80px 12%;
}

.back-link::before {
    content: '<';
    color: #000;
    font-size: 30px;
    top: -6px;
    position: absolute;
    left: -5px;
}

.create {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
    transition: .5s;
}

.employee-add {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 150px;
}

.samboo_form input {
    border-radius: 20px;
    border: solid 0.3px #979797;
    width: 100%;
    padding: 25px;
    /* margin-bottom: 50px; */
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #2e2e2e;
}

.samboo_form .form-group {
    margin-bottom: 50px;
}

.samboo_form {
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #2e2e2e;
}

.form-info {
    max-width: 710px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

input[type="submit" i] {
    width: 250px;
    border-radius: 20px;
    background-color: #000000;
    padding: 25px 45px;
    display: block;
    margin: auto;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.31px;
    color: #ffffff;
    cursor: pointer;
    transition: .5s;
}

.service .card-body {
    padding: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.service-head {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: #000000;
}

.service-entry customer-detatils {
    font-family: Poppins;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000;
}

.service-entry .main-ser {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000;
}

.accordion .card-header {
    position: relative;
    cursor: unset;
}

.service-add {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 80px;
}

.form-info {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #2e2e2e;
}

.samboo_form select {
    border-radius: 20px;
    border: solid 0.3px #979797;
    width: 100%;
    padding: 25px;
    margin-bottom: 50px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #2e2e2e;
    cursor: pointer;
}

select {
    background: url("data:image/svg+xml,<svg height='15px' width='15px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.sec-pad {
    padding-right: 10px;
}

.sec-pad2 {
    padding-left: 10px;
}

.set-name {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: #000000;
}

.set-des {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #2e2e2e;
    margin-top: 10px;
}

.categories .card-header {
    padding: 30px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #fff !important;
    border-bottom: solid 0.3px #a8a8a8 !important;
}

.categories .card {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    background-color: #fff !important;
}

.categories .card-body {
    background-color: #fff !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    margin: 0;
    padding: 15px;
}

.categories .cus-dots {
    margin: unset;
    margin-left: auto !important;
}

.prod-name {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000;
}

.prod-row {
    padding: 30px;
    border-bottom: solid 0.3px #ececec;
}

.float-link .float-navigation {
    position: unset;
}

.float-link {
    padding: 30px 30px 20px 30px;
    margin: auto;
}

.cd-popup-trigger {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 3em auto;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50em;
    background: #35a785;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-trigger {
        margin: 6em auto;
    }
}

.cd-xy-trigger {
    margin: 3em auto;
    text-align: right;
}


/* --------------------------------

  xpopup

  -------------------------------- */

.cd-popup {
    z-index: 1045;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(244, 244, 244, 0.89);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 4em auto;
    background: #FFF;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container p {
    padding: 3em 1em;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.fc-event-title {
    cursor: pointer;
    /* z-index: 2000; */
}

.right-close {
    float: right;
    padding: 25px;
}

.right-close img {
    float: right;
    margin-right: 25px;
}

.pop-title {
    padding: 25px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #000000;
}

.black-bar {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #000000;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
}

.in {
    padding: 10px 15px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.67px;
    color: #ffffff;
}

.right-tim {
    text-align: right;
}

.time-slot {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.67px;
    color: #ffffff;
}

.time-slot2 {
    opacity: 0;
}

.pop-book {
    margin-right: 0px;
    margin-left: 0px;
}

.pop-book .breaking {
    border-bottom: solid 0.3px #cbcbcb;
    padding-top: 10px;
}

.event-pop-entry {
    padding: 25px;
    text-align: left;
}

.event-pop-entry .treatment-pop-entry {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e2e2e;
}

.event-pop-entry span {
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0ccfbd;
    margin-right: 5px;
}

.event-pop-entry .employee-pop-entry {
    margin-left: 15px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.event-pop-entry .time-pop-entry {
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e2e2e;
}

.event-pop-entry .time-pop-entry span {
    text-align: right;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e2e2e;
}

.pop-button {
    width: 55%;
    padding: 20px 35px;
    border-radius: 20px;
    background-color: #000000;
    color: #fff !important;
    margin: auto;
    display: block;
}

.btn-sec-pop {
    padding: 15px;
    border-bottom: solid 0.3px #cbcbcb;
    margin-right: 0px;
    margin-left: 0px;
}

.edit {
    float: right;
    margin-right: 5px;
}

.tel {
    float: right;
}

.contact-pop {
    padding: 15px;
    border-bottom: solid 0.3px #cbcbcb;
    margin-right: 0px;
    margin-left: 0px;
}

.pop-con {
    width: 40px;
    text-align: left;
    margin-right: 15px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
}

.pop-con-n {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-des {
    text-align: left;
    padding: 25px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #2e2e2e;
}

.pop-des a {
    color: #d44e4e;
    text-decoration: underline;
}


/* calendar */

.calendar-page .card {
    margin-top: 80px;
    background-color: #fff !important;
}

.calendar-head {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #000000;
}

.fc-toolbar-title {
    display: inline-block;
}

.fc-header-toolbar {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000 !important;
}

.fc-header-toolbar h2 {
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: #000000 !important;
}

.fc .fc-button-primary {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.fc-icon {
    margin-bottom: 5px;
}

.fc th {
    text-align: left !important;
    padding: 15px !important;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
    position: absolute;
    margin-left: 60px;
    margin-top: 8px;
    font-family: Poppins !important;
    font-size: 15px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000 !important;
}

.float-navigation2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: 95px;
    right: 30%;
    transition: .5s;
    z-index: 1030;
}

.fc-toolbar-chunk:nth-child(2) {
    position: absolute;
    margin-left: 30%;
}

.fc-toolbar-chunk:nth-child(1) {
    background-color: #ffffff;
    border: solid 0.3px #cbcbcb;
    border-radius: 20px;
}

.fc-toolbar-chunk:nth-child(1) .fc-button {
    padding: 25px 25px;
    border-radius: 20px;
}

.fc-toolbar-chunk:nth-child(1) .fc-button-active {
    background-color: #f2f2f2 !important;
}

.samboo-drop {
    position: absolute;
    top: 75px;
    right: 5%;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    z-index: 1030;
}

.btn-secondary {
    border-radius: 20px;
    padding: 25px 45px;
    color: #000;
    border: solid 0.3px #cbcbcb;
    background-color: #fff !important;
    box-shadow: unset !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}

.btn-secondary:hover {
    border: solid 0.3px #cbcbcb;
}

.btn-secondary:focus {
    border: solid 0.3px #cbcbcb;
}

.show>.btn-secondary.dropdown-toggle {
    border: solid 0.3px #cbcbcb;
}

table {
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #000000 !important;
}

.fc-h-event {
    /* border: solid 0.3px #066058 !important;
    border: 1px solid var(--fc-event-border-color, #066058) !important;
    background-color: #eaf6f5 !important;
    background-color: var(--fc-event-bg-color, #eaf6f5) !important;
    color: #000 !important; */
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    padding: 25px;
}

.fc-event-title {
    /* color: #000 !important; */
    font-family: Poppins !important;
    font-size: 12px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.fc-event-time {
    /* color: #000 !important; */
    font-family: Poppins !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.fc-event {
    /* border: solid 0.3px #066058 !important;
    border: 1px solid var(--fc-event-border-color, #066058) !important;
    background-color: #eaf6f5 !important;
    background-color: var(--fc-event-bg-color, #eaf6f5) !important; */
    /* color: #000 !important; */
    padding: 5px;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.fc-v-event .fc-event-time {
    overflow: visible !important;
}

.fc-v-event .fc-event-main-frame {
    display: block !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #ffffff !important;
    background-color: var(--fc-today-bg-color, #ffffff) !important;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: #ffffff !important;
    background-color: var(--fc-today-bg-color, #ffffff) !important;
}

.fc .fc-non-business {
    background: rgba(255, 255, 255, .3);
    background: var(--fc-non-business-color, rgba(255, 255, 255, .3));
}

.fc-h-event {
    border: solid 0.3px #066058 !important;
    border: 1px solid var(--fc-event-border-color, #066058) !important;
    background-color: #eaf6f5 !important;
    background-color: var(--fc-event-bg-color, #eaf6f5) !important;
    color: #000 !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    padding: 25px;
}

.fc-event-title {
    /* color: #000 !important; */
    font-family: Poppins !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.fc-event-time {
    /* color: #000 !important; */
    font-family: Poppins !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.fc-event {
    /* border: solid 0.3px #066058 !important;
    border: 1px solid var(--fc-event-border-color, #066058) !important;
    background-color: #eaf6f5 !important;
    background-color: var(--fc-event-bg-color, #eaf6f5) !important; */
    /* color: #000 !important; */
    padding: 5px;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.fc-v-event .fc-event-time {
    overflow: visible !important;
}

.fc-v-event .fc-event-main-frame {
    display: block !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #ffffff !important;
    background-color: var(--fc-today-bg-color, #ffffff) !important;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: #ffffff !important;
    background-color: var(--fc-today-bg-color, #ffffff) !important;
}

.fc .fc-non-business {
    background: rgba(0, 255, 255, .3);
    background: var(--fc-non-business-color, rgba(255, 255, 255, .3));
}

.report-pills-w {
    max-width: 300px;
}


/* forms */

.select2-container--default .select2-selection--multiple {
    border: none !important;
    cursor: pointer;
}

.sps .select2 {
    padding: 10px;
}

.table-addd .samboo_form input {
    padding: 40px;
}

.xy-btn {
    position: absolute;
    bottom: 0;
    right: 25%;
}

.xy-btn img {
    object-fit: contain;
}

.calendar-y .fc-datagrid-cell {
    position: relative;
}

.calendar-y .fc-datagrid-cell .profimage {
    position: absolute;
    top: 10px;
    left: 10px;
}

.calendar-y .fc-datagrid-cell-main {
    margin-left: 60px;
}

.calendar-y th .fc-datagrid-cell-main {
    margin-left: 10px;
}

.round {
    margin: auto;
    display: block;
    width: 10px;
}

.card-header {
    padding: 1.5rem;
    padding-left: 35px;
    padding-right: 35px;
}

.tab-alert-pop {
    display: none;
}

.tab-alert-pop-con {
    display: none;
}

.tab-alert-close {
    display: none;
}

/* Media Queries */

@media (max-width: 480px) {
    .dashboard .main-page-container {
        padding: 20px;
    }

    .store .base-body {
        /* overflow: scroll; */
        width: fit-content;

    }

    .opening-hours-dev {
        width: 1000px;
    }

    .fc-toolbar-chunk:nth-child(1) .fc-button {
        padding: 15px 15px;
        border-radius: 20px;
    }

    .float-navigation2 {
        top: 32px !important;
        left: 10px;
        right: unset;
    }

    .samboo-drop {
        position: absolute;
        top: 190px;
        right: unset;
        left: 10px;
    }

    .btn-secondary {
        border-radius: 20px;
        padding: 15px 35px;
    }

    .fc-view-harness {
        margin-top: 100px;
    }

    #calendar {
        width: 1000px;
    }

    .calendar-flow {
        overflow: scroll;
    }

    .fc-toolbar-chunk:nth-child(2) {
        position: absolute;
        margin-left: 0%;
        margin-top: 35%;
    }

    .main-page-container {
        padding: 20px 0;
    }

    .main-tab-wrapper-container {
        margin-top: 20px;
    }

    .main-tab-wrapper-container .nav {
        display: -webkit-inline-box !important;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        flex-wrap: wrap;
        width: 100%;
    }

    .nav-pills .nav-item {
        margin-bottom: 0 !important;
    }

    .header-questions-img-cont {
        display: none;
    }

    .customer {
        overflow: scroll;
    }

    .customer .card {
        width: 1000px;
        margin-top: 30px;
    }

    .service {
        overflow: scroll;
    }

    .service .card {
        width: 1000px;
        margin-top: 30px;
    }

    .overview {
        overflow: scroll;
    }

    .overview .card {
        width: 1000px;
    }

    .float-navigation {
        top: -25px;
    }

    .float-navigation:hover {
        letter-spacing: unset;
    }

    .sec-pad {
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .sec-pad2 {
        padding-left: 15px;
    }

    .charts {
        padding: 25px 10px;
    }

    .stats {
        padding: 15px 0px;
        border-bottom: solid 0.3px #cbcbcb;
    }

    .stat-block {
        font-family: Poppins;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .stat-block .num {
        min-width: 60px;
        min-height: 60px;
        font-size: 20px;
        padding: 10px 5px;
        margin-right: 5px;
    }

    .hours input {
        border: solid 0.3px #979797;
        border-radius: 20px;
        padding: 15px;
        width: 110px;
    }
}


/* special popup scroll */

@media (max-height: 780px) {
    .cd-popup-container {
        max-height: 480px;
        /* overflow: scroll; */
        overflow-x: hidden;
        overflow-y: scroll;
    }
}


/*IPHONE 5*/

@media (max-width: 320px) {
    .float-navigation {
        top: -25px;
    }

    .float-navigation:hover {
        letter-spacing: unset;
    }

    .float-navigation2 {
        top: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hours input {
        border: solid 0.3px #979797;
        border-radius: 20px;
        padding: 15px;
        width: 110px;
    }

    .float-navigation {
        top: -25px;
    }

    .float-navigation:hover {
        letter-spacing: unset;
    }

    .float-navigation2 {
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

    .fc-toolbar-chunk:nth-child(2) {
        position: absolute;
        margin-left: 40%;
    }

    .float-navigation {
        top: -88px !important;
        font-size: 13px !important;
        right: 7% !important;
    }

    .main-tab-wrapper-container .nav-pills .nav-link {
        padding: 17px 12px !important;
    }

    .club-head div {
        font-size: 15px !important;
    }

    .customer-detatils {
        font-size: 13px !important;
    }

    .overview {
        overflow: scroll;
    }

    .overview .card {
        width: 1000px;
    }


}

@media(min-width:768px) and (max-height: 1024px) and (orientation:portrait) {


    .tab-alert-pop {
        background-color: rgba(244, 244, 244, 0.89);
        z-index: 2045;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0;
        opacity: 1;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s;
        display: block;
    }

    .tab-alert-pop-con {
        display: block;
        font-family: Poppins;
        z-index: 2055;
        color: #000;
        opacity: 1;
        position: relative;
        top: 200px;
        padding: 40px;
        width: 90%;
        max-width: 500px;
        margin: 4em auto;
        background: #FFF;
        border-radius: 20px;
        text-align: center;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
        /* Force Hardware Acceleration in WebKit */
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .tab-alert-close {
        display: block;
        font-family: Poppins;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 2065;
        width: 30px;
        height: 30px;

    }


    .dashboard .main-page-container {
        padding: 60px 60px;
    }

    .hours input {
        border: solid 0.3px #979797;
        border-radius: 20px;
        padding: 8px;
        width: 75px;
    }

    .tab-no {
        display: none;
    }

    .main-page-container {
        padding: 20px 0;
    }

    .main-tab-wrapper-container {
        margin-top: 20px;
    }

    .main-tab-wrapper-container .nav {
        display: -webkit-inline-box !important;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        flex-wrap: wrap;
        width: 100%;
    }

    .nav-pills .nav-item {
        margin-bottom: 0 !important;
    }

    .header-questions-img-cont {
        display: none;
    }

    .customer {
        overflow: scroll;
    }

    .customer .card {
        width: 1000px;
        margin-top: 30px;
    }

    .service {
        overflow: scroll;
    }

    .service .card {
        width: 1000px;
        margin-top: 30px;
    }

    .overview {
        overflow: scroll;
    }

    .overview .card {
        width: 1000px;
    }

    .float-navigation {
        top: -25px;
    }

    .float-navigation:hover {
        letter-spacing: unset;
    }

    .sec-pad {
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .sec-pad2 {
        padding-left: 15px;
    }

    .charts {
        padding: 25px 10px;
    }

    .stats {
        padding: 15px 0px;
        border-bottom: solid 0.3px #cbcbcb;
    }

    .stat-block {
        font-family: Poppins;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .stat-block .num {
        min-width: 60px;
        min-height: 60px;
        font-size: 20px;
        padding: 10px 5px;
        margin-right: 5px;
    }

    .fc-toolbar-chunk:nth-child(2) {
        position: absolute;
        margin-left: 40%;
    }

    .float-navigation2 {
        top: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .hours input {
        border: solid 0.3px #979797;
        border-radius: 20px;
        padding: 15px;
        width: 110px;
    }

    .tab-no {
        display: none;
    }

    .float-navigation {
        font-family: Poppins;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.81;
        letter-spacing: normal;
        color: #000000;
        position: absolute;
        top: -80px;
        right: 10%;
        transition: .5s;
    }

    .float-navigation {
        top: -25px;
    }

    .float-navigation:hover {
        letter-spacing: unset;
    }

    .float-navigation2 {
        top: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1400px) {
    .hours input {
        border: solid 0.3px #979797;
        border-radius: 20px;
        padding: 15px;
        width: 110px;
    }

    .tab-no {
        display: none;
    }

    .float-navigation {
        font-family: Poppins;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.81;
        letter-spacing: normal;
        color: #000000;
        position: absolute;
        top: -88px;
        right: 5%;
        transition: .5s;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {}

@media (min-width: 1601px) and (max-width: 2000px) {}

@media (min-width: 2001px) and (max-width: 3000px) {}


/* Pavan Styles End*/


/* profile background - SA  */

.bg-gradient-yellow {
    background: linear-gradient(87deg, #fed629 0, #6d5900 100%) !important;
}


/* /. profile background  */


/* select2 styles Sandharu1 */

.select2 {
    border-radius: 18px;
    border: solid 0.3px #979797;
    width: 100%;
    padding: 17px;
    margin-bottom: 50px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #000000;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 8px 6px 0 6px !important;
    height: 0 !important;
    left: 20% !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    position: absolute !important;
    top: 50%;
    width: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(0, 0, 0) !important;
}

.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: Poppins !important;
    font-size: 0.89rem !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}


/* /.  */


/* Custom round check box - sandharu1 */

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #0ccfbd;
    border-color: #0ccfbd;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}


/* ===/. */


/* Paginate Styles */

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #000000 !important;
    background-color: #000000 !important;
}


/* ===/. ==== */


/* search results popup  */

.universal_search_list {
    position: absolute;
    top: 63px;
}

.universal_search_list ul {
    background-color: #c7dafc;
    width: 345px;
    position: absolute;
    right: 0;
    list-style: none;
    max-height: 375px;
    overflow-y: scroll;
    border-radius: 20px;
}

.focused .universal_search_list ul {
    background-color: #c7dafc;
    width: 420px;
    position: absolute;
    right: 0;
    list-style: none;
    max-height: 375px;
    overflow-y: scroll;
    border-radius: 20px;
}


/*
 *  STYLE 1 - Scroll
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


/*
 *  STYLE 10 - Scroll
 */

#style-10::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
}

.search-results-detatils {
    /* padding: 35px; */
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: normal;
    color: #000000;
    border-bottom: solid 0.3px #ececec;
}

.name-cus-search {
    padding-left: 10px;
}


/* end styles from vendor /.  */


/* Select2 Custom Modifications */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #172b4d !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #ffffff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.select2-selection__arrow {
    display: block !important;
}


/* select2 styles Sandharu1 */

.select2 {
    border-radius: 18px;
    border: solid 0.3px #979797;
    width: 100%;
    padding: 17px;
    margin-bottom: 50px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #000000;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 8px 6px 0 6px !important;
    height: 0 !important;
    left: 20% !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    position: absolute !important;
    top: 50%;
    width: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(0, 0, 0) !important;
}

.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: Poppins !important;
    font-size: 0.89rem !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}


/* /.  */


/* layout */

.bg-gradient-default {
    background: linear-gradient(87deg, #000000 0, #ffffff 100%) !important;
}

.user-manage {
    margin-top: 150px;
}


/* Custom round check box - sandharu1 */

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #0ccfbd;
    border-color: #0ccfbd;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}


/* ===/. */


/* Paginate Styles */

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #000000 !important;
    background-color: #000000 !important;
}


/* ===/. ==== */


/* ========== Datatables - Custom Styles ===============*/

.custom-datatable-div .child {
    table-layout: fixed
}

.custom-datatable-div .child td {
    word-wrap: break-word;
    white-space: normal !important;
}

.custom-datatable-div .dt-buttons {
    padding-bottom: 15px;
}

.custom-datatable-div .btn-secondary {
    border-radius: 25px;
    padding: 9px 30px;
}

.custom-datatable-div .dataTables_filter input {
    border-radius: 25px;
}


/* =======/.End=================== */

.title-row {
    margin-top: 30px;
}

.user-manage {
    /* css class name is repeated */
    /* margin-top: 10px !important; */
}


/* change theme list group  */

.list-group-item.active {
    z-index: 2;
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

/* admin role forms */
.admin-rolesss.card {

    margin-left: 100px;
    margin-right: 100px;

}

.admin-rolesss input {
    border: 1px solid #dee2e6;
    padding: 40px;
    border-radius: 20px;
}

.admin-rolesss .select2 {
    background-color: #fff !important;
}

/* admin role forms */
.dropdown-item:hover {
    cursor: pointer;
}

.custom-control-label:hover {
    cursor: pointer;
}

.com-po h5 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
}

.btn-success {
    width: 250px;
    border-radius: 20px;
    background-color: #000000;
    padding: 25px 45px !important;
    display: block;
    margin: auto;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.31px;
    color: #ffffff;
    cursor: pointer;
    transition: .5s;
    border-color: #000;

}

.welcome-msg span {
    margin-top: 5px;
}

.login-nav-e-bar {
    padding-top: 40px !important;
}

.pay-type .img-thumbnail {
    width: 60px !important;
}

.name-cus div {
    text-transform: capitalize !important;
}

/* guest navbar  */
.nav-bar-lang .nav-link {
    color: #000000 !important;
    padding-top: 0.2rem !important;
}

.nav-bar-lang .nav-link.active {
    color: #000000 !important;
    padding-top: 0.2rem !important;
}
