@charset "utf-8";
/* CSS Document */
.swal2-popup {
  background: #2e0c0c !important;
  border: 3px solid gold !important;
  color: #fffff !important;
}
.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: #2e0c0c !important;
}
.swal2-radio label{
  display: block
}