[class*="sidebar-dark"] .brand-link, [class*="sidebar-dark"] .brand-link .pushmenu {
    color: transparent;
  }
  .logo-xl.brand-image-xl, .logo-xs.brand-image-xl {
    left: 27px;
    top: 15px;
  }

.admin-search.form-control,
.admin-select.form-select,
.admin-btn.btn.btn-primary {
    border-radius:40px !important;
}
.search-wrapper {
    position: relative;
}
.admin-search.form-control {
    
    padding-left: 10px;
}
.admin-date-picker.form-control {
    border-radius:0px;
    background-color: transparent !important;
    color:#3579F6;
}
.admin-export,.admin-filter{
    background-color: transparent !important;
    border-radius:40px !important;
    border:0.5px solid #8D918F;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    color:#3579F6;
    font-size:16px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-container {
    position: fixed;
    top: 10%;
    right: 0;
    width: 314px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-height: 90%;
    overflow-y: auto;
    padding:16px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.modal-body {
    padding: 16px;
    flex: 1;
    overflow-y: auto;
}

.modal-footer {
    padding: 16px;
    border-top: 1px solid #ddd;
}

.close {
    background: none;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}
.admin-filter-label-options{
    font-size: 16px;
    font-weight: 400 !important;
}
h1.h1{
    font-size:24px !important;
    font-weight:600 !important;
}
.admin-table.table td{
    background-color: #fff !important;
    
}
table.table.admin-table tr:hover td{
    background-color: #b8b6b6 !important;
}

.admin-search-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #3579F6;
}
