body {
    font-family: "Lato", sans-serif;
  }
  
  .sidebar {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .time{
    /* bold text */
    font-weight: medium;
  }

  div .category a{
    display: inline-block;
  color: black;
  text-align: center;
  padding: auto;
  text-decoration: none;
  }

  div .category {
    overflow: auto;
    white-space: nowrap;
  }

  .category a{
    text-decoration: none;
    color: black;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar-open{
    width: 30%;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    color: #111;
    /* padding: 10px 15px; */
    border: none;
  }

  .btn-square {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
  
  div .category a{
    display: inline-block;
  color: black;
  text-align: center;
  padding: auto;
  text-decoration: none;
  }

  div .category {
    overflow: auto;
    white-space: nowrap;
  }

  .category::-webkit-scrollbar {
    display: none;
}

  .category{
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; 
  }

  #main {
    transition: margin-left .5s;
    /* padding: 16px; */
  }
  
  .cust-w{
    width:100%;
    height:470px;
    background-color: #000;
  }
  
  .justify-text{
    text-align: justify;
    text-justify: inter-word;
  }

  .side-image{
    text-align: center;
  }
  
  @media screen and (max-width: 768px) {
    
    .sidebar-open{
      width: 100%;
    }
    
    .cust-w{
      width:100%;
      height:300px;
    }
    
  }
  
  .cust-h{
    height:100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }