﻿
.swal2-container.swal2-center > .swal2-popup {
    grid-column: 2 !important;
    grid-row: 1 !important;
}
.swal2-actions {
    margin: 0 !important;
}
.warningPassWordTrayAgain{
    font-size: 15px;
    margin-top: 10px;
}
.swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
}

.swal2-popup {
    padding: 0 !important;
    margin: 0 !important;
    width: 20em !important;
}
.swal2-styled.swal2-confirm {
    width: 130px !important;
    height: 30px;
    line-height: 10px;
    background: var(--BackgroundColor) !important;
}
/*.swal2-title {*/
/*    padding: 0 !important;*/
/*}*/

.titrBoldSweetAlert2{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    color: #fff;
    margin: 0 !important;
    font-size: 15px;
    background: var(--BackgroundColor);
    height: 30px;
    line-height: 30px;
}
.swal2-styled.swal2-confirm {
    background: var(--BackgroundColor);
}

.detailBoldSweetAlert2{
    color: #797979;padding: 0 5px;
    font-size: 12px;
    margin: 0 !important;

}



.swal2-icon ,.swal2-html-container{
    margin: 20px auto !important;
}
.swal2-styled.swal2-confirm{
    margin-bottom: 20px !important;
}