.auth-bg {
    background-image: url("../images/bg-1.png");
    background-repeat: no-repeat;
    background-size: cover; /* makes the image cover the entire container */
    background-position: center; /* centers the image */
    width: 100%;
    height: 100%;
}

.auth-bg2 {
    background-image: url("../images/bg-1.png");
    background-repeat: no-repeat;
    background-size: cover; /* makes the image cover the entire container */
    background-position: center; /* centers the image */
    width: 100%;
    height: 100%;
}

.f-text {
    font-size: 20px !important;
    font-weight: bolder !important;
}

.custom-card {
    background-color: #00000073;
    border-radius: 30px;
}

.custom-card-transparent {
    background-color: transparent;
    color: #ffffff;
    font-weight: 900 !important;
    border: none !important;
}

.link-primary {
    color: #2596be !important;
}

.link-primary:hover {
    color: #2596be !important;
}

.login-btn {
    border-radius: 20px !important;
}

.custom-btn {
    background-color: #2596be !important;
    background-image: linear-gradient(
        120deg,
        #2596be 40%,
        #fcac3d 100%
    ) !important;
    border-radius: 20px !important;
}

.form-control:focus {
    border: 3px solid #2596be;
}

.form-label {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
}

/* button {
    background-color: #2596be !important;
    color: #ffffff !important;
}

button:hover {
    background-color: #2596be !important;
} */

.auth-card {
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
}

.auth-card2 {
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--highlighted {
    color: #2596be !important;
}

#reader {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.controls {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.log {
    max-width: 480px;
    margin: 12px auto;
    padding: 10px;
    border-radius: 6px;
    background: #fafafa;
    border: 1px solid #eee;
}

.success {
    color: #155724;
    background: #d4edda;
    padding: 6px;
    border-radius: 4px;
}

.error {
    color: #721c24;
    background: #f8d7da;
    padding: 6px;
    border-radius: 4px;
}

#toastr-container > div {
    border-radius: 0 !important;
    min-width: 400px;
    padding-left: 1.25rem;
}

.toastr-success::before {
    content: "";
    font-size: 1.2rem;
}

.toastr-error::before {
    content: "";
    font-size: 1.2rem;
}

.toastr-success,
.toastr-error,
.toastr-info,
.toastr-warning {
    background-image: none !important;
}

@media (max-width: 767px) {
    #toastr-container > div {
        min-width: 320px;
    }

    .menu-items {
        display: none !important;
    }

    .header {
        padding: 0 10px !important;
    }

    .f-text {
        font-size: 18px !important;
    }
}
