﻿/* Alertbox CSS*/
.swal-footer {
    text-align: center !important;
    padding: 0px 10px 10px !important;
}

.swal-modal {
    width: 320px !important;
    border-radius: 0px !important;
}


.swal-button {
    background-color: #21bfd0 !important;
    border: 1px solid#21bfd0 !important;
    padding: 7px 30px !important;
    border-radius: 3px !important;
}

.swal-text:first-child {
    margin-top: 30px !important;
    text-align: center !important;
    color: #505050 !important;
}

.swal-button:not([disabled]):hover {
    background-color: #fff !important;
    border: 1px solid#21bfd0 !important;
    color: #21bfd0 !important;
}

.swal-text:first-child {
    margin-top: 30px !important;
    text-align: center !important;
    color: #505050 !important;
}
/*Alertbox css end*/
