@font-face {
    font-family: Helvetica-Regular;
    src: url("../fonts/helvetica-regular.otf");
}

@font-face {
    font-family: Helvetica-Bold;
    src: url("../fonts/helvetica-bold.otf");
}

@font-face {
    font-family: SF-Regular;
    src: url("../fonts/sf-display-regular.otf");
}

@font-face {
    font-family: SF-Bold;
    src: url("../fonts/sf-display-bold.otf");
}

.element-hide {
    display: none;
}

.div-snackbar {
    position: fixed;
    z-index: 99999999;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    font-size: 130% !important;
}

.load {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.8;
    position: fixed;
    z-index: 99998;
    text-align: center;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: none;
}

.div-wpp {
    width: 69px;
    height: 120px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 998;
    display: none;
}

.modal-content {
    border-radius: 25px !important;
    background-color: #F0F9FF !important;
}

.modal-title {
    font-size: 150% !important;
    font-family: SF-Bold !important;
    line-height: 30px !important;
    color: #0D46FB !important;
}

.modal-body {
    font-family: SF-Regular !important;
}

.btn-success {
    background-color: #00FFBC !important;
    border-color: #00FFBC !important;
    color: #0A33B4 !important;
    font-family: SF-Bold !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 15px;
}

.btn-warning {
    background-color: #FFE038 !important;
    border-color: #FFE038 !important;
    color: #FD3130 !important;
    font-family: SF-Bold !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 15px;
}

.btn-danger {
    font-family: SF-Bold !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 15px;
}

.btn-secondary {
    font-family: SF-Bold !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 15px;
}

.btn-outline-success {
    border-color: #22D844 !important;
    color: #22D844 !important;
    font-family: SF-Bold !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 10px;
}

.btn-outline-success:hover {
    background-color: #22D844 !important;
    color: #FFFFFF !important;
}

.btn-outline-warning {
    border-color: #FEAE2F !important;
    color: #FEAE2F !important;
    font-family: SF-Bold !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 10px;
}

.btn-outline-warning:hover {
    color: #FFFFFF !important;
}

.btn-outline-info {
    border-color: #22D844 !important;
    color: #22D844 !important;
    font-family: SF-Bold !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 10px;
}

.btn-outline-danger {
    font-family: SF-Bold !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 15px;
}

.btn-outline-light {
    font-family: SF-Bold !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 10px;
}

.alert-secondary {
    background-color: #F7F9FC !important;
    border-color: #F7F9FC !important;
}

.chart-legenda {
    width: 10px;
    height: 45px;
    border-radius: 10px;
    float: left;
    margin-right: 5px;
}

.chart-legenda-1024 {
    width: 10px;
    height: 35px;
    border-radius: 10px;
    float: left;
    margin-right: 5px;
}

.chart-legenda-referencia {
    background-color: #71A0FF;
    -webkit-print-color-adjust: exact;
}

.chart-legenda-estadual {
    background-color: #DC3545;
    -webkit-print-color-adjust: exact;
}

.chart-legenda-federal {
    background-color: #EA868F;
    -webkit-print-color-adjust: exact;
}

.float-clear {
    clear: both;
}

.privacidade-bg {
    background-color: #0D46FB;
    font-family: SF-Regular;
    color: #FFFFFF;
}

.privacidade-titulo {
    font-family: SF-Bold;
}

.privacidade-text-bg {
    background-color: #F5F7F9;
    color: #3B404D;
    border-radius: 15px;
}