/* 下線部 */
.statusForm {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    border: none;
    outline: none;
    border-bottom: 1px solid #d1d5db !important;
}

/* スターテスラベル */
.statusLabel {
    display: flex;
    top: 50%;
    align-items: center;
}

/* ステータスのセレクト */
.statusSelectForm {
    background-color: transparent;
    border: none;
    color: #fff;
    text-align: center;
}

.statusSelectFormOption {
    color: #000;
}

/* ステータスのインプット */
.statusInputForm {
    background-color: transparent;
    border: none;
    color: #fff;
    text-align: center;
}