@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "Frutiger LT Std";
    src: url("../fonts/subset-FrutigerLTStd-Bold.woff2") format("woff2"),
        url("../fonts/subset-FrutigerLTStd-Bold.woff") format("woff"),
        url("../fonts/subset-FrutigerLTStd-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DB Helvethaica X Reg";
    src: url("../fonts/subset-DBHelvethaicaX-Bd.woff2") format("woff2"),
        url("../fonts/subset-DBHelvethaicaX-Bd.woff") format("woff"),
        url("../fonts/subset-DBHelvethaicaX-Bd.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DB Helvethaica X Reg";
    src: url("../fonts/subset-DBHelvethaicaX-Reg.woff2") format("woff2"),
        url("../fonts/subset-DBHelvethaicaX-Reg.woff") format("woff"),
        url("../fonts/subset-DBHelvethaicaX-Reg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
body {
    font-family: "Prompt", "DB Helvethaica X Reg", Tahoma, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

body {
    background-color: #282828;
}

.mainReg {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
    max-width: 500px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}

.dLogo {
    text-align: right;
    margin-bottom: 1rem;
}

.imgLogo {
    width: 60%;
    margin-right: 1rem;
}

.dBanner {
    margin-bottom: 1rem;
}

.imgBanner {
    width: 100%;
    max-width: 100%;
}

.containerFrm {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.col-form-label {
    color: #0079c1;
    font-weight: 500;
}

.form-control {
    border-radius: 0;
    border: 1px solid #0079c1;
}
.form-control:focus {
    border: 1px solid #0079c1;
    box-shadow: 0 0 0 0.2rem rgb(225 136 82 / 25%);
}
.boxBtn {
    width: 100%;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.btnAgenda {
    position: absolute;
    bottom: 11px;
    left: 1.5rem;
    height: 22px;
}
.btnNext {
    box-shadow: none;
}

.btnNext img {
    width: 130px;
}

.dStep2 {
    background-color: #687379;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
}

.dStep2 p {
    color: #ffffff;
    font-size: 14px;
}

.dStep2 .btnNext {
    background-color: #ef1a2e;
    border-radius: 5px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.dStep2 .custom-control-label {
    color: #ffffff;
    font-size: 18px;
}

.txtQ {
    color: #0079c1;
    font-weight: 500;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0079c1;
    background-color: #0079c1;
}
.txtQ span {
    font-size: 12px;
}

.dStep3 .custom-control-label::before {
    border-radius: 50%;
    border-color: #6fb3dc;
}
.custom-bottom {
    padding-left: 0 !important;
}
.label-text {
    width: 33%;
}
.p-Only {
    padding-right: 0 !important;
}
.pb-Only {
    padding-left: 7px;
}
.custom-control-label-left {
    width: 80%;
}

.custom-control-input-b {
    border: none;
    border-bottom: 2px solid #6fb3dc;
    max-width: 40%;
}
.custom-control-input-b:focus {
    outline: none;
}
.inputq_9 {
    position: absolute;
    left: 6.6rem;
    z-index: 999;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.inputq_b9 {
    position: absolute;
    left: 13.6rem;
    z-index: 999;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.inputq_9::after {
    position: absolute;
    top: 0.3rem;
    left: 0.1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    z-index: 999;
}
.custom-bottom .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.dRowInput {
    color: #687379;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}

.inputInline {
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
    height: 26px;
}

.btnReg {
    background-color: #ec1b2d;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
}

.dStep4 {
    display: none;
}

.col-form-label span {
    font-size: 10px;
    line-height: 10px;
}

.btn.form-control {
    box-shadow: none;
    margin: 0 0;
    margin-top: 1.25rem;
    padding: 0.375rem 0.75rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    min-height: 38px;
    height: auto;
    text-transform: none;
    font-size: 12px;
}

.btn.form-control span {
    text-transform: none;
    font-size: 12px;
    color: #0079c1;
}

.col-form-label.ex {
    line-height: 1;
}

.dStep1 .custom-control-label {
    color: #687379;
}

.dStep1 p {
    margin-bottom: 0.5rem;
}

.dStep1 .custom-control-label {
    border-radius: 50%;
    border-color: #6fb3dc;
}

.dStep1 .custom-control-label::before {
    border-radius: 50%;
    border-color: #6fb3dc;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .mainReg {
        width: 100%;
        max-width: 100%;
    }

    .imgLogo {
        width: 35%;
    }
}
@media screen and (max-width: 768px) {
    *,
    body {
        font-size: 14px;
    }
}
