.hidden {
  display:none;
}
.cf7-taks-type {
  list-style: none;
  margin:0;
  padding: 0;
}
.cf7-taks-type li {
  list-style: none;
  margin:0;
  padding: 0;
  display:flex;
}
.cf7-taks-type li >div {
  flex: 1;
}
.cf7-taks-type li .cf7-fileprogressBar {
  flex: 2;
}

.cf7-dragandrophandler
{
border: 2px dashed #92AAB0;
width: 100%;
height: 200px;
color: #92AAB0;
text-align: center;
vertical-align: middle;
padding: 10px 0px 10px 10px;
font-size:200%;
position:relative;
}
.cf7-dragandrophandler-inner {

    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 40px;
    padding-top: 15px;
}
.cf7-drop-progressBar {
  width: 100%;
  border-radius: 5px; 
  overflow: hidden;
  display:inline-block;
  margin:0px 10px 5px 5px;
  vertical-align:top;
  flex: 6 !important;
}

.cf7-drop-progressBar div {
  height: auto;
  color: #fff;
  text-align: right;
  line-height: 22px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0ba1b5; border-radius: 3px; 

}
.cf7-drop-statusbar{
  min-height:25px;
  width:100%;
  padding:10px 10px 0px 10px;
  vertical-align:top;
  display: flex;
  background: #f6f6f7;
  margin: 10px 0;
  border: 1px solid #9fa4ac;
}
.cf7-drop-statusbar:nth-child(odd){
    background:#EBEFF0;
}
.cf7-drop-statusbar >div {
  width:100% !important;
 flex: 4;
     overflow: hidden;
}
.cf7-drop-filename
{
display:inline-block;
vertical-align:top;
width:100%;
}
.cf7-drop-filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
width:100%;
margin-left:10px;
margin-right:5px;
}
.cf7-drop-abort a{
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid #34495e;
    padding: 0px 10px;
    border-radius: 3px;
    background: #fff;
  }
  .cf7-drop-filesize, .cf7-drop-abort {
    flex: 1 !important;
  }
  .cf7-drop-remove  {
    flex: 1 !important;
  }
  .cf7-drop-remove a {
    text-decoration: none !important;
    display:inline-block;
    background: #f7f7f8 url(../images/trash.png) center no-repeat;
    text-indent: -999999px;
    width: 25px;
    height: 25px;
    border:1px solid #34495e;
  }
    .cf7-drop-remove a:hover {
      opacity: 0.8;
    }
    .cf7-text-browser a {
      display: inline-block;
    background: #6381E6;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration:none !important;
    color:#fff !important;
    font-size:18px;
    }
     .cf7-text-browser a:hover {
      opacity:0.8;
     }
    .cf7-text-drop {
        font-size: 35px;
        font-weight: bold;
    }
  .cf7-drop-progressBar.cf7-text-error{
  border:none;
  color:red;
  }