:root {
    /* --color-primary: #008ED3;
	--color-primary-rgb: 0,142,211; */
    /* --color-primary-contrast: #ffffff;
	--color-primary-contrast-rgb: 255,255,255;
	--color-primary-shade: #8e1118;
	--color-primary-tint: #aa2b32; */

    /* --color-secondary: #fed530;
	--color-secondary-rgb: 161,19,27;
	--color-secondary-contrast: #ffffff;
	--color-secondary-contrast-rgb: 255,255,255;
	--color-secondary-shade: #8e1118;
	--color-secondary-tint: #aa2b32; */

    --btn-dark-bg: #19202A;
    --btn-dark-color: #fff;
}

.min-h-100vh {
    min-height: 100vh !important;
}

.invalid-form,
.invalid-image {
    border: 1px solid #ff0000;
}

.btn .spinner-border {
    width: 1.2rem;
    height: 1.2rem;
}

.bg-filtrando {
    background-color: #fff !important;
    /* background-color: #FFF; */
    background-image: none !important;
    background-size: cover;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-item {
    .nav-link {
        color: black !important;
    }
}

#pager {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 4px;
}

#pager .stepper-before,
#pager .stepper-next,
#pager .stepper {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    cursor: pointer;
}

#pager .stepper-before:hover,
#pager .stepper-next:hover,
#pager .stepper:hover,
#pager .stepper-active {
    color: var(--color-primary-contrast);
    background-color: var(--color-primary);
}

/* Login */
.bg-onboard {
    background-color: #4e73df;
    background-image: url('/img/background-predio.png');
    background-size: cover;
    background-position: bottom;
}

.bg-login-image {
    background-image: url('./img/alphacode_quadrado.jpg');
}

.bg-password-image {
    background-image: url('./img/alphacode_quadrado.jpg');
}

.footer-login p {
    color: #FFFFFF;
    font-size: small;
}

.footer-login img {
    height: 23px;
}

#olho-senha {
    width: 25px;
    margin-right: 20px;
    margin-left: 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 58%;
    right: 50px;
    color: #555;
    transform: translateY(-50%);
}

@media (max-width: 383px) {
    #olho-senha {
        top: 60%;
    }
}

::-webkit-calendar-picker-indicator {
    border-radius: 50%;
    margin-left: 0.1rem;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

::-webkit-calendar-picker-indicator:hover {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

/* usuarios START */

.img-avatar {
    position: relative;
    top: 0;
    left: 10px;
    width: 180px !important;
    height: 180px !important;
    border-radius: 50%;
    margin: 0px !important;
    cursor: pointer;
    object-fit: cover;
    margin-bottom: 30px !important;
}

/* usuarios END */

.title {
    font-weight: 700 !important;
    color: #000 !important;
}

.title-filter {
    font-weight: 700 !important;
}

.card-header {
    padding: 0.3rem 1.25rem !important;
}

.btn {
    background: #008ED3 !important;
}

.btn-block {
    width: 6rem !important;
    gap: 0.5rem;
    display: flex;
    align-items: center;
}

.form-control {
    color: #424242 !important;
    border: 1px solid #424242 !important;
}

.form-control:focus {
    box-shadow: none;
}

#lista-usuarios {
    text-align: center;
    color: #000;
}

.bg-gradient-primary {
    background: #008ED3 !important;
}

.btn-ver {
    background: #091524 !important;
    border-radius: 0.3rem !important;
}

.btn-voltar {
    display: flex !important;
    width: 4.3rem;
    padding: 0.6rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}

.select-info {
    font-size: 0.8rem;
    border: 1px solid #007EC7 !important;
    background: #fff;
}

.select-info.active {
    background-color: #008ED3 !important;
    color: #FFFFFF !important;
    border: none;
}

.btn-salvar {
    display: flex;
    width: 220px;
    height: 40px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #008ED3 !important;
}

.fundo-input {
    background: #fff !important;
}

.table td,
.table th {
    border-top: none !important
}

.custom-control {
    font-weight: 700 !important;
}

.table {
    color: #000;
}

.cabecalho {
    color: #000 !important;
    font-weight: 700 !important;
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid black;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s ease;
    display: inline-block;
    vertical-align: middle;
}

.custom-radio:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.col-xl-6 {
    max-width: 40% !important;
}

.table-hover tbody tr:hover {
    color: #000 !important;
}

.form-check-input {
    top: -3px;
}

.box-upload {
    border: 1px dashed #999;
    padding: 1.25rem;
    text-align: center;
    border-radius: 0.3rem;
    background-color: #fefefe;
}

/* 
.form-control:disabled{
  background-color: transparent !important;
  border: 1px solid #42424280 !important;
  color: #42424230 !important;
} */

.upload-content {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
    margin-top: 0.5rem;
    flex-direction: column;
    align-items: center;
}

.card-footer {
    display: flex !important;
    justify-content: end !important;
}

.text-success {
    color: #33CC14 !important;
    font-weight: 700 !important;
}

.text-danger {
    color: #FF4D4D !important;
    font-weight: 700 !important;
}

.text-warning {
    color: #FFB200 !important;
    font-weight: 700 !important;
}

.table-responsive {
    text-align: center;
}

#lista-financeiro_row_0 {
    color: #0F0F0F !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* lista cashback categorias */
#lista-cashback-categorias_row_0 {
    color: #0F0F0F !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0px !important;
}

#lista-cashback-categorias0_col_0,
#lista-cashback-categorias0_col_1,
#lista-cashback-categorias0_col_2 {
    padding: 0 12px 12px 12px !important;
}

#lista-cashback-lojas_row_0 {
    color: #0F0F0F !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0px !important;
}

#lista-cashback-lojas0_col_0,
#lista-cashback-lojas0_col_1,
#lista-cashback-lojas0_col_2,
#lista-cashback-lojas0_col_3,
#lista-cashback-lojas0_col_4 {
    padding: 0 12px 12px 12px !important;
}

/* lista clientes */
#lista-cliente_row_0 {
    color: #0F0F0F !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0px !important;
}

#lista-cliente0_col_0,
#lista-cliente0_col_1,
#lista-cliente0_col_2,
#lista-cliente0_col_3,
#lista-cliente0_col_4,
#lista-cliente0_col_5,
#lista-cliente0_col_6,
#lista-cliente0_col_7,
#lista-cliente0_col_8 {
    padding: 0 12px 12px 12px !important;
}

.sidebar .collapse-inner {
    position: static !important;
    box-shadow: none !important;
    left: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0;
    border-radius: 0 0 0.35rem 0.35rem;
    background: transparent !important;
}

.sidebar .collapse.show {
    background: transparent !important;
}

.sidebar .collapse-item {
    color: #000 !important;
    font-weight: 700;
}

.sidebar .collapse-item:hover {
    color: #000 !important;
}

.nav-link {
    font-weight: 700 !important;
}

.btn:focus {
    box-shadow: none !important;
}

.tipo-servico {
    width: 11rem;
    height: 4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.divisoria {
    width: 100%;
    height: 2rem;
    background: #001531;
    margin-bottom: 1rem;
}

.box-exportar {
    align-items: flex-end;
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
}

.filtrar-cashback {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: end;
}

#lista-relatorio-cliente_row_0,
#lista-cashback-categorias_row_0,
#lista-cashback-lojas_row_0,
#lista-cliente_row_0,
#lista-empresa_row_0,
#lista-funcionarios_row_0,
#lista-operacoes_row_0,
#lista-usuarios_row_0, 
#lista-funcionarios-pj_row_0, 
#lista-cargos_row_0  {
    color: #0F0F0F !important;
    font-weight: 700 !important;
    text-align: center !important;
}

#_row_0 {
    color: #0F0F0F !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0px !important;
}

#\30_col_0,
#\30_col_1,
#\30_col_2,
#\30_col_3,
#\30_col_4,
#\30_col_5,
#\30_col_6 {
    padding: 0 12px 12px 12px !important;
}

a:hover {
    text-decoration: none !important;
}

.nav-link {
    color: #000000 !important;
}

.sidebar-dark .nav-item .nav-link i {
    color: rgb(0, 0, 0) !important;
}

.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
    color: #000 !important;
}

@media (min-width: 1200px) {
    .offset-xl-10 {
        margin-left: 10.33333% !important;
    }
}

.sidebar .nav-item.active .nav-link i,
.sidebar .nav-item.active .nav-link span {
    color: #008ED3 !important;
}

.sidebar .nav-item .collapse .collapse-item.active {
    color: #008ED3 !important;
    font-weight: 700;
}

.sidebar .nav-item {
    background-color: #fff;
}

.sidebar-brand {
    background-color: #fff !important;
}

.titulo-grafico{
    color: #838383 !important;
    margin-left: 3rem;
}

.titulo-grafico2{
    color: #232323 !important;
    font-weight: 800;
}

#lista-relatorio-cliente{
    text-align: center;
}

.btn-dark-global {
    background-color: var(--btn-dark-bg) !important;
    color: var(--btn-dark-color) !important;
    border: none !important;
}
.btn-dark-global:hover, .btn-dark-global:focus {
    background-color: #222 !important;
    color: var(--btn-dark-color) !important;
}