body {
    font-family: Arial, Helvetica, sans-serif;
}
a {
    color: #6bc7f4;
}
.formContainer {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 5px;
}
.frm_button_submit {
    width: auto;
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #6bc7f4;
    border-width: 1px;
    border-color: #6bc7f4;
    border-style: solid;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 20px;
    box-sizing: border-box;
}
.inputArea {
    height: 100px !important; 
    font-family: Arial, Helvetica, sans-serif;
}
.inputForm {
    height: 25px;
    color: #444444;
    background-color: #ffffff;
    border-color: #8f8e8e;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}
.inputFormSampleTitle {
    margin-left: 4px;
    color: #757575;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0px;
}
#selected-samples {
    margin-top: 2px;
    margin-bottom: 2px;
}

#selected-samples li {
    font-size: 13px;
}

.inputFormFake{
  
    color: #444444;
    background-color: #ffffff;
    border-color: #8f8e8e;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

.inputFormErr {
    border-color: #B94A48 !important;
}
.inputCheckLabelErr {
    color: #B94A48 !important;
}