#top_navbar {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}
.navbar_logo {
    width: 48px;
    height: 48px;
    margin-top: -8px;
}

body {
    background-color: gainsboro;
}

#right_side_nav i,
#left_side_nav i {
    font-size: 1.2em;
    color: #ff003f;
}
#left_side_nav{
  align-self: self-start;
  margin-top: 2px;
}

#left_element{
  background: rgba( 255, 255, 255, 0.5 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 3px );
  -webkit-backdrop-filter: blur( 3px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.58 );
}

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bs-danger);
    --bs-popover-header-bg: var(--bs-danger);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.slide-in-top {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* #left_element{
    min-width: 64px !important;
    width: 64px !important;
    background-image: url(img/varios/small_logo.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  } */
  @media (min-width: 900px) {
  #left_element{
    min-width: 165px !important;
    width: 165px !important;
    min-height: 50px !important;
    height: 50px !important;

  }
  #left_element > p{
    min-width: 165px !important;
    width: 165px !important;
    background-image: url("/img/varios/Logo_QMado_Ver2_transp.png");
    background-size: contain;
    background-position: center;
    z-index: 10;
    background-repeat: no-repeat;
    min-height: 30px;
    margin: 0;
  }
  #left_element p i{
    display: flex !important;
    justify-content: flex-end !important;
    letter-spacing: -5px !important;
  }
  
}
@media (max-width: 900px){
#left_element{
  min-width: 79px !important;
  width: 79px !important;
  min-height: 50px !important;
  height: 50px !important;
}
#left_element > p{
  min-width: 79px !important;
  width: 79px !important;
  background-image: url("/img/Logo_QMado_756.png");
  background-size: contain;
  background-position: center;
  z-index: 10;
  background-repeat: no-repeat;
  min-height: 30px;
  margin: 0;
}
#left_element p i{
  display: flex !important;
  justify-content: flex-end !important;
  letter-spacing: -5px !important;
}
}