#bill-attachments-modal .file-atach .file-container{height:100px;background:transparent}#bill-attachments-modal .file-atach .file-container.without-file{height:160px;border:1px dashed var(--blue-500);box-sizing:border-box;border-radius:8px;background:var(--neutral-100)}#bill-attachments-modal .file-atach .file-container .drag-area{width:100%;height:100%;padding:20px;font-weight:700;font-size:16px;line-height:130%;color:var(--type-active);text-align:center}#bill-attachments-modal .file-atach .file-container .drag-area .separator{margin:12px 0}#bill-attachments-modal .file-atach .file-container .drag-area .add-btn{background:var(--blue-700);border-radius:8px;color:var(--neutral-000);padding:8px 15px;cursor:pointer;font-family:Nunito Sans;font-size:12px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:0;text-align:left}#bill-attachments-modal .file-atach .file-container .drag-area #add-file-input{display:none}#bill-attachments-modal .file-atach .file-container .drag-area .file{display:flex;height:100%;align-items:center;justify-content:space-between;align-content:center}#bill-attachments-modal .file-atach .file-container .drag-area .file .file-actions{display:flex;justify-content:flex-end}#bill-attachments-modal .file-atach .file-container .drag-area .file .file-actions .icon{width:24px;height:24px;margin-right:3px;cursor:pointer}#bill-attachments-modal .file-atach .file-container .drag-area .file .file-actions .icon.download{fill:#7f91d2;color:#7f91d2}#bill-attachments-modal .model-footer{display:flex;flex-direction:row;justify-content:flex-end}#bill-attachments-modal .model-footer button{display:flex}