.auth-image-section {
    position: relative;
    /* To position the overlay properly */
    background-image: url("/assets/svg/login.svg");
    background-size: left;
    background-position: center;
    color: white;
    /* Text color for contrast */
}

.auth-image-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 1;
}

.auth-image-section h1,
p {
    position: relative;
    z-index: 2;
    /* Place content above the overlay */
}

.overlay-content {
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 80%;
}

.overlay-content h2 {
    font-size: 2.5rem;
    /* Match text size to the image */
}

.overlay-content p {
    font-size: 1.2rem;
    /* Smaller paragraph text */
}

.fs-55 {
    font-size: 50px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.forgetPassword {
    color: #ff6a00;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fw-bold {
    font-weight: bold;
}

.text-black {
    color: #000000 !important;
}

.fs-50 {
    font-size: 45px;
}

.fs-14 {
    font-size: 14px;
}

.mt-50 {
    margin-top: 8rem;
}

.auth-logo {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: -7px;
}

.font-700 {
    font-weight: 700;
}

.font-500 {
    font-weight: 500;
}

.font-400 {
    font-weight: 400;
}

.forgetPassword:hover {
    color: #ff6a00 !important;
}

.form-control:disabled {
    background-color: #f5f5f5 !important;
    padding-left: 10px !important;
    opacity: unset !important;
}

i.ri-eye-fill.align-middle {
    font-size: 18px;
}

.order-status-container {
    display: flex;
    gap: 10px;
}

.order-status {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 25px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}


.badge-border-warning {
    border: 2px solid #FFBC0A;
    color: #FFBC0A;
    padding: 9px 12px !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.badge-border-success {
    border: 2px solid #4cb64c;
    color: #4cb64c;
    padding: 9px 12px !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.badge-border-danger {
    border: 2px solid #e75c5c;
    color: #e75c5c;
    padding: 9px 12px !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

div .dp__input {
    border: none !important;
    color: #151417 !important;
}

div .dp__input::placeholder {
    color: #151417 !important;
    font-size: 16px;
    font-weight: 500;
}

div .dp__input_icon {
    color: #151417 !important;
}

div .multiselect-placeholder {
    color: #151417 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.VueDatePicker {
    border: 1px solid #000000 !important;
    font-size: 14px;
    border: none;
    border-radius: 25px;
    padding: 2px 10px;

}


.unit-add {
    color: #72c100 !important;
    font-weight: 900 !important;
}

.row.mb-3.card.card-body.card-border {
    border-radius: 30px;
    background-color: #F5F5F580 !important;
    ;
}

.multiselect-backgroundcolor {
    background-color: #F5F5F580 !important;

}

.multiselect-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;

}
