html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

:root {
    --footer-scroll-threshold: 120;
    --footer-relative-gap: 24px;
}

a, .btn-link {
    color: #566246;

}

.a {
    background-color: #d7d7d7;
    padding: 0 4px;
    border-radius: 2px;
}

a:hover {
    text-decoration: none !important;
}

.text-primary {
    color: #508e1f !important;
}

.btn-primary {
    color: #fff;
    background-color: #508e1f;
    border-color: #566246;
}

.btn-outline-primary {
    color: #508e1f;
    border-color: #566246;
}

.btn-primary:hover, .btn-outline-primary:hover {
    background-color: #566246 !important;
}

.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 #566246 !important;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #508e1f !important;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.modal-body-scroll {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

@media print {
    @page {
        size: A4 portrait;
        margin: 20mm;
    }

    html {
        margin: 0 !important;
        padding: 0 !important;
    }

    body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    * {
        visibility: hidden !important;
    }

    .print-modal,
    .print-modal * {
        visibility: visible !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .print-modal {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background: white !important;
        transform: none !important;
        display: block !important;
        border: none !important;
        box-shadow: none !important;
    }

    .print-modal .modal-dialog {
        position: static !important;
        max-width: none !important;
        width: 100% !important;
        display: block !important;
    }

    .print-modal .modal-content {
        border: 0 !important;
        box-shadow: none !important;
        width: 100% !important;
        position: static !important;
        background: white !important;
        display: block !important;
    }

    .print-modal .modal-header {
        border: none !important;
        display: block !important;
    }

    .print-modal .modal-body {
        overflow: visible !important;
        width: 100% !important;
        position: static !important;
        background: white !important;
        display: block !important;
    }

    .print-modal .table-responsive {
        overflow: visible !important;
        width: 100% !important;
        position: static !important;
        display: block !important;
    }

    .print-modal .modal-footer,
    .print-modal .btn,
    .print-modal .btn-close {
        display: none !important;
    }

    .print-modal .table {
        width: 100% !important;
    }

    .print-modal .table thead tr:first-child th,
    .print-modal .table thead tr:nth-child(2) th {
        background-color: #f8f9fa !important;
        color: #000 !important;
        border: 1px solid #dee2e6 !important;
        padding: 0.5rem !important;
    }

    .print-modal .table tbody tr td {
        color: #000 !important;
        border: 1px solid #dee2e6 !important;
        padding: 0.5rem !important;
    }

    .print-modal .d-flex,
    .print-modal .gap-3 {
        gap: 0 !important;
    }

    .print-modal .mt-3 {
        margin-top: 1rem !important;
    }

    .print-modal .mt-4 {
        margin-top: 1.5rem !important;
    }

    .print-modal .modal-header,
    .print-modal .modal-body {
        padding: 0 !important;
        margin: 0 !important;
    }

    .print-modal .table-responsive {
        margin: 0 !important;
        padding: 0 !important;
    }

    .print-modal img {
        display: inline-block !important;
    }

    .print-modal ul {
        padding-left: 2rem !important;
        margin-bottom: 0.5rem !important;
        list-style-type: disc !important;
    }

    .print-modal ul li {
        margin-bottom: 0.25rem !important;
        display: list-item !important;
    }

    .print-modal p {
        margin-bottom: 0.5rem !important;
    }
}

/* Screen display styling for mineral needs row - removed explicit background to allow table-striped to work */

.pagination .page-link {
    color: #508e1f;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #508e1f;
    border-color: #508e1f;
}

.pagination .page-item.active .page-link {
    background-color: #508e1f;
    border-color: #508e1f;
    color: #fff;
    font-weight: bold;
}

.pagination .page-link:focus {
    color: #508e1f;
    background-color: #e9ecef;
    border-color: #dee2e6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(80, 142, 31, 0.25);
}

.swal2-popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10001 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    width: 32em !important;
    max-width: 100% !important;
    padding: 2em !important;
    border-radius: 0.5rem !important;
    background: #fff !important;
    font-size: 1rem !important;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3) !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* SweetAlert2 Title Styling */
.swal2-title {
    color: #333 !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.5em !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* SweetAlert2 Content/Text Styling */
.swal2-html-container {
    color: #545454 !important;
    font-size: 1.125rem !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    margin: 1em 0 1.5em !important;
    text-align: center !important;
}

/* SweetAlert2 Icon Styling */
.swal2-icon {
    margin: 1em auto 0.5em !important;
    border: 0.25em solid transparent !important;
    border-radius: 50% !important;
    width: 5em !important;
    height: 5em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swal2-icon.swal2-warning {
    border-color: #508e1f !important;
    color: #508e1f !important;
}

.swal2-icon.swal2-warning .swal2-icon-content {
    font-size: 3.75em !important;
    font-weight: 600 !important;
}

.swal2-icon.swal2-error {
    border-color: #f27474 !important;
    color: #f27474 !important;
}

.swal2-icon.swal2-success {
    border-color: #508e1f !important;
    color: #508e1f !important;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6 !important;
    color: #3fc3ee !important;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1 !important;
    color: #87adbd !important;
}

/* SweetAlert2 Button Container */
.swal2-actions {
    display: flex !important;
    gap: 0.75rem !important;
    margin: 1em 0 0 !important;
    justify-content: center !important;
}

/* SweetAlert2 Button Base Styling */
.swal2-styled {
    padding: 0.625em 2em !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: 0.375rem !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease !important;
}

.swal2-styled:hover {
    transform: translateY(-1px) !important;
}

.swal2-styled:active {
    transform: translateY(0) !important;
}

/* SweetAlert2 Confirm Button - Using app's primary color */
.swal2-confirm {
    background-color: #508e1f !important;
    color: #fff !important;
}

.swal2-confirm:hover {
    background-color: #566246 !important;
    box-shadow: 0 0.25rem 0.5rem rgba(80, 142, 31, 0.3) !important;
}

.swal2-confirm:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #566246 !important;
}

/* SweetAlert2 Deny/Delete Button - Red for destructive actions */
.swal2-deny,
.swal2-styled.swal2-confirm[style*="rgb(220, 53, 69)"],
.swal2-styled.swal2-confirm[style*="#dc3545"] {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.swal2-deny:hover,
.swal2-styled.swal2-confirm[style*="rgb(220, 53, 69)"]:hover,
.swal2-styled.swal2-confirm[style*="#dc3545"]:hover {
    background-color: #bb2d3b !important;
    box-shadow: 0 0.25rem 0.5rem rgba(220, 53, 69, 0.3) !important;
}

.swal2-deny:focus,
.swal2-styled.swal2-confirm[style*="rgb(220, 53, 69)"]:focus,
.swal2-styled.swal2-confirm[style*="#dc3545"]:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #bb2d3b !important;
}

/* SweetAlert2 Cancel Button */
.swal2-cancel {
    background-color: #6c757d !important;
    color: #fff !important;
}

.swal2-cancel:hover {
    background-color: #5c636a !important;
    box-shadow: 0 0.25rem 0.5rem rgba(108, 117, 125, 0.3) !important;
}

.swal2-cancel:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #5c636a !important;
}

/* SweetAlert2 Close Button */
.swal2-close {
    color: #999 !important;
    font-size: 2.5rem !important;
    line-height: 1 !important;
    transition: color 0.2s ease !important;
}

.swal2-close:hover {
    color: #333 !important;
}

.swal2-close:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.25rem rgba(86, 98, 70, 0.25) !important;
}

.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.4) !important;
}

/* Prevent body scroll when modal is open */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden !important;
}

body.swal2-height-auto {
    height: auto !important;
}

/* Ensure popup is visible and centered */
.swal2-show {
    display: flex !important;
    animation: swal2-show 0.3s !important;
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    45% {
        transform: scale(1.05);
        opacity: 1;
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.swal2-hide {
    animation: swal2-hide 0.15s forwards !important;
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

/* Fix for Blazor positioning context */
html:has(.swal2-container) {
    overflow: hidden !important;
}

.swal2-container {
    background: rgba(0, 0, 0, 0.5) !important;
}

.page:has(~ .swal2-container),
.page .swal2-container {
    position: fixed !important;
}

/* ========== MVC Layout Styles ========== */

:root {
    --layout-sidebar-width: 250px;
}

/* Page Layout */
.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    margin-bottom: 0;
}

article.content {
    padding-bottom: 3rem;
}

body.footer-relative article.content {
    padding-bottom: 0;
}

/* Sidebar */
.sidebar {
    background-image: linear-gradient(180deg, rgb(80, 142, 31) 0%, #566246 70%) !important;
}

.top-row {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row a:hover, .top-row .btn-link:hover {
    text-decoration: underline;
}

.top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: var(--layout-sidebar-width, 250px);
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        overflow-y: auto;
    }

    main {
        margin-left: var(--layout-sidebar-width, 250px);
        width: calc(100% - var(--layout-sidebar-width, 250px));
        min-width: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 0rem !important;
        padding-right: 0.5rem !important;
    }

    body .page > .sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: var(--layout-sidebar-width, 250px) !important;
        overflow-y: auto !important;
    }

    body .page > main {
        margin-left: var(--layout-sidebar-width, 250px) !important;
        width: calc(100% - var(--layout-sidebar-width, 250px)) !important;
    }
}

/* Navigation Menu Styles */
.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.sidebar .top-row {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    text-decoration: none;
}

.nav-item a.active {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Resources Dropdown Button */
.resources-dropdown-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.2s ease;
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    padding: 0.5rem 1rem;
}

.resources-dropdown-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-submenu {
    margin-top: 0.5rem;
}

.nav-submenu .nav-link {
    font-size: 0.85rem;
    padding-left: 0.5rem;
}

/* Bottom Bar */
.bottom-bar {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 1;
    transition: margin-top 0.2s ease, opacity 0.2s ease;
}

body.footer-relative .bottom-bar {
    position: static;
    margin-top: var(--footer-relative-gap, 24px);
    left: auto;
    right: auto;
    opacity: 0.98;
}

.scroll-up-btn {
    position: fixed;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    z-index: 1002;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 4px;
    background-color: rgba(86, 98, 70, 0.55);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.55;
    transition: opacity 0.2s ease;
}

body.footer-relative .scroll-up-btn {
    display: inline-flex;
}

.scroll-up-btn:hover {
    opacity: 1;
}

.scroll-up-btn .bi {
    margin: 0;
    width: auto;
    height: auto;
    top: 0;
}

@media (min-width: 641px) {
    .scroll-up-btn {
        left: calc((100% + var(--layout-sidebar-width, 250px)) / 2);
    }
}

@media (min-width: 641px) {
    .bottom-bar {
        left: 250px;
    }

    body.footer-relative .bottom-bar {
        left: auto;
    }
}

/* Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
    margin-left: 12px;
    position: relative;
    z-index: 1001;
}

.language-switcher .dropdown {
    position: relative;
}

.language-switcher .dropdown-toggle {
    background: transparent;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 4px;
    outline: none;
    width: 78px;
}

.language-switcher .dropdown-toggle:hover {
    background-color: transparent;
    transform: scale(1.00);
}

.language-switcher .dropdown-toggle:active {
    transform: scale(0.98);
}

.language-switcher .flag-icon {
    width: 62px;
    height: 32px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
    pointer-events: none;
    opacity: 0.4;
    transition: opacity 0.2s ease;
    filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
}

.language-switcher .dropdown-toggle:hover .flag-icon,
.language-switcher .dropdown-item:hover .flag-icon {
    opacity: 1;
    transition: opacity 0.2s ease;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.language-switcher .dropdown-item.active .flag-icon {
    opacity: 1;
    transition: opacity 0.2s ease;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.language-switcher .dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 1002;
    align-items: flex-end;
}

.language-switcher .dropdown-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 78px;
}

.language-switcher .dropdown-item:hover {
    transform: translateX(-2px);
}

.language-switcher .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Bootstrap Icon Styles for Navigation */
.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
}

/* Remove width and margin from link icons */
.bi-link-45deg {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
}

/* Custom table striping for mineral needs tables with 3-row groups */
.table-striped tbody tr:nth-child(6n+1),
.table-striped tbody tr:nth-child(6n+2),
.table-striped tbody tr:nth-child(6n+3) {
    background-color: #ffffff !important;
}

.table-striped tbody tr:nth-child(6n+4),
.table-striped tbody tr:nth-child(6n+5),
.table-striped tbody tr:nth-child(6n+6) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
