/* /Src/Layout/Dashboard/DashboardMainLayout.razor.rz.scp.css */
body[b-pht07esegd] {
}

.rotate-0[b-pht07esegd] {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.rotate-180[b-pht07esegd] {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
/* /Src/Pages/Auth/Login.razor.rz.scp.css */
:root[b-jrr4qtdbc7]{
    --font-family-primary: 'Inter', sans-serif;
    --tw-border-color: #ccc;
}

.login-whole[b-jrr4qtdbc7] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.login-section[b-jrr4qtdbc7] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.form-group label[b-jrr4qtdbc7] {
    width: 41px;
    height: 28px;
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666 !important;
}

.image-holder[b-jrr4qtdbc7] {
    width: 30%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-holder img[b-jrr4qtdbc7] {
    width: 960px;
    height: 1080px;
    object-fit: cover;
}

.login[b-jrr4qtdbc7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.login-form[b-jrr4qtdbc7] {
    width: 436px;
    height: 347px;
    top: 322px;
    left: 262px;
    margin-top: 25px;
}


.login-header[b-jrr4qtdbc7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.login-header .logo img[b-jrr4qtdbc7] {
    width: 200px;
    height: auto;
}

.main-description[b-jrr4qtdbc7] {
    gap: 16px;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: rgb(5 168 155 / var(--tw-bg-opacity, 1));
    line-height: 42.9px;
    flex-direction: column;
    font-family: var(--font-family-primary);
}

.form-group[b-jrr4qtdbc7] {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

[b-jrr4qtdbc7] .form-control {
    height: 44px ;
    padding: 8px ;
    font-size: 16px ;
    margin-bottom: 15px ;
    border: 1px solid #ccc ;
    border-radius: 4px ;
    box-sizing: border-box ;
    background-color: #fff !important;
    color: #111827 !important;
}

/* Override browser autofill styles */
[b-jrr4qtdbc7] .form-control:-webkit-autofill,
[b-jrr4qtdbc7] .form-control:-webkit-autofill:hover,
[b-jrr4qtdbc7] .form-control:-webkit-autofill:focus,
[b-jrr4qtdbc7] .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #111827 !important;
    background-color: #fff !important;
}

.form-group.button-group[b-jrr4qtdbc7] {
    display: flex;
    justify-content: center;
}

.bold[b-jrr4qtdbc7] {
    font-weight: bold;
}

.remember-forgot[b-jrr4qtdbc7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.remember-forgot label[b-jrr4qtdbc7] {
    color: #666 !important;
}

/* Force checkbox to light mode */
.remember-forgot input[type="checkbox"][b-jrr4qtdbc7] {
    accent-color: rgb(5 168 155);
    background-color: #fff !important;
    color-scheme: light !important;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    border: 1px solid #ccc !important;
}

.remember[b-jrr4qtdbc7] {
    display: flex;
    align-items: center;
}



.forgot[b-jrr4qtdbc7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cap-id-link[b-jrr4qtdbc7]{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}

.forgot-password[b-jrr4qtdbc7] {
    color: rgb(5 168 155 / var(--tw-bg-opacity, 1));
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--font-family-primary);
}

.forgot-password:hover[b-jrr4qtdbc7] {
    text-decoration: underline;
}

.sign-in-btn[b-jrr4qtdbc7] {
    width: 188px;
    height: 44px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    align-self: center;
}

[b-jrr4qtdbc7] .validation-message{
    color:red;
    font-size: 13px;
}

@media (max-width: 768px) {
    .login-whole[b-jrr4qtdbc7] {
        flex-direction: column;
    }

    .login-section[b-jrr4qtdbc7], .image-holder[b-jrr4qtdbc7] {
        width: 100%;
    }

    .login[b-jrr4qtdbc7] {
        width: 90%;
    }

    .image-holder[b-jrr4qtdbc7] {
        display: none;
    }

    .login-form[b-jrr4qtdbc7] {
        width: 100%;
        height: auto;
    }

    .main-description[b-jrr4qtdbc7] {
        font-size: 22px;
        line-height: 30px;
    }

    .form-control[b-jrr4qtdbc7] {
        width: 100%;
    }

    .sign-in-btn[b-jrr4qtdbc7] {
        width: 100%;
    }
}
/* /Src/Pages/Dashboard/LandingPage/Index.razor.rz.scp.css */
.dropdown:hover .dropdown-menu[b-eqwkfkag99] {
  display: block;
}
/* /Src/SharedComponents/Toast/Toast.razor.rz.scp.css */
.animate-toast[b-tqjqtbxhlq] {
    animation: slide-in-b-tqjqtbxhlq 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), slide-out-b-tqjqtbxhlq 0.4s linear 4s forwards;
}

.toast-message-box[b-tqjqtbxhlq] {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.toast-success[b-tqjqtbxhlq] {
    color: #05a864;
}

.toast-error[b-tqjqtbxhlq] {
    color: #dc3545;
}

.toast-info[b-tqjqtbxhlq] {
    color: #0096FF;
}

.toast-warning[b-tqjqtbxhlq] {
   color: #ff8800;
}


/* Slide animations */
@keyframes slide-in-b-tqjqtbxhlq {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-tqjqtbxhlq {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    20% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
