#livevideofirst{
    height: 500px!important;
}
.news-detail-heading {
    line-height: 2.5rem !important;
    font-size: 30px;
}
.news-detail-heading #span1{
    font-size: 20px;
}
.scrollable-sidebar {
    height: 420px;
    overflow-y: scroll; 
}

/* For WebKit browsers (Chrome, Safari, Edge) */
.scrollable-sidebar::-webkit-scrollbar {
    width: 12px; 
}

.scrollable-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.scrollable-sidebar::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px;
    border: 2px solid #f1f1f1; 
}

.scrollable-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* For Firefox */
.scrollable-sidebar {
    scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1; 
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
  background: white;
    /* border-radius: 10px; */
}
::-webkit-scrollbar-thumb {
  background: #FF0000;
 
}
.visit{
    list-style-type: none;
    display: flex;
}
.post-header .h6 a{
    line-height: 1.6;
   }
   .calendarli{
    list-style-type: none;
}
.hidden-menu {
display: none;
position: absolute; 
background-color: #f9f9f9; 
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
border: 1px solid #ccc; 
padding: 5px;
list-style-type: none;
margin: 0;
min-width: 100px; 
z-index: 1000; 
}

.hidden-menu li {
padding: 8px 0; 
}

.hidden-menu li a {
text-decoration: none;
color: #333;
display: block; 
/* padding: 5px; */
}

.hidden-menu li a:hover {
background-color: #f1f1f1;
}

li.active .hidden-menu {
display: block;
top: 100%; 
right: 0; 
}

/* Basic styling for container */
.dropdown8-desktop {
  position: relative;
  display: inline-block;
}

/* Button for dropdown */
.dropdown-btn8-desktop {
  background-color: transparent!important;
  color: white;
  border:none;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.dropdown-content8-desktop {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 320px; /* Adjust width if needed */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  column-gap: 20px; /* Space between columns */
}


.dropdown-content8-desktop.three-column {
  column-count: 3; /* If items > 30, use 3 columns */
}
.dropdown-content8-desktop a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content8-desktop a:hover {
  background-color: #ddd;
}
/* Mobile starts here  */
.dropdown8-mobile {
  position: relative;
  display: inline-block;
}

.dropdown-btn8-mobile {
  background-color: transparent!important;
  color: white;
  border:none;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}


.dropdown-content8-mobile {
  display: none; 
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content8-mobile a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color on hover */
.dropdown-content8-mobile a:hover {
  background-color: #ddd;
}
.banner-sm{
  display:none
}
@media screen and (max-width:768px) {
    .news-detail-heading {
        line-height: 1.9rem !important;
        font-size: 20px;
    }
    .lg-screen{
        display: none;
    }
    .dropdown-btn8-mobile {
        color:black;
    }
    .banner-sm{
      display:block;
    }
    #livevideofirst{
      height: 190px!important;
  }
}