*:not(input) {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

::-webkit-scrollbar {
    scrollbar-color: dodgerblue lightgrey;
}

::-webkit-scrollbar-track-piece {
    background-color: lightgrey
}

::-webkit-scrollbar-thumb {
    background-color: dodgerblue;
    height: 45px;
    border-radius: 4px;
}

:root {
    --rz-primary: #1e90ff;
    --rz-scrollbar-width: 30px;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    touch-action: none;
}

#app {
    height: 100vh;
}

body {
    background: #f4f5f9 !important;
    overflow: hidden;
}

.page {
    height: 100vh !important;
}

a, .btn-link {
    color: #006bb7;
}

.container {
    min-width: 100% !important;
    height: 100% !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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 #258cfb;
}

.content {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    height: 100%;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.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;
}

.blue-card {
    height: 100%;
    background-image: linear-gradient(180deg, #1151f3 0%, #50bfff 85%) !important;
}

.gradient-card {
    background-image: radial-gradient(ellipse farthest-corner at top left, rgba(220, 239, 254, 1) 50%, rgba(0, 179, 255, 0.45) 100%);
    vertical-align: middle;
    min-height: 100% !important;
    margin-top: 0 !important;
    min-width: 100% !important;
    padding-top: 0 !important;
}

.white-card {
    background-color: white;
    width: 100%;
    height: max-content;
    margin-right: 2%;
    margin-bottom: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-stack {
    /*    min-height: 375px;*/
    vertical-align: top;
    display: inline-block !important;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
}

.sub-stack {
    min-width: 375px;
    vertical-align: top;
    display: inline-block !important;
    text-align: center;
    width: auto;
}

.mini-card2 {
    margin: 0px !important;
}

.mini-card {
    background-color: white;
    width: 275px;
    height: max-content;
    padding: 0 !important;
    height: fit-content;
    vertical-align: top !important;
    top: 0;
    display: inline-block;
    margin: 2px;
    margin-bottom: 10px;
}

    .mini-card .header {
        color: white;
        background-color: steelblue;
        justify-content: center !important;
        display: flex;
        flex-wrap: wrap;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 26px;
    }

    .mini-card .header2 {
        min-height: 70px !important;
        vertical-align: middle;
        text-align: center;
        color: white;
        background-color: steelblue;
        justify-content: center !important;
        display: flex;
        flex-wrap: wrap;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 26px;
    }

    .mini-card .body {
        min-height: 265px !important;
        padding-top: 10px;
        font-size: 24px !important;
    }

        .mini-card .body .child {
            width: 100% !important;
            font-size: 24px;
        }

    .mini-card .body2 {
        min-height: 260px;
        padding-top: 10px;
        font-size: 24px !important;
    }

        .mini-card .body2 .child {
            width: 100% !important;
            font-size: 24px;
        }

    .mini-card .button {
        justify-content: center !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .mini-card .button .submit {
            background-color: dodgerblue !important;
            align-items: flex-end !important;
            font-size: large !important;
            width: max-content !important;
            height: 60px !important;
        }

.dual-card-row {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}

/*Remember me styling*/
.rz-login div:has(div.rz-switch) {
    padding-top: 10px;
}

.rz-login div:has(button[type="submit"]) a {
    margin-left: auto;
}

@media (max-width: 990px) {
    div.ins-buttons {
        flex-direction: row !important;
    }
}

.rz-hidden-div {
    display: none !important;
}

.fullscreen-hidden {
    display: none !important;
}

.rz-g {
    justify-content: center !important;
}

.input {
    background-color: whitesmoke !important;
}

.form-fields {
    width: 50% !important;
    min-height: 62px !important;
}

    .form-fields .rz-inputtext {
        font-size: x-large !important;
        height: fit-content !important;
    }

    .form-fields .rz-textbox {
        font-size: x-large !important;
        height: fit-content !important;
    }

    .form-fields .rz-spinner {
        font-size: x-large !important;
        height: fit-content !important;
    }

    .form-fields .rz-radio-btn {
        font-size: x-large !important;
        height: fit-content !important;
        padding: 7px;
    }

    .form-fields .rz-dropdown {
        font-size: x-large !important;
        height: fit-content !important;
        padding: 7px;
    }

    .form-fields .rz-form-field-label {
        font-size: 19px !important;
        font-weight: 600;
        height: fit-content !important;
        color: black !important;
        text-align: left;
    }

    /*    .form-fields .rz-form-field-floating-label {
        font-size: 26px !important;
        height: fit-content !important;
        color: black !important;
        text-align: left;
    }*/

    .form-fields .rz-button.submit {
        background-color: dodgerblue !important;
        align-items: flex-end !important;
        font-size: large !important;
        width: max-content !important;
        height: 50px !important;
    }

.form-fields-double {
    width: 100% !important;
}

.next-back-buttons {
    padding-top: 10px !important;
    width: 100% !important;
    padding-bottom: 10px !important;
}

.pop-container {
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(220, 239, 254, 1);
}

.pop-card {
    border-radius: 20px;
    background-color: rgba(0, 179, 255, .3) !important;
    vertical-align: middle;
    height: 50%
}

.img-wrapper {
    height: 95%;
    width: 95%;
    background-color: lightslategrey;
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
}

    .img-wrapper > img {
        display: inline-block;
        position: relative;
        border: 1px solid black;
    }

.clock {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
}

/* Stripe Payment page */
#payment-element {
    width: 100%;
    height: 100%;
}

.stripe-component {
    margin: 0px;
    padding-left: 0px;
    padding-right: 35px;
    padding-bottom: 10px;
}

.table {
    display: inline-table;
    max-width: fit-content;
    vertical-align: middle;
}

.table-cell {
    display: table-cell;
    padding: 10px !important;
    vertical-align: middle;
    text-align: left;
    height: 55px;
}

.table-row {
    display: table-row;
}

.cell-dsc {
    background-color: #bbccff;
}

.cell-amount {
    background-color: #aaeebb;
}

.cell-check {
    background-color: #ffffff;
}

.cell-amount:nth-child(even) {
    border: solid 1px gray;
}
.popup-container {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 100%;
}
.popup-card {
    z-index: 1000;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.88) !important;
    transform: translate(-50%, -50%);
    width: max-content;
    height: auto;
    top: 50%;
    left: 50%;
    max-width: 60%;
}

.smx-flex-row {
    display: flex;
    flex-wrap: wrap;
}

.smx-flex-cell {
    padding: 10px;
    width: max-content !important;
    flex-grow: 1;
}

.smx-textfield {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
}

.rz-hidden-div2 {
    visibility: hidden;
    height: 0px!important;
}