html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    background: #e0e0e0;
    overflow-y: scroll;
}
#app {
    background: none !important;
}
.pdf-viewer .view-control {
    display: inline-flex;
}
.pdf-viewer .view-control i {
    display: inline-flex;
    background-color: lightgrey;
    border-radius: 24px;
    margin: 2px;
    cursor: pointer;
    width: 36px;
    height: 36px;
}
.pdf-viewer .view-control i:hover {
    background-color: darkgrey;
}

.pdf-viewer .view-control i.zoom-in:after {
    content: '+';
    font-size: 20px;
    margin: auto;
}

.pdf-viewer .view-control i.zoom-reset {
    display: none;
}

.pdf-viewer .view-control i.zoom-out:after {
    content: '–';
    font-size: 20px;
    margin: auto;
}

.MuiCardContent-root:last-child {
    padding-bottom: 16px !important;
}

.apexcharts-tooltip {
    border: 0px !important;
    box-shadow: none !important;
}

.apexcharts-tooltip,
.apexcharts-tooltip.apexcharts-active,
.apexcharts-xaxistooltip,
.apexcharts-xaxistooltip.apexcharts-active,
.apexcharts-marker {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
