.auth-bg {
    background-image: url("../../images/bg-auth.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-auth-2.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: #7d4ebf !important;
}

.link-primary:hover {
    color: #7d4ebf !important;
}

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

.custom-btn {
    background-color: #f25260 !important;
    background-image: linear-gradient(
        120deg,
        #f25260 0%,
        #7d4ebf 100%
    ) !important;
    border-radius: 20px !important;
}

.form-control:focus {
    border: 3px solid #7d4ebf;
}

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

button {
    background-color: #7d4ebf !important;
    color: #ffffff !important;
}

button:hover {
    background-color: #7d4ebf !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: #7d4ebf !important;
}

#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;
    }
}
