.relatedPostvermegFilter {
margin-bottom: 39px;
}
.relatedPostvermegFilter .dropbtn {
background-color: #EFF0F6;
color: #0f0f0f;
padding: 6px 20px;
color: #0A335B;
font-family: "Averta", Sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
border: none;
cursor: pointer;
min-width: 160px;
border-radius: 5px;
margin-right: 10px;
}
.loadmoreAllpost i.eicon-arrow-down {
margin-left: 10px;
}
.relatedPostvermegFilter .dropdown:hover .dropbtn{
color: #000;
}
.relatedPostvermegFilter .dropdown {
position: relative;
display: inline-block;
}
.relatedPostvermegFilter .dropdown-content {
position: absolute;
background-color: #f9f9f9; 
z-index: 98;
max-height: 0;
min-width: 160px;
transition: max-height 0.15s ease-out;
overflow: hidden;
border-radius: 0px 0px 5px 5px;
}
.relatedPostvermegFilter .dropdown-content a {
color: #0A335B;
background-color: #EFF0F6;
padding: 6px 20px;
text-decoration: none;
display: block;
}
.relatedPostCard.lastItems {
margin-right:0px;
}
.relatedPostvermegFilter .dropdown-content a:hover {
background-color: #e2e2e2;
color: #0A335B;
}
.relatedPostvermegFilter .dropdown:hover .dropdown-content {
max-height: 500px;
min-width: 160px;
transition: max-height 0.25s ease-in;
}
.relatedPostvermegFilter .dropdown:hover .dropbtn {
background-color: #EFF0F6; 
transition: max-height 0.25s ease-in;
}
.relatedPostvermegFilter .arrow {
height: 10px;
width: 10px;
border-style: solid;
border-color: #0A335B;
border-width: 0px 1px 1px 0px;
transform: rotate(45deg); 
float: right;
margin-top: 6px;
transition: transform .2s ease-in-out;
transform-origin: center;
margin-left: 6px;
}
.dropbtn:hover .arrow, .dropdown:hover .arrow{
border-bottom-width: 1.1px;
border-right-width: 1.1px;
transform: rotate(-135deg);
margin-top: 7px;
}
.loadmoreAllpost{
width: max-content;
padding: 14px 24px;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid #5E3794;
margin:0 auto;
cursor:pointer;
color: #5E3794;
text-align:center;
font-family: 'AvertaSemibold';
font-size: 16px;
font-style: normal;
font-weight: 400; 
margin-top: 39px;
margin-bottom: 58px;
}
.nothingPost {
background: rgba(244, 215, 201, .37);
color: #d93025;
border-color: #d93025;
padding: 20px;
border-radius: 8px;
text-align: center;
margin-bottom: 10px;
font-family: 'AvertaSemibold';
}
.cardLoad {
height: auto;
background-color: #fff;}
.shimmerBG {
animation-duration: 2.2s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: shimmer;
animation-timing-function: linear;
background: #ddd;
background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
0% {
background-position: -100% 0;
}
100% {
background-position: 100% 0;
}
}
@keyframes shimmer {
0% {
background-position: -1200px 0;
}
100% {
background-position: 1200px 0;
}
}
.media {
height: 200px;
}
.p-32 {
padding: 32px;
}
.title-line {
height: 24px;
width: 100%;
margin-bottom: 12px;
border-radius: 20px;
}
.content-line {
height: 8px;
width: 100%;
margin-bottom: 16px;
border-radius: 8px;
}
.end {
width: 40%;
}
.m-t-24 {
margin-top: 24px;
}
@media only screen and (max-width: 768px) {
.relatedPostvermegFilter .dropbtn{
font-size: 15px;
min-width: 90px;
padding: 6px 9px;
margin-right: 4px;
}
.relatedPostvermegFilter .arrow{
height: 8px;
width: 8px; 
margin-top: 7px;
}
.relatedPostvermegFilter {
margin-bottom: 22px;
}
div.loadmoreAllpost{
margin-top: 8px;
margin-bottom: 54px;
}
div.cardLoad {
width:100%
}
}