*,html,body{
	font-family: 'Poppins', sans-serif;
	font-size: 0.9375rem;
}

.page {
    padding-bottom: 100px;
}

.header-logo{
	display: block;
	max-width: 190px;
	margin: 0px auto;
}

.btn-link {
    font-weight: 400;
    color: #5e41a2;
    text-decoration: underline;
}

.ProgressBar_Container {
    margin-bottom: 2rem;
}

.position-relative {
    position: relative!important;
}

.Progressbar-icon {
    width: 35px;
    height: 30px;
}

.inactive-discount {
    color: #b5b5b5!important;
}

.progress {
    height: 10px;
}

.rounded-0 {
    border-radius: 0!important;
}

.ProgressBar-Icons__Container {
    margin-top: -20px;
}

.active-discount__progressBar {
    /*color: #11d27c;*/
    color: #be141b;
    text-decoration: underline;
    -webkit-text-decoration-color: #be141b;
    text-decoration-color: #be141b;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(190 20 27 / 50%);
}

.application.page .h4, .application.page h4 {
    color: #565a78;
}

.zipcode-container .column-container {
    -webkit-box-shadow: 10px 10px 10px #8080800f;
    box-shadow: 10px 10px 10px #8080800f;
    border-radius: 20px;
    padding: 25px;
    background: #fff;
}

.zipcode-container .zipcode-title {
    font-size: 30px;
    font-weight: 700;
    color: #2a3058;
}

.zipcode-container .image-container {
    margin: auto;
    width: 350px;
}

.zipcode-container .h4, .zipcode-container h4 {
    color: #be141b!important;
}

.bubbles {
    background-image: url(../images/layout-background.png);
}

.h4, h4 {
    font-size: calc(1.265625rem + .1875vw);
	font-size: 22.5px;
	line-height: 27px;
	font-weight: 500;
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius: 1.5rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1.5rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.Progressbar-title {
    font-size: 15px;
    max-width: 100px;
    font-weight: 600;
}

.bootstrap-select>.dropdown-toggle:after {
	display: none;	
}

.bootstrap-select>.dropdown-toggle:before {
	font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 18px;
    width: 35px;
    height: 20px;
	color: rgb(204, 204, 204);
    line-height: 20px;
    border-left: 1px solid rgb(204, 204, 204);
    font-size: 20px;
}

.bootstrap-select>.dropdown-toggle {
	font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 35px;
    height: 48px;
    background: #fff;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 60px;
    padding: 6px 20px;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #be141b;
	box-shadow: 0 0 0 0.1rem #be141b; 
}

.bootstrap-select > .btn-light:not(:disabled):not(.disabled):active.dropdown-toggle:before{
	color: rgb(51 51 51);
}

.text-green {
    color: #be141b!important;
}

.form-control{
	border-radius: 60px;
	height: 48px;
}

.modal-header .btn-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    font-size: .9375rem;
    border-radius: 20px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-outline-success {
    color: #be141b;
    border-color: #be141b;
}

.btn-success {
    color: #ffffff !important;
    background-color: #be141b !important;
    border-color: #be141b !important;
}

.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

.svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -0.125em;
}

.small, small {
    font-size: .875em;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .8203125rem;
    border-radius: 0.2rem;
}

.custom-input_container {
    position: relative;
}

.page-container input:-webkit-autofill, .page-container input:-webkit-autofill:focus textarea:-webkit-autofill, .page-container input:-webkit-autofill:hover, .page-container select:-webkit-autofill, .page-container select:-webkit-autofill:focus, .page-container select:-webkit-autofill:hover, .page-container textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 1000px #fff!important;
    box-shadow: inset 0 0 0 1000px #fff!important;
}

.custom-input_container__input:not(:placeholder-shown)+.custom-input_container__label {
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7d7f8d;
    opacity: 1;
    padding: 0 4px;
}

.custom-input_container__label {
    top: 0;
    opacity: 0;
}

.custom-input_container__label, .custom-input_container__label-datepicker, .custom-input_container__placeholder-datepicker {
    left: 18px;
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
}

.form-text {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #6c757d;
}

.btn-success {
    color: #ffffff;
}

.text-success {
    opacity: 1;
    color: #be141b;
}

.btn-check:focus+.btn-success, .btn-success:focus, .btn-success:hover {
    color: #000;
    background-color: #be141b;
    border-color: #be141b;
}

.alert-primary {
    color: #856404;
    background-color: #ffc107;
    border-color: #ffc107;
}

.form-check {
    display: block;
    min-height: 1.40625rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check .form-check-input:checked {
    background-color: #be141b;
    border-color: #be141b;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.question-circle {
    font-size: 14px;
    background-color: #000000;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    display: inline-block;
    color: #be141b;
    height: 22px;
    line-height: 22px;
	cursor: pointer;
}

.discount-card {
    width: 100%;
    border-radius: 10px;
    border-color: #fff;
    margin-top: 7%;
    height: 8.5rem;
    background-color: #fff;
}

.discount-card .card-text {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

.form-switch {
    padding-left: 2.5em;
	height: 2.2em;
}

.discount-card .card-text > div {
    width: 55%;
}

.discount-card .card-text section {
    width: 50%;
}

.application.page p {
    color: #000000;
    font-size: 14px;
}

.discount-card .card-text section #has-discount, .discount-card .card-text section #home-discount, .discount-card .card-text section #student-discount {
    width: 4em;
    height: 2.2em;
}

.discount-card .card-text section p {
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: 16px!important;
}

.imgcard{
	max-width: 160px; 
	display: block; 
	margin: 0px auto; 
	border: none; 
	padding: 0px;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: 0;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus {
    border-color: #afa0d1;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(94 65 162 / 25%);
    box-shadow: 0 0 0 0.25rem rgb(94 65 162 / 25%);
}

.discount-card .card-text section #has-discount:checked, .discount-card .card-text section #home-discount:checked, .discount-card .card-text section #student-discount:checked {
    background-color: #be141b;
    border-color: #be141b;
}

.popover {
    background-color: #000000;
	color: #ffffff;
	font-size: .8203125rem;
	font-weight: 400;
    line-height: 1.5;
	word-wrap: break-word;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	
    border-bottom: 1px solid #000000;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: #000000;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #000000;
}

.popover-header {
    background-color: #000000;
    border-bottom: 1px solid #000000;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #be141b;
    border-color: #be141b;
}

.student-discount__card:hover,.student-discount__card label:hover {
    cursor: pointer;
}

.student-discount__card {
    width: 100%;
    border-radius: 10px;
    border-color: #fff;
    margin-top: 7%;
    height: 69px;
    background-color: #fff;
}

.student-discount__card .card-text {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    height: 100%;
}

.student-discount__card .card-text div {
    min-width: 100px;
	text-align: center;
}

.student-discount__card .card-text p {
    margin-bottom: 0;
    font-size: 16px!important;
}

.margin-top {
    margin-top: 60px;
}

 .form-control:focus {
    border-color: #be141b;
    -webkit-box-shadow: 0 0 0 0.1rem #be141bc1;
    box-shadow: 0 0 0 0.1rem #be141bc1;
    outline: 0;
}

.bootstrap-select.disabled, .bootstrap-select>.disabled {
    background: rgb(242, 242, 242);
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #be141b;
    border-color: #be141b;
}

.card.excluded {
    background-color: #e9ecef;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(190 20 27 / 50%);
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(190 20 27 / 50%);
}

.input-group .form-control:focus {
    border-color: #e9e9e9;
    -webkit-box-shadow: 0 0 0 0.1rem #be141bc1;
    box-shadow: 0 0 0 0.1rem #e9e9e9;
    outline: 0;
}

.input-group-append span {
    min-width: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.input-group-append span.fa-check {
    color:#0f0;
}


.input-group-append span.fa-times {
    color:#f00;
}