﻿.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.goog-logo-link, .goog-te-gadget-icon {
    display: none !important;
}

#preloader-active {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

#preloader-active.hidden {
    opacity: 0;
    pointer-events: none;
}
