
.btn-icon {
  background-color: #10439F !important;
  color: white !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 3px 30px !important;
  font-weight: bold !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-icon i {
  margin-right: 8px !important;
  font-size: 20px !important;
}
.btn-icon:hover {
  background-color: #10439F !important;
  color: white;
}

.save {
  background-color: #10439F !important;
  color: white !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 3px 30px !important;
  font-weight: bold !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.save i {
  margin-right: 8px !important;
  font-size: 20px !important;
}

.save:hover {
  background-color: #10439F !important;
  color: white;
}


.exit {
  background-color: #F5004F !important;
  color: white !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 3px 30px !important;
  font-weight: bold !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.exit i {
  margin-right: 8px !important;
  font-size: 20px !important;
}

.exit:hover {
  background-color: #F5004F !important;
  color: white !important;
}



.bs {
  display: flex !important;  /* Ensures buttons are placed side by side */
  justify-content: center !important;  /* Centers buttons horizontally */
  gap: 10px !important;  /* Adds some space between buttons */
}

.cd {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

