﻿#AlertSendSMS {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

body {
}

.swal2-html-container{
    font-size: medium;
}

.swal2-modal{
    width: 60%;
}

.swal2-confirm.swal2-styled{
    font-size: 1.5em;
}

.swal2-cancel.swal2-styled{
    font-size: 1.5em;
}

.swal2-input{
    text-align: center;
    font-size: 2em;
}