.bg-gray-100 {
    background-color: #ffffff !important;
}

/* Overlay Style */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark background */
    display: none; /* Initially hidden */
    z-index: 99999;
}

/* Popup Style */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none; /* Initially hidden */
    z-index: 100000;
    width: 70%;
    min-width: 800px;
    min-height: 600px;
    border-radius: 8px;
    font-family: Verdana, Arial, sans-serif;
}

.navbar-vertical.navbar-expand-xs { top: 0px; border-right: 1px solid #344767 !important; }
.navbar .nav-link {
    font-size: inherit;
}
.nav-item h6 { margin: 0; }
.navbar .icon-sm {
    width: 25px;
    height: 18px;
}

.navbar-vertical .navbar-nav .nav-link .icon {
    padding: 10px;
    padding-left: 30px;
}

.main-content { padding-top: 0px; }

.ifaFileList {
    min-height: 20px;
    max-height: 250px;
    overflow-y: scroll;
}

.card-header h4 span i { font-size: 0.9rem; padding: 0 8px;}
.card-header h4 span a { color: white;}
.card-header h4 span a:hover { color: white;}

.modal-body input, .modal-body textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    font-family: Verdana, Arial, sans-serif;
    color: #2C3E50;
    font-size: 15px;
  }

.card { border-radius: unset; }
.card-header:first-child { border-radius: unset; }

.sidenav-footer {
    position: absolute;
    width: 90%;
    bottom: 0;
    margin-left: 25px !important;
}

@media (min-width: 1200px) {
    .sidenav.fixed-start + .main-content {
        margin-left: 15.125rem;
    }
}