/* /Components/Layout/GuestLayout.razor.rz.scp.css */
.page[b-ii5ncd4n74] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ii5ncd4n74] {
    flex: 1;
}

.sidebar[b-ii5ncd4n74] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ii5ncd4n74] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ii5ncd4n74]  a, .top-row[b-ii5ncd4n74]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ii5ncd4n74]  a:hover, .top-row[b-ii5ncd4n74]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ii5ncd4n74]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ii5ncd4n74] {
        justify-content: space-between;
    }

    .top-row[b-ii5ncd4n74]  a, .top-row[b-ii5ncd4n74]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ii5ncd4n74] {
        flex-direction: row;
    }

    .sidebar[b-ii5ncd4n74] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ii5ncd4n74] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ii5ncd4n74]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ii5ncd4n74], article[b-ii5ncd4n74] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ii5ncd4n74] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ii5ncd4n74] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5wlljpg8jj] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5wlljpg8jj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5wlljpg8jj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5wlljpg8jj] {
    font-size: 1.1rem;
}

.bi[b-5wlljpg8jj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5wlljpg8jj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5wlljpg8jj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5wlljpg8jj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5wlljpg8jj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5wlljpg8jj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5wlljpg8jj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5wlljpg8jj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5wlljpg8jj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5wlljpg8jj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5wlljpg8jj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5wlljpg8jj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5wlljpg8jj] {
        display: none;
    }

    .nav-scrollable[b-5wlljpg8jj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.glassy-card[b-t9pcqfs9gz] {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

    .glassy-card:hover[b-t9pcqfs9gz] {
        transform: scale(1.05);
    }
/* /Components/Pages/Donate.razor.rz.scp.css */
.donation-card[b-s3bnv740gy] {
    border-radius: 16px;
    transition: 0.3s;
}

    .donation-card:hover[b-s3bnv740gy] {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.inkind-card[b-s3bnv740gy] {
    border-radius: 16px;
}
/* /Components/Pages/Error Pages/InvalidAccess.razor.rz.scp.css */
.fade-out[b-h92011g7zh] {
    animation: fadeOutAnim-b-h92011g7zh 0.8s forwards;
}

@keyframes fadeOutAnim-b-h92011g7zh {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */
.carousel-desktop[b-83y9f6uwyy] {
    position: relative;
    width: 100%;
    /* 🔥 FIX: control proportions */
    aspect-ratio: 16 / 9;
    /* optional limits */
    max-height: 700px;
    min-height: 400px;
    overflow: hidden;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Spinner inside button */
.spinner[b-3uokfcubhc] {
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-3uokfcubhc 0.8s linear infinite;
    vertical-align: middle;
}

.ms-2[b-3uokfcubhc] {
    margin-left: 8px;
}

@keyframes spin-b-3uokfcubhc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Your previous CSS for login-card, inputs, logo, animations, etc. */
.login-page[b-3uokfcubhc] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    /* Blurred image */
    .login-page[b-3uokfcubhc]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/images/LoginRegister/Cat1.jpg');
        background-size: cover;
        background-position: center;
        filter: blur(10px); /* 🔥 blur image */
        transform: scale(1.1); /* prevent edge cut */
    }

    /* Content stays clear */
    .login-page > *[b-3uokfcubhc] {
        position: relative;
        z-index: 1;
    }

.login-card[b-3uokfcubhc] {
    width: 380px;
    padding: 30px;
    background: linear-gradient(160deg,#1e293b,#0f172a);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    color: white;
    text-align: center;
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .login-card.enter[b-3uokfcubhc] {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

.login-logo[b-3uokfcubhc] {
    width: 70px;
    margin-bottom: 25px;
    border-radius: 50%;
}

.input-group[b-3uokfcubhc] {
    position: relative;
    margin-bottom: 22px;
}

    .input-group input[b-3uokfcubhc] {
        width: 100%;
        padding: 14px 12px;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,0.25);
        background: rgba(255,255,255,0.05);
        color: white;
        font-size: 0.9rem;
    }

    .input-group label[b-3uokfcubhc] {
        position: absolute;
        left: 12px;
        top: 14px;
        color: #94a3b8;
        font-size: 0.85rem;
        transition: 0.25s;
    }

    .input-group input:focus + label[b-3uokfcubhc],
    .input-group input:not(:placeholder-shown) + label[b-3uokfcubhc] {
        top: -8px;
        font-size: 0.7rem;
        background: #1e293b;
        padding: 0 4px;
        color: #60a5fa;
    }
.password-container[b-3uokfcubhc] {
    position: relative;
}

    .password-container input[b-3uokfcubhc] {
        width: 100%;
        padding-right: 40px; /* space for the eye icon on the right */
    }
.toggle-password[b-3uokfcubhc] {
    position:absolute;
    top: 60%; /* vertically center */
    right: 12px; /* distance from the right edge */
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px; /* adjust size to match input height */
    color: #fff; /* optional: color to match theme */
}
.login-button[b-3uokfcubhc] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
    color: white;
    font-weight: 600;
    cursor: pointer;
}

    .login-button:hover[b-3uokfcubhc] {
        background: linear-gradient(135deg,#3b82f6,#2563eb);
    }

/* CSS */
.forgot-password-container[b-3uokfcubhc] {
    display: flex;
    justify-content: flex-end; /* pushes content to the right */
    margin-top: 8px;
}

.secondary-link[b-3uokfcubhc] {
    font-size: 0.9rem;
    color: #60a5fa;
    text-decoration: none;
}

.secondary-link:hover[b-3uokfcubhc] {
        text-decoration: underline;
}

input[type="password"][b-3uokfcubhc]::-ms-reveal,
input[type="password"][b-3uokfcubhc]::-ms-clear {
    display: none; /* For Edge/IE */
}

input[type="password"][b-3uokfcubhc]::-webkit-textfield-decoration-container,
input[type="password"][b-3uokfcubhc]::-webkit-textfield-decoration-wrapper {
    display: none; /* Safari/Chrome hack (sometimes works) */
}

input[type="password"][b-3uokfcubhc]::-webkit-password-eye-button {
    display: none; /* Newer Chrome versions (experimental) */
}

.register-text[b-3uokfcubhc] {
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}

.link-container[b-3uokfcubhc] {
    margin-top: 10px;
    text-align: center;
}

.link-container[b-3uokfcubhc] {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px; /* increase this */
}
/* /Components/Pages/Register.razor.rz.scp.css */
/* ===============================
   Spinner inside button
   =============================== */
.spinner[b-7f5dvz07cd] {
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-7f5dvz07cd 0.8s linear infinite;
    vertical-align: middle;
}

.ms-2[b-7f5dvz07cd] {
    margin-left: 8px;
}

@keyframes spin-b-7f5dvz07cd {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ===============================
   Login/Register Page Layout
   =============================== */
.login-page[b-7f5dvz07cd] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    /* Blurred image */
    .login-page[b-7f5dvz07cd]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/images/LoginRegister/Cat1.jpg');
        background-size: cover;
        background-position: center;
        filter: blur(10px); /* 🔥 blur image */
        transform: scale(1.1); /* prevent edge cut */
    }

    /* Content stays clear */
    .login-page > *[b-7f5dvz07cd] {
        position: relative;
        z-index: 1;
    }

.login-card[b-7f5dvz07cd] {
    width: 380px;
    padding: 30px;
    background: linear-gradient(160deg,#1e293b,#0f172a);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    color: white;
    text-align: center;
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .login-card.enter[b-7f5dvz07cd] {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

.login-logo[b-7f5dvz07cd] {
    width: 70px;
    margin-bottom: 25px;
    border-radius: 50%;
}

/* ===============================
   Input Groups
   =============================== */
.input-group[b-7f5dvz07cd] {
    position: relative;
    margin-bottom: 22px;
}

    .input-group input[b-7f5dvz07cd] {
        width: 100%;
        padding: 14px 12px;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,0.25);
        background: rgba(255,255,255,0.05);
        color: white;
        font-size: 0.9rem;
    }

    .input-group label[b-7f5dvz07cd] {
        position: absolute;
        left: 12px;
        top: 14px;
        color: #94a3b8;
        font-size: 0.85rem;
        transition: 0.25s;
    }

    .input-group input:focus + label[b-7f5dvz07cd],
    .input-group input:not(:placeholder-shown) + label[b-7f5dvz07cd] {
        top: -8px;
        font-size: 0.7rem;
        background: #1e293b;
        padding: 0 4px;
        color: #60a5fa;
    }

/* ===============================
   Password Toggle
   =============================== */
.password-container[b-7f5dvz07cd] {
    position: relative;
}

    .password-container input[b-7f5dvz07cd] {
        padding-right: 40px; /* space for eye icon */
    }

.toggle-password[b-7f5dvz07cd] {
    position: absolute;
    top: 60%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

/* Hide native browser password buttons */
input[type="password"][b-7f5dvz07cd]::-ms-reveal,
input[type="password"][b-7f5dvz07cd]::-ms-clear,
input[type="password"][b-7f5dvz07cd]::-webkit-textfield-decoration-container,
input[type="password"][b-7f5dvz07cd]::-webkit-textfield-decoration-wrapper,
input[type="password"][b-7f5dvz07cd]::-webkit-password-eye-button {
    display: none;
}

/* ===============================
   Buttons
   =============================== */
.login-button[b-7f5dvz07cd] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
    color: white;
    font-weight: 600;
    cursor: pointer;
}

    .login-button:hover[b-7f5dvz07cd] {
        background: linear-gradient(135deg,#3b82f6,#2563eb);
    }

/* ===============================
   Links / Forgot Password
   =============================== */
.forgot-password-link[b-7f5dvz07cd] {
    display: inline-block;
    margin-top: 15px;
    font-size: 0.9rem;
    color: #60a5fa;
}

    .forgot-password-link:hover[b-7f5dvz07cd] {
        text-decoration: underline;
    }

.forgot-password-container[b-7f5dvz07cd] {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.secondary-link[b-7f5dvz07cd] {
    font-size: 0.9rem;
    color: #60a5fa;
    text-decoration: none;
}

    .secondary-link:hover[b-7f5dvz07cd] {
        text-decoration: underline;
    }
/* /Components/Shared/Dialogs/PetDialog.razor.rz.scp.css */
.upload-dropzone[b-9lbjixkv2q] {
    width: 100%;
    height: 200px;
    border: 2px dashed #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.upload-dropzone-multiple[b-9lbjixkv2q] {
    width: 100% !important;
    height: 100% !important; /* fill container */
    border: 2px dashed #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.upload-drop-content[b-9lbjixkv2q] {
    pointer-events: none; /* so drag works over text */
}

.upload-dropzone-multiple[b-9lbjixkv2q] {
    pointer-events: auto;
}
