/** {outline: none; touch-action: manipulation;  box-sizing: border-box;} *{-webkit-tap-highlight-color: transparent !important;}*/
html{padding: 0px; margin: 0px;} body{padding: 0px; margin: 0px;}
/*html{background-color: var(--v-theme-background);}*/
.noOverflow{overflow: hidden !important;}
.noWrap{white-space: nowrap;}
.noSelect{-webkit-touch-callout: none; -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none; -ms-user-select: none;user-select: none;}
.noEvents{pointer-events: none}
/*.block{width: 100%;}*/

html{overflow: hidden !important}
body{overflow: hidden !important}

/*TEXT*/
p{margin: 0px; padding: 0px;}
span{margin: 0px; padding: 0px;}
a{text-decoration: none}
*{font-family:  Roboto;}
*{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*span.icon{line-height: 0px;}*/

.centerContent{
    margin: 0 auto;
}
/*ScrollBar*/
::-webkit-scrollbar {width: 5px; height: 10px;}
::-webkit-scrollbar-track {background: #aaaaaa}
::-webkit-scrollbar-thumb {background: #c9c9c9;}
::-webkit-scrollbar-thumb:hover {background: var(--v-scrollbar-lighten3);}

* {
    touch-action: manipulation;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}


