/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

/**** header ****/

.sidebar {
    width: 40px;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    transition: visibility 0s, all 0.15s ease-in-out;
    content-visibility: auto;
    background: #fff;
    z-index: 999999999;
    flex-direction: column;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: auto;
    overflow-x: hidden;
    overflow-anchor: none;
    scrollbar-width: none;
    font-family: Oswald, sans-serif;
}

.sidebar:hover {
    width: 220px;
    scrollbar-width: thin;
    scrollbar-color: #0b9bca;
}

.sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sidebar:hover::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0);
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 30px;
}

.sidebar:hover::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

.sidebar:hover::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

.sidebar+.wrapper {
    margin-left: 40px;
}

.sidebar-item:not(.no-hover):hover {
    border-left-color: #E92224 !important;
}

.sidebar-item.no-link {
    pointer-events: none;
}

.sidebar-item.logo-title:hover {
    border-left-color: #E92224 !important;
    cursor: default;
}

.sidebar-item {
    display: flex;
    color: white !important;
    text-decoration: none !important;
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-left-color: transparent !important;
}

.sidebar-item.active {
    color: #0b9bca !important;
}

.sidebar-item:hover .sidebar-item-icon {
    opacity: .7;
}

.sidebar-item:not(.no-hover):hover .sidebar-item-title {
    transition: visibility 0s, all 0.15s ease-in-out;
    margin-left: 5px;
}

.sidebar-item.logo-title:hover .sidebar-item-title {
    transition: visibility 0s, all 0.15s ease-in-out;
    margin-left: 0 !important;
}

.sidebar-item .search input {
    width: 100px;
    background: #fff;
    border: 0;
    height: 30px;
    padding: 0 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35) inset;
    border-radius: 5px;
}

.sidebar-item .search button {
    width: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: Oswald sans-serif;
    background: #043856;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.sidebar-item-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 2rem;
    /* padding: 0 19px; */
    /* margin-left: -5px; */
    /* width: 40px; */
    max-width: 45px;
    min-width: 45px;
    height: 40px;
}

.sidebar-item-icon i {
    /* margin: 0 !important; */
    color: #66667E;
}

.sidebar-item-title {
    white-space: nowrap;
    font-weight: bold;
    align-self: center;
    color: #66667E;
    letter-spacing: 1px;
    font-size: 1.4em !important;
}

.sidebar .separator {
    width: 100%;
    margin-right: 5px;
    padding: 0;
    opacity: 0.4;
    border: none;
    height: 2px;
    color: #cacaca;
    background-color: #cacaca;
    border-radius: 5%;

}

@keyframes slide-in-one-tap {
    from {
        transform: translateY(80px);
    }

    to {
        transform: translateY(0px);
    }
}

.trust-hide-gracefully {
    opacity: 0;
}

.trust-wallet-one-tap .hidden {
    display: none;
}

.trust-wallet-one-tap .semibold {
    font-weight: 500;
}

.trust-wallet-one-tap .binance-plex {
    font-family: 'Binance';
}

.trust-wallet-one-tap .rounded-full {
    border-radius: 50%;
}

.trust-wallet-one-tap .flex {
    display: flex;
}

.trust-wallet-one-tap .flex-col {
    flex-direction: column;
}

.trust-wallet-one-tap .items-center {
    align-items: center;
}

.trust-wallet-one-tap .space-between {
    justify-content: space-between;
}

.trust-wallet-one-tap .justify-center {
    justify-content: center;
}

.trust-wallet-one-tap .w-full {
    width: 100%;
}

.trust-wallet-one-tap .box {
    transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
    animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
    width: 384px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1020;
}

.trust-wallet-one-tap .header {
    gap: 15px;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 18px;
}

.trust-wallet-one-tap .header .left-items {
    gap: 15px
}

.trust-wallet-one-tap .header .title {
    color: #1E2329;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.trust-wallet-one-tap .header .subtitle {
    color: #474D57;
    font-size: 14px;
    line-height: 20px;
}

.trust-wallet-one-tap .header .close {
    color: #1E2329;
    cursor: pointer;
}

.trust-wallet-one-tap .body {
    padding: 9px 18px;
    gap: 10px;

}

.trust-wallet-one-tap .body .right-items {
    gap: 10px;
    width: 100%;
}

.trust-wallet-one-tap .body .right-items .wallet-title {
    color: #1E2329;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
    color: #474D57;
    font-size: 14px;
    line-height: 20px;
}

.trust-wallet-one-tap .connect-indicator {
    gap: 15px;
    padding: 8px 0;
}

.trust-wallet-one-tap .connect-indicator .flow-icon {
    color: #474D57;
}

.trust-wallet-one-tap .loading-color {
    color: #FFF;
}

.trust-wallet-one-tap .button {
    border-radius: 50px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-color: rgb(5, 0, 255);
    border-color: rgb(229, 231, 235);
    cursor: pointer;
    text-align: center;
    height: 45px;
}

.trust-wallet-one-tap .button .button-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.trust-wallet-one-tap .footer {
    margin: 20px 30px;
}

.trust-wallet-one-tap .check-icon {
    color: #FFF;
}

@font-face {
    font-family: 'Binance';
    src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Binance';
    src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Binance';
    src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-SemiBold.otf) format('opentype');
    font-weight: 600;
    font-style: normal;
}
.--savior-overlay-transform-reset {
    transform: none !important;
}

.--savior-overlay-z-index-top {
    z-index: 2147483643 !important;
}

.--savior-overlay-position-relative {
    position: relative;
}

.--savior-overlay-position-static {
    position: static !important;
}

.--savior-overlay-overflow-hidden {
    overflow: hidden !important;
}

.--savior-overlay-overflow-x-visible {
    overflow-x: visible !important;
}

.--savior-overlay-overflow-y-visible {
    overflow-y: visible !important;
}

.--savior-overlay-z-index-reset {
    z-index: auto !important;
}

.--savior-overlay-display-none {
    display: none !important;
}

.--savior-overlay-clearfix {
    clear: both;
}

.--savior-overlay-reset-filter {
    filter: none !important;
    backdrop-filter: none !important;
}

.--savior-tooltip-host {
    z-index: 9999;
    position: absolute;
    top: 0;
}

/*Override css styles for Twitch.tv*/
main.--savior-overlay-z-index-reset {
    z-index: auto !important;
}

.modal__backdrop.--savior-overlay-z-index-reset {
    position: static !important;
}

main.--savior-overlay-z-index-top {
    z-index: auto !important;
}

main.--savior-overlay-z-index-top .channel-root__player-container+div,
main.--savior-overlay-z-index-top .video-player-hosting-ui__container+div {
    opacity: 0.1;
}

/*Dirty hack for facebook big video page e.g: https://www.facebook.com/abc/videos/...*/
.--savior-backdrop {
    position: fixed !important;
    z-index: 2147483642 !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw !important;
    background-color: rgba(0, 0, 0, 0.9);
}

.--savior-overlay-twitter-video-player {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.--savior-overlay-z-index-reset [class*="DivSideNavContainer"],
.--savior-overlay-z-index-reset [class*="DivHeaderContainer"],
.--savior-overlay-z-index-reset [class*="DivBottomContainer"],
.--savior-overlay-z-index-reset [class*="DivCategoryListWrapper"],
.--savior-overlay-z-index-reset [data-testid="sidebarColumn"],
.--savior-overlay-z-index-reset header[role="banner"],
.--savior-overlay-z-index-reset [data-testid="cellInnerDiv"]:not(.--savior-overlay-z-index-reset),
.--savior-overlay-z-index-reset [aria-label="Home timeline"]>div:first-child,
.--savior-overlay-z-index-reset [aria-label="Home timeline"]>div:nth-child(3) {
    z-index: -1 !important;
}

.--savior-overlay-z-index-reset [data-testid="cellInnerDiv"] .--savior-backdrop+div {
    z-index: 2147483643 !important;
}

.--savior-overlay-z-index-reset [data-testid="primaryColumn"]>[aria-label="Home timeline"] {
    z-index: 0 !important;
}

.--savior-overlay-z-index-reset#mtLayer,
.--savior-overlay-z-index-reset.media-layer {
    z-index: 3000 !important;
}

.--savior-overlay-position-relative [class*="SecBar_secBar_"],
.--savior-overlay-position-relative .woo-box-flex [class*="Frame_top_"] {
    z-index: 0 !important;
}

.--savior-overlay-position-relative .vue-recycle-scroller__item-view:not(.--savior-overlay-z-index-reset),
.--savior-overlay-position-relative .woo-panel-main[class*="BackTop_main_"],
.--savior-overlay-position-relative [class*="Main_side_"] {
    z-index: -1 !important;
}

/* Fix conflict css with zingmp3 */
.zm-video-modal.--savior-overlay-z-index-reset {
    position: absolute;
}

/* Dirty hack for xvideos99 */
#page #main.--savior-overlay-z-index-reset {
    z-index: auto !important;
}

/* Overlay for ok.ru */
#vp_w.--savior-overlay-z-index-reset.media-layer.media-layer__video {
    overflow-y: hidden;
    z-index: 2147483643 !important;
}

/* Fix missing controller for tv.naver.com */
.--savior-overlay-z-index-top.rmc_controller,
.--savior-overlay-z-index-top.rmc_setting_intro,
.--savior-overlay-z-index-top.rmc_highlight,
.--savior-overlay-z-index-top.rmc_control_settings {
    z-index: 2147483644 !important;
}

/* Dirty hack for douyi.com */
.swiper-wrapper.--savior-overlay-z-index-reset .swiper-slide:not(.swiper-slide-active),
.swiper-wrapper.--savior-overlay-transform-reset .swiper-slide:not(.swiper-slide-active) {
    display: none;
}

.videoWrap+div>div {
    pointer-events: unset;
}

/* Dirty hack for fpt.ai */
.mfp-wrap.--savior-overlay-z-index-top {
    position: relative;
}

.mfp-wrap.--savior-overlay-z-index-top .mfp-close {
    display: none;
}

.mfp-wrap.--savior-overlay-z-index-top .mfp-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.--savior-overlay-z-index-reset>main[role="main"].--savior-overlay-z-index-reset+nav {
    z-index: -1 !important;
}

section.--savior-overlay-z-index-reset>main[role="main"].--savior-overlay-z-index-reset section.--savior-overlay-z-index-reset div.--savior-overlay-z-index-reset~div {
    position: relative;
}

.watching-movie #video-player.--savior-overlay-z-index-top {
    z-index: 2147483644 !important;
}

div[class^="tiktok"].--savior-overlay-z-index-reset {
    z-index: 2147483644 !important;
}

.--savior-lightoff-fix section:not(:has([class*="--savior-overlay-"])),
.--savior-lightoff-fix section.section_video~section {
    z-index: -1;
    position: relative;
}

.--savior-lightoff-fix header,
.--savior-lightoff-fix footer,
.--savior-lightoff-fix .top-header,
.--savior-lightoff-fix .swiper-container,
.--savior-lightoff-fix #to_top,
.--savior-lightoff-fix #button-adblock {
    z-index: -1 !important;
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#search-left .search-container .games-list.played-games .post::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: white;
    background-image: url(../images/like.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 4px;
    border-radius: 0 16px 16px 0;
}

.fa-chevron-left:before {
    background-image: url(../images/close.svg);
}



img.site-logo {
    padding: 10px;
    width: 100%;
}

.icon-category{
    font-size: -webkit-xxx-large;
}
body {
    background: #b39bf9 url(https://www.pokigamesx.com/templates/poki-like/image/bg-diamond.svg);
    background-attachment: fixed;
}

.logo-home-footer {
    background-image: url(/static/logo/poki/logo-poki.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    height: auto;
    background-size: 64px;
}
.sidebar {
    width: 40px;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    transition: visibility 0s, all 0.15s ease-in-out;
    content-visibility: auto;
    background: #fff;
    z-index: 999999999;
    flex-direction: column;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: auto;
    overflow-x: hidden;
    overflow-anchor: none;
    scrollbar-width: none;
    font-family: Oswald, sans-serif;
}

.sidebar:hover {
    width: 220px;
    scrollbar-width: thin;
    scrollbar-color: #0b9bca;
}

.sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sidebar:hover::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0);
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 30px;
}

.sidebar:hover::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

.sidebar:hover::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

.sidebar+.wrapper {
    margin-left: 40px;
}

.sidebar-item:not(.no-hover):hover {
    border-left-color: #E92224 !important;
}

.sidebar-item.no-link {
    pointer-events: none;
}

.sidebar-item.logo-title:hover {
    border-left-color: #E92224 !important;
    cursor: default;
}

.sidebar-item {
    display: flex;
    color: white !important;
    text-decoration: none !important;
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-left-color: transparent !important;
}

.sidebar-item.active {
    color: #0b9bca !important;
}

.sidebar-item:hover .sidebar-item-icon {
    opacity: .7;
}

.sidebar-item:not(.no-hover):hover .sidebar-item-title {
    transition: visibility 0s, all 0.15s ease-in-out;
    margin-left: 5px;
}

.sidebar-item.logo-title:hover .sidebar-item-title {
    transition: visibility 0s, all 0.15s ease-in-out;
    margin-left: 0 !important;
}

.sidebar-item .search input {
    width: 100px;
    background: #fff;
    border: 0;
    height: 30px;
    padding: 0 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35) inset;
    border-radius: 5px;
}

.sidebar-item .search button {
    width: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: Oswald sans-serif;
    background: #043856;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.sidebar-item-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 2rem;
    /* padding: 0 19px; */
    /* margin-left: -5px; */
    /* width: 40px; */
    max-width: 45px;
    min-width: 45px;
    height: 40px;
}

.sidebar-item-icon i {
    /* margin: 0 !important; */
    color: #66667E;
}

.sidebar-item-title {
    white-space: nowrap;
    font-weight: bold;
    align-self: center;
    color: #66667E;
    letter-spacing: 1px;
    font-size: 1.4em !important;
}

.sidebar .separator {
    width: 100%;
    margin-right: 5px;
    padding: 0;
    opacity: 0.4;
    border: none;
    height: 2px;
    color: #cacaca;
    background-color: #cacaca;
    border-radius: 5%;

}

@keyframes slide-in-one-tap {
    from {
        transform: translateY(80px);
    }

    to {
        transform: translateY(0px);
    }
}

.trust-hide-gracefully {
    opacity: 0;
}

.trust-wallet-one-tap .hidden {
    display: none;
}

.trust-wallet-one-tap .semibold {
    font-weight: 500;
}

.trust-wallet-one-tap .binance-plex {
    font-family: 'Binance';
}

.trust-wallet-one-tap .rounded-full {
    border-radius: 50%;
}

.trust-wallet-one-tap .flex {
    display: flex;
}

.trust-wallet-one-tap .flex-col {
    flex-direction: column;
}

.trust-wallet-one-tap .items-center {
    align-items: center;
}

.trust-wallet-one-tap .space-between {
    justify-content: space-between;
}

.trust-wallet-one-tap .justify-center {
    justify-content: center;
}

.trust-wallet-one-tap .w-full {
    width: 100%;
}

.trust-wallet-one-tap .box {
    transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
    animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
    width: 384px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1020;
}

.trust-wallet-one-tap .header {
    gap: 15px;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 18px;
}

.trust-wallet-one-tap .header .left-items {
    gap: 15px
}

.trust-wallet-one-tap .header .title {
    color: #1E2329;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.trust-wallet-one-tap .header .subtitle {
    color: #474D57;
    font-size: 14px;
    line-height: 20px;
}

.trust-wallet-one-tap .header .close {
    color: #1E2329;
    cursor: pointer;
}

.trust-wallet-one-tap .body {
    padding: 9px 18px;
    gap: 10px;

}

.trust-wallet-one-tap .body .right-items {
    gap: 10px;
    width: 100%;
}

.trust-wallet-one-tap .body .right-items .wallet-title {
    color: #1E2329;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
    color: #474D57;
    font-size: 14px;
    line-height: 20px;
}

.trust-wallet-one-tap .connect-indicator {
    gap: 15px;
    padding: 8px 0;
}

.trust-wallet-one-tap .connect-indicator .flow-icon {
    color: #474D57;
}

.trust-wallet-one-tap .loading-color {
    color: #FFF;
}

.trust-wallet-one-tap .button {
    border-radius: 50px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-color: rgb(5, 0, 255);
    border-color: rgb(229, 231, 235);
    cursor: pointer;
    text-align: center;
    height: 45px;
}

.trust-wallet-one-tap .button .button-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.trust-wallet-one-tap .footer {
    margin: 20px 30px;
}

.trust-wallet-one-tap .check-icon {
    color: #FFF;
}

@font-face {
    font-family: 'Binance';
    src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Binance';
    src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Binance';
    src: url(chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-SemiBold.otf) format('opentype');
    font-weight: 600;
    font-style: normal;
}

.--savior-overlay-transform-reset {
    transform: none !important;
}

.--savior-overlay-z-index-top {
    z-index: 2147483643 !important;
}

.--savior-overlay-position-relative {
    position: relative;
}

.--savior-overlay-position-static {
    position: static !important;
}

.--savior-overlay-overflow-hidden {
    overflow: hidden !important;
}

.--savior-overlay-overflow-x-visible {
    overflow-x: visible !important;
}

.--savior-overlay-overflow-y-visible {
    overflow-y: visible !important;
}

.--savior-overlay-z-index-reset {
    z-index: auto !important;
}

.--savior-overlay-display-none {
    display: none !important;
}

.--savior-overlay-clearfix {
    clear: both;
}

.--savior-overlay-reset-filter {
    filter: none !important;
    backdrop-filter: none !important;
}

.--savior-tooltip-host {
    z-index: 9999;
    position: absolute;
    top: 0;
}

/*Override css styles for Twitch.tv*/
main.--savior-overlay-z-index-reset {
    z-index: auto !important;
}

.modal__backdrop.--savior-overlay-z-index-reset {
    position: static !important;
}

main.--savior-overlay-z-index-top {
    z-index: auto !important;
}

main.--savior-overlay-z-index-top .channel-root__player-container+div,
main.--savior-overlay-z-index-top .video-player-hosting-ui__container+div {
    opacity: 0.1;
}

/*Dirty hack for facebook big video page e.g: https://www.facebook.com/abc/videos/...*/
.--savior-backdrop {
    position: fixed !important;
    z-index: 2147483642 !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw !important;
    background-color: rgba(0, 0, 0, 0.9);
}

.--savior-overlay-twitter-video-player {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.--savior-overlay-z-index-reset [class*="DivSideNavContainer"],
.--savior-overlay-z-index-reset [class*="DivHeaderContainer"],
.--savior-overlay-z-index-reset [class*="DivBottomContainer"],
.--savior-overlay-z-index-reset [class*="DivCategoryListWrapper"],
.--savior-overlay-z-index-reset [data-testid="sidebarColumn"],
.--savior-overlay-z-index-reset header[role="banner"],
.--savior-overlay-z-index-reset [data-testid="cellInnerDiv"]:not(.--savior-overlay-z-index-reset),
.--savior-overlay-z-index-reset [aria-label="Home timeline"]>div:first-child,
.--savior-overlay-z-index-reset [aria-label="Home timeline"]>div:nth-child(3) {
    z-index: -1 !important;
}

.--savior-overlay-z-index-reset [data-testid="cellInnerDiv"] .--savior-backdrop+div {
    z-index: 2147483643 !important;
}

.--savior-overlay-z-index-reset [data-testid="primaryColumn"]>[aria-label="Home timeline"] {
    z-index: 0 !important;
}

.--savior-overlay-z-index-reset#mtLayer,
.--savior-overlay-z-index-reset.media-layer {
    z-index: 3000 !important;
}

.--savior-overlay-position-relative [class*="SecBar_secBar_"],
.--savior-overlay-position-relative .woo-box-flex [class*="Frame_top_"] {
    z-index: 0 !important;
}

.--savior-overlay-position-relative .vue-recycle-scroller__item-view:not(.--savior-overlay-z-index-reset),
.--savior-overlay-position-relative .woo-panel-main[class*="BackTop_main_"],
.--savior-overlay-position-relative [class*="Main_side_"] {
    z-index: -1 !important;
}

/* Fix conflict css with zingmp3 */
.zm-video-modal.--savior-overlay-z-index-reset {
    position: absolute;
}

/* Dirty hack for xvideos99 */
#page #main.--savior-overlay-z-index-reset {
    z-index: auto !important;
}

/* Overlay for ok.ru */
#vp_w.--savior-overlay-z-index-reset.media-layer.media-layer__video {
    overflow-y: hidden;
    z-index: 2147483643 !important;
}

/* Fix missing controller for tv.naver.com */
.--savior-overlay-z-index-top.rmc_controller,
.--savior-overlay-z-index-top.rmc_setting_intro,
.--savior-overlay-z-index-top.rmc_highlight,
.--savior-overlay-z-index-top.rmc_control_settings {
    z-index: 2147483644 !important;
}

/* Dirty hack for douyi.com */
.swiper-wrapper.--savior-overlay-z-index-reset .swiper-slide:not(.swiper-slide-active),
.swiper-wrapper.--savior-overlay-transform-reset .swiper-slide:not(.swiper-slide-active) {
    display: none;
}

.videoWrap+div>div {
    pointer-events: unset;
}

/* Dirty hack for fpt.ai */
.mfp-wrap.--savior-overlay-z-index-top {
    position: relative;
}

.mfp-wrap.--savior-overlay-z-index-top .mfp-close {
    display: none;
}

.mfp-wrap.--savior-overlay-z-index-top .mfp-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.--savior-overlay-z-index-reset>main[role="main"].--savior-overlay-z-index-reset+nav {
    z-index: -1 !important;
}

section.--savior-overlay-z-index-reset>main[role="main"].--savior-overlay-z-index-reset section.--savior-overlay-z-index-reset div.--savior-overlay-z-index-reset~div {
    position: relative;
}

.watching-movie #video-player.--savior-overlay-z-index-top {
    z-index: 2147483644 !important;
}

div[class^="tiktok"].--savior-overlay-z-index-reset {
    z-index: 2147483644 !important;
}

.--savior-lightoff-fix section:not(:has([class*="--savior-overlay-"])),
.--savior-lightoff-fix section.section_video~section {
    z-index: -1;
    position: relative;
}

.--savior-lightoff-fix header,
.--savior-lightoff-fix footer,
.--savior-lightoff-fix .top-header,
.--savior-lightoff-fix .swiper-container,
.--savior-lightoff-fix #to_top,
.--savior-lightoff-fix #button-adblock {
    z-index: -1 !important;
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.home-search-container {
    display: flex;
    align-items: center; /* Căn giữa logo theo chiều dọc */
    justify-content: center; /* Nếu muốn căn giữa ngang */ 
    overflow: hidden; /* Ngăn tràn */
}

.site-logo {
    max-width: 100%; /* Đảm bảo không vượt quá kích thước thẻ cha */
    max-height: 80px; /* Giới hạn chiều cao logo */
    object-fit: contain; /* Giữ tỉ lệ ảnh */
}
.site-logo {
    width: auto;
    height: 60px; /* Tuỳ chỉnh chiều cao */
    padding: 5px;
}