:root {
    --primary-color: #1f1f1f;
    --primary-color-alternate: #08B9ED;
    --secondary-color: #334A5E;
    --attention-color: #08B9ED;
    --bs-primary: #08B9ED;
    --notification-card-background-color: #FFFFFF;
    --notification-card-color: #334A5E;
    --highlight-card-background-color: #EBF4F7;
    --highlight-card-darker-background-color: #007bff33;
}

html {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

body {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 400;
    background-color: #F9F9F9;
    font-size: 16px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.container-main-body {
    padding-top: 110px;
}

.bg-circle-split {
    left: -500px;
    right: -500px;
    height: 900px;
    border-radius: 0 0 100% 100%;
    background-color: #eaf6fe;
    margin-top: -130px;
    position: fixed;
    z-index: -10;
}

.bg-alternate {
    --bs-bg-opacity: 1;
    background-color: var(--primary-color-alternate) !important;
}

.bg-secondary-color {
    --bs-bg-opacity: 1;
    background-color: var(--secondary-color) !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.btn-danger {
    background-color: #ffffff !important;
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

    .btn-danger:hover {
        background-color: #fafafa !important;
    }

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.page-top-spacer {
    height: 10px;
}

@media(max-width:768px) {
    .page-top-spacer {
        height: 5px;
    }
}

.page-top-spacer24 {
    height: 24px;
}

@media(max-width:768px) {
    .page-top-spacer24 {
        height: 24px;
    }
}

.top-logo .left img {
    padding-top: 10px;
    height: auto !important;
}

.top-logo .right img {
    padding-top: 10px;
}

@media(max-width:768px) {
    .top-logo .left img {
        max-width: 180px;
    }

    .top-logo .right img {
        max-width: 180px;
    }
}

@media(max-width:400px) {
    .top-logo .left img {
        max-width: 110px;
    }

    .top-logo .right img {
        max-width: 180px;
    }
}

/* NavBar Modification
-------------------------------------------------- */

.nav-link {
    color: #334A5E !important;
    text-decoration: none !important;
    font-weight: 500;
}

@media (max-width: 1024px) { 
    .nav-link {
        padding: 8px 12px; 
        font-size: 14px;
    }
}
    .nav-link:hover {
        color: var(--primary-color-alternate) !important;
    }

.navbar-toggler {
    color: var(--primary-color-alternate) !important;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item ::deep a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.collapse {
    float: right;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


/* Site Title
-------------------------------------------------- */

header.main {
    background-color: #ffffff;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 96px;
    border-bottom: 4px solid #35495e;
}

header.main-aero {
    background-color: #ffffff;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 96px;
}

nav.main a {
    display: inline-block;
    margin-top: 35px;
}

header.main .toggle {
    display: none;
}

footer.main {
    background: white;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #35495e66;
    position: absolute;
    bottom: 0;
    align-items: center;
    width: 100%;
    padding: 5px;
}

    footer.main p {
        margin: 0;
    }

@media(max-width:768px) {
    header.main {
    }

    nav.main.collapse {
        display: none;
    }

    nav.main a {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    nav.main {
        position: absolute;
        top: 66px;
        z-index: 99;
        left: 0;
        background: #ffffffee;
        width: 100vw;
        height: calc(100vh - 78px);
        display: block;
    }

    header.main .toggle {
        display: block;
        color: var(--bs-dark);
        float: right;
        margin-top: 25px;
        padding: 10px 25px;
    }
}

header .logo {
    cursor: pointer;
    border-width: 0px;
    margin-top: 20px;
    padding-left: 0px;
    margin-left: 0px;
    width: auto;
    height: 60px !important;
}

header .logo-aero {
    cursor: pointer;
    border-width: 0px;
    margin-top: 25px;
    padding-left: 0px;
    margin-left: 0px;
    width: auto;
    height: 40px !important;
}

@media (max-width: 750px){
    header .logo-aero {
        height: 35px !important;
        margin-top: 35px !important;
    }
}

.logo-trustpilot {    
}

/* Text */

.text {
    font-size: 16px;
}

.text-default-color {
    color: #334A5E;
}

.title-medium {
    font-weight: 500;
    font-size: 36px;
    color: #3A3A3C;
}

.title-small {
    font-weight: 500;
    font-size: 24px;
    color: #3A3A3C;
}

.text-alternate {
    color: var(--primary-color-alternate);
}

.text-secondary-custom {
    color: var(--secondary-color);
}

.text-dark {
    color: #000000;
}


.text-dark1 {
    color: #3A3A3C;
}

.text-dark2 {
    color: #6B7588;
}

.text-dark3 {
    color: #8F90A6;
}

.text-dark4 {
    color: #C7C9D9;
}

.text-small {
    font-size: 14px;
    font-weight: 400;
}

.text-small-medium {
    font-size: 16px;
    font-weight: 400;
}

.text-medium {
    font-size: 18px;
    font-weight: 400;
}

.text-large {
    font-size: 20px;
    font-weight: 400;
}

.text-extralarge {
    font-size: 22px;
    font-weight: 400;
}

.text-bold {
    font-weight: 500;
}

.text-title-hr {
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, transparent, var(--primary-color-alternate), transparent);
    border-image-slice: 1;
    width: 100%;
}

div.text-hr {
    position: relative;
}

    div.text-hr span {
        position: relative;
        z-index: 2;
        background: #FAFAFC;
        padding: 0 15px;
        color: #8F90A6;
    }

    div.text-hr:after {
        content: "";
        background-color: #8F90A6;
        height: 1px;
        z-index: 1;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        position: absolute;
    }

.text-darkgreen {
    color: #04724e !important;
}

input.number-to-text::-webkit-outer-spin-button,
input.number-to-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}

input[type=number].number-to-text {
    -moz-appearance: textfield;
}

/* popover */
.popover {
    max-width: 600px;
}

.popover-header {
    background: #EBF4F7;
    font-size: 1rem;
}

.popover-body {
    background: #EBF4F7;
    font-size: 1rem;
}

/*spinner*/
@keyframes ldio-bphfsf2y70h {
    0% {
        opacity: 1;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1.5,1.5);
    }

    100% {
        opacity: 0;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1,1);
    }
}

.ldio-bphfsf2y70h div > div {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--primary-color-alternate);
    animation: ldio-bphfsf2y70h 1.408450704225352s linear infinite;
}

.ldio-bphfsf2y70h div:nth-child(1) > div {
    left: 148px;
    top: 88px;
    animation-delay: -1.232394366197183s;
}

.ldio-bphfsf2y70h > div:nth-child(1) {
    transform: rotate(0deg);
    transform-origin: 160px 100px;
}

.ldio-bphfsf2y70h div:nth-child(2) > div {
    left: 130px;
    top: 130px;
    animation-delay: -1.056338028169014s;
}

.ldio-bphfsf2y70h > div:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 142px 142px;
}

.ldio-bphfsf2y70h div:nth-child(3) > div {
    left: 88px;
    top: 148px;
    animation-delay: -0.880281690140845s;
}

.ldio-bphfsf2y70h > div:nth-child(3) {
    transform: rotate(90deg);
    transform-origin: 100px 160px;
}

.ldio-bphfsf2y70h div:nth-child(4) > div {
    left: 46px;
    top: 130px;
    animation-delay: -0.704225352112676s;
}

.ldio-bphfsf2y70h > div:nth-child(4) {
    transform: rotate(135deg);
    transform-origin: 58px 142px;
}

.ldio-bphfsf2y70h div:nth-child(5) > div {
    left: 28px;
    top: 88px;
    animation-delay: -0.528169014084507s;
}

.ldio-bphfsf2y70h > div:nth-child(5) {
    transform: rotate(180deg);
    transform-origin: 40px 100px;
}

.ldio-bphfsf2y70h div:nth-child(6) > div {
    left: 46px;
    top: 46px;
    animation-delay: -0.352112676056338s;
}

.ldio-bphfsf2y70h > div:nth-child(6) {
    transform: rotate(225deg);
    transform-origin: 58px 58px;
}

.ldio-bphfsf2y70h div:nth-child(7) > div {
    left: 88px;
    top: 28px;
    animation-delay: -0.176056338028169s;
}

.ldio-bphfsf2y70h > div:nth-child(7) {
    transform: rotate(270deg);
    transform-origin: 100px 40px;
}

.ldio-bphfsf2y70h div:nth-child(8) > div {
    left: 130px;
    top: 46px;
    animation-delay: 0s;
}

.ldio-bphfsf2y70h > div:nth-child(8) {
    transform: rotate(315deg);
    transform-origin: 142px 58px;
}

.loadingio-spinner-spin-vv4mze8n64 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: rgba(0,0,0,0);
}

.ldio-bphfsf2y70h {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-bphfsf2y70h div {
        box-sizing: content-box;
    }

/* Models */

.modal-backdrop-light {
    opacity: 0.2 !important;
}
/* Cards */
.card {
    box-shadow: rgba(0,0,0,0.3) 0px 4px 4px;
    border-radius: 3px;
    padding: 25px;
    position: relative;
}

    .card.button:hover {
        filter: brightness(95%);
    }

    .card.card-confirm {
        display: flex;
    }

        .card.card-confirm p {
            margin-bottom: 0;
        }

        .card.card-confirm button {
            flex-grow: 1;
        }

    .card.success {
        background: var(--bs-success);
        box-shadow: unset;
    }

    .card.complete:after {
        content: "\f058";
        position: absolute;
        top: 10px;
        right: 12px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        vertical-align: middle;
        color: var(--bs-success);
        font-size: 28px;
    }

    .card.locked {
        background-color: #f6f6f6;
        box-shadow: none;
    }

        .card.locked:after {
            content: "\f023";
            position: absolute;
            top: 10px;
            right: 12px;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            vertical-align: middle;
            color: #282828;
            font-size: 28px;
        }

    .card.optional:after {
        content: "\f058";
        position: absolute;
        top: 10px;
        right: 12px;
        font-family: 'Font Awesome 5 Free';
        vertical-align: middle;
        color: var(--bs-success);
        font-size: 28px;
    }

    .card.warning:after {
        content: "\f06a";
        position: absolute;
        top: 10px;
        right: 12px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        vertical-align: middle;
        color: var(--bs-warning);
        font-size: 28px;
    }

    .card.disabled {
        box-shadow: none;
        border: 1px solid rgba(0,0,0,0.3);
        background: none;
    }

.card-hollow {
    border: 1px solid #cacaca;
    border-radius: 2px;
    padding: 10px 15px 10px 15px;
}

.card-notification {
    background-color: var(--notification-card-background-color);
    /*background: linear-gradient(-45deg, var(--notification-card-background-color1), var(--notification-card-background-color2), var(--notification-card-background-color3), var(--notification-card-background-color4));*/
    /*background-color: var(--notification-card-background-color);*/
    color: var(--notification-card-color);
}

.disabled {
    opacity: 0.5;
}

.info-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-card {
    margin: 10px 0;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #C7C9D9;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.info-card-title {
    font-size: 18px;
    font-weight: 500;
    color: #6B7588;
}

.card.cardpagenav {
    background-color: #ffffff;
    text-decoration: none;
}

.card.cardpagenav:hover {
    filter: brightness(95%);
}

.card-highlight {
    background-color: var(--highlight-card-background-color);
    border-radius: 10px;
}

.card-highlight-grey {
    background-color: #F7F7F8;
    border-radius: 10px;
}

.card-highlight2 {
    background-color: #EBF4F7;
    border-radius: 10px;
}

/* Page Sections */

.section-label {
    font-size: 16px;
}

.section-box {
    border-width: 0px;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(220, 223, 230, 1);
    border-radius: 3px;
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-box-disabled {
    background-color: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.section-box-title {
    font-size: 18px;
    padding-top: 5px;
}

.section-box-title {
    font-size: 16px;
}

.section-box-complete-right {
    float: right;
    padding-top: 0px:
}

/* Progress Bar Dots */
.progress-bar {
    background: #35495E;
    border: 3px solid #DDE5E9;
    width: 100%;
}

.page-central-content {
    margin: 0 auto;
    max-width: 620px;
}

.progress-bar-text {
    font-size: 18px;
    color: #000000;
}

/* Div Effects */
@keyframes shakeupdown {
    10%, 70% {
        transform: translate3d(0, -4px, 0);
    }

    20%, 60%, 80% {
        transform: translate3d(0, 4px, 0);
    }

    30%, 50%, 90% {
        transform: translate3d(0, -4px, 0);
    }

    40%, 60% {
        transform: translate3d(0, 4px, 0);
    }
}

.animated-up {
    animation: shakeupdown 6s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    transform: translate3d(0, 4px, 0);
}

/* Custom Buttons */

.btn {
    font-size: 18px !important;
}

a.btn {
    color: #ffffff !important;
}

.btn-hollow {
    background-color: #ffffff !important;
    color: #334A5E !important;
    border-color: #8F90A6 !important;
}

    .btn-hollow:hover {
        background-color: #fafafa !important;
        text-decoration: none;
    }

    .btn-hollow.strong {
        border-width: 2px;
        font-weight: 500 !important;
    }

.btn-hollowfaded {
    background-color: #ffffff !important;
    color: #cdcdd1 !important;
    border-color: #cdcdd1 !important;
}

    .btn-hollowfaded:hover {
        background-color: #fafafa !important;
        text-decoration: none;
        color: #8F90A6 !important;
        border-color: #8F90A6 !important;
    }

.btn-question {
    border-radius: 0px;
    width: 100%;
    background-color: #fff;
    color: #334A5E;
    /*border: 1px solid #334A5E;*/
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-weight: 400;
}

    .btn-question:hover {
        /*border-color: var(--primary-color-alternate);*/
        color: #ffffff;
        background-color: #334A5E;
    }

.btn-question-box {
    border-width: 0px;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(220, 223, 230, 1);
    border-radius: 3px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*border: 1px solid #909090;*/
}

.btn-question-selected {
    border-radius: 0px;
    color: #fff;
    background-color: #334A5E;
}

    .btn-question-selected:hover {
        color: #fff;
    }

.btn-back {
    background-color: transparent;
    border: none;
    color: #909090;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 14px;
}

    .btn-back:hover {
        color: var(--primary-color-alternate);
    }

    .btn-back:focus {
        color: #909090;
    }

.btn-question-box-blocks {
    height: 100%;
    vertical-align: top;
}

.btn-question-block {
    height: 100%;
    vertical-align: top;
    display: normal;
    white-space: normal;
    border: none;
}

.btn-question-block-text-primary {
    font-size: x-large !important;
    font-weight: 500 !important;
}

.btn-link-address {
    color: #0071c1 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
}

.btn-address {
    padding: 15px 15px 15px 15px !important;
    margin-top: 3px;
}

.btn-link-green {
    color: green !important;
}

/* Picker */

.picker-box-primary-text {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #6B7588;
}

.picker-box-secondary-text {
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #6B7588;
}

.picker-box {
    border: 1px solid #DDE5E9;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    cursor: pointer;
}

    .picker-box:hover {
        background-color: #334A5E;
        color: #ffffff !important;
    }

        .picker-box:hover .picker-box-primary-text {
            background-color: #334A5E;
            color: #ffffff !important;
        }

        .picker-box:hover .picker-box-secondary-text {
            background-color: #334A5E;
            color: #ffffff !important;
        }

.picker-box-selected {
    font-style: italic;
    color: #fff;
    background-color: #334A5E;
}

    .picker-box-selected:hover {
        font-style: italic;
        color: #fff;
        background-color: #334A5E;
    }

    .picker-box-selected .picker-box-primary-text {
        font-style: italic;
        color: #fff;
    }

    .picker-box-selected .picker-box-secondary-text {
        font-style: italic;
        color: #fff;
    }

.picker-box-right {
    position: relative;
    font-size: 48px;
    color: #334A5E;
    float: right;
    top: -40px;
}

.picker-box-spacer {
    height: 8px;
}

.btn-picker {
    text-decoration: none;
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
}

    .btn-picker:hover {
        text-decoration: none;
    }

.btn-picker-add {
    width: 100%;
}

.btn-flexiwidth {
    width: 33%;
}

@media(max-width:768px) {

    .btn-flexiwidth {
        width: 100%;
    }
}
/* Login */

.login .logo {
    margin: 20px auto;
    display: block;
    width: 200px;
}

.login {
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: auto;
}

.separator {
    display: flex;
    align-items: center;
}

    .separator h2 {
        padding: 0 2rem; /* creates the space */
    }

    .separator .line {
        flex: 1;
        height: 1px;
        background-color: #8F90A6;
    }

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    background-color: #585656;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
/* vertical line */
.vl {
    position: absolute;
    transform: translate(-50%);
    border: 2px solid #ddd;
    height: 38%;
    margin: 10px 40px 0 40px;
}

/* text inside the vertical line */
.vl-innertext {
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px 10px;
}

.hide-md-lg {
    display: none;
}

@media screen and (max-width: 990px) {
    .vl {
        display: none;
    }

    .hide-md-lg {
        display: block;
        text-align: center;
    }
}
/* Questions */

.question-spacer {
    height: 50px;
}

.question-text-primary {
    color: #6B7588;
    font-size: 16px;
    font-weight: 500;
}

.question-text-secondary {
    color: #6B7588;
    font-size: 14px;
    font-weight: 400;
}

.question-text-optional {
    color: #8F90A6;
    font-weight: 400;
}

.question-text-secondary-optional {
    color: #8F90A6;
    font-size: 16px;
    font-weight: 400;
}

/* Progress Bar */


.wizard-progress {
    display: flex;
    width: 100%;
    height: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.wizard-progress-hr {
    position: relative;
    width: 100%;
    height: 23px;
}

.wizard-progress-hr-last {
    position: relative;
    width: 100%;
    height: 23px;
}

.wizard-progress-hr:after {
    content: "";
    position: absolute;
    background: #dde5e9;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-100%);
    left: 0;
}

.wizard-progress-hr.complete::after {
    background: var(--bs-success);
}

.wizard-progress-item {
    border: 2px solid #dde5e9;
    background: #FAFAFC;
    z-index: 2;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    height: 100%;
}

.wizard-progress-item-title {
    z-index: 0;
    left: -60px;
    font-size: 10px;
    color: #8F90A6;
    position: relative;
    text-align: center;
    width: 100px;
    padding-top: 25px;
}

    .wizard-progress-item-title.selected {
        color: var(--primary-color-alternate);
    }

.wizard-progress-item-title-last {
    z-index: 0;
    left: -60px;
    font-size: 10px;
    color: #8F90A6;
    position: relative;
    text-align: center;
    width: 100px;
    padding-top: 25px;
}

    .wizard-progress-item-title-last.selected {
        color: #08B9ED;
    }

.wizard-progress-item-title-central {
    z-index: 0;
    font-size: 14px;
    color: #8F90A6;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.wizard-progress-item.Complete {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    color: var(--bs-success);
    position: relative;
}

    .wizard-progress-item.Complete:before {
        content: "\f058";
        line-height: 1;
        font-size: 20px;
        vertical-align: middle;
        position: absolute;
        top: -2px;
        left: -2px;
    }

.wizard-progress-item.InProgress {
    border-color: var(--bs-primary);
}

.wizard-progress-item.Disabled {
    border-color: var(--bs-light);
}

/* Errors */
#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."
    }

/* Bootstrap Overrides */

.btn {
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    font-weight: 400;
    /*outline: 1px solid var(--bs-gray-400);*/
    outline: none;
    /*font-size: large !important;*/
    font-weight: 500 !important;
    text-decoration: none !important;
}

.btn-primary {
    color: #FFFFFF;
    background-color: var(--primary-color-alternate);
    border-color: var(--primary-color-alternate);
}

.btn-primary:hover {
    filter: brightness(90%);
    background-color: var(--primary-color-alternate);
    border-color: var(--primary-color-alternate);
}

.btn.btn-primary-glass {
    background-color: transparent;
    color: var(--primary-color-alternate);
    border: 2px solid var(--primary-color-alternate);
}

.btn.btn-primary-glass:hover {
    background-color: #cff4fc;
    color: #0dcaf0;
    border: 2px solid var(--primary-color-alternate);
}

.btn-facebook {
    display: flex;
    width: 100%;
    padding: 15px 40px 15px 40px;
    border: none;
    border-radius: 4px;
    margin-top: 50%;
    opacity: 0.85;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    align-self: center;
    text-decoration: none; /* remove underline from anchors */
}

@media screen and (max-width: 990px) {
    .btn-facebook {
        margin: 0% 0% 0% 12%;
        padding: 15px 15px 15px 15px;
        width: 75%;
    }
}

@media screen and (max-width: 760px) {
    .btn-facebook {
        margin: 0% 0% 0% 0%;
        padding: 15px 15px 15px 15px;
        width: 100%
    }
}

@media screen and (max-width: 360px) {
    .btn-facebook {
        margin: 0% 0% 0% 0%;
        padding: 15px 6px 15px 6px;
        width: 100%
    }
}

.fb {
    background-color: #3B5998;
    color: white;
}

.text-blue-underline {
    color: #0071c1 !important;
    text-decoration: underline !important;
}

a, .btn-link {
    color: inherit !important;
    text-decoration:none !important;
}

.btn-link {
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: underline !important;
}

    .btn-link:hover {
        color: inherit !important;
        text-decoration: underline !important;
        filter: brightness(110%);
    }

    .btn-link:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-link-aero {
    color: var(--primary-color-alternate) !important;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: underline !important;
}

    .btn-link-aero:hover {
        color: var(--primary-color-alternate) !important;
        text-decoration: underline !important;
        filter: brightness(110%);
    }

    .btn-link-aero:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-pagenavcard {
    color: inherit !important;
    text-decoration: none !important;
}

    .btn-pagenavcard:hover {
        color: inherit !important;
    }

    .btn-pagenavcard:focus {
        outline: none !important;
        box-shadow: none !important;
    }

a:hover {
    text-decoration: underline;
}

.form-control {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    border-width: 2px;
    outline: none;
}

    .form-control:focus {
        box-shadow: none;
        outline: none;
        border-color: var(--primary-color-alternate);
    }

.form-select {
    border-radius: 1px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
}

/* Other */
details summary {
    border: 1px solid var(--bs-gray-400);
    display: block;
    padding: 10px;
    background: white;
    position: relative;
}

    details summary:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        vertical-align: middle;
        color: var(--bs-gray-400);
        position: absolute;
        right: 10px;
    }

details[open] summary:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    color: var(--bs-gray-400);
    position: absolute;
    right: 10px;
}

details.lv2 summary {
    border: 1px solid var(--bs-gray-400);
    display: block;
    padding: 10px;
    background: white;
    position: relative;
}

    details.lv2 summary:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        vertical-align: middle;
        color: var(--bs-gray-400);
        position: absolute;
        right: 10px;
    }

details.lv2[open] summary:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    color: var(--bs-gray-400);
    position: absolute;
    right: 10px;
}

.details-box {
    border: 1px solid var(--bs-gray-400);
    border-top: none;
    display: block;
    background: white;
    position: relative;
    color: var(--primary-color-alternate);
    font-weight: 500;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

input, select {
    padding: 15px 25px !important;
    border-radius: 2px;
    outline: 1px solid var(--bs-gray-600);
    border: unset;
    width: 100%;
    /*-webkit-appearance: none;*/
}

@supports (-webkit-hyphens: none) {
    select {
        -webkit-appearance: none;
    }

    input {
        -webkit-transform-origin-x: 0;
    }
}

select {
    border-right: 25px solid transparent;
}

input.form-check-input {
    padding: 15px 15px !important;
}

label.form-check-label {
    margin: 0px 0px 0px 30px !important;
    min-height: 38px;
    vertical-align: middle !important;
    display: flex;
    align-items: center;
}

label.form-check-label-radio {
    margin: 0px 15px 0px 15px !important;
    min-height: 38px;
    vertical-align: middle !important;
    display: flex;
    align-items: center;
}

input:focus, select:focus {
    outline: 2px solid var(--bs-blue);
}

input.invalid:not(:focus), select.invalid:not(:focus) {
    outline: 2px solid var(--bs-red);
}

.validation-message {
    color: red;
}

.invalid {
    outline: 1px solid red;
}

.zen-items-group {
    background-color: white;
    cursor: pointer;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
}

    .zen-items-group:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background-color: #f8f8f8;
    }

.zen-checkbox-group {
}

.zen-checkbox-group-joined {
    border: 1px solid var(--bs-gray-500);
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.zen-checkbox-container {
    background: white;
    border: 1px solid var(--bs-gray-500);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 2px;
    cursor: pointer;
    color: #6B7588;
    color: #000000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zen-checkbox-container-joined {
    margin: 0px !important;
    border: none !important;
    box-shadow: none;
}

    .zen-checkbox-container-joined:hover {
        filter: brightness(95%);
    }

.zen-checbox-group-item-notselectable:hover {
    filter: brightness(100%) !important;
    cursor: auto !important;
}


.zen-checkbox-text {
    flex-grow: 1;
    padding: 0px;
}

a.zen-checkbox-edit {
    color: var(--bs-gray-700);
}

.zen-checkbox-text p {
    margin: 0;
    font-size: 18px !important;
}

.zen-checkbox {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    vertical-align: middle;
    color: #6B7588;
    font-size: 24px;
}

.zen-checkbox-container.checked .zen-checkbox {
    color: white;
}

.zen-checkbox:after {
    content: "\f0c8";
}

.zen-checkbox-container.checked {
    color: white;
    background: #35495E;
}

.zen-checkbox-container.checked-border {
    border: solid 2px var(--primary-color-alternate);
    background-color: #ffffff;
    color: var(--primary-color-alternate);
}

    .zen-checkbox-container.checked-border .zen-checkbox {
        color: #35495E;
    }

.zen-checkbox-container.checked .zen-checkbox:after {
    content: "\f14a";
}

.zen-checkbox-container.checked a.zen-checkbox-edit {
    color: white;
}

.card.info:before {
    content: "";
    width: 100%;
    background: var(--attention-color);
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.card.highlight-attention:before {
    content: "";
    width: 100%;
    background: var(--attention-color);
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.card.highlight-yellow:before {
    content: "";
    width: 100%;
    background: #e2bb21;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.card.highlight-red:before {
    content: "";
    width: 100%;
    background: #ca0f0f;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.card.highlight-green:before {
    content: "";
    width: 100%;
    background: green;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.card.highlight-secondary:before {
    content: "";
    width: 100%;
    background: var(--secondary-color);
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

/*.card.info::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f05a";
    color: var(--attention-color);
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 900;
}*/

/*.card.info-noline::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f05a";
    color: #08b9ee;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: 900;
}*/

.card.info-secondary-color:before {
    content: "";
    width: 100%;
    background: var(--secondary-color);
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.home-section, .home-section:hover {
    text-decoration: none;
}

.modal-header {
    background-color: #40688b !important;
    color: #FFFFFF !important;
}


/*History Styling*/
.history-item:not(.card) {
    display: flex;
    width: calc(100% - 50px);
    border-bottom: 1px solid #aaa;
    margin-left: 60px;
    align-items: center;
    position: relative;
    height: 50px;
}

.history-list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.history-number {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
}

.history-item:not(.card) .history-number {
    margin-left: -50px;
    margin-right: 25px;
    border: 2px solid #ccc;
}

.history-item.card .history-number {
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-primary);
    border-radius: 50%;
}

.history-state {
    display: flex;
    align-items: center;
    flex-grow: 1;
    column-gap: 10px;
    padding-left: 0px;
}

    .history-state i {
        flex-grow: 1;
        text-align: right;
    }

.history-item:not(.card):not(:last-child):after {
    content: "";
    width: 2px;
    height: calc(100% - 15px);
    background: #ccc;
    position: absolute;
    left: -38px;
    top: 35px;
}

.history-item.card:not(:last-child):after {
    content: "";
    width: 2px;
    height: 16px;
    background: #ccc;
    position: absolute;
    left: 20.5px;
    bottom: -18px;
}

.history-item.card {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    padding-left: 10px;
}

    .history-item.card .history-action {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

/*History V2 Styling*/
.history2-item:not(.card) {
    width: calc(100% - 50px);
    border-bottom: 1px solid #aaa;
    margin-left: 60px;
    position: relative;
    display: flex;
    padding-bottom: 10px;
}

.history2-list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.history2-number {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
}

.history2-number-check {
    border-color: green;
    background-color: green !important;
    outline-color: green !important;
}

.history2-item:not(.card) .history2-number {
    margin-left: -50px;
    margin-right: 25px;
    border: 2px solid #ccc;
}

.history2-item:not(.card) .history2-number-check {
    margin-left: -50px;
    margin-right: 25px;
    border: 2px solid green;
}

.history2-item.card .history2-number {
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-primary);
    border-radius: 50%;
    color: #ffffff;
}

.history2-state {
    display: flex;
    align-items: center;
    flex-grow: 1;
    column-gap: 10px;
    padding-left: 0px;
}

    .history2-state i {
        flex-grow: 1;
        text-align: right;
    }

.history2-item:not(.card):not(:last-child):after {
    content: "";
    width: 2px;
    height: calc(100% - 18px);
    background: #ccc;
    position: absolute;
    left: -38px;
    top: 25px;
}

.history2-item.card:not(:last-child):after {
    content: "";
    width: 2px;
    height: 16px;
    background: #ccc;
    position: absolute;
    left: 20.5px;
    bottom: -18px;
}

.history2-item.card {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
    width: calc(100% + 18px);
}

    .history2-item.card .history2-action {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        flex: 1;
        padding-right: 20px;
    }

.history2-item-text {
    width: 100%;
    position: relative;
}

/* Generic confrmation page */
body {
    background-color: #f8f8f9;
    font-family: sans-serif;
}

.confirmation-content {
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 10px;
    border: 1px solid lightgray;
    justify-content: center;
    text-align: center;
    max-width: max-content;
}

.submit-icon {
    fill: #28a745;
    height: 50px;
    width: 50px;
    margin-bottom: 30px;
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

.alert-title-bar {
    margin: 0;
    padding: 0;
    background-color: #797979;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.alert-body {
    padding: 10px 10px 10px 10px;
}

.modal-header {
    background-color: #40688b !important;
    color: #FFFFFF !important;
}

.finish-title {
    font-size: 28px;
    font-weight: 500;
    color: #28a745;
    margin-bottom: 10px;
}

.inserted-blue-text {
    color: var(--primary-color-alternate);
}

@media (max-width: 480px) {
    .visible-xs {
        display: block;
    }

    .hidden-xs {
        display: none;
    }
}

@media (min-width: 760px) {
    .reprint-notice {
        white-space: nowrap;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
    }
}

/*SVG icon*/
.img-svg {
    fill: #6B7588;
}

    .img-svg.hover {
        fill: #FFFFFF;
    }

.card-no-shadow {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    padding: 25px;
    position: relative;
    background-color: white;
}

.font-weight-bold {
    font-weight: bold;
}

.form-text {
    outline-color: #a0a0a0;
    color: black;
    font-size: 18px;
    outline-width: 2px !important;
}

.form-check-input {
    outline-color: #a0a0a0;
    color: black;
    font-size: 18px;
    outline-width: 2px !important;
}

.form-range {
    padding: 25px 0px !important;
}

.slider-container {
    padding: 0px;
}

.circle-icon {
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    border: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

@media (max-width: 767px) {
    .circle-icon {
        width: 25px;
        height: 25px;
        font-size: 1.25rem;
    }
}

#smoking-status-buttons,
#medical-questions-buttons {
    margin-left: auto;
}

@media (max-width: 991.98px) {
    #smoking-status-buttons,
    #medical-questions-buttons {
        margin-left: 0;
    }
}

.address-container {
    max-width: 48%;
}

@media (max-width: 768px) {
    .address-container {
        max-width: 100%;
    }
}

@media (min-width: 991.98px) {
    .amend-text {
        margin-top: -25px;
    }
}

.circle-icon:hover {
    background-color: var(--highlight-card-background-color);
}

.circle-icon:active {
    transform: scale(0.9); /* Slightly reduce size on click */
    background-color: var(--highlight-card-darker-background-color); /* Darker background on active */
}

.modal-body {
    background-color: #F8F8F9 !important;
}

.alert-danger-faded {
    border: solid 1px red;
    background: rgb(255,238,238);
    background: linear-gradient(180deg, rgba(255,238,238,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
}

.alert-body {
    padding: 10px 10px 10px 10px;
}

@media(min-width:981px) {
    .left-column {
        padding-right: 50px;
    }

    .right-column {
        padding-left: 50px;
    }

    .content-min-10 {
        line-height: 1.4em;
        min-height: 16em;
    }

    .content-min-12 {
        line-height: 1.4em;
        min-height: 18em;
    }
}

@media (max-width: 767px) {

    .btn-question-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .btn-question-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px;
        height: 100%;
        width: 100%;
        min-height: 120px;
        box-sizing: border-box;
        position: relative;
    }

    .btn-question-block-text-primary {
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .fw-normal {
        font-size: 0.9rem;
        margin-top: 5px;
        text-align: center;
    }

    .btn-question-box-blocks, .btn-question-box {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.btn-link2 {
    color: #334A5E !important;
    background-color: #fff;
    flex: none;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(220, 223, 230, 1);
    border-radius: 3px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btn-link2:hover {
        color: #fff !important;
        background-color: #334A5E;
    }

.btn-link-alternate {
    color: var(--primary-color-alternate) !important;
    text-decoration: underline !important;
    border: none !important;
}

    .btn-link-alternate:hover {
        filter: brightness(110%);
        text-decoration: none !important;
    }

    .btn-link-alternate:focus {
        outline: none !important;
        box-shadow: none;
    }

    .btn-link-alternate.disabled {
        color: #8F90A6 !important;
        text-decoration: none !important;
    }

/* WizardProgress2 */

.wizard2-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.wizard2-number {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    z-index: 99;
}

    .wizard2-number.large {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        flex-shrink: 0;
        left: -5px;
        position: absolute;
        padding-top: 4px;
    }

    .wizard2-number.complete {
        border: 2px solid var(--bs-success);
        background-color: var(--bs-success);
        color: #ffffff;
        border-radius: 50%;
    }

.wizard2-item:not(.card) {
    display: flex;
    width: calc(100% - 50px);
    /*border-bottom: 1px solid #aaa;*/
    margin-left: 60px;
    align-items: center;
    position: relative;
    height: 50px;
}

    .wizard2-item:not(.card) .wizard2-number {
        margin-left: -50px;
        margin-right: 25px;
        border: 2px solid #ccc;
    }

.wizard2-item.card .wizard2-number {
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-primary);
    border-radius: 50%;
}

.wizard2-state {
    display: flex;
    align-items: center;
    flex-grow: 1;
    column-gap: 10px;
    padding-left: 0px;
}

    .wizard2-state i {
        flex-grow: 1;
        text-align: right;
    }

.wizard2-item:not(.card):not(:last-child):after {
    content: "";
    width: 2px;
    height: calc(100%);
    background: #ccc;
    position: absolute;
    left: -38px;
    top: 35px;
}

.wizard2-item.card:not(:last-child):after {
    content: "";
    width: 2px;
    height: 16px;
    background: #ccc;
    position: absolute;
    left: 20.5px;
    bottom: -18px;
}

.wizard2-item.card {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    padding-left: 10px;
}

    .wizard2-item.card .wizard2-action {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

.accordion-body {
    background-color: aliceblue;
    border: solid 1px #ccc;
}

/* Effects */

.pulse-success {
    animation: animate-green 3s linear infinite
}

@keyframes animate-green {
    0% {
        box-shadow: 0 0 0 0 #37a31d, 0 0 0 0 #37a31d
    }

    40% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 #37a31d
    }

    80% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0)
    }
}

.pulse-warning {
    animation: animate-warning 3s linear infinite
}

@keyframes animate-warning {
    0% {
        box-shadow: 0 0 0 0 #f0ad4e, 0 0 0 0 #f0ad4e
    }

    40% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 #f0ad4e
    }

    80% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0)
    }
}

.pulse-alternate {
    animation: animate-alternate 8s linear 1
}

@keyframes animate-alternate {
    0% {
        box-shadow: 0 0 0 0 var(--primary-color-alternate), 0 0 0 0 var(--primary-color-alternate)
    }

    40% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 var(--primary-color-alternate)
    }

    80% {
        box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0)
    }
}

@-moz-document url-prefix() {
    option {
        font-family: 'arial';
    }
}

/* Please Wait Loader */

#pleasewaitwrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0px;
    z-index: 9999;
}

.pleasewait {
    display: flex;
    margin: 0 auto;
    width: auto;
    height: 250px;
}

.link-button {
    color: var(--primary-color-alternate);
    text-decoration: underline;
    font-size: medium;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-left: 0;
}

/* Checkout */

.checkout-addon-box {
    border: solid 3px;
    border-radius: 3px;
    border-color: var(--primary-color-alternate);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
}

@media (max-width: 992px) {
    .claims-banner {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .claims-banner {
        top: 10%;
        right: 5%;
        width: 100px;
        height: 100px;
        font-size: 16px;
    }
}

/* Banners */

.round-banner-center-right {
    width: 150px;
    height: 150px;
    background: #42698A;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-family: sans-serif, Arial;
    position: relative;
    top: 50px;
    left: 30px;
    transform: rotate(-20deg);
    transform-origin: center;
    padding: 0;
}

.round-banner-center-right-large-text {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
}

.round-banner-center-right-small-text {
    font-size: 18px;
    font-weight: normal;
    display: block;
}


/*Executor Box Styles*/

.dob-container {
    background: #E8F7FF;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-align-left{
    text-align:left !important;
}

.text-align-justify {
    text-align: justify !important;
}

.exec-main-container {
    padding: 2rem 7rem;
    padding-top: 0rem;
}

.exec-illustration {
    margin: 15px 0;
}

    .exec-illustration img {
        max-width: 100%;
        height: auto;
    }

.exec-grid-layout {
    display: grid;
    grid-template-columns: 1fr 2fr 1.5fr 0.2fr;
    column-gap: 10px;
    align-items: center;
    text-align: left;
}

.exec-input-row {
    align-items: center;
    padding: 1.5rem;
    background: var(--highlight-card-background-color);
    border-radius: 5px;
    margin: 5px 0 25px;
}

.exec-input-column {
    background: #00B2E70D;
    margin: 1rem 0;
    padding: 1rem;
}

.nopad.exec-main-container {
    padding: 1rem !important;
}

.exec-inner-section {
    border: 1px solid var(--primary-color-alternate);
    border-radius: 10px;
    background-color: var(--highlight-card-background-color);
    padding: 1rem;
    max-width: 500px;
}

.custom-col-3 {
    max-width: 20% !important; /* 2.5 out of 12 columns is ~20% */
    flex: 0 0 20%;
}

.custom-col-4 {
    max-width: 30% !important; /* 2.5 out of 12 columns is ~20% */
    flex: 0 0 30%;
}

.thanks-container.exec-main-container {
    padding: 2rem 4rem;
}

@media (max-width: 1200px) {
    .exec-main-container{
        padding: 1rem !important;
    }
}