body {
        background: #fbfbfb !important;
    }
    .nav.nav-pills.nav-danger .show > .nav-link, .nav.nav-pills.nav-danger .nav-link:hover:not(.active) {
   
    background-color: #ffffef!important;
}
.border-dashed {
    border-style: dashed !important;
}
.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(246,192,0,1) !important;
}
.bg-light-warning {
    background-color: #FFF8DD !important;
}

.form-control.form-control-solid {
    background-color: #FFF!important;
    border-color: #d2d2d2!important;
}
.nav .nav-link .nav-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #f64e60!important;
}
.card-body label{
    font-weight: 700;
    text-transform: uppercase;
}
input[readonly][disabled] {
    /* Adicione estilos de aparência desativada aqui */
    color: #bcbcbc; /* Cor do texto mais clara para indicar desativado */
    background-color: #f5f5f5; /* Cor de fundo mais clara */
    cursor: not-allowed; /* Cursor de "não permitido" */
    border: 1px solid #ddd; /* Adicione uma borda mais clara */
    /* Outros estilos que você achar apropriados */
}
.btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-clean:focus:not(.btn-text), .btn.btn-clean.focus:not(.btn-text) {   
    background-color: #ffffff!important;
}
.topbar-item .btn .symbol-label:hover{
    background-color: #98cbed78 !important;
}
.font-weight-500{
    font-weight: 400!important;
    font-size: 15px!important;
    text-transform: none!important;
}
.subheader a, .pagination a{
    color: #222222!important;
}
.subheader button:hover{
    color: #fff!important;
}
.navi a:hover{
    color: #fff!important;
}

.navi .sub-a:hover {
    color: #000!important;
    cursor: pointer;
}
.page-link-v{
    background-color: #eaffe8!important;
}
a {
    color: #4eb0f6cf !important;
    text-decoration: none;
    background-color: transparent;
}
.form-group label {
    font-size: 1.0rem;
    font-weight: 600;
    color: #464E5F;
}
.text-grey-1{
    color: #363636;
}
.auth-icon{
    max-width: 40px!important;
}

.brand {
    background-color: #2B2B2B!important;
}
.aside {
    background-color: #2B2B2B!important;
}
.aside-menu {
    background-color: #2B2B2B!important;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    /* background-color: #b5d6f7 !important; */
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #3699ff !important;
}
.aside-menu .menu-nav > .menu-section {
    background-color: #454444!important;
}
.aside-menu a:hover {
    color: #c53a2e!important;
}
.aside-menu .menu-nav > .menu-section .menu-text {
    color: #ffffff;
}
.menu-item-active .menu-text {
    color: #feffe0!important;
}

#upload-image-table img{
    max-width: 120px!important;
}

.btn-read{
    background-color: #f3f6f9!important;
}

.symbol-white-logo > img{
    width: 100%!important;
    max-width: 228px!important;
    height: auto;
}


.aside-menu .menu-nav > .menu-section .menu-text {
    font-size: 1.12rem!important;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    font-weight: 500;
    font-size: 1.05rem;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    
    -ms-flex: 0 0 25px!important;
    flex: 0 0 25px!important;
}
.aside-menu .menu-nav > .menu-section {
    margin: 25px 0 0 0!important;
}
[data-notify] { z-index: 9999 !important; }

.tox .tox-edit-area__iframe {
    background-color: #fbfbfb!important;
}

#editpages .tox-tinymce {
    border-radius: 0.42rem !important;
    height: 900px !important;
}
.symbol .symbol-label {
    width: 84px!important;
    height: 50px;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {    
    background-color: #ccc!important;
}
.subtitle{
    margin: -12px 12px 20px;
    color: #bbb;
}
.red{
    color: red;
    font-weight: 500;
}
#line-input, #line-input-2{
    min-width: 300px;
}
.border-bottom-1{
    border-bottom: 1px solid #c53a2e;
}

 .arc-chart {
  width: 200px;
  height: 200px;
}
.card-toolbar .payment {
    margin-right: 0px;
    margin-left: 6px;
}
.card-toolbar .payment label{
    padding-right: 10px!important;
    margin-bottom: 0px!important;
    font-size: 1.1rem!important;
    font-weight: 400!important;
}
.checklist-payment .checkbox > input:checked ~ span {
    background-color: #1bc5bd !important;
}
.payment-status-detail{ 
    position: absolute;
    top: 30px;
    right:  60px;
}

.payment-status-detail .text-muted {
    color: #dadada !important;
}
#customModalConfig.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

#customModalConfig .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#modalMessage{
    font-size: 22px;
}
.text-primary-2 {
    color: #ecab99 !important;
}
.text-primary-3 {
    color: #72bbd7 !important;
}
.status label{
    margin-right: 16px;
    margin-top: 0.5rem !important;
    margin-bottom: 0px !important;
    margin-left: 10px;
}
.min-w-120{
    min-width: 120px!important;
}
.reorder_steps {
    max-width: 100px;
}

/*
 *  Bootstrap Duallistbox - v3.0.2
 *  A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.
 *  http://www.virtuosoft.eu/code/bootstrap-duallistbox/
 *
 *  Made by IstvÃ¡n Ujj-MÃ©szÃ¡ros
 *  Under Apache License v2.0 License
 */
.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}

.bootstrap-duallistbox-container label {
  display: block;
}

.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px;
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 60%;
}

.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 40%;
}

.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}

.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 0;
}

.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display:none;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
}

.moveall,
.removeall {
  border: 1px solid #ccc !important;
  
  &:hover {
    background: #efefef;
  }
}



.moveall::after {
  content: attr(title);
  
}

.removeall::after {
  content: attr(title);
}

.form-control option {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.checkbox-3 .checkbox > span {
    background-color: #ebebeb;
    border: 1px solid #949494;
}

#checkbox3 {
    font-size: 1.0rem!important;
    font-weight: 500!important;
    color: #464E5F;
    padding-top: 1px!important;
}
.checkbox > input:checked ~ span {
    background-color: #1bc5bd !important;
}

.form-control.form-control-solid-gray {
    background-color: #F1F1F4;
    border-color: #F1F1F4;
    color: #4B5675;
    transition: color .2s ease;
}
.btn.btn-outline-danger:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-danger:focus:not(.btn-text), .btn.btn-outline-danger.focus:not(.btn-text) {
    color: #ffffff!important;
    background-color: #F64E60;
    border-color: #F64E60;
    font-weight: 800;
}
.btn-outline-danger:hover .fa-eye {
    color: #ffffff!important;
}
.swal2-popup {   
    width: 62em!important;
}
.swal2-container .swal2-html-container {
    max-height: 460px!important;
    overflow: auto;
}
.swal2-content ul {
    list-style-type: none; /* Remove o bullet */
    margin-top: 6px;
    text-align: left;
}

.swal2-content li {
    display: inline-block; /* Faz com que as li's fiquem em linha */
    vertical-align: bottom;
    white-space: nowrap;    
    line-height: 22px;
   
}

.swal2-content .icon {
    margin-right: 5px; /* Espaçamento entre o ícone e o texto */
}
.mw-750px {
    max-width: 750px !important;
}
.checklists .refid{
    margin: 0 40px
}
.checklists{
    margin-left: 10px;
}
#list-table_wrapper tbody td{
    font-size: 11px !important;
    color: #222222 !important;
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
.file-upload-form {
    display: block;
    justify-content: center;
}

.file-upload-container {
    position: relative;
    display: inline-block;
}

.custom-file-upload {
    display: inline-block;
    padding: 1.05rem 0.95rem;
    font-size: 1.05rem;
    line-height: 1.35;   
    border-radius: 0.42rem;
    cursor: pointer;
    background-color: #1BC5BD;
    border-color: #1BC5BD;
    color: white;     
    transition: background-color 0.3s ease;
}

.custom-file-upload:hover {
    background-color: #0BB7AF;
    border-color: #0BB7AF;
}

/* Esconder o input de arquivo real */
#file-upload {
    display: none;
}


/* Estilo para o botão de envio */
.upload-button {
    padding: 10px 20px;
    background-color: #007bff; /* Cor de fundo do botão */
    color: white; /* Cor do texto */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-button:hover {
    background-color: #0056b3; /* Mudança de cor ao passar o mouse */
}
#emailModal .form-control {
    background-color: #f7f7f7;
}
.icons-search-clea#f7f7f7r, .icons-search-go, .icons-search-clear-plus-version, .icons-search-go-plus-version {
    color: #f7f7f7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.modal-backdrop.show {
    opacity: 0.82;
}

.wizard[data-wizard-clickable=true] .wizard-step {
    cursor: default;
}
input[type="text"][disabled], select[disabled] {
    opacity: 0.25 !important; /* Reduz a opacidade para indicar que o input está desabilitado */
    cursor: not-allowed; /* Altera o cursor para 'não permitido' */
    
}
/* Estilizando inputs de texto desabilitados de forma mais suave */
input[type="text"][disabled]:hover, select[disabled]:hover {
    opacity: 0.25 !important; /* Aumenta ligeiramente a opacidade quando o mouse passa sobre o input desabilitado */
}
.form-control.form-control-solid2 {
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #F1F1F4;
}
#createDriverForm .form-group {
    margin-bottom: 0.75rem!important;
}

#createDriverForm textarea{
    height: 100px !important;
}
@media (min-width: 768px){
    .w-md-400px {
        width: 400px !important;
    }
}
.max-h-50px{
    max-height: 50px;    
}


.form-check-label {
    margin-top: 1px !important;
    font-size: 1.0rem !important;
    font-weight: 400 !important;
    color: #464E5F !important;
}
.form h6{
    color: #3699ff;    
}
.card-body label {
    margin-bottom: 5px !important;
}
#dataPay .form-check-label{
    margin-bottom: 0px !important;
}
.fa-3xl{
    font-size: 3em;
}
.fa-danger{    
    color: #4eb0f6cf !important;
}
.card.card-custom {
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px !important;
    border: 0;
}
#disponibility .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 50px;
    padding: 0 2.25rem;
}
#disponibility .card .card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}
#disponibility .card .card-header .card-title {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}
.btn-alpha{
    background-color: #ffffff00;
    border: none;
}

#modal-success .modal-header, #modal-error .modal-header{
    -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0.625em;
  font-size: 1em;
  border: none !important;
}
.swal2-html-container{
    text-align: center!important;
}

.color-green {
  color: #59d15e; /* Verde */
}

.color-orange {
  color: #FF9800; /* Laranja */
}

.color-blue {
  color: #53b1fb; /* Azul */
}

.color-yellow {
  color: #ffe500; /* Amarelo */
}

.color-red {
  color: #F44336; /* Vermelho */
}
.bg-green {
  background-color: #59d15e; /* Verde */
}

.bg-orange {
  background-color: #FF9800; /* Laranja */
}

.bg-blue {
  background-color: #53b1fb; /* Azul */
}
.bg-blue-light{
    background-color: #53cafb;
}

.bg-yellow {
  background-color: #ffe500; /* Amarelo */
}

.bg-red {
  background-color: #F44336; /* Vermelho */
}
.bg-transparent {
  background-color: #00000000;
}

#home .nav.nav-pills .show > .nav-link, .nav.nav-pills .nav-link.active {
    
    background-color: #00000000;
    border-bottom: 1px dashed #3699FF;
    border-top: 1px dashed #3699FF;
        border-radius: 0;
}
#home .report a {
    color: #333 !important;
    font-weight: 700;
    
}
.z-index-1000{
    z-index: 1000!important;
}

.text-danger-log{
    color: red;
    
    padding: 6px 0px;
}

#contractResume table td{
    border: 0;
}
#contractResume a{
    color: #65cafc!important;
}
.nav .show > .nav-link .nav-text, .nav .nav-link:hover:not(.disabled) .nav-text, .nav .nav-link.active .nav-text {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #4898b1 !important;
}
 #kt_header_mobile {
    position: relative; /* Garante que a altura máxima seja relativa ao elemento pai */
}

#kt_header_mobile img {
    max-height: 40px; /* Define a altura máxima da imagem como 100% da altura do elemento pai */
    width: auto; /* Garante que a largura seja ajustada automaticamente para manter a proporção */
    display: block; /* Garante que a imagem não tenha espaços vazios abaixo */
    margin: auto; /* Centraliza a imagem horizontalmente */
}
@media (max-width: 991.98px){
    .header-mobile-fixed .wrapper {
        padding-top: 0px!important;
    }
    .alert.alert-custom {
        padding: 1.5rem 0.5rem!important;
    }
    
}
.quick-search-form{
    border-bottom: 1px solid #ececec;
}
.error-message-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

.error-message-list li {
    margin-right: 10px;
    color: #ff0000; /* Cor do texto do erro */
}

.error-icon {
    margin-right: 5px;
    color: #ff0000; /* Cor do ícone de erro */
}

#conditions{
    color: #000000!important;
}

#conditions h4{
    font-size: 10px;
    margin-bottom: 10px;
}

#conditions h6{
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 4px;
}

#conditions p{
    font-size: 6px;
    line-height: 7px;
    margin-bottom: 10px;
}
#pos-fill span{
    line-height: 12px;
}
#loader {
    z-index: 9999;

}
.spinner.spinner-lg:before {
    width: 4rem;
    height: 4rem;
    margin-top: -1rem;
}
.bg-black{
    background-color: #000000;
}
.font-size-10{
    font-size: 10px;
}
.font-size-11{
    font-size: 11px;
}
.font-size-12{
    font-size: 12px;
}
.min-w-115px{
    min-width: 115px;
}
.w-115px{
    width: 115px;
    
}
.border-y-1{
    border-top: 1px dashed #EBEDF3 !important;
    border-bottom: 1px dashed #EBEDF3 !important;
}
.bg-cinza{
    background-color: #EBEDF3 !important;
}
.bg-yellow-2{
    background-color: #ffffdd !important;
}

#home .nav-item a:hover{
    background: linear-gradient(112.14deg, #abf0ff 0%, #3a7bd538 100%);
    
}
#home .nav-item a:hover span i{
    color: #4898b1!important;
    
}
.quick-search-form {
    border-bottom: 1px solid #ececec!important;
}
.btn.btn-primary {    
    background-color: #b5d6f7!important;
    border-color: #acd3f9!important;
}
.subheader .btn.btn-primary {    
    background-color: #ecf0f3 !important;
    border-color: #ecf0f3 !important;
}
.subheader .btn.btn-primary:hover {
    background-color: #212121 !important;
    border: #212121 !important;
}
.btn.btn-primary:hover {    
    background-color: #3699FF!important;
    border-color: #3699FF!important;
    color: #fff!important;
}
.activity .checkbox > span {
    background-color: #dcdcdc!important;
    border: 1px solid transparent!important;
}
#list-filter .quick-search .quick-search-form .input-group {
    background-color: #f3f3f3;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
}

#list-filter .form-control{min-height: 46px;}
.aside-menu .menu-nav > .menu-item > .menu-link {
    padding: 20px 25px;
}
.aside-menu .menu-nav > .menu-item {
    border-bottom: 1px dashed #454444;
}
#validateMerchan{
    
    .form-group {
      margin-bottom: 1rem;
    }
    .form-group label {
      display: block;
      font-weight: 600;
      margin-bottom: 0;
    }
    .form-group span {
      display: block;
    }
}
#validateInscricaoModal{
    z-index: 1041;
}
 #confirmModal {
    z-index: 1051; /* Maior que o z-index padrão do Bootstrap (1050) para modais */
}

#confirmModal + .modal-backdrop {
    background-color: rgba(0, 123, 255, 0.5); /* Cor azul com 50% de opacidade */
    z-index: 1050!important;
}
#confirmModal .modal-header{
    background-color: #1BC5BD !important;
    color: #fff !important;
    h5{
        color: #fff !important;
    }    
}
#confirmModal p{
    font-size: 14px!important;
    margin: 0!important;
} 