﻿.model-box-input {
    width: 100%;
    height: 40px;
    border: 1px solid #BABFC7;
    border-radius: .25rem;
}

.note-input {
    color: red;
    border: 1px solid red;
}

.const-box {
    border: 1px solid #BABFC7;
    border-radius: .25rem;
    height: 40px;
    padding: .75rem 1rem;
}

.result-box:hover {
    background: #BABFC7;
}
