@font-face {
    font-family: FontRegular;
    src: url("../fonts/Proxima-Nova-Regular.otf");
}

@font-face {
    font-family: FontMedium;
    src: url("../fonts/Proxima-Nova-Semibold.otf");
}

@font-face {
    font-family: FontBold;
    src: url("../fonts/Proxima-Nova-Bold.otf");
}

:root {
    --cor-dark-bg: #1F242B;
    --cor-light-bg: #E9EEF6;
    --cor-dark-elementos: rgba(225, 228, 232, 0.15);
    --cor-light-elementos: rgba(47, 53, 62, 0.15);
    --cor-dark-destaque: #00FFCE;
    --cor-light-destaque: #7942E0;
    --cor-dark-font: #E1E4E8;
    --cor-light-font: #747A81;
    --cor-container-usuario: #2B323C;
    --cor-nps: #0A00FF;
    --success: #1AA179;
    --danger: #dc3545;
    --info: #0d6efd;
    --warning: #ffc107;
    --ai-icon: #3CFFAF;
    --ai-bg: #4F5D59;
    --padrao-cor: #03FFCD;
    --padrao-cor-bg: #1F242B;
    --padrao-cor-txt: #E1E4E8;
    --padrao-elementos-10: var(--padrao-cor-txt);
    --padrao-elementos-15: var(--padrao-cor-txt);
    --padrao-elementos-20: var(--padrao-cor-txt);
    --padrao-elementos-40: var(--padrao-cor-txt);
    --padrao-elementos-60: var(--padrao-cor-txt);
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: var(--padrao-cor-bg);
    font-family: FontRegular;
    color: var(--padrao-cor-txt);
    line-height: 110% !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.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;
}

.snack-bar {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 999999999;
    width: 100%;
    padding: 30px 15px 30px 15px;
    background-color: var(--cor-dark-bg);
    font-family: FontBold;
    font-size: 150%;
    text-align: center;
    color: #FFFFFF;
    line-height: 110%;
}

.menu-modal-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
}

.menu-modal {
    background-color: #FFFFFF;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 15px 30px 15px 30px;
    z-index: 99999991;
}

.menu-modal-item {
    font-family: FontBold;
    font-size: 120%;
    color: var(--cor-dark-bg);
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.modal-alert {
    background-color: #3C4148 !important;
}

.loading {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
}

.loading-msg {
    margin-top: 20px !important;
    font-family: FontBold;
    font-size: 130%;
    color: var(--cor-dark-font);
}

.success {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
}

.success-msg {
    margin-top: 20px !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    font-family: FontBold;
    font-size: 140%;
    line-height: 110% !important;
    color: #FFFFFF;
}

.success-msg-tablet {
    margin-top: 20px !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    font-family: FontBold;
    font-size: 200%;
    line-height: 110% !important;
    color: #FFFFFF;
}

.cursor-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.modal-content-border {
    border-radius: 25px !important;
}

.card {
    border-radius: 25px !important;
}

.btn {
    border-radius: 25px !important;
}

.btn-success {
    background-color: #06E30D !important;
    border-color: #178629 !important;
    font-family: FontBold !important;
    color: #1B232E !important;
}

.pg-naoencontrada-titulo {
    font-family: FontBold !important;
    font-size: 200%;
    line-height: 110%;
}

.pg-naoencontrada-texto {
    font-family: FontMedium !important;
    font-size: 120%;
    line-height: 110%;
}

.div-ads {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
}

.div-ads-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    background-image: url(../../images/ads/ads-bg.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.div-ads-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-image: url(../../images/ads/ads-01.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    animation: zoomInOut 8s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
    from {
        background-size: 100%;
    }

    to {
        background-size: 108%;
    }
}