

  .swal2-popup {
    background: #000000cc !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    color: #fff !important;
  }

  .swal2-input,
  .swal2-select, 
  .swal2-textarea,
  .swal2-image {
    background: #1e1e1e !important;
    color: #fff !important;
    border: 1px solid #444 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    height: 44px !important;
    width: 100% !important;
    font-size: 14px !important;
    margin: 8px 0 !important;
  }

  .swal2-input:focus,
  .swal2-select:focus, 
  .swal2-textarea:focus {
    border-color: #666 !important;
    outline: none !important;
  }

  .swal2-confirm {
    background: #fff !important;
    color: #121212 !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: normal !important;
  }

  .swal2-cancel {
    background: #333 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: normal !important;
  }