html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}


.badge-notification {
    position: absolute;
    right: 20px;
    padding: 3px;
}

html[data-bs-theme=dark] .badge-notification {
    position: absolute;
    right: 20px;
    padding: 3px;
}

.progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.progress-bar {
    background-color: #dc3545; /* cor vermelha */
    animation: none;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.96rem;
    padding-bottom: .625rem;
}

.form-floating > label {
    z-index: 0;
}

.table-responsive {
    min-height: 350px !important;
}

html[data-bs-theme=dark] .form-floating > .form-control:focus ~ label:after, html[data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown) ~ label:after, html[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label:after, html[data-bs-theme=dark] .form-floating > .form-select ~ label:after 
{
    background-color:transparent;
}
.form-floating > .form-control:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .form-floating > .form-control-plaintext ~ label:after, .form-floating > .form-select ~ label:after {
    background-color: transparent;
}