@import url("https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i");


.swal2-success [class^=swal2-success-line][class$=long] {
    top: 3.8em !important;
    width: 3em !important;
    left: 3em !important
}

.swal2-success [class^=swal2-success-line][class$=tip] {
    width: 2em !important;
    left:1.85em !important;
    margin-top: 0.5em !important;
    top: 3.75em !important;
}

.swal2-success-circular-line-right{
    animation: none !important;
}

.swal2-confirm {
    background-color: #2778c4 !important;
    border-color: #2778c4 !important;
}

.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #2778c4 !important;
}

.swal2-icon {
    margin-top: 50px;
}

.swal2-x-mark-line-right{
    left: 1.3em !important;
    top:3.5em !important;
    width: 4.8em !important;
    height: 0.38em !important;
}

.swal2-x-mark-line-left{
    left: 1.3em !important;
    top:3.5em !important;
    width: 4.8em !important;
    height: 0.38em !important;
}

.swal2-modal{
    width: fit-content;
} 