@charset "utf-8";
/* CSS Document */



.input {
    min-width: 2em;
    max-width: fit-content;

}

.control {
    min-width: 5px;
}

.is-fixed {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}

.is-green {
    background-color: #52CC7A;
    color: white;
    border-color: #52CC7A;
}
