﻿body::-webkit-scrollbar {
    display: none;
}

body {
    touch-action: pan-x;
}

.svg {
    width: 100%;
    height: 100%;
}

.ArrowRight path {
    fill: #666666 !important;
}