[data-bs-theme=dark] .bgBadgeDefault{
    --bs-bg-opacity: 1;
    background-color: rgb(83 85 85) !important;
}
[data-bs-theme=light] .bgBadgeDefault{
    --bs-bg-opacity: 1;
    background-color: rgb(73 169 59) !important
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 9999;
    font-weight: 600;
    font-size: 16px;
}
.bg-error{
    background-color: #b90000!important;
}
.text-right{
    text-align: right!important;
}
.fw-800{
    font-weight: 800;
}

table  .number{
    text-align: right!important;
    /* font-weight: unset; */
}
table  thead tr th{
    font-weight: unset !important;
}


.form-control{
    border-radius: 4px!important;
}
.btn{
    border-radius: 5px!important;
}
.btnFacebook{
    background-color: #3b5998!important;
}
.btnFacebook:hover{
    background-color: #4967a8!important;
}

.bgTdGray{
    --bs-table-bg: #f3f5f97a !important;
}
.bgGray{
    background: #f5f6f8 !important;
}
tr td:first-child {
    padding-left: 15px;
}
tr th:first-child {
    padding-left: 15px;
}
tr td:last-child {
    padding-right: 15px;
}
tr th:last-child {
    padding-right: 15px;
}

.titleWelcome{
    font-size:13px!important;
}

.fw-300{
    font-weight: 300!important;
}
.fw-400{
    font-weight: 400!important;
}
.fw-500{
    font-weight: 500!important;
}
.fw-600{
    font-weight: 600!important;
}
.fw-700{
    font-weight: 700!important;
}
.fw-800{
    font-weight: 800!important;
}
.fw-900{
    font-weight: 900!important;
}
.font-size-11{
    font-size: 11px!important;
}
.font-size-12{
    font-size: 12px!important;
}
.font-size-13{
    font-size: 13px!important;
}
.font-size-14{
    font-size: 14px!important;
}
.font-size-15{
    font-size: 15px!important;
}
.font-size-16{
    font-size: 16px!important;
}
.font-size-17{
    font-size: 17px!important;
}
.font-size-18{
    font-size: 18px!important;
}

.text-left{
    text-align: left!important;
}
.dolarDiaHeader{
    height: 47px;
    margin-top: 15px;
    text-align: right;
    border-right: 1px solid #ebebeb;
    padding-right: 8px;
}

.dolarDiaHeader span{
    font-size:12px;
    font-weight: 300;
}

.dolarDiaHeader h5{
    font-size: 13px;
    font-weight: 800;
    margin: 0!important;
}

.bgCardDashboard{
    background: linear-gradient(180deg, rgba(103, 167, 90, 1) 0%, rgb(68 174 46) 100%)!important;
    color: #fff!important;
}

.text-default{
    color:#67a75a!important;
}

.table{
    margin-bottom: 0!important;
}

hr{
    border-top: 1px solid #ccccccc2!important;
}

.inputGroupLeft{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.inputGroupRight{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.tab-content{
    border: 1px solid #eff0f2!important;
    border-top:0!important;
}

/* .sidebar-enable #side-menu select{
    visibility: hidden;
    display: none;
} */

.item-mode-dark, .item-mode-light {
    display: none;
}

[data-bs-theme="dark"] .item-mode-dark {
    display: block;
}

[data-bs-theme="light"] .item-mode-light {
    display: block;
}

.input-group {
    display: flex;
    justify-content: center;
}

.token-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 5px!important;
}

.token-input:focus {
    border-color: #67a75a;
    outline: none;
}

[data-bs-theme=dark] .text-dark{
    color: #FFF!important;
}
[data-bs-theme=dark] .dolarDiaHeader{
    border-right: 1px solid #ebebeb28;
}
[data-bs-theme=dark] .tab-content{
    border: 1px solid #eff0f20d !important;
}




.cardAlertas .btnExcluir{
    padding: 5px 10px;
}
.language-switch img{
    border-radius: 5px;
}
.rc-anchor-light.rc-anchor-normal{
    border: 1px solid #d3d3d345;
}
.g-recaptcha .rc-anchor-light {
    background: #FFF!important;
    color: #000;
    border-radius: 10px;
}
.g-recaptcha div{
    margin:0 auto;
}


.loading {
  border: 16px solid #f3f3f3; 
  border-radius: 50%;
  border-top: 16px solid #67a75a; 
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.dotNotification{
    background-color: #67a75a;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
}


/* auth login */

/* Estilo padrão */
.authentication-bg {
    background-size: 67%;
    padding-top: 50px;
}

.authentication-bg .form-control{
    border-radius: 10px !important;
}
  
/* Para telas grandes (monitores 24" ou mais) */
@media (min-width: 1920px) {
    .authentication-bg {
      background-size: 70%;
    }
}

/* Para notebooks (geralmente com resolução menor) */
@media (max-width: 1440px) {
    .authentication-bg {
        background-size: 81%;
    }
}

@media (max-width: 540px) {
    .logoAuth {
        margin-left: 0!important;
    }
}

[data-bs-theme="dark"] table tr.bgTitle th {
    background-color: #191c1e!important;
    border: none;
}
[data-bs-theme="light"] table tr.bgTitle th {
    background-color: #f4f4f4!important;
    border: none;
}


[data-bs-theme="dark"] table .bgFacebook {
    background-color: #30343661   !important;
}
[data-bs-theme="light"] table .bgFacebook {
    background-color: #eeeeee61  !important;
}

[data-bs-theme="dark"] table .bgAdManager {
    background-color: #282c2e61  !important;
}
[data-bs-theme="light"] table .bgAdManager {
    background-color: #eeeeee61  !important;
}


[data-bs-theme="dark"] table .bgLucro {
    background-color: #282c2e   !important;
}
[data-bs-theme="light"] table .bgLucro {
    background-color: #e0dfdf80  !important;
}


[data-bs-theme="dark"] table .bgRoi {
    background-color: #282c2e   !important;
}
[data-bs-theme="light"] table .bgRoi {
    background-color: #e0dfdf80  !important;
}

table{
    font-family: 'Inter', sans-serif;
}
table td{
    vertical-align: middle!important;
}
.logo-sm {
    margin-left: -17px;
}

/* datatables */

[data-bs-theme="light"] .dataTables  tbody td{
    border-bottom: 1px solid #e9e9e9 !important;
}
[data-bs-theme="dark"] .dataTables  tbody td{
    border-bottom: 1px solid #e9e9e917 !important;
}

.dataTables_wrapper {
    padding: 10px;
}
[data-bs-theme="dark"] .dataTables_length label{
    color: #FFF!important;
}
.dataTables_filter{
    color: #FFF!important;
}

.dataTables{
    font-family: 'Inter', sans-serif!important;
}
[data-bs-theme="light"] .dataTables_wrapper .dataTables_length select{
    background-color: #ffffff!important;
    color: #000;
}

[data-bs-theme="dark"] .dataTables_wrapper .dataTables_length select{
    background-color: #1f2224!important;
    color: #FFF;
    border: none!important;
}

.dataTables_wrapper .dataTables_filter input{
    border: 1px solid #aaaaaa5e; 
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    border-radius: 6px!important;
    border: 1px solid #ccc;
}

.dataTables_filter input:focus, .dataTables_filter input:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

[data-bs-theme="dark"] .dataTables_info{
    color: #FFF!important;
}
[data-bs-theme="dark"] .dataTables_paginate  a{
    color: #FFF!important;
}
[data-bs-theme="light"] .table.dataTable thead th{
    border-bottom: 1px solid #35353526;
}
[data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #FFF!important;
}
td {
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 6px !important;
    border: none !important;
}
/* fim datatables */
[data-bs-theme="dark"] .table-title{
    color: #b0b6bc;
}

.dt-button {
    background-color: #007bff;
    color: white; 
    border: none;
    padding: 8px 16px;
    margin: 0 0 5px 10px;
    cursor: pointer; 

    /* float: right;  */
    position: relative;
    font-size: 10px;
  }

  .dt-button span {
    padding: 10px;
  }
  
  .dt-button:hover {
    background-color: #0056b3;
  }

::-webkit-scrollbar {
  width: 4px; 
  height: 4px; 
}

::-webkit-scrollbar-track {
  background: #555; 
}

::-webkit-scrollbar-thumb {
    
  background: rgba(var(--bs-primary-rgb), 1);
  border-radius: 20px; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media (max-width: 540px) {
   .dolarDiaHeader h5,span{
    font-size: 10px;
   }
   
}