.flew-layer {
    position: fixed;
    z-index: 101;
    /* display: flex; */
    display: none;
}

.flew-layer .main.container {
    margin: auto;
}

.flew-layer .main.container>div {
    margin: auto;
    padding: .6rem;
    vertical-align: middle;
    border-radius: 0 0 0 .8rem;
    /* border: .5px solid #f6f6f8;
		box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff !important;
		background: linear-gradient(0deg, #fff, #f9faff) !important; */
    background: rgba(255, 255, 255, 0.23);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: inline-block;
}

@media (prefers-color-scheme: dark) {
    .flew-layer .main.container>div {
        background: linear-gradient(0deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .05)) !important;
    }
}

@keyframes left-in {
    0% {
        left: -15rem;
    }

    100% {
        left: 0;
    }
}

@keyframes right-in {
    0% {
        right: -11rem;
    }

    100% {
        right: 0;
    }
}

.flew-layer .main.container>div.poll,
.flew-layer .main.container>div.roll {
    /* display: flex; */
    overflow: scroll;
    height: 100vh;
    width: 14rem;
    position: fixed;
    left: 0;
    border-radius: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    animation: 800ms ease left-in;
    transition: opacity 800ms, filter 700ms ease;
}

.flew-layer .main.container>div.poll>div,
.flew-layer .main.container>div.roll>div {
    flex: 0 1 24%;
    white-space: nowrap;
}

.flew-layer .main.container>div.control {
    min-width: 150px;
    width: 14rem;
    height: 100%;
    font-size: 14px;
    position: fixed;
    right: 0;
    border-radius: 0 !important;
    display: grid;
    place-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    animation: 800ms ease right-in;
    transition: opacity 800ms;
}

.flew-layer .top {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 1rem;
    width: calc(100% - 2rem);
}

.flew-layer .bottom {
    display: flex;
    vertical-align: bottom;
    text-align: center;
    /* bottom: 0; */
    position: absolute;
    bottom: 4rem;
    margin: 0 auto;
}

/* div.flew-layer div.control>div.bottom>button {
    width: 3.6rem !important;
} */

.flew-layer .bottom>button:first-of-type:hover {
    background: #7fFF86;
    box-shadow: 0 0 12px #7fFF86;
}

.flew-layer .bottom>button:last-of-type:hover {
    background: #FF4f56;
    box-shadow: 0 0 12px #FF4f56;
}



.flew-layer .main.container>div.control .state.container a {
    display: inline-block;
    width: 7rem;
}

.flew-layer .main.container>div.control .state.container span {
    position: absolute;
    right: 0.5rem;
}

.flew-layer .main.container>div.poll>div,
.flew-layer .main.container>div.roll>div {
    /* width: 8rem; */
    height: 1.2rem;
    margin: .66rem;
    display: inline-block;
    /* border: 1px solid red; */
}

.flew-layer .main.container>div>div>span {
    overflow: hidden;
    font-size: .8rem;
    line-height: 1.2rem;
    display: inline-block;
    width: 9.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.flew-layer .main.container>div>div>div.switch {
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    width: 3rem;
    height: 1.2rem;
    display: inline-block;
    font-size: 11.5px;
    line-height: 1.2rem;
    border-radius: .4rem;
    background: rgba(255, 255, 255, .2);
    box-shadow: 1px 2px 8px rgba(12, 12, 18, .15);
    border: 1.6px solid rgba(255, 255, 255, .2);
    /* border: 1px solid red; */
    justify-content: right;
}

.flew-layer .main.container>div>div>span {
    position: relative;
    display: inline-block;
    /* margin: 4em; */
}

.tips {
    position: fixed;
    top: 0;
    left: 0;
    /* left: 50%; */
    display: none;
    white-space: nowrap;
    /* transform: translate(-50%, 0); */
    /* z-index: 100; */
    pointer-events: none;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom-right-radius: 7px;
    padding: 5px;
    text-align: center;
}

.flew-layer .main.container>div>div>span:hover .tips {
    display: unset;
}

.flew-button {
    z-index: 20;
    height: 2rem;
    width: 2rem;
    padding: .4rem;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #ffffff 0%, #e9ebee 100%);
    border: 2px solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    animation-iteration-count: infinite;
}

.flew-button.rover {
    position: fixed;
    top: .8rem;
    right: .8rem;
}

.flew-button:hover {
    background-image: linear-gradient(0deg, #0548ef 0%, #1558ff 100%);
    border: 2px solid #033de7;
}

.land {
    /* text-align: start; */
    position: fixed;
    display: inline-block;
    top: .8rem;
    right: .8rem;
    /* width: 5rem; */
    height: 2rem;
    border-radius: 10rem;
    background: #222224;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
}

.land span {
    line-height: 2rem;
    margin-left: .6rem;
    margin-right: 2.4rem;
    color: #DEDEDF;
}

@media (prefers-color-scheme: dark) {
    .flew-button {
        background-image: linear-gradient(0deg, #20252e 0%, #293b6a 100%);
        border: 2px solid #161619;
    }

    .land {
        background: #020204;
    }

    .flew-button img {
        filter: invert(.75);
    }
}