.bage-md{
    font-size: 14px;
    display: block;
    width: 25%;
  }
.fs-14{
    font-size: 14px;
}
.cursor-pointer{
  cursor: pointer;
}

.loader-container {
  display: none;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-image: url('/img/general/loader.gif');
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 10%;
  z-index: 1000;
}
.of-y{
  overflow-y: auto;
}
.label-bg{
  width: fit-content;
    padding: 0px 8px;
    border-radius: 12px;
    margin-bottom: 2px;
}

.modal-backdrop {
  z-index: 1035;
}

.modal {
  z-index: 1050; 
}
.folder-icon,.file-icon{
  font-size: xx-large;
}
.folder-name{
  color: black;
}

.loader-local {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}



