.swal2-container.swal2-fade {
    background-color: rgba(15,15,26,0.8) !important;
}
.swal2-popup{
    background-color: #0f0f1a !important;
    border:1px solid #ffd700 !important;
    padding: 20px !important;
}
.swal2-popup button.swal2-styled {
    outline: none !important;
    font-size: clamp(10px, 2.5vw, 16px) !important;
    letter-spacing: 0.08em;
    -moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;background-size: 100%;
    background: linear-gradient(90deg, #ffd700, #ff8c00) !important;
    color: #1a1a1a !important;
}

.swal2-confirm:focus,
.swal2-cancel:focus {
  outline: none !important;
  box-shadow: none !important;
}

.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea {
    background-color: transparent;
    border:none !important;
    border-bottom: 1px solid #ffd700 !important;
    color:#f9fafb !important;
}
.swal2-popup .swal2-input:focus, .swal2-popup .swal2-file:focus, .swal2-popup .swal2-textarea:focus{
    outline: none !important;
    box-shadow: none !important;
} 
.swal2-title{
    color:#f9fafb !important;
}