@import url('./fonts.css');

:root {
    --black: #000000;
    --white: #ffffff;
    --primary: #31313D;
    --green: #11A853;
    --secondary: #6F7D8C;
    --black-rgb: 0, 0, 0;
    --white-rgb: 255, 255, 255;
    --primary-rgb: 49, 49, 61;
    --secondary-rgb: 111, 125, 140;
}

/*----- Common CSS Start -----*/

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

* {
    outline: none !important;
}

/* html,
body {
    overflow: auto;
    overflow-x: hidden;
} */

html {
    background: var(--white);
}

body {
    background: #dfe3e4;
    font-family: 'Rubik';
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary);
    margin: 10px 0;
}

a {
    text-decoration: none;
}

h1 {
    line-height: 48px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

h5 {
    line-height: 16px;
    font-size: 14px;
}

.dn {
    display: none;
}

.db {
    display: block;
}

p {
    line-height: 1.6;
}

b {
    font-weight: 500;
}

a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

.max-height {
    height: 310px;
    overflow: auto
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.85);
}

hr {
    border-color: rgba(120, 130, 140, .13);
}

.b-0,
.b-none {
    border: 0 !important;
}

.b-t {
    border-top: 1px solid rgba(120, 130, 140, .13);
}

.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, .13);
}

.b-l {
    border-left: 1px solid rgba(120, 130, 140, .13);
}

.b-r {
    border-right: 1px solid rgba(120, 130, 140, .13);
}

.b-all {
    border: 1px solid rgba(120, 130, 140, .13);
}

.clear {
    clear: both;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-primary {
    color: var(--secondary) !important;
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-light {
    font-weight: 300
}

.thumb-sm {
    height: 32px;
    width: 32px
}

.thumb-md {
    height: 48px;
    width: 48px
}

.thumb-lg {
    height: 150px;
    width: 150px;
    margin-top: -20px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.required {
    border-color: red !important;
}

.custom-hr {
    position: relative;
    display: block;
    width: 100%;
    border-color: #bfbfbf;
    margin: 25px 0;
}

.from_message {
    position: relative;
}

.from_message p {
    position: relative;
    margin: 5px 0;
    font-size: 14px;
    line-height: normal;
}

.from_message.space-top p {
    margin-top: 15px;
}

.from_message p.success-message {
    color: #28a745;
}

.from_message p.error-message {
    color: #dc3545;
}

.error {
    border-color: #dc3545;
}

.blue-text {
    color: var(--primary);
    vertical-align: middle;
}

.form-radio {
    position: relative;
}

.form-radio .form-radio-label {
    display: block;
}

.time-minus {
    color: #dc3545;
}

.time-plus {
    color: #28a745;
}

a.has-arrow:after {
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    font-family: 'Fontawesome';
    font-size: 20px;
    line-height: normal;
    transition: all .3s ease-out
}

a.sub-has-arrow:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--white);
    margin-left: 10px;
    transform: rotate(135deg) translate(0, -50%);
    transform-origin: top;
    top: 26px;
    right: 55px;
    transition: all .3s ease-out
}

.error {
    border-color: red !important;
}

.btn {
    display: inline-block;
    vertical-align: middle;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
    background-color: inherit;
}

.common-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #000;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
}

.common-box-title span {
    transform: rotate(90deg);
    color: var(--white);
    font-size: 20px;
    transition: 0.3s all;
}

.common-box-title.active span {
    transform: rotate(0);
}

.common-title {
    color: var(--white);
    text-transform: capitalize;
    width: 100%;
    margin: 0;
}

.accordion-box {
    margin: 20px 0 0;
    padding-top: 10px;
}

.add-business-title {
    margin: 0 0 30px;
    /* background: var(--primary); */
    background: var(--black);
    color: var(--white);
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}

.common-sec-btn {
    outline: none;
    border: 0;
    border-radius: 5px;
    background: var(--black);
    color: var(--white);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s all;
}

.common-sec-btn:hover {
    background: var(--secondary);
    color: var(--white);
}

.common-sec-btn.with-file {
    height: 50.5px;
}

.common-red-btn {
    outline: none;
    border: 0;
    border-radius: 5px;
    color: var(--white);
    font-size: 16px;
    padding: 5px 10px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s all;
    background: #db0000;
}

.delete-btn {
    outline: none;
    border: 0;
    border-radius: 5px;
    color: var(--white);
    font-size: 16px;
    padding: 5px 10px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s all;
    background: #db0000;
}

.row_add_btn,
.row_minus_btn {
    border: 0;
    outline: none;
    min-height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--white);
    font-size: 18px;
    background: #388749;
    margin: 0 auto;
}

.row_minus_btn {
    background: #db0000;
}

.sec-btn {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.sec-btn-outline {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--primary);
}

.sec-btn:focus,
.sec-btn:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.edit-btn {
    border: 0;
    outline: none;
    background: #045dea;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.edit-btn:hover {
    color: var(--white);
}

.setting-btn {
    border: 0;
    outline: none;
    background: #ea4e04;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.setting-btn:hover {
    color: var(--white);
}

.yes-verified,
.no-verified {
    background: rgba(16, 185, 129, .8);
    color: var(--white);
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 5px;
}

.no-verified {
    background: rgba(239, 68, 68, .8);
}

.btn-grp .btn {
    margin: 5px;
}

.btn-secondary:focus {
    color: var(--white);
}

.mb-custom-tab {
    display: none;
}

.no-data {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #dc3545;
    margin: 0;
}

.pre-loader {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-pre-loader {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 8px;
    left: 0;
    z-index: 9;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .loader {
    position: relative;
    width: 100px;
    height: 100px;
}

.loader:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-5px, -50%);
    background: linear-gradient(to right, #fff 50%, #de3500 50%) no-repeat;
    background-size: 200% auto;
    background-position: 100% 0;
    animation: colorBallMoveX 1.5s linear infinite alternate;
}

.loader:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #de3500;
}

@keyframes colorBallMoveX {
    0% {
        background-position: 0% 0;
        transform: translate(-15px, -50%);
    }

    15%, 25% {
        background-position: 0% 0;
        transform: translate(0px, -50%);
    }

    75%, 85% {
        background-position: 100% 0;
        transform: translate(50px, -50%);
    }

    100% {
        background-position: 100% 0;
        transform: translate(65px, -50%);
    }
} */

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
    color: #FFF;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.required-marker {
    margin-left: 1px;
    color: #ff0000;
}


/*----- Common CSS End -----*/


/* ===== Tooltip CSS Start ===== */


/* START TOOLTIP STYLES */

[data-tooltip] {
    position: relative;
}


/* Applies to all tooltips */

[data-tooltip]::before,
[data-tooltip]::after {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[data-tooltip]::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    text-align: center;
    width: max-content;
    min-width: 3em;
    max-width: 200px;
    overflow: hidden;
    padding: 1ch 1.5ch;
    border-radius: 6px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: var(--white);
    z-index: 1000;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}


/* Make the tooltips respond to hover */

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    display: block;
}


/* don't show empty tooltips */

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}


/* FLOW: UP */

[data-tooltip]:not([flow])::before,
[data-tooltip][flow^="up"]::before {
    bottom: calc(100% + 5px);
    border-bottom-width: 0;
    border-top-color: #333;
}

[data-tooltip]:not([flow])::after,
[data-tooltip][flow^="up"]::after {
    bottom: calc(100% + 10px);
}

[data-tooltip]:not([flow])::before,
[data-tooltip]:not([flow])::after,
[data-tooltip][flow^="up"]::before,
[data-tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}


/* FLOW: DOWN */

[data-tooltip][flow^="down"]::before {
    top: calc(100% + 5px);
    border-top-width: 0;
    border-bottom-color: #333;
}

[data-tooltip][flow^="down"]::after {
    top: calc(100% + 10px);
}

[data-tooltip][flow^="down"]::before,
[data-tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}


/* FLOW: LEFT */

[data-tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 10px);
    transform: translate(-0.5em, -50%);
}

[data-tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 10px);
    transform: translate(-0.5em, -50%);
}


/* FLOW: RIGHT */

[data-tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 10px);
    transform: translate(0.5em, -50%);
}

[data-tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(0.5em, -50%);
}


/* KEYFRAMES */

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}


/* FX All The Things */

[data-tooltip]:not([flow]):hover::before,
[data-tooltip]:not([flow]):hover::after,
[data-tooltip][flow^="up"]:hover::before,
[data-tooltip][flow^="up"]:hover::after,
[data-tooltip][flow^="down"]:hover::before,
[data-tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[data-tooltip][flow^="left"]:hover::before,
[data-tooltip][flow^="left"]:hover::after,
[data-tooltip][flow^="right"]:hover::before,
[data-tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.info-tooltip {
    margin-left: 3px;
}

.info-tooltip i {
    color: var(--secondary);
    cursor: help;
}


/*----- Tooltip CSS End -----*/


/*----- Breadcrumb CSS Start -----*/
.breadcrumb-title {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}

.breadcrumb .breadcrumb-item {
    position: relative;
    font-size: 14px;
    margin: 0 30px 0 0;
    line-height: normal;
    padding: 0;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item a {
    color: var(--black);
    text-decoration: none;
    transition: 0.3s all;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--green);
}

.breadcrumb .breadcrumb-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: -15px;
    height: 6px;
    width: 6px;
    padding: 0;
    border-top: 1px solid var(--black);
    border-right: 1px solid var(--black);
    pointer-events: none;
}

.breadcrumb .breadcrumb-item.active::before {
    display: none;
}

.breadcrumb-left-btn {
    display: flex;
    gap: 15px;
}

@media (max-width:991px) {
    .breadcrumb-left-btn {
        flex-wrap: wrap;
    }
}

/*----- Breadcrumb CSS End -----*/


/*----- Sidebar CSS Start -----*/
.mb-header {
    display: none;
}

.sidebar {
    position: fixed;
    width: 60px;
    height: 100%;
    transition: 0.5s;
    z-index: 1020;
    background: var(--black);
    overflow: hidden;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08)
}

body.sidebar-open .sidebar,
.sidebar.sidebar-active {
    width: 300px
}

.sidebar .sidebar-head {
    position: relative;
}

.sidebar .sidebar-head .sidebar-logo {
    position: relative;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    width: 100%;
    overflow: hidden;
}

.sidebar .sidebar-head .sidebar-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0;
    transition: 0.3s;
}

.sidebar .sidebar-head .sidebar-logo img.logo-img-sm {
    width: 40px;
    height: auto;
    left: 50%;
    opacity: 1;
}

.sidebar.sidebar-active .sidebar-head .sidebar-logo img.logo-img-sm,
body.sidebar-open .sidebar .sidebar-head .sidebar-logo img.logo-img-sm {
    left: -300px;
}

.sidebar .sidebar-head .sidebar-logo img.logo-img-lg {
    width: 160px;
    height: auto;
    left: -300px;
}

.sidebar.sidebar-active .sidebar-head .sidebar-logo img.logo-img-lg,
body.sidebar-open .sidebar .sidebar-head .sidebar-logo img.logo-img-lg {
    left: 50%;
    opacity: 1;
}

.sidebar-menu {
    position: relative;
    width: 100%;
    height: calc(100vh - 140px);
    overflow: auto;
    overflow-x: hidden;
}

.sidebar-menu::-webkit-scrollbar {
    display: none;
}

@-moz-document url-prefix() {

    /* Disable scrollbar Firefox */
    .sidebar-menu {
        scrollbar-width: none;
    }
}

.sidebar-menu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    /* width: calc(100% - 17px); */
}

.sidebar-menu ul li {
    position: relative;
    list-style: none;
    width: 100%;
}

.sidebar-menu ul li a {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s;
}

.sidebar-menu>ul>li.active>a,
.sidebar-menu>ul>li>a:hover {
    background: var(--primary);
}

.sidebar-menu>ul>li>a.has-arrow:after {
    transform: translate(0, -50%) rotate(90deg);
}

.sidebar-menu ul li a.has-arrow:after {
    opacity: 0;
}

.sidebar.sidebar-active ul li a.has-arrow:after,
body.sidebar-open .sidebar ul li a.has-arrow:after {
    transition-delay: 0.2s;
    opacity: 1;
}

.sidebar-menu ul li a .menu-icon {
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
}

.sidebar-menu ul li a .menu-icon img {
    max-width: 25px;
    max-height: 25px;
}

.sidebar-menu ul li a .menu-title {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 60px;
    /* line-height: 60px; */
    width: 100%;
    text-align: start;
    text-transform: capitalize;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.menu-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    display: block;
    z-index: 100;
}

.menu-btn .menu-toggle {
    position: relative;
    height: 60px;
    width: 60px;
    background: var(--primary);
    cursor: pointer;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    border: 5px solid var(--black);
    border-radius: 8px;
}

.menu-toggle .right-arrow {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    transform: rotateY(0);
    transition: 0.5s;
}

.sidebar-active .menu-toggle .right-arrow {
    transform: rotateY(180deg);
    transition: 0.5s;
}

#cta .arrow {
    left: 25%;
}

.arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 15px;
}

.segunda {
    margin-left: 10px;
}

.next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

.menu-toggle .arrow,
.menu-toggle .arrow.primera {
    animation: bounceAlpha 1.4s linear infinite;
}

.menu-toggle .arrow.primera {
    animation-delay: 0.2s;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.back-to-admin {
    background: #dc3545;
}

.back-to-admin:active,
.back-to-admin.active,
.back-to-admin:hover {
    color: var(--white) !important;
    background: #b73844 !important;
}

/*----- Sidebar CSS End -----*/
.add-edit-box {
    border: 1px solid #6c757d;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.add-edit-box .all-button {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #6c757d;
}

.add-edit-box img {
    width: 100%;
    padding: 0 10px;
    height: 280px;
    object-fit: contain;
    border-bottom: 1px solid #6c757d;
}

.add-edit-box .url-links {
    padding: 10px;
    text-align: center;
    color: #000;
    display: block;
}

/*----- Datatable CSS Start -----*/
.datatable-view {
    min-width: 100%;
}

table.dataTable.nowrap.qr-code-table th,
table.dataTable.nowrap.qr-code-table td {
    white-space: nowrap !important;
}

.business-data-table tr td:nth-child(1),
.business-data-table tr td:nth-child(4),
.business-data-table tr td:nth-child(7),
.business-data-table tr td:nth-child(8),
.business-data-table tr td:nth-child(9) {
    text-align: center;
}

.table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
}

.employee-btn {
    display: none;
}

.table-responsive.employee-table-list {
    width: 100%;
}

table.dataTable tbody th,
table.dataTable tbody td,
table tbody th,
table tbody td {
    padding: 12px 10px;
    vertical-align: middle;
    line-height: normal;
}

table.dataTable {
    position: relative;
}

table.dataTable thead {
    background-color: rgb(110 112 114);
}

table.dataTable thead th {
    text-align: center;
    color: var(--white);
    font-weight: 500;
    vertical-align: middle;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    float: none;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    padding-left: 10px;
    font-family: 'Fontawesome';
    color: var(--white);
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
}

table.dataTable tbody td {
    /* text-align: center; */
    white-space: unset !important;
}

table.dataTable tbody td .edit_business {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

table.dataTable tbody .employee-list-btn {
    display: inline-block;
}

table.dataTable tbody .employee-list-btn .dropdown-toggle::after {
    display: none;
}

table.dataTable tbody tr.child td .drop-menu {
    left: 0;
}

.dataTables_filter input {
    border: 1px solid rgba(120, 130, 140, .13)
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: 0 0;
}

._emptbody .dtr-data a:nth-child(1) {
    background: #2a652a !important;
    border-color: #2a652a;
    color: var(--white);
}

._emptbody .dtr-data a:nth-child(2) {
    background: #ff0000 !important;
    border-color: #ff0000;
}

.dataTables_wrapper .dataTables_filter input {
    width: auto;
    border: 1px solid var(--black);
    padding: 0px;
    border-radius: 4px;
    height: 30px;
    font-size: 14px;
    padding: 5px 10px;
}

.dataTables_length label,
.dataTables_filter label {
    margin: 0 0 10px 0;
}

.dataTables_length select {
    width: auto;
    border: 1px solid var(--black);
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 4px;
    height: 30px;
    background: var(--white);
}

table .time-minus,
table .time-plus {
    position: relative;
    background: transparent;
    padding: 0;
    border-left: 0;
    margin: 0;
    line-height: normal;
    box-shadow: none;
    display: unset;
    border-radius: 0;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: center;
}

table.dataTable.no-footer {
    border: none;
}

/*----- Datatable CSS End -----*/


/*----- photo gallery CSS start -----*/
.gallery-title {
    color: var(--black);
    text-transform: capitalize;
    position: absolute;
    left: 10px;
    top: -10.5px;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
}

.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    border: 1px solid #6c757d;
    padding: 15px;
    border-radius: 5px;
}

.photo-gallery .gallery-img {
    position: relative;
    border-radius: 10px;
    padding: 10px;
    background: #e8e9eb;
}

.photo-gallery .gallery-img img {
    border: 4px solid #f7931a;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.photo-gallery .gallery-img.active img {
    border: 4px solid #388749;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.photo-gallery .gallery-img img {
    width: 130px;
    height: 110px;
}

.photo-gallery .gallery-img>div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.photo-gallery .gallery-img span {
    color: var(--black);
    font-weight: 400;
    display: block;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}

.photo-gallery.inventroy-photo-gallery .delete-btn {
    margin: 15px auto 0;
    display: block;
}

/*----- photo gallery CSS End -----*/


/*----- Page Common CSS Start -----*/

#page-wrapper {
    position: relative;
    padding: 0 0 90px;
    /* background: #dfe3e4; */
    min-height: 100vh;
    transition: 0.5s all;
}

.white-box {
    position: relative;
    background: var(--white);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.white-box.space-30 {
    padding: 30px;
}

.white-box.space-15 {
    padding: 15px;
}

.common-white-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.white-box .box-title {
    margin: 0 0 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.bg-title {
    position: sticky;
    top: 0;
    z-index: 99;
    background: var(--white);
    height: 80px;
    margin: 0 0 30px 60px;
    /* overflow: hidden; */
    align-items: center;
    transition: 0.5s all;
}

.page-title-btn {
    position: relative;
}

.page-title-btn .back-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.bg-title h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 15px;
    text-transform: capitalize;
}

.bg-title .grid-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg-title .logout_btn {
    text-decoration: none;
    color: #ff0000;
    font-size: 24px;
}

.bg-title .change_password_btn {
    text-decoration: none;
    color: #2a652a;
    font-size: 24px;
}

.bg-title .grid-title .time-box {
    white-space: nowrap;
}

.bg-title .grid-title .time-minus {
    background: #dc3545;
    color: var(--white);
    border-left: none;
}

.bg-title .grid-title .time-plus {
    background: #28a745;
    color: var(--white);
    border-left: none;
}

.bg-title .grid-title .time-minus .fa {
    font-size: 15px;
}

body.sticky-counter .bg-title .grid-title .time-box {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
}

body.modal-open .bg-title .grid-title .time-box {
    z-index: 9999;
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

/*----- Page Common CSS End -----*/


/*----- Dashboard CSS Start -----*/
/* .dashboard-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.dashboard-item {
    background: #dfe3e4;
    padding: 30px;
    min-width: 280px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.dashboard-item .dashboard-user-icon {
    font-size: 54px;
}

.dashboard-item p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-item .number-count {
    font-size: 16px;
    font-weight: 700;
} */

.dashboard-sec {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 15px;
}

.dashboard-sec .dashboard-item {
    border-radius: 15px;
    padding: 20px;
    width: auto;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 15%);
}

.dashboard-item .dashboard-user-icon {
    background: var(--white);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-item p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-item .number-count {
    font-size: 20px;
    font-weight: 700;
}

.dashboard-sec .dashboard-item:nth-child(1),
.dashboard-sec .dashboard-item:nth-child(5) {
    background: #E7EEF9;
}

.dashboard-sec .dashboard-item:nth-child(2),
.dashboard-sec .dashboard-item:nth-child(6) {
    background: #FFF3E9;
}

.dashboard-sec .dashboard-item:nth-child(3),
.dashboard-sec .dashboard-item:nth-child(7) {
    background: #F1ECFF;
}

.dashboard-sec .dashboard-item:nth-child(4),
.dashboard-sec .dashboard-item:nth-child(8) {
    background: #ECFFED;
}

/*----- Dashboard CSS End -----*/


/*----- Scrollbar CSS Start -----*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar {
    border-radius: 35px;
}

::-webkit-scrollbar-thumb {
    background: #b5b5c3;
    border-radius: 35px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6c7293;
}

::-webkit-scrollbar-track {
    border-radius: 35px;
    background: transparent;
    border: 1px solid #ebedf3;
}

/*----- Scrollbar CSS End -----*/

/*----- Single Field CSS Start -----*/

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.radio-group label {
    display: block;
}

.radio-group .form-radio {
    display: inline-block;
}

.radio-group .form-radio input {
    margin: 0 5px;
}

.radio-group .form-radio label {
    display: inline-block;
    margin: 0;
}

.single-field {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
}

.single-field.with-btn {
    display: flex;
    gap: 10px;
}

.single-field.with-country-code {
    display: flex;
    align-items: center;
}

.single-field.with-country-code span {
    padding: 9.3px 9px;
    border-radius: 4px 0 0 4px;
    display: block;
    height: 100%;
    border: 1px solid #6c757d;
    border-right: 0;
}

.single-field.with-country-code input {
    border-radius: 0 4px 4px 0;
}

.single-field.multi-field {
    display: inline-block;
    max-width: 250px;
    vertical-align: middle;
    margin-right: 10px;
}

.single-field select,
.single-field textarea,
.single-field input {
    position: relative;
    /* height: 42px; */
    width: 100%;
    display: block;
    background: #ffffff;
    border: 1px solid #6c757d;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    box-shadow: none;
    transition: 0.3s all;
}

.single-field.password input {
    padding: 10px 35px 10px 10px;
}

.single-field input[readonly] {
    background: #e9ecef;
}

.single-field .eyes-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #6c757d;
}

.single-field textarea {
    /* resize: none; */
    height: 100px;
}

.single-field select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.single-field select::-ms-expand {
    display: none;
}

.single-field .date-field {
    position: relative;
    width: 100%;
}

.single-field .date-field input {
    padding-right: 30px;
}

.single-field .date-field input::-webkit-inner-spin-button,
.single-field .date-field input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.single-field.date-field {
    position: relative;
    width: 100%;
}

.single-field.date-field input {
    padding-right: 30px;
}

.single-field.date-field input::-webkit-inner-spin-button,
.single-field.date-field input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.tag-group label,
.single-field label {
    position: absolute;
    top: -9.5px;
    left: 10px;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    transition: 0.3s all;
    padding: 1px 5px;
    background: #ffffff;
    border-radius: 2px;
}

.single-field:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    text-align: center;
    line-height: 20px;
    color: #6c757d;
    display: none;
    pointer-events: none;
    z-index: 1;
    transition: 0.3s;
}

.single-field.date-field:before {
    position: absolute;
    content: '\f073';
    font-family: 'fontawesome';
    font-size: 18px;
    display: block;
}

.single-field .date-field:before {
    position: absolute;
    content: '\f073';
    font-family: 'fontawesome';
    font-size: 18px;
    display: block;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
}

.single-field.select-field:before {
    content: '\f054';
    right: 15px;
    font-family: 'Fontawesome';
    font-size: 14px;
    display: block;
    transform: translate(0, -50%) rotate(90deg);
}

.form-group.with-btn {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-group.with-btn .btn {
    height: 100%;
    height: 50.5px;
    padding: 8px 20px;
    margin-left: 10px;
}

.tag-group {
    position: relative;
    min-height: 42px;
    width: 100%;
    display: block;
    background: #ffffff;
    border: 1px solid #6c757d;
    border-radius: 4px;
    font-size: 15px;
    padding: 15px 10px;
}

.modal .tag-group {
    border-color: #cccccc;
}

.tag-group textarea {
    display: none;
}

.tag-group .tag-box {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tag-group .tag-box li:not(.new-tag) {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 7px 15px 7px 17px;
    font-weight: 400;
    border-radius: 25px;
    margin: 5px;
    font-size: 13px;
    background: #e2edf9;
    color: #4e92df;
}

.tag-group .tag-box li.tags input {
    background: none;
    border: none;
    width: auto;
    height: auto;
    font-weight: 500;
    color: var(--black);
    min-width: auto;
    padding: 0;
}

.tag-group .tag-box .tags.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.tag-group .tag-box li.new-tag {
    display: inline-flex;
    align-items: center;
    margin: 5px;
}

.tag-group .tag-box li.new-tag input {
    border: none;
    background: none;
}

.tag-group .tag-box li a {
    position: relative;
    display: block;
    height: 18px;
    width: 18px;
    margin-left: 7px;
    cursor: pointer;
}

.tag-group .tag-box li a:before {
    content: '\f00d';
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'fontawesome-solid';
    font-size: 16px;
}

.double-field {
    display: flex;
    align-items: center;
    gap: 20px;
}


/*----- Single Field CSS End -----*/

.business-map {
    height: 100%;
    width: 100%;
}

.business-map iframe {
    height: 100%;
    width: 100%;
}

.business-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}


.example-image {
    width: 50px;
    height: 50px;
}

.footer-sec {
    background: var(--white);
    padding: 15px 0;
    margin: 0 0 0 60px;
    text-align: center;
    transition: 0.5s all;
}

.discount-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.switch[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switch-label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.5s;
}

.switch:checked+label {
    background: #bada55;
}

.switch:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.switch-label:active:after {
    width: 15px;
}

.example-image-link img {
    width: 50px;
}

.qrcode-btn {
    color: var(--white);
    background: var(--green);
    padding: 5px;
    border-radius: 4px;
    transition: 0.3s all;
}

.qrcode-btn:hover {
    color: var(--white);
}

.action-btn,
.qr-download-btn {
    outline: none;
    border: 0;
    border-radius: 5px;
    color: var(--white);
    font-size: 16px;
    padding: 5px 10px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s all;
    background: var(--green);
}

.qr-download-btn {
    background: #045dea;
}

.unlink-btn {
    background: #ff0000;
}

.with-input-field {
    display: flex;
    gap: 15px;
}

/*----- Media Query Start -----*/

@media (min-width: 992px) {

    #page-wrapper {
        margin: 0 0 0 60px;
    }

    body.sidebar-open #page-wrapper {
        margin: 0 0 0 300px;
    }

    body.sidebar-open .bg-title {
        margin: 0 0 30px 300px;
    }

    body.sidebar-open .footer-sec {
        margin: 0 0 0 300px;
    }

    body.announcIs-set #page-wrapper {
        margin-top: 30px;
    }

    .announcLine,
    body.sidebar-open .announcLine {
        width: calc(100% - 60px);
        margin-left: 60px;
    }
}

@media (min-width: 1500px) {
    #page-wrapper {
        margin: 0 0 0 60px;
        transition: .5s;
    }

    body.sidebar-open #page-wrapper {
        margin: 0 0 0 300px;
        transition: .5s;
    }

    body.announcIs-set #page-wrapper {
        margin-top: 30px;
    }

    .announcLine {
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    body.sidebar-open .announcLine {
        width: calc(100% - 300px);
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .dropdown-menu {
        right: 0;
        left: auto;
        transform: translate(0, 0);
    }

    .att-report-search .emp-seach-field {
        margin: 0 auto 30px auto;
        display: block;
    }

    #dailyWork-updates .simple-info:nth-child(odd) {
        border-right: 1px solid #bfbfbf;
    }

    #dailyWork-updates .simple-info:nth-child(even) {
        border-right: 0;
    }
}

@media (max-width: 1024px) {
    .add-candidate-modal .modal-lg {
        max-width: calc(100% - 30px);
    }

    .modal-issue-img .modal-dialog {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .sidebar {
        display: none;
    }

    .footer-sec {
        margin: 0;
    }

    .fixed-body {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .announceHeader-wrap {
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .mb-header {
        position: relative;
        height: 80px;
        width: 100%;
        background: var(--white);
        display: block;
        z-index: 999;
        box-shadow: 0px -8px 20px 2px rgba(0, 0, 0, 0.25);
    }

    .mb-header .header-top-content {
        position: relative;
        height: 100%;
        display: block;
        width: 100%;
    }

    .mb-header .site-branding {
        position: relative;
        padding: 20px 0;
        display: inline-block;
        vertical-align: middle;
    }

    .mb-header .site-branding a img {
        height: 40px;
        width: auto;
    }

    .mb-header .header-top-content .header-btn {
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        float: right;
        margin: 20px 0;
        border: none;
        background: transparent;
        padding: 0;
        overflow: hidden;
    }

    .mb-header .header-btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 3px;
        width: 75%;
        background: var(--black);
        border-radius: 4px;
        transition: 0.3s;
    }

    .mb-header .header-btn span:nth-child(1) {
        top: 25%;
        transform: translate(-50%, -25%);
        width: 50%;
    }

    .mb-header .header-btn span:nth-child(3) {
        top: 75%;
        transform: translate(-50%, -75%);
        width: 50%;
    }

    .mb-header .header-btn.active span {
        background: var(--primary);
    }

    .mb-header .header-btn.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 75%;
    }

    .mb-header .header-btn.active span:nth-child(2) {
        left: -100%;
        opacity: 0;
    }

    .mb-header .header-btn.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 75%;
    }

    .site-navigation {
        position: relative;
        left: -100%;
        height: calc(100vh - 80px);
        width: max-content;
        max-width: 300px;
        background: var(--black);
        padding: 15px;
        opacity: 0;
        transition: 0.3s;
    }

    .mb-header.header-toggle .site-navigation {
        left: 0;
        opacity: 1;
    }

    .site-navigation .header-menu-container {
        position: relative;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 100px;
    }

    .site-navigation .header-menu-container::-webkit-scrollbar {
        display: none;
    }

    .site-navigation .header-menu-container ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .site-navigation .header-menu-container ul li {
        position: relative;
        display: block;
    }

    .site-navigation .header-menu-container ul li a {
        position: relative;
        color: var(--white);
        padding: 15px 10px;
        display: flex;
        align-items: center;
        transition: 0.3s;
        text-decoration: none;
        text-transform: capitalize;
    }

    .site-navigation .header-menu-container ul li a:before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        height: 80%;
        width: 0px;
        transform: translate(0, -50%);
        background-color: var(--secondary);
        border-radius: 5px;
    }

    .site-navigation .header-menu-container ul li a:hover,
    .site-navigation .header-menu-container ul li.active a {
        color: var(--white);
        padding-left: 30px;
    }

    .site-navigation .header-menu-container ul li a:hover:before,
    .site-navigation .header-menu-container ul li.active a:before {
        width: 5px;
    }

    .site-navigation .header-menu-container ul li a.has-arrow:after {
        right: -20px;
        font-size: 18px;
        transform: translate(0, -50%) rotate(90deg);
    }

    .site-navigation .header-menu-container ul li.active a.has-arrow:after {
        transform: translate(0, -50%) rotate(-90deg);
    }

    .site-navigation .header-menu-container ul li a img,
    .site-navigation .header-menu-container ul li a i {
        height: 21px;
        width: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

    .site-navigation .header-menu-container ul li a img.header-profile-img {
        height: 26px;
        width: 26px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }

    .site-navigation .header-menu-container ul li a span {
        display: inline-block;
        vertical-align: middle;
    }

    .site-navigation .header-menu-container ul.secondary-menu {
        position: relative;
        padding-left: 40px;
        display: none;
    }

    .site-navigation .header-menu-container ul.secondary-menu li a {
        color: var(--white);
        padding: 5px 10px;
        z-index: 2;
        margin: 3px 0;
        transition: 0.3s;
    }

    .site-navigation .header-menu-container ul.secondary-menu li a:hover,
    .site-navigation .header-menu-container ul.secondary-menu li a.active,
    .site-navigation .header-menu-container ul.secondary-menu li.active a {
        padding-left: 20px;
    }

    .site-navigation .header-menu-container ul li a.back-to-admin {
        border-radius: 4px;
        padding: 10px;
    }

    #page-wrapper {
        padding: 0 0 75px;
        padding-top: 80px;
    }

    .bg-title {
        height: 56px;
        margin: 0 0 15px;
        top: 80px;
    }

    .bg-title .grid-title h4 {
        text-align: left !important;
        margin: 0;
    }

    body.modal-open .bg-title .grid-title .time-box {
        z-index: unset;
    }

    .business-map {
        margin-bottom: 30px;
        height: 300px;
    }

    .single-field input[readonly] {
        width: max-content;
    }

    /* dashboard css start */
    .dashboard-sec .dashboard-item {
        min-width: auto;
    }

    /* dashboard css end */
}

@media (max-width:767px) {
    .common-white-box {
        flex-direction: column;
        align-items: unset;
        gap: 20px;
    }

    .with-input-field {
        flex-direction: column;
    }
}

@media (max-width:576px) {
    .double-field {
        flex-direction: column;
    }
}

@media (max-width:450px) {
    .dashboard-sec {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }
}

/* Hide the Up & Down arrow of  the datatable */
.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:after {
    display: none;
}