/* /Areas/Admin/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Admin Layout Styling */

body[b-najlgxt4zp] {
    margin-bottom: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Sidebar */
nav[b-najlgxt4zp] {
    position: relative;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

    nav .nav-link[b-najlgxt4zp] {
        border-radius: 0.375rem;
        transition: all 0.3s ease;
    }

        nav .nav-link:hover[b-najlgxt4zp] {
            background-color: rgba(255, 255, 255, 0.1);
            padding-left: 1.5rem;
        }

        nav .nav-link.active[b-najlgxt4zp] {
            background-color: rgba(0, 123, 255, 0.25);
            border-left: 4px solid #007bff;
            padding-left: calc(1rem - 4px);
        }

/* Header */
header[b-najlgxt4zp] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Main Content */
main[b-najlgxt4zp] {
    min-height: calc(100vh - 180px);
}

/* Badge animation */
.badge[b-najlgxt4zp] {
    animation: pulse-b-najlgxt4zp 2s infinite;
}

@keyframes pulse-b-najlgxt4zp {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    nav[b-najlgxt4zp] {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .d-flex[b-najlgxt4zp] {
        flex-direction: column !important;
    }
}
/* /Views/Biography/Index.cshtml.rz.scp.css */
/*About Page*/
.bio-page[b-h0g982ijbc] {
    min-height: 80vh;
    background: linear-gradient(to bottom, #f2f3ef, #ead8ad);
}

.bio-card[b-h0g982ijbc] {
    max-width: 900px;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 3.5rem;
}

.bio-heading[b-h0g982ijbc] {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #212529;
}

.bio-subtitle[b-h0g982ijbc] {
    font-size: 1.35rem;
    margin-bottom: 2rem;
    color: #2b2b2b;
}

.bio-text p[b-h0g982ijbc] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #111827;
    margin-bottom: 1.4rem;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

header[b-egbhy19yzz] {
    background-color: #a2cfc8;
}

.dropdown-menu[b-egbhy19yzz] {
    color: black;
    background-color: #6eb5a7;
    --bs-dropdown-link-hover-bg: #5c9697;
    --bs-dropdown-link-hover-color: black;
}

.btn-primary[b-egbhy19yzz] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-egbhy19yzz] {
    border-top: 1px solid #ded2bd;
}
.border-bottom[b-egbhy19yzz] {
    border-bottom: 1px solid #e0e1db;
}

.box-shadow[b-egbhy19yzz] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-egbhy19yzz] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-egbhy19yzz] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #035b67;
    color: white;
}
/* /Views/Store/Index.cshtml.rz.scp.css */
.top-bar[b-js2kvsn6qh] {
    border: 4px solid #7a2cff;
    background-color: #d8dcc6;
    padding: 0.5rem 1rem;
}

.brand-img[b-js2kvsn6qh] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.brand-title[b-js2kvsn6qh] {
    font-family: cursive;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 1rem;
    color: black;
}

.nav-box[b-js2kvsn6qh] {
    background-color: #efefef;
    padding: 0.75rem 1.5rem;
    text-align: center;
    min-width: 90px;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .nav-box:hover[b-js2kvsn6qh] {
        background-color: #e4e4e4;
        transform: translateY(-2px);
    }

.custom-link[b-js2kvsn6qh] {
    color: blue;
    font-size: 0.95rem;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 500;
}

body[b-js2kvsn6qh] {
    background: linear-gradient(to bottom, #e8f3f1 0%, #f5f1e8 100%);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #1f2933;
}

.page-wrapper[b-js2kvsn6qh] {
    max-width: 1400px;
    margin: 0 auto;
}

.main-section[b-js2kvsn6qh] {
    background-color: #f7f7f7;
    padding: 1.75rem;
    margin: 1.5rem auto;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* Sidebar */
.filter-panel[b-js2kvsn6qh] {
    background-color: transparent;
    padding: 0;
}

.filter-box[b-js2kvsn6qh] {
    background-color: white;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.filter-item[b-js2kvsn6qh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.2s ease;
}

    .filter-item:hover[b-js2kvsn6qh] {
        background-color: #f8f8f8;
    }

.filter-content[b-js2kvsn6qh] {
    display: none;
    padding: 0.75rem 1rem;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.92rem;
}

    .filter-content label[b-js2kvsn6qh] {
        display: block;
        margin-bottom: 0.5rem;
    }

    .filter-content input[type="text"][b-js2kvsn6qh] {
        border-radius: 10px;
    }

.icon[b-js2kvsn6qh] {
    font-weight: bold;
    font-size: 1rem;
    color: #444;
}

/* Search Bar */
.input-group .form-control[b-js2kvsn6qh] {
    height: 54px;
    border-radius: 12px 0 0 12px;
    font-size: 1.1rem;
    padding: 0 1rem;
    border: 1px solid #ccc;
    box-shadow: none;
}

    .input-group .form-control:focus[b-js2kvsn6qh] {
        border-color: #7a2cff;
        box-shadow: 0 0 0 0.2rem rgba(122, 44, 255, 0.15);
    }

.input-group .btn[b-js2kvsn6qh] {
    border-radius: 0 12px 12px 0;
    padding: 0 1.5rem;
    font-size: 1.05rem;
}

/* Summary */
.summary-box[b-js2kvsn6qh] {
    background-color: #ececec;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-bottom: 1.75rem;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 14px;
    color: #1f2933;
}

/* Product Cards */
.product-card[b-js2kvsn6qh] {
    margin-bottom: 1.5rem;
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;

    display: flex;
    flex-direction: column;
    height: 100%;
}

    .product-card:hover[b-js2kvsn6qh] {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
    }

.product-image[b-js2kvsn6qh] {
    background-color: #d9d9d9;
    height: 220px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

    .product-image img[b-js2kvsn6qh] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.product-text[b-js2kvsn6qh] {
    background-color: white;
    text-align: center;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    flex-grow: 1;
}

    .product-text strong[b-js2kvsn6qh] {
        display: block;
        font-size: 1.3rem;
        margin-bottom: 0.4rem;
        color: #1c2430;
    }
    .product-text .details[b-js2kvsn6qh] {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.product-card form[b-js2kvsn6qh] {
    padding: 0 1rem 1rem 1rem;
    margin-top: auto;
}

.product-card button[b-js2kvsn6qh] {
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

    .product-card button:hover[b-js2kvsn6qh] {
        transform: scale(1.03);
    }



/* Buttons */
.btn-dark[b-js2kvsn6qh] {
    background-color: #1f2730;
    border: none;
    border-radius: 10px;
}

    .btn-dark:hover[b-js2kvsn6qh] {
        background-color: #151b22;
    }

.btn-secondary[b-js2kvsn6qh] {
    background-color: #7a858f;
    border: none;
    border-radius: 10px;
}

    .btn-secondary:hover[b-js2kvsn6qh] {
        background-color: #68727b;
    }

/* Tag Search */
#tagSearch[b-js2kvsn6qh] {
    margin-bottom: 0.75rem;
}

.tag-option[b-js2kvsn6qh] {
    padding: 0.2rem 0;
}

/* Responsive */
@media (max-width: 992px) {
    .main-section[b-js2kvsn6qh] {
        padding: 1rem;
    }

    .summary-box[b-js2kvsn6qh] {
        font-size: 1.5rem;
        padding: 1.2rem 0.75rem;
    }

    .product-image[b-js2kvsn6qh] {
        height: 180px;
    }

    .brand-title[b-js2kvsn6qh] {
        font-size: 1.5rem;
    }
}
