.nav-link {
    color: #c6c9c9;
    font-size: 14px;
}

.nav-link:hover {
    border-left: 3px solid #ff5f15;
    color: white;
}

.nav-link:focus {
    color: white;
}

.nav-link.active {
    border-left: 4px solid #ff5f15 !important;
    color: white !important;
}

.btn-theme {
    --bs-btn-bg: #06163a;
    --bs-btn-color: #ffffff;
}

.bg-submenu {
    color: #afb9b9;
    background-color: #0e2046;
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #2e3e60;
    border-color: #06163a;
}

.nice-select {
    height: auto !important;
    line-height: normal !important;

}

table th {
    font-size: small;
    font-weight: 600;
}

table td {
    font-size: small;
}

label {
    font-size: small;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 5%);
}

@media (min-width: 1200px) {
    legend {
        font-weight: 500;
        font-size: 20px;
    }
}

.mystyle {
    font-size: 12px;
}

.nowrap1 {
    white-space: nowrap;
}

.preloading {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    background: #ffffff69;
    z-index: 999999;
    top: 0px;
    display: table;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
  }
  
  .preloading .loader-img {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 250px;
    width: 90px;
    filter: hue-rotate(251deg);
  }