/* select[name="categoryType"] option[value="2"] {
    display: none;
} */

img.logo_header {
    width: 330px;
}

.base_header_bg {
    background-color: #1d8f5b;
}

.header_menu {
    padding-left: 30px;
}

/* For mobile view */
@media (max-width: 767px) {
    .header_menu {
        padding-left: 5px;
    }
}



.bg-custom-dbc {
    background-color: #4f79a1;
}


/* .bg-\[\#0c2b57\] {
    background-color: #e7413b;
} */

.bg-blue-500 {
   background-color: #1d8f5b;
}

@media (min-width: 768px) {
    .md\:justify-between {
        justify-content: space-around;
    }
}


.bg-\[\#84c978\] {
    background-color: #e7413b;
}


#back_to_top {
    background: #1d8f5b;
    color: #fff;
}




/*.group:hover .group-hover\:text-base-color-hover {
    color: #1d8f5b;
} */


/* .skin-purple-light .treeview-menu>li>a {
    color: #000000;
} */




.news_container {
    padding: 0 20px;
}

/* For mobile view */
@media (max-width: 767px) {
    .news_container {
        padding: 0 10px;
    }
}

.text-lg:hover {
    color: #1d8f5b;
}







/* Your existing hover color */
.group:hover .group-hover\:text-base-color-hover {
    color: #1d8f5b;
}


/* 
p.group-hover\:text-\[\#3375af\].dark\:text-slate-200 {
  color: transparent !important;
  position: relative;
} 

p.group-hover\:text-\[\#3375af\].dark\:text-slate-200::after {
  content: "বাংলাদেশ বার্তা টুডে ডেস্ক";
  position: absolute;
  left: 0;
  top: 0;
  color: #3375af;
  font-size: inherit;
  font-weight: inherit;
  white-space: nowrap;
} */

/* Dark mode text color */
.dark p.group-hover\:text-\[\#3375af\].dark\:text-slate-200::after {
  color: #e2e8f0; /* slate-200 */
}

/* On group hover, match your custom hover color */
.group:hover p.group-hover\:text-\[\#3375af\].dark\:text-slate-200::after {
  color: #1d8f5b;
}
