﻿.swal2-popup .swal2-title {
    font-size: 30px;
}

.swal2-popup .swal2-content {
    font-size: 21px;
    line-height:1.5;
    margin-bottom:15px;
}

.swal2-popup .swal2-styled.swal2-confirm
{
        font-size: 15px;
}

.swal2-actions .btn {
    margin: 5px;
    border: none;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
}


.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92, 184, 92, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.swal2-popup {
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 40em;
    max-width: 100%;
    padding: 30px;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}