.f {
    animation: fnonfadein 1s;
    transition: transform .3s, opacity .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.f__cm {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-y: auto;
    background: var(--m-bg);
    animation: fnonfadein .7s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s;
    font-family: var(--f-f)
}

.f__cm:not(.fl) {
    padding: 4rem 1rem
}

.f__cm:not(.fl):hover::-webkit-scrollbar-thumb {
    background: var(--fnon-scroll-color);
    border-radius: 10px
}

.f__cm:not(.fl)::-webkit-scrollbar {
    width: 4px
}

.f__cm:not(.fl)::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 10px
}

.f__cm:not(.fl)::-webkit-scrollbar-thumb {
    background: var(--fnon-scroll-color);
    border-radius: 10px
}

.f__btn {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-width: 0;
    border-style: solid;
    padding: 3px 6px;
    min-width: 110px;
    border-radius: 40px;
    text-indent: 0px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    transition: transform .2s;
    transition: box-shadow 1s
}

.f__btn:hover,
.f__btn:focus {
    box-shadow: inset 0 -60px 5px -5px var(--b-sh);
    outline: none
}

.f__m {
    position: relative;
    animation: fnonfadein 1.5s forwards;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #161616;
    border-radius: 6px;
    overflow: hidden;
    outline: 0;
    animation: mEntrance 800ms ease forwards
}

.f__m__nl {
    width: 540px
}

.f__m__sm {
    width: 310px
}

.f__m__lg {
    width: 800px
}

.f__m__xl {
    width: 1140px
}

.f__m__fl {
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    border-radius: 0
}

.f__m__fl:hover::-webkit-scrollbar-thumb {
    background: var(--fnon-scroll-color);
    border-radius: 10px
}

.f__m__fl::-webkit-scrollbar {
    width: 4px
}

.f__m__fl::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 10px
}

.f__m__fl::-webkit-scrollbar-thumb {
    background: var(--fnon-scroll-color);
    border-radius: 10px
}

.f__m__fl .f__m__h {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.f__m.fade {
    opacity: 0
}

.f__m.slide-top,
.f__m.slide-bottom,
.f__m.slide-left,
.f__m.slide-right {
    opacity: 0
}

.f__m.slide-top {
    transform: translateY(-50%)
}

.f__m.slide-bottom {
    transform: translateY(50%)
}

.f__m.slide-left {
    transform: translateX(50%)
}

.f__m.slide-right {
    transform: translateX(-50%)
}

.f__m__h {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 15px;
    border-top-left-radius: calc(.2rem - 1px);
    border-top-right-radius: calc(.2rem - 1px)
}

.f__m__h__ttl {
    cursor: move;
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
    font: 400 16px var(--f-f);
    flex: 1
}

.f__m__h .cls {
    padding: 7px 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: calc(1.26rem + .12vw);
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .5s;
    outline: none
}

.f__m__h .cls svg {
    font-size: 12px;
    height: 12px;
    width: 12px
}

.f__m__h .cls:hover {
    opacity: 1;
    transform: scale(1.3) rotate(360deg)
}

.f__m__h+.f__m__f {
    border-top: none
}

.f__m__b {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem
}

.f__m__b__ask {
    overflow-x: auto;
    flex-grow: 1 !important;
    position: relative;
    color: var(--color)
}

.f__m__b__ask.ico {
    flex: 1 1 auto
}

.f__m__b .askicon {
    margin-right: 20px;
    color: var(--icon-c)
}

.f__m__b .askicon svg {
    width: 45px
}

.f__m__f {
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.2rem - 1px);
    border-bottom-left-radius: calc(.2rem - 1px);
    margin-top: auto
}

.f__m__f>* {
    margin: .25rem
}

.f__cw,
.f__cb {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4000
}

.f__cw {
    position: fixed
}

.f__cb {
    position: absolute
}

.f__w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.f__w p:first-of-type {
    letter-spacing: 2px
}

.f__ch {
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    position: fixed;
    top: var(--h-spacing);
    bottom: var(--h-spacing);
    display: flex;
    z-index: 4000;
    overflow-x: hidden
}

.f__ch.left-top,
.f__ch.left-center,
.f__ch.left-bottom {
    left: 0;
    padding-left: var(--h-spacing);
    padding-right: var(--h-spacing)
}

.f__ch.left-top {
    flex-direction: column
}

.f__ch.left-bottom {
    flex-direction: column-reverse
}

.f__ch.left-center {
    flex-direction: column;
    justify-content: center
}

.f__ch.right-top,
.f__ch.right-center,
.f__ch.right-bottom {
    right: 0;
    padding-right: var(--h-spacing);
    padding-left: var(--h-spacing)
}

.f__ch.right-top {
    flex-direction: column
}

.f__ch.right-bottom {
    flex-direction: column-reverse
}

.f__ch.right-center {
    flex-direction: column;
    justify-content: center
}

.f__ch.center-top,
.f__ch.center-center,
.f__ch.center-bottom {
    left: 50%;
    transform: translateX(-50%)
}

.f__ch.center-top {
    flex-direction: column
}

.f__ch.center-bottom {
    flex-direction: column-reverse
}

.f__ch.center-center {
    flex-direction: column;
    justify-content: center
}

.f__h {
    border: none;
    position: relative;
    padding: .55rem .75rem;
    margin-bottom: 1rem;
    border: none solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    box-sizing: border-box;
    overflow: hidden;
    max-width: var(--h-width);
    animation: hintEntrance var(--ani-dura) forwards ease, hintOut var(--ani-dura) forwards var(--display-dur) ease-in-out;
    background-color: var(--hint-bg-color);
    color: var(--hint-color);
    box-shadow: 1px 2px 9px var(--hint-shadow-color)
}

.f__h svg {
    margin-right: 7px;
    height: var(--svg-h);
    width: var(--svg-w)
}

.f__h.fade {
    opacity: 0;
    --x: 0;
    --y: 0;
    --h-out: translate(0, 0)
}

.f__h.slide-left {
    opacity: 0;
    --x: -10px;
    --y: 0;
    --h-out: translate(100%, 0);
    transform: var(--h-out)
}

.f__h.slide-right {
    opacity: 0;
    --x: 10px;
    --y: 0;
    --h-out: translate(-100%, 0);
    transform: var(--h-out)
}

.f__h.slide-top {
    opacity: 0;
    --x: 0;
    --y: 10px;
    --h-out: translate(0, -100%);
    transform: var(--h-out)
}

.f__h.slide-bottom {
    opacity: 0;
    --x: 0;
    --y: -10px;
    --h-out: translate(0, 100%);
    transform: var(--h-out)
}

.f__h::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 3px;
    background: var(--prog-color);
    width: 0;
    animation: h_progress var(--display-dur) linear forwards
}

@keyframes h_progress {
    100% {
        width: var(--h-width)
    }
}

@keyframes hintEntrance {
    80% {
        transform: translate(var(--x), var(--y))
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes hintOut {
    20% {
        transform: translate(var(--x), var(--y))
    }

    100% {
        opacity: 0;
        transform: var(--h-out)
    }
}

@keyframes fnonfadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mEntrance {
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

svg.ani {
    animation: svganiscale .9s ease-in-out .3s both
}

@keyframes svganiscale {
    0% {
        transform: rotate(270deg)
    }

    50% {
        transform: scale3d(1.1, 1.1, 1) rotate(-3deg)
    }

    100% {
        transform: scale3d(1, 1, 1) rotate(0deg)
    }
}

.f__of_hidden {
    overflow: hidden
}

/*# sourceMappingURL=css.css.map */