/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3rvfpeldmk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3rvfpeldmk] {
    flex: 1;
}

.sidebar[b-3rvfpeldmk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3rvfpeldmk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3rvfpeldmk]  a, .top-row[b-3rvfpeldmk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3rvfpeldmk]  a:hover, .top-row[b-3rvfpeldmk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3rvfpeldmk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3rvfpeldmk] {
        justify-content: space-between;
    }

    .top-row[b-3rvfpeldmk]  a, .top-row[b-3rvfpeldmk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3rvfpeldmk] {
        flex-direction: row;
    }

    .sidebar[b-3rvfpeldmk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3rvfpeldmk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3rvfpeldmk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3rvfpeldmk], article[b-3rvfpeldmk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-huav1q7d3x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-huav1q7d3x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-huav1q7d3x] {
    font-size: 1.1rem;
}

.bi[b-huav1q7d3x] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-huav1q7d3x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-huav1q7d3x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-huav1q7d3x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-huav1q7d3x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-huav1q7d3x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-huav1q7d3x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-huav1q7d3x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-huav1q7d3x]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-huav1q7d3x]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-huav1q7d3x] {
        display: none;
    }

    .collapse[b-huav1q7d3x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-huav1q7d3x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Basket.razor.rz.scp.css */
.table-column-heading[b-h1vwf9t5dj]
{
    width:70%;
}
.wssc-table td.table-column-button button[b-h1vwf9t5dj]::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/delete.svg) center center / 100% no-repeat;
}

.busy-overlay[b-h1vwf9t5dj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .busy-overlay .processing[b-h1vwf9t5dj] {
        font-family: 'wssc';
        background-color: #fff;
        cursor: pointer;
        display: flex;
        text-align: center;
        padding: 10px 10px 10px 30px;
        color: #000;
        text-decoration: none;
        border-radius: 10px;
        border: 2px solid #000;
        text-transform: lowercase;
        transition: all 0.3s ease-in-out;
        position: relative;
        align-items: center;
        height: 40px;
        font-weight: 900;
    }
/* /Pages/Components/Billing/CurrentTransactions.razor.rz.scp.css */
/* Scroll area */
.tx-scroll[b-haq5w639hh] {
    max-height: 50vh; /* or a fixed px height like 320px */
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable; /* keeps columns aligned when scrollbar appears */
}

/* Header + rows share the same grid so columns align */
.tx-head[b-haq5w639hh], .tx-row[b-haq5w639hh] {
    display: grid;
    grid-template-columns: 140px 130px 150px 1fr; /* adjust to your content */
    gap: 1rem;
    align-items: baseline;
}

/* Sticky header inside the scroller */
.tx-head[b-haq5w639hh] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff; /* or var(--bg) */
    font-weight: 600;
    color: #6b7280;
    padding: .5rem .25rem;
    border-bottom: 1px solid #e5e7eb;
}

.tx-list[b-haq5w639hh] {
    list-style: none;
    margin: 0;
    padding: 0
}

.tx-row[b-haq5w639hh] {
    padding: .5rem .25rem;
    border-bottom: 1px solid #e5e7eb
}

.tx-type[b-haq5w639hh] {
    
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-weight: 700
}

.tx-amt[b-haq5w639hh] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-weight: 700
}

.tx-date[b-haq5w639hh] {
    white-space: nowrap;
    color: #6b7280
}

.tx-note[b-haq5w639hh] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

/* Mobile: hide header; show per-field labels via ::before */
@media (max-width:640px) {
    .tx-head[b-haq5w639hh] {
        display: none
    }

    .tx-row[b-haq5w639hh] {
        grid-template-columns: 1fr;
        row-gap: .25rem
    }

    .tx-amt[b-haq5w639hh], .tx-date[b-haq5w639hh], .tx-note[b-haq5w639hh] {
        display: flex;
        justify-content: space-between
    }

        .tx-amt[b-haq5w639hh]::before {
            content: "Amount";
            font-weight: 600;
            color: #6b7280;
            margin-right: 1rem
        }

        .tx-date[b-haq5w639hh]::before {
            content: "Date";
            font-weight: 600;
            color: #6b7280;
            margin-right: 1rem
        }

        .tx-note[b-haq5w639hh]::before {
            content: "Details";
            font-weight: 600;
            color: #6b7280;
            margin-right: 1rem
        }
}

/* /Pages/Components/Billing/InvoicesAndStatements.razor.rz.scp.css */
/* Scroll area */
.tx-scroll[b-mnwy7hh0zw] {
    max-height: 50vh; /* or a fixed px height like 320px */
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable; /* keeps columns aligned when scrollbar appears */
}

/* Header + rows share the same grid so columns align */
.tx-head[b-mnwy7hh0zw], .tx-row[b-mnwy7hh0zw] {
    display: grid;
    grid-template-columns: 100px 140px 140px 1fr 200px; /* adjust to your content */
    gap: 1rem;
    align-items: baseline;
}

/* Sticky header inside the scroller */
.tx-head[b-mnwy7hh0zw] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff; /* or var(--bg) */
    font-weight: 600;
    color: #6b7280;
    padding: .5rem .25rem;
    border-bottom: 1px solid #e5e7eb;
}

.tx-list[b-mnwy7hh0zw] {
    list-style: none;
    margin: 0;
    padding: 0
}

.tx-row[b-mnwy7hh0zw] {
    padding: .5rem .25rem;
    border-bottom: 1px solid #e5e7eb
}

.tx-amt[b-mnwy7hh0zw] {
    text-align: left;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-weight: 700
}

.tx-date[b-mnwy7hh0zw] {
    white-space: nowrap;
    color: #6b7280
}

.tx-inv[b-mnwy7hh0zw] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.tx-due[b-mnwy7hh0zw] {
    text-align: left;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-weight: 700
}

.tx-downloads[b-mnwy7hh0zw]{
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.link-button[b-mnwy7hh0zw] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #0a58ca; /* match your link color */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

    .link-button:hover[b-mnwy7hh0zw] {
        text-decoration: underline;
    }

/* Mobile: hide header; show per-field labels via ::before */
@media (max-width:640px) {
    .tx-head[b-mnwy7hh0zw] {
        display: none
    }

    .tx-row[b-mnwy7hh0zw] {
        grid-template-columns: 1fr;
        row-gap: .25rem
    }

    .tx-amt[b-mnwy7hh0zw], .tx-date[b-mnwy7hh0zw], .tx-inv[b-mnwy7hh0zw], .tx-downloads[b-mnwy7hh0zw] {
        display: flex;
        justify-content: space-between
    }

        .tx-amt[b-mnwy7hh0zw]::before {
            content: "Amount";
            font-weight: 600;
            color: #6b7280;
            margin-right: 1rem
        }

        .tx-date[b-mnwy7hh0zw]::before {
            content: "Date";
            font-weight: 600;
            color: #6b7280;
            margin-right: 1rem
        }

        .tx-inv[b-mnwy7hh0zw]::before {
            content: "Invoice #";
            font-weight: 600;
            color: #6b7280;
            margin-right: 1rem
        }

        .tx-downloads[b-mnwy7hh0zw]::before {
            content: "Downloads";
            font-weight: 600;
            color: #6b7280;
            margin-right: 1rem
        }
}
/* /Pages/Components/Billing/NextInvoiceDue.razor.rz.scp.css */

/* Next billing run */
.next-invoice-bar[b-9yr0b0ywdq] {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    background: rgba(255,255,255,.65);
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.next-invoice-icon[b-9yr0b0ywdq] {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 1px;
    opacity: .85;
}

.next-invoice-text[b-9yr0b0ywdq] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.next-invoice-title[b-9yr0b0ywdq] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: baseline;
}

    .next-invoice-title .label[b-9yr0b0ywdq] {
        font-weight: 700;
        color: rgba(0,0,0,.75);
    }

    .next-invoice-title .value[b-9yr0b0ywdq] {
        font-weight: 600;
        color: rgba(0,0,0,.9);
    }

.next-invoice-sub[b-9yr0b0ywdq] {
    font-size: 12px;
    color: rgba(0,0,0,.55);
}
/* /Pages/Components/Card.razor.rz.scp.css */
.siteProblemContainer[b-1tgv3rcmnk] {
display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 10px 5px;
    align-items: stretch;
    gap: 5px;
    /*background: url(../images/icons/error.svg) 10px top / 30px no-repeat;
    padding: 0  0 0 40px;*/
}

.problemItem[b-1tgv3rcmnk] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    background: #a00000 5px center / 30px no-repeat;
    transition: 0.2s linear all;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    padding: 0 10px 0 40px;
    border-radius: 5px;
    flex: 1 0 auto;
    /*max-width: 175px;
    border-radius: 5px;
    height: 40px;
    max-width: 175px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 10px 0 40px;
    display: grid;
    align-items: center;
    flex: 1 0 auto;*/
    /*
    border: 1px solid red;
    box-shadow: 0px 0px 2px rgba(220, 53, 69, 0.7);
    transition: box-shadow 0.3s ease-in-out;
    animation: pulsate 1.5s infinite alternate; 
    transition: background-color 0.4s ease-in-out, box-shadow 0.3s ease-in-out, color 0.4s ease-in-out;*/
}
    .problemItem.error[b-1tgv3rcmnk]
    {
        background-color: crimson !important;
    }

    .siteProblemContainer a[b-1tgv3rcmnk] {
        width: 100%;
        max-width: 100%;
        flex: 1 0 calc(50% - 10px);
    }

/* Pulsating Glow Animation */
@keyframes pulsate-b-1tgv3rcmnk {
    0% {
        box-shadow: 0px 0px 4px rgba(220, 53, 69, 0.7);
    }

    100% {
        box-shadow: 0px 0px 6px rgba(220, 53, 69, 1);
    }
}

/* Keep glow even on hover */
.problemItem:hover[b-1tgv3rcmnk] {
    background-color: #440000;
    color: #ccc;
   /* opacity: 0.9;
    animation: pulsate-hover 1.5s infinite alternate;
    background-color: #a00000;
    color: white; */
}

/* Slightly stronger pulsating glow on hover */
@keyframes pulsate-hover-b-1tgv3rcmnk {
    0% {
        box-shadow: 0px 0px 8px rgba(220, 53, 69, 0.7);
    }

    100% {
        box-shadow: 0px 0px 10px rgba(220, 53, 69, 1);
    }
}

/* Ensure links inside remain white */
.problemItem:hover a[b-1tgv3rcmnk] {
    color: white;
}

/* Background colors for different issues */
.domainNotVerified[b-1tgv3rcmnk] {
    background-image: url(../images/icons/domain.svg);
}

.siteMapProblem[b-1tgv3rcmnk] {
    background-image: url(../images/icons/sitemap.svg);
}

.awaitingIndexing[b-1tgv3rcmnk] {
    background-image: url(../images/icons/indexing.svg);
    background-color: orangered;
}

/* Icons */
.problemItem i[b-1tgv3rcmnk] {
    font-size: 16px;
}
/* /Pages/Components/EmailTheITGuy.razor.rz.scp.css */
/* /Pages/Components/GhostElements/ScanGhostTable.razor.rz.scp.css */
/* /Pages/Components/ImagePreviewDialog.razor.rz.scp.css */
.image-preview-container[b-j3jyu2pm41] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

    .image-preview-container img.full-image[b-j3jyu2pm41] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
/* /Pages/Components/Instructions.razor.rz.scp.css */
/* Instructions */

@keyframes bounceWithRotation-b-amev9380d4 {
	0%, 20%, 50%, 80%, 100% {
		transform: rotate(var(--rotate-angle)) translateY(0);
	}

	40% {
		transform: rotate(var(--rotate-angle)) translateY(-15px);
	}

	60% {
		transform: rotate(var(--rotate-angle)) translateY(-10px);
	}
}

.instruction-container[b-amev9380d4] {
	position:absolute;
}

	.instruction-container img.arrow[b-amev9380d4] {
		width: 50px;
		height: 50px;
		border: none;
		vertical-align: top;
		--rotate-angle: 0deg; /* Default rotation */
		animation: bounceWithRotation-b-amev9380d4 2s ease-in-out infinite;
		animation-delay: 3s; /* Start after a short delay */
	}
		.instruction-container img.arrow:hover[b-amev9380d4] {
			animation: none; /* Stop animation on hover */
		}

		/* Optional specific direction classes */
		.instruction-container img.arrow.left[b-amev9380d4] {
			--rotate-angle: 270deg;
		}

		.instruction-container img.arrow.up[b-amev9380d4] {
			--rotate-angle: 0deg;
		}

		.instruction-container img.arrow.right[b-amev9380d4] {
			--rotate-angle: 90deg;
		}

		.instruction-container img.arrow.down[b-amev9380d4] {
			--rotate-angle: 180deg;
		}
			

.instruction-content[b-amev9380d4] {
	position: relative;
	margin: auto;
	border-radius: 10px;
	border: 2px solid #E3E3E3;
	background: yellow;
	z-index: 99999;
	padding: 20px;
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	opacity: 1;
	display:inline-block;
}

.instruction-navigation button[b-amev9380d4] {
	margin: 5px;
}
/* /Pages/Components/Modals/AddFunds.razor.rz.scp.css */
.funds-container[b-dufx5p331z] {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between elements */
}

    .funds-container .buttonGroup[b-dufx5p331z] {
        width: 400px;
        width: 400px;
        gap: 0;
        justify-content: start;
        padding-top: 10px;
    }

.input-group[b-dufx5p331z] {
    position: relative;
    display: flex;
    align-items: center;
    width:100px;
}

    small[b-dufx5p331z] {
        margin-top: 5px;
        display: block;
    }

    .input-group span[b-dufx5p331z] {
        position: absolute;
        left: 10px;
        font-weight: bold;
        color: #555;
        width:30px;
    }

    .input-group input[b-dufx5p331z] {
        width: 100px;
    }

.funds-container .buttonGroup li[b-dufx5p331z] {
        flex: unset !important;
        min-width:80px;
    }
    .funds-container .buttonGroup li button[b-dufx5p331z] {
        padding: 10px 20px 10px 20px;
    }
       

.buttonGroup li a.selected[b-dufx5p331z],
.buttonGroup li button.selected[b-dufx5p331z] {
    background: #523e6b;
    color: #fff;
}


.transaction-container[b-dufx5p331z]  {
    position:relative;
    cursor:pointer;
}

    .transaction-container .toggle-button[b-dufx5p331z] {
        position:absolute;
        right:0;
        top:0;
    }

    .transaction-container .toggle-button img[b-dufx5p331z]{
        height: 20px;
    }

.transaction-list ul[b-dufx5p331z] {
    list-style-type: none;
}
/* /Pages/Components/Modals/DomainVerification.razor.rz.scp.css */
small[b-uvvodww28n] {
    display: block; /* or inline-block */
    padding: 10px 0 10px 0;
}

code[b-uvvodww28n] {
    background-color: silver;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}
.verificationProgress[b-uvvodww28n] {
    display: flex;
    justify-content: center;
}
    .verificationProgress img[b-uvvodww28n] {
        
    }

    
/* /Pages/Components/Modals/NewScanWithOptions.razor.rz.scp.css */
p[b-0fvc5q02zu] {
    margin: 0;
}
/* /Pages/Components/Modals/SiteMapInstructions.razor.rz.scp.css */

/* Modal content typography (keeps it compact in a popup) */
.modal-body h2[b-yimleqa2q3] {
    margin: 0 0 .25rem;
    font-size: clamp(1.35rem, 2.2vw, 1.6rem);
}

.modal-body h3[b-yimleqa2q3] {
    margin: .5rem 0 .5rem;
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    font-weight: 600;
    opacity: .9;
}

.modal-body p[b-yimleqa2q3] {
    margin: .4rem 0 .6rem;
    line-height: 1.45;
}

/* Inline code */
.modal-body code[b-yimleqa2q3] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: .95em;
    padding: .08rem .34rem;
    border-radius: .35rem;
    background: #f5f7fb;
    border: 1px solid #e7ebf3;
}

/* Callout (works with Bootstrap’s .alert, but looks fine standalone) */
.alert.alert-info[b-yimleqa2q3] {
    background: #e9f4ff;
    border: 1px solid #cfe7ff;
    color: #0b3c6f;
    border-radius: .6rem;
    padding: .65rem .75rem;
}

.alert.alert-danger[b-yimleqa2q3] {
    border-radius: .6rem;
}

/* CODE BLOCK — the star of the show */
.code-block[b-yimleqa2q3] {
    display: block;
    margin: .5rem 0 .75rem;
    padding: .75rem .9rem;
    background: #0d1117; /* pleasant dark code look */
    color: #e6edf3;
    border-radius: .6rem;
    border: 1px solid #1f2a37;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: .9rem;
    line-height: 1.45;
    overflow: auto; /* scroll if long */
    white-space: pre; /* preserve formatting */
    tab-size: 2;
}
    /* Optional soft scrollbar styling */
    .code-block[b-yimleqa2q3]::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    .code-block[b-yimleqa2q3]::-webkit-scrollbar-thumb {
        background: #2b3441;
        border-radius: 999px;
    }

    .code-block[b-yimleqa2q3]::-webkit-scrollbar-track {
        background: transparent;
    }

/* Links + fine print */
.modal-body a[b-yimleqa2q3] {
    text-decoration: underline;
}

.modal-body .fineprint[b-yimleqa2q3] {
    font-size: .875rem;
    opacity: .85;
    margin-top: .5rem;
}

/* ===== Checklist ===== */
.checklist[b-yimleqa2q3] {
    display: grid;
    gap: .5rem .75rem;
    grid-template-columns: 1.25rem 1fr; /* icon | text */
    align-items: start;
    margin: .5rem 0 0;
    padding: 0;
    list-style: none;
}

    /* Base item */
    .checklist li[b-yimleqa2q3] {
        display: contents; /* lets icon + text align in grid */
    }

/* Icon bubble */
.check-icon[b-yimleqa2q3] {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    margin-top: .15rem;
    background: #e8f5ee; /* default = "good" green */
    border: 1px solid #cfe9db;
    position: relative;
}

    /* Use masks so the icon takes the element color */
    .check-icon[b-yimleqa2q3]::after {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: .7rem;
        height: .7rem;
        background: #1e7b4d; /* default icon color */
        -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23000" d="M9.55 17.3 4.8 12.55l1.4-1.4 3.35 3.3 7.2-7.25 1.4 1.45Z"/></svg>') center/contain no-repeat;
        mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23000" d="M9.55 17.3 4.8 12.55l1.4-1.4 3.35 3.3 7.2-7.25 1.4 1.45Z"/></svg>') center/contain no-repeat;
    }

/* Text */
.check-text[b-yimleqa2q3] {
    line-height: 1.45;
}

    /* Emphasis bits inside text */
    .check-text code[b-yimleqa2q3] {
        font-size: .92em;
    }

/* Variants */
.check-icon.info[b-yimleqa2q3] {
    background: #e9f4ff;
    border-color: #cfe7ff;
}

    .check-icon.info[b-yimleqa2q3]::after {
        background: #0b3c6f;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M11 10h2v7h-2zm0-3h2v2h-2z"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M11 10h2v7h-2zm0-3h2v2h-2z"/></svg>');
    }

.check-icon.warn[b-yimleqa2q3] {
    background: #fff5e6;
    border-color: #ffe5bf;
}

    .check-icon.warn[b-yimleqa2q3]::after {
        background: #8a4b00;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M1 21h22L12 2 1 21zm12-3h-2v2h2v-2zm0-8h-2v6h2V10z"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M1 21h22L12 2 1 21zm12-3h-2v2h2v-2zm0-8h-2v6h2V10z"/></svg>');
    }

/* Compact on very small screens: icon above text */
@media (max-width: 420px) {
    .checklist[b-yimleqa2q3] {
        grid-template-columns: 1fr;
    }

    .check-icon[b-yimleqa2q3] {
        margin-bottom: .25rem;
    }
}

/* Dark-mode tweaks */
@media (prefers-color-scheme: dark) {
    .check-icon[b-yimleqa2q3] {
        background: #0f1a15;
        border-color: #193425;
    }

        .check-icon[b-yimleqa2q3]::after {
            background: #63d297;
        }

        .check-icon.info[b-yimleqa2q3] {
            background: #0e2237;
            border-color: #17314c;
        }

            .check-icon.info[b-yimleqa2q3]::after {
                background: #a9ccff;
            }

        .check-icon.warn[b-yimleqa2q3] {
            background: #291d07;
            border-color: #3a2a0a;
        }

            .check-icon.warn[b-yimleqa2q3]::after {
                background: #ffcc80;
            }
}



/* Respect dark mode for non-code areas */
@media (prefers-color-scheme: dark) {
    .modal-body code[b-yimleqa2q3] {
        background: #161b22;
        border-color: #262f3d;
        color: #e6edf3;
    }

    .alert.alert-info[b-yimleqa2q3] {
        background: #0e2237;
        border-color: #17314c;
        color: #cfe6ff;
    }

    .buttonGroup .no[b-yimleqa2q3] {
        background: #0b1220;
        border-color: #263247;
        color: #e6edf3;
    }

        .buttonGroup .no:hover[b-yimleqa2q3] {
            background: #0f172a;
        }
}
/* /Pages/Components/Modals/SiteMapProblem.razor.rz.scp.css */

code[b-cuncj8pr75] {
    background-color: silver;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

ol li[b-cuncj8pr75] {
  
    line-height: unset;
    font-size: 16px;
    line-height:1.5em;
    margin:0;
}

p[b-cuncj8pr75] {
    margin-bottom:0;
}
/* /Pages/Components/Modals/StupidDomainEntered.razor.rz.scp.css */
.trophy[b-foy92zyax8] {
    position:absolute;
    top:0;
}


.modalPopUp[b-foy92zyax8] {
    top: 350px;
    overflow:visible;
}
/* /Pages/Components/Modals/TaxAndBusinessInfo.razor.rz.scp.css */
ul[b-j1wxxuxg88] {
    list-style-type: none;
    margin: 0;
}
ul ul[b-j1wxxuxg88]{
    list-style-type: none;
    margin: 0;
}

.valid[b-j1wxxuxg88] {
    outline: unset;
}
/* /Pages/Components/Modals/VideoHelpDialog.razor.rz.scp.css */
.video-wrapper[b-0cg3vspgwy] {
    padding: 50px 10px 34px 10px;
    width: 100%;
    height:100%;
    aspect-ratio: 16 / 9;
}

iframe[b-0cg3vspgwy] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px; /* ← rounded corners */
    overflow: hidden; /* ← required */
}
/* /Pages/Components/Modals/Welcome.razor.rz.scp.css */
/*------------------------------------------------------------------------- HELP VIDEOS MODAL
*/
/*#videoHelpPopUp {
    max-width: 560px;
    background: #fff url(../images/pop-up-bg-circle.svg) -40% center / 50% auto no-repeat;
}*/

    #videoHelpPopUp .back-to-start[b-5we7bwarmh] {
            position: absolute;
            left: 40px;
            top: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        color: #333;
        transition: all 0.25s ease;
    }

        #videoHelpPopUp .back-to-start[b-5we7bwarmh]::before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            background: url(../images/arrow-left.svg) center center / 100% no-repeat;
            transition: inherit;
        }

        #videoHelpPopUp .back-to-start:hover[b-5we7bwarmh] {
            color: #6292c0;
        }

            #videoHelpPopUp .back-to-start:hover[b-5we7bwarmh]::before {
                transform: translateX(-5px);
            }

    #videoHelpPopUp h2[b-5we7bwarmh] {
        font-size: 32px;
        text-align: center;
        margin: 40px auto 20px;
    }

    #videoHelpPopUp h3[b-5we7bwarmh] {
        font-size: 16px;
        text-align: center;
        margin: 0 auto 20px;
    }

    #videoHelpPopUp .video-buttons[b-5we7bwarmh] {
        list-style: none;
    }

        #videoHelpPopUp .video-buttons li[b-5we7bwarmh] {
            margin: 0 0 5px;
        }

            #videoHelpPopUp .video-buttons li .video-button[b-5we7bwarmh] {
                display: flex;
                position: relative;
                width: 100%;
                height: 80px;
                border-radius: 10px;
                border: 2px solid #000;
                background-color: #6292c0;
                align-items: center;
                padding: 0 0 0 120px;
                font-weight:900;
                color: #fff;
                font-size: 16px;
                text-transform: lowercase;
                letter-spacing: -1px;
                line-height: 1.1em;
            }

                #videoHelpPopUp .video-buttons li .video-button[b-5we7bwarmh]::before {
                    content: '';
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                    width: 50%;
                    pointer-events: none;
                    background: left bottom no-repeat;
                }

                #videoHelpPopUp .video-buttons li .video-button.verify-domain[b-5we7bwarmh]::before {
                    background-image: url(../images/video-buttons/verify-domain.svg);
                }

                #videoHelpPopUp .video-buttons li .video-button.scanning-pages[b-5we7bwarmh]::before {
                    background-image: url(../images/video-buttons/scanning-pages.svg);
                }

                #videoHelpPopUp .video-buttons li .video-button.issues-and-reporting[b-5we7bwarmh]::before {
                    background-image: url(../images/video-buttons/issues-and-reporting.svg);
                }

                #videoHelpPopUp .video-buttons li .video-button.advanced-settings[b-5we7bwarmh]::before {
                    background-image: url(../images/video-buttons/advanced-settings.svg);
                }

                #videoHelpPopUp .video-buttons li .video-button.view-reports[b-5we7bwarmh]::before {
                    background-image: url(../images/video-buttons/view-reports.svg);
                }

                #videoHelpPopUp .video-buttons li .video-button[b-5we7bwarmh]::after {
                    content: '';
                    display: block;
                    position: relative;
                    width: 15px;
                    height: 30px;
                    flex: 0 0 15px;
                    background: url(../images/video-buttons/play-icon.svg) center center / 100% no-repeat;
                    margin: 0 20px 0 auto;
                    transition: all 0.25s ease;
                }

                #videoHelpPopUp .video-buttons li .video-button:hover[b-5we7bwarmh] {
                    background-color: #73648e
                }

                    #videoHelpPopUp .video-buttons li .video-button:hover[b-5we7bwarmh]::after {
                        transform: translateX(10px);
                    }



@media (max-width: 640px) {

    #videoHelpPopUp .video-buttons li .video-button[b-5we7bwarmh] {
        padding: 0 0 0 20px;
    }
   /* #videoHelpPopUp .video-buttons{
        margin-left:60px;
    }
*/
    #videoHelpPopUp .video-buttons li .video-button[b-5we7bwarmh]::before {
        display: none;
    }

    .rz-dialog-content .row > .column:first-child[b-5we7bwarmh] {
        display: none;
    }
    .rz-dialog-content .row > .column:last-child[b-5we7bwarmh] {
        padding-left: 40px;
    }

}
/* /Pages/Components/Scan/ScanProgressTable.razor.rz.scp.css */
/* First Header Row */
.header-cell[b-x74tm1ils8] {
    padding: 10px;
    background-color: #5e4b82; /* Purple background */
    color: #ffffff; /* White text */
    font-weight: bold;
    font-size: 1.2rem;
}

.header-content[b-x74tm1ils8] {
    display: flex;
    justify-content: space-between; /* Separate title and status to opposite ends */
    align-items: center;
}

.header-title[b-x74tm1ils8] {
    text-align: left;
    flex-grow: 1; /* Take up available space */
}

.header-status[b-x74tm1ils8] {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between flag and text */
    text-align: right;
}
    /* Styling the Flag Image */
    .header-status img[b-x74tm1ils8] {
        width: 50px;
        height: auto;
        border-radius: 4px; /* Optional: Rounded corners for better visuals */
    }
    .header-status ul[b-x74tm1ils8]{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .header-status ul li[b-x74tm1ils8] {
        text-align:left;
        padding:0;
        margin:0;
        line-height:16px;
    }

/* Second Header Row */
.sub-header th[b-x74tm1ils8] {
    background-color: #e0e0e0; /* Light grey background */
    color: #5e4b82; /* Matching purple for text */
    text-align: left;
    font-weight: normal;
    padding: 8px;
    font-size: 1rem;
}

/* Table Rows */
tbody tr[b-x74tm1ils8] {
    border-bottom: 1px solid #dcdcdc;
}

tbody td[b-x74tm1ils8] {
    padding: 8px;
}
/* /Pages/Components/StripePayment.razor.rz.scp.css */
.hidden[b-wo2tw607i0] {
    display: none;
}

.shown[b-wo2tw607i0] {
    display: block;
}
/* /Pages/Home.razor.rz.scp.css */
#commands[b-fm5i4as0wt]
{
position: absolute;
width: 50%;
right: 0;
top: 0px;
}

    #commands .buttonGroup[b-fm5i4as0wt]
    {
        justify-content:end;
    }
    #commands .buttonGroup li[b-fm5i4as0wt] 
    {
        flex: 0!important;
        min-width:40px!important;
    }

        #commands .buttonGroup li a[b-fm5i4as0wt],
        .buttonGroup li button[b-fm5i4as0wt] {
            background: none;
            border: none;
        }
        #commands .buttonGroup li a[b-fm5i4as0wt],
        .buttonGroup li button:hover[b-fm5i4as0wt] {
            background: none;
            border: none;
        }
/* /Pages/PageAnalysis.razor.rz.scp.css */
/* /Pages/Profile.razor.rz.scp.css */
#avatars[b-04rrozorpm] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* Auto-fill with min/max range */
	gap: 5px;
	padding: 0;
	grid-auto-flow: dense;
	justify-content: center;
}
.avatar[b-04rrozorpm] {
	width: 100%;
	max-width: 100px;
	min-width: 50px;
}
.avatar a[b-04rrozorpm] {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    overflow: hidden;
}
.avatar a[b-04rrozorpm]::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ff3dc0;
    opacity: 0;
    transition: all 0.25s ease;
}
.avatar a:hover[b-04rrozorpm]::after {
    opacity: 1;
}
.avatar.selected a[b-04rrozorpm]::after {
    border-width: 2px;
    border-color: #817192; 
    opacity: 1;
}
.avatar img[b-04rrozorpm] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-details ul[b-04rrozorpm] {
    list-style-type: none;
    margin: 0;
    font-size: 16px;
}
.user-details li[b-04rrozorpm] {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}
.user-details li .profile-label[b-04rrozorpm] {
    font-weight: bold;
    flex: 0 0 100px;
    min-width:150px;
}


.buttonGroup li a.changePasswordButton[b-04rrozorpm]::before {
    content: '';
    background-image: url(../images/icons/padlock.svg);
    background-size:28px;
    background-repeat:no-repeat;
}
/* /Pages/ReportBuilder.razor.rz.scp.css */
.toggle-container[b-qn8v8msvgk] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing */
    flex-wrap: wrap; /* Ensures elements wrap on small screens */
}

.input-container[b-qn8v8msvgk] {
    margin-top: 10px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .toggle-container[b-qn8v8msvgk] {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Reset all Radzen button styles */
.rz-button[b-qn8v8msvgk] {
    all: unset;
    display: inline-block; /* Ensure it still behaves like a button */
    cursor: pointer;
}
