.w-5 {
    width: 5%;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    width: auto;
}

.form-control-sm {
    border: 1px solid #EAEAEA;
}

select.form-control-sm {
    background-color: #FFF;
    margin-left: 10px;
    padding: 0;
}

.auth .auth-form-transparent {
    background: #FFF;
}

.login .content-wrapper {
    background: #FFF;
}

.select2-container--default {
    width: 100% !important;
}

.select2-container,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #EAEAEA;
}

.footer-wrapper .footer {
    padding: 5px 1rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-user-icon img {
    border-radius: 30px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    top: -10px;
    left: -12px;
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 1px !important;
}

.readonly {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.accordion.accordion-solid-header .card .card-header a {
    padding: 1rem 4.5rem 1rem 2rem;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 50px;
}

.sidebar .ProgramDataForm{
    display:none;
}