
[dir=rtl] .iq-navbar .dropdown .dropdown-menu.sub-drop {
    left: 0 !important;
}

.form-group {
    color: #0a0c0d !important;
}

.image-container {
    position: relative;
}

.image-text {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.select2-selection {
    border: 1px solid #30384f;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #8a92a6;
    background-color: #222738;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-color: #80bdff;
}

.select2-selection__arrow {
    display: none;
}


.date-margin {
    margin-top: 4px;
}

.datepicker-cell.focused:not(.selected) {
    background-color: var(--bs-primary) !important;
}

.datepicker-cell.selected {
    background-color: var(--bs-primary) !important;
}

.datepicker-cell:not(.disabled):hover {
    background-color: var(--bs-gray-300) !important;
    color: var(--bs-primary) !important;
}

.datepicker-view {
    width: max-content;
}


input[type="password"]::-ms-reveal {
    display: none;
}
.vh-91 {
    height: 90vh !important;
}
.vh-factor {
    height: calc(100vh - 100px) !important;
}
