

/* upload button- deliverlead file*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  border: 2px solid black;
  color: white;
  background-color:#5bc0de;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  
}
/*border*/
.block-example {
  width: 100%;
  padding:4px;
  height: 3em;
  background-color: skyblue;
  display: inline-block;
}

.modal-90w{
  width: 600%;
  max-width: none!important;

}

.modal-dialog
{
  /* width: 80% !important; */    /*4314-R-29-Prod issue-My Report  - create new report-cancel button - Agency /publisher/Advertiser*/
 
}

.progress
{
  margin-bottom:0px !important;

}


.progress {
 
  font-weight: bolder;
  overflow: hidden;
  background-color: #c5c2c2 !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}



