.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: #100a1a;
    backdrop-filter: blur(10px);
    transition: all .5s cubic-bezier(.39,.58,.57,1);
    z-index: 9999999;
}
.commet-chat-section.commet-valt-section {
    max-width: 416px;
    margin: 0 auto;
    display: block;
    /* padding: 0 20px; */
}

.oppai-fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oppai-vault-gallery.slider-active .oppai-vault-gallery-wrapper-header {
    z-index: unset;
}
.oppai-vault-gallery {
    /* max-width: 420px; */
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.oppai-fullscreen-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}


.custom-message-header .custom-message-header__left {
    width: 20%;
}

.custom-message-header .custom-message-header__center {
    width: 60%;
}
.oppai-dragon-vault {
    margin: 0 10px;
}


div#oppai-vault {margin: 0 10px;}
.custom-message-header .custom-message-header__right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.commet-valt-section .oppai-subscriber-wrapper {
    display: flex;
    flex-direction: column-reverse;

}

.oppai-sub-box.oppai-box-valt.oppai-box-valt-view-all{
    padding: 0 10px;
}

.woocommerce .loader::before {background: unset;}
.commet-valt-section .oppai-content-box {
    height: calc(100vh - 65px);
}

.commet-valt-section .not-sidebar-section .App {
    height: calc(100dvh - 69px);
}
.oppai-dragon-vault .oppai-collection-slider:last-child {
    padding-bottom: 30px !important;
}
.oppai-menu-list {
    list-style: none;
    background-color: #341D5C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 10px 15px 1px;
    backdrop-filter: blur(21.746253967285156px);
    box-shadow: 0px 0px 4px 3px #00000040;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.oppai-collection-slider {margin-top: 25px;}
.oppai-menu-list .oppai-menu-item{
    padding: 0 0 6px;
}
.oppai-menu-list .oppai-menu-item,
.oppai-menu-list .oppai-menu-item a{
    font-weight: 600;
    font-size: 9px;
    line-height: 24px;
    /*text-transform: uppercase;*/
    color: #FFFFFFD9;
    position: relative;
    padding: 0 9px;
    cursor: pointer;    
    min-height: unset;
    display: block;
    text-align: center;
}
.oppai-menu-list .oppai-menu-item.active a{
    color: #CE2A42;
}
.oppai-menu-list .oppai-menu-item.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: -1px;
    background: #CE2A42;
    left: 0;
    right: 0;
}
.oppai-menu-list .oppai-menu-item.active img{
    filter: brightness(0) saturate(100%) invert(26%) sepia(51%) saturate(3639%) hue-rotate(334deg) brightness(83%) contrast(93%);
}
.oppai-menu-item img {
    display: block;
    margin: 0 auto;
    max-width: 25px;
    margin-bottom: 2px;
}
/* .oppai-sub-box.oppai-box-chat{
    display: none;
} */
/* .oppai-sub-box.oppai-box-chat.active {
    display: block;
} */
.oppai-sub-box.oppai-box-chat:not(.active) {
    display: none;
}
.oppai-box-valt-view-all .view_all_close_btn {
    height: 30px;
    width: 30px;
    right: auto;
    left: 20px;
    cursor: pointer;
    position: absolute;
    top: 6%;
    transform: translateY(-50%);
    border: 2px solid rgba(255,255,255,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vault-gallery-carousel-main .slick-arrow, .vault-gallery-carousel-main-view-all .slick-arrow {
	background-color: #CE2A42 !important;
	border-radius: 100px;
	height: 32px;
	width: 32px;
	background-size: 10px auto !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	min-width: 32px !important;
	min-height: 32px !important;
}
.vault-gallery-carousel-main-view-all .slick-arrow.slick-next,
.vault-gallery-carousel-main .slick-arrow.slick-next{
     background-image: url("/wp-content/uploads/2025/07/arrow-next.svg") !important;
}
.vault-gallery-carousel-main-view-all .slick-arrow.slick-prev,
.vault-gallery-carousel-main .slick-arrow.slick-prev{
     background-image: url("/wp-content/uploads/2025/07/arrow-prev.svg") !important;
}

.oppai-dragon-vault {
    height: 100%;
}

.oppai-dragon-vault .logo {
    padding: 15px 0 20px;
    z-index: -1;
    margin: 0 auto;
}

.oppai-dragon-vault .logo img,
.oppai-box-valt-view-all .logo img
 {
    max-width: 96px;
    margin: 0 auto;
    display: block;
    height: unset;
    /* height: 60px; */
}
.oppai-box-valt-view-all .logo{
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
}

.oppai-featured-slider-sec .close_btn, .oppai-box-valt-view-all .close_btn {
    min-width: 30px;
    height: 30px;
    width: 30px;
    right: auto;
    left: 20px;
    cursor: pointer;
    position: absolute;
    top: 6%;
    transform: translateY(-50%);
    border: 2px solid rgba(255,255,255,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oppai-featured-slider-sec {
    margin-bottom: 0;
    height: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 154px);
    scrollbar-width: none;
}
.oppai-featured-slider-sec::-webkit-scrollbar {
    width: unset;
}
body .cometchat-message-composer .cometchat-message-composer__input,
body .cometchat-message-composer__input:empty:before{
        font-family: "Poppins", sans-serif;
}
.featured-slide {
    position: relative;
}

.feature-img {
    position: relative;
    border-radius: 21px;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 146px;
}
.feature-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
}
.feature-img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -27.4%, #000000 100%);
    pointer-events: none;
    z-index: 1;
}

.feature-img img {
    display: block;
    width: 100%;
}

.oppai-featured-text {
    padding: 0 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-right: 130px;
}

.oppai-featured-text h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 21.47px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #fff;
    margin: 0 0 5px;
}

.oppai-featured-text p {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
}

.oppai-featured-text .custom-btn {
    font-weight: 700;
    font-size: 12.24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 22px;
    position: absolute;
    right: 12px;
    left: auto;
    bottom: 0;
    z-index: 2;
    min-height: unset;
    height: unset;
}

.oppai-dragon-vault .slick-slide {
    height: auto;
}

.oppai-dragon-vault ul.slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    line-height: normal;
    list-style: none;
    justify-content: flex-end;
    padding-top: 15px;
    padding-right: 50px;
}

.oppai-dragon-vault ul.slick-dots li {
    background: #D9D9D9;
    margin: 0 3px;
    height: 7px;
    width: 7px;
    border-radius: 100px;
}

.oppai-dragon-vault ul.slick-dots .slick-active {
    background: #CE2A42;
}

.oppai-dragon-vault .slick-dots li button {
    background: transparent;
    padding: 0;
    font-size: 0;
    text-indent: -99999px;
    border: none;
    min-height: unset !important;
    min-width: unset !important;

}
.oppai-collection-slider .slick-list .slick-track{
    display: flex;
}
.collection-slide{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.collection-img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.collection-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.collection-txt {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
}
.collection-txt .custom-btn{
    margin-top: auto;
}
.oppai-collection-slider {
    margin-bottom: 35px;
}
.oppai-vault-gallery-wrapper {
    overflow: hidden;
    overflow-y: auto;
}
.oppai-collection-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.oppai-collection-head h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 0;
}

.oppai-collection-head .view-all {
    color: #CE2A42;
    font-weight: 700;
    font-size: 12.24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    height: unset;
    min-height: unset;
}

.oppai-collection-carousel .slick-slide {
    padding: 0 5px;
}

.collection-slide {
    background: #381D67;
    border-radius: 30px;
    overflow: hidden;
}

.collection-img {
    border-radius: 20px;
    overflow: hidden;
}

.collection-img img {
    aspect-ratio: 147 / 146;
    object-fit: cover;
    object-position: top;
}

.collection-txt {
    padding: 15px 8px;
    text-align: center;
}

.collection-txt h3 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 5px;
}

.collection-txt p {
    color: #979797;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
}

.collection-txt .custom-btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 11px 22px;
    height: unset;
    min-height: unset;
}
body .custom-message-header__logo{
    height: 50px !important;
}
body.valt-page .oppai-menu-list {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    max-width: 376px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* body.valt-page {
    overflow: unset !important;
} */
.commet-chat-section{
    min-height: 100svh !important;
}
.oppai-login-users .oppai-subscriber-wrapper,
.oppai-log-out-users .oppai-subscriber-wrapper,
.page-template-oppai-store-template .oppai-subscriber-wrapper{
    display: none;
}


/* ashish added */

.cometchat-message-list__body {
    padding: 0 5px;
}
.custom-message-header__menu {
    display: none !important;
}

.cometchat-message-list__body {
    padding: 0 10px;
}
#root {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .cometchat-tab-component {
    display: none !important;
}
body .cometchat-message-list-wrapper {
    height: 100% !important;
}

body .cometchat-message-list>.cometchat-message-list__body>.cometchat {
    height: 100% !important;
}
body.valt-page .cometchat-message-list .cometchat-message-list__body .cometchat-list__body {
    height: unset;
    max-height: unset;
    min-height: unset;
}
 /* body ..cometchat-message-list .cometchat-message-list__body .cometchat-list__body {
    height: 100% !important;
}
 body ..cometchat-message-list__shimmer {
    height: 100%;
    background: #262041 !important;
} */
.cometchat-message-list .cometchat-message-list__body .cometchat-list__body {
    height: 100%;
}

.messages-wrapper .cometchat-message-list__shimmer {
    height: 100%;
}
.bubble-view__content {
    max-width: 100% !important;
}
/* allow scroll only on message area */
.cometchat-message-list-wrapper {
  flex-grow: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Layout Fixes */
.selector-wrapper > div:not(.cometchat) {
    width: 100%;
}

.selector-wrapper h3 {
    text-align: left;
}

/* Chat layout */
.commet-chat-section {
    display: flex;
    width: 100%;
}
.App {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #130c1e !important;
}
.commet-chat-section-user {
    width: 65px;
    padding: 15px 0;
    box-sizing: border-box;
}

/* Main Chat area */
.commet-chat-section #root {
    width: calc(100% - 200px);
}

body .commet-chat-section .not-sidebar-section {
    width: 100% !important;
}

.App,
.conversations-wrapper,
.messages-wrapper {
    width: 100% !important;
}

.messages-wrapper {
    max-width: calc(100% - 420px) !important;
}

/* User List Styles */
.comet-chat-per-user {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease;
}

.comet-chat-per-user:hover {
    background-color: #1f1433;
}

.comet-chat-per-user.active {
    background-color: #60f;
}
.conversations-wrapper[style="display: none;"] + div.messages-wrapper {
    max-width: 100% !important;
}
.oppai-dragon-comet-chat.chat-list {
    height: 100%;
}
.cometchat-list-item {
    width: 100%;
    max-width: 100% !important;
}
button.mute-button {
    border-radius: unset !important;
}
/* Avatar */
.comet-chat-per-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff30;
}
.comet-chat-user-muted-icon {
    position: absolute;
    right: 0;
    margin-top: 40px;
    margin-right: 15px;
}

.cometchat-list-item {
    position: relative;
}
.cometchat-user-details__content-title {
    line-height: 110% !important;
}
#logged-in-user {
    display: none !important;
}
.messages-wrapper .cometchat-message-composer {
    margin: 8px 8px 8px !important;
}
/* Unread Message Bubble */
.comet-chat-per-user .bouble,
.comet-chat-per-user .chat-bubble {
    position: absolute;
    top: 5px;
    left: 35px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 999px;
    min-width: 18px;
    text-align: center;
}

/* Optional: Tooltip using native title (already in HTML) */
.comet-chat-per-user[title] {
    position: relative;
}
.cometchat-list__item-wrapper {
    padding: 0px 5px !important;
}
.cometchat-list__body.subscriber-list-body {
	background-position: 0 0;
	padding: 0 5px !important;
	scrollbar-width: none;
}
.cometchat-list__body.subscriber-list-body::-webkit-scrollbar {
    width: unset;
}


#root.cometchat-list__body.subscriber-list-body {
    background-position: 100%;
}
.cometchat-list__item-wrapper {
    padding: 0 !important;
}

body.valt-page {
  min-height: 100dvh;
  overflow-y: hidden;
}
.valt-page .cometchat-messages-wrapper {
    height: 100%;
    max-height: calc(100dvh - 69px);
    max-width: 415px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/* body.valt-page.window-resized.loaded.mobile-menu {
    overflow: visible !important;
} */
body.valt-page{
        overflow: hidden;
    }
.oppai-dragon-vault {
    overflow: unset;
}
html > body > div{
    height: unset;
}
.oppai-featured-slider-sec .oppai-collection-slider:nth-child(2) {
    margin-top: 25px;
}

body.valt-page .commet-chat-section.commet-valt-section {
    overflow: unset !important;
}
.commet-chat-section.commet-valt-section .cometchat-message-list__body{
    padding: 0
}
.commet-valt-section .messages-wrapper .cometchat-message-composer {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.valt-page .oppai-menu-list{
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    max-width: 415px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.side-component-wrapper {
    width: 100%;
}
body.valt-page .commet-valt-section .oppai-content-box {
	height: 100%;
	max-height: calc(100dvh - 69px);
}
.oppai-collection-slider .slick-list .slick-track{
    margin:0
}
.oppai-vault-gallery {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #130C1EE5;
    z-index: 999999999;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    display: none;
}
 .oppai-vault-gallery.slider-active{
    opacity: 1;
    pointer-events: auto;
    display: block;
 }
.oppai-vault-gallery-wrapper {
    display: flex;
    width: 95%;
    height: 100%;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    max-height: calc(100vh - 50px);
    margin-block: auto;
    padding-block: 0 24px;
    padding-inline: 24px;
    max-width: 420px;
}
.gallery-img img {
    max-width: 260px;
    margin: 0 auto;
    display: block;
}

.vault-gallery-carousel-main .slick-arrow , .vault-gallery-carousel-main-view-all .slick-arrow{
    padding: 0;
    border: unset;
    box-shadow: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.gallery-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.gallery-header h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
}
.gallery-header span{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}
.vault-gallery-carousel-main .gallery-img img , .vault-gallery-carousel-main-view-all .gallery-img img {
    /* max-width: 336px; */
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    width: 100%;
}
.vault-gallery-thumb , .vault-gallery-thumb-view-all {
    margin-top:15px;
}
.vault-gallery-thumb .slick-list , .vault-gallery-thumb-view-all .slick-list{
    margin: 0 -5px;
}
.vault-gallery-thumb .gallery-img , .vault-gallery-thumb-view-all .gallery-img{
    padding: 0 5px;
}
.vault-gallery-thumb .gallery-img img , .vault-gallery-thumb-view-all .gallery-img img{
    border-radius: 10px;
    overflow: hidden;
    border:1px solid transparent;
    object-fit: cover;
    max-width: unset;
    width: 100%;
    cursor: pointer;
}


.vault-gallery-thumb .gallery-img.slick-current img , .vault-gallery-thumb-view-all .gallery-img.slick-current img{
    border: 1px solid #CE2A42;
}
.vault-gallery-carousel-main .slick-arrow.slick-prev , .vault-gallery-carousel-main-view-all .slick-arrow.slick-prev{
    left:-16px;
}
.vault-gallery-carousel-main .slick-arrow.slick-next , .vault-gallery-carousel-main-view-all .slick-arrow.slick-next{
    right: -16px;
}
.slick-arrow.slick-disabled {
    opacity: .5;
}
.oppai-sub-box.oppai-box-valt {
    /*height: calc(100dvh - 65px);*/
    height: 100dvh;
    overflow: hidden;
}
.oppai-sub-box.oppai-box-valt::-webkit-scrollbar{
    display:none;
}
/* body.valt-page.window-resized.loaded.mobile-menu {
    overflow-y: scroll !important;
} */
body.valt-page.window-resized.loaded.mobile-menu::-webkit-scrollbar {
    display: none; 
}

.commet-chat-section.commet-valt-section .pass_promotional_wrap{
    flex-wrap: wrap;
}
.commet-chat-section .cometchat-composer-wrapper {
    position: sticky;
    bottom: 0;
}
#oppai-vault .close_btn{
    top : 6% !important;
    z-index: 999999999;
}

.oppai-vault-gallery-wrapper-header {
	/*position: relative;*/
	align-items: center;
	display: flex;
	/*justify-content: center;*/
	/*padding-inline: 40px;*/
    z-index: -1;
}
.commet-valt-section .not-sidebar-section .cometchat-root {
	height: 100% !important;
}
@media (max-width: 768px) {
    body .bubble-view__content {
        max-width: 70% !important;
    }
     .cometchat-message-list .cometchat-message-list__body div.cometchat-list__body{
        height: 100% !important;
        max-height: unset !important;
    }
    div.cometchat-list__body.subscriber-list-body{
        background-position: bottom !important;
        min-height: unset !important;
    } 
    .oppai-pto-scroll .oppai-dragon-vault {
        margin: 0 !important;
    }
    .oppai-pto-scroll .commet-valt-section .oppai-subscriber-wrapper {
        height: 100vh;
    }
    body.oppai-pto-scroll .commet-valt-section .oppai-content-box{
        max-height: 100vh !important; 
    }

    body.oppai-pto-scroll div#oppai-vault{
        height: 100vh;
    }
    body.oppai-pto-scroll .oppai-featured-slider-sec{
        max-height: 100vh !important;
    }
    body.oppai-pto-scroll .oppai-collection-slider{
        height: 100vh !important;
    }
    .oppai-pto-scroll .oppai-vault-gallery-wrapper {
        max-height: 100vh !important;
        width: 95% !important;
        max-width : 100% !important;
       
    }

    .oppai-pto-scroll ul.oppai-menu-list{
        display: none  !important;
        
    }
    .oppai-pto-scroll .oppai-menu-list{
        z-index: -1 !important;
    }
    .oppai-pto-scroll .logo:first-child{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .oppai-menu-list .oppai-menu-item{
        padding: 0 0 6px;
    }
    .login-form-wrap.my_account .ur-frontend-form .ur-form-row .ur-form-grid{
        padding: 0;
    }
    .oppai-dragon-vault .logo img{
        max-width: 120px;
    }
    .side-component-wrapper{
        top: 0;
    }
    .oppai-menu-list .oppai-menu-item {
        /* padding: 0 10px 10px 10px; */
    }
    .commet-valt-section .commet-chat-section.commet-valt-section {
        max-width: 100% !important;
    }

    body.valt-page .commet-valt-section .oppai-menu-list {
        max-width: 100%;
        z-index: 99999999;
        width: 100%;
    }
    .valt-page .cometchat-messages-wrapper {
        max-width: 99% !important;
    }
    .oppai-menu-list .oppai-menu-item{
        cursor: unset;
    }
     .oppai-log-out-users,
     .oppai-login-users,
     .page-template-oppai-store-template {
        padding-bottom: 65px;
        scrollbar-width: none; 
        -ms-overflow-style:none;

    }

    body.oppai-log-out-users::-webkit-scrollbar,
    body.oppai-log-out-users::-webkit-scrollbar-button,
    body.oppai-login-users::-webkit-scrollbar,
    body.oppai-login-users::-webkit-scrollbar-button,
    body.page-template-oppai-store-template::-webkit-scrollbar-button ,
    body.page-template-oppai-store-template::-webkit-scrollbar {
        display: none;
    }
    .oppai-log-out-users .oppai-subscriber-wrapper,
    .oppai-login-users .oppai-subscriber-wrapper,
    .page-template-oppai-store-template .oppai-subscriber-wrapper{
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        z-index: 999;
    }
    .login-form-height-set {margin-bottom: 30px;}

       /* .valt-page .cometchat-messages-wrapper {
        height: calc(100dvh - 70px);
    } */
    /* .oppai-log-out-users .custom-bottom-footer,
    .oppai-login-users .custom-bottom-footer,
    .page-template-oppai-store-template .custom-bottom-footer{
        display: none;
    } */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .oppai-featured-slider-sec {
        max-height: calc(100vh - 200px);
    }
}