@font-face {
    font-family: SF_Regular;
    src: url("../fonts/SFDisplay-Regular.otf");
}

@font-face {
    font-family: SF_Medium;
    src: url("../fonts/SFDisplay-Medium.otf");
}

@font-face {
    font-family: SF_Bold;
    src: url("../fonts/SFDisplay-Bold.otf");
}

@font-face {
    font-family: SF_Heavy;
    src: url("../fonts/SFDisplay-Heavy.otf");
}

@font-face {
    font-family: Humane_Light;
    src: url("../fonts/Humane-Light.ttf");
}

@font-face {
    font-family: Humane_Regular;
    src: url("../fonts/Humane-Regular.ttf");
}

@font-face {
    font-family: Dosis;
    src: url("../fonts/Dosis-Bold.ttf");
}

:root {
    --cor-bg: #F5F2E9;
    --cor-primary: #373EFF;
    --cor-cinza-claro: #DBDBDB;
    --cor-cinza-escuro: #504B3C;
    --cor-ai: #00FFBA;
    --success: #00C22D;
    --danger: #dc3545;
    --info: #0d6efd;
    --warning: #ffc107;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: var(--cor-bg);
    font-family: SF_Medium;
    color: var(--cor-cinza-escuro);
    height: 100%;
}

.easy-autocomplete {
    width: 100% !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-title {
    font-family: SF_Bold !important;
    color: var(--cor-primary) !important;
    font-size: 170% !important;
}

.modal-footer {
    border-top: none !important;
}

.modal-content {
    background-color: var(--cor-bg) !important;
    line-height: 18px !important;
    border-radius: 15px !important;
}

.form-ucase {
    text-transform: uppercase;
}

.cursor-pointer {
    cursor: pointer;
}

.snack-bar {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    width: 100%;
    padding: 20px 15px 20px 15px;
    background-color: var(--cor-primary);
    font-family: SF_Bold;
    font-size: 150%;
    text-align: center;
    color: #FFFFFF;
}

.color-success {
    background-color: var(--success) !important;
}

.color-info {
    background-color: var(--info) !important;
}

.color-warning {
    background-color: var(--warning) !important;
}

.color-danger {
    background-color: var(--danger) !important;
}

.splash {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    position: fixed;
    z-index: 99997;
    text-align: center;
}

.sucesso {
    width: 100%;
    height: 100%;
    background-color: var(--cor-primary);
    position: fixed;
    z-index: 99997;
    text-align: center;
    display: flex;
    align-items: center;
}

.load-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0px;
}

.display-none {
    display: none;
}

hr {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.div-container {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-bg-azul {
    width: 100%;
    height: 45%;
    border-radius: 50px 50px 0 0;
    background-color: var(--cor-primary);
    position: fixed;
    z-index: 0;
    bottom: 0px;
}

.logo-linha-divisoria {
    font-family: SF_Regular !important;
    color: #D8D1BF;
    font-size: 250%;
}

.texto-nao-compativel-atencao {
    font-size: 200%;
}

.texto-nao-compativel {
    font-size: 180%;
    line-height: 110%;
    color: var(--cor-bg);
}

.div-passos-container {
    display: flex;
    align-items: center;
}

.login-passos-01 {
    font-family: SF_Regular !important;
    color: var(--cor-cinza-escuro);
    font-size: 150%;
    line-height: 110%;
}

.login-passos-02 {
    font-family: SF_Regular !important;
    color: #FFFFFF;
    font-size: 140%;
    line-height: 110%;
}

.qrcode-load {
    width: 420px;
    height: 420px;
    border-radius: 25px;
    padding: 35px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode-erro {
    font-size: 200%;
    line-height: 110%;
}

.qrcode-img {
    border-radius: 25px;
    padding: 35px;
    background-color: #FFFFFF;
}