.swal2-modal {
    background-color: #fff !important;
    border: 1px solid rgba(48, 133, 214);
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    width: 478px;
    padding: 15px !important;
}

.swal2-modal .swal2-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.swal2-modal .swal2-content {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal2-modal .swal2-buttonswrapper {
    text-align: right;
    padding-top: 13px;
    margin: 5px;
    margin-top: 13px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #f8bb86;
    border-color: #f8bb86;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}

.swal2-modal .swal2-styled {
    background-color: #7cd1f9 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
