.hidden { display:none; }

.cf7-dragandrophandler-container { padding-top: 21px; }
.cf7-dragandrophandler { border: 1px solid rgba(112,112,112,0.25); color: #000; font-size: 15px; height: 163px; position: relative; text-align: center; vertical-align: middle; width: 100%; }

.cf7-text-browser a { align-items: center; -webkit-display: flex; display: flex; flex-direction: column; height: 100%; justify-content: center; left: 0; position: absolute; text-indent: -9999px; top: 0; width: 100%; }
.cf7-text-browser a::after { content: 'Click to Upload'; font-size: 15px; left: 0; text-align: center; text-indent: 0; position: absolute; width: 100%; }
.cf7-text-drop,
.cf7-text-or { display: none; }

.cf7-drop-statusbar { align-items: center; border: 1px solid rgba(112,112,112,0.25); -webkit-display: flex; display: flex; flex-wrap: wrap; font-size: 14px; margin-top: 10px; padding: 10px; width: 100%; }
.cf7-drop-statusbar .cf7-drop-filename { overflow: hidden; padding-right: 16px; text-overflow: ellipsis; white-space: nowrap; width: 35%; }
.cf7-drop-statusbar .cf7-drop-filesize { display: none; }
.cf7-drop-statusbar .cf7-drop-progressBar { height: 20px; line-height: 20px; width: 55%; }
.cf7-drop-statusbar .cf7-drop-progressBar div { background: #fa823b; height: 20px; line-height: 20px; text-align: center; width: 0; }
.cf7-drop-statusbar .cf7-drop-progressBar.cf7-text-error { color: #fa823b; width: 65%; }
.cf7-drop-statusbar .cf7-drop-abort,
.cf7-drop-statusbar .cf7-drop-remove { text-align: right; width: 10%; }
.cf7-drop-statusbar .cf7-drop-abort a,
.cf7-drop-statusbar .cf7-drop-remove a { color: #fa823b; }

