body{
    font-family: SolaimanLipi!important;
    font-size: 16px!important;

}
body, html { overflow-x:hidden; }
a{
    text-decoration: none!important;
    color: #000!important;
}
.img-wide100{
    width: 100%;
}
.headerLogo{
    height: 70px;
}
h2{
    font-size: 150%!important;
    font-weight: bold;
}
/*Sidebar*/
#sidebar {
    display: block;
    float: left;
    width: 20%;
    background: #931a1d;
    margin-right: 10px;
    padding: 10px;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 9999;
}

ul.sidebarList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.sidebarList li{
border-bottom: 1px solid #fff;
    padding: 10px;
}

ul.sidebarList li a {
    color: #fff!important;
    font-weight: bold;
    text-decoration: none;
}
#sidebarMenu{
    color:#000;
}

header{

    padding-bottom: 10px;
}

.scrollable-menu {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #ececec;
    border-top: 5px solid #ececec;
    border-top-style: double;
    margin-top: 3px;
    font-size: 20px;
    background: #fff;
    height: 55px;
}

.scrollable-menu a {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.scrollable-menu::-webkit-scrollbar {
    height: 8px; /* Height of horizontal scrollbar */
}
.menu-container {
    background-color: #007bff;
}

.scrollable-menu::-webkit-scrollbar {
    height: 4px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
}

/*content*/
h3{
    font-size: 120%!important;
    font-weight: bold!important;
}

.headlineNewsBlock img {
    width: 100%;
}
.headlineNewsBlock h1 {
    font-size: 150%!important;
    font-weight: bold;
    text-align: center;
}
.separator{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 14px;
}

.tabNewsList ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tabNewsList ul li {
    border-bottom: 2px dotted #a98d8d;
    height: 70px;
    align-content: center;
}
.tabNewsList ul li img{
    width: 64px;
}
.tabNewsList ul li img {
    width: 64px;
    height: 64px;
    padding: 4px;
    object-fit: cover;
    float: left;
    margin-right: 5px;
    display: block;

}


.tabNewsList ul li span.listSerial {
    display: block;
    float: left;
    width: 25px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 50px;
    text-align: left;
    color: #ccc;
}
.tabNewsList ul li h3{
    font-size: 100%!important;
    font-weight: bold;
    margin-top: 5px;
}
.nav-tabs .nav-link.active {
    background: #931a1d;
    color: #fff;
}


.homeHeadlineSmall img {
    min-height: 220px;
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

span.homeSectionName {
    font-weight: bold;
    font-size: 150%;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}

.homeSectionName::before{
    content: ""; /* No content inside the square */
    display: inline-block;
    width: 25px;  /* Adjust size as needed */
    height: 25px;
    background-color: black; /* Box color */
    margin-right: 8px; /* Space between the box and text */
    vertical-align: middle; /* Align with text */
}
ul.footerCategory {
    list-style: none;
    padding: 0;
}


ul.footerCategory li a{
    text-decoration: none;
}
ul.footerCategory li {
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #ececec;
    margin: 5px;
    min-width: 100px;
    text-align: center;
}
ul.footerCategory li:hover {
    background: #931a1d;
    color: #fff;
}

div.footerProkashok span {
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative; /* Ensure positioning context for the pseudo-element */
    margin-bottom: 10px;
}

div.footerProkashok span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px; /* Adjust this value for the desired gap */
    width: 100%;
    border-bottom: 2px solid #757575; /* Adjust thickness and color of underline */
    display: block;
}
.sectionHeader {
    font-size: 150%;
    font-weight: bold;
}
.detailsNewsColumn p{
    text-align: justify;
    font-size: 20px;
}
.detailsNewsColumn h1{
    font-size: 160%!important;
    font-weight: bold;
}
.detailSideNewsTitle{
    font-size: 110%;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.border-right{
    border-right: 1px #e1e1e1 solid;
}
.border-left{
    border-left: 1px #e1e1e1 solid;
}
.videoSection{
background: #ececec;
    display: block;

}
.newsBody {
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-top: 0px !important;
    margin-top: 0px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(207,207,207,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(207,207,207,1);
    box-shadow: 0px 5px 5px 0px rgba(207,207,207,1);
    display: block!important;
    transition: all 0.3s ease; /* Smooth transition */
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}
a.navActive {
    background: #152717;
    border-bottom: 5px solid #931a1d;
    color: #fff !important;
}
div#sidebar span {

    border: 1px solid;
    display: block;
    position: relative;
    padding: 4px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    background: #931a1d;
    color: #fff;
}

.scrollable-menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

/* Keep the sidebarMenu sticky during horizontal scroll */
#sidebarMenu {
    position: sticky;
    left: 0;
    background-color: #fff; /* Optional: to maintain the background */
    z-index: 10; /* To keep it on top of other elements */
    padding: 10px; /* Add some padding to match the layout */
}

.scrollable-menu a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
}


.scrollable-menu a:hover {
    background: #152717 !important;
    border-bottom: 5px solid #931a1d;
    color: #fff !important;
    padding-bottom: -10px !important;
}
#button {
    display: inline-block;
    background-color: #941b1f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.tabNewsList li a h3 {
    display: block;
    font-size: 90% !important;
}
.homeSewBlock h3 {
    font-size: 100% !important;
}
.homeSewBlock {
    display: flex;
    align-items: flex-start;
    padding: 5px;
}
.webnav {
    transition: all 0.5s ease; /* Ensure smooth transition when changing back */
}
.nav-tabs .nav-link.active {
    background: #931a1d !important;
    color: #fff !important;
}

.nav-link.homeTab{
    background: #ebebeb;
    color: #000;
}


.form{

    position: relative;
    display: inline-block;
}

.form .fa-search {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #9ca3af;
}
.form span {
    position: absolute;
    right: 1px;
    top: 0px;
    padding: 2px;
    border-left: 1px solid #d1d5db;
    background: #182819;
    height: 35px;
    width: 35px;
    border-radius: 0px 5px 5px 0px;
}
.left-pan{
    padding-left: 7px;
}

.left-pan i{

    padding-left: 10px;
}

.form-input {
    height: 35px;
    text-indent: 5px;
}

.form-input:focus{

    box-shadow: none;
    border:none;
}
