.vue-tel-input {
    height: 48px;
}

.vti__dropdown-list.below {
    font-weight: 100;
}

.frameHolders iframe {
    width: 100%;
    height: 100%;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
    text-align: center;
    display: none;
}

#preloader>div {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
}

#preloader>div>div {
    width: 100vw;
    height: 100vh;
    display: flex;
}

#preloader img {
    margin-left: auto;
    margin-right: auto;
}

[v-cloak] {
    display: none;
}

select {
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: 3px -2px 6px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 400px) {
    .mobile_tiny {
        font-size: 13px;
    }
    .mobile_tiny_logo {
        height: 25px;
    }
}