.label_width{
    min-width: 100px;
}
.title_width{
    min-width: 160px;
}
.attachment_present_block{
    width: 100px;
}
.attachment_present{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.optionbox{
    border: 1px solid rgb(220,220,220);
    border-radius: .5rem;
}
.radiobox_block{
    height: 70px;
    width: 70px;
    padding-right: .5rem;
    padding-left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.radiobox{    
    margin-top: 0;
}