.modal-banner {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transition: opacity .25s, transform .25s;
  z-index: 99999;
  /* Slideshow container */
  /* Hide the images by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
  /* Fading animation */ }
  @media (max-width: 919px) {
    .modal-banner {
      padding: 0 20px; } }
  .modal-banner.modal4 {
    transform: scale(1) rotate(0deg);
    opacity: 1; }
  .modal-banner .modal-label {
    position: relative; }
  .modal-banner .modal-radio {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  .modal-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0; }
  .modal-banner .content {
    position: relative;
    top: 150px;
    margin: auto;
    width: 100%;
    max-width: 920px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 15px -2px #222;
    padding: 20px; }
  .modal-banner .close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    border: 2px solid #f44336;
    cursor: pointer;
    z-index: 1;
    background: #ffffff; }
  .modal-banner .close-btn:after,
  .modal-banner .close-btn:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background: #f44336;
    left: 15%;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transform: rotate(45deg); }
  .modal-banner .close-btn:before {
    transform: rotate(-45deg); }
  .modal-banner .action-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #4caf50;
    color: #fff;
    border-radius: 15px; }
  .modal-banner .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    text-align: center;
    margin-bottom: 15px; }
  .modal-banner .mySlides {
    display: none; }
  .modal-banner .prev, .modal-banner .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none; }
  .modal-banner .prev {
    left: 0; }
  .modal-banner .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .modal-banner .prev:hover, .modal-banner .next:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .modal-banner .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center; }
  .modal-banner .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0; }
  .modal-banner .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }
  .modal-banner .active, .modal-banner .dot:hover {
    background-color: #717171; }
  .modal-banner .fade {
    animation-name: fade;
    animation-duration: 1.5s; }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

/*# sourceMappingURL=popup.css.map */
