@import url(https://fonts.googleapis.com/css?family=Poppins);
@charset "UTF-8";

:root {
    --white-color: #ffffff;
    --green-color: #24b44e;
    --green2-color: #1e9b42;
    --green3-color: #2dc642;
    --green4-color: #c3ffcb;
    --green5-color: #96e2a0;
    --green-light-color: #edffef;
    --green-light2-color: #d7ffdc;
    --green-light3-color: #f6fff7;
    --dark-color: #181818;
    --dark2-color: #464646;
    --dark3-color: #646464;
    --dark4-color: #616161;
    --dark5-color: #111913;
    --dark6-color: #1e1e1e;
    --light-color: #d9d9d9;
    --gray-color: #f1f1f1;
    --gray2-color: #e4e4e4;
    --gray3-color: #bdbdbd;
    --gray4-color: #8c8c8c;
    --gray5-color: #acacac;
    --gray6-color: #e6e6e6;
    --gray7-color: #c8c8c8;
    --gray8-color: #e3e3e3;
    --gray9-color: #e1e1e1;
    --yellow-color: #fff6e8;
    --red-light-color: #ffcbcb;
    --red-light2-color: #fff1f1;
    --red-light3-color: #ffb2b2;
    --red-light4-color: #ffdddd;
    /* content color */
    --blue-color: #1362f6;
    --blue-primary: #d3e2ff;
    --blue2-color: #002c7e;
    --light-blue-color: #d3e2ff;
    --purple-color: #b34ed1;
    --purple2-color: #590073;
    --orange-color: #ff903f;
    --orange2-color: #bb4f00;
    --red-color: #d43939;
    --red2-color: #8e0f0f;
    --red3-color: #d83c3c;
    --red4-color: #ff4343;
    --red5-color: #ff2d2d;
    --red6-color: #d23333;
    --brown-color: #eae0d5;
    --brown-secondary-color: #8d5b4c;
    --gray-light: #e4e4e4;
    /* end content color */
}

html,
body {
    font-family: Poppins, sans-serif !important;
    color: var(--dark-color) !important;
}

html body a {
    color: var(--white-color);
    text-decoration: none !important;
    background-color: transparent !important;
}

.go-back-button {
    position: absolute;
    top: 30px;
    left: 28px;
    transition: all 0.3s ease;
}

.go-back-button:hover {
    transform: scale(1.1);
}

.go-back-button-variant {
    transition: all 0.3s ease;
}

.go-back-button-variant:hover {
    transform: scale(1.1);
}

.chn-bg-adaptive,
.chn-bg-adaptive2,
.chn-bg-adaptive3,
.chn-bg-adaptive4,
.chn-bg-adaptive5 {
    background-color: var(--green-color);
}

.chn-bg-1 {
    background-color: var(--green-color);
}

.chn-bg-2 {
    background-color: var(--white-color);
}

.chn-bg-3 {
    background-color: var(--dark5-color);
}
.chn-bg-4 {
    background-color: var(--green-light3-color);
}
.chn-bg-5 {
    background-color: var(--red-light2-color);
}

.text-dark-cnh {
    color: var(--dark-color) !important;
}

.cnh-container-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.cnh-border-radius {
    border-radius: 20px;
}

.btn-cnh-primary {
    width: 380px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    background-color: var(--green3-color);
    color: var(--white-color);
    border: none;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    box-shadow: 0px 5px 0px var(--green2-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cnh-dark {
    width: 380px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    background-color: var(--dark-color);
    color: var(--white-color);
    border: none;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    box-shadow: 0px 5px 0px var(--green3-color);
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-cnh-gray {
    width: 380px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    background-color: var(--gray2-color);
    color: var(--dark2-color);
    border: none;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    box-shadow: 0px 5px 0px var(--gray3-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cnh-primary:active,
.btn-cnh-dark:active,
.btn-cnh-gray:active {
    box-shadow: none;
    transform: translateY(4px);
}

.cnh-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.cnh-sub-title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.input-container {
    border: none !important;
    background-color: #f1f1f1;
    border-radius: 16px;
}

.cnh-span-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: transparent !important;
    border-radius: 7px;
    background-color: transparent;
    height: 65px;
    margin-left: 10px;
}

.btn-back {
    background-color: transparent;
    border: none;
    padding: 0.5rem;
}

.cnh-span-input > img {
    width: 20px;
    height: 20px;
}
.cnh-span-input > .eye-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    cursor: pointer;
}

.cnh-textarea {
    font-family: poppins, sans-serif;
    background-color: transparent !important;
    font-size: 14px;
    border-radius: 0px 16px 16px 0px !important;
    border: transparent !important;
    padding: 1.5rem 1.5rem !important;
}

.cnh-input,
.cnh-input[type="email"] {
    height: 65px;
    font-family: poppins, sans-serif;
    padding: 0.5rem 0.5rem !important;
    border: transparent !important;
    background-color: transparent !important;
    font-size: 14px;
    border-radius: 0px 16px 16px 0px !important;
}

.cnh-input[type="date"] {
    appearance: none !important;
    -webkit-appearance: none !important; /* Para Safari */
    -moz-appearance: none !important; /* Para Firefox */
}

/* .cnh-input[type="date"]::-webkit-inner-spin-button, */
.cnh-input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recover-title {
    color: var(--green2-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset !important;
    border: 1px solid #f1f1f1;
    border-radius: 0px 16px 16px 0px;
}

.alert-invalid > .invalid-feedback {
    display: block;
    margin-left: 4px;
}

.switch {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 2.55em;
    height: 1.25em;
    margin-bottom: 0 !important;
}

.switch-input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-color);
    transition: 0.2s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 0.9em;
    width: 0.9em;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.2em;
    background-color: #aeaaae;
    transition: 0.4s;
}

.switch-input:checked + .slider::before {
    background-color: var(--white-color);
}

.switch-input:checked + .slider {
    background-color: var(--green3-color);
}

.switch-input:focus + .slider {
    box-shadow: 0 0 1px var(--green3-color);
}

.switch-input:checked + .slider:before {
    transform: translateX(1.2em);
}

.input-recover-content {
    gap: 1rem;
}

.input-recover {
    width: 84px;
    height: 84px;
    background-color: var(--gray-color);
    border: transparent;
    border-radius: 16px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: border-color 0.3s ease-in-out;
}

.input-recover[type="number"]:focus {
    border: 2px solid var(--green2-color);
}

.title-recover {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title-recover2 {
    color: var(--green2-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input-recover::-webkit-outer-spin-button,
.input-recover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-recover[type="number"] {
    -moz-appearance: textfield;
}

.welcome-title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 25px;
}

.welcome-subtitle {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 25px;
}

.img-welcome {
    margin: 60px 0;
}

/* modal style */
.modal-content {
    border-radius: 25px !important;
}

.modal-title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-subtitle {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*end modal style */

/* plans blade style */
.background-plans {
    background-image: url("/img/background-plans.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    height: 95vh;
    width: 100%;
}

.plans-title {
    font-weight: 600;
}
.plans-subtitle {
    font-weight: 500;
}
/* end plans blade style */

/* home blade style */

.user-img {
    width: 64px;
    height: 64px;
    background-color: var(--light-color);
    border-radius: 50%;
}

.home-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.home-user-nickname {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.user-point {
    width: 100px;
    background-color: var(--green-color);
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 12px;
    color: var(--white-color);
    font-weight: 600;
    gap: 5px;
}

.card-home1,
.card-home2 {
    max-height: 215px;
    border-radius: 25px;
    padding: 25px 25px;
}

.card-home1 {
    background-image: linear-gradient(
        to right bottom,
        #2dc642,
        #28bb43,
        #23b043,
        #20a643,
        #1e9b42
    );
}

.plus-icon-container {
    width: 100%;
    height: 72px;
}
.plus-icon-container img {
    width: 52px;
    height: 52px;
}

.card-home2 {
    border: 2px var(--green3-color) solid;
    background-color: var(--green-light-color);
    padding: 25px 25px;
    padding-top: 10px !important;
}
.home-user-container {
    gap: 1rem;
}
.home-title1,
.home-subtitle1 {
    color: var(--white-color);
}
.home-title2,
.home-subtitle2 {
    color: var(--dark-color);
}

.home-title2 {
    margin-top: 2px !important;
}

.home-title1,
.home-title2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.5;
}

.home-subtitle1,
.home-subtitle2 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.5;
}

.home-subtitle2 {
    margin-top: 0px;
}

.user-hits {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--green3-color);
}

.user-hits2 {
    font-size: 58px;
    font-weight: bold;
}

.card-home-activity {
    height: 145px;
    border-radius: 25px;
    padding: 25px;
}

.card-home-activity-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.bg-card-home-activity1 {
    background-color: #1362f6;
    color: var(--white-color);
}

.bg-card-home-activity2 {
    background-color: #ffa800;
    color: var(--dark-color);
}

.bg-card-home-activity3 {
    background-color: #ff4343;
    color: var(--white-color);
}

/* end home blade style */
/* content blade style */
.content-tilte {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}

.content-tilte-white {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white-color);
}

.content-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white-color);
}
.content-card {
    height: 140px;
    background-color: var(--dark-color);
    margin-bottom: 1rem;
    border-radius: 25px;
    padding: 1.5rem 1.7rem;
}

.content-card-variant1 {
    background-color: var(--blue-color);
}
.content-card-variant2 {
    background-color: var(--purple-color);
}
.content-card-variant3 {
    background-color: var(--orange-color);
}
.content-card-variant4 {
    background-color: var(--red-color);
}

.progress {
    background-color: var(--light-blue-color) !important;
}

.content-progress-variant1 {
    background-color: var(--blue2-color) !important;
    border-radius: 10rem !important;
}

.content-progress-variant2 {
    background-color: var(--purple2-color) !important;
    border-radius: 10rem !important;
}

.content-progress-variant3 {
    background-color: var(--orange2-color) !important;
    border-radius: 10rem !important;
}

.content-progress-variant4 {
    background-color: var(--red2-color) !important;
    border-radius: 10rem !important;
}
/* end content blade style */

/* menu blade style */
.option-menu-container {
    transition: all 0.5s ease;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.option-menu-container:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transform: scale(1.05);
}

.option-menu-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.option-menu-img0 {
    background-color: var(--blue-primary);
}

.option-menu-img1 {
    background-color: var(--gray-light);
}

.option-menu-img2 {
    background-color: var(--yellow-color);
}

.option-menu-img3 {
    background-color: var(--green-light2-color);
}

.option-menu-img4 {
    background-color: var(--red-light-color);
}

.option-menu-img5 {
    background-color: var(--brown-color);
}

.option-menu-img img {
    width: 34px;
    height: 34px;
}

.option-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}
/* end menu blade style */

/* perfil blade style */
.picture-image img {
    width: 100%;
    height: 100%;
}

.edit-icon {
    position: absolute;
    bottom: 0;
    left: 62%;
}

.suport-input input {
    padding: 0.5rem 1.5rem !important;
}
/* end perfil blade style */

/* support blade style */
.support-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}

.support-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark3-color);
}
/* end support blade style */

/* signature blade style */
.signature-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}

.signature-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark4-color);
}

.signature-actions-content {
    margin-top: 5rem;
}
/* end signature blade style */

/* simulated blade style */
.simulated-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
    text-align: center;
}

.simulated-title-green {
    color: var(--green3-color);
}

.simulated-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-color);
}

.simulated-subtitle img {
    margin-bottom: 0.15rem;
}
.sub-title-bold {
    font-weight: 600;
}
/* end signature blade style */

/* raking blade style */
.button-raking-container {
    gap: 1rem;
}
.raking-cnh-button {
    height: 45px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white-color);
}

.raking-cnh-button.active {
    height: 45px;
    background-color: var(--green3-color);
    border-radius: 30px;
    border: 1px solid var(--green3-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}

.card-raking {
    height: 100px;
    border-radius: 25px;
    padding: 25px;
}

.gesture-area {
    position: relative;
    height: 100vh;
    width: 100%;
    /* Background da área geral */
    overflow: hidden;
}

.ranking-second-container {
    height: 350px;
    border-radius: 45px 45px 20px 20px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
    transition: height 0.3s ease;
    min-height: 350px;
    max-height: 100vh;
}

.ranking-second-container::-webkit-scrollbar {
    display: none;
}

.ranking-divisor-bar {
    width: 120px;
    border: none;
    border-bottom: 5px solid #dcdcdc;
    border-radius: 5px;
}

.raking-user-data {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    padding-left: 28px;
}

.raking-second-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    height: 90px;
    border: 1px solid var(--gray6-color);
    border-radius: 10px;
}

.raking-second-user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--dark-color);
}

.position-raking-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    height: 100%;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--dark-color);
}

.raking-second-user-point {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--gray4-color);
}

.raking-top-container {
    padding-top: 115px;
}

.first-ranking {
    width: 80%;
    max-width: 120px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--green3-color);
}

.second-ranking {
    width: 80%;
    max-width: 120px;
    position: absolute;
    top: 50px;
    left: 18%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--green3-color);
}

.third-ranking {
    width: 80%;
    max-width: 120px;
    position: absolute;
    top: 70px;
    left: 82%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--green3-color);
}

.user-ranking-name {
}
/* end raking blade style */

/* result blade style */
.result-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}

.result-subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--dark-color);
}

.result-title-negative {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--red3-color);
    margin-top: 50px;
}

.result-simuled-user {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--gray7-color);
}

.result-simuled-user-variant {
    font-size: 85px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--green3-color);
}
.result-simuled-user-variant-red {
    font-size: 85px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--red3-color);
}
.result-simuled-user-again {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}

/* end result blade style */

/* simuled blade style */
.simulated-progress {
    background-color: var(--gray8-color) !important;
}
.simulated-progress-bar {
    background-color: var(--dark6-color) !important;
    border-radius: 10rem !important;
}
.simulated-timer {
    gap: 0.5rem;
    font-size: 16px;
    color: var(--red4-color);
}
.go-back-button-simulated {
    position: absolute;
    top: 60px;
    left: 28px;
    transition: all 0.3s ease;
}
.question-simulated {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}
.item-simulated {
    height: auto;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: var(--gray-color);
    color: var(--dark5-color);
    border: none;
    font-weight: 500;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    box-shadow: 0px 4px 0px var(--gray9-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.item-simulated.selected-clock {
    justify-content: space-between;
    background-color: var(--dark-color);
    color: var(--white-color);
    box-shadow: 0px 4px 0px var(--green3-color);
    transition: all 0.3s ease;
}

.item-simulated.selected-review-correct {
    justify-content: space-between;
    background-color: var(--green4-color);
    color: var(--dark-color);
    box-shadow: 0px 4px 0px var(--green5-color);
    transition: all 0.3s ease;
}

.item-simulated.selected-review-incorrect {
    justify-content: space-between;
    background-color: var(--red-light4-color);
    color: var(--red5-color);
    box-shadow: 0px 4px 0px var(--red-light3-color);
    transition: all 0.3s ease;
}

.item-simulated:active {
    box-shadow: none;
    transform: translateY(4px);
}

.question-validate {
    height: 170px;
    margin-bottom: -24px;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.question-validate-correct {
    background-color: var(--green3-color);
}

.question-validate-incorrect {
    background-color: var(--red5-color);
}

.question-validate span {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white-color);
}

/* end simuled blade style */

/* finish simuled blade style */
.result-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
    text-align: center;
}
.result-simuled-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
}
.full-score-simuled-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-color);
    text-align: center;
}
.user-score-simuled-container {
    gap: 1rem;
}
.user-score-simuled-content {
    width: 150px;
    height: 95px;
    gap: 0.2rem;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white-color);
}
.user-score-simuled-content.correct {
    background-color: var(--green3-color);
}
.user-score-simuled-content.incorrect {
    background-color: var(--red6-color);
}
.user-score-simuled-content .score-user-simuled {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white-color);
    text-align: center;
}
/* end finish simuled blade style */

/* responsive media query */

@media screen and (max-width: 380px) {
    .btn-cnh-primary,
    .btn-cnh-dark,
    .btn-cnh-gray {
        width: 100% !important;
    }

    .cnh-span-input,
    .cnh-input {
        height: 55px;
    }

    .input-recover {
        width: 72px;
        height: 72px;
    }

    .welcome-title {
        font-size: 24px;
        margin: 20px 0px;
    }

    .welcome-subtitle {
        font-size: 14px;
        margin: 0px;
    }

    .img-welcome {
        margin: 45px 0;
    }

    .img-welcome > img {
        width: 100%;
    }

    .modal-title {
        font-size: 28px;
    }

    .modal-subtitle {
        font-size: 14px;
    }

    .plans-subtitle {
        font-size: 12px;
    }

    .home-user-nickname {
        font-size: 20px !important;
    }

    .home-title {
        font-size: 16px;
    }

    .user-img {
        width: 50px !important;
        height: 50px !important;
    }

    .user-point {
        font-size: 10px;
    }

    .card-home1,
    .card-home2 {
        max-height: 160px !important;
        border-radius: 15px !important;
        padding: 15px 15px !important;
    }

    .home-title1,
    .home-title2 {
        font-size: 16px !important;
    }

    .home-subtitle1,
    .home-subtitle2 {
        font-size: 10px;
    }

    .user-hits {
        font-size: 22px !important;
    }

    .user-hits2 {
        font-size: 36px !important;
    }

    .plus-icon-container img {
        width: 35px;
        height: 35px;
    }

    .simulated-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 390px) {
    .chn-bg-adaptive,
    .chn-bg-adaptive2,
    .chn-bg-adaptive3,
    .chn-bg-adaptive4,
    .chn-bg-adaptive5 {
        padding-bottom: 80px;
    }

    .content-card {
        height: 110px;
    }
}

@media screen and (max-width: 481px) {
    .chn-bg-adaptive {
        background-color: var(--white-color);
    }
    .chn-bg-adaptive2 {
        background-color: var(--dark5-color);
    }
    .chn-bg-adaptive3 {
        background-color: var(--green-light3-color);
    }
    .chn-bg-adaptive4 {
        background-color: var(--red-light2-color);
    }

    .form-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-container {
        align-items: flex-start;
    }

    .img-welcome > img {
        width: 100%;
    }

    .cnh-border-radius {
        border-radius: 0px;
    }

    .background-plans {
        height: 100vh;
    }

    .home-user-nickname {
        font-size: 22px;
    }

    .card-home1,
    .card-home2 {
        max-height: 180px;
        border-radius: 20px;
        padding: 15px 15px;
    }

    .user-img {
        width: 60px;
        height: 60px;
    }

    .plus-icon-container img {
        width: 35px;
        height: 35px;
    }

    .home-title1,
    .home-title2 {
        font-size: 22px;
    }

    .home-subtitle1,
    .home-subtitle2 {
        font-size: 11px;
    }

    .user-hits {
        font-size: 26px;
    }

    .user-hits2 {
        font-size: 44px;
    }
    .simulated-title {
        font-size: 24px;
    }
    .card-home-activity {
        height: 115px;
    }
}

@media screen and (max-width: 1280px) {
    .img-welcome {
        margin: 45px 0;
    }
}

/* fim responsive media query */
