  ::-webkit-scrollbar {
    width: 4px !important;
    height: 8px !important;
    border-radius: 8px !important;
    width: 8px !important;
    border-radius: 20px !important
  }

  ::-webkit-scrollbar-thumb {
    background: #6c757d !important;
    border-radius: 20px !important
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 20px !important
  }

  .up-up-up {
    position: absolute;
    top: -1000000000px;
  }

  .h-2rem {
    height: 2rem !important;
    width: auto !important
  }

  .sidebar-wrapper .menu {
    margin-top: auto !important
  }

  .modal-backdrop.show {
    opacity: 0 !important;
    visibility: hidden !important
  }

  .image-thumb .iq-thumb {
    position: relative;
    overflow: hidden;
    z-index: 9
  }

  .image-thumb .iq-thumb .iq-image-overlay {
    background: #fafafa;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
    transition: all .4s ease-in-out
  }

  .image-thumb .iq-thumb img {
    max-height: 100px
  }

  .img-fluid,
  .img-thumbnail {
    max-width: 100%;
    height: auto
  }

  .sidebar-wrapper .menu .submenu {
    margin-left: -40px
  }

  .preloader-download {
    width: 100%;
    height: 100%;
    background: #77777759;
    position: absolute;
    top: -0;
    z-index: 1000000000000;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(5px);
    transition: all 1.5s ease;
  }

  .loader-animate {
    opacity: 0;
    visibility: hidden
  }

  .loader,
  .loader:before,
  .loader:after {
    background: #fff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em
  }

  .loader:before,
  .loader:after {
    position: absolute;
    top: 0;
    content: ''
  }

  .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
  }

  .loader {
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
  }

  .loader:after {
    left: 1.5em
  }

  @-webkit-keyframes load1 {

    0%,
    80%,
    100% {
      box-shadow: 0 0 #fff;
      height: 4em
    }

    40% {
      box-shadow: 0 -2em #fff;
      height: 5em
    }
  }

  @keyframes load1 {

    0%,
    80%,
    100% {
      box-shadow: 0 0 #fff;
      height: 4em
    }

    40% {
      box-shadow: 0 -2em #fff;
      height: 5em
    }
  }

  .sidebar-wrapper .sidebar-header img {
    height: 2.2rem !important;
  }

  .icon.icon-grid.i-grid {
    display: block;
  }

  .icon.icon-grid.i-list {
    display: none;
  }

  .list-grid-toggle .icon.i-grid {
    display: none;
  }

  .icon.i-grid,
  .list-grid-toggle .label.label-list {
    display: none;
  }

  .list-grid-toggle .icon.icon-grid.i-list {
    display: none;
  }

  .list-grid-toggle .icon.i-list {
    display: block;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #01041b;
  }

  .list-grid-toggle .icon.icon-grid.i-grid {
    display: block;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #01041b;
  }

  .list-img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    min-width: 30px;
  }

  .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .drop {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* background-color: #E13300; */
    background: rgba(41, 41, 41, .1);
    backdrop-filter: blur(5px);
  }

  .dropzone {
    position: fixed;
    z-index: -3;
    display: inherit;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    border: 3px dashed #4F5155;
    border-radius: 5px;
    color: #4F5155;
    line-height: 300px;
    text-align: center;
  }

  .drop2 {
    margin: 0;
    position: fixed;
    top: 0;
    /* background-color: #444; */
    left: 0;
    z-index: 13;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .hide {
    display: none;
  }