/*Overall Swal overriding*/
.swal2-popup{
    background-color: #1c1c20 !important;
    /* border: 1px solid rgba(0,191,255,0.24) !important; */
    color: white;
    box-shadow: 0 3px 10px -2px rgb(0,0,0), 0 2px 1px 0 rgb(0,0,0) !important;
    width: 800px;
}

/*customClass*/
.swal2-cancel{
    font-family: 'Nunito-Light';
    background-color: rgba(220,53,69,0.20) !important;
}

.swal2-confirm{
    
    font-family:'Nunito-Light';

    /* color:rgb(0,191,255) !important; */
    color:rgb(0,191,255) !important; 
    background-color:rgba(33,150,243,0.12) !important;
    /* background-color:rgba(76,185,80,0.8) !important; */

    /*  */
    /* color:rgb(220,53,69) !important; */
    /* background-color:rgba(220,53,69,0.24) !important; */
}

.swal2-modal .swal2-styled:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.swal2-actions{
    margin: 0;
    margin-top:1em;
}

.swal2-html-container{
    font-family:'Nunito-Light';
}

.swal2-icon-content{
    margin-top: -11px;
    margin-left: 1px;
}

.swal2-timer-progress-bar{
    background-color:rgb(0,191,255) !important;
}