.file_container{
    position: relative;
    background-color: #fbfbfb;
    padding: 10px;
}
.file_container img{
    width: 100%;
}
.file_container form{
    display: inline-block;
    position: absolute;
    right: 5px;
}
.file_container button{
    border: none;
    background-color: transparent;
}
.file_container a{
    padding-left: 10px;
}
.questions_box .card-body{
    border-bottom: 2px solid #354768;
}
.tag_form{
    width: max-content;
}

.status-round{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
    overflow: auto;
    height:unset;
    margin-bottom: 10px;
}