.edna_color {
  color: #20207D;
}
.edna_bg {
  background-color: #20207D;
}
.swal2-container.in {
  background: rgba(0,0,0,.95)!important;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}

/*
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-top-color: #000000;
  animation: spinner .8s linear infinite;
}
*/
