@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /AuthLayout.razor.rz.scp.css */
.auth-page[b-q40ic1eu72] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa;
}

.auth-header[b-q40ic1eu72] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.navbar-brand[b-q40ic1eu72] {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

    .navbar-brand span[b-q40ic1eu72] {
        color: #FF9800;
        font-weight: 700;
    }

.auth-content[b-q40ic1eu72] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.auth-footer[b-q40ic1eu72] {
    text-align: center;
    padding: 1.5rem;
    background-color: white;
    border-top: 1px solid #f0f0f0;
    color: #666;
}

@media (max-width: 640px) {
    .auth-content[b-q40ic1eu72] {
        padding: 1rem;
    }
}
.fixed-header[b-q40ic1eu72] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Add padding to auth-content to prevent content from being hidden behind the fixed header */
.auth-content[b-q40ic1eu72] {
    padding-top: 5rem; /* Adjust this value based on your header height */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2cw277bp1x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2cw277bp1x] {
    flex: 1;
}

.sidebar[b-2cw277bp1x] {
    background-color: white;
    border-right: 1px solid #f0f0f0;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
}

.top-row[b-2cw277bp1x] {
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2cw277bp1x]  a, .top-row[b-2cw277bp1x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none; /* Explicitly removing underline */
        color: #333;
    }

        /* Remove hover underline */
        .top-row[b-2cw277bp1x]  a:hover, .top-row[b-2cw277bp1x]  .btn-link:hover {
            text-decoration: none !important;
            color: #555; /* Slightly darker on hover instead of underline */
        }

        .top-row[b-2cw277bp1x]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* User info styling */
.user-info[b-2cw277bp1x] {
    margin-right: auto;
    margin-left: 1rem;
    font-size: 0.9rem;
    color: #555;
}

.welcome-text[b-2cw277bp1x] {
    font-weight: 500;
}

/* Dropdown menu styling */
.dropdown[b-2cw277bp1x] {
    position: relative;
    display: inline-block;
}

.dropdown-menu[b-2cw277bp1x] {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #333;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-2cw277bp1x] {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

    .dropdown-item:hover[b-2cw277bp1x], .dropdown-item:focus[b-2cw277bp1x] {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

.dropdown-divider[b-2cw277bp1x] {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/* Icon styles for the top-row */
.bi-person-circle[b-2cw277bp1x] {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 1.25rem;
    height: 1.25rem;
}

.bi-bell[b-2cw277bp1x] {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-bell' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zM8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 1.25rem;
    height: 1.25rem;
}

.bi-person[b-2cw277bp1x] {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.bi-gear[b-2cw277bp1x] {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.902 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.bi-box-arrow-right[b-2cw277bp1x] {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

/* Animation for the loading spinner */
@keyframes spin-b-2cw277bp1x {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner[b-2cw277bp1x] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #FF9800;
    width: 40px;
    height: 40px;
    animation: spin-b-2cw277bp1x 1s linear infinite;
    margin-bottom: 16px;
}

/* Loading container */
.loading-container[b-2cw277bp1x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
}

/* Content styling */
.content h1[b-2cw277bp1x], .content h2[b-2cw277bp1x], .content h3[b-2cw277bp1x] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.content h1[b-2cw277bp1x] {
    font-size: 1.75rem; /* Larger font size for page titles */
}

.content h2[b-2cw277bp1x] {
    font-size: 1.5rem;
}

.content h3[b-2cw277bp1x] {
    font-size: 1.25rem;
}

@media (max-width: 640.98px) {
    .top-row[b-2cw277bp1x] {
        justify-content: space-between;
    }

        .top-row[b-2cw277bp1x]  a, .top-row[b-2cw277bp1x]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-2cw277bp1x] {
        flex-direction: row;
    }

    .sidebar[b-2cw277bp1x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2cw277bp1x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-2cw277bp1x]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-2cw277bp1x], article[b-2cw277bp1x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6iqbwbr08c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6iqbwbr08c] {
    height: 3.5rem;
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.navbar-brand[b-6iqbwbr08c] {
    font-size: 1.25rem; /* Increased from 1.1rem */
    font-weight: 600;
    color: #333;
}

    .navbar-brand span[b-6iqbwbr08c] {
        color: #FF9800; /* Orange color for "BID" */
        font-weight: 700;
    }

    /* Remove underline from BID Vendors link */
    .navbar-brand:hover[b-6iqbwbr08c] {
        text-decoration: none !important;
    }

.sidebar[b-6iqbwbr08c] {
    background-color: white;
    border-right: 1px solid #f0f0f0;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
}

.bi[b-6iqbwbr08c] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Icon for Home/Dashboard */
.bi-speedometer2-nav-menu[b-6iqbwbr08c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z'/%3E%3C/svg%3E");
}

/* Icon for Orders */
.bi-cart-fill-nav-menu[b-6iqbwbr08c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-cart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

/* Icon for Products */
.bi-box-seam-fill-nav-menu[b-6iqbwbr08c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-box-seam-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15.528 2.973a.75.75 0 0 1 .472.696v8.662a.75.75 0 0 1-.472.696l-7.25 2.9a.75.75 0 0 1-.557 0l-7.25-2.9A.75.75 0 0 1 0 12.331V3.669a.75.75 0 0 1 .471-.696L7.443.184l.01-.003.268-.108a.75.75 0 0 1 .558 0l.268.108.01.003 6.97 2.789ZM10.404 2 4.25 4.461 1.846 3.5 1 3.839v.4l6.5 2.6v7.922l.5.2.5-.2V6.84l6.5-2.6v-.4l-.846-.339L8 5.961 5.596 5l6.154-2.461L10.404 2Z'/%3E%3C/svg%3E");
}

/* Icon for Store Details */
.bi-shop-nav-menu[b-6iqbwbr08c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-shop' viewBox='0 0 16 16'%3E%3Cpath d='M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zM4 15h3v-5H4v5zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3zm3 0h-2v3h2v-3z'/%3E%3C/svg%3E");
}

.nav-item[b-6iqbwbr08c] {
    font-size: 1.05rem; /* Increased from 0.9rem */
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6iqbwbr08c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6iqbwbr08c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6iqbwbr08c]  a {
        color: #333;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        text-decoration: none; /* Explicitly removing underline */
    }

        /* Remove hover underline */
        .nav-item[b-6iqbwbr08c]  a:hover {
            background-color: rgba(0, 0, 0, 0.05);
            color: #333;
            text-decoration: none !important;
        }

        .nav-item[b-6iqbwbr08c]  a.active {
            background-color: rgba(255, 152, 0, 0.1);
            color: #FF9800; /* Orange color for active item */
            font-weight: 600;
            border-left: 3px solid #FF9800;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-6iqbwbr08c] {
        display: none;
    }

    .collapse[b-6iqbwbr08c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-6iqbwbr08c] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* Styles for the Home page */

/* Page title */
h3[b-gdli5h3na4] {
    font-size: 1.75rem !important; /* Larger title */
    font-weight: 600;
    margin-bottom: 25px !important;
    color: #333;
}

/* Text content */
p[b-gdli5h3na4] {
    margin-bottom: 30px;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* Button styling */
a.activate-button[b-gdli5h3na4] {
    background-color: #ff9800;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.2s;
}

    a.activate-button:hover[b-gdli5h3na4] {
        background-color: #f57c00;
        text-decoration: none;
    }

/* Container */
.welcome-container[b-gdli5h3na4] {
    text-align: center;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}

/* Image container */
.image-container[b-gdli5h3na4] {
    margin: 35px 0;
    display: flex;
    justify-content: center;
}

/* Image styling */
.store-image[b-gdli5h3na4] {
    max-width: 100%;
    height: auto;
}

/* Animation for the loading spinner */
@keyframes spin-b-gdli5h3na4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner[b-gdli5h3na4] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #ff9800;
    width: 40px;
    height: 40px;
    animation: spin-b-gdli5h3na4 1s linear infinite;
    margin-bottom: 16px;
}

/* Loading container */
.loading-container[b-gdli5h3na4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
