h1:focus {
    outline: none;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: red;
    font-size: 0.7rem;
}

.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."
    }


.div-link {
    cursor: pointer;
    color: #2c7be5;
}

.span-link {
    cursor: pointer;
    color: #2c7be5;
}

    .span-link:hover {
        text-decoration: underline;
    }

fluent-data-grid-cell {
    color: #5e6e82
}

.fluent-inputfile-container {
    background: transparent !important;
}

.fluent-toast-provider {
    z-index: 99999 !important;
}

.fluent-wizard {
    height: 100% !important;
}

.normal-card {
    transition: opacity 0.3s ease-in-out;
}

.sticky-card {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: var(--falcon-bg-navbar-glass);
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    padding-right: var(--falcon-gutter-x, 1rem);
    padding-left: var(--falcon-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}

.card-imitator {
    -webkit-box-shadow: var(--falcon-box-shadow);
    box-shadow: var(--falcon-box-shadow);
    background-color: var(--falcon-card-bg);
    background-clip: border-box;
    border: 0px solid var(--falcon-card-border-color);
    border-radius: 0.375rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
}

.paginator-nav {
    padding: 0 !important;
    display: flex !important;
    margin-inline-start: auto !important;
    margin-inline-end: 0 !important;
    gap: 0.5rem !important;
    align-items: center !important;
    background-color: transparent !important;
}

.col-sort-button::part(control) {
    align-items: center !important;
    justify-content: start !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background: transparent !important;
}

.col-title-text {
    color: #5e6e82
}

.fluent-typography {
    font-family: var(--body-font) !important;
    font-style: normal !important;
    color: inherit !important
}

.fluent-sortable-list .sortable-item {
    align-items: center !important;
    height: inherit !important;
    background-color: transparent !important;
    border: solid 1px;
    border-radius: calc(var(--control-corner-radius) * 1px) !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    padding: 5px !important;
    margin-bottom: 2px !important;
}

.fluent-sortable-list .sortable-grab {
    cursor: grab !important;
    background-color: transparent !important;
    position: relative !important;
    display: inline !important;
    height: inherit !important;
    left: calc(var(--design-unit) * -2px) !important;
    right: unset !important;
    border-radius: calc(var(--control-corner-radius)* 1px) 0 0 calc(var(--control-corner-radius)* 1px) !important;
    width: 32px !important;
    padding: 0 5px !important;
}

.fluent-sortable-list {
    height: inherit !important;
    border: 1px solid !important;
    border-color: #5e6e82 !important;
}

.sortable-list-end-div {
    width: 5rem;
}

.dialog-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fluent-dialog-animation {
    animation: slideFadeIn 0.3s fadeOutTop;
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutTop {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10%);
    }
}

.fluent-sortable-list .sortable-grab {
    background-color: transparent !important;
}

.sortable-item {
    padding: 8px !important;
}

.custom-dropdown {
    transform: translateX(-50%) !important;
    left: 50% !important;
    right: auto !important;
    top: 35px !important;
}

@media (max-width: 576px) {
    .card-body {
        width: 100%; /* Make the width 100% on small screens */
        max-width: none; /* Override max-width if it's set elsewhere */
    }
}

.scrollable-dropdown {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.highlighted {
    background-color: #007bff; /* Bootstrap primary blue, for example */
    color: white; /* Change text color to white */
}

.responsive-margin {
    margin-left: -15px;
    margin-right: -15px;
}

/* for sortable grid */
@media(max-width: 992px) {
    .custom-fields {
        text-align: left
    }
}

@media(min-width: 1335px) {
    .custom-fields {
        text-align: right
    }
}

.date-input-class {
    max-width: 100%; /* Ensures it doesn't overflow the parent container */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}

.introjs-button.introjs-nextbutton {
    color: #fff !important;
    background-color: #2c7be5 !important;
    border-color: #2c7be5 !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: none !important
}

.introjs-button.introjs-prevbutton {
    color: #fff;
    background-color: #636e7e;
    border-color: #636e7e;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: none;
}

.introjs-skipbutton:hover {
    color: #636e7e !important;
    outline: 0;
    text-decoration: none;
}

.introjs-tooltip {
    background-color: var(--falcon-card-bg) !important;
    border-bottom-color: var(--falcon-card-bg);
}

.introjs-tooltipbuttons {
    border-top: none !important;
}


.calc-card {
    position: relative;
    overflow: hidden;
    transition: transform .18s cubic-bezier(.2,.7,.2,1), box-shadow .22s ease, border-color .22s ease-in-out;
    will-change: transform;
}

    .calc-card::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: rgba(0, 102, 153, 0.12);
        opacity: 0;
        transition: opacity .22s ease-in-out;
    }

    .calc-card:hover,
    .calc-card:focus-within {
        transform: translateY(-2px);
        border-color: rgba(var(--bs-primary-rgb), .35);
        box-shadow: 0 .75rem 2rem rgba(0,0,0,.20);
    }

        .calc-card:hover::before,
        .calc-card:focus-within::before {
            opacity: 1;
        }

    .calc-card:active {
        transform: translateY(-1px);
    }

.calc-code {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    transition: color .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out;
}

.calc-card:hover .calc-code {
    color: var(--bs-primary);
    border-color: rgba(var(--bs-primary-rgb), .45);
    background-color: rgba(var(--bs-primary-rgb), .05);
}

.calc-card .btn-outline-secondary {
    transition: color .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out;
}

.calc-card:hover .btn-outline-secondary {
    color: var(--bs-primary);
    border-color: rgba(var(--bs-primary-rgb), .5);
    background-color: rgba(var(--bs-primary-rgb), .06);
}

.calc-card:focus-within {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb), .20), 0 .75rem 2rem rgba(0,0,0,.20);
}

@media (prefers-reduced-motion: reduce) {
    .calc-card, .calc-card::before, .calc-code, .calc-card .btn-outline-secondary {
        transition: none;
    }
}

.card-transition {
    transition: all .2s ease-in-out;
}

    .card-transition:focus, .card-transition:hover {
        transform: translateY(-.1875rem) !important;
    }

.content-space-b-2 {
    padding-bottom: 5rem !important;
}

.content-space-b-3 {
    padding-bottom: 7.5rem !important;
}

.content-space-t-1 {
    padding-top: 3rem !important;
}

.content-space-t-2 {
    padding-top: 5rem !important;
}

.content-space-t-3 {
    padding-top: 7.5rem !important;
}

.content-space-1 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.content-space-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.content-space-t-lg-3 {
    padding-top: 7.5rem !important;
}

.content-space-t-4 {
    padding-top: 10rem !important;
}

.content-space-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.content-space-b-4 {
    padding-bottom: 10rem !important;
}

@media (min-width: 992px) {
    .content-space-t-lg-4 {
        padding-top: 10rem !important;
    }
}

@media (min-width: 992px) {
    .content-space-b-lg-3 {
        padding-bottom: 7.5rem !important;
    }
}

.device-browser-img {
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

@media (min-width: 992px) {
    .min-vh-lg-100 {
        min-height: 100vh !important;
    }
}

@media (min-width: 992px) {
    .content-space-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .content-space-t-lg-3 {
        padding-top: 7.5rem !important;
    }
}

.svg-icon {
    display: block;
    margin-top: .125rem;
}

.zi-2 {
    z-index: 2 !important;
}

.zi-1 {
    z-index: 1 !important;
}

.bg-img-start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (min-width: 992px) {
    .content-space-t-lg-5 {
        padding-top: 12.5rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-n10 {
        margin-top: -4.5rem !important;
    }
}

.table-text-center, .table-text-center td, .table-text-center th {
    text-align: center;
}

.zi-n1 {
    z-index: -1 !important;
}

.text-highlight-warning {
    background-image: linear-gradient(to bottom, rgba(245, 202, 153, .5), rgba(245, 202, 153, .5));
}

[class*=text-highlight-] {
    background: left 1em / 1em .2em;
    background-repeat: repeat-x;
}

/* used to display "steps" in a list. 1, 2, 3 etc */

.step {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-right: calc(1.5rem / -2);
    margin-left: calc(1.5rem / -2)
}

.list-checked-item {
    padding-bottom: 2rem;
}

.step.step-dashed .step-icon::after {
    border-left-style: dashed
}

.step-icon-border {
    border: .125rem solid rgba(33,50,91,.1)
}

.step-title {
    display: block;
    color: #1e2022;
    font-weight: 600
}

.step-text:last-child {
    color: #677788;
    margin-bottom: 0
}

.step-border-last-0 .step-item:last-child .step-icon::after {
    display: none
}

.step .step-item {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-bottom: 2.25rem
}

.step-item-between .step-item:last-child {
    flex: 0 0 auto;
    width: auto
}

.step .step-content-wrapper {
    position: relative;
    display: flex;
    width: 100%
}

.step .step-content {
    flex: 1
}

.step-item.collapse:not(.show) {
    display: none
}

.step-item .step-title-description {
    display: none
}

.step-item.focus .step-title-description {
    display: block
}

.step .step-avatar {
    font-size: 1rem;
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin-right: 1rem
}

.step .step-avatar-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%
}

.step .step-avatar::after {
    position: absolute;
    top: 3.875rem;
    left: 1.5625rem;
    height: calc(100% - 2.375rem);
    border-left: .125rem solid rgba(33,50,91,.1);
    content: ""
}

.step-avatar-xs .step-avatar, .step-avatar-xs.step-avatar {
    font-size: .75rem;
    width: 1.75rem;
    height: 1.75rem
}

    .step-avatar-xs .step-avatar::after, .step-avatar-xs.step-avatar::after {
        top: 2.5rem;
        left: .8125rem;
        width: 1.625rem;
        height: calc(100% - 1rem)
    }

.step-avatar-xs .step-divider::after {
    left: .875rem
}

.step-avatar-sm .step-avatar, .step-avatar-sm.step-avatar {
    font-size: .8125rem;
    width: 2.5rem;
    height: 2.5rem
}

    .step-avatar-sm .step-avatar::after, .step-avatar-sm.step-avatar::after {
        top: 3.25rem;
        left: 1.1875rem;
        width: 1.625rem;
        height: calc(100% - 1.75rem)
    }

.step-avatar-sm .step-divider::after {
    left: 1.25rem
}

.step-avatar-lg .step-avatar, .step-avatar-lg.step-avatar {
    font-size: 1.25rem;
    width: 5.5rem;
    height: 5.5rem
}

    .step-avatar-lg .step-avatar::after, .step-avatar-lg.step-avatar::after {
        top: 6.25rem;
        left: 2.6875rem;
        width: 1.625rem;
        height: calc(100% - 4.75rem)
    }

.step-avatar-lg .step-divider::after {
    left: 2.75rem
}

.step-divider {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    height: 1rem;
    font-size: .8125rem;
    font-weight: 600
}

    .step-divider::after {
        position: absolute;
        top: 1.75rem;
        left: 1.5625rem;
        height: calc(100% - .25rem);
        border-left: .125rem solid rgba(33,50,91,.1);
        content: ""
    }

.step .step-icon {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin-right: 1rem
}

    .step .step-icon::after {
        position: absolute;
        top: 3.875rem;
        left: 1.5625rem;
        height: calc(100% - 2.375rem);
        border-left: .125rem solid rgba(33,50,91,.1);
        content: ""
    }

.step .step-icon-pseudo::before {
    display: block;
    width: .25rem;
    height: .25rem;
    background-color: #97a4af;
    border-radius: 50%;
    content: ""
}

.step-icon-xs .step-icon, .step-icon-xs.step-icon {
    font-size: .75rem;
    width: 1.75rem;
    height: 1.75rem
}

    .step-icon-xs .step-icon::after, .step-icon-xs.step-icon::after {
        top: 2.5rem;
        left: .8125rem;
        width: 1.625rem;
        height: calc(100% - 1rem)
    }

.step-icon-xs .step-divider::after {
    left: .875rem
}

.step-icon-sm .step-icon, .step-icon-sm.step-icon {
    font-size: .8125rem;
    width: 2.5rem;
    height: 2.5rem
}

    .step-icon-sm .step-icon::after, .step-icon-sm.step-icon::after {
        top: 3.25rem;
        left: 1.1875rem;
        width: 1.625rem;
        height: calc(100% - 1.75rem)
    }

.step-icon-sm .step-divider::after {
    left: 1.25rem
}

.step-icon-lg .step-icon, .step-icon-lg.step-icon {
    font-size: 1.25rem;
    width: 5.5rem;
    height: 5.5rem
}

    .step-icon-lg .step-icon::after, .step-icon-lg.step-icon::after {
        top: 6.25rem;
        left: 2.6875rem;
        width: 1.625rem;
        height: calc(100% - 4.75rem)
    }

.step-icon-lg .step-divider::after {
    left: 2.75rem
}

@media (min-width: 576px) {
    .step-sm.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }

    .step-sm .step-item {
        flex-grow: 1;
        flex: 1;
        margin-bottom: 0
    }

    .step-sm:not(.step-inline) .step-content-wrapper {
        display: block
    }

    .step-sm .step-icon {
        margin-bottom: 1rem
    }

        .step-sm .step-icon::after {
            top: 1.5625rem;
            left: 4.625rem;
            width: calc(100% - 4.625rem);
            height: 1.625rem;
            border-top: .125rem solid rgba(33,50,91,.1);
            border-left: none
        }

        .step-sm .step-icon.step-icon-xs::after, .step-sm.step-icon-xs .step-icon::after {
            top: .875rem;
            left: 3.25rem;
            width: calc(100% - 3.25rem)
        }

        .step-sm .step-icon.step-icon-sm::after, .step-sm.step-icon-sm .step-icon::after {
            top: 1.25rem;
            left: 4rem;
            width: calc(100% - 4rem)
        }

        .step-sm .step-icon.step-icon-lg::after, .step-sm.step-icon-lg .step-icon::after {
            top: 2.75rem;
            left: 7rem;
            width: calc(100% - 7rem)
        }
}

@media (min-width: 768px) {
    .step-md.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }

    .step-md .step-item {
        flex-grow: 1;
        flex: 1;
        margin-bottom: 0
    }

    .step-md:not(.step-inline) .step-content-wrapper {
        display: block
    }

    .step-md .step-icon {
        margin-bottom: 1rem
    }

        .step-md .step-icon::after {
            top: 1.5625rem;
            left: 4.625rem;
            width: calc(100% - 4.625rem);
            height: 1.625rem;
            border-top: .125rem solid rgba(33,50,91,.1);
            border-left: none
        }

        .step-md .step-icon.step-icon-xs::after, .step-md.step-icon-xs .step-icon::after {
            top: .875rem;
            left: 3.25rem;
            width: calc(100% - 3.25rem)
        }

        .step-md .step-icon.step-icon-sm::after, .step-md.step-icon-sm .step-icon::after {
            top: 1.25rem;
            left: 4rem;
            width: calc(100% - 4rem)
        }

        .step-md .step-icon.step-icon-lg::after, .step-md.step-icon-lg .step-icon::after {
            top: 2.75rem;
            left: 7rem;
            width: calc(100% - 7rem)
        }
}

@media (min-width: 992px) {
    .step-lg.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }

    .step-lg .step-item {
        flex-grow: 1;
        flex: 1;
        margin-bottom: 0
    }

    .step-lg:not(.step-inline) .step-content-wrapper {
        display: block
    }

    .step-lg .step-icon {
        margin-bottom: 1rem
    }

        .step-lg .step-icon::after {
            top: 1.5625rem;
            left: 4.625rem;
            width: calc(100% - 4.625rem);
            height: 1.625rem;
            border-top: .125rem solid rgba(33,50,91,.1);
            border-left: none
        }

        .step-lg .step-icon.step-icon-xs::after, .step-lg.step-icon-xs .step-icon::after {
            top: .875rem;
            left: 3.25rem;
            width: calc(100% - 3.25rem)
        }

        .step-lg .step-icon.step-icon-sm::after, .step-lg.step-icon-sm .step-icon::after {
            top: 1.25rem;
            left: 4rem;
            width: calc(100% - 4rem)
        }

        .step-lg .step-icon.step-icon-lg::after, .step-lg.step-icon-lg .step-icon::after {
            top: 2.75rem;
            left: 7rem;
            width: calc(100% - 7rem)
        }
}

@media (min-width: 1200px) {
    .step-xl.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed
    }

    .step-xl .step-item {
        flex-grow: 1;
        flex: 1;
        margin-bottom: 0
    }

    .step-xl:not(.step-inline) .step-content-wrapper {
        display: block
    }

    .step-xl .step-icon {
        margin-bottom: 1rem
    }

        .step-xl .step-icon::after {
            top: 1.5625rem;
            left: 4.625rem;
            width: calc(100% - 4.625rem);
            height: 1.625rem;
            border-top: .125rem solid rgba(33,50,91,.1);
            border-left: none
        }

        .step-xl .step-icon.step-icon-xs::after, .step-xl.step-icon-xs .step-icon::after {
            top: .875rem;
            left: 3.25rem;
            width: calc(100% - 3.25rem)
        }

        .step-xl .step-icon.step-icon-sm::after, .step-xl.step-icon-sm .step-icon::after {
            top: 1.25rem;
            left: 4rem;
            width: calc(100% - 4rem)
        }

        .step-xl .step-icon.step-icon-lg::after, .step-xl.step-icon-lg .step-icon::after {
            top: 2.75rem;
            left: 7rem;
            width: calc(100% - 7rem)
        }
}

@media (min-width: 576px) {
    .step-sm.step-centered {
        text-align: center
    }

        .step-sm.step-centered .step-item:last-child .step-icon::after {
            display: none
        }

        .step-sm.step-centered .step-icon {
            margin-left: auto;
            margin-right: auto
        }

            .step-sm.step-centered .step-icon::after {
                width: calc(100% - 4.625rem);
                left: calc(50% + 3.0625rem)
            }

            .step-sm.step-centered .step-icon.step-icon-xs::after, .step-sm.step-centered.step-icon-xs .step-icon::after {
                width: calc(100% - 3.25rem);
                left: calc(50% + 2.375rem)
            }

            .step-sm.step-centered .step-icon.step-icon-sm::after, .step-sm.step-centered.step-icon-sm .step-icon::after {
                width: calc(100% - 4rem);
                left: calc(50% + 2.75rem)
            }

            .step-sm.step-centered .step-icon.step-icon-lg::after, .step-sm.step-centered.step-icon-lg .step-icon::after {
                width: calc(100% - 7rem);
                left: calc(50% + 4.25rem)
            }
}

@media (min-width: 768px) {
    .step-md.step-centered {
        text-align: center
    }

        .step-md.step-centered .step-item:last-child .step-icon::after {
            display: none
        }

        .step-md.step-centered .step-icon {
            margin-left: auto;
            margin-right: auto
        }

            .step-md.step-centered .step-icon::after {
                width: calc(100% - 4.625rem);
                left: calc(50% + 3.0625rem)
            }

            .step-md.step-centered .step-icon.step-icon-xs::after, .step-md.step-centered.step-icon-xs .step-icon::after {
                width: calc(100% - 3.25rem);
                left: calc(50% + 2.375rem)
            }

            .step-md.step-centered .step-icon.step-icon-sm::after, .step-md.step-centered.step-icon-sm .step-icon::after {
                width: calc(100% - 4rem);
                left: calc(50% + 2.75rem)
            }

            .step-md.step-centered .step-icon.step-icon-lg::after, .step-md.step-centered.step-icon-lg .step-icon::after {
                width: calc(100% - 7rem);
                left: calc(50% + 4.25rem)
            }
}

@media (min-width: 992px) {
    .step-lg.step-centered {
        text-align: center
    }

        .step-lg.step-centered .step-item:last-child .step-icon::after {
            display: none
        }

        .step-lg.step-centered .step-icon {
            margin-left: auto;
            margin-right: auto
        }

            .step-lg.step-centered .step-icon::after {
                width: calc(100% - 4.625rem);
                left: calc(50% + 3.0625rem)
            }

            .step-lg.step-centered .step-icon.step-icon-xs::after, .step-lg.step-centered.step-icon-xs .step-icon::after {
                width: calc(100% - 3.25rem);
                left: calc(50% + 2.375rem)
            }

            .step-lg.step-centered .step-icon.step-icon-sm::after, .step-lg.step-centered.step-icon-sm .step-icon::after {
                width: calc(100% - 4rem);
                left: calc(50% + 2.75rem)
            }

            .step-lg.step-centered .step-icon.step-icon-lg::after, .step-lg.step-centered.step-icon-lg .step-icon::after {
                width: calc(100% - 7rem);
                left: calc(50% + 4.25rem)
            }
}

@media (min-width: 992px) {
    .step-lg.step-centered {
        text-align: center
    }

        .step-lg.step-centered .step-item:last-child .step-icon::after {
            display: none
        }

        .step-lg.step-centered .step-icon {
            margin-left: auto;
            margin-right: auto
        }

            .step-lg.step-centered .step-icon::after {
                width: calc(100% - 4.625rem);
                left: calc(50% + 3.0625rem)
            }

            .step-lg.step-centered .step-icon.step-icon-xs::after, .step-lg.step-centered.step-icon-xs .step-icon::after {
                width: calc(100% - 3.25rem);
                left: calc(50% + 2.375rem)
            }

            .step-lg.step-centered .step-icon.step-icon-sm::after, .step-lg.step-centered.step-icon-sm .step-icon::after {
                width: calc(100% - 4rem);
                left: calc(50% + 2.75rem)
            }

            .step-lg.step-centered .step-icon.step-icon-lg::after, .step-lg.step-centered.step-icon-lg .step-icon::after {
                width: calc(100% - 7rem);
                left: calc(50% + 4.25rem)
            }
}

.step .step-is-invalid-icon, .step .step-is-valid-icon {
    display: none
}

.step .active .step-icon, .step .active.is-valid .step-icon {
    color: #fff;
    background-color: #377dff
}

.step .active .step-title, .step .active.is-valid .step-title {
    color: #377dff
}

.step .is-valid .step-icon {
    color: #fff;
    background-color: #377dff
}

.step .is-valid .step-title {
    color: #377dff
}

.step .is-valid .step-is-valid-icon {
    display: inline-flex
}

.step .is-valid .step-is-default-icon, .step .is-valid .step-is-invalid-icon {
    display: none
}

.step .is-invalid .step-icon {
    color: #fff;
    background-color: #ed4c78
}

.step .is-invalid .step-title {
    color: #ed4c78
}

.step .is-invalid .step-is-invalid-icon {
    display: inline-flex
}

.step .is-invalid .step-is-default-icon, .step .is-invalid .step-is-valid-icon {
    display: none
}

.step-icon-primary {
    color: #fff;
    background-color: #377dff
}

    .step-icon-primary.step-icon-pseudo::before {
        background-color: #fff
    }

.step-icon-secondary {
    color: #fff;
    background-color: #71869d
}

    .step-icon-secondary.step-icon-pseudo::before {
        background-color: #fff
    }

.step-icon-success {
    color: #fff;
    background-color: #00c9a7
}

    .step-icon-success.step-icon-pseudo::before {
        background-color: #fff
    }

.step-icon-info {
    color: #fff;
    background-color: #09a5be
}

    .step-icon-info.step-icon-pseudo::before {
        background-color: #fff
    }

.step-icon-warning {
    color: #000;
    background-color: #f5ca99
}

    .step-icon-warning.step-icon-pseudo::before {
        background-color: #000
    }

.step-icon-danger {
    color: #fff;
    background-color: #ed4c78
}

    .step-icon-danger.step-icon-pseudo::before {
        background-color: #fff
    }

.step-icon-light {
    color: #000;
    background-color: #f7faff
}

    .step-icon-light.step-icon-pseudo::before {
        background-color: #000
    }

.step-icon-dark {
    color: #fff;
    background-color: #21325b
}

    .step-icon-dark.step-icon-pseudo::before {
        background-color: #fff
    }

.step-icon-soft-primary {
    color: #377dff;
    background-color: rgba(55,125,255,.1)
}

    .step-icon-soft-primary.step-icon-pseudo::before {
        background-color: #377dff
    }

.step-icon-soft-secondary {
    color: #71869d;
    background-color: rgba(113,134,157,.1)
}

    .step-icon-soft-secondary.step-icon-pseudo::before {
        background-color: #71869d
    }

.step-icon-soft-success {
    color: #00c9a7;
    background-color: rgba(0,201,167,.1)
}

    .step-icon-soft-success.step-icon-pseudo::before {
        background-color: #00c9a7
    }

.step-icon-soft-info {
    color: #09a5be;
    background-color: rgba(9,165,190,.1)
}

    .step-icon-soft-info.step-icon-pseudo::before {
        background-color: #09a5be
    }

.step-icon-soft-warning {
    color: #f5ca99;
    background-color: rgba(245,202,153,.1)
}

    .step-icon-soft-warning.step-icon-pseudo::before {
        background-color: #f5ca99
    }

.step-icon-soft-danger {
    color: #ed4c78;
    background-color: rgba(237,76,120,.1)
}

    .step-icon-soft-danger.step-icon-pseudo::before {
        background-color: #ed4c78
    }

.step-icon-soft-light {
    color: #f7faff;
    background-color: rgba(247,250,255,.1)
}

    .step-icon-soft-light.step-icon-pseudo::before {
        background-color: #f7faff
    }

.step-icon-soft-dark {
    color: #21325b;
    background-color: rgba(33,50,91,.1)
}

    .step-icon-soft-dark.step-icon-pseudo::before {
        background-color: #21325b
    }

.step-inline .step-content-wrapper {
    align-items: center
}

.step-inline .step-item:last-child .step-title::after {
    display: none
}

.step-inline .step-title {
    display: inline-block
}

@media (min-width: 576px) {
    .step-sm.step-inline.step-dashed .step-title::after {
        border-top-style: dashed
    }

    .step-sm.step-inline .step-item {
        overflow: hidden
    }

    .step-sm.step-inline .step-icon {
        margin-bottom: 0
    }

        .step-sm.step-inline .step-icon::after {
            display: none
        }

    .step-sm.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(33,50,91,.1);
        margin-left: 1.5rem;
        content: ""
    }

    .step-sm.step-inline .step-icon-xs + .step-content .step-title::after, .step-sm.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem
    }

    .step-sm.step-inline .step-icon-sm + .step-content .step-title::after, .step-sm.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }

    .step-sm.step-inline .step-icon-lg + .step-content .step-title::after, .step-sm.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem
    }
}

@media (min-width: 768px) {
    .step-md.step-inline.step-dashed .step-title::after {
        border-top-style: dashed
    }

    .step-md.step-inline .step-item {
        overflow: hidden
    }

    .step-md.step-inline .step-icon {
        margin-bottom: 0
    }

        .step-md.step-inline .step-icon::after {
            display: none
        }

    .step-md.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(33,50,91,.1);
        margin-left: 1.5rem;
        content: ""
    }

    .step-md.step-inline .step-icon-xs + .step-content .step-title::after, .step-md.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem
    }

    .step-md.step-inline .step-icon-sm + .step-content .step-title::after, .step-md.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }

    .step-md.step-inline .step-icon-lg + .step-content .step-title::after, .step-md.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem
    }
}

@media (min-width: 992px) {
    .step-lg.step-inline.step-dashed .step-title::after {
        border-top-style: dashed
    }

    .step-lg.step-inline .step-item {
        overflow: hidden
    }

    .step-lg.step-inline .step-icon {
        margin-bottom: 0
    }

        .step-lg.step-inline .step-icon::after {
            display: none
        }

    .step-lg.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(33,50,91,.1);
        margin-left: 1.5rem;
        content: ""
    }

    .step-lg.step-inline .step-icon-xs + .step-content .step-title::after, .step-lg.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem
    }

    .step-lg.step-inline .step-icon-sm + .step-content .step-title::after, .step-lg.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }

    .step-lg.step-inline .step-icon-lg + .step-content .step-title::after, .step-lg.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem
    }
}

@media (min-width: 1200px) {
    .step-xl.step-inline.step-dashed .step-title::after {
        border-top-style: dashed
    }

    .step-xl.step-inline .step-item {
        overflow: hidden
    }

    .step-xl.step-inline .step-icon {
        margin-bottom: 0
    }

        .step-xl.step-inline .step-icon::after {
            display: none
        }

    .step-xl.step-inline .step-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.625rem;
        border-top: .125rem solid rgba(33,50,91,.1);
        margin-left: 1.5rem;
        content: ""
    }

    .step-xl.step-inline .step-icon-xs + .step-content .step-title::after, .step-xl.step-inline.step-icon-xs .step-content .step-title::after {
        top: .875rem
    }

    .step-xl.step-inline .step-icon-sm + .step-content .step-title::after, .step-xl.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.25rem
    }

    .step-xl.step-inline .step-icon-lg + .step-content .step-title::after, .step-xl.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.75rem
    }
}

@media (min-width: 576px) {
    .step-timeline-sm {
        margin-left: 0;
        margin-right: 0
    }

        .step-timeline-sm .step-item {
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0;
            padding-right: 0;
            margin-left: 50%
        }

            .step-timeline-sm .step-item:nth-child(even) {
                flex-direction: row-reverse;
                text-align: right;
                margin-left: auto;
                margin-right: 50%
            }

                .step-timeline-sm .step-item:nth-child(even) .step-content-wrapper {
                    flex-direction: row-reverse
                }

                .step-timeline-sm .step-item:nth-child(even) .step-icon {
                    margin-left: 0;
                    margin-right: -1.5625rem
                }

                .step-timeline-sm .step-item:nth-child(even) .step-icon-xs {
                    margin-right: -.875rem
                }

                .step-timeline-sm .step-item:nth-child(even) .step-icon-sm {
                    margin-right: -1.25rem
                }

                .step-timeline-sm .step-item:nth-child(even) .step-icon-lg {
                    margin-right: -2.75rem
                }

                .step-timeline-sm .step-item:nth-child(even) .step-content {
                    margin-right: 1.5rem
                }

        .step-timeline-sm .step-icon {
            margin-left: -1.5625rem
        }

            .step-timeline-sm .step-icon::after {
                left: auto;
                width: auto
            }

        .step-timeline-sm .step-icon-xs {
            margin-left: -.875rem
        }

        .step-timeline-sm .step-icon-sm {
            margin-left: -1.25rem
        }

        .step-timeline-sm .step-icon-lg {
            margin-left: -2.75rem
        }
}

@media (min-width: 768px) {
    .step-timeline-md {
        margin-left: 0;
        margin-right: 0
    }

        .step-timeline-md .step-item {
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0;
            padding-right: 0;
            margin-left: 50%
        }

            .step-timeline-md .step-item:nth-child(even) {
                flex-direction: row-reverse;
                text-align: right;
                margin-left: auto;
                margin-right: 50%
            }

                .step-timeline-md .step-item:nth-child(even) .step-content-wrapper {
                    flex-direction: row-reverse
                }

                .step-timeline-md .step-item:nth-child(even) .step-icon {
                    margin-left: 0;
                    margin-right: -1.5625rem
                }

                .step-timeline-md .step-item:nth-child(even) .step-icon-xs {
                    margin-right: -.875rem
                }

                .step-timeline-md .step-item:nth-child(even) .step-icon-sm {
                    margin-right: -1.25rem
                }

                .step-timeline-md .step-item:nth-child(even) .step-icon-lg {
                    margin-right: -2.75rem
                }

                .step-timeline-md .step-item:nth-child(even) .step-content {
                    margin-right: 1.5rem
                }

        .step-timeline-md .step-icon {
            margin-left: -1.5625rem
        }

            .step-timeline-md .step-icon::after {
                left: auto;
                width: auto
            }

        .step-timeline-md .step-icon-xs {
            margin-left: -.875rem
        }

        .step-timeline-md .step-icon-sm {
            margin-left: -1.25rem
        }

        .step-timeline-md .step-icon-lg {
            margin-left: -2.75rem
        }
}

@media (min-width: 992px) {
    .step-timeline-lg {
        margin-left: 0;
        margin-right: 0
    }

        .step-timeline-lg .step-item {
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0;
            padding-right: 0;
            margin-left: 50%
        }

            .step-timeline-lg .step-item:nth-child(even) {
                flex-direction: row-reverse;
                text-align: right;
                margin-left: auto;
                margin-right: 50%
            }

                .step-timeline-lg .step-item:nth-child(even) .step-content-wrapper {
                    flex-direction: row-reverse
                }

                .step-timeline-lg .step-item:nth-child(even) .step-icon {
                    margin-left: 0;
                    margin-right: -1.5625rem
                }

                .step-timeline-lg .step-item:nth-child(even) .step-icon-xs {
                    margin-right: -.875rem
                }

                .step-timeline-lg .step-item:nth-child(even) .step-icon-sm {
                    margin-right: -1.25rem
                }

                .step-timeline-lg .step-item:nth-child(even) .step-icon-lg {
                    margin-right: -2.75rem
                }

                .step-timeline-lg .step-item:nth-child(even) .step-content {
                    margin-right: 1.5rem
                }

        .step-timeline-lg .step-icon {
            margin-left: -1.5625rem
        }

            .step-timeline-lg .step-icon::after {
                left: auto;
                width: auto
            }

        .step-timeline-lg .step-icon-xs {
            margin-left: -.875rem
        }

        .step-timeline-lg .step-icon-sm {
            margin-left: -1.25rem
        }

        .step-timeline-lg .step-icon-lg {
            margin-left: -2.75rem
        }
}

@media (min-width: 1200px) {
    .step-timeline-xl {
        margin-left: 0;
        margin-right: 0
    }

        .step-timeline-xl .step-item {
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 0;
            padding-right: 0;
            margin-left: 50%
        }

            .step-timeline-xl .step-item:nth-child(even) {
                flex-direction: row-reverse;
                text-align: right;
                margin-left: auto;
                margin-right: 50%
            }

                .step-timeline-xl .step-item:nth-child(even) .step-content-wrapper {
                    flex-direction: row-reverse
                }

                .step-timeline-xl .step-item:nth-child(even) .step-icon {
                    margin-left: 0;
                    margin-right: -1.5625rem
                }

                .step-timeline-xl .step-item:nth-child(even) .step-icon-xs {
                    margin-right: -.875rem
                }

                .step-timeline-xl .step-item:nth-child(even) .step-icon-sm {
                    margin-right: -1.25rem
                }

                .step-timeline-xl .step-item:nth-child(even) .step-icon-lg {
                    margin-right: -2.75rem
                }

                .step-timeline-xl .step-item:nth-child(even) .step-content {
                    margin-right: 1.5rem
                }

        .step-timeline-xl .step-icon {
            margin-left: -1.5625rem
        }

            .step-timeline-xl .step-icon::after {
                left: auto;
                width: auto
            }

        .step-timeline-xl .step-icon-xs {
            margin-left: -.875rem
        }

        .step-timeline-xl .step-icon-sm {
            margin-left: -1.25rem
        }

        .step-timeline-xl .step-icon-lg {
            margin-left: -2.75rem
        }
}

.bg-img-start {
    background-image: url('./assets/svg/components/card-11.svg'); /* light mode */
    background-size: cover;
    background-position: center;
}

/* Dark mode override */
.dark .bg-img-start {
    background-image: url('./assets/svg/components/card-11-dark.svg'); /* dark mode version */
}
