/* sweetallert */
.swal2-popup.swal2-toast .swal2-title {
    margin-top: 5px;
    margin-left: 15px;
}

#swal2-html-container {
    margin-top: 0px;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.swal2-styled.swal2-confirm {
    background-color: #1E3D72 !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: #1E3D72 !important;
}

.swal2-styled.swal2-confirm:active {
    background-color: #1E3D72 !important;
}

.swal2-styled.swal2-confirm:focus {
    outline: none;
    box-shadow:0 0 0 0;
}

.swal2-styled.swal2-confirm::-moz-focus-inner {
    border: 0;
}