﻿input:focus, textarea:focus, select:focus, a, button {
    outline-style: none !important;
    box-shadow: none !important;
}

.site-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.site-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .site-loading img {
        width: 80px;
        height: 80px;
    }

    .site-loading .abort {
        margin: 0;
        padding: 0;
        display:flex;
        justify-content: center;

    }

    .site-loading .abort a {
        margin: 1em;
        padding: 0;
        font-size: 0.4em;
        line-height: 0;
        text-decoration: none;
        
    }


    

    

