/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tpw0oo1r39] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tpw0oo1r39] {
    flex: 1;
}

.sidebar[b-tpw0oo1r39] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tpw0oo1r39] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tpw0oo1r39]  a, .top-row[b-tpw0oo1r39]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tpw0oo1r39]  a:hover, .top-row[b-tpw0oo1r39]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tpw0oo1r39]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tpw0oo1r39] {
        justify-content: space-between;
    }

    .top-row[b-tpw0oo1r39]  a, .top-row[b-tpw0oo1r39]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tpw0oo1r39] {
        flex-direction: row;
    }

    .sidebar[b-tpw0oo1r39] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tpw0oo1r39] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tpw0oo1r39]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tpw0oo1r39], article[b-tpw0oo1r39] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Sidebar icon sizing and stroke to match design */
.sidebar-icon[b-tpw0oo1r39] { width:20px; height:20px; stroke-width:1.6; }
.sidebar .nav-active[b-tpw0oo1r39], .sidebar .bg-\[\#2ecb70\][b-tpw0oo1r39] { box-shadow: none; }
.sidebar a[active][b-tpw0oo1r39] { /* fallback */ }

/* Sidebar active background exact match tweaks */
.bg-\[\#2ecb70\].rounded-l-2xl[b-tpw0oo1r39] { padding-right: 0.75rem; padding-left: 0.75rem; }
/* /Pages/AboutInfo/BusinessSectorsContent/BusinessSectorsContent.razor.rz.scp.css */
@keyframes fadeInDown-b-vgjo50mhbp {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate-fade-in-down[b-vgjo50mhbp] {
    animation: fadeInDown-b-vgjo50mhbp 0.3s ease-out;
}
/* /Pages/AboutInfo/WorkMethodology.razor.rz.scp.css */
/* WorkMethodology Page Styles */
/* Quill editor styles are handled inline in the razor file */
/* /Pages/Blog/AddBlogArticleModal.razor.rz.scp.css */
/* Scope styles for quill inside this modal */
#toolbarAr[b-efbsnrhg2q], #toolbarEn[b-efbsnrhg2q] {
    border: none !important;
}
#editorAr[b-efbsnrhg2q], #editorEn[b-efbsnrhg2q] {
    border: none !important;
    font-family: inherit;
    font-size: 0.875rem;
}
.ql-editor.ql-blank[b-efbsnrhg2q]::before {
    color: #9ca3af;
    font-style: normal;
    left: unset !important;
    right: 15px !important;
}
#editorEn .ql-editor.ql-blank[b-efbsnrhg2q]::before {
    left: 15px !important;
    right: unset !important;
}
/* /Pages/Blog/BlogArticles.razor.rz.scp.css */
.blogs-search[b-jhex6yq2uk] { width: 18rem; height: 44px; border-radius: 12px; padding: 0.65rem 1rem; }
.blogs-filter[b-jhex6yq2uk] { height: 44px; border-radius: 12px; padding: 0.5rem 1rem; }

.blogs-table-wrapper table[b-jhex6yq2uk] { width: 100%; border-collapse: separate; border-spacing: 0; }
.blogs-table-wrapper table thead[b-jhex6yq2uk] { background: white; }
.blogs-table-wrapper table thead th[b-jhex6yq2uk] { 
  height: 56px; 
  background: white; 
  color: #6b7280; 
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
  text-align: center;
}
.blogs-table-wrapper table thead th:first-child[b-jhex6yq2uk] { width: 48px; text-align: center; }

.blogs-table-wrapper table tbody[b-jhex6yq2uk] { background: white; }
.blogs-table-wrapper table tbody tr[b-jhex6yq2uk] { 
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  background: white;
}
.blogs-table-wrapper table tbody tr:last-child[b-jhex6yq2uk] { border-bottom: none; }
.blogs-table-wrapper table tbody td[b-jhex6yq2uk] { 
  vertical-align: middle;
  padding: 1.25rem 1.5rem;
  border: none;
  color: #374151;
  text-align: center;
}

.blogs-checkbox[b-jhex6yq2uk] { width: 20px; height: 20px; cursor: pointer; border-radius: 4px; }

.status-badge[b-jhex6yq2uk] { 
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  padding: 4px 14px; 
  border-radius: 6px; 
  font-size: 13px; 
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid transparent;
}
.status-visible[b-jhex6yq2uk] { background: #ecfdf5; color: #059669; border-color: rgba(16,185,129,0.2); }
.status-hidden[b-jhex6yq2uk] { background: #fee2e2; color: #dc2626; border-color: rgba(244,63,94,0.2); }

.action-btn[b-jhex6yq2uk] { 
  min-width: 70px; 
  padding: 6px 12px; 
  border-radius: 9999px; 
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.action-btn.edit[b-jhex6yq2uk] { 
  background: #2563eb; 
  color: white;
}
.action-btn.edit:hover[b-jhex6yq2uk] { background: #1d4ed8; }

.action-btn.view[b-jhex6yq2uk] { 
  background: white; 
  color: #6b7280;
  border: 1px solid #d1d5db;
}
.action-btn.view:hover[b-jhex6yq2uk] { background: #f9fafb; color: #374151; }

.action-btn.delete[b-jhex6yq2uk] { 
  background: #ef4444; 
  color: white;
}
.action-btn.delete:hover[b-jhex6yq2uk] { background: #dc2626; }

.blogs-table-wrapper[b-jhex6yq2uk] { padding-bottom: 0; }
/* /Pages/Blog/Blogs.razor.rz.scp.css */
.blogs-search[b-ijd3t41zcz] { width: 18rem; height: 44px; border-radius: 12px; padding: 0.65rem 1rem; }
.blogs-filter[b-ijd3t41zcz] { height: 44px; border-radius: 12px; padding: 0.5rem 1rem; }

.blogs-table-wrapper table[b-ijd3t41zcz] { width: 100%; border-collapse: separate; border-spacing: 0; }
.blogs-table-wrapper table thead[b-ijd3t41zcz] { background: white; }
.blogs-table-wrapper table thead th[b-ijd3t41zcz] { 
  height: 56px; 
  background: white; 
  color: #6b7280; 
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
  text-align: center;
}
.blogs-table-wrapper table thead th:first-child[b-ijd3t41zcz] { width: 48px; text-align: center; }

.blogs-table-wrapper table tbody[b-ijd3t41zcz] { background: white; }
.blogs-table-wrapper table tbody tr[b-ijd3t41zcz] { 
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  background: white;
}
.blogs-table-wrapper table tbody tr:last-child[b-ijd3t41zcz] { border-bottom: none; }
.blogs-table-wrapper table tbody td[b-ijd3t41zcz] { 
  vertical-align: middle;
  padding: 1.25rem 1.5rem;
  border: none;
  color: #374151;
  text-align: center;
}

.blogs-checkbox[b-ijd3t41zcz] { width: 20px; height: 20px; cursor: pointer; border-radius: 4px; }

.status-badge[b-ijd3t41zcz] { 
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  padding: 4px 14px; 
  border-radius: 6px; 
  font-size: 13px; 
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid transparent;
}
.status-visible[b-ijd3t41zcz] { background: #ecfdf5; color: #059669; border-color: rgba(16,185,129,0.2); }
.status-hidden[b-ijd3t41zcz] { background: #fee2e2; color: #dc2626; border-color: rgba(244,63,94,0.2); }

.action-btn[b-ijd3t41zcz] { 
  min-width: 70px; 
  padding: 6px 12px; 
  border-radius: 9999px; 
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.action-btn.edit[b-ijd3t41zcz] { 
  background: #2563eb; 
  color: white;
}
.action-btn.edit:hover[b-ijd3t41zcz] { background: #1d4ed8; }

.action-btn.view[b-ijd3t41zcz] { 
  background: white; 
  color: #6b7280;
  border: 1px solid #d1d5db;
}
.action-btn.view:hover[b-ijd3t41zcz] { background: #f9fafb; color: #374151; }

.action-btn.delete[b-ijd3t41zcz] { 
  background: #ef4444; 
  color: white;
}
.action-btn.delete:hover[b-ijd3t41zcz] { background: #dc2626; }

.blogs-table-wrapper[b-ijd3t41zcz] { padding-bottom: 0; }
/* /Pages/ProductCategories/CategoryProducts.razor.rz.scp.css */
/* Scoped CSS for CategoryProducts */

.action-btn[b-fc3rkfx24q] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 9999px;
    transition: all 0.2s ease-in-out;
}

.action-btn.view[b-fc3rkfx24q] {
    background-color: transparent;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}
.action-btn.view:hover[b-fc3rkfx24q] {
    background-color: #f3f4f6;
    color: #111827;
}

.action-btn.edit[b-fc3rkfx24q] {
    background-color: #2563eb;
    color: white;
}
.action-btn.edit:hover[b-fc3rkfx24q] {
    background-color: #1d4ed8;
}

.action-btn.delete[b-fc3rkfx24q] {
    background-color: #ef4444;
    color: white;
}
.action-btn.delete:hover[b-fc3rkfx24q] {
    background-color: #dc2626;
}

.status-badge[b-fc3rkfx24q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-visible[b-fc3rkfx24q] {
    background-color: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.status-hidden[b-fc3rkfx24q] {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}
/* /Pages/Products/Components/ProductModal.razor.rz.scp.css */
.animate-fade-in-up[b-tb10k0wcjv] {
    animation: fade-in-up-b-tb10k0wcjv 0.3s ease-out forwards;
}

@keyframes fade-in-up-b-tb10k0wcjv {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Scrollbar */
.custom-scrollbar[b-tb10k0wcjv]::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar[b-tb10k0wcjv]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar[b-tb10k0wcjv]::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 10px;
}

.custom-scrollbar[b-tb10k0wcjv]::-webkit-scrollbar-thumb:hover {
    background: #d1d5db;
}
/* /Pages/Products/ProductDetails.razor.rz.scp.css */
/* Scoped styles for Product Details */
/* /Pages/QuotationRequests/QuotationRequestDetails.razor.rz.scp.css */
/* Quotation Request Details Custom Styles */
/* /Pages/QuotationRequests/QuotationRequests.razor.rz.scp.css */
/* Custom styles for QuotationRequests if needed */
/* /Pages/Store/Categories/ProductsCategories.razor.rz.scp.css */
.categories-search[b-qw177l0nm4] { width: 100%; max-width: 18rem; height: 44px; border-radius: 12px; padding: 0.65rem 1rem; }
.categories-filter[b-qw177l0nm4] { height: 44px; border-radius: 12px; padding: 0.5rem 1rem; }

.categories-table-wrapper table[b-qw177l0nm4] { width: 100%; border-collapse: separate; border-spacing: 0; }
.categories-table-wrapper table thead[b-qw177l0nm4] { background: white; }
.categories-table-wrapper table thead th[b-qw177l0nm4] { 
  height: 56px; 
  background: white; 
  color: #6b7280; 
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
  text-align: center;
}
.categories-table-wrapper table thead th:first-child[b-qw177l0nm4] { width: 48px; text-align: center; }

.categories-table-wrapper table tbody[b-qw177l0nm4] { background: white; }
.categories-table-wrapper table tbody tr[b-qw177l0nm4] { 
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  background: white;
  transition: background-color 0.2s;
}
.categories-table-wrapper table tbody tr:hover[b-qw177l0nm4] {
  background-color: #f9fafb;
}
.categories-table-wrapper table tbody tr:last-child[b-qw177l0nm4] { border-bottom: none; }
.categories-table-wrapper table tbody td[b-qw177l0nm4] { 
  vertical-align: middle;
  padding: 1.25rem 1.5rem;
  border: none;
  color: #374151;
  text-align: center;
}

.categories-checkbox[b-qw177l0nm4] { width: 20px; height: 20px; cursor: pointer; border-radius: 4px; }

.status-badge[b-qw177l0nm4] { 
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  padding: 4px 14px; 
  border-radius: 6px; 
  font-size: 13px; 
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid transparent;
}
.status-visible[b-qw177l0nm4] { background: #ecfdf5; color: #059669; border-color: rgba(16,185,129,0.2); }
.status-hidden[b-qw177l0nm4] { background: #fee2e2; color: #dc2626; border-color: rgba(244,63,94,0.2); }

.action-btn[b-qw177l0nm4] { 
  min-width: 70px; 
  padding: 6px 12px; 
  border-radius: 9999px; 
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.action-btn.edit[b-qw177l0nm4] { 
  background: #2563eb; 
  color: white;
}
.action-btn.edit:hover[b-qw177l0nm4] { background: #1d4ed8; }

.action-btn.view[b-qw177l0nm4] { 
  background: white; 
  color: #6b7280;
  border: 1px solid #d1d5db;
}
.action-btn.view:hover[b-qw177l0nm4] { background: #f9fafb; color: #374151; }

.action-btn.delete[b-qw177l0nm4] { 
  background: #ef4444; 
  color: white;
}
.action-btn.delete:hover[b-qw177l0nm4] { background: #dc2626; }

.categories-table-wrapper[b-qw177l0nm4] { padding-bottom: 0; }

@media (max-width: 768px) {
  .categories-search[b-qw177l0nm4] { max-width: 100%; }
}
