/* @import "./views/home/home.css"; */
@import "./views/header/header.css";
@import "./views/footer/footer.css";

.pointer {
    cursor: pointer;
}
html {
    overflow: hidden;
    overscroll-behavior: none;
    background-color: #0c0f18;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    touch-action: none;
    background: #000;
}
.body_style {
    overscroll-behavior: none;
}
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.flex-1 {
    flex: 1;
}

.lh-1 {
    line-height: 1;
}

.hidden {
    opacity: 0;
}

.home-component,
.support-component,
.about-component,
.download-component,
.use-component {
    transition: opacity 1s;
}

.v-main {
    max-width: 100vw;
    max-height: 100vh;
}
.v-carousel__controls {
    /* transform: translate(0, -75%) !important; */
    background: none !important;
}
.v-carousel__controls__item {
    color: burlywood !important;
}

.v-btn--icon.v-size--small {
    width: 14px !important;
    height: 14px !important;
}
.mob .v-btn--icon.v-size--small {
    width: 10px !important;
    height: 10px !important;
}

.v-btn:before {
    opacity: 0.18 !important;
}

.theme--dark.v-btn--active:before,
.theme--dark.v-btn--active:hover:before {
    opacity: 1 !important;
}

.bg-img {
    width: 100%;
}

button,
a {
    text-transform: none !important;
}

.contain {
    object-fit: contain;
}

.app-v-hint {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    line-height: 17px;
    left: 10%;
    bottom: 10%;
    background: rgba(255, 255, 255, 0.8);
    color: #717171;
    border: 1px solid #ececec;
    border-radius: 30px;
    z-index: 99;
    white-space: nowrap;
}

.theme-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url("./img/bg.png") no-repeat center center;
    background-size: cover;
    z-index: 0;
}

@media (prefers-color-scheme: dark) {
    :root {
        --apple-mobile-web-app-status-bar-style: black-translucent;
    }
    body {
        background: #000;
    }
}

.slider_style {
    width: 100% !important;
    height: 100%;
}
.carousel_style {
    min-height: 500px !important;
    background-color: #151516;
}
/* For screens 768px and larger */
@media (min-width: 420px) {
    .carousel_style {
        min-height: 650px !important;
        background-color: 151516;
    }
}

.white_text {
    color: #fff !important;
}
.overflow_y {
    overflow-y: auto;
}

.abs_bg {
    position: absolute;
    top: 0;
    left: 0;
}
.w_100 {
    width: 100%;
}
.pt_375px {
    padding-top: 375px;
}
.carousel-img-container {
    height: 100%;
    width: 100% !important;
    display: grid;
    justify-items: center;
    align-items: center;
}
.carousel-img {
    align-self: center;
    height: auto;
    max-width: 100%;
}
.app_width {
    max-width: 430px;
    margin: 0 auto;
}
@media (min-width: 500px) {
    .body_style {
        height: 100%;
        width: 100% !important;
        background-color: #151516 !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
}

.android_height {
    height: 100vh !important;
    background-color: #151516;
}
