@import url('../libs/sweetalert2/sweetalert2.min.css');

.bg-green {background-color: #51b09d}
.bg-green-light {background-color: #a0d2c8; color: #fff}
.bg-red {background-color: #c22c2c}

.mt-10 {margin-top:10px;}

.loading-overlay{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
