.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;
}
.dtr-modal-content > h2{
    display: none;
}
.tf_ansbox{
    background-color: #4fa7aa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    padding: .5rem 1.5rem;
    border-radius: .25rem;
}
.optionbox{
    border: 1px solid rgb(220,220,220);
    border-radius: .5rem;
    padding: 1rem;
    height: 100%;
}

.optionbox.ans{
    border-color: rgb(79, 167, 170);
    background-color: rgba(79, 167, 170, .1);
    font-weight: 500;
}

.content_area{
    padding-bottom: 70px;
}

.test_info{
    padding: 1rem 1.25rem;
    background-color: rgb(255,255,255);
    border-radius: .5rem;
    border: 1px solid rgb(200,200,200);
}
@media(min-width: 576px){
    .test_info{
        text-align: center;
    }
}

.test_info_title{
    font-weight: 500;
}
