body {
    font-family: "Inter", sans-serif;
}
h2 {
    color: #101010;
}

.bg-desk {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn-app {
    border-radius: 28px;
    background-color: #343699;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.form-check-input[type="radio"] {
    border-radius: 50px;
    border: 2px solid #000;
    width: 26px;
    height: 26px;
    margin-left: -2em;
}
.form-check-input-check[type="checkbox"] {
    border-radius: 50px;
    border: 2px solid #000;
    width: 26px;
    height: 26px;
    margin-left: -2em;
}
.font-input-field {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #585858;
}

.font-input-field-checkbox {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #585858;
}

.btn-next-mobile {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #343699;
    color: #fff;
}
.input-customize {
    display: block;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 2px solid #efefef;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 24px;
    color: #101010;
    font-weight: 500;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-customize:focus {
    color: #101010;
    font-weight: 500;
    background-color: #fff;
    border-color: #efefef;
    outline: 0;
    /*box-shadow: 0 0 0 0.25rem rgba(107, 106, 106, 0.25);*/
}

.bg-blue {
    background-color: #0883f91a;
}
.bg-blue-dark {
    background-color: #343699;
}
.bg-1 {
    background-color: #f1f1f1;
}

.img-girl {
    width: 120px;
    margin-right: 65px;
}
.img-girl-continue {
    width: 200px;
    margin-right: 60px;
    margin-top: 40px;
}
.img-girl-step-2 {
    width: 151px;
    margin-right: 32px;
    border-bottom: 2px solid #000;
}

.img-boy-invite {
    width: 200px;
    margin-right: 32px;
}

@media only screen and (max-width: 768px) {
    .img-girl {
        width: 120px;
        margin-right: 15px;
    }
    .img-girl-continue {
        width: 170px;
        margin-right: 60px;
        margin-top: 50px;
    }
}

.btn-primary:disabled {
    color: #fff !important;
    background-color: #efefef !important;
    border-color: #efefef !important;
}

.icon-search-input {
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 999;
}
.input-search {
    background: #efefef;
    padding-left: 52px;
}
.height-200 {
    height: 200px; /* Defina a altura desejada */
}
.height-230 {
    height: 230px; /* Defina a altura desejada */
}
.height-240 {
    height: 240px; /* Defina a altura desejada */
}
.height-250 {
    height: 250px; /* Defina a altura desejada */
}

.bublets-invite-info {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #efefef;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
