.image-input-empty .image-input-wrapper {
    background-image: url('https://preview.keenthemes.com/html/metronic/docs/assets/media/svg/avatars/blank.svg') !important;
}

[data-bs-theme="dark"] .image-input-empty .image-input-wrapper {
    background-image: url('https://preview.keenthemes.com/html/metronic/docs/assets/media/svg/avatars/blank-dark.svg') !important;
}

.bg-login {
    background-repeat: no-repeat;
    background-position: center;

}

.form-control-color {
    width: 5rem;
}

#kt_app_aside_wrapper {
    overflow: hidden;
}

@media screen and (max-width: 768px) {

}

.table-datatable {
    position: relative;
}

#loading-spinner {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#loading-spinner-chart2, #loading-spinner-chart1, #loading-spinner-chart3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

[data-bs-theme="dark"] .table.table-striped.table-row-bordered td {
    color: #fff;
}

[data-bs-theme="dark"] #table-home_processing, [data-theme="dark"] #tabela-leads_processing {
    background: transparent;
}

[data-bs-theme="dark"] .select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    color: #fff !important;
}

[data-bs-theme="dark"] input, [data-theme="dark"] select, [data-theme="dark"] label {
    background: #212128;
}

#modal_blacklist .modal-content {
    width: 325px;
    margin: 0 auto;
}

#modal_feedback .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 600px;
}

.modal.show .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
}

.modal.show .modal-dialog .modal-header h5.modal-title {
    color: #3B4395;
    font-family: Mulish, sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.form-switch.form-check-custom.form-switch-sm .form-check-input {
    cursor: pointer;
}

.editable-razao-social {
    width: 350px;
    max-width: 100%;
}
