/* If using the default topnav layout */
.navbar-brand {
    padding: 0; /* Remove padding from the navbar brand */
}

/* If using the default sidebar layout */
.brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0.5rem; /* Adjust padding as needed */
}

.white-bg {
    background-color: #FFFFFF;
}

/* Default logo size for larger screens */
.logo-link img {
    width: 100px; /* Adjust as needed */
    height: auto;
}

/* Default logo size for larger screens */
.app-logo-link img {
    width: 200px; /* Adjust as needed */
    height: auto;
}

/* Reduce logo size for smaller screens */
@media (max-width: 767px) {
    .logo-link img {
        width: 50px; /* Adjust as needed */
    }
}

/* Reduce logo size for smaller screens */
@media (max-width: 767px) {
    .app-logo-link img {
        width: 60px; /* Adjust as needed */
    }
}

/* Default Login page logo size for larger screens */
.login-logo-link img {
    width: 60px; /* Adjust as needed */
    height: auto;
}

/* Default Login page logo size for larger screens */
.login-app-logo-link img {
    width: 100px; /* Adjust as needed */
    height: auto;
}

/* Reduce Login page logo size for smaller screens */
@media (max-width: 767px) {
    .login-logo-link img {
        width: 50px; /* Adjust as needed */
    }
}

/* Reduce Login page logo size for smaller screens */
@media (max-width: 767px) {
    .login-app-logo-link img {
        width: 60px; /* Adjust as needed */
    }
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    max-height: 50px;
    width: auto;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

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

/*span.select2-selection.select2-selection--multiple {
    height: 45px !important;
}*/