html, body {
    background-color: #f7f7f7;
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}

.right-fixed {
    height: 100%;
    width: 20%;
    right: 0px;
    position: fixed;
    z-index: 1;
}

.site-element-futer {
    position: absolute;
    bottom: 10%;
}

.disabled {
    left: 0px;
    height: 100%;
    width: 80%;
    background-color: rgb(148 148 148 / 0.38);
    position: fixed;
    z-index: 2;
}

.vertical-and-horizontal-centering {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    margin: 0 auto;
}

.background {
    position: relative;
    height: 100vh;
    background-image: url("/Images/pages/vuexy-login-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.max-image-size-60 {
    max-width: 80px;
    max-height: 80px;
}

.max-image-size-150 {
    max-width: 150px;
    max-height: 150px;
}

.max-image-size-250 {
    max-width: 250px;
    max-height: 250px;
}

.max-image-size-500 {
    max-width: 500px;
    max-height: 500px;
}

.max-image-size-1000 {
    max-width: 1000px;
    max-height: 1000px;
}

.max-image-size-3000 {
    max-width: 3000px;
    max-height: 3000px;
}

