.swal2-container {
  background-color: transparent !important;
  margin-top: 60px;
  animation-duration:2s;
  animation-name:slidein-low;
}

.swal2-container .select-wrapper {
  display: none !important;
}

.swal2-container .swal2-popup {
  width: auto;
  height: auto;
  /* background: #5e5e5e; */
  border-radius: 12px;
  box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
}

#swal2-title {
  font-size: 14px;
  /*font-family: sans-serif;*/
  font-family: century-gothic, sans-serif !important;
  /*color: white; */ 
  color:black;
}

@keyframes slidein-low {
  from {
      margin-top:0;
      opacity: 0.0;
  }
  to {
      margin-top:60px;
      opacity: 1;
  }
}

.swal2-popup-info {
  width: 300px !important;
  height: 150px !important;
  background: #fec106 !important;
  border-radius: 12px !important;
}

.swal2-popup-success {
  width: 300px !important;
  height: 150px !important;
  background: #3cc662 !important;
  border-radius: 12px !important;
}


.swal2-title-confirm{
  color: black!important;

}

.swal2-title{
  color: white!important;
}


.swal2-popup-error {
  width: 300px !important;
  height: 150px !important;
  background: red !important;
  border-radius: 12px !important;
}

.swal2-popup-confirm {
  width: 300px !important;
  height: 150px !important;
  background: #f8f8f9 !important;
  border-radius: 12px !important;
}

.swal2-title-confirm {
  font-size: 18px !important;
  /*font-family: sans-serif !important;*/
  font-family: century-gothic, sans-serif !important;
  color: #5e5e5e !important;
}

.swal2-text-confirm {
  font-size: 13px !important;
  /*font-family: sans-serif !important;*/
  font-family: century-gothic, sans-serif !important;
  color: #5e5e5e !important;
}