.button1{
background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA  51%, #77A1D3  100%);
width:100px ;
cursor:pointer;
  margin: 10px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  transition: 1s;
  background-size: 200% auto;
  color: white;            
  border-radius: 10px;
  display: block;
  
}
.button1:hover {
  background-position: right center; 
}
.btn-catalogo-grabar {
	cursor:pointer;
  background-color: rgb(13, 109, 253);
  border-radius: 5px;
 color: white;   
  font-size: 20px;
  font-weight: 100;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 0;
}

.btn-change-password {
  background-color: black;
  border-radius: 12px;
  color: white;
  font-weight: bold;
  cursor:pointer;
  text-align: center;
  border: 0;
  padding: 2px 10px 2px;
  float: right;
  margin-right: 4px;
}

.modal-change-password {
	display: none;
	position: fixed;
	z-index: 1; 
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* ModalForm Content */
.modal-change-password .modal-header {
	background-color: #fefefe;
	margin: auto;
	padding: 5px;
	border-bottom: 1px solid #000000;
	width: 25%;
}
.modal-change-password .modal-header p{
	font-size: 12px;
	font-weight: bold;
	color: blue;
}
/* ModalForm Content */
.modal-change-password .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	width: 25%;
}
/* ModalForm Content */
.modal-change-password .modal-footer {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	width: 25%;
}

/* The Close Button */
.modal-change-password .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-change-password .close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-change-password input {
	padding: 0.7rem 1rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 0.9em;
}

.modal-change-password p {
	font-size: 0.9rem;
	color: #777;
	margin: 0.4rem 0 0.2rem;
}


.position-api-dian {
	position: absolute;
	left: auto;
	bottom: 0.25rem;
	right: 1.25rem;
}
.position-api-server {
	position: absolute;
	left: auto;
	bottom: 0.25rem;
	right: 0.25rem;
}
.bg-green-500 {
	display: flex;
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.75rem;
	background-color: #059669;
	border-radius: 9999px;
}

.bg-red-500{
	display: flex;
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.75rem;
	background-color: #DC2626;
	border-radius: 9999px;
}