@import url('extra.duration.css');
@import url('extra.delay.css');
@import url('extra.mix-blend-mode.css');
@import url('extra.animate.css');


html {
    /*overflow-x: hidden;*/
}

body {
    /*overflow-x: hidden;*/
}

html,
body {
    background: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

a {
    /* -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out; */
}

.anima {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

a:hover {
    /*text-decoration: none;*/
}


:active {
    outline: none !important;
}



.noselect,
.noselect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect,
.noselect img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    /* user-drag: none; */
}


*[data-anijs] {
    visibility: hidden;
}

*[data-anijs].stshow {
    visibility: visible;
}

.showed {
    visibility: visible;
}

@media (min-width: 992px) {
    input:focus,
    textarea:focus {
        outline: none;
    }

    /*a:focus {
        outline: auto;
    }*/
}


html.swal2-shown {
    overflow-y: visible !important;
}

body.swal2-shown {
    padding-right: 0 !important;
}

.swal2-modal .swal2-title {
    line-height: 1 !important;
}




