@import "./style/variables.css";
@import "./style/font.css";
@import "./style/common.css";

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),
        url(../fonts/MaterialIcons-Regular.woff) format("woff"),
        url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

html {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 24px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 24px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 0.875rem;
}

h6,
.h6 {
    font-size: 0.75rem;
}

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

.form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

input[type="file"] {
    height: auto;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: vertical;
}

.navbar-nav>li {
    float: left;
}

.form-control-sm.form-control {
    height: 30px;
    border-radius: 0;
}

.input-group.input-group-lg .form-control {
    height: 46px;
}

.marquee {
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

/* .marquee h1 {
    font-size: 5em;
    white-space: nowrap;
    text-transform: uppercase
} */

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

select.form-control[multiple] option,
select.form-control[size] option {
    border-radius: 3px;
    padding: 7px 12px;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto;
    padding: 7px;
}

.table-responsive {
    overflow: initial;
    position: relative;
    /* height: calc(100vh - 284px); */
    overflow: auto;
}

.table-responsive-leaves {
    overflow: initial;
    position: relative;
    height: calc(100vh - 270px);
    overflow: auto;
}

.table-responsive thead {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}

.table {
    color: #333;
}

table.dataTable thead th,
table.dataTable tfoot th {
    letter-spacing: 0.05em;
    font-weight: 500;
}

.table-striped>tbody>tr:nth-of-type(2n + 1) {
    background-color: #f9f9f9;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    /* font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
    white-space: nowrap;
    text-align: left;
    min-width: 300px;
    max-width: 300px; */
}

table.table td h2.table-avatar.blue-link a {
    color: var(--primary-color);
}

table.table td h2 a {
    color: #333;
}

table.table td h2 a:hover {
    color: var(--primary-color);
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}

.table-hover tbody tr:hover {
    background-color: #f7f7f7;
    color: #212529;
}

.table.custom-table>tbody>tr>td,
.table.custom-table>tbody>tr>th,
.table.custom-table>tfoot>tr>td,
.table.custom-table>tfoot>tr>th,
.table.custom-table>thead>tr>td,
.table.custom-table>thead>tr>th {
    padding: 13px 10px;
    text-wrap: nowrap;
    vertical-align: middle;
    letter-spacing: 0.3px;
}

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

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

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

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

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

.block {
    display: block !important;
}

.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .text-ellipsis-desktop {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-xl {
    font-size: 1.5rem !important;
}

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

.btn.btn-rounded {
    border-radius: 50px;
}

.btn {
    border-radius: 5px;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn-white:focus,
.btn-white:hover {
    background-color: #f7f7f7;
}

.rounded,
.circle {
    border-radius: 500px;
}

.text-primary,
.dropdown-menu>li>a.text-primary {
    color: var(--primary-color) !important;
}

.text-success,
.dropdown-menu>li>a.text-success {
    color: #55ce63 !important;
}

.text-danger,
.dropdown-menu>li>a.text-danger {
    color: #f62d51 !important;
    position: relative;
    left: 3px;
    font-size: 12px;
    /* font-weight: 500; */
    letter-spacing: 0.4px;
    top: 0px;
}

.card .card-header a button {
    font-size: 13px;
}

.text-muted {
    color: #8e8e8e !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    letter-spacing: 0.5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #155a9f;
    border: 1px solid #155a9f;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #155a9f;
    border: 1px solid #155a9f;
}

.btn-primary.active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #155a9f;
    border-color: #155a9f;
    color: #fff;
}

.btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #a8a4af;
    border-color: #a8a4af;
    color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #f43b48;
    border-color: #f43b48;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination>li>a,
.pagination>li>span {
    color: var(--primary-color);
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform-origin: left top 0;
    box-shadow: inherit;
    background-color: #fff;
}

.dropdown-menu {
    font-size: 13px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    box-shadow: none;
}

.btn-link {
    color: #333;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color);
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes taskHighlighter {
    0% {
        background: #feeb99;
    }

    100% {
        background: #fff;
    }
}

@keyframes taskHighlighter {
    0% {
        background: #feeb99;
    }

    100% {
        background: #fff;
    }
}

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.onoffswitch-checkbox {
    display: none;
}

.switch {
    cursor: pointer;
    position: relative;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:checked+span {
    background-color: var(--primary-color);
}

.switch input:checked+span:after {
    /* left: 31px; */
    left: 23px;
}

.switch span {
    position: relative;
    /* width: 60px;
    height: 30px; */
    width: 43px;
    height: 22px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.5s ease;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    /* width: 26px; */
    width: 18px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    left: 0px;
}

.modal {
    -webkit-overflow-scrolling: touch;
}

.modal-dialog.modal-md {
    max-width: 600px;
}

.custom-modal #lockReport{
    border: 0;
    border-radius: 10px;
    /* padding: 0px 0px 20px 0px; */
}   

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
    padding: 0px 0px 20px 0px;
}



.custom-modal .modal-footer {
    border: 0;
}

.custom-modal .modal-header {
    border: 0;
    padding: 12px ;
    gap: 15px;
    background: #217cb0;
    color: #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 15px;
}

.modal-header .exitEmployeeModalTitle {
    margin: 0;
    line-height: 1.3;
}

.modal-content .report-header {
    padding: 30px 15px 0;
}

.custom-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px;
}

/* .custom-modal .modal-body {
    padding: 20px;
    max-height: calc(100vh - 190px);
    overflow: auto;
} */
.modal-body {
    padding-top: 5px !important;
    /* padding: 0px 4px 0px 4px; */
    max-height: calc(100vh - 220px);
    overflow: auto;
    top:5px;
}

.custom-modal .close {
    color: #f3f3f3;
    font-size: 30px;
    margin: 0;
    opacity: 1;
    padding: 0;
    z-index: 99;
}
#reportDurationText strong {
    font-size: 18px;
    font-weight: 600;
}
.custom-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
}

.modal .card {
    box-shadow: unset;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

@media only screen and (max-width: 1200px) {
    .header-wrapper {
        justify-content: end;
    }
}

.header {
    background: #ffffff;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); */
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    border-bottom: 1px solid #dddddd;
    padding: 0 15px;
}

.header .header-left {
    float: left;
    text-align: center;
    width: 225px;
    transition: all 0.2s ease-in-out;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-left a img {
    max-width: 80px;
}

.bar-icon {
    display: inline-block;
    width: 21px;
    cursor: pointer;
}

.bar-icon span {
    background-color: #000;
    border-radius: 500px;
    display: block;
    float: left;
    height: 2px;
    margin-bottom: 5px;
    width: 21px;
}

.bar-icon span:nth-child(2) {
    width: 15px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

.header .dropdown-menu>li>a {
    position: relative;
}

.header .page-title-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.header-wrapper .profile-wrapper .user-name {
    font-size: 16px;
    text-transform: capitalize;
}

.header-wrapper .profile-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
}

.header-wrapper .profile-wrapper img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.sidebar {
    /* border-top: 1px solid #dddddd; */
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
    position: fixed;
    top: 60px;
    transition: all 0.2s ease-in-out 0s;
    width: 240px;
    z-index: 999;
    /* border-radius: 0 30px 30px 0; */
}

.sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-inner {
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu {
    position: relative;
    height: calc(100vh - 120px);
    overflow: auto;
}

.sidebar-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.sidebar-menu::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background: #99cbfe;
    border-radius: 10px;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
    background: #5ba9f6;
}

.sidebar-menu ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.submenu ul {
    padding-left: 15px;
}

.submenu ul li {
    padding: 5px 0;
}

.sidebar-social-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    padding: 5px 15px;
    border-top: 1px solid #d9d9d9;
}

.sidebar-social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.sidebar-social-icons ul li a {
    padding: 5px;
}

.sidebar-social-icons ul li a i {
    color: #fff;
    font-size: 20px !important;
}

.sidebar-social-icons ul li a:hover {
    background: transparent;
    color: #fff;
}

.sidebar-social-icons ul li a img {
    height: 15px;
    width: 15px;
    vertical-align: baseline;
}

.sidebar-menu li a {
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    line-height: 22px;
    transition: all 0.2s ease;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
}

.sidebar-menu li a:hover {
    background-color: #fff;
    color: var(--primary-color);
    font-weight: 600;
}

.sidebar-menu li.active a {
    background-color: #ffffff;
    color: var(--primary-color);
    font-weight: 600;
}

.account-wrapper .form-group .btn-primary {
    width: 100%;
}

.sidebar-menu ul ul a.active {
    color: var(--primary-color);
}

.mobile_btn {
    display: none;
    float: left;
}

.sidebar .sidebar-menu>ul>li>a span {
    transition: all 0.2s ease-in-out 0s;
    margin-left: 7px;
}

.sidebar .sidebar-menu>ul>li>a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .sidebar-menu>ul>li>a span.badge {
    margin-left: auto;
}

.sidebar-menu ul ul a {
    font-size: 13px;
    padding: 10px;
    position: relative;
}

.sidebar-menu ul ul {
    display: none;
}

.sidebar-menu ul ul ul a {
    padding-left: 70px;
}

.sidebar-menu ul ul ul ul a {
    padding-left: 90px;
}

.sidebar-menu>ul>li {
    position: relative;
    padding: 5px 13px;
}
.sidebar-menu>ul>li:hover a img, .sidebar-menu>ul>li.active a img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(48%) saturate(685%) hue-rotate(157deg) brightness(93%) contrast(101%);
}

.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform 0.15s;
    position: absolute;
    right: 5px;
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 11px;
}

.sidebar-menu .menu-arrow:before {
    content: "\f105";
}

.sidebar-menu li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu ul ul a .menu-arrow {
    top: 6px;
}

.sidebar-menu a {
    line-height: 1.3;
    transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
    -webkit-transition: unset;
}

.sidebar-menu ul li a i {
    font-size: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu li a>.badge {
    color: #fff;
}

.page-wrapper {
    position: relative;
    transition: all 0.2s ease-in-out;
    height: calc(100dvh - 103.5px);
    overflow: auto;
    margin: 60px 0 43.5px 240px;
}

.content-box-wrapper {
    padding: 15px 0px 0 0px;
}

.content-box-wrapper h2 {
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
}

.page-header {
    margin-bottom: 1.875rem;
}

.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}

.page-header .breadcrumb a {
    color: #666869;
}

.page-header .breadcrumb a:hover {
    color: #000000;
}

.card-title {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 0.7px;
    white-space: nowrap;
}

.show-profile-tab-title {
    font-size: 18px !important;
    letter-spacing: 0.3px !important;
    padding-top: 15px;
    font-weight: 600;
    border-top: 1px solid #ccc;
}

.emergency-contact-information {
    border-top: none !important;
    padding-top: 5px;
    margin-bottom: 10px;
}

.card-header {
    border-bottom: 1px solid #e3e3e3;
    background-color: var(--contrast-color);
}

.card-header h3 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-footer {
    background-color: #fff;
}

.page-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.add-btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize !important;
    letter-spacing: 0.8px;
    min-width: 140px;
}

.add-btn:hover,
.add-btn:focus,
.add-btn:active {
    background-color: #155a9f;
    border: 1px solid #155a9f;
    color: #fff;
}

.add-btn i {
    margin-right: 5px;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

.form-focus .cal-icon:after {
    top: 15px;
}

.account-page {
    align-items: center;
    display: flex;
    background-image: url(../img/dits.jpg);
    background-size: cover;
    position: relative;
}

.account-page::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.account-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
    align-items: center;
}

.account-content {
    padding: 20px 0;
}

.account-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.account-subtitle {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: 0.4px;
}

.account-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    padding: 40px 45px;
}

/* .account-box .form-group {
    margin-bottom: 25px;
} */

/* .account-box .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 46px;
} */

/* .account-box label {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
} */

.account-footer {
    text-align: center;
}

.account-footer p {
    margin-bottom: 0;
}

.account-footer a {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
}

.account-footer a:hover {
    color: #155a9f;
}

.account-logo {
    margin-bottom: 25px;
    text-align: center;
}

.account-logo img {
    width: 120px;
    z-index: 11;
    position: relative;
}

.card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    background-color: #ededed;
}

.card .annocement-card {
    display: flex;
    min-height: 250px;
    height: 250px;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: center;
}

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

.card-body {
    position: relative;
}

.card-body canvas#tech_chart {
    width: 100% !important;
    height: 100% !important;
}

.projectData {
    overflow: auto;
}

/* .personal-info th,
td {
     white-space: nowrap;
} */

.card-body.comment-card.comments-coming {
    align-items: start !important;
}

.card .annocement-card.annoucemment-coming {
    justify-content: start;
}

.card-table .card-footer {
    background-color: #fff;
    text-align: center;
}

.card-table .card-footer a {
    color: #333;
}

.card-title>a.btn {
    color: #fff;
}

.custom-table tr {
    background-color: #fff;
    box-shadow: 0 0 3px #e5e5e5;
}

.custom-table thead tr {
    position: sticky;
    top: 0px;
    z-index: 111;
}

.project-detail-section {
    background: var(--primary-color);
    color: #ffffff;
}

.input-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

#searchButton {
    font-size: 14px;
    width: 100%;
    height: 50px;
}

.dropdown.action-label {
    display: inline-block;
}

.action-label>a {
    display: inline-block;
    min-width: 103px;
}

.action-label .btn-sm {
    padding: 4px;
}

.form-header {
    /* text-align: center; */
    font-size: 17px;
    font-weight: 500;
    padding: 20px 17px 0px 0px;
}

.form-header h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}
.form-header p {
    font-size: 17px;
    font-weight: 500;
}

.form-header p,
.modal-header p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

/*
.form-header p {
    color: #929292;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
} */

.modal-btn>.row {
    margin-left: -8px;
    margin-right: -8px;
}

.modal-btn>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.continue-btn {
    font-weight: 600;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.9px;
}

/* .cancel-btn {
    border-radius: 6px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #f42500;
    color: #fc0000;
    background-color: #fff;
    width: 100%;
} */

.cancel-btn {
    border-radius: 6px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 18px;
    text-align: center;
    border: 1px solid #a8a4af;
    color: #ffffff;
    background-color: #a9a9a9;
    width: 100%;
}

.removeVehicalModal {
    padding: 10px 16px !important;
}

/* .cancel-btn:hover,
.cancel-btn:focus,
.cancel-btn:active {
    background-color: #f21707;
    border: 1px solid #f22a07;
    color: #fff;
} */

.cancel-btn:hover,
.cancel-btn:focus,
.cancel-btn:active {
    background-color: #8c8a8a;
    border: 1px solid #959497;
    color: #ffffff;
}

.profile-basic .cal-icon {
    width: 100%;
}

.profileCardWrapper .avatar {
    position: relative;
    width: 190px;
    height: 190px;
}

.employee_asset .avatar {
    position: relative;
    width: 140px;
    height: 140px;
}

.table-avatar .avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 38px;
    position: relative;
    white-space: nowrap;
    min-width: 38px;
}

.table-avatar .avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.designation {
    color: #9e9e9e;
    font-size: 12px;
}

.form-focus {
    position: relative;
    margin: 0;
}

.form-focus .focus-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    -o-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    left: 12px;
    top: -13.5px;
    z-index: 1;
    color: #888;
    margin-bottom: 0;
}

.form-focus.focused .focus-label {
    opacity: 0;
    font-weight: 300;
    top: -14px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.form-focus .form-control {
    height: 40px;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.action-label .label {
    display: inline-block;
    min-width: 85px;
    padding: 0.5em 0.6em;
}

/* #changepassword {
    border: 1px solid #e5e5e5;
    max-width: 600px;
    margin: auto;
    background: #f9f9f9;
    padding: 60px 30px;
    border-radius: 8px;
} */

.action-label i {
    margin-right: 3px;
}

.action-label .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}

.action-icon {
    color: #777;
    font-size: 18px;
    display: inline-block;
}

.table .dropdown-menu {
    font-size: 13px;
    min-width: 120px;
    padding: 0;
}

.table .dropdown-menu .dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #b7b7b7;
    letter-spacing: 1px;
    line-height: 1.2;
}

.table .dropdown-menu .dropdown-item:hover,
.table .dropdown-menu .dropdown-item:active {
    background: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    color: #fff;
    font-weight: 600;
}

.table .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-action .dropdown-toggle::after {
    display: none;
}

.profile-widget {
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.profile-widget .user-name>a {
    color: #333;
}

.profile-widget .profile-img img {
    width: 165px;
    height: 165px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
}

.staff-id {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.view-icons .btn {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #888;
    font-size: 18px;
    min-width: 40px;
    padding: 4px;
}

.view-icons .btn.active {
    color: #fff;
    background-color: var(--primary-color);
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.showprofileWrapper {
    width: 40% !important;
}

input.exist_employee {
    width: 20px;
    height: 20px;
}

.expression {
    align-items: center;
}

.expression img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.personal-info li .title {
    color: #4f4f4f;
    font-weight: 500;
    margin: 0;
    flex: 0 0 110px;
    letter-spacing: 0.5px;
}

.personal-info li p.email-text-wrapper {
    text-transform: initial !important;
    word-break: break-word;
}

.personal-info li .text {
    color: #8e8e8e;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
    .profileCardWrapper {
        max-height: 100% !important;
    }
}

.employees-dashboard-tabs .did-floating-label-content {
    width: 100%;
}

.personal-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1488px) {
    .personal-info li {
        align-items: flex-start;
    }

    .title {
        width: 100% !important;
    }
}

@media only screen and (max-width: 576px) {
    .header-page-margin {
        margin-bottom: 0 !important;
    }

    /* .header-wrapper .profile-wrapper .user-name {
        display: none;
    } */

    .userid {
        display: none;
    }

    /* .content-box-wrapper {
        padding: 0;
    } */
}

.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.roles-menu>ul {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    list-style: none;
    margin: 0;
    padding: 0;
}

.roles-menu>ul li {
    border-left: 3px solid transparent;
}

.roles-menu>ul li:hover {
    border-color: var(--primary-color);
}

.roles-menu>ul>div>div>li a {
    color: #4b4a4a;
    display: block;
    padding: 10px 15px;
    position: relative;
    letter-spacing: 0.3px;
}

.roles-menu>ul>div>div>i.active a {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.roles-menu>ul>div>div>li a:hover {
    border-color: var(--primary-color);
    background-color: #dedcdc;
    color: rgb(15, 14, 14);
    font-weight: 500;
}

.roles-wrapper .table-bordered td,
.table-bordered th {
    letter-spacing: 0.3px;
    /* text-wrap: nowrap; */
    position: relative;
}

.roles-wrapper .table-responsive {
    overflow: auto;
}

.role-action {
    float: right;
    display: none;
}

.roles-menu>ul>div>div>li a:hover .role-action {
    display: block;
}

.slide-nav .sidebar {
    margin-left: 0;
}

.action-circle {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.action-circle .material-icons {
    color: #ccc;
    font-size: 18px;
    vertical-align: -3px;
}

.action-circle.completed {
    background: #35ba67;
    border: 1px solid #2fa65c;
}

.action-circle.completed .material-icons {
    color: #fff;
}

.action-circle.large {
    height: 24px;
    width: 24px;
}

.action-circle.large .material-icons {
    font-size: 16px;
    vertical-align: -4px;
}

.sidebar-menu.opened {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin-left: 0;
}

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

.stats-info {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.stats-info h6 {
    color: var(--primary-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;
}

.stats-info h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--primary-color);
}

.stats-info h4 span {
    color: #727272;
    font-size: 12px;
}

.datesTableWrapper p {
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-size: 14px;
}

.datesTableWrapper p strong {
    font-size: 15px;
}


.datesTableWrapper table thead {
    background-color: var(--primary-color);
    color: #fff;
}
.datesTableWrapperModal table thead {
    background-color: var(--primary-color);
    color: #fff;
}

.datesTableWrapperModal table thead tr th,
.datesTableWrapperModal table tbody tr td {
    vertical-align: middle;
    letter-spacing: .5px;
    text-transform: capitalize;
    /* font-weight: 500; */
}

.datesTableWrapperModal table thead {
    background-color: var(--primary-color);
    color: #fff;
}

.datesTableWrapperModal table thead tr th,
.datesTableWrapperModal table tbody tr td {
    vertical-align: middle;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    /* font-weight: 500; */
}

.datesTableWrapper table thead tr th,
.datesTableWrapper table tbody tr td {
    width: 200px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    /* font-weight: 500; */
}

.form-group .custom-control {
    line-height: 27px;
}

.stats-info p {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 5px;
}

.apply-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

#loader-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 11111;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

@media only screen and (min-width: 991px) {
    .mini-sidebar .sidebar {
        width: 60px;
    }

    .mini-sidebar .sidebar .sidebar-menu>ul>li {
        padding: 5px 10px;
    }

    .mini-sidebar .sidebar .sidebar-social-icons {
        display: none;
    }

    .mini-sidebar.expand-menu .sidebar {
        width: 230px;
    }

    .modal-open.mini-sidebar .sidebar {
        z-index: 1001;
    }

    .mini-sidebar .sidebar .sidebar-menu ul>li>a span {
        display: none;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-social-icons {
        display: block;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {
        display: flex;
        opacity: 1;
    }

    .mini-sidebar .page-wrapper {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-md {
        width: 600px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .page-title-box {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
    .mobile_btn {
        display: block;
    }

    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }

    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    a.mobile_btn {
        color: var(--primary-color);
        font-size: 24px;
        display: flex;
        align-items: center;
    }

    #toggle_btn {
        display: none;
    }

    .page-wrapper {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    footer {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        font-size: 0.875rem;
    }

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 1rem;
    }

    h5,
    .h5 {
        font-size: 0.9375rem;
    }

    h6,
    .h6 {
        font-size: 0.75rem;
    }

    .account-box {
        padding: 40px 30px;
    }

    .stats-info h4,
    .account-box .account-btn {
        font-size: 1.25rem;
    }

    .vehicle-detail-btn {
        justify-content: end;
    }

    .card-title,
    .custom-modal .modal-title,
    .lead {
        font-size: 1.125rem;
    }

    .btn,
    .form-focus .focus-label {
        font-size: 0.9375rem;
    }

    .form-control,
    .page-header .breadcrumb {
        font-size: 0.875rem;
    }

    .btn-sm {
        font-size: 0.8125rem;
    }

    .account-subtitle {
        font-size: 1rem;
    }

    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }

    .header {
        z-index: 1040;
    }

    .roles-menu {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 390px) {
    .view-icons {
        justify-content: start !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575.98px) {
    .header .header-left {
        justify-content: flex-start;
        gap: 30px;
    }

    .filter-row {
        margin-bottom: 15px;
    }

    .page-wrapper>.content {
        padding: 15px;
    }

    .profile-basic {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-title {
        font-size: 20px;
    }

    .account-box {
        padding: 30px 10px;
    }

    .account-page .main-wrapper {
        flex-direction: column;
    }

    .account-wrapper {
        padding: 15px;
    }

    /* .page-header .breadcrumb {
        display: none;
    } */

    .add-btn {
        font-size: 14px;
        min-width: inherit;
        white-space: nowrap;
    }
}

.page-header .page-title i {
    color: #e6e9ef;
}

.page-header .page-title i:hover,
.page-header .page-title i:active {
    color: #ffcb00;
}

.tablink {
    cursor: pointer;
}

.report-table-wrapper thead tr th {
    width: 150px;
}

.report-table-wrapper thead tr th.report-head,
.report-table-wrapper tbody tr td.report-head {
    width: 340px !important;
    text-wrap: wrap;
}

.report-table-wrapper tbody tr td a {
    color: #000;
}

.title_bg_cls {
    /* height: 58.18px; */
    display: flex;
    align-items: center;
}

.hr_announcement_inner {
    padding: 15px 15px;
    border-top: 1px solid #e3e3e3;
}

.hr_announcement_inner h5 {
    font-style: italic;
}

.daily_report_cls {
    border: 1px solid #33444d6e;
    padding: 20px;
    border-radius: 5px;
}

.daily_report_cls select.form-control {
    height: 50px;
}

.daily_report_cls input.form-control {
    height: 50px;
}

.daily_report_cls textarea.form-control {
    height: 50px;
}

.main_output_cls table {
    margin-top: 3%;
}

.main_output_cls .table-responsive {
    white-space: unset;
}

.card-wrapper {
    height: 100%;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.work-anniversary {
    transform: rotate(30deg);
    height: 25px;
    width: 25px;
    object-fit: cover;
}

.stats-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.leave_request_box {
    font-size: large;
    font-weight: bolder;
    background-color: var(--primary-color) !important;
    color: #fff;
}

.leave_request_box h6,
.leave_request_box h4 {
    color: #fff;
}

.clear-input {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
    color: #999;
}

.clear-input1 {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
    color: #999;
}

.clear-input2 {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(50%, -50%);
    cursor: pointer;
    font-size: 22px;
    color: #999;
}

.clear-input:hover {
    color: #555;
}

.clear-input1:hover {
    color: #555;
}

.profileCardWrapper .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    border: 5px solid #cecece;
}

/* edit wedding anniversary image remove icon css */

.removeBtnField2 {
    position: absolute;
}

.removeBtnField2 .iconRemove2 {
    border-radius: 50% !important;
}

a.btn.btn-danger.iconRemove2 {
    bottom: -6px;
    left: -5px;
    background-color: #f62d51;
    color: #fff;
    border: 1px solid #f62d51;
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
}

.removeBtnField2 .iconRemove2 i {
    color: #fff;
    /* bottom: -6px;
    left: -5px;
    background-color: #f62d51;
    border: 1px solid #f62d51;
    font-size: 14px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; */
}

.removeBtnField2 .iconRemoveTemp {
    border-radius: 50% !important;
}

a.btn.btn-danger.iconRemoveTemp {
    bottom: -6px;
    left: -5px;
    background-color: #f62d51;
    color: #fff;
    border: 1px solid #f62d51;
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
}

.removeBtnField2 .iconRemoveTemp i {
    color: #fff;
    /* bottom: -6px;
    left: -5px;
    background-color: #f62d51;
    border: 1px solid #f62d51;
    font-size: 14px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; */
}

/* end css */

.removeBtnField .iconRemove {
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#removeImage i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
}

.profileCardWrapper .avatar .removeBtnField {
    position: absolute;
    bottom: 25px;
    left: 0px;
}

.avatar input#myFile {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    bottom: 25px;
    z-index: 11;
    opacity: -1;
    right: 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

.avatar input#userFile {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    bottom: 25px;
    z-index: 11;
    opacity: -1;
    right: 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

.avatar .editImage {
    position: absolute;
    bottom: 25px;
    right: 0;
    font-size: 22px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
    padding: 0;
    border: 1px solid var(--primary-color);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
}

.editImage i {
    position: relative;
    top: 1px;
    left: 1px;
}

#success-alert {
    float: right;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #d4edda;
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0 0 0/16%);
    animation: slideOut 3s ease forwards;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.loader1 {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1111111;
    width: 100px;
    height: 100px;
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border-top: 7px solid var(--primary-color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

#tableOverlay {
    position: absolute;
    top: 56px;
    bottom: 1189px;
    left: 0;
    width: 100%;
    height: 77%;
    z-index: 100000;
    backdrop-filter: blur(2px);
}

#tableLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1111111;
    width: 100px;
    height: 100px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border-top: 10px solid var(--primary-color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    /* font-weight: 600; */
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff !important;
}

.user-dropdown .dropdown-item {
    font-size: 15px;
}

.user-dropdown .dropdown-item:focus i {
    color: #fff;
}

.user-dropdown .dropdown-item i {
    color: var(--primary-color);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    backdrop-filter: blur(2px);
}

.add-vehicle-main {
    text-transform: capitalize;
}

.input-group-addon {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.holiday-table-wrapper th,
.holiday-table-wrapper td {
    width: 150px !important;
    text-transform: capitalize;
}

.celebration-wrapper th,
.celebration-wrapper td {
    width: 120px !important;
}

.celebration-wrapper th {
    font-size: 14px !important;
}

.celebration-wrapper td:first-child {
    text-transform: capitalize;
}

.announcement-wrapper p {
    font-size: 13px;
}

.announcement-wrapper h5 {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

.mood-wrapper {
    width: 150px;
}

.view-icons {
    display: flex;
    gap: 8px;
    justify-content: end;
    align-items: center;
}

.celebration-dropdowns {
    display: flex;
    align-items: center;
    width: 100%;
}

td.mood-wrapper input.mood {
    font-size: 30px;
}

/* .card-header.common-select-header {
    height: 58.5px;
} */

.common-select-body {
    height: 62px;
}

#Leaves .subtablinks.active,
.tab button.tablinks.active {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
}

#spouse_preview_image_group img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #cecece;
    object-position: center center;
}

#Leaves button.subtablinks.active:last-child,
.tab button.tablinks.active:last-child {
    border-right: none;
}

.tab.employee-detail-tab-wrapper {
    border: transparent;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    /* padding: 10px; */
    overflow: auto;
    align-items: center;
    z-index: 2;
    position: sticky;
    top: 0;
}

.personalInfo {
    color: #000;
}

.personalInfo option {
    background-color: #217cb0;
    color: #fff;
}

#Leaves button.subtablinks,
.tab button.tablinks {
    letter-spacing: 1px;
    border-right: 1px solid #b7b7b7;
    background-color: #ccc;
    flex: 1;
    text-wrap: nowrap;
    width: 100%;
    font-size: 14px;
    padding: 14px 10px;
    color: #000;
    background: #cccccc;
}

#Leaves button.subtablinks:hover,
.tab button.tablinks:hover {
    font-weight: 600;
}

#Leaves button.subtablinks:last-child,
.tab button.tablinks:last-child {
    border-right: none;
}

.employee-detail-tab-wrapper {
    position: sticky;
    top: -15px;
    z-index: 1;
    padding-top: 0;
}

.employee-detail-tab-wrapper .owl-carousel .owl-nav {
    margin: 0;
}

.employee-detail-tab-wrapper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    height: 49px;
    width: 20px;
    font-size: 20px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 0;
}

.employee-detail-tab-wrapper .owl-carousel .owl-nav .owl-prev.disabled,
.employee-detail-tab-wrapper .owl-carousel .owl-nav .owl-next.disabled {
    display: none;
}

.employee-detail-tab-wrapper .owl-carousel .owl-nav .owl-prev:hover,
.employee-detail-tab-wrapper .owl-carousel .owl-nav .owl-next:hover {
    color: var(--primary-color) !important;
}

.employee-detail-tab-wrapper .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #fff;
    height: 49px;
    width: 20px;
    font-size: 20px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 0;
}

table.user-table-wrapper tr:hover {
    background-color: #ffffff;
}

input[type="number"] {
    padding: 7px;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
}

#excelButtonContainer .btn-excel {
    padding: 6.52px 12.79px;
    border: none;
    background: #3a9ced;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

.employees-main-Wrapper .did-floating-label-content {
    width: 100%;
}

@media (max-width: 767px) {
    .main-wrapper.latest-update-active .header {
        height: auto;
        padding-bottom: 15px;
    }

    .main-wrapper.latest-update-active .header .header-wrapper .marquee-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 15px;
        font-size: 13px;
    }

    .main-wrapper.latest-update-active .page-wrapper {
        margin-top: 77px !important;
        /* height: calc(100dvh - 77px); */
        height: calc(100dvh - 120px);
    }

    .main-wrapper.latest-update-active .sidebar {
        top: 77px;
    }

    .sidebar-menu li a {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .dataTables_wrapper .dataTables_paginate {
        text-align: center !important;
    }

    .tab.employee-detail-tab-wrapper {
        padding: 10px;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: var(--primary-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff !important;
}

.form-group input[type="file"] {
    border: 1px solid #a1a1a1;
    padding: 7px 10px;
    border-radius: 5px;
    width: 100%;
}

::placeholder {
    opacity: 0.5 !important;
}

.personal-info tbody td {
    vertical-align: middle;
}

.leave-btn {
    /* padding: 7px 67px; */
    padding: 0.375rem 0.75rem;
}

.project-table-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20px;
}

.dataTables_paginate .pagination :nth-child(2) {
    padding: 0;
}

.dataTables_wrapper {
    min-height: auto;
}

.dashboard-wrapper #DataTables_Table_0_wrapper,
.dashboard-wrapper #DataTables_Table_1_wrapper,
.dashboard-wrapper #DataTables_Table_2_wrapper,
.dashboard-wrapper #leavesTable_wrapper,
.dashboard-wrapper #WFHTable_wrapper {
    max-height: 235px;
    overflow: auto;
}

.card-wrapper .custom-table {
    margin: 0 !important;
}

.card-wrapper .custom-table thead th {
    border: none !important;
}

.dashboard-wrapper {
    padding-bottom: 15px;
}

#DataTables_Table_0_wrapper table tbody td img,
#DataTables_Table_1_wrapper table tbody td img,
#DataTables_Table_2_wrapper table tbody td img,
#leavesTable_wrapper table tbody td img,
#WFHTable_wrapper table tbody td img{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#DataTables_Table_0_wrapper table tbody td img:hover,
#DataTables_Table_1_wrapper table tbody td img:hover,
#DataTables_Table_2_wrapper table tbody td img:hover,
#leavesTable_wrapper table tbody td img:hover,
#WFHTable_wrapper table tbody td img:hover {
    transform: scale(1.3);
}

#holdiay_table_wrapper table thead tr th:first-child,
#holdiay_table_wrapper table tbody tr td:first-child {
    width: 6% !important;
}

#holdiay_table_wrapper .dataTables_scrollBody {
    border-bottom: none !important;
}

.table-responsive .dataTables_wrapper table tbody tr .dataTables_empty {
    text-transform: capitalize;
}

.table-responsive .dataTables_wrapper table thead tr th {
    /* border-top: none; */
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

div.dataTables_scrollHead table.dataTable thead tr:first-child th.sorting::before,
div.dataTables_scrollHead table.dataTable thead tr:first-child th.sorting_desc::before,
div.dataTables_scrollHead table.dataTable thead tr:first-child th.sorting_asc::before {
    content: none;
}

div.dataTables_scrollHead table.dataTable thead tr:first-child th.sorting::after {
    content: "";
    background-image: url(../img/svg/default_sort.svg);
    height: 18px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 7px;
    opacity: 1;
}

div.dataTables_scrollHead table.dataTable thead tr:first-child th.sorting_desc::after {
    content: "";
    background-image: url(../img/svg/descending.svg);
    height: 18px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 7px;
    opacity: 1;
}

div.dataTables_scrollHead table.dataTable thead tr:first-child th.sorting_asc::after {
    content: "";
    background-image: url(../img/svg/ascending.svg);
    height: 18px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 7px;
    opacity: 1;
}

div.dataTables_scrollHead table.hows_your_day thead tr:first-child th:first-child.sorting_asc::after,
div.dataTables_scrollHead table.celebration thead tr:first-child th:first-child.sorting_asc::after,
/* div.dataTables_scrollHead table.emails-table-wrapper thead tr:first-child th:first-child.sorting_asc,     */
div.dataTables_scrollHead table.holiday-table-wrapper thead tr:first-child th:first-child.sorting_asc::after,
div.dataTables_scrollHead table.holidays thead tr:first-child th:first-child.sorting_asc::after {
    background-image: none;
}

div.dataTables_scrollHead table.birthday thead tr:first-child th:first-child.sorting_asc::after,
div.dataTables_scrollHead table.work_anniversary thead tr:first-child th:first-child.sorting_asc::after,
div.dataTables_scrollHead table.wedding_anniversary thead tr:first-child th:first-child.sorting_asc::after {
    background-image: none;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
    /* table-layout: fixed; */
}

.table-responsive .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
    margin-top: 8px;
}

.table-responsive .dataTables_wrapper table thead tr:first-child th {
    position: sticky;
    top: 0;
}

.table-responsive .dataTables_wrapper table thead tr:first-child th:first-child .sorting_asc {
    background-image: none !important;
}

#DataTables_Table_0_wrapper .common-table-wrapper thead tr th,
#DataTables_Table_0_wrapper .common-table-wrapper tbody tr td {
    width: 16% !important;
}

#upComingLeavesTable_wrapper .common-table-wrapper thead tr th,
#upComingLeavesTable_wrapper .common-table-wrapper tbody tr td {
    width: 16% !important;
}

#title_error {
    margin-bottom: 10px;
}

.change_text_transform {
    text-transform: inherit !important;
}

.customReadonly {
    background-color: #fff !important;
}

.form-group select,
.form-group .form-check-label {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.3px;
    text-wrap: nowrap;
}

.form-group label {
    letter-spacing: 0.5px;
}

.employee-roles-wrapper .form-check input {
    cursor: pointer;
}

.employee-roles-wrapper .form-check label {
    user-select: none;
    cursor: pointer;
}

/* Floating Label */

.form-group {
    position: relative;
}

.form-control {
    width: 100%;
    padding: 12px 12px 12px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    background: transparent;
}

.floating-label {
    position: absolute;
    top: 13px;
    left: 10px;
    pointer-events: none;
    padding: 3px 5px;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.15s ease-in-out;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
}

.searchEmployee {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 71%;
}

.form-control:focus~.floating-label,
.form-control:not(:placeholder-shown)~.floating-label {
    top: -10px;
    left: 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000;
    background: #fff;
}

::placeholder {
    color: transparent !important;
}

::-ms-input-placeholder {
    color: transparent !important;
}

.gl-form-asterisk {
    background-color: inherit;
    color: #e32b2b;
    padding: 0;
    padding-left: 3px;
}

.gl-form-asterisk:after {
    content: "*";
}

.note-editor .card-header {
    justify-content: left;
}

/* stepper */

.step {
    padding: 15px 0px 5px 52px;
    position: relative;
    cursor: pointer;
}

.step span {
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-size: 15px;
    font-weight: 400;
    color: #a5a5a5;
}

.stepper {
    height: 100%;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 10px 0;
}

.stepper .step svg.detail-icons {
    display: none;
    width: 16px;
    height: 16px;
}

.stepper .step svg.detail-icons {
    display: block !important;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 18px;
}

.step.active .detail-text-wrapper img {
    display: block;
}

.step:hover .detail-text-wrapper img {
    display: block;
}

.detail-text-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.detail-text-wrapper img {
    display: none;
    width: 16px;
    height: 16px;
}

.stepper .step:hover span,
.stepper .step.active span {
    font-weight: 600;
    color: #000;
}

.stepper .step.active .detail-icons path,
.step:hover .detail-icons path {
    fill: var(--primary-color);
}

.stepper-parent-wrapper form {
    height: calc(100vh - 195px);
}

@media only screen and (max-width: 1200px) {
    .stepper-parent-wrapper form>div {
        height: auto !important;
    }
}

.stepper-wrapper .content-section h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    padding-bottom: 15px;
}

.content-section h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.stepper-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.stepper-buttons .prevBtn {
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-buttons .prevBtn svg {
    rotate: 180deg;
    width: 15px;
    height: 15px;
}

.stepper-buttons .prevBtn:hover svg path {
    fill: #fff;
}

.stepper-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ebebeb;
    padding: 10px 15px;
    border-radius: 4px;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    position: sticky;
    top: -15px;
    z-index: 9;
}

.stepper-buttons .prevBtn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.stepper-buttons button {
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.8px;
    text-wrap: nowrap;
}

.stepper-buttons button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

/* .header-marquee {
    padding-top: 60px;
} */

.marquee-content {
    color: #1d8c1d;
    /* color: #1370FC; */
    white-space: nowrap !important;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    width: 0;
    width: 100%;
    overflow: hidden;
    padding: 0.2rem 0;
}

.marquee-content p {
    margin: 0;
    padding-right: 10px;
}

/* content: '\f005';
font-family: 'FontAwesome';
transform: scaleX(-1);
margin-right: 5px; */
.marquee-content marquee span:not(:first-child) {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}

.marquee-content marquee span:not(:first-child):before {
    content: "";
    height: 14px;
    width: 3px;
    background-color: #193370;
    position: absolute;
    left: 0;
}

/* stepr close */
.header-marquee {
    padding: 13.5px 0;
    display: flex;
    position: relative;
    color: #1370fc;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    overflow: hidden;
    flex: 1;
    margin-right: 15px;
    font-size: 16px;
}

.dashboard-marquee {
    font-size: inherit;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-marquee .updates {
    background: #fff;
    z-index: 1;
}

.header-marquee .updates h3 {
    white-space: nowrap;
    font-size: inherit;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

/* .marquee-item:nth-child(::first-letter){
    text-transform: capitalize !important;
} */

.add-new-announcement {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px !important;
}

.removable-marquee.mini-sidebar .header-marquee {
    /* width: calc(100% - 60px); */
    /* left: 60px; */
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

@media (max-width: 992px) {
    /* .header-marquee {
        width: 100%;
        left: 0;
    } */
}

#latest_updates_wrapper thead th,
#allAnnoucements_wrapper thead th {
    width: 28% !important;
}

#latest_updates_wrapper thead th:first-child,
#allAnnoucements_wrapper thead th:first-child,
#allAnnoucements_wrapper thead th:last-child {
    width: 8% !important;
}

#latest_updates_wrapper thead th:last-child {
    width: 10% !important;
}

/* #announcement #DataTables_Table_0 thead tr th,
#announcement #DataTables_Table_0 tbody tr td {
    width: 29% !important;
}

#announcement #DataTables_Table_0 thead tr th:first-child,
#announcement #DataTables_Table_0 thead tr th:last-child{
    width: 7% !important;
} */

/* #announcement table thead th:first-child {
    width: 20%;
}

#announcement table thead th:nth-child(1) {
    width: 40%;
}

#announcement table thead th:nth-child(2) {
    width: 20%;
}

#announcement table thead th:last-child {
    width: 10%;
}

#announcement .table-responsive {
    overflow: auto;
} */

/* #list-view-section thead th {
    width: 25% !important;
} */

.employee-roles-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    .employee-roles-wrapper {
        justify-content: inherit;
    }

    .dashboard-marquee {
        width: auto !important;
    }
}

.modal-content .select2-container .select2-selection--multiple {
    min-height: 44px;
}

.modal-content .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc;
}

/* floating dropdown single select */

.did-floating-label-content {
    position: relative;
    margin-bottom: 1rem;
}

.did-floating-label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    width: auto;
    top: 11px;
    z-index: 1;
    letter-spacing: 0.5px;
    padding: 0 5px;
    text-transform: capitalize;
    background: #fff;
    max-width: 75%;
    width: 100%;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-size: 13px;
}

/* /-----media-quary----/ */

@media screen and (max-width: 1400px) {
    .did-floating-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1200px) {
    .did-floating-label {
        font-size: 13px;
    }
}

#roles-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    /* white-space: nowrap; */
    gap: 5px;
}

.did-floating-select {
    display: block;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
}

.did-floating-input:focus,
.did-floating-select:focus {
    outline: none;
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -8px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000;
    width: auto;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: 11px;
    font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23ccc'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    white-space: normal !important;
}

/* datepicker */

.datepicker table {
    width: 100%;
}

/* all datatables defalut searchbar remove */

.dataTables_filter {
    display: none;
}

.dataTables_scrollBody {
    height: calc(100dvh - 280px);
    border-bottom: 1px solid #ccc !important;
}

#exitUsersTable_wrapper .dataTables_scrollBody,
#emailTable_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 250px);
}

#example_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 416px);
}

#comp-table_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 277px);
}

#apply-leave_table_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 369px);
}

#probationEmployees_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 250px);
}

#newEmployeeTable_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 310px);
}

#vehicleTable_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 250px);
}

#allAnnoucements_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 264px);
}

#latest_updates_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 250px);
}

/* #celebrationsTable_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 272px);
} */

#allUsersComments_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 287px);
}

#example2_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 256px);
}

/* .project-detail-wrapper #DataTables_Table_0_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 310px);
} */

#probationEmployees_wrapper .dataTables_scrollBody table,
#exitUsersTable_wrapper .dataTables_scrollBody table,
#emailTable_wrapper .dataTables_scrollBody table,
#holdiay_table_wrapper .dataTables_scrollBody table,
#example_wrapper .dataTables_scrollBody table,
#apply-leave_table_wrapper .dataTables_scrollBody table,
#example2_wrapper .dataTables_scrollBody table,
#newEmployeeTable_wrapper .dataTables_scrollBody table,
#vehicleTable_wrapper .dataTables_scrollBody table,
#allAnnoucements_wrapper .dataTables_scrollBody table,
/* #comp-table_wrapper .dataTables_scrollBody table, */
#latest_updates_wrapper .dataTables_scrollBody table,
#PolicyTable_wrapper .dataTables_scrollBody table,
#celebrationsTable_wrapper .dataTables_scrollBody table,
.project-detail-wrapper #DataTables_Table_0_wrapper table {
    width: 100% !important;
}

#PolicyTable_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 249px);
}

#employeeTable_wrapper .dataTables_scrollBody {
    height: calc(100dvh - 325px);
}

/* #employeeTable_wrapper thead th,
#newEmployeeTable_wrapper thead th {
    width: 19% !important;
} */

#exitUsersTable_wrapper thead th {
    width: 20% !important;
}

#example_wrapper thead th {
    width: 16% !important;
}

#example_wrapper thead th:last-child {
    width: 4% !important;
}

#apply-leave_table_wrapper thead th {
    width: 14% !important;
}

.action-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 7px;
    /* justify-content: center; */
}

/* #comp-table_wrapper .dataTables_scrollHead table thead th {
    width: 16% !important;
} */

/* #comp-table_wrapper .dataTables_scrollHead table thead th:last-child {
    width: 8% !important;
} */

/* .dataTables_scrollHeadInner{
    width: 100% !important;
} */

/* .edit-data,
.add-data,
.change-probation,
.can_leave,
.view_leaves,
.del_leave,
.view_leave,
.edit_leaves {
    font-size: 18px;
    cursor: pointer;
} */

#PolicyTable_wrapper table tbody td:first-child {
    text-transform: capitalize;
}

#office_assets table tbody th {
    font-weight: 500;
    text-transform: capitalize;
    width: 50%;
    letter-spacing: 0.5px;
}

.view-employee-roles {
    gap: 15px 31px;
    padding-left: 5px;
    flex-wrap: wrap;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select~.select2-container--focus~.did-floating-label {
    top: -8px !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000;
    width: auto;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: 11px;
    font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
}

.status-btn-wrapper {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 500;
}

.status-btn-wrapper:hover {
    color: #fff;
}

.status-approve-btn {
    background: #55ce63;
    border: 1px solid #55ce63;
}

.status-decline-btn {
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

.status-cancel-btn {
    background-color: #6c757d;
    border: 1px solid #6c757d;
}

.status-pending-btn {
    background-color: #fff3c6;
    border: 1px solid #ffe273;
    color: #000 !important;
}

.status-btn-wrapper:after {
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    position: relative;
    top: 3px;
}

.accented {
    accent-color: #0075ff;
}

/* Action */
.actionDelete {
    color: #cc140f;
    background: #ffded7;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cc140f;
    cursor: pointer;
}

.actionEdit {
    color: #3eb2dd;
    background: #e2f5fc;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #3eb2dd;
    cursor: pointer;
}

.viewAction {
    color: #60b718;
    background: #dfefd0;
    padding: 10px;
    border-radius: 6px;
    /* margin-right: 6px; */
    border: 1px solid #60b718;
    cursor: pointer;
}

/* End Action */

/* marquee text css */

/*
.marquee-item {
    position: relative;
    display: inline-block;
} */

/* #myMarquee .marquee-item {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
} */

/* #myMarquee .marquee-item i {
    font-size: 20px;
    margin: 0 0 2px 10px;
    color: #28ff32;

}  */

.dashboard-marquee {
    white-space: nowrap;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.dashboard-marquee .marquee-item {
    display: inline-block;
    padding-right: 10px;
}

.dashboard-marquee {
    animation: marquee 36s linear infinite;
}

@keyframes marquee {
    from {
        transform: translate3d(100%, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.dashboard-marquee:hover {
    animation-play-state: paused;
}

/* 
.marquee-item[title]:hover::after {
    content: attr(title);
    position: absolute;
    background-color: rgba(106, 106, 106, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1000;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
} */

.marquee-item:hover::after {
    opacity: 1;
}

/* end css */

/* annoucements and latest upadtes description column css */

@media (min-width: 768px) {

    /* .announcement-content.collapsed {
        displa  y: flex;
        align-items: center;
    } */
    .announcement-content.collapsed span:first-child {
        width: 250px !important;
    }
}

.announcement-content.collapsed span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    display: block;
    white-space: nowrap;
}

.read-more {
    display: none;
    color: blue;
    font-size: 13px;
    cursor: pointer;
}

/* End css */

.sidebar-badge-main {
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 12px;
    /* background-color: #fff; */
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    /* width: 20px; */
    /* height: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.sidebar-menu li a:hover .sidebar-badge-main,
.sidebar-menu ul ul a.active .sidebar-badge-main {
    /* background-color: var(--primary-color); */
    color: var(--primary-color);
}

.submit-section {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.submit-section button {
    width: 30%;
}

.submit-btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.wedding_image {
    display: flex;
    align-items: center;
    gap: 50px;
}

.reset-btn {
    border-radius: 5px;
    width: 100%;
    padding: 8px 10px;
}

.logout i.fa.fa-power-off {
    color: white;
    padding: 10px 14px;
    font-size: 24px;
    cursor: pointer;
}

.hidden {
    display: none;
    /* This hides the elements */
}

.chart-container {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

.chart-title {
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .chart-title {
        font-size: 1.2em;
    }

    /* #tech_chart,
    #status_chart,
    #desig_chart {
         height: 300px !important;
    } */
}

#tech_chart,
#status_chart,
#desig_chart {
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.project-detail-section th:last-child {
    text-align: right;
}

.logout {
    text-align: right;
    padding-bottom: 20px;
}

.card-body .table-responsive table.dataTable {
    margin: 0 !important;
    border: none !important;
}

.card-body .table-responsive table.dataTable thead th {
    border: none !important;
}

/* .dropdown .dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
} */

.dropdown .dropdown-menu .dropdown-item i {
    font-size: 15px;
}

.anniversary_input {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    margin: 0;
}

/* .table-responsive .celebration thead tr th.sorting_asc{
    width: 30% !important;
} */

/* #celebrationsTable thead tr th:first-child,
#celebrationsTable tbody tr td:first-child,
#employeeTable_wrapper thead tr th:first-child,
#employeeTable_wrapper tbody tr td:first-child {
    width: 5% !important;
} */

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 10px;
}

/* #employeeTable_wrapper thead tr th:first-child,
#employeeTable_wrapper tbody tr td:first-child {
    width: 5% !important;
} */
#allUsersComments_wrapper .dataTables_scrollBody table {
    width: 100% !important;
}

.innerTabsLeaves {
    display: flex;
    overflow: auto;
}

.custom-confirm-button {
    font-size: 20px;
    padding: 15px 30px;
    min-width: 150px;
}

.custom-title-swal {
    display: block;
    font-size: 23px !important;
    padding-top: 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #217cb0;
    color: #fff !important;
    border: 1px solid #217cb0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #217cb0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #e7e7e7;
    background: #f9f9f9;
    box-shadow: 0px 0px 1px #afafaf;
    cursor: pointer;
    color: #333 !important;
}

#vehicleTable_wrapper .dataTables_scroll table td {
    width: 25% !important;
}

/* #vehicleTable_wrapper .dataTables_scroll table th,
#vehicleTable_wrapper .dataTables_scroll table td{
    width: 25% !important;
} */

.current-address {
    border: none !important;
    padding: 0 !important;
}

.hr_announcement_main_cls {
    height: calc(100vh - 160px);
    overflow: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 8px;
}

.leave-table tbody tr td {
    white-space: nowrap;
}

/* table-ui */

/* .passwordCard {
    box-shadow: 0 0 7px #ccc;
    padding: 37px;
    border-radius: 0 35px 35px 0;
    background: #fff;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} */

.passwordInputBox {
    width: 100%;
}

.leaveApp {
    display: none;
}

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

.table-responsive input[type="number"] {
    width: 100%;
}

.iconLevel {
    font-size: 33px;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    padding: 10px 10px;
    background: #ff1d1d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 765px) {
    .dataTables_length label {
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    button#resetButton2 {
        width: 33%;
        font-size: 15px;
    }

    .col-xl-3.col-md-12 {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .reset-btn {
        width: 33%;
    }

    .leaveBtn {
        font-size: 12px;
        padding: 6px 6px;
    }

    .breadcrumb {
        font-size: 10px !important;
    }

    .policyBreadcrumb {
        font-size: 8px !important;
    }

    .sidebar-menu ul ul a {
        font-size: 13px;
    }

    .rolelevel {
        flex-direction: column;
    }

    .did-floating-label {
        font-size: 14px !important;
    }
}

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 {
    position: relative;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/sorting.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: auto;
    bottom: auto;
    display: inline-block;
    top: 5px;
}

.userName {
    display: inline-block;
}

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 {
    position: relative;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/sorting.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: auto;
    bottom: auto;
    display: inline-block;
    top: 5px;
}

.userName {
    display: inline-block;
}

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 {
    display: none;
}

.updatePassword,
.update_Password {
    font-size: 13px;
    padding: 8px 15px;
}

.role-permission {
    position: sticky;
    top: 0;
    z-index: 1;
}

.updateTable {
    margin: 100px 0;
}

.passwordInputBox h1 {
    font-size: 25px;
    color: gray;
}

.passwordInputBox p {
    color: gray;
}

.tabs-container {
    display: flex;
}

.addPolicy {
    font-size: 15px;
}

/* Hide tabs on smaller screens and show the dropdown */
.personaldata {
    display: none;
}

.personaldataTable {
    width: 100%;
    background: #3085b6 !important;
    color: white;
    text-align: start;
}

/* Media query to switch to dropdown on medium and smaller screens */
@media (max-width: 576px) {
    .tabs-container {
        display: none;
        /* Hide tabs */
    }

    .dropdown.personaldata {
        display: block;
        margin: 15px 0;
    }

    .addPolicy {
        margin: 0 !important;
    }
}

.personaldataTable:after {
    right: 10px;
    position: absolute;
    top: 23px;
}

.personalInfo {
    display: none;
}

.select {
    width: 100%;
}

.userid span {
    font-size: 12px;
}

/* Default styling */
td {
    padding: 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .tooltip {
        display: none !important;
    }

    table {
        width: 100%;
    }

    tr.tableBody {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .tableBody td {
        margin-bottom: 10px;
        font-size: 12px;
    }

    td {
        width: 50%;
        box-sizing: border-box;
    }

    .loader1 {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 480px) {

    .tableBody td input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
        top: 3px;
    }

    .tableBody td {
        padding: 0.5rem;
    }
}

.tableBody label.form-check-label {
    text-wrap: auto;
}

.passwordWrap {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.pagination-container.text-right {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: white;
    padding: 10px 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    right: 0;
    width: 100%;
    height: 50px;
}

.pagination-container #btn_previous {
    border: 1px solid #e7e7e7;
    background: #f9f9f9;
    box-shadow: 0px 0px 1px #afafaf;
    cursor: pointer;
    color: #333 !important;
}

.pagination-container #btn_next {
    border: 1px solid #e7e7e7;
    background: #f9f9f9;
    box-shadow: 0px 0px 1px #afafaf;
    cursor: pointer;
    color: #333 !important;
}

.pagination-container #btn_ {
    background: #217cb0;
    color: #fff !important;
    border: 1px solid #217cb0;
}

.pagination-container .active-btn {
    background-color: #217cb0;
    color: #fff !important;
    border: 1px solid #217cb0;
    padding: 5px 15px;
}

.marquee-content span {
    color: #1d8c1d;
}

/* remove microsoft edge browser default password eye */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.header-wrapper {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    flex: 1;
    width: 0;
}

.permission {
    margin: 0;
    position: relative;
}

.card.card-wrapper h3 {
    font-size: 14px;
    font-weight: 500;
}

.section-header {
    font-size: 16px;
}

.dashboard-card .title .position {
    font-size: 10px !important;
    color: #9d9d9d;
}

.error {
    margin-bottom: 55px;
}

/* .text-size-reduce{
    font-size: 16px !important;
    font-weight: 400 !important;
} */

.auth-page .row .right-wrapper .right-wrapper-inner .form-group .error {
    position: relative !important;
    top: 0 !important;
    left: 0;
    color: #ff948d;
    font-size: 12px;
}

.auth-page .row .right-wrapper .right-wrapper-inner .form-group {
    margin-bottom: 10px !important;
}

.select-box-wrapper span.select2-selection.select2-selection--multiple {
    display: flex;
    flex-flow: wrap;
}

.select-box-wrapper ul#select-container {
    margin: inherit;
}

.select-box-wrapper span.select2-search.select2-search--inline {
    display: inline-block;
    width: 100%;
    word-break: break-all;
    position: relative;
    line-height: 10px;
}

.select-box-wrapper span.select2-search.select2-search--inline textarea.select2-search__field {
    position: relative;
}

.select-box-wrapper button.select2-selection__choice__remove {
    height: 100%;
}

.select-box-wrapper .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.projects-preview {
    display: block;
}

/* Responsive table  */

@media screen and (max-width: 767px) {
    .dataTables_scrollBody {
        max-height: fit-content !important;
        height: auto !important;
    }

    table.responsive-table {
        border: 0;
    }

    table.responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    table.responsive-table td {
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.8em;
        width: 100% !important;
        box-sizing: border-box !important;
        min-height: 45px;
        text-wrap: initial !important;
        text-align: left;
        max-width: 100% !important;
    }

    table.responsive-table td.dataTables_empty {
        justify-content: center;
    }

    table.responsive-table td.dataTables_empty::before {
        display: none;
    }

    table.responsive-table td::before {
        content: attr(data-label);
        font-weight: 500;
        text-align: left;
        flex: 0 0 50%;
        letter-spacing: 0.3px;
    }

    table.responsive-table td:last-child {
        border-bottom: 0;
    }

    table.project-report.responsive-table {
        width: 100%;
    }

    table.project-report.responsive-table tr td::before {
        flex: 0 0 20%;
    }

    table.project-report .form-group {
        margin-bottom: 0;
        width: 100%;
    }
}

.auth-page .row .right-wrapper .right-wrapper-inner .form-group .error {
    position: relative !important;
    top: 0 !important;
    left: 0;
    color: #ff948d;
    font-size: 12px;
}

.select-box-wrapper span.select2-selection.select2-selection--multiple {
    display: flex;
    flex-flow: wrap;
}

.select-box-wrapper ul#select2-project_tl-container {
    margin: inherit;
}

.select-box-wrapper span.select2-search.select2-search--inline {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.select-box-wrapper span.select2-search.select2-search--inline textarea.select2-search__field {
    position: relative;
}

.select-box-wrapper button.select2-selection__choice__remove {
    height: 100%;
}

/* .table-scroll {
    overflow: auto;
    max-height: calc(100dvh - 233px);
} */

.table-scroll table.dataTable {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .table-scroll {
        max-height: calc(100dvh - 300px);
    }
}

@media (max-width: 575px) {
    .table-scroll {
        max-height: calc(100dvh - 360px);
    }
}

/* All Employee table  */

/* .table-scroll.user-table-scroll {
    overflow: auto;
    max-height: calc(100dvh - 310px);
} */

@media (max-width: 767px) {
    .table-scroll.user-table-scroll {
        max-height: calc(100dvh - 381px);
        min-height: 270px;
    }
}

@media (max-width: 575px) {
    .table-scroll.user-table-scroll {
        max-height: calc(100dvh - 562px);
        min-height: 350px;
    }
}

/* New Employee table  */

.table-scroll.new-user-table-scroll {
    overflow: auto;
    max-height: calc(100dvh - 290px);
}

@media (max-width: 1200px) {
    .table-scroll.new-user-table-scroll {
        max-height: calc(100dvh - 348px);
    }
}

@media (max-width: 767px) {
    .table-scroll.new-user-table-scroll {
        max-height: calc(100dvh - 428px);
    }
}

@media (max-width: 575px) {
    .table-scroll.new-user-table-scroll {
        max-height: calc(100dvh - 504px);
    }
}

/* Leave Request table  */

/* .table-scroll.leave-request-table-scroll {
    overflow: auto;
    max-height: calc(100dvh - px);
} */

@media (max-width: 1200px) {
    .stats-info h6 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .table-scroll.leave-request-table-scroll {
        max-height: calc(100dvh - 382px);
    }
}

@media (max-width: 575px) {
    .table-scroll.leave-request-table-scroll {
        max-height: calc(100dvh - 446px);
    }
}

/* Comp Off Request table  */

.table-scroll.comp-off-table-scroll {
    overflow: auto;
    max-height: calc(100dvh - 320px);
}

@media (max-width: 767px) {
    .table-scroll.comp-off-table-scroll {
        max-height: calc(100dvh - 331px);
    }
}

@media (max-width: 575px) {
    .table-scroll.comp-off-table-scroll {
        max-height: calc(100dvh - 490px);
    }
}

/* Holiday table  */

.table-scroll.holiday-table-scroll {
    overflow: auto;
    max-height: calc(100dvh - 137px);
}

@media (max-width: 767px) {
    .table-scroll.holiday-table-scroll {
        max-height: calc(100dvh - 155px);
    }
}

@media (max-width: 575px) {
    .table-scroll.holiday-table-scroll {
        max-height: calc(100dvh - 214px);
    }

    button.btn.btn-primary.exitBtn {
        font-size: 11px;
        height: 35px;
    }
}

/* Project table  */

@media (max-width: 575px) {
    .table-scroll.projects-table-scroll {
        max-height: calc(100dvh - 372px);
    }
}

/* How's your day table  */

@media (max-width: 1200px) {
    .table-scroll.your-day-table-scroll {
        max-height: calc(100dvh - 245px);
    }
}

@media (max-width: 767px) {
    .table-scroll.your-day-table-scroll {
        max-height: calc(100dvh - 323px);
    }
}

@media (max-width: 575px) {
    .table-scroll.your-day-table-scroll {
        max-height: calc(100dvh - 372px);
    }
}

/* end table scroll */
.dataTables_wrapper {
    min-height: auto;
}

.dataTables_wrapper .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .dataTables_wrapper .bottom {
        flex-direction: column;
    }
}

.dataTables_wrapper .dataTables_length {
    float: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
}

body.swal2-toast-shown .swal2-container {
    z-index: 99999;
}

.announcement-content {
    text-wrap: auto !important;
}

/* Project-Dropdown */

.dropdown-container {
    position: relative;
    width: 250px;
    font-family: Arial, sans-serif;
    margin: 20px;
}

/* Visible Area (Selected dropdown) */
.dropdown-selected {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
    display: flex;
    align-items: center;
}

/* Scrollable Options Container */
.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    max-height: 365px;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Individual Options */
.dropdown-option {
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
}

.dropdown-option:hover {
    background-color: #1967d2;
    color: white;
}

.dropdown-option .Active {
    background-color: #1967d2;
    color: white;
}

.tech {
    position: absolute;
    bottom: 33px;
    left: 10px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

/* #empAllLatestUpdates th.sorting {
    width: 70px !important;
} */

.swal-confirm-button {
    width: 45%;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    letter-spacing: 0.9px !important;
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.swal-cancel-button {
    width: 45%;
    border-radius: 6px !important;
    border: 1px solid #a8a4af !important;
    color: #ffffff !important;
    background-color: #a9a9a9 !important;
}

/* error-links */

.errorImg {
    width: 100%;
    max-width: 335px;
    margin-bottom: 20px;
}

.errorBtn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #217cb0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.errorBtn:hover {
    background-color: #217cb0;
}

.errorLinks {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #217cb0;
    text-align: center;
    height: calc(100vh - 16px);
    overflow: auto;
    padding: 0 10px;
}

.containerError {
    width: 90%;
    max-width: 600px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.error-image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.error-text {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.error-description {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .errorImg {
        max-width: 200px;
    }
}

.forgot-password {
    margin: 0 0 15px !important;
}

.forgot-password a {
    margin-left: 42%;
}

.no-data-found {
    justify-content: start;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px !important;
}

.no-data-found p {
    margin: auto;
}

.removeVehical {
    margin-left: 10px;
}

/* select-box-wrapper */
.select2Search span.select2-search.select2-search--inline textarea.select2-search__field {
    position: relative;
}

/* footer */
footer {
    background-color: #217cb0;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    width: calc(100vw - 240px);
    right: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.mini-sidebar footer {
    width: calc(100vw - 60px);
    right: 0;
}
.mini-sidebar.expand-menu footer {
    width: calc(100vw - 230px);
    right: 0;
}

footer p {
    margin: 0;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 13px;
}

#empCelebrations {
    max-height: calc(100dvh - 250px);
}

@media (max-width: 575px) {
    #hello {
        max-height: calc(100dvh - 385px);
    }
}

@media (max-width: 575px) {
    #exitEmp {
        max-height: calc(100dvh - 401px);
    }
}

/* Apply Leave */
.leave-combo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: auto;
    flex-wrap: wrap;
}

.leave-combo-wrapper .leave-combo-list {
    flex: 1;
    padding: 10px 25px;
    text-align: center;
    background: var(--contrast-color);
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    height: 65px;
}

@media (max-width: 1024px) {
    .leave-combo-wrapper .leave-combo-list {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .leave-combo-wrapper .leave-combo-list {
        width: calc(33% - 7px);
        flex: auto;
    }
}

@media (max-width: 390px) {
    .leave-combo-wrapper .leave-combo-list {
        width: calc(50% - 7px);
        flex: auto;
    }
}

@media (max-width: 768px) {
    .combo-leave-wrapper .leave-combo-list {
        width: calc(15% - 7px);
        flex: auto;
    }
}

@media (max-width: 576px) {
    .combo-leave-wrapper .leave-combo-list {
        width: calc(50% - 7px);
        flex: auto;
    }
}

.leave-combo-wrapper .leave-combo-list h6 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.25;
    margin: 0px;
    color: var(--primary-color);
}

@media (max-width: 1200px) {
    .leave-combo-wrapper .leave-combo-list h6 {
        font-size: 13px;
    }
}

.leave-combo-wrapper .leave-combo-list h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--primary-color);
}

.leave-combo-wrapper .leave-combo-list.active,
.leave-combo-wrapper .leave-combo-list.active h6,
.leave-combo-wrapper .leave-combo-list.active h4 {
    background-color: var(--primary-color) !important;
    color: #fff;
}



.header_id {
    font-size: 13px;
}

.responsive-table .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.responsive-table .dropdown-item .declined {
    color: #ff0000;
}

.dataTables_paginate .paginate_button.nextPreviousdisabled {
    cursor: not-allowed !important;
}

.NoProjectFound {
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .NoProjectFound {
        align-items: center !important;
        justify-content: center !important;
        font-weight: 700 !important;
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .NoProjectFound {
        align-items: center !important;
        justify-content: center !important;
        font-weight: 700 !important;
        font-size: 14px !important;
    }
}

.cancel-checkbox {
    padding: 13px;
    height: 21px;
    width: 21px;
    cursor: pointer;
}
/* .cancel-checkbox-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* new fixes */
.datesTableWrapperModal {
    overflow-y: auto;
    overflow-x: auto;

    margin-bottom: 20px;

    table {
        @media (max-width: 768px) {
            width: 500px;
        }

        tr {
            td {
                white-space: nowrap;
            }
        }
    }
}

/* @media (max-width: 768px) {
    .project-report {
        width: 800px;
        overflow: scroll;
    }
} */

.common-modal {
    max-width: 650px !important;
}

.project-report tbody tr td .time-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-report tbody tr td .report-button-wrapper {
    gap: 10px;
}

/* report module css */
.accordion-item .dateHeader {
    font-size: 18px;
}

.dateHeader .accordion-button {
    border: none;
    background: #e4f2ff;
    padding: 14px;
    box-shadow: 2px 2px 3px rgba(33, 124, 176, 0.3);
}

.dateHeader .accordion-button .header-content {
    width: calc(100% - 50px);
}


.accordion {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    align-items: ju;
}

.projectHeader .accordion-button {
    border: none;
    background-color: #eff5fb;
    padding: 10px;
}

.projectHeader .accordion-button .header-content {
    width: calc(100% - 50px);
}

.accordion-header {
    position: relative;
}

.accordion-header .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform 0.3s;
    position: absolute;
    right: 20px;
    font-family: "FontAwesome";
    font-size: 22px;
    top: 14px;
    line-height: 1;
    transform: rotate(90deg);
}

.accordion-header .menu-arrow:before {
    content: "\f105";
}

.accordion-button {
    width: 100%;
    text-align: left;
}

table.project-report {
    border: none;
    border-collapse: collapse;
}

table.project-report th {
    border: none;
    color: rgb(59, 59, 59);
}

table.project-report td {
    border: none;
}

table.project-report tr {
    border-bottom: 1px solid hsl(0, 0%, 79%);
    border-top: 1px solid hsl(0, 0%, 79%);
}

.accordion-item .projectReport {
    padding: 10px;
    border-bottom: 1px solid grey;
    border-bottom-left-radius: 10px;
    font-size: 22px;
}

.accordion-item h2 .add-data {
    position: absolute;
    right: 30px;
    color: #ffffff;
    padding: 5px 7px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
    top: 12px;
    font-size: 12px;
    background: #217cb0;
}

.accordion-body {
    padding: 15px;
}

.menu-arrow.sub-listing {
    top: 12px;
    right: 14px;
}

.all-tasks {
    padding: 15px 0 0;
}

#projectAccordioncollapse20250317 .accordion-header {
    line-height: 1.6;
}

#collapse20250317 .accordion-body {
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.notFound {
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
    font-size: 14px;
}

.leaveHeader .leaveDate {
    text-align: center;
    background-color: rgb(184, 182, 182);
}

.marquee-icon {
    width: 30px;
}

.new_from_time{
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #323840;
    box-sizing: border-box;
    box-shadow: none;
    height: 44px;
    font-size: 14px;
}

.timepicker-container {
    position: relative;
}

.note-editor .note-editing-area .note-editable ol{
    padding-left: 20px;
}

.note-editor .note-editing-area .note-editable p{
    margin-bottom: 5px;
}

.note-editor .note-editing-area .note-editable ol li{
    padding-bottom: 5px;
    line-height: 1.5;
}

.project-report tbody ol li{
    padding-bottom: 5px;
    line-height: 1.5;
}

ol{
    margin-bottom: 0;
}


.page-wrapper .page-header .filter-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-wrapper .page-header .filter-icon i{
    color: var(--contrast-color);
    font-size: 18px;
    cursor: pointer;
}


/* employee details */

@media only screen and (max-width: 767.98px) {
    .table-responsive {
        height: calc(100vh - 284px);
    }
}

.table-scroll.userVehicles-table-scroll {
    overflow: auto;
    max-height: calc(100dvh - 320px);
}

@media (max-width: 767px) {
    .table-scroll.userVehicles-table-scroll {
        max-height: calc(100dvh - 331px);
    }
}

@media (max-width: 575px) {
    .table-scroll.userVehicles-table-scroll {
        max-height: calc(100dvh - 450px);
    }
}   


/* @media only screen and (max-width: 767.98px) {
    .table-responsive #futureLeave {
        height: calc(100vh - 284px);
    }
} */