@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html,
body,
form {
    margin: 0;
    padding: 0;
}


.boxallaround {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-width: 500px;
}

/*this has to be added to CCSD Menu item to add additional styles to the div*/
.navbarAdditional {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    position:relative;
    z-index: 1100; /*This is to make this bar on top in mobile setting where menu is z-index is 1000 */
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #212529;
    background-color: #f7f0e9;
}

.alert-dismissible {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
    max-width: 650px;
    width: 100%;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #BB0000;
}

.caret-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    /* Add padding here to increase clickable area without affecting alignment */
}

    .caret-container::before {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        /* This expands the clickable area */
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    opacity: 0.5;
    vertical-align: middle;
    transition: transform 0.3s;
    transform: rotate(-90deg);
}

    .caret.caret-down {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid black;
        opacity: 0.5;
        vertical-align: middle;
        transition: transform 0.3s;
        transform: rotate(0deg);
    }

.Heading-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 5px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.form-heading {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold; /* Make the font bolder */
}

.login-form {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: auto;
    max-width: 100%;
    min-width: 0;
    text-align: center;
    display: inline-block; /* shrink to fit content */
}

@media (max-width: 600px) {
    .login-form {
        width: 100%;
        padding: 25px;
        max-width: 400px;
        min-width: 0;
        box-sizing: border-box;
    }
}

    .login-form h2 {
        margin-bottom: 20px;
        color: #333;
    }


.login-links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    /* font-size: 0.9em; */
    text-align: center
}

    .login-links a {
        color: #BB0000;
        font-weight: bold;
    }

        .login-links a:hover {
            text-decoration: underline;
            color: #af0202
        }



.reg-form {
    position: relative; /* Important so loading spinner overlay is positioned correctly */
    display: inline-block; /* shrink to fit content */
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: auto;
    max-width: 100%;
    min-width: 700px;
    text-align: center;

}

@media (max-width: 1000px) {
    .reg-form {
        width: 100%;
        padding: 10px;
        max-width: 400px;
        min-width: 0;
        box-sizing: border-box;
    }

    .k-wizard-horizontal
    {
        padding: 10px !important;
    }
}

.reg-form h2 {
    margin-bottom: 20px;
    color: #333;
}

.newuser-message {
    text-align: center;
    margin: 10px 0px 20px 0px;
    border-block-end-width: 100%;
}

    .newuser-message p {
        color: #333;
        font-size: 13px;
    }

    .newuser-message a {
        color: #BB0000;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

        .newuser-message a:hover {
            text-decoration: underline;
            color: #af0202
        }

.user-instructions p {
    text-align: left;
    color: #333;
    margin-bottom: 1rem; /* Adds a little space between the welcome message and the list */
}

.user-instructions ul {
    list-style: none; /* Removes bullet points for a cleaner look */
    padding: 0;
    text-align: left;
}

.user-instructions li {
    margin-bottom: 0.5rem; /* Space between items for clarity */
    color: #666;
}

.btn-primary {
    color: #fff;
    background-color: #BB0000;
    border-color: #9f0101;
}

    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled):hover,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .btn-primary:not(:disabled):not(.disabled):focus {
        color: #fff;
        background-color: #af0202;
        border-color: #BB0000;
    }

    .btn-primary:active,
    .btn-primary:disabled,
    .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #BB0000;
        border-color: #9f0101;
        box-shadow: none; /* Optionally, to remove any shadow effects */
        text-decoration: none; /* Optionally, to remove any underline */
    }


.btn-secondary {
    color: black;
    border-color: #dee2e6;
    background-color: #dee2e6;
}

    .btn-secondary:hover,
    .btn-secondary:not(:disabled):not(.disabled):hover,
    .btn-secondary:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-secondary:not(:disabled):not(.disabled):focus {
        color: black;
        background-color: #ced4da;
        border-color: #ced4da;
    }

    .btn-secondary:active,
    .btn-secondary:disabled,
    .btn-secondary:not(:disabled):not(.disabled):active {
        color: black;
        border-color: #dee2e6;
        background-color: #dee2e6;
        box-shadow: none; /* Optionally, to remove any shadow effects */
        text-decoration: none; /* Optionally, to remove any underline */
    }


/*    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #BB0000;
        border-color: #9f0101;
    }*/
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px; /* Set this to the height of your button */
    position: relative;
}

.spinner-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.telerik-loader-container {
    position: absolute;
}

.login-container {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
    /* background-color: #f7f7f7; */
}

.content {
    padding-top: 1.1rem;
    /*This below is essentially replacing px-4 -- used to be on mainlayout next to content*/
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

@media (max-width: 600px) {
    .content {      
        /*This below is essentially replacing px-1 -- used to be on mainlayout next to content*/
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
}

@media (max-width: 600px) {
    .responsive-Nav-label {
        font-size: 1rem !important;
    }
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.invalid-label {
    color: #dc3545;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }

.required {
    color: #BB0000;
}

/*.disabled-wrapper {
    position: relative;
    opacity: 0.5;
    pointer-events: none;*/ /* block mouse */
    /*user-select: none;
}

.disabled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 10;
}*/

.disabled-wrapper {
    position: relative;
    opacity: 0.5;
}

.disabled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    pointer-events: all; /* Catch clicks */
}

.content-wrapper {
    pointer-events: none;
    user-select: none;
}

/*This below is for the OLR Logo*/

.ccsd-container-OLR {
    display: flex;
    align-items: center;
    font-family: 'Bahnschrift', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Montserrat', 'Helvetica Neue', Arial, Tahoma, Geneva, Verdana, sans-serif !important;
    /*'Bahnschrift';*/
    font-stretch: 40%;
    font-weight: 500;
    font-size: clamp(25px, 3vw, 42px); /* calc(1.8vw + 1.2rem); */ /* Adjusts size dynamically with browser width */
    color: black;
}

/* Disable clamp on iPad/Safari (WebKit on iPad) */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-touch-callout: none) {
        .ccsd-container-OLR {
            font-size: 32px !important; /* Fallback size for iPad/Safari */
        }
    }
}


.ccsd-logo-OLR {
    max-height: 70px;
    height: auto;
    margin-right: 20px;
    width: auto;
}

.ccsd-separator-OLR {
    width: 2px;
    height: 60px;
    background-color: gainsboro;
    margin-right: 20px;
}

.ccsd-text-OLR {
    white-space: nowrap;
}

/*END the OLR Logo*/

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.col-11 {
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 10px 35px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 8px;
}


.input-wrapper {
    position: relative;
    width: 100%;
}

.password-toggle {
    position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.form-control {
    padding-right: 2.5rem;
}

.message-box {
    max-width: 400px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.CenterDivContents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Add this to your main CSS or site stylesheet */
.fade-in {
    opacity: 0;
    animation: fadeIn ease-in 0.7s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(7px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*progress bar code*/

/*.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.progress-bar-wrapper {
    flex: 1 1 auto;
    min-width: 200px;
}

.progress-bar {
    position: relative;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill {
    background-color: #990000;
    height: 100%;
    width: var(--progress-width);
    transition: width 0.3s ease;
}

.progress-label {
    position: absolute;
    top: -20px;
    left: var(--progress-width);
    transform: translateX(-50%);
    font-size: 12px;
    color: #555;
}

@media (max-width: 600px) {
    .progress-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .progress-label {
        top: -18px;
        font-size: 11px;
    }
}*/

.progress-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
}

.progress-label {
    margin-bottom: 4px;
    font-size: 13px;
    color: #777;
    font-weight: 500;
}

.progress-bar {
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #990000;
    border-radius: 3px;
    transition: width 0.4s ease-in-out;
}

/*This below is for the OLR Layout with a side menu*/
/*.layout {
    display: flex;
    min-height: 100vh;
    font-family: sans-serif;
}

.side-menu {
    width: 220px;
    background-color: white;
    border-right: 1px solid #ddd;
    padding: 20px;
}

    .side-menu ul {
        list-style-type: none;
        padding: 0;
    }

    .side-menu li {
        margin-bottom: 15px;
    }

    .side-menu a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
    }

        .side-menu a:hover {
            color: #990000;
        }

.main-content {
    flex-grow: 1;
    padding: 30px;
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .layout {
        flex-direction: column;
    }

    .side-menu {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}*/
.layout {
    display: flex;
}

.side-menu {
    width: 350px;
    background-color: #f8f6f3; /* soft beige */
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 100vh; /* Use min-height: 100% for scrollable content */
    border-right: 1px solid #e0e0e0;
    font-family: 'Segoe UI', sans-serif;
    /* Remove: height: 100vh; */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds viewport */
}

/*.side-menu {
    width: 400px;*/
    /*background: white;*/
    /*background-color: #f8f6f3;*/ /* light beige/gray */
    /*border-right: 1px solid #ccc;
    padding: 20px 30px 0px 30px;
}

    .side-menu ul {
        list-style-type: none;
        padding: 0;
    }


    .side-menu li {
        margin-bottom: 10px;
        padding: .75rem;
        cursor: pointer;
        transition: .3s;
        border-radius: .5rem;
    }
        .side-menu li:hover {*/
            /*background-color: #ccc;*/ /*#ffe5e0; */ /* a light, warm highlight on hover */
            /*background-color: #e5e5e5;
            color: #a30000;
        }

    .side-menu a {
        text-decoration: none;
        color: #333;
        font-weight:bold;
    }
        .side-menu a:hover {*/
            /*color: #990000;*/
        /*}*/

/* Unordered list cleanup */
.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Menu item links */
.menu-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    border-radius: 9px;
    transition: background 0.3s ease;
    position: relative;
    margin-bottom:10px;
}

    /* Icons styling */
    .menu-item i {
        margin-right: 10px;
        stroke-width: 1.8;
    }

    .iconPadding{
        padding-left:15px;
    }

    /* Hover effect */
    .menu-item:hover {
        background-color: lightgray; /* #e5e5e5;*/
        color: #a30000;
        /*font-weight: 600;*/
    }

    /* Active item styling */
    .menu-item.active {
        background-color: #a30000;
        color: white;
        font-weight: 600;
    }

        /* Optional: vertical red indicator bar for active */
/*        .menu-item.active::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background-color: #a30000;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }*/

.main-content {
    flex-grow: 1;
    padding: 5px; /*padding: 20px;*/
    /*background: #f9f9f9;*/ /*This is a grey color, but commenting out to allow the beige body color to show through*/
}

/* Mobile styles */
.mobile-header {
    display: none;
    background: white;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    color: #2c2c2c; /* Instead of pure black (#000) */
}

.hamburger {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: black;
}

@media (max-width: 1000px) {
    .side-menu {
        width: 250px; /*Shrink side menu smallest before hiding completely*/
        
    }
}

@media (max-width: 700px) {
    .layout {
        flex-direction: column;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        background: white;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        height: 45px;
        z-index: 1100;
        /* changed fixed and static to relative positioning */
        position: relative;
    }

    .side-menu {
        position: absolute;
        /*top: 50px;*/ /* Position below the header */
        left: 0;
        right: 0;
        width: 100%;
        background: white;
        border-bottom: 1px solid #ccc;
        transform: translateY(-200%);
        transition: transform 0.3s ease-in-out;
        z-index: 1000;
        min-height: 315px; /* Use min-height: 100% for scrollable content */
        overflow-y: unset; /* Enable vertical scrolling if content exceeds viewport */
    }

        .side-menu.show {
            transform: translateY(0);
        }

    .main-content {
        margin-top: 0; /* No need to offset fixed header anymore */
    }

    .k-wizard-horizontal .k-wizard-steps {
        margin-top: 0rem !important;  /*Overrides the telerik wizard steps top line spacing from progress stepper to actual fields*/
    }

}

.k-wizard-horizontal .k-wizard-steps {
    margin-top: 1rem !important; /*Overrides the telerik wizard steps top line spacing from progress stepper to actual fields*/
}

.wizardTitle {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 10px;
    text-align: center;
    font-family: system-ui, "Segoe UI", Arial, "Helvetica Neue", sans-serif;
}

.title-underline {
    width: 90px;
    height: 4px;
    background-color: #a30000;
    margin: 0 auto 20px auto;
    border-radius: 3px;
    color: #2c2c2c;
}


.two-column-section {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start; /*was flex-end*/
    /*margin-bottom: 1rem;*/
    flex-wrap: wrap;
}

.column-label-input {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.ddl-column {
    flex: 0 0 20%;
    min-width: 80px;
}

.small-column {
    flex: 0 0 15%;
    min-width: 60px;
    max-width:76px;
}

.medium-column {
    flex: 0 0 20%;
    min-width: 150px;
}

.large-column {
    flex: 0 0 20%;
    min-width: 200px;
}

.extralarge-column {
    flex: 0 0 30%;
    min-width: 300px;
}



@media (max-width: 1000px) {
    .two-column-section {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
    }

    .ddl-column {
        min-width: 0;
        flex: 1 1 0;
    }

    .extralarge-column {
        min-width: 200px;
    }

    .AddressCheck {
        width: 346px;
    }

}


    .OLR-two-columns {
        display: flex;
        flex-direction: row;
        gap: 4%;
        width: 100%;
    }

    .OLR-80 {
        flex: 0 0 76%;
        max-width: 76%;
    }

    .OLR-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .OLR-50 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .OLR-70 {
        flex: 0 0 66%;
        max-width: 66%;
    }

    .OLR-30 {
        flex: 0 0 30%;
        max-width: 30%;
    }



    @media (max-width: 1000px) {
        .OLR-two-columns {
            flex-direction: column;
        }

        .OLR-80, .OLR-50, .OLR-70{
            flex: 0 0 100%;
            max-width: 100%;
        }
        .OLR-20, .OLR-30 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 1rem;
        }
    }

.k-form-lable-error-override {
    color: #212529 !important;
}

.subtle-text {
    margin-top: 5px;
    font-size: .9rem;
}
    .subtle-text label {
        color: darkred;
        padding-left:3px;
        /*font-weight:bold;*/
    }

.subtle-text label:hover {
    text-decoration: underline;
    color: #af0202
}

.review-section ul {
    list-style-type: none;
    padding-left: 5px;
    margin-left: 0;
}

.review-section li {
    padding-left: 15px;
    margin-bottom: 0.5rem;
}

.AddressCheck{
    width:400px;
}

.skeleton-text {
    background-color: #f0f0f0; /* Lighter gray */
    /*height: 16px;*/
    /*margin-bottom: 8px;*/
    height: 14px;
    margin-top: 8px;
    border-radius: 4px;
}

    .skeleton-text.short {
        width: 70%; /* Shorter line for variety */
    }

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* New class for parent-contained spinner overlay */
.spinner-overlay-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-location {
    margin-top: 0px;
}
.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #bb0000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@media (max-width: 1000px) {
    .spinner-overlay-inside {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.7);
        z-index: 999;
        display: flex;
        align-items: start;
    }
    .spinner-location {
        position: fixed; /* Change to fixed to stay in viewport FOR MOBILE DEVICES */
        top: 50%; /* Stay in middle of screen, FOR MOBILE DEVICES */
    }

}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

