
#login-bg {
    background-color: black !important;
    background-image: none ;
}

.bg-login-image {
    background-image: url(../img/fos_logo.png) !important;
    background-size: 30em !important;
    background-repeat: no-repeat !important;
}

.card-body {
    background: linear-gradient(90deg, #ff5ca7, #4dcfff) !important;
}

.btn-custom {
    background: linear-gradient(90deg, #ff5ca7, #4dcfff) !important;
}

.nav-item.active > a {
    background-color: #f8f9fa !important; /* Light grey background for active items */
    color: #6c757d !important; /* Grey text color */
}

.collapse-item.active {
    background-color: #f8f9fa !important; /* Light grey background for active sub-items */
    color: #6c757d !important; /* Grey text color for sub-items */
}

.unit-label {
    position: absolute;
    right: 15px;
    top: 50px; /* Adjust this based on the input field height */
    color: #6c757d; /* Optional: Text color to match form styling */
    font-size: 16px;
    line-height: 38px;
    pointer-events: none; /* Prevent interaction */
}

.modal-logo {
    max-width: 100px; /* Adjust logo size as needed */
    height: auto;
}
.modal-title {
    text-align: center;
    width: 100%;
}

.error-message {
    font-size: 0.9em;
    margin-top: 5px;
}

.searchable-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-box {
    position: relative;
    cursor: pointer;
}

.select-input {
    padding: 10px;
    width: 100%;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.options {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1000;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}

.option {
    padding: 10px;
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0;
}

.no-results {
    padding: 10px;
    color: #999;
}

.text-left-align {
    text-align: left;
}


.search-container {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    max-width: 800px;
    margin: 20px auto;
}
.form-label {
    font-weight: bold;
    color: #7CA421; /* Green color */
}
.btn-custom {
    background-color: #7CA421;
    color: white;
    border: none;
}
.btn-custom:hover {
    background-color: #6b8e23;
}

#loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #007bff;
    z-index: 9999;
}

.modal-promo img {
    max-width: 100%;
    border-radius: 8px;
}
.promo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
}
