body {
  font-family: 'DM Sans', sans-serif;
}

label, .breadcrumb {
  color: #8A92A6;
}

.icons {
  color: #8A92A6;
  padding-right: 10px;
}

.alert-1 {
  font-weight: 600;
  font-size: 20px;
  padding-right: 15px;
}

.title-1 {
  color: rgb(32 34 38);
  letter-spacing: -0.025em;
  font-weight: 700;
  font-size: 1.875rem;
}

.btn-major {
  background-color: rgb(52, 87, 124);
  border-radius: 8px;
  color: #fff;
  font-weight: 600!important;
}

.btn-major:hover {
  background-color: rgb(71, 112, 156);
  transition-duration: 75ms;
  color:#fff;
  font-weight: 600;
}

.background {
  background-image: url("../images/bgerror.svg");
}

.error-box {
  text-align: center;
  max-width: 400px;
  background-color: white;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.error-box i {
  font-size: 60px;
  color: #47709C;
  margin-bottom: 20px;
}
.error-box p {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 30px;
}
.error-box a {
  padding: 10px 20px;
  background-color: #47709C;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.error-box a:hover {
  background-color: #47709C;
}


.btn-major:active, .btn-major:focus-visible {
  background-color: rgb(71, 112, 156)!important;
  transition-duration: 75ms;
  color:#fff!important;
  font-weight: 600!important;
}

.min-vh-85 {
  min-height: 85vh;
}

.h-percent-100 {
  min-height: 100vh!important;
  height: 100vh!important;
  position: fixed;
  background-size:cover!important;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.main-breadcrumb {
  text-decoration: none!important;
  font-weight: bold;
  text-transform: uppercase;
  color: #111827;
}

.custom-breadcrumb {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.notification-icon {
  font-size: 24px;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.modal-body p {
  font-size: 1rem;
  font-weight: 400;
}

.modal-footer .btn {
  font-size: 1rem;
  font-weight: 500;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.modal-content {
  border-radius: 0.75rem;
}

.fs-9 {
  font-size: 0.700rem;
}


.btn-close-white {
  filter: brightness(0) invert(1); /* Mantém o botão de fechar visível em fundos escuros */
}