
html, body {
    background: #FFFFFF !important;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    /*padding-top: 1.1rem;*/
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.signup-page-wrap {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    font-family: Poppins-Regular,Arial;
}

.signup-container-rg567 {
    display: flex;
    width: 100%;
    max-width: 960px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.signup-image-side {
    flex: 1;
    background-image: url(images/login.JPG);
    background-size: cover;
    background-position: center;
}

.signup-form-side {
    flex: 1;
    padding: 60px 40px;
}

    .signup-form-side h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #333;
    }

    .signup-form-side input[type="text"],
    .signup-form-side input[type="email"],
    .signup-form-side input[type="password"] {
        width: 100%;
        padding: 12px 15px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

    .signup-form-side input:focus {
        border-color: #666;
        outline: none;
    }

.signup-btn {
    width: 100%;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .signup-btn:hover {
        background-color: #555;
    }

.signup-form-side .form-footer {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #777;
}

    .signup-form-side .form-footer a {
        color: #333;
        text-decoration: none;
    }

        .signup-form-side .form-footer a:hover {
            text-decoration: underline;
        }



/* Responsive */
@media (max-width: 768px) {
    .signup-container-rg567 {
        flex-direction: column;
    }

    .signup-image-side {
        height: 200px;
    }

    .fnameCol {
        width: 100% !important;
    }
}

/*  LOgin Page CSS */


.login-page-wrap {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    font-family:Poppins-Regular,Arial;
    background-color: #cccccc50;
}

.login-container-xy908 {
    display: flex;
    width: 100%;
    max-width: 900px;
    min-height:500px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.login-image-side {
    flex: 1;
    background-image: url('images/login.JPG');
    background-size: cover;
    background-position: center;
}

.login-form-side {
    flex: 1;
    padding: 60px 40px;
}

    .login-form-side h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #333;
    }

    .login-form-side input[type="email"],
    .login-form-side input[type="password"] {
        width: 100%;
        padding: 12px 15px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

    .login-form-side input:focus {
        border-color: #666;
        outline: none;
    }

.login-btn {
    width: 100%;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .login-btn:hover {
        background-color: #555;
    }

.login-form-side .form-footer {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #777;
}

    .login-form-side .form-footer a {
        color: #333;
        text-decoration: none;
    }

        .login-form-side .form-footer a:hover {
            text-decoration: underline;
        }

/* Responsive */
@media (max-width: 768px) {
    .login-container-xy908 {
        flex-direction: column;
    }

    .login-image-side {
      display:none;
    }
}


.timeline {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #ccc;
    top: 0;
    bottom: 0;
    left: 25px;
    margin-left: -1px;
}

.timeline-step {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

    .timeline-step::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #ccc;
        z-index: 1;
    }

    .timeline-step.active::before {
        background: #6c7ae0;
        /* Highlight current/past steps */
    }

    .timeline-step h5 {
        margin-bottom: 5px;
    }

    .timeline-step p {
        font-size: 14px;
        color: #666;
    }


.account-wrapper-x9f {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.sidebar-fs2 {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
}

.user-profile-q3l {
    text-align: center;
    margin-bottom: 30px;
}

    .user-profile-q3l img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .user-profile-q3l h4 {
        font-size: 18px;
        margin: 0;
    }

    .user-profile-q3l span {
        font-size: 14px;
        color: #666;
    }

.nav-tabs-p10 {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

    .nav-tabs-p10 li {
        padding: 12px 15px;
        cursor: pointer;
        font-size: 15px;
        border-radius: 6px;
        margin-bottom: 10px;
        transition: background 0.3s ease;
    }

        .nav-tabs-p10 li:hover,
        .nav-tabs-p10 li.active-tab-w1n {
            background: #e4e8ff;
            color: #2436f2;
            font-weight: bold;
        }

.content-panel-w9z {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.section-h7z {
    display: none;
}

    .section-h7z.active-h7z {
        display: block;
    }

.info-row-vs7 {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.btn-edit-s9k {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #2436f2;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .btn-edit-s9k:hover {
        background-color: #1a27c9;
    }

@media (max-width: 768px) {
    .account-wrapper-x9f {
        flex-direction: column;
    }
}
button.slick-next.slick-arrow i {
    position: relative !important;
    right: 0px !important;
    background: rgb(0 0 0 / 50%) !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px !important;
    color: #ffffff;
}
button.slick-prev.slick-arrow i {
    position: relative !important;
    left: 0px !important;
    background: rgb(0 0 0 / 50%) !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 25px !important;
    color: #ffffff;
}
button.slick-prev.slick-arrow:hover {
    background: rgb(0 0 0 / 90%) !important;
}
button.slick-next.slick-arrow:hover {
    background: rgb(0 0 0 / 90%) !important;
}
ul.slick-dots {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* Fullscreen overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.4s ease;
    z-index: 1000;
}

/* Popup box */
.popup-box {
    background: #fff;
    border-radius: 12px;
    width: 400px;
    max-width: 90%;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0px 8px 30px rgba(0,0,0,0.25);
    animation: zoomIn 0.4s ease;
}

/* Header */
.popup-header {
    display: flex;
    justify-content: flex-end;
}

.popup-close {
    background: none;
    border: none;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
    transition: color 0.3s;
}

    .popup-close:hover {
        color: #e74c3c;
    }

/* Body */
.popup-title {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
    color: #2c3e50;
}

.popup-body p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

/* Footer */
.popup-footer {
    margin-top: 20px;
}

.popup-ok {
    background: #3085d6;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

    .popup-ok:hover {
        background: #2563eb;
    }

/* Animations */
@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


button.active-border {
    border-bottom: 2px solid #000 !important; 
}
.emptyCartImg{
    display:flex;
    justify-content:center;
    align-items:center;
}
.emptyCartImg img{
    width:300px;
    height:300px;
    object-fit:contain;
}

/* Card container */
.account-card {
    --surface: #ffffff;
    --text: #1f2430;
    --muted: #6b7280;
    --border: #eef0f3;
    --brand: #2563eb;
    --brand-600: #1d4ed8;
    --shadow: 0 10px 24px rgba(0,0,0,.06);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 20px;
    max-width: 840px;
    margin: 24px auto;
}

/* Header */
.account-header {
    /*display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: center;*/
    margin-bottom: 16px;
}

.avatar {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #f2f5ff;
    box-shadow: 0 4px 12px rgba(37,99,235,.2);
}

.heading {
    margin: 0;
    font-size: 1.6rem;
    color: var(--text);
    font-weight: 700;
    letter-spacing: .2px;
}

.subtitle {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: .98rem;
}

/* Info */
.account-body {
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0;
}

.info-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    padding: 10px 2px;
    border-bottom: 1px dashed #edf0f6;
}

    .info-row:last-child {
        border-bottom: none;
    }

.label {
    color: var(--muted);
    font-weight: 600;
}

.value {
    color: var(--text);
    font-weight: normal;
}

/* Actions */
.account-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.btn {
    appearance: none;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .06s ease, box-shadow .2s ease, background .2s;
}

    .btn:active {
        transform: translateY(1px);
    }

    .btn.primary {
        background: var(--brand);
        color: #fff;
        border-color: transparent;
        box-shadow: 0 6px 14px rgba(37,99,235,.25);
    }

        .btn.primary:hover {
            background: var(--brand-600);
        }

    .btn.ghost {
        background: #f7f8fb;
        color: var(--text);
    }

        .btn.ghost:hover {
            background: #eef2ff;
        }

/* Responsive tweaks */
@media (max-width: 560px) {
    .account-header {
        grid-template-columns: 56px 1fr;
    }

    .avatar {
        width: 56px;
        height: 56px;
    }

    .info-row {
        grid-template-columns: 110px 1fr;
    }
}

.selectInput select {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    height: 45px;
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #333;
    line-height: 1.2;
    padding: 0px 10px;
    background-color: transparent;
}

    .selectInput select:focus {
        outline: none !important;
        border: 1px solid #ccc;
    }

li img {
    width: 90px;
    height: auto;
}