.files__list{gap:10px;flex-wrap:wrap}.files__list__file{border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-color:#4d7aeb;border-width:1px;border-style:solid;background:none;color:#4d7aeb;font-size:14px;line-height:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 33px 5px 5px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.files__list__file:hover{text-decoration:underline}.files__list__file__remove{position:absolute;right:5px;top:11px;width:32px;transition:background-color .3s ease-in-out;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out}.files__list__file__remove:after,.files__list__file__remove:before{position:absolute;right:11px;content:" ";height:15px;width:2px;background-color:#4d7aeb}.files__list__file__remove:before{transform:rotate(45deg)}.files__list__file__remove:after{transform:rotate(-45deg)}