@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dancingscript/v16/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
@font-face {
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/indieflower/v12/m8JVjfNVeKWVnh3QMuKkFcZVaUuH.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Mali';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/mali/v4/N0ba2SRONuN4SC3EDw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Sacramento';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sacramento/v8/buEzpo6gcdjy0EiZMBUG4C0f_Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Satisfy';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/satisfy/v11/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

.indie-flower {
    font-family: "Indie Flower";
}

.dancing-script {
    font-family: 'Dancing Script';
}

.mali {
    font-family: 'Mali';
}

.sacramento {
    font-family: 'Sacramento';
}

.satisfy {
    font-family: 'Satisfy';
}

body {
    color: #0A0A0A;
}

#page-container {
    position: relative;
    min-height: 100vh;
    min-width: 100vw;
    min-width: 100%;
    background: url("./media/pexels-miguel-á-padriñán-19670.jpg");
}

header {
    height: 6.5rem;
    padding: 15px 0;
    color: #99a9b5;
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 10pt;
}

header figure img {
    max-width: 192px;
    max-height: 5rem;
}

main {
    padding-top: 5rem;
    padding-bottom: 10.5rem;
}

#direct-to-consumer-application {
    margin-top: 3rem;
    margin-bottom: 3rem;
    /* background: rgba(255,255,255,.25); */
}

#direct-to-consumer-application > h1,h2,h3,h4,h5,h6 {
    text-align: center;
}

#dob-section,#height-section,#weight-section,#pi-1,#hi-1,#hi-2,#hi-3,#hi-4,#name-section,#email-section,#phone-section,#cstate-section,#address-section,#adb-section,#rate-selection,#fi-1,#fi-2,#fi-3,#payi-1,#payi-2,#submission_success {
    display: none;
}

.bg-white {
    background-color: #EDF0F2;
}

.text-white {
    color: #EDF0F2;
}

.bg-gray {
    background-color: #A4A4A4;
}

.text-gray {
    color: #A4A4A4;
}

.bg-darkgray {
    background-color: #515151;
}

.bg-onyx {
    background-color: #393C3D;
}

.text-onyx {
    color: #393C3D;
}

.text-darkgray {
    color: #515151;
}

.bg-lightgray {
    background-color: #EEEEEE;
}

.text-lightgray {
    color: #EEEEEE;
}

.bg-black {
    background-color: #0A0A0A;
}

.text-black {
    color: #0A0A0A;
}

.bg-gold {
    background-color: #DBC477;
}

.text-gold {
    color: #DBC477;
}

.bg-lightgold {
    background-color: #ECDCAC;
}

.text-lightgold {
    color: #ECDCAC;
}

.bg-lightergold {
    background-color: #ffe193;
}

.text-lightergold {
    color: #ffe193;
}

.bg-blue {
    background-color: #4194DC;
}

.text-blue {
    color: #4194DC;
}

.bg-lightblue {
    background-color: #6E91DC;
}

.text-lightblue {
    color: #6E91DC;
}

.bg-lighterblue {
    background-color: #9FB6E8;
}

.text-lighterblue {
    color: #9FB6E8;
}

.bg-lightestblue {
    background-color: #DBEEFF;
}

.bg-red {
    background-color: #92140C;
}

.text-red {
    color: #92140C;
}

.text-lightred {
    color: #dc3545;
}

.form-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: none;
    background: none;
}

.square {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

.input-label-container {
    cursor: pointer;
    display: block;
}

.input-label-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.input-label-container .input-label {
    background-color: #EDF0F2;
    border-color: #BBCCF0;
    color: #000000;
}

.input-label-container:hover .input-label {
    background-color: #EFF3FB;
    border-color: #BBCCF0;
    color: #000000;
}

.input-label-container input:checked ~ .input-label {
    background-color: #4194DC;
    border-color: #BBCCF0;
    font-weight: 700;
    color: #EDF0F2;
}

input.form-control {
    border-color: #BBCCF0;
}

select.form-select {
    border-color: #BBCCF0;
}

label {
    color: #707070;
}

.text-7070 {
    color: #707070;
}

/* select:invalid {
    color: #BEBCBC;
} */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BEBCBC;
    opacity: 1; /* Firefox */
  }

.was-validated .input-label-container input.form-check-input:invalid ~ .input-label {
    border-color: #dc3545;
    border-width: medium;
}

.divider {
    max-width: 100%;
    height: 5px;
    background-color: #A4A4A4;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#add-med-btn {
    border-color: #BBCCF0;
    padding: 1rem;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #4194DC;
    border-color: #4194DC;
}

.btn-primary:hover {
    background-color:#6E91DC;
    border-color: #6E91DC;
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem #6E91DC;
}

.health-rows {
    padding: 1rem 3rem;
}

#personal-info-someone-else-div, #not-hospitalized-further-qs, #how-long-hospital-div, #cancer-stroke-additional, #health-questions-error, #high-blood-pressure-div, #tobacco-length-div, #medlist-div, #medListError, #custom-plan-activated-div, #custom-plan-budget-div, #custom-plan-amount-div, #custom-offer-div, #second-primary-bene-div, #secondary-estate-notice, #secondary-bene-2-div, #secondary-bene-person-1-div, #add-another-secondary-checkbox-div, #other-relationship-1, #other-relationship-2, #other-relationship-3, #other-relationship-4, #existing-policies-div, #existing_policy_2_div, #existing_policy_3_div, #existing_policy_1_div, #insured-sig-canvas, #owner-sig-canvas, #fi_3_owner_div, #payor-sig-canvas, #payor-name-div, #payor-sig-div, #credit-card-info-div, #bank-info-div, #pay_billing_day_div, #pay_dayweek_div, #owner_ssn_div, #bank-iwd-div, #card-iwd-div, #card-wait-p, #other-company-1, #other-company-2, #other-company-3, #third-party-div, #third-party-info, #arbitration-div {
    display: none;
}

div#medList, div#medUsageList, div#fullUsageList, div#fullUsageMedList {
    height: 50vh;
    overflow: auto;
  }

.text-tiny {
    font-size: 8pt;
}

.bootbox-close-button {
    display: none;
}

.scrollable-card {
    background-color: #fff !important;
    display: block !important;
    width: 95% !important;
    /* height: 150px !important; */
    padding: 1em !important;
    /* overflow-y: scroll !important; */
    text-align: left !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 2px solid #989898 !important;
}

#insured-sig-selection, #owner-sig-selection, #payor-sig-selection {
    font-size: 24pt;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.img-radio {
    max-width: 260px;
}

#success-content {
    background-color: #4194DC;
    height: 100vh;
    text-align: center;
}

#success-content h1 {
    font-weight: 700;
    font-size: 5em;
}

#success-content h3 {
    color: #EDF0F2;
    text-shadow: 2px 2px 2px #0000004d;
    font-size: 2em;
}

footer {
    height: 7.5rem;
    padding: 40px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 10pt;
}

footer p {
    padding-top: 40px;
}

div#loading-backdrop {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1021;
}

#adb-info-text,#cstate-info-text {
    color: #959494;
}

.card.plan-card.input-label {
    min-height: 200px;
}

#rates-custom-text {
    font-size: larger;
}

@media (max-width: 768px) {
    #rates-custom-text {
        font-size: medium;
    }
}

@media (max-width: 576px) {
    #rates-custom-text {
        font-size: x-large;
    }
}