:root {
    --primary: #003764 !important;
    --bs-primary-color: #003764 !important;
    --secondary: #f3f7fb !important;
    --bs-secondary-color: #003764 !important;
    --azul: #356fef !important;
}
a {
    color: inherit;
}
.inputPesquisa {
    outline: none !important;
    background-color: transparent;
    width: 140px !important;
    color: #fff;
}
.inputPesquisa::placeholder {
    color: #fff;
}
.card-1 {
    border-radius: 20px !important;
    background-color: #fff !important;
    padding: 2.5rem 2rem !important;
}

.input-error {
    border: 2px solid red !important;
}
.input-success {
    border: 2px solid #28a745 !important; /* verde */
}
/*
@font-face {
    font-family: "San Francisco";
    src: url("./font/sanfranciscodisplay-regular-webfont.woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "San Francisco";
    src: url("./font/sanfranciscodisplay-medium-webfont.woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "San Francisco";
    src: url("./font/sanfranciscodisplay-semibold-webfont.woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "San Francisco";
    src: url("./font/sanfranciscodisplay-bold-webfont.woff");
    font-weight: 700;
    font-style: normal;
}
*/

*:not(.fa,.zmdi,.fas,.far,.fal,.fad) {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
body {
    color: var(--primary) !important;
}
.datatable thead td {
    background-color: var(--primary);
    font-size: 20px;
    padding: 11px 7px !important;
}
.datatable thead td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.datatable thead td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.datatable tbody {
    font-size: 17px;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
    color: #fff !important;
    background: var(--primary) !important;
}

.dataTable, .dataTable tr, .dataTable td, .dataTable th {
    border: none !important;
}
.barcode-font {
    font-family: 'Libre Barcode 39' !important;
}

.menu-side-opt {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--primary);
    padding: 9px 20px;
    border-radius: 17px;
    font-size: 18px;
    margin-bottom: 2px;
    transition: 0.2s ease all;
}

.menu-side-opt:hover {
    background-color: #f3f7fb;
}

.menu-side-opt.active {
    color: #fff;
    background-color: #356fef;
}

.menu-side-opt-tree .menu-side-opt-list {
    display: none;
}
.menu-side-opt i.caret {
    margin-left: auto;
    padding-bottom: 2px;
}
.menu-side-opt i:not(.caret) {
    font-size: 24px;
    width: 40px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.menu-side-opt-tree .menu-side-opt-list .menu-side-opt {
    font-size: 16px;
}
.menu-side-opt-tree .menu-side-opt-list .menu-side-opt i {
    width: 38px;
    font-size: 20px;
}

.aviso-vermelho {
    border-radius: 10px;
    border: 2px solid #F30000;
    color: #F30000;
    background-color: #FB99996B;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}
.aviso-vermelho i {
    font-size: 32px;
    padding-right: 25px;
}
.filtro-tempo:has(input:checked){
    text-decoration: underline;
}

#listaSelect {
    width: fit-content;
}
.custom_select_button {
    border: none;
    align-items: center;
    color: var(--primary);
    font-size: 14px;
    padding-right: 30px;
    padding-left: 20px;
}
.pointer {
    cursor: pointer;
}
.cor-primary {
    color: var(--primary);
}
.cor-azul {
    color: var(--azul);
}
.cor-verde {
    color: #8BD434;
}
.cor-vermelho {
    color: #F30000;
}
.cor-amarelo {
    color: #FDCD0B;
}
.border-primary {
    border-color: var(--primary) !important;
}
.border-secondary {
    border-color: var(--secondary) !important;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-secondary {
    background-color: var(--secondary) !important;
}
.bg-azul {
    background-color: var(--azul) !important;
}
.div-vale-recompensa {
    border: 3px solid var(--secondary);
}
.div-vale-recompensa.bg-secondary .div-vale-recompensa-border {
    background-color: #fff;
}
.div-vale-recompensa.bg-white .div-vale-recompensa-border {
    background-color: var(--secondary);
}
.bg-verde {
    background-color: #8BD434;
}
.bg-vermelho {
    background-color: #F30000;
}
.label-i-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    width: 28px;
    height: 28px;
}
a {
    text-decoration: unset;
}
.btn-primary, .btn-primary-invert:not(.static):hover {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 10px;
    transition: all 0.2s ease;
}
.btn-primary-invert, .btn-primary:not(.static):hover {
    background-color: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
    transition: all 0.2s ease;
}
.btn-primary-transparent {
    background-color: #00376400;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
    transition: all 0.2s ease;
}
.btn-primary-transparent:hover {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 10px;
}
.btn-azul, .btn-azul-invert:not(.static):hover {
    background-color: var(--azul);
    color: #fff;
    border: 1px solid var(--azul);
    border-radius: 10px;
    transition: all 0.2s ease;
}
.btn-azul-invert, .btn-azul:not(.static):hover {
    background-color: #fff;
    color: var(--azul);
    border: 1px solid var(--azul);
    border-radius: 10px;
    transition: all 0.2s ease;
}
.rounded-5 {
    border-radius: 5px !important;
}
.rounded-10 {
    border-radius: 10px !important;;
}
.rounded-15 {
    border-radius: 15px !important;;
}
.rounded-20 {
    border-radius: 20px !important;;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}


.bcrumbs {
    display: flex;
}
.bcrumbs-item {
    font-size: 20px;
    padding-right: 10px;
}
.bcrumbs-item:not(:first-child)::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    padding-right: 10px;
    font-size: 14px;
    padding-bottom: 1px;
}
.form-control input {
    outline: none;
}
.progress-point {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffc927;
    color: #fff;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 20px;
}
.fs-ph-12::placeholder {
    font-size: 12px;
    font-style: italic;
}

.fs-8 {
    font-size: 8px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-34 {
    font-size: 34px !important;
}
.fs-38 {
    font-size: 38px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-56 {
    font-size: 56px !important;
}
.fs-60 {
    font-size: 60px !important;
}
.fs-80 {
    font-size: 80px !important;
}
.fs-90 {
    font-size: 90px !important;
}
.fs-100 {
    font-size: 100px !important;
}
.fs-120 {
    font-size: 120px !important;
}
.fs-140 {
    font-size: 140px !important;
}

@media (min-width: 576px) {
    .fs-sm-11 {
        font-size: 11px !important;
    }
    .fs-sm-12 {
        font-size: 12px !important;
    }
    .fs-sm-13 {
        font-size: 13px !important;
    }
    .fs-sm-14 {
        font-size: 14px !important;
    }
    .fs-sm-15 {
        font-size: 15px !important;
    }
    .fs-sm-16 {
        font-size: 16px !important;
    }
    .fs-sm-18 {
        font-size: 18px !important;
    }
    .fs-sm-20 {
        font-size: 20px !important;
    }
    .fs-sm-24 {
        font-size: 24px !important;
    }
    .fs-sm-28 {
        font-size: 28px !important;
    }
    .fs-sm-30 {
        font-size: 30px !important;
    }
    .fs-sm-32 {
        font-size: 32px !important;
    }
    .fs-sm-34 {
        font-size: 34px !important;
    }
    .fs-sm-38 {
        font-size: 38px !important;
    }
    .fs-sm-40 {
        font-size: 40px !important;
    }
    .fs-sm-48 {
        font-size: 48px !important;
    }
    .fs-sm-56 {
        font-size: 56px !important;
    }
    .fs-sm-60 {
        font-size: 60px !important;
    }
    .fs-sm-80 {
        font-size: 80px !important;
    }
    .fs-sm-90 {
        font-size: 90px !important;
    }
    .fs-sm-100 {
        font-size: 100px !important;
    }
    .fs-sm-120 {
        font-size: 120px !important;
    }
    .fs-sm-140 {
        font-size: 140px !important;
    }
}

@media (min-width: 768px) {
    .fs-md-11 {
        font-size: 11px !important;
    }
    .fs-md-12 {
        font-size: 12px !important;
    }
    .fs-md-13 {
        font-size: 13px !important;
    }
    .fs-md-14 {
        font-size: 14px !important;
    }
    .fs-md-15 {
        font-size: 15px !important;
    }
    .fs-md-16 {
        font-size: 16px !important;
    }
    .fs-md-18 {
        font-size: 18px !important;
    }
    .fs-md-20 {
        font-size: 20px !important;
    }
    .fs-md-24 {
        font-size: 24px !important;
    }
    .fs-md-28 {
        font-size: 28px !important;
    }
    .fs-md-30 {
        font-size: 30px !important;
    }
    .fs-md-32 {
        font-size: 32px !important;
    }
    .fs-md-34 {
        font-size: 34px !important;
    }
    .fs-md-38 {
        font-size: 38px !important;
    }
    .fs-md-40 {
        font-size: 40px !important;
    }
    .fs-md-48 {
        font-size: 48px !important;
    }
    .fs-md-56 {
        font-size: 56px !important;
    }
    .fs-md-60 {
        font-size: 60px !important;
    }
    .fs-md-80 {
        font-size: 80px !important;
    }
    .fs-md-90 {
        font-size: 90px !important;
    }
    .fs-md-100 {
        font-size: 100px !important;
    }
    .fs-md-120 {
        font-size: 120px !important;
    }
    .fs-md-140 {
        font-size: 140px !important;
    }
}

@media (min-width: 992px) {
    .pe-lg-unset {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    .ps-lg-unset {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .fs-lg-11 {
        font-size: 11px !important;
    }
    .fs-lg-12 {
        font-size: 12px !important;
    }
    .fs-lg-13 {
        font-size: 13px !important;
    }
    .fs-lg-14 {
        font-size: 14px !important;
    }
    .fs-lg-15 {
        font-size: 15px !important;
    }
    .fs-lg-16 {
        font-size: 16px !important;
    }
    .fs-lg-18 {
        font-size: 18px !important;
    }
    .fs-lg-20 {
        font-size: 20px !important;
    }
    .fs-lg-24 {
        font-size: 24px !important;
    }
    .fs-lg-28 {
        font-size: 28px !important;
    }
    .fs-lg-30 {
        font-size: 30px !important;
    }
    .fs-lg-32 {
        font-size: 32px !important;
    }
    .fs-lg-34 {
        font-size: 34px !important;
    }
    .fs-lg-38 {
        font-size: 38px !important;
    }
    .fs-lg-40 {
        font-size: 40px !important;
    }
    .fs-lg-48 {
        font-size: 48px !important;
    }
    .fs-lg-56 {
        font-size: 56px !important;
    }
    .fs-lg-60 {
        font-size: 60px !important;
    }
    .fs-lg-80 {
        font-size: 80px !important;
    }
    .fs-lg-90 {
        font-size: 90px !important;
    }
    .fs-lg-100 {
        font-size: 100px !important;
    }
    .fs-lg-120 {
        font-size: 120px !important;
    }
    .fs-lg-140 {
        font-size: 140px !important;
    }
}

@media (min-width: 1200px) {
    .pe-xl-unset {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    .ps-xl-unset {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .fs-xl-11 {
        font-size: 11px !important;
    }
    .fs-xl-12 {
        font-size: 12px !important;
    }
    .fs-xl-13 {
        font-size: 13px !important;
    }
    .fs-xl-14 {
        font-size: 14px !important;
    }
    .fs-xl-15 {
        font-size: 15px !important;
    }
    .fs-xl-16 {
        font-size: 16px !important;
    }
    .fs-xl-18 {
        font-size: 18px !important;
    }
    .fs-xl-20 {
        font-size: 20px !important;
    }
    .fs-xl-24 {
        font-size: 24px !important;
    }
    .fs-xl-28 {
        font-size: 28px !important;
    }
    .fs-xl-30 {
        font-size: 30px !important;
    }
    .fs-xl-32 {
        font-size: 32px !important;
    }
    .fs-xl-34 {
        font-size: 34px !important;
    }
    .fs-xl-38 {
        font-size: 38px !important;
    }
    .fs-xl-40 {
        font-size: 40px !important;
    }
    .fs-xl-48 {
        font-size: 48px !important;
    }
    .fs-xl-56 {
        font-size: 56px !important;
    }
    .fs-xl-60 {
        font-size: 60px !important;
    }
    .fs-xl-80 {
        font-size: 80px !important;
    }
    .fs-xl-90 {
        font-size: 90px !important;
    }
    .fs-xl-100 {
        font-size: 100px !important;
    }
    .fs-xl-120 {
        font-size: 120px !important;
    }
    .fs-xl-140 {
        font-size: 140px !important;
    }
}

sidebar {
    position: fixed;
    flex-shrink: 0;
    background-color: #fff;
    min-height: 100dvh;
    width: 250px;
}

#content {
    padding-left: 250px;
    min-height: 100dvh;
    width: 100%;
}

@media (min-width: 1400px) {
    sidebar {
        width: 330px !important;
    }
    #content {
        padding-left: 330px;
    }
    .ps-xxl-unset {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .pe-xxl-unset {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
}

@media (min-width: 1750px) {
    .fs-xxl-11 {
        font-size: 11px !important;
    }
    .fs-xxl-12 {
        font-size: 12px !important;
    }
    .fs-xxl-13 {
        font-size: 13px !important;
    }
    .fs-xxl-14 {
        font-size: 14px !important;
    }
    .fs-xxl-15 {
        font-size: 15px !important;
    }
    .fs-xxl-16 {
        font-size: 16px !important;
    }
    .fs-xxl-18 {
        font-size: 18px !important;
    }
    .fs-xxl-20 {
        font-size: 20px !important;
    }
    .fs-xxl-24 {
        font-size: 24px !important;
    }
    .fs-xxl-28 {
        font-size: 28px !important;
    }
    .fs-xxl-30 {
        font-size: 30px !important;
    }
    .fs-xxl-32 {
        font-size: 32px !important;
    }
    .fs-xxl-34 {
        font-size: 34px !important;
    }
    .fs-xxl-38 {
        font-size: 38px !important;
    }
    .fs-xxl-40 {
        font-size: 40px !important;
    }
    .fs-xxl-48 {
        font-size: 48px !important;
    }
    .fs-xxl-56 {
        font-size: 56px !important;
    }
    .fs-xxl-60 {
        font-size: 60px !important;
    }
    .fs-xxl-70 {
        font-size: 70px !important;
    }
    .fs-xxl-80 {
        font-size: 80px !important;
    }
    .fs-xxl-90 {
        font-size: 90px !important;
    }
    .fs-xxl-100 {
        font-size: 100px !important;
    }
    .fs-xxl-120 {
        font-size: 120px !important;
    }
    .fs-xxl-140 {
        font-size: 140px !important;
    }
}

.input-estado-toggle, .input-influencer-toggle, .input-grupoInfluencer-toggle  {
    width: fit-content;
}
.input-estado-toggle[data-estado="0"], .input-influencer-toggle[data-estado="0"], .input-grupoInfluencer-toggle[data-estado="0"]{
    transform: scale(-1,1);
}
.input-estado-toggle[data-estado="0"]::before, .input-influencer-toggle[data-estado="0"]::before, .input-grupoInfluencer-toggle[data-estado="0"]::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f205";
    color: #838383;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    transition: color ease 0.3s;
}
.input-estado-toggle[data-estado="1"]::before, .input-influencer-toggle[data-estado="1"]::before, .input-grupoInfluencer-toggle[data-estado="1"]::before{
    font-family: "Font Awesome 5 Pro";
    content: "\f205";
    color: #76c416;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    transition: color ease 0.2s;
}

container_load {
    position: relative;
    display: block;
}

loading_parent {
    position: relative;
}
loading {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

loading img {
    width: 100%;
    height: 100%;
    padding: .3rem;
    object-fit: contain;
    object-position: center
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    right: auto;
    left: 0px;
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
    padding-right: 10px;
    padding-left: 30px;
}

.inputLabelOver {
    position: relative;
    font-size: 15px;
}
.inputLabelOver input {
    width: 100%;
    font-size: 15px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    color: #205077;
    padding: 14px 17px;
    opacity: 0.8;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    transition: 0.2s ease all;
    transform-origin: top left;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid transparent;
    white-space: nowrap;
}
.checkboxCustom {
    display: block;
    position: relative;
    padding-left: 30px;
    /*cursor: pointer;*/
    font-size: 22px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxCustom input {
    position: absolute;
    opacity: 0;
    /*cursor: pointer;*/
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #205077;
    border-radius: 4px;
    transition: all 0.05s ease;
    margin-top: 0px;
}
.checkboxCustom:hover input ~ .checkmark {
    background-color: rgba(204, 204, 204, 0.44);
    margin-bottom: 0px;
}
.checkboxCustom input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark ~ label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxCustom input:checked ~ .checkmark:after {
    display: block;
}
.checkboxCustom .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
}
.customform-control {
    background-color: var(--secondary);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 15px;
    color: var(--primary) !important;
    width: 100%;
}