.swal2-container {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.swal-popup-success{
    width: 450px !important;
    box-shadow: none !important;
    border: 1px solid #d3e9d6 !important;
    background-color: #e8f9f1 !important;
    margin: 0px !important;
    padding: 10px !important;
}
.swal-title-success{
    font-weight: normal !important;
    color: #2d9b34 !important;
}
.swal-icon-success{
    width: .5em !important;
    font-size: 12px !important;
    color: #2d9b34 !important;
}
.swal-progress-bar-success{
    background-color: #7fcd8a !important;
}
.swal-close-button-success{
    color: #2d9b34 !important;
    &:hover{
        color: #2d9b34 !important;
    }
}

.swal-popup-error{
    width: 450px !important;
    box-shadow: none !important;
    border: 1px solid #f0cbcc !important;
    background-color: #f9eded !important;
    margin: 0px !important;
    padding: 10px !important;
}
.swal-title-error{
    font-weight: normal !important;
    color: #FA4848 !important;
}
.swal-icon-error{
    width: .5em !important;
    font-size: 12px !important;
    color: #FA4848 !important;
}
.swal-progress-bar-error{
    background-color: #f27474 !important;
}
.swal-close-button-error{
    color: #fca5a5 !important;
    &:hover{
        color: #FA4848 !important;
    }
}