.bg-prov-color{
	background-color: #002147;
}

.main-x {
    margin-bottom: 95px;
}

.htmx-indicator{
    display:none;
}
.htmx-request .htmx-indicator{
    display:inline;
}
.htmx-request.htmx-indicator{
    display:inline;
}
.error-message {
    color:red;
  }
.error input {
    box-shadow: 0 0 3px #CC0000;
}
.valid input {
    box-shadow: 0 0 3px #36cc00;
}

tr.htmx-swapping td {
    opacity: 0;
    transition: opacity 1s ease-out;
  }