@charset "utf-8";
/* CSS Document */

.swal2-popup {
  background: #0f1d11 !important;
  border: 3px #3e9542 solid !important;
  color: #ff7800 !important;
}

/*2px #4ade80 solid	3px #3e9542 solid*/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.95)!important;
}
.swal2-radio {
    display: grid !important;
	text-align: left !important;
	background: #3e9542 !important;
}
.swal2-radio label{
  display: block
}

.swal2-close {
  color: #555;
  font-weight: bold;
}

.custom-swal-popup {
  height: 240px !important;
  font-size:1.25rem !important;
  color:#ffffff !important;
  background: #0f1d11 !important;
  border: 3px #3e9542 solid !important;
}
