html, body {
    height: 100%; /* Ensure both html and body are 100% height */
}
.active-user{
    max-height: 500px;
    overflow-y: scroll;
    overflow: hidden;
}
.btn-sm-custom{
    padding: 3px 3px !important;
}
.table th, .table td{
    padding: 0.7rem 0.9375rem !important;
}
.table-perm  th, .table td{
    padding: 0.5rem 0.9375rem !important
}

.auth-page .auth-left-wrapper {
    width: 100%;
    height: 100%;
    background-image: url('../images/hr-tower.jpg') !important;
    background-size: cover; 
}
.star-color{
    color:  #ff0000;
}
.border-radius-0{
    border-radius: 0 !important;
}
.border-radius-5{
    border-radius: 5px !important;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle {
    width: 12px !important;
    height: 12px !important;
    font-size: 8px;
    color: #fff;
    text-align: center;
}
.overflow-y-scroll{
    overflow-y: scroll !important;
}
.d-in-block{
    display: inline-block !important;
}
.total_status{
    background-color: #e0d9ff;
}
.solve_status{
    background-color: #dcffed;
}
.open_status{
    background-color: #ddf7ff;
}
.ongoing_status{
    background-color: #dbe6ff;
}
.new_status{
    background-color: #ffdae1;
}

.toast-success {
    background-color: #51A351 !important;
}
.toast-error {
background-color: #BD362F !important;
}
.toast-info {
background-color: #2F96B4 !important;
}
.toast-warning {
background-color: #F89406 !important;
}

.receivedModal:hover,
.releaseModal:hover{
    border-color: #51A351 !important;
    background-color: #51A351 !important;
    color: rgb(255 255 255);
    font-weight: 500;
}

.attachModal:hover{
    background-color: #F89406 !important;
    color: #BD362F;
}
#pdf_footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    color: #666;
    width: 100%;
}

.loader-section {
    width: 100%;
    height: 100%; /* Change to 100% for full document height */
    background: #999999;
    position: fixed; /* Change from absolute to fixed */
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0.2;
}

.loader {
    width: 80px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0e1ee3;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
    z-index: 999999;
    position: absolute;
    top: 50%;
    left: 50%;
}

.edit-icon,
.approve-icon,
.view-icon,
.trash-icon,
.edit-icon:hover,
.approve-icon:hover,
.view-icon:hover,
.trash-icon:hover{
    background: transparent;
    border: none;
}

.edit-icon{ color: #007bff!important;}
.approve-icon, .view-icon{ color: #17a2b8!important;}
.trash-icon{ color: #dc3545!important;}

.edit-icon svg,
.approve-icon svg,
.view-icon svg,
.trash-icon svg{
    width: 20px;
    height: 20px;
}

.required {
    color: #ff0000;
}

.caution-message{
    color: #F89406;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}

.btn.trash:hover,
.btn.trash{
    background: transparent;
    border: 0px;
    padding: 0px !important;
    line-height: 34px;
    color: red;
}

.err-msg{
    display: none;
    color: red;
}

.btn.resetBtn {
    display: none;
}

.select2-container {
    margin-bottom: 10px;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 5px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-dropdown {
    z-index: 9999;
}

.dt-length, .dt-search, .dt-info, .dt-paging{
    width: 50%;
    float: left;
}

ul.pagination {
    float: right;
}

.export-button {background-image: linear-gradient(to right, #50C9C3 0%, #96DEDA  51%, #50C9C3  100%)}
.export-button {
    margin: 10px;
    margin-left: 0px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFFFFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 7px;
    display: block;
    max-width: 185px;
    float: left;
    border-color: #50C9C3;
}

.export-button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #FFFFFF;
    text-decoration: none;
    border-color: #50C9C3;
}

.home-nav {
    background: linear-gradient(90deg, rgb(74, 152, 255), rgb(8, 43, 79));
    transition: background 0.5s ease-in-out;
}
.home-nav:hover {
    background: linear-gradient(90deg, rgb(8, 43, 79), #4a98ff);
}

.home-nav ul li {
    width: 100%;
}
.home-nav ul li a {
    display: flex;
    align-items: flex-start;
    color: rgb(255 255 255);
    font-weight: 600;
    font-size: 18px;
}
.home-nav ul li a:hover {
    color: rgb(255 255 255);
}

.home-nav ul li a span { margin-left: 14px; }

.dashboard-heading {
    color: #082b4f;
}

.sidebar .sidebar-body .nav .nav-item .nav-link,
.card .card-title {
    color: #082b4f;
}

.datepicker table thead th, .table thead th {
    color: #082b4f;
    font-weight: 700;
}

@keyframes l3 {to{transform: rotate(1turn)}}

/* @media (max-width: 1199px) {
    .home-nav ul li a span { margin-left: -5px; }
} */

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .home-nav ul li a span { margin-left: 10px; }
}

.flatpickr-calendar {
    z-index: 99999 !important;
}

.text-danger {
    color: #ff0000;
}