main {
    overflow: auto;
    padding: 20px;
    /* height: calc(var(--vh, 1vh) * 100 - 95px); */
}

/* main .chart {
    width: calc(100% - 10px);
} */

.layer.opened {
    -webkit-animation: expand 0s ease-in;
    animation-fill-mode: forwards;
    height: 100%;
}

main input {
    outline: none;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    background: transparent;
    color: #000851;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 24px;
    background: #effafe;
    border: 1px dashed #daeef4;
    font-weight: 600;
    font-family: 'Quicksand';
}

main select {
    display: none;
}
