.sidebar-div {
  width: 350px;
  transition: 0.3s;
  z-index: 999;
}
.body-div {
  width: 100%;
  transition: 0.3s;
  z-index: 99;
  overflow-y: hidden;
  padding-bottom: 52px;
}

.loading-spinner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;

  width: 100vw;
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: rgb(0, 0, 0, 0.8);
}
.text-primary {
  color: var(--tm) !important;
  width: 50px;
  height: 50px;
}

/*responcive*/
@media only screen and (max-width: 1180px){}
@media only screen and (max-width: 1080px){}
@media only screen and (max-width: 992px){}
@media only screen and (max-width: 990px){}
@media only screen and (max-width: 880px){}
@media only screen and (max-width: 768px){}
/*mobile*/
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 485px){}
@media only screen and (max-width: 420px){}
@media only screen and (max-width: 400px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 280px){}