﻿.swal2-container {
    display: flex;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}

.pl-15 {
    padding-left:15px;
}
.pr-15 {
    padding-right:15px;
}
.plr-15 {
   padding-right:15px!important;
    padding-left:15px!important;
}

   .swal2-close {

    
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 35px;
    line-height: 40px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    color: black;
}