.slider-wrapper-style1 {
    position: relative;
    margin-left: 15px;
}

.swiper-button-prev-style1, .swiper-button-next-style1 {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-style1{
    left: -15px;
    top: 35%;
    transform:translateY(-35%);
}

.swiper-button-next-style1{
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    width: 8%;
    background: transparent linear-gradient(93deg, #FFFFFF00 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(93deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.swiper-button-next-style1 img {
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-35%);
}


.swiper-button-prev-style1:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style1:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}

.swiper-button-prev-style1.swiper-button-disabled{
    opacity:0.4;
}

.swiper-button-next-style1.swiper-button-disabled{
    display:none;
}

.slider-wrapper-style2 {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
}

.swiper-button-prev-style2, .swiper-button-next-style2 {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-style2{
    left: -15px;
    top: 30%;
    transform:translateY(-30%);
}

.swiper-button-next-style2{
    right: -15px;
    top: 30%;
    transform:translateY(-30%);
}

.swiper-button-next-style2 img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.swiper-button-prev-style2:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style2:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}

.swiper-button-prev-style2.swiper-button-disabled{
    opacity:0.4;
}

.swiper-button-next-style2.swiper-button-disabled{
    opacity:0.4;
}

.slider-wrapper-style2 .swiper-pagination-wrapper{
    width: 100%;
    position: relative;
    height:30px;
    margin-top: 10px;
}

.slider-wrapper-style2 .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;
}

.slider-wrapper-style2 .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.slider-wrapper-style2 .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFDE43;
    height: 8px;
    width: 26px;
}

.slider-wrapper-style2 .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}













.slider-wrapper-style3 {
    position: relative;
    margin-left: 15px;
}

.swiper-button-prev-style3, .swiper-button-next-style3 {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-style3{
    left: -15px;
    top: 50%;
    transform:translateY(-50%);
}

.swiper-button-next-style3{
    right: 0;
    top: 0;
    bottom: 10px;
    transform: none;
    width: 11%;
    background-color: rgb(246,246,246,0.7);
}

@media (max-width:767px) {
    .swiper-button-next-style3{
        width: 23%;
    }
}

.swiper-button-next-style3 img {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}


.swiper-button-prev-style3:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style3:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}

.swiper-button-prev-style3.swiper-button-disabled{
    display:none;
}

.swiper-button-next-style3.swiper-button-disabled{
    display:none;
}
.slider-wrapper-style3 .swiper-pagination-wrapper{
    width: 100%;
    position: relative;
    height:30px
}

.slider-wrapper-style3 .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;
}

.slider-wrapper-style3 .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.slider-wrapper-style3 .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFDE43;
    height: 8px;
    width: 30px;
}

.slider-wrapper-style3 .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}



.swiper-button-prev-style4, .swiper-button-next-style4 {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-style4 {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.swiper-button-next-style4 {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev-style4:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style4:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}

.slider-wrapper-style5 {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0;
}

.swiper-button-prev-style5, .swiper-button-next-style5 {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-style5{
    right: calc(54% + 15px);
    top: 65%;
    transform: translateY(-65%);
}

.swiper-button-next-style5{
    right: calc(50% + 15px);
    top: 65%;
    transform: translateY(-65%);
}

.swiper-button-prev-style5:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style5:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}

.swiper-button-prev-style5.swiper-button-disabled{
    display:none;
}

.swiper-button-next-style5.swiper-button-disabled{
    display:none;
}
.slider-wrapper-style5 .swiper-pagination-wrapper{
    width: 10%;
    position: absolute;
    left: 10%;
    top: 68%;
    transform: translateY(-68%);
    height: 15px;
    z-index: 21;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    right: 20px;
    text-align: center;
    bottom: auto !important;
    width: 100% !important;
    left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #FFFFFF;
    opacity: 1;
    transition: all 0.3s;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF4993;
    height: 8px;
    width: 8px;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

@media (max-width:767px) {
    .swiper-button-next-style5 {
        right: calc(5% + 15px);
        top: 95%;
        transform: translateY(-95%);
    }

    .swiper-button-prev-style5 {
        right: calc(10% + 15px);
        top: 95%;
        transform: translateY(-95%);
    }

    .slider-wrapper-style5 .swiper-pagination-wrapper {
        left: 5%;
        top: 95%;
        transform: translateY(-95%);
    }
}

.slider-wrapper-style6 {
    position: relative;
    margin-left: 15px;
}

.swiper-button-prev-style6, .swiper-button-next-style6 {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-style6{
    left: -15px;
    top: 50%;
    transform:translateY(-50%);
}

.swiper-button-next-style6{
    right: 0;
    top: 0;
    bottom: 10px;
    transform: none;
    width: 11%;
    background-color: rgba(212,211,227,0.7);
}

@media (max-width:767px) {
    .swiper-button-next-style6{
        width: 23%;
    }
}

.swiper-button-prev-style6 img {
    filter: invert(0.2) brightness(2.2);
}

.swiper-button-next-style6 img {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    filter: invert(0.2) brightness(2.2);
}


.swiper-button-prev-style6:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style6:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}

.swiper-button-prev-style6.swiper-button-disabled{
    display:none;
}

.swiper-button-next-style6.swiper-button-disabled{
    display:none;
}
.slider-wrapper-style6 .swiper-pagination-wrapper{
    width: 100%;
    position: relative;
    height:30px
}

.slider-wrapper-style6 .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;
}

.slider-wrapper-style6 .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    display: block;
    border-radius: 0;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.slider-wrapper-style6 .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
    height: 4px;
    width: 37px;
}

.slider-wrapper-style6 .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.mobile-banner {
    position: relative;
}

.mobile-banner-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.mobile-banner-swiper .swiper-slide a{
    position: relative;
    width: 100%;
    padding-bottom: 25.73%;
    overflow: hidden;
    display: block;
}

.mobile-banner-swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/**footer**/

.main-footer footer {
    background-color: #F6F6F6;
    padding-top: 30px;
    padding-bottom: 15px;
}

footer .page-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-footer footer a {
    color: #343434;
    text-decoration: none;
    font-weight: bold;
    margin-right: 0px;
}


.footer-logo-social {
    flex: 0 0 35%;
    max-width: 35%;
    display: inline-block;
}

.main-footer .subsite-links {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 20px;
    border-left: solid 1px #bbbbbb;
    margin-top: 30px;
}

footer .hr {
    border-top: 1px solid #bbbbbb;
}

.main-footer .external-links {
    flex: 0 0 50%;
    max-width: 50%;
}

.main-footer .bottom-links {
    display: flex;
}

.main-footer .bottom-links>.footer-links-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    border-left: solid 1px #bbbbbb;
}

.footer-app-col {
    flex: 1;
    display: flex;
    justify-self: center;
    align-items: center;
}

.footer-app-frame {
    max-width: 650px;
    display: flex;
    justify-self: center;
    align-items: center;
}

.footer-copyrights {
    flex: 0 0 100%;
    display: flex;
    max-width: 100%;
}

.footer-logo>img {
    max-width: 80%;
}

.footer-logo .footer-subsite-logo {
    transform: scale(2);
}

.main-footer .footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-footer .footer-social>a:not(:first-child) {
    margin-left: 20px;
}

.main-footer .footer-links-subtitle {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 15px;
    color: #7C7C7C;
}

.main-footer .footer-links-col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.main-footer .footer-links-subcol {
    padding-right: 20px;
}

.main-footer .footer-links-subcol>a {
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
}

.main-footer .bottom-links {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-footer .bottom-links .footer-links-subcol {
    padding-right: 30px;
}

.footer-app-col {
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.footer-app-frame {
    background: white;
    padding: 15px;
    border-radius: 10px;
}

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

.footer-app-col-1>div {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.footer-app-col-1>a {
    width: 33.333%;
    padding-right: 10px;
}

.footer-app-col-1>a img {
    width: 100%;
}

.footer-copyrights {
    padding: 15px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    flex-wrap: wrap;
}

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

.footer-appasia>a {
    display: flex;
    align-items: center;
}

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

@media (max-width:1324px) {
    footer .page-inner-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .main-footer .footer-social {
        justify-content: center;
    }

    .main-footer .subsite-links {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 15px;
        border-left: none;
        margin-top: unset;
    }

    .footer-links-col {
        justify-content: center !important;
    }

    .main-footer .bottom-links,
    .footer-app-col {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
    }

    .main-footer .bottom-links {
        margin-bottom: 0 !important;
        flex-wrap: wrap;
    }

    .main-footer .external-links {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        border-left: none;
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 20px;
    }

    .main-footer .bottom-links>.footer-links-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        border-left: none;
        padding-top: 30px;
        border-top: solid 1px #bbbbbb;
    }
}
/**footer end**/

.vertical-site-hotpost-wrapper .hotpost-wrapper::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.vertical-site-hotpost-wrapper .hotpost-wrapper::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #B7B7B7;
}

.bottom-scroll{
    opacity: 0;
    position: fixed;
    bottom: 145px;
    right: 30px;
    z-index: 998;
}

.bottom-scroll > * {
    cursor: pointer;
    margin-top: 10px;
}

#scroll-up {
    width: 45px;
    height: 45px;
    background: #824CEF;
    border-radius: 50%;
}

#scroll-up img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
}

.hot-post-rect-ads-row{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}

.hot-post-rect-ads-row > div{
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
}

.hot-post-rect-ads-row > div.hot-post-rect-ads{
    flex: 0 0 300px !important;
    max-height: 370px !important;
}

.hot-post-rect-ads-row > div.hot-post-rect-ads #R1_L{
    max-height: 370px !important;
}

.hot-post-rect-ads-row > div.hot-post-rect-ads:has(.adsbygoogle[data-ad-status="unfilled"]) ~ div {
    flex: 0 0 100%;
    width: 100%;
}

.hot-post-rect-ads-row > div.hot-post-rect-ads:has(.adsbygoogle[data-ad-status="unfilled"]) {
    display: none;
}

.hot-post-rect-ads-row .swiper-button-next-style3{
    width: 14.28%;
}

.hot-post-rect-ads-row.noadsloaded > div{
    flex: 0 0 100%;
    width: 100%;
}

.hot-post-rect-ads-row.noadsloaded > div.hot-post-rect-ads{
    display:none;
}

/** RECOMMENDED ARTICLES */
.recommend-posts-wrapper-style {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
}

.recommend-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.recommend-posts-wrapper .vertical-post {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 0px 10px 10px 10px;
}
/** RECOMMENDED ARTICLES END */

/** custom-video-widget start*/
.custom-video-widget {
    margin: 20px 0;
}

.custom-video-widget-content {
    margin-top: 10px;
}

.custom-video-widget-content > img {
    width: 100%;
}
/** custom-video-widget end*/

/** ECLASSIFIED STYLE **/
.eclassified-new-featured {
    padding-bottom: 10px;
}

.eclassified-new-featured-title {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0;
}

.eclassified-new-featured-logo {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    border-bottom: 3px solid #3f6869;
    margin-bottom: 3px;
}

.eclassified-new-featured-logo img {
    max-width: 100%;
    height: auto
}

.eclassified-new-featured-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.eclassified-new-featured-ads-buttons {
    text-align: center;
}

.eclassified-new-featured-ads-buttons span {
    display: inline-block;
    font-size: 16px;
    padding: 4px 0px;
}

.eclassified-new-featured-ads-buttons span a {
    font-size: 14px;
    text-decoration: none;
}

.eclassified-new-featured-post-ads {
    background: #ffffff;
    border: 2px solid #000000;
}

.eclassified-new-featured-post-ads a {
    color: #000000; 
}

.eclassified-new-featured-more-ads {
    background: #bc0000;
    border: 2px solid #bc0000;
}

.eclassified-new-featured-more-ads a {
    color: #ffffff; 
}

.eclassified-new-featured-more-ads:hover {
    background-color: #ffffff;
}

.eclassified-new-featured-more-ads:hover a {
    color: #bc0000;
}

@media (min-width: 768px) {
    .eclassified-new-featured-logo {
        flex: 0 0 33.333333%;
        max-width: 250px;
    }

    .eclassified-new-featured-ads-buttons span {
        padding: 4px 16px;
    }
}

.ec_jobs_slider_slider {
    display: flex;
    flex-wrap: wrap;
}

.ec-jobs-slider-slider-card {
    border: 4px solid;
    border-image: linear-gradient(to bottom right, #ffff16 0%, #ea1d25 33%, #009c85 69%, #83519f 100%);
    border-image-slice: 1;
    padding: 0;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 50%;
    min-height: 1px;
}

@media (min-width:768px){
    body.home .ec-jobs-slider-slider-card {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 33.33%;
    }
}


.ec-jobs-slider-slider-card a {
    width: 100%;
    text-decoration: none;
}

.eclassified-new-featured-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 120px;
}

.eclassified-new-featured-card-logo {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.eclassified-new-featured-card-logo img {
    width: 120px; 
    height: 22px;
}

.eclassified-new-featured-card-logo span {
    background: #febf0f;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding-left: .25rem;
    padding-right: .25rem;
}

.eclassified-new-featured-card-row1 {
    display: flex;
    margin: 5px 0px;
}

.eclassified-new-featured-card-image {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0px 5px;
}

.eclassified-new-featured-card-image img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.eclassified-new-featured-card-meta {
    display: inline-block;
    width: 75%;
    float: left;
}

.eclassified-new-featured-card-meta-title {
    color: #3f6869;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.eclassified-new-featured-card-meta-company {
    color: #000000;
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.eclassified-new-featured-card-meta-location {
    font-style: italic;
    font-size: 12px;
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.eclassified-new-featured-card-meta-action {
    color: #ff0000;
    font-weight: 700;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ec-jobs-slider-wrapper-style {
    position: relative;
}

.swiper-button-prev-ec-jobs-slider, .swiper-button-next-ec-jobs-slider {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-ec-jobs-slider {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.swiper-button-next-ec-jobs-slider {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev-ec-jobs-slider:not(.swiper-button-disabled) img:hover,
.swiper-button-next-ec-jobs-slider:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}


.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
}

.ec-jobs-slider-wrapper-style .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;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFDE43;
    height: 8px;
    width: 26px;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/** ECLASSIFIED END **/

/**HEADER SITE SEARCH*/
div#site-search-suggestion > ul {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
    padding: 0 0px;
    margin-bottom: 10px;
    position: relative;
    border: none;
}

div#site-search-suggestion > ul li {
    list-style: none;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
}

div#site-search-suggestion > ul li div{
    padding: 5px 10px;
}

div#site-search-suggestion  .ui-state-active{
    border: 1px solid #FDC744;
    background: #FDC744;
}
/**HEADER SITE SEARCH END*/

/** COOKIES **/
.cookies-container {
    width: 300px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    display: none;
}

.cookies-container div {
    box-sizing: border-box
}

.cookies-container .cookies-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    background-color: #edebeb;
    color: #444444;
}

.cookies-container .cookies-details {
    margin-bottom: 5px;
}

.cookies-container .cookies-buttons {
    padding: 5px 25px;
    margin-left: auto;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #1B1B1B;
    cursor: pointer;
}

.cookies-container a {
    color: #444444;
    text-decoration: none;
}

.cookies-visible {
    display: block;
}

/** COOKIES END **/

.logout-prompt-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000000000000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logout-prompt-dialog {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.logout-prompt-dialog > div:first-child {
    background: #F0F0F8;
    padding: 15px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #585858;
}

.logout-prompt-dialog > div:nth-child(2) {
    padding: 20px 50px 10px 50px;
}

.logout-prompt-dialog > div:nth-child(2) > span {
    display: block;
    margin-bottom: 6px;
}


.logout-prompt-confirm-buttons {
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logout-prompt-confirm-buttons >span {
    flex:  0 0 35%;
    max-width: 35%;
    padding: 10px 16px;
    border-radius: 5px;
}

.logout-prompt-confirm-buttons >span:first-child {
    background: #7C7C7C;
    color: #ffffff;
}

.logout-prompt-confirm-buttons >span:nth-child(2) {
    background: #FFDE43;
}

.logout-prompt-confirm-buttons >span:hover {
    cursor: pointer;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.75);
}

/** PINKBIZ START */
.category-parent-43 .vertical-site-hotpost-wrapper .hotpost-wrapper,
.category-pinkbiz .vertical-site-hotpost-wrapper .hotpost-wrapper {
    max-height: unset;
}
/** PINKBIZ END */

/** SUBSITE */
.main-footer .footer-links-subcol>.footer-links-subsite {
    margin-bottom: 20px;
}

.signature-dark-grey-bg .swiper-button-next-style3 {
    background-color: rgba(212, 211, 227, 0.7);
}

.huashezhuanqu-page-cat .post-cover-image-frame {
    padding-bottom: 100%;
}

.huashezhuanqu-page-cat .vertical-post .title {
    text-align: center;
}

.huashezhuanqu-page-cat .post {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px 20px 10px;
    display:flex;
}

@media (max-width:767px) {
    .huashezhuanqu-page-cat .post {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } 
}

#full_screen_custom_reels_div {
    display: none;
}

#full_screen_custom_reels_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_custom_reel {
    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;
}

#full_screen_facebook_reels_div {
    display: none;
}

#full_screen_facebook_reels_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_facebook_reel {
    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_reel_div {
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 21474836470;
    background: transparent;
}

.fullscreen_reel_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    background: transparent;
}

.fullscreen_video_container {
    display: inline-block
}

@media (min-width: 500px) and (max-width: 699px) {
    .fullscreen_video_container {
        width: 500px;
    }
}

@media (max-width: 499px) {
    .fullscreen_video_container {
        width: 100%;
    }
}

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

.video-container-share-overlay {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(182,227,212) url('/public_v3/resources/images/reel_share.svg?v=0.1') no-repeat scroll center / 60%;
    opacity: 0.6;
    cursor: pointer;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full_screen_reels_share {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 21474836470;
}

.reels-share-title {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.reels-share-fabs .st-btn{
    display: inline-block !important;
    margin-right: 0 !important;
    margin-left: 8px;
}

.reels-share-fabs .sharethis-inline-share-buttons .st-btn[data-network="sharethis"] {
    display: none !important;
}

.reels-fab-share-btn:hover{
    cursor: pointer;
}

.reels-fab-share-btn {
    width: 36px;
    height: 32px;
    position: relative;
    border-radius: 5px;
    margin-left: 8px;
}

.reels-fab-share-btn img {
    max-width: 16px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.reels-share-fabs {
    display: flex;
    align-items: center;
    z-index: 4;
}

.reels-share-fabs .sharethis-inline-share-buttons {
    align-items: center;
    display: flex !important;
}

.reels-share-fabs .copy-share-link-container {
    position: relative;
}

.reels-share-fabs .copy-share-link-message {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background: #edebeb;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 0.9rem;
    letter-spacing: normal;
}

.reels-share-fabs .copy-share-link-message.hidden {
    display: none;
}

.reels-share-fabs .st-total {
    font-size: 0.9rem;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 12px;
    margin-right: 0;
    padding: 4px 8px;
    text-align: center;
    display: none !important;
}

.reels-share-fabs .st-hidden {
    display: none;
}

div[id^="st-el-"] {
    z-index: 21474836471 !important;
}

.reels-share-close {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 21474836470;
    background: rgba(0, 0, 0, 0) url(/public_v3/resources/images/circlecross.svg) no-repeat scroll center / 100%;
    cursor: pointer;
}

.reel_btn_prev,
.reel_btn_next {
    position: relative;
    z-index: 21474836471;
    filter: invert(1);
}

.reel_btn_prev {
    right: 15px;
}

.reel_btn_next {
    left: 15px;
}

.reel_btn_prev:not(.reel-button-disabled) img:hover,
.reel_btn_next:not(.reel-button-disabled) img:hover {
    cursor: pointer;
}

.reel_btn_prev.reel-button-disabled,
.reel_btn_next.reel-button-disabled {
    opacity: 0;
}

.full_screen_btn_close {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 3px;
    margin-left: 3px;
    z-index: 21474836470;
    background: rgba(0, 0, 0, 0) url('/public_v3/resources/images/circlecross.svg') no-repeat scroll 0 0 / contain;
    cursor: pointer;
}

.reel-item {
    position: relative;
    border-radius: 15px;
}

.reel-item-empty {
    position: relative;
    width: 100%;
    padding-top: 177.78%;
    border-radius: 15px;
    background: #000000;
}

.reel-item-empty span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #FFFFFF;
    text-align: center;
}

.reels-slider-wrapper .post-cover-image-frame {
    padding-bottom: 177.78%;
}

.reels-slider-wrapper .post-cover-image-frame>img.landscape {
    width: auto;
    height: 100%;
}

.reels-slider-wrapper .post-cover-image-frame.landscape {
    background-color: #000000;
}

.reels-slider-wrapper .post-cover-image-shadow-text a h1 {
    font-size: 0.9rem;
    margin: 0 0.7rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.reels-slider-wrapper .swiper-button-prev-style1{
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    width: 8%;
    background: transparent linear-gradient(93deg, var(--unnamed-color-ffffff) 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(93deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.swiper-button-prev-style1.swiper_custom_reels_widget_list,
.swiper-button-next-style1.swiper_custom_reels_widget_list{
    background: none;
}

.reels-slider-wrapper .swiper-button-prev-style1 img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.reels-slider-wrapper .swiper-button-next-style1 img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.reels-slider-wrapper .swiper-button-prev-style1.swiper-button-disabled{
    display:none;
}

.reels-slider-wrapper .swiper-button-next-style1.swiper-button-disabled{
    display:none;
}
/** SUBSITE END */