.flex-root {
    flex: 1
}
.app-page {
    display: flex
}
.avatar {
    display: inline-flex;

    border-radius: 9999px;
    
    width: 2.5rem;
    height: 2.5rem;
    
    font-weight: 600;
    /* font-size: 1.625rem; */
    
    line-height: 2.125rem;
    
    justify-content: center;
    align-items: center;
}
.dropdown-hover:hover .dropdown-menu {
    display: block;
    position: absolute; 
    inset: 0px auto auto 0px; 
    margin: 0px; 
    transform: translate3d(0px, 38px, 0px);
}
.dropdown-hover:hover .dropdown-menu-end {
    display: block;
    position: absolute; 
    inset: 0px 0px auto auto; 
    margin: 0px; 
    transform: translate3d(0px, 38px, 0px);
}

.tooltip.show p {
    text-align: left;
    padding: 1;
    margin: 0;
    width: 100%;
}
.page-link {
    color: var(--bs-btn-color) !important;
}
.active>.page-link, .page-link.active {
    background-color: var(--bs-btn-hover-bg) !important;
}
.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}
.fs-7 {
    font-size: .95rem !important;
}
.fs-8 {
    font-size: .8rem !important;
}

.dt-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.select2-container--bootstrap-5 .select2-selection {
    background-color: var(--bs-body-bg);
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: var(--bs-body-color);
}

.icon-bank {
    width: 16px !important;
    height: 16px !important;
}
.icon-bank-2 {
    width: 24px !important;
    height: 24px !important;
}
.icon-bank-3 {
    width: 32px !important;
    height: 32px !important;
}
.icon-bank-small {
    width: 10px !important;
    height: 10px !important;
}

.logo-style {
    background: #FF0000;
    background: linear-gradient(to right, #FF0000 10%, #00FF00 50%, #0000FF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 1.7rem;
}
.logo-style-big {
    font-size: 3rem;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}
.form-signin-login input#lrLogin {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin-login input#lrPassword {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin-pwd input#lrPassword {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin-pwd input#lrPassword2 {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cursor-pointer {
    cursor: pointer;
}

.w-33 {
    width: 33% !important;
}