﻿/*.sweet-alert {
    width: 25% !important;
    left: 56% !important;
}*/
/*.sweet-alert .sa-icon {
    width: 18% !important;
    height: 55px !important;
    margin: 4px auto !important;
}
.sweet-alert .sa-icon.sa-success::before {
    top: -28px !important;
}
.sa-icon.sa-success.animate::after {
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.0s !important;
    animation: animateSuccessTip 0.0s !important;
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.0s !important;
    animation: animateSuccessLong 0.0s !important;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 55px !important;
    height: 58px !important;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    height: 25px !important;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    height: 4px !important;
    width: 24px !important;
    top: 25px !important;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 4px !important;
    height: 20px !important;
    left: 18px !important;
    top: 26px !important;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 31px !important;
    right: 5px !important;
    top: 26px !important;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 14px !important;
    left: 14px !important;
    top: 33px !important;
}*/
.sweet-alert h2 {
    font-size: 20px !important;
    margin: 10px 0 !important;
}
.sweet-alert p {
    font-size: 16px !important;
    font-weight : 600
}
.sweet-alert button {
    font-size: 13px !important;
    border-radius: 0px !important;
    padding: 5px 30px !important;
}
@media (max-width: 540px) {
    .sweet-alert {
        width: auto !important;
        margin-left: 0;
        margin-right: 0;
        left: 15px !important;
        right: 15px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .sweet-alert {
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto;
        left: 30% !important;
    }
    /*.sweet-alert .sa-icon {
        width: 26% !important;
    }
    .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
        left: 16px !important;
    }
    .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
        right: 14px !important;
    }*/
}
