.searchform-wrapper {
    max-width: 100%;
    padding: 30px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.searchform-field {
    margin-bottom: 12px;
}

.searchform-field label {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 600;
}

.searchform-wrapper .searchform-field input {
    padding: 10px 6px;
    border: 1px solid #303030;
    background-color: transparent;
}

.submit-btn{
    text-align: right;
    margin-top: 25px;
}

.searchform-field button {
    padding: 8px 14px;
    background: #1e1869;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: .375rem;
}

.searchform-field button:hover {
    background: #00813e;
}

.searchform-field .radio-item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.searchform-field .radio-item input[type="radio"] {
    margin: 0;
}

.study-status{
    margin-top: 20px;
}

label.study-status-label{
    font-size: 17px;
    margin-bottom: 12px;
}
