.btn-icon {
    font-size: 1.4em;
    padding: 0;
    margin-right: 5px;
}

.btn-list-header {
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-add {
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 15em;
}

.text-log {
    color: #1397fc !important;
}

.tr-log td {
    color: #1397fc !important;
}

.tr-danger td {
    color: #dc3545 !important;
}

.border-log {
    border-color: #1397fc !important;
}

.table-container th.asc:after {
    content: "\25B2";
    /* Unicode para seta para cima */
}

.table-container th.desc:after {
    content: "\25BC";
    /* Unicode para seta para baixo */
}

.input-search-bar-list {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #FFFFFF;
    font-size: 1em !important;
}

.input-search-bar-list::placeholder {
    font-size: 0.8em;
    color: #ADB5BD;
}

.icon-search-bar-list {
    background-color: #FFFFFF;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.icon-search-bar-list>i {
    color: #ADB5BD;
    font-size: 0.8em;
}

.ribbon-custom {
    position: fixed;
    background: red;
    box-shadow: 0 0 0 999px red;
    clip-path: inset(0 -100%);
    height: 4em;
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    z-index: 999999;
}

.ribbon-right {
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(29.3%) rotate(45deg);
}

.td-logo {
    width: 10em;
}

.column-img-logo {
    width: 2em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1397fc !important;
    /* Cor de fundo */
    border: 0.0625rem solid #D1D5DB !important;
    /* Cor da borda */
    color: #ffffff;
    /* Cor do texto */
    border-radius: 0.5rem !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07) !important;
}

/* Cor da borda do Select2 quando em foco */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #D1D5DB !important;
    /* Cor da borda */
}

/* Cor do texto das opções do Select2 */
.select2-results__option {
    color: #333333;
    /* Cor do texto */
}

/* Cor do fundo das opções do Select2 quando em foco */
.select2-results__option--highlighted {
    background-color: #1397fc;
    /* Cor de fundo */
    color: #ffffff;
    /* Cor do texto */
}

.select2-selection__choice__remove {
    color: #ffffff !important;
    /* Cor personalizada */
}

.select2-search__field {
    font-size: 0.875rem !important;
}

.section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin: 1.5em 0 2em 0;
    min-height: 85vh;
}

.swal2-styled.swal2-confirm {
    background-color: #1397fc !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(19, 151, 252, 0.5) !important;
}

.swal2-styled {
    font-size: 14px !important;
}

option:checked {
    color: #1397fc !important;
}

label.form-check-label {
    margin-right: 1em;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ADB5BD !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ADB5BD !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ADB5BD !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ADB5BD !important;
}

.dropdown-item.selected {
    background-color: #1397FC33;
}

.swal2-title {
    font-size: 1.5em !important;
}

.swal2-html-container {
    font-size: 0.85em !important;
}

.use-bootstrap-tag button {
    border-radius: 4px !important;
}

.select2-container {
    display: block !important;
}

.bg-draft {
    /*light grey*/
    background-color: gray;
}

.text-draft {
    color: #4b4e54;
}

.hide-label label {
    display: none;
}


.td-ellipsis {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.td-ellipsis-150 {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.td-ellipsis-200 {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.4em;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #45adfd;
    border-radius: 10px;
}

.report-card {
    background: #F6F8FD;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.report-card-icon {
    background-color: rgba(19, 151, 252, 0.20);
}

.report-card-icon i {
    font-size: 2em;
    color: #1397FC;
}

.copy-button:hover {
    cursor: pointer;
}

.icon-error-pages {
    font-size: 8em;
}

.fs-12 {
    font-size: 12px !important;
}

.form-check-input:hover {
    cursor: pointer;
}

.tr-header-light {
    background-color: #F6F8FD !important;
}

.select2-selection {
    border: 0.0625rem solid #D1D5DB !important;
    border-radius: 0.5em !important;
}

.badge-status-active {
    background-color: #e8fff0;
    /* Cor de fundo suave */
    color: #28a745;
    /* Cor do texto verde */
    font-size: 13px;
    font-weight: normal;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

.status-indicator-active {
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    margin-right: 8px;
}

.badge-status-inactive {
    background-color: #fff0f0;
    color: #dc3545;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

.status-indicator-inactive {
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 50%;
    margin-right: 8px;
}

.badge-status-waiting {
    background-color: #fffbe6;
    color: #ffc107;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
}

.status-indicator-waiting {
    width: 10px;
    height: 10px;
    background-color: #ffc107;
    border-radius: 50%;
    margin-right: 8px;
}

.bg-error td {
    background-color: #f8d7da !important;
}

.hover-link:hover {
    color: #1397fc !important;
    font-weight: 500 !important;
}