﻿.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.autocompleteDropdown {
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(12px, 57px, 0px);
    position: inherit;
}

.splash .splash-icon {
    background: #f8fbffa3;
    display: block;
    height: 100%;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(0) translateY(-100%);
    transition: transform .5s;
    width: 100%;
    z-index: 100;
}