.btn-sm-custom{
    padding: 3px 5px !important;
    margin: 1px;
}
.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;
}
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator {
    position: absolute;
    top: -2px !important;
    right: -4px !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;
}

.edit-icon,
.view-icon,
.trash-icon{
    background: transparent;
    border: none;
}

.edit-icon{ color: #007bff!important;}
.view-icon{ color: #17a2b8!important;}
.trash-icon{ color: #dc3545!important;}

.edit-icon svg,
.view-icon svg,
.trash-icon svg{
    width: 20px;
    height: 20px;
}

.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%;
}