/* ----------------------------------  SWEET ALERT STYLE ---------------------------------  */
.swal2-popup .swal2-title {
    font-family : "Munistic";
}
.swal2-popup .swal2-styled.swal2-confirm {
    font-family      : "Munistic";
    background-color : #003C5C !important;
}

.swal2-popup .swal2-image {
    width : 14vw;
}
@media(max-width: 1720px){
    .swal2-popup .swal2-image {
        width : 15vw;
    }
}
@media(max-width: 1320px){
    .swal2-popup .swal2-image {
        width : 20vw;
    }    
}
@media(max-width: 1024px){
    .swal2-popup .swal2-image {
        width : 26vw;
    }    
}
@media(max-width: 768px){
    .swal2-popup .swal2-image {
        width : 35vw;
    }    
}
@media(max-width: 768px) and (max-height: 500px){
    .swal2-popup .swal2-image {
        width : 35vw;
    }    
}
@media(max-width: 575px){
    .swal2-popup .swal2-image {
        width : 45vw;
    }    
}
@media(max-width: 500px){
    .swal2-popup .swal2-image {
        width : 70vw;
    }    
}
/* ---------------------------------------------------------------------------------------- */