.ui-widget-header {
    background: none;
    /* background-color: #08093D; */
    /* background-color: #F3F4F9; */
    background-color: #7172A3;
    border: none;
}

.ui-datepicker {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #08093D;
    background-color: white;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #08093D;
}

.ui-datepicker-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #08093D;
}

.ui-datepicker-calendar {
    background-color: white;
    table-layout: fixed;
}


.ui-datepicker-calendar th {
    color: #7172A3;
    font-weight: 500;
}


.ui-datepicker-calendar a.ui-state-default {
    background-color: white;
}

a.ui-datepicker-prev:hover {
    background: #08093D;
    border: none;
    cursor: pointer;
}

a.ui-datepicker-next:hover {
    background: #08093D;
    border: none;
    cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #b7b8cc;
    background-color: #F3F4F9;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #08093D;
}

a.ui-state-default:hover {
    background: #eaeaf0;
}

a.ui-state-default.ui-state-active {
    background: #08093D;
    color: white;
}

a.ui-state-default.ui-state-highlight {
    background: #d5d7e3;
}

a.ui-state-default.ui-state-highlight.ui-state-active {
    background: #08093D;
}

.calendar-icon:hover {
    cursor: pointer;
}

.calendar-container {
    max-width: 200px;
}

.time-container {
    max-width: 130px;
    margin-right: 24px;
}

.form-w-200 {
    width: 200px;
}

.form-w-100 {
    width: 100px;
}

.form-notice {
    margin-bottom: 24px;
    text-align: center;
    /* font-size: 14px; */
    /* font-weight: bold; */
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

html,
body {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #08093D;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    background-color: #F3F4F9;
}

.noscriptmsg {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #dc3545;
    background-color: white;
    padding: 50px 0;
    border: 3px solid #dc3545;
}

a {
    color: #1F43FF;
}

a:hover {
    color: #142fb5;
}

main {
    /* padding-top: 45px; */
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
}


.toggler-noborder {
    border-style: none;
}

hr {
    /* background-color: #08093D; */
    background-color: #7172A3;
    height: 1px;
    width: 100%;
    border-style: none;
}

h1 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 1.5rem 0;
    color: #08093D;
}

.contact-content {
    margin: 1.5rem 0;
}

.h1-sub {
    color: #7172A3;
    font-size: 1rem;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.h1-sub-order {
    color: #7172A3;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    text-align: center;
}


.h1-pub-sub {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #7172A3;
    margin-bottom: 24px;
    margin-top: 4px;
}


.h1-applicant-sub {
    height: 17px;
    color: #7172A3;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    align-self: start;
    text-align: left;
}

.namsu-logo {
    /* width: 104px; */
    width: 140px;
}

.footer {
    background-color: #EEEEF6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: none;
}


.footer .section-content {
    font-size: 0.875rem;
    margin: 16px 0;
    justify-content: start;
}

.footer ul {
    margin: 0 0;
    padding: 0;
    margin-bottom: 12px;
    width: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footer li {
    display: block;
    list-style-type: none;
    padding: 0 14px;
    text-align: center;
}


.footer a {
    color: #7172A3;
}

.footer a:hover {
    text-decoration: none;
    color: #3a3a63;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo-icon {
    margin: 16px 0;
}

.white-box {
    background-color: white;
    margin-bottom: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 16px 16px;
    border-radius: 8px;
}

div.box-link.application,
div.box-link.prop-admin {
    height: 175px;
    text-align: center;
    padding: 0;
    padding-top: 29.36px;
    margin-bottom: 24px;
}


.application p,
.prop-admin p {
    line-height: 1em;
}

.prop-admin p {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    margin-left: 32px;
    margin-right: 32px;
}

.application p:nth-child(1),
.prop-admin p:nth-child(1) {
    color: #08093D;
    font-weight: 600;
    margin-bottom: 10.5px;
}

.application p:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    margin-left: 32px;
    margin-right: 32px;
}

.application hr,
.prop-admin hr {
    height: 1px;
    width: 90%;
    opacity: 0.16;
    background-color: #7172A3;
    margin-top: 0;
    margin-bottom: 0;
}

.app-row {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    margin-top: 0.5rem;
}

.ncheck-row {
    font-size: 0.875rem;
    line-height: 1em;
    margin-top: 11px;
}

#my-properties .white-box {
    margin-bottom: 0px;
}

#todos .white-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-header {
    color: #08093D;
    background-color: white;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 0;
    line-height: 16px;
}

.faq-row {
    display: flex;
    justify-content: flex-start;
}

.accordion.accordion-faq .card.white-box {
    border-radius: 8px;
    border-style: none;
    padding: 20px 0 0 0;
}

.accordion.accordion-faq .card.white-box:hover {
    cursor: pointer;
}



.faq-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    border-color: red;
}

.accordion-faq {
    width: 100%;
}

#accordionFAQ {
    max-width: 1200px;
}

#first-card {
    border-radius: 8px;
    border-style: none;
}

.plus-icon[aria-expanded=true] {
    display: none;
}

.minus-icon[aria-expanded=false] {
    display: none;
}

.myiconbar a:hover {
    text-decoration: none;
}

.myiconbar {
    flex: 0 0 52px;
    margin: 0;
    padding-left: 16px;
    padding-right: 0;
}


#hiw .col-1,
.col-11 {
    padding: 0;
    margin: 0;
}

#hiw .col-11 {
    padding-left: 12px;
}

.faq-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.myfbar {
    padding-left: 0;
    padding-right: 8px;
    display: flex;
    align-items: center;
}

.myfbar-body {
    padding-left: 0;
    padding-right: 8px;
}


.faq-body p:last-child {
    margin-bottom: 0;
}

.navbar-custom .navbar-nav .nav-link {
    color: rgb(8, 9, 61);
    transition: 0.25s;
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: #7172A3;
}

.navbar-custom {
    background-color: white;
    width: 100%;
    /* padding-left: 2.5%;
    padding-right: 2.5%; */
    max-width: 1170px;
}

.nav-wrapper {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  /* min-height: 80px; */
}

.navbar-brand {
    min-height: 64px;
    display: flex;
    align-items: center;
}

.nav-item {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 0;
}



#tagline {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

#subtagline {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 16px 0;
    max-width: 900px;
}


.buttongroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricing-btn, .apply-btn {
    margin-top: 32px;
}

.apply-btn {
    display: flex;
    flex-direction: row;
}

.buttongroup-options {
    justify-content: start;
    margin-left: 16px;
}

.onboarding_button_group {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

/* #cta-hero, */
#cta1-hiw {
    margin-bottom: 16px;
}

.medium-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.light-section {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
}

.modal-body {
    color: #7172A3;
    /* color: #08093D; */
}

.modal-prop {
    color: #7172A3;
    font-weight: bold;
}


/* .modal-content button.close {
    padding: 4px 15px 0 0;
} */

.modal-header {
    /* height: 32px; */
    background-color: #F3F4F9;

}

.modal-radio {
    margin-bottom: 16px;
    font-weight: bold;
}

.modal-title {
    color: #08093D;
    font-family: Inter;
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
    /* margin-bottom: 24px; */
    width: 100%;

}

.dark-section {
    background-color: #08093D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dark-section p {
    color: white;
}


.line-half-left {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #1F43FF;
    width: 50%;
    height: 2px;
    margin: 0 0;
    padding: 0 0;
}

.line-half-right {
    position: absolute;
    top: 50%;
    right: 50%;
    background-color: #1F43FF;
    width: 50%;
    height: 2px;
    margin: 0 0;
    padding: 0 0;
}

.line {
    position: absolute;
    top: 50%;
    right: 0%;
    background-color: #1F43FF;
    width: 100%;
    height: 2px;
    margin: 0 0;
    padding: 0 0;
}

.handout-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}


.line-holder {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
}

.section-content {
    width: 95%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7172A3;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 38px;
}


.section-content .container-fluid {
    padding: 0;
    margin: 0;
}

.img-fluid {
    height: 380px;
    width: auto;
}

.img-benefits-c {
    width: 380px;
    height: auto;
}

.why_icons_container {
    max-width: 1200px;
}


.why_icon {
    width: 30%;
    max-width: 40px;
    height: auto;
    margin-bottom: 8px;
}

.benefit-column {
    margin-bottom: 18px;
}

#more-details-home {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.ad-footnote {
    text-align: left;
    font-size: 12px;
    margin-top: 24px;
    margin-left: 8px;
}

.icon-sub-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#hiw-row p {
    margin-top: 24px;
    text-align: center;
}

.pricing-subtitle {
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
}


.pricing-card .card-header {
    font-weight: 600;
    font-size: 1.125rem;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #383962;
    padding: 25px 1.25rem;
}

.pricing-card.light .card-header {
    color: #08093D;
    border-bottom-color: #E8E8F0;
}

.pricing-card.light .card-footer {
    border-color: #E8E8F0;
    background-color: transparent;
}

.pricing-card.light {
    color: #08093D;
    background-color: white;
    border-color: #E8E8F0;
}

.pricing-card.dark {
    background-color: #08093D;
    border-color: #383962
}

.pricing-container {
    max-width: 1250px;
}

.pricing-req-subtitle {
    font-weight: bold;
    margin-top: 32px;
}


/* .pricing-card.light .buttongroup {
    margin-top: 48px;
} */

.pricing-card.light.secondary {
    opacity: 0.8;
}

.pricing-card .card-footer {
    color: #FA6400;
    /* border-top: 1px solid #383962; */
    position: relative;
    padding-bottom: 25px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.pricing-card.card-home .card-footer{
    height:auto;
}
.confirm-box .buttongroup {
    margin-top: 48px;
}

.price-container {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mask-left {
    height: 1px;
    width: 40%;
    background-color: #08093D;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1000;
}

.mask-right {
    height: 1px;
    width: 40%;
    background-color: #08093D;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 1000;
}

.mask-left.light,
.mask-right.light {
    background-color: white;
}


.pricing-card {
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #383962;
    border-radius: 8px;
    margin-bottom: 24px;
    width: 360px;
}

.pricing-card .card-text {
    font-weight: 500;
}

.pricing-card .card-text a:hover {
    cursor: pointer;
}


.card-home {
    width: auto;
    max-width: 640px;
    margin-bottom: 0px;
}

.card-home .mask-right {
    height: 1px;
    width: 30%;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 1000;
}

.card-home .mask-left {
    height: 1px;
    width: 30%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1000;
}


.card-home, .pricing-card .card-body .card-text {
    text-align: left;
    padding-left: 8px;
    margin-bottom: 12px;
} 

.old-price {
    color: #7172A3;
    text-decoration: line-through;
    font-weight: normal;
}

.new-price {
    font-size: 1.25rem;
}

.card-home, .pricing-card .card-body .mark-ul {
    list-style-image: url("/static/checkmark.svg");
    /* margin-right: 36px;
    margin-left: 36px; */
    position: relative;
}

.card-home, .pricing-card li {
    text-align: left;
}

.g-test {
    position: absolute;
    top: -10px;
    right: -10px;
}

.g-img {
    width: 80px;
    height: 80px;
    /* width: 80px;
    height: 100px; */
}

.promisep {
    max-width: 400px;
    text-align: center;
}
.section-header {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    color: #08093D;
}

.section-header-home {
    max-width: 800px;
}

.section-header-light {
    width: 100%;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
}

.benefit-text {
    max-width: 520px;
    padding-bottom: 32px;
}

.benefit-text-home {
    text-align:center;
}

.benefit-title {
    color: #08093D;
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 24px;
}


.benefit-title.order {
    margin-bottom: 32px;
}

h2.home {
    /* color: #08093D; */
    color: #1F43FF;
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.benefit-subtitle {
    color: #1F43FF;
    font-family: Inter;
    font-weight: bold;
    margin: 0 0 24px 0;
}

.benefit-title-home {
    color: #1F43FF;
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 24px;
    margin-top:12px;
}


.benefit-list {
    list-style-image: url("/static/checkmark.svg");
}

.benefit-list li {
    margin-bottom: 16px;
}

.benefit-list li:last-child {
    margin-bottom: 0;
}

.service-list {
    list-style-image: url("/static/checkmark.svg");
    display: flex;
    flex-direction: row;
    max-width: 1060px;
    padding-left: 0;
}

.service-list li {
    /* color: #08093D; */
    margin: 0 20px 0 20px;
}

.service-list-box {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}

.benefits-subsection {
    margin-bottom: 64px;
}

.img-benefits {
    height: auto;
    width: 520px;
    max-width: 100%
}

.left {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 25px;
}

.right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 25px;
}

.buttongroup a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#last-text {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footnote {
    color: #7172A3;
    font-size: 0.875rem;
    font-weight: 500;
}

#accepted-payments {
    margin-top: 32px;
    margin-right: 10%;
    margin-left: 10%;
}

#money-back {
    margin-right: 10%;
    margin-left: 10%;
}



.btn {
    border-radius: 8px;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.87px;
    min-width: 220px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary {
    background-color: #1F43FF;
    border-color: #1F43FF;
}

.btn-primary:hover {
    background-color: #142fb5;
    border-color: #142fb5;
}

.btn-primary:focus .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(94, 121, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1F43FF;
    border-color: #1F43FF;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1F43FF;
    border-color: #1F43FF;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgb(94, 121, 255, 0.5);
}

.shortlist {
    min-height: 0;
    height: 48px;
    width: 190px;
    margin-left: 40px;
    margin-top: 28px;
    align-self: flex-start;
}

.btn-feed {
    min-height: 0;
    min-width: 0;
    height: 48px;
    margin-left: 8px;
    flex: 0 0 98px;
}

.btn-cta {
    color: white;
    background-color: #FA6400;
    border-color: #FA6400;
}

.btn-cta:hover {
    color: #fff;
    background-color: #d75600;
    border-color: #d75600;
}

.btn-cta:focus,
.btn-cta.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 145, 75, 0.5);
}

.btn-cta.disabled,
.btn-cta:disabled {
    color: #fff;
    background-color: #FA6400;
    border-color: #FA6400;
}

.btn-cta:not(:disabled):not(.disabled):active,
.btn-cta:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #FA6400;
    border-color: #FA6400;
}

.btn-cta:not(:disabled):not(.disabled):active:focus,
.btn-cta:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 145, 75, 0.5);
}




.btn-seccta {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-seccta:hover {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(194, 191, 191, 0.5);
}

.btn-seccta:focus,
.btn-seccta.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 214, 214, 0.5);
}

.btn-seccta.disabled,
.btn-seccta:disabled {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-seccta:not(:disabled):not(.disabled):active,
.btn-seccta:not(:disabled):not(.disabled).active {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-seccta:not(:disabled):not(.disabled):active:focus,
.btn-seccta:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 214, 214, 0.5);
}

.btn-back,
.btn-sec {
    background-color: rgba(113, 114, 163, 0.08);
    color: #1F43FF;
}

.btn-back:hover,
.btn-sec:hover {
    color: #1F43FF;
    background-color: rgba(113, 114, 163, 0.2);
}

.btn-back:focus,
.btn-back.focus .btn-sec:focus,
.btn-sec.focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 125, 206, 0.08);
}


.btn-draft {
    background: none;
    border: none;
    padding: 0;
    margin-top: 2.5rem;
    color: #7172A3;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    margin-top: 0px;
    min-width: 0;
    min-height: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}



.btn-draft:hover {
    color: #142fb5;
    /* text-decoration: underline; */
    box-shadow: none;
}

.btn-delete {
    position: absolute;
    top: 0px;
    right: 12px;
    display: flex;
    align-items: center;
    font-size: 10px;
    z-index: 10;
}

.btn-sec.btn-options {
    color: #7172A3;
    width: 48px;
    height: 48px;
    margin-top: 16px;
}

#delete {
    color: #7172A3;
    height: 100%;
    display: flex;
    align-items: center;
}

#delete:hover {
    color: red;
    text-decoration: none;
}



.btn-small {
    min-width: 0;
    min-height: 0;
    width: 80px;
    height: 48px;

}

.btn-medium {
    min-width: 0;
    width: 120px;
}

.btn-feedback {
    min-width: 0;
    width: 120px;
    margin: 0 8px;
    border: 3px solid #d5d7e3;
    color: #7172A3;
}

.btn-feedback:hover {
    cursor: pointer;
}

.btn-feedback.active,
.btn-feedback.focus {
    color: white;
    background-color: #FA6400;
    border-color: #FA6400;
    box-shadow: none;
}




.custom-file-label::after {
    background-color: rgba(113, 114, 163, 0.08);
    font-family: Inter;
    height: 100%;
    color: #08093D;
    font-size: 16px;
}

.new-form .custom-file {
    margin-bottom: 24px;
}

.custom-file-label {
    color: rgba(8, 9, 61, 0.3);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#feed .custom-file-label::after {
    display: none;
}

#feed .custom-file,
.custom-file-label,
.custom-file-input {
    height: 48px;
    max-width: 360px;
    display: flex;
    align-items: center;
}

#feed .custom-file-label {
    border: 1px solid rgba(113, 114, 163, 0.24);
    background-color: #F3F4F9;
    box-shadow: inset 0 2px 4px 0 rgba(8, 9, 61, 0.08);
}

.hiw-nums {
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 600;
    text-align: center;
    background-color: #1F43FF;
    border-radius: 50%;
    margin: 0 0;
    padding: 0 0;
    z-index: 100;
}

.todo-nums {
    height: 24px;
    width: 24px;
    font-size: 0.75rem;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    background-color: #1F43FF;
    border-radius: 50%;
    margin: 0 0;
    padding: 0 0;
}

/* #hero-content {
    margin-bottom: 0;
    max-width: 1200px;
    z-index: 1;
} */


.white-box.smart-box {
    margin-top: 48px;
    /* max-width: 820px; */
    max-width: 940px;
    background-color: #F3F4F9;
    width: auto;
    padding: 24px 24px 0px 24px;
    /* position: relative;
    top: 120px; */
}

.smart-check-row {
    display: flex;
    flex-direction: row;
    width: auto;
    margin-bottom: 8px;
}

.search-container {
    display: flex;
    flex-direction: row;
}

.account-title {
    color: #08093D;
    margin-bottom: 8px;
}

.account-change {
    margin-left: 8px;
}

.viewing-title,
.image-title,
.doc-title {
    /* color: #08093D; */
    margin-bottom: 16px;
    font-weight: bold;
}

.namsuForm label {
    color: #7172A3;
    font-weight: bold;
}

.namsuForm .form-check-label {
    color: #495057;
    font-weight: normal;
}

.status_change_form ul {
    list-style: none;
}

#appointment_container label:not(.invalid-feedback),
#viewing_contact_container label:not(.invalid-feedback) {
    font-weight: normal;
    color: #495057;
}

.delete-appointment-icon,
.delete-image-icon,
.delete-doc-icon {
    margin-left: 12px;
}

.delete-appointment-icon:hover,
.delete-image-icon:hover,
.delete-doc-icon:hover {
    cursor: pointer;
}

#appointment_container input[type='checkbox'],
#image_container input[type='checkbox'],
#doc_container input[type='checkbox'] {
    display: none;
}

.appointment-nr,
.image-nr,
.doc-nr {
    font-weight: bold;
    padding-left: 8px;
}

#viewing_contact {
    font-weight: bold;
    margin-bottom: 16px;
}

#remove_label {
    font-weight: normal;
}

.signup,
.login {
    width: 100%;
    max-width: 360px;
}

#confirm_signup_code {
    margin-top: 32px;
}

#invalid-activation-code, #activation-code-blocked {
    display: none;
    text-align: center;
    width: 100%;
}

.otp-input {
    text-align: center;
    font: 3ch droid sans mono, consolas, monospace;
    max-width: 64px;

}

.activation-code-title {
    text-align: center;
    margin-top: 48px;
}
/* .namsuForm .form-group {
    margin: 0 0;
    margin-bottom: 1rem;
} */

.namsuForm.form-feed .form-group {
    margin: 0 0;
}

.subform {
    /* color: #08093D; */
    color: #00213A;
    margin-top: 2.5rem;
}

.subform a {
    text-decoration: underline;
}

.subform-1 {
    margin-top: 1rem
}

.myproperty {
    display: flex;

}

.mypropertyOne,
.applicationsOne {
    width: 56px;
    flex: 0 0 auto;
    align-self: flex-start;
}

.mypropertyTwo {
    flex: 1 0 0;
    padding-left: 12px;
    align-self: flex-start;
    position: relative;

}

.mypropertyTwo p {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1em;
}

.mypropertyTwo p:first-child {
    font-size: 1rem;
    /* line-height: 1.2rem; */
    font-weight: 600;
    /* color: #08093D; */
    color: #00213A;
    margin-top: 0;
    margin-bottom: 10px;
}

.mypropertyTwo p:last-child {
    margin-bottom: 0;
}

.mypropertyThree {
    padding-right: 16px;
    padding-left: 8px;
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.applicationsFour {
    padding-right: 16px;
    flex: 0 0 auto;
    align-self: center;
}

.myproperty-separator {
    display: none;
}




div.box-link {
    position: relative;
    padding: 1.375rem 0;
}

div.box-link:hover {
    background-color: #ffffffa1;
}

div.box-link:not(:disabled):not(.disabled):active {
    box-shadow: 0 0 0 0.1rem #ffffff5c;
}



.box-link-a:not(#delete) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* No underlines on the link */
    z-index: 10;
    /* Places the link above everything else in the div */
    background-color: #FFF;
    /* Fix to make div clickable in IE */
    opacity: 0;
    /* Fix to make div clickable in IE */
    filter: alpha(opacity=1);
    /* Fix to make div clickable in IE */
}




.contactinfo p:first-child {
    color: #08093D;
}

.back {
    margin-top: 1rem;
    align-self: start;
}

.back p {
    color: #7172A3;
    margin: 0;
    margin-left: 0.2rem;
    line-height: 1.25rem;
}

.back a:hover {
    text-decoration: none;
}

#prop-dashboard-heading {
    align-self: flex-start;
}

.status-green,
.verified {
    height: 24px;
    /* width: 168px; */
    border-radius: 4px;
    background-color: #22BB08;
    font-size: 0.875rem;
    color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.status-orange {
    height: 24px;
    /* width: 168px; */
    border-radius: 4px;
    background-color: #FA6400;
    font-size: 0.875rem;
    color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.review.element {
    margin: 0 0;
    padding-top: 0;
    padding-bottom: 16px;
    /* padding: 0 1rem 1.5rem 1rem; */
}

.review.title {
    width: 100%;
    color: #7172A3;
    font-family: Inter;
    font-size: 1rem;
    font-weight: bold;
    line-height: 21px;
}

.review.content {
    width: 100%;
    color: #08093D;
    font-size: 1rem;
    font-weight: 500;
    line-height: 21px;
    margin-top: 0.5rem;
}

.review-overview hr {
    background-color: rgba(113, 114, 163, 0.16);
    margin: 0 0 1.5rem 0;
}

.review-overview p {
    margin-bottom: 0;
}

hr.contact {
    background-color: rgba(113, 114, 163, 0.16);
    margin: 1.5rem 0 1.5rem 0;
}

#outcome hr {
    background-color: rgba(113, 114, 163, 0.16);
    margin: 0 0 1.5rem 0;
}

.review-overview .white-box {
    padding-top: 1rem;
}



.white-box.feed-box {
    padding: 1rem 1rem;
}

.white-box.feed-box p:first-child {
    margin: 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.white-box.feed-box p:nth-child(n+2) {
    margin: 8px 0 14px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #08093D;
}

.prop-code {
    position: relative;
    width: 100%;
    height: 207px;
}

.app-sent {
    border: dashed #22BB08 2px;
    border-radius: 8px;
    margin: 0px 16px 0 16px;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.your-benefits-box {
    border: dashed #22BB08 2px;
    border-radius: 8px;
    color: #08093D;
    width: 100%;
    margin: 0px 0px 32px 0px;
    padding: 0px 0px;
}

.your-benefits-box ul {
    list-style-image: url("/static/checkmark.svg");
    margin-right: 8px;
    position: relative;
}

.your-benefits-box li {
    margin-bottom: 8px;
}

#benefits-collapse {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#benefits-collapse:hover {
    cursor: pointer;
}

#benefits-collapse p {
    color: #142fb5;
    margin-bottom: 0px;
}

.app-sent p {
    color: #08093D;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center;
}

.app-sent a {
    color: #1F43FF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
    text-decoration: underline;
}

.app-sent-icon {
    margin-top: 32px;
    margin-bottom: 20.5px;
}

.nshape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.hicon {
    position: absolute;
    top: 47.25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.code-text {
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
}

.code-text p:first-child {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

.code-text p:last-child {
    font-size: 24px;
    font-weight: 600;
}

.white-box.code-box {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 24px;
    max-width: 900px;
}

.white-box.code-box a {
    color: #1F43FF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.what-next-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.what-next-text p {
    color: #7172A3;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 8px 16px 24px 16px;
    max-width: 600px;
}

.what-next-text li {
    max-width: 900px;
    padding-bottom: 8px;
}

.what-next-text p:first-child {
    color: #08093D;
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    margin: 28px 0 24px 0;
}

.what-next-text p:last-child {
    margin-bottom: 0px;
}

/* .what-next-text ol {
    margin-bottom: 0px;
} */

.next-steps-title {
    color: #08093D;
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    margin: 28px 0 0 0;
}



.code-box-text p:first-child {
    color: #08093D;
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    margin: 28px 0 0 0;
}


.code-box-text p:last-child {
    color: #7172A3;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 8px 16px 0px 16px;
}

.code-vertical {
    width: 2px;
    background-color: rgba(113, 114, 163, 0.16);
    margin: 0 35px;
}

.confirm-box {
    height: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 24px;
}

.invoice-status-open {
    height: 24px;
    border-radius: 4px;
    background-color: #FA6400;
    color: white;
    font-size: 0.875rem;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8px;
}

.invoice-status-paid {
    height: 24px;
    border-radius: 4px;
    background-color: #22BB08;
    color: white;
    font-size: 0.875rem;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8px;
}



.account-box {
    margin-bottom: 8px;
    width: auto;
    max-width: 100%;
    padding: 16px 16px;
    border-radius: 8px;
}

.account-content {
    margin-bottom: 24px;
}

.form_tab {
    display: none;
    max-width: 700px;
}

.form_tab_first {
    display: block;
}


.input-group-text {
    background-color: white;
    color: #7172A3;
    font-family: Inter;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 1px;
    position: relative;
}

.input-group-text.prepend.invalid {
    border-top: red solid 1px;
    border-left: red solid 1px;
    border-bottom: red solid 1px;
    z-index: 30;
}

.input-group-text.append.invalid {
    border-top: red solid 1px;
    border-right: red solid 1px;
    border-bottom: red solid 1px;
    z-index: 30;
}

.input-group-text.append {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.input-group>.form-control:not(:first-child).append {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group>.form-control:not(:last-child).prepend {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* .input-group>.prepend.is-invalid{
    border-left: 0px;
}
.input-group>.append.is-invalid{
    border-right: 0px;
} */

.is-invalid {
    z-index: 20;
}

.border-cover {
    position: absolute;
    width: 100%;
    height: 25%;
    z-index: 10;
}

.border-cover.bottom-right {
    right: -1px;
    bottom: 0;
    border-right: white solid 1.5px;
}

.border-cover.top-right {
    right: -1px;
    top: 0;
    border-right: white solid 1.5px;
}

.border-cover.bottom-left {
    left: -1px;
    bottom: 0;
    border-left: white solid 1.5px;
}

.border-cover.top-left {
    left: -1px;
    top: 0;
    border-left: white solid 1.5px;
}

.new-form .namsuForm {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
}

.load-app-form {
    margin-top: 32px;
}

.list-icon {
    width: 32px;
    height: 32px;
}

.progress {
    height: 4px;
    width: 240px;
    border-radius: 4px;
    background-color: #DBDCE9;
    margin-top: 12px;
    margin-bottom: 24px;
}

.progress-bar {
    background-color: #22BB08;
}

.to-do-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 290px;
}

.to-do-box a {
    text-decoration: underline;
}

.to-do-box .verified {
    width: auto;
}

.to-do-text {
    margin-top: 16px;
    text-align: center;
}

.to-do-text.form-label {
    font-weight: bold;
    color: #08093D;
    margin-bottom: 16px;
}

.to-do-divider {
    display: none;
}

#outcome-form {
    max-width: 360px;
}

.confirm-apply {
    width: 100%;
    margin-top: 24px;
}


#notification_hint {
    font-size: 0.875rem;
    /* color: #08093D; */
    margin-top: 24px;
}

#map {
    height: 240px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 24px;
}

.vl {
    background-color: rgba(113, 114, 163, 0.16);
    width: 1px;
    height: 100%;
}

#hiw-header {
    font-size: 32px;
}

.section-content.hiw-section-content {
    margin-top: 24px;
}

.hiw-element {
    margin-bottom: 24px;
}

.hiw-element .hiw-subtitle {
    color: #08093D;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-left: 8px;
    min-height: 32px;
    display: flex;
    align-items: center;

}

.hiw-icon {
    flex: 0 0 32px;
}

.hiw-subtitle p {
    margin: 0 0;
}

.hiw-element li {
    color: #7172A3;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    margin-left: 16px;
}

.white-box-hiw {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0px;
    max-width: 980px;
}

.hiw-questions {
    text-align: center;
    width: 100%;
    color: #08093D;
}

.lock-section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.lock-section p {
    max-width: 360px;
}

.code-box.pack-box a {
    color: white;
}

.pack-box .code-box-text p:first-child {
    margin-top: 40px;
}

#download-icon {
    margin-right: 20px;
}

#download-button {
    margin-bottom: 20px;
}

.buttongroup .dropdown-item {
    justify-content: start;
}

.mypropertyFour {
    /* background-color: rgba(113,114,163,0.08); */
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    /* box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); */
    border-left: none;
    width: 32px;
}


.white-box-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.white-box-container .white-box.box-link {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.mypropertyFour a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}


.mypropertyFour:hover {
    background-color: #ffffffa1;
}

.mypropertyFour:focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 125, 206, 0.08);
}


.mypropertyFour .dropdown-menu a {
    justify-content: start;
}

.error-title {
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: #08093D;
    margin-top: 48px;
    margin-bottom: 60px;
    text-align: center;

}

.error-subtitle {
    text-transform: uppercase;
    font-size: 20px;
    color: #08093D;
    font-weight: bold;
    text-align: center;
}

.error-text {
    text-align: center;
    margin-bottom: 48px;
}


.toast-overlay {
    position: fixed;
    top: 60px;
    z-index: 100000;
}

.toast-body {
    text-align: center;
}

.toast.info .toast-body {
    /* background-color: white; */
    color: #08093D;
}

.toast.success .toast-body {
    background-color: #22bb08;
    color: white;
    /* color: #22bb08; */
}

.toast.warning .toast-body {
    background-color: #c82333;
    color: white;
    /* color: #c82333; */
}

.tooltip-inner {
    background-color: #08093D;
    color: white;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #08093D;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #08093D;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #08093D;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #08093D;
}


/* if background is dark then add tooltip-light class to tooltip container and set data-container = '.tooltip-light' */

.tooltip-light .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip-light .bs-tooltip-bottom .arrow::before {
    border-bottom-color: white;
}

.tooltip-light .bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip-light .bs-tooltip-top .arrow::before {
    border-top-color: white;
}

.tooltip-light .bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip-light .bs-tooltip-left .arrow::before {
    border-left-color: white;
}

.tooltip-light .bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: white;
}

.tooltip-light .tooltip-inner {
    background-color: white;
    color: #08093D;
}


.info-circle {
    margin-left: 2px;
}

.info-circle:hover {
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.upgrade-link {
    text-decoration: underline;
}

#billing_address p {
    margin-bottom: 0;
}

#upgrade_white_box {
    padding-bottom: 16px;

}

#terms-read {
    font-size: 12px;
    color: #08093D;
}

.asteriskField {
    display: none;
}

#language-options {
    text-transform: uppercase;
    border: none;
    color: #08093D;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}


.onboarding-form .form-check {
    padding-bottom: 8px;
    padding-top: 8px;
}

.onboarding-form {
    position: relative;
}

.onboarding-form .benefit-title {
    font-size: 16px;
}



#div_id_nationality .form-check:first-child {
    display: none;
}

#div_id_debt_enforcement_appeal .form-check:first-child {
    display: none;
}

#div_id_financial_source .form-check:first-child {
    display: none;
}

#div_id_sponsor .form-check:first-child {
    display: none;
}

#div_id_small_pets .form-check:first-child {
    display: none;
}

#div_id_viewing_preferences .form-check:first-child {
    display: none;
}

.section-content.legal-text {
    color: #08093D;
    align-items: start;
    max-width: 960px;
    line-height: 1.8;
}


h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.legal-text h2 {
    margin-top: 12px;
}

.qualified-title {
    color: #08093D;
    text-align: center;
}

.sub-qualified-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
    max-width: 600px;
}


.review-subtitle {
    margin-bottom: 16px;
    color: #08093D;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

.add_file {
    margin-top: 24px;
    margin-bottom: 16px;
    cursor: pointer;
}

.namsuForm #div_id_other_doc_one_label label,
.namsuForm #div_id_other_doc_two_label label,
.namsuForm #div_id_other_doc_three_label label {
    font-weight: normal;
}

.invalid-feedback.custom-feedback {
    display: flex;
    color: #dc3545;
    font-weight: bold !important;
}

.doc_label {
    margin-top: 12px;
}

.doc_label label {
    font-weight: 500;
}

.request-modal-body .form-group>label {
    font-weight: bold;
}

.doc-check-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.doc-check-form .form-group>label {
    font-weight: bold;
}

.request-list {
    font-size: 14px;
    width: 100%;
    text-align: left;
}

#todos hr {
    background-color: #7172A3;
}

.request-box-hr {
    width: 50%;
    display: none;
}

.check-application-form {
    font-size: smaller;
    margin-top: 42px;
    width: 100%;
    padding: 0 16px;
}

@media(min-width: 768px) {
    .check-application-form {
        width: 820px;
        padding: 0 40px;
    }
}

.app-icon-prop {
    display: none;
}

.lock-icon {
    width: 36px;
    height: 48px;
}


#div_id_release_date {
    display: none;
}

#div_id_reason_not_released {
    display: none;
}

#div_id_reason_not_released_comment {
    display: none;
}

#div_id_new_tenant_type {
    display: none;
}

#div_id_new_tenant {
    display: none;
}


.score_container {
    width: 100%;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score_image {
    width: 21px;
    height: 24px;

}

.sub-price {
    font-size: 12px;
    /* color: #7172A3; */
    color: #08093D;
}

/* .score_image {
    position: absolute;
    width: 21px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
} */

.namsu_score {
    height: 24px;
    text-align: center;
    width: 100%;
    line-height: 24px;
    font-size: 11.5px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.custom-intro.introjs-tooltip {
    background-color: #F3F4F9;
}


.custom-intro .introjs-button {
    /* text-transform: uppercase; */
    font-family: Inter;
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #1F43FF;
    border-color: #1F43FF;
    color: white;
    text-shadow: none;
    box-shadow: none;
}

.introjs-tooltiptext {
    font-size: 14px;
    /* max-width: 300px; */
}

.custom-intro .introjs-button:hover {
    background-color: #142fb5;
    border-color: #142fb5;
}

.custom-intro .introjs-button:focus .custom-intro .introjs-button.focus {
    box-shadow: 0 0 0 0.2rem rgb(94, 121, 255, 0.5);
}

.custom-intro .introjs-button.disabled,
.custom-intro .introjs-button:disabled {
    color: #fff;
    background-color: #1F43FF;
    border-color: #1F43FF;
}

.custom-intro .introjs-button:not(:disabled):not(.disabled):active,
.custom-intro .introjs-button:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1F43FF;
    border-color: #1F43FF;
}

.custom-intro .introjs-button:not(:disabled):not(.disabled):active:focus,
.custom-intro .introjs-button:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgb(94, 121, 255, 0.5);
}

h1.introjs-tooltip-title {
    width: auto;
    font-size: 16px;
}

h1.introjs-tooltip-title:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%231F43FF' class='bi bi-lightbulb' viewBox='0 0 16 16'%3E%3Cpath d='M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z'/%3E%3C/svg%3E");
    display: inline;
    margin: 0 8px 0 0px;
    vertical-align: -10%;
}




.top-scroll {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 10px;
    /* Place the button at the bottom of the page */
    left: 50%;
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    width: 45px;
    opacity: 0.3;
    margin-left: -22.5px;
}

.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type=file] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.sort-options-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8125rem;
    margin-bottom: 24px;
}

.sort-options {
    width: auto;
    height: auto;
    margin-left: 6px;
    font-size: .8125rem;
    border: none;
}

.order-box {
    margin-top: 48px;
}

.img-small {
    width: 180px;
    /* height: 180px; */
    padding: 12px 0 12px 0;
    object-fit: contain;
}

.img-small[src=""] {
    padding: 0 0 0 0;
    height: 0;
}

.img-small-container {
    height: auto;
    line-height: 0px;
}


/* #hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.smart-box h2 {
    font-size: 18px;
    color: #08093D;
    margin-bottom: 32px;
}

.check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 4px; /* Optional tweak to center better with multiline text */
  margin-right: 8px;
}

.check-item {
  margin-bottom: 0.5rem; /* Space between items */
}

@media(min-width: 768px) {
    .benefit-column {
        margin-bottom: 0px;
    }
    .why-icon {
        margin-bottom: 12px;
    }

    #more-details-home {
        margin-top: 32px;
    }

    .g-test {
        top: -40px;
        right: -40px;
    }
        
    .g-img {
        width: 100px;
        height: 100px;
    }

    .section-header {
        line-height: 3rem;
    }

            
    .pricing-btn {
        margin-top: 64px;
    }

    .apply-btn {
        margin-top: 48px;
    }

    .card-home .card-body ul {
        list-style-image: url("/static/checkmark.svg");
        margin-right: 36px;
        margin-left: 36px;
        position: relative;
    }

    .handout-container {
        margin-top: 60px;
    }

    .order-box {
        width: 590px;
    }

    .app-icon-prop {
        display: inline;
    }

    .options-dots-dashboard {
        margin-left: 14px;
    }

    h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .legal-text h2 {
        font-size: 20px;
    }

    .review-subtitle {
        margin-bottom: 32px;
    }

    h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .legal-text h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 12px;
    }


    h4 {
        font-size: 16px;
        font-weight: bold;
    }

    /* main {
        padding-top: 54px;
    } */

    .benefit-title.order {
        margin-bottom: 48px;
    }

    #upgrade_white_box {
        padding-bottom: 40px;

    }

    .error-title {
        font-size: 180px;
        font-weight: bold;
        line-height: 180px;
        color: #08093D;
        margin-top: 48px;
        margin-bottom: 60px;
        text-align: center;

    }

    .error-subtitle {
        text-transform: uppercase;
        font-size: 28px;
        color: #08093D;
        font-weight: bold;
        text-align: center;
    }

    .error-text {
        width: 50%;
        text-align: center;
        margin-bottom: 48px;
    }

    .load-app-form {
        margin-top: 48px;
    }

    .section-content {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px;
    }

    #hero {
        /* height: 600px; */
        background-size: cover;
    }

    #tagline {
        color: #FFFFFF;
        font-size: 44px;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        max-width: 840px;
    }

    #subtagline {
        color: #FFFFFF;
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
        margin: 16px 0;
    }

    .smart-box h2 {
        font-size: 21px;
    }

    .buttongroup {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


    .section-header {
        width: 75%;
        color: #08093D;
        font-family: Inter;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 64px;
    }

    .section-header-light {
        width: 75%;
        color: white;
        font-family: Inter;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 64px;
    }

    h1 {
        font-size: 2rem;
        line-height: 40px;
        margin: 3.5rem 0;
    }
    
    .contact-content {
        margin: 3.5rem 0;
    }


    .back-in-form {
        margin-top: 80px;
    }

    .faq-body p {
        margin-right: 15%;
    }


    .pricing-card .card-header {
        font-size: 1.25rem;
    }

    .pricing-card {
        width: 420px;
    }

    /* .namsuForm .form-group {
        margin-bottom: 2rem;
    } */


    .subform {
        color: #08093D;
        margin-top: 4rem;
    }

    .subform-1 {
        margin-top: 2rem
    }

    .signup,
    .login {
        width: 360px;
    }

    .h1-sub {
        font-size: 1.125rem;
    }

    .btn-small {
        min-width: 0;
        min-height: 0;
        width: 200px;
    }

    .btn-medium {
        min-width: 0;
        width: 160px;
    }


    #todos .btn-medium {
        width: 120px;
    }

    .mypropertyTwo p:first-child {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }

    .mypropertyTwo p:not(:first-child) {
        display: inline;
    }

    .myproperty-separator {
        display: inline;
    }

    .mypropertyOne {
        width: 80px;
    }

    .applicationsOne {
        width: 80px;
        align-self: center;
    }

    div.box-link {
        padding: 2rem 0;
    }

    div.box-link:not(:disabled):not(.disabled):active {
        box-shadow: 0 0 0 0.5rem #ffffff5c;
    }

    .applicationsTwo {
        flex: 1 0 auto;
        padding-left: 18px;
        align-self: center;
        /* display: flex;
        flex-direction: column;
        align-content: start; */
    }


    .applicationsTwo p {
        text-align: left;
    }

    .applicationsThree {
        width: 380px;
        padding-left: 18px;
        align-self: center;
        margin: 0 0;
    }

    div.box-link.application,
    div.box-link.prop-admin {
        height: 112px;
        padding: 0 0;
        margin-bottom: 32px;
    }

    .prop-admin p {
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1rem;
        margin-left: 0;
        margin-right: 0;
    }

    .application p:nth-child(1),
    .prop-admin p:nth-child(1) {
        font-size: 1.125rem;
        margin-bottom: 1rem;
        line-height: 1rem;
    }

    .application p:nth-child(2) {
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1rem;
        margin-left: 0;
        margin-right: 0;
    }

    .review.element {
        padding-top: 0;
        padding-bottom: 40px;
        /* padding: 0 40px 40px 40px; */
    }

    .review-element-group {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .review-element-group .element:first-child {
        /* padding: 0 0 40px 40px; */
        padding: 0 0 40px 0;
        width: 50%;
    }

    .review-element-group .element:last-child {
        /* padding: 0 40px 40px 0; */
        padding: 0 0 40px 0;
        width: 50%;
    }

    .review-overview hr {
        margin-bottom: 40px;
    }

    #outcome hr {
        margin-bottom: 40px;
    }

    .review-overview .white-box {
        padding-top: 40px;
        width: 820px;
    }

    #upgrade_white_box {
        width: 520px;
    }

    .back {
        margin-top: 2rem;
    }

    .back.in_form {
        position: absolute;
        top: 0;
        left: 0;
    }

    .white-box {
        padding: 40px 40px;
    }

    .white-box.feed-box {
        padding: 2rem 2rem;
    }

    .white-box.feed-box p:nth-child(n+2) {
        margin: 8px 0 16px 0;
    }

    .btn-feed {
        margin-left: 16px;
        flex: 0 0 120px;
    }

    .prop-code {
        position: relative;
        width: 100%;
        height: 275px;
    }

    .nshape {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .hicon {
        position: absolute;
        top: 63px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .code-text {
        position: absolute;
        top: 149px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: white;
    }

    .code-text p:first-child {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .code-text p:last-child {
        font-size: 24px;
        font-weight: 600;
    }

    .h1-pub-sub {
        font-size: 18px;
        margin-bottom: 56px;
        margin-top: 12px;
    }

    .what-next-text p {
        color: #7172A3;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        margin: 16px 17.5% 38px 17.5%;
    }

    .what-next-text p:first-child {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        text-align: center;
        margin: 40px 0 24px 0;
        color: #08093D;
    }

    .code-box-text p:last-child {
        color: #7172A3;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        margin: 16px 17.5% 0px 17.5%;
    }

    .white-box.code-box {
        padding-bottom: 80px;
        padding-top: 80px;
        margin-bottom: 56px;
    }

    .app-sent {
        margin: 0px 140px 0 140px;
    }

    .app-sent p {
        font-size: 21px;
        line-height: 32px;
    }

    .app-sent a {
        margin-bottom: 52px;
    }

    .app-sent-icon {
        margin-top: 63px;
        margin-bottom: 15px;
    }

    .progress {
        height: 8px;
        width: 360px;
        margin-top: 28px;
        margin-bottom: 56px;
    }

    .form-notice {
        margin-bottom: 56px;
    }

    .new-form .custom-file:last-child {
        margin-bottom: 56px;
    }

    #outcome-form {
        margin-top: 80px;
    }

    #todos .white-box {
        margin-bottom: 24px;
    }

    #map {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    #hiw-header {
        font-size: 48px;
        margin-bottom: 33px;
    }

    .section-content.hiw-section-content {
        margin-top: 80px;
    }

    .list-icon {
        width: 48px;
        height: 48px;
    }



    .hiw-element {
        margin-bottom: 48px;
    }

    .hiw-element .hiw-subtitle {
        color: #08093D;
        font-family: Inter;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 16px;
        margin-left: 16px;
        min-height: 40px;
        display: flex;
        align-items: center;

    }

    .hiw-icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;

    }

    .hiw-element li {
        color: #7172A3;
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 16px;
        margin-left: 32px;
    }

    .white-box-hiw {
        padding-left: 80px;
        padding-right: 80px;
    }

    .pack-box a {
        color: white;
    }

    .pack-box .code-box-text p:first-child {
        margin-top: 80px;
    }

    .btn-sec.btn-options {
        width: 120px;
        margin-top: 24px;
    }

    #option_dots {
        margin-left: 15px;
    }

    .mypropertyFour #option_dots {
        margin-left: 0px;
    }

    .buttongroup-options {
        flex-direction: column;
        justify-content: start;
    }

    .onboarding_button_group {
        padding-top: 38px;
    }

    .onboarding-form .benefit-title {
        font-size: 18px;
    }

}


#hiw .benefit-title-home {
    margin-bottom: 0px;
    margin-top:0px;
}


@media(min-width: 992px) {

    .nav-wrapper {
        min-height: 80px;
    }

    #hiw .benefit-title-home {
        margin-bottom: 24px;
        margin-top:12px;
    }



    .footer .section-content {
        font-size: 0.875rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    #hero {
        height: 600px;
        background-size: cover;
    }

    .footer ul {
        width: auto;
        margin-bottom: 0px;
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
    }

    .footer li {
        display: block;
        list-style-type: none;
        text-align: left;
    }

    .footer li:first-child {
        padding-left: 0;
    }

    .footer li:last-child {
        padding-right: 0;
    }

    .footer-logo {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin: 0 0;
        flex: auto;
    }

    .footer-logo-icon {
        margin: 0 7px;
    }

    .navbar-brand {
        min-height: 80px;
    }

    .onboarding-form .form-check {
        padding-bottom: 4px;
        padding-top: 4px;
    }



    .btn-sec.btn-options {
        width: 120px;
        margin-top: 28px;
    }

    .left {
        padding-right: 40px;
        padding-bottom: 64px;
    }

    .right {
        padding-left: 40px;
        padding-bottom: 64px;
    }

    #last-img {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .pricing-card {
        margin-right: 20px;
        margin-left: 20px;
    }

    /* .contact-container {
        width: 75%;
        display: flex;
        justify-content: space-around;
    }   

    .contact-col-three {
        min-width: 200px;
    }

    .contact-col-one {
        flex: 1 1 50%;
    }

    .contact-col-two {
        flex: 0 0 58px;
    } */



}

.navbar {
    padding:0px;
}

@media(min-width: 1200px) {


    .section-content {
        width: 80%;
    }

}


#dashboard-tab {
    margin: 36px 0 0 0;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    /* border-bottom: solid rgba(113,114,163,0.16) 2px; */
}

.dashboard-line-container {
    margin: 0 0 32px 0;
    position: relative;
    width: 100%;
}

.dashboard-bottom-line {
    width: 100%;
    height: 2px;
    background-color: rgba(113, 114, 163, 0.16);
    position: absolute;
    top: -2px;
}

#dashboard-tab li {
    display: inline-block;
}


#dashboard-tab .nav-link {
    height: 24px;
    color: #7172A3;
    font-family: Inter;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.87px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0 0;
    border-radius: 0;
}


#dashboard-tab .nav-item {
    padding: 0 16px;
}

#dashboard-tab .nav-item:first-child {
    padding-left: 0;
}


#dashboard-tab.nav-pills .nav-link.active {
    color: #08093D;
    font-weight: 600;
    background-color: transparent;
    border-bottom: solid #08093D 2px;
}



.btn-invoice {
    border-radius: 4px;
    font-size: 14px;
    padding: 0 0 0 0;
    width: 100%;
    margin-bottom: 0;
    /* text-transform: none; */
}


.btn-invoice.active {
    border-radius: 4px;
    font-size: 14px;
    padding: 0 0 0 0;
    width: 100%;
    margin-bottom: 0;
    box-shadow: 0 0 0 0.3rem rgba(117, 131, 200, 0.5);
}

#invoice-container {
    margin-top: 48px;
}


.invoice-seperator {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 24px 0;
}

.invoice-line {
    flex-grow: 1;
}

.invoice-seperator p {
    margin: 0px 20px;
    font-weight: bold;
    /* color: #3D405B; */
}


.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    color: white;
}


.loading-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
}

.spinner-border {
    margin-right: 8px;
}




.rate {
    float: left;
    height: 46px;
    padding: 0 10px 0 15px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★';
}

.rate>input:checked~label {
    /* color: #ffc700;     */
    color: #FA6400;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #e69058;
}


.feedback-modal .modal-body p {
    /* color: #212529; */
    font-weight: bold;
    text-align: center;
}

.star-legend {
    width: 170px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}



#order_buttons {
    display: none;
}

#order-title, #payment-title {
    display: none;
}

.white-box-container .white-box.box-link.box-link-no-options {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}


#new-prop-title-container h1 {
    display: none;
}

.ini-hid {
    display: none;
}

.btn.radio-btn {
    width: 88px;
    min-width: 0px;
    min-height: 0px;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: .25rem;
    color: #7172A3;
}

.btn.radio-btn.active {
    background-color: rgba(113, 114, 163, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(124, 125, 206, 0.08);
    color: #142fb5;    
}

.radio-btn-col {
    padding-right: 8px;
    padding-left: 8px;
}

.radio-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 

#cta-hero {
    min-width: 0px;
    width: 100%;
    margin-bottom: 1rem;
}

.smart-box .form-control {
    height: 50px;
}

.highlight-smart-text {
    /* color: #1F43FF; */
    color: #d75600;
}

/* .highlight-smart-text-alt {
    color: #1F43FF;
    text-decoration: underline;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]{
    appearance: textfield;
    -moz-appearance: textfield;
}


    #cta1-hiw {
        margin-bottom: 0;
    }


.hero-container {
    padding: 12px;
}

.remove-doc, .remove-image {
    cursor: pointer;
    color: red;
}

.smart-box .container {
    max-width: 1200px;
}



.not-qualified {
    max-width: 480px;
}


.address-icon-container {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.address-container p {
  /* font-weight: bold; */
  margin: 0 0 0 24px;
  padding: 0 0;
}

.address-container a {
  font-weight: bold;
}

.contact-separator {
    background-color: rgba(113, 114, 163, 0.16);
    width: 2px;
    height: 100%;
}


.template-download-container {
    width: 360px;
}

.checklist-box li {
    margin-bottom: 10px;
}

.checklist-box li:last-child {
    margin-bottom: 0px;
}


.checklist-box ul {
    list-style-type: circle;
}

.checklist-box ul li::marker {
    color: #22BB08; 
}

.checklist-box {
    padding-top: 12px;
    padding-bottom: 12px;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fdfdfd;
  border-top: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  font-size: 15px;
  z-index: 1000;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}

.cookie-banner-btn {
    margin-left: 1rem;
    padding: 6px 14px;
    background-color:#1F43FF; 
    border: none;
    color: white;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}

.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.85;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
  min-height: 150px;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}

#testimonials .section-content {
    max-width: 840px;
    text-align: center;
}

.testimonial-name {
    font-weight: bold;
    color: #08093D;
}

.testimonial-place {
    color: #08093D;
    font-style: italic;
}

.about-us-text {
    max-width: 840px;
    /* text-align: center; */
    
}