﻿

.swal-modal-error {
    width: 40vw;
    border-radius: 2px;
    border: 2px solid #B71C1C;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 5px;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 99999;
    background-color: #EF9A9A;
}

.swal-modal-sucess {
    width: 40vw;
    border-radius: 2px;
    border: 2px solid #43A047;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 5px;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 99999;
    background-color: #66BB6A;
}

<style >
/* Custom style for the popup box */
.swal-modal-info {
    background-color: #e0f7fa !important;
    border: 2px solid #17abb7 !important;
    border-radius: 15px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Custom style for the confirm button */
.swal-button-info {
    background-color: #17abb7 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
}

/* Optional: center the text */
.swal-text {
    text-align: center !important;
}

.swal-title {
    font-size: 22px !important;
    font-weight: 600;
    text-align: center !important;
}

</style >


.swal-button-sucess {
    padding: 2px 5px 2px 5px;
    border-radius: 1px;
    border: 1px solid #388E3C;
    background-color: #43A047;
}

.swal-button-error {
    padding: 2px 5px 2px 5px;
    border-radius: 1px;
    border: 1px solid #B71C1C;
    background-color: #E53935;
}

.swal-button-info {
    padding: 2px 5px 2px 5px;
    border-radius: 1px;
    border: 1px solid #0277BD;
    background-color: #039BE5;
}

.swal-footer {
    margin-top: 5px;
    overflow: hidden;
    padding: 2px 7px 2px 7px;
}

/*.swal-modal-Warning {
    max-width: 50vw;
    border-radius: 2px;
    background-color: #E4A11B;
    border: 2px solid #B71C1C;
}

.swal-button-Warning {
    padding: 2px 10px 2px 10px;
    height: 26px;
    border-radius: 1px;
    border: 1px solid #B71C1C;
}*/


