main {
    font-family: 'notosanskr', 'Apple SD Gothic Neo';
}

input::placeholder {
    color: lightgray;
    font-size: 0.85em;
}

input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #999;
    appearance: none;
    cursor: pointer;
    /* transition: background 0.2s; */
  }

input[type="checkbox"]:checked {
    background: #ff6400;
    border: none;
}

.selec_chk {
    vertical-align: middle;
    margin-right: 2px;
}