﻿

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.sys-cursor-pointer {
    cursor: pointer;
}

.sys-cursor-not-allowed {
    cursor: not-allowed;
}

.sys-hover:hover {
    background-color: #e6e6e6;
    cursor: pointer;
}

.sys-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sys-hover-1:hover {
    background-color: rgb(230, 230, 230,25%);
    cursor: pointer;
}







@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.sys-text-blinking {
    animation: blink 1.5s infinite;
}
.sys-text-blinking-1 {
    animation: blink 2s infinite;
}
.sys-text-blinking-2 {
    animation: blink 2.5s infinite;
}
.sys-swal2-html-container {

    font-size: 1.5em !important;
}
.sys-swal2-html-container {
    font-size: 1.5em !important;
}

/*.sys-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}

.sys-overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(250, 255, 255, 0.5);*//* rgba(0, 0, 0, 0.5);*/
/*}*/
