html,
body,
#root,
#root > div,
#mroot > div{
    width: 100%;
    height: 100%; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}


input[type="file"] {
    cursor: pointer;
}

.div {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.body-scroll {
    position: relative !important;
    height: auto !important;
    overflow-x: hidden;
}


.full-height{
    height: auto !important;
    min-height: 100vh !important;
}

.full-height > div{
    min-height: 100vh !important;
    height: auto !important;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     position: fixed;
    /* prevent overscroll bounce*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* iOS velocity scrolling */
    width: 50%;
    margin-left: 25%;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Maax';
    font-style: normal;
    font-weight: 400;
    src: url('font/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('font/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('font/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('font/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Maax-Italic';
    font-style: italic;
    font-weight: 400;
    src: url('font/roboto-v20-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('font/roboto-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('font/roboto-v20-latin-italic.woff') format('woff'), /* Modern Browsers */ url('font/roboto-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/roboto-v20-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Maax-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('font/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('font/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('font/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('font/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Maax-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('font/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('font/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('font/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('font/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* quattrocento-regular - latin */
@font-face {
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 400;
    src: url('font/quattrocento-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Quattrocento'),
    url('font/quattrocento-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/quattrocento-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('font/quattrocento-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('font/quattrocento-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/quattrocento-v11-latin-regular.svg#Quattrocento') format('svg'); /* Legacy iOS */
}

/* quattrocento-700 - latin */
@font-face {
    font-family: 'Quattrocento-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('font/quattrocento-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Quattrocento Bold'), local('Quattrocento-Bold'),
    url('font/quattrocento-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/quattrocento-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('font/quattrocento-v11-latin-700.woff') format('woff'), /* Modern Browsers */ url('font/quattrocento-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/quattrocento-v11-latin-700.svg#Quattrocento') format('svg'); /* Legacy iOS */
}
