
/* new added style */
.attached-files-modal-btn .btn{
    font-size: 20px;
    text-decoration: underline;
}
.file-item {
    margin: 15px 10px ;
}
.file-item .type-icon{
    width: 43px;
    height: auto;
}
.file-item .media-body{
    height: 100%;
    margin: 0 10px;
    color: #a4a4a4;
}
.file-item .media-body .fileName{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.file-item .media-body .fileType{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.down-icon{
    width: 25px;
    display: block;
}
.tab-content>.active {
    padding-bottom: 50px !important;
}

.text-black{color: #6d6868 !important;}


.inc_rounded_button{
    border-radius: 50% !important;
    padding: 3px 8px !important;
    margin-right: 2px;
}
