.hide {
    display: none;
}
.cursor-pointer {
    cursor: pointer !important;
}
.fs-18 {
    font-size: 18px !important;
}
.icon-wrapper {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }
.select2-container--default .select2-selection--single{
    height: 36px !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}

/* active class menu css */

.active {
    background-color: rgba(255,255,255,.9) !important;
    color: #343a40 !important;
}
div.dt-container div.dt-paging{
    margin-top: 5px !important;
}
.full-width {
    width: 100% !important;
}
.auto-width {
    width: auto !important;
}
.table-responsive {
    width: 100% !important;
    overflow-x: auto !important;
}
.table {
    width: 100% !important;
    table-layout: auto !important;
} 
.table-right{
    display: flex !important;
    justify-content: end !important;
}
.nav-item{
    padding-right: 10px !important;
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-box{
    width: 400px !important;
}


.custom-login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5; 
}

.custom-login-box {
    width: 100%;
    max-width: 450px; 
    margin: 20px; 
}

.custom-card {
    border-radius: 10px; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
}

.hide2 {
    display: none;
}
