﻿section.c-18x152l
{
    cursor: move;
    position: absolute;
    z-index: 100;
}
.ph-no-capture.c-gu9w85
{
    display: block;
    height: 20px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ph-no-capture.active.c-gu9w85
{
    height: 100%;
}
.hide-btn.c-gu9w85
{
    align-items: center;
    background-color: #00000080;
    border: 1px solid #fff;
    border-radius: 3px;
    color: transparent;
    display: flex;
    font-size: 20px;
    height: 20px;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    width: 100%;
    z-index: 99;
}
.hide-btn.c-gu9w85:before
{
    color: #fff;
    content: ">";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    transition: all .3s linear;
}
.hide-btn.active.c-gu9w85:before
{
    transform: translate(-50%,-50%) rotate(-90deg);
}
.inner.c-gu9w85
{
    background-color: #00000080;
    border: 2px solid hsla(0,0%,100%,.5);
    transform: translateY(-150%);
    transition: all .3s linear;
}
.inner.hide.c-gu9w85
{
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    visibility: visible;
    z-index: 99;
}
button.c-gu9w85
{
    margin-bottom: 15px;
}
label.c-gu9w85
{
    display: block;
}
input.c-gu9w85, select.c-gu9w85
{
    color: #000;
    width: 100%;
}
select.c-gu9w85
{
    margin-bottom: 10px;
}
option.c-gu9w85
{
    color: #000;
}