.text-center {
  text-align: center;
}

.text-red-500 {
  color: red;
  font-weight: 500;
}

.text-red-700 {
  color: red;
  font-weight: 500;
}

.header-account .dropdown-menu .dropdown-user-email {
  background: #f3fbf6;  
  padding: 6px 24px;
  line-height: 26px;
  font-weight: 600;
  font-size: 16px;
  color: #198754;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



button .htmx-indicator {
    display: none;
}

button.htmx-request .htmx-indicator {
    display: inline;
}

button.htmx-request .default-text {
    display: none;
}
