.reels-widget-title{
    margin-bottom: 10px;
}

.reels-widget-swiper-wrapper .reels-widget-swiper-slide .reels-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 9 / 16;
}

.reels-widget-swiper-wrapper .reels-widget-swiper-slide .reels-container-wrapper .reels-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.reels-widget-swiper-wrapper .swiper-pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    z-index: 21;
    right: 20px;
    text-align: center;
    bottom: auto !important;
    transform: translateX(-50%);
    left: 50% !important;
    top: 10px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reels-widget-swiper-actions {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.reels-widget-swiper-pagination {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    margin-top: unset !important;
}

.reels-widget-swiper-pagination {
    width: unset !important;
    display: flex;
}

.reels-widget-swiper-button-prev,
.reels-widget-swiper-button-next {
    width: 22px;
    height: 22px
}

.reels-widget-swiper-button-prev {
    background-image: url(/public/resources/images/greenleft.svg);
}

.reels-widget-swiper-button-next {
    background-image: url(/public/resources/images/greenright.svg);
}

.reels-widget-swiper-button-prev[aria-disabled="true"] {
    background-image: url(/public/resources/images/greyleft.svg);
}

.reels-widget-swiper-button-next[aria-disabled="true"] {
    background-image: url(/public/resources/images/greyright.svg);
}

.reels-widget-swiper-actions .swiper-pagination-bullet {
    width: 15px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.reels-widget-swiper-actions .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--signature-green);
    height: 8px;
    width: 35px;
}

.reels-widget-swiper-slide{
    text-align:center;
}

.reels-widget-swiper-slide iframe,
.reels-widget-swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.reels-widget-swiper {
    background: #000000;
    display: flex;
    align-items: center;
}

.reels-widget-swiper-wrapper {
    align-items: center;
}

.embed-video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 9 / 16;
    background: #000000;
}

.embed-video-wrapper .embed-video {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.embed-video-wrapper .embed-video iframe,
.embed-video-wrapper .embed-video video,
.embed-video-wrapper .embed-video > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.site-hot-post-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0px;
}

.site-hot-post-item-left {
    flex: 0 0 30px;
    width: 30px;
    max-width: 30px;
}

.site-hot-post-item-right {
    flex: 1;
    padding: 0 0 0 10px;
    overflow: hidden;
}

.site-hot-post-counter {
    background-image: url(/public/resources/images/fire.svg);
    color: #ffffff;
    background-size: 30px 37px;
    width: 30px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 6px;
    background-repeat: no-repeat;
    font-size: 0.8rem;
}

.site-hot-post a {
    text-decoration: none;
    display: block;
}

.site-hot-post-title {
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 5px;
}

body.darkmode .site-hot-post-title  {
    color: #a9a9a9;
}

.site-hot-post-meta {
    display: flex;
    font-size:0.9rem;
}

.site-hot-post-date {
    color: grey;
}

span.site-hot-post-category {
    border-left: solid 1px var(--signature-line);
    margin-left: 10px;
    padding-left: 10px;
}

span.site-hot-post-category a {
    text-decoration: none;
    color: var(--signature-green);
    font-weight: bold;
}

.site-hot-post-item:not(:first-child) {
    border-top:  solid 1px var(--signature-line);
}

.site-hot-post-item:nth-child(n+7){
    display:none;
}

footer {
    border-top: solid 1px #d5d5d5;
}

footer .main-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

footer .main-footer a {
    text-decoration: none;
    margin-right: 0px;
    white-space: nowrap;
}

.main-footer .bottom-links {
    flex: 0 0 90%;
    max-width: 90%;
}

.main-footer .footer-links-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-footer .footer-links-subcol {
    display: flex;
    flex-wrap: nowrap;
}

.main-footer .footer-links-col.expanded .footer-links-subcol {
    margin-bottom: 10px;
}

.main-footer .footer-links-subcol > a {
    padding: 5px 15px;
    border-left: solid 1px #D9D9D9;
    display: inline-block;
}

.main-footer .footer-links-subcol > a.highlighted {
    color: var(--signature-green);
}

.main-footer .footer-links-subcol.wrapped > a:first-child{
    border-left: none;
    padding-left: 0px;
}

.main-footer .footer-links-subcol:nth-child(n+4) {
    display: none;
}

.main-footer .footer-menu-btn {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.main-footer .footer-links-col.expanded .expand-menu-btn {
    display: none;
}

.main-footer .footer-links-col.expanded .collapse-menu-btn {
    display: flex;
    font-size: 0.8rem;
    color: #D83131;
}

.main-footer .collapse-menu-btn {
    display: none;
}

.main-footer .expand-menu-btn img,
.main-footer .collapse-menu-btn img {
    padding-left: 2px;
}

.main-footer .footer-social {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.main-footer .footer-social > a {
    margin-left: 20px;
}

.footer-copyrights {
    display: none;
}

.footer-copyrights.expanded {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0;
    font-size: 0.75rem;
}

.footer-copyrights>div {
    padding: 0 5px;
}

.footer-appasia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#full_screen_reels_posts_div {
    display: none;
}

#full_screen_reels_posts_overlay {
    background-color: #000000;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 0px;
    filter: alpha(opacity=80);
    z-index: 21474836400;
}

#full_screen_reels_post {
    transition: all 0.5s ease-in-out 0s;
    margin: 0px;
    padding: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 21474836470;
    background: transparent;
    opacity: 1;
}

.fullscreen_reels_post_div {
    height: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 21474836470;
    background: transparent;
}

.fullscreen_reels_post_wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.fullscreen_video_wrapper {
    position: relative;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.video-ad-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.video-ad-container {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.video-ad-container > div {
    position: absolute;
    max-width: 100%;
    min-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.video-container video {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.video-emoji-action {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 80px;
    right: 10px;
    transition: all 0.2s;
}

.video-emoji-action img {
    width: 32px;
    height: 32px;
}

.video-emoji-action-item {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.video-emoji-item.liked:hover{
    cursor: not-allowed;
}

.video-emoji-item.liked img:nth-child(1),
.video-emoji-item:not(.liked) img:nth-child(2) {
    display: none;
}

.video-emoji-item.liked img:nth-child(2),
.video-emoji-item:not(.liked) img:nth-child(1) {
    display: block;
}

.video-share-dialog-wrapper {
    display: none;
}

.video-share-dialog-wrapper.active {
    display: block;
}

.video-share-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 0px;
    z-index: 21474836470;
}

.video-share-dialog {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.2s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FFFFFF;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    z-index: 21474836470;
}

.video-share-dialog .share-icon {
    display: flex;
    text-decoration: none;
    align-items: center;
    margin: 0 5px;
}

.video-share-dialog .social-share-icon {
    width:28px;
    height:28px;
    background-size: 28px 28px;
    display: block;
}

.video-share-dialog .social-share-icon.sa-facebook {
    background:url(/public/resources/images/share/facebook.svg);
}

.video-share-dialog .social-share-icon.sa-whatsapp {
    background:url(/public/resources/images/share/whatsapp.svg);
}

.video-share-dialog .social-share-icon.sa-telegram {
    background:url(/public/resources/images/share/telegram.svg);
}

.video-share-dialog .social-share-icon.sa-x {
    background:url(/public/resources/images/share/x.svg);
}

.video-controls {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 15px 10px;
    font-size: 0.8rem;
    color: #FFFFFF;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0.44)), color-stop(53%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.video-controls.show {
    display: flex;
}

.video-emoji-action.show {
    display: flex;
}

.video-controls img {
    width: 18px;
    height: 18px;
}

.video-controls .video-control-progress-bar {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 6px;
    background-color: var(--signature-light-green);
    margin-bottom: 10px;
    transition: all 0.2s;
}

.video-controls .video-control-progress-filled {
    background-color: var(--signature-green);
    height: 100%;
    width: 0%;
    pointer-events: none;
}

.video-control-progress-bar,
.video-control-play-pause,
.video-control-volume-mute {
    cursor: pointer;
}

.video-control-play-pause img,
.video-control-volume-mute img {
    display: none;
}

.video-control-play-pause img.active,
.video-control-volume-mute img.active {
    display: block;
}

.video-controls .video-control-time {
    margin-left: 10px;
    margin-right: auto;
}

.video-control-volume-control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-control-volume-control:hover .volume-bar-slider {
    display: block;
}

.volume-bar-slider {
    width: 80px;
    height: 2px;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 10px;
    display: none;
}

.volume-bar-track {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF6E;
}

.volume-bar-filled {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

.volume-bar-filled::before {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #EEEEEE;
}

.full_screen_btn_close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    z-index: 21474836470;
    background: rgba(0, 0, 0, 0) url('/public/resources/images/whitecross.svg') no-repeat scroll 0 0;
    cursor: pointer;
}

.ats-overlay-bottom-wrapper-rendered{
    bottom: var(--footer-height, 0px) !important;
}