.tox-notifications-container{
  display: none;
}

:root{
    --teal: #2ec1ac;
    --teal_hover: #279e8c;
  }
  
  *{
      font-family: 'Poppins', sans-serif; ]
     
    
     
  }
.table-rensponsive-lg{
  font-size: 0.8em;
}
.wolny{
  background: green;
  color: white;
  text-align: center;
  padding: 2px;
}
.zarezerwowany {
  background: yellow;
  color: black;
    text-align: center;
      padding: 2px;
}
.sprzedany{
  background: red;
  color: white;
    text-align: center;
      padding: 2px;
}
  .panel{
    background-color: #842448;
    background-image: linear-gradient(to bottom right, #c04848, #480048);
    min-height: 100vh;
  }
  .sidebar{
    background: rgb(0, 0, 0, 0.3);
  }
  .background-none{
    background: rgb(0, 0, 0, 0.6);
  }
  .card-bg{
    background: rgba(0,0,0,0.25);
    background: linear-gradient(to top left, rgba(0,0,0,0.125), rgba(0,0,0,0.25));
    border-color: rgba(0,0,0,0.125);
    color: #fff;
    border-radius: 0;
  }
  .card-bg input{
    background: rgb(255, 255, 255, 0.5);
    border: none;
  }
  .card-bg textarea{
    background: rgb(255, 255, 255, 0.5);
    border: none;
  }
  .mybtn{
    background-image: linear-gradient(to bottom, rgba(192,72,72,0.8), rgba(192,72,72,0.4));

  }
  .h-font{
      font-family: 'Merienda', cursive;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  .custom-bg{
    background-color: var(--teal);
    border: 1px solid var(--teal);
  }
  .custom-bg:hover{
    background-color: var(--teal_hover);
    border-color: var(--teal_hover);
  }
  
  .h-line{
    width: 150px;
    margin: 0 auto;
    height: 1.7px;
  }
  
  .custom-alert{
     position: fixed;
     top: 80px;
     right: 25px;
  }
  
  #dashboard-menu{
    position: fixed;
    height: 100%;
    z-index: 11;
  }
  
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(36,36,36);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .nav-item{
    list-style: none;
  }

  
  @media screen and (max-width: 992px) {
    #dashboard-menu{
      width: 100%;
      height: auto;
    }
    #main-content{
      margin-top: 60px;
    }
  
  }