#btnEntrar a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

#btnExcluir {
    color: white;
}

#btnCancelarEdit {
    text-decoration: none;
    color: white;
}

/* Sidebar */
body.sidebar-mini .main-sidebar .sidebar-brand a .header-logo.logo-big {
    display: none;
}

body:not(.sidebar-mini) .main-sidebar .sidebar-brand a .header-logo.logo-small {
    display: none;
}

body.dark-sidebar:not(.sidebar-mini) .main-sidebar .sidebar-menu li.dropdown.active a.toggled {
    background-color: #353c48 !important;
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a:hover {
    color: #fff !important;
    background-color: rgba(31, 32, 46, 0.3);
}

.dark-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    color: #fff !important;
    background-color: rgba(31, 32, 46, 0.3);
}

/* Título da entidade no menu mini */
body.dark-sidebar:not(.sidebar-mini) .main-sidebar .sidebar-menu li.dropdown a.menu-toggle + ul.dropdown-menu li.dropdown-title.pt-3 {
    display: none !important;
}

/* Datatables */
.dataTables_filter {
    display: none;
}

.datatable-container {
    width: 100%;
}

body:not(.sidebar-mini) .main-sidebar {
    width: 250px !important;
}

body.sidebar-mini .main-sidebar {
    width: 65px !important;
}

/* Filtros */
.filters-box {
    /*margin-bottom: 24px;*/
}

/* Select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 7px !important;
    padding-left: 14px !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

span.select2-container--default .select2-selection--single {
    border: 1px solid #e4e6fc !important;
}

.select2.is-invalid span.select2-selection.select2-selection--single {
    border: 1px solid #dc3545 !important;
}

.select2-progress {
    position: relative;
    background-image: url(../img/spinner-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    /* pointer-events: none; */
    /* background-color: red; */
    filter: invert(1);
}

.input-progress {
    position: relative;
    background-image: url(../img/spinner-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    background-color: #161310 !important;
    filter: invert(1);
    border-color: #312b25;
}

/*
.mask-money-real {
    text-align: right;
    direction: rtl;
}*/

.tab-invalid a {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    transition: none !important;
}

.tab-invalid a.active {
    /*border: 1px solid #dc3545 !important;*/
    border-bottom: 1px solid #fff !important;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-table td{
    cursor: pointer;
}
.custom-table tr:hover {
    outline: auto;
    outline-color: #217cd08c;
}

.fit-width {
    width: fit-content;
}

/* Imagem */

.image-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.author-box-picture {
    width: 100px;
    height: 100px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.fa-camera {
    color: #fff;
    font-size: 20px;
    opacity: .8;
}

select.form-control.is-invalid {
    background-position: right calc(0.375em + 0.8rem) center;
}

input[type="date"].form-control.is-invalid {
    background-position: right calc(0.375em + 2rem) center;
}

.table .table-img img {
    border: none;
}



/* processing do .dataTables_filter */
div.custom-dataTables_processing {
    font-size: 0 !important;
    background-image: url(../img/spinner.svg) !important;
    background-color: #fff;
    background-size: 100%;
    width: 50px !important;
    height: 50px;
    border: none;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    opacity: 1 !important;
    position: absolute;
}



/* Supernote */

.note-editor.note-frame {
    border-radius: 3px;
    border: 1px solid #ededed;
    box-shadow: none;
}

.variaveis span {
    cursor: pointer;
    color: #686868;
    font-weight: 600;
    font-size: 12px;

}

.variaveis span:hover {
    text-shadow: 0px 0px 1px #686868;
    
}

/*
.modal-backdrop, .modal-backdrop.in{
    display: none;
}*/

/* Tabela de scontros de itens */

.tr-border-bottom {
    border-bottom: 1px solid #dbe0e2;
}


/* order */

.toggle-checkbox + .invalid-feedback {
    order: 2;
    display: flex;
    margin: 0;

}

.invalid-feedback + .custom-switch-indicator {
    order: 1;
    display: flex;

}

/* Fatura */

.pix-image {
    max-width: 150px;
    max-height: 150px;
}

.pix-textarea {
    min-height: 100px;
}

.btn.btn-orange, .btn.btn-orange:visited {
    background-color: #f3792b !important;
}

.btn.btn-orange:hover {
    background-color: #ea6411 !important;
}

.btn-copy {
    min-width: 192px;
}

.gap-3 {
    gap: 15px;
}