.header-module .ld-dropdown-menu.d-flex.category123 {
    height: 41px;
    padding-left: 20px;
    border-radius: 50px;
    padding-right: 20px;
    background-color: #a4227d;
}

.header-module .category123 .ld-module-trigger-txt {
    color: #ffffff !important;
}

.header-module .ld-module-trigger-txt i {
    margin-top: 1px;
}
.header-module .category123 .ld-module-trigger-txt {
    font-size: 16px;
}

.btn-icon {
    margin-top: 4px;
}
.header-module .ld-dropdown-menu-content {
 margin-left: -36px !important;
}
.header-module .ld-dropdown-menu-content {
    width: 400px !important;
}

.dropdownF {
position: relative;
display: inline-block;
font-size: 18px;
}

.dropdownF-content {
display: none;
position: absolute;
background-color: transparent;
min-width: 130px;
z-index: 1;
}

.dropdownF-content span {
color: black;
padding: 3px 16px;
text-decoration: none;
display: block;
font-weight: normal;
cursor: pointer;
}

.dropdownF-content span.active {
font-weight: bold;
}

.dropdownF:hover .dropdownF-content {
display: block;
}

.dropdownF button {
color: #000;
padding: 5px;
font-size: 19px;
font-weight: 600;
border: 1.5px solid black;
border-radius: 32px;
cursor: pointer;
display: flex;
align-items: center;
background: none;
padding-left: 20px;
padding-right: 20px;    }

.dropdownF button i {
margin-left: 10px;
transition: transform 0.3s;
margin-top: 5px;  
}

.dropdownF:hover button i {
transform: rotate(180deg);
}

#oldestdata, #newestdata {
margin-top: 20px;
}

#oldestdata {
display: none;
}