* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;

}

.gradient-btn {
    background: linear-gradient(to right, #CD05A0, #670350) !important;
    color: white !important;
    border: none !important;
    --swal2-action-button-focus-box-shadow: 0 0 0 0;
}

/* SUCCESS icon */
.swal2-icon.swal2-success {
    border-color: #91E5FF !important;
}
.swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-line-long {
    background-color: #91E5FF !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #91E5FF !important;
}

/* ERROR icon */
.swal2-icon.swal2-error {
    border-color: #91E5FF !important;
}
.swal2-icon.swal2-error .swal2-x-mark-line-left,
.swal2-icon.swal2-error .swal2-x-mark-line-right {
    background-color: #91E5FF !important;
}

/* WARNING icon */
.swal2-icon.swal2-warning {
    border-color: #91E5FF !important;
    color: #91E5FF !important;
}

/* INFO icon */
.swal2-icon.swal2-info {
    border-color: #91E5FF !important;
    color: #91E5FF !important;
}

/* QUESTION icon */
.swal2-icon.swal2-question {
    border-color: #91E5FF !important;
    color: #91E5FF !important;
}

input:-webkit-autofill, 
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important; /* Change 'white' to your desired background color */
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important; /* Change 'black' to your desired text color */
}