/* @import url(../fonts/Saira_font.css); */
@import url(https://cdn.jsdelivr.net/npm/remixicon@2.2.0/fonts/remixicon.css);
@import url("../css/intlTelInput.css");
@import url("css-pro-layout.css");
@import url("../libs/sweetalert2/sweetalert2.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins&family=Roboto&family=Montserrat&family=Open+Sans&family=Lato&family=Nunito&family=Raleway&family=Work+Sans&family=Rubik&family=Mulish&family=DM+Sans&family=Manrope&family=Urbanist&family=Plus+Jakarta+Sans&family=Outfit&family=Lexend&family=Saira&family=Figtree&family=Public+Sans&family=Source+Sans+3&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

:root {
    --site-font: Saira, sans-serif;
}

body {
    font-family: var(--site-font);
}

:root {
    --vz-secondary-bg: #fff;
    --vz-body-bg: #f7f7f9;
    --vz-secondary-color: #646b73;
    --vz-card-logo-dark: block;
    --vz-card-logo-light: none;
    --vz-vertical-menu-width: 250px;
    --vz-vertical-menu-width-md: 180px;
    --vz-vertical-menu-width-sm: 70px;
    --vz-header-bg: #fff;
    --vz-header-border: #e9ebec;
    --vz-header-item-color: #495057;
    --vz-header-item-bg: rgba(85, 150, 247, 0.12);
    --vz-header-item-sub-color: #646b73;
    --vz-topbar-search-bg: #f3f3f9;
    --vz-topbar-search-color: #495057;
    --vz-topbar-user-bg: #f3f3f9;
    --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    --vz-page-title-border: none;
    --vz-page-text-color: #3f4750;
    --vz-topnav-bg: #fff;
    --vz-topnav-item-color: #6d7080;
    --vz-topnav-item-active-color: #186ec4;
    --vz-twocolumn-menu-iconview-bg: #fff;
    --vz-twocolumn-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-boxed-layout-width: 1300px;
    /*  --vz-boxed-body-bg: #ebebf0;*/
    --vz-semibox-width: 110px;
    --vz-footer-bg: #fff;
    --vz-footer-color: #98a6ad;
    --vz-input-bg-custom: #fff;
    --vz-input-border-custom: #ecf1f5;
    --vz-border-width: 1px;
    --vz-input-border-custom: #e9ebec;
    --vz-body-color: #292e32;
}

:root {
    --vz-vertical-menu-bg: #fff;
    --vz-vertical-menu-border: #fff;
    --vz-vertical-menu-item-color: #8596be;
    --vz-vertical-menu-item-color-hover: #ffffff;
    --vz-vertical-menu-item-bg: rgba(105, 94, 239, 0.15);
    --vz-vertical-menu-item-hover-color: #186ec4;
    --vz-vertical-menu-item-active-color: #186ec4;
    --vz-vertical-menu-item-active-bg: rgba(105, 94, 239, 0.15);
    --vz-vertical-menu-sub-item-color: #7c7f90;
    --vz-vertical-menu-sub-item-hover-color: #186ec4;
    --vz-vertical-menu-sub-item-active-color: #186ec4;
    --vz-vertical-menu-title-color: #919da9;
    --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-border-color: #e9ebec;
    --vz-table-th: #dfe6ed;
    --vz-btn-color: #186ec4;
    --vz-btn-border-color: #186ec4;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #186ec4;
    --vz-btn-hover-border-color: #186ec4;
    --vz-btn-focus-shadow-rgb: 105, 94, 239;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #186ec4;
    --vz-btn-active-border-color: #186ec4;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #186ec4;
    --vz-btn-disabled-bg: transparent;
    --vz-btn-disabled-border-color: #186ec4;
    --vz-gradient: none;
}

.dark-theme {
    --vz-secondary-bg: #212529;
    --vz-body-bg: #1a1d21;
    --vz-secondary-color: #646b73;
    --vz-heading-color: #ced4da;
    --vz-card-logo-dark: block;
    --vz-card-logo-light: none;
    --vz-vertical-menu-width: 250px;
    --vz-vertical-menu-width-md: 180px;
    --vz-vertical-menu-width-sm: 70px;
    --vz-header-bg: #292e32;
    --vz-header-border: #383d43;
    --vz-header-item-color: #495057;
    --vz-header-item-bg: rgba(85, 150, 247, 0.12);
    --vz-header-item-sub-color: #b0c4d9;
    --vz-topbar-search-bg: #f3f3f9;
    --vz-topbar-search-color: #495057;
    --vz-topbar-user-bg: #f3f3f9;
    --vz-page-title-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    --vz-page-title-border: none;
    --vz-page-text-color: #3f4750;
    --vz-topnav-bg: #292e32;
    --vz-topnav-item-color: #6d7080;
    --vz-topnav-item-active-color: #186ec4;
    --vz-twocolumn-menu-iconview-bg: #fff;
    --vz-twocolumn-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-boxed-layout-width: 1300px;
    --vz-boxed-body-bg: #ebebf0;
    --vz-semibox-width: 110px;
    --vz-footer-bg: #292e32;
    --vz-footer-color: #98a6ad;
    --vz-input-bg-custom: #292e32;
    --vz-input-border-custom: #ecf1f5;
    --vz-border-width: 1px;
    --vz-input-border-custom: #383d43;
}

.dark-theme {
    --vz-vertical-menu-bg: #292e32;
    --vz-vertical-menu-border: #292e32;
    --vz-vertical-menu-item-color: #988db0;
    --vz-vertical-menu-item-color-hover: #292e32;
    --vz-vertical-menu-item-bg: rgba(105, 94, 239, 0.15);
    --vz-vertical-menu-item-hover-color: #186ec4;
    --vz-vertical-menu-item-active-color: #186ec4;
    --vz-vertical-menu-item-active-bg: rgba(105, 94, 239, 0.15);
    --vz-vertical-menu-sub-item-color: #7c7f90;
    --vz-vertical-menu-sub-item-hover-color: #186ec4;
    --vz-vertical-menu-sub-item-active-color: #186ec4;
    --vz-vertical-menu-title-color: #919da9;
    --vz-vertical-menu-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-vertical-menu-dropdown-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    --vz-border-color: #383d43;
    --vz-body-color: #ecf1f5;
    --vz-table-th: #353a3f;
    --vz-btn-color: #fff;
    --vz-btn-border-color: #7251eb;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #7251eb;
    --vz-btn-hover-border-color: #7251eb;
    --vz-btn-focus-shadow-rgb: 105, 94, 239;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #186ec4;
    --vz-btn-active-border-color: #186ec4;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #186ec4;
    --vz-btn-disabled-bg: transparent;
    --vz-btn-disabled-border-color: #186ec4;
    --vz-gradient: none;
}

.form-check-input ~ .form-check-label {
    cursor: pointer;
}

.btn-outline-primary {
    color: var(--vz-btn-color);
    border-color: var(--vz-btn-border-color);
}

.btn:hover {
    color: var(--vz-btn-hover-color);
    background-color: var(--vz-btn-hover-bg);
    border-color: var(--vz-btn-hover-border-color);
}

.btn.btn-link {
    background-color: transparent;
}

    .btn.btn-link:hover {
        text-decoration: underline;
    }

.btn:focus {
    box-shadow: var(--vz-btn-focus-shadow-rgb);
}

.btn:active {
    background-color: var(--vz-btn-active-bg);
    color: var(--vz-btn-active-color);
    border-color: var(--vz-btn-active-border-color);
    /* box-shadow: var(--vz-btn-active-shadow); */
}

.btn:disabled {
    color: var(--vz-btn-disabled-color);
    background-color: var(--vz-btn-disabled-bg);
    border-color: var(--vz-btn-disabled-border-color);
}

.btn-outline-primary {
    --vz-btn-color: var(--vz-primary);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-primary);
    --vz-btn-hover-bg: var(--vz-primary);
    --vz-btn-hover-border-color: var(--vz-primary);
    --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
    --vz-btn-active-bg: var(--vz-primary);
    --vz-btn-active-border-color: var(--vz-primary)
}

.dark-theme .btn-outline-primary {
    --vz-btn-color: #ffffff;
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-primary);
    --vz-btn-hover-bg: var(--vz-primary);
    --vz-btn-hover-border-color: var(--vz-primary);
    --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
    --vz-btn-active-bg: var(--vz-primary);
    --vz-btn-active-border-color: var(--vz-primary)
}

.btn-soft-primary {
    --vz-btn-color: var(--vz-primary);
    --vz-btn-bg: var(--vz-primary-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-primary);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
    --vz-btn-active-bg: var(--vz-primary);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-primary {
    --vz-btn-color: var(--vz-primary);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-color: var(--vz-primary);
    --vz-btn-hover-bg: var(--vz-primary-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-primary-rgb);
    --vz-btn-active-color: var(--vz-primary);
    --vz-btn-active-bg: var(--vz-primary-bg-subtle);
    --vz-btn-active-border-color: transparent
}

.btn-secondary {
    --vz-btn-bg: var(--vz-secondary);
    --vz-btn-border-color: var(--vz-secondary);
    --vz-btn-hover-bg: var(--vz-secondary-text-emphasis);
    --vz-btn-hover-border-color: var(--vz-secondary-text-emphasis);
    --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
    --vz-btn-active-bg: var(--vz-secondary-text-emphasis);
    --vz-btn-active-border-color: var(--vz-secondary-text-emphasis)
}

.btn-outline-secondary {
    --vz-btn-color: var(--vz-secondary);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-secondary);
    --vz-btn-hover-bg: var(--vz-secondary);
    --vz-btn-hover-border-color: var(--vz-secondary);
    --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
    --vz-btn-active-bg: var(--vz-secondary);
    --vz-btn-active-border-color: var(--vz-secondary)
}

.btn-soft-secondary {
    --vz-btn-color: var(--vz-secondary);
    --vz-btn-bg: var(--vz-secondary-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-secondary);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
    --vz-btn-active-bg: var(--vz-secondary);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-secondary {
    --vz-btn-color: var(--vz-secondary);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-color: var(--vz-secondary);
    --vz-btn-hover-bg: var(--vz-secondary-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-secondary-rgb);
    --vz-btn-active-color: var(--vz-secondary);
    --vz-btn-active-bg: var(--vz-secondary-bg-subtle);
    --vz-btn-active-border-color: transparent
}

.btn-success {
    --vz-btn-bg: var(--vz-success);
    --vz-btn-border-color: var(--vz-success);
    --vz-btn-hover-bg: var(--vz-success-text-emphasis);
    --vz-btn-hover-border-color: var(--vz-success-text-emphasis);
    --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
    --vz-btn-active-bg: var(--vz-success-text-emphasis);
    --vz-btn-active-border-color: var(--vz-success-text-emphasis)
}

.btn-outline-success {
    --vz-btn-color: var(--vz-success);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-success);
    --vz-btn-hover-bg: var(--vz-success);
    --vz-btn-hover-border-color: var(--vz-success);
    --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
    --vz-btn-active-bg: var(--vz-success);
    --vz-btn-active-border-color: var(--vz-success)
}

.btn-soft-success {
    --vz-btn-color: var(--vz-success);
    --vz-btn-bg: var(--vz-success-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-success);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
    --vz-btn-active-bg: var(--vz-success);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-success {
    --vz-btn-color: var(--vz-success);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-color: var(--vz-success);
    --vz-btn-hover-bg: var(--vz-success-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
    --vz-btn-active-color: var(--vz-success);
    --vz-btn-active-bg: var(--vz-success-bg-subtle);
    --vz-btn-active-border-color: transparent
}

.btn-info {
    --vz-btn-bg: var(--vz-info);
    --vz-btn-border-color: var(--vz-info);
    --vz-btn-hover-bg: var(--vz-info-text-emphasis);
    --vz-btn-hover-border-color: var(--vz-info-text-emphasis);
    --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
    --vz-btn-active-bg: var(--vz-info-text-emphasis);
    --vz-btn-active-border-color: var(--vz-info-text-emphasis)
}

.btn-outline-info {
    --vz-btn-color: var(--vz-info);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-info);
    --vz-btn-hover-bg: var(--vz-info);
    --vz-btn-hover-border-color: var(--vz-info);
    --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
    --vz-btn-active-bg: var(--vz-info);
    --vz-btn-active-border-color: var(--vz-info)
}

.btn-soft-info {
    --vz-btn-color: var(--vz-info);
    --vz-btn-bg: var(--vz-info-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-info);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
    --vz-btn-active-bg: var(--vz-info);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-info {
    --vz-btn-color: var(--vz-info);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-color: var(--vz-info);
    --vz-btn-hover-bg: var(--vz-info-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-info-rgb);
    --vz-btn-active-color: var(--vz-info);
    --vz-btn-active-bg: var(--vz-info-bg-subtle);
    --vz-btn-active-border-color: transparent
}

.btn-warning {
    --vz-btn-bg: var(--vz-warning);
    --vz-btn-border-color: var(--vz-warning);
    --vz-btn-hover-bg: var(--vz-warning-text-emphasis);
    --vz-btn-hover-border-color: var(--vz-warning-text-emphasis);
    --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
    --vz-btn-active-bg: var(--vz-warning-text-emphasis);
    --vz-btn-active-border-color: var(--vz-warning-text-emphasis)
}

.btn-outline-warning {
    --vz-btn-color: var(--vz-warning);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-warning);
    --vz-btn-hover-bg: var(--vz-warning);
    --vz-btn-hover-border-color: var(--vz-warning);
    --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
    --vz-btn-active-bg: var(--vz-warning);
    --vz-btn-active-border-color: var(--vz-warning)
}

.btn-soft-warning {
    --vz-btn-color: var(--vz-warning);
    --vz-btn-bg: var(--vz-warning-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-warning);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
    --vz-btn-active-bg: var(--vz-warning);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-warning {
    --vz-btn-color: var(--vz-warning);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-color: var(--vz-warning);
    --vz-btn-hover-bg: var(--vz-warning-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-warning-rgb);
    --vz-btn-active-color: var(--vz-warning);
    --vz-btn-active-bg: var(--vz-warning-bg-subtle);
    --vz-btn-active-border-color: transparent
}

.btn-danger {
    --vz-btn-bg: var(--vz-danger);
    --vz-btn-border-color: var(--vz-danger);
    --vz-btn-hover-bg: var(--vz-danger-text-emphasis);
    --vz-btn-hover-border-color: var(--vz-danger-text-emphasis);
    --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
    --vz-btn-active-bg: var(--vz-danger-text-emphasis);
    --vz-btn-active-border-color: var(--vz-danger-text-emphasis)
}

.btn-outline-danger {
    --vz-btn-color: var(--vz-danger);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-danger);
    --vz-btn-hover-bg: var(--vz-danger);
    --vz-btn-hover-border-color: var(--vz-danger);
    --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
    --vz-btn-active-bg: var(--vz-danger);
    --vz-btn-active-border-color: var(--vz-danger)
}

.btn-soft-danger {
    --vz-btn-color: var(--vz-danger);
    --vz-btn-bg: var(--vz-danger-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-danger);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
    --vz-btn-active-bg: var(--vz-danger);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-danger {
    --vz-btn-color: var(--vz-danger);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-color: var(--vz-danger);
    --vz-btn-hover-bg: var(--vz-danger-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-danger-rgb);
    --vz-btn-active-color: var(--vz-danger);
    --vz-btn-active-bg: var(--vz-danger-bg-subtle);
    --vz-btn-active-border-color: transparent
}

.dark-theme .btn-light {
    --vz-btn-color: #67748E;
    --vz-btn-bg: #282b2e;
    --vz-btn-border-color: #303336;
    --vz-btn-hover-bg: #535659;
    --vz-btn-hover-border-color: #303336;
    --vz-btn-focus-shadow-rgb: rgb(40,43,46);
    --vz-btn-active-bg: #535659;
    --vz-btn-active-border-color: #535659;
    --vz-btn-color: #8d8e90;
    --vz-btn-active-color: #fff;
    --vz-btn-hover-color: #fff;
}

    .dark-theme .btn-light:hover {
        color: #ffffff;
    }

.btn-outline-light {
    --vz-btn-color: var(--vz-light);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-light);
    --vz-btn-hover-bg: var(--vz-light);
    --vz-btn-hover-border-color: var(--vz-light);
    --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
    --vz-btn-active-bg: var(--vz-light);
    --vz-btn-active-border-color: var(--vz-light)
}

.btn-soft-light {
    --vz-btn-color: var(--vz-light);
    --vz-btn-bg: var(--vz-light-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-light);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
    --vz-btn-active-bg: var(--vz-light);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-light {
    --vz-btn-color: var(--vz-light);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: transparent;
    --vz-btn-hover-color: var(--vz-light);
    --vz-btn-hover-bg: var(--vz-light-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
    --vz-btn-active-color: var(--vz-light);
    --vz-btn-active-bg: var(--vz-light-bg-subtle);
    --vz-btn-active-border-color: transparent
}

.btn-dark {
    --vz-btn-bg: var(--vz-dark);
    --vz-btn-border-color: var(--vz-dark);
    --vz-btn-hover-bg: var(--vz-dark-text-emphasis);
    --vz-btn-hover-border-color: var(--vz-dark-text-emphasis);
    --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
    --vz-btn-active-bg: var(--vz-dark-text-emphasis);
    --vz-btn-active-border-color: var(--vz-dark-text-emphasis)
}

.btn-outline-dark {
    --vz-btn-color: var(--vz-dark);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: var(--vz-dark);
    --vz-btn-hover-bg: var(--vz-dark);
    --vz-btn-hover-border-color: var(--vz-dark);
    --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
    --vz-btn-active-bg: var(--vz-dark);
    --vz-btn-active-border-color: var(--vz-dark)
}

.btn-soft-dark {
    --vz-btn-color: var(--vz-dark);
    --vz-btn-bg: var(--vz-dark-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-dark);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
    --vz-btn-active-bg: var(--vz-dark);
    --vz-btn-active-border-color: transparent
}

.btn-ghost-dark {
    --vz-btn-color: var(--vz-dark);
    --vz-btn-bg: transparent;
    --vz-btn-border-color: #dddddd;
    --vz-btn-hover-color: var(--vz-dark);
    --vz-btn-hover-bg: var(--vz-dark-bg-subtle);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-dark-rgb);
    --vz-btn-active-color: var(--vz-dark);
    --vz-btn-active-bg: var(--vz-dark-bg-subtle);
    --vz-btn-active-border-color: transparent;
}

/***********************/
@font-face {
    font-family: 'fontello';
    src: url('Icon/font/fontello.eot?88991285');
    src: url('Icon/font/fontello.eot?88991285#iefix') format('embedded-opentype'), url('Icon/font/fontello.woff?88991285') format('woff'), url('Icon/font/fontello.ttf?88991285') format('truetype'), url('Icon/font/fontello.svg?88991285#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background: transparent
}

.form-select:focus {
    box-shadow: none;
}

body {
    margin: 0;
    /* height: 100vh; */
    /* font-family: 'Saira Regular',Verdana, Geneva, Tahoma, sans-serif; */
    font-size: 15px;
    color: var(--vz-page-text-color);
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.form-select option {
    /* font-family: 'Saira Regular',Verdana, Geneva, Tahoma, sans-serif; */
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.small, small {
    font-size: .7em;
    font-style: italic;
    line-height: 15px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

h4 {
    font-size: 20px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.black-co {
    color: #292e32;
}

.opacity-50 {
    opacity: 0.5;
}

.co-danger {
    color: #ff5941 !important;
}

.dropdown-item {
    font-size: 13px;
}

.opacity-10 {
    opacity: 0.1;
}

.dropdown-menu {
    box-shadow: rgba(30, 32, 37, 0.12) 0px 5px 10px;
    /* animation: 0.5s slideupDromdown; */
}

.body-bg-co {
    background-color: var(--vz-body-bg);
}

.modal-footer {
    border-width: 1px;
}

.py-2-5 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.skp-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-text {
    color: var(--vz-heading-color);
}

.dropdown-item:hover .icon-text, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #fff;
}

:not(.btn-check) + .btn-light:active, .btn-light:hover, .btn-light:first-child:active {
    color: #222222;
}

.btn-light .i {
    color: var(--vz-heading-color);
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #117ae4;
    border-color: #186ec4;
}

.text-success.active, .text-success.show, .text-success:first-child:active {
    color: var(--vz-btn-active-color);
    /* background-color: var(--vz-btn-active-bg); */
    border-color: var(--vz-success-rgb);
    outline: none;
}

.text-danger.active, .text-danger.show, .text-danger:first-child:active {
    color: var(--vz-btn-active-color);
    /* background-color: var(--vz-btn-active-bg); */
    border-color: rgba(var(--vz-danger-rgb),var(--vz-text-opacity)) !important;
    outline: none;
}

.btn-icon-rounded {
    height: 26px !important;
    width: 26px !important;
    border-radius: 50%;
}

    .btn-icon-rounded i {
        font-size: 16px;
        position: relative;
        top: -3px;
        left: -4px;
    }

.form-control::placeholder, select:invalid, select.form-select option[value="0"], .bs-placeholder .filter-option .filter-option-inner-inner {
    color: var(--vz-gray-500);
    opacity: 1
}

.btn-md {
    height: 39px;
}

@keyframes slideup {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(44px);
    }
}

.form-control, .form-select {
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    padding: .5rem 1.7rem .5rem .5rem;
    background-position: right .4rem center;
}

    .form-select option[disabled] {
        background: #efefef;
    }

.form-select-sm {
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
}

.layout {
    z-index: 1;
}

    .layout .header {
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .layout .content {
        padding: 55px 15px 15px;
        display: flex;
        flex-direction: column;
    }

    .layout .footer {
        text-align: center;
        margin-top: auto;
        padding: 6px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        background: #fff;
        z-index: 99;
    }

.alert-dismissible .btn-close {
    opacity: 0.4;
    width: 10px;
    height: 10px;
    top: 3px;
}

#pricing_feature table {
    background-color: var(--vz-body-bg);
}

.btn-label.right {
    padding-left: .9rem;
    padding-right: 44px;
}

    .btn-label.right .label-icon {
        right: calc(var(--vz-border-width)* -1);
        left: auto;
    }

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    /* background-color: #6c757d; */
    min-width: 20px;
}

    .badge.primary {
        background-color: #ab2dff;
    }

    .badge.secondary {
        background-color: #079b0b;
    }

.page-title-box h4 {
    font-size: 18px;
}

.breadcrumb {
    font-size: 13px;
}

.sidebar-toggler {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.social-links a {
    margin: 0 10px;
    color: #3f4750;
}

/*************************************************/
.sidebar-collapser .line {
    height: 2px;
    background-color: var(--vz-header-item-sub-color);
    display: block;
    margin: 3px auto;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left;
}

.sidebar-collapser:hover {
    cursor: pointer;
}

#btn-collapse {
    width: 42px;
    height: 32px;
    margin: 10px 20px;
    position: relative;
    top: 4px;
}

    #btn-collapse.is-active {
        top: -1px;
    }

    #btn-collapse .line:nth-child(1) {
        width: 21px;
    }

    #btn-collapse .line:nth-child(2) {
        width: 28px;
    }

    #btn-collapse .line:nth-child(3) {
        width: 17px;
    }

    #btn-collapse.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #btn-collapse.is-active .line:nth-child(1) {
        -webkit-transform: translateY(15px) rotate(45deg);
        -ms-transform: translateY(15px) rotate(45deg);
        -o-transform: translateY(15px) rotate(45deg);
        transform: translateY(15px) rotate(45deg);
    }

    #btn-collapse.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        -ms-transform: translateY(-1px) rotate(-45deg);
        -o-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg);
        width: 22px;
    }

.top-nav {
    padding: 0 10px;
    border-bottom: 1px solid var(--vz-border-color);
    display: flex;
    justify-content: space-between;
    background: var(--vz-header-bg);
    position: fixed;
    width: calc(100% - 210px);
    z-index: 99;
    transition: width, left, right, 0.3s;
}

.layout .sidebar.collapsed ~ .layout .top-nav {
    width: calc(100% - 64px);
}

.top-nav .btn-icon {
    font-size: 22px;
    height: 42px;
    width: 42px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--vz-header-item-sub-color);
}

.header-item .btn-icon i {
    font-size: 22px;
}

.top-nav .btn-icon:hover {
    background: #0000000a;
}

.userDropdown {
    background: #f2f2f2;
    padding: 5px 15px;
    cursor: pointer;
}

    .userDropdown ~ .dropdown-menu i {
        position: relative;
        top: -3px;
        height: 22px;
        width: 20px;
        display: inline-block;
    }

.user-name ~ div {
    color: var(--vz-heading-color);
}

.userDropdown img {
    width: 44px;
    border-radius: 50%;
    height: 44px;
    object-fit: cover;
}

.userDropdown .user-name {
    color: #555555;
    font-weight: 600;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.notification-item .avatar-title {
    position: relative;
    top: 3px;
}

.breadcrumb-item + .breadcrumb-item {
    color: var(--vz-secondary-color) !important;
}

/**************************************************/
.container-fluid {
    width: 100%;
}

.notification-actions {
    margin: 12px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--vz-breadcrumb-divider, "\ea69");
    font-family: 'remixicon' !important;
}

.card {
    margin-bottom: 22px;
    -webkit-box-shadow: 1px 0 20px rgba(0,0,0,.05);
    box-shadow: 1px 0 20px rgba(0,0,0,.05);
}

.card-animate:hover {
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
}

.card-animate {
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .card-animate .dropdown {
        z-index: 99;
    }

.card .card-header {
    border-bottom: 1px solid var(--vz-border-color);
    padding: 16px;
}

.card-title {
    font-size: 18px;
    margin: 0 0 7px 0;
}

.tab-pane .card-title {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.btn-label.btn-sm {
    /*  padding-left: 36px;*/
}

    .btn-label.btn-sm .label-icon {
        width: 29px;
    }

.avatar-sm {
    height: 48px;
    width: 48px;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #695eef;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.no-data {
    min-height: 200px;
    display: table;
    margin: 0 auto;
    padding: 20px 0;
}

    .no-data figure {
        display: table;
        margin: 0 auto;
    }

    .no-data p {
        text-align: center;
        margin: 10px 0 0;
        font-size: 12px;
    }

    .no-data figure img {
        width: 120px;
    }

table.dataTable.nowrap td,
table.dataTable.nowrap th {
    font-size: 13px;
    padding: 5px;
    vertical-align: middle;
    line-height: 16px;
}

table.dataTable.nowrap th {
    background-color: var(--vz-table-th);
}

.dataTables_info {
    font-size: 13px;
}

.badge {
    font-size: 12px;
    line-height: 15px;
}

.btn .badge {
    top: 9px;
}

#inputType {
    width: auto;
}

.dataTables_filter {
    display: none;
}

.form-icon.right i {
    left: auto;
    right: 11px;
}

.form-check {
    padding-left: 10px;
}

    .form-check .form-check-input {
        float: left;
        margin-left: 0;
        cursor: pointer;
    }

.form-icon i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}

.was-validated .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.action-btn-icon {
    padding: 5px 8px;
}
/* .btn-icon.btn-danger {
  box-shadow: 0 2px 6px #fd9b96;
}
.btn-icon.btn-success {
  box-shadow: 0 2px 6px #4ee1cd;
}
.btn-icon.btn-info {
  box-shadow: 0 2px 6px #73dce9;
}
.btn-icon.btn-primary {
  box-shadow: 0 2px 6px #8989f5
}
 .btn-icon.btn-warning {
  box-shadow: 0 2px 6px #fddd96;
} */
.btn-icon i {
    font-size: 15px;
    position: relative;
    top: -1px;
    left: -1px;
}

.nav-border-top .nav-link {
    border-top: 3px solid transparent;
    color: var(--vz-heading-color);
    font-weight: bold;
    margin-right: 2px;
}

    .nav-border-top .nav-link.active {
        border-top-color: #695eef;
    }

.nav-border-top-primary .nav-link.active {
    color: #695eef;
    border-top-color: #695eef;
}

.page-title-box {
    padding-top: 8px
}

.form-icon {
    position: relative;
}

    .form-icon .form-control-icon {
        padding-left: calc(13px * 3);
        position: relative;
    }

    .form-icon i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0.7;
    }

.mv-up {
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback, .input-error-text {
    color: #ff606e;
}

.valid-feedback {
    color: #2acc80;
}

.btn-sm.btn-icon {
    height: 30px;
    width: 30px;
}

.dropdown .btn-sm.btn-icon,
.btn-icon.greybroder {
    border: 1px solid #e3e4e5;
    /* box-shadow: 0 2px 6px #f1f4f5; */
}

    .dropdown .btn-sm.btn-icon:hover,
    .btn-icon.greybroder:hover {
        color: #000000;
        border: 1px solid #a0a0a0;
    }

.dropdown .btn-sm.btn-primary {
    border: 1px solid #186ec4;
}

    .dropdown .btn-sm.btn-primary:hover {
        color: #fff;
    }

.Restrict,
.Remove-Restrict {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    padding: 06px;
    line-height: 34px !important;
}

    .Restrict img,
    .Remove-Restrict img {
        width: 20px;
    }

.Remove-Restrict {
    display: none;
}

.daylist-area {
    position: relative;
    margin-top: 20px;
}

    .daylist-area ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 0;
    }

        .daylist-area ul a {
            width: 100%;
            padding: 5px 10px;
            border: 1px solid rgb(32 32 32 / 0.3);
            border-radius: 3px;
            background: transparent;
            font-size: 14px;
            font-weight: 500;
            color: #202020;
            display: inline-block;
            text-align: center;
            line-height: 15px;
        }

            .daylist-area ul a span {
                width: 100%;
                display: inline-block;
                text-align: center;
                font-size: 12px;
            }

        .daylist-area ul li a.active {
            border-color: #186ec4;
            background-color: #186ec4;
            color: #fff;
        }

        .daylist-area ul li a:hover {
            background-color: var(--vz-btn-active-bg);
            border-color: var(--vz-btn-active-border-color);
            color: #fff;
        }

.bootstrap-select .dropdown-menu li.active small {
    color: rgb(116 116 116 / 50%) !important;
}

#notificationDropdown .simplebar-wrapper {
    min-width: 300px;
    max-width: 380px;
}

.notification-box {
    min-width: 340px;
    max-width: 382px;
}

    .notification-box p, .notification-box h6, .notification-box a {
        text-wrap: auto;
    }
/********Gate Pass***********/
.id-card-holder {
    width: 300px;
    padding: 4px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

    .id-card-holder:after {
        content: '';
        width: 7px;
        display: block;
        background-color: #bdbdbd;
        height: 100px;
        position: absolute;
        top: 105px;
        border-radius: 0 5px 5px 0;
    }

    .id-card-holder:before {
        content: '';
        width: 7px;
        display: block;
        background-color: #bdbdbd;
        height: 100px;
        position: absolute;
        top: 105px;
        right: 0;
        border-radius: 5px 0 0 5px;
    }

.id-card {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 1.5px 0px #b9b9b9;
}

    .id-card img {
        margin: 0 auto;
    }

.id-card-header img {
    width: 170px;
    margin-top: 15px;
}

.id-card-photo img {
    width: 110px;
    margin-top: 15px;
}

.id-card > h2 {
    font-size: 15px;
    margin: 7px 0;
}

.id-card .name {
    font-size: 20px;
}

.id-card > h4 {
    font-size: 12px;
    margin: 5px 0;
}

.id-card > h3 {
    font-size: 13px;
    margin: 5px 0;
    font-weight: 300;
}

.qr-code img {
    width: 50px;
}

.id-card > p {
    font-family: Outfit, sans-serif;
    font-size: 12px;
    margin: 2px;
}

.custom-id-card .company {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.custom-id-card .email {
    font-family: Outfit, sans-serif;
    font-size: 14px;
}

.id-card-hook {
    background-color: #000;
    width: 70px;
    margin: 0 auto;
    height: 15px;
    border-radius: 5px 5px 0 0;
}

    .id-card-hook:after {
        content: '';
        background-color: #d7d6d3;
        width: 47px;
        height: 6px;
        display: block;
        margin: 0px auto;
        position: relative;
        top: 6px;
        border-radius: 4px;
    }

.id-card-tag-strip {
    width: 45px;
    height: 40px;
    background-color: #0950ef;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    top: 9px;
    z-index: 1;
    border: 1px solid #0041ad;
}

    .id-card-tag-strip:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #c1c1c1;
        position: relative;
        top: 10px;
    }

.id-card-tag {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #0958db;
    margin: -10px auto -30px auto;
}

    .id-card-tag:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 100px solid #d7d6d3;
        margin: -10px auto -30px auto;
        position: relative;
        top: -130px;
        left: -50px;
    }
/********custom dropdown****************/
.status_dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.custom-dropdown,
.dropdown-menu {
    box-shadow: 0px 2px 5px #0000001A;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

    .custom-dropdown .dropdown-item {
        color: #414D55;
        font-size: 14px;
    }

        .custom-dropdown .dropdown-item:active {
            background-color: #414D55;
            color: #fff;
        }

.status_dropdown {
    width: auto;
}

    .status_dropdown .btn {
        color: #292e32;
    }

    .status_dropdown[data-color=pending-status] {
        background-color: #fddea4;
        border: 1px solid #f3ba00;
    }

    .status_dropdown[data-color=declined-status] {
        background-color: #e7edf2;
        border: 1px solid #a7a7a7;
    }

    .status_dropdown[data-color=approved-status] {
        background-color: #b0f8f1;
        border: 1px solid #00b0a1;
    }

    .status_dropdown[data-color=rejected-status] {
        background-color: #FCBDBD;
        border: 1px solid #FD5252;
    }

    .status_dropdown[data-color=pending-status] .btn:hover,
    .status_dropdown[data-color=pending-status] .btn:first-child:active,
    .status_dropdown[data-color=pending-status] .btn.show {
        background-color: #f5d592;
        color: #292e32;
        border-color: #f3ba00;
    }

    .status_dropdown[data-color=declined-status] .btn:hover,
    .status_dropdown[data-color=declined-status] .btn:first-child:active,
    .status_dropdown[data-color=declined-status] .btn.show {
        background-color: #cedeeb;
        color: #292e32;
        border-color: #a7a7a7;
    }

    .status_dropdown[data-color=rejected-status] .btn:hover,
    .status_dropdown[data-color=rejected-status] .btn:first-child:active,
    .status_dropdown[data-color=rejected-status] .btn.show {
        background-color: #faa4a4;
        color: #292e32;
        border-color: #FD5252;
    }

    .status_dropdown[data-color=approved-status] .btn:hover,
    .status_dropdown[data-color=approved-status] .btn:first-child:active,
    .status_dropdown[data-color=approved-status] .btn.show {
        background-color: #9fe9e1;
        color: #292e32;
        border-color: #00b0a1;
    }

    .status_dropdown .btn-xs {
        color: var(--vz-body-color);
    }

.Notify-timer {
    width: 60px;
}

.blink-button {
    background-color: #eb4d4b;
    border: 0;
    padding: 5px 10px;
    font-size: 10px;
    font-family: "Open Sans";
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    position: relative;
}

    .blink-button:after {
        background-color: #eb4d4b;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1.3s;
        animation-duration: 1.3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        animation-direction: alternate-reverse;
        -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

@-webkit-keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

.modal-header {
    border-bottom: 1px solid #e9ebec;
}

.sp-share {
    position: relative;
    width: 2em;
    height: 2em;
    z-index: 1;
    display: inline-block;
    top: 10px;
}

.sp-share__input {
    display: none;
}

    .sp-share__input:checked ~ .sp-share__toggler .sp-share__icon {
        transition: 0s;
        width: 0;
        height: 0;
        color: #343a40;
    }

        .sp-share__input:checked ~ .sp-share__toggler .sp-share__icon::before {
            transform: rotate(-45deg);
            top: 0.1em;
            left: 0.35em;
        }

        .sp-share__input:checked ~ .sp-share__toggler .sp-share__icon::after {
            transform: rotate(45deg);
            top: -0.25em;
            left: 0.15em;
        }

    .sp-share__input:checked ~ .sp-share_options {
        width: 11.0625em;
        height: 10.25em;
        border-radius: 0.3125em;
    }

        .sp-share__input:checked ~ .sp-share_options::before,
        .sp-share__input:checked ~ .sp-share_options li {
            transition: 0.3s 0.15s;
            opacity: 1;
            transform: translateY(0);
        }

.sp-share__toggler,
.sp-share_options {
    position: absolute;
    right: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background-color: #f2f2f2;
    width: 32px;
    height: 32px;
}

.sp-share__toggler {
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-share__icon {
    position: relative;
    left: -0.45em;
    width: 0.35em;
    height: 0.4em;
    border-radius: 50%;
    color: #343a40;
    background-color: currentColor;
    box-shadow: 0.85em -0.5em, 0.85em 0.5em;
    transition: 0.1s 0.05s;
    top: 1px;
}

    .sp-share__icon::before,
    .sp-share__icon::after {
        content: "";
        position: absolute;
        width: 1em;
        height: 0.125em;
        background-color: currentColor;
        transition: 0.1s;
    }

    .sp-share__icon::before {
        top: 0.2em;
        left: 0.3em;
        transform-origin: bottom left;
        transform: rotate(36deg);
    }

    .sp-share__icon::after {
        top: -0.18em;
        left: 0.3em;
        transform-origin: center;
        transform: rotate(-37deg);
    }

.sp-share_options {
    list-style: none;
    margin: 0;
    padding: 1.0625em 1.0625em;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.3);
}

    .sp-share_options::before {
        content: attr(data-title);
        display: block;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .sp-share_options li {
        font-size: 14px;
        color: #464646;
        cursor: pointer;
    }

        .sp-share_options li:not(:last-child) {
            margin-bottom: 0.6em;
        }

    .sp-share_options::before,
    .sp-share_options li {
        opacity: 0;
        transform: translateY(0.625em);
        transition: 0s;
    }

        .sp-share_options li a {
            color: var(--vz-dropdown-link-color);
        }

        .sp-share_options li i {
            margin-right: 5px;
            font-size: 16px;
            position: relative;
            top: -2px
        }

.intable-add-btn {
    float: left;
}

.btn-xs {
    height: 21px;
    line-height: 14px;
    margin-top: 2px;
}

.dataTables_length {
    display: none;
}
/**********************************/
.active-inactiveBtn.active, .active-Restrict.active {
    background: #11d1b7;
    border: 1px solid #11d1b7;
    width: 33px;
    text-align: center;
    padding: 5px 6px;
    line-height: 30px;
}

    .active-inactiveBtn.active:hover, .active-Restrict.active:hover {
        background: #0eb29c;
        border: 1px solid #0eb29c;
    }

.active-inactiveBtn.inactive, .active-Restrict.inRestrict {
    background: #ff5d40;
    box-shadow: 0 2px 6px #fd9b96;
    border: 1px solid #ff5d40;
    color: #fff;
    width: 33px;
    text-align: center;
    padding: 5px 6px;
    line-height: 30px;
}

    .active-inactiveBtn.inactive:hover, .active-Restrict.inRestrict:hover {
        background: #ff5d40;
        border: 1px solid #ff5d40;
    }

.active-inactiveBtn.active span {
    background: url('../images/checkbox-circle-line.svg') no-repeat top center;
    width: 19px;
    height: 19px;
    display: block;
}

.active-inactiveBtn.inactive span {
    background: url('../images/close-circle-line.svg') no-repeat top center;
    width: 19px;
    height: 19px;
    display: block;
}

.active-Restrict.active span {
    background: url('../images/Visitor_ok.svg') no-repeat top center;
    width: 19px;
    height: 19px;
    display: block;
}

.active-Restrict.inRestrict span {
    background: url('../images/Visitor_restriction.svg') no-repeat top center;
    width: 19px;
    height: 19px;
    display: block;
}

.icon-wishlist {
    cursor: pointer;
    width: 22px;
    height: 21px;
    opacity: 0.5;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0LjI1IDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuMjUgNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0yLjEyLDRDMi4xLDQsMi4wNywzLjk5LDIuMDUsMy45OEMxLjk4LDMuOTIsMC4zLDIuNjgsMC4wNCwxLjYyYy0wLjEtMC40My0wLjAxLTAuODgsMC4yNC0xLjJDMC41LDAuMTUsMC44MSwwLDEuMTYsMAoJCWMwLjUsMCwwLjgsMC4yNiwwLjk2LDAuNTFDMi4yOCwwLjI2LDIuNTksMCwzLjA4LDBjMC4zNSwwLDAuNjYsMC4xNSwwLjg4LDAuNDNjMC4yNSwwLjMyLDAuMzQsMC43NywwLjI0LDEuMgoJCUMzLjk1LDIuNjgsMi4yNywzLjkyLDIuMiwzLjk4QzIuMTgsMy45OSwyLjE1LDQsMi4xMiw0eiBNMS4xNiwwLjI1Yy0wLjM1LDAtMC41NywwLjE4LTAuNjgsMC4zM0MwLjI4LDAuODQsMC4yLDEuMjIsMC4yOSwxLjU3CgkJYzAuMjEsMC44NSwxLjUxLDEuOSwxLjg0LDIuMTVjMC4zMy0wLjI1LDEuNjMtMS4zMSwxLjg0LTIuMTVjMC4wOC0wLjM1LDAuMDEtMC43My0wLjE5LTAuOThDMy42NSwwLjQzLDMuNDMsMC4yNSwzLjA4LDAuMjUKCQljLTAuNjcsMC0wLjg0LDAuNTctMC44NCwwLjU4QzIuMjMsMC44OCwyLjE4LDAuOTIsMi4xMiwwLjkyaDBjLTAuMDYsMC0wLjEtMC4wNC0wLjEyLTAuMDlDMiwwLjgxLDEuODMsMC4yNSwxLjE2LDAuMjV6Ii8+CjwvZz4KPC9zdmc+Cg==");
}

    .icon-wishlist:hover {
        opacity: 1;
    }

    .icon-wishlist.in-wishlist {
        opacity: 1;
        animation-name: wishlist-ani;
        animation-duration: 1000ms;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjE5NyAtODYuNzIgODE0LjA5NSA3NjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMTk3IC04Ni43MiA4MTQuMDk1IDc2ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzIwMjAyMDt9DQoJLnN0MXtmaWxsOiNDQUQ3NDc7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02MDQuMDQ3LDY4MS4yOGMtMy44NCwwLTkuNi0xLjkyLTEzLjQ0LTMuODRjLTEzLjQ0LTExLjUyLTMzNi0yNDkuNi0zODUuOTItNDUzLjEyDQoJYy0xOS4yLTgyLjU2LTEuOTItMTY4Ljk2LDQ2LjA4LTIzMC40YzQyLjI0LTUxLjg0LDEwMS43Ni04MC42NCwxNjguOTYtODAuNjRjOTYsMCwxNTMuNiw0OS45MiwxODQuMzIsOTcuOTINCgljMzAuNzItNDgsOTAuMjQtOTcuOTIsMTg0LjMyLTk3LjkyYzY3LjIsMCwxMjYuNzIsMjguOCwxNjguOTYsODIuNTZjNDgsNjEuNDQsNjUuMjgsMTQ3Ljg0LDQ2LjA4LDIzMC40DQoJYy00OCwyMDEuNi0zNzAuNTYsNDM5LjY4LTM4NCw0NTEuMkM2MTUuNTY4LDY3OS4zNiw2MDkuODA3LDY4MS4yOCw2MDQuMDQ3LDY4MS4yOHoiLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik00MTkuNzI4LTM4LjcyYy02Ny4yLDAtMTA5LjQ0LDM0LjU2LTEzMC41Niw2My4zNmMtMzguNCw0OS45Mi01My43NiwxMjIuODgtMzYuNDgsMTkwLjA4DQoJYzQwLjMyLDE2My4yLDI4OS45MiwzNjQuOCwzNTMuMjgsNDEyLjhjNjMuMzYtNDgsMzEyLjk2LTI1MS41MiwzNTMuMjgtNDEyLjhjMTUuMzYtNjcuMiwxLjkyLTE0MC4xNi0zNi40OC0xODguMTYNCgljLTI0Ljk2LTMwLjcyLTY3LjItNjUuMjgtMTM0LjQtNjUuMjhjLTEyOC42NCwwLTE2MS4yOCwxMDkuNDQtMTYxLjI4LDExMS4zNmMtMS45Miw5LjYtMTEuNTIsMTcuMjgtMjMuMDQsMTcuMjhsMCwwDQoJYy0xMS41MiwwLTE5LjItNy42OC0yMy4wNC0xNy4yOEM1ODEuMDA4LDY4LjgsNTQ4LjM2Ny0zOC43Miw0MTkuNzI4LTM4LjcyeiIvPg0KPC9zdmc+DQo=");
    }

@keyframes wishlist-ani {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.text-red {
    color: #ff0000 !important
}

.createUserBox {
    display: none;
}

.intl-tel-input,
.iti {
    width: 100%;
}

input[type=file] {
    width: 300px;
    max-width: 100%;
    color: #444;
    padding: 6px;
    background-color: var(--vz-input-bg-custom);
    border-radius: 4px;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
}

    input[type=file]::file-selector-button {
        margin-right: 20px;
        border: none;
        background: #186ec4 !important;
        padding: 10px 20px;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        input[type=file]::file-selector-button:hover {
            background: #5950cb !important;
        }

.btn-label {
    position: relative;
    padding-left: 44px;
}

    .btn-label .label-icon {
        position: absolute;
        width: 38px;
        left: calc(var(--vz-border-width) * -1);
        top: calc(var(--vz-border-width) * -1);
        bottom: calc(var(--vz-border-width) * -1);
        background-color: rgb(0 0 0 / 5%);
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.info-icon {
    color: var(--vz-body-color);
    margin: 0 5px;
    opacity: 0.7;
}

.info-text-sm {
    color: #848586;
    margin: 8px 0;
    display: block;
    font-size: 12px;
}

.btn-soft-warning .info-icon {
    color: var(--vz-warning);
    margin: 0 5px;
}

.info-text {
    background: var(--vz-dark-bg-subtle);
    color: var(--vz-secondary-color)
}

.form-icon-right {
    position: absolute;
    top: 4px;
    right: 4px;
    display: none;
}

.draggable-item .form-control-icon ~ i {
    padding-right: 10px;
    cursor: move;
}

.form-icon:hover .form-icon-right {
    display: block;
}

.form-icon-right a {
    display: inline-block;
    width: 33px;
    text-align: center;
    height: 33px;
}

    .form-icon-right a i {
        position: inherit;
    }

.co-logo-box {
    max-height: 100px;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    margin-bottom: 10px;
    max-width: 100px;
}

    .co-logo-box .co-logo {
        width: 100%;
    }

.setting-section {
    background-color: #f2f2f7;
    padding: 25px;
}

.ck-content {
    color: #242424;
}

.ck.ck-editor {
    width: 100% !important;
}

.ck-content {
    min-height: 200px;
    width: 100%;
}

.field-icon {
    position: absolute;
    top: 2px;
    right: 1px;
    cursor: pointer;
    height: 36px;
    width: 38px;
}

.copy-text-btn {
    display: block;
    width: 36px;
    height: 35px;
    text-align: center;
    background: #186ec4;
    color: #fff;
    border-radius: 4px;
}

    .copy-text-btn i {
        color: #fff;
        left: 11px;
        font-size: 16px;
        top: -1px;
    }
/*******toggle-slide-btn***********/
.toggle-button-cover {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}

.button-cover {
    margin: 0 0 20px 20px;
    border-radius: 4px;
    width: 60px;
    height: 40px;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggle-slide-btn {
    position: relative;
    top: 50%;
    width: 56px;
    height: 26px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

    .toggle-slide-btn,
    .toggle-slide-btn .layer {
        border-radius: 100px;
    }

        .toggle-slide-btn.b2 {
            border-radius: 2px;
        }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #f2f2f2;
    transition: 0.3s ease all;
    z-index: 1;
    border: 1px solid #95999b;
}
/* Button 3 */
.toggle-slide-btn .knobs:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 20px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #95999b;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    border: 1px solid #fff;
}

.toggle-slide-btn .checkbox:active + .knobs:before {
    width: 46px;
    border-radius: 100px;
}

.toggle-slide-btn .checkbox:checked:active + .knobs:before {
    margin-left: -26px;
}

.toggle-slide-btn .checkbox:checked + .knobs:before {
    content: "";
    left: 34px;
    background-color: #fff;
}

.toggle-slide-btn .checkbox:checked ~ .layer {
    background-color: #186ec4;
    border-color: #186ec4;
}

.card-toggle-box {
    width: calc(100% - 90px);
}

.copy-text {
    position: relative;
}

    .copy-text .copy-text-btn:active {
        background: #695eef;
    }

    .copy-text .copy-text-btn:before {
        content: "Copied";
        position: absolute;
        top: -45px;
        right: -20px;
        background: #695eef;
        padding: 8px 10px;
        border-radius: 20px;
        font-size: 15px;
        display: none;
        color: #fff;
    }

    .copy-text .copy-text-btn:after {
        content: "";
        position: absolute;
        top: -12px;
        right: 5px;
        width: 10px;
        height: 10px;
        background: #695eef;
        transform: rotate(45deg);
        display: none;
    }

    .copy-text.active .copy-text-btn:before,
    .copy-text.active .copy-text-btn:after {
        display: block;
    }
/***********Premises***************/
.Premises-list {
    border: 1px solid var(--vz-border-color);
    box-shadow: none;
}

.Profile-logo {
    position: relative;
    width: 220px;
    height: 220px;
    border: 1px solid #e9ebec;
    padding: 10px;
    border-radius: 4px;
    background: #f7f7f9;
    overflow: hidden;
}

    .Profile-logo img {
        width: 220px;
        height: 220px;
        margin: auto;
        padding: 10px;
        position: relative;
        top: -10px;
        left: -10px;
    }

.Premises-QR {
    width: 150px;
    height: 150px;
    margin: 20px auto 10px;
    border: 1px solid #e9ebec;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

    .Premises-QR img {
        width: 150px;
        height: 150px;
        margin: auto;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
    }

.Profile-logo ~ small {
    margin: 8px 0;
    display: block;
}

.Profile-logo .custom-file-upload {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 10px;
}

.premises-btn-grp {
    display: inline-block;
    float: right;
    margin: 15px;
}

.Premises-item {
    margin-bottom: 12px;
}

    .Premises-item label {
        font-weight: 600;
        margin-right: 8px
    }

.premises-detail {
    padding: 24px;
}

.no-premises {
    min-height: 461px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.event-img {
    width: 150px;
    height: 150px;
    border: 1px solid #e9ebec;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .event-img img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        padding: 5px;
    }

.info-text .event-img, .info-text .event-img img {
    width: 120px;
    height: 120px;
}

.event-detail {
    padding: 20px;
}

.event-stats {
    border: none;
    padding: 6px 12px;
    text-align: center;
    flex: 1;
}

    .event-stats h2 {
        font-size: 1.5rem;
    }

.Profile-logo.companyLogo, .Profile-logo.companyLogo img {
    width: 200px;
    height: 200px;
}

#mapholder {
    border-radius: 8px;
}

#reportrange, .reportrange {
    padding: 2px 10px !important;
    border-radius: 4px !important;
    border: 1px solid #e9ebec !important;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #555;
}

.datePicker {
    padding: 2px 10px !important;
    border-radius: 4px !important;
    border: 1px solid #e9ebec !important;
    font-size: 14px !important;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #555;
    height: 39px;
}

#reportrange.daterange-lg, .accordion {
    padding: 6px 10px 6px 10px !important;
    font-size: 14px
}

    #reportrange.daterange-lg .ri-calendar-2-line, .datePicker.daterange-lg .ri-calendar-2-line {
        top: 1px;
        position: relative;
        font-size: 16px;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.datePicker, .daterange-lg {
    position: relative;
}

    #reportrange.daterange-lg .caret, .datePicker .caret, .daterange-lg .caret {
        top: 17px;
        position: absolute;
        right: 12px;
    }

    .datePicker span, .daterange-lg span {
        position: relative;
        top: -5px;
    }

.d-center {
    margin: 0 auto;
    display: table;
}

.create-new-box figure {
    display: table;
    margin: 0 auto;
}

    .create-new-box figure img {
        width: 200px;
        display: table;
        margin: 0 auto;
    }

.banner-image {
    position: relative;
    max-width: 500px;
    max-height: 201px;
    border: 1px solid #e9ebec;
    padding: 10px;
    border-radius: 4px;
    background: #f7f7f9;
    overflow: hidden;
}

    .banner-image img {
        max-width: 500px;
        max-height: 201px;
        margin: auto;
        padding: 10px;
        position: relative;
        top: -10px;
        left: -10px;
    }

    .banner-image .custom-file-upload {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 3px 10px;
    }

#cropAvatarmodal-logo .modal-dialog {
    max-width: 400px;
    max-height: 400px;
}

    #cropAvatarmodal-logo .modal-dialog img {
        max-width: 400px;
        max-height: 400px;
    }

#cropAvatarmodal-banner .modal-dialog {
    max-width: 500px;
    max-height: 300px;
}

    #cropAvatarmodal-banner .modal-dialog img {
        max-width: 500px;
        max-height: 250px;
    }

.cropAvatarmodal-banner .cropper-bg {
    max-width: 500px;
    max-height: 250px;
    overflow: hidden;
}

.banner-image {
    position: relative;
}

    .banner-image .custom-file-upload {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 3px 10px;
    }

table.dataTable > tbody > tr.active-row {
    background: #eaf5ff;
}

.dark-theme table.dataTable > tbody > tr.active-row {
    background: #52575d;
}

/******************/
/**********Payment***********/
.custom-checkBox-up {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

    .custom-checkBox-up:after {
        content: "";
        clear: both;
    }

.custom-checkBox {
    box-sizing: border-box;
    float: left;
    position: relative;
}

    .custom-checkBox label {
        background: #fff no-repeat center center;
        cursor: pointer;
        display: block;
        font-size: 15px;
        border: 1px solid #ccc;
        padding: 10px;
        display: flex;
        align-items: center;
        border-radius: 4px;
    }

    .custom-checkBox + .custom-checkBox {
        margin-left: 25px;
    }

    .custom-checkBox input {
        visibility: hidden;
    }

.custom-checkBox-up input:focus + label {
    outline: 2px dotted #1783ee;
}

.custom-checkBox-up input:checked + label {
    outline: 4px solid #1783ee;
}

    .custom-checkBox-up input:checked + label:after {
        background: url('../images/select-check.svg');
        bottom: -10px;
        content: "";
        display: inline-block;
        height: 20px;
        position: absolute;
        right: -10px;
        width: 20px;
    }

@-moz-document url-prefix() {
    .custom-checkBox-up input:checked + label:after {
        bottom: 0;
        right: 0;
        background-color: #1783ee;
    }
}

.good-rec, .moderate-rec, .bad-rec {
    margin-left: 5px;
    cursor: pointer;
    font-size: 18px;
}

.good-rec {
    color: #07c396;
}

.moderate-rec {
    color: #ffc061;
}

.bad-rec {
    color: #ff5941;
}

.aadhar-verify img, .n-icon {
    width: 17px;
    display: inline-block;
    margin-left: 5px;
}

.visitor-status-icon {
    width: 24px;
    display: inline-block;
}

.media. {
    background: #F8F8F8;
}

    .media.event-card {
        position: relative;
        overflow: hidden;
        border-radius: 0.5rem;
        display: flex;
    }

        .media.event-card i {
            vertical-align: middle;
            font-size: 30px;
            margin-right: 20px;
        }

.toggle-password {
    font-size: 20px;
    top: 5px;
    color: #858a8a;
    text-align: center;
}

.page-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: none;
}

.FilterBox-slide {
    /* width: 280px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  height: 100vh;
  transform: translateX(290px);
  transition: all 0.3s; */
}

    .FilterBox-slide.active {
        transform: translateX(0px);
    }

.FilterBox-wrapper {
    padding: 20px;
    height: calc(100% - 125px);
    overflow-y: auto;
}

.overlay.active {
    display: block;
}

.offcanvas-footer {
    position: sticky;
    top: 100%;
}

.report-table .dataTables_length {
    display: block;
    position: absolute;
    top: 13px;
}

.desk-table .dataTables_length {
    display: block;
    position: absolute;
    top: 14px;
}

.appointment-reports i, .icon-bg {
    font-size: 18px;
    margin-right: 10px;
    color: #695eef;
    background: #f3f3fb;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    position: relative;
    top: -1px;
}

    .appointment-reports i:before, .icon-bg:before {
        top: 4px;
        position: relative;
    }

.hover-zoom {
    transform: scale(1);
    transition: all 0.3s ease;
    display: inline-block;
}

    .hover-zoom:hover {
        transform: scale(1.2);
    }

img.visitor-img {
    width: 60px;
    margin-right: 15px
}

.label-form {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-pic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #e9ebec;
    background: #f7f7f9;
}

    .profile-pic #profile-img-logo {
        width: 158px;
        height: 158px;
        border-radius: 50%;
    }

    .profile-pic .custom-file-upload, .banner-pic .custom-file-upload {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 42px;
        width: 42px;
    }

        .profile-pic .btn-icon i, .banner-pic .custom-file-upload i {
            top: -6px;
            left: -6px;
        }

.banner-pic {
    width: 180px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #e9ebec;
    background: #f7f7f9;
}

    .banner-pic #exhibition-banner {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 180px;
        height: 60px;
    }

    .banner-pic .custom-file-upload {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 42px;
        width: 42px;
    }

.referral-body {
    background: url('../images/referrals-bg.jpg') no-repeat top center;
    background-size: cover;
}

.referral-icon-user i {
    font-size: 26px !important;
    color: #186ec4;
    background: #e5e5f9;
    padding: 5px;
    border-radius: 50%;
    width: 44px !important;
    height: 44px !important;
    display: inline-block;
    margin-bottom: 20px;
}

    .referral-icon-user i:before {
        margin-top: -2px;
        display: block;
    }

    .referral-icon-user i.bi-percent:before {
        margin-top: 4px;
    }

.faq-banner {
    background: url('../images/bg3.jpg') no-repeat;
    background-size: cover;
}
/*.templateGrid .temp-icon{
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 4px;
  line-height: 39px;
}*/

.templateGrid .temp-icon, .card.setting-item .temp-icon {
    width: 36px;
    width: 36px;
    height: 36px;
    height: 36px;
    text-align: center;
    text-align: center;
    border-radius: 4px;
    border-radius: 4px;
    line-height: 39px;
    line-height: 39px;
}

.templateGrid .temp-iconR {
    border-radius: 4px;
    width: 56px;
    text-align: center;
    height: 18px;
    font-size: 12px;
}

    .templateGrid .temp-iconR i {
        position: relative;
        top: 1px;
    }

.templateGrid .element-item .card .card.setting-item {
    border-radius: 10px;
    border: 2px solid var(--vz-border-color) !important;
}

.template-box {
    height: 700px;
    overflow: auto;
    border: 1px solid var(--vz-border-color);
    border-radius: 18px;
    padding: 20px;
    overflow-x: hidden;
}

.templateGrid .element-item .card .temp-icon .card.setting-item {
    background-color: #e9ebec !important;
    color: #343a40 !important;
}

.templateOprational .card {
    border: 2px solid #ffc367;
}

.card.setting-item .setting-item-list {
    padding: 0
}

    .card.setting-item .setting-item-list a {
        margin: 5px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .card.setting-item .setting-item-list a:hover {
            text-decoration: underline;
        }

.templateVisitors .card {
    border: 2px solid #186ec4;
    background-color: #fefeff;
}

.templateAppointment .card {
    border: 2px solid #ff5941;
}

.templateEvent .card {
    border: 2px solid #07c396;
}

.templateOnboarding .card {
    border: 2px solid #73dce9;
}

.templateCommon .card {
    border: 2px solid #343a40;
}

.templateDelivery .card {
    border: 2px solid #5596f7;
}

.filters-button-group .btn {
    height: 36px;
}

.filters-button-group .btn-outline-primary.is-checked {
    background-color: #186ec4;
    color: #ffffff
}

.templateInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .templateInfo h5 {
        font-size: 16px;
        margin: 12px 0 3px;
    }

.templateInfo {
    font-size: 20px;
}

    .templateInfo p {
        font-size: 14px;
    }

.display-center {
    margin: 0 auto;
    display: table
}

.marvel-device.nexus5 {
    margin: 50px auto 0;
    display: table;
}

.avatar.avatar-md {
    width: 40px;
    height: 40px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

    .avatar.avatar-md i {
        color: #fff;
        font-size: 22px;
        margin-top: 1px;
        display: block;
        position: relative;
    }

.avatar.avatar-sm {
    width: 30px;
    height: 30px;
    line-height: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
}

    .avatar.avatar-sm i {
        font-size: 18px;
        margin-top: 1px;
        display: block;
        position: relative;
        top: 1px;
    }

.btn-xs {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    min-width: 20px;
}

.btn-xxs {
    height: 28px;
    line-height: 16px;
    width: 28px;
    text-align: center;
    padding: 0;
}

    .btn-xxs i {
    }

/****************************/
.form-control.is-valid, .was-validated .form-control:valid {
    background: transparent;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border: var(--vz-border-width) solid var(--vz-input-border-custom);
    }

    .was-validated .form-control:valid .invalid-feedback, .form-control.is-valid ~ .invalid-feedback, .blackListRemark {
        display: none;
    }
/*********Select Time Slot*********/
.app-time, .facilities {
    padding: 20px 0;
}

.time-box, .facilities-item {
    margin-right: 5px;
    height: 30px;
    display: inline-block;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 24px;
    left: 11px;
    bottom: 0;
    height: 5px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    z-index: 1;
    opacity: 0;
}

    .option-input:hover {
        background: #e5e7eb;
    }

    .option-input:checked {
        border: 1px solid #fff;
    }

        .option-input:checked::before {
            color: #d9486d;
            height: 20px;
            width: 40px;
            position: absolute;
            content: "✔";
            display: inline-block;
            font-size: 12px;
            left: 4px;
            line-height: 10px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: "";
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.app-border {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    background: #efefef;
    cursor: pointer;
}

.option-input.radio:checked + .app-border {
    background: #186ec4;
    color: #fff;
}

.option-input.radio:disabled + .app-border, .option-input.radio:disabled + .app-border .app-label {
    cursor: not-allowed;
    opacity: 0.6;
}

button[disabled] {
    pointer-events: auto !important;
    cursor: not-allowed;
    opacity: 0.5;
}

.app-label {
    position: relative;
    top: 1px;
    cursor: pointer;
    padding: 5px 7px 5px 9px;
    min-height: 20px;
    width: 75px;
}

.option-input:checked ~ .app-border .icon-text, .option-input:hover ~ .app-border .icon-text {
    color: #fff;
}

.option-input ~ .app-border:hover {
    background: #186ec4;
    color: #ffffff
}

    .option-input ~ .app-border:hover
    .upload__box {
        padding: 0;
    }

.img-80 {
    height: 80px;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.img-60 {
    width: 60px;
}

.noti-img {
    width: 60px;
    height: 60px;
    margin: 5px 5px 5px 0;
    border-radius: 4px;
}

.noti-img-lg {
    width: 120px;
    height: 120px;
    margin: 5px;
    border-radius: 4px;
}

.icon-primary-co {
    color: var(--vz-btn-color);
}

.card-icon-top {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn-md.btn-icon {
    height: 38px;
    width: 38px;
}

    .btn-md.btn-icon i {
        font-size: 20px;
        left: -6px;
        top: -5px;
    }
/**********Loading Button New***********/
.btn-wide {
    width: 10em;
    transition: all 0.2s linear;
}

.btn-wait {
    position: relative;
    padding-right: 30px;
    background-repeat: no-repeat;
    .btn-wide&

{
    padding-left: 0;
}

&:after,
&:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    right: calc(50% - 60px);
    opacity: 1;
}

}

.btn-step {
    &:before

{
    background-image: none;
}

&:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.186' opacity='.8' fill='none' stroke='white' stroke-width='3.8' stroke-dasharray='.1 5.233 .1 5.233 .1 5.233  .1 5.233 .1 5.233 .1 5.233 .1  10.333' stroke-linecap='round' /%3E%3C/svg%3E");
    animation: spin 1s steps(12) infinite;
}

}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/**********Loading Button***********/
.btn-loading {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background-color 150ms, color 150ms ease-in-out;
    white-space: nowrap;
    height: 37px;
}

    .btn-loading ul {
        float: left;
        height: 50px;
        margin: 0;
        padding: 0;
        transition: transform 300ms cubic-bezier(0, 0.65, 0.7, 0.9);
        transform-style: preserve-3d;
    }

    .btn-loading li {
        --rotateX: 0deg;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block;
        transition: opacity 150ms;
        transform-origin: 50% 50%;
        transform: rotateX(var(--rotateX)) translateZ(10px);
        width: 100%;
    }

        .btn-loading li:nth-child(2), button li:nth-child(3) {
            opacity: 0;
            position: absolute;
        }

        .btn-loading li:nth-child(2) {
            --rotateX: -90deg;
        }

        .btn-loading li:nth-child(3) {
            --rotateX: -180deg;
        }

    .btn-loading span {
        align-items: center;
        display: flex;
        float: left;
        height: 100%;
        justify-content: center;
        max-width: 0;
        opacity: 0;
        position: relative;
        transform: translateX(-100%);
        transition: max-width 50ms ease, opacity 100ms ease, transform 150ms ease-in-out;
        width: 20px;
    }

    .btn-loading svg {
        position: absolute;
    }

        .btn-loading svg:nth-child(1) {
            --stroke: 40;
            fill: transparent;
            height: 20px;
            left: 0;
            stroke: white;
            stroke-dasharray: var(--stroke);
            stroke-dashoffset: calc(var(--stroke) * 2);
            top: 15px;
            width: 20px;
        }

        .btn-loading svg:nth-child(2) {
            --stroke: 16;
            fill: transparent;
            height: 16px;
            left: 50%;
            stroke: transparent;
            stroke-dasharray: var(--stroke);
            stroke-dashoffset: var(--stroke);
            top: 25px;
            transform: translate3d(-5px, -3px, 0);
            transition: stroke 300ms;
            width: 16px;
        }

    .btn-loading.-request, .btn-loading.-success {
        text-align: left;
        pointer-events: none;
    }

        .btn-loading.-request span, .btn-loading.-success span {
            margin-right: 12px;
            max-width: initial;
            opacity: 1;
            transform: translate(0px, -15px);
            /* transform: translateX(0); */
        }

        .btn-loading.-request li:nth-child(1), .btn-loading.-success li:nth-child(1) {
            opacity: 0;
            position: absolute;
        }

    .btn-loading.-request {
        background-color: #635ac7;
    }

        .btn-loading.-request svg:nth-child(1) {
            -webkit-animation: stroke 2s linear infinite forwards, rotate 1s linear infinite forwards;
            animation: stroke 2s linear infinite forwards, rotate 1s linear infinite forwards;
        }

        .btn-loading.-request ul {
            transform: rotateX(90deg);
            padding-left: 0;
            position: relative;
            top: -15px
        }

        .btn-loading.-request li:nth-child(2) {
            opacity: 1;
            position: relative;
        }

    .btn-loading.-success {
        background-color: #00bf9c;
        border: 1px solid #00c09e;
    }

        .btn-loading.-success svg:nth-child(1) {
            fill: #fff;
            stroke-dasharray: 0;
        }

        .btn-loading.-success svg:nth-child(2) {
            -webkit-animation: stroke 300ms ease-in-out forwards;
            animation: stroke 300ms ease-in-out forwards;
            stroke: #00bf9c;
        }

        .btn-loading.-success ul {
            transform: rotateX(180deg) translate(0px, 28px);
        }

        .btn-loading.-success li:nth-child(3) {
            opacity: 1;
            position: relative;
        }

@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.table-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

table .noti-img {
    width: 50px;
    height: 50px;
    border: 1px solid #e9ebec;
}

.name-image {
    font-size: 18px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    font-weight: 600;
    border-radius: 4px;
    margin: 5px;
}

    .name-image.red {
        color: #FF5722;
        background: #fff2ee;
        border: 1px solid #ffdbce;
    }

    .name-image.purple {
        color: #7251eb;
        background: #eff2f7;
        border: 1px solid #cdb2ff;
    }

    .name-image.green {
        color: #009688;
        background: #edffef;
        border: 1px solid #9fddb2;
    }

    .name-image.grey {
        color: #3d3d3d;
        background: #eff2f7;
        border: 1px solid #b7b7b7;
    }

    .name-image.yellow {
        color: #e18600;
        background: #fff6e9;
        border: 1px solid #FF9800;
    }

    .name-image.blue {
        color: #1487e3;
        background: #e8effb;
        border: 1px solid #2196F3;
    }

    .name-image.pink {
        color: #d351ce;
        background: #fff0fe;
        border: 1px solid #f99df6;
    }

#express-inviteBox {
    display: block;
    padding: 10px;
}

#express-inviteBox, #VIP-inviteBox {
    display: none;
    padding: 10px;
}

.sm-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #6c757d;
    min-width: 20px;
    margin: 2px
}

.iti__country-list {
    z-index: 9 !important;
}

.bootstrap-select.form-select {
    /* width:100% !important; */
    padding: 0;
}

.bootstrap-select.form-select {
    /* width:100% !important; */
}

    .bootstrap-select.form-select .dropdown-toggle {
        border: none;
        background: #fff;
        height: 38px;
        padding: .5rem 0.7rem .5rem .5rem;
    }

.bootstrap-select.form-select-sm .dropdown-toggle {
    padding: 3px 10px;
    font-size: 13px;
    height: 32px;
}

.bootstrap-select.form-select .bs-searchbox .form-control {
    padding: 3px 10px;
}

.bootstrap-select.form-select.disabled, .dark-theme .bootstrap-select.form-select.disabled {
    --vz-form-select-bg-img: none !important
}

[data-bs-toggle="select"] ~ .dropdown-menu {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
/* .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: var(--vz-body-color);
} */
.filter-option .filter-option-inner-inner {
    color: var(--vz-body-color);
}

.selectpicker .btn:active {
    box-shadow: none !important;
}

hr {
    color: #c3c3c3;
    margin: 8px 0 12px;
}

.timeSet {
    position: relative;
}

    .timeSet .timepicker {
        padding: 3px 5px 3px 23px;
        position: relative;
        width: 85px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: var(--vz-body-color);
        background-color: var(--vz-input-bg-custom);
        background-clip: padding-box;
        border: var(--vz-border-width) solid var(--vz-input-border-custom);
        background-position: right .4rem center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: var(--vz-border-radius);
        -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        cursor: pointer;
    }

        .timeSet .timepicker:focus {
            color: var(--vz-body-color);
            background-color: var(--vz-input-bg-custom);
            border-color: var(--vz-primary-border-subtle);
            outline: 0;
            -webkit-box-shadow: 0 0 1 .25rem rgba(var(--vz-primary-rgb), .25);
            box-shadow: 0 0 1 .25rem rgba(var(--vz-primary-rgb), .25);
        }

        .timeSet .timepicker:focus-visible {
            outline: 0;
        }

    .timeSet i {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        opacity: 0.7;
        font-size: 17px;
    }

.not-allow, .not-allow:hover, .not-allow:active {
    background-color: #979797;
    border: #979797;
    cursor: not-allowed;
}

.form-control:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed;
}

.active-vipBtn.active {
    background: #11d1b7;
    box-shadow: 0 2px 6px #4ee1cd;
    border: 1px solid #11d1b7;
    width: 33px;
    text-align: center;
    padding: 5px 6px;
    line-height: 30px;
}

    .active-vipBtn.active:active {
        background: #11d1b7;
    }

    .active-vipBtn.active span {
        background: url('../images/award-fill.svg') no-repeat top center;
        width: 19px;
        height: 19px;
        display: block;
    }

.active-vipBtn.inactive {
    background: #ff5d40;
    box-shadow: 0 2px 6px #fd9b96;
    border: 1px solid #ff5d40;
    color: #fff;
    width: 33px;
    text-align: center;
    padding: 5px 6px;
    line-height: 30px;
}

    .active-vipBtn.inactive:active {
        background: #ff5d40;
    }

    .active-vipBtn.inactive span {
        background: url('../images/award-line.svg') no-repeat top center;
        width: 19px;
        height: 19px;
        display: block;
    }

#showimage {
    width: 40px;
    padding-top: 0%;
    border-radius: 4px;
}

.generate-qr-image img {
    width: 160px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(30,32,37,.12) !important;
    padding: 8px;
}
/********************/

.icon-thread input[type='radio'] {
    opacity: 0;
    position: absolute;
    /* width:100%;height:100%; */
    cursor: pointer;
}

    .icon-thread input[type='radio'] + label {
        margin: 0.3em;
        color: #B1B1B1;
        text-shadow: 1px 1px #fff;
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .icon-thread input[type='radio']:checked + label {
        color: #563cd9;
        background: #eae6fc;
        border-radius: 50%;
        background: #eae6fc;
        width: 30px;
        height: 30px;
    }

.icon-thread .icon-thread-item {
    display: inline-block;
    margin: 0
}

.icon-thread .icon-thread-set {
    text-align: center;
    max-height: 250px;
    overflow: auto;
}

#accordionFOrm .accordion-button {
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
}

    #accordionFOrm .accordion-button:not(.collapsed) {
        background: transparent;
        border-bottom: none;
        color: var(--vz-accordion-btn-color);
    }

#SavedPass-tab .grid .radio:checked::after {
    border: var(--radio-border-width) solid #f4f4f5;
    border-top: 0;
    border-left: 0;
}
/***********Kiosk Mode*************/

.kiosk_mode {
    position: relative;
    background: rgb(94,51,126);
    background: linear-gradient(184deg, rgba(94, 51, 126, 1) 0%, rgba(64, 52, 136, 1) 18%, rgba(50, 52, 141, 1) 29%, rgba(34, 41, 92, 1) 72%);
    /* background: url('../images/dark-bg.png') no-repeat;
 background-size: cover; */
    overflow: auto;
    height: 100%;
}

    .kiosk_mode:before {
        /* background: #fff; */
        background-size: cover;
        content: '';
        width: 100%;
        position: absolute;
        height: 50vh;
        top: 0;
    }

.kiosk_mode_wrapper {
    z-index: 1;
    position: relative;
}

.client_logo {
    width: 180px;
    margin: 40px auto;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    overflow: hidden;
}

.Qr_code {
    width: 350px;
    margin: -180px auto 30px;
}

.poweredby {
    width: 126px;
    margin: 70px auto 10px;
}

.welcome-note {
    width: 60%;
    text-align: center;
    margin: 0 auto 60px;
}

.kiosk_mode_top {
    background: url('../images/white_shade-bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    display: flex;
    justify-content: center;
}

.kiosk_mode_bottom {
    /* background: rgb(94,51,126);
  background: linear-gradient(184deg, rgba(94,51,126,1) 0%, rgba(64,52,136,1) 18%, rgba(50,52,141,1) 29%, rgba(34,41,92,1) 72%); */
    display: flex;
    justify-content: center;
}

.back-button {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 5;
    background: #f2f0ff;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
}

    .back-button i {
        font-size: 26px;
    }

.otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 40px 0 20px;
}

    .otp-input-fields input {
        border: 1px solid #e9ebec !important;
        transition: all 0.3s ease-in-out;
        height: 67px;
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 4px;
        text-align: center;
        outline: none;
        font-size: 30px;
        /* Firefox */
    }

        .otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .otp-input-fields input[type=number] {
            -moz-appearance: textfield;
        }

        .otp-input-fields input:focus {
            border-width: 2px;
            border-color: #287a1a;
        }

.form-content .digit-group input {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #e3e3e3 !important;
    margin: 5px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #186ec4;
    margin: 0 2px;
}

.display-icon {
    font-size: 20px;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--vz-primary-bg-subtle) !important;
    color: #695eef;
    border-radius: 2px;
    border: 1px solid #ded9f1;
    margin-right: 5px;
}

.badge-event {
    position: absolute;
    top: 16px;
    right: 53px;
    padding: 4px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
}

.event-shareBox {
    /* position: absolute;
  right: 144px;
  top: 11px; 
  padding: 4px 10px;*/
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
}

.badge-event-danger {
    border: 1px solid #e94b32;
    background: #ff5941;
}

.badge-event-success {
    border: 1px solid #149f83;
    background: #00c499;
}

.pass-table td {
    padding: 2px
}

.link-table {
    color: #292e32;
    transition: all 0.3s ease;
}

    .link-table:hover {
        text-decoration: underline;
    }

#mobileView {
    min-width: 320px;
    width: 100%;
    max-width: 420px;
    overflow-y: auto;
    margin: 20px auto;
    height: calc(100vh - 20px);
    /* 
  height: 740px;
  border-radius: 30px;
  border: 10px solid; */
}

    #mobileView p {
        word-wrap: break-word;
        word-break: break-word;
    }

.meeting-room .mRImage {
    max-width: 300px;
    height: 170px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 20px;
}

.MRtitle {
    font-size: 20px;
    font-weight: 600;
}

.MRamminities span {
    background-color: #eff2f7;
    width: 32px;
    height: 32px;
    margin: 2px 3px;
    border-radius: 5px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    float: left;
}

.MRamminities {
    margin-bottom: 7px;
}

    .MRamminities img {
        width: 20px;
    }

.MRtype {
    margin-bottom: 7px;
    float: left;
    width: 100%;
}

.MRDetail .form-icon-right {
    top: 14px;
    right: 14px;
    display: block;
}

.meeting-room {
    display: flex;
    justify-content: start;
}

.eventStats {
    display: flex;
    justify-content: space-around;
}

    .eventStats > div {
        flex: 1;
    }

.Edsocial-share a {
    transition: all 0.3s ease;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 5px 0;
}

    .Edsocial-share a i {
        font-size: 20px;
        position: relative;
        top: 0;
        line-height: 20px;
    }

.view-count {
    width: 79px;
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    line-height: 21px;
    border-radius: 4px;
    cursor: default;
}

    .view-count i {
        font-size: 18px;
        position: relative;
        top: 4px;
    }

    .view-count:hover {
        color: #fff !important;
    }

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    min-width: 39px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #1171d0;
    border-color: var(--vz-btn-border-color);
    border-radius: 4px;
    line-height: 26px;
    font-size: 14px;
    height: 39px;
}

    .upload__btn:hover {
        background-color: unset;
        color: #1171d0;
        transition: all 0.3s ease;
    }

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 60px;
    padding: 0 10px;
    margin-left: 5px;
}

.upload__box {
    display: flex;
    width: 90px;
}

.upload__img-close {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -9px;
    right: -8px;
    text-align: center;
    line-height: 15px;
    z-index: 1;
    cursor: pointer;
}

    .upload__img-close:after {
        content: "✖";
        font-size: 11px;
        color: white;
    }

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.copyURL span {
    position: absolute;
    top: -29px;
    background: #2d2d2d;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 20px;
    transition: all 0.3s ease;
}

.btn-group-sm > .btn, .btn-sm {
    height: 30px;
}

#copyURLmsg {
    display: none;
    opacity: 0;
}

    #copyURLmsg.show {
        display: block;
        opacity: 1;
    }

.formlisted-list {
    background: #e9ebec;
    display: flex;
    float: left;
    align-items: center;
    border-radius: 2px;
    padding: 5px 5px 3px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}

    .formlisted-list .table-resource-buttons a {
        margin-left: 5px;
        cursor: pointer;
        color: #67636b;
        font-size: 18px;
        line-height: 18px;
        position: relative;
        top: 2px;
    }

.event-banner {
    width: 100%;
    height: 127px;
}

.event-sponsor {
    width: 100%;
    height: 100px;
}

    .event-sponsor > div {
        position: relative;
    }

        .event-sponsor > div span {
            position: absolute;
            top: 0;
            left: 10px;
            background: #9999998f;
            padding: 2px 3px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            color: #fff;
            font-size: 12px;
        }

    .event-sponsor img {
        max-height: 100px;
        margin: 0 auto;
        display: block;
    }

.pass-heading {
    margin-bottom: 20px;
}

    .pass-heading:before {
        content: '';
        border-width: 1px;
        border-color: #cacafb;
        border-style: dashed;
        width: 100%;
        display: block;
        position: relative;
        top: 13px;
        z-index: -1;
    }

    .pass-heading b {
        background: #f0f0ff;
        padding: 3px 10px;
        color: #695eef;
        font-size: 15px;
        border: 1px solid #cacafb;
        border-radius: 5px;
    }

.mR-image img {
    border-radius: 8px;
    border: 1px solid #ccc;
}
/***********************************/
.td-link {
    --vz-text-opacity: 1;
    color: #2553eb;
}

    .td-link:hover {
        color: #695eef;
    }
/**********Owl carousel************/
.insize {
    max-width: 300px;
    border-radius: 8px;
}

.owl-carousel .owl-item img {
    border-radius: 8px;
    border: 1px solid #ccc;
}

.owl-thumbs .owl-thumb-item {
    height: 60px;
    width: 100%;
    max-width: 60px;
    background: transparent;
    border: none;
    overflow: hidden;
    padding: 3px;
}

    .owl-thumbs .owl-thumb-item img {
        max-width: 100%;
        height: auto;
        border-radius: 2px;
    }

.owl-dots {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
}
/*********************/
@media(max-width:990px) {
    .welcome-note {
        width: 60%
    }
}

@media(max-width:767px) {
    .welcome-note {
        width: 80%
    }

    .meeting-room {
        display: block;
    }
}

@media(max-width:420px) {
    .welcome-note {
        width: 90%
    }

    .Qr_code {
        width: 230px;
        margin: -120px auto 30px;
    }

    .client_logo {
        width: 140px;
    }

    .kiosk_mode_top {
        padding-bottom: 160px;
    }

    .kiosk_mode_top_wrap {
        padding-top: 40px;
    }

    .meeting-room {
        display: block;
    }

    .insize {
        max-width: 230px;
        border-radius: 8px;
    }
}
/***********Scroll-Bar**************/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #9498a2;
    margin: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    margin: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #4c516494;
}

#mobileView::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #9498a2;
}

#mobileView::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#mobileView::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #0000004d;
    background-color: #4c516494;
}
/* Works on Firefox */
.dark-theme * {
    scrollbar-width: thin !important;
    scrollbar-color: #65676a #292e32 !important;
}
    /* Works on Chrome, Edge, and Safari */
    .dark-theme *::-webkit-scrollbar {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }

    .dark-theme *::-webkit-scrollbar-track {
        background: #292e32 !important;
    }

    .dark-theme *::-webkit-scrollbar-thumb {
        background-color: #65676a !important;
        border-radius: 2rem !important;
        border: 0.3rem solid #1e1f22 !important;
    }

    .dark-theme *::-webkit-scrollbar-corner {
        background: #1e1f22 !important;
    }
/******************/
.plan-table td {
    text-align: center;
    padding: .45rem .6rem;
}

.plan-table tr td:first-child {
    text-align: left;
}

.allow-btn {
    height: 28px;
    width: 28px;
    box-shadow: 0 2px 6px #fd9b96;
    background: #ff5941;
    display: inline-block;
    border-radius: 4px;
}

    .allow-btn.allowed {
        height: 28px;
        width: 28px;
        box-shadow: 0 2px 6px #4ee1cd;
        background: #07c396;
        display: inline-block;
        border-radius: 4px;
    }

    .allow-btn:before {
        display: inline-block;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 22px 22px;
        width: 22px;
        height: 22px;
        background-position: 0px 3px;
    }

    .allow-btn.allowed:before {
        display: inline-block;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
    }

.no-records {
    width: 180px;
    margin: 40px auto;
    display: table;
}

.report-table.data-list .dataTables_length {
    top: 96px;
}

.form-select:disabled {
    color: #9ba5b5;
}

.icon-text-nxt span {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ff6f6f;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.bootstrap-select .dropdown-toggle::after {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    /* background:url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="14px" height="8px" viewBox="0 0 14 8" style="overflow:visible;enable-background:new 0 0 14 8;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%231C1C1C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}</style><defs></defs><path class="st0" d="M1,1l6,6l6-6"/></svg>'); */
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
    background-position: -1px 1px;
}

.bootstrap-select.disabled .form-select:disabled {
    background-image: none !important;
    background-position: right -1.8rem center;
}

.bootstrap-select .noDropArrow ~ .dropdown-toggle::after {
    background: transparent !important
}

table.dataTable tr.activeTimer {
    border: 2px solid #ff6666;
    background: #ffe4e4;
    border-top: 2px solid #000;
}

.notifyBtn {
    cursor: pointer;
}

.RadioList .form-check {
    float: left;
}

.bootstrap-select.form-select-sm .dropdown-toggle {
    height: 26px;
}

    .bootstrap-select.form-select-sm .dropdown-toggle::after {
        display: inline-block;
        width: 13px;
        height: 11px;
        margin-left: 0;
        vertical-align: .255em;
        content: "";
        /* background: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>); */
        background-position: -1px 1px;
        background-size: cover;
    }

.scrollable-table {
    overflow: auto;
    max-height: 500px;
}

.editableTable {
    width: 100%;
    max-width: 100%;
}

    .editableTable th, .editableTable td {
        font-size: 13px;
        padding: 5px;
        vertical-align: middle;
        line-height: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-width: 1px;
    }

    .editableTable th {
        background-color: var(--vz-table-th);
    }

.error-td {
    color: #ff5941;
}

.scrollable-table tr > td:first-child {
    position: sticky;
    left: 0;
}

.scrollable-table tr > th:first-child {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    top: -1px;
}

.scrollable-table tr > th {
    top: 0;
    position: sticky;
    border-width: 1px;
    top: -1px;
}

.scrollable-table tr > td:first-child {
    background-color: var(--vz-input-bg-custom);
    border: 1px;
}
/**************************/
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1090;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-end {
    /* top: 0;
  right: 0;
  width: 280px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); */
}

/********************************************/
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    width: 310px;
}
/***************************/
#galleryImages, #cropper {
    width: 100%;
    float: left;
}

#cropper {
    position: relative;
}

canvas {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

#visitPurpose {
    max-width: 100%;
    width: auto;
}

#cropperImg {
    /*max-width: 0;
  max-height: 0;*/
}

#cropImageBtn {
    display: none;
    background-color: #186ec4;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 4px 14px;
    margin: 10px 0 0 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}
/* img{
  width: 100%;
} */
.img-preview {
    float: left;
}

.singleImageCanvasContainer {
    max-width: 300px;
    display: inline-block;
    position: relative;
    margin: 2px;
}

.singleImageCanvasCloseBtn {
    position: absolute;
    top: -2px;
    right: -2px;
    border: none;
    background-color: transparent;
}

    .singleImageCanvasCloseBtn i {
        font-size: 26px;
        color: #bcc1c8;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
        border-radius: 50%;
    }

#PassPreview .poweredby {
    width: 100px;
    margin: 20px auto 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.backtoBus, .backtoSuperAdmin {
    position: fixed;
    z-index: 10;
    right: 25px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 29px;
    line-height: 45px;
    border: 2px solid #fff;
    box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.backtoBus {
    bottom: 50px;
    background: #ff5d40;
}

.backtoSuperAdmin {
    bottom: 110px;
    background: #4eaa55;
}

.border-table-bottom {
    border-bottom: 1px solid #e9ebec;
}

.validate-msg {
    position: absolute;
    bottom: -18px;
}

.bootstrap-select.form-select-sm .SelectUser ~ .dropdown-toggle {
    width: 600px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.sept-or {
    width: 100%;
    position: relative;
    margin: 30px auto;
    padding-bottom: 10px;
}

    .sept-or:after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #d4d4d4;
        display: block;
        position: absolute;
        top: 2px;
        z-index: 1;
    }

    .sept-or .sept-or-inner {
        text-align: center;
        position: absolute;
        left: 0;
        top: -7px;
        padding: 0 10px;
        right: 0;
    }

    .sept-or span {
        background: #fff;
        padding: 5px 10px;
        position: relative;
        z-index: 2;
    }

.dropdownFixed {
    position: fixed;
    top: 130px;
    z-index: 2;
    right: 0;
}

.variable-menu {
    max-height: 280px;
    overflow-y: scroll;
    padding-top: 40px;
}

.search-boxe {
    position: absolute;
    top: 0;
}

    .search-boxe span {
        position: absolute;
        top: 3px;
        right: 5px;
        cursor: pointer;
    }

.grey-box {
    background: #ebeef3;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}
/***********************************************************/
/* Button- page-Preloader
-------------------------------------------------------*/
.loader-mask {
    display: none;
}

    .loader-mask.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000000;
        background-color: #ffffffa6;
        display: block;
    }
/**********Page Loader****************/
.page-overlay {
    width: 100%;
    background: #ffffffc2;
    position: absolute;
    z-index: 10000;
}

    .page-overlay .text {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        transform: translate(0,-50%);
    }

        .page-overlay .text > p {
            font-size: 1.5rem;
            color: #242424;
            text-align: center;
        }

@-webkit-keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);
        opacity: .5;
    }

    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }

    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
}

@keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);
        opacity: .5;
    }

    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }

    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
}

@-webkit-keyframes progress2 {
    0% {
        -webkit-transform: scale(0.3, 0.8) translatez(0);
        transform: scale(0.3, 0.8) translatez(0);
        opacity: 0;
    }

    90% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
}

@keyframes progress2 {
    0% {
        -webkit-transform: scale(0.3, 0.8) translatez(0);
        transform: scale(0.3, 0.8) translatez(0);
        opacity: 0;
    }

    90% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) translatex(100vw) translatez(0);
        transform: scale(1, 1) translatex(100vw) translatez(0);
        opacity: 1;
    }
}

.paper-progress-bar {
    position: absolute;
    top: 2px;
    width: 100%;
    height: 3px;
    /* background: rgba(255, 21, 21, 0.1); */
    /* background: #ff0f0f; */
    transform: translate(0,-50%);
}

    .paper-progress-bar:before {
        -webkit-animation: progress1 5.5s linear forwards;
        animation: progress1 5.5s linear forwards;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 21, 21, 0.1) 10%, rgba(255, 21, 21, 0.4) 80%, rgb(255, 21, 21));
        background: linear-gradient(to right, rgba(255, 21, 21, 0.1) 10%, rgba(255, 21, 21, 0.4) 80%, rgb(255, 21, 21));
    }

    .paper-progress-bar:after {
        content: "";
        position: absolute;
        -webkit-animation: progress2 5.5s linear forwards;
        animation: progress2 5.5s linear forwards;
        -webkit-transform-origin: 90% 50%;
        -ms-transform-origin: 90% 50%;
        transform-origin: 90% 50%;
        margin-left: -44px;
        top: 0px;
        width: 15px;
        height: 10px;
        border-radius: 2px;
        background: rgba(255, 21, 21, 0.55);
        -webkit-filter: blur(8px);
        filter: blur(8px);
        box-shadow: 0 0 10px 6px rgba(255, 21, 21, 0.4), -20px 0 15px 4px rgba(210, 189, 255, 0.3), -40px 0 15px 2px rgba(210, 189, 255,, 0.2), -60px 0 10px 1px rgba(210, 189, 255, 0.1), -80px 0 10px 1px rgba(210, 189, 255, 0.05);
    }

/**********PRELOADING**********/
.animation-preloader {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

.box-inner-loader {
    width: 70px;
    height: 70px;
    background: url(../images/Loader_bg.png);
    background-size: 70px;
    background-repeat: no-repeat;
}

.animation-preloader p {
    font-size: 14px;
    color: #242424;
    text-align: center;
    margin-top: 10px;
}

.animation-preloader:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 76px;
    background: #281383;
    box-shadow: 0px 5px 18px -2px rgb(40 19 131);
    -webkit-box-shadow: 0px 5px 18px -2px rgb(40 19 131);
    -moz-box-shadow: 0px 5px 18px -2px rgb(40 19 131);
    top: 0;
    z-index: 99;
    animation-name: top_two_bottom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: top_two_bottom;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: top_two_bottom;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: top_two_bottom;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: top_two_bottom;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    left: -14px;
    right: 0;
    margin: auto;
}

.box-inner-loader img {
    padding: 6px;
}

@keyframes top_two_bottom {
    0% {
        transform: translateY(80px);
        opacity: 1;
        -webkit-transform: translateY(80px);
        opacity: 1;
        -moz-transform: translateY(80px);
        opacity: 1;
        -o-transform: translateY(80px);
        opacity: 1;
    }

    50% {
        transform: translateY(0px);
        opacity: 0.8;
        -webkit-transform: translateY(0px);
        opacity: 0.8;
        -moz-transform: translateY(0px);
        opacity: 0.8;
        -o-transform: translateY(0px);
        opacity: 0.8;
    }

    100% {
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        opacity: 1;
        -moz-transform: translateY(80px);
        opacity: 1;
        opacity: 1;
        -o-transform: translateY(80px);
        opacity: 1;
    }
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

    .loader-overlay .overlayDoor:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffffb7;
        /* transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s; */
    }

    .loader-overlay .overlayDoor:before {
        opacity: 1;
    }

    .loader-overlay.loaded .overlayDoor:before {
        opacity: 0;
    }

    .loader-overlay.loaded .animation-preloader {
        opacity: 0;
        margin-top: -15px;
    }

    .loader-overlay.loaded {
        z-index: 0;
    }
/* .loader-overlay .overlayDoor:before, .loader-overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #ffffffb7;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
  }

  .loader-overlay .overlayDoor:before {
  left: 0;
  }
  .loader-overlay .overlayDoor:after {
  right: 0;
  }
  .loader-overlay.loaded .overlayDoor:before {
  left: -50%;
  }
  .loader-overlay.loaded .overlayDoor:after {
  right: -50%;
  }
  .loader-overlay.loaded .animation-preloader {
  opacity: 0;
  margin-top: -15px;
  }
  .loader-overlay.loaded {
    z-index: 0;
  } */

/*******Button Loader********/
@keyframes btRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.is-loading {
    position: relative;
}

    .is-loading:disabled {
        background-color: var(--vz-btn-hover-bg);
        color: #ffffff59;
        opacity: 1;
    }

        .is-loading:disabled .label-icon {
            color: transparent;
        }

.skp_btn_loader:not(:disabled):hover {
    background-color: var(--vz-btn-hover-bg);
}

.btn.is-loading {
    cursor: no-drop;
}

.button__content {
    transition: opacity 0.2s ease-in-out;
}

.is-loading .button__content {
    opacity: 0;
}

.btn-loader {
    position: absolute;
    /* top: 50%;
  left: 50%; */
    top: 23px;
    right: 6px;
    margin: -16px 0 0 -16px;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff80;
    border-left-color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
    animation: btRotate 0.6s infinite linear;
}

.skp_btn_loader.loader-center .btn-loader {
    margin: -16px auto;
    display: table;
    top: 23px;
    bottom: 0;
    right: 0;
    left: 0;
}

.skp_btn_loader.loader-center .is-loading:disabled {
    color: #ffffff00;
}

.flexTable .Table-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid var(--vz-border-color);
    flex-wrap: wrap;
}

.flexTable .Table-row-item {
    flex: 1;
    text-align: left;
    padding: 8px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.flexTable .Table-row.Table-header {
    background-color: #dfe6ed;
    padding: 2px 5px;
    font-weight: 600;
    font-size: 14px;
}

.flexTable .u-Flex-grow3 {
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3;
    flex-grow: 3;
    -ms-flex-positive: 3;
}

.flexTable .u-Flex-grow2 {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2.1;
    -ms-flex-positive: 2;
}

.Table-row:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.Table-row:nth-of-type(even) {
    background-color: #ffffff;
}
/******Success & Oeject Animation*******/
.apprMsgIcon {
    position: relative;
    display: block;
    width: 60px;
    margin: 60px auto 50px;
}

    .apprMsgIcon .delay1 {
        -webkit-animation: waves 3.5s linear infinite;
        animation: waves 3.5s linear infinite;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .apprMsgIcon .delay2 {
        -webkit-animation: waves 3.5s linear 0.7s forwards infinite;
        animation: waves 3.5s linear 0.7s forwards infinite;
    }

    .apprMsgIcon .delay3 {
        -webkit-animation: waves 3.5s linear 1.3s forwards infinite;
        animation: waves 3.5s linear 1.3s forwards infinite;
    }

    .apprMsgIcon .delay4 {
        -webkit-animation: waves 3.5s linear 1.9s forwards infinite;
        animation: waves 3.5s linear 1.9s forwards infinite;
    }

.svg-box {
    position: relative;
    z-index: 10;
}

.circle {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin: 8px;
    transition: 7s ease;
    position: absolute;
    top: 0px;
}

.svg-box-reject svg {
    background: #ff5941;
}

.svg-box-success svg {
    background: #07c396;
}

.svg-box-success svg, .svg-box-reject svg {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
}

@keyframes waves {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

input[placeholder="DD-MM-YYYY"] {
    cursor: pointer;
}

.border-bottomF {
    border-bottom: 1px solid #e9ebec;
}

.poll-option-input {
    display: flex;
    align-items: center;
}

    .poll-option-input button {
        position: absolute;
        border: none;
        background: none;
        font-size: 27px;
        top: 0px;
        right: 0px;
        color: #495057;
    }

    .poll-option-input .form-control {
        width: 100%;
    }

.text-primary {
    color: #2568c1 !important;
}

.memberShip {
    display: flex;
    align-items: center;
}

    .memberShip img {
        width: 18px;
        margin-right: 8px;
    }

.tableCal-button .sep {
    color: var(--vz-vertical-menu-item-color)
}

.tableCal-button {
    background: #186ec4;
    border-radius: 4px;
    width: 124px;
}

    .tableCal-button .gridView-btn, .tableCal-button .listView-btn {
        border: none;
        background-color: transparent;
        color: var(--vz-vertical-menu-item-color)
    }

.gridViewBox .gridView-btn, .listViewBox .listView-btn {
    color: #dee2ec;
}

.listGridView .cardBlock {
    border-top: 1px solid var(--vz-border-color);
    margin-top: 6px !important;
}

.Integ-Card {
    border: 2px solid #e2ebf6;
    border-radius: 10px;
    transition: border-color 0.2s ease-out;
    -webkit-box-shadow: 0 2px 3px rgba(56, 65, 74, .15);
    box-shadow: 0 2px 3px rgba(56, 65, 74, .15);
    background: #fff;
    position: relative;
}

    .Integ-Card .Integrated {
        display: flex;
        align-items: center;
        position: absolute;
        border-radius: 2px;
        line-height: 16px;
        padding: 2px 3px;
        font-size: 12px;
        right: 12px;
        top: 50px;
    }

    .Integ-Card figure {
        width: 60px;
        margin-bottom: 10px;
    }

    .Integ-Card .Integrated img {
        width: 12px;
    }

.cards-tools {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 2;
}

.Integ-img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e2eaf6;
    margin: 5px 5px 5px 0;
}

.border-blue {
    border: 1px solid #2568c1;
}

.border-grey {
    border: 1px solid #cdd5e3;
}

.Integ-CardTop.memberDetail .Integ-img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

@media (max-width:991px) {
    .Integ-CardTop.memberDetail .Integ-img {
        width: 72px;
        height: 72px;
    }
}

.intri-Item {
    width: 100px;
    display: inline-block;
    margin-bottom: 5px;
}

.Integ-CardTop {
    padding: 15px;
    background: #f1f6ff;
    border-bottom: 1px solid #8cb6ed;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .Integ-CardTop .memNo, .Integ-CardTop .btn-icon, .table .memNo {
        border: 1px solid #2568c1 !important;
        background: #fff !important;
    }

.nav-tabs .nav-link {
    border: var(--vz-nav-tabs-border-width) solid #e2eaf6;
    background-color: #fff;
}

    .nav-tabs .nav-link:hover {
        border: var(--vz-nav-tabs-border-width) solid #186ec4
    }

.Integ-CardTop .btn-icon i {
    color: #2568c1;
}

.Integ-CardMid {
    padding: 15px;
}

.Integ-CardBottom {
    padding: 15px;
}

.Commi-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.Integ-CardTop hr {
    color: #8cb6ed;
    margin: 14px 0 12px;
}

.searchInput {
    position: relative;
}

    .searchInput .btn-sm {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 30px;
        width: 30px;
    }

        .searchInput .btn-sm i {
            position: relative;
            top: -2px;
            right: 1px;
        }

.memItem {
    border-bottom: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;
    padding: 10px 0 5px;
}

.modal-scrollable {
    height: 500px;
    overflow: auto;
}

.link-external {
    color: rgba(var(--vz-link-color-rgb),var(--vz-link-opacity,1));
    margin: 0 0 0 5px;
    border-radius: 4px;
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
}

    .link-external:hover {
        background-color: #fdba7f5e;
    }

.toggle-switch input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 50px;
    height: 20px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.toggle-switch input:checked[type="checkbox"] {
    background: hsl(136, 41%, 47%);
}

.toggle-switch input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: -2px;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.toggle-switch input:checked[type="checkbox"]::after {
    left: 50%;
}

/********Avatar-Color*******/
.initials-avatar {
    font-size: 18px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    font-weight: 600;
    border-radius: 4px;
    margin: 5px 5px 5px 0;
}

    .initials-avatar.color-1 {
        color: #FF5722;
        background: #fff2ee;
        border: 1px solid #ffdbce;
    }

    .initials-avatar.color-2 {
        color: #7251eb;
        background: #eff2f7;
        border: 1px solid #cdb2ff;
    }

    .initials-avatar.color-3 {
        color: #009688;
        background: #edffef;
        border: 1px solid #9fddb2;
    }

    .initials-avatar.color-4 {
        color: #3d3d3d;
        background: #eff2f7;
        border: 1px solid #b7b7b7;
    }

    .initials-avatar.color-5 {
        color: #e18600;
        background: #fff6e9;
        border: 1px solid #FF9800;
    }

    .initials-avatar.color-6 {
        color: #1487e3;
        background: #e8effb;
        border: 1px solid #2196F3;
    }

    .initials-avatar.color-7 {
        color: #d351ce;
        background: #fff0fe;
        border: 1px solid #f99df6;
    }

    .initials-avatar.color-8 {
        color: #7e2cb5;
        background: #fee2ff;
        border: 1px solid #7e2cb5;
    }

.form-label {
    font-weight: 600;
}
/******CK Editor color******/

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
    border-color: var(--vz-input-border-custom);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border-color: var(--vz-input-border-custom);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ck.ck-balloon-panel.ck-powered-by-balloon {
    display: none !important;
}
/*******************/
@keyframes btRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.add-spinner {
    animation: btRotate 0.6s infinite linear;
}

.modal-table-responsive .modal-body {
    overflow-x: auto;
}

.pollView {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.pollOpItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.pollOp {
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    height: 40px;
    border-radius: 6px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
    flex-grow: 2;
    margin-right: 10px;
    font-size: 14px;
}

.pollOpImage {
    width: 39px;
    margin-bottom: 0;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    border-radius: 6px;
}

    .pollOpImage img {
        border-radius: 6px;
    }

.pollOpItem.pollOpResult {
    width: calc(100% - 25px);
    position: relative;
}

    .pollOpItem.pollOpResult .pollOpRes-no {
        font-weight: bold;
    }

    .pollOpItem.pollOpResult .pollOpResultBar {
        position: absolute;
        height: 39px;
        left: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-width: 1px;
        border-style: solid;
        border-right: none;
    }
/* .pollOpItem.pollOpResult .pollOp::after{
content: "";
position: absolute;
    height: 39px;
    left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-width: 1px;
    border-style: solid;
} */

.timepicker_div {
    width: 170px;
}


.tooltip-inner {
    background-color: #343a40d6;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #343a40d6 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #343a40d6 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #343a40d6 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #343a40d6 !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-left-color: #343a40d6;
    border-top-color: #343a40d6;
    border-bottom-color: #343a40d6;
}

.accordion-button:not(.collapsed) {
    background-color: #dfe6ed;
}

.dark-theme .accordion-button:not(.collapsed) {
    background-color: var(--vz-table-th);
}

.dark-theme .bs-tooltip-bottom > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
    border-bottom-color: #343a40d6;
}

.dark-theme .bs-tooltip-bottom > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
    border-bottom-color: #343a40d6;
}

.dark-theme .bs-tooltip-top > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=top] > .tooltip-arrow::before {
    border-top-color: #343a40d6;
}

.dark-theme .bs-tooltip-start > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=left] > .tooltip-arrow::before {
    border-left-color: #343a40d6;
}

.dark-theme .bs-tooltip-end > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=right] > .tooltip-arrow::before {
    border-right-color: #343a40d6;
}
/******************************************************************************************/
/******************************DARK THEME***************************************************/
.dark-theme .bs-tooltip-start .tooltip-arrow::before,
.dark-theme .tooltip.bs-tooltip-auto,
.dark-theme .tooltip,
.dark-theme .tooltip-inner {
    background-color: var(--vz-boxed-body-bg);
}


/* .dark-theme .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.dark-theme .bs-tooltip-top .tooltip-arrow::before {
  border-left-color: #edf1f5;
  border-top-color: #edf1f5;
  border-bottom-color: #edf1f5;
} 
 .dark-theme .tooltip {
  background-color: #edf1f5;
} 
*/

.dark-theme .form-label, .dark-theme .form-check-label {
    color: var(--vz-vertical-menu-title-color);
}

.dark-theme .black-co {
    color: #88868e;
}

.dark-theme .layout .footer {
    border-top: 1px solid #383d43;
    color: var(--vz-heading-color);
}

.dark-theme .userDropdown, .dark-theme .bg-light, .dark-theme .bg-white {
    background: #212529 !important;
}

.dark-theme .layout .footer, .dark-theme .dropdown-menu {
    background: #292e32;
}

.dark-theme .userDropdown i {
    color: #9daab7;
}

.dark-theme .userDropdown .user-name {
    color: var(--vz-heading-color);
    font-weight: 600;
}

.dark-theme .dropdown-item:focus, .dark-theme .dropdown-item:hover {
    background-color: #181b1e;
}

.dark-theme .btn-icon.btn-danger {
    box-shadow: none;
}

.dark-theme .nav-border-top-primary .nav-link.active, .nav-border-top-primary .nav-link:hover, .dark-theme .daterangepicker td.active.end-date, .dark-theme .daterangepicker td.active:hover {
    color: #fff;
    border-color: transparent;
    border-top-color: #a38aff;
    background-color: #186ec4;
}

.dark-theme .btn-icon.greybroder {
    box-shadow: 0 2px 6px #393939;
}

.dark-theme .FilterBox-slide {
    background: #1e2025;
}

.dark-theme .dataTables_info, .dark-theme .modal-header {
    color: var(--vz-body-color);
}

.dark-theme table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid var(--vz-border-color);
}

.dark-theme .dropdown-item.active, .dark-theme .dropdown-item:active {
    background-color: #212529;
}

.dark-theme .form-control:disabled {
    background-color: #95999b;
    cursor: not-allowed;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed;
    background: #eff2f7 !important;
}

.form-select:disabled {
    --vz-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
/****************Dark Theme*******************/
.dark-theme .form-select {
    background: #292e32 url('../images/down-arow-white.svg') no-repeat;
}
    /* .dark-theme .form-select:disabled {
  background: #353a3f url('../images/down-arow-white.svg') no-repeat;
} */
    .dark-theme .form-select:disabled, .dark-theme .form-select {
        background-size: 16px 12px;
        background-position: right 0.4rem center;
    }

        .dark-theme .form-select:disabled, .dark-theme .bootstrap-select.disabled, .dark-theme .bootstrap-select > .disabled, .dark-theme .form-select ~ .disabled {
            /* background: #383d43 url(../images/down-arow-white.svg) no-repeat; */
            background: #383d43 !important;
            background-size: 16px 12px;
            background-position: right 0.4rem center;
        }

.dark-theme .form-check-input {
    border-color: #383d43;
}

.dark-theme .info-text, .dark-theme .daterangepicker td.in-range {
    background: #353a3f;
    color: var(--vz-vertical-menu-title-color);
}

.dark-theme .datePicker, .dark-theme .daterange-lg, .dark-theme .chosen-container-multi .chosen-choices, .dark-theme .chosen-single.chosen-default, .dark-theme #reportrange, .dark-theme .reportrange {
    border: var(--vz-border-width) solid var(--vz-input-border-custom) !important;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg-custom);
}

.dark-theme .text-primary {
    color: rgb(160 141 255) !important;
}

.dark-theme .btn.text-primary {
    color: #6d5bc7 !important;
}

.dark-theme .iti__country-list, .dark-theme .media.event-card {
    background-color: var(--vz-secondary-bg);
    border: 1px solid #383d43;
}

.dark-theme .custom-dropdown .dropdown-item, .dark-theme .dropdown .btn-sm.btn-icon:hover, .dark-theme .btn-icon.greybroder:hover {
    color: var(--vz-dropdown-link-color)
}

.dark-theme .custom-dropdown, .dark-theme .dropdown-menu, .dark-theme .dropdown .btn-sm.btn-icon, .dark-theme .btn-icon.greybroder {
    border-color: #383d43
}

.dark-theme .active-vipBtn.inactive {
    box-shadow: 0 2px 6px #e52e25;
}

.dark-theme .active-vipBtn.active {
    box-shadow: 0 2px 6px #12a18d;
}

.dark-theme .btn-close {
    filter: contrast(0) brightness(1);
}

.dark-theme .appointment-reports, .dark-theme .text-black, .dark-theme .daterangepicker .input-mini, .dark-theme input[type=file], .dark-theme .form-select, .dark-theme .link-table, .dark-theme .ranges li, .dark-theme .daterangepicker th.month {
    color: #ecf1f5 !important
}

.dark-theme .bootstrap-select .dropdown-toggle .filter-option-inner-inner, .dark-theme::placeholder {
    color: #646b73;
}

.dark-theme .label-form {
    color: var(--vz-vertical-menu-title-color)
}
/* .dark-theme .btn-icon.btn-primary {
  box-shadow: 0 2px 6px #3b3bc5;
}
.dark-theme .btn-icon.btn-info {
  box-shadow: 0 2px 6px #497d83;
}
.dark-theme .active-inactiveBtn.active, .dark-theme .active-Restrict.active {
  box-shadow: 0 2px 6px #2e7c71;
}
.dark-theme .btn-icon.btn-warning {
  box-shadow: 0 2px 6px #8e753d;
} */
.dark-theme .emergency_alert_template_view {
    border-color: var(--vz-table-th);
}

    .dark-theme .emergency_alert_template_view h6 {
        background-color: var(--vz-table-th);
    }

.dark-theme .btn.btn-light {
    color: var(--vz-btn-hover-color);
    border-color: var(--vz-border-color);
}

.dark-theme .text-black-50 {
    color: #646b73 !important;
}

.dark-theme .bootstrap-select.form-select .dropdown-toggle {
    border: none;
    background: #fff;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg-custom);
}

.dark-theme .btn.btn-light:hover {
    color: var(--vz-btn-hover-color);
    background-color: #353a3f;
    border-color: var(--vz-border-color);
}

.dark-theme #TemplatePreview, .dark-theme .form-select:disabled, .dark-theme .form-select, .dark-theme .daterangepicker td.available {
    color: #646b73 !important;
}

.dark-theme .ranges li {
    font-size: 13px;
    background-color: #353a3f;
    border: 1px solid #353a3f;
}

.dark-theme .daterangepicker td.off, .dark-theme .daterangepicker td.off.in-range, .dark-theme .daterangepicker td.off.start-date, .dark-theme .daterangepicker td.off.end-date, .dark-theme .bootstrap-select .btn, .dark-theme .daterangepicker,
.dark-theme .daterangepicker .calendar th.available, .dark-theme .ck.ck-toolbar, .dark-theme .app-border, .dark-theme .templateVisitors .card, .dark-theme .btn.btn-light, .dark-theme .daterangepicker:after, .dark-theme .daterangepicker:before, .dark-theme .bootstrap-select .no-results, .dark-theme .formlisted-list, .dark-theme .Profile-logo, .dark-theme #SavedPass-tab .grid .card,
.dark-theme #SavedPass-tab .grid .radio, .dark-theme .MRamminities span {
    background-color: #292e32;
}

    .dark-theme .daterangepicker td.off, .dark-theme .daterangepicker td.off.start-date, .dark-theme .daterangepicker td.off.end-date, .dark-theme .daterangepicker td.off.in-range .dark-theme .prev.available i {
        color: #899098;
    }

    .dark-theme .daterangepicker td.disabled, .dark-theme .daterangepicker option.disabled {
        color: #676767;
    }

    .dark-theme .daterangepicker .calendar th.available {
        border: 1px solid #383d43;
        border-radius: 4px;
    }

.dark-theme .ck.ck-editor__main > .ck-editor__editable {
    background: #212529;
    border-radius: 0;
}

.dark-theme .ck-content, .dark-theme .ck.ck-icon.ck-icon_inherit-color :not([fill]) {
    color: #ffffff;
}

.dark-theme .modal-content, .dark-theme .text-black {
    color: var(--vz-body-color) !important;
}

.icon-thread input[type='radio'] + label {
    text-shadow: none;
}
/* .dark-theme .daterangepicker td.off.start-date{
  color:#404346
} */
.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
    background: #676767;
}

.dark-theme .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content, .dark-theme .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border: solid #383d43;
}

.dark-theme .layout .sidebar.has-bg-image:not(.collapsed) .menu > ul > .sub-menu > .sub-menu-list, .dark-theme .appointDetail, .dark-theme .grey-box {
    background-color: #212427;
}

.dark-theme .app-border, .dark-theme .templateVisitors .card, .dark-theme .formlisted-list, .dark-theme .appointDetail, .dark-theme #SavedPass-tab .grid .card, .dark-theme .grey-box {
    border: 1px solid #383d43;
}

body.dark-theme::before {
    content: '';
    /* background: url(../images/menu_bg-gradient.png) no-repeat; */
    background: url(../images/menu_bg-gradient-2.png) no-repeat;
    position: absolute;
    top: -450px;
    background-size: contain;
    width: 640px;
    height: 640px;
    animation: bg-ani-grd 15s linear infinite;
    left: calc(50% - 250px);
    right: 50%;
}

@keyframes bg-ani-grd {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dark-theme .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    fill: #fff;
}

.dark-theme .bootstrap-select .dropdown-toggle::after {
    filter: contrast(0.2) brightness(3);
}

.dark-theme .bs-tooltip-bottom > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
    border-bottom-color: #edf1f5;
}

.dark-theme .bs-tooltip-top > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=top] > .tooltip-arrow::before {
    border-top-color: #edf1f5;
}

.dark-theme .bs-tooltip-start > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=left] > .tooltip-arrow::before {
    border-left-color: #edf1f5;
}

.dark-theme .bs-tooltip-end > .tooltip-arrow::before, .dark-theme .bs-tooltip-auto[data-popper-placement^=right] > .tooltip-arrow::before {
    border-right-color: #edf1f5;
}

.dark-theme .capture-icon img {
    filter: grayscale(4) brightness(3);
}

.dark-theme .capture-icon {
    border: 1px solid #b2b7bb;
}

.dark-theme .custom-checkBox label {
    border: 1px solid #353a3f;
    background: #212529;
}

.dark-theme .passVisitorDetail div span, .dark-theme .passTop div, .dark-theme .Company-Name div, .dark-theme .EventCard .passLogo, .dark-theme .passType span, .dark-theme .passLogo, .dark-theme .memberImage {
    background-color: #383d43;
}

.dark-theme .userDropdown ~ .dropdown-menu i, .dark-theme .header-item .btn-icon i {
    color: #dee2ec
}

.dark-theme .sidebar-collapser .line, .dark-theme .DNcheckbox:checked + .DNswitch .ball {
    background-color: #dee2ec;
}

.dark-theme #SavedPass-tab .grid .radio {
    border: 1px solid #303336
}

    .dark-theme #SavedPass-tab .grid .radio:not(:checked)::after {
        border: 1px solid #292e32;
    }

.dark-theme table.dataTable tr.activeTimer {
    background: #ff5d40;
}

.dark-theme .border-bottomF {
    border-bottom: 1px solid #353a3f;
}

.dark-theme .daylist-area ul a {
    color: #919da9;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
}

.dark-theme .Integ-Card, .dark-theme .Integ-Card h5 {
    color: #495057;
}

/* Autocomplete Dropdown Styling */
.ui-autocomplete {
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    padding: 5px 0 !important;
    font-size: 14px !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 1055 !important;
}

/* Each Item */
.ui-menu-item-wrapper {
    padding: 8px 15px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    border: none !important;
}

    /* Hover / Active */
    .ui-menu-item-wrapper:hover,
    .ui-state-active {
        background-color: #0d6efd !important; /* Bootstrap Primary */
        color: #ffffff !important;
        border-radius: 4px !important;
    }

/* Remove default jQuery UI borders */
.ui-menu .ui-menu-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Remove focus outline */
.ui-menu-item-wrapper:focus {
    outline: none !important;
}
