::-webkit-scrollbar {
   display: none;
}

* {
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -o-user-select: none;
}

#navbar-logo{
   width: 20rem !important;
}

body {
   overflow-y: scroll;
   font-family: "Roboto", sans-serif;
   background-color: #f8fafb;
   margin: 0;
}


.loaderCon {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   color: orangered;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 1000000;
}




.loader {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 120px;
   height: 120px;
   border-radius: 10px;
   background-color: white;
}

.customLoader {
   color: #ff6d01;
   font-size: 45px;
   text-indent: -9999em;
   overflow: hidden;
   width: 1em;
   height: 1em;
   border-radius: 50%;
   position: relative;
   transform: translateZ(0);
   animation: mltShdSpin 1.5s infinite ease, round 1.5s infinite ease;
}

@keyframes mltShdSpin {
   0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }

   5%,
   95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }

   10%,
   59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
   }

   20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
   }

   38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
   }

   100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }
}

@keyframes round {
   0% {
      transform: rotate(0deg)
   }

   100% {
      transform: rotate(360deg)
   }
}


.hide {
   display: none !important;
}

@media(min-width: 1200px) {
   .sidebar.sidebar-h .nav.nav-spaced > .nav-item {
     max-width: 12rem !important;
     
  }
  .sidebar.sidebar-h .sidebar-inner{
   height: auto !important;
  }

  .sidebar > .sidebar-inner{
   padding-left: 1.5rem;
   padding-right: 1.5rem;
  }

  .sidebar-img-banner{
   /* display: none; */
  }
}


.feeloaderCon {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: rgba(244, 250, 250, 0.712);
   z-index: 1000000;
}

.feecustomLoader {
   color: #01afff;
   font-size: 45px;
   text-indent: -9999em;
   overflow: hidden;
   width: 1em;
   height: 1em;
   border-radius: 50%;
   position: relative;
   transform: translateZ(0);
   animation: mltShdSpin 1.5s infinite ease, round 1.5s infinite ease;
}