.iq-sidebar-menu {
  height: 1200px;
  overflow-y: scroll !important;
  scroll-behavior: smooth !important;
}

.data-scrollbar {

  overflow-y: scroll !important;
  scroll-behavior: smooth !important;
}


.branch-logo-img {
  vertical-align: middle;
  border-style: none;
  border-radius: 100px;
  border: 2px solid #7ee2ff;
  padding: 15px;
}

.filelabel {
  width: 50px;
  border: 2px solid #78c091;
  border-radius: 30px;
  display: block;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  position: relative;
  top: 50px;
  background: #78c091;
  color: white !important;
}

.filelabel i {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}



.filelabel:hover {
  border: 2px solid #7ee2ff;
  background-color: #7ee2ff;
}

.filelabel:hover i,
.filelabel:hover .title {
  color: white;
}

#FileInput {
  display: none;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #ddd;
  text-align: center;
  display: none;
}
#progress {
  width: 0%;
  height: 100%;
  background-color: #4CAF50;

}