/* RESET CSS */
.bg-primary {
    background-color: #294a9c !important;
}
.text-primary,
.btn-link {
    color: #294a9c !important;
}
a.text-primary:hover,
.btn-link:hover {
    color: #eaaa2a !important;
}
.right-0 {
    right: 0;
}
.mr-4px {
    margin-right: 4px;
}
.ml-4px {
    margin-left: 4px;
}
.mt-4px {
    margin-top: 4px;
}
.mr-8px {
    margin-right: 8px;
}
.ml-8px {
    margin-left: 8px;
}
/* fonts sizes classes */
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-28 {
    font-size: 28px;
}
.font-30 {
    font-size: 30px;
}
.font-32 {
    font-size: 32px;
}
.font-34 {
    font-size: 34px;
}
.font-36 {
    font-size: 36px;
}
.font-38 {
    font-size: 38px;
}
.font-40 {
    font-size: 40px;
}
.font-42 {
    font-size: 42px;
}
.font-46 {
    font-size: 46px;
}
.font-48 {
    font-size: 48px;
}
.font-52 {
    font-size: 52px;
}
.font-55 {
    font-size: 55px;
}
.font-60 {
    font-size: 60px;
}
.font-72 {
    font-size: 72px;
}
@media (max-width: 767px) {
    .font-10 {
        font-size: 8px;
    }
    .font-12 {
        font-size: 10px !important;
    }
    .font-13 {
        font-size: 10px !important;
    }
    .font-14 {
        font-size: 12px;
    }
    .font-16 {
        font-size: 14px;
    }
    .font-18 {
        font-size: 16px;
    }
    .font-20 {
        font-size: 17px;
    }
    .font-22 {
        font-size: 20px;
    }
    .font-24 {
        font-size: 20px;
    }
    .font-26 {
        font-size: 22px;
    }
    .font-28 {
        font-size: 22px;
    }
    .font-30 {
        font-size: 24px;
    }
    .font-32 {
        font-size: 24px;
    }
    .font-34 {
        font-size: 26px;
    }
    .font-36 {
        font-size: 26px;
    }
    .font-38 {
        font-size: 26px;
    }
    .font-40 {
        font-size: 26px;
    }
    .font-42 {
        font-size: 26px;
    }
    .font-46 {
        font-size: 26px;
    }
    .font-48 {
        font-size: 26px;
    }
    .font-52 {
        font-size: 34px;
    }
    .font-55 {
        font-size: 34px;
    }
    .font-60 {
        font-size: 40px;
    }
    .font-72 {
        font-size: 50px;
    }
}
/* fonts sizes classes */
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}
.z-4 {
    z-index: 4;
}
/* RESET CSS */
.main-menu.menu-light .navigation > li.active > a {
    background: transparent !important;
}
body,
.table,
.page-item.disabled .page-link {
    color: #161617;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
form label,
.main-menu.menu-light .navigation li a,
form .form-section {
    color: #1b1b1d;
}
table.dataTable tbody td {
    vertical-align: middle;
}

/*override color for alternating table rows*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(227, 229, 232, 0.5);
}

.table-hover tbody tr:hover {
    color: #6b6f80;
    background-color: rgba(135, 207, 254, 0.18);
}

.card {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.35);
    box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.35);
}
/*****************************************/
/*********** Theme Color *****************/
/*****************************************/
body.vertical-layout[data-color="bg-blue"] .navbar-container,
body.vertical-layout[data-color="bg-blue"] .content-wrapper-before {
    background-color: #294a9c !important;
}
.main-menu.menu-light .navigation > li.open > a,
.main-menu.menu-light .navigation li a {
    font-weight: 500;
}
table thead {
    background-color: #294a9c;
    color: white;
}
.bg-blue {
    background-color: #294a9c !important;
}
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation
    .hover
    > a
    > i,
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation
    .open
    > a
    > i,
.badge-warning.badge-glow {
    box-shadow: 0 0 20px rgba(228, 184, 63, 0.55);
}

.main-menu.menu-light .navigation > li.hover > a,
.main-menu.menu-light .navigation > li:hover > a,
.main-menu.menu-light .navigation > li.active > a,
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    > ul.menu-content
    li.active
    a {
    color: #eaaa2a;
}
.list-group-item.active {
    background-color: #294a9c !important;
    border-color: #294a9c !important;
}
.main-menu.menu-light .navigation > li ul .active > a {
    color: #eaaa2a;
}

.main-menu.menu-light .navigation > li ul .active > a:before,
.main-menu.menu-light .navigation > li.open .hover > a:before,
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    a.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    > span.menu-title,
.main-menu.menu-light ul.menu-popout .active > a:before,
.main-menu.menu-light ul.menu-popout li:hover > a:before,
.btn-warning {
    background-color: #eaaa2a;
    border-color: #eaaa2a;
}
html body .pace .pace-progress {
    background: #eaaa2a;
}

/*****************************************/
/*********** Theme Color End *****************/
/*****************************************/
.navigation li a {
    display: block;
    white-space: nowrap;
    text-overflow: initial;
    overflow: hidden;
}

.btn-outline-primary {
    border-color: #294a9c;
    color: #294a9c;
}
.btn-outline-primary:hover {
    background-color: #294a9c;
    -webkit-box-shadow: 0 1px 2px 0 rgba(105, 103, 206, 0.451),
        0 1px 3px 1px rgba(105, 103, 206, 0.302) !important;
    box-shadow: 0 1px 2px 0 rgba(105, 103, 206, 0.451),
        0 1px 3px 1px rgba(105, 103, 206, 0.302) !important;
    color: #fff !important;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #294a9c !important;
    border-color: #294a9c !important;
}
.pagination .page-link {
    color: #294a9c;
    border: 1px solid #294a9c;
}
.page-item.active .page-link {
    background-color: #294a9c;
    border-color: #294a9c;
}
table.dataTable tbody td {
    vertical-align: middle;
}

.content-vcenter {
    justify-content: center;
    min-height: 100vh !important;
    flex-direction: column;
    display: flex;
}

.invalid-select {
    border: 1px solid red !important;
}

.bg-image1 {
    background: url(../../assets/images/backgrounds/bg-1.jpg) no-repeat center
        center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-image2 {
    background: url(../../assets/images/backgrounds/bg-2.jpg) no-repeat center
        center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.text-center.mb-1 > img {
    max-width: 130px;
}

.btn-primary {
    background: #294a9c;
}
.btn-primary:hover {
    background: #2552c1;
}

.capital {
    text-transform: capitalize;
}

/*this is for large screens*/
/* .content-body{
    max-width: 1600px;
    margin: 0 auto;
} */
.content-body {
    max-width: 1200px;
    margin: 0 auto;
}
.content-body.sm {
    max-width: 900px;
    margin: 0 auto;
}
.has-icon-left .form-control {
    background-position: center right 10px !important;
}
.has-icon-left .form-control[data-field-name="Password"],
.has-icon-left .form-control[data-field-name="Confirmation Password"] {
    background-position: center right calc(2em + 0.375rem) !important;
}
.has-icon-left .form-control-position.password-eye {
    right: 3px;
    left: auto;
    top: 0px;
}
.filters-div {
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    padding: 20px;
    border-radius: 15px;
    background: rgb(244, 245, 250);
}

#permissions-table_wrapper,
#users-table_wrapper,
#locations-table_wrapper {
    padding: 0;
}
.list-group-item {
    padding: 0.75rem;
}

form label {
    font-weight: 700;
}
.select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: #6967ce !important;
}
.check-logo {
    max-width: 250px;
}
.profile-text {
    line-height: 1;
    margin: 0;
    padding: 5px;
    color: white;
    font-size: 22px;
}
#terms-and-conditions {
    font-size: 15px;
}
#terms-and-conditions li {
    line-height: 1.1;
}
#terms-and-conditions li span {
    font-size: 14px !important;
}
.btn-success.disabled,
.btn-success:disabled:hover {
    color: inherit;
}
.calendar-table table thead {
    background-color: white;
    color: inherit;
}
.coming-soon-heading {
    font-size: 35px;
}

/* ???NEW CSSS???? */

/* NAVBAR */
html body .content .content-wrapper {
    padding: 2.2rem !important;
}
.iconExpand svg {
    width: 30px;
    transition: all 0.3s;
}
.iconExpand.is-active svg {
    transform: rotate(180deg);
}
.header-navbar .navbar-container ul.nav li a.menu-toggle,
.header-navbar .navbar-container ul.nav li a.nav-link-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {
    padding: 0 !important;
}
.header-navbar .navbar-container ul.nav li i.ficon {
    font-size: 30px;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    line-height: initial !important;
    padding: 0;
}
.header-navbar .navbar-container.content {
    border-color: #ffffff60 !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
}
@media (max-width: 576px) {
    .dataTables_paginate .pagination {
        justify-content: center !important;
    }
}
@media (max-width: 776px) {
    .header-navbar .navbar-container {
        height: 5rem !important;
    }
    #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
        border-radius: 0;
    }
    .sm-initialpos {
        position: initial !important;
    }
    html body .content .content-wrapper {
        padding: 2.2rem 1rem !important;
    }
}

.dataTables_filter {
    display: none;
}
/* NAVBAR END */
/* FORM */
form .form-group {
    margin-bottom: 1rem;
}
form .form-control,
.form-control {
    border-color: grey !important;
    outline: none !important;
    color: #4e5154 !important;
    padding: 10.5px !important;
}
.has-icon-left .form-control {
    padding-right: 2.5rem !important;
    padding-left: -webkit-calc(2.5rem + 2px) !important;
    padding-left: -moz-calc(2.5rem + 2px) !important;
    padding-left: calc(2.5rem + 2px) !important;
}
form input.form-control,
input.form-control,
select.form-control {
    height: 45px !important;
}
.form-control:focus,
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus,
.select2-container--classic.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #294a9c !important;
    box-shadow: 0px 0px 16px 3px rgba(41, 74, 156, 0.341);
    transition: 0.3s;
    background: #ffffff !important;
}
.form-control.bg-white:focus {
    background: #ffffff !important;
}
.form-group.error .form-control:focus,
.form-group.error
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus,
.form-group.error
    .select2-container--classic.select2-container--focus
    .select2-selection--multiple,
.form-group.error
    .select2-container--default.select2-container--focus
    .select2-selection--multiple,
.form-group.error
    .select2-container--classic.select2-container--open
    .select2-selection--single,
.form-group.error
    .select2-container--default.select2-container--open
    .select2-selection--single {
    border-color: #fa626b !important;
    box-shadow: 0px 0px 16px 3px rgb(250, 98, 107, 0.341);
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 45px !important;
    border-color: grey !important;
    outline: none !important;
}
.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    min-height: 45px !important;
    border-color: grey !important;
    padding: 5px 8px !important;
    outline: none !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 33px;
    color: #000;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 14px;
    color: grey;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible {
    outline: none !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 3px;
    padding-left: 3px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    width: auto !important;
    line-height: 33px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #294a9c !important;
    border-color: #223c7f !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear,
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    margin: 0;
    font-size: 20px;
    line-height: 31px;
    position: absolute;
    right: 8px;
}
::-webkit-input-placeholder {
    /* Edge */
    color: grey;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: grey;
}

::placeholder {
    font-size: 14px;
    color: grey;
}
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="text"]::placeholder {
    font-size: 14px;
    color: grey;
}
small.error {
    color: #fa626b !important;
}
/* FORM END */
.btn {
    transition: all 0.3s;
    min-height: 45px;
}
.btn:not(.position-absolute):hover,
.btn:not(.position-absolute):active,
.btn:not(.position-absolute):focus {
    transform: scale(1.02) !important;
}
.position-absolute.sm-initialpos .btn:hover,
.position-absolute.sm-initialpos .btn:active,
.position-absolute.sm-initialpos .btn:focus {
    transform: scale(1) !important;
}
.comaAdd span::after {
    content: ",";
}
.comaAdd span:last-child:after {
    content: "";
}
td i {
    font-size: 20px;
    transition: all 0.3s;
}
td i:hover {
    filter: brightness(1.75);
}
.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial !important;
    transition: all 0.5s;
}
.truncate-3:hover {
    display: -webkit-box;
    -webkit-line-clamp: 1000;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.br10 {
    border-radius: 10px;
}
.br0 {
    border-radius: 0px !important;
}
.brcard {
    border-radius: calc(0.35rem - 1px);
}
.swal2-cancel {
    background-color: #fa626b !important;
}
.swal2-actions button {
    width: 100%;
}
.swal2-actions {
    display: flex;
    margin: 0 !important;
    margin-top: 20px !important;
}
#Full_Loader {
    transition: ease-out 1.5s;
    position: fixed;
    background-color: #fff !important;
    height: calc(100vh + 5rem);
    width: 100vw;
    z-index: 1000000000000000;
    top: -5rem;
    opacity: 1;
}
#Full_Loader.OFF {
    opacity: 0;
}
#Full_Loader.OFF2 {
    z-index: -1000000000000000;
}
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    a.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    > span.menu-title,
.main-menu.menu-light ul.menu-popout .active > a:before,
.main-menu.menu-light ul.menu-popout li.hover > a:before,
.main-menu.menu-light ul.menu-popout li:hover > a:before,
.main-menu.menu-light ul.menu-popout li.open > a:before {
    background-color: #294a9c !important;
    border-color: #294a9c !important;
}
body.vertical-layout.vertical-menu.menu-collapsed
    .main-menu
    .main-menu-content
    > ul.menu-content
    li.active
    a,
.main-menu.menu-light .navigation > li.open > a,
.main-menu.menu-light .navigation > li ul .active > a,
.main-menu.menu-light .navigation > li.hover > a,
.main-menu.menu-light .navigation > li:hover > a,
.main-menu.menu-light .navigation > li.active > a {
    color: #294a9c !important;
    font-weight: 700;
}
.main-menu.menu-light .navigation > li ul .active > a:before {
    background-color: #294a9c !important;
    border-color: #294a9c !important;
}
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation
    .hover
    > a
    > i,
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation
    .open
    > a
    > i,
body.vertical-layout.vertical-menu.menu-expanded
    .main-menu.menu-light
    .navigation:hover
    > a
    > i {
    -webkit-box-shadow: 0 0 20px rgba(41, 74, 156, 0.304) !important;
    box-shadow: 0 0 20px rgba(41, 74, 156, 0.304) !important;
}
.main-menu.menu-light .navigation > li.open .hover > a:before {
    background-color: #294a9c;
    border-color: #294a9c;
}
.text-warning {
    color: #f5d010 !important;
}
.btn-warning {
    background-color: #f5d010;
    color: #000;
}
.btn-warning:hover {
    background-color: #f5d010;
    border-color: #f5d010;
    -webkit-box-shadow: 0 1px 2px 0 rgba(253, 185, 1, 0.451),
        0 1px 3px 1px rgba(253, 185, 1, 0.302);
    box-shadow: 0 1px 2px 0 rgba(253, 185, 1, 0.451),
        0 1px 3px 1px rgba(253, 185, 1, 0.302);
    color: #000;
}
.btn-warning:focus,
.btn-warning:active {
    background-color: #f5d010;
    border-color: #f5d010;
    -webkit-box-shadow: 0 1px 2px 0 rgba(253, 185, 1, 0.451),
        0 1px 3px 1px rgba(253, 185, 1, 0.302) !important;
    box-shadow: 0 1px 2px 0 rgba(253, 185, 1, 0.451),
        0 1px 3px 1px rgba(253, 185, 1, 0.302) !important;
    color: #000;
}
.btn-warning.btn-glow {
    -webkit-box-shadow: 0px 1px 20px 1px rgba(253, 185, 1, 0.6);
    box-shadow: 0px 1px 20px 1px rgba(253, 185, 1, 0.6);
    color: #000;
}

.btn-outline-warning {
    border-color: #f5d010;
    background-color: transparent;
    color: #f5d010;
}
.btn-outline-warning:hover {
    background-color: #f5d010;
    -webkit-box-shadow: 0 1px 2px 0 rgba(253, 185, 1, 0.451),
        0 1px 3px 1px rgba(253, 185, 1, 0.302) !important;
    box-shadow: 0 1px 2px 0 rgba(253, 185, 1, 0.451),
        0 1px 3px 1px rgba(253, 185, 1, 0.302) !important;
    color: #fff !important;
}
.btn-outline-warning.btn-glow {
    -webkit-box-shadow: 0px 1px 20px 1px rgba(253, 185, 1, 0.6);
    box-shadow: 0px 1px 20px 1px rgba(253, 185, 1, 0.6);
}
.bg-gradient-primary2 {
    background: #0e4e96; /* Old browsers */
    background: -moz-radial-gradient(
        center,
        ellipse cover,
        #0e4e96 1%,
        #1c2b5a 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        radial,
        center center,
        0px,
        center center,
        100%,
        color-stop(1%, #0e4e96),
        color-stop(100%, #1c2b5a)
    ); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(
        center,
        ellipse cover,
        #0e4e96 1%,
        #1c2b5a 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(
        center,
        ellipse cover,
        #0e4e96 1%,
        #1c2b5a 100%
    ); /* Opera 12+ */
    background: -ms-radial-gradient(
        center,
        ellipse cover,
        #0e4e96 1%,
        #1c2b5a 100%
    ); /* IE10+ */
    background: radial-gradient(
        ellipse at center,
        #0e4e96 1%,
        #1c2b5a 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E4E96', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: calc(100vh);
    width: 100%;
}
.bg-gradient-primary {
    transition: 0.5s;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#294a9c),
        color-stop(75%, #f5d010),
        to(#294a9c)
    );
    background-image: -webkit-linear-gradient(
        left,
        #294a9c 0,
        #f5d010 75%,
        #294a9c 100%
    );
    background-image: -moz-linear-gradient(
        left,
        #294a9c 0,
        #f5d010 75%,
        #294a9c 100%
    );
    background-image: -o-linear-gradient(
        left,
        #294a9c 0,
        #f5d010 75%,
        #294a9c 100%
    );
    background-image: linear-gradient(
        90deg,
        #294a9c 0,
        #f5d010 75%,
        #294a9c 100%
    );
    background-size: 200% auto;
}
/* BODY END */

@keyframes ldio-m3bo9uw3yb {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ldio-m3bo9uw3yb > div {
    animation: ldio-m3bo9uw3yb 1s infinite linear;
    transform-origin: 50px 50px;
}
.ldio-m3bo9uw3yb > div div {
    position: absolute;
}
.ldio-m3bo9uw3yb > div div:nth-child(1),
.ldio-m3bo9uw3yb > div div:nth-child(2) {
    width: 72px;
    height: 72px;
    border: 14px solid;
    border-radius: 50%;
    border-color: transparent #294a9c #294a9c #294a9c;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 50px 50px;
}
.ldio-m3bo9uw3yb > div div:nth-child(1) {
    transform: rotate(45deg) translate(14px, 14px);
}
.ldio-m3bo9uw3yb > div div:nth-child(2) {
    transform: rotate(45deg) translate(14px, 14px);
}
.ldio-m3bo9uw3yb > div div:nth-child(3) {
    width: 0;
    height: 0;
    border: 23px solid;
    border-color: transparent transparent transparent #294a9c;
    transform: translate(50px, 2.5px);
}
.loadingio-spinner-reload-lvqyb9tp5ng {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-m3bo9uw3yb {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-m3bo9uw3yb div {
    box-sizing: content-box;
}

@keyframes ldio-50d1oqhko {
    0% {
        top: 176.18px;
        left: 176.18px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 61.28px;
        left: 61.28px;
        width: 229.8px;
        height: 229.8px;
        opacity: 0;
    }
}
.ldio-50d1oqhko div {
    position: absolute;
    border-width: 15.32px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-50d1oqhko 1.36986301369863s cubic-bezier(0, 0.2, 0.8, 1)
        infinite;
}
.ldio-50d1oqhko div:nth-child(1) {
    border-color: #0e4e96;
    animation-delay: 0s;
}
.ldio-50d1oqhko div:nth-child(2) {
    border-color: #f5d010;
    animation-delay: -0.684931506849315s;
}
.loadingio-spinner-ripple-stmatfv2p2s {
    width: 383px;
    height: 383px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}
.ldio-50d1oqhko {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-50d1oqhko div {
    box-sizing: content-box;
}
.brand-logo {
    transition: all 0.3s;
}
.dataTables_paginate .pagination .disabled {
    display: none;
}
.dataTables_paginate .pagination li:first-child:nth-last-child(3),
.dataTables_paginate .pagination li:first-child:nth-last-child(3) ~ li {
    display: none;
}
.table th,
.table td {
    padding: 0.75rem 1.5rem !important;
    border: 0 !important;
}
.table th {
    white-space: nowrap;
}
.table th,
.table td {
    text-align: center;
}
.table td div.d-flex {
    justify-content: center;
}
table {
    width: 100% !important;
}
.table th {
    text-align: center;
}
/* table.dataTable {
    padding-top: 10px;
} */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0.5em;
}
.swal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swal-footer .swal-button-container {
    flex-grow: 1;
}
.swal-footer .swal-button-container .swal-button {
    width: 100%;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
}
.dataTables_length label {
    margin-bottom: 0;
}
.dataTables_wrapper {
    margin-top: 10px !important;
}
.dataTables_wrapper.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

.filters-div {
    -webkit-box-shadow: 0px 1px 20px 1px rgb(255 247 225 / 60%);
    box-shadow: 0px 1px 20px 1px rgb(255 247 225 / 60%);
    background-color: #fff7e185 !important;
    border-radius: 10px;
    border: 1px solid #fdb901 !important;
}
.content-header-title i {
    margin-right: 8px;
}
html body .content .content-wrapper .content-wrapper-before {
    height: 120px !important;
}
.dataTable tr td:last-child .row {
    align-items: center;
    justify-content: center;
}
.custom-permissions .dataTable tr td:last-child .btn:not(.nooo):hover {
    box-shadow: none !important;
    color: #294a9c !important;
    background-color: initial !important;
    border-color: initial !important;
    transform: none !important;
}

.dataTable tr td:last-child .btn:not(.nooo):hover {
    color: #fff !important;
    background-color: #5a5d6b !important;
    border-color: #545764 !important;
}
.dataTable tr td:last-child .btn:not(.nooo) {
    transition: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    height: initial !important;
}
.has-icon-left.col-md-9 .form-control-position,
.has-icon-left.col-md-8 .form-control-position {
    left: 16px;
    z-index: 1;
}
.ui-timepicker-standard {
    z-index: 2 !important;
}
.card-header .heading-elements,
.card-header .heading-elements-toggle {
    top: 0;
    right: 0;
    border-radius: 10px;
}

body * {
    font-family: "Open Sans" !important;
}
:root {
    --font-family-sans-serif: "Open Sans" !important;
    --font-family-monospace: "Open Sans" !important;
}
.form-group.row.align-items-center label {
    margin-bottom: 0;
}
[class*=" ft-"],
[class^="ft-"] {
    font-family: feather !important;
}
.la {
    font-family: LineAwesome !important;
}
[data-icon]:before {
    font-family: Simple-Line-Icons !important;
}
/* .navigation{
  font-weight: 500;
} */
.select2-container {
    width: 100% !important;
}
.Permissions_page .custom-control {
    padding-left: 2rem;
}
.Permissions_page .custom-control-label::before,
.Permissions_page .custom-control-label::after {
    width: 1.4rem;
    height: 1.4rem;
    left: -2rem;
}
.custom-control-label::before {
    background-color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #294a9c !important;
}
.fv-plugins-icon {
    display: none !important;
}
.text-abc-warning {
    color: #f3ce33;
}
.top16px {
    top: 16px;
}
.modal-content {
    border-radius: 0.5rem !important;
}
.btn-bg-gradient-x-purple-blue {
    transition: 0.5s;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#294a9c),
        color-stop(50%, #1c2b5a),
        to(#294a9c)
    );
    background-image: -webkit-linear-gradient(
        left,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    );
    background-image: -moz-linear-gradient(
        left,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    );
    background-image: -o-linear-gradient(
        left,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    );
    background-image: linear-gradient(
        90deg,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    );
    color: #fff !important;
    border-radius: 8px !important;
}
.btn-bg-gradient-x-purple-blue.active,
.btn-bg-gradient-x-purple-blue:active,
.btn-bg-gradient-x-purple-blue:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#294a9c),
        color-stop(50%, #1c2b5a),
        to(#294a9c)
    ) !important;
    background-image: -webkit-linear-gradient(
        left,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    ) !important;
    background-image: -moz-linear-gradient(
        left,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    ) !important;
    background-image: -o-linear-gradient(
        left,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    ) !important;
    background-image: linear-gradient(
        90deg,
        #294a9c 0,
        #1c2b5a 50%,
        #294a9c 100%
    ) !important;
    background-position: right center;
}
.btn-bg-gradient-x-purple-blue.btn-glow {
    -webkit-box-shadow: 0 0 8px 0 #294a9c;
    box-shadow: 0 0 8px 0 #294a9c;
}
#remember.form-check-input {
    width: 20px;
    height: 20px;
    accent-color: #294a9c;
}
.form-check-label[for="remember"] {
    margin-left: 10px;
    line-height: 29px;
}
/* @media(min-width: 1000px){
    .table.usersTable td {
        white-space: break-spaces !important;
        text-align: center;
        word-break: break-all;
    }
    .usersTable tr th:first-child,
    .usersTable tr th:nth-child(5),
    .usersTable tr th:nth-child(7),
    .usersTable tr td:first-child,
    .usersTable tr td:nth-child(5),
    .usersTable tr td:nth-child(7)
    {
        max-width: 5% !important; width: 5% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .usersTable tr th:first-child,
    .usersTable tr td:first-child{
        padding-left: 21px !important;
    }
    .usersTable tr th:nth-child(7),
    .usersTable tr td:nth-child(7){
        padding-right: 21px !important;
    }
    .usersTable tr th:nth-child(3),
    .usersTable tr td:nth-child(3)
    {
        max-width: 15% !important; width: 15% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .usersTable tr th:nth-child(2),
    .usersTable tr td:nth-child(2)
    {
        max-width: 20% !important; width: 20% !important;
    }
    .usersTable tr th:nth-child(6),
    .usersTable tr td:nth-child(6)
    .usersTable tr th:nth-child(4),
    .usersTable tr td:nth-child(4){
        max-width: 25% !important; width: 25% !important;
    }
}
@media(max-width: 999px){
    .table-responsive_ {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
} */
/* .table tr.clicked{
    background-color: #bdc9ea !important;
} */
.alert.bg-danger ul li.text-danger {
    color: #fff !important;
}
.hovUnderline:hover {
    text-decoration: underline !important;
}
.breakSpaces {
    white-space: break-spaces;
    overflow-wrap: break-word;
}
.toast-title {
    display: none;
}
.main-menu.menu-fixed {
    z-index: 1030 !important;
}
#parkers-vehicles-table tr th:first-child::after,
#parkers-vehicles-table tr th:first-child::before {
    display: none;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    bottom: -20px;
    padding-top: 70px !important;
    align-items: center;
    left: 0;
    right: 0;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding: 0;
    background-color: #ffffffa3;
}

/* ================================================== */
.align-attachement-icon {
    margin: 0 auto !important;
    padding: 0.75rem 1rem !important;
}
.has-icon-left .form-control-position.align-search-icon {
    right: auto;
    left: 3px;
    top: 15px !important;
}
.align-input-icon {
    right: auto;
    left: 3px;
    top: 15px !important;
}


.timepicker.placeholder-alignment::placeholder {
    text-align: left !important;
}

.read-only-color {
    background-color: #ffffff !important;
    cursor: initial !important;
}

/* ============= invoicing ===================== */
.custom-modal-mark-invoice button.custom-btn-mark-paid {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    min-height: 45px;
    border-color: #294a9c;
}

.custom-modal-mark-invoice button.custom-btn-mark-paid:hover {
    transform: scale(1.02);
}

/* =========================== Timesheet ===================== */
.custom-form-control-position {
    position: absolute;
    top: 15px;
    left: 16px;
}

.has-icon-left .form-control {
    padding-left: calc(2.5rem + 2px) !important;
}

.custom-width-reps {
    width: 25%;
}

@media (max-width:575px) {
    .responsive-img-preview {
        width: 220px;
    }
}

@media (max-width:991px) {
    .custom-width-reps {
        width: 75%;
    }
}
.daterangepicker td.in-range:not(.active){
    background-color:  #0e4d9657 !important;
}
.mce-btn-small .mce-ico {
    font-family: 'tinymce-small',Arial !important;
}

/* custom class for readonly date & time picker */
.custom-pointer-event{
    pointer-events: none;
}

/* media query for parking customer application view page */
@media only screen and (min-width: 320px) {
    html body .content.height-resp .content-wrapper .content-wrapper-before {
        height: 180px !important;
    }
}

@media only screen and (min-width: 576px){
    html body .content.height-resp .content-wrapper .content-wrapper-before {
        height: 150px !important;
    }
}

@media only screen and (min-width: 768px){
    html body .content.height-resp .content-wrapper .content-wrapper-before {
        height: 120px !important;
    }
}
/* input[type="time"] {
    position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
} */
