.t-feed__post-bgimg {
border-radius: 24px;
}


@media screen and (max-width: 560px) {
    .t-popup__close {
        background: transparent !important;
    }
    .t-popup__close-icon rect {
        fill: #172941 !important;
    }
    .t-popup__close-icon {
        width: 16px !important;
    }
}

.menuclass:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
    .menu .tn-atom:after {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3538-6636-4137-a364-343338313732/menuicon.svg);
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.t-slds__arrow-withbg {
border-radius: 18px;
}
.t-slds__arrow {
width: 50px !important;
height: 50px !important;
background-color: #fff;
border: #E8EAEC 1px solid;
}
    .meetbutton .tn-atom:after {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3232-6261-4235-b761-666438366632/meetingimage.png);
    width: 55px;
    height: 30px;
    margin-left: 10px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 0px;
}