@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;500&display=swap");

:root {
    --btn-bd-radius: 1rem;
    --card-bd-radius: 0.5rem;
    --field-bd-radius: 0.25rem;
}

html {
    position: relative;
    min-height: 100%;
    padding-bottom: 40px;
}

body {
    min-height: 100%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 6px 0.1rem var(--primary-color);
}

.center-item-mobile {
    justify-content: unset;
    margin: unset;
}

.margem {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.card-rs-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    color: #828282;
    font-size: 18px;
}

.logo-linx {
    height: 50px;
    user-select: none;
}

.link-important {
    font-weight: bold;
    color: var(--secondary-color);
}

.link-important:hover,
.link-important:focus {
    opacity: 0.9;
    color: var(--secondary-color) !important;
}

.card-container.card {
    max-width: 600px;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

.card-container.logo {
    width: 100%;
}

.pre-logo {
    height: 100px;
    width: 100%;
}

.pos-logo {
    height: 50px;
    width: 100%;
}

.btn {
    font-weight: bold;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.card {
    height: 100%;
}

.form-label {
    font-family: "Arial";
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    color: #666666;
    margin-bottom: 0px;
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    margin-bottom: 3px;
}

.aviso-msg {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    color: #666;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    word-break: break-word;
}

.container-fields {
    padding: 15px 0px 15px;
    background: #ffffff;
    width: 90vw;
    max-width: 500px;
}

.profile-img-card {
    display: flex;
    left: 589px;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 4vh;
}

.profile-img-card > .profile-img {
    max-width: 350px;
    max-height: 175px;
}

.container {
    align-items: center;
    background-size: cover;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.link-term {
    display: flex;
    margin: 2rem 0rem;
}

.link-term > a {
    text-decoration: none;
    color: var(--secondary-color);
    text-align: center;
    font-size: 14px;
}

.link-term > a:hover {
    color: var(--secondary-color);
}

.link-style {
    font-family: Roboto;
    font-size: 12px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    color: var(--secondary-color);
    margin-top: 10px;
}

.link-style > a {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.link-style > a:hover {
    color: var(--secondary-color);
}

.btn-no-longer-use-data {
    font-family: "Roboto";
    background-color: var(--white);
    padding: 15px;
    font-weight: 700;
    font-size: 10px;
    border-radius: var(--btn-bd-radius);
    border: 2px solid var(--primary-color);
    transition: all 0.218s;
    display: block;
    cursor: pointer;
    color: var(--primary-color);
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.btn-no-longer-use-data:hover {
    opacity: 0.7;
}

.btn-no-longer-use-data:active {
    transition: transform 0.25s;
    transform: scale(0.96, 0.9);
    opacity: 0.7;
    border-color: var(--primary-color);
}

.div-sac-msg {
    padding: 15px;
    background: #ededed;
    border: 1px solid #9e9e9e;
    border-radius: var(--card-bd-radius);
    text-align: center;
}

.btn-signin {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    background-color: var(--primary-color);
    padding: 15px;
    font-size: 10px;
    border-radius: var(--btn-bd-radius);
    border: none;
    transition: all 0.218s;
    display: block;
    margin: auto;
    cursor: pointer;
    color: #fff;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-signin:hover,
.btn-signin:focus {
    opacity: 0.9;
}

.btn-signin:active {
    transition: transform 0.25s;
    transform: scale(0.96, 0.9);
    opacity: 0.9;
    border-color: var(--primary-color);
}

.msg-primary {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    line-height: 28px;
    vertical-align: top;
    max-width: 500px;
    margin-top: 2vh;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-secondary {
    font-family: Roboto;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    line-height: 16px;
    align-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    vertical-align: top;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-style {
    position: fixed !important;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-family: Roboto;
    font-style: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: rgb(12, 97, 33);
}

.legend-line {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 1rem;
}

.legend-icon {
    display: inline-flex;
    width: 5em;
}

.line {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1rem !important;
    justify-content: center;
}

.password-line-left {
    color: #666666;
    font-style: normal;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    align-items: initial;
    text-align: justify;
    font-size: 11px;
}

.password-line-left > .destaque-verde {
    color: #55bb22;
    font-weight: 700;
}

.password-line-left > .destaque-vermelho {
    color: #f44336;
    font-weight: 700;
}

.clear {
    clear: both;
    margin: auto;
}

div.body {
    /*simula largura do site*/
    width: 711px; /*original 710px*/
    margin: 0 auto;
}

.msg-center {
    display: flex;
    justify-content: center;
}

.default-text-style {
    line-height: 16px;
    color: #666666;
    font-weight: normal;
    margin: unset;
}

.roboto-regular-12 {
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

.roboto-regular-14 {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.roboto-regular-16 {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.roboto-regular-20 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}

.roboto-b12 {
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

.roboto-b14 {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}

.roboto-b16 {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.roboto-b20 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}

.fields-validation {
    font-family: Roboto;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    border-radius: var(--field-bd-radius);
    color: #f44336;
    text-align: center;
}

.form-errors {
    margin-bottom: 2px;
}

.form-errors li {
    list-style-type: none;
}

.form-errors ul {
    padding: 0 0 0 0;
}

.validation-summary-errors,
.presubmit-errors {
    margin-bottom: 2px;
}

.validation-summary-errors li {
    list-style-type: none;
}

.validation-summary-errors ul {
    padding: 0 0 0 0;
}

@keyframes around {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.div-loading {
    display: flex;
    justify-content: center;
}

.btn-load {
    position: relative;
    height: 14px;
    width: 14px;
    display: inline-block;
    animation: around 5.4s infinite;
}

.btn-load::after,
.loadex::before {
    content: "";
    background: transparent;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-radius: 14px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.btn-load::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

/* @media screen and (max-width: 530px) {

} */

@media screen and (max-width: 500px) {
    .msg-primary {
        max-width: 90vw;
    }

    .msg-secondary {
        max-width: 90vw;
    }
}

@media screen and (max-width: 401px) {
    .profile-img-card {
        max-width: 300px;
        max-height: 175px;
    }

    .profile-img-card > .profile-img {
        max-width: 300px;
        max-height: 175px;
    }

    .container-fields {
        justify-content: center;
    }
}

.pin-code {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pin-code input {
    border: none;
    text-align: center;
    width: 48px;
    height: 48px;
    font-size: 36px;
    background-color: #f3f3f3;
    margin-right: 5px;
    border-radius: var(--field-bd-radius) !important;
    color: var(--primary-color);   
}

@supports (-webkit-touch-callout: none) {
    .pin-code input {
        font-size: 28px;
    }
}

.border-none .table > tbody > tr > td,
.border-none .table > thead > tr > th {
    border: 0 !important;
}

#btn-validate-token:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.timer-token {
    display: flex;
    justify-content: center;
}
