.hr1  {
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}


/* Loading Spiiner */
.lds-container{
  z-index: 999999999999999999;
  margin:0px;
  background-color: #000000c4;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lds-dual-ring {
  display: block;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sidebar{
  margin-top:0 !important;
}


.navbar-mobile{
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 0;
  z-index: 1039;
  width: 100%;
  border-top: 1px solid #dddd;
  box-shadow:-0px -1px 1px #eaeaea;
}
.navbar-mobile .navbar-mobile-item{
  /* border-left: 1px solid rgb(245, 245, 245); */
}

.navbar-mobile .navbar-mobile-item .nav-link{
  color: #b3b3b3 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.navbar-mobile .navbar-mobile-item .nav-link:hover,
.navbar-mobile .navbar-mobile-item .nav-link.active{
  /* color: #000 !important; */
  color: #ff1b1b !important;
}
.sidebar .user-img {
  border-radius: 23px;
  height: 46px;
  width: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ddd;

}
.main-header .user-img {
  border-radius: 15px;
  height: 30px;
  width: 30px;
  margin-top: -5px;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ddd;

}
.main-header .user-img.g{
  border-radius: 50px !important;
  height: 70px !important;
  width:70px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}