.sweet-alert { border-radius: 0; padding: 1.6rem 1rem; }
@media all and (min-width: 541px) {
    .sweet-alert { margin-left: -239px; }
}
.sweet-alert .sa-icon { margin: 0.5rem auto 1.5rem; }
.sweet-alert .sa-icon.sa-success { border-color: #0b790d; }
.sweet-alert .sa-icon.sa-success .sa-line { background-color: #0b790d; }
.sweet-alert .sa-icon.sa-error { border-color: #ff0000; }
.sweet-alert .sa-icon.sa-error .sa-line { background-color: #ff0000; }
.sweet-alert .sa-icon.sa-info { border-color: #65B3D3; }
.sweet-alert .sa-icon.sa-info::before,
.sweet-alert .sa-icon.sa-info::after { background-color: #3da0c8; }

@-webkit-keyframes hideSweetAlert {
   
}

@keyframes hideSweetAlert {
    
}

@-webkit-keyframes pulseWarning {
    0% { border-color: #F8D486; }
    100% { border-color: #F17C16; }
}

@keyframes pulseWarning {
    0% { border-color: #F8D486; }
    100% { border-color: #F17C16; }
}

@-webkit-keyframes pulseWarningIns {
    0% { background-color: #F8D486; }
    100% { background-color: #F17C16; }
}

@keyframes pulseWarningIns {
    0% { background-color: #F8D486; }
    100% { background-color: #F17C16; }
}

.sweet-alert h2 { font-family: 'Source Sans Pro', sans-serif; font-weight: bold; font-size: 1.6rem; line-height: 1.6rem; margin: 1rem 0; color: #000; text-transform: uppercase; }
.sweet-alert p { color: #333; font-size: 0.92rem; line-height: 1.24rem; }
.sweet-alert .red { color: red; }
.sweet-alert fieldset { padding: 0; margin: 0; }
.sweet-alert button { font-size: 1rem; line-height: 1.5rem; font-weight: normal; border-radius: 0; text-transform: uppercase; font-weight: bold; color: #555; border: 2px solid #666; background-color: #FFF; font-family: 'Source Sans Pro', sans-serif; outline: 0; padding: 6px 16px; text-align: center; white-space: nowrap; }
.sweet-alert button:hover,
.sweet-alert button:active { background-color: #FFF; }
.sweet-alert button.confirm { background-color: #FFF; color: #FF5A00; border-color: #FF5A00; }
.sweet-alert button.cancel,
.sweet-alert button.cancel:hover { background-color: #F6F6F6; }
