/* /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. */

a.navbar-brand[b-bbzkwxl5xx] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bbzkwxl5xx] {
  color: #0077cc;
}

.btn-primary[b-bbzkwxl5xx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bbzkwxl5xx], .nav-pills .show > .nav-link[b-bbzkwxl5xx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bbzkwxl5xx] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bbzkwxl5xx] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bbzkwxl5xx] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bbzkwxl5xx] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bbzkwxl5xx] {
  bottom: 0;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
/* /Views/Shared/_LayoutAdmin.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. */

a.navbar-brand[b-e9b3mjo4hh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-e9b3mjo4hh] {
  color: #0077cc;
}

.btn-primary[b-e9b3mjo4hh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-e9b3mjo4hh], .nav-pills .show > .nav-link[b-e9b3mjo4hh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-e9b3mjo4hh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-e9b3mjo4hh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-e9b3mjo4hh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-e9b3mjo4hh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-e9b3mjo4hh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Notifications Styles */
.admin-page-notifications[b-e9b3mjo4hh] {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.admin-page-notifications .btn[b-e9b3mjo4hh] {
  transition: all 0.2s ease;
}

.admin-page-notifications .btn:hover[b-e9b3mjo4hh] {
  background-color: #e2e6ea !important;
  transform: scale(1.05);
}

.admin-page-notifications .badge[b-e9b3mjo4hh] {
  font-size: 0.65rem;
  padding: 0.25rem 0.5rem;
  min-width: 20px;
  text-align: center;
}


/* /Views/Shared/_SearchBoxPartial.cshtml.rz.scp.css */
/* Autocomplete list styling */
#autocompleteList[b-qcyls2g27e] {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Category header styling */
.autocompleteCategory[b-qcyls2g27e] {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    cursor: default;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
}

.autocompleteCategory:hover[b-qcyls2g27e] {
    background-color: #f8f9fa;
    color: #495057;
}

/* Individual result item styling */
.autocompleteItem[b-qcyls2g27e] {
    padding: 0.5rem 0.75rem;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.autocompleteItem:hover[b-qcyls2g27e] {
    background-color: #e7f3ff;
}

.autocompleteItem:last-child[b-qcyls2g27e] {
    border-bottom: none;
}

/* Content layout */
.ac-item-content[b-qcyls2g27e] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

/* Image styling */
.ac-card-img[b-qcyls2g27e] {
    flex-shrink: 0;
    width: 50px;
    height: 70px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-card-img img[b-qcyls2g27e] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ac-no-image[b-qcyls2g27e] {
    background-color: #e9ecef;
}

.ac-icon[b-qcyls2g27e] {
    font-size: 1.5rem;
}

/* Description styling */
.ac-card-desc[b-qcyls2g27e] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.ac-label[b-qcyls2g27e] {
    display: block;
    font-weight: 500;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac-description[b-qcyls2g27e] {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac-illustrator[b-qcyls2g27e] {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .ac-card-img[b-qcyls2g27e] {
        width: 40px;
        height: 56px;
    }

    .ac-label[b-qcyls2g27e],
    .ac-description[b-qcyls2g27e],
    .ac-illustrator[b-qcyls2g27e] {
        font-size: 0.875rem;
    }

    .autocompleteItem[b-qcyls2g27e] {
        padding: 0.3rem 0.5rem;
    }
}

/* Scrollbar styling */
#autocompleteList[b-qcyls2g27e]::-webkit-scrollbar {
    width: 6px;
}

#autocompleteList[b-qcyls2g27e]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#autocompleteList[b-qcyls2g27e]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

#autocompleteList[b-qcyls2g27e]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
