@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700&display=swap");
/*FONTS*/
/*LINER GRADIENT COLORS*/
/*BACKGROUND IMAGES*/
/*COLORS*/
/*LOADER COLOR*/
/*BOX SHADOWS*/
html,
body {
 width: 100%;
 height: 100%;
 padding: 0px;
 margin: 0px;
 background-color: #F0F2F5;
 font-family: 'Montserrat', 'Poppins', 'Space Grotesk', 'Exo 2', system-ui, -apple-system, sans-serif !important;
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 -ms-text-size-adjust: 100%;
 -webkit-texts-size-adjust: 100%;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
div {
 display: block;
}

*,
::after,
::before {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

::-moz-selection {
 color: #ffffff;
 background: #f65169;
}

::selection {
 color: #ffffff;
 background: #f65169;
}

.flex_ {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
}

.justify-content {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.justify-content-left {
 -webkit-box-pack: left;
 -ms-flex-pack: left;
 justify-content: left;
}

.align-items-center {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.justify-content-right {
 -webkit-box-pack: right;
 -ms-flex-pack: right;
 justify-content: right;
}

.justify-content-align-items-center {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-line-pack: center;
 align-content: center;
}

.header {
 width: 100%;
 padding: 16px 22px 12px 22px;
 background: rgba(255, 255, 255, 0.92);
 position: fixed;
 z-index: 16;
 -webkit-box-shadow: 0 12px 32px rgba(82, 92, 122, 0.08), 0 2px 10px rgba(82, 92, 122, 0.05);
 box-shadow: 0 12px 32px rgba(82, 92, 122, 0.08), 0 2px 10px rgba(82, 92, 122, 0.05);
 top: 0px;
 border-bottom: 1px solid #e8ecf4;
 -webkit-backdrop-filter: blur(12px);
 backdrop-filter: blur(12px);
}

.header:before {
 content: "";
 width: 100%;
 height: 0.4rem;
 display: block;
 z-index: 4;
 position: absolute;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 left: 0px;
 top: 0px;
}

.leftSticky,
.rightSticky {
 display: block;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
}

.rightSticky {
 position: relative;
 width: 100%;
 -ms-flex-item-align: start;
 align-self: flex-start;
 padding-bottom: var(--rs-space, 0px);
}

.th_middle {
 -webkit-box-flex: 2;
 -ms-flex: 2;
 flex: 2;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 position: relative;
}

.section {
 min-height: 100%;
 overflow: hidden;
}

.wrapper {
 position: relative;
 width: 100%;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 min-height: 100%;
 min-height: calc(100vh - 72px);
 min-height: -o-calc(100vh - 72px);
 min-height: -ms-calc(100vh - 72px);
 top: 72px;
 -ms-flex-direction: row;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 flex-direction: row;
 margin-bottom: 52px;
}

.pageMiddle {
 display: inline-block;
 width: 100%;
 max-width: 680px;
 margin: 0px auto;
 padding-top: 25px;
}

.profile_wrapper .th_middle .pageMiddle {
 display: inline-block;
 width: 100%;
 max-width: 1240px;
 margin: 0px auto;
 padding-top: 25px;
}

.profile_wrapper .pageMiddleRow {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 gap: 15px;
 width: 100%;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}

.profile_wrapper .pageMiddleRow .pageMiddleInfo {
 min-height: 1px;
 min-width: 0;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0;
 flex: 1 1 0;
 position: sticky;
 top: 90px;
 align-self: flex-start;
 z-index: 2;
}
.profile_wrapper .pageMiddleRow .pageMiddleInfo.profile_info_stuck_bottom {
 top: auto;
 bottom: 16px;
}

.profile_wrapper .pageMiddleRow .pageMiddlePosts {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0;
 flex: 1 1 0;
 min-width: 740px;
 max-width: 740px;
}

.profile_wrapper .pageMiddleRow #moreType {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0;
 flex: 1 1 0;
 min-width: 740px;
 max-width: 740px;
}

@media (max-width: 1024px) {
 .profile_wrapper .pageMiddleRow .pageMiddleInfo {
 min-width: 100%;
 max-width: 100%;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 100%;
 flex: 1 1 100%;
 }
 .profile_wrapper .pageMiddleRow {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 }
 .profile_wrapper .pageMiddleRow .pageMiddlePosts {
 min-width: 100%;
 max-width: 100%;
 }
 .profile_wrapper .pageMiddleRow #moreType {
 min-width: 100%;
 max-width: 100%;
 }
}

@media (max-width: 1024px) {
 .profile_wrapper .pageMiddleRow {
 gap: 12px;
 }
 .profile_wrapper .pageMiddleRow .pageMiddleInfo {
 position: static;
 top: auto;
 align-self: auto;
 }
 .profile_wrapper .pageMiddleRow .pageMiddleInfo.profile_info_stuck_bottom {
 bottom: auto;
 }
}

.profile_wrapper .profile_meta_card {
 background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
 border: 1px solid #e6eaf5;
 border-radius: 16px;
 padding: 18px;
 -webkit-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
 box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 gap: 14px;
}

.profile_wrapper .profile_meta_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 padding-bottom: 4px;
 border-bottom: none;
}

.profile_wrapper .profile_meta_title {
 font-size: 20px;
 font-weight: 800;
 color: #0f172a;
 letter-spacing: -0.2px;
}

.profile_wrapper .profile_meta_category {
 font-size: 12px;
 color: #4b5563;
 background: #eef2ff;
 border: 1px solid #e6eaf5;
 padding: 7px 12px;
 border-radius: 12px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.25px;
}

.profile_wrapper .profile_meta_list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 gap: 10px;
}

.profile_wrapper .profile_meta_row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 font-size: 13px;
 color: #111827;
 padding: 10px 0;
 border-bottom: 1px solid #eef2f7;
}

.profile_wrapper .profile_meta_row .label {
 color: #040720;
 font-weight: 700;
 display: block;
}

.profile_wrapper .profile_meta_row .value {
 font-weight: 700;
 text-align: left;
 color: #0f172a;
 white-space: normal;
}

.profile_wrapper .meta_text .value {
 display: inline-flex;
 align-items: center;
 gap: 4px;
}

.profile_wrapper .profile_meta_row .value svg {
 display: inline-block;
 vertical-align: middle;
 width: 13px;
 height: 13px;
 fill: currentColor;
 stroke: currentColor;
}

.i_btn_become_fun.community_join_btn.communityJoinModal {
 border: none;
}

.i_nex_btn.editCommunityAvatarCover,
.i_nex_btn.communityManageSubmit,
.i_nex_btn.communityMemberSubmit {
 border: none;
}

.community_role_icon.community_owner_icon svg,
.i_nex_btn.communityEditModalBtn svg {
 fill: currentColor;
 stroke: currentColor;
}

.community_profile_wrapper button {
 font-family: inherit;
 font-size: 13px;
 font-weight: 600;
 letter-spacing: 0.2px;
 line-height: 1.2;
 text-transform: none;
 white-space: nowrap;
}

.profile_wrapper .profile_meta_row:last-child {
 border-bottom: none;
}

.profile_wrapper .meta_text {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 flex-direction: row;
 gap: 6px;
 align-self: center;
 text-align: left;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.profile_wrapper .profile_meta_icon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 26px;
 height: 26px;
 border-radius: 10px;
 background: #e5e7eb;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}

.profile_wrapper .profile_meta_icon svg {
 width: 16px;
 height: 16px;
 fill: #0f172a;
}

.profile_wrapper .profile_meta_missing {
 color: #2563eb;
 font-weight: 600;
 text-decoration: none;
}

.profile_wrapper .profile_meta_missing:hover {
 text-decoration: underline;
}

.profile_wrapper .profile_media_section {
 margin-top: 18px;
 background: #ffffff;
 border: 1px solid #e6eaf5;
 border-radius: 14px;
 padding: 14px;
 -webkit-box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
 box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.profile_wrapper .profile_media_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-bottom: 10px;
 gap: 10px;
}

.profile_wrapper .profile_media_title {
 font-size: 20px;
 font-weight: 800;
 color: #0f172a;
}

.profile_wrapper .profile_media_link {
 font-size: 13px;
 font-weight: 500;
 color: #2563eb;
 text-decoration: none;
}

.profile_wrapper .profile_media_link:hover {
 text-decoration: underline;
}

.profile_wrapper .profile_media_grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 4px;
}

.profile_wrapper .profile_media_section_reels .profile_media_grid {
 grid-template-columns: repeat(3, 1fr);
 gap: 6px;
}

.profile_wrapper .profile_media_item {
 position: relative;
 width: 100%;
 padding-top: 100%;
 border-radius: 0;
 overflow: hidden;
 display: block;
}

.profile_wrapper .profile_media_thumb {
 position: absolute;
 inset: 0;
 background-size: cover;
 background-position: center;
 border-radius: inherit;
}

.profile_wrapper .profile_media_thumb img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
}

.profile_wrapper .profile_media_item_reel {
 padding-top: 165%;
}

.profile_wrapper .profile_media_section_reels .profile_media_item {
 border-radius: 0;
}

.profile_wrapper .profile_media_item_reel .profile_media_thumb {
 background-position: center center;
}

.profile_wrapper .profile_media_badge {
 position: absolute;
 bottom: 6px;
 right: 6px;
 background: rgba(0, 0, 0, 0.6);
 color: #fff;
 padding: 4px 6px;
 border-radius: 6px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 4px;
}

.profile_wrapper .profile_media_badge svg {
 width: 14px;
 height: 14px;
 fill: #fff;
}

@media (min-width: 721px) {
 .profile_wrapper .profile_media_item:nth-child(1) { border-radius: 8px 0 0 0; }
 .profile_wrapper .profile_media_item:nth-child(3) { border-radius: 0 8px 0 0; }
 .profile_wrapper .profile_media_item:nth-child(4) { border-radius: 0 0 0 8px; }
 .profile_wrapper .profile_media_item:nth-child(6) { border-radius: 0 0 8px 0; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(1) { border-radius: 8px 0 0 0; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(2) { border-radius: 0 8px 0 0; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(5) { border-radius: 0 0 0 8px; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(6) { border-radius: 0 0 8px 0; }
}

@media (max-width: 720px) {
 .profile_wrapper .profile_media_grid {
 grid-template-columns: repeat(2, 1fr);
 }
 .profile_wrapper .profile_media_item:nth-child(1) { border-radius: 8px 0 0 0; }
 .profile_wrapper .profile_media_item:nth-child(2) { border-radius: 0 8px 0 0; }
 .profile_wrapper .profile_media_item:nth-child(5) { border-radius: 0 0 0 8px; }
 .profile_wrapper .profile_media_item:nth-child(6) { border-radius: 0 0 8px 0; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(1) { border-radius: 8px 0 0 0; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(2) { border-radius: 0 8px 0 0; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(5) { border-radius: 0 0 0 8px; }
 .profile_wrapper .profile_media_section_reels .profile_media_item:nth-child(6) { border-radius: 0 0 8px 0; }
}
.profile_wrapper .profile_follow_section {
 margin-top: 14px;
 padding: 14px;
 background: #fff;
 border: 1px solid #e6eaf5;
 border-radius: 16px;
 -webkit-box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
 box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.profile_wrapper .profile_follow_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 12px;
}

.profile_wrapper .profile_follow_title_group {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 2px;
}

.profile_wrapper .profile_follow_count {
 font-size: 14px;
 font-weight: 600;
 color: #040720;
}

.profile_wrapper .profile_follow_grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 12px;
 margin-top: 15px;
}

.profile_wrapper .profile_follow_item {
 display: block;
 text-decoration: none;
 color: #0f172a;
}

.profile_wrapper .profile_follow_thumb {
 width: 100%;
 padding-top: 100%;
 border-radius: 12px;
 background-size: cover;
 background-position: center;
 border: 1px solid #e6eaf5;
}

.profile_wrapper .profile_follow_name {
 margin-top: 6px;
 font-size: 14px;
 font-weight: 700;
 color: #0f172a;
 line-height: 1.3;
}

@media (max-width: 720px) {
 .profile_wrapper .profile_follow_grid {
 grid-template-columns: repeat(2, 1fr);
 }
}
.profile_wrapper .profile_meta_bio {
 border-top: 1px solid #e6eaf5;
 padding-top: 8px;
}

.profile_wrapper .profile_meta_bio_title {
 font-size: 12px;
 font-weight: 700;
 color: #0f172a;
 margin-bottom: 6px;
}

.profile_wrapper .profile_meta_bio_text {
 font-size: 13px;
 color: #374151;
 line-height: 1.5;
}

.profile_wrapper .profile_meta_social {
 border-top: 1px solid #e6eaf5;
 padding-top: 8px;
}

.profile_wrapper .profile_meta_social_list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 gap: 8px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.profile_wrapper .profile_meta_social_link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 36px;
 height: 36px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 10px;
 border: 1px solid #e6eaf5;
 background: #f8fafc;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

.profile_wrapper .profile_meta_social_link svg {
 width: 18px;
 height: 18px;
 display: block;
}

.profile_wrapper .profile_meta_social_link:hover {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
 box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.i_header_in {
 width: 100%;
 margin: 0px auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: relative;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 18px;
}

.i_logo {
 width: auto;
 height: 50px;
}

.mobile_hamburger,
.mobile_back,
.search_mobile {
 display: none;
}

.svg_active_icon svg {
 fill: #f65169 !important;
}

.i_logo img {
 width: 50px;
 height: 50px;
}

.i_search {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 0px 12px;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 360px;
 flex: 1 1 360px;
 max-width: 540px;
 min-width: 260px;
}

.search_mobile {
 display: none !important;
}

.i_s_input {
 outline: none;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 -o-border-radius: 999px;
 background-color: #f6f7fb;
 width: 100%;
 max-width: 100%;
 min-width: 0;
 padding: 12px 18px;
 border: 1px solid #e6e9f0;
 font-weight: 400;
 font-size: 14px;
 color: #000000;
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACyElEQVRIie2WTUhUURTHf+fONFbQQkhLKohKIqFoEUi4LmrahNLkG61NUaTmzl3Bo2UfYKbmVpx5MwgRpH1Ai6JdEBFEtQrsOyKCKFBr3j0t3hsxy+a9ylb9N/ed+849v8u595574b/+kSSqo+u6pm5dw+qvydIqtfbzklTq1eFM5sOCgfuKxfWJku1B2AusmPVLgfugI3519VB3Oj39V8CqKoOed0KREwKpCnEm1Ehrl+Pc/SOwqspFzxtW5EDY5QNjgl5HEy+s+CnBbFU0I9AQ+kwp2tLV1nbtt8ED+fxJkFOh+ciqdY63tz+c6+e6rqndsPGIivYCVcAnEqaxs7X1SWxwX7G43vj2cZjeR8lFyaajmczHXwUZ8LxdKONAArjZ2ZbdWQls5nYkSrYnhPpWrVMJCtCZzd5A6A3NHf2FQmMssOu6Jty9gIz/LL3zBiqVThPsBUS1ORZ4eX39GsIjI9hIm6SsYwcPvkO5B6DKtlhgjFlZ/lSR53HAAIhOBA11scBGdXIGbGVJbDCyNGioWEy+A6eSyZcEFQljdHN8MOUxE7HAYe29D2CV/a7r/rDr59OFXK4JWBtYejsWOBw0AiDQULth45EoUPfWraQRcyY0J5Mi+dhgv7p6iDBVKto7mCvurgStef12CNgeTFjPHc1m38cGd6fT02qkFZgCqlTs2IDnne0bHa2Z63shl2uqef3mDuihmYmLPKgEDSY4j/rz+bQgRWBZOWZ4Tp+pYbEoW5hZ0+80LUZaOhzn6m+BAQaKxU349jyw4xduk4Ke80UeGCVPcFlUhEd6gfQXCo2i2qzKNlHqEL4iPFWV24tEvfKaDhYKe9TqpSjwyE+fqApvqsvAYoUvxsq+jgPOlQUHR4UvCBh+SPuUr7a+u739Zfl/5MoUVx2Oc1WMtBAcS6myqQVj/VQXh0dX9eVyq/8p9L9m6xtdNRQHwoG8EgAAAABJRU5ErkJggg==");
 background-repeat: no-repeat;
 background-position: 18px 12px;
 padding-left: 54px;
 background-size: 22px;
 -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
 transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
 -webkit-box-shadow: 0 10px 30px rgba(82, 92, 122, 0.08);
 box-shadow: 0 10px 30px rgba(82, 92, 122, 0.08);
}

.i_s_input:focus {
 border: 1px solid #f65169;
 background-color: #ffffff;
 -webkit-box-shadow: 0 14px 32px rgba(246, 81, 105, 0.18);
 box-shadow: 0 14px 32px rgba(246, 81, 105, 0.18);
}

.i_header_right {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
 gap: 10px;
}

.i_one {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-user-select: none;
 -ms-user-select: none;
 -moz-user-select: none;
 user-select: none;
 gap: 10px;
}

.i_login {
 padding: 10px 18px;
 text-align: center;
 font-weight: 500;
 font-size: 14px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 border: 1px solid #dfe4f2;
 color: #303858;
 cursor: pointer;
 background-color: #ffffff;
 -webkit-box-shadow: 0 6px 18px rgba(82, 92, 122, 0.08);
 box-shadow: 0 6px 18px rgba(82, 92, 122, 0.08);
 -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
 transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
 transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease;
 transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
 margin-right: 10px;
}

.i_login:hover {
 color: #ffffff;
 background-color: #fab429;
 border-color: #fab429;
 -webkit-box-shadow: 0 12px 26px rgba(250, 180, 41, 0.3);
 box-shadow: 0 12px 26px rgba(250, 180, 41, 0.3);
 -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
 transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, color 0.25s ease;
 transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease;
 transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}

.i_singup {
 padding: 11px 20px;
 text-align: center;
 font-weight: 600;
 font-size: 14px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 border: 1px solid transparent;
 background-image: linear-gradient(135deg, #f65169, #fab429);
 cursor: pointer;
 color: #ffffff;
 margin-right: 10px;
 -webkit-box-shadow: 0 12px 28px rgba(246, 81, 105, 0.28);
 box-shadow: 0 12px 28px rgba(246, 81, 105, 0.28);
 -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, filter 0.25s ease;
 transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease, filter 0.25s ease;
 transition: box-shadow 0.25s ease, transform 0.2s ease, filter 0.25s ease;
 transition: box-shadow 0.25s ease, transform 0.2s ease, filter 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
}

.i_language {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 padding: 9px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 border: 1px solid #e4e7f0;
 cursor: pointer;
 -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
 transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
 transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
 transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.2s ease;
 background-color: #ffffff;
 -webkit-box-shadow: 0 8px 20px rgba(82, 92, 122, 0.08);
 box-shadow: 0 8px 20px rgba(82, 92, 122, 0.08);
}

.i_language svg {
 width: 20px;
 height: 20px;
 vertical-align: middle;
 fill: #525c7a;
}

.i_language:hover {
 background-color: #f6f7fb;
 -webkit-box-shadow: 0 12px 26px rgba(82, 92, 122, 0.12);
 box-shadow: 0 12px 26px rgba(82, 92, 122, 0.12);
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}

.i_singup:hover {
 -webkit-box-shadow: 0 16px 32px rgba(246, 81, 105, 0.32);
 box-shadow: 0 16px 32px rgba(246, 81, 105, 0.32);
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}

.i_modal_bg {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1000;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 visibility: hidden;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -ms-flex-align: center;
 -webkit-box-align: center;
 align-items: center;
 overflow: hidden;
 -webkit-overflow-scrolling: touch;
 background: rgba(0, 0, 0, 0.8);
 opacity: 0;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 cursor: pointer;
 -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 z-index: 999999 !important;
 background: rgba(0, 0, 0, 0.51);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 overflow-y: scroll;
 padding: 5px 0px;
 -webkit-transition: -webkit-transform 0.2s ease;
 transition: -webkit-transform 0.2s ease;
 transition: transform 0.2s ease;
 transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.i_modal_display {
 visibility: visible;
 opacity: 1;
 -webkit-backdrop-filter: blur(20px);
 backdrop-filter: blur(20px);
}

.i_modal_in {
 position: relative;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 margin-top: auto;
 margin-bottom: auto;
 width: 60%;
 border-radius: 4px;
 background: #ffffff !important;
 opacity: 1;
 cursor: auto;
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}

.i_modal_display .i_modal_in {
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 -webkit-transform: scale(1);
 transform: scale(1);
}

.i_modal_bg .i_modal_in {
 width: 100%;
 max-width: 450px;
 border-radius: 8px;
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display .i_modal_bg .i_modal_in {
 -webkit-transform: scale(1);
 transform: scale(1);
}

.i_modal_forgot .i_modal_content .i_login_box_header .i_welcome_back .i_lBack {
 width: 100%;
 font-weight: 500;
 font-size: 32px;
 color: #525c7a;
}

.i_modal_forgot {
 position: relative;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 margin-top: auto;
 margin-bottom: auto;
 background: #ffffff;
 opacity: 1;
 display: none;
 padding: 0;
 overflow: hidden;
 border-radius: 1.5rem;
 -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.i_modal_content {
 width: 100%;
 min-width: 100%;
 display: block;
 position: relative;
}

.i_login_box_header {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 padding: 25px;
}

.i_login_box_wellcome_icon {
 display: inline-block;
 border-radius: 10px;
 padding: 20px 25px;
 -webkit-border-radius: 19px;
 -webkit-transform: translateY(-3%) rotate(17deg);
 transform: translateY(-3%) rotate(17deg);
 background-color: rgba(106, 143, 203, 0.1);
}

.i_login_box_wellcome_icon svg {
 width: 40px;
 height: 40px;
 fill: #6a8fcb;
}

.i_welcome_back {
 display: inline-block;
 padding: 15px;
}

.i_lBack {
 width: 100%;
 font-weight: 500;
 font-size: 27px;
 color: #525c7a;
}

.i_lnot {
 width: 100%;
 font-weight: 500;
 font-size: 13px;
 color: #525c7a;
 padding-top: 2px;
}

.i_modal_social_login_content {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.i_modal_social_login_content .login-title {
 text-align: center;
 text-transform: uppercase;
 font-weight: 500;
 color: #525c7a;
 font-size: 14px;
 letter-spacing: 1px;
 display: block;
 line-height: normal;
 position: relative;
 padding-bottom: 0;
 margin: 1rem 2rem 0;
}

.i_modal_social_login_content .login-title::before {
 width: 100%;
 content: "";
 height: 1px;
 display: block;
 background: #F0F2F5;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}

.i_modal_social_login_content .login-title > span {
 background: #ffffff;
 z-index: 2;
 position: relative;
 padding: 0 2rem;
 font-family: inherit;
}

.i_modal_social_login_content .i_social-btns {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 width: 100%;
 padding: 2rem 1rem;
}

.i_modal_social_login_content .i_social-btns > div {
 width: 100%;
 padding: 0 0.5rem;
}

.i_modal_social_login_content .i_social-btns > div a {
 border-radius: 3rem;
 text-decoration: none;
 color: #ffffff;
 padding: 15px;
 font-family: inherit;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.i_modal_social_login_content .i_social-btns > div a.twitter-login {
 background: #14bcec;
}

.i_modal_social_login_content .i_social-btns > div a.twitter-login:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_modal_social_login_content .i_social-btns > div a.twitter-login svg {
 fill: #ffffff;
 width: 20px;
 height: 20px;
 margin-right: 10px;
}

.i_modal_social_login_content .i_social-btns > div a.twitter-login span {
 border-left: 1px solid rgba(255, 255, 255, 0.5);
 padding-left: 15px;
 font-weight: 400;
}

.i_modal_social_login_content .i_social-btns > div a.google-login {
 background: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_modal_social_login_content .i_social-btns > div a.google-login svg {
 width: 20px;
 height: 20px;
 margin-right: 10px;
}

.i_modal_social_login_content .i_social-btns > div a.google-login span {
 border-left: 1px solid rgba(255, 255, 255, 0.5);
 padding-left: 15px;
 font-weight: 400;
 color: #000000;
}

.i_direct_login {
 margin-top: 15px;
 padding: 25px 15px;
 background-color: #F0F1F5;
 font-weight: 600;
 font-size: 13px;
 color: #f65169;
}

.form_group {
 padding: 3px 25px;
}

.form_group > label {
 font-weight: 500;
 color: #525c7a;
 font-size: 14px;
 letter-spacing: 1px;
 width: 100%;
 display: block;
 line-height: normal;
 padding-bottom: 0.5rem;
}

.form_group .form-control input {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
}

.i_login_button {
 width: 100%;
 text-align: center;
 color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 background-color: #f65169;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 margin-top: 15px;
}

.i_login_button:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_login_button button {
 outline: none;
 border: 0px solid transparent;
 background-color: transparent;
 width: 100%;
 padding: 15px 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 color: #ffffff;
 text-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
}

.i_warns {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 500;
 font-size: 15px;
 color: #ffffff;
 padding: 0px 15px;
}

.i_error {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #f87855;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 12px 15px;
 display: none;
 margin-top: 15px;
}

.i_error a {
 text-decoration: underline;
 color: #ffffff;
 font-weight: 600;
 font-size: 13px;
 padding-left: 5px;
}

.i_l_footer {
 background-color: #ffffff;
 padding: 2rem;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 color: #525c7a;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 font-size: 14px;
}

.i_l_footer a {
 color: #525c7a;
 font-weight: 700;
 padding: 0 1rem;
 position: relative;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 text-decoration: none;
 font-size: 15px;
}

.i_l_footer a::after {
 position: absolute;
 width: 50%;
 content: "";
 height: 1px;
 bottom: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background: #525c7a;
}

.i_l_footer a:hover {
 color: #f65169;
}

.i_l_footer a:hover::after {
 background: #f65169;
}

.password-reset {
 margin: 2rem auto;
 text-align: center;
 width: 100%;
 display: block;
 color: #ffffff;
 font-weight: 700;
 position: absolute;
 bottom: -4rem;
 font-size: 14px;
}

.i_modal_close {
 position: absolute;
 padding: 15px;
 text-align: center;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 z-index: 1;
 right: 10px;
 top: 10px;
 cursor: pointer;
}

.transition {
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.i_modal_close svg {
 fill: #525c7a;
 width: 18px;
 height: 18px;
}

.i_modal_close:hover {
 background-color: #F0F1F5;
}

.i_forgot_button {
 width: 100%;
 padding: 15px 10px;
 text-align: center;
 color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 background-color: #f65169;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 margin-top: 15px;
}

.i_forgot_button:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_left_container {
 position: sticky;
 width: 100%;
 top: 72px;
 z-index: 2;
}

.i_right_container {
 position: sticky;
 width: 100%;
 z-index: 2;
 padding-top: 0;
}

.leftSidebar_in {
 display: inline-block;
 width: 100%;
 height: 100%;
 position: relative;
 z-index: 11;
}

.leftSidebarWrapper {
 position: relative;
 width: 100%;
 height: calc(100vh - 60px);
 height: -o-calc(100vh - 60px);
 height: -ms-calc(100vh - 60px);
 overflow-y: auto;
 overflow-x: hidden;
 bottom: 0px;
 top: 0px;
 scrollbar-width: none;
 -ms-overflow-style: none;
 padding: 20px;
}

.leftSidebar_in .leftSidebarWrapper {
 max-width: 300px;
 margin-left: auto;
}

.leftSidebarWrapper a {
 text-decoration: none;
}

.rightSidebar_in {
 height: 100%;
 position: relative;
 z-index: 11;
}

.rightSticky .i_right_container {
 position: relative;
 left: 0;
 right: 0;
 width: 100%;
 max-height: none;
 transform: var(--rs-shift, translateY(0));
 will-change: transform;
}

.rightSticky .i_right_container.rs-locked {
 position: fixed;
 top: var(--rs-lock-top, 88px);
 left: var(--rs-lock-left, auto);
 width: var(--rs-lock-width, auto);
 transform: none;
 z-index: 11;
}

.rightSticky .leftSidebarWrapper {
 height: auto;
 max-height: none;
 overflow-y: visible;
 overflow-x: visible;
}

.rightSticky .btest {
 max-height: none;
 overflow: visible;
 overscroll-behavior: auto;
}

.i_left_menu_box {
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 padding: 9px 14px;
 font-family: inherit;
 font-size: 15px;
 font-weight: 500;
 color: #444444;
 line-height: 22px;
 cursor: pointer;
 margin-bottom: 5px;
 align-items: center;
}

.i_left_menu_box svg {
 width: 24px;
 height: 24px;
 vertical-align: middle;
 margin-right: 9px;
 fill: #b3b9cc;
}

.i_left_menu_box:hover {
 border-radius: 8px;
 -webkit-border-radius: 8px;
 background-color: #e0e3eb;
}

.i_left_menu_box:hover svg {
 fill: #f65169;
}

.left-menu-pro-v1 .leftSidebar_in {
 position: relative;
}

.left-menu-pro-v1 .leftSidebar_in::before,
.left-menu-pro-v1 .leftSidebar_in::after {
 content: "";
 position: absolute;
 left: 12px;
 right: 12px;
 height: 14px;
 z-index: 13;
 pointer-events: none;
}

.left-menu-pro-v1 .leftSidebar_in::before {
 top: 0;
 background: linear-gradient(180deg, rgba(240, 243, 249, 0.98) 0%, rgba(240, 243, 249, 0) 100%);
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}

.left-menu-pro-v1 .leftSidebar_in::after {
 bottom: 0;
 background: linear-gradient(0deg, rgba(240, 243, 249, 0.98) 0%, rgba(240, 243, 249, 0) 100%);
}

.left-menu-pro-v1 .leftSidebarWrapper {
 padding: 16px 12px 20px;
 scrollbar-width: thin;
 scrollbar-color: #c9d3e3 transparent;
}

.left-menu-pro-v1 .leftSidebarWrapper::-webkit-scrollbar {
 width: 8px;
}

.left-menu-pro-v1 .leftSidebarWrapper::-webkit-scrollbar-track {
 background: transparent;
}

.left-menu-pro-v1 .leftSidebarWrapper::-webkit-scrollbar-thumb {
 background-color: rgba(148, 163, 184, 0.65);
 border-radius: 999px;
 -webkit-border-radius: 999px;
}

.left-menu-pro-v1 .leftSidebarWrapper::-webkit-scrollbar-thumb:hover {
 background-color: rgba(100, 116, 139, 0.75);
}

.left-menu-pro-v1 .btest {
 background-color: #ffffff;
 border: 1px solid #e8edf5;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 padding: 10px;
}

.left-menu-pro-v1 .i_left_menu_box {
 position: relative;
 gap: 10px;
 padding: 10px 12px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 margin-bottom: 4px;
 font-size: 14px;
 font-weight: 600;
 line-height: 20px;
 color: #334155;
}

.left-menu-pro-v1 .i_left_menu_box svg {
 width: 20px;
 height: 20px;
 margin-right: 0;
 flex-shrink: 0;
 color: #8b95ab;
 fill: currentColor;
}

.left-menu-pro-v1 .i_left_menu_box svg [fill]:not([fill="none"]) {
 fill: currentColor;
}

.left-menu-pro-v1 .i_left_menu_box svg [stroke]:not([stroke="none"]) {
 stroke: currentColor;
}

.left-menu-pro-v1 .i_left_menu_box .m_tit {
 min-width: 0;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.left-menu-pro-v1 .i_left_menu_profile_avatar {
 width: 22px;
 height: 22px;
 margin-right: 0;
}

.left-menu-pro-v1 .i_left_menu_box:hover {
 background-color: #f3f6fb;
 color: #111827;
 -webkit-transform: translateX(2px);
 transform: translateX(2px);
}

.left-menu-pro-v1 .i_left_menu_box:hover svg {
 color: #f65169;
}

.left-menu-pro-v1 .i_left_menu_box.is-active {
 background-color: #e9effc;
 color: #0f172a;
}

.left-menu-pro-v1 .i_left_menu_box.is-active svg {
 color: #f65169;
}

.left-menu-pro-v1 .i_left_menu_box.is-active::before {
 content: "";
 position: absolute;
 left: -2px;
 top: 8px;
 bottom: 8px;
 width: 3px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 background-color: #f65169;
}

.left-menu-pro-v1 .i_left_menu_box.is-active:hover {
 -webkit-transform: none;
 transform: none;
}

.left-menu-pro-v1 .i_left_menu_box.left-menu-section-start {
 margin-top: 12px;
}

.left-menu-pro-v1 .i_left_menu_box.left-menu-section-start::after {
 content: "";
 position: absolute;
 left: 8px;
 right: 8px;
 top: -7px;
 height: 1px;
 background-color: #e7edf8;
}

.left-menu-pro-v1 .btest > a:focus-visible .i_left_menu_box {
 outline: 2px solid #f65169;
 outline-offset: 2px;
}

.left-menu-pro-v1 .btest > :last-child .i_left_menu_box {
 margin-bottom: 0;
}

.i-left-menu-floating-tooltip {
 position: fixed;
 z-index: 99999;
 max-width: 220px;
 padding: 8px 10px;
 border: 1px solid rgba(15, 23, 42, 0.1);
 border-radius: 10px;
 background: #111827;
 color: #ffffff;
 box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
 font-size: 12px;
 font-weight: 700;
 line-height: 1.25;
 white-space: nowrap;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 transform: translate(-4px, -50%);
 transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.i-left-menu-floating-tooltip::before {
 content: "";
 position: absolute;
 top: 50%;
 right: 100%;
 border-width: 6px;
 border-style: solid;
 border-color: transparent #111827 transparent transparent;
 transform: translateY(-50%);
}

.i-left-menu-floating-tooltip.is-visible {
 opacity: 1;
 visibility: visible;
 transform: translate(0, -50%);
}

.i_welcomebox {
 display: inline-block;
 width: 100%;
 padding: 35px 25px;
 background-color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 position: relative;
 z-index: 1;
}

.i_welcomebox::after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 right: 0px;
 bottom: 0px;
 background-image: url("img/geometricBg.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-repeat: no-repeat;
 opacity: 0.8;
 z-index: -1;
}

.i_welcomebox_in {
 display: inline-block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
}

.i_welcomebox_title {
 display: inline-block;
 width: 100%;
 text-align: center;
 font-weight: 600;
 font-size: 23px;
 color: #444444;
 font-family: inherit;
}

.i_welcomebox_slogan {
 display: inline-block;
 width: 100%;
 text-align: center;
 font-weight: 400;
 font-size: 15px;
 color: #858fad;
 font-family: inherit;
 padding-top: 8px;
}

.i_welcomebox_slogan span {
 font-weight: 600;
}

.i_welcomebox_login_signup {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding-top: 20px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.i_welcomebox_login_signup a {
 color: #ffffff;
 text-decoration: none;
}

.i_register {
 display: inline-block;
 width: 100%;
 padding: 10px 0px;
 font-family: inherit;
 font-size: 14px;
 font-weight: 600;
 text-align: center;
}

.i_register a {
 color: #858fad;
 text-decoration: none;
}

.i_post_body {
 position: relative;
 display: inline-block;
 width: 100%;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 margin-bottom: 20px;
 transition: box-shadow 0.3s ease;
}

.i_post_body:hover {
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.i_post_body_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px;
}


.i_post_user_avatar {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 48px;
 height: 48px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.i_post_user_avatar.has-story {
 box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 0 0 2px #ffffff, 0 0 0 4px #1d8fe1;
 -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 0 0 2px #ffffff, 0 0 0 4px #1d8fe1;
}

.i_post_user_avatar img {
 height: 100%;
 width: 100%;
}

.i_post_i {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -ms-flex-align: center;
 -webkit-box-align: center;
 align-items: center;
 padding: 5px 0px 0px 10px;
 padding-right: 52px;
 width: 100%;
 position: relative;
}

.i_post_username {
 position: relative;
 display: inline-block;
 width: 100%;
 font-family: inherit;
 font-weight: 600;
 font-size: 14px;
}

.i_post_username a {
 text-decoration: none;
 color: #444444;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 4px;
 width: 100%;
}

.i_post_shared_time {
 display: inline-block;
 width: 100%;
 max-width: 100%;
 padding-right: 0;
 box-sizing: border-box;
 font-weight: 400;
 font-family: inherit;
 font-size: 13px;
 color: #858fad;
 padding-top:3px;
}

.i_plus_g {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_g svg {
 width: 18px;
 height: 18px;
 fill: #512da8;
}

.i_plus_gf {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_gf svg {
 width: 18px;
 height: 18px;
 fill: #d81b60;
}

.i_plus_s {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_s svg {
 width: 15px;
 height: 15px;
 fill: #1e88e5;
}

.i_plus_staff {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 margin-left: 4px;
 line-height: 0;
 padding: 0;
}

.i_plus_staff svg {
 width: 16px;
 height: 16px;
 display: block;
 fill: currentColor !important;
}

.i_plus_staff svg path {
 fill: currentColor !important;
 opacity: 1 !important;
}

.i_plus_staff_admin {
 color: #2456d3;
}

.i_plus_staff_moderator {
 color: #0d6b5d;
}

.i_post_username .i_plus_staff .ownTooltipWrapper {
 left: 50%;
 right: auto;
 top: calc(100% + 8px);
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}

.i_plus_public {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_public svg {
 width: 13px;
 height: 13px;
 fill: #858fad;
}

.i_plus_public::before {
 content: "";
 width: 0.25rem;
 height: 0.25rem;
 margin: 0 0.25rem;
 background: #858fad;
 border-radius: 50%;
 display: inline-block;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
}

.i_plus_subs {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_subs svg {
 width: 16px;
 height: 16px;
 fill: #858fad;
}

.i_plus_subs::before {
 content: "";
 width: 0.25rem;
 height: 0.25rem;
 margin: 0 0.25rem;
 background: #858fad;
 border-radius: 50%;
 display: inline-block;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
}

.i_post_menu {
 position: absolute;
 right: 0px;
 top: 0px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.i_post_menu_dot {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 cursor: pointer;
 position: relative;
}

.i_post_menu_dot:hover {
 background-color: #F0F1F5;
}

.i_post_menu_dot svg {
 width: 23px;
 height: 23px;
 fill: #858fad;
}

.i_post_container {
 display: inline-block;
 width: 100%;
 padding: 0px 15px 10px 15px;
}

.i_post_text {
 display: inline-block;
 width: 100%;
 font-weight: 300;
 font-size: 15px;
 color: #000000;
 line-height: 1.35rem;
 word-wrap: break-word;
 font-family: inherit;
 position: relative;
 overflow: hidden;
}

.i_post_text_content,
.i_comment_text_content {
 display: block;
 width: 100%;
}

.i_post_text_content strong,
.i_post_text_content b,
.i_comment_text_content strong,
.i_comment_text_content b {
 font-weight: 700 !important;
}

.i_post_text_content em,
.i_post_text_content i,
.i_comment_text_content em,
.i_comment_text_content i {
 font-style: italic;
}

.js-text-truncate {
 position: relative;
 overflow: hidden;
}

.js-text-truncate.is-expanded {
 overflow: visible;
}

.i_text_toggle {
 display: inline-block;
 margin-top: 6px;
 font-weight: 600;
 font-size: 13px;
 color: #1e88e5;
 cursor: pointer;
 user-select: none;
}

.i_text_toggle:focus {
 outline: none;
 text-decoration: underline;
}

.i_post_footer {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 6px 15px 10px 15px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.i_post_footer_item {
 width: 20%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.i_post_item_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 cursor: pointer;
 position: relative;
}

.i_post_item_btn:hover {
 background-color: #F0F1F5;
}

.i_post_item_btn svg {
 width: 25px;
 height: 25px;
}

.in_like svg {
 fill: #858fad;
}

.in_like:hover svg {
 fill: #f65169;
}

.in_unlike svg {
 fill: #f65169;
}

.in_unlike:hover svg {
 fill: #858fad;
}

.in_share svg {
 fill: #858fad;
}

.in_share:hover svg {
 fill: #7b1fa2;
}

.in_comment svg {
 fill: #858fad;
}

.in_comment:hover svg {
 fill: #1e88e5;
}

.in_social_share svg {
 fill: #858fad;
}

.in_social_share:hover svg {
 fill: #00897b;
}

.in_save svg {
 fill: #858fad;
}

.in_save:hover svg {
 fill: #0097a7;
}

.in_saved svg {
 fill: #0097a7;
}

.in_saved:hover svg {
 fill: #858fad;
}

/* Post footer action polish */
.i_post_footer {
 gap: clamp(18px, 5vw, 58px);
 min-height: 82px;
 padding: 12px 24px;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}

.i_post_footer_item {
 width: auto;
 min-width: 48px;
 -webkit-box-flex: 0;
 -ms-flex: 0 1 auto;
 flex: 0 1 auto;
}

.i_post_item_btn {
 width: 48px;
 height: 48px;
 padding: 0;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 line-height: 1;
 -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
 transition: background-color .2s ease, -webkit-transform .2s ease;
 -o-transition: background-color .2s ease, transform .2s ease;
 transition: background-color .2s ease, transform .2s ease;
 transition: background-color .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.i_post_item_btn:hover {
 background-color: rgba(246, 81, 105, 0.08);
 -webkit-transform: translateY(-1px);
 -ms-transform: translateY(-1px);
 transform: translateY(-1px);
}

.i_post_item_btn svg {
 width: 26px;
 height: 26px;
 max-width: 26px;
 max-height: 26px;
 display: block;
}

.in_like svg {
 width: 28px;
 height: 28px;
 max-width: 28px;
 max-height: 28px;
}

.i_post_item_btn.in_tips {
 width: auto;
 min-width: 74px;
 height: 44px;
 gap: 7px;
 padding: 0 14px;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 white-space: nowrap;
}

.i_post_item_btn.in_tips svg {
 width: 22px;
 height: 22px;
 max-width: 22px;
 max-height: 22px;
 margin-right: 0;
}

.i_post_footer .lp_sum {
 margin-left: 4px;
 padding: 0;
}

@media (max-width: 640px) {
 .i_post_footer {
 gap: clamp(8px, 4vw, 24px);
 min-height: 72px;
 padding: 10px 14px;
 }

 .i_post_footer_item {
 min-width: 42px;
 }

 .i_post_item_btn {
 width: 42px;
 height: 42px;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 }

 .i_post_item_btn svg {
 width: 24px;
 height: 24px;
 max-width: 24px;
 max-height: 24px;
 }

 .in_like svg {
 width: 26px;
 height: 26px;
 max-width: 26px;
 max-height: 26px;
 }

 .i_post_item_btn.in_tips {
 min-width: 64px;
 height: 40px;
 padding: 0 10px;
 font-size: 12px;
 }
}

.i_post_comments_wrapper {
 padding: 0px 15px;
}

.i_post_comments_box {
 border-top: 1px solid #F0F2F5;
 padding-top: 15px;
 padding-bottom: 15px;
}

.i_comment_form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding-bottom: 0px;
}

.i_post_user_comment_avatar {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 40px;
 height: 40px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 margin-right: 8px;
}

.i_post_user_comment_avatar img {
 height: 100%;
 width: 100%;
}

.i_comment_form_textarea {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 padding: 0px 0px 0px 10px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: #F0F2F5;
 position: relative;
}

.i_comment_t_body {
 width: 100%;
}

.comment {
 outline: none;
 resize: none;
 border: none;
 font-weight: 400;
 font-size: 14px;
 color: #000000;
 background-color: transparent;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin: 0px;
 padding: 13px 15px 0px 0px;
 font-family: inherit;
}

.i_comment_footer {
 padding: 0px 7px 7px 0px;
 position: absolute;
 right: 10px;
 top: 9px;
}

.i_comment_form_textarea.is-replying-mode .i_comment_footer {
 top: 54px;
}

.i_comment_form_textarea.is-replying-mode .comment {
 padding-right: 112px;
}

.i_comment_fast_answers {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}

.i_fa_body {
 width: 30px;
 height: 30px;
 padding: 5px;
 border-radius: 10px;
 -webkit-border-radius:10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 margin-left: 2px;
}

.i_fa_body:hover {
 background-color: #dadbe0;
}

.i_fa_body svg {
 width: 16px;
 height: 16px;
 fill: #525c7a;
}

.i_user_comments {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_u_comment_body {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 margin-bottom: 10px;
}
.i_post_user_commented_avatar_out {
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 margin-right: 15px;
 margin-left: 5px;
 position:relative;
}
.i_post_user_commented_avatar {
 width: 30px;
 height: 30px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 margin-right: 15px;
 margin-left: 5px;
}

.i_post_user_commented_avatar.has-story {
 box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1d8fe1;
 -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1d8fe1;
}

.i_post_user_commented_avatar img {
 height: 100%;
 width: 100%;
}

.i_user_commented_body {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_user_commented_user_infos {
 position: relative;
 display: inline-block;
 width: 100%;
 font-family: inherit;
 font-weight: 600;
 font-size: 13px;
 margin-bottom: 5px;
}

.i_user_commented_user_infos a {
 text-decoration: none;
 color: #444444;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.i_plus_comment_g {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_comment_g svg {
 width: 13px;
 height: 13px;
 fill: #512da8;
}

.i_plus_comment_gf {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_comment_gf svg {
 width: 13px;
 height: 13px;
 fill: #d81b60;
}

.i_plus_comment_s {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-left: 4px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_plus_comment_s svg {
 width: 12px;
 height: 12px;
 fill: #1e88e5;
}

.i_user_comment_text {
 border-top-left-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-bottom-left-radius: 8px;
 -webkit-bottom-left-radius: 8px;
 border-top-right-radius: 25px;
 -webkit-border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;
 -webkit-bottom-right-radius: 25px;
 background-color: #F0F2F5;
 padding: 9px 12px 9px 12px;
 font-weight: 400;
 font-size: 14px;
 color: #000000;
 line-height: 1.15rem;
 display: inline-block;
 position: relative;
 -ms-word-break: break-all;
 word-break: break-all;
 word-break: break-word;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
 text-align: left;
 display: block;
 font-family: inherit;
}

.i_user_comment_text a {
 font-weight: 600;
}

.i_user_comment_text iframe {
 width: 100%;
 height: 340px !important;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 margin-top: 10px;
}

.i_comment_like_time {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding-top: 1px;
}

.i_comment_like_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 13px;
}

.i_comment_like_sum {
 padding-left: 5px;
 font-weight: 300;
 font-size: 13px;
 color: #444444;
}

.i_comment_item_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 cursor: pointer;
}

.i_comment_item_btn:hover {
 background-color: #F0F1F5;
}

.i_comment_item_btn svg {
 width: 15px;
 height: 15px;
}

.in_like svg {
 fill: #858fad;
}

.in_like:hover svg {
 fill: #f65169;
}

.i_comment_time {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 font-weight: 300;
 font-size: 13px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-left: 5px;
 color: #444444;
}

.i_comment_time::before {
 content: "";
 width: 0.25rem;
 height: 0.25rem;
 margin: 0 0.25rem;
 background: #858fad;
 border-radius: 50%;
 display: inline-block;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
}

.i_comment_call_popup {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-left: auto;
 margin-right: 5px;
 padding: 10px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 cursor: pointer;
 position: relative;
}

.i_comment_call_popup:hover {
 background-color: #F0F1F5;
}

.i_comment_call_popup svg {
 width: 15px;
 height: 15px;
}

.i_user_comment_header {
 display: inline-block;
 position: relative;
 width: 100%;
}

.i_post_menu_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 background-color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 position: absolute;
 z-index: 5;
 padding: 15px 0px;
 width: 100%;
 min-width: 280px;
 right: 0px;
 top: 45px;
 display: none;
}

.i_post_menu_container.post-menu-open-down {
 top: var(--post-menu-down-offset, 45px);
 bottom: auto;
}

.i_post_menu_container.post-menu-open-up {
 top: auto;
 bottom: 45px;
}

@media (max-width: 640px) {
 .i_post_menu {
 z-index: 8;
 }
 .i_post_menu_container {
 z-index: 20;
 }
}

.i_post_menu_item_wrapper {
 display: inline-block;
 width: 100%;
}

.i_post_menu_item_out {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 15px;
 color: #444444;
 font-weight: 400;
 padding: 15px;
}

.i_post_menu_item_out svg {
 width: 18px;
 height: 18px;
 fill: #858fad;
 margin-right: 8px;
}

.i_post_menu_item_out:hover svg {
 fill: #f65169;
}

.i_post_menu_item_out:hover {
 background-color: #F0F1F5;
 color: #f65169;
}

.i_post_menu_item_out span {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_post_menu_item_out span svg {
 width: 18px;
 height: 18px;
 fill: #858fad;
 margin-right: 8px;
}

.i_post_menu_item_out:hover span svg {
 fill: #f65169;
}

.i_post_menu_item_out:hover {
 background-color: #F0F1F5;
 color: #f65169;
}

.i_share_this_post {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 background-color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 position: absolute;
 z-index: 4;
 padding: 15px 0px;
 width: 100%;
 min-width: 230px;
 right: 0px;
 top: -45px;
 display: none;
}

.i_share_menu_wrapper {
 display: inline-block;
 width: 100%;
}

.dnone {
 display: none;
}

.dblock {
 display: block !important;
}

.dblock_relative {
 position: relative;
 top: 0px;
 right: 0px;
}

.i_comment_menu_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 background-color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 position: absolute;
 z-index: 1;
 padding: 15px 0px;
 width: 100%;
 min-width: 180px;
 right: 0px;
 top: -45px;
 display: none;
}

.i_comment_menu_wrapper {
 display: inline-block;
 width: 100%;
}

.i_post_u_images {
 position: relative;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_image_one {
 position: relative;
 width: 100%;
 display: inline-block;
}

.i_image_two {
 position: relative;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_image_three {
 position: relative;
 width: 100%;
 display: inline-block;
}

.i_image_four {
 position: relative;
 width: 100%;
 display: inline-block;
}

.i_image_five {
 position: relative;
 width: 100%;
 display: inline-block;
}

.i_image_one .i_post_image_swip_wrapper {
 position: relative;
 padding-top: 60%;
 width: 100%;
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
}

.i_image_one_full .i_post_image_swip_wrapper {
 padding-top: 0;
 height: auto;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background: none !important;
 overflow: hidden;
}

.i_image_one_full .i_p_image {
 position: relative;
 left: auto;
 right: auto;
 top: auto;
 bottom: auto;
 width: 100%;
 height: auto;
 max-width: 100%;
 opacity: 1;
 display: block;
 -o-object-fit: contain;
 object-fit: contain;
 margin: 0;
}

.i_image_one_full .i_post_image_swip_wrapper[data-html] {
 display: block;
 overflow: hidden;
 background: #000 !important;
}

.i_image_one_full .i_post_image_swip_wrapper[data-html] .i_p_image {
 position: relative;
 left: auto;
 right: auto;
 top: auto;
 bottom: auto;
 width: 100%;
 height: auto;
 max-width: none;
 opacity: 1;
 display: block;
 margin: 0;
 -o-object-fit: cover;
 object-fit: cover;
 background: #000;
}

.i_image_two .i_post_image_swip_wrapper {
 position: relative;
 padding-top: 50%;
 width: 50%;
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
}

.i_image_two .i_post_image_swip_wrapper:nth-child(2) {
 margin-left: 3px;
}

.i_image_three .i_post_image_swip_wrapper:nth-child(1) {
 position: relative;
 padding-top: 70.6%;
 width: calc(50% - 0px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
}

.i_image_three .i_post_image_swip_wrapper:nth-child(2) {
 position: relative;
 padding-top: 35%;
 width: 50%;
 width: calc(50% - 3px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-left: 3px;
 margin-bottom: 3px;
}

.i_image_three .i_post_image_swip_wrapper:nth-child(3) {
 position: relative;
 padding-top: 35%;
 width: calc(50% - 3px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-left: 3px;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(1) {
 position: relative;
 padding-top: 50%;
 width: calc(100% - 0px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-bottom: 3px;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(2) {
 position: relative;
 padding-top: 32.9%;
 width: 50%;
 width: calc(33.3333333333% - 3px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(3) {
 position: relative;
 padding-top: 32.9%;
 width: calc(33.3333333333% - 0px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-left: 3px;
}

.i_image_four .i_post_image_swip_wrapper:nth-child(4) {
 position: relative;
 padding-top: 32.9%;
 width: calc(33.3333333333% - 3px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-left: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(1) {
 position: relative;
 padding-top: 50%;
 width: calc(100% - 0px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-bottom: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(2) {
 position: relative;
 padding-top: 24.9%;
 width: 50%;
 width: calc(25% - 3px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(3) {
 position: relative;
 padding-top: 24.9%;
 width: calc(25% - 0px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-left: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(4) {
 position: relative;
 padding-top: 24.9%;
 width: calc(25% - 3px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-left: 3px;
}

.i_image_five .i_post_image_swip_wrapper:nth-child(5) {
 position: relative;
 padding-top: 24.9%;
 width: calc(25% - 3px);
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
 float: left;
 margin-left: 3px;
}

.i_p_image {
 position: absolute;
 display: block;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
}

.i_right_box_header {
 display: inline-block;
 width: 100%;
 padding: 15px 0px;
 font-weight: 600;
 font-size: 18px;
 color: #000000;
}

.i_topinoras_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 width: 100%;
 gap: 10px;
}

.i_topinoras_wrapper a {
 padding-top: 5px;
}

.i_top_inora {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 padding: 12px 14px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 cursor: pointer;
 position: relative;
 border: 1px solid #e8ecf5;
 background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f7f9fc));
 background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
 -webkit-box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
 box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

.i_top_inora:hover {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
 box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
 border-color: #dce2f0;
}

.i_top_inora_number {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 min-width: 38px;
 height: 38px;
 text-align: center;
 font-weight: 700;
 font-size: 15px;
 font-family: inherit;
 color: #ffffff;
 z-index: 1;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: -webkit-gradient(linear, left top, right bottom, from(#ffb55a), to(#f65169));
 background: linear-gradient(135deg, #ffb55a 0%, #f65169 100%);
 -webkit-box-shadow: 0 10px 18px rgba(246, 81, 105, 0.25);
 box-shadow: 0 10px 18px rgba(246, 81, 105, 0.25);
}

.i_top_inora_number span {
 width: auto;
 height: auto;
 display: block;
 padding: 0 6px;
}

.i_top_inora[data-rank="2"] .i_top_inora_number {
 background: -webkit-gradient(linear, left top, right bottom, from(#cdd9ff), to(#7c8ce0));
 background: linear-gradient(135deg, #cdd9ff 0%, #7c8ce0 100%);
 -webkit-box-shadow: 0 10px 18px rgba(124, 140, 224, 0.25);
 box-shadow: 0 10px 18px rgba(124, 140, 224, 0.25);
}

.i_top_inora[data-rank="3"] .i_top_inora_number {
 background: -webkit-gradient(linear, left top, right bottom, from(#ffd9a0), to(#f3a952));
 background: linear-gradient(135deg, #ffd9a0 0%, #f3a952 100%);
 -webkit-box-shadow: 0 10px 18px rgba(243, 169, 82, 0.25);
 box-shadow: 0 10px 18px rgba(243, 169, 82, 0.25);
}

.i_top_inora_details {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 min-width: 0;
}

.i_top_inora_avatar_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 position: relative;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: 56px;
 height: 56px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_top_inora_avatar {
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 56px;
 height: 56px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border: 2px solid #ffffff;
 background-color: #ffffff;
 box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
 -webkit-box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
}

.i_top_inora_avatar img {
 height: 100%;
 width: 100%;
 -o-object-fit: cover;
 object-fit: cover;
}

.i_top_inora_user_name_hot_name {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 4px;
 font-family: inherit;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 min-width: 0;
}

.i_top_inora_user_name {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 font-weight: 700;
 font-size: 15px;
 color: #111827;
}

.i_top_inora_user_name a {
 text-decoration: none;
 color: #111827;
 max-width: 100%;
}

.i_top_inora_user_name a:hover {
 color: #f65169;
}

.i_top_inora_hot_name {
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 width: auto;
 font-weight: 600;
 font-size: 12px;
 color: #f65169;
 padding: 5px 12px;
 background-color: rgba(246, 81, 105, 0.08);
 border-radius: 999px;
 -webkit-border-radius: 999px;
 letter-spacing: 0.02em;
 text-transform: uppercase;
 white-space: nowrap;
}

.i_top_inora_actions {
 margin-left: auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
}

.i_top_inora_actions:empty {
 display: none;
}

.i_top_inora_actions .i_sub_flw {
 margin-left: 0;
}

.i_top_inora_actions .i_follow_me {
 min-height: 36px;
 padding-left: 14px;
 padding-right: 14px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -webkit-box-shadow: 0 10px 18px rgba(17, 24, 39, 0.06);
 box-shadow: 0 10px 18px rgba(17, 24, 39, 0.06);
}

@media screen and (max-width: 540px) {
 .i_top_inora {
 gap: 10px;
 padding: 10px 12px;
 }
 .i_top_inora_details {
 gap: 8px;
 }
 .i_top_inora_user_name {
 font-size: 14px;
 }
 .i_top_inora_hot_name {
 padding: 4px 10px;
 font-size: 11px;
 }
 .i_top_inora_actions .i_follow_me {
 min-height: 32px;
 padding-left: 12px;
 padding-right: 12px;
 }
}

.i_user_follow_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
}

.i_follow_me {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin: 0px auto;
 padding: 8px 12px;
 text-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #f65169;
 border: 1px solid #f65169;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.i_follow:hover {
 background-color: #f65169;
 color: #ffffff;
}

.i_hot_icon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: absolute;
 top: -7px;
 right: -7px;
 z-index: 1;
 padding: 5px;
 background-color: #F0F2F5;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.i_hot_icon svg {
 width: 13px;
 height: 13px;
 fill: #f65169;
}

.i_top_u {
 position: relative;
 display: inline-block;
}

.i_become_creator_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 border-top: 10px solid #f65169;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 background-color: #ffffff;
 margin-top: 15px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 position: relative;
 overflow: hidden;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 margin-bottom: 15px;
}

.i_become_creator_wrapper a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_become_creator_title {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 font-weight: 600;
 font-size: 25px;
 font-family: inherit;
 color: #000000;
 padding: 15px 0px;
}

.i_become_title_mini {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
 color: #858fad;
 padding-bottom: 5px;
}

.i_become_creator_icon {
 position: absolute;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 width: 100%;
 height: 100%;
 top: 15px;
 left: 0px;
}

.i_bicome {
 position: relative;
 width: 100%;
 max-width: 120px;
 height: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin: 0px auto;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_bicome svg {
 width: 100%;
 height: 100%;
 fill: #f65169;
 opacity: 0.1;
}

.i_become_ceator_link {
 display: inline-block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
 text-align: center;
 z-index: 1;
}

.i_become_ceator_link a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin: 0px auto;
 color: #f65169;
 padding: 8px 12px;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
 text-decoration: none;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
}

.i_sponsored_card {
 display: grid;
 grid-template-areas:
 "media media"
 "body action";
 grid-template-columns: 1fr auto;
 width: 100%;
 border: 1px solid #e6e9f0;
 background: #ffffff;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 overflow: hidden;
}

.i_sponsored_card:hover {
 -webkit-transform: none;
 transform: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.i_sponsored_media {
 grid-area: media;
 position: relative;
 width: 100%;
 max-height: 190px;
 overflow: hidden;
 border-radius: 0;
 -webkit-border-radius: 0;
 background-color: #eef0f4;
}

.i_sponsored_media img {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 display: block;
}

.i_sponsored_badge {
 display: none;
}

.i_sponsored_body {
 grid-area: body;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 min-width: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 6px;
 padding: 12px;
}

.i_sponsored_title {
 font-weight: 600;
 font-size: 15px;
 font-family: inherit;
 color: #0f172a;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.i_sponsored_desc {
 font-weight: 500;
 font-size: 13px;
 color: #4b5563;
 max-width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.i_sponsored_ads_link {
 font-weight: 500;
 font-size: 13px;
 color: #040720;
 font-family: inherit;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.i_sponsored_action {
 grid-area: action;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 12px;
}

.i_sponsored_action svg {
 width: 16px;
 height: 16px;
 fill: #040720;
}

.sp_wrp_inline_ads .i_inline_ads_grid {
 display: flex;
 flex-direction: column;
 gap: 14px;
 width: 100%;
}

.sp_wrp_inline_ads .i_sponsored_card {
 display: flex;
 align-items: center;
 gap: 8px;
 border: 1px solid #e5e9f2;
 border-radius: 16px;
 padding: 8px 10px;
 background: #fff;
 box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.sp_wrp_inline_ads .i_sponsored_media {
 flex: 0 0 240px;
 max-width: 240px;
 width: 240px;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 border-radius:10px;
 -webkit-border-radius:10px;
}

.sp_wrp_inline_ads .i_sponsored_media img {
 width: 100%;
 object-fit: cover;
 border-radius: 14px;
 flex-shrink: 0;
}

.sp_wrp_inline_ads .i_sponsored_body {
 display: flex;
 flex-direction: column;
 gap: 8px;
 min-width: 0;
}

.sp_wrp_inline_ads .i_sponsored_title {
 font-weight: 700;
 font-size: 20px;
 color: #0f172a;
 line-height: 1.35;
 white-space: normal;
}

.sp_wrp_inline_ads .i_sponsored_desc {
 font-size: 15px;
 color: #4b5563;
 line-height: 1.5;
}

.sp_wrp_inline_ads .i_sponsored_ads_link {
 font-size: 14px;
 color: #040720;
 font-weight: 700;
}

.sp_wrp_inline_ads .i_sponsored_action {
 flex: 0 0 auto;
 align-self: stretch;
 display: flex;
 align-items: center;
 justify-content: center;
 padding-left: 8px;
}

.sp_wrp_inline_ads .i_sponsored_action svg {
 width: 20px;
 height: 20px;
 fill: #9ca3af;
}

@media (max-width: 768px) {
 .sp_wrp_inline_ads .i_sponsored_card {
 flex-direction: column;
 align-items: flex-start;
 padding: 16px;
 }
 .sp_wrp_inline_ads .i_sponsored_media {
 width: 100% !important;
 max-width: 100% !important;
 flex: 0 0 auto !important;
 }
 .sp_wrp_inline_ads .i_sponsored_media img {
 width: 100%;
 max-width: 100%;
 height: auto;
 }
 .sp_wrp_inline_ads .i_sponsored_action {
 align-self: flex-end;
 }
}
.adsense_block{margin:16px 0;padding:12px;border:1px solid #e8ebf2;border-radius:12px;background:#fff;display:flex;justify-content:center;}
.adsense_block.inside_profile{margin-top:0;}
.adsense_block.adsense_inline{margin:18px 0;}
.adsense_block.adsense_header{margin-top:0;}
.adsense_block.adsense_footer{margin-bottom:0;}
.adsense_block ins{display:block;}
.feed_inline_ad{margin:18px 0;}
.feed_inline_ad .adsense_block.adsense_inline{
 margin:0;
 display:flex;
 align-items:center;
 gap:16px;
 padding:16px;
 border-radius:14px;
 flex-wrap:nowrap;
}
.feed_inline_ad .adsense_block.adsense_inline > *{
 flex:1 1 auto;
 min-width:0;
}
.feed_inline_ad .adsense_block.adsense_inline > a{
 display:flex !important;
 align-items:center !important;
 gap:16px !important;
 width:100% !important;
 flex-wrap:nowrap;
}
.feed_inline_ad .adsense_block.adsense_inline img{
 width:200px !important;
 max-width:40% !important;
 height:130px !important;
 object-fit:cover !important;
 border-radius:12px !important;
 flex-shrink:0;
}
.feed_inline_ad .adsense_block.adsense_inline img + *{
 flex:1 1 0;
 min-width:0;
}
.blog-post-ad-slot{margin:22px 0;}
.blog-post-ad-slot .adsense_block{margin:0;max-width:100%;}
.blog-post-ad-slot-top{margin-top:20px;}
.blog-post-ad-slot-bottom{margin-bottom:28px;}
.blog-post-ad-slot-inline-fallback{margin-top:20px;}
@media (max-width:768px){
 .feed_inline_ad .adsense_block.adsense_inline,
 .feed_inline_ad .adsense_block.adsense_inline > a{
 flex-direction:column;
 align-items:flex-start;
 }
 .feed_inline_ad .adsense_block.adsense_inline img{
 width:100%;
 max-width:100%;
 height:auto;
 }
}

.sp_wrp_inline_ads .i_inline_ads_grid a {
 text-decoration: none;
}


.i_sponsored_body {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 min-width: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 6px;
}

.i_sponsored_title {
 font-weight: 700;
 font-size: 15px;
 font-family: inherit;
 color: #0f172a;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.i_sponsored_ads_link {
 font-weight: 600;
 font-size: 13px;
 color: #040720;
 font-family: inherit;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}


.i_sponsorad a {
 text-decoration: none;
 width: 100%;
 display: inline-block;
 padding: 10px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.i_sponsorad a:hover {
 background-color: #e0e3eb;
}

.i_left_menu_profile_avatar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 26px;
 height: 26px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 margin-right: 9px;
}

.i_left_menu_profile_avatar img {
 width: 100%;
 height: auto;
 position: relative;
}

.i_not_found_page {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 50px 20px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 position: relative;
 width: 100%;
 max-width: 985px;
 margin: 0px auto;
 text-align: center;
 font-family: inherit;
 color: #000000;
}

.i_not_found_page a {
 display: contents;
 font-weight: 600;
 font-size: 15px;
 color: #f65169;
}

.i_not_found_page a:hover {
 text-decoration: underline;
 color: #d81b60;
}

.i_header_btn_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: relative;
 overflow: visible;
 width: 44px;
 height: 44px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: linear-gradient(145deg, #f8faff, #eef1f7);
 border: 1px solid #e4e8f0;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 margin-right: 10px;
 -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
 transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
 transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
 transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.i_header_btn_item svg {
 fill: #303858;
 width: 18px;
 height: 18px;
}

.i_header_btn_item:hover {
 background-color: #ffffff;
 border-color: #d9deeb;
 -webkit-box-shadow: 0 14px 30px rgba(246, 81, 105, 0.18), 0 8px 18px rgba(82, 92, 122, 0.08);
 box-shadow: 0 14px 30px rgba(246, 81, 105, 0.18), 0 8px 18px rgba(82, 92, 122, 0.08);
}

.i_general_box_container,
.i_general_box_message_notifications_container,
.i_general_box_notifications_container {
 position: fixed;
 background-color: #ffffff;
 left: auto;
 right: 10px;
 transform: none;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 -ms-transform: none;
 top: 70px;
 width: 360px;
 max-width: min(420px, calc(100vw - 20px));
 min-width: 280px;
 bottom: auto;
 z-index: 9999;
 border-radius: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: calc(100vh - 110px);
 height: -o-calc(100vh - 110px);
 height: -ms-calc(100vh - 110px);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 cursor: initial;
}

.i_general_box_search_container {
 position: absolute;
 background-color: #ffffff;
 left: 50%;
 -webkit-transform: translate(-50%, 50px);
 transform: translate(-50%, 50px);
 -webkit-transform: translate(-50%, 50px);
 -moz-transform: translate(-50%, 50px);
 -o-transform: translate(-50%, 50px);
 -ms-transform: translate(-50%, 50px);
 width: min(90vw, 420px);
 max-width: 420px;
 right: auto;
 top: 3px;
 bottom: 20px;
 z-index: 9999;
 border-radius: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: calc(94vh - 60px);
 height: -o-calc(94vh - 60px);
 height: -ms-calc(94vh - 60px);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 cursor: initial;
}

.btest {
 width: 100%;
 position: relative;
 overflow: hidden;
 overflow-y: scroll;
}

.i_user_details {
 display: inline-block;
 width: 100%;
 padding: 10px;
 min-height: 100%;
 scroll-margin-bottom: 60px;
 /*padding-bottom: 60px;*/
}

.footer_container {
 position: sticky;
 bottom: 0px;
 padding: 13px;
 width: 100%;
 left: 0;
 background-color: #F0F1F5;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 z-index: 5;
}

/* Guest landing template (type 1): keep sidebar lock, disable sticky footer overlap */
.wrapper.NotLoginYet .rightSticky .footer_container {
 position: relative !important;
 bottom: auto !important;
}

.i_u_details a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 text-decoration: none;
}

.i_u_details {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding: 10px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.i_u_details:hover {
 background-color: #F0F1F5;
}

.i_user_profile_avatar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.iu_avatar {
 display: block;
 width: 60px;
 height: 60px;
 margin: 0px auto;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 overflow: hidden;
 box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.iu_avatar img {
 width: 100%;
 height: 100%;
}

.i_user_nm {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-weight: 600;
 font-size: 15px;
 color: #000000;
 font-family: inherit;
 text-align: left;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding-left: 10px;
}

.i_unm {
 display: inline-block;
 padding-bottom: 5px;
}

.i_see_prof {
 display: inline-block;
 font-weight: 400;
 font-size: 14px;
 color: #858fad;
 font-family: inherit;
 text-align: left;
}

.i_header_others_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding: 5px 8px;
 font-weight: 500;
 font-size: 15px;
 color: #000000;
 cursor: pointer;
 margin-bottom: 5px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 font-family: inherit;
}

.i_header_item_icon_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 12px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: #E4E6EB;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 margin-right: 8px;
}

.i_header_others_item:hover {
 background-color: #F0F1F5;
}

.i_header_others_box {
 display: inline-block;
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
}

.i_header_others_box a {
 text-decoration: none;
 color: #000000;
}

.i_header_item_icon_box svg {
 fill: #000000;
 width: 18px;
 height: 18px;
}

.arrow {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 1px;
 background-color: #F0F2F5;
 margin: 8px 0px;
}

.footer_menu_item {
 display: inline-block;
 text-align: -webkit-match-parent;
 word-break: break-word;
 font-weight: normal;
 color: #65676B;
 -webkit-font-smoothing: antialiased;
 font-family: inherit;
 font-size: 0.8125rem;
}

.footer_menu_item a {
 text-decoration: none;
 color: #65676B !important;
}

.footer_menu_item:hover a {
 text-decoration: underline;
}

.footer_menu_item:after {
 width: 3px;
 height: 3px;
 position: relative;
 background-color: #65676B;
 content: "";
 margin: 5px 5px 2px 5px;
 z-index: 1;
 display: inline-block;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.footer_menu_item:last-of-type:after {
 display: none;
}

.i_message_wrpper {
 display: inline-block;
 position: relative;
 width: 100%;
}

.i_box_messages_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding: 18px 10px;
 font-weight: 600;
 font-size: 18px;
 color: #000000;
 position: sticky;
 position: -webkit-sticky;
 top: 0px;
 font-family: inherit;
 background-color: #ffffff;
 z-index: 3;
}

.messages a {
 text-align: center;
 text-decoration: none;
 color: #525c7a;
 font-family: inherit;
 font-size: 15px;
 font-weight: 600;
 display: block;
}

.i_message_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.i_message_wrapper:hover {
 background-color: #F0F1F5;
}

.i_message_owner_avatar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: relative;
 width: 50px;
 height: 50px;
}

.i_message_avatar {
 display: block;
 overflow: hidden;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background-color: #e0e3eb;
}

.i_message_avatar img {
 width: 100%;
 height: 100%;
 position: relative;
}

.i_message_info_container {
 display: -ms-grid;
 display: grid;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding-left: 10px;
 font-family: inherit;
}

.i_message_owner_name {
 display: inline-block;
 font-weight: 600;
 font-size: 16px;
 color: #000000;
 padding-bottom: 3px;
}

.i_message_i {
 font-weight: 400;
 font-size: 14px;
 color: #444444;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.i_notification_text {
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 white-space: normal;
 line-height: 1.35;
}

.i_notification_time {
 font-size: 12px;
 color: #8b8b8b;
 margin-top: 4px;
 line-height: 1.2;
}

.i_message_i svg {
 width: 14px;
 height: 14px;
 fill: #444444;
 vertical-align: middle;
 margin-right: 5px;
}

.i_message_setting {
 position: absolute;
 top: 15px;
 right: 15px;
 z-index: 1;
 background-color: #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 padding: 10px;
 -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
 box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
 border: 1px solid #e0e3eb;
 display: none;
 cursor: pointer;
}

.i_message_setting:hover {
 background-color: #F0F1F5;
}

.i_message_set_icon {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_message_set_icon svg {
 width: 18px;
 height: 18px;
 fill: #000000;
}

.i_message_wrpper:hover .i_message_setting {
 display: block;
}

.i_message_set_container {
 display: none;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 background-color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 position: absolute;
 z-index: 1;
 padding: 15px 0px;
 width: 100%;
 min-width: 240px;
 right: -5px;
 top: -40px;
}

.i_message_full_screen {
 position: absolute;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 top: 7px;
 right: 9px;
 z-index: 1;
 padding: 13px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.i_message_full_screen a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_message_full_screen:hover {
 background-color: #F0F1F5;
}

.i_message_full_screen svg {
 width: 16px;
 height: 16px;
 fill: #000000;
}

.i_notifications_count {
 position: absolute;
 z-index: 1;
 color: #ffffff;
 font-family: inherit;
 font-weight: 500;
 font-size: 12px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 top: -4px;
 right: -4px;
}

.i_h_in {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 12px;
}

.isum {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 3px 5px;
 background-color: #f65169;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.notificationsContainer {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 18px 0px 12px;
 border-radius: 14px;
 background-color: #ffffff;
 border: 1px solid #e6e9f0;
 -webkit-box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
 box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
 overflow: hidden;
}

.notificationsHeader {
 display: inline-block;
 width: 100%;
 padding: 6px 20px 14px;
 font-weight: 600;
 font-size: 19px;
 font-family: inherit;
 color: #111827;
 border-bottom: 1px solid #eef0f4;
 margin-bottom: 10px;
 letter-spacing: 0.2px;
}

.i_notification_wrpper {
 display: inline-block;
 position: relative;
 width: 100%;
 padding: 0 10px;
 margin-bottom: 8px;
}

.i_notification_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 14px 16px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 border: 1px solid #edf0f5;
 background-color: #f8f9fc;
 -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, border-color 0.2s ease;
 transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, border-color 0.2s ease;
 transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
 transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.i_notification_wrapper:hover {
 background-color: #ffffff;
 border-color: #e3e7ef;
 -webkit-box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
 box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}

.notificationsContainer .i_header_others_box {
 padding: 0 6px 12px;
}

.notificationsContainer .i_header_others_box a {
 display: block;
}

.notificationsContainer .i_header_others_box a:focus-visible .i_notification_wrapper {
 outline: 2px solid rgba(246, 81, 105, 0.6);
 outline-offset: 2px;
}

.notificationsContainer .i_message_owner_avatar {
 width: 52px;
 height: 52px;
}

.notificationsContainer .i_message_avatar {
 width: 52px;
 height: 52px;
 border: 2px solid #ffffff;
 -webkit-box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
 box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.notificationsContainer .i_message_info_container {
 min-width: 0;
 gap: 2px;
 padding-left: 8px;
}

.notificationsContainer .i_message_owner_name {
 font-size: 15px;
 color: #111827;
}

.notificationsContainer .i_message_i {
 color: #4b5563;
}

.notificationsContainer .i_notification_time {
 color: #040720;
}

.notificationsContainer .i_notification_wrpper:last-child {
 margin-bottom: 0;
}

@media (max-width: 640px) {
 .notificationsContainer {
 padding: 16px 0px 10px;
 border-radius: 12px;
 }

 .notificationsHeader {
 padding: 4px 16px 12px;
 font-size: 18px;
 }

 .i_notification_wrpper {
 padding: 0 8px;
 }

 .i_notification_wrapper {
 padding: 12px;
 }
}

.i_notification_wrpper:hover .i_message_setting {
 display: block;
}

.i_loading {
 width: 100%;
 max-width: 100px;
 position: relative;
 display: block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-top: 25px;
 margin: 0px auto;
}

.dot-pulse {
 position: relative;
 left: -9953px;
 width: 10px;
 height: 10px;
 border-radius: 5px;
 background-color: #f65169;
 color: #f65169;
 -webkit-box-shadow: 9999px 0 0 -5px #f65169;
 box-shadow: 9999px 0 0 -5px #f65169;
 -webkit-animation: dot-pulse 1.5s infinite linear;
 animation: dot-pulse 1.5s infinite linear;
 -webkit-animation-delay: 0.25s;
 animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
 content: "";
 display: inline-block;
 position: absolute;
 top: 0;
 width: 10px;
 height: 10px;
 border-radius: 5px;
 background-color: #f65169;
 color: #f65169;
}

.dot-pulse::before {
 -webkit-box-shadow: 9984px 0 0 -5px #f65169;
 box-shadow: 9984px 0 0 -5px #f65169;
 -webkit-animation: dot-pulse-before 1.5s infinite linear;
 animation: dot-pulse-before 1.5s infinite linear;
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
}

.dot-pulse::after {
 -webkit-box-shadow: 10014px 0 0 -5px #f65169;
 box-shadow: 10014px 0 0 -5px #f65169;
 -webkit-animation: dot-pulse-after 1.5s infinite linear;
 animation: dot-pulse-after 1.5s infinite linear;
 -webkit-animation-delay: 0.5s;
 animation-delay: 0.5s;
}

.nomore {
 display: inline-block;
 width: 100%;
}

.no_more_in {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding: 30px;
 background-color: #F0F2F5;
 color: #444444;
 font-family: inherit;
 font-size: 15px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 font-weight: 600;
 width: 100%;
}

.i_postFormContainer {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 font-family: inherit;
 padding: 15px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 margin-bottom: 25px;
}

.i_post_form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #F0F2F5;
}

.i_post_form a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_post_form a img {
 width: 45px;
 height: 45px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.i_post_form_textarea {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
}

.i_post_form_textarea textarea {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 15px 0px 15px;
}

.i_form_buttons {
 display: grid;
 grid-template-columns: minmax(180px, 1fr) auto auto minmax(180px, 1fr);
 grid-template-areas:
 "create emoji premium who"
 "publish publish publish publish";
 grid-auto-flow: row;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
 padding: 10px;
 background: #f8f9fc;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 border: none;
 box-shadow: none;
 margin-top: 10px;
 position: relative;
}

.ws_selected_chip {
 display: none;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 0.6rem 0.95rem;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: #ffffff;
 border: 1px solid #e7ebf3;
 color: #4a4f5c;
 font-weight: 600;
 font-size: 14px;
 height: 44px;
 box-shadow: none;
 grid-area: emoji;
 justify-self: center;
}

.ws_selected_chip.ws_visible {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_form_buttons > .i_create_new_toggle {
 -ms-grid-column: 1;
 grid-column: 1;
 -ms-grid-row: 1;
 grid-row: 1;
 grid-area: create;
}

.i_form_buttons > .i_pb_emojis {
 grid-area: emoji;
 justify-self: center;
}

.i_form_buttons > .i_pb_premiumPost {
 grid-area: premium;
 justify-self: center;
}

.i_form_buttons > .form_who_see {
 -ms-grid-column: 4;
 grid-column: 4;
 -ms-grid-row: 1;
 grid-row: 1;
 grid-area: who;
 justify-self: end;
 margin-left: auto;
 width: auto;
}

.i_form_buttons > .publish_btn {
 -ms-grid-column: 1;
 grid-column: 1 / -1;
 -ms-grid-row: 2;
 grid-row: 2;
 grid-area: publish;
 width: 100%;
 margin-left: 0;
}

.i_create_new_toggle {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
 padding: 0.6rem 0.95rem;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: #ffffff;
 color: #4a4f5c;
 font-weight: 600;
 font-size: 14px;
 cursor: pointer;
 border: 1px solid #e7ebf3;
}

.i_create_new_toggle:hover {
 background: #f3f6fb;
}

.create_new_icon {
 font-size: 18px;
 line-height: 1;
}

.i_quick_actions_container.qa_layout_popup {
 position: fixed;
 inset: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 28px;
 z-index: 1005;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 -webkit-transition: opacity 0.18s ease, visibility 0.18s ease;
 transition: opacity 0.18s ease, visibility 0.18s ease;
}

.i_quick_actions_container.qa_layout_popup.qaVisible {
 opacity: 1;
 visibility: visible;
 pointer-events: auto;
}

.i_quick_actions_container.qa_layout_popup .qa_overlay {
 position: absolute;
 inset: 0;
 background: rgba(15, 19, 29, 0.38);
 -webkit-backdrop-filter: blur(2px);
 backdrop-filter: blur(2px);
 cursor: pointer;
}

.i_quick_actions_container.qa_layout_popup .qa_popup {
 position: relative;
 width: min(760px, 96vw);
 background: transparent;
 border-radius: 24px;
 -webkit-border-radius: 24px;
 overflow: hidden;
 border: none;
 box-shadow: none;
 z-index: 2;
 opacity: 0;
 -webkit-transform: translateY(10px) scale(0.98);
 transform: translateY(10px) scale(0.98);
 -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
 transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
 transition: opacity 0.18s ease, transform 0.18s ease;
 transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}

.i_quick_actions_container.qa_layout_popup.qaVisible .qa_popup {
 opacity: 1;
 -webkit-transform: translateY(0) scale(1);
 transform: translateY(0) scale(1);
}

.i_quick_actions_container.qa_layout_popup .qa_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 font-weight: 700;
 font-size: 16px;
 color: #1f2430;
 padding: 16px 20px;
 background: #f7f9fd;
 border-bottom: 1px solid #e6ebf3;
 display: none;
}

.i_quick_actions_container.qa_layout_popup .qa_close {
 width: 30px;
 height: 30px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: #e1e6f0;
 color: #4a4f5c;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 font-weight: 700;
}

.i_quick_actions_container.qa_layout_popup .qa_close:hover {
 background: #d5dde9;
}

.i_quick_actions_container.qa_layout_popup .qa_body {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-line-pack: center;
 align-content: center;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 18px;
 padding: 22px 24px 26px;
 background: transparent;
}

.i_quick_actions_container.qa_layout_popup .qa_body .form_btn,
.i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate {
 background: transparent;
 border: none;
 box-shadow: none;
 cursor: pointer;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 110px;
 flex: 1 1 110px;
 max-width: 150px;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 10px;
 color: #2c2f37;
 text-align: center;
 width: auto;
 margin: 0;
 padding: 8px 6px;
 border-radius: 16px;
 justify-content: center;
}

.i_quick_actions_container.qa_layout_popup .qa_body .form_btn form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 gap: 10px;
 width: 100%;
 margin: 0;
 padding: 0;
}

.i_quick_actions_container.qa_layout_popup .qa_body .form_btn label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
}

.qa_body .form_btn label input {
 display: none;
}

.i_quick_actions_container.qa_layout_popup .qa_body .form_btn .i_image_video_btn,
.i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate .i_pb_aiBox {
 margin: 0 auto;
 padding: 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: #e9eef7;
 box-shadow: 0 8px 16px rgba(20, 30, 60, 0.12);
 -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
 transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
 transition: transform 0.15s ease, box-shadow 0.15s ease;
 transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate .i_ai_emojis_Box {
 padding: 0;
 width: 100%;
 height: 100%;
 background: transparent;
 box-shadow: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.qa_body .i_image_video_btn a {
 width: 100%;
 height: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 color: inherit;
 text-decoration: none;
}

.i_quick_actions_container.qa_layout_popup .qa_item:hover .i_image_video_btn,
.i_quick_actions_container.qa_layout_popup .qa_item:hover .i_pb_aiBox {
 -webkit-transform: translateY(-3px);
 transform: translateY(-3px);
 box-shadow: 0 12px 22px rgba(20, 30, 60, 0.18);
}

.i_quick_actions_container.qa_layout_popup .qa_body .form_btn:hover,
.i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate:hover {
 background: transparent !important;
 box-shadow: none !important;
}

.i_quick_actions_container.qa_layout_popup .qa_body .qa_item:hover {
 background: transparent !important;
 box-shadow: none !important;
}

.i_quick_actions_container.qa_layout_popup .qa_item[data-qa-type="image_video"] .i_image_video_btn {
 background: #e4553f;
}

.i_quick_actions_container.qa_layout_popup .qa_item[data-qa-type="reels"] .i_image_video_btn {
 background: #5b6777;
}

.i_quick_actions_container.qa_layout_popup .qa_item[data-qa-type="ai"] .i_pb_aiBox {
 background: #8e48d4;
}

.i_quick_actions_container.qa_layout_popup .qa_item[data-qa-type="poll"] .i_image_video_btn {
 background: #111827;
}

.i_quick_actions_container.qa_layout_popup .qa_item[data-qa-type="campaign"] .i_image_video_btn {
 background: #f59e0b;
}

.i_quick_actions_container.qa_layout_popup .qa_item[data-qa-type="product"] .i_image_video_btn {
 background: #0f766e;
}

.i_quick_actions_container.qa_layout_popup .qa_item[data-qa-type="schedule"] .i_image_video_btn {
 background: #2563eb;
}

.i_quick_actions_container.qa_layout_popup .qa_body .i_image_video_btn svg,
.i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate svg {
 width: 28px;
 height: 28px;
 fill: currentColor;
 stroke: currentColor;
}

.i_quick_actions_container.qa_layout_popup .qa_body .i_image_video_btn,
.i_quick_actions_container.qa_layout_popup .qa_body .i_pb_aiBox {
 color: #ffffff;
}

.i_quick_actions_container.qa_layout_popup .qa_body .i_image_video_btn svg *,
.i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate svg * {
 fill: currentColor;
 stroke: currentColor;
}

.i_quick_actions_container.qa_layout_popup .schedule_btn .i_image_video_btn {
 width: auto;
 height: auto;
 border-radius: 50%;
 color: #ffffff;
}

.i_quick_actions_container.qa_layout_popup .qa_body .qa_label {
 font-size: 13px;
 font-weight: 600;
 color: #ffffff;
 text-shadow: 0 1px 2px rgba(8, 12, 20, 0.35);
 line-height: 1.2;
 min-height: 18px;
 text-align: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 padding: 0 4px;
 max-width: 100%;
}

.i_quick_actions_container.qa_layout_popup .qa_item {
 opacity: 0;
 -webkit-transform: translate3d(0, 12px, 0);
 transform: translate3d(0, 12px, 0);
}

.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item {
 -webkit-animation: fadeInUp 0.35s ease both;
 animation: fadeInUp 0.35s ease both;
}

.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(1) { animation-delay: 0.02s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(2) { animation-delay: 0.06s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(3) { animation-delay: 0.10s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(4) { animation-delay: 0.14s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(5) { animation-delay: 0.18s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(6) { animation-delay: 0.22s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(7) { animation-delay: 0.26s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(8) { animation-delay: 0.30s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(9) { animation-delay: 0.34s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(10) { animation-delay: 0.38s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(11) { animation-delay: 0.42s; }
.i_quick_actions_container.qa_layout_popup.qaVisible .qa_item:nth-child(12) { animation-delay: 0.46s; }

.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item {
 -webkit-animation: fadeOutUp 0.22s ease both;
 animation: fadeOutUp 0.22s ease both;
}

.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(1) { animation-delay: 0s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(2) { animation-delay: 0.03s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(3) { animation-delay: 0.06s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(4) { animation-delay: 0.09s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(5) { animation-delay: 0.12s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(6) { animation-delay: 0.15s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(7) { animation-delay: 0.18s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(8) { animation-delay: 0.21s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(9) { animation-delay: 0.24s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(10) { animation-delay: 0.27s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(11) { animation-delay: 0.30s; }
.i_quick_actions_container.qa_layout_popup.qaClosing .qa_item:nth-child(12) { animation-delay: 0.33s; }

@media (prefers-reduced-motion: reduce) {
 .i_quick_actions_container.qa_layout_popup .qa_item {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 }

 .i_quick_actions_container.qa_layout_popup.qaVisible .qa_item {
 -webkit-animation: none;
 animation: none;
 }

 .i_quick_actions_container.qa_layout_popup.qaClosing .qa_item {
 -webkit-animation: none;
 animation: none;
 }
}

.i_quick_actions_container.qa_layout_inline {
 display: none;
 grid-column: 1 / -1;
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: min(350px, 100%);
 z-index: 6;
}

.i_quick_actions_container.qa_layout_inline.qaVisible {
 display: block;
}

.i_quick_actions_container.qa_layout_inline .qa_overlay {
 display: none;
}

.i_quick_actions_container.qa_layout_inline .qa_popup {
 width: 100%;
 background: #ffffff;
 border-radius: 20px;
 -webkit-border-radius: 20px;
 overflow: hidden;
 box-shadow: 0 18px 40px rgba(30, 48, 90, 0.14);
 border: 1px solid #e6ebf3;
}

.i_quick_actions_container.qa_layout_inline .qa_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 font-weight: 700;
 font-size: 15px;
 color: #1f2430;
 padding: 12px 14px 10px 14px;
 background: #f3f6fb;
 border-bottom: 1px solid #e6ebf3;
}

.i_quick_actions_container.qa_layout_inline .qa_close {
 width: 26px;
 height: 26px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: #e1e6f0;
 color: #4a4f5c;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 font-weight: 700;
}

.i_quick_actions_container.qa_layout_inline .qa_close:hover {
 background: #d5dde9;
}

.i_quick_actions_container.qa_layout_inline .qa_body {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 16px;
 padding: 16px 16px 18px 16px;
}

.i_quick_actions_container.qa_layout_inline .qa_body .form_btn,
.i_quick_actions_container.qa_layout_inline .qa_body .i_ai_generate {
 background: transparent;
 border: none;
 box-shadow: none;
 cursor: pointer;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 6px;
 color: #7a7d84;
 text-align: center;
 width: 100%;
 margin: 0 auto;
 padding: 14px 12px;
 border-radius: 12px;
 justify-content: center;
}

.i_quick_actions_container.qa_layout_inline .qa_body .form_btn form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 gap: 6px;
 width: 100%;
 margin: 0;
 padding: 0;
}

.i_quick_actions_container.qa_layout_inline .qa_body .form_btn label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
}

.i_quick_actions_container.qa_layout_inline .qa_body .form_btn .i_image_video_btn,
.i_quick_actions_container.qa_layout_inline .qa_body .i_ai_generate .i_pb_aiBox,
.i_quick_actions_container.qa_layout_inline .qa_body .i_ai_generate .i_ai_emojis_Box {
 margin: 0 auto;
 width: 48px;
 height: 48px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.i_quick_actions_container.qa_layout_inline .qa_body .i_image_video_btn svg {
 width: 24px;
 height: 24px;
 fill: #f65169;
}

.i_quick_actions_container.qa_layout_inline .qa_body .i_ai_generate svg {
 width: 24px;
 height: 24px;
 fill: #f65169;
}

.i_quick_actions_container.qa_layout_inline .qa_body .qa_label {
 font-size: 13px;
 font-weight: 400;
 color: #51535a;
 line-height: 1.25;
 min-height: 18px;
 text-align: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 padding: 0 6px;
 max-width: 100%;
}

.i_quick_actions_container.qa_layout_inline .qa_body .form_btn:hover,
.i_quick_actions_container.qa_layout_inline .qa_body .i_ai_generate:hover {
 color: #4d4f54;
}

body.qaOpen {
 overflow: hidden;
}

@media screen and (max-width: 640px) {
 .i_quick_actions_container.qa_layout_popup .qa_popup {
 width: min(520px, 94vw);
 border-radius: 20px;
 }
 .i_quick_actions_container.qa_layout_popup .qa_body {
 justify-content: center;
 align-content: center;
 gap: 14px;
 padding: 18px 16px 22px;
 }
 .i_quick_actions_container.qa_layout_popup .qa_body .form_btn,
 .i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 calc(50% - 14px);
 flex: 0 0 calc(50% - 14px);
 max-width: calc(50% - 14px);
 }
 .i_quick_actions_container.qa_layout_popup .qa_body .form_btn .i_image_video_btn,
 .i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate .i_pb_aiBox,
 .i_quick_actions_container.qa_layout_popup .qa_body .i_ai_generate .i_ai_emojis_Box {
 width: auto;
 height: auto;
 }
}

@media screen and (max-width: 528px) {
 .i_form_buttons {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 8px;
 }
 .publish_btn {
 -webkit-box-flex: 0;
 -webkit-flex: 0 0 100%;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
 margin-left: 0;
 margin-top: 10px;
 }
}

@media screen and (max-width: 720px) {
 .form_btn,
 .form_who_see,
 .i_pb_emojis,
 .i_pb_premiumPost {
 -webkit-box-flex: 0;
 -ms-flex: 0 1 auto;
 flex: 0 1 auto;
 margin-left: 0;
 width: auto;
 }

 .i_image_video_btn {
 margin-right: 8px;
 }

 .i_form_buttons {
 padding: 10px;
 -ms-grid-columns: minmax(auto, 1fr) auto auto minmax(auto, 1fr);
 grid-template-columns: minmax(auto, 1fr) auto auto minmax(auto, 1fr);
 grid-template-areas:
 "create emoji premium who"
 "publish publish publish publish";
 }

 .i_form_buttons .publish_btn {
 -ms-grid-column: 1;
 grid-column: 1 / -1;
 -ms-grid-row: 2;
 grid-row: 2;
 width: 100%;
 margin-left: 0;
 }

 .i_form_buttons .form_who_see {
 -ms-grid-column: 4;
 grid-column: 4;
 -ms-grid-row: 1;
 grid-row: 1;
 justify-self: end;
 width: auto;
 margin-left: auto;
 }
}

.form_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background-color: #ffffff;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 gap: 10px;
 border: none;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 140px;
 flex: 1 1 140px;
 min-height: 2.6rem;
 box-shadow: none;
}

.i_image_video_btn {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 5px;
 cursor: pointer;
 margin-right: 6px;
}

.form_btn label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 line-height: 1.5rem;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 font-weight: 500;
 cursor: pointer;
}

.i_image_video_btn svg {
 width: 20px;
 height: 20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 fill: #f65169;
}

.form_btn label input {
 display: none;
 opacity: 0;
}

.form_who_see {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background-color: #ffffff;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 font-weight: 500;
 padding: 0.6rem 0.95rem;
 cursor: pointer;
 margin-left: 8px;
 border: 1px solid #e5e9f1;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 140px;
 flex: 1 1 140px;
 min-height: 2.6rem;
}

.form_who_see .form_who_see_icon_set svg {
 width: 16px !important;
 height: 16px !important;
 fill: #f65169 !important;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-left: 0px;
}

.form_who_see_icon_set {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 5px;
}

.form_btn:hover,
.form_who_see:hover,
.i_pb_emojis:hover,
.i_pb_premiumPost:hover,
.i_ai_generate:hover {
 background-color: #f7f5ef;
}

.form_who_see svg {
 width: 9px !important;
 height: 9px !important;
 fill: #000000;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-left: 5px;
}

.i_choose_ws_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: absolute;
 width: 100%;
 min-width: 200px;
 padding-bottom: 15px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 margin-top: 60px;
 left: 0px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 z-index: 5;
 display: none;
}

.whoSeeBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.i_whoseech_menu_item_out svg {
 width: 18px !important;
 height: 18px !important;
 fill: #858fad;
 margin-right: 8px;
}

.i_whoseech_menu_item_out {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 14px;
 color: #444444;
 font-weight: 400;
 padding: 15px;
}

.i_whoseech_menu_item_out svg {
 width: 18px;
 height: 18px;
 fill: #858fad;
 margin-right: 8px;
}

.i_whoseech_menu_item_out:hover svg {
 fill: #f65169;
}

.i_whoseech_menu_item_out:hover {
 background-color: #F0F1F5;
 color: #f65169;
}

.whctt {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 font-weight: 500;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
 padding: 15px 20px;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 background-color: #F0F2F5;
}

.publish_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 background-color: #1e88e5;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 margin-left: 8px;
 padding: 0.6rem 1rem;
 min-height: 2.6rem;
 text-transform: capitalize;
 cursor: pointer;
}

.publish_btn:hover {
 background-color: #1170c4;
}

.publish svg {
 width: 17px;
 height: 17px;
 fill: #ffffff;
 margin-right: 5px;
}

/* Action row alignment */
.i_form_buttons > .i_create_new_toggle,
.i_form_buttons > .form_who_see,
.i_form_buttons > .publish_btn,
.i_form_buttons > .form_btn {
 height: 44px;
 min-height: 44px;
 line-height: 1;
}
.form_who_see {
 padding: 0 14px;
}
.publish_btn {
 padding: 0 16px;
}

@media screen and (max-width: 768px) {
 .i_form_buttons {
 grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
 grid-auto-rows: minmax(44px, auto);
 gap: 8px;
 }
 .i_form_buttons > .publish_btn,
 .i_form_buttons > .i_create_new_toggle,
 .i_form_buttons > .form_who_see,
 .i_form_buttons > .form_btn {
 width: 100%;
 margin-left: 0;
 padding-left: 12px;
 padding-right: 12px;
 }
 .publish_btn {
 min-height: 44px;
 }
 .i_create_new_toggle,
 .form_who_see {
 min-height: 44px;
 }
}

.wselected {
 font-weight: 600;
 color: #f65169;
}

.wselected svg {
 fill: #f65169 !important;
}

.wBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_uploaded_iv {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-top: 1px solid #F0F2F5;
 border-bottom: 1px solid #F0F2F5;
 margin-top: 15px;
 position: relative;
}

.i_uploaded_file_box {
 display: inline-block;
 width: 100%;
 position: relative;
}

.i_uploaded_item {
 position: relative;
 float: left;
 width: calc(25% - 1px);
 width: -moz-calc(100%/4 - 1px);
 padding: 3px;
}

.i_uploaded_file {
 position: relative;
 padding-top: 100%;
 width: 100%;
 overflow: hidden;
 margin: 1px;
 background-size: cover;
 background-position: center;
 border-radius: 10px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.i_file {
 position: absolute;
 display: block;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 opacity: 0;
}

.i_uploaded_file:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 z-index: 1;
}

.i_delete_item_button {
 position: absolute;
 z-index: 2;
 right: 10px;
 top: 10px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 padding: 10px;
 cursor: pointer;
}

.i_delete_item_button svg {
 width: 13px;
 height: 13px;
 fill: #ffffff;
}

.i_upload_progress {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: absolute;
 top: -4px;
 height: 6px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 left: 0px;
 z-index: 6;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 width: 0;
 overflow: hidden;
 background-size: 180% 100%;
 -webkit-transition: width .35s ease;
 transition: width .35s ease;
}

.i_upload_progress.is-hidden {
 display: none;
}

.i_upload_progress.is-live {
 -webkit-animation: dizzy-upload-shimmer 2s linear infinite;
 animation: dizzy-upload-shimmer 2s linear infinite;
}

.i_upload_progress.is-indeterminate {
 width: 38%;
 -webkit-animation: dizzy-upload-indeterminate 1.4s ease-in-out infinite, dizzy-upload-shimmer 2s linear infinite;
 animation: dizzy-upload-indeterminate 1.4s ease-in-out infinite, dizzy-upload-shimmer 2s linear infinite;
}

.i_upload_progress.processing-animation {
 width: 68%;
 -webkit-animation: dizzy-upload-processing 1.8s ease-in-out infinite, dizzy-upload-shimmer 2s linear infinite;
 animation: dizzy-upload-processing 1.8s ease-in-out infinite, dizzy-upload-shimmer 2s linear infinite;
}

.dizzy-upload-status {
 display: block;
 position: relative;
 margin-top: 0;
 padding: 18px 20px 16px;
 border: 1px solid rgba(246, 81, 105, 0.12);
 border-radius: 22px;
 background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.94));
 -webkit-box-shadow: none;
 box-shadow: none;
 overflow: hidden;
}

.dizzy-upload-status:before {
 content: "";
 position: absolute;
 top: -42px;
 right: -20px;
 width: 120px;
 height: 120px;
 border-radius: 50%;
 background: radial-gradient(circle, rgba(250, 180, 41, 0.18), rgba(250, 180, 41, 0));
}

.dizzy-upload-status__head {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 position: relative;
 z-index: 1;
}

.dizzy-upload-status__title {
 color: #1d2742;
 font-size: 17px;
 font-weight: 700;
 line-height: 1.3;
}

.dizzy-upload-status__percent {
 min-width: 48px;
 color: #f65169;
 text-align: right;
 font-size: 15px;
 font-weight: 700;
 line-height: 1;
 letter-spacing: .02em;
 opacity: .92;
}

.dizzy-upload-status__hint {
 margin-top: 8px;
 color: #525c7a;
 font-size: 14px;
 line-height: 1.45;
 position: relative;
 z-index: 1;
 max-width: 520px;
}

.dizzy-upload-status.is-active .dizzy-upload-status__title {
 color: #202c4d;
}

.dizzy-upload-status.is-processing .dizzy-upload-status__percent {
 opacity: .92;
}

.dizzy-upload-status.is-error .dizzy-upload-status__percent {
 color: #c63f56;
}

.dizzy-upload-status.is-done .dizzy-upload-status__percent {
 color: #1ea672;
}

.dizzy-upload-status.is-done {
 position: absolute;
 top: 12px;
 right: 12px;
 width: auto;
 min-width: 220px;
 max-width: min(280px, calc(100% - 24px));
 padding: 14px 18px;
 border-radius: 18px;
 z-index: 4;
 background: rgba(255, 255, 255, 0.96);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
}

.dizzy-upload-status.is-done:before {
 top: -36px;
 right: -28px;
 width: 96px;
 height: 96px;
}

.dizzy-upload-status.is-done .dizzy-upload-status__head {
 gap: 16px;
}

.dizzy-upload-status.is-done .dizzy-upload-status__title {
 font-size: 15px;
}

.dizzy-upload-status.is-done .dizzy-upload-status__percent {
 min-width: 52px;
 font-size: 14px;
}

.dizzy-upload-status.is-done .dizzy-upload-status__hint {
 display: none;
}

@-webkit-keyframes dizzy-upload-shimmer {
 0% {
 background-position: 0 0;
 }
 100% {
 background-position: 180% 0;
 }
}

@keyframes dizzy-upload-shimmer {
 0% {
 background-position: 0 0;
 }
 100% {
 background-position: 180% 0;
 }
}

@-webkit-keyframes dizzy-upload-indeterminate {
 0% {
 left: 0;
 width: 20%;
 }
 50% {
 left: 28%;
 width: 42%;
 }
 100% {
 left: 74%;
 width: 20%;
 }
}

@keyframes dizzy-upload-indeterminate {
 0% {
 left: 0;
 width: 20%;
 }
 50% {
 left: 28%;
 width: 42%;
 }
 100% {
 left: 74%;
 width: 20%;
 }
}

@-webkit-keyframes dizzy-upload-processing {
 0% {
 left: 10%;
 width: 26%;
 }
 50% {
 left: 34%;
 width: 38%;
 }
 100% {
 left: 62%;
 width: 26%;
 }
}

@keyframes dizzy-upload-processing {
 0% {
 left: 10%;
 width: 26%;
 }
 50% {
 left: 34%;
 width: 38%;
 }
 100% {
 left: 62%;
 width: 26%;
 }
}

.video_n {
 position: absolute;
 top: 10px;
 left: 10px;
 padding: 5px;
 z-index: 2;
}

.video_n svg {
 width: 15px;
 height: 15px;
 fill: #ffffff;
 -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.1);
}

.v_custom_tumb {
 margin-top: 5px;
 padding: 8px;
 border-radius: 10px;
 width: 100%;
 background-color: #F0F2F5;
 color: #000000;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
}

.noPost {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 padding: 30px;
 margin-bottom:15px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.noPostIcon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100px;
 height: 100px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.noPostIcon svg {
 width: 100px;
 height: 100px;
}

.noPostNote {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 text-align: center;
 font-weight: 600;
 font-family: inherit;
 color: #858fad;
 font-size: 14px;
 line-height: 1.5rem;
}

.ccounter {
 font-weight: 400;
 font-size: 13px;
 color: #ffffff;
 background-color: #f65169;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 8px;
}

.playbutton {
 cursor: pointer;
 margin: auto auto;
 width: 55px;
 height: 55px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 3;
}

.playbutton svg {
 width: 55px;
 height: 55px;
 fill: #ffffff;
 -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
 filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}

.i_inline_play_overlay {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 56px;
 height: 56px;
 margin: 0;
 border-radius: 0;
 transform: translate(-50%, -50%) scale(0.96);
 z-index: 7;
 cursor: pointer;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background: transparent;
 border: 0;
 box-shadow: none;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
 transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
 transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
 transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}

.i_inline_audio_toggle,
.i_inline_expand_toggle {
 position: absolute;
 top: 12px;
 right: 12px;
 width: 40px;
 height: 40px;
 border: 0;
 border-radius: 999px;
 background: rgba(6, 11, 20, 0.5);
 -webkit-backdrop-filter: blur(6px);
 backdrop-filter: blur(6px);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 0;
 margin: 0;
 z-index: 40;
 cursor: pointer;
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
 opacity: 1 !important;
 visibility: visible !important;
 display: flex !important;
 pointer-events: auto !important;
 -webkit-transition: background-color 0.18s ease, -webkit-transform 0.18s ease;
 transition: background-color 0.18s ease, -webkit-transform 0.18s ease;
 transition: background-color 0.18s ease, transform 0.18s ease;
 transition: background-color 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}

.i_inline_expand_toggle {
 top: 58px;
}

.i_inline_audio_toggle:hover,
.i_inline_expand_toggle:hover {
 background: rgba(6, 11, 20, 0.44);
}

.i_inline_audio_toggle:active,
.i_inline_expand_toggle:active {
 transform: scale(0.96);
}

.i_inline_audio_toggle:focus-visible,
.i_inline_expand_toggle:focus-visible {
 outline: 2px solid rgba(84, 163, 255, 0.9);
 outline-offset: 2px;
}

.i_inline_audio_toggle svg,
.i_inline_expand_toggle svg {
 width: 16px;
 height: 16px;
 fill: #ffffff;
 display: block !important;
}

.i_post_image_swip_wrapper.inline_video_mode .i_inline_audio_toggle,
.i_post_image_swip_wrapper.inline_video_mode .i_inline_expand_toggle {
 z-index: 60 !important;
}

.i_post_image_swip_wrapper .i_inline_video_shell.i_inline_controls_fixed:not(.is-inline-expanded) .i_inline_audio_toggle,
.i_post_image_swip_wrapper .i_inline_video_shell.i_inline_controls_fixed:not(.is-inline-expanded) .i_inline_expand_toggle {
 position: fixed;
 right: auto;
 z-index: 1200 !important;
}

.i_post_image_swip_wrapper .i_inline_video_shell.i_inline_controls_fixed:not(.is-inline-expanded) .i_inline_audio_toggle {
 top: var(--i-inline-audio-fixed-top, var(--i-inline-controls-fixed-top, 90px));
 left: var(--i-inline-audio-fixed-left, auto);
}

.i_post_image_swip_wrapper .i_inline_video_shell.i_inline_controls_fixed:not(.is-inline-expanded) .i_inline_expand_toggle {
 top: var(--i-inline-expand-fixed-top, calc(var(--i-inline-controls-fixed-top, 90px) + 46px));
 left: var(--i-inline-expand-fixed-left, auto);
}

.i_inline_play_overlay svg {
 width: 55px;
 height: 55px;
 fill: #ffffff;
 -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
 filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
}

.i_inline_play_overlay .i_inline_play_fallback {
 font-size: 34px;
 line-height: 1;
 color: #ffffff;
 margin-left: 2px;
}

.i_inline_play_overlay.is-visible {
 opacity: 1;
 visibility: visible;
 pointer-events: auto;
 transform: translate(-50%, -50%) scale(1);
}

.i_inline_play_overlay.is-visible:hover {
 transform: translate(-50%, -50%) scale(1.04);
}

.i_post_image_swip_wrapper.inline_video_mode {
 cursor: default;
 background-image: none !important;
 background-color: #050607;
}

.i_image_one_full .i_post_image_swip_wrapper.inline_video_mode.inline_video_full_mode {
 display: block;
 width: 100%;
 height: 0;
 padding-top: var(--inline-video-padding, 56.25%);
 overflow: hidden;
 background: #050607 !important;
}

.i_post_image_swip_wrapper.inline_video_mode .playbutton,
.i_post_image_swip_wrapper.inline_video_mode .i_p_image {
 display: none;
}

.i_post_image_swip_wrapper.inline_video_mode .video-js .vjs-big-play-button {
 display: none !important;
}

.i_post_image_swip_wrapper .i_inline_video_shell {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 4;
 background: radial-gradient(circle at 20% 0, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.95));
}

html.i_inline_video_modal_open,
body.i_inline_video_modal_open {
 overflow: hidden !important;
 overscroll-behavior: contain;
}

.i_post_image_swip_wrapper .i_inline_video_shell.is-inline-expanded {
 position: fixed;
 inset: 0;
 width: 100vw;
 height: 100vh;
 border-radius: 0;
 z-index: 16000;
 background: #000;
}

.i_post_image_swip_wrapper .i_inline_video_shell.is-inline-expanded .i_inline_video_player {
 -o-object-fit: contain;
 object-fit: contain;
}

.i_post_image_swip_wrapper .i_inline_video_shell.is-inline-expanded .video-js,
.i_post_image_swip_wrapper .i_inline_video_shell.is-inline-expanded .video-js .vjs-tech {
 width: 100% !important;
 height: 100% !important;
}

.i_post_image_swip_wrapper .i_inline_video_shell.is-inline-expanded .video-js .vjs-tech {
 -o-object-fit: contain;
 object-fit: contain;
}

.i_post_image_swip_wrapper .i_inline_video_shell.is-inline-expanded .i_inline_audio_toggle {
 top: 12px;
 right: 12px;
}

.i_post_image_swip_wrapper .i_inline_video_shell.is-inline-expanded .i_inline_expand_toggle {
 top: 58px;
 right: 12px;
}

.i_post_image_swip_wrapper .i_inline_video_player {
 width: 100% !important;
 height: 100% !important;
 display: block;
 -o-object-fit: cover;
 object-fit: cover;
 background: #000;
}

.i_image_one_full .i_post_image_swip_wrapper.inline_video_mode.inline_video_full_mode .i_inline_video_player {
 -o-object-fit: contain;
 object-fit: contain;
}

:root {
 --dizzy-player-accent: #2f8cff;
}

.video-js.dizzy-pro-video,
.lg-outer .video-js {
 border-radius: 14px;
 overflow: hidden;
 background-color: #050607;
}

.video-js.dizzy-pro-video .vjs-tech,
.lg-outer .video-js .vjs-tech {
 border-radius: 14px;
}

.video-js.dizzy-pro-video .vjs-control-bar,
.lg-outer .video-js .vjs-control-bar {
 height: 3.6em;
 padding: 0 0.55em;
 background: linear-gradient(180deg, rgba(4, 8, 15, 0.05) 0%, rgba(4, 8, 15, 0.92) 65%, rgba(4, 8, 15, 0.98) 100%);
 -webkit-backdrop-filter: blur(8px);
 backdrop-filter: blur(8px);
}

.video-js.dizzy-pro-video .vjs-big-play-button,
.lg-outer .video-js .vjs-big-play-button {
 top: 50%;
 left: 50%;
 width: 74px;
 height: 74px;
 line-height: 74px;
 margin: 0;
 border: 0;
 border-radius: 999px;
 transform: translate(-50%, -50%);
 background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.05) 35%), linear-gradient(135deg, var(--dizzy-player-accent) 0%, #125ecc 100%);
 box-shadow: 0 14px 30px rgba(8, 17, 32, 0.45);
}

.video-js.dizzy-pro-video:hover .vjs-big-play-button,
.lg-outer .video-js:hover .vjs-big-play-button {
 transform: translate(-50%, -50%) scale(1.04);
}

.video-js.dizzy-pro-video .vjs-play-progress,
.video-js.dizzy-pro-video .vjs-volume-level,
.lg-outer .video-js .vjs-play-progress,
.lg-outer .video-js .vjs-volume-level {
 background-color: var(--dizzy-player-accent);
}

.video-js.dizzy-pro-video .vjs-slider,
.lg-outer .video-js .vjs-slider {
 border-radius: 999px;
}

.video-js.dizzy-pro-video .vjs-progress-holder,
.lg-outer .video-js .vjs-progress-holder {
 height: 0.5em;
 border-radius: 999px;
}

.video-js.dizzy-pro-video .vjs-load-progress div,
.lg-outer .video-js .vjs-load-progress div {
 background: rgba(255, 255, 255, 0.26);
}

.video-js.dizzy-pro-video .vjs-control:hover,
.video-js.dizzy-pro-video .vjs-control:focus,
.lg-outer .video-js .vjs-control:hover,
.lg-outer .video-js .vjs-control:focus {
 color: #ffffff;
 text-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
}

.video-js.dizzy-pro-video .vjs-menu .vjs-menu-content,
.lg-outer .video-js .vjs-menu .vjs-menu-content {
 border-radius: 10px;
 background: rgba(9, 16, 28, 0.92);
 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
}

.onlySubs {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.51);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 z-index: 4;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
}

.i_post_text > .onlySubs,
.poll_wrapper > .onlySubs {
 position: relative;
 overflow: hidden;
 border-radius: 10px;
 -webkit-border-radius:10px;
}

.i_post_text > .onlySubs .onlySubs,
.i_post_text > .onlySubs .onlyPremium,
.poll_wrapper > .onlySubs .onlySubs,
.poll_wrapper > .onlySubs .onlyPremium {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}

.onlyPremium {
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.51);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 z-index: 4;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
}

.onlySubsWrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 text-align: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.onlySubs_icon {
 margin: 0px auto;
 border: 1px solid #f65169;
 background: rgba(246, 81, 105, 0.2);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 padding: 25px;
}

.onlySubs_icon svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 60px;
 height: 60px;
 fill: #ffffff;
}

.onlySubs_note {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding-top: 10px;
 text-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #ffffff;
 font-family: inherit;
 font-size: 14px;
 font-weight: 500;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.onlySubs_note p {
 padding: 3px;
 margin: 0px;
}

.locked_content_card {
 width: 100%;
 min-height: 220px;
 padding: 24px;
 border-radius: 18px;
 border: 1px solid #dfe6f2;
 background: linear-gradient(135deg, rgba(246, 81, 105, 0.08), rgba(250, 180, 41, 0.08)), #ffffff;
 box-shadow: 0 14px 34px rgba(82, 92, 122, 0.12);
 display: flex;
 display: -webkit-flex;
 flex-direction: column;
 justify-content: space-between;
 gap: 20px;
}

.locked_content_top {
 gap: 16px;
}

.locked_content_icon {
 width: 76px;
 height: 76px;
 flex: 0 0 76px;
 border-radius: 22px;
 background: #fff5f7;
 border: 1px solid rgba(246, 81, 105, 0.18);
 box-shadow: 0 12px 24px rgba(246, 81, 105, 0.12);
}

.locked_content_link .locked_content_icon {
 background: #f2f6ff;
 border-color: rgba(34, 118, 225, 0.16);
 box-shadow: 0 12px 24px rgba(34, 118, 225, 0.1);
}

.locked_content_icon svg {
 width: 34px;
 height: 34px;
 fill: #f65169;
}

.locked_content_link .locked_content_icon svg {
 fill: #2276e1;
}

.locked_content_meta {
 min-width: 0;
 text-align: left;
}

.locked_content_badge {
 display: inline-flex;
 align-items: center;
 min-height: 28px;
 padding: 0 11px;
 margin-bottom: 9px;
 border-radius: 999px;
 background: rgba(246, 81, 105, 0.12);
 color: #f65169;
 font-size: 12px;
 font-weight: 800;
 text-transform: uppercase;
}

.locked_content_subscriber .locked_content_badge {
 background: rgba(34, 118, 225, 0.12);
 color: #2276e1;
}

.locked_content_title {
 color: #101827;
 font-size: 21px;
 font-weight: 850;
 line-height: 1.2;
 margin-bottom: 7px;
}

.locked_content_desc {
 color: #657085;
 font-size: 14px;
 line-height: 1.45;
}

.locked_content_actions {
 gap: 10px;
 flex-wrap: wrap;
}

.locked_content_price,
.locked_content_button {
 min-height: 42px;
 padding: 0 15px;
 border-radius: 13px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 7px;
 font-size: 14px;
 font-weight: 800;
}

.locked_content_price {
 background: #101827;
 color: #ffffff;
}

.locked_content_button {
 cursor: pointer;
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 box-shadow: 0 10px 18px rgba(246, 81, 105, 0.2);
}

.locked_content_button_secondary {
 background: #eff5ff;
 color: #2276e1;
 box-shadow: none;
}

.locked_content_button svg {
 width: 17px;
 height: 17px;
 fill: currentColor;
}

@media (max-width: 640px) {
 .locked_content_card {
 min-height: 210px;
 padding: 20px;
 border-radius: 16px;
 }

 .locked_content_top {
 align-items: flex-start;
 }

 .locked_content_icon {
 width: 62px;
 height: 62px;
 flex-basis: 62px;
 border-radius: 18px;
 }

 .locked_content_icon svg {
 width: 28px;
 height: 28px;
 }

 .locked_content_title {
 font-size: 18px;
 }

 .locked_content_actions {
 align-items: stretch;
 }

 .locked_content_price,
 .locked_content_button {
 min-height: 40px;
 flex: 1 1 auto;
 }
}

.need_login {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 padding: 20px 10px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: inherit;
 font-weight: 600;
 color: #525c7a;
 font-size: 14px;
 background-color: #F0F2F5;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}

.extensionPost {
 border-top: 8px solid #f65169;

}

.i_modal_bg_in,
.i_moda_bg_in_form {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1000;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 visibility: hidden;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -ms-flex-align: center;
 -webkit-box-align: center;
 align-items: center;
 overflow: hidden;
 -webkit-overflow-scrolling: touch;
 background: rgba(0, 0, 0, 0.8);
 opacity: 0;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 cursor: pointer;
 -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 z-index: 2000 !important;
 background: rgba(0, 0, 0, 0.51);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 overflow-y: scroll;
 padding: 5px 0px;
 -webkit-transition: -webkit-transform 0.2s ease;
 transition: -webkit-transform 0.2s ease;
 transition: transform 0.2s ease;
 transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.i_modal_cover_resize_bg_in,
.i_modal_avatar_resize_bg_in {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 visibility: hidden;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -ms-flex-align: center;
 -webkit-box-align: center;
 align-items: center;
 overflow: hidden;
 -webkit-overflow-scrolling: touch;
 background: rgba(0, 0, 0, 0.8);
 opacity: 0;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 cursor: pointer;
 -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.01);
 z-index: 2001 !important;
 background: rgba(0, 0, 0, 0.51);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 overflow-y: scroll;
 padding: 5px 0px;
 -webkit-transition: -webkit-transform 0.2s ease;
 transition: -webkit-transform 0.2s ease;
 transition: transform 0.2s ease;
 transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.i_modal_cover_resize_bg_in .i_modal_in_in {
 width: 100%;
 max-width: 650px;
 border-radius: 8px;
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_modal_cover_resize_bg_in .i_modal_in_in {
 -webkit-transform: scale(1);
 transform: scale(1);
}

.i_modal_avatar_resize_bg_in .i_modal_in_in {
 width: 100%;
 max-width: 650px;
 border-radius: 8px;
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_modal_avatar_resize_bg_in .i_modal_in_in {
 -webkit-transform: scale(1);
 transform: scale(1);
}

.i_modal_display_in {
 visibility: visible;
 opacity: 1;
 -webkit-backdrop-filter: blur(20px);
 backdrop-filter: blur(20px);
}

.i_modal_in_in {
 position: relative;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 margin-top: auto;
 margin-bottom: auto;
 width: 60%;
 border-radius: 4px;
 background: #ffffff;
 opacity: 1;
 cursor: auto;
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}

.i_modal_display_in .i_modal_in_in {
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 -webkit-transform: scale(1);
 transform: scale(1);
}

.i_modal_bg_in .i_modal_in_in {
 width: 100%;
 max-width: 650px;
 border-radius: 8px;
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_modal_bg_in .i_modal_in_in {
 -webkit-transform: scale(1);
 transform: scale(1);
}

.i_moda_bg_in_form .i_modal_in_in {
 width: 100%;
 max-width: 650px;
 border-radius: 8px;
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
}

.i_modal_display_in .i_moda_bg_in_form .i_modal_in_in {
 -webkit-transform: scale(1);
 transform: scale(1);
}

.i_modal_g_header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #F0F2F5;
 padding: 20px;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 font-weight: 600;
 font-size: 18px;
 text-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: inherit;
}

.i_modal_ac_header {
 display: inline-block;
 width: 100%;
 background-color: #F0F2F5;
 padding: 20px;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 font-weight: 600;
 font-size: 18px;
 text-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: inherit;
}

.i_more_text_wrapper {
 display: inline-block;
 width: 100%;
 padding: 20px;
}

.more_textarea {
 outline: none;
 resize: none;
 border: 2px solid #F0F2F5;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 background-color: transparent;
 min-height: 18px;
 font-family: inherit;
 color: #000000;
 padding: 15px;
 width: 100%;
 font-size: 15px;
}

.i_sharing_post_wrapper {
 display: inline-block;
 width: 100%;
 padding: 20px;
 padding-top: 0px;
}

.i_shared_post_wrapper {
 display: inline-block;
 width: 100%;
 padding-top: 0px;
}

.i_sharing_post_wrapper_in {
 display: inline-block;
 overflow: hidden;
 border: 2px solid #F0F2F5;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 width: 100%;
}

.i_modal_g_footer {
 display: inline-block;
 background-color: #F0F2F5;
 padding: 10px 20px;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 font-weight: 600;
 font-size: 18px;
 font-family: inherit;
 width: 100%;
}

.shareBtn {
 padding: 13px 20px;
 background-color: #1e88e5;
 color: #ffffff;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 cursor: pointer;
 float: right;
}

.shareBtn:hover {
 background-color: #1170c4;
}

.empty_data_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 background-color: #fafafa;
}

.empty_data_icon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
 border-right: 2px solid #F0F2F5;
 padding: 20px;
}

.empty_data_icon svg {
 width: 50px;
 height: 50px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.empty_data_desc_cont {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.empty_data_desc_title {
 display: inline-block;
 width: 100%;
 font-weight: 600;
 font-size: 15px;
 color: #000000;
 font-family: inherit;
 margin-bottom: 8px;
}

.empty_data_desc_des {
 display: inline-block;
 width: 100%;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
 color: #525c7a;
}

.shareClose,
.coverCropClose {
 position: absolute;
 padding: 15px;
 text-align: center;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 z-index: 1;
 right: 10px;
 top: 6px;
 cursor: pointer;
}

.shareClose svg,
.coverCropClose svg {
 fill: #525c7a;
 width: 18px;
 height: 18px;
}

.shareClose:hover,
.coverCropClose:hover {
 background-color: #E4E6EB;
}

.i_modal_display_in .i_modal_in_in_out {
 -webkit-animation: zoomOut 0.3s ease-in-out 0.3s;
 animation: zoomOut 0.3s ease-in-out 0.3s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

.i_bottom_left_alert_container {
 position: fixed;
 left: 10px;
 bottom: 10px;
 background-color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 z-index: 99999999;
 width: 100%;
 max-width: 360px;
}

.warning_alert {
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 border-top: 8px solid #f65169;
}

.notice_alert {
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 border-top: 8px solid #7a0a1b;
}

.i_alert_close {
 position: absolute;
 right: 10px;
 top: 10px;
 padding: 8px;
 cursor: pointer;
 z-index: 1;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_alert_close:hover {
 background-color: #F0F1F5;
}

.i_alert_close svg {
 width: 15px;
 height: 15px;
 fill: #858fad;
}

.i_alert_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 position: relative;
 padding: 10px 15px;
 padding-top: 30px;
}

.i_alert_icon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_alert_icon svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 28px;
 height: 28px;
 fill: #f65169;
}

.i_alert_icon_tick {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_alert_icon_tick svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 28px;
 height: 28px;
 fill: #43a047;
}

.i_alert_notes {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 width: 100%;
}

.i_alert_title {
 display: inline-block;
 margin-bottom: 5px;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 color: #000000;
 text-align: left;
}

.i_alert_desc {
 display: inline-block;
 margin-bottom: 5px;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 text-align: left;
}

.i_warning,
.i_warning_point,
.i_warning_point_two,
.i_warning_prmfl,
.i_warning_unsupported,
.i_warning_ai,
.i_warning_ai_credit,
.i_warning_poll,
.i_warning_poll_edit,
.i_warning_schedule,
.i_upload_warning {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #f65169;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 margin-bottom: 10px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #ffffff;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
 padding: 15px;
 display: none;
 text-align: center;
}

.i_wcs_in {
 display: inline-block;
 width: 100%;
 padding-top: 15px;
}

.who_can_see_pop_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 cursor: pointer;
 position: relative;
 margin-bottom: 10px;
}

.who_can_see_pop_item:hover {
 background-color: #F0F2F5;
}

.whoCanSeeIcon {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #E4E6EB;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.whoCanSeeIcon svg {
 width: 24px;
 height: 24px;
 fill: #000000;
}

.whoCanSeeTit {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: inherit;
 font-weight: 500;
 font-size: 16px;
 color: #000000;
 padding-left: 10px;
}

.i_whoCC {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: relative;
 margin-left: auto;
}

.whoCC {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: absolute;
 right: 10px;
 top: 0px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-top: -6px;
}

.whoCCbox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.whoCCboxActive {
 width: 15px;
 height: 15px;
 background-color: #f65169;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.whoCCboxActive::after {
 position: absolute;
 content: "";
 width: 23px;
 height: 23px;
 border: 2px solid #f65169;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 top: -4px;
 left: -4px;
}

.whoCCboxPassive {
 width: 15px;
 height: 15px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.whoCCboxPassive::after {
 position: absolute;
 content: "";
 width: 23px;
 height: 23px;
 border: 2px solid #E4E6EB;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 top: -4px;
 left: -4px;
}

.selectedWhoCanSee {
 background-color: rgba(246, 81, 105, 0.07);
}

.i_delete_post_description {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 padding: 40px 20px;
 font-weight: 500;
 font-size: 15px;
 color: #000000;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.i_report_notification_detail {
 display: block;
 text-align: left;
 white-space: pre-wrap;
 word-break: break-word;
 line-height: 1.55;
 max-height: 260px;
 overflow-y: auto;
}

.i_report_notification_go {
 text-decoration: none;
}

.alertBtnRight {
 padding: 13px 20px;
 background-color: #1e88e5;
 color: #ffffff;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 cursor: pointer;
 float: right;
}

.alertBtnRight:hover {
 background-color: #1170c4;
}

.alertBtnLeft {
 padding: 13px 20px;
 background-color: #858fad;
 color: #ffffff;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 cursor: pointer;
 float: right;
 margin-right: 20px;
}

.alertBtnLeft:hover {
 background-color: #525c7a;
}

.i_no_post_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.i_post_suggest_title {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 0px;
 font-weight: 500;
 font-size: 17px;
 font-family: inherit;
 border-bottom: 1px solid #b3b9cc;
}

.i_post_suggest_title a {
 color: #f65169;
 font-weight: 600;
 text-decoration: none;
 padding: 0px 5px;
}

.i_post_suggest_title a:hover {
 text-decoration: underline;
}

.i_posts_suggestions_container {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 20px 0px;
 overflow: auto;
}

.i_suggested_post_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 width: calc(33.3333333333% - 0px);
 width: -ms-calc(100% / 3 - 0px);
 padding: 2px;
 float: left;
}

.i_suggested_post_file {
 position: relative;
 padding-top: 100%;
 width: 100%;
 overflow: hidden;
 background-size: cover;
 background-position: center;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 background-color: #ffffff;
}

.onlySubsSuggestion {
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.51);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 z-index: 4;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 top: 0px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.onlySubsSuggestionWrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 text-align: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.onlySubsSuggestion_icon {
 margin: 0px auto;
 border: 1px solid #f65169;
 background: rgba(246, 81, 105, 0.2);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 padding: 15px;
}

.onlySubsSuggestion_icon svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 30px;
 height: 30px;
 fill: #ffffff;
}

.i_pined_post {
 position: absolute;
 padding: 5px;
 left: 2px;
 top: -2px;
}

.i_pined_post svg {
 width: 17px;
 height: 17px;
}

.c_in_like svg {
 fill: #858fad;
}

.c_in_like:hover svg {
 fill: #f65169;
}

.c_in_unlike svg {
 fill: #f65169;
}

.c_in_unlike:hover svg {
 fill: #858fad;
}

.i_pb_emojis {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 2.5rem;
 height: 2.5rem;
 aspect-ratio: 1 / 1;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background-color: #ffffff;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 font-weight: 500;
 padding: 0.35rem;
 cursor: pointer;
 margin-left: 0px;
 border: 1px solid #e5e9f1;
 gap: 6px;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
}

.i_pb_premiumPost {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 2.5rem;
 height: 2.5rem;
 aspect-ratio: 1 / 1;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background-color: #ffffff;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 font-weight: 500;
 padding: 0.35rem;
 cursor: pointer;
 margin-left: 0px;
 border: 1px solid #e5e9f1;
 gap: 6px;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
}

.i_pb_premiumPost:hover {
 background-color: #e0e3eb;
 border-color: #e5e9f1;
}

.i_pb_premiumPostBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 width: 100%;
 height: 100%;
}

.i_pb_premium_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
 height: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 background: rgba(255, 255, 255, 0.24);
}

.i_pb_premium_box svg {
 width: 18px;
 height: 18px;
 fill: #f65169;
}

.i_pb_emojisBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.i_pb_emojis_Box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_pb_emojis_Box svg {
 width: 18px;
 height: 18px;
 fill: #f65169;
}

.emojiBox {
 position: absolute;
 width: 100%;
 max-width: 320px;
 min-width: 320px;
 height: 350px;
 background-color: #ffffff;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 z-index: 5;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 margin-top: 115px;
 overflow-y: scroll;
}

.emojis_Container {
 padding: 5px;
}

.emoji_item,
.emoji_item_c,
.emoji_item_m {
 display: inline-block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px;
 font-size: 35px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 cursor: pointer;
}

.emoji_item:hover,
.emoji_item_c:hover,
.sticker:hover,
.emoji_item_m:hover {
 background-color: #e0e3eb;
}

.emTitle {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: left;
 padding: 10px;
 color: #444444;
 font-weight: 700;
 font-size: 14px;
 background-color: #F0F2F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
}

.emojiBoxC {
 position: absolute;
 right: 0px;
 top: 0px;
 width: 350px;
 height: 380px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 z-index: 5;
 overflow-y: scroll;
}

.stickersContainer {
 position: absolute;
 right: 0px;
 top: 0px;
 width: 350px;
 height: 380px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 z-index: 5;
 overflow-y: scroll;
}

.comment_picker_open_down {
 top: 40px;
 bottom: auto;
}

.comment_picker_open_up {
 top: auto;
 bottom: 42px;
}

@media (max-width: 640px) {
 .emojiBoxC,
 .stickersContainer {
 width: min(360px, calc(100vw - 28px));
 height: min(380px, 56vh);
 right: 0;
 border-radius: 18px;
 -webkit-border-radius: 18px;
 z-index: 25;
 -webkit-box-shadow: 0 18px 46px rgba(15, 23, 42, 0.22);
 box-shadow: 0 18px 46px rgba(15, 23, 42, 0.22);
 }

 .comment_picker_open_down {
 top: 42px;
 bottom: auto;
 }

 .comment_picker_open_up {
 top: auto;
 bottom: 44px;
 }
}

.stickers_wrapper {
 padding: 5px;
}

.stickers_wrapper .sticker {
 display: inline-block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 overflow: hidden;
 cursor: pointer;
 width: 100%;
 width: calc(25% - 5px);
 width: -o-calc(100% / 4 - 5px);
 width: -ms-calc(100% / 4 - 5px);
}

.stickers_wrapper .sticker img {
 position: relative;
 width: 100%;
}

.emptyStickerArea,
.emptyGifArea {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 position: relative;
}

.in_gif_wrapper {
 display: inline-block;
 margin-top: 10px;
 margin-left: 50px;
 padding: 0px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 overflow: hidden;
}

.in_gif_wrapper img {
 display: block;
}

.in_sticker_wrapper {
 display: inline-block;
 margin-top: 10px;
 margin-left: 50px;
 background-color: #e0e3eb;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.in_sticker_wrapper img {
 width: 80px;
 height: 80px;
 overflow: hidden;
}

.removeSticker,
.removeGif {
 position: absolute;
 padding: 10px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #F0F2F5;
 right: 10px;
 top: 8px;
 cursor: pointer;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.removeSticker:hover,
.removeGif {
 background-color: #E4E6EB;
}

.removeSticker svg,
.removeGif svg {
 width: 13px;
 height: 13px;
 fill: #000000;
}

.comment_file,
.comment_gif_file {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 8px;
 padding-left: 0px;
}

.comment_file img {
 width: 80px;
 height: 80px;
 overflow: hidden;
}

.comment_gif_file img {
 width: 100%;
 max-width: 200px;
 height: 100%;
 overflow: hidden;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.highlightLink {
 font-weight: 500;
 color: #1d4ed8;
}

.i_post_text a,
.i_comment_text_content a,
.i_user_comment_text a {
 font-weight: 600;
 text-decoration: none;
 font-size: 14px;
 color: #1d4ed8;
}

.i_post_text a:hover,
.i_comment_text_content a:hover,
.i_user_comment_text a:hover {
 text-decoration: none;
 color: #1e40af;
}

.giphy_results_container {
 /* Prevent vertical gaps */
 line-height: 0;
 -webkit-column-count: 2;
 -webkit-column-gap: 0px;
 -moz-column-count: 2;
 -moz-column-gap: 0px;
 column-count: 2;
 column-gap: 0px;
 display: table-cell;
}

.giphy_results_container img {
 /* Just in case there are inline attributes */
 width: 99% !important;
 height: auto !important;
 margin: 1px;
 border-radius: 8px;
 cursor: pointer;
}

.i_profile_container {
 display: inline-block;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_profile_cover_blur {
 position: absolute;
 width: 100%;
 height: 100%;
 max-height: 800px;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 -webkit-filter: blur(64px);
 -moz-filter: blur(64px);
 -o-filter: blur(64px);
 -ms-filter: blur(64px);
 filter: blur(64px);
 -webkit-transform: scale(1.8);
 transform: scale(1.8);
 -webkit-transform-origin: center;
 transform-origin: center;
 overflow: hidden;
}

.i_profile_i_container {
 display: -ms-flexbox;
 display: flex;
 display: -webkit-box;
 width: 100%;
 max-width: 1240px;
 margin: 0px auto;
 position: relative;
 padding-top: 30px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_profile_infos_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #ffffff;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_profile_cover {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 height: 300px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 border-top-left-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 position: relative;
}

.i_profile_avatar_container {
 position: absolute;
 bottom: -84px;
 width: 100%;
}

.i_profile_avatar_wrp {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 position: relative;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_profile_avatar {
 position: relative;
 width: 168px;
 height: 168px;
 margin: 0px auto;
 border: 3px solid #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-size: cover;
 background-position: center;
 background-color: #ffffff;
}

.i_u_profile_info {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding-top: 95px;
 padding-bottom: 20px;
}

.i_u_name {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 color: #000000;
 font-family: inherit;
 font-weight: 600;
 font-size: 20px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_u_name a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 color: #000000;
 font-family: inherit;
 font-weight: 600;
 font-size: 20px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-decoration: none;
}

.i_u_name a:hover {
 text-decoration: underline;
}

.i_u_name {
 gap: 8px;
 flex-wrap: wrap;
}

.staff_role_badge {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 line-height: 0;
}

.staff_role_badge_profile {
 margin-left: 2px;
 padding: 0;
 min-height: auto;
}

.staff_role_badge_admin {
 color: #1f4aa8;
}

.staff_role_badge_moderator {
 color: #0f766e;
}

.staff_role_badge_profile svg {
 width: 16px;
 height: 16px;
 display: block;
 fill: currentColor !important;
}

.staff_role_badge_profile svg path {
 fill: currentColor !important;
 opacity: 1 !important;
}

.i_u_name .staff_role_badge_profile .ownTooltipWrapper {
 left: 50%;
 right: auto;
 top: calc(100% + 8px);
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}

.i_u_name_mention {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 color: #000000;
 font-family: inherit;
 font-weight: 300;
 font-size: 16px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_u_name_mention a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 color: #65676B;
 font-family: inherit;
 font-weight: 300;
 font-size: 16px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-decoration: none;
}

.i_u_name_mention a:hover {
 text-decoration: underline;
}

.i_p_cards {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-top: 8px;
}

.i_pr_m,
.i_pr_vs {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 4px 0px;
}

.i_pr_fm,
.i_pr_co {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 4px 0px;
}

.i_pr_m svg {
 width: 20px;
 height: 20px;
 fill: #512da8;
 margin-left: 4px;
}

.i_pr_fm svg {
 width: 20px;
 height: 20px;
 margin-left: 4px;
}

.i_pr_vs svg {
 width: 20px;
 height: 20px;
 fill: #1e88e5;
 margin-left: 4px;
}

.i_pr_co svg {
 width: 20px;
 height: 20px;
 margin-left: 4px;
}

.profile_wrapper {
 position: relative;
 width: 100%;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 min-height: 100%;
 min-height: calc(100vh - 72px);
 min-height: -o-calc(100vh - 72px);
 min-height: -ms-calc(100vh - 72px);
 top: 72px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 overflow: hidden;
}

.creator_badge {
 position: absolute;
 padding: 4px;
 border: 3px solid #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 background-color: #ffffff;
 right: 0px;
 top: 0px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 z-index:9;
}

.creator_badge svg {
 width: 25px;
 height: 25px;
 fill: #f65169;
}

.i_p_lpt_online {
 font-weight: 600;
 font-size: 15px;
 color: #43a047;
 padding: 5px 0px;
}

.i_p_lpt_offline {
 font-weight: 400;
 font-size: 14px;
 color: #525c7a;
 padding: 5px 0px;
}

.i_btn_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px;
 border-radius: 10px;
 -webkit-boder-radius: 10px;
 background-color: #F0F2F5;
 margin-right: 5px;
 cursor: pointer;
}

.i_btn_item:hover {
 background-color: #E4E6EB;
}

.i_btn_item a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_btn_item svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 20px;
 height: 20px;
 fill: #000000;
}

.i_btn_like_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 12px;
 border-radius: 10px;
 -webkit-boder-radius: 10px;
 background-color: #F0F2F5;
 margin-right: 5px;
 cursor: pointer;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 15px;
 font-family: inherit;
 font-weight: 400;
}

.i_btn_like_item:hover {
 background-color: #E4E6EB;
}

.i_btn_like_item svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 23px;
 height: 23px;
 fill: #000000;
 margin-right: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_p_items_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-top: 20px;
}

.profile_action_panel {
 width: min(100%, 640px);
 margin: 18px auto 0;
 padding-top: 0;
 display: -ms-grid;
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 12px;
 justify-items: stretch;
 align-items: stretch;
}

.profile_action_panel .i_btn_become_fun,
.profile_action_panel .i_btn_unsubscribe {
 grid-column: 1 / -1;
 width: min(100%, 520px);
 min-height: 52px;
 justify-self: center;
 margin: 0;
 padding: 0 22px;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.15;
 gap: 8px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.profile_secondary_actions {
 grid-column: 1 / -1;
 width: min(100%, 520px);
 justify-self: center;
 display: -ms-grid;
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 12px;
}

.profile_action_panel .i_btn_send_to_point,
.profile_action_panel .i_btn_send_to_frame {
 width: 100%;
 min-height: 50px;
 margin: 0;
 padding: 0 18px;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 font-size: 15px;
 font-weight: 700;
 line-height: 1.15;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_btn_become_fun {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px 15px;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-boder-radius: 10px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 cursor: pointer;
 color: #ffffff;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
}

.i_btn_become_fun:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.i_btn_become_fun svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 4px;
}

.i_creator_category {
 background: #d3e2f8;
 border-radius: .4rem;
 color: #0e2c58;
 padding: 0.5rem 1rem;
 line-height: 1;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_creator_category a {
 text-decoration: none;
 color: #0e2c58;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_creator_category svg {
 width: 13px;
 height: 13px;
 fill: #0e2c58;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 5px;
}

.i_btn_unsubscribe {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px 18px;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
 border-radius: 30px;
 -webkit-boder-radius: 30px;
 background: #eef4ff;
 border: 1px solid #d7e6ff;
 cursor: pointer;
 color: #1e88e5;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
}

.i_btn_unsubscribe:hover {
 background: #e3eeff;
 border-color: #c7ddff;
 color: #1170c4;
 -webkit-box-shadow: 0 6px 16px rgba(30, 136, 229, 0.2);
 box-shadow: 0 6px 16px rgba(30, 136, 229, 0.2);
}

.i_btn_unsubscribe svg {
 width: 20px;
 height: 20px;
 fill: #1e88e5;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 4px;
}

.i_p_items_box_ {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-top: 15px;
}

.i_btn_item_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -ms-border-radius: 30px;
 padding: 4px 9px;
 font-weight: 400;
 font-size: 13px;
 color: #000000;
 font-family: inherit;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 5px;
 background-color: #F0F2F5;
}

.i_btn_item_box:hover {
 background-color: #E4E6EB;
}

.i_btn_item_box svg {
 width: 20px;
 height: 20px;
 fill: #000000;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 4px;
}

.i_btn_item_box:last-child {
 margin-right: 0px;
}

.i_p_bio {
 padding: 15px 15px 0px 15px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
}

.i_sf_box {
 width: 100%;
 max-width: 450px !important;
}

.i_f_cover_avatar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 height: 80px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 border-top-left-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 position: relative;
}

.i_f_avatar_container {
 position: absolute;
 bottom: -40px;
 z-index: 1;
 width: 100%;
 left: 0px;
}

.i_f_avatar {
 position: relative;
 width: 100px;
 height: 100px;
 margin: 0px auto;
 border: 2px solid #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-size: cover;
 background-position: center;
 background-color: #ffffff;
}

.i_f_other {
 display: inline-block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-top: 55px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 width: 100%;
 position: relative;
}

.i_s_popup_title {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-top: 20px;
 margin-bottom: 15px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 400;
 font-size: 17px;
 font-family: inherit;
 color: #525c7a;
}

.i_advantages_wrapper {
 display: inline-block;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 15px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 position: relative;
 text-align: center;
}

.advantage_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 color: #444444;
 padding: 10px 20px;
}

.advantage_box svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 20px;
 height: 20px;
 fill: #43a047;
 margin-right: 10px;
}

.i_free_subscribe {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
 padding: 20px;
}

.i_free_flw {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 background-color: #1e88e5;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 padding: 10px 15px;
 cursor: pointer;
}

.i_free_flw:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.i_free_flw svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 4px;
}

.f_follow {
 cursor: pointer;
}

.i_btn_like_item_flw {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 12px;
 border-radius: 5px;
 -webkit-boder-radius: 5px;
 background-color: #f65169;
 color: #ffffff;
 margin-right: 5px;
 cursor: pointer;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 15px;
 font-family: inherit;
 font-weight: 400;
}

.i_btn_like_item_flw:hover {
 color: #000000;
 background-color: #F0F2F5;
}

.i_btn_like_item_flw svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 23px;
 height: 23px;
 fill: #ffffff;
 margin-right: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_btn_like_item_flw:hover svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 23px;
 height: 23px;
 fill: #000000;
 margin-right: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.support_not {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px 15px 0px 15px;
 font-weight: 400;
 font-size: 13px;
 color: #868dac;
 font-family: inherit;
}

.i_block_not_title {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px 0px 10px 0px;
 font-weight: 600;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_block_not_list {
 padding: 15px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 font-weight: 400;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_block_not_list div {
 padding: 8px 0px;
}

.i_block_not_list li {
 padding: 3px 0px;
}

.i_block_box_footer_container {
 display: inline-block;
 background-color: #F0F2F5;
 padding: 10px 20px;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 font-weight: 600;
 font-size: 18px;
 font-family: inherit;
 width: 100%;
}

.svAC svg,
.ublk svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 18px;
 height: 18px;
 fill: #ffffff;
 margin-right: 5px;
}

.alertBtnRightWithIcon {
 padding: 13px 20px;
 background-color: #1e88e5;
 color: #ffffff;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 cursor: pointer;
 float: right;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.alertBtnRightWithIcon:hover {
 background-color: #1170c4;
}

.alertBtnRightWithIcon svg {
 width: 17px;
 height: 17px;
 margin-right: 8px;
 fill: #ffffff;
}

.i_block_user_nots_wrapper {
 display: inline-block;
 width: 100%;
 padding: 18px;
 padding-top: 0px;
 background: #ffffff;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 border: 1px solid #e8ecf4;
 -webkit-box-shadow: 0 10px 30px rgba(82, 92, 122, 0.1);
 box-shadow: 0 10px 30px rgba(82, 92, 122, 0.1);
}

.i_block_user_avatar_cover_wrapper {
 display: inline-block;
 width: 100%;
 padding-top: 0px;
}

.i_blck_in {
 display: inline-block;
 width: 100%;
}

.i_block_i_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 18px;
 margin-top: 12px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: #f9fafc;
 border: 1px solid #e8ecf4;
 gap: 10px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: border-color 0.2s ease, box-shadow 0.2s ease;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.i_block_i_item:hover {
 border-color: #d9deeb;
 -webkit-box-shadow: 0 14px 36px rgba(82, 92, 122, 0.12);
 box-shadow: 0 14px 36px rgba(82, 92, 122, 0.12);
}

.i_redtrict_u {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 font-weight: 700;
 font-size: 17px;
 color: #141827;
 padding: 6px 0 2px 0;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
}

.i_block_choose {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: relative;
 padding-right: 10px;
 align-items: center;
 gap: 10px;
}

.blockboxActive {
 width: 15px;
 height: 15px;
 background-color: #f65169;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.blockboxActive::after {
 position: absolute;
 content: "";
 width: 23px;
 height: 23px;
 border: 2px solid #f65169;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 top: -4px;
 left: -4px;
}

.blockboxPassive {
 width: 15px;
 height: 15px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background-color: #e8ecf4;
}

.blockboxPassive::after {
 position: absolute;
 content: "";
 width: 23px;
 height: 23px;
 border: 2px solid #E4E6EB;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 top: -4px;
 left: -4px;
}

.i_block_not_title_plus {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 3px 0px 3px 0px;
 font-weight: 500;
 font-size: 14px;
 color: #2f3645;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.popClose {
 position: absolute;
 padding: 10px;
 text-align: center;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 z-index: 5;
 right: 10px;
 top: 6px;
 cursor: pointer;
}

.popClose svg {
 fill: #b3b9cc;
 width: 14px;
 height: 14px;
}

.popClose:hover {
 background-color: rgba(255, 255, 255, 0.5);
}

.i_s_popup_title_dark {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-top: 20px;
 margin-bottom: 0px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 600;
 font-size: 17px;
 font-family: inherit;
 color: #000000;
 padding-left: 15px;
}

.avantage_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
 color: #444444;
 padding: 10px 0px;
}

.avantage_box svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 20px;
 height: 20px;
 fill: #43a047;
 margin-right: 10px;
}

.avantage_box strong {
 padding-left: 5px;
}

.i_prices_subscribe {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
 padding: 5px 15px;
}

.subscribe_price_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 15px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 width: 100%;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 cursor: pointer;
}

.subscribe_price_btn:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.subscribe_price_btn svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 5px;
}

.subscribe_price_btn span svg {
 margin-right: 0px;
 width: 10px;
 height: 10px;
}

.i_prices_subscribe:last-child {
 margin-bottom: 15px;
}

.i_s_popup_title_dark_offers {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-bottom: 0px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 600;
 font-size: 17px;
 font-family: inherit;
 color: #000000;
 padding-left: 15px;
 margin-bottom: 15px;
}

.subscribe_price_btn span {
 padding-left: 5px;
 font-weight: 600;
}

.i_payment_pop_box {
 width: 100%;
 max-width: 650px !important;
 padding: 15px;
}

.i_subscribing {
 position: relative;
 width: 120px;
 height: 120px;
 margin: 0px auto;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-size: cover;
 background-position: center;
 background-color: #F0F2F5;
 border: 2px solid #F0F2F5;
}

.i_subscribing_note {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 color: #525c7a;
 padding: 10px 0px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_subscribing_note strong {
 padding-left: 5px;
}

.i_credit_card_form {
 display: none;
 position: relative;
 padding: 15px;
 margin-top: 15px;
 background-color: #F0F1F5;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_credit_card_form:not([hidden]) {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.pay_form_group {
 padding: 8px 25px;
}

.pay_method_selector {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 margin-bottom: 20px;
}

.pay_method_selector .pay_provider_toggle {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 padding: 11px 26px;
 border-radius: 8px;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
 color: #3161a5;
 background-color: #e6efff;
 border: 1px solid #c5d9ff;
 transition: all 0.2s ease;
 box-shadow: none;
}

.pay_method_selector .pay_provider_toggle:hover {
 background-color: #d9e6ff;
}

.pay_method_selector .pay_provider_toggle.active {
 color: #ffffff;
 background-color: #468cef;
 border-color: #468cef;
 box-shadow: 0 8px 18px rgba(70, 140, 239, 0.35);
}

.pay_method_selector .i_nex_btn_btn {
 float: none;
 margin-left: 0;
 margin-right: 0;
 display: inline-flex;
 justify-content: center;
 align-items: center;
}

.pay_form_group .form-control {
 position: relative;
}

.pay_form_group > label {
 font-weight: 600;
 color: #525c7a;
 font-size: 14px;
 letter-spacing: 1px;
 width: 100%;
 display: block;
 line-height: normal;
 padding-bottom: 0.5rem;
}

.pay_form_group .form-control input {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
}

.pay_form_group_plus {
 padding: 8px 25px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.pay_form_group_plus .i_form_group_plus > label {
 font-weight: 600;
 color: #525c7a;
 font-size: 14px;
 letter-spacing: 1px;
 width: 100%;
 display: block;
 line-height: normal;
 padding-bottom: 0.5rem;
}

.pay_form_group_plus .i_form_group_plus .form-control input {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
}

.i_form_group_plus {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 width: calc(50% - 0px);
 width: -o-calc(100% / 2 - 0px);
 width: -ms-calc(100% / 2 - 0px);
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding-right: 15px;
}

.form_control_icon {
 position: absolute;
 padding: 16px;
 z-index: 1;
 left: 0px;
 top: 0px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.form_control_icon svg {
 width: 20px;
 height: 20px;
 fill: #858fad;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_credit_card_form .pay_form_group .form-control .inora_user_input {
 padding-left: 45px;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus .form-control {
 position: relative;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus .form-control .inora_user_input {
 padding-left: 45px;
}

.payClose {
 position: absolute;
 padding: 10px;
 text-align: center;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 z-index: 5;
 right: 10px;
 top: 6px;
 cursor: pointer;
}

.payClose svg {
 fill: #525c7a;
 width: 14px;
 height: 14px;
}

.pay_subscription,
.pay_subscription_ccbill {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 15px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-size: 15px;
 font-weight: 500;
 font-family: inherit;
 color: #ffffff;
 background-color: #468cef;
 cursor: pointer;
 border:none;
 outline: none;
}

.pay_subscription_iyzico {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 15px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-size: 15px;
 font-weight: 500;
 font-family: inherit;
 color: #ffffff;
 background-color: #468cef;
 cursor: pointer;
 border: none;
 outline: none;
}

.pay_subscription:hover,
.pay_subscription_ccbill:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 background-color: #1170c4;
}

.pay_subscription_iyzico:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 background-color: #1170c4;
}

.pay_gateway_section[data-provider="iyzico"] .pay_form_group_plus .i_form_group_plus .form-control .inora_user_input {
 background-color: #ffffff;
}

.pay_subscription_flutterwave {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 15px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-size: 15px;
 font-weight: 500;
 font-family: inherit;
 color: #1d202a;
 background-color: #f6a200;
 cursor: pointer;
 border: none;
 outline: none;
 transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.pay_subscription_flutterwave:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 background-color: #e08b00;
 color: #ffffff;
}

.i_pay_note {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #525c7a;
 color: #ffffff;
 font-weight: 400;
 font-size: 14px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 15px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
}

.pay_form_group .form-control #card_number {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000 !important;
 background-color: #ffffff;
 padding-left: 45px;
}

.i_form_group_plus .form-control #card_expiry {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
 background-color: #ffffff;
 padding-left: 45px;
}

.i_form_group_plus .form-control #card_cvc {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
 background-color: #ffffff;
 padding-left: 45px;
}

.loaderWrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: rgba(255, 255, 255, 0.7);
 z-index: 6;
 left: 0px;
 top: 0px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.loaderContainer {
 position: relative;
 width: 50px;
 height: 50px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.loaderContainer .loader .i_loading .dot-pulse {
 left: -9977px;
}

.loaderContainer .loader {
 width: 50px;
}

#paymentResponse {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 color: #000000;
 background-color: rgba(246, 81, 105, 0.2);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: none;
}

.bCreatorBg::before {
 position: absolute;
 content: "";
 left: 0px;
 top: 0px;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 width: 100%;
 background: url("img/bg.png") no-repeat;
 background-position: top;
 height: 100%;
 background-size: auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 background-color: #F0F1F5;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.i_become_creator_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 max-width: 750px;
 margin: 0px auto;
 margin-top: 80px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 z-index: 1;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 position: relative;
}

.i_become_creator_levels {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -webkit-top-left-radius: 10px;
 -webkit-top-right-radius: 10px;
 background-color: #f9f9fb;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_become_creator_levels_title {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 font-weight: 600;
 font-size: 20px;
 font-family: inherit;
 color: #000000;
 padding: 15px 0px;
}

.i_levels_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px 15px 15px 15px;
 z-index: 1;
 position: relative;
 font-family: inherit;
}

.i_levels_container_position {
 content: "";
 position: absolute;
 left: 10%;
 top: 35px;
 width: 80%;
 height: 5px;
 background-color: #F0F1F5;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 -webkit-transition: all 0.5s ease-in;
 transition: all 0.5s ease-in;
}

.i_levels_container_position_lvl {
 content: "";
 position: absolute;
 left: 10%;
 top: 35px;
 height: 5px;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 -webkit-transition: all 0.5s ease-in;
 transition: all 0.5s ease-in;
 background-color: #f87855;
}

.i_complete_level {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 z-index: 1;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding: 0 2rem;
}

.i_complete_level_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 15px;
 background-color: #F0F1F5;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 border: 3px solid #f9f9fb;
}

.i_complete_level_box svg {
 width: 20px;
 height: 20px;
 fill: #858fad;
}

.i_completed_level_item {
 background-color: #f87855;
}

.i_completed_level_item svg {
 fill: #ffffff;
}

.i_complete_level_name {
 display: block;
 margin: 1rem 0;
 text-align: center;
 color: #b3b9cc;
}

.i_completed_levet_item_bold {
 font-weight: 600;
 color: #f87855;
}

.i_become_creator_terms_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding: 15px;
}

.certification_form_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.certification_form_title {
 display: inline-block;
 color: #000000;
 font-weight: 600;
 font-family: inherit;
 font-size: 23px;
 padding: 15px 0px;
}

.certification_form_not {
 display: inline-block;
 color: #858fad;
 font-family: inherit;
 font-weight: 500;
 font-size: 15px;
 line-height: 1.6rem;
}

.certification_form_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 border-top: 1px solid #F0F1F5;
 margin-top: 25px;
 padding: 25px 0px;
 padding-bottom: 0px;
}

.certification_terms {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
}

.certification_terms_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 43%;
 padding: 15px 0px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.terms_bg {
 height: 250px;
 background-image: url("img/certification.png");
 background-size: cover;
 background-position: center;
}

.certification_terms_item:nth-child(2) {
 width: 75%;
 padding-left: 35px;
}

.certificate_terms_item_item {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px 0px;
 font-weight: 400;
 font-size: 15px;
 color: #000000;
 line-height: 1.5rem;
}

.certificate_terms_item_item svg {
 width: 20px !important;
 height: 20px !important;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 5px;
 vertical-align: middle;
}

.certificate_terms_item_item strong {
 display: inline-block;
}

.certificate_terms_item_item a {
 text-decoration: none;
 color: #468cef;
 font-weight: 600;
}

.certification_file_form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 width: 100%;
 margin-top: 25px;
 position: relative;
}

.certification_file_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-top: 1px solid #F0F1F5;
 padding: 25px 0px;
 padding-bottom: 10px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
}

.certification_file_box label {
 padding: 10px 12px;
 width: 100%;
 max-width: 160px;
 min-width: 160px;
 color: #ffffff;
 background-color: #f87855;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 font-weight: 600;
 font-size: 13px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 outline: none;
 margin-right: 10px;
 cursor: pointer;
}

.certification_file_box label svg {
 width: 18px;
 height: 18px;
 fill: #ffffff;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 8px;
}

.certificate_file_box_not {
 display: inline-block;
 width: 100%;
 color: #858fad;
 font-weight: 400;
 font-size: 14px;
}

.certification_file_box strong {
 display: contents;
}

.certification_file_box a {
 font-weight: 600;
 padding: 0px 5px;
 text-decoration: none;
 color: #f65169 !important;
}

.i_become_creator_box_footer {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 30px;
 background-color: #f9f9fb;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
 position: relative;
}

.i_nex_btn {
 float: right;
 padding: 10px 45px;
 font-weight: 600;
 font-family: inherit;
 color: #ffffff;
 background-color: #468cef;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 cursor: pointer;
 margin-left: auto;
}

.i_nex_btn:hover {
 background-color: #1170c4;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.condition_documentation {
 display: inline-block;
 font-weight: 400;
 font-size: 15px;
 color: #000000;
 font-family: inherit;
}

.i_set_subscription_fee_box, .i_write_secret_post_price {
 display: inline-block;
 padding: 10px 0px;
 position: relative;
}

.i_set_subscription_fee {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_subscription_form_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 border-top: 1px solid #F0F1F5;
 margin-top: 25px;
 padding: 25px 0px;
 padding-bottom: 0px;
}

.i_sub_not {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 padding-bottom: 10px;
 font-weight: 600;
 font-size: 15px;
 color: #000000;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_sub_not label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_sub_not label span {
 margin-right: 5px;
}

.i_sub_not svg {
 width: 17px;
 height: 17px;
 fill: #43a047;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-left: 10px;
}

.weekly_success,
.monthly_success,
.yearly_success,
.boxD {
 display: none;
}

.i_subs_currency {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px 15px;
 font-weight: 600;
 font-size: 15px;
 font-family: inherit;
 color: #000000;
 background-color: #F0F2F5;
 border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
}

.i_subs_price {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 max-width: 350px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
}

.i_subs_price input {
 width: 100%;
 padding: 10px 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 font-weight: 500;
 font-family: inherit;
 color: #000000;
 border: 1px solid #F0F2F5;
 margin: 0px;
}

.i_subs_interval {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px 15px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 background-color: #F0F2F5;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
}

.i_subs_price input:focus {
 border: 1px solid #f87855;
}

.i_sub_not_plus {
 display: inline-block;
 color: #858fad;
 font-family: inherit;
 font-weight: 400;
 font-size: 14px;
 line-height: 1.2rem;
 padding-bottom: 10px;
}

.i_t_warning {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 padding-bottom: 15px;
 display: none;
 color: #f65169;
}

.i_t_warning a {
 text-decoration: none;
 font-weight: 600;
 color: #43a047;
}

.pyot .el-radio {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.pyot .el-radio span {
 padding-right: 10px;
}

.i_subs_currency svg {
 width: 20px;
 height: 20px;
 fill: #000000;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_payout_ {
 min-width: 360px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.i_payout_ input {
 width: 100%;
 padding: 10px 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 font-weight: 500;
 font-family: inherit;
 color: #000000;
 border: 1px solid #F0F2F5;
 margin: 0px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
}

.margin-bottom-ten {
 margin-bottom: 10px;
}

.i_sub_not_check {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-bottom: 15px;
 padding-right: 40px;
 position: relative;
 color: #858fad;
 font-family: inherit;
 font-weight: 500;
 font-size: 14px;
 line-height: 1.6rem;
}

.i_sub_not_check_box {
 position: absolute;
 right: 0px;
}

.bank_textarea {
 outline: none;
 width: 100%;
 max-width: 500px;
 padding: 15px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 font-size: 14px;
 font-weight: 500;
 font-family: inherit;
 color: #000000;
 border: 1px solid #F0F2F5;
 resize: none;
 margin: 0px;
 min-height: 70px;
}

.creator_conguratulation {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 120px;
 height: 120px;
 margin: 0px auto;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.creator_conguratulation svg {
 width: 120px;
 height: 120px;
}

.creator_conguratulation_title {
 display: inline-block;
 padding: 30px 0px;
 text-align: center;
 font-weight: 600;
 font-size: 30px;
 color: #000000;
 font-family: inherit;
 padding-top: 0px;
}

.creator_conguratulation_note {
 padding: 25px 0px;
 display: inline-block;
 line-height: 1.5rem;
 font-weight: 500;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
}

.creator_conguratulation_note a {
 text-decoration: none;
 color: #f65169;
}

.settings_wrapper {
 width: 100%;
 max-width: 1280px;
 margin: 0px auto;
 padding-top: 30px;
 padding-bottom: 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
}

.settings_left_menu {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 100%;
 max-width: 330px;
}

.settings_main_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 padding-left: 20px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.i_settings_menu_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 min-height: 400px;
 width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_settings_title {
 display: inline-block;
 padding: 20px;
 padding-bottom: 0px;
 font-weight: 600;
 font-size: 25px;
 color: #000000;
 font-family: inherit;
 margin-bottom: 15px;
 text-align: left;
}

.i_s_menus {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_s_menus_title {
 display: inline-block;
 padding: 10px 20px;
 font-weight: 600;
 font-size: 13px;
 color: #444444;
 font-family: inherit;
 margin-bottom: 1px;
 text-align: left;
 text-transform: uppercase;
 background-color: #fafafa;
}

.i_settings_wrapper_in {
 display: inline-block;
 width: 100%;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border: radius 10px;
 border: radius 10px;
 -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 height: -webkit-fit-content;
 height: -moz-fit-content;
 height: fit-content;
}

.i_settings_wrapper_title {
 display: inline-block;
 width: 100%;
 padding: 25px;
 font-weight: 600;
 font-size: 20px;
 color: #000000;
 font-family: inherit;
 background-color: #F0F1F5;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
}

.i_settings_wrapper_title_txt {
 padding-bottom: 5px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_settings_wrapper_title_txt svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 17px;
 height: 17px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 fill: #000000;
 margin-right: 5px;
}

.i_s_menu_wrapper {
 display: inline-block;
 width: 100%;
 padding: 10px 10px;
}

.i_s_menu_wrapper a {
 text-decoration: none;
 color: #000000;
}

.i_s_menu_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 10px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
 font-weight: 500;
 font-size: 15px;
 color: #444444;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_s_menu_box:hover {
 background-color: #F0F1F5;
}

.active_p {
 color: #f65169 !important;
 font-weight: 600 !important;
}

.i_s_menu_box svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 24px;
 height: 24px;
 fill: #000000;
 margin-right: 10px;
}

.i_s_menu_wrapper a[href*="settings?tab=account_delete"] .i_s_menu_box svg {
 width: 16px;
 height: 16px;
}

.active_p svg {
 opacity: 0.8;
 fill: #f65169 !important;
}

.i_settings_wrapper_items {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_settings_wrapper_item {
 padding: 20px 25px;
 border-bottom: 1px solid #F0F1F5;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_settings_wrapper_item a {
 text-decoration: none;
 color: #f65169;
}

.i_settings_item_title {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 30%;
 font-weight: 500;
 font-size: 14px;
 color: #525c7a;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_settings_item_title_withdraw {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 30%;
 font-weight: 600;
 font-size: 16px;
 color: #525c7a;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-bottom: 10px;
 padding-left: 10px;
}

.i_settings_item_title_for {
 font-weight: 400;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 70%;
 padding-left: 20px;
}

.i_settings_item_title_for a {
 text-decoration: none;
 color: #000000;
}

.i_settings_item_title_for_withdraw {
 font-weight: 500;
 font-size: 16px;
 color: #000000;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 70%;
}

.modify_avatar_cover,
.account_email {
 cursor: pointer;
}

.settings_edit_row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.settings_edit_text {
 font-weight: 500;
 font-size: 14px;
 color: #000000;
}

.settings_edit_btn {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 background-color: #000000 !important;
 color: #ffffff !important;
 padding: 8px 16px;
 border-radius: 30px;
 border: 1px solid #000000 !important;
 font-weight: 600;
 font-size: 13px;
 font-family: inherit;
 text-decoration: none;
 cursor: pointer;
 line-height: 1;
 -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
 transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
 transition: background-color 0.2s ease, transform 0.2s ease;
 transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.settings_edit_btn:hover {
 background-color: #111111 !important;
 color: #ffffff !important;
}

.settings_edit_btn:active {
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
}

.settings_edit_btn:focus {
 outline: none;
 -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.i_settings_item_title_for .flnm,
.i_settings_item_title_for_withdraw .flnm {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 outline: none;
 border: none;
 background-color: #F0F1F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 min-width: 360px;
}

.i_settings_item_title_for .creator_bulk_select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 cursor: pointer;
 border: 1px solid #d5d9e3;
 background-color: #ffffff;
 background-repeat: no-repeat;
 background-position: right 16px center;
 background-size: 14px 14px;
 background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111827' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
 padding-right: 48px;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.15s ease;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}

.i_settings_item_title_for .creator_bulk_select:hover {
 border-color: #c3c8d3;
}

.i_settings_item_title_for .creator_bulk_select:focus {
 outline: none;
 border-color: #f65169;
}

.i_settings_item_title_for .creator_bulk_file_wrap {
 width: 100%;
 min-width: 360px;
 position: relative;
}

.i_settings_item_title_for .creator_bulk_file_label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 10px;
 padding: 12px 16px;
 border: 1px solid #d5d9e3;
 background-color: #ffffff;
 color: #111827;
 border-radius: 10px;
 font-weight: 600;
 font-size: 14px;
 cursor: pointer;
 transition: border-color 0.2s ease;
}

.i_settings_item_title_for .creator_bulk_file_text {
 display: block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.i_settings_item_title_for .creator_bulk_file_label:hover {
 border-color: #c3c8d3;
}

.i_settings_item_title_for .creator_bulk_file_input {
 position: absolute;
 inset: 0;
 opacity: 0;
 cursor: pointer;
 width: 100%;
 height: 100%;
}

.creator_bulk_thumb_hidden {
 display: none;
}

.tab_detail_item .creatorBulkBuildQueue,
.tab_detail_item .creatorBulkPause,
.tab_detail_item .creatorBulkResume,
.tab_detail_item .creatorBulkCancel {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 padding: 7px 12px;
 border-radius: 8px;
 font-weight: 600;
 font-size: 13px;
 line-height: 1;
 text-decoration: none;
 border: 1px solid transparent;
 white-space: nowrap;
}

.tab_detail_item .creator_bulk_actions {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 8px;
}

.i_tab_list_item.creator_bulk_row {
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
}

.i_tab_list_item.creator_bulk_row .tab_detail_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_tab_list_item.creator_bulk_row .tab_detail_item > * {
 min-width: 0;
}

.tab_detail_item .creatorBulkBuildQueue,
.tab_detail_item .creatorBulkPause,
.tab_detail_item .creatorBulkResume {
 background-color: #fff4e5;
 color: #8a4b00;
 border-color: #ffd9a3;
}

.tab_detail_item .creatorBulkCancel {
 background-color: #fff1f2;
 color: #b42318;
 border-color: #fecdd3;
}

.tab_detail_item .creatorBulkBuildQueue svg,
.tab_detail_item .creatorBulkPause svg,
.tab_detail_item .creatorBulkResume svg,
.tab_detail_item .creatorBulkCancel svg {
 width: 14px;
 height: 14px;
 fill: currentColor;
}

.tab_detail_item .creatorBulkBuildQueue:hover,
.tab_detail_item .creatorBulkPause:hover,
.tab_detail_item .creatorBulkResume:hover {
 background-color: #ffe7c2;
 border-color: #ffc76a;
}

.tab_detail_item .creatorBulkCancel:hover {
 background-color: #ffe4e6;
 border-color: #fda4af;
}

.creator_bulk_attachment {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px 3px;
 border-radius: 999px;
 font-weight: 600;
 font-size: 12px;
 line-height: 1;
 border: 1px solid transparent;
 white-space: nowrap;
 text-decoration: none;
}

.creator_bulk_attachment_none {
 background-color: #f8fafc;
 color: #94a3b8;
 border-color: #e2e8f0;
}

.creator_bulk_attachment_image {
 background-color: #e0f2fe;
 color: #0369a1;
 border-color: #bae6fd;
}

.creator_bulk_attachment_video {
 background-color: #fff7ed;
 color: #c2410c;
 border-color: #fed7aa;
}

.creator_bulk_attachment_audio {
 background-color: #ecfccb;
 color: #3f6212;
 border-color: #d9f99d;
}

.creator_bulk_attachment_file {
 background-color: #f1f5f9;
 color: #475569;
 border-color: #e2e8f0;
}

#creatorBulkCampaignForm .description_,
#creatorAutoMessageForm .description_,
#creatorBulkCampaignForm .creator_bulk_price_input {
 width: 90%;
 border: 1px solid #d5d9e3;
 background-color: #ffffff;
 color: #111827;
 -webkit-box-shadow: none;
 box-shadow: none;
 outline: none;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#creatorBulkCampaignForm .description_:focus,
#creatorAutoMessageForm .description_:focus,
#creatorBulkCampaignForm .creator_bulk_price_input:focus {
 border-color: #f65169;
 -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
 box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
}

#creatorBulkCampaignForm .description_::-webkit-input-placeholder,
#creatorAutoMessageForm .description_::-webkit-input-placeholder,
#creatorBulkCampaignForm .creator_bulk_price_input::-webkit-input-placeholder {
 color: #8a94a6;
}

#creatorBulkCampaignForm .description_::-moz-placeholder,
#creatorAutoMessageForm .description_::-moz-placeholder,
#creatorBulkCampaignForm .creator_bulk_price_input::-moz-placeholder {
 color: #8a94a6;
}

#creatorBulkCampaignForm .description_:-ms-input-placeholder,
#creatorAutoMessageForm .description_:-ms-input-placeholder,
#creatorBulkCampaignForm .creator_bulk_price_input:-ms-input-placeholder {
 color: #8a94a6;
}

#creatorBulkCampaignForm .description_::-ms-input-placeholder,
#creatorAutoMessageForm .description_::-ms-input-placeholder,
#creatorBulkCampaignForm .creator_bulk_price_input::-ms-input-placeholder {
 color: #8a94a6;
}

#creatorBulkCampaignForm .description_::placeholder,
#creatorAutoMessageForm .description_::placeholder,
#creatorBulkCampaignForm .creator_bulk_price_input::placeholder {
 color: #8a94a6;
}

#creatorBulkCampaignForm .box_not,
#creatorAutoMessageForm .box_not {
 display: inline-flex;
 align-items: center;
 width: auto;
 max-width: 100%;
 margin-top: 8px;
 padding: 8px 12px;
 border: 1px solid rgba(82, 92, 122, 0.12);
 border-radius: 999px;
 background: #f8fafc;
 color: #64748b;
 font-size: 12px;
 font-style: normal;
 font-weight: 700;
 line-height: 1.35;
}

#creatorBulkCampaignForm .i_become_creator_box_footer {
 padding: 22px 25px 26px;
}

#creatorBulkCampaignForm .i_become_creator_box_footer .i_nex_btn_btn {
 min-width: 220px;
 min-height: 44px;
 border-radius: 12px;
 font-weight: 800;
}

.i_settings_wrapper_items .creator_bulk_empty {
 width: auto;
 margin: 22px 25px 28px;
 padding: 48px 24px;
 min-height: 220px;
 border: 1px dashed #d5d9e3;
 border-radius: 18px;
 background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 14px;
 text-align: center;
}

.i_settings_wrapper_items .creator_bulk_empty .no_c_icon {
 display: flex;
 display: -webkit-flex;
 align-items: center;
 justify-content: center;
 width: 92px;
 height: 92px;
 border-radius: 999px;
 background: #eef4ff;
 color: #2468c9;
}

.i_settings_wrapper_items .creator_bulk_empty .no_c_icon svg {
 width: 46px;
 height: 46px;
 fill: currentColor;
 stroke: currentColor;
}

.i_settings_wrapper_items .creator_bulk_empty .n_c_t {
 padding: 0;
 color: #53627d;
 font-size: 13px;
 font-weight: 800;
 letter-spacing: 0.04em;
 text-transform: uppercase;
}

body.i_night #creatorBulkCampaignForm .description_,
body.i_night #creatorAutoMessageForm .description_,
body.i_night #creatorBulkCampaignForm .creator_bulk_price_input,
body.night_mode #creatorBulkCampaignForm .description_,
body.night_mode #creatorAutoMessageForm .description_,
body.night_mode #creatorBulkCampaignForm .creator_bulk_price_input,
body.night-mode #creatorBulkCampaignForm .description_,
body.night-mode #creatorAutoMessageForm .description_,
body.night-mode #creatorBulkCampaignForm .creator_bulk_price_input,
body.dark_mode #creatorBulkCampaignForm .description_,
body.dark_mode #creatorAutoMessageForm .description_,
body.dark_mode #creatorBulkCampaignForm .creator_bulk_price_input,
body.dark-mode #creatorBulkCampaignForm .description_,
body.dark-mode #creatorAutoMessageForm .description_,
body.dark-mode #creatorBulkCampaignForm .creator_bulk_price_input {
 background: #11131c;
 border-color: #2f3544;
 color: #f8fafc;
 -webkit-box-shadow: none;
 box-shadow: none;
}

body.i_night #creatorBulkCampaignForm .description_:focus,
body.i_night #creatorAutoMessageForm .description_:focus,
body.i_night #creatorBulkCampaignForm .creator_bulk_price_input:focus,
body.night_mode #creatorBulkCampaignForm .description_:focus,
body.night_mode #creatorAutoMessageForm .description_:focus,
body.night_mode #creatorBulkCampaignForm .creator_bulk_price_input:focus,
body.night-mode #creatorBulkCampaignForm .description_:focus,
body.night-mode #creatorAutoMessageForm .description_:focus,
body.night-mode #creatorBulkCampaignForm .creator_bulk_price_input:focus,
body.dark_mode #creatorBulkCampaignForm .description_:focus,
body.dark_mode #creatorAutoMessageForm .description_:focus,
body.dark_mode #creatorBulkCampaignForm .creator_bulk_price_input:focus,
body.dark-mode #creatorBulkCampaignForm .description_:focus,
body.dark-mode #creatorAutoMessageForm .description_:focus,
body.dark-mode #creatorBulkCampaignForm .creator_bulk_price_input:focus {
 border-color: #f65169;
 -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.18);
 box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.18);
}

body.i_night #creatorBulkCampaignForm .description_::-webkit-input-placeholder,
body.i_night #creatorAutoMessageForm .description_::-webkit-input-placeholder,
body.i_night #creatorBulkCampaignForm .creator_bulk_price_input::-webkit-input-placeholder,
body.night_mode #creatorBulkCampaignForm .description_::-webkit-input-placeholder,
body.night_mode #creatorAutoMessageForm .description_::-webkit-input-placeholder,
body.night_mode #creatorBulkCampaignForm .creator_bulk_price_input::-webkit-input-placeholder,
body.night-mode #creatorBulkCampaignForm .description_::-webkit-input-placeholder,
body.night-mode #creatorAutoMessageForm .description_::-webkit-input-placeholder,
body.night-mode #creatorBulkCampaignForm .creator_bulk_price_input::-webkit-input-placeholder,
body.dark_mode #creatorBulkCampaignForm .description_::-webkit-input-placeholder,
body.dark_mode #creatorAutoMessageForm .description_::-webkit-input-placeholder,
body.dark_mode #creatorBulkCampaignForm .creator_bulk_price_input::-webkit-input-placeholder,
body.dark-mode #creatorBulkCampaignForm .description_::-webkit-input-placeholder,
body.dark-mode #creatorAutoMessageForm .description_::-webkit-input-placeholder,
body.dark-mode #creatorBulkCampaignForm .creator_bulk_price_input::-webkit-input-placeholder {
 color: #8b949e;
}

body.i_night #creatorBulkCampaignForm .description_::-moz-placeholder,
body.i_night #creatorAutoMessageForm .description_::-moz-placeholder,
body.i_night #creatorBulkCampaignForm .creator_bulk_price_input::-moz-placeholder,
body.night_mode #creatorBulkCampaignForm .description_::-moz-placeholder,
body.night_mode #creatorAutoMessageForm .description_::-moz-placeholder,
body.night_mode #creatorBulkCampaignForm .creator_bulk_price_input::-moz-placeholder,
body.night-mode #creatorBulkCampaignForm .description_::-moz-placeholder,
body.night-mode #creatorAutoMessageForm .description_::-moz-placeholder,
body.night-mode #creatorBulkCampaignForm .creator_bulk_price_input::-moz-placeholder,
body.dark_mode #creatorBulkCampaignForm .description_::-moz-placeholder,
body.dark_mode #creatorAutoMessageForm .description_::-moz-placeholder,
body.dark_mode #creatorBulkCampaignForm .creator_bulk_price_input::-moz-placeholder,
body.dark-mode #creatorBulkCampaignForm .description_::-moz-placeholder,
body.dark-mode #creatorAutoMessageForm .description_::-moz-placeholder,
body.dark-mode #creatorBulkCampaignForm .creator_bulk_price_input::-moz-placeholder {
 color: #8b949e;
}

body.i_night #creatorBulkCampaignForm .description_:-ms-input-placeholder,
body.i_night #creatorAutoMessageForm .description_:-ms-input-placeholder,
body.i_night #creatorBulkCampaignForm .creator_bulk_price_input:-ms-input-placeholder,
body.night_mode #creatorBulkCampaignForm .description_:-ms-input-placeholder,
body.night_mode #creatorAutoMessageForm .description_:-ms-input-placeholder,
body.night_mode #creatorBulkCampaignForm .creator_bulk_price_input:-ms-input-placeholder,
body.night-mode #creatorBulkCampaignForm .description_:-ms-input-placeholder,
body.night-mode #creatorAutoMessageForm .description_:-ms-input-placeholder,
body.night-mode #creatorBulkCampaignForm .creator_bulk_price_input:-ms-input-placeholder,
body.dark_mode #creatorBulkCampaignForm .description_:-ms-input-placeholder,
body.dark_mode #creatorAutoMessageForm .description_:-ms-input-placeholder,
body.dark_mode #creatorBulkCampaignForm .creator_bulk_price_input:-ms-input-placeholder,
body.dark-mode #creatorBulkCampaignForm .description_:-ms-input-placeholder,
body.dark-mode #creatorAutoMessageForm .description_:-ms-input-placeholder,
body.dark-mode #creatorBulkCampaignForm .creator_bulk_price_input:-ms-input-placeholder {
 color: #8b949e;
}

body.i_night #creatorBulkCampaignForm .description_::-ms-input-placeholder,
body.i_night #creatorAutoMessageForm .description_::-ms-input-placeholder,
body.i_night #creatorBulkCampaignForm .creator_bulk_price_input::-ms-input-placeholder,
body.night_mode #creatorBulkCampaignForm .description_::-ms-input-placeholder,
body.night_mode #creatorAutoMessageForm .description_::-ms-input-placeholder,
body.night_mode #creatorBulkCampaignForm .creator_bulk_price_input::-ms-input-placeholder,
body.night-mode #creatorBulkCampaignForm .description_::-ms-input-placeholder,
body.night-mode #creatorAutoMessageForm .description_::-ms-input-placeholder,
body.night-mode #creatorBulkCampaignForm .creator_bulk_price_input::-ms-input-placeholder,
body.dark_mode #creatorBulkCampaignForm .description_::-ms-input-placeholder,
body.dark_mode #creatorAutoMessageForm .description_::-ms-input-placeholder,
body.dark_mode #creatorBulkCampaignForm .creator_bulk_price_input::-ms-input-placeholder,
body.dark-mode #creatorBulkCampaignForm .description_::-ms-input-placeholder,
body.dark-mode #creatorAutoMessageForm .description_::-ms-input-placeholder,
body.dark-mode #creatorBulkCampaignForm .creator_bulk_price_input::-ms-input-placeholder {
 color: #8b949e;
}

body.i_night #creatorBulkCampaignForm .description_::placeholder,
body.i_night #creatorAutoMessageForm .description_::placeholder,
body.i_night #creatorBulkCampaignForm .creator_bulk_price_input::placeholder,
body.night_mode #creatorBulkCampaignForm .description_::placeholder,
body.night_mode #creatorAutoMessageForm .description_::placeholder,
body.night_mode #creatorBulkCampaignForm .creator_bulk_price_input::placeholder,
body.night-mode #creatorBulkCampaignForm .description_::placeholder,
body.night-mode #creatorAutoMessageForm .description_::placeholder,
body.night-mode #creatorBulkCampaignForm .creator_bulk_price_input::placeholder,
body.dark_mode #creatorBulkCampaignForm .description_::placeholder,
body.dark_mode #creatorAutoMessageForm .description_::placeholder,
body.dark_mode #creatorBulkCampaignForm .creator_bulk_price_input::placeholder,
body.dark-mode #creatorBulkCampaignForm .description_::placeholder,
body.dark-mode #creatorAutoMessageForm .description_::placeholder,
body.dark-mode #creatorBulkCampaignForm .creator_bulk_price_input::placeholder {
 color: #8b949e;
}

body.i_night .i_settings_item_title_for .creator_bulk_select,
body.i_night .i_settings_item_title_for .creator_bulk_file_label,
body.night_mode .i_settings_item_title_for .creator_bulk_select,
body.night_mode .i_settings_item_title_for .creator_bulk_file_label,
body.night-mode .i_settings_item_title_for .creator_bulk_select,
body.night-mode .i_settings_item_title_for .creator_bulk_file_label,
body.dark_mode .i_settings_item_title_for .creator_bulk_select,
body.dark_mode .i_settings_item_title_for .creator_bulk_file_label,
body.dark-mode .i_settings_item_title_for .creator_bulk_select,
body.dark-mode .i_settings_item_title_for .creator_bulk_file_label {
 background-color: #11131c;
 border-color: #2f3544;
 color: #f8fafc;
}

body.i_night .i_settings_item_title_for .creator_bulk_select,
body.night_mode .i_settings_item_title_for .creator_bulk_select,
body.night-mode .i_settings_item_title_for .creator_bulk_select,
body.dark_mode .i_settings_item_title_for .creator_bulk_select,
body.dark-mode .i_settings_item_title_for .creator_bulk_select {
 background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f8fafc' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

body.i_night .i_settings_item_title_for .creator_bulk_select:hover,
body.i_night .i_settings_item_title_for .creator_bulk_file_label:hover,
body.night_mode .i_settings_item_title_for .creator_bulk_select:hover,
body.night_mode .i_settings_item_title_for .creator_bulk_file_label:hover,
body.night-mode .i_settings_item_title_for .creator_bulk_select:hover,
body.night-mode .i_settings_item_title_for .creator_bulk_file_label:hover,
body.dark_mode .i_settings_item_title_for .creator_bulk_select:hover,
body.dark_mode .i_settings_item_title_for .creator_bulk_file_label:hover,
body.dark-mode .i_settings_item_title_for .creator_bulk_select:hover,
body.dark-mode .i_settings_item_title_for .creator_bulk_file_label:hover {
 border-color: #475569;
}

body.i_night #creatorBulkCampaignForm .box_not,
body.i_night #creatorAutoMessageForm .box_not,
body.night_mode #creatorBulkCampaignForm .box_not,
body.night_mode #creatorAutoMessageForm .box_not,
body.night-mode #creatorBulkCampaignForm .box_not,
body.night-mode #creatorAutoMessageForm .box_not,
body.dark_mode #creatorBulkCampaignForm .box_not,
body.dark_mode #creatorAutoMessageForm .box_not,
body.dark-mode #creatorBulkCampaignForm .box_not,
body.dark-mode #creatorAutoMessageForm .box_not {
 background: #171923;
 border-color: #2f3544;
 color: #a7b0c2;
}

body.i_night .i_settings_wrapper_items .creator_bulk_empty,
body.night_mode .i_settings_wrapper_items .creator_bulk_empty,
body.night-mode .i_settings_wrapper_items .creator_bulk_empty,
body.dark_mode .i_settings_wrapper_items .creator_bulk_empty,
body.dark-mode .i_settings_wrapper_items .creator_bulk_empty {
 border-color: #343b4a;
 background: linear-gradient(180deg, #202124 0%, #1c1d20 100%);
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.i_night .i_settings_wrapper_items .creator_bulk_empty .no_c_icon,
body.night_mode .i_settings_wrapper_items .creator_bulk_empty .no_c_icon,
body.night-mode .i_settings_wrapper_items .creator_bulk_empty .no_c_icon,
body.dark_mode .i_settings_wrapper_items .creator_bulk_empty .no_c_icon,
body.dark-mode .i_settings_wrapper_items .creator_bulk_empty .no_c_icon {
 background: #242a36;
 color: #d7dce8;
}

body.i_night .i_settings_wrapper_items .creator_bulk_empty .n_c_t,
body.night_mode .i_settings_wrapper_items .creator_bulk_empty .n_c_t,
body.night-mode .i_settings_wrapper_items .creator_bulk_empty .n_c_t,
body.dark_mode .i_settings_wrapper_items .creator_bulk_empty .n_c_t,
body.dark-mode .i_settings_wrapper_items .creator_bulk_empty .n_c_t {
 color: #a7b0c2;
}

body.i_night .creator_bulk_attachment_none,
body.night_mode .creator_bulk_attachment_none,
body.night-mode .creator_bulk_attachment_none,
body.dark_mode .creator_bulk_attachment_none,
body.dark-mode .creator_bulk_attachment_none {
 background-color: #171923;
 color: #a7b0c2;
 border-color: #2f3544;
}

body.i_night .creator_bulk_attachment_image,
body.night_mode .creator_bulk_attachment_image,
body.night-mode .creator_bulk_attachment_image,
body.dark_mode .creator_bulk_attachment_image,
body.dark-mode .creator_bulk_attachment_image {
 background-color: #10263c;
 color: #93c5fd;
 border-color: #1e3a5f;
}

body.i_night .creator_bulk_attachment_video,
body.night_mode .creator_bulk_attachment_video,
body.night-mode .creator_bulk_attachment_video,
body.dark_mode .creator_bulk_attachment_video,
body.dark-mode .creator_bulk_attachment_video {
 background-color: #312214;
 color: #fdba74;
 border-color: #5b3414;
}

body.i_night .creator_bulk_attachment_audio,
body.night_mode .creator_bulk_attachment_audio,
body.night-mode .creator_bulk_attachment_audio,
body.dark_mode .creator_bulk_attachment_audio,
body.dark-mode .creator_bulk_attachment_audio {
 background-color: #172914;
 color: #bef264;
 border-color: #365314;
}

body.i_night .creator_bulk_attachment_file,
body.night_mode .creator_bulk_attachment_file,
body.night-mode .creator_bulk_attachment_file,
body.dark_mode .creator_bulk_attachment_file,
body.dark-mode .creator_bulk_attachment_file {
 background-color: #171923;
 color: #cbd5e1;
 border-color: #2f3544;
}

body.i_night .tab_detail_item .creatorBulkBuildQueue,
body.i_night .tab_detail_item .creatorBulkPause,
body.i_night .tab_detail_item .creatorBulkResume,
body.night_mode .tab_detail_item .creatorBulkBuildQueue,
body.night_mode .tab_detail_item .creatorBulkPause,
body.night_mode .tab_detail_item .creatorBulkResume,
body.night-mode .tab_detail_item .creatorBulkBuildQueue,
body.night-mode .tab_detail_item .creatorBulkPause,
body.night-mode .tab_detail_item .creatorBulkResume,
body.dark_mode .tab_detail_item .creatorBulkBuildQueue,
body.dark_mode .tab_detail_item .creatorBulkPause,
body.dark_mode .tab_detail_item .creatorBulkResume,
body.dark-mode .tab_detail_item .creatorBulkBuildQueue,
body.dark-mode .tab_detail_item .creatorBulkPause,
body.dark-mode .tab_detail_item .creatorBulkResume {
 background-color: #312214;
 color: #fdba74;
 border-color: #5b3414;
}

body.i_night .tab_detail_item .creatorBulkCancel,
body.night_mode .tab_detail_item .creatorBulkCancel,
body.night-mode .tab_detail_item .creatorBulkCancel,
body.dark_mode .tab_detail_item .creatorBulkCancel,
body.dark-mode .tab_detail_item .creatorBulkCancel {
 background-color: #2b151b;
 color: #fda4af;
 border-color: #5a2632;
}

@media screen and (max-width: 720px) {
 #creatorBulkCampaignForm .description_,
 #creatorAutoMessageForm .description_,
 #creatorBulkCampaignForm .creator_bulk_price_input,
 .i_settings_item_title_for .creator_bulk_select,
 .i_settings_item_title_for .creator_bulk_file_wrap {
 width: 100%;
 min-width: 0;
 }

 #creatorBulkCampaignForm .i_become_creator_box_footer {
 padding: 20px 25px 24px;
 }

 #creatorBulkCampaignForm .i_become_creator_box_footer .i_nex_btn_btn {
 width: 100%;
 }

 .i_settings_wrapper_items .creator_bulk_empty {
 margin: 18px 25px 24px;
 padding: 38px 18px;
 }
}

.creator_auto_message_current {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
 margin-top: 10px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.creator_auto_message_remove {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 font-size: 13px;
 color: #040720;
}

.creator_auto_message_remove input {
 margin: 0;
}

.creator_auto_message_notice {
 display: none;
}

.box_not {
 display: inline-block;
 width: 100%;
 padding-top: 5px;
 font-weight: 400;
 font-size: 13px;
 color: #525c7a;
 font-family: inherit;
 font-style: italic;
}

.obsOverlayForm .box_not .flnm {
 margin-bottom: 10px;
}

.obsOverlayForm .box_not .flnm:last-child {
 margin-bottom: 0;
}

.obs-overlay-tier-row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 10px;
 margin-bottom: 10px;
}

.obs-overlay-tier-field {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 6px;
}

.obs-overlay-tier-field .flnm {
 width: 100%;
 margin-bottom: 0;
}

.obs-overlay-field-note {
 font-size: 12px;
 color: #040720;
 font-style: normal;
 line-height: 1.4;
}


.box_not a {
 font-weight: 600;
 color: #f65169;
}

.box_not a:hover {
 text-decoration: underline;
}

.box_not span {
 font-weight: 600;
}

.flexBox {
 position: relative;
 padding: 0px 10px;
}

.youare {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.flexBox label input {
 display: none;
}

.flexBox label span {
 position: relative;
 padding: 13px 28px;
 width: 100%;
 border: 1px solid #F0F1F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 text-align: center;
 color: #444444;
 letter-spacing: 1px;
 font-weight: 700;
 cursor: pointer;
 font-size: 14px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.flexBox label span svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 width: 24px;
 height: 24px;
 margin-right: 10px;
}

.flexBox label#youarein input:checked ~ span {
 border: 1px solid #2770dd;
 color: #2770dd;
}

.flexBox label#youare input:checked ~ span {
 border: 1px solid #2770dd;
 color: #2770dd;
}

.flexBox label#youarein input:checked ~ span svg {
 fill: #2770dd;
}

.flexBox label.youare input:checked ~ span {
 border: 1px solid #2770dd;
 color: #2770dd;
}

.flexBox label.youare input:checked ~ span svg {
 fill: #2770dd;
}

.description_ {
 padding: 15px 20px;
 font-weight: 500;
 font-size: 14px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 border: none;
 background-color: #F0F1F5;
 resize: vertical;
 width: 90%;
 min-height: 135px;
}

.page_category {
 font-size: 1em;
 font-weight: 600;
 -webkit-appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
 appearance: none;
 outline: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 border: 1px solid #F0F1F5;
 background-image: none;
 background-color: #ffffff;
 color: #000000;
 padding: 0.9em 1.5em;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 cursor: pointer;
 padding-right: 2em;
}

.ib {
 position: relative;
 display: initial;
}


.invalid_username,
.warning_username,
.warning_inuse,
.warning_invalid,
.warning_wrong_password,
.warning_same_email,
.warning_required,
.warning_not_mach,
.warning_not_correct,
.warning_write_current_password,
.no_new_password_wrote,
.minimum_character_not,
.not_contain_whitespace {
 color: #d81b60;
 display: none;
}

.successNot {
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
 color: #43a047;
 display: none;
}

.i_nex_btn_btn {
 float: right;
 padding: 10px 45px;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
 color: #ffffff;
 background-color: #468cef;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 cursor: pointer;
 border: none;
}

.i_nex_btn_btn:hover {
 background-color: #1170c4;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_moda_header_nt {
 display: inline-block;
 width: 100%;
 color: #65676B;
 font-weight: 400;
 font-size: 13px;
 font-family: inherit;
 padding-top: 5px;
}

.coverImageArea {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 height: 300px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
}

.avatarImageArea {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-top: -75px;
 margin-bottom: 20px;
}

.avatarImageWrapper {
 position: relative;
 height: 150px;
 width: 150px;
 margin: 0px auto;
}

.avatarImage {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 height: 150px;
 width: 150px;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
 overflow: hidden;
 border-radius: 50%;
 -webkit-webkit: border radius 50%;
 -moz-webkit: border radius 50%;
 -ms-webkit: border radius 50%;
 -o-webkit: border radius 50%;
 border: 2px solid #ffffff;
}

.newCoverUpload {
 position: absolute;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 right: 10px;
 top: 10px;
 padding: 10px;
 border-radius: 50%;
 background-color: rgba(0, 0, 0, 0.4);
 z-index: 1;
 cursor: pointer;
}

.newAvatarUpload label,
.newCoverUpload label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.newAvatarUpload label svg,
.newCoverUpload label svg {
 fill: #ffffff;
 width: 23px;
 height: 23px;
}

.newAvatarUpload {
 position: absolute;
 cursor: pointer;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 right: 0px;
 top: 0px;
 padding: 10px;
 border-radius: 50%;
 background-color: rgba(0, 0, 0, 0.4);
 z-index: 1;
}

.croppie-container {
 width: 100%;
 height: 100%;
}

.croppie-container .cr-image {
 z-index: -1;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
 max-height: none;
 max-width: none;
}

.croppie-container .cr-boundary {
 position: relative;
 overflow: hidden;
 margin: 0 auto;
 z-index: 1;
 width: 100%;
 height: 100%;
 background-color: #000000;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
 position: relative;
 border: 2px solid #2770dd;
 margin: auto;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
 z-index: 0;
}

.croppie-container .cr-resizer {
 z-index: 2;
 -webkit-box-shadow: none;
 box-shadow: none;
 pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
 position: absolute;
 pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
 display: block;
 position: absolute;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 border: 1px solid #000000;
 background: #ffffff;
 width: 10px;
 height: 10px;
 content: "";
}

.croppie-container .cr-resizer-vertical {
 bottom: -5px;
 cursor: row-resize;
 width: 100%;
 height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
 left: 50%;
 margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
 right: -5px;
 cursor: col-resize;
 width: 10px;
 height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
 top: 50%;
 margin-top: -5px;
}

.croppie-container .cr-original-image {
 display: none;
}

.croppie-container .cr-vp-circle {
 border-radius: 50%;
}

.croppie-container .cr-overlay {
 z-index: 1;
 position: absolute;
 cursor: move;
 -ms-touch-action: none;
 touch-action: none;
}

.croppie-container .cr-slider-wrap {
 width: 75%;
 margin: 15px auto;
 text-align: center;
}

.cr-slider-wrap {
 display: none;
}

.croppie-result {
 position: relative;
 overflow: hidden;
}

.croppie-result img {
 position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
 -webkit-appearance: none;
 /*removes default webkit styles*/
 /*border: 1px solid white; */
 /*fix for FF unable to apply focus style bug */
 width: 300px;
 /*required for proper track sizing in FF*/
 max-width: 100%;
 padding-top: 8px;
 padding-bottom: 8px;
 background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
 width: 100%;
 height: 3px;
 background: rgba(0, 0, 0, 0.5);
 border: 0;
 border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
 -webkit-appearance: none;
 border: none;
 height: 16px;
 width: 16px;
 border-radius: 50%;
 background: #ddd;
 margin-top: -6px;
}

.cr-slider:focus {
 outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
 width: 100%;
 height: 3px;
 background: rgba(0, 0, 0, 0.5);
 border: 0;
 border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
 border: none;
 height: 16px;
 width: 16px;
 border-radius: 50%;
 background: #ddd;
 margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
 outline: 1px solid white;
 outline-offset: -1px;
}

.cr-slider::-ms-track {
 width: 100%;
 height: 5px;
 background: transparent;
 /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
 border-color: transparent;
 /*leave room for the larger thumb to overflow with a transparent border */
 border-width: 6px 0;
 color: transparent;
 /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
 background: rgba(0, 0, 0, 0.5);
 border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
 background: rgba(0, 0, 0, 0.5);
 border-radius: 10px;
}

.cr-slider::-ms-thumb {
 border: none;
 height: 16px;
 width: 16px;
 border-radius: 50%;
 background: #ddd;
 margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
 background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
 background: rgba(0, 0, 0, 0.5);
}

.crop_middle {
 background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
 position: absolute;
 bottom: 5px;
 left: 5px;
 z-index: 1;
}

.cr-rotate-controls button {
 border: 0;
 background: none;
}

.cr-rotate-controls i:before {
 display: inline-block;
 font-style: normal;
 font-weight: 900;
 font-size: 22px;
}

.cr-rotate-l i:before {
 content: "↺";
}

.cr-rotate-r i:before {
 content: "↻";
}

.i_tab_container {
 display: inline-block;
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_tab_header {
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-bottom: 1px solid #F0F2F5;
}

.border_top {
 border-top: 1px solid #F0F2F5;
}

.border_top_radius {
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -moz-border-top-left-radius: 10px;
 -moz-border-top-right-radius: 10px;
}

.border_bottom_radius {
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
 -moz-border-bottom-left-radius: 10px;
 -moz-border-bottom-right-radius: 10px;
}

.tab_item {
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 font-weight: 600;
 font-size: 13px;
 padding: 13px;
 color: #f65169;
 border-right: 1px solid #F0F2F5;
}

.teb_item:last-child {
 border-right: none;
}

.i_tab_list_item_container {
 display: inline-block;
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: inherit;
 font-size: 14px;
 color: #000000;
 font-weight: 400;
}

.i_tab_list_item {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-bottom: 1px solid #F0F2F5;
}

.agencies_settings .i_settings_wrapper_item {
 padding: 8px 0;
 flex-direction: column;
 align-items: stretch;
 overflow-x: hidden;
}

.agencies_settings .i_settings_wrapper_in {
 display: block;
 width: 100%;
 max-width: 100%;
}

.agencies_settings .i_settings_item_title {
 padding: 18px 20px 10px;
 font-size: 18px;
 width: 100%;
 text-align: left;
}

.agencies_settings .i_settings_item_title_for {
 padding: 6px 20px 18px;
 width: 100%;
 min-width: 0;
}

.agencies_settings .i_tab_container {
 background: #ffffff;
 border: 1px solid #F0F2F5;
 border-radius: 12px;
 overflow: hidden;
}

.agencies_settings .i_tab_header {
 background: #f9fafb;
}

.agencies_settings .i_tab_header .tab_item {
 white-space: normal;
 word-break: break-word;
 overflow-wrap: anywhere;
 hyphens: auto;
 line-height: 1.2;
 min-width: 0;
}

.agencies_settings .tab_item {
 font-size: 12px;
 letter-spacing: 0.04em;
 padding: 16px 12px;
 text-transform: uppercase;
 width: auto;
 white-space: nowrap;
 box-sizing: border-box;
 min-width: 0;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0;
 flex: 1 1 0;
}

.agencies_settings .i_tab_list_item {
 min-height: 54px;
}

.agencies_settings .tab_detail_item {
 padding: 16px 12px;
 width: auto;
 box-sizing: border-box;
 min-width: 0;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0;
 flex: 1 1 0;
}

.agencies_settings .i_tab_header .tab_item:last-child {
 border-right: none;
}

.agencies_settings .i_overflow_x_auto {
 padding: 4px 0;
}

.agencies_settings .tab_item.tab_detail_item_maxwidth,
.agencies_settings .tab_detail_item.tab_detail_item_maxwidth {
 max-width: none;
 min-width: 220px;
 width: 240px;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 240px;
 flex: 0 0 240px;
}

.agencies_settings .agency_actions {
 flex-direction: column;
 gap: 8px;
 align-items: stretch;
 width: 100%;
 min-width: 0;
}

.agencies_settings .agency_actions .creatorAgencyInviteAction,
.agencies_settings .agency_actions .agencyOwnerRequestAction {
 width: 100%;
 min-height: 38px;
 padding: 10px 12px;
 border-radius: 10px;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: 0.02em;
 text-transform: uppercase;
}

.agencies_settings .agency_actions .seePost {
 background: #e9f7ef;
 border-color: #cfeee0;
 color: #1e8e5a;
}

.agencies_settings .agency_actions .delu {
 background: #fdecec;
 border-color: #f5c2c7;
 color: #c23b32;
}

.agencies_settings .agency_actions .creatorAgencyInviteAction,
.agencies_settings .agency_actions .agencyOwnerRequestAction,
.agencies_settings .agency_actions .seePost,
.agencies_settings .agency_actions .delu {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 line-height: 1.2;
}

.agencies_settings .agency_actions .creatorAgencyInviteAction svg,
.agencies_settings .agency_actions .agencyOwnerRequestAction svg,
.agencies_settings .agency_actions .seePost svg,
.agencies_settings .agency_actions .delu svg {
 width: 18px;
 height: 18px;
 flex: 0 0 18px;
 display: block;
 fill: currentColor;
 stroke: currentColor;
}

.agencies_settings .agency_boost_row .agencyBoostPaymentMethod {
 width: 100%;
 min-height: 36px;
 padding: 6px 32px 6px 10px;
 border-radius: 10px;
 border: 1px solid #d7dde7;
 background-color: #f8fafc;
 color: #111827;
 font-size: 12px;
 font-weight: 600;
 box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
 box-sizing: border-box;
 cursor: pointer;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.agencies_settings .agency_boost_row .agencyBoostPaymentMethod:focus {
 border-color: #3b82f6;
 box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
 outline: none;
}

.agencies_settings .agency_boost_row .agencyBoostPaymentMethod:disabled {
 background-color: #f1f5f9;
 color: #9ca3af;
 cursor: not-allowed;
 box-shadow: none;
}

.agencies_settings .agency_actions .agencyBoostCreate {
 min-height: 36px;
 padding: 6px 10px;
 border-radius: 10px;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: 0.01em;
 text-transform: none;
 white-space: normal;
 text-align: center;
 line-height: 1.15;
 width: 100%;
 max-width: 100%;
 overflow: hidden;
 background: linear-gradient(135deg, #eefcf5, #ddf6e7);
 border-color: #bfe8d4;
 color: #137a49;
 box-shadow: 0 10px 18px rgba(16, 185, 129, 0.18);
 box-sizing: border-box;
 transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.agencies_settings .agency_actions .agencyBoostCreate:hover {
 transform: translateY(-1px);
 border-color: #a8dfc6;
 box-shadow: 0 14px 22px rgba(16, 185, 129, 0.22);
}

.agencies_settings .agency_actions .agencyBoostCreate.disabled,
.agencies_settings .agency_actions .agencyBoostCreate[aria-disabled="true"] {
 opacity: 0.6;
 cursor: not-allowed;
 transform: none;
 box-shadow: none;
}

.agencies_settings .agency_boost_scroll {
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
}

.agencies_settings .agency_table_wrap,
.agencies_settings .agency_boosted_table_wrap {
 max-width: 100%;
 width: 100%;
 min-width: 0;
 overflow-x: hidden;
}

.agencies_settings .agency_table_scroll,
.agencies_settings .agency_boosted_table_scroll {
 max-width: 100%;
 width: 100%;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 box-sizing: border-box;
}

.agencies_settings .agency_table,
.agencies_settings .agency_boosted_table {
 min-width: 900px;
}

.agencies_settings .agency_boost_table .i_tab_header,
.agencies_settings .agency_boost_table .i_tab_list_item {
 display: grid !important;
 grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.1fr) minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1.4fr) minmax(0, 1.1fr);
 align-items: center;
}

.agencies_settings .agency_boost_table .i_tab_header .tab_item {
 white-space: normal !important;
 word-break: break-word;
 overflow-wrap: anywhere;
 hyphens: auto;
 line-height: 1.2;
 font-size: 11px;
 letter-spacing: 0.015em;
 padding: 12px 8px;
 overflow: hidden;
 min-width: 0;
}

.agencies_settings .agency_boost_table .tab_item,
.agencies_settings .agency_boost_table .tab_detail_item {
 width: auto;
 min-width: 0;
 box-sizing: border-box;
}

.agencies_settings .agency_boost_table .tab_item.tab_detail_item_maxwidth,
.agencies_settings .agency_boost_table .tab_detail_item.tab_detail_item_maxwidth {
 width: auto;
 min-width: 0;
 max-width: none;
}

.agencies_settings .agency_boost_table .i_tab_header .agency_boost_header_label {
 display: block;
 max-width: 100%;
 white-space: normal;
 word-break: break-word;
 overflow-wrap: anywhere;
 line-height: 1.2;
 text-align: center;
}

.agencies_settings .agency_boost_table .i_tab_header .tab_item:nth-child(5),
.agencies_settings .agency_boost_table .i_tab_header .tab_item:nth-child(6),
.agencies_settings .agency_boost_table .i_tab_header .tab_item:nth-child(7) {
 font-size: 10px;
 letter-spacing: 0.01em;
 padding: 12px 6px;
}

.agencies_settings .agency_actions .agencyBoostCreate svg {
 vertical-align: -2px;
 margin-right: 6px;
}

.agencies_settings .agency_boost_table .i_tab_list_item .tab_detail_item {
 min-width: 0;
}

.agencies_settings .agency_boost_table .agencyBoostDuration,
.agencies_settings .agency_boost_table .agencyBoostPaymentMethod {
 max-width: 100%;
 width: 100%;
 box-sizing: border-box;
}

.agencies_settings .agency_profile_form {
 --agency-card-bg: #ffffff;
 --agency-card-border: #e6eaf2;
 --agency-card-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
 --agency-label: #111827;
 --agency-muted: #040720;
 --agency-input-bg: #f8fafc;
}

.agencies_settings .agency_profile_form .agency_profile_row {
 display: flex;
 flex-direction: column;
 gap: 10px;
 border-radius: 14px;
 background: var(--agency-card-bg);
 margin-bottom: 12px;
}

.agencies_settings .agency_profile_form .agency_profile_row .irow_box_left {
 width: 100%;
 font-weight: 600;
 font-size: 13px;
 color: var(--agency-label);
 justify-content: flex-start;
 align-items: flex-start;
 text-align: left;
}

.agencies_settings .agency_profile_form .agency_profile_row .irow_box_right {
 width: 100%;
 justify-content: flex-start;
 align-items: flex-start;
 text-align: left;
}

.agencies_settings .agency_profile_form textarea,
.agencies_settings .agency_profile_form input[type="text"],
.agencies_settings .agency_profile_form input[type="file"] {
 width: 100%;
}

.agencies_settings .agency_profile_form textarea.i_input,
.agencies_settings .agency_profile_form input.i_input {
 background: var(--agency-input-bg);
 border: 1px solid #dfe4ec;
 border-radius: 12px;
 padding: 12px 14px;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.agencies_settings .agency_profile_form textarea[name="agency_about"] {
 font-size: 14px;
 line-height: 1.6;
 font-family: inherit;
}

.agencies_settings .agency_profile_form textarea[name="agency_services"] {
 font-size: 14px;
 line-height: 1.6;
 font-family: inherit;
}

.agencies_settings .agency_profile_form textarea.i_input:focus,
.agencies_settings .agency_profile_form input.i_input:focus {
 border-color: #c5d0e0;
 background: #ffffff;
 box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
 outline: none;
}

.agencies_settings .agency_profile_form .agency_media_row {
 display: flex;
 align-items: center;
 gap: 12px;
 flex-wrap: wrap;
}

.agencies_settings .agency_profile_form .agency_media_preview {
 width: 56px;
 height: 56px;
 border-radius: 14px;
 overflow: hidden;
 flex: none;
}

.agencies_settings .agency_profile_form .agency_media_preview img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

.agencies_settings .agency_profile_form .agency_profile_section_title {
 font-weight: 600;
 font-size: 12px;
 color: var(--agency-muted);
 text-transform: uppercase;
 letter-spacing: 0.08em;
 margin: 8px 4px 12px;
}

.agencies_settings .agency_profile_form .agency_profile_socials {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
 gap: 12px;
 margin-bottom: 12px;
}

.agencies_settings .agency_profile_form .agency_profile_socials .agency_profile_row {
 box-shadow: none;
 margin-bottom: 0;
}

.agencies_settings .agency_profile_form .agency_profile_action {
 background: transparent;
 border: none;
 box-shadow: none;
 padding: 0;
 margin-top: 6px;
}

.agencies_settings .agency_profile_form .agency_profile_action .irow_box_right {
 display: flex;
 justify-content: flex-start;
}

.agencies_settings #creatorAgencyCreateForm {
 display: flex;
 flex-direction: column;
 gap: 12px;
}

.agencies_settings #creatorAgencyCreateForm .i_general_row_box_item {
 display: flex;
 flex-direction: column;
 gap: 10px;
 align-items: flex-start;
 border-radius: 14px;
 background: #ffffff;
 border: 1px solid #e6eaf2;
 padding: 14px;
}

.agencies_settings #creatorAgencyCreateForm .irow_box_left {
 width: 100%;
 font-weight: 600;
 font-size: 13px;
 color: #111827;
 justify-content: flex-start;
 align-items: flex-start;
 text-align: left;
}

.agencies_settings #creatorAgencyCreateForm .irow_box_right {
 width: 100%;
}

.agencies_settings #creatorAgencyCreateForm input.i_input {
 width: 100%;
 background: #f8fafc;
 border: 1px solid #dfe4ec;
 border-radius: 12px;
 padding: 12px 14px;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.agencies_settings #creatorAgencyCreateForm input.i_input:focus {
 border-color: #c5d0e0;
 background: #ffffff;
 box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
 outline: none;
}

@media (max-width: 768px) {
 .agencies_settings .i_tab_container {
 width: 100%;
 }
 .agencies_settings .i_tab_header .tab_item:last-child {
 border-right: none;
 }
 .agencies_settings .tab_item,
 .agencies_settings .tab_detail_item {
 min-width: 0;
 padding: 10px 8px;
 }
 .agencies_settings .tab_item {
 white-space: normal;
 word-break: break-word;
 overflow-wrap: anywhere;
 line-height: 1.2;
 font-size: 11px;
 letter-spacing: 0.02em;
 }
 .agencies_settings .tab_detail_item {
 word-break: break-word;
 overflow-wrap: anywhere;
 font-size: 12px;
 }
 .agencies_settings .tab_item.tab_detail_item_maxwidth,
 .agencies_settings .tab_detail_item.tab_detail_item_maxwidth {
 min-width: 0;
 width: auto;
 flex: 1 1 0;
 }
 .agencies_settings .agency_boost_table .i_tab_header,
 .agencies_settings .agency_boost_table .i_tab_list_item {
 grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, 1fr);
 }
 .agencies_settings .agency_boost_table .i_tab_header .tab_item {
 padding: 10px 6px;
 }
 .agencies_settings .agency_boost_table .i_tab_list_item .tab_detail_item {
 padding: 12px 6px;
 }
 .agencies_settings .agency_actions .agencyBoostCreate,
 .agencies_settings .agency_actions .creatorAgencyInviteAction,
 .agencies_settings .agency_actions .agencyOwnerRequestAction {
 padding: 8px 10px;
 font-size: 11px;
 }
}

@media (max-width: 520px) {
 .agencies_settings .agency_boost_table .i_tab_header,
 .agencies_settings .agency_boost_table .i_tab_list_item {
 grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 0.7fr) minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1.2fr);
 }
 .agencies_settings .agency_boost_table .i_tab_header .tab_item {
 font-size: 10px;
 letter-spacing: 0.01em;
 padding: 8px 6px;
 }
 .agencies_settings .agency_boost_table .i_tab_list_item .tab_detail_item {
 padding: 10px 6px;
 }
 .agencies_settings .agency_boost_row .agencyBoostPaymentMethod {
 padding: 5px 28px 5px 8px;
 font-size: 11px;
 }
 .agencies_settings .agency_actions {
 word-break: normal;
 overflow-wrap: normal;
 }
 .agencies_settings .agency_actions .agencyBoostCreate {
 padding: 6px 8px;
 font-size: 10px;
 letter-spacing: 0;
 line-height: 1.1;
 word-break: normal;
 overflow-wrap: normal;
 }
 .agencies_settings .agency_actions .agencyBoostCreate svg {
 margin-right: 4px;
 }
}
.tab_subscriber_avatar {
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 28px;
 height: 28px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 margin-right: 10px;
}

.truncated {
 display: block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.tab_subscriber_avatar img {
 height: 100%;
 width: 100%;
}

.tabing {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.tabing_non_justify {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.tabing__justify {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.tab_detail_item {
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 font-weight: 400;
 font-family: inherit;
 font-size: 14px;
 padding: 10px;
 color: #000000;
 border-right: 1px solid #F0F2F5;
}

.tab_detail_item a {
 text-decoration: none;
 color: #000000;
 font-weight: 500;
}

.tab_detail_item:last-child {
 border-right: none;
}

.i_become_creator_box_footer ul {
 list-style: none;
 display: inline-block;
 padding: 0;
 margin-top: 10px;
}

.i_become_creator_box_footer ul li {
 display: inline;
 text-align: center;
}

.i_become_creator_box_footer ul li a {
 text-decoration: none;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 500;
 font-size: 14px;
 padding: 10px;
 color: #f65169;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
}

.i_become_creator_box_footer ul li a:hover {
 background-color: #e0e3eb;
}

.i_become_creator_box_footer ul li.active a {
 background-color: #f65169;
 color: #ffffff;
}

.i_become_creator_box_footer ul li.next a,
.i_become_creator_box_footer ul li.prev a {
 font-weight: 600;
}

.tab_detail_item .active {
 background-color: #0097a7;
 color: #ffffff;
 padding: 5px;
 font-weight: 600;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-borde-radius: 30px;
}

.tab_detail_item .inactive {
 background-color: #f65169;
 color: #ffffff;
 padding: 5px;
 font-weight: 600;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-borde-radius: 30px;
}

.i_payout_methods_form_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding-bottom: 0px;
}

.payouts_form_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.tab_detail_item .tabing .pending {
 background-color: #f57c00;
}

.tab_detail_item .tabing .success {
 background-color: #43a047;
}

.tab_detail_item .tabing .declined {
 background-color: #e53935;
}

.minimum_amount {
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -ms-border-radius: 10px;
 padding: 15px;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 background-color: #fab429;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.minimum_amount svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 fill: #ffffff;
 width: 24px;
 height: 24px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 10px;
}

.method_not {
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -ms-border-radius: 10px;
 padding: 15px;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 background-color: #868dac;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-top: 15px;
}

.method_not svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 fill: #ffffff;
 width: 24px;
 height: 24px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 10px;
}

.method_not a {
 margin-left: 5px;
 text-decoration: none;
 font-weight: 600;
 color: #000000;
 text-transform: uppercase;
}

.method_not a:hover {
 color: #2e2e2e;
 text-decoration: underline;
}

.next_payout {
 padding: 20px;
 background-color: #e0e3eb;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 font-family: inherit;
 font-weight: 400;
 font-size: 14px;
}

.next_payout_title {
 font-weight: 600;
 font-size: 18px;
 color: #000000;
}

.next_payout_not {
 padding-top: 15px;
 color: #000000;
}

.your_balance {
 font-weight: 600;
 font-size: 30px;
 color: #2e2e2e;
 font-family: inherit;
 padding: 15px 0px;
}

.withdrawal_box {
 display: inline-block;
 width: 100%;
 padding: 10px 0px;
}

.withdrawal_box input {
 padding: 10px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 border: 1px solid #F0F2F5;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 min-width: 350px;
 outline: none;
}

.withdrawal_box input:focus {
 border: 1px solid #f65169;
}

.user_current_withdrawal {
 border: 1px solid #F0F2F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 background-color: #F0F1F5;
}

.current_withdrawal {
 display: inline-block;
 width: 100%;
}

.premium_locked {
 top: 0;
 right: 0;
 position: absolute;
 display: block;
 z-index: 2;
}

.premium_locked:after {
 border-top: 150px solid rgba(0, 0, 0, 0.4);
 border-left: 150px solid transparent;
 display: block;
 content: "";
}

.premium_locked_icon {
 position: absolute;
 z-index: 1;
 right: 20px;
 top: 20px;
}

.premium_locked_icon svg {
 width: 35px;
 height: 35px;
 fill: #ffffff;
}

.waiting_approve {
 width: 100%;
 padding: 15px;
 background-color: #F0F2F5;
 color: #000000;
 font-family: inherit;
 font-weight: 500;
 font-size: 14px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.waiting_approve svg {
 width: 23px;
 height: 23px;
 fill: #000000;
 margin-right: 10px;
}

.fr_subs {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 8px 15px;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-boder-radius: 10px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 cursor: pointer;
 color: #ffffff;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 position: absolute;
 bottom: 10px;
 left: 10px;
}

.fr_subs:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.fr_subs svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 4px;
}

.buyThisPost {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 12px 20px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-boder-radius: 10px;
 background: #d81b60;
 cursor: pointer;
 color: #ffffff;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.buyThisPost span {
 font-weight: 600;
 font-size: 22px;
 margin-right: 10px;
}

.buythistext {
 padding-top: 10px;
 font-weight: 500;
 font-size: 14px;
 color: #ffffff;
 font-family: inherit;
}

.purchase_premium_header {
 background-color: #F0F2F5;
 padding: 20px;
 font-weight: 600;
 font-size: 15px;
 color: #000000;
}

.purchase_post_details {
 display: inline-block;
 position: relative;
 width: 100%;
 padding: 15px;
 background-color: #ffffff;
}

.wallet-debit-confirm-container {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.owner_avatar {
 position: relative;
 width: 80px;
 height: 80px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-size: cover;
 background-position: center;
 background-color: #F0F2F5;
}

.album-details {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 font-weight: 600;
 color: #000000;
 font-family: inherit;
 font-size: 14px;
 padding-left: 15px;
}

.album-wanted-point {
 font-family: inherit;
 color: #f65169;
 padding: 0 1rem;
 font-size: 30px;
 line-height: 1.2rem;
 text-align: center;
 text-transform: uppercase;
 font-weight: 600;
 letter-spacing: 1px;
}

.album-wanted-point span {
 color: #2e2e2e;
 width: 100%;
 padding-top: 5px;
 font-size: 15px;
 font-weight: 300;
 text-transform: uppercase;
}

.premium_plans_container {
 width: 100%;
 padding: 20px;
 max-width: 1280px;
 margin: 0px auto;
 z-index: 1;
 font-family: inherit;
}

.premium_plans_container h1 {
 text-align: center;
 color: #ffffff;
 font-weight: 600;
 font-size: 45px;
 letter-spacing: 2px;
 text-transform: uppercase;
 line-height: 1;
 margin-top: 8rem;
 margin-bottom: 0.5rem;
}

.premium_plans_container h2 {
 text-align: center;
 color: #7a0a1b;
 font-weight: 400;
 font-size: 18px;
 letter-spacing: 2px;
 margin: 0;
 line-height: 1;
 opacity: 0.8;
 display: block;
}

.buyCreditWrapper {
 position: relative;
 width: 100%;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-top: 80px;
}

.credit_plan_box {
 padding: 0.5rem;
 -webkit-box-flex: 0;
 flex: 0 0 30%;
 -webkit-flex: 0 0 30%;
 -moz-flex: 0 0 30%;
 -ms-flex: 0 0 30%;
 -o-flex: 0 0 30%;
 position: relative;
}

.credit_plan_box.buyFrameGift i::after {
 content: none !important;
 display: none !important;
}

.plan_box {
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 padding: 2rem;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.plan_box:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 z-index: 5;
}

.plan_name {
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
 color: #f65169;
 margin-bottom: 0.75rem;
 width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 text-align: center;
}

.plan_name::after {
 width: 3rem;
 border-radius: 1rem;
 height: 0.3rem;
 content: "";
 background: #f65169;
 display: block;
 margin: 1.3rem auto;
}

.plan_value {
 position: relative;
 text-align: center;
 width: 100%;
}

.plan_price {
 font-size: 55px;
 font-weight: 700;
 line-height: 1;
 -webkit-box-align: baseline;
 -ms-flex-align: baseline;
 align-items: baseline;
 text-align: center;
 color: #000000;
 font-family: inherit;
}

.plan_point {
 display: block;
 font-size: 13px;
 text-transform: uppercase;
 line-height: 1;
 width: 100%;
 text-align: center;
 font-weight: 400;
}

.plan_point_icon {
 font-size: 3rem;
 margin-left: 0.5rem;
 position: absolute;
 opacity: 0.3;
 right: -1.5rem;
 top: -1rem;
}

.plan_point_icon svg {
 width: 26px;
 height: 26px;
 fill: #2e2e2e;
}

.purchaseButton {
 margin-top: 2rem;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 margin-bottom: 1rem;
 border: 1px solid #f65169;
 width: 100%;
 display: block;
 padding: 15px 30px;
 font-size: 14px;
 text-transform: uppercase;
 color: #f65169;
 letter-spacing: 3px;
 font-weight: 300;
 line-height: 1;
 position: relative;
 text-align: center;
}

.purchaseButton strong .plan_point_icon {
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 display: inline-block;
 font-style: normal;
 font-variant: normal;
 text-rendering: auto;
 line-height: 1;
}

.purchaseButton strong span svg {
 width: 15px;
 height: 15px;
 fill: #f65169;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 vertical-align: middle;
}

.plan_box:hover .purchaseButton {
 border: 1px solid #f65169;
 background-color: #f65169;
 color: #ffffff;
}

.plan_box:hover .purchaseButton strong span svg {
 fill: #ffffff;
}

.foramount {
 color: #000000;
 text-align: center;
 letter-spacing: 1px;
 text-transform: none;
 font-size: 1.2rem;
 margin-top: 0.25rem;
 font-size: 13px;
}

.plan_box:hover .purchaseButton .foramount {
 color: #ffffff;
}

.purchaseButton.purchase_points_action_default {
 padding: 16px 22px;
 text-transform: none;
 letter-spacing: 0;
 line-height: 1.35;
}

.purchase_points_action_cta_default {
 display: block;
 max-width: 210px;
 margin: 0 auto;
 font-size: 14px;
 font-weight: 500;
 line-height: 1.3;
}

.payment_method_box {
 float: left;
 position: relative;
 width: 100%;
 width: calc(50% - 0px);
 width: -o-calc(100% / 2 - 0px);
 width: -ms-calc(100% / 2 - 0px);
 width: -moz-calc(100% / 2 - 0px);
 padding: 15px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 cursor: pointer;
}

.payment_method_box:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.payment_method_item {
 width: 100% !important;
 min-height: 64px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 border: 1px solid #e8ecf4;
 background: none !important;
 background-color: #f8f9fc !important;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 0 14px;
 text-align: center;
}

.payment_method_label {
 display: block;
 width: 100%;
 font-weight: 700;
 font-size: 14px;
 font-family: inherit;
 color: #2e2e2e;
 letter-spacing: 0.3px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.bitpay {
 width: 90px;
 height: 40px;
 background: url("paymentIcons/bitpay.svg") no-repeat center;
 background-size: cover;
}

.razorpay {
 width: 120px;
 height: 40px;
 background: url("paymentIcons/razorpay-logo.svg") no-repeat center;
 background-size: contain;
}

.paypal {
 width: 90px;
 height: 40px;
 background: url("paymentIcons/paypal.svg") no-repeat center;
 background-size: cover;
 -webkit-background-size: cover;
 -o-background-size: cover;
 -ms-background-size: cover;
}

.stripe {
 width: 90px;
 height: 40px;
 background-image: url("paymentIcons/stripe.svg");
 background-repeat: no-repeat;
 background-size: contain;
}

.paystack {
 width: 120px;
 height: 40px;
 background: url("paymentIcons/paystack-logo.svg") no-repeat center;
 background-size: contain;
}

.iyzico {
 width: 92px;
 height: 40px;
 background: url("paymentIcons/iyzico-logo.svg") no-repeat center;
 background-size: cover;
 -webkit-background-size: cover;
 -o-background-size: cover;
 -ms-background-size: cover;
}

.authorize {
 width: 90px;
 height: 40px;
 background: url("paymentIcons/authorize.svg") no-repeat center;
 background-size: contain;
}

.coinpayment {
 width: 90px;
 height: 40px;
 background: url("paymentIcons/coinpayment.svg") no-repeat center;
 background-size: contain;
}

.point_purchase_not {
 background-color: #f57c00;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 padding: 15px;
 margin-top: 30px;
}

.point_purchase_not svg {
 width: 30px;
 height: 30px;
 fill: #ffffff;
 margin-right: 10px;
}

.payment_failed,
.payment_success {
 width: 100%;
 max-width: 800px;
 margin: 0px auto;
 padding-top: 100px;
}

.payment_result_icon {
 width: 100%;
 max-width: 350px;
 margin: 0px auto;
}

.payment_result_icon svg {
 width: 300px;
 height: 300px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -o-flex;
 display: -ms-flex;
 display: -moz-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.payment_result_title {
 text-align: center;
 font-weight: 700;
 font-size: 35px;
 color: #f65169;
 font-family: inherit;
}

.payment_result_description {
 text-align: center;
 font-weight: 500;
 font-size: 16px;
 color: #2e2e2e;
 font-family: inherit;
}

.payment_result_footer {
 width: 100%;
 padding: 15px 0px;
 text-align: center;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
}

.payment_result_item {
 width: 100%;
 max-width: 200px;
 text-align: center;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 padding: 15px 12px;
}

.payment_result_item:hover {
 background-color: #e0e3eb;
}

.payment_result_item a {
 text-decoration: none;
 color: #000000;
 font-weight: 600;
}

.payment_result_item a:hover {
 color: #f65169;
}

.pay_form_group_plus .i_form_group_plus_extra > label {
 font-weight: 600;
 color: #525c7a;
 font-size: 14px;
 letter-spacing: 1px;
 width: 100%;
 display: block;
 line-height: normal;
 padding-bottom: 0.5rem;
}

.pay_form_group_plus .i_form_group_plus_extra .form-control input {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
}

.i_form_group_plus_extra {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 width: calc(33.3333333333% - 0px);
 width: -o-calc(100% / 3 - 0px);
 width: -ms-calc(100% / 3 - 0px);
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 padding-right: 15px;
}

.i_form_group_plus_extra .form-control #card_expiry {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
 background-color: #ffffff;
 padding-left: 45px;
}

.i_form_group_plus_extra .form-control #card_cvc {
 width: 100%;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 15px;
 outline: none;
 border: 1px solid transparent;
 font-size: 14px;
 color: #000000;
 background-color: #ffffff;
 padding-left: 45px;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus_extra .form-control {
 position: relative;
}

.i_credit_card_form .pay_form_group_plus .i_form_group_plus_extra .form-control .inora_user_input {
 padding-left: 45px;
}

.i_form_group_plus_extra:last-child {
 padding-right: 0px;
}

.i_tab_padding {
 padding: 15px;
}

.general_page_footer {
 position: relative;
 padding: 25px 15px;
 text-transform: uppercase;
 text-align: center;
 font-weight: 600;
}

.i_sub_box_container {
 width: 100%;
 width: calc(50% - 4px);
 width: -ms-calc(50% - 4px);
 width: -o-calc(50% - 4px);
 float: left;
 padding: 8px;
}

.i_sub_box_wrp {
 position: relative;
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 13px;
 border: 1px solid #F0F2F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -moz-border-radius: 10px;
}

.isubavatar {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 80px;
 height: 80px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-color: #F0F2F5;
}

.isubavatar img {
 height: 100%;
 width: 100%;
}

.i_sub_box_name_time {
 padding-left: 16px;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
}

.i_sub_box_name {
 font-weight: 600;
 font-size: 17px;
 padding-bottom: 5px;
}

.i_sub_box_name a {
 color: #000000;
 text-decoration: none;
}

.i_sub_box_name a:hover {
 color: #f65169;
}

.i_sub_box_unm {
 font-weight: 400;
 font-size: 14px;
 color: #b3b9cc;
}

.i_sub_flw {
 -webkit-box-flex: 1;
 -ms-flex: auto;
 flex: auto;
 margin: 0px auto;
}

.i_sub_flw .i_btn_like_item_flw {
 margin: 0px auto;
 padding: 8px 12px;
 text-align: center;
 color: #ffffff;
 border: 1px solid #f65169;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.i_sub_flw .i_btn_like_item_flw:hover {
 color: #000000;
 background-color: #F0F2F5;
 border: 1px solid #F0F2F5;
}

.i_sub_flw .i_btn_like_item_flw svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 23px;
 height: 23px;
 fill: #ffffff;
 margin-right: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_sub_flw .i_btn_like_item_flw:hover svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 23px;
 height: 23px;
 fill: #000000;
 margin-right: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_sub_flw .i_btn_like_item {
 margin: 0px auto;
 padding: 8px 12px;
 text-align: center;
 color: #000000;
 background-color: #F0F2F5;
 border: 1px solid #F0F2F5;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.i_sub_flw .i_btn_like_item:hover {
 background-color: #f65169;
 color: #ffffff;
}

.i_sub_flw .i_btn_like_item svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 23px;
 height: 23px;
 fill: #000000;
 margin-right: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_sub_flw .i_btn_like_item:hover svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 23px;
 height: 23px;
 fill: #ffffff;
 margin-right: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.pointIN {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 12px 15px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 outline: none;
 border: none;
 border: 2px solid #F0F1F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 margin-top: 10px;
 width: 100%;
}

.point_input_wrapper {
 display: inline-block;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
}

.become_a_creator {
 color: #fab429;
 font-weight: 500;
 font-size: 14px;
 text-align: center;
}

/*CHAT PAGE STYLES*/
.i_chat_wrapper {
 position: relative;
 width: 100%;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 min-height: calc(100vh - 72px);
 min-height: -o-calc(100vh - 72px);
 min-height: -ms-calc(100vh - 72px);
 background-color: #ffffff;
}

.chat_left_container {
 z-index: 1;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 width: 360px;
 position: relative;
 min-width: 0px;
 min-height: inherit;
 max-width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.chat_middle_container {
 z-index: 0;
 -ms-flex-preferred-size: 0px;
 flex-basis: 0px;
 -ms-flex-negative: 1;
 flex-shrink: 1;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 position: relative;
 min-width: 0px;
 min-height: inherit;
 max-width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 border-left: 1px solid #e0e3eb;
}

.chat_left_header {
 padding: 15px 18px 10px 15px;
 width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.chat_left_header_title {
 font-weight: 700;
 font-size: 20px;
 font-family: inherit;
 color: #000000;
 text-align: left;
}

.chat_search_box {
 padding: 10px 0px;
 position: relative;
}

.c_search {
 outline: none;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 30px;
 background-color: #F0F2F5;
 width: 100%;
 padding: 8px 20px;
 border: 1px solid transparent;
 font-weight: 300;
 font-size: 14px;
 color: #000000;
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACyElEQVRIie2WTUhUURTHf+fONFbQQkhLKohKIqFoEUi4LmrahNLkG61NUaTmzl3Bo2UfYKbmVpx5MwgRpH1Ai6JdEBFEtQrsOyKCKFBr3j0t3hsxy+a9ylb9N/ed+849v8u595574b/+kSSqo+u6pm5dw+qvydIqtfbzklTq1eFM5sOCgfuKxfWJku1B2AusmPVLgfugI3519VB3Oj39V8CqKoOed0KREwKpCnEm1Ehrl+Pc/SOwqspFzxtW5EDY5QNjgl5HEy+s+CnBbFU0I9AQ+kwp2tLV1nbtt8ED+fxJkFOh+ciqdY63tz+c6+e6rqndsPGIivYCVcAnEqaxs7X1SWxwX7G43vj2cZjeR8lFyaajmczHXwUZ8LxdKONAArjZ2ZbdWQls5nYkSrYnhPpWrVMJCtCZzd5A6A3NHf2FQmMssOu6Jty9gIz/LL3zBiqVThPsBUS1ORZ4eX39GsIjI9hIm6SsYwcPvkO5B6DKtlhgjFlZ/lSR53HAAIhOBA11scBGdXIGbGVJbDCyNGioWEy+A6eSyZcEFQljdHN8MOUxE7HAYe29D2CV/a7r/rDr59OFXK4JWBtYejsWOBw0AiDQULth45EoUPfWraQRcyY0J5Mi+dhgv7p6iDBVKto7mCvurgStef12CNgeTFjPHc1m38cGd6fT02qkFZgCqlTs2IDnne0bHa2Z63shl2uqef3mDuihmYmLPKgEDSY4j/rz+bQgRWBZOWZ4Tp+pYbEoW5hZ0+80LUZaOhzn6m+BAQaKxU349jyw4xduk4Ke80UeGCVPcFlUhEd6gfQXCo2i2qzKNlHqEL4iPFWV24tEvfKaDhYKe9TqpSjwyE+fqApvqsvAYoUvxsq+jgPOlQUHR4UvCBh+SPuUr7a+u739Zfl/5MoUVx2Oc1WMtBAcS6myqQVj/VQXh0dX9eVyq/8p9L9m6xtdNRQHwoG8EgAAAABJRU5ErkJggg==");
 background-repeat: no-repeat;
 background-position: 12px 7px;
 padding-left: 46px;
 background-size: 20px;
 -webkit-transition: background-color 0.3s linear;
 transition: background-color 0.3s linear;
}

.chat_users_wrapper {
 min-height: 0;
 -webkit-perspective-origin: right top;
 perspective-origin: right top;
 overflow-x: hidden;
 scrollbar-width: none;
 overflow-x: hidden;
 position: relative;
 -webkit-perspective: 1px;
 perspective: 1px;
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
 will-change: transform, scroll-position;
 -ms-flex-negative: 1;
 flex-shrink: 1;
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 padding: 15px 10px;
}

.chat_users_wrapper a {
 text-decoration: none;
 color: #000000;
}

.i_message_owner_name .i_plus_g {
 display: initial;
}

.i_message_owner_name .i_plus_g svg {
 width: 14px;
 height: 14px;
}

.chat_empty {
 width: 100%;
 height: 100%;
 background-color: #F0F2F5;
}

.chat_empty_logo {
 width: 100%;
 max-width: 280px;
 height: 280px;
 background-image: url("img/chat.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.chat_empty_state {
 min-height: 100%;
 padding: 24px;
}

.chat_empty_card {
 width: min(100%, 420px);
 padding: 28px 24px;
 text-align: center;
 background: #ffffff;
 border: 1px solid #dfe5f0;
 border-radius: 24px;
 box-shadow: 0 18px 45px rgba(82, 92, 122, 0.12);
}

.chat_empty_state .chat_empty_logo {
 max-width: 150px;
 height: 150px;
 margin: 0 auto 14px;
 opacity: 0.92;
}

.chat_empty_title {
 font-size: 22px;
 font-weight: 800;
 color: #101827;
 margin-bottom: 8px;
}

.chat_empty_text {
 font-size: 15px;
 line-height: 1.45;
 color: #040720;
}

@media (max-width: 768px) {
 .chat_empty_state {
 padding: 18px;
 }

 .chat_empty_card {
 padding: 24px 18px;
 border-radius: 20px;
 }

 .chat_empty_title {
 font-size: 19px;
 }
}

.conversation_box_header {
 width: 100%;
 padding: 15px;
 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
 z-index: 5;
}

.conversation_avatar {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 48px;
 height: 48px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-color: #F0F1F5;
}

.conversation_avatar img {
 height: 100%;
 width: 100%;
}

.conversation_user_d {
 width: 100%;
}

.conversation_user {
 position: relative;
 padding-left: 10px;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
}

.c_u_f_nm {
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
}

.c_u_f_nm a {
 text-decoration: none;
 color: #000000;
}

.c_dotdot {
 width: 40px;
 height: 40px;
 position: relative;
}

.c_set {
 position: relative;
 padding: 14px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 cursor: pointer;
}

.c_set:hover {
 background-color: #e0e3eb;
}

.c_set svg {
 width: 20px;
 height: 20px;
 fill: #000000;
}

.cSetc {
 position: absolute;
 width: 100%;
 max-width: 220px;
 min-width: 220px;
 padding: 10px 0px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 right: 0px;
 top: 50px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 display: none;
}

.cSetc .i_post_menu_item_out {
 cursor: pointer;
}

.conversations_container {
 width: 100%;
 height: 100%;
 overflow-y: hidden;
 -ms-flex-preferred-size: 1;
 flex-basis: 1;
 overflow-x: hidden;
 position: relative;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.messages_container {
 -ms-flex-preferred-size: 0px;
 flex-basis: 0px;
 position: relative;
 max-width: 100%;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.msg_wrapper {
 -ms-flex-preferred-size: 0px;
 flex-basis: 0px;
 position: relative;
 max-width: 100%;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.message_send_form_wrapper {
 -ms-flex-negative: 0;
 flex-shrink: 0;
 -ms-flex-preferred-size: 54px;
 flex-basis: 54px;
 border-top: 1px solid #e0e3eb;
 padding: 8px 0px;
}

.all_messages {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 bottom: 0px;
 overflow-x: hidden;
 overflow-y: scroll;
 padding-top: 15px;
}

.all_messages_container {
 position: relative;
 width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.msg {
 position: relative;
 width: 100%;
 padding: 3px 20px;
 display: inline-block;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
}

.msg_me {
 float: right;
 max-width: 500px;
 padding: 12px;
 background-color: rgb(0, 153, 255);
 color: #ffffff;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -o-border-bottom-right-radius: 5px;
 -ms-border-top-right-radius: 5px;
 -moz-border-bottom-right-radius: 5px;
 border-top-left-radius: 30px;
 border-bottom-left-radius: 30px;
 -webkit-border-top-left-radius: 30px;
 -o-border-bottom-left-radius: 30px;
 -ms-border-top-left-radius: 30px;
 -moz-border-bottom-left-radius: 30px;
 position: relative;
}

.msg_with_sticker {
 background-color: transparent !important;
}

.msg_friend {
 float: left;
 max-width: 500px;
 padding: 12px;
 background-color: #E4E6EB;
 color: #000000;
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -o-border-bottom-left-radius: 5px;
 -ms-border-top-left-radius: 5px;
 -moz-border-bottom-left-radius: 5px;
 border-top-right-radius: 30px;
 border-bottom-right-radius: 30px;
 -webkit-border-top-right-radius: 30px;
 -o-border-bottom-right-radius: 30px;
 -ms-border-top-right-radius: 30px;
 -moz-border-bottom-right-radius: 30px;
 position: relative;
}

.msg_with_gif {
 padding: 0px !important;
 background-color: transparent !important;
}

.msg_txt {
 display: inline-block;
 width: 100%;
 padding: 10px;
 word-break: break-word;
 word-wrap: break-word;
 white-space: pre-wrap;
}

.story-reply-card {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 6px 8px;
 border-radius: 12px;
 margin: 2px 0 8px;
}

.msg_me .story-reply-card {
 background: rgba(255, 255, 255, 0.18);
}

.msg_friend .story-reply-card {
 background: rgba(0, 0, 0, 0.06);
}

.story-reply-thumb {
 width: 40px;
 height: 40px;
 border-radius: 8px;
 background-size: cover;
 background-position: center;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 border: 1px solid rgba(255, 255, 255, 0.25);
}

.msg_friend .story-reply-thumb {
 border-color: rgba(0, 0, 0, 0.1);
}

.story-reply-meta {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 line-height: 1.2;
}

.story-reply-label {
 font-size: 12px;
 font-weight: 600;
 color: inherit;
}

.story-reply-unavailable {
 font-size: 11px;
 opacity: 0.7;
 color: inherit;
}

.msg_friend .msg_o_avatar {
 position: absolute;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 border: 2px solid #ffffff;
 left: -10px;
 top: -10px;
 z-index: 1;
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 overflow: hidden;
 background-color: #ffffff;
}

.msg_me .msg_o_avatar {
 position: absolute;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 border: 2px solid #ffffff;
 right: -10px;
 top: -10px;
 z-index: 1;
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 overflow: hidden;
 background-color: #ffffff;
}

.msg_me img,
.msg_friend img {
 width: 100%;
 height: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.me_btns_cont {
 position: absolute;
 background-color: #ffffff;
 bottom: 0px;
 right: -10px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 cursor: pointer;
}

.me_btns_cont:hover {
 background-color: #F0F2F5;
}

.me_btns_cont_icon {
 position: relative;
 padding: 4px;
}

.me_btns_cont_icon svg {
 width: 10px;
 height: 10px;
 fill: #000000;
}

.me_msg_plus {
 position: absolute;
 width: 200px;
 padding: 10px 0px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 top: 20px;
 right: 0px;
 z-index: 2;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 display: none;
}

.message_form_items {
 position: relative;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 padding: 0px 2px;
 width: 100%;
}

.message_form_plus {
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 cursor: pointer;
}

.message_form_plus:hover {
 background-color: #F0F2F5;
}

.message_pls {
 padding: 10px;
}

.message_pls svg {
 width: 20px;
 height: 20px;
 fill: #000000;
}

.message_send_text {
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 padding: 0px 3px;
}

.message_text_textarea {
 width: 100%;
 position: relative;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 -moz-border-radius: 30px;
 -ms-border-radius: 30px;
 background-color: #F0F2F5;
 padding-left: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
}

.message_text_textarea textarea {
 width: 100%;
 border: none;
 resize: none;
 outline: none;
 background-color: transparent;
 font-size: 14px;
 color: #000000;
 font-weight: 400;
 font-family: inherit;
 padding: 0px;
 margin: 0px;
 height: 34px;
 padding: 8px 10px;
}

.message_smiley {
 position: absolute;
 z-index: 5;
 right: 0px;
 bottom: 0px;
}

.message_smiley .message_form_smiley_plus {
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 cursor: pointer;
}

.message_smiley .message_form_smiley_plus:hover {
 background-color: #e0e3eb;
}

.message_smiley .message_form_smiley_plus .message_pls {
 padding: 8px;
}

.Message_stickersContainer {
 position: relative;
 display: inline-block;
 width: 100%;
 right: 0px;
 top: 0px;
 height: 380px;
 z-index: 1;
}

.Message_stickers_wrapper {
 padding: 5px;
}

.Message_stickers_wrapper .Message_sticker {
 display: inline-block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 overflow: hidden;
 cursor: pointer;
 width: 100%;
 width: calc(25% - 5px);
 width: -o-calc(100% / 4 - 5px);
 width: -ms-calc(100% / 4 - 5px);
}

.Message_stickers_wrapper .Message_sticker img {
 position: relative;
 width: 100%;
}

.giphy_results_container_conversation {
 /* Prevent vertical gaps */
 line-height: 0;
 -webkit-column-count: 4;
 -webkit-column-gap: 0px;
 -moz-column-count: 4;
 -moz-column-gap: 0px;
 column-count: 4;
 column-gap: 0px;
 display: table-cell;
}

.giphy_results_container_conversation img {
 /* Just in case there are inline attributes */
 width: 99% !important;
 height: auto !important;
 margin: 1px;
 border-radius: 8px;
 cursor: pointer;
}

.nanos {
 padding: 0px 15px;
 overflow-x: hidden;
 overflow-y: scroll;
 position: relative;
 background-color: #ffffff;
}

.preLoadC {
 display: inline-block;
 padding: 15px;
 width: 100%;
}

.Message_stickers_wrapper .sticker {
 display: inline-block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 overflow: hidden;
 cursor: pointer;
 width: 80px;
 height: 80px;
}

.Message_stickers_wrapper .sticker img {
 position: relative;
 width: 100%;
}

.fl_btns {
 position: absolute;
 top: -65px;
 left: 0px;
 overflow: hidden;
}

.ch_fl_btns_container {
 position: relative;
 width: 100%;
 padding-left: 10px;
}

.ch_btn_item {
 padding: 15px;
 margin-right: 5px;
 cursor: pointer;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 -webkit-transform-origin: top center;
 transform-origin: top center;
}

.cimage {
 display: none;
 opacity: 0;
}

.ch_btn_item:nth-child(1) {
 -webkit-transition: all 0.1s ease-out;
 transition: all 0.1s ease-out;
 -webkit-animation: slideInUp 0.1s ease-in-out 0.1s;
 animation: slideInUp 0.1s ease-in-out 0.1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 background-color: #9F4EC8;
}

.ch_btn_item:nth-child(2) {
 -webkit-transition: all 0.15s ease-out;
 transition: all 0.15s ease-out;
 -webkit-animation: slideInUp 0.15s ease-in-out 0.15s;
 animation: slideInUp 0.15s ease-in-out 0.15s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 background-color: #DA4F7A;
}

.ch_btn_item:nth-child(3) {
 -webkit-transition: all 0.2s ease-out;
 transition: all 0.2s ease-out;
 -webkit-animation: slideInUp 0.2s ease-in-out 0.2s;
 animation: slideInUp 0.2s ease-in-out 0.2s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 background-color: #5F68C6;
}

.ch_btn_item label .ch_svg svg {
 width: 20px;
 height: 20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 fill: #ffffff;
}

.msg_txt .mStick {
 width: 80px;
 height: auto;
 display: block;
 position: relative;
}

.msg_txt img.mGifM {
 width: 100%;
 height: auto;
 display: block;
 position: relative;
 overflow: hidden;
 border-top-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 -o-border-top-left-radius: 20px;
 -ms-border-top-left-radius: 20px;
 border-bottom-left-radius: 20px;
 -webkit-border-bottom-left-radius: 20px;
 -o-border-bottom-left-radius: 20px;
 -ms-border-bottom-left-radius: 20px;
 border-top-right-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -o-border-top-right-radius: 5px;
 -ms-border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -o-border-bottom-right-radius: 5px;
 -ms-border-bottom-right-radius: 5px;
}

.msg:last-child .msg_me .me_btns_cont .me_msg_plus {
 position: absolute;
 width: 200px;
 padding: 10px 0px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 top: -75px;
 right: 0px;
 z-index: 2;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 display: none;
}

.loading_messages {
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 padding: 15px;
}

.loading_wrapper {
 width: 100%;
 max-width: 80px;
 margin: 0px auto;
 background-color: #ffffff;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 -o-border-radius: 30px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.loading_messages .loading_wrapper .i_loading .dot-pulse {
 left: -9962px;
 top: 0px;
}

.seen_all {
 padding: 20px;
}

.nmore {
 color: #ffffff;
 background-color: #f65169;
 font-weight: 500;
 font-size: 15px;
 font-family: inherit;
 width: 100%;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 -o-border-radius: 30px;
 max-width: 500px;
 margin: 0px auto;
 padding: 15px;
 text-align: center;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.i_uploaded_item_m {
 position: relative;
 float: left;
 width: calc(25% - 1px);
 width: -moz-calc(100%/4 - 1px);
 padding: 3px;
}

.mmi_i {
 background-color: transparent !important;
 padding: 0px !important;
 float: initial;
 margin-left: auto;
}

.msg .mmi_i .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_three .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_four .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_five .i_post_image_swip_wrapper:nth-child(1) {
 border-top-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 -o-border-top-left-radius: 20px;
 -ms-border-top-left-radius: 20px;
}

.msg .mmi_i .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_i .i_image_three .i_post_image_swip_wrapper:nth-child(1) {
 border-bottom-left-radius: 20px;
 -webkit-border-bottom-left-radius: 20px;
 -o-border-bottom-left-radius: 20px;
 -ms-border-bottom-left-radius: 20px;
}

.msg .mmi_i .i_image_four .i_post_image_swip_wrapper:nth-child(2),
.msg .mmi_i .i_image_five .i_post_image_swip_wrapper:nth-child(2) {
 border-bottom-left-radius: 20px;
 -webkit-border-bottom-left-radius: 20px;
 -o-border-bottom-left-radius: 20px;
 -ms-border-bottom-left-radius: 20px;
}

.mmi_if {
 float: initial;
 padding: 0px !important;
 background-color: transparent !important;
}

.msg .mmi_if .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_three .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_four .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_five .i_post_image_swip_wrapper:nth-child(1) {
 border-top-right-radius: 20px;
 -webkit-border-top-right-radius: 20px;
 -o-border-top-right-radius: 20px;
 -ms-border-top-right-radius: 20px;
}

.msg .mmi_if .i_image_one .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_two .i_post_image_swip_wrapper:nth-child(1),
.msg .mmi_if .i_image_three .i_post_image_swip_wrapper:nth-child(1) {
 border-bottom-right-radius: 20px;
 -webkit-border-bottom-right-radius: 20px;
 -o-border-bottom-right-radius: 20px;
 -ms-border-bottom-right-radius: 20px;
}

.msg .mmi_if .i_image_four .i_post_image_swip_wrapper:nth-child(4),
.msg .mmi_if .i_image_five .i_post_image_swip_wrapper:nth-child(4) {
 border-bottom-right-radius: 20px;
 -webkit-border-bottom-right-radius: 20px;
 -o-border-bottom-right-radius: 20px;
 -ms-border-bottom-right-radius: 20px;
}

.msg_time_me {
 display: inline-block;
 width: 100%;
 padding: 2px;
 font-weight: 500;
 font-size: 12px;
 text-align: right;
}

.msg_time_fri {
 display: inline-block;
 width: 100%;
 padding: 2px;
 font-weight: 500;
 font-size: 12px;
}

.seenStatus {
 float: right;
}

.notSeen svg {
 width: 15px;
 height: 15px;
 fill: #858fad;
 margin-left: 5px;
}

.seen svg {
 width: 15px;
 height: 15px;
 fill: #f65169;
 margin-left: 5px;
}

.c_u_time {
 font-weight: 400;
 font-size: 13px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-top: 4px;
}

.typingStyle {
 font-weight: 600;
 color: #f65169;
}

.i_message_not_icon {
 position: absolute;
 padding: 5px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 background-color: #f65169;
 z-index: 1;
 bottom: -5px;
 right: -5px;
 border: 2px solid #ffffff;
}

.i_message_not_icon svg {
 width: 13px;
 height: 13px;
 fill: #ffffff;
}

#moreType {
 position: relative;
}

#moreType .loaderWrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: rgba(255, 255, 255, 0.7);
 z-index: 6;
 left: 0px;
 top: 0px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: initial;
 -ms-flex-align: initial;
 align-items: initial;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

#moreType .loaderWrapper .loaderContainer {
 top: 100px;
}

.NotLoginYet {
 max-width: 1200px;
 margin: 0px auto;
}

.creators_wrapper {
 max-width: 1280px;
 margin: 0px auto;
 padding: 42px 18px 0;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 gap: 18px;
}

.creators_hero {
 width: 100%;
 position: relative;
 overflow: hidden;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -o-border-radius: 16px;
 -moz-border-radius: 16px;
 -ms-border-radius: 16px;
 padding: 22px 22px;
 background: linear-gradient(135deg, #fff4f5, #f4f7ff);
 border: 1px solid #f0e9f4;
 -webkit-box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
 box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

.creators_hero:after {
 content: "";
 position: absolute;
 right: -120px;
 top: -140px;
 width: 260px;
 height: 260px;
 background: radial-gradient(circle, rgba(246, 81, 105, 0.2), transparent 60%);
 -webkit-transform: rotate(-8deg);
 transform: rotate(-8deg);
}

.creators_hero_kicker {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 background: #ffffff;
 border: 1px solid #eef0f5;
 padding: 8px 12px;
 border-radius: 999px;
 color: #f65169;
 font-weight: 700;
 font-size: 12px;
 letter-spacing: 0.4px;
 text-transform: uppercase;
 position: relative;
 z-index: 1;
 -ms-flex-item-align: start;
 align-self: flex-start;
}

.creators_hero_kicker svg {
 width: 18px;
 height: 18px;
 fill: #f65169;
}

.creators_hero_content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 18px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 position: relative;
 z-index: 1;
}

.creators_hero_text {
 max-width: 640px;
}

.creators_hero_title {
 margin: 12px 0 6px;
 font-size: 28px;
 line-height: 1.1;
 color: #0f172a;
}

.creators_hero_subtitle {
 margin: 0;
 color: #4b5563;
 font-size: 15px;
 line-height: 1.6;
}

.creators_hero_highlights {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 gap: 10px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.creators_hero_chip {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 gap: 10px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 12px 14px;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 -o-border-radius: 14px;
 -moz-border-radius: 14px;
 -ms-border-radius: 14px;
 background: #ffffff;
 border: 1px solid #eef0f5;
 color: #0f172a;
 min-width: 180px;
 -webkit-box-shadow: none;
 box-shadow: none;
 cursor: default;
}

.creators_hero_icon svg {
 width: 20px;
 height: 20px;
 fill: #f65169;
}

.chip_label {
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 0.4px;
 color: #040720;
}

.chip_value {
 font-size: 15px;
 font-weight: 700;
}

.creators_menu_wrapper {
 display: block;
 width: 100%;
 padding: 4px 0;
 position: relative;
}

.creators_menu_shell {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 background: #ffffff;
 border: 1px solid #e8ecf5;
 border-radius: 35px;
 padding: 10px 12px;
 overflow: visible;
 position: relative;
 -webkit-box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
 box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.creators_menu_list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 gap: 8px;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 width: 100%;
}

.creator_item {
 position: relative;
 padding: 10px 14px;
 font-family: inherit;
 font-size: 14px;
 font-weight: 700;
 color: #374151;
 line-height: 22px;
 cursor: pointer;
 text-align: center;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 -o-border-radius: 999px;
 -moz-border-radius: 999px;
 -ms-border-radius: 999px;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 background: transparent;
 border: 1px solid transparent;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
 white-space: nowrap;
}

.creator_item:last-child {
 margin-right: 0px;
}

.creator_item:hover {
 color: #111827;
 background: #f7f8fb;
 border-color: #e3e8f2;
}

.creator_item a {
 color: inherit;
 text-decoration: none;
}

.creator_item a:hover {
 color: inherit;
}

.subcategoryname {
 display: none;
 width: 100%;
 max-width: 260px;
 min-width: 220px;
 background-color: #ffffff;
 padding: 12px;
 -webkit-box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
 box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
 position: absolute;
 left: 50%;
 top: 48px;
 z-index: 12;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 -moz-border-radius: 12px;
 transform: translateX(-50%);
}

.creator_item:hover .subcategoryname {
 display: block;
}

.creator_item_label {
 display: inline-block;
}

.creator_item_caret svg {
 width: 8px;
 height: 8px;
}
.creator_item_caret {
 padding-left: 4px;
}

.active_pc {
 background: #f7f8fb;
 border-color: #e3e8f2;
 color: #111827;
}

.active_pc a {
 color: #111827;
 font-weight: 700;
}

.creator_menu_more {
 position: relative;
 display: none;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.creator_menu_more_btn {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 42px;
 height: 40px;
 border-radius: 999px;
 background: #ffffff;
 border: 1px solid #e8ecf5;
 cursor: pointer;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
 padding: 0;
}

.creator_menu_more_btn svg {
 width: 16px;
 height: 16px;
 fill: #4b5563;
}

.creator_menu_more.open .creator_menu_more_btn {
 border-color: #f65169;
 -webkit-box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
 box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.creator_menu_more_dropdown {
 display: none;
 position: absolute;
 right: 0;
 top: 46px;
 min-width: 180px;
 background: #ffffff;
 border: 1px solid #e8ecf5;
 border-radius: 14px;
 -webkit-box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
 box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
 padding: 8px;
 z-index: 4;
}

.creator_menu_more.open .creator_menu_more_dropdown {
 display: block;
}

.creator_menu_more_dropdown .creator_item {
 width: 100%;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 border: 1px solid #eef0f5;
 margin-bottom: 6px;
}

.creator_menu_more_dropdown .creator_item:last-child {
 margin-bottom: 0;
}

.creator_menu_more_dropdown .subcategoryname {
 display: none;
}

.creator_menu_more_dropdown .creator_item:hover .subcategoryname {
 display: block;
}

.creators_container {
 width: 100%;
 max-width: 1240px;
 margin: 0 auto;
 padding: 10px 6px 10px;
}

.creator_pate_title {
 width: 100%;
 font-family: inherit;
 font-size: 13px;
 font-weight: 700;
 color: #040720;
 padding-bottom: 10px;
 text-transform: uppercase;
 letter-spacing: 0.4px;
 grid-column: 1 / -1;
 display: block;
}

.creators_list_container {
 width: 100%;
 position: relative;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
 gap: 18px;
 justify-items: center;
 align-items: start;
}

.creator_list_box_wrp {
 padding: 0px;
 position: relative;
 width: 100%;
 height: 100%;
 float: none;
}

.creator_l_box {
 width: min(100%, 440px);
 max-width: 440px;
 position: relative;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 overflow: hidden;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -o-border-radius: 16px;
 -moz-border-radius: 16px;
 -ms-border-radius: 16px;
 background-color: #ffffff;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 border: 1px solid #e8ecf5;
 -webkit-box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
 box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
 height: 100%;
}

.creator_card_cover {
 isolation: isolate;
}

.creator_l_cover {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 min-height: 190px;
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
}

.creator_l_cover:after {
 content: "";
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.creator_cover_layer {
 position: absolute;
 inset: 0;
 z-index: 3;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 padding: 12px;
 gap: 8px;
}

.creator_card_tag {
 display: inline-block;
 padding: 6px 10px;
 border-radius: 999px;
 background: rgba(255, 255, 255, 0.16);
 color: #ffffff;
 font-weight: 700;
 font-size: 11px;
 letter-spacing: 0.4px;
 text-transform: uppercase;
 border: 1px solid rgba(255, 255, 255, 0.4);
}

.creator_category_badge {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 padding: 8px 12px;
 border-radius: 999px;
 background: rgba(255, 255, 255, 0.92);
 color: #1f2937;
 text-decoration: none;
 font-weight: 700;
 font-size: 13px;
 border: 1px solid rgba(17, 24, 39, 0.05);
 -webkit-backdrop-filter: blur(2px);
 backdrop-filter: blur(2px);
}

.creator_category_badge:hover {
 color: #f65169;
 background: #ffffff;
 border-color: rgba(246, 81, 105, 0.3);
}

.creator_category_badge svg {
 width: 16px;
 height: 16px;
 fill: currentColor;
}

.creator_l_avatar_name {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 width: 100%;
 margin-top: -36px;
 padding: 0px 18px 18px;
 position: relative;
 z-index: 2;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 12px;
}

.creator_identity_row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 gap: 12px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 -o-border-radius: 14px;
 -moz-border-radius: 14px;
 -ms-border-radius: 14px;
 padding: 10px 12px;
}

.creator_avatar_container {
 position: relative;
 width: 110px;
 height: 110px;
}

.creator_avatar {
 overflow: hidden;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 border: 4px solid #ffffff;
 background-color: #ffffff;
 -webkit-box-shadow: 0 10px 22px rgba(17, 24, 39, 0.12);
 box-shadow: 0 10px 22px rgba(17, 24, 39, 0.12);
}

.creator_avatar img {
 width: 100%;
 height: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.creator_identity {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 min-width: 0;
}

.creator_nm {
 font-family: inherit;
 font-size: 17px;
 font-weight: 700;
 color: #1f2937;
 text-align: left;
 padding: 0px;
 width: 100%;
}

.creator_nm a {
 text-decoration: none;
 color: inherit;
}

.creator_nm a:hover {
 color: #f65169;
}

.creator_handle {
 font-size: 13px;
 font-weight: 600;
 color: #040720;
}

.creator_category_row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.creator_stats {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 gap: 6px;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 background: #f9fbff;
 border: 1px solid #e2e8f4;
 border-radius: 14px;
 padding: 6px 8px;
 overflow: visible;
}

.creator_stats .i_btn_item_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 5px;
 background: transparent;
 border: 1px solid #dce5f5;
 border-radius: 12px;
 padding: 6px 8px;
 font-weight: 700;
 color: #1f2937;
 font-size: 12px;
 white-space: nowrap;
 cursor: pointer;
 text-decoration: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.creator_stats_more {
 position: relative;
 min-width: 36px;
 justify-content: center;
}

.creator_stats_more_trigger {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 100%;
 background: transparent;
 border: 0;
 padding: 0;
 cursor: pointer;
}

.creator_stats_dropdown {
 display: none;
 position: absolute;
 top: calc(100% + 6px);
 right: 0;
 min-width: 64px;
 background: #ffffff;
 border: 1px solid #e2e8f4;
 border-radius: 12px;
 padding: 10px;
 z-index: 4;
}

.creator_stats_more.open .creator_stats_dropdown,
.creator_stats_more:focus-within .creator_stats_dropdown {
 display: block;
}

.creator_stats_dropdown_item {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 6px 4px;
 font-weight: 700;
 color: #1f2937;
 width: 100%;
 background: transparent;
 border: 0;
 cursor: pointer;
 text-align: left;
 text-decoration: none;
}

.creator_stats_dropdown_icon svg {
 width: 14px;
 height: 14px;
 fill: #f65169;
}
.creator_stats .i_btn_item_box svg {
 fill: #f65169;
 width: 14px;
 height: 14px;
}

.creator_gallery {
 padding-top: 4px;
 border-top: 1px dashed #e8ecf5;
}

.creator_last_two_post {
 padding: 10px 4px 4px;
 width: 100%;
 position: relative;
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 8px;
}

@media (max-width: 1024px) {
 .creator_last_two_post {
 grid-template-columns: repeat(3, 1fr);
 }
}

@media (max-width: 720px) {
 .creator_last_two_post {
 grid-template-columns: repeat(2, 1fr);
 }
}

.creator_last_post_item {
 position: relative;
 width: 100%;
}

.creator_last_post_item-box {
 position: relative;
 padding-top: 100%;
 width: 100%;
 overflow: hidden;
 background-size: cover;
 background-position: center;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 -moz-border-radius: 12px;
 -ms-border-radius: 12px;
 border: 1px solid #e8ecf5;
}

.creator_last_post_item-box--text {
 background: linear-gradient(135deg, #fce3f0, #ffe9d6);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.creator_text_tile {
 position: absolute;
 inset: 0;
 padding: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 gap: 6px;
 color: #2d2d2d;
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.45));
 -webkit-backdrop-filter: blur(1px);
 backdrop-filter: blur(1px);
}

.creator_text_tile_badge {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: start;
 align-self: flex-start;
 padding: 4px 10px;
 background: rgba(0, 0, 0, 0.08);
 border-radius: 999px;
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 0.2px;
 text-transform: uppercase;
 max-width: 100%;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.creator_text_tile_snippet {
 font-size: 12px;
 line-height: 1.4;
 color: #3a3a3a;
 max-height: 1.6em;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.creator_last_post_item-img {
 position: absolute;
 display: block;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 opacity: 1;
}

.creator_last_post_item a {
 position: absolute;
 inset: 0;
 display: block;
}

.creator_last_post_item-box a .onlySubsSuggestionWrapper .onlySubsSuggestion_icon {
 margin: 0px auto;
 border: 1px solid #f65169;
 background: rgba(246, 81, 105, 0.2);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 padding: 10px;
}

.creator_last_post_item-box a .onlySubsSuggestionWrapper .onlySubsSuggestion_icon svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 18px;
 height: 18px;
 fill: #ffffff;
}

.no_content {
 padding: 26px 0px;
 text-transform: uppercase;
 width: 100%;
 display: block;
 grid-column: 1 / -1;
 font-weight: 700;
 font-size: 13px;
 color: #040720;
 background-color: #F0F2F5;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 -moz-border-radius: 12px;
 -ms-border-radius: 12px;
 text-align: center;
}

.no_creator_f_wrap {
 width: 100%;
 padding: 50px 0px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.no_c_icon {
 position: relative;
 width: 100%;
 max-width: 130px;
 overflow: hidden;
}

.no_c_icon svg {
 width: 130px;
 height: 130px;
 fill: #858fad;
}

.n_c_t {
 width: 100%;
 font-family: inherit;
 font-size: 14px;
 font-weight: 600;
 color: #858fad;
 cursor: pointer;
 padding-bottom: 15px;
 text-transform: uppercase;
 text-align: center;
 padding-top: 35px;
}

.creators_list_container .i_loading {
 display: inline-block;
 width: 100%;
}

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

.creator_nm a:hover {
 color: #f65169;
}

.creator_l_box:hover {
 -webkit-box-shadow: 0 16px 34px rgba(17, 24, 39, 0.14);
 box-shadow: 0 16px 34px rgba(17, 24, 39, 0.14);
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}

.chart_wrapper {
 position: relative;
 width: 100%;
}

.chart_row {
 width: 100%;
 margin-bottom: 20px;
}

.chart_row_box {
 display: inline-block;
 width: 33.333%;
 padding: 10px;
}

.chart_row_box:first-child {
 padding-left: 0px;
}

.chart_row_box:last-child {
 padding-right: 0px;
}

.chart_row_box_item {
 position: relative;
 width: 100%;
 padding: 20px;
 color: #ffffff;
 font-family: inherit;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
}

.c1 {
 background-color: #f65169;
}

.c2 {
 background-color: #fab429;
}

.c3 {
 background-color: #000000;
}

.chart_row_box_title {
 font-weight: 600;
 font-size: 13px;
}

.chart_row_box_title svg {
 width: 30px;
 height: 30px;
 fill: #ffffff;
 margin-right: 10px;
}

.chart_row_box_sum {
 font-weight: 700;
 font-size: 30px;
 padding-top: 15px;
}

.chart_question {
 position: absolute;
 right: 10px;
 top: 10px;
 z-index: 1;
 cursor: pointer;
}

.chart_question_icon {
 position: relative;
 padding: 5px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 -moz-border-radius: 50%;
}

.chart_question_icon svg {
 width: 14px;
 height: 14px;
 fill: #ffffff;
}

.chart_question_icon:hover {
 background-color: rgba(0, 0, 0, 0.4);
}

.qb {
 position: absolute;
 z-index: 5;
 top: 35px;
 right: -27px;
 display: none;
}

.answer_bubble {
 position: relative;
 background: #ffffff;
 color: #000000;
 font-family: inherit;
 font-weight: 500;
 font-size: 13px;
 text-align: center;
 width: 100%;
 max-width: 280px;
 min-width: 280px;
 border-radius: 10px;
 padding: 0px;
 text-align: left;
 padding: 10px 15px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.answer_bubble:after {
 content: "";
 position: absolute;
 display: block;
 width: 0;
 z-index: 1;
 border-style: solid;
 border-color: #ffffff transparent;
 border-width: 0 10px 10px;
 top: -10px;
 left: 84%;
 margin-left: -5px;
}

.chart_question:hover .qb {
 display: block;
}

.wmore {
 display: inline-block;
 width: 100%;
 padding-top: 5px;
 font-weight: 500;
 font-size: 13px;
 text-align: right;
}

.wmore svg {
 width: 9px;
 height: 10px;
 fill: #ffffff;
 margin-left: 2px;
}

.wmore a {
 text-decoration: none;
 color: #ffffff;
}

.wmore a:hover {
 text-decoration: underline;
}

.not_yet {
 position: relative;
 width: 100%;
 padding: 100px 0px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.i_postSavedHeader {
 font-family: inherit;
 padding: 15px;
 border-radius: 8px;
 background-color: #ffffff;
 margin-bottom: 25px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 font-size: 20px;
 font-weight: 700;
 color: #000000;
}

.isave_svg svg {
 width: 40px;
 height: 40px;
 margin-right: 10px;
}

.i_postHashHeader {
 font-family: inherit;
 padding-top: 10px;
 font-size: 13px;
 font-weight: 300;
 color: #000000;
}

.lp_sum {
 font-weight: 500;
 font-size: 14px;
 color: #444444;
 font-family: inherit;
 padding: 0px 5px;
}

.lc_sum_container {
 position: relative;
 width: 100%;
 padding: 10px 15px;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
}

.comnts {
 padding: 5px 10px;
 background-color: #F0F2F5;
 display: initial;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 font-weight: 500;
 cursor: pointer;
}

.comnts:hover {
 background-color: #E4E6EB;
}

.point_box_BG {
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 0.1;
 overflow: hidden;
 left: 0px;
 bottom: 0px;
}

.pbg {
 position: relative;
 width: 100%;
 height: 100%;
}

.pbg svg {
 width: 80px;
 height: 80px;
 fill: rgba(0, 0, 0, 0.4);
}

.point_pr {
 font-weight: 600;
 font-size: 14px;
 text-transform: uppercase;
 color: #000000;
 font-family: inherit;
}

.point_pr svg {
 width: 25px;
 height: 25px;
 color: #f65169;
 margin-right: 10px;
}

.point_pr a {
 color: #000000 !important;
 text-decoration: none;
}

.crnt_points {
 font-size: 55px;
 font-weight: 700;
 line-height: 1;
}

.point_pr:hover a {
 color: #f65169 !important;
}

.point_pr:hover a svg {
 fill: #f65169;
}

.textStyle {
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
}

.mobile_footer_fixed_menu_container {
 width: 100%;
 position: fixed;
 padding: 5px;
 left: 0px;
 bottom: 0px;
 right: 0px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 z-index: 15;
}

.mobile_fixed_box_wrapper {
 width: 100%;
 max-width: 400px;
 margin: 0px auto;
 position: relative;
}

.mobile_box {
 position: relative;
 width: 100%;
}

.i_m_box_item {
 padding: 10px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 width: 40px;
 height: 40px;
 margin: 0px auto;
}

.i_m_box_item:hover {
 background-color: rgba(0, 0, 0, 0.4);
}

.i_m_box_item svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
}

.fms {
 display: none;
}

.commentFooterResize {
 position: relative;
 top: 0px;
}

.pendingTitle {
 font-weight: 700 !important;
 font-size: 23px !important;
}

.verirication_timing_bg {
 height: 203px;
 background-image: url("img/time_management.svg");
 background-size: 200px;
 background-repeat: no-repeat;
 background-position: center;
}

.verification_approve_bg {
 height: 203px;
 background-image: url("img/approved.svg");
 background-size: 200px;
 background-repeat: no-repeat;
 background-position: center;
}

.verification_reject_bg {
 height: 203px;
 background-image: url("img/notify.svg");
 background-size: 200px;
 background-repeat: no-repeat;
 background-position: center;
}

.settings_mobile_ope_menu {
 display: none;
}

.settingsMenuDisplay {
 display: block !important;
}

.cList {
 position: relative;
 padding: 5px;
 margin-right: 10px;
 cursor: pointer;
 display: none;
}

.cList svg {
 width: 20px;
 height: 20px;
 fill: #000000;
}

.blocked_not {
 background-color: #e0e3eb;
}

.blocked_not .tabing_non_justify .message_form_items {
 text-align: center;
 font-weight: 500;
 font-size: 14px;
 color: #000000;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: inherit;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.blocked_not .tabing_non_justify .message_form_items a {
 font-weight: 600;
 color: #f65169;
 text-transform: uppercase;
 text-decoration: none;
}

.talking {
 background-color: #F0F1F5;
}

.chat_users_wrapper_results {
 min-height: 0;
 -webkit-perspective-origin: right top;
 perspective-origin: right top;
 overflow-x: hidden;
 scrollbar-width: none;
 overflow-x: hidden;
 position: relative;
 -webkit-perspective: 1px;
 perspective: 1px;
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
 will-change: transform, scroll-position;
 -ms-flex-negative: 1;
 flex-shrink: 1;
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 padding: 15px 10px;
}

.chat_users_wrapper_results a {
 text-decoration: none;
 color: #000000;
}

.no_not_here {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 bottom: 0px;
}

.no_not_here svg {
 width: 50px;
 height: 50px;
 fill: #b3b9cc;
}

.i_sub_flw .unblock {
 margin: 0px auto;
 padding: 8px 12px;
 text-align: center;
 color: #000000;
 background-color: #F0F2F5;
 border: 1px solid #F0F2F5;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 cursor: pointer;
}

.i_sub_flw .unblock:hover {
 background-color: #b3b9cc;
 border: 1px solid #b3b9cc;
}

.i_preference {
 font-weight: 600;
 font-size: 18px;
}

.i_preference svg {
 width: 25px;
 height: 20px;
 fill: #000000;
 margin-right: 10px;
 margin-left: 0px;
}

.i_pref {
 padding-bottom: 0px;
 padding-top:16px;
}

.pref_top {
 margin-top: 10px;
 padding-top: 20px;
 border-top: 1px solid #F0F2F5;
}

.maintenance_container {
 width: 100%;
 height: 100%;
 position: relative;
 background-color: #F0F2F5;
}

.maintenance_items {
 width: 100%;
 max-width: 800px;
 margin: 0px auto;
}

.maintenance_img {
 width: 100%;
 max-width: 500px;
 margin: 0px auto;
 position: relative;
 display: block;
}

.maintenance_img svg {
 width: 100%;
}

.maintenance_not {
 width: 100%;
 padding: 40px 0px;
}

.maintenance_title {
 font-family: inherit;
 font-weight: 600;
 font-size: 20px;
 color: #000000;
 text-align: center;
}

.maintenance_desc {
 font-family: inherit;
 font-weight: 500;
 font-size: 15px;
 color: #444444;
 margin-top: 25px;
 text-align: center;
}

.contact_us_form_container {
 width: 100%;
 max-width: 600px;
 margin: 0px auto;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 padding: 15px;
}

.i_helper_title {
 padding: 5px 35px;
 font-weight: 600;
 font-size: 14px;
 color: #000000;
}

.i_register_box_ {
 padding: 2rem 1rem;
}

.i_direct_register {
 padding: 20px 0px;
}
.i_register_box_ .i_direct_register form > .i_settings_item_title_for.flex_:first-of-type {
 width: 100%;
 padding-left: 0;
 margin-left: 0;
}
.i_register_box_ .i_direct_register form > .i_settings_item_title_for.flex_:first-of-type .flexBox {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 min-width: 0;
 max-width: none;
 padding: 0;
}
.i_register_box_ .i_direct_register form > .i_settings_item_title_for.flex_:first-of-type .youare {
 min-width: 0;
 width: 100%;
}

/* Register + settings gender and intent option rows */
.gender-options-row {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 10px;
 padding: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 0;
 justify-content: flex-start;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 border: 1px solid #e4eaf4;
 border-radius: 0px;
 background-color: #f7f9fc;
}
.gender-options-row .flexBox {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 calc(33.333% - 8px);
 flex: 1 1 calc(33.333% - 8px);
 width: auto;
 min-width: 145px;
 max-width: 210px;
 padding: 0;
 margin-bottom: 0;
}
.gender-options-row .youare {
 width: 100%;
}
.gender-options-row .youare span {
 width: 100%;
 min-height: 44px;
 padding: 8px 12px;
 border-color: #d2dceb;
 border-radius: 11px;
 background-color: #ffffff;
 justify-content: center;
 gap: 8px;
 line-height: 1.15;
 letter-spacing: 0.2px;
 font-size: 13px;
 font-weight: 600;
 color: #3f495e;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.gender-options-row .youare span svg {
 width: 18px;
 height: 18px;
 margin-right: 0;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 18px;
 flex: 0 0 18px;
}
.gender-options-row .youare:hover span {
 border-color: #b8c8e3;
 background-color: #ffffff;
}
.gender-options-row .youare input:checked ~ span {
 border-color: #2b6ce0;
 color: #1f5cc2;
 background-color: #eef4ff;
 -webkit-box-shadow: 0 6px 16px rgba(39, 112, 221, 0.14);
 box-shadow: 0 6px 16px rgba(39, 112, 221, 0.14);
 transform: translateY(-1px);
}
.gender-options-row .youare input:checked ~ span svg {
 fill: #2770dd;
}

.gender-options-row a {
 margin-bottom: 0;
}

.i_re_box {
 width: 50%;
 padding: 0px 10px;
}

.register_warning {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 margin-bottom: 10px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #d81b60;
 font-weight: 300;
 font-size: 14px;
 font-family: inherit;
 margin-left: 20px;
 margin-right: 20px;
 display: none;
}

.register_disabled {
 font-weight: 500;
 font-size: 20px;
 color: #2770dd;
 text-align: center;
 padding: 30px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.register_disabled svg {
 width: 100px;
 height: 100px;
 fill: #f65169;
 margin-bottom: 30px;
}

.payment_successfully {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 text-align: center;
}

.payment_successfully svg {
 width: 150px;
 height: 150px;
 fill: #525c7a;
}

.payment_not {
 font-weight: 600;
 font-size: 20px;
 color: #444444;
 padding-top: 30px;
}

.warning_success {
 font-weight: 600;
 font-size: 13px;
 color: #f65169;
 display: none;
}

/* GDPR Cookie dialog */
.gdprcookie {
 position: fixed;
 color: #000000;
 font-size: 0.8em;
 line-height: 1.5em;
 right: 0rem;
 bottom: 0rem;
 width:100%;
 max-width: 100%;
 padding: 1rem;
 background-color:#ffffff;
 z-index: 999999;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.gdprcookie h1,
.gdprcookie h2 {
 font-size: 1.2em;
 margin-bottom: 0.5rem;
}

.gdprcookie h2 {
 font-size: 1.2em;
}

.gdprcookie a {
 color: inherit;
}

/* GDPR Cookie buttons */
.gdprcookie-buttons {
 text-align: center;
}

.gdprcookie-buttons button {
 color: #ffffff;
 font-family: inherit;
 font-size: 1em;
 padding: 10px 15px;
 border: none;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 margin: 0 0.5rem;
 background: #000000;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.gdprcookie-buttons button:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.gdprcookie-buttons button:disabled {
 color: #65676B;
 background-color: #868dac;
}

/* GDPR Cookie types */
.gdprcookie-types ul {
 overflow: hidden;
 padding: 0;
 margin: 0 0 1rem;
}

.gdprcookie-types li {
 display: block;
 list-style: none;
 float: left;
 width: 50%;
 padding: 0;
 margin: 0;
}

.gdprcookie-types input[type=checkbox] {
 margin-right: 0.25rem;
}

.i_one a {
 text-decoration: none;
 color: #000000;
}

/*Live Streamin Feature*/
.camList {
 position: absolute;
 width: 100%;
 min-width: 230px;
 margin-right: 0px;
 background-color: #ffffff;
 top: 46px;
 right: 0px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 padding: 15px 0px;
 display: none;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.camList a {
 width: 100%;
 display: inline-block;
 color: #000000;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 padding: 10px 15px;
 cursor: pointer;
 text-decoration: none;
}

.camList a:hover {
 background-color: #e0e3eb;
}

.camListOpen {
 display: block !important;
}

.camera_choose {
 position: absolute;
 padding: 10px;
 top: 50px;
 z-index: 1;
 right: 10px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 cursor: pointer;
}

.camera_choose svg {
 width: 25px;
 height: 25px;
 fill: #ffffff;
}

.camera_close {
 position: absolute;
 padding: 10px;
 top: 10px;
 z-index: 1;
 right: 15px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 cursor: pointer;
}

.camera_close svg {
 width: 15px;
 height: 15px;
 fill: #ffffff;
}

.live_stream_list {
 padding: 15px 0px;
 font-size: 13px;
}

.live_title {
 font-weight: 600;
 text-transform: uppercase;
 color: #65676B;
 padding-bottom: 5px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-size: 12px;
}

.btest .live_title {
 -webkit-box-pack: left;
 -ms-flex-pack: left;
 justify-content: left;
 padding-bottom: 0px;
}

.btest .live_item_cont .live_item {
 width: 100%;
 padding: 0px 10px;
 cursor: pointer;
 background-color: transparent;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.btest .live_item_cont .live_item:hover {
 border-radius: 8px;
 -webkit-border-radius: 8px;
 background-color: #e0e3eb;
}

.btest .live_item_cont .new_s_one {
 font-size: 12px;
}

.btest .live_item_cont {
 padding-bottom: 0px;
}

.live_pay {
 font-weight: 300;
 color: #868dac;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.live_streams_list {
 width: 100%;
 padding: 15px 0px;
}

.live_item_cont {
 float: left;
 width: 100%;
 padding: 10px;
 position: relative;
}

.live_item_cont:nth-child(1) {
 margin-right: 15px;
 padding-left: 0px;
}

.live_item_cont:nth-child(2) {
 padding-right: 0px;
}

.live_item {
 width: 100%;
 padding: 5px 10px;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 cursor: pointer;
}

.live_item:hover {
 background-color: #f9f9fb;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.live_item_cont.scheduledLive .live_item {
 background: linear-gradient(135deg, #eef2ff 0%, #ffffff 70%);
 border: 1px solid #c7d2fe;
 -webkit-box-shadow: 0 12px 22px rgba(79, 70, 229, 0.15);
 box-shadow: 0 12px 22px rgba(79, 70, 229, 0.15);
}

.live_item_cont.scheduledLive .live_item:hover {
 background: linear-gradient(135deg, #e0e7ff 0%, #ffffff 70%);
}

.live_item_cont.scheduledLive .live_title {
 color: #65676B;
}

.live_item_cont.scheduledLive .live_title svg,
.live_item_cont.scheduledLive .live_title svg path {
 fill: currentColor;
}

.live_item_cont.scheduledLive .live_title svg {
 width: 22px;
 height: 22px;
 margin-right: 8px;
 flex-shrink: 0;
}

.btest .live_item_cont.scheduledLive .live_item {
 padding: 10px 15px;
 background-color: transparent;
 border: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.btest .live_item_cont.scheduledLive .live_item:hover {
 background-color: #e0e3eb;
}

.btest .live_item_cont.scheduledLive .live_title {
 font-family: inherit;
 font-size: 13px;
 font-weight: 500;
 color: #444444;
 text-transform: none;
 letter-spacing: 0;
 padding-bottom: 0;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

.btest .live_item_cont.scheduledLive .live_title svg {
 width: 23px;
 height: 23px;
 margin-right: 10px;
 fill: #b3b9cc;
}

.btest .live_item_cont.scheduledLive .live_item:hover .live_title svg,
.btest .live_item_cont.scheduledLive .live_item:hover .live_title svg path {
 fill: #f65169;
}

.btest .live_item_cont.scheduledLive .live_item {
 background: transparent;
 border: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.live_title svg,
.live_title_page svg {
 width: 40px;
 height: 40px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-right: 10px;
}

.new_s_one {
 display: inline-block;
 font-weight: 600;
 font-size: 14px;
 color: #ffffff;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px 15px;
 padding-right: 16px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 margin-bottom: 8px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.new_s_one:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.new_s_first {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
}

.new_s_second {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
}

.alignItem {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.new_s_one svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 margin-right: 8px;
}

.i_live_c_item {
 font-weight: 400;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
}

.i_live_c_item .flnm {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 outline: none;
 border: none;
 background-color: #F0F1F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 width: 80%;
}

.i_live_c_item .live_notify_audience {
 display: block;
 padding: 15px 45px 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 outline: none;
 border: none;
 background-color: #F0F1F5;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 -ms-border-radius: 30px;
 -o-border-radius: 30px;
 width: 80%;
 cursor: pointer;
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 background-image: linear-gradient(45deg, transparent 50%, #6f7280 50%), linear-gradient(135deg, #6f7280 50%, transparent 50%), linear-gradient(to right, #d5d9e2, #d5d9e2);
 background-position: calc(100% - 22px) calc(50% - 4px), calc(100% - 16px) calc(50% - 4px), calc(100% - 36px) 50%;
 background-size: 6px 6px, 6px 6px, 1px 20px;
 background-repeat: no-repeat;
 transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.live_notify_select_tools {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-top: 10px;
 margin-bottom: 10px;
}

.live_notify_select_btn {
 margin-right: 12px;
}

.live_notify_select_btn:disabled {
 opacity: 0.6;
 cursor: not-allowed;
}

.live_notify_selected_hint {
 font-size: 13px;
 color: #525c7a;
}

.i_live_c_item .live_notify_audience:focus {
 background-color: #ffffff;
 box-shadow: 0 0 0 3px rgba(250, 180, 41, 0.25);
}

.i_live_c_item .live_notify_audience:disabled {
 cursor: not-allowed;
 opacity: 0.6;
}

.live_notify_close {
 position: absolute;
 padding: 15px;
 text-align: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 z-index: 1;
 right: 10px;
 top: 6px;
 cursor: pointer;
}

.live_notify_close svg {
 fill: #525c7a;
 width: 18px;
 height: 18px;
}

.live_notify_close:hover {
 background-color: #E4E6EB;
}

.live_notify_modal_body {
 padding: 10px 0 5px 0;
 max-height: 360px;
 overflow-y: auto;
}

.live_notify_search {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 10px 14px;
 margin: 0 10px 18px 10px;
 background-color: #F0F1F5;
 border-radius: 18px;
}

.live_notify_search_icon svg {
 width: 16px;
 height: 16px;
 fill: #8a93a8;
}

.live_notify_search_input {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 border: none;
 outline: none;
 background: transparent;
 font-size: 14px;
 font-weight: 500;
 color: #000000;
 font-family: inherit;
}

.live_notify_grid {
 display: -ms-grid;
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
 gap: 18px 12px;
 padding: 0 12px 8px 12px;
}

.live_notify_user_card {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 cursor: pointer;
}

.live_notify_user_card input {
 position: absolute;
 opacity: 0;
 pointer-events: none;
}

.live_notify_avatar {
 width: 64px;
 height: 64px;
 border-radius: 50%;
 overflow: visible;
 position: relative;
 background-color: #E6E9F0;
 margin-bottom: 8px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 transition: box-shadow 0.2s ease;
}

.live_notify_avatar img {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 object-fit: cover;
 display: block;
}

.live_notify_user_card input:checked + .live_notify_avatar {
 box-shadow: 0 0 0 2px #fab429;
}

.live_notify_check {
 position: absolute;
 right: -2px;
 bottom: -2px;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background-color: #fab429;
 border: 2px solid #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 opacity: 0;
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
 transition: opacity 0.2s ease, transform 0.2s ease;
 transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.live_notify_check::before {
 content: "";
 width: 6px;
 height: 10px;
 border: 2px solid #ffffff;
 border-top: 0;
 border-left: 0;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.live_notify_user_card input:checked + .live_notify_avatar .live_notify_check {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}

.live_notify_user_name {
 font-weight: 600;
 font-size: 13px;
 color: #000000;
 max-width: 90px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.live_notify_search_empty {
 display: none;
 padding: 12px 16px 6px 16px;
 text-align: center;
 font-size: 14px;
 color: #6f7280;
}

.live_notify_search_empty.is-visible {
 display: block;
}

.live_notify_section {
 margin-bottom: 18px;
}

.live_notify_section_title {
 font-weight: 600;
 font-size: 14px;
 color: #000000;
 margin-bottom: 10px;
}

.live_notify_list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 10px;
}

.live_notify_user_row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 10px 12px;
 border: 1px solid #F0F2F5;
 border-radius: 12px;
 background-color: #ffffff;
}

.live_notify_empty {
 padding: 12px;
 font-size: 14px;
 color: #6f7280;
 text-align: center;
}

.give_a_name {
 font-weight: 600;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
 margin-bottom: 10px;
}

.free_live_not {
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -moz-border-radius: 10px;
 background-color: #fab429;
 color: #ffffff;
 padding: 15px;
 margin-top: 15px;
 font-size: 14px;
 font-weight: 500;
}

.free_live_not svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 margin-right: 10px;
}

.ll_live_not {
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -moz-border-radius: 10px;
 color: #DA4F7A;
 padding: 15px;
 margin-top: 8px;
 font-size: 14px;
 font-weight: 500;
}

.ll_live_not svg {
 width: 20px;
 height: 20px;
 fill: #DA4F7A;
 margin-right: 10px;
}

.i_liv_stream_video {
 position: relative;
 width: 100%;
 max-width: 650px;
 overflow: hidden;
 margin: 0px auto;
 height: 100%;
 -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
}

.live_wrapper {
 position: relative;
 width: 100%;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 height: 100%;
 padding-top: 90px;
 padding-bottom: 20px;
 -ms-flex-direction: row;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 flex-direction: row;
 background-image: url("img/geometricBg.png");
}

.count_time {
 position: absolute;
 padding: 4px 8px;
 background-color: rgba(0, 0, 0, 0.4);
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 z-index: 1;
 right: 10px;
 top: 10px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
}

.count_time svg {
 width: 15px;
 height: 15px;
 margin-right: 3px;
 fill: #ffffff;
}

.i_stream_buttons_right {
 position: absolute;
 right: 10px;
 bottom: 0px;
 z-index: 1;
}

.like_live {
 display: block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
}

.lb_wrapper {
 position: relative;
 padding: 10px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 width: 40px;
}

.like_live svg {
 width: 30px;
 height: 30px;
 fill: #ffffff;
}

.lin_like svg {
 fill: #ffffff;
}

.lin_like:hover svg {
 fill: #f65169;
}

.lin_unlike svg {
 fill: #f65169;
}

.lin_unlike:hover svg {
 fill: #ffffff;
}

.live_creator {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
 padding: 8px 5px;
}

.live_creator_wrapper {
 position: relative;
 padding: 3px;
 padding-right: 10px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 30px;
 -webkit-border-radius: 30px;
}

.live_owner_avatar {
 position: relative;
 width: 30px;
 height: 30px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
}

.live_owner_avatar img {
 width: 100%;
 height: auto;
}

.live_owner_name {
 position: relative;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 color: #ffffff;
 padding-left: 8px;
}

.live_creator_wrapper a {
 text-decoration: none;
 color: #ffffff;
}

.lp_sum_l {
 font-weight: 600;
 font-size: 14px;
 color: #ffffff;
 font-family: inherit;
 padding: 0px 5px;
}

.online_users {
 position: absolute;
 top: 50px;
 left: 0px;
 z-index: 1;
 padding: 8px 5px;
}

.online_users_total {
 position: relative;
 padding: 3px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 30px;
 -webkit-border-radius: 30px;
}

.sumonline {
 font-weight: 600;
 font-size: 14px;
 color: #ffffff;
 font-family: inherit;
 padding: 0px 5px;
}

.column {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
}

.live_stream_title {
 position: absolute;
 width: 100%;
 padding-bottom: 10px;
 padding-left: 10px;
 font-weight: 600;
 font-size: 14px;
 color: #ffffff;
 font-family: inherit;
 z-index: 1;
 bottom: 0px;
 left: 0px;
}

.live_title_page {
 font-weight: 600;
 text-transform: uppercase;
 color: #444444;
 padding-bottom: 5px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

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

.free_live_Streamings_list_container {
 position: relative;
 width: 100%;
 padding: 30px 0px;
}

.live_list_box_wrapper {
 position: relative;
 width: 100%;
 width: calc(50% - 0px);
 width: -o-calc(100% / 2 - 0px);
 width: -ms-calc(100% / 2 - 0px);
 padding: 8px;
 float: left;
}

.live_list_box_wrapper_in {
 width: 100%;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -moz-border-radius: 10px;
 overflow: hidden;
}

.live_creator_cover {
 position: relative;
 width: 100%;
 height: 150px;
 overflow: hidden;
 background-size: cover;
 background-position: center;
 border-top-left-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -webkit-border-top-right-radius: 10px;
}

.live_creator_cover_img {
 position: absolute;
 display: block;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
}

.live_creator_avatar {
 position: relative;
 width: 100%;
 margin-top: -49px;
}

.live_creator_avatar_middle {
 width: 98px;
 height: 98px;
 margin: 0px auto;
}

.i_live_profile_avatar {
 position: relative;
 width: 98px;
 height: 98px;
 margin: 0px auto;
 border: 3px solid #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-size: cover;
 background-position: center;
 background-color: #ffffff;
}

.live_stream_creator_name {
 position: relative;
 width: 100%;
 padding: 10px 5px;
 text-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
}

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

.live_stream_creator_name a:hover {
 color: #f65169;
}

.live_s {
 position: absolute;
 padding: 5px 10px;
 color: #ffffff;
 background-color: #f65169;
 font-weight: 500;
 font-size: 13px;
 z-index: 1;
 left: 10px;
 top: 10px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -moz-border-radius: 10px;
}

.purchaseLiveButton,
.purchasedLiveButton {
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 margin-bottom: 1rem;
 border: 1px solid #f65169;
 width: 100%;
 display: block;
 padding: 15px 30px;
 font-size: 14px;
 text-transform: uppercase;
 color: #f65169;
 letter-spacing: 3px;
 font-weight: 300;
 line-height: 1;
 position: relative;
 text-align: center;
}

.purchaseLiveButton strong .plan_point_icon,
.purchasedLiveButton strong .plan_point_icon {
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 display: inline-block;
 font-style: normal;
 font-variant: normal;
 text-rendering: auto;
 line-height: 1;
}

.purchaseLiveButton strong span svg,
.purchasedLiveButton strong span svg {
 width: 15px;
 height: 15px;
 fill: #f65169;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 vertical-align: middle;
}

.pr_liv {
 cursor: pointer;
 padding: 0px 10px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.pr_liv:hover .purchaseLiveButton,
.pr_live:hover .purchasedLiveButton {
 border: 1px solid #f65169;
 background-color: #f65169;
 color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.pr_liv:hover .purchaseLiveButton strong span svg,
.pr_liv:hover .purchasedLiveButton strong span svg {
 fill: #ffffff;
}

.pr_liv:hover {
 -webkit-transform: scale(1.03);
 transform: scale(1.03);
}

.live_list_box_wrapper_in a {
 text-decoration: none;
}

.i_pr_fm svg {
 width: 20px;
 height: 20px;
}

/*LANDING PAGE*/
.i_post_text iframe.new {
 width: 100%;
 height: 380px;
 border-radius: 10px;
 margin-top: 10px;
}

.landing_wrapper {
 width: 100%;
 height: 100%;
 padding-top: 57px;
}

.landing_section_one {
 width: 100%;
 height: 100%;
 position: relative;
 z-index: 1;
}

.landing_header_bg {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 bottom: 0px;
 right: 0px;
 -o-object-fit: cover;
 object-fit: cover;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 -webkit-background-size: cover;
 -o-background-size: cover;
 -moz-background-size: cover;
 z-index: 1;
}

.landing_section_in {
 position: relative;
 width: 100%;
 max-width: 1200px;
 margin: 0px auto;
 padding-top: 100px;
 height: 100%;
 z-index: 3;
}

.landing_section_in h1 {
 font-family: inherit;
 text-align: center;
 font-size: 35px;
 font-weight: 700;
 background: -webkit-linear-gradient(135deg, #f65169 0%, #fab429 100%);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 width: 100%;
 max-width: 600px;
 margin: 0px auto;
}

.landing_section_in .landing_seciond_in_note {
 width: 100%;
 max-width: 800px;
 margin: 0px auto;
 padding: 25px;
 text-align: center;
 font-family: inherit;
 font-weight: 400;
 font-size: 25px;
 color: #525c7a;
 font-style: italic;
 margin-bottom: 20px;
}

.landing_section_register {
 width: 100%;
 max-width: 500px;
 margin: 0px auto;
 position: relative;
}

.landing_reg {
 padding: 20px;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 border-radius: 50px;
 -webkit-border-radius: 50px;
 -o-border-radius: 50px;
 -ms-border-radius: 50px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 width: 100%;
 max-width: 512px;
 margin: 0px auto;
 padding: 16px 20px !important;
 background-color: #ffffff;
 z-index: 1;
}

.input-prepend {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.input-group-text {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: inherit;
 padding: 0.375rem 0.4rem;
 margin-bottom: 0;
 font-weight: 700;
 line-height: 1.5;
 color: #525c7a;
 text-align: center;
 white-space: nowrap;
 background-color: #ffffff;
 border: 0;
 border-radius: 0.25rem;
}

.landing_text {
 border: none !important;
 display: block;
 width: 80%;
 padding: 8px 8px 8px 0;
 font-size: 16px;
 line-height: 18px;
 font-family: inherit;
 color: #525c7a;
 background-color: #ffffff;
 background-image: none;
 border-radius: 0.25rem;
 -webkit-transition: none !important;
 transition: none !important;
 outline: none;
}

.landing_box_animation {
 padding: 12px 15px;
 border-radius: 50px;
 -webkit-border-radius: 50px;
 -o-border-radius: 50px;
 -ms-border-radius: 50px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 font-weight: 700;
 font-size: 16px;
 color: #525c7a;
 background-color: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 z-index: 2;
 border-right: solid 4px #f65169;
 border-bottom: solid 5px #f65169;
}

.landing_box_animation svg {
 width: 20px;
 height: 20px;
 margin-right: 10px;
 fill: #f65169;
}

.i_singup_claim {
 padding: 11px 20px;
 text-align: center;
 font-weight: 500;
 font-size: 14px;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 border: 1px solid transparent;
 background-color: #f65169;
 cursor: pointer;
 color: #ffffff;
}

.landing_section_two {
 position: relative;
 width: 100%;
 padding: 100px 30px;
}

.landing_arrow {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: -1px;
 background-repeat: no-repeat;
 background-size: cover;
 display: block;
}

.landing_section_two_in {
 width: 100%;
 max-width: 1100px;
 position: relative;
 margin: 0px auto;
 padding-top: 80px;
}

.landing_section_two_in h2 {
 width: 100%;
 max-width: 600px;
 margin: 0px auto;
 text-align: center;
 font-size: 35px;
 line-height: 1.3;
 font-weight: 300;
}

.landing_section_two_in h2 span {
 font-weight: 700;
}

.landing_section_two_in h2 .clr {
 color: #fab429;
}

.landing_features_list {
 width: 100%;
 padding-top: 80px;
 position: relative;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding-top:40px;
}

.anlan {
 flex-wrap: wrap;
}

.l_feature_box_container {
 width: 33.33333%;
 padding: 0px 60px;
 text-align: center;
 margin-bottom: 4rem;
 float: left;
 font-family: inherit;
}

.landing_features_list .l_feature_box_container h3 {
 font-size: 23px;
 font-weight: 700;
 text-align: center;
 margin-top: 1rem;
 margin-bottom: 0;
 letter-spacing: 1px;
}

.landing_features_list .l_feature_box_container img {
 width: 100%;
 display: block;
 margin: 0 auto;
}

.l_feature_box_container div {
 text-align: center;
 font-size: 15px;
 font-weight: 500;
 padding-top: 10px;
}

.landing_section_three {
 width: 100%;
 padding: 80px 0px;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-family: inherit;
 background-color: #ffffff;
 background-position: center center;
 background-repeat: no-repeat;
 background-color: #FCF8F7;
}

.landing_section_three_in {
 width: 100%;
 max-width: 1100px;
 margin: 0px auto;
}

.landing_create_equal_box {
 width: 50%;
}

.landing_section_three_in .landing_create_equal_box img {
 width: 70%;
 display: block;
 margin: 0 auto;
}

.landing_section_three_in .landing_create_equal_box h2 {
 width: 100%;
 max-width: 600px;
 margin: 0px auto;
 font-size: 35px;
 line-height: 1.3;
 font-weight: 700;
 color: #fab429;
 font-family: inherit;
}

.landing_section_three_in .landing_create_equal_box div {
 padding-top: 25px;
 font-weight: 500;
 font-size: 17px;
 line-height: 1.8rem;
 font-family: inherit;
}

.landng_section_four {
 width: 100%;
 padding: 80px 0px;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-family: inherit;
 padding-top:60px;
}

.landng_section_four_in {
 width: 100%;
 max-width: 1100px;
 margin: 0px auto;
}

.landng_section_four_in h2 {
 width: 100%;
 max-width: 600px;
 margin: 0px auto;
 text-align: center;
 font-size: 35px;
 line-height: 1.3;
 font-weight: 500;
 text-transform: capitalize;
}

.landing_section_five {
 position: relative;
 width: 100%;
 padding: 30px 30px;
 background-color: #ffffff;
}

.landing_section_five_in {
 width: 100%;
 max-width: 1100px;
 margin: 0px auto;
}

.landing_section_five_in h2 {
 width: 100%;
 max-width: 600px;
 margin: 0px auto;
 text-align: center;
 font-size: 35px;
 line-height: 1.3;
 font-weight: 300;
 font-family: inherit;
}

.landing_section_five_in p {
 width: 100%;
 max-width: 600px;
 margin: 0px auto;
 text-align: center;
 font-size: 15px;
 line-height: 1.3;
 font-weight: 300;
 font-family: inherit;
 padding-top: 30px;
}

.ranges {
 padding-top: 30px;
}

.ranges_ {
 padding-top: 0px;
}

.smiulator_helper {
 width: 100%;
 position: relative;
 padding-bottom: 0px;
 padding-left: 10px;
 font-weight: 500;
 font-size: 15px;
 color: #525c7a;
}

.smiulator_helper svg {
 width: 20px;
 height: 20px;
 margin-left: 10px;
}

.helper_right {
 margin-left: auto;
 margin-right: 10px;
}

.helper_right svg {
 margin-right: 5px;
 width: 15px;
 height: 15px;
 fill: #f65169;
}

.landing_sec_ {
 padding: 30px;
 width: 100%;
 position: relative;
}

.landing_sec_ h2 {
 width: 100%;
 max-width: 900px;
 margin: 0px auto;
 text-align: center;
 font-size: 28px;
 line-height: 1.3;
 font-weight: 300;
 font-family: inherit;
}

.landing_sec_ span {
 font-weight: 700;
 color: #f65169;
}

.landing_sec_ p {
 font-weight: 400;
 font-size: 14px;
 text-align: center;
 width: 100%;
 max-width: 900px;
 margin: 0px auto;
}

.landing_create_equal_box .smiulator_helper .helper_right span {
 font-weight: 600;
}

.landing_section_six {
 width: 100%;
 padding: 20px 0px;
 position: relative;
}

.landing_section_six_in {
 width: 100%;
 max-width: 800px;
 margin: 0px auto;
}

.error_report {
 width: 100%;
 position: absolute;
 background-color: #ffffff;
 padding: 20px;
 z-index: -1;
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-bottom-left-radius: 20px;
 -moz-border-radius-bottomright: 20px;
 -moz-border-radius-bottomleft: 20px;
 border-bottom-right-radius: 20px;
 border-bottom-left-radius: 20px;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
 color: #f65169;
 margin-top: -30px;
 padding-top: 52px;
 display: none;
}

.landing-sticky-footer {
 padding: 20px 15px;
 color: #000000;
 position: fixed;
 bottom: 0px;
 margin-top: -50px;
 width: 100%;
 left: 0;
 z-index: 100000;
 font-size: 18px;
 padding-top: 0px;
}

.landing-sticky-footer-in {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 border-radius: 8px;
 padding: 8px 16px;
 background: #ffffff;
 white-space: pre;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 font-size: 13px;
 font-weight: system-ui, -apple-system, sans-serif;
 letter-spacing: 2.4px;
}

.landing-sticky-footer-in-color-click {
 color: #f65169;
 font-weight: 600;
 font-size: 14px;
 margin-right: 8px;
}

.landing-sticky-footer-in a {
 text-decoration: underline;
 color: #f65169;
 font-weight: 600;
 font-size: 14px;
 letter-spacing: 1px;
}

.landing-sticky-footer-in svg {
 width: 20px;
 height: 20px;
 fill: #f65169;
 margin-right: 10px;
}

._1u5W_:nth-child(4n+1) {
 -webkit-animation: _2o46b 4s ease-in-out -0.5s infinite;
 animation: _2o46b 4s ease-in-out -0.5s infinite;
}

@-webkit-keyframes _2o46b {
 0% {
 -webkit-transform: translateY(5%) skew(3deg);
 transform: translateY(5%) skew(3deg);
 }
 25% {
 -webkit-transform: translateY(-5%);
 transform: translateY(-5%);
 }
 50% {
 -webkit-transform: translateY(5%) skew(-3deg);
 transform: translateY(5%) skew(-3deg);
 }
 75% {
 -webkit-transform: translateY(-5%);
 transform: translateY(-5%);
 }
 to {
 -webkit-transform: translateY(5%) skew(3deg);
 transform: translateY(5%) skew(3deg);
 }
}
._1u5W_:nth-child(4n+2) {
 -webkit-animation: _2o46b 4s ease-in-out -1s infinite;
 animation: _2o46b 4s ease-in-out -1s infinite;
}

._1u5W_:nth-child(4n+3) {
 -webkit-animation: _2o46b 4s ease-in-out -1.5s infinite;
 animation: _2o46b 4s ease-in-out -1.5s infinite;
}

._1u5W_:nth-child(4n) {
 -webkit-animation: _2o46b 4s ease-in-out 0s infinite;
 animation: _2o46b 4s ease-in-out 0s infinite;
}

@keyframes _2o46b {
 0% {
 -webkit-transform: translateY(5%) skew(3deg);
 transform: translateY(5%) skew(3deg);
 }
 25% {
 -webkit-transform: translateY(-5%);
 transform: translateY(-5%);
 }
 50% {
 -webkit-transform: translateY(5%) skew(-3deg);
 transform: translateY(5%) skew(-3deg);
 }
 75% {
 -webkit-transform: translateY(-5%);
 transform: translateY(-5%);
 }
 to {
 -webkit-transform: translateY(5%) skew(3deg);
 transform: translateY(5%) skew(3deg);
 }
}
/*Accordion*/
.landing_section_six_in ul {
 list-style: none;
 padding: 0;
}

.landing_section_six_in ul .inner {
 overflow: hidden;
 display: none;
 padding: 15px;
 background-color: #ffffff;
 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
 margin: 0px 10px;
}

.landing_section_six_in ul li {
 margin: 0.5em 0;
}

.landing_section_six_in ul li a {
 text-decoration: none;
 font-weight: 600;
 font-size: 18px;
 font-family: inherit;
}

.landing_section_six_in ul li a.toggle {
 width: 100%;
 display: block;
 background: #ffffff;
 color: #000000;
 padding: 20px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.landing_section_six_in ul li a.toggle:hover {
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 z-index: 1;
}

.activeTogg {
 background-color: #fab429 !important;
 color: #ffffff !important;
}

/*Accordion*/
/*RANGE*/
input[type=range] {
 width: 100%;
 height: 28px;
 /* thumbHeight + (2 x thumbBorderWidth)*/
 -webkit-appearance: none;
 /*remove the line*/
 outline: none;
 background-color: transparent !important;
 border: 0;
 /*for firefox on android*/
 padding: 0 8px;
 /*for IE*/
 margin: 8px 0;
}

/*chrome and opera*/
input[type=range]::-webkit-slider-runnable-track {
 background: #fab429;
 /*trackColor*/
 height: 4px;
 /*trackHeight*/
 border-radius: 4px;
 /*trackHeight*/
 -webkit-transition: 0.3s;
 transition: 0.3s;
}

input[type=range]:hover::-webkit-slider-runnable-track,
input[type=range]:focus::-webkit-slider-runnable-track {
 background: #fab429;
 /*activeTrackColor*/
}

input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
 background: #f65169;
 /*thumbColor*/
 width: 15px;
 /* thumbHeight + (2 x thumbBorderWidth)*/
 height: 15px;
 /* thumbHeight + (2 x thumbBorderWidth)*/
 border-radius: 50%;
 margin-top: -6px;
 /* -[thumbHeight + (2 x thumbBorderWidth) - trackHeight]/2*/
 cursor: pointer;
 border: 1px solid #ffffff;
 /*border-width should be equal to thumbBorderWidth if you want same border width across all browsers and border-color should match the background*/
 -webkit-transition: 0.3s;
 transition: 0.3s;
}

input[type=range]:hover::-webkit-slider-thumb,
input[type=range]:focus::-webkit-slider-thumb {
 background: #fab429;
 /*activeThumbColor*/
}

/*firefox*/
input[type=range]::-moz-focus-outer {
 border: 0;
}

input[type=range]::-moz-range-track {
 background: #F0F2F5;
 /*trackColor*/
 height: 4px;
 /*trackHeight*/
 border-radius: 4px;
 /*trackHeight*/
 /*background isn't animatable, so can't use transition*/
}

input[type=range]:hover::-moz-range-track,
input[type=range]:focus::-moz-range-track {
 background: #F0F2F5;
 /*activeTrackColor*/
}

input[type=range]::-moz-range-thumb {
 background: #fab429;
 /*thumbColor*/
 width: 10px;
 /*thumbHeight*/
 height: 10px;
 /*thumbHeight*/
 border-radius: 50%;
 cursor: pointer;
 border: 4px solid #ffffff;
 /*border-width = thumbBorderWidth, border-color should match the background*/
}

input[type=range]:hover::-moz-range-thumb,
input[type=range]:focus::-moz-range-thumb {
 background: #f65169;
 /*activeThumbColor*/
}

input[type=range]::-moz-range-progress {
 background: #f65169;
 /*thumbColor*/
 border-radius: 4px;
 /*trackHeight*/
 height: 4px;
 /*trackHeight*/
}

input[type=range]:hover::-moz-range-progress,
input[type=range]:focus::-moz-range-progress {
 background: #fab429;
 /*activeThumbColor*/
}

/*edge and IE*/
input[type=range]::-ms-track {
 background: #F0F2F5;
 /*trackColor*/
 height: 4px;
 /*trackHeight*/
 border-radius: 4px;
 /*trackHeight*/
 border: none;
 color: transparent;
}

input[type=range]:hover::-ms-track,
input[type=range]:focus::-ms-track {
 background: #fab429;
 /*activeTrackColor*/
}

input[type=range]::-ms-thumb {
 background: #f65169;
 /*thumbColor*/
 width: 10px;
 /*thumbHeight*/
 height: 10px;
 /*thumbHeight*/
 border-radius: 50%;
 border: none;
 margin: 0 4px 0;
 /*0 thumbBorderWidth 0*/
 box-shadow: 0 0 0 4px #ffffff;
 /*0 0 0 thumbBorderWidth #fff, box-shadow color should match the background*/
 /*cursor:pointer; doesn't work*/
}

input[type=range]:hover::-ms-thumb,
input[type=range]:focus::-ms-thumb {
 background: #fab429;
 /*activeThumbColor*/
}

input[type=range]::-ms-tooltip {
 display: none;
 /*tooltip makes thumb sliding lagy*/
}

input[type=range]::-ms-fill-lower {
 background: #f65169;
 /*thumbColor*/
 border-radius: 4px;
 /*trackHeight*/
}

input[type=range]:hover::-ms-fill-lower,
input[type=range]:focus::-ms-fill-lower {
 background: #fab429;
 /*activeThumbColor*/
}

.vertically-stacked-slider {
 padding: 8px;
}

.vertically-stacked-slider > input[type=range] {
 padding: 0;
}

.horizontally-stacked-slider {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.horizontally-stacked-slider > input[type=range] {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
}

/*RANGE*/
.ds-top-left {
 position: absolute;
 bottom: 32%;
 left: 10%;
}

.ds-top-right {
 position: absolute;
 bottom: 38%;
 right: 12%;
}

.ds-btm-right {
 position: absolute;
 bottom: 18%;
 right: 14%;
}

.ds-btm-left {
 position: absolute;
 bottom: 15%;
 left: 20%;
}

.area {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.circles {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.circles li {
 position: absolute;
 display: block;
 list-style: none;
 width: 20px;
 height: 20px;
 background: rgba(138, 27, 246, 0.35);
 -webkit-animation: landing_animate 25s linear infinite;
 animation: landing_animate 25s linear infinite;
 bottom: -150px;
}

.circles li:nth-child(1) {
 left: 25%;
 width: 80px;
 height: 80px;
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
}

.circles li:nth-child(2) {
 left: 10%;
 width: 20px;
 height: 20px;
 -webkit-animation-delay: 2s;
 animation-delay: 2s;
 -webkit-animation-duration: 12s;
 animation-duration: 12s;
}

.circles li:nth-child(3) {
 left: 70%;
 width: 20px;
 height: 20px;
 -webkit-animation-delay: 4s;
 animation-delay: 4s;
}

.circles li:nth-child(4) {
 left: 40%;
 width: 60px;
 height: 60px;
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-duration: 18s;
 animation-duration: 18s;
}

.circles li:nth-child(5) {
 left: 65%;
 width: 20px;
 height: 20px;
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
}

.circles li:nth-child(6) {
 left: 75%;
 width: 110px;
 height: 110px;
 -webkit-animation-delay: 3s;
 animation-delay: 3s;
}

.circles li:nth-child(7) {
 left: 35%;
 width: 150px;
 height: 150px;
 -webkit-animation-delay: 7s;
 animation-delay: 7s;
}

.circles li:nth-child(8) {
 left: 50%;
 width: 25px;
 height: 25px;
 -webkit-animation-delay: 15s;
 animation-delay: 15s;
 -webkit-animation-duration: 45s;
 animation-duration: 45s;
}

.circles li:nth-child(9) {
 left: 20%;
 width: 15px;
 height: 15px;
 -webkit-animation-delay: 2s;
 animation-delay: 2s;
 -webkit-animation-duration: 35s;
 animation-duration: 35s;
}

.circles li:nth-child(10) {
 left: 85%;
 width: 150px;
 height: 150px;
 -webkit-animation-delay: 0s;
 animation-delay: 0s;
 -webkit-animation-duration: 11s;
 animation-duration: 11s;
}

.landing_wrapper .footer_container_out {
 position: relative;
 bottom: 0px;
 padding: 13px;
 width: 100%;
 left: 0;
 background-color: #e0e3eb;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 z-index: 5;
 padding-bottom: 80px;
 text-align: center;
}

.footer_container_out {
 position: relative;
 bottom: 0px;
 padding: 13px;
 width: 100%;
 left: 0;
 background-color: #e0e3eb;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 z-index: 5;
 text-align: center;
}

@keyframes landing_animate {
 0% {
 -webkit-transform: translateY(0) rotate(0deg);
 transform: translateY(0) rotate(0deg);
 opacity: 1;
 border-radius: 0;
 }
 100% {
 -webkit-transform: translateY(-1000px) rotate(720deg);
 transform: translateY(-1000px) rotate(720deg);
 opacity: 0;
 border-radius: 50%;
 }
}
@-webkit-keyframes landing_animate {
 0% {
 -webkit-transform: translateY(0) rotate(0deg);
 transform: translateY(0) rotate(0deg);
 opacity: 1;
 border-radius: 0;
 }
 100% {
 -webkit-transform: translateY(-1000px) rotate(720deg);
 transform: translateY(-1000px) rotate(720deg);
 opacity: 0;
 border-radius: 50%;
 }
}
.ds-move-slow {
 -webkit-animation: moveInCircle 25s linear infinite;
 /* Chrome, Safari 5 */
 /* Firefox 5-15 */
 /* Opera 12+ */
 animation: moveInCircle 25s linear infinite;
 /* Chrome, Firefox 16+, IE 10+, Safari 5 */
}

.ds-move-slower {
 -webkit-animation: moveInCircle 320s linear infinite;
 /* Chrome, Safari 5 */
 /* Firefox 5-15 */
 /* Opera 12+ */
 animation: moveInCircle 32s linear infinite;
 /* Chrome, Firefox 16+, IE 10+, Safari 5 */
}

@-webkit-keyframes moveInCircle {
 from {
 -webkit-transform: rotate(5deg) translateX(25px) rotate(-5deg);
 transform: rotate(5deg) translateX(25px) rotate(-5deg);
 }
 to {
 -webkit-transform: rotate(360deg) translateX(25pxpx) rotate(-360deg);
 }
}
@keyframes moveInCircle {
 from {
 -webkit-transform: rotate(5deg) translateX(25px) rotate(-5deg);
 transform: rotate(5deg) translateX(25px) rotate(-5deg);
 }
 to {
 -webkit-transform: rotate(360deg) translateX(25px) rotate(-360deg);
 transform: rotate(360deg) translateX(25px) rotate(-360deg);
 }
}
@-webkit-keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
 }
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}
@keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
 }
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }
}
.slideInUp {
 -webkit-animation-name: slideInUp;
 animation-name: slideInUp;
}

@keyframes fadeInUp {
 from {
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
 }
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
 }
}
@-webkit-keyframes fadeInUp {
 from {
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
 }
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
 }
}
.animated {
 animation-duration: 0.5s;
 animation-fill-mode: both;
 -webkit-animation-duration: 0.5s;
 -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
 opacity: 0;
}

.fadeInUp {
 opacity: 0;
 animation-name: fadeInUp;
 -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
 from {
 opacity: 1;
 }
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
}
@keyframes fadeOutDown {
 from {
 opacity: 1;
 }
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
}
.fadeOutDown {
 -webkit-animation-name: fadeOutDown;
 animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
 from {
 opacity: 1;
 }
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
 }
}
@keyframes fadeOutUp {
 from {
 opacity: 1;
 }
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
 }
}

@-webkit-keyframes zoomOut {
 0% {
 opacity: 1;
 }
 50% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
 }
 to {
 opacity: 0;
 }
}
@keyframes zoomOut {
 0% {
 opacity: 1;
 }
 50% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
 }
 to {
 opacity: 0;
 }
}
.animate__zoomOut {
 -webkit-animation-name: zoomOut;
 animation-name: zoomOut;
}

.i_sug_cont {
 width: 100%;
 overflow: hidden;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 position: relative;
 float: left;
 min-height: 200px;
}

.sugest {
 width: 50%;
 position: relative;
 padding: 3px;
 float: left;
}

.i_sub_u_cov {
 position: relative;
 padding-top: 90%;
 width: 100%;
 overflow: hidden;
 background-size: cover;
 background-position: center;
 cursor: -webkit-grab;
 cursor: grab;
}

.i_sub_u_det {
 width: 100%;
 bottom: 0px;
 left: 0px;
 position: absolute;
 background: rgba(0, 0, 0, 0.51);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 border-bottom-left-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -o-border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
 -o-border-bottom-right-radius: 10px;
}

.i_sub_u_det_container {
 width: 100%;
 height: 100%;
}

.i_sub_u_ava {
 width: 52px;
 height: 52px;
 margin: 0px auto;
 margin-top: -25px;
 border: 2px solid #F0F2F5;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
}

.i_sub_u_d {
 width: 100%;
 padding: 5px 15px;
 position: relative;
}

.i_sub_u_name {
 width: 100%;
 text-align: center;
 font-family: inherit;
 color: #ffffff;
 font-weight: 500;
 margin-bottom: 2px;
 text-transform: capitalize;
}

.i_sub_u_name a {
 text-decoration: none;
 color: #ffffff;
}

.i_sub_u_men {
 width: 100%;
 text-align: center;
 font-family: inherit;
 color: #ffffff;
 font-weight: 300;
 font-size: 12px;
 margin-bottom: 8px;
}

.i_sub_u_men a {
 text-decoration: none;
 color: #ffffff;
}

.i_sub_u_d .i_p_items_box_ {
 padding-top: 0px;
 margin-bottom: 5px;
}

.i_sub_u_d .i_p_items_box_ .i_btn_item_box {
 background-color: rgba(0, 0, 0, 0.4);
 color: #ffffff;
}

.i_sub_u_d .i_p_items_box_ .i_btn_item_box svg {
 width: 11px;
 height: 11px;
 fill: #ffffff;
}

.i_first_letter {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 0px 0px 10px;
}

.i_b_country_container {
 width: 100%;
 padding: 15px;
 float: left;
 padding-bottom: 0px;
}

.i_block_country_item {
 margin-right: 10px;
 background-color: #f9f9fb;
 padding: 8px 12px;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 font-weight: 500;
 font-size: 13px;
 border: 1px solid #F0F1F5;
 float: left;
 margin-bottom: 10px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.i_block_country_item:hover {
 color: #ffffff;
 background-color: #f65169;
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.i_a_body {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 35px;
 height: 35px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 color: #ffffff;
 background-color: #f65169;
 margin-left: 10px;
}

.i_a_body .i_h_in {
 width: 100%;
 padding: 0px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.chsed {
 color: #ffffff;
 background-color: #f65169;
}

/*Version 2.5 Live Streaming Main page feature STARTED HERE*/
.i_created_live_streamings_container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 font-family: inherit;
 padding: 15px 0px 10px 10px;
 border-radius: 8px;
 background-color: #ffffff;
 margin-bottom: 25px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 overflow-x: auto;
}

.i_list_live_streams {
 -webkit-box-pack: left;
 -ms-flex-pack: left;
 justify-content: left;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_list_live_i_c {
 position: relative;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 10px;
}

.i_list_live_owner {
 width: 45px;
 height: 45px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
}

.i_list_live_owner img {
 width: 100%;
 position: relative;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_live_paid {
 position: absolute;
 bottom: -3px;
 padding: 3px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 background-color: #ffffff;
 z-index: 1;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_live_paid svg {
 width: 16px;
 height: 16px;
 fill: #f65169;
}

.i_l_see_others {
 -webkit-box-pack: left;
 -ms-flex-pack: left;
 justify-content: left;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 -ms-border-radius: 30px;
 border: 2px solid #fab429;
 padding: 5px 10px 5px 10px;
 margin-right: 10px;
 min-width: 128px;
}

.i_l_see_others a {
 text-decoration: none;
 color: #444444;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_l_see_others svg {
 width: 28px;
 height: 28px;
}

.i_l_see_others span {
 font-size: 13px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 600;
 padding-left: 8px;
}

.c_live_streaming {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 padding: 15px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 margin-right: 12px;
 position: relative;
 cursor: pointer;
}

.c_live_plus {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
}

.c_live_plus svg {
 fill: #ffffff;
 width: 15px;
 height: 15px;
}

.i_live_p_icon {
 position: absolute;
 right: -8px;
 padding: 3px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 background-color: #ffffff;
 z-index: 1;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_live_p_icon svg {
 width: 13px;
 height: 13px;
 fill: #f65169;
}

.swiper {
 width: 240px;
 height: 320px;
}

.swiper-slide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border-radius: 18px;
 font-size: 22px;
 font-weight: bold;
 color: #ffffff;
}

.swiper .swiper-wrapper .swiper-slide .i_sub_u_cov {
 padding-top: 150% !important;
}

.i_postFormContainer_swiper {
 display: none;
}

.i_postFormContainer_swiper .i_right_box_header {
 display: inline-block;
 width: 100%;
 padding: 0px 0px 15px 0px;
 font-weight: 600;
 font-size: 18px;
 color: #000000;
}

.horizontal_arrow {
 padding: 10px 0px 0px 0px;
 text-align: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.horizontal_arrow svg {
 fill: #f65169;
}

.horizontal_arrow svg {
 width: 35px;
 height: 35px;
}

/*Version 2.5 Live Streaming Main Page Style FINISHED HERE*/
/*Version 2.6 Style STARTED*/
.i_t_warning_earning {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 500;
 padding: 10px;
 font-size: 14px;
 font-family: inherit;
 padding-bottom: 15px;
 display: none;
 color: #43a047;
}

.i_t_warning_earning a {
 text-decoration: none;
 font-weight: 600;
 color: #43a047;
}

.point_subs_not {
 font-weight: 400 !important;
 line-height: 1.4rem;
 font-size: 14px;
}

.pay_subscription_point {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 15px;
 border: none;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-size: 15px;
 font-weight: 500;
 font-family: inherit;
 color: #ffffff;
 background-color: #f65169;
 cursor: pointer;
}

.pay_subscription_point:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 background: #f65169;
}

.pay_subscription_point svg {
 fill: #ffffff;
 width: 13px;
 height: 13px;
 margin-left: 4px;
 margin-right: 4px;
}

.pay_subscription_point_renew {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 13px 15px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-size: 15px;
 font-weight: 500;
 font-family: inherit;
 color: #ffffff;
 background-color: #2770dd;
 cursor: pointer;
}

.pay_subscription_point_renew a {
 color: #ffffff;
 text-decoration: none;
}

.pay_subscription_point_renew:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 background-color: #4C7AE4;
}

.pay_subscription_point_renew svg {
 fill: #ffffff;
 width: 13px;
 height: 13px;
 margin-left: 4px;
 margin-right: 4px;
}

.insfsub {
 font-weight: 500;
 color: #e53935;
}

.insfsub a {
 text-decoration: none;
 color: #f65169;
 font-weight: 600;
}

.i_sub_box_unm_interval {
 font-weight: 400;
 font-size: 14px;
 color: #ffffff;
 text-transform: capitalize;
 width: -webkit-fit-content;
 width: -moz-fit-content;
 width: fit-content;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 padding: 4px 10px;
 margin-top: 3px;
 background: #fab429;
}

/*Version 2.6 Style FINISHED*/
/*Version 2.7 Style STARTED*/
.in_tips svg {
 fill: #858fad;
}

.in_tips:hover svg {
 fill: #f65169;
}

.i_post_footer_item {
 width: 16.6%;
}

.modal_tip {
 width: 400px !important;
}

.i_set_subscription_fee_box {
 width: 100%;
}

.border-right-radius {
 -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
 -moz-border-radius-topright: 10px;
 -moz-border-radius-bottomright: 10px;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
}

.tip_style {
 font-weight: 700;
 color: #65676B;
}

.i_tip_not {
 font-weight: 400;
 font-size: 11px;
 color: #868dac;
 padding-top: 2px;
}

.send_tip_btn {
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-filex;
 padding: 13px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 font-weight: 500;
 font-family: inherit;
 font-size: 15px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.send_tip_btn:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.send_tip_btn svg {
 width: 17px;
 height: 17px;
 fill: #ffffff;
 margin-right: 10px;
}
.send_tip_methods_btn {
 width: 100%;
 justify-content: center;
 align-items: center;
 display: flex;
 padding: 13px;
 border-radius: 30px;
 background: transparent;
 color: #212121;
 font-weight: 600;
 font-family: inherit;
 font-size: 15px;
 border: 2px solid #dcdcdc;
 cursor: pointer;
 transition: all .25s ease;
 margin-top: 10px;
}
.send_tip_methods_btn:hover {
 transform: scale(1.03);
 border-color: #b0b0b0;
}
.send_tip_methods_btn svg {
 width: 17px;
 height: 17px;
 margin-right: 10px;
 fill: currentColor;
}

.i_thanks_bubble_cont {
 position: absolute;
 width: 100%;
 max-width: 300px;
 top: 75px;
 left: 0px;
 z-index: 5;
 display: none;
}

.i_bubble {
 position: relative;
 width: 100%;
 padding: 20px 15px;
 background: #468cef;
 border-radius: 10px;
 color: #ffffff;
 font-family: inherit;
 font-weight: 500;
}

.i_bubble:after {
 content: "";
 position: absolute;
 border-style: solid;
 border-width: 0 10px 10px;
 border-color: #468cef transparent;
 display: block;
 width: 0;
 z-index: 1;
 top: -10px;
 left: 30px;
}

/*Version 2.7 Style FINISHED*/
/*Version 2.9 Style STARTED*/
.live_wrapper_tik {
 padding-top: 72px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100vw;
 min-height: calc(100vh - 0px);
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 margin-left: auto;
 margin-right: auto;
 background-color: #ffffff;
}

.live_left_in_holder {
 overflow-x: hidden;
 overflow-y: auto;
 overscroll-behavior-y: contain;
 -webkit-perspective: 1px;
 perspective: 1px;
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
 padding-right: 12px;
 -webkit-perspective-origin: right top;
 perspective-origin: right top;
 top: 72px;
 bottom: 0;
 width: 240px;
 position: fixed;
 padding: 15px 8px;
}

.live_left_in_holder a {
 text-decoration: none;
}

.live_left {
 border-right: 1px solid #e0e3eb;
}

.live_right {
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 overflow: hidden;
}

.live_left_in_wrapper {
 position: relative;
 width: 240px;
 -ms-flex: 0 0 240px;
 -webkit-box-flex: 0;
 flex: 0 0 240px;
}

.live_right_in_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: calc(0px + 100%);
 position: relative;
}

.live_right_in_left {
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 -ms-flex-negative: 1;
 flex-shrink: 1;
 -ms-flex-preferred-size: 0%;
 flex-basis: 0%;
 position: relative;
 overflow-x: hidden;
}

.live_right_in_right {
 min-height: 520px;
 height: calc(0px + 100%);
 height: -ms-calc(0px + 100%);
 height: -o-calc(0px + 100%);
 position: relative;
 overflow-x: initial;
 overflow-y: initial;
 width: 341px;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: initial;
 transition-timing-function: initial;
 -webkit-transition-delay: initial;
 transition-delay: initial;
 -webkit-transition-property: width;
 transition-property: width;
 padding: 20px 10px;
 border-left: 1px solid #e0e3eb;
}

.live_right_in_right_in {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 overflow-y: scroll;
 overflow-x: hidden;
 height: calc(-61px + 100%);
 height: -o-calc(-61px + 100%);
 height: -ms-calc(-61px + 100%);
 padding: 10px 5px;
}

.live_suggested_lives_wrapper {
 position: relative;
 width: 100%;
 display: inline-block;
}

.live_suggested_lives_wrapper .i_right_box_header {
 font-weight: 600;
 font-size: 13px;
 color: #444444;
 font-family: inherit;
}

.i_live_user_avatar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 30px;
 height: 30px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 margin-right: 8px;
}

.i_live_user_avatar img {
 width: 100%;
 height: auto;
 position: relative;
}

.live_suggested_lives_wrapper .i_left_menu_box {
 font-weight: 500;
 font-size: 13px;
}

.live_suggested_lives_wrapper .i_left_menu_box a {
 text-decoration: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #444444;
}

.live_video_header {
 position: relative;
 width: 100%;
 padding: 13px 10px;
 margin: 0px auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-bottom: 1px solid #e0e3eb;
 z-index: 2;
}

.live_creator_avatar_live {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 35px;
 height: 35px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 margin-right: 10px;
}

.live_creator_avatar_live img {
 position: relative;
 width: 35px;
 height: 35px;
}

.live_creator_live_name_live_username {
 display: inline-block;
 position: relative;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
}

.live_creator_live_username a {
 text-decoration: none;
 color: #000000;
}

.live_creator_live_name {
 padding-top: 5px;
 font-weight: 400;
 font-size: 13px;
}

.live_creator_live_name svg {
 width: 14px;
 height: 14px;
 fill: #b3b9cc;
 margin-left: 5px;
}

.live_creator_live_name span {
 font-weight: 600;
 color: #ffffff;
 margin: 0px;
}

.live_header_in_right {
 position: relative;
 margin-left: auto;
}

.live_owner_flw_btn .i_btn_like_item {
 padding: 8px 11px !important;
 font-size: 13px !important;
}

.live__live_video_holder {
 position: relative;
 width: 100%;
 height: 100%;
 max-height: calc(-16rem + 100vh);
}

.live_vide__holder {
 position: relative;
 height: 100%;
 background-color: rgb(0, 0, 0);
}

.live_mics_cameras {
 padding: 0px;
}

.i_h_in_live {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 12px;
}

.live_gif_coins_list {
 padding: 10px 0px;
}

.live_gif_coins_list_wrapper {
 position: relative;
 width: 100%;
}

.live_gif_coins_list_wrapper .swiper {
 width: 100%;
 height: auto;
}

.live_gif_cons_list_wrapper .swiper .swiper-slide {
 text-align: center;
 font-size: 18px;
 /* Center slide text vertically */
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
 font-size: 25px !important;
 color: #f65169 !important;
}

.live_gift_coin_container {
 padding: 10px;
 width: 100%;
 max-width: 200px;
 font-family: inherit;
}

.live_gift_coin_avatar {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 50px;
 height: 50px;
 margin: 0px auto;
}

.live_gift_coin_avatar img {
 position: relative;
 width: 100%;
}

.live_gift_coin_name {
 width: 100%;
 padding-top: 10px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 500;
 font-size: 15px;
 color: #000000;
}

.live_gift_coin_amount {
 width: 100%;
 padding-top: 3px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 font-weight: 400;
 font-size: 13px;
 color: #000000;
 font-style: italic;
}

.live_gift_hv {
 position: relative;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.live_gift_coin_btn {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 z-index: 1;
 display: none;
 padding-top: 22px;
}

.live_gift_coin_container:hover .live_gift_coin_btn {
 display: block;
}

.live_coin_btn {
 position: relative;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 margin: 0px auto;
}

.live_coin_send {
 padding: 5px 10px;
 color: #ffffff;
 background-color: #f65169;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -o-border-radius: 3px;
 -ms-border-radius: 3px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 font-size: 13px;
 font-style: system-ui, -apple-system, sans-serif;
 font-weight: 500;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.live_coin_send:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 background-color: #fab429;
}

.live_animation_wrapper {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 z-index: 3;
 pointer-events: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.live_an_img {
 position: relative;
 width: clamp(96px, 14vw, 180px);
 height: auto;
 margin: 0;
 -webkit-filter: drop-shadow(0 18px 30px rgba(15, 23, 42, 0.34));
 filter: drop-shadow(0 18px 30px rgba(15, 23, 42, 0.34));
 -webkit-animation: liveGiftZoomIn 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both, liveGiftFloat 2.2s ease-in-out 0.34s both;
 animation: liveGiftZoomIn 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) both, liveGiftFloat 2.2s ease-in-out 0.34s both;
}

.live_an_img img {
 overflow: hidden;
 width: 100%;
 height: 100%;
 display: block;
}

@-webkit-keyframes liveGiftZoomIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 18px, 0) scale(0.45);
 transform: translate3d(0, 18px, 0) scale(0.45);
 }
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0) scale(1);
 transform: translate3d(0, 0, 0) scale(1);
 }
}

@keyframes liveGiftZoomIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 18px, 0) scale(0.45);
 transform: translate3d(0, 18px, 0) scale(0.45);
 }
 100% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0) scale(1);
 transform: translate3d(0, 0, 0) scale(1);
 }
}

@-webkit-keyframes liveGiftFloat {
 0% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0) scale(1);
 transform: translate3d(0, 0, 0) scale(1);
 }
 70% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0) scale(1.03);
 transform: translate3d(0, -20px, 0) scale(1.03);
 }
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0) scale(1.06);
 transform: translate3d(0, -30px, 0) scale(1.06);
 }
}

@keyframes liveGiftFloat {
 0% {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0) scale(1);
 transform: translate3d(0, 0, 0) scale(1);
 }
 70% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0) scale(1.03);
 transform: translate3d(0, -20px, 0) scale(1.03);
 }
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0) scale(1.06);
 transform: translate3d(0, -30px, 0) scale(1.06);
 }
}

@media (max-width: 1050px) {
 .live_an_img {
 width: clamp(105px, 32vw, 180px);
 }
}

.gElp9 {
 width: 100%;
 padding: 4px 8px;
 font-size: 13px;
 line-height: 1.2rem;
}

.gElp9 a {
 color: #000000;
 font-family: inherit;
 text-decoration: none;
 font-weight: 600;
 font-size: 13px;
 margin-right: 10px;
}

.mytransition {
 background-color: transparent;
 -webkit-animation-name: animationName;
 animation-name: animationName;
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 -webkit-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-play-state: running;
 animation-play-state: running;
}

@-webkit-keyframes animationName {
 0% {
 background-color: #f9f9fb;
 }
 100% {
 background-color: #F0F1F5;
 }
}

@keyframes animationName {
 0% {
 background-color: #f9f9fb;
 }
 100% {
 background-color: #F0F1F5;
 }
}
.live_send_message_box_wrapper {
 position: absolute;
 width: 100%;
 padding: 10px 8px;
 bottom: 0px;
 left: 0px;
 background-color: #ffffff;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 -ms-flex-preferred-size: 54px;
 flex-basis: 54px;
 border-top: 1px solid #e0e3eb;
}

.live_coin_current_balance {
 position: relative;
 width: 100%;
 padding: 15px;
}

.current_balance_box {
 position: relative;
 width: 100%;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 padding-top: 10px;
}

.current_balance_box svg {
 fill: #f65169;
 width: 20px;
 height: 20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -ms-flex;
 display: -moz-flex;
 display: -o-flex;
 position: relative;
 margin-left: 8px;
 margin-right: 10px;
}

.current_balance_box a {
 padding: 8px 12px;
 text-decoration: none;
 color: #f65169;
 border: 1px solid #f65169;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.current_balance_box a:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.current_balance_box a:hover {
 background-color: #f65169;
 color: #ffffff;
}

.gElp9 img {
 width: 30px;
 height: auto;
 position: relative;
}

.gift_attan {
 font-weight: 600;
 font-size: 13px;
 font-family: inherit;
 color: #fab429;
}

.currentt_live_streamings_list_container {
 position: relative;
 width: 100%;
 padding: 30px 0px;
}

.live_list_box_wrapper_live {
 position: relative;
 width: 100%;
 width: calc(25% - 0px);
 width: -o-calc(100% / 4 - 0px);
 width: -ms-calc(100% / 4 - 0px);
 padding: 8px;
 float: left;
}

.max_height_live_mobile {
 max-height: calc(0rem + 100vh);
 max-height: -ms-calc(0rem + 100vh);
 max-height: -o-calc(0rem + 100vh);
}

.live_video_header_mobile {
 position: fixed;
 border-bottom: 0 !important;
 box-shadow: none !important;
 background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.38) 72%, rgba(15, 23, 42, 0) 100%);
 -webkit-backdrop-filter: blur(4px);
 backdrop-filter: blur(4px);
}

.loi {
 color: #ffffff !important;
}

.i_header_btn_item_live_mobile {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: rgba(17, 24, 39, 0.55) !important;
 border: 1px solid rgba(255, 255, 255, 0.35);
 width: 44px;
 height: 44px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 margin-right: 8px;
}

.i_header_btn_item_live_mobile svg {
 fill: #ffffff !important;
 width: 15px;
 height: 15px;
}

.i_header_btn_item_live_mobile svg *,
.i_header_btn_item_live_mobile svg path,
.i_header_btn_item_live_mobile svg g {
 fill: #ffffff !important;
 stroke: #ffffff !important;
}

.i_header_btn_item_live_mobile:hover {
 background: rgba(17, 24, 39, 0.75) !important;
}

.live_video_header_mobile .live_creator_live_username a,
.live_video_header_mobile .live_creator_live_name,
.live_video_header_mobile .live_creator_live_name span {
 color: #ffffff !important;
 text-shadow: 0 2px 8px rgba(15, 23, 42, 0.55);
}

.live_video_header_mobile .live_creator_live_name svg {
 fill: #ffffff !important;
}

.live_right_in_right_mobile {
 max-height: 350px;
 min-height: 350px;
 height: calc(0px + 100%);
 height: -ms-calc(0px + 100%);
 height: -o-calc(0px + 100%);
 position: absolute !important;
 overflow-x: initial;
 overflow-y: initial;
 width: 100% !important;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: initial;
 transition-timing-function: initial;
 -webkit-transition-delay: initial;
 transition-delay: initial;
 -webkit-transition-property: width;
 transition-property: width;
 padding: 20px 10px;
 border-left: 1px solid transparent !important;
 bottom: 0px;
}

.live_right_in_right_mobile .live_send_message_box_wrapper {
 position: absolute;
 width: 100%;
 padding: 10px 8px;
 bottom: 0px;
 left: 0px;
 background-color: transparent !important;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 -ms-flex-preferred-size: 54px;
 flex-basis: 54px;
 border-top: 1px solid transparent !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea {
 background-color: transparent !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea .lmSize {
 color: #ffffff !important;
 border: 1px solid #ffffff;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 -moz-border-radius: 30px;
 -ms-border-radius: 30px;
 overflow: hidden;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea .message_smiley .message_form_smiley_plus .message_pls svg {
 fill: #ffffff !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_send_text .message_text_textarea .message_smiley .message_form_smiley_plus:hover {
 background-color: #2e2e2e !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_form_plus:hover {
 background-color: #2e2e2e !important;
}

.live_right_in_right_mobile .live_send_message_box_wrapper .tabing_non_justify .message_form_items .message_form_plus .message_pls svg {
 fill: #ffffff !important;
}

.live_right_in_right_mobile .live_right_in_right_in .gElp9 {
 color: #ffffff !important;
 text-shadow: 2px 2px 4px #2e2e2e;
}

.live_right_in_right_mobile .live_right_in_right_in .gElp9 a {
 color: #ffffff !important;
 font-family: inherit;
 text-shadow: 2px 2px 4px #2e2e2e;
}

.live_holder_plus_in {
 position: absolute;
 z-index: 1;
 top: 0px;
 right: 0px;
}

.holder_l_in {
 position: relative;
 width: 100%;
 padding: 10px;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-flow: column wrap;
 flex-flow: column wrap;
 -ms-flex-pack: distribute;
 justify-content: space-around;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
 gap: 8px;
}

.live_plus_mobile {
 top: 62px !important;
}

.live_pulse {
 -webkit-animation-delay: 0.25s;
 animation-delay: 0.25s;
 padding: 4px 12px;
 color: #ffffff;
 font-weight: 600;
 font-size: 14px;
 font-family: inherit;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 animation: pulse-live 1s infinite alternate;
 -webkit-animation: pulse-live 1s infinite alternate;
 background-color: #f65169;
 margin-bottom: 13px;
}

.live_like_t {
 position: relative;
 margin-bottom: 13px;
}

.live_creator_actions_stack {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.live_creator_actions_stack .button-group {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.live_creator_actions_stack .button-group button {
 margin-bottom: 0;
}

.live_action_menu_btn {
 display: none;
 width: 42px;
 height: 42px;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255, 0.4);
 background-color: rgba(17, 24, 39, 0.6);
 color: #ffffff;
 cursor: pointer;
 padding: 0;
 gap: 4px;
 align-items: center;
 justify-content: center;
 margin-bottom: 13px;
 box-shadow: 0 8px 18px rgba(15, 23, 42, 0.3);
}

.live_action_menu_dot {
 width: 4px;
 height: 4px;
 border-radius: 50%;
 background-color: currentColor;
}

.live_action_menu_btn[aria-expanded="true"] {
 background-color: #f65169;
 border-color: #f65169;
}

.live_gift_call {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 display: none;
}

.live_gift_call svg {
 width: 30px;
 height: 30px;
}

.live_footer_holder_show {
 position: fixed;
 bottom: 0px;
 max-height: 380px;
 width: 100%;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 z-index: 2;
 display: block !important;
 background-color: #ffffff !important;
 overflow-y: scroll;
 overflow-x: hidden;
}

.live_pin_product_btn {
 gap: 6px;
 padding: 6px 10px;
 border-radius: 8px;
 background-color: #f9f9fb;
 border: 1px solid #e0e3eb;
 font-size: 12px;
 font-weight: 600;
 color: #2c2f36;
 cursor: pointer;
 margin-bottom: 13px;
}

.live_pin_product_btn svg {
 width: 16px;
 height: 16px;
 fill: #f65169;
}

.live_interactions_toggle_btn {
 display: none;
 gap: 6px;
 padding: 6px 10px;
 border-radius: 8px;
 background-color: #ffffff;
 border: 1px solid #e0e3eb;
 font-size: 12px;
 font-weight: 600;
 color: #2c2f36;
 cursor: pointer;
 margin-bottom: 13px;
 max-width: 180px;
}

.live_interactions_toggle_btn span {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.live_interactions_toggle_btn svg {
 width: 16px;
 height: 16px;
 fill: #7b8292;
}

.live_interactions_toggle_btn.is-active {
 background-color: #f65169;
 border-color: #f65169;
 color: #ffffff;
}

.live_interactions_toggle_btn.is-active svg {
 fill: #ffffff;
}

.live_pinned_product_slot {
 position: absolute;
 right: 16px;
 bottom: 90px;
 max-width: 320px;
 width: 100%;
 z-index: 3;
}

.live_pinned_product_inner {
 display: block;
}

.live_pinned_product_toggle {
 display: none;
 align-items: center;
 gap: 6px;
 padding: 8px 12px;
 border-radius: 999px;
 background-color: #ffffff;
 border: 1px solid #e0e3eb;
 font-size: 12px;
 font-weight: 600;
 color: #2c2f36;
 cursor: pointer;
 box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.live_pinned_product_toggle svg {
 width: 16px;
 height: 16px;
 fill: #f65169;
}

.live_pinned_product_card {
 display: flex;
 align-items: stretch;
 background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
 border-radius: 16px;
 border: 1px solid #e2e8f0;
 overflow: hidden;
 box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
}

.live_pinned_product_media {
 width: 96px;
 min-width: 96px;
 height: auto;
 min-height: 100%;
 background-color: #f1f5f9;
 display: flex;
 align-items: center;
 justify-content: center;
 align-self: stretch;
}

.live_pinned_product_media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

.live_pinned_product_placeholder {
 font-size: 11px;
 font-weight: 700;
 color: #64748b;
 letter-spacing: 0.4px;
}

.live_pinned_product_body {
 padding: 12px 14px;
 display: flex;
 flex-direction: column;
 gap: 6px;
 flex: 1;
}

.live_pinned_product_type {
 font-size: 11px;
 font-weight: 700;
 color: #f65169;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.live_pinned_product_name {
 font-size: 15px;
 font-weight: 700;
 color: #111827;
}

.live_pinned_product_price {
 font-size: 13px;
 font-weight: 700;
 color: #475569;
}

.live_pinned_product_actions {
 display: flex;
 gap: 10px;
 align-items: center;
 flex-wrap: wrap;
 margin-top: 2px;
}

.live_pinned_product_cta {
 padding: 7px 14px;
 border-radius: 10px;
 background: linear-gradient(135deg, #f65169 0%, #ff7a8e 100%);
 color: #ffffff;
 text-decoration: none;
 font-size: 12px;
 font-weight: 700;
 box-shadow: 0 8px 18px rgba(246, 81, 105, 0.35);
}

.live_unpin_product_btn {
 padding: 7px 12px;
 border-radius: 10px;
 border: 1px solid #e2e8f0;
 background-color: #ffffff;
 font-size: 12px;
 font-weight: 700;
 color: #111827;
 cursor: pointer;
}

@media (max-width: 900px) {
 .live_pinned_product_slot {
 position: fixed;
 right: 12px;
 left: 12px;
 bottom: 88px;
 max-width: none;
 width: auto;
 }
 .live_pinned_product_slot[data-pinned-id=""] {
 display: none;
 }
 .live_pinned_product_toggle {
 display: inline-flex;
 }
 .live_pinned_product_inner {
 display: none;
 margin-top: 10px;
 }
 .live_pinned_product_slot.is-open .live_pinned_product_inner {
 display: block;
 }
 .live_pinned_product_slot.is-open .live_pinned_product_toggle {
 background-color: #f65169;
 color: #ffffff;
 border-color: #f65169;
 }
 .live_pinned_product_slot.is-open .live_pinned_product_toggle svg {
 fill: #ffffff;
 }
}

.live_interaction_modules {
 display: flex;
 flex-direction: column;
 gap: 10px;
}

@media (max-width: 1050px) {
 .live_video_header_mobile .live_mics_cameras {
 display: flex;
 align-items: center;
 gap: 10px;
 }
 .live_video_header_mobile .i_header_btn_item_live_mobile {
 margin-right: 0 !important;
 }
 .live_plus_mobile .live_pulse {
 margin-top: 8px;
 }
 .live_video_header_mobile .i_header_btn_item_live_mobile.live_header_btn_camera {
 background: linear-gradient(135deg, #0891b2 0%, #0ea5e9 100%) !important;
 border-color: rgba(186, 230, 253, 0.95);
 }
 .live_video_header_mobile .i_header_btn_item_live_mobile.live_header_btn_mic {
 background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
 border-color: rgba(191, 219, 254, 0.95);
 }
 .live_video_header_mobile .i_header_btn_item_live_mobile.live_header_btn_end {
 background: #ef4444 !important;
 border-color: #fecaca;
 }
 .live_plus_mobile .live_action_menu_btn {
 display: flex;
 }
 .live_plus_mobile .live_creator_actions_stack {
 width: 196px;
 min-width: 196px;
 padding: 8px;
 border-radius: 14px;
 background-color: rgba(15, 23, 42, 0.76);
 border: 1px solid rgba(255, 255, 255, 0.2);
 box-shadow: 0 14px 28px rgba(15, 23, 42, 0.35);
 display: none;
 }
 .live_plus_mobile.live_actions_open .live_creator_actions_stack {
 display: flex;
 }
 .live_plus_mobile .live_creator_actions_stack .button-group button,
 .live_plus_mobile .live_creator_actions_stack .live_pin_product_btn,
 .live_plus_mobile .live_creator_actions_stack .live_interactions_toggle_btn {
 width: 100%;
 max-width: none;
 margin-bottom: 0;
 justify-content: flex-start;
 }
 .live_plus_mobile .live_creator_actions_stack .button-group button {
 padding: 8px 10px;
 border-radius: 10px;
 background-color: rgba(15, 23, 42, 0.62);
 border: 1px solid rgba(255, 255, 255, 0.16);
 color: #ffffff;
 }
 .live_plus_mobile .live_creator_actions_stack #mute-audio {
 background-color: #0f766e;
 border-color: #5eead4;
 color: #ffffff;
 }
 .live_plus_mobile .live_creator_actions_stack #mute-video {
 background-color: #1d4ed8;
 border-color: #93c5fd;
 color: #ffffff;
 }
 .live_plus_mobile .live_creator_actions_stack .live_pin_product_btn {
 background-color: #c2410c;
 border-color: #fdba74;
 color: #ffffff;
 }
 .live_plus_mobile .live_creator_actions_stack .live_pin_product_btn svg {
 fill: #ffffff;
 }
 .live_plus_mobile .live_creator_actions_stack .live_interactions_toggle_btn {
 background-color: #7c3aed;
 border-color: #c4b5fd;
 color: #ffffff;
 }
 .live_plus_mobile .live_creator_actions_stack .live_interactions_toggle_btn svg {
 fill: #ffffff;
 }
 .live_plus_mobile .live_creator_actions_stack .live_interactions_toggle_btn.is-active {
 background-color: #be185d;
 border-color: #f9a8d4;
 }
 .live_interactions_toggle_btn {
 display: flex;
 }
 .live_right_in_right_mobile .live_interaction_modules {
 display: none;
 }
 .live_right_in_right_mobile.live_interactions_open .live_interaction_modules {
 display: flex;
 max-height: calc(100vh - 230px);
 overflow-y: auto;
 margin-bottom: 8px;
 }
}

.live_module {
 border: 1px solid #e0e3eb;
 border-radius: 10px;
 background-color: #ffffff;
 overflow: hidden;
}

.live_module_header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 8px 10px;
 font-size: 12px;
 font-weight: 600;
 color: #2c2f36;
}

.live_module_toggle {
 background: transparent;
 border: none;
 cursor: pointer;
}

.live_module_toggle svg {
 width: 16px;
 height: 16px;
 fill: #7b8292;
}

.live_module_body {
 padding: 10px;
 display: none;
}

.live_module.is-open .live_module_body {
 display: block;
}

.live_poll_question {
 font-size: 13px;
 font-weight: 600;
 margin-bottom: 8px;
}

.live_poll_options {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.live_poll_option {
 position: relative;
 padding: 8px 10px;
 border-radius: 8px;
 border: 1px solid #e0e3eb;
 background-color: #ffffff;
 text-align: left;
 font-size: 12px;
 cursor: pointer;
 overflow: hidden;
}

.live_poll_option.is-locked {
 cursor: default;
}

.live_poll_option_bar {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 background-color: rgba(246, 81, 105, 0.2);
 z-index: 0;
}

.live_poll_option_text,
.live_poll_option_percent {
 position: relative;
 z-index: 1;
}

.live_poll_option_percent {
 float: right;
 font-weight: 600;
}

.live_poll_option.is-selected {
 border-color: #f65169;
}

.live_poll_meta {
 margin-top: 8px;
 font-size: 11px;
 color: #7b8292;
}

.live_poll_create {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.live_poll_question_input,
.live_poll_option_input {
 width: 100%;
 padding: 8px 10px;
 border: 1px solid #e0e3eb;
 border-radius: 8px;
 font-size: 12px;
}

.live_poll_create_actions {
 display: flex;
 gap: 8px;
 flex-wrap: wrap;
}

.live_poll_add_option,
.live_poll_submit,
.live_poll_close_btn {
 padding: 6px 10px;
 border-radius: 8px;
 border: 1px solid #e0e3eb;
 background-color: #ffffff;
 font-size: 12px;
 font-weight: 600;
 cursor: pointer;
}

.live_poll_submit {
 background-color: #f65169;
 color: #ffffff;
 border-color: #f65169;
}

.live_poll_warning {
 font-size: 11px;
 color: #f65169;
}

.live_poll_empty {
 font-size: 12px;
 color: #7b8292;
}

.live_qa_input {
 display: flex;
 flex-direction: column;
 gap: 8px;
 margin-bottom: 10px;
}

.live_qa_textarea {
 width: 100%;
 min-height: 70px;
 padding: 8px 10px;
 border: 1px solid #e0e3eb;
 border-radius: 8px;
 font-size: 12px;
 resize: vertical;
}

.live_qa_send,
.live_qa_action {
 padding: 6px 10px;
 border-radius: 8px;
 border: 1px solid #e0e3eb;
 background-color: #ffffff;
 font-size: 12px;
 font-weight: 600;
 cursor: pointer;
}

.live_qa_send {
 background-color: #2c2f36;
 color: #ffffff;
 border-color: #2c2f36;
}

.live_qa_list {
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.live_qa_item {
 border: 1px solid #e0e3eb;
 border-radius: 8px;
 padding: 8px 10px;
}

.live_qa_author {
 font-size: 12px;
 font-weight: 600;
 margin-bottom: 4px;
}

.live_qa_text {
 font-size: 12px;
 color: #2c2f36;
}

.live_qa_status {
 font-size: 11px;
 color: #7b8292;
 margin-top: 6px;
}

.live_qa_actions {
 display: flex;
 gap: 6px;
 margin-top: 8px;
 flex-wrap: wrap;
}

.live_qa_empty {
 font-size: 12px;
 color: #7b8292;
}

.live_schedule_fields {
 display: none;
 margin-top: 10px;
}

.live_schedule_badge {
 background-color: #f65169;
 color: #ffffff;
 padding: 4px 10px;
 border-radius: 999px;
 font-size: 11px;
 margin-left: 10px;
 line-height: 1;
 white-space: nowrap;
}

.live_scheduled_wrapper {
 background-color: #ffffff;
}
.live_scheduled_wrapper .live_video_header {
 padding: 16px;
}
.live_scheduled_wrapper .live_creator_live_name_live_username {
 display: flex;
 flex-direction: column;
 gap: 3px;
 min-width: 0;
}
.live_scheduled_wrapper .live_creator_live_username a {
 color: #0f172a !important;
 font-weight: 700;
}
.live_scheduled_wrapper .live_creator_live_name {
 display: flex;
 align-items: center;
 gap: 8px;
}
.live_scheduled_wrapper .live_schedule_badge {
 flex: 0 0 auto;
}

.live_scheduled_holder {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 24px;
}

.live_scheduled_panel {
 max-width: 480px;
 width: 100%;
 background-color: #ffffff;
 border: 1px solid #e0e3eb;
 border-radius: 16px;
 padding: 20px;
 text-align: center;
 box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.live_scheduled_title {
 font-size: 13px;
 font-weight: 600;
 color: #7b8292;
 text-transform: uppercase;
 margin-bottom: 8px;
}

.live_scheduled_stream_name {
 font-size: 18px;
 font-weight: 700;
 color: #1e1f24;
 margin-bottom: 14px;
}

.live_scheduled_countdown {
 padding: 14px 0;
}

.live_countdown_value {
 font-size: 28px;
 font-weight: 700;
 color: #f65169;
}

.live_countdown_label {
 font-size: 12px;
 color: #7b8292;
}

.live_scheduled_time {
 font-size: 12px;
 color: #2c2f36;
 margin-bottom: 10px;
}

.live_scheduled_actions {
 display: flex;
 justify-content: center;
 gap: 10px;
 flex-wrap: wrap;
 margin-top: 12px;
}

.live_start_now_btn,
.live_reminder_btn {
 padding: 8px 14px;
 border-radius: 10px;
 border: 1px solid #e0e3eb;
 background-color: #ffffff;
 font-size: 12px;
 font-weight: 600;
 cursor: pointer;
}

.live_start_now_btn {
 background-color: #2c2f36;
 color: #ffffff;
 border-color: #2c2f36;
}

.live_reminder_btn.is-active {
 background-color: #f65169;
 color: #ffffff;
 border-color: #f65169;
}

.live_scheduled_side_card {
 padding: 12px;
 border: 1px solid #e0e3eb;
 border-radius: 12px;
 background-color: #f9f9fb;
}

.live_scheduled_side_title {
 font-size: 13px;
 font-weight: 600;
 margin-bottom: 6px;
}

.live_scheduled_side_note {
 font-size: 12px;
 color: #7b8292;
}

.live_pin_product_list {
 display: flex;
 flex-direction: column;
 gap: 12px;
}

.live_pin_product_item {
 display: flex;
 gap: 10px;
 align-items: center;
 border: 1px solid #e0e3eb;
 border-radius: 10px;
 padding: 10px;
}

.live_pin_product_media {
 width: 70px;
 height: 70px;
 background-color: #f3f4f7;
 border-radius: 8px;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}

.live_pin_product_media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.live_pin_product_placeholder {
 font-size: 11px;
 color: #7b8292;
}

.live_pin_product_meta {
 flex: 1;
}

.live_pin_product_type {
 font-size: 11px;
 font-weight: 600;
 color: #f65169;
 text-transform: uppercase;
}

.live_pin_product_name {
 font-size: 13px;
 font-weight: 600;
}

.live_pin_product_price {
 font-size: 12px;
 color: #2c2f36;
}

.live_pin_product_actions button {
 padding: 6px 10px;
 border-radius: 8px;
 border: 1px solid #e0e3eb;
 background-color: #ffffff;
 font-size: 12px;
 font-weight: 600;
 cursor: pointer;
}

.live_pin_product_empty {
 font-size: 12px;
 color: #7b8292;
}

.ty_post {
 background-color: #1e88e5;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_profile {
 background-color: #f65169;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_point {
 background-color: #f57c00;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_live_stream {
 background-color: #f87855;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_tips {
 background-color: #f65169;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_live_gift {
 background-color: #fab429;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_product {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_unlockmessage {
 background: #0097a7;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

@keyframes pulse-live {
 0% {
 background-color: #f65169;
 }
 100% {
 background-color: #fab429;
 }
}
@-webkit-keyframes pulse-live {
 0% {
 background-color: #f65169;
 }
 100% {
 background-color: #fab429;
 }
}
/*Version 2.9 Style FINISHED*/
@-webkit-keyframes dot-pulse-before {
 0% {
 -webkit-box-shadow: 9984px 0 0 -5px #f65169;
 box-shadow: 9984px 0 0 -5px #f65169;
 }
 30% {
 -webkit-box-shadow: 9984px 0 0 2px #f65169;
 box-shadow: 9984px 0 0 2px #f65169;
 }
 60%, 100% {
 -webkit-box-shadow: 9984px 0 0 -5px #f65169;
 box-shadow: 9984px 0 0 -5px #f65169;
 }
}
@keyframes dot-pulse-before {
 0% {
 -webkit-box-shadow: 9984px 0 0 -5px #f65169;
 box-shadow: 9984px 0 0 -5px #f65169;
 }
 30% {
 -webkit-box-shadow: 9984px 0 0 2px #f65169;
 box-shadow: 9984px 0 0 2px #f65169;
 }
 60%, 100% {
 -webkit-box-shadow: 9984px 0 0 -5px #f65169;
 box-shadow: 9984px 0 0 -5px #f65169;
 }
}
@-webkit-keyframes dot-pulse {
 0% {
 -webkit-box-shadow: 9999px 0 0 -5px #f65169;
 box-shadow: 9999px 0 0 -5px #f65169;
 }
 30% {
 -webkit-box-shadow: 9999px 0 0 2px #f65169;
 box-shadow: 9999px 0 0 2px #f65169;
 }
 60%, 100% {
 -webkit-box-shadow: 9999px 0 0 -5px #f65169;
 box-shadow: 9999px 0 0 -5px #f65169;
 }
}
@keyframes dot-pulse {
 0% {
 -webkit-box-shadow: 9999px 0 0 -5px #f65169;
 box-shadow: 9999px 0 0 -5px #f65169;
 }
 30% {
 -webkit-box-shadow: 9999px 0 0 2px #f65169;
 box-shadow: 9999px 0 0 2px #f65169;
 }
 60%, 100% {
 -webkit-box-shadow: 9999px 0 0 -5px #f65169;
 box-shadow: 9999px 0 0 -5px #f65169;
 }
}
@-webkit-keyframes dot-pulse-after {
 0% {
 -webkit-box-shadow: 10014px 0 0 -5px #f65169;
 box-shadow: 10014px 0 0 -5px #f65169;
 }
 30% {
 -webkit-box-shadow: 10014px 0 0 2px #f65169;
 box-shadow: 10014px 0 0 2px #f65169;
 }
 60%, 100% {
 -webkit-box-shadow: 10014px 0 0 -5px #f65169;
 box-shadow: 10014px 0 0 -5px #f65169;
 }
}
@keyframes dot-pulse-after {
 0% {
 -webkit-box-shadow: 10014px 0 0 -5px #f65169;
 box-shadow: 10014px 0 0 -5px #f65169;
 }
 30% {
 -webkit-box-shadow: 10014px 0 0 2px #f65169;
 box-shadow: 10014px 0 0 2px #f65169;
 }
 60%, 100% {
 -webkit-box-shadow: 10014px 0 0 -5px #f65169;
 box-shadow: 10014px 0 0 -5px #f65169;
 }
}
@media screen and (max-width: 900px) {
 .live_list_box_wrapper_live {
 width: calc(33.3333333333% - 0px);
 width: -o-calc(100% / 3 - 0px);
 width: -ms-calc(100% / 3 - 0px);
 }
}
@media screen and (max-width: 400px) {
 .live_list_box_wrapper_live {
 width: calc(50% - 0px);
 width: -o-calc(100% / 2 - 0px);
 width: -ms-calc(100% / 2 - 0px);
 }
}
@media screen and (max-width: 400px) {
 .live_list_box_wrapper_live {
 width: calc(100% - 0px);
 width: -o-calc(100% / 1 - 0px);
 width: -ms-calc(100% / 1 - 0px);
 }
}
.appendBoxLive {
 width: 100%;
 height: 100%;
 position: fixed;
 background-color: rgba(0, 0, 0, 0.4);
 z-index: 1;
 left: 0;
 top: 0;
 bottom: 0;
}

/*Version 3.3 STARTED*/
.qrCodeGenerator {
 padding: 8px 12px;
 color: #ffffff;
 background-color: #43a047;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 -ms-border-radius: 30px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 display: inline-block;
 margin-bottom: 15px;
 font-size: 13px;
 font-family: inherit;
}

.qrCodeGenerator:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.qrCodeImage {
 position: relative;
 width: 100%;
}

.qrCodeImage img {
 display: block;
 position: relative;
 width: auto;
 height: auto;
 margin-bottom: 15px;
}

.qrCodeShareButtons {
 padding: 10px;
}

.qrSocialIcon {
 position: relative;
 padding: 8px;
 cursor: pointer;
}

.qrSocialIcon svg {
 width: 30px;
 height: 30px;
 display: inline-block;
}

/*Version 3.3 version 3.4 FINISHED*/
/*Version 3.5 STARTED*/
.i_wrapper_cnt {
 position: relative;
 width: 100%;
 min-height: 350px;
}

.ia_affiliate_wrapper {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 background-image: url("img/affilate.png");
 background-size: contain;
 background-position: center center;
 background-repeat: no-repeat;
 opacity: 0.3;
}

.iu_affilate_link {
 z-index: 3;
}

.i_affilate_input {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 outline: none;
 border: none;
 background-color: #ffffff;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 -ms-border-radius: 30px;
 -o-border-radius: 30px;
 min-width: 360px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.affilate_earnings {
 margin: 0px auto;
 padding: 20px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 margin-bottom: 30px;
 max-width: 150px;
 position: relative;
 font-weight: 600;
 font-size: 20px;
 font-family: inherit;
 color: #f65169;
}

.affilate_earnings svg {
 fill: #f65169;
 width: 20px;
 height: 20px;
 margin-left: 10px;
}

.affilate_not {
 font-weight: 600;
 color: #000000;
 margin-bottom: 15px;
}

.your_balance {
 width: 100%;
 color: #000000;
 font-size: 20px;
}

.share_to {
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 font-weight: 500;
}

.i_uploading_not {
 position: absolute;
 font-weight: 400;
 font-size: 13px;
 color: #000000;
 width: 100%;
 text-align: center;
 height: 100%;
 background-color: #ffffff;
 z-index: 5;
 width: calc(100% - 0px);
}

.point_earn_list_wrapper {
 display: block;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border-top: 1px solid #F0F1F5;
 margin-top: 25px;
 padding: 25px 0px;
 padding-bottom: 0px;
}

.next_payout_not li {
 width: 100%;
 padding: 10px 0px 0px 15px;
}

.point_earn_box_cont {
 width: 100%;
 padding: 15px;
 float: left;
 width: calc(25% - 0px);
 width: -o-calc(100% / 4 - 0px);
 width: -ms-calc(100% / 4 - 0px);
 width: -moz-calc(100% / 4 - 0px);
}

.point_earn_box_cont_in {
 float: left;
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 background-color: #F0F2F5;
}

.point_earn_icon_cont {
 width: 100%;
 padding: 10px;
 border-bottom: 1px solid #ffffff;
}

.point_earn_icon_wrp {
 width: 80px;
 height: 80px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
}

.point_earn_icon_wrp svg {
 fill: #f65169;
 width: 30px;
 height: 30px;
}

.point_earn_footer {
 width: 100%;
 height: 100%;
 padding: 10px;
}

.point_earn_title_item {
 position: relative;
 margin: 0px auto;
 background-color: #ffffff;
 text-align: center;
 color: #f65169;
 font-family: inherit;
 font-weight: 500;
 font-size: 14px;
 padding: 5px 10px;
 border-radius: 25px;
 -webkit-border-radius: 25px;
 -o-border-radius: 25px;
 -moz-border-radius: 25px;
 -ms-border-radius: 25px;
 margin-top: -25px;
}

.point_earn_list_wrp {
 width: 100%;
 padding: 20px 0px;
}

.earn_title_point {
 width: 100%;
 padding: 10px 5px;
 color: #000000;
 font-family: inherit;
 font-weight: 500;
 font-size: 13px;
}

.r_u_s {
 font-weight: 600;
 font-size: 13px;
 font-family: inherit;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 color: #000000;
 padding: 5px 10px;
 background-color: #F0F2F5;
 margin-bottom: 10px;
}

.micList {
 position: absolute;
 width: 100%;
 min-width: 230px;
 margin-right: 0px;
 background-color: #ffffff;
 top: 46px;
 right: 0px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 padding: 15px 0px;
 display: none;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.micList a {
 width: 100%;
 display: inline-block;
 color: #000000;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 padding: 10px 15px;
 cursor: pointer;
 text-decoration: none;
}

.micList a:hover {
 background-color: #e0e3eb;
}

.holder_l_in .button-group button {
 border: 1px solid rgba(255, 255, 255, 0.2);
 padding: 8px 10px;
 color: #ffffff;
 font-weight: 600;
 font-size: 12px;
 background-color: rgba(15, 23, 42, 0.65);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 margin-bottom: 10px;
}

/*Version 3.5 FINISHED*/
/*Version 3.6 STARTED*/
.green-audio-player {
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
 width: 100% !important;
 max-width: 100% !important;
}

.myaudio {
 width: 100%;
}

.onlySubs {
 top: 0px;
}

.mentions_list {
 padding-top: 10px;
}

.ownTooltipWrapper {
 position: absolute;
 max-width: 250px;
 right: 0;
 left: auto;
 top: calc(100% + 10px);
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 background-color: rgba(0, 0, 0, 0.88);
 padding: 8px 10px;
 color: #ffffff;
 font-weight: 400;
 font-size: 13px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 z-index: 10000;
 transform: none;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 -ms-transform: none;
 pointer-events: none;
}

.create_stories {
 padding: 12px 10px;
 cursor: auto;
}

.create_stories svg {
 width: 25px;
 height: 25px;
 fill: #f65169;
}

.upload_story_image {
 display: inline-block;
 width: 113px !important;
 border-radius: 5px !important;
 -webkit-border-radius: 5px !important;
 -o-border-radius: 5px !important;
 -ms-border-radius: 5px !important;
 min-height: 201px;
 cursor: pointer;
}

.create_sotry_form_container {
 padding-top: 25px;
 position: relative;
}

.create_sotry_form_container .i_upload_progress {
 top: 128px;
}

.story_options {
 margin-top: 14px;
 padding: 16px;
 background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
 box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.story_option_group {
 padding: 12px;
 border-radius: 12px;
 background: #ffffff;
 border: 1px solid #eef1f7;
}

.story_option_group + .story_option_group {
 margin-top: 10px;
}

.story_quick_replies_block.is-hidden {
 display: none;
}

.story_quick_replies_trigger {
 padding: 6px 12px;
 border-radius: 10px;
 border: 1px solid #dbe1ee;
 background: #ffffff;
 font-size: 12px;
 color: #1f2937;
 cursor: pointer;
 transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.story_quick_replies_trigger:hover {
 transform: scale(1.03);
 box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
 border-color: #c7cfdf;
}

.story_option_label {
 font-size: 11px;
 font-weight: 700;
 color: #040720;
 margin-bottom: 8px;
 text-transform: uppercase;
 letter-spacing: 0.08em;
}

.story_option_select,
.story_privacy {
 width: 100%;
 border: 1px solid #dbe1ee;
 border-radius: 10px;
 padding: 10px 12px;
 background: #f9fafb;
 color: #0f172a;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.story_overlay_fields,
.story_quick_reply_inputs {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 gap: 10px;
}

.story_overlay_sticker_field {
 position: relative;
 width: 100%;
 min-height: 42px;
 padding: 6px 10px;
 border: 1px solid #dbe1ee;
 border-radius: 10px;
 background: #f9fafb;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 8px;
}

.story_overlay_sticker_field .story_overlay_sticker {
 display: none;
}

.story_sticker_trigger {
 width: 32px;
 height: 32px;
 border-radius: 10px;
 border: 1px solid #dbe1ee;
 background: #ffffff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.story_sticker_trigger svg {
 width: 16px;
 height: 16px;
 fill: #1f2937;
}

.story_sticker_trigger:hover {
 transform: scale(1.03);
 box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
 border-color: #c7cfdf;
}

.story_sticker_picker {
 margin-top: 10px;
}

.story_sticker_preview {
 display: none;
 align-items: center;
 gap: 10px;
}

.story_sticker_preview.is-visible {
 display: inline-flex;
}

.story_sticker_img {
 width: 32px;
 height: 32px;
 border-radius: 10px;
 border: 1px solid #e2e7f2;
 background: #ffffff;
 padding: 4px;
 object-fit: contain;
}

.story_sticker_clear {
 width: 26px;
 height: 26px;
 border-radius: 7px;
 border: 1px solid #e2e7f2;
 background: #ffffff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.story_sticker_clear.is-visible {
 opacity: 1;
 pointer-events: auto;
}

.story_sticker_clear svg {
 width: 14px;
 height: 14px;
 fill: #1f2937;
}

.story_sticker_clear:hover {
 transform: scale(1.04);
 box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.story_sticker_list {
 display: none;
 margin-top: 10px;
 padding: 10px;
 border-radius: 12px;
 border: 1px solid #e3e7f2;
 background: #ffffff;
 max-height: 220px;
 overflow: auto;
}

.story_sticker_list.is-open {
 display: block;
}

.story_audio_field {
 position: relative;
 width: 100%;
 min-height: 42px;
 padding: 6px 10px;
 border: 1px solid #dbe1ee;
 border-radius: 10px;
 background: #f9fafb;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 8px;
}

.story_audio_field .story_overlay_audio {
 display: none;
}

.story_audio_preview {
 display: none;
 align-items: center;
 gap: 10px;
 max-width: 70%;
}

.story_audio_preview.is-visible {
 display: inline-flex;
}

.story_audio_selected {
 font-size: 12px;
 color: #0f172a;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 180px;
}

.story_audio_clear {
 width: 26px;
 height: 26px;
 border-radius: 7px;
 border: 1px solid #e2e7f2;
 background: #ffffff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 opacity: 0;
 pointer-events: none;
 transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.story_audio_clear.is-visible {
 opacity: 1;
 pointer-events: auto;
}

.story_audio_clear svg {
 width: 14px;
 height: 14px;
 fill: #1f2937;
}

.story_audio_clear:hover {
 transform: scale(1.04);
 box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.story_audio_trigger {
 padding: 6px 12px;
 border-radius: 10px;
 border: 1px solid #dbe1ee;
 background: #ffffff;
 font-size: 12px;
 color: #1f2937;
 cursor: pointer;
 transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.story_audio_trigger:hover {
 transform: scale(1.03);
 box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
 border-color: #c7cfdf;
}

.story_audio_list {
 display: none;
 margin-top: 10px;
 padding: 10px;
 border-radius: 12px;
 border: 1px solid #e3e7f2;
 background: #ffffff;
 max-height: 220px;
 overflow: auto;
}

.story_audio_list.is-open {
 display: block;
}

.story_audio_picker_panel {
 width: 100%;
}

.story_audio_picker_list {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.story_audio_item {
 border: 1px solid transparent;
 border-radius: 10px;
 background: #f7f9fc;
 padding: 8px 10px;
 display: flex;
 align-items: center;
 gap: 8px;
 cursor: pointer;
 text-align: left;
 transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.story_audio_item_play {
 width: 28px;
 height: 28px;
 border-radius: 50%;
 border: 1px solid #d5ddea;
 background: #ffffff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 0;
 cursor: pointer;
 transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.story_audio_item_play:focus {
 outline: 2px solid #111827;
 outline-offset: 2px;
}

.story_audio_item_icon svg {
 width: 12px;
 height: 12px;
 fill: #1f2937;
}

.story_audio_item_icon_pause {
 display: none;
}

.story_audio_item.is-playing .story_audio_item_play {
 border-color: #f65169;
 background: #f65169;
}

.story_audio_item.is-playing .story_audio_item_icon svg {
 fill: #ffffff;
}

.story_audio_item.is-playing .story_audio_item_icon_play {
 display: none;
}

.story_audio_item.is-playing .story_audio_item_icon_pause {
 display: inline-flex;
}

.story_audio_item_title {
 font-size: 13px;
 color: #0f172a;
 line-height: 1.3;
 flex: 1 1 auto;
}

.story_audio_item:hover {
 transform: translateY(-2px);
 border-color: #d5ddea;
 box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.story_sticker_picker_panel {
 width: 100%;
}

.story_sticker_picker_grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
 gap: 8px;
}

.story_sticker_item {
 border: 1px solid transparent;
 border-radius: 10px;
 background: #f7f9fc;
 padding: 6px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.story_sticker_item img {
 width: 100%;
 height: 100%;
 max-height: 48px;
 object-fit: contain;
}

.story_sticker_item:hover {
 transform: translateY(-2px);
 border-color: #d5ddea;
 box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.story_overlay_fields input,
.story_quick_reply_inputs input {
 width: 100%;
 border: 1px solid #dbe1ee;
 border-radius: 10px;
 padding: 10px 12px;
 background: #f9fafb;
 color: #0f172a;
 font-size: 13px;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.story_option_select:focus,
.story_privacy:focus,
.story_overlay_fields input:focus,
.story_quick_reply_inputs input:focus {
 outline: none;
 border-color: #2563eb;
 background: #ffffff;
 box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.story_quick_replies_block .rec_not {
 margin-top: 6px;
 font-size: 12px;
 color: #040720;
}

.uploaded_storie_container .add_my_text {
 border: 1px solid #e3e7f2;
 border-radius: 12px;
 background: #ffffff;
 box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
 padding: 12px 14px;
}

.uploaded_storie_container .add_my_text:focus {
 outline: none;
 border-color: #2563eb;
 box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.story-view-item,
.story_view_item,
.story-view-item-fake {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 width: 95px !important;
 padding: 0px;
 border-radius: 22px !important;
 overflow: visible !important;
 background: transparent;
 border: none;
 cursor: pointer;
 margin-right: 0;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 scroll-snap-align: center;
 isolation: isolate;
 min-height: 0;
 max-height: none;
 gap: 6px;
 -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
 transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
 transition: transform 0.25s ease, filter 0.25s ease;
 transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}

.story-view-item,
.story_view_item,
.story-view-item-fake {
 background-image: none !important;
}

.story-view-item.is-seen {
 -webkit-box-ordinal-group: 4;
 -ms-flex-order: 3;
 order: 3;
}

.story-view-item-fake.chsStoryw {
 -webkit-box-ordinal-group: 1;
 -ms-flex-order: 0;
 order: 0;
}

.story-view-item:before,
.story_view_item:before,
.story-view-item:after,
.story_view_item:after,
.story-view-item-fake:after {
 content: none !important;
}

.story-bubble {
 --story-size: 84px;
 position: relative;
 width: var(--story-size);
 height: var(--story-size);
 border-radius: 50%;
 background: -webkit-gradient(linear, left top, right bottom, from(#1d8fe1), to(#9b51e0));
 background: linear-gradient(135deg, #1d8fe1 0%, #9b51e0 100%);
 padding: 2px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-shadow: 0 14px 28px rgba(76, 99, 146, 0.16);
 box-shadow: 0 14px 28px rgba(76, 99, 146, 0.16);
}

.story-bubble .story-ring {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background: #ffffff;
 padding: 0px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.story-add {
 background: -webkit-gradient(linear, left top, right bottom, from(#e6e9f2), to(#d8dce8));
 background: linear-gradient(135deg, #e6e9f2 0%, #d8dce8 100%);
 -webkit-box-shadow: 0 12px 28px rgba(109, 122, 152, 0.14);
 box-shadow: 0 12px 28px rgba(109, 122, 152, 0.14);
}

.story-add .story-ring {
 background: #f8f9ff;
}

.story-add-cta {
 position: absolute;
 bottom: 4px;
 right: -4px;
 width: 22px;
 height: 22px;
 border-radius: 50%;
 background: -webkit-gradient(linear, left top, right bottom, from(#6c5ce7), to(#9c27f5));
 background: linear-gradient(135deg, #6c5ce7 0%, #9c27f5 100%);
 border: 1px solid #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 3;
}

.story-live .story-bubble {
 background: -webkit-gradient(linear, left top, right bottom, from(#ff5f6d), to(#ffc371));
 background: linear-gradient(135deg, #ff5f6d 0%, #ffc371 100%);
 -webkit-box-shadow: 0 14px 30px rgba(255, 95, 109, 0.2);
 box-shadow: 0 14px 30px rgba(255, 95, 109, 0.2);
}

.story-view-item.activated .story-bubble {
 background: linear-gradient(135deg, #dfe3ef 0%, #e9ecf5 100%);
 -webkit-box-shadow: 0 8px 18px rgba(38, 52, 92, 0.08);
 box-shadow: 0 8px 18px rgba(38, 52, 92, 0.08);
 -webkit-filter: saturate(0.7);
 filter: saturate(0.7);
}

.story-view-item.is-seen .story-bubble {
 background: linear-gradient(135deg, #dfe3ef 0%, #e9ecf5 100%);
 -webkit-box-shadow: 0 8px 18px rgba(38, 52, 92, 0.08);
 box-shadow: 0 8px 18px rgba(38, 52, 92, 0.08);
 -webkit-filter: saturate(0.7);
 filter: saturate(0.7);
}

.story-live-badge {
 position: absolute;
 bottom: -12px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 padding: 6px 12px;
 background: #ffffff;
 color: #111827;
 border-radius: 999px;
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 0.01em;
 gap: 6px;
 z-index: 3;
}

.story-live-badge span {
 white-space: nowrap;
}

/*REMOVED story live icon*/
.story-live-icon { display:none; }
/*REMOVED story live icon*/
.newSto {
 position: static;
 background: transparent;
 padding: 8px 0px 0px 0px;
 text-align: center;
 width: 100%;
 display: inline-block;
 vertical-align: middle;
 line-height: 1.35;
 font-family: inherit;
 font-weight: 600;
 font-size: 15px;
 color: #1f2937;
 letter-spacing: 0.01em;
 -webkit-transition: color 0.3s linear;
 transition: color 0.3s linear;
}

.story-view-item:hover .newSto {
 background-color: transparent;
}

.plusSIc {
 position: static;
 width: 100%;
 margin-bottom: 6px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.plstr {
 position: relative;
 width: 20px;
 height: 20px;
 background: transparent;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 margin: 0px auto;
 border: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.plstr svg {
 fill: #ffffff;
 width: 17px;
 height: 17px;
}

#storie_img {
 opacity: 0;
 display: none;
}

.label_storyUpload {
 cursor: pointer;
 display: inline-block;
 z-index: 99;
 height: 26px;
 top: 0px;
}

.edit_created_stories {
 width: 100%;
 position: relative;
 padding-top: 30px;
}

.uploaded_storie_container {
 width: 100%;
 background-color: #ffffff;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 margin-bottom: 15px;
 position: relative;
}

.uploaded_storie_image {
 width: 100%;
 height: 100%;
 max-height: 500px;
 min-height: 500px;
 background-color: #2e2e2e;
 position: relative;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 overflow: hidden;
}

.uploaded_storie_image img {
 position: absolute;
 margin: 0px auto;
}

.uploaded_storie_before {
 border-radius: 0px !important;
}

.add_a_text {
 width: 100%;
 padding: 15px 15px 0px 15px;
}

.add_my_text {
 outline: none;
 width: 100%;
 resize: none;
 border: none;
 font-weight: 500;
 font-size: 16px;
 color: #000000;
 font-family: inherit;
 min-height: 55px;
 padding: 15px;
}

.uploaded_storie_image video {
 width: 100%;
 height: 500px;
}

.share_story_btn_cnt {
 width: 100%;
 padding: 8px 15px 9px 15px;
 background-color: #1e88e5;
 cursor: pointer;
 text-transform: capitalize;
 color: #ffffff;
 font-size: 14px;
 font-family: inherit;
 font-weight: 500;
 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}

.share_story_btn_cnt svg {
 fill: #ffffff;
 width: 17px;
 height: 17px;
 margin-right: 10px;
}

.share_story_btn_cnt:hover {
 background-color: #1170c4;
}

.dmyStory {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 position: absolute;
 right: 10px;
 top: 10px;
 z-index: 5;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.dmyStory:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 background-color: #f65169;
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.dmyStory svg {
 fill: #ffffff;
 width: 18px;
 height: 18px;
}

.i_uploading_not_story {
 position: absolute;
 font-weight: 600;
 font-size: 14px;
 color: #000000;
 width: 100%;
 text-align: center;
 height: 100%;
 background-color: #F0F2F5;
 z-index: 5;
 left: 0px;
 top: 0px;
}

.non-shared-yet {
 position: relative;
 width: 100%;
 display: inline-block;
 padding-top: 20px;
}

.non-shared-title-style {
 font-size: 13px;
}

.shared_storie_time {
 background-color: #ffffff;
 padding: 10px 12px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 font-size: 13px;
 font-weight: 500;
 font-family: inherit;
}

.shared_storie_time svg {
 fill: #65676B;
 width: 16px;
 height: 16px;
 margin-right: 10px;
}

.dmyStory_extra {
 top: 46px;
}

.stories_wrapper {
 position: relative;
 margin-bottom: 24px;
 padding: 16px 0px !important;
 gap: 18px;
 overflow: visible;
 background-color: #ffffff !important;
 border: 1px solid #ecf0f5;
 border-radius: 28px;
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}

.stories_outer {
 position: relative;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
}

.stories_scroller {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 gap: 18px;
 overflow: visible;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 width: 100%;
 padding: 0 18px;
 touch-action: pan-x;
 cursor: ew-resize;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 scroll-behavior: smooth;
 scrollbar-width: none;
 -ms-overflow-style: none;
}

.stories_wrapper .swiper {
 height: auto !important;
}

.stories_scroller.is-dragging {
 cursor: ew-resize;
}

.stories_track {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 gap: 5px;
}

.stories_wrapper .swiper-slide {
 margin-right: 0 !important;
}

.stories_scroller::-webkit-scrollbar {
 display: none;
}

.stories_nav {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 38px;
 height: 38px;
 border-radius: 50%;
 border: 1px solid #eef1f7;
 background: #ffffff;
 -webkit-box-shadow: 0 10px 26px rgba(20, 30, 58, 0.14);
 box-shadow: 0 10px 26px rgba(20, 30, 58, 0.14);
 color: #111827;
 font-size: 20px;
 font-weight: 700;
 line-height: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 z-index: 6;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
 transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
 transition: opacity 0.2s ease, transform 0.2s ease;
 transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.stories_wrapper.has-nav .stories_nav {
 opacity: 1;
 visibility: visible;
 pointer-events: auto;
}

.stories_outer.has-nav .stories_nav {
 opacity: 1;
 visibility: visible;
 pointer-events: auto;
}

.stories_nav.is-hidden {
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
}

.stories_nav:hover {
 -webkit-transform: translateY(-50%) scale(1.04);
 transform: translateY(-50%) scale(1.04);
}

.stories_nav:active {
 -webkit-transform: translateY(-50%) scale(0.98);
 transform: translateY(-50%) scale(0.98);
}

.stories_nav-prev {
 left: -18px;
}

.stories_nav-next {
 right: -18px;
}

.mystoriesstyle {
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 -ms-flex-negative: 1;
 flex-shrink: 1;
 padding-bottom: 3px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.story-view-item .media,
.story_view_item .media {
 display: none;
}

.story-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 width: 100%;
 color: inherit;
 text-decoration: none;
}

.story-view-item .name,
.story-view-item-fake .name,
.story_view_item .name {
 position: static;
 width: 100%;
 text-align: center;
 color: #1f2937;
 font-size: 12px;
 font-weight: 500;
 font-family: inherit;
 letter-spacing: 0.01em;
 -webkit-transition: color 0.2s ease;
 transition: color 0.2s ease;
 text-shadow: none;
 background: transparent;
 padding: 0;
 text-transform: none;
 line-height: 1.3;
 z-index: 2;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 display: block;
}

.story-view-item.activated {
 opacity: 0;
}

.story-view-item.activated .name {
 opacity: 0;
}

.sv-container {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2147483647;
}

.sv-container.transition {
 transition: -webkit-transform 0.3s ease;
 -webkit-transition: -webkit-transform 0.3s ease;
 transition: transform 0.3s ease;
 transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sv-mask {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.8);
 opacity: 0;
 transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
 -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
 transition: opacity 0.3s ease, transform 0.3s ease;
 transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
 z-index: 1000;
}

.sv-mask.swipe-close {
 overflow: hidden;
 width: 50px;
 height: 50px;
 -webkit-transform: scale(0);
 transform: scale(0);
 border-radius: 50%;
}

.sv-mask.open {
 opacity: 1;
}

.sv-view {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 top: 0;
 left: 0;
 background: #000000;
 border-radius: 50%;
 z-index: 1001;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.sv-view.removing {
 opacity: 0;
}

.sv-view.move {
 -webkit-transform: translate(0, 0) !important;
 transform: translate(0, 0) !important;
}

.sv-view.open {
 width: 100% !important;
 height: 100% !important;
 border-radius: 0;
}

.sv-view.open .close {
 opacity: 1;
 visibility: visible;
}

.sv-view .close {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 position: absolute;
 top: 40px;
 right: 10px;
 color: #ffffff;
 width: 35px;
 height: 35px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 50%;
 font-size: 17px;
 cursor: pointer;
 z-index: 999;
 line-height: 0;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 opacity: 0;
 visibility: hidden;
}

.sv-view .close img {
 height: 20px;
}

.sv-view .story-audio-controls {
 position: absolute;
 top: 40px;
 right: 55px;
 display: flex;
 align-items: center;
 gap: 8px;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.2s ease;
 z-index: 999;
}

.sv-view.open .story-audio-controls {
 opacity: 1;
 visibility: visible;
}

.sv-view .story-audio-controls.is-hidden {
 display: none;
}

.sv-view .story-audio-btn {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255, 0.15);
 background-color: rgba(0, 0, 0, 0.4);
 color: #ffffff;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sv-view .story-audio-btn svg {
 width: 18px;
 height: 18px;
}

.sv-view .story-audio-btn:hover {
 transform: translateY(-1px);
 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.sv-view .story-audio-badge {
 position: absolute;
 top: 80px;
 left: 15px;
 padding: 6px 12px;
 border-radius: 14px;
 background: rgba(0, 0, 0, 0.45);
 color: #ffffff;
 font-size: 12px;
 max-width: 240px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 display: none;
 z-index: 2;
}

.sv-view .story-audio-badge.is-visible {
 display: inline-flex;
}

.sv-view .story-audio-element {
 display: none;
}

.sv-view .story-audio-tip {
 position: absolute;
 top: 85px;
 right: 55px;
 padding: 6px 10px;
 border-radius: 12px;
 background: rgba(0, 0, 0, 0.7);
 color: #ffffff;
 font-size: 12px;
 line-height: 1.2;
 opacity: 0;
 transform: translateY(-6px);
 pointer-events: none;
 transition: opacity 0.2s ease, transform 0.2s ease;
 z-index: 998;
}

.sv-view .story-audio-tip.is-visible {
 opacity: 1;
 transform: translateY(0);
}

.sv-view .story-audio-tip:after {
 content: '';
 position: absolute;
 top: -6px;
 right: 16px;
 border-width: 0 6px 6px 6px;
 border-style: solid;
 border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

.sv-view .content {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100%;
 z-index: 1;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}

.sv-view .content .current-media {
 max-height: 100%;
 max-width: 100%;
 pointer-events: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.sv-view .content .current-media.effect {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}

.sv-view .content img,
.sv-view .content video {
 transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
 -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
 transition: transform 0.1s ease, opacity 0.1s ease;
 transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
 opacity: 0;
}

.sv-view .content img.next,
.sv-view .content video.next {
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}

.sv-view .content img.prev,
.sv-view .content video.prev {
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}

.sv-view .content .media-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 height: 100%;
 width: 100%;
}

.sv-view .media-bars {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 5px;
 margin: 0;
 padding: 0;
 min-height: 45px;
 list-style: none;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.sv-view .media-bars li {
 position: relative;
 width: 100%;
 min-height: 3px;
 margin: 0 3px;
 border-radius: 3px;
 overflow: hidden;
 background-color: rgba(255, 255, 255, 0.1);
}

.sv-view .media-bars .progress {
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 100%;
 border-radius: 5px;
 background-color: #ffffff;
}

.sv-view .profile {
 position: absolute;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 top: 40px;
 left: 15px;
 max-width: 240px;
 padding-right: 40px;
 height: 35px;
 background: rgba(0, 0, 0, 0.4);
 overflow: hidden;
 border-radius: 40px;
 transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
 -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
 transition: transform 0.2s ease, opacity 0.2s ease;
 transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
 z-index: 2;
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
 -webkit-transition-delay: 0;
 transition-delay: 0;
}

.sv-view .profile.show {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}

.sv-view .profile:not(.can-visible) {
 opacity: 0 !important;
}

.sv-view .profile.sv-profile-image:not(.sv-profile-name) {
 padding-left: 5px;
 padding-right: 5px;
}

.sv-view .profile.sv-profile-image:not(.sv-profile-name) .image {
 margin-left: 0;
}

.sv-view .profile.sv-profile-image:not(.sv-profile-name) .name {
 display: none;
}

.sv-view .profile.sv-profile-name:not(.sv-profile-image) {
 padding-left: 40px;
}

.sv-view .profile.sv-profile-name:not(.sv-profile-image) .name {
 margin-left: 0;
}

.sv-view .profile.sv-profile-name:not(.sv-profile-image) .image {
 display: none;
}

.sv-view .profile .image {
 width: 35px;
 height: 35px;
 min-width: 35px;
 min-height: 35px;
 border-radius: 50%;
 margin-left: 5px;
 background: transparent none no-repeat center center/cover;
}

.sv-view .profile .name {
 display: block;
 max-height: 60px;
 margin-left: 10px;
 font-size: 13px;
 color: #ffffff;
}

.sv-view .loading {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%) scale(0);
 transform: translate(-50%, -50%) scale(0);
 z-index: 2;
 opacity: 0;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 width: 40px;
 height: 40px;
 overflow: hidden;
}

.sv-view--with-reply .hereText {
 bottom: 70px;
}

.hereText {
 position: absolute;
 width: 100%;
 margin: 0px auto;
 max-width: 360px;
 text-align: center;
 bottom: 0px;
 padding: 16px 18px 18px;
 color: #ffffff;
 font-size: 15px;
 z-index: 5;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 background: rgba(0, 0, 0, 0.4);
 border: 1px solid rgba(255, 255, 255, 0.15);
 pointer-events: auto;
 box-sizing: border-box;
 display: none;
}

.hereText.is-hidden {
 display: none;
}

.hereText.is-visible {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.story-reply {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0 16px calc(12px + env(safe-area-inset-bottom));
 z-index: 6;
 pointer-events: auto;
}

.story-reply-inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
 background: rgba(0, 0, 0, 0.4);
 border: 1px solid rgba(255, 255, 255, 0.2);
 border-radius: 999px;
 padding: 6px 8px 6px 14px;
}

.story-reply-input {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 background: transparent;
 border: 0;
 color: #ffffff;
 font-size: 14px;
 outline: none;
 padding: 6px 0;
}

.story-reply-input::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.65);
}

.story-reply-input::placeholder {
 color: rgba(255, 255, 255, 0.65);
}

.story-reply-send {
 width: 36px;
 height: 36px;
 border-radius: 50%;
 background: rgba(255, 255, 255, 0.15);
 border: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 padding: 0;
}

.story-reply-send svg {
 width: 18px;
 height: 18px;
 fill: #ffffff;
}

.story-reply-send:disabled {
 opacity: 0.5;
 cursor: not-allowed;
}

.story-reply-status {
 margin-top: 6px;
 text-align: center;
 font-size: 12px;
 color: #ffffff;
 opacity: 0;
 -webkit-transition: opacity 0.2s ease;
 transition: opacity 0.2s ease;
}

.story-reply-status.is-visible {
 opacity: 1;
}

.story-reply-status.is-error {
 color: #ffb4b4;
}

.story-reactions,
.story-quick-replies {
 position: absolute;
 left: 0;
 right: 0;
 padding: 0 16px;
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
 justify-content: center;
 z-index: 6;
 pointer-events: auto;
}

.story-reactions {
 bottom: calc(120px + env(safe-area-inset-bottom));
}

.story-quick-replies {
 bottom: calc(78px + env(safe-area-inset-bottom));
 display: none;
}

.story-reactions.is-hidden {
 display: none;
}

.story-quick-replies.is-visible {
 display: flex;
}

.story-reaction-btn {
 border: 1px solid rgba(255, 255, 255, 0.35);
 background: rgba(255, 255, 255, 0.16);
 color: #ffffff;
 border-radius: 999px;
 width: 36px;
 height: 36px;
 font-size: 18px;
 line-height: 1;
 cursor: pointer;
 touch-action: manipulation;
}

.story-reaction-btn.is-selected {
 background: rgba(255, 255, 255, 0.85);
 color: #111111;
}

.story-reactions.is-loading .story-reaction-btn {
 opacity: 0.6;
 pointer-events: none;
}

.story-quick-reply-btn {
 border: 1px solid rgba(255, 255, 255, 0.25);
 background: rgba(0, 0, 0, 0.35);
 color: #ffffff;
 border-radius: 999px;
 padding: 6px 12px;
 font-size: 12px;
 max-width: 100%;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 cursor: pointer;
 touch-action: manipulation;
}

.story-overlays {
 position: absolute;
 inset: 0;
 z-index: 5;
 pointer-events: none;
}

.story-overlays.is-hidden {
 display: none;
}

.story-overlay {
 position: absolute;
 display: none;
 align-items: center;
 gap: 6px;
 padding: 6px 12px;
 border-radius: 999px;
 background: rgba(0, 0, 0, 0.45);
 color: #ffffff;
 font-size: 12px;
 text-decoration: none;
 max-width: 70%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 pointer-events: auto;
}

.story-overlay.is-visible {
 display: inline-flex;
}

.story-overlay-link {
 top: 80px;
 left: 16px;
}

.story-overlay-mention {
 top: 80px;
 right: 16px;
}

.story-overlay-sticker {
 bottom: 140px;
 right: 16px;
 width: 64px;
 height: 64px;
 border-radius: 14px;
 background: rgba(0, 0, 0, 0.4);
 display: none;
 align-items: center;
 justify-content: center;
 pointer-events: auto;
}

.story-overlay-sticker.is-visible {
 display: flex;
}

.story-overlay-sticker img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 opacity:1 !important;
}

.story-access-overlay {
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, 0.55);
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 20px;
 opacity: 0;
 pointer-events: none;
 z-index: 7;
 transition: opacity 0.2s ease;
}

.story-access-overlay.is-visible {
 opacity: 1;
 pointer-events: auto;
}

.story-access-content {
 max-width: 320px;
 width: 100%;
 background: rgba(0, 0, 0, 0.6);
 border: 1px solid rgba(255, 255, 255, 0.2);
 border-radius: 16px;
 padding: 16px;
 text-align: center;
}

.story-access-text {
 color: #ffffff;
 font-size: 14px;
 margin-bottom: 12px;
}

.story-access-actions {
 display: flex;
 gap: 10px;
 justify-content: center;
}

.story-access-btn {
 border: 0;
 padding: 8px 16px;
 border-radius: 999px;
 background: #ffffff;
 color: #111111;
 font-weight: 600;
 cursor: pointer;
}

.story-access-btn.is-hidden {
 display: none;
}

.story-access-btn.is-disabled {
 opacity: 0.6;
 cursor: not-allowed;
}

.gradient {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 100%;
 background: rgb(0, 0, 0);
 background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
 background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
 height: 100%;
}

.hereTextContent {
 width: 100%;
 position: relative;
 max-height: 44px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 line-height: 1.4;
 word-break: break-word;
}

.hereTextContent p {
 width: 100%;
 margin: 0;
}

.hereTextFade {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 40px;
 height: 18px;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
 pointer-events: none;
 border-radius: 0 0 12px 12px;
}

.hereTextToggle {
 border: 1px solid rgba(255, 255, 255, 0.35);
 background: rgba(0, 0, 0, 0.35);
 color: #ffffff;
 border-radius: 999px;
 padding: 4px 12px;
 font-size: 12px;
 line-height: 1;
 cursor: pointer;
 transition: all 0.2s ease;
}

.hereTextToggle:hover {
 background: rgba(0, 0, 0, 0.5);
}

.hereTextToggle:focus-visible {
 outline: 2px solid rgba(255, 255, 255, 0.9);
 outline-offset: 2px;
}

.hereTextClicked {
 max-height: 360px;
}

.hereTextClicked .hereTextContent {
 max-height: 260px;
 -webkit-line-clamp: unset;
 overflow-y: auto;
}

.hereTextClicked .hereTextFade {
 display: none;
}

.hereTextClicked .hereTextContent p {
 display: block;
}

@-webkit-keyframes loading-spinner {
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 }
}
@keyframes loading-spinner {
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 }
}
.sv-view .loading.show {
 -webkit-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}

.sv-view .loading.show span {
 opacity: 1;
}

.sv-view .loading > span {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 40px;
 height: 40px;
 margin-top: -20px;
 margin-left: -20px;
 border-radius: 50%;
 border-top: 2px solid #ffffff;
 border-right: 2px solid transparent;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 opacity: 0;
 -webkit-animation: loading-spinner 0.6s linear infinite;
 animation: loading-spinner 0.6s linear infinite;
}

.story-view-pr-avatar {
 position: relative;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 -moz-border-radius: 50%;
 -webkit-box-shadow: none;
 box-shadow: none;
 z-index: 3;
 background: var(--story-bg, #f1f3f9);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

.exBody {
 float: left;
 position: relative;
 width: 100%;
}

._pbwg8 {
 position: relative;
 float: left;
 width: calc(25% - 1px);
 width: -moz-calc(100%/4 -1px);
 padding: 1px;
}

._jjzlb {
 position: relative;
 padding-top: 100%;
 width: 100%;
 overflow: hidden;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 background-color: #2e2e2e;
}

.exPex {
 position: absolute;
 display: block;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: auto;
 margin: auto;
}

.exBody {
 float: left;
 position: relative;
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 margin-bottom: 40px;
}

.exPex {
 position: absolute;
 display: block;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: auto;
 margin: auto;
}

.st_det {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
}

.set_items {
 position: relative;
 width: 100%;
 height: 100%;
}

.set_ite_footer {
 position: absolute;
 bottom: 0px;
 width: 100%;
 padding: 10px;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
 background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
 background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}

.set_the_top_right_btns {
 position: absolute;
 right: 0px;
 padding: 10px;
 top: 0px;
 z-index: 5;
}

.set_eye {
 position: relative;
 margin: 0px auto;
 font-weight: 500;
 font-size: 14px;
 color: #ffffff;
 font-family: inherit;
 background-color: rgba(0, 0, 0, 0.4);
 padding: 6px 10px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 cursor: pointer;
}

.set_eye svg {
 fill: #ffffff;
 width: 16px;
 height: 16px;
 margin-right: 10px;
}

.set_replies,
.set_reactions {
 position: relative;
 margin: 0 0 0 8px;
 font-weight: 500;
 font-size: 14px;
 color: #ffffff;
 font-family: inherit;
 background-color: rgba(0, 0, 0, 0.4);
 padding: 6px 10px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
}

.set_replies svg,
.set_reactions svg {
 fill: #ffffff;
 width: 16px;
 height: 16px;
 margin-right: 10px;
}

.set_btn {
 position: relative;
 padding: 10px;
 margin-bottom: 5px;
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 cursor: pointer;
}

.set_btn svg {
 fill: #ffffff;
 width: 14px;
 height: 14px;
}

.viewer_list_container {
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
 overflow-y: scroll;
 padding: 14px 20px 20px;
 max-height: 420px;
 background: #f8fafc;
 border-top: 1px solid #eef1f7;
 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}

.viewer_list_container::-webkit-scrollbar {
 width: 8px;
}

.viewer_list_container::-webkit-scrollbar-thumb {
 background: #cbd5e1;
 border-radius: 999px;
}

.viewer_list_container::-webkit-scrollbar-track {
 background: transparent;
}

.viewer_list_container {
 scrollbar-color: #cbd5e1 transparent;
 scrollbar-width: thin;
}

#storieViewersModalTitle {
 justify-content: space-between;
 gap: 12px;
 background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
 color: #101828;
 letter-spacing: 0.2px;
}

#storieViewersModalTitle .shareClose {
 border-radius: 10px;
 background: #ffffff;
 border: 1px solid #e5e7eb;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 6px;
 cursor: pointer;
 -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
 transition: background 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
 transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
 transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

#storieViewersModalTitle .shareClose:hover {
 background: #f3f4f6;
 border-color: #d1d5db;
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}

#storieViewersModalTitle .shareClose svg {
 width: 16px;
 height: 16px;
 fill: #111827;
}

.story_analytics {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
 margin-bottom: 0;
 padding: 14px 20px 8px;
}

.story_analytics_item {
 display: inline-flex;
 align-items: center;
 gap: 4px;
 padding: 8px 12px;
 border-radius: 999px;
 border: 1px solid #e5e7f0;
 background: #ffffff;
 color: #1f2937;
 font-size: 12px;
 font-weight: 600;
 -webkit-box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
 box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.story_analytics_item span {
 font-weight: 700;
 color: #0f172a;
}

.story_reaction_summary {
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
 margin-bottom: 0;
 padding: 0 20px 12px;
}

.story_reaction_badge {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 padding: 6px 10px;
 border-radius: 999px;
 border: 1px solid #e5e7f0;
 background: #ffffff;
 color: #111827;
 font-size: 12px;
 font-weight: 600;
 -webkit-box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
 box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.no_one_has_viewed {
 position: relative;
 padding: 24px;
 min-height: 260px;
 font-weight: 600;
 font-size: 16px;
 color: #040720;
 font-family: inherit;
 background: #ffffff;
 border: 1px dashed #e5e7eb;
 border-radius: 14px;
}

.wpr a {
 text-decoration: none;
 color: #111827;
 width: 100%;
}

.viewer_list_container .i_message_wrapper {
 background: #ffffff;
 border: 1px solid #e5e7f0;
 border-radius: 14px;
 padding: 12px 14px;
 margin-bottom: 10px;
 -webkit-transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
 transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
 transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
 transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.viewer_list_container .i_message_wrapper:last-child {
 margin-bottom: 0;
}

.viewer_list_container .i_message_wrapper:hover {
 background: #ffffff;
 border-color: #d9dee8;
 -webkit-box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
 box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
 -webkit-transform: translateY(-1px);
 transform: translateY(-1px);
}

.viewer_list_container .i_message_owner_avatar {
 width: 44px;
 height: 44px;
 margin-right: 12px;
}

.viewer_list_container .i_message_avatar {
 width: 44px;
 height: 44px;
}

.viewer_list_container .i_message_avatar img {
 border-radius: 50%;
}

.viewer_list_container .i_message_info_container {
 gap: 4px;
}

.viewer_list_container .i_message_owner_name {
 font-size: 14px;
 font-weight: 600;
 color: #0f172a;
}

.viewer_list_container .i_message_i {
 font-size: 12px;
 color: #64748b;
}

.crate_a_product_wrapper {
 position: relative;
 width: 100%;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.crate_a_product_item {
 position: relative;
 display: inline-block;
 width: 100%;
 width: 33.333%;
 padding: 10px;
}

.start_from_scratch {
 border: 2px dashed rgba(34, 34, 34, 0.05);
 height: 100px;
 background: rgba(34, 34, 34, 0.03);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 font-weight: 600;
 font-size: 15px;
 color: #65676B;
 font-family: inherit;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.start_from_scratch:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.03);
 transform: scale(1.03);
 z-index: 1;
}

.cretate_item_box {
 height: 100px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 font-weight: 600;
 font-size: 14px;
 color: #ffffff;
 font-family: inherit;
 padding: 10px 15px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.cretate_item_box:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.03);
 transform: scale(1.03);
 z-index: 1;
}

.cibBoxColorOne {
 background: #1e88e5;
}

.cibBoxColorTwo {
 background: #f65169;
}

.cibBoxColorThree {
 background: #fab429;
}

.cibBoxColorFour {
 background: #9F4EC8;
}

.cibBoxColorFive {
 background: #f87855;
}

.cibIcon {
 padding: 10px;
}

.cibIcon svg {
 fill: #ffffff;
 width: 30px;
 height: 30px;
}

.create_product_form {
 width: 100%;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 position: relative;
}

.create_product_form_column {
 width: 100%;
 padding: 20px 0px;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.input_title {
 width: 65%;
}

.input_title_title {
 margin-top: 8px;
 font-size: 15px;
 line-height: 22px;
 font-weight: 600;
 padding-left: 10px;
}

.input_price {
 width: 30%;
}

.prc {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 background-color: #F0F1F5;
 color: #000000;
 outline: none;
 border: none;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 width: 100%;
 margin-top: 16px;
 border: 1px solid rgba(34, 34, 34, 0.05);
}

.relativePosition {
 position: relative;
}

.input_prc_padding {
 padding-left: 64px;
}

.prc_currency {
 width: 48px;
 height: 100%;
 border-right: 1px solid rgba(34, 34, 34, 0.05);
 top: 0;
 left: 0;
 font-size: 16px;
 position: absolute;
 font-family: inherit;
 font-weight: 600;
 color: #65676B;
}

.input_file_form {
 width: 20%;
}

.input_uploaded_images {
 width: 85%;
}

.i_pr_file,
.i_prd_file {
 position: relative;
 overflow: hidden;
 border: 2px dashed rgba(34, 34, 34, 0.25);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 display: block;
 width: 100%;
 height: 100px;
}

.i_pr_file:hover,
.i_prd_file:hover {
 background-color: #F0F2F5;
}

.pr_file_,
.prd_file_ {
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 bottom: 0;
 right: 0;
 opacity: 0;
 position: absolute;
 cursor: pointer;
}

.i_pr_btn {
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 5px;
 cursor: pointer;
 margin-right: 5px;
}

.i_pr_btn svg {
 width: 40px;
 height: 40px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 fill: #65676B;
}

.input_uploaded_images {
 padding-left: 10px;
}

.input_uploaded {
 width: 100%;
 background-color: #F0F2F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 height: 100%;
}

.input_uploaded_file {
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 height: 100%;
}

.col-tit {
 margin-top: 8px;
 font-size: 15px;
 line-height: 22px;
 font-weight: 600;
 padding-left: 10px;
}

.col-tit-advanced-settings {
 margin-top: 8px;
 font-size: 15px;
 line-height: 22px;
 font-weight: 600;
 color: #000000;
}

.col-textarea-box {
 width: 100%;
 position: relative;
}

.col-textarea {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 background-color: #F0F1F5;
 color: #000000;
 outline: none;
 border: none;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 width: 100%;
 margin-top: 16px;
 border: 1px solid rgba(34, 34, 34, 0.05);
 min-height: 100px;
}

.col-tit span svg,
.qmark span svg {
 fill: #000000;
 width: 15px;
 height: 15px;
 margin-left: 10px;
}

.pr_save_btna {
 position: relative;
 width: 100%;
 margin: 0px auto;
 text-align: center;
 padding: 15px;
 color: #ffffff;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 cursor: pointer;
 font-weight: 500;
 font-size: 16px;
 font-family: inherit;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.pr_save_btna:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1);
 transform: scale(1);
 z-index: 1;
}

.input_uploaded .i_uploaded_item {
 position: relative;
 float: left;
 width: 98px;
 min-height: 98px;
 padding: 3px;
}

.pr_im img {
 width: 20px;
 height: auto;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -o-border-radius: 4px;
 -moz-border-radius: 4px;
}

.delprod {
 padding: 8px 10px;
 color: #ffffff;
 margin-right: 10px;
 background-color: #f65169;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -moz-border-radius: 5px;
 font-size: 13px;
 font-weight: 400;
 font-family: inherit;
}

.delprod svg {
 width: 13px;
 height: 13px;
 fill: #ffffff;
 margin-right: 5px;
}

.edtprod {
 padding: 8px 10px;
 color: #ffffff;
 margin-right: 10px;
 background-color: #468cef;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -moz-border-radius: 5px;
 font-size: 13px;
 font-weight: 400;
 font-family: inherit;
}

.edtprod a {
 text-decoration: none;
 color: #ffffff;
}

.edtprod svg {
 width: 13px;
 height: 13px;
 fill: #ffffff;
 margin-right: 5px;
}

.edtprod:hover,
.delprod:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 z-index: 1;
}

.crate_a_product_item a {
 text-decoration: none;
 color: #ffffff;
}

.uploadedFileContainer {
 background-color: #F0F2F5;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 width: 100%;
 max-width: 350px;
 height: 100px;
 padding: 10px;
 position: relative;
 display: none;
}

.uploadedFileContainer:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1);
 transform: scale(1);
 z-index: 1;
}

.uploadedFileContainer a {
 text-decoration: none;
 color: #000000;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
}

.theFileIcon {
 width: 50px;
 height: 50px;
 position: relative;
}

.theFileIcon svg {
 width: 50px;
 height: 50px;
}

.theFileName {
 width: 100%;
 max-width: 270px;
 color: #000000;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 padding-left: 20px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 display: inline-block;
 white-space: nowrap;
 overflow: hidden !important;
 text-overflow: ellipsis;
}

.now_creating {
 font-weight: 600;
 font-size: 20px;
 color: #65676B;
 font-family: inherit;
 text-align: center;
 padding: 20px 0px;
 text-align: center;
}

.choose_me {
 padding: 10px 15px 0px 10px;
}

.chsm-item {
 width: 100%;
 padding: 15px;
}

.chsm-item a {
 text-decoration: none;
 width: 100%;
}

.chsm {
 width: 100%;
 height: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
}

.chsm_bg_one {
 background: rgb(63, 94, 251);
 background: linear-gradient(319deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
}

.chsm_bg_two {
 background: rgb(131, 58, 180);
 background: linear-gradient(157deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
}


.chsm {
 font-weight:600;
 font-size:14px;
 color:#ffffff;
 padding:15px;
}
.chsm svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 margin-right:12px;
}

.chsm_title {
 color: #ffffff;
 font-weight: 600;
 font-size: 14px;
 padding: 10px;
 width: 100%;
}

.st_bg_cont {
 padding: 5px;
}

.create_text_story_bg_wrapper {
 width: 100%;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px 10px;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.st_img_wrapper {
 width: 35px;
 height: 35px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 position: relative;
 overflow: hidden;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -ms-background-size: cover;
 -o-background-size: cover;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.st_img_wrapper:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
 z-index: 1;
}

.choosed_bg {
 border: 3px solid #1170c4;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
 z-index: 1;
}

.bgs {
 width: 100%;
 padding: 10px 15px;
 font-weight: 600;
 font-size: 15px;
 color: #444444;
 font-family: inherit;
 border-bottom: 1px solid #f9f9fb;
 margin-bottom: 15px;
}

.typing_textarea {
 width: 100%;
 position: relative;
}

.strt_typing {
 position: relative;
 width: 100%;
 min-height: 200px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 border: 1px solid #E4E6EB;
 font-size: 1rem;
 font-weight: 500;
 font-family: inherit;
 padding: 10px;
}

.choosed_image {
 width: 100%;
 height: 100%;
 position: relative;
 display: block;
 overflow: hidden;
 margin-top: 20px;
 background-color: #2e2e2e;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 padding: 40px 0px;
}

.choosed_image img {
 width: 100%;
 height: auto;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.choosed_image_or {
 width: 100%;
 position: relative;
 max-width: 400px;
 margin: 0px auto;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
}

.text_typed {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 3;
 text-align: center;
 color: #ffffff;
 font-family: inherit;
 font-size: 25px;
 font-weight: 600;
 padding: 20px;
}

.hereTextStyle_one {
 width: 100%;
 max-width: 527px;
 font-family: inherit;
 font-size: 25px;
 color: #ffffff;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 bottom: auto;
 background-color: transparent;
 border: 0;
 padding: 0 20px;
 overflow-y: none !important;
 text-align: center;
 display: -ms-inline-grid;
 display: inline-grid;
 display: -moz-inline-grid;
 white-space: break-spaces;
 word-break: break-all;
}

.share_my_story {
 width: 100%;
 padding-top: 20px;
 padding-bottom: 20px;
}

.share_my_story .share_story_btn_cnt {
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
}

.share_my_story .share_story_btn_cnt {
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.share_my_story:hover .share_story_btn_cnt {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.01);
 transform: scale(1.01);
 z-index: 1;
}

.product_wrapper {
 width: 100%;
 max-width: 1140px;
 margin: 0px auto;
 padding: 0px 15px;
 padding-top: 20px;
}

.product_details_left {
 position: relative;
 width: 60%;
 height: 100%;
}

.product_details_right {
 position: relative;
 width: 40%;
 height: 100%;
}

.product_images_container {
 position: relative;
 width: 100%;
 height: auto;
 overflow: hidden;
 display: block;
}

.product_images_container .swiper {
 width: 100%;
 height: auto;
 max-height: 500px;
 position: relative;
}

.product_images_container .swiper {
 background-color: #ffffff;
 overflow: hidden;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
}

.swiper-img {
 position: relative;
 width: 100%;
 height: auto;
 margin: 0px;
}

.swiper-img video {
 width: 100%;
 height: auto;
}

.timp {
 display: block;
 min-height: 0px;
 max-height: 500px;
 height: auto;
 min-width: 0px;
 max-width: 100%;
 -o-object-fit: contain;
 object-fit: contain;
}

.product_images_container .swiper .swiper-pagination {
 background-color: #ffffff;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 3px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
}

.product_p_description {
 padding-top: 20px;
 width: 100%;
 position: relative;
}

.product__description {
 width: 100%;
 margin-bottom: 20px;
 font-weight: 600;
 font-size: 20px;
 color: #000000;
 font-family: inherit;
}

.product__d_all {
 width: 100%;
 font-weight: 400;
 font-size: 14px;
 color: #000000;
 font-family: inherit;
 line-height: 1.3rem;
}

.other_items_by_owner {
 width: 100%;
 max-width: 1140px;
 margin: 0px auto;
 padding: 18px 16px 10px;
 margin-top: 20px;
 background: linear-gradient(135deg, #fff4f5, #f4f7ff);
 border: 1px solid #f0e9f4;
 border-radius: 16px;
 -webkit-box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 overflow: hidden;
}

.other_items_by_owner_title {
 width: 100%;
 margin-bottom: 12px;
 font-weight: 800;
 font-size: 20px;
 color: #0f172a;
 font-family: inherit;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
}

.other_items_by_owner_title a {
 text-decoration: none;
 color: #f65169;
 font-weight: 700;
}

.i_other_products_container {
 width: 100%;
 padding: 10px 0px 6px;
 gap: 14px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
}

.s_p_product_container {
 width: 100%;
 max-width: 285px;
 min-width: 240px;
 padding: 10px;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 250px;
 flex: 1 1 250px;
}

.s_p_product_wrapper {
 position: relative;
 width: 100%;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.s_p_product_wrapper:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

.s_p_product_container a {
 text-decoration: none;
}

.product_image {
 position: relative;
 width: 100%;
 height: 200px;
 margin: 0px;
 background-color: #fffaf5;
 overflow: hidden;
}

.s_p_details {
 width: 100%;
 padding: 20px 10px;
}

.s_p_title {
 width: 100%;
 display: inline-block;
 font-weight: 600;
 font-size: 13px;
 color: #000000;
 font-family: inherit;
 white-space: nowrap;
 overflow: hidden !important;
 text-overflow: ellipsis;
 padding-bottom: 8px;
 text-transform: capitalize;
}

.s_p_price {
 width: 100%;
 padding-top: 10px;
 color: #f87855;
 font-weight: 700;
 font-size: 25px;
 font-family: inherit;
}

.s_p_product_type {
 position: relative;
 display: inline-block;
 color: #ffffff;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 -webkit-border-radius: 10px;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-bottom-left-radius: 3px;
 -moz-border-radius: 10px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-bottomleft: 3px;
 border-radius: 10px;
 border-top-left-radius: 3px;
 border-bottom-left-radius: 3px;
 padding: 3px 9px;
}

.scratch {
 color: #ffffff !important;
 background: #858fad;
}

.bookazoom {
 background: #1e88e5;
}

.digitaldownload {
 background: #f65169;
}

.liveeventticket {
 background: #fab429;
}

.artcommission {
 background: #9F4EC8;
}

.joininstagramclosefriends {
 background: #f87855;
}

.product_details_right_in {
 width: 100%;
 position: relative;
 background-color: transparent;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 margin-left: 15px;
 padding: 0px;
 margin-bottom: 15px;
}

.h_product_title {
 display: inline-block;
 width: 100%;
 font-weight: 700;
 font-size: 22px;
 color: #65676B;
 font-family: inherit;
 margin: 0px;
 text-transform: capitalize;
}

.s_p_owner_cont {
 position: relative;
 width: 100%;
}

.i_unm_product {
 padding-bottom: 5px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_unm_product svg {
 fill: #4C7AE4;
 width: 15px;
 height: 15px;
 margin-left: 8px;
}

.s_p_owner_cont .i_u_details {
 margin-top: 20px;
 margin-bottom: 10px;
}

.product_details_right_in .s_p_price {
 width: 100%;
 padding-top: 10px;
 color: #f87855;
 font-weight: 600;
 font-size: 26px;
 font-family: inherit;
 padding-bottom: 10px;
}

.buy_my_product {
 width: 100%;
 padding: 10px 0px;
 display: inline-block;
}

.buy__myproduct {
 width: 100%;
 padding: 10px;
 text-align: center;
 font-weight: 600;
 font-size: 14px;
 text-transform: capitalize;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 font-family: inherit;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.buy__myproduct:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

.buy__myproduct svg {
 fill: #ffffff;
 width: 25px;
 height: 25px;
 margin-right: 10px;
}

.s_p_price span {
 font-weight: 400;
 font-size: 15px;
}

.product_details_right_in .s_p_product_type {
 margin-bottom: 15px;
}

.s_share_on_social {
 width: 100%;
 position: relative;
 padding: 20px 0px;
}

.s_social {
 position: relative;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
}

.s_social svg {
 fill: #43a047;
 width: 16px;
 height: 16px;
 margin-right: 8px;
}

.on_s {
 position: relative;
 margin-right: 15px;
 cursor: pointer;
}

.on_s svg {
 width: 16px;
 height: 16px;
}

.s_p_s_p {
 width: 100%;
 position: relative;
 margin-top: 15px;
 padding: 15px 15px;
 font-family: inherit;
 font-size: 13px;
 font-weight: 600;
 border: 1px solid #F0F2F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 color: #000000;
}

.s__p {
 position: relative;
 width: 100%;
}

.s__p:first-child {
 border-right: 1px solid #F0F2F5;
}

.s__p svg {
 fill: #f65169;
 width: 18px;
 height: 18px;
 margin-right: 10px;
}

.purchase_pp_container {
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
 padding: 15px;
 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}

.yourWallet,
.p_p_wallet_cont,
.s_p_p_before,
.s_p_p_p_download,
.s_p_live_not {
 width: 100%;
 padding: 0px 0px;
 position: relative;
}

.your_wallet_icon_cont {
 position: relative;
 width: 100%;
}

.your_wallet_icon {
 background-color: #F0F2F5;
 margin: 0px auto;
 padding: 15px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
}

.your_wallet_icon svg {
 fill: #f65169;
 width: 40px;
 height: 40px;
}

.crnt_points span {
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
 color: #f65169;
}

.s_p_p_before {
 font-weight: 700;
 font-size: 13px;
 font-family: inherit;
 color: #43a047;
 margin-top: 10px;
 padding: 10px 0px;
}

.s_p_p_before svg {
 fill: #43a047;
 width: 20px;
 height: 20px;
 margin-right: 10px;
}

.s_p_p_p_download {
 font-family: inherit;
 font-weight: 500;
 font-size: 14px;
 color: #ffffff;
 padding: 15px;
 background: rgb(63, 94, 251);
 background: linear-gradient(319deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.s_p_p_p_download:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

.s_p_p_p_download svg {
 fill: #ffffff;
 width: 18px;
 height: 18px;
 margin-right: 10px;
}

.s_p_p_p_download a {
 text-decoration: none;
 color: #ffffff;
}

.wrapper_product {
 position: relative;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 top: 72px;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 margin-bottom: 150px;
 display: inline-block;
}

.s_p_live_not {
 background-color: #F0F2F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
}

.s_p_live_not {
 padding: 15px;
 margin-top: 15px;
}

.owner_not {
 font-weight: 600;
 font-size: 18px;
 color: #000000;
 font-family: inherit;
}

.owner_not_text {
 font-weight: 400;
 font-size: 13px;
 color: #000000;
 font-family: inherit;
 padding-top: 15px;
 line-height: 1.2rem;
}

.product_details_right_in_top {
 width: 100%;
 position: relative;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 margin-left: 15px;
 padding: 15px;
 margin-bottom: 15px;
}

.add_new_product {
 background: linear-gradient(90deg, #f65169, #fab429);
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 text-align: center;
 color: #ffffff;
 font-weight: 700;
 font-size: 15px;
 font-family: inherit;
 width: 100%;
 padding: 16px;
 position: relative;
 -webkit-box-shadow: 0 14px 28px rgba(246, 81, 105, 0.25);
 box-shadow: 0 14px 28px rgba(246, 81, 105, 0.25);
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

.add_new_product:hover {
 -webkit-box-shadow: 0 18px 36px rgba(246, 81, 105, 0.3);
 box-shadow: 0 18px 36px rgba(246, 81, 105, 0.3);
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}

.add_new_product a {
 text-decoration: none;
 color: #ffffff;
}

.add_new_product a svg {
 fill: #ffffff;
 width: 16px;
 height: 16px;
 margin-right: 10px;
}

.ed_del_prod {
 position: relative;
 width: 100%;
 padding-top: 15px;
 gap: 12px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.edit_prod {
 background: linear-gradient(90deg, #22c55e, #16a34a);
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 text-align: center;
 color: #ffffff;
 font-weight: 700;
 font-size: 14px;
 font-family: inherit;
 padding: 14px;
 width: calc(50% - 6px);
 -webkit-box-shadow: 0 10px 24px rgba(34, 197, 94, 0.25);
 box-shadow: 0 10px 24px rgba(34, 197, 94, 0.25);
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

.edit_prod:hover {
 -webkit-box-shadow: 0 14px 28px rgba(34, 197, 94, 0.3);
 box-shadow: 0 14px 28px rgba(34, 197, 94, 0.3);
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}

.edit_prod a {
 text-decoration: none;
 color: #ffffff;
}

.del_prod {
 background: linear-gradient(90deg, #ef4444, #dc2626);
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -o-border-radius: 12px;
 text-align: center;
 color: #ffffff;
 font-weight: 700;
 font-size: 14px;
 font-family: inherit;
 padding: 14px;
 width: calc(50% - 6px);
 cursor: pointer;
 -webkit-box-shadow: 0 10px 24px rgba(239, 68, 68, 0.25);
 box-shadow: 0 10px 24px rgba(239, 68, 68, 0.25);
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

.del_prod:hover {
 -webkit-box-shadow: 0 14px 28px rgba(239, 68, 68, 0.3);
 box-shadow: 0 14px 28px rgba(239, 68, 68, 0.3);
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}

.ed_del_prod svg {
 fill: #ffffff;
 width: 16px;
 height: 16px;
 margin-right: 10px;
}

.type_news {
 font-weight: 500;
 font-size: 12px;
 color: #ffffff;
 font-family: inherit;
 padding: 5px;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -o-border-radius: 3px;
 -moz-border-radius: 3px;
 -ms-border-radius: 3px;
 margin-bottom: 8px;
}

.shopi svg {
 width: 18px;
 height: 18px;
}

.shop_menu_wrapper {
 max-width: 1280px;
 margin: 0px auto;
 padding: 35px 20px 25px;
 gap: 25px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.shopping_left_menu {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 width: 100%;
 max-width: 320px;
 position: sticky;
 top: 110px;
 -ms-flex-item-align: start;
 align-self: flex-start;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 320px;
 flex: 0 0 320px;
}

.i_shopping_menu_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background: radial-gradient(circle at 20% 20%, rgba(246, 81, 105, 0.08), transparent 35%), radial-gradient(circle at 80% 0%, rgba(250, 180, 41, 0.15), transparent 45%), #ffffff;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 -o-border-radius: 14px;
 min-height: 400px;
 width: 100%;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 height: -moz-fit-content;
 height: fit-content;
 height: -webkit-fit-content;
 padding: 18px;
 border: 1px solid #f0f1f5;
 -webkit-box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
 box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
 gap: 8px;
}

.shop_main_wrapper {
 width: auto;
 padding-left: 0px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 16px;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0%;
 flex: 1 1 0%;
 min-width: 0;
}

.shop_main_wrapper_container {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 16px;
}

.ishopping_wrapper_in {
 width: 100%;
 height: -webkit-fit-content;
 height: -moz-fit-content;
 height: fit-content;
}

.i_shop_title {
 display: inline-block;
 padding: 14px 12px 6px;
 font-weight: 700;
 font-size: 20px;
 color: #000000;
 font-family: inherit;
 margin-bottom: 4px;
 text-align: left;
}

.i_sh_menus {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}

.i_sh_menu_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 padding: 6px;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 8px;
}

.i_sh_menu_wrapper a {
 text-decoration: none;
 color: #000000;
}

.i_sp_menu_box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 12px 14px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 font-weight: 600;
 font-size: 13px;
 color: #111827;
 font-family: inherit;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 border: 1px solid transparent;
 background-color: rgba(255, 255, 255, 0.7);
 -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.i_sp_menu_box:hover {
 background-color: #f5f7fb;
 -webkit-box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
 box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}

.i_sp_menu_box svg {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 22px;
 height: 22px;
 fill: #0f172a;
 margin-right: 10px;
 -webkit-transition: fill 0.25s ease;
 transition: fill 0.25s ease;
}

.shopping_left_menu .active_p {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff !important;
 -webkit-box-shadow: 0 12px 30px rgba(246, 81, 105, 0.25);
 box-shadow: 0 12px 30px rgba(246, 81, 105, 0.25);
}

.shopping_left_menu .active_p svg {
 fill: #ffffff !important;
}

.product_category_title {
 width: 100%;
 position: relative;
 padding: 15px;
 margin-bottom: 15px;
 background-color: #ffffff;
 font-size: 15px;
 font-weight: 500;
 font-family: inherit;
 color: #000000;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.product_category_title svg {
 width: 25px;
 height: 25px;
 fill: #f65169;
 margin-right: 10px;
}

.ishopping_wrapper_in .s_p_product_container {
 width: 33%;
 max-width: 100%;
}

.marketplace-hero {
 position: relative;
 width: 100%;
 padding: 20px 22px;
 border-radius: 16px;
 background: -webkit-gradient(linear, left top, right bottom, from(#fff4f5), to(#f4f7ff));
 background: linear-gradient(135deg, #fff4f5, #f4f7ff);
 border: 1px solid #f0e9f4;
 -webkit-box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
 box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
 overflow: hidden;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 20px;
}

.marketplace-hero:after {
 content: "";
 position: absolute;
 right: -120px;
 top: -140px;
 width: 260px;
 height: 260px;
 background: radial-gradient(circle, rgba(246, 81, 105, 0.2), transparent 60%);
 -webkit-transform: rotate(-8deg);
 transform: rotate(-8deg);
}

.marketplace-hero__content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 14px;
 position: relative;
 z-index: 1;
}

.marketplace-hero__icon {
 width: 54px;
 height: 54px;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 -moz-border-radius: 14px;
 background-color: #ffffff;
 -webkit-box-shadow: 0 14px 28px rgba(255, 255, 255, 0.55);
 box-shadow: 0 14px 28px rgba(255, 255, 255, 0.55);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.marketplace-hero__icon svg {
 width: 26px;
 height: 26px;
 fill: #f65169;
}

.marketplace-hero__text {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 4px;
}

.marketplace-hero__eyebrow {
 font-size: 12px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: #f65169;
 font-weight: 800;
}

.marketplace-hero__title {
 font-size: 22px;
 font-weight: 800;
 color: #0f172a;
 line-height: 1.25;
}

.marketplace-hero__subtitle {
 font-size: 14px;
 color: #4b5563;
}

.marketplace-hero__highlights {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 gap: 10px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 position: relative;
 z-index: 1;
}

.marketplace-hero__highlights a {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 10px 14px;
 border-radius: 999px;
 background: #ffffff;
 border: 1px solid #eef0f5;
 -webkit-box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
 box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
 color: #0f172a;
 font-weight: 700;
 font-size: 13px;
 text-decoration: none;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

.marketplace-hero__highlights a:hover {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
 box-shadow: 0 16px 32px rgba(17, 24, 39, 0.12);
}

.marketplace-hero__highlights a.highlight {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 border: 0;
 -webkit-box-shadow: 0 16px 32px rgba(246, 81, 105, 0.3);
 box-shadow: 0 16px 32px rgba(246, 81, 105, 0.3);
}

.hero-highlight {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 10px 12px;
 border-radius: 12px;
 background-color: rgba(255, 255, 255, 0.78);
 border: 1px solid rgba(246, 81, 105, 0.15);
 font-weight: 600;
 font-size: 13px;
 color: #0f172a;
 -webkit-box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
 box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.hero-highlight.alt {
 border-color: rgba(250, 180, 41, 0.2);
}

.pulse-dot {
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background-color: #f65169;
 -webkit-box-shadow: 0 0 0 6px rgba(246, 81, 105, 0.12);
 box-shadow: 0 0 0 6px rgba(246, 81, 105, 0.12);
}

.pulse-dot.alt {
 background-color: #fab429;
 -webkit-box-shadow: 0 0 0 6px rgba(250, 180, 41, 0.12);
 box-shadow: 0 0 0 6px rgba(250, 180, 41, 0.12);
}

.marketplace-toolbar {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background: transparent;
 border-radius: 0;
 padding: 0 0 12px 0;
 margin-bottom: 0px;
 border: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: flex-end;
 gap: 12px;
}

.marketplace-toolbar__left {
 gap: 12px;
}

.toolbar-icon {
 width: 44px;
 height: 44px;
 border-radius: 12px;
 background-color: #fdf2f8;
 -webkit-box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.15);
 box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.15);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.toolbar-icon svg {
 width: 22px;
 height: 22px;
 fill: #f65169;
}

.toolbar-label {
 font-size: 12px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: #040720;
 font-weight: 700;
}

.toolbar-title-text {
 font-size: 18px;
 font-weight: 700;
 color: #0f172a;
}

.marketplace-toolbar__actions {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 8px;
 margin-left: auto;
 align-items: center;
}

.profile-product-select {
 min-width: 200px;
 padding: 10px 0px 10px 14px;
 border-radius: 12px;
 border: 1px solid #d5d9e3;
 background: #ffffff;
 font-weight: 600;
 font-size: 14px;
 color: #111827;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-repeat: no-repeat;
 background-position: right 14px center;
 background-size: 14px 14px;
 background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23111827' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
 background-origin: content-box;
 -webkit-box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
 box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
 transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.profile-product-select:hover {
 border-color: #c3c8d3;
 -webkit-box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
 box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.profile-product-select:focus {
 outline: none;
 border-color: #f65169;
 -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
 box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
}

.toolbar-chip {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 8px 12px;
 border-radius: 999px;
 background-color: #f5f7fb;
 color: #111827;
 font-weight: 700;
 font-size: 12px;
 border: 1px solid transparent;
}

.toolbar-chip.accent {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 -webkit-box-shadow: 0 10px 24px rgba(246, 81, 105, 0.25);
 box-shadow: 0 10px 24px rgba(246, 81, 105, 0.25);
}

.marketplace-grid {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 gap: 18px;
 width: 100%;
 padding: 0 10px 14px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 justify-items: center;
}

.marketplace-grid .s_p_product_container {
 width: 100%;
 max-width: none;
 min-width: 0;
 padding: 0px;
 display: block;
 max-width: 540px;
 margin: 0 auto;
}

.marketplace-grid .s_p_product_container a {
 text-decoration: none;
}

#moreType[data-po="products"] {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 gap: 18px;
 width: 100%;
 padding: 0 0px 14px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 justify-items: center;
}

#moreType[data-po="products"] .s_p_product_container {
 width: 100%;
 max-width: 540px;
 min-width: 0;
 padding: 0;
 display: block;
}

#moreType[data-po="products"] .s_p_product_container a {
 text-decoration: none;
}

#moreType[data-po="products"] ~ .profile-product-filter,
#moreType[data-po="products"] + .profile-product-filter,
.profile-product-filter {
 width: 100%;
}

#moreType[data-po="products"] .i_post_body {
 background: transparent;
 border-radius: 0;
 box-shadow: none;
 margin: 0;
 padding: 0;
}

#moreType[data-po="products"] .i_post_body:hover {
 box-shadow: none;
}

#moreType[data-po="products"] .marketplace-card {
 border: none;
 -webkit-box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
}

#moreType[data-po="products"] .marketplace-card:hover {
 -webkit-transform: none;
 transform: none;
}

.marketplace-card {
 position: relative;
 width: 100%;
 background: #ffffff;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -o-border-radius: 16px;
 border: 1px solid #eef0f5;
 -webkit-box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 overflow: hidden;
 cursor: pointer;
 -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
 transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
 transition: transform 0.25s ease, box-shadow 0.25s ease;
 transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 height: 100%;
}

.marketplace-card:hover {
 -webkit-box-shadow: 0 22px 44px rgba(17, 24, 39, 0.12);
 box-shadow: 0 22px 44px rgba(17, 24, 39, 0.12);
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}

.marketplace-card .product_image {
 height: 220px;
 background: #f8f9fb;
 overflow: hidden;
 position: relative;
 border-top-left-radius: 16px;
 border-top-right-radius: 16px;
}

.marketplace-card .product_image img {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 display: block;
 border-radius: inherit;
 -webkit-transition: -webkit-transform 0.35s ease;
 transition: -webkit-transform 0.35s ease;
 transition: transform 0.35s ease;
 transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.marketplace-card:hover .product_image img {
 -webkit-transform: scale(1.06);
 transform: scale(1.06);
}

.marketplace-card .image_tag {
 position: absolute;
 left: 10px;
 top: 10px;
 z-index: 2;
 -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
 box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.marketplace-card .s_p_details {
 padding: 16px 16px 18px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 12px;
}

.product-hero-card {
 background: -webkit-gradient(linear, left top, right bottom, from(#fff4f5), to(#f4f7ff));
 background: linear-gradient(135deg, #fff4f5, #f4f7ff);
 border-radius: 16px;
 padding: 18px;
 border: 1px solid #f0e9f4;
 -webkit-box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 margin-bottom: 16px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 12px;
}

.product-hero-top {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
}

.product-price-hero {
 margin-left: auto;
}

.product-hero-title {
 font-size: 22px;
 font-weight: 800;
 color: #0f172a;
 margin: 0;
}

.product-hero-owner a {
 text-decoration: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
}

.hero-avatar {
 position: relative;
 width: 44px;
 height: 44px;
 border-radius: 12px;
 overflow: hidden;
 -webkit-box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
 box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.hero-avatar img {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
}

.hero-owner-meta .i_unm_product {
 font-size: 15px;
 font-weight: 700;
 color: #0f172a;
}

.hero-owner-meta .i_see_prof {
 font-size: 12px;
 color: #040720;
}

.product-hero-stats {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 8px;
}

.product-hero-actions {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 10px;
}

.product_page_shell {
 width: 100%;
 background: #f5f7fb;
}

.product_page_grid {
 max-width: 1280px;
 margin: 0 auto;
 padding: 24px 16px 40px;
}

.product-market-hero {
 max-width: 1280px;
 margin: 16px auto 0px;
}

.product-market-cta {
 max-width: 1280px;
 margin: 0 auto 12px;
 padding: 16px 18px;
 background: linear-gradient(135deg, #fff4f5, #f4f7ff);
 border: 1px solid #f0e9f4;
 border-radius: 16px;
 -webkit-box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.p-market-meta {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 4px;
}

.p-market-label {
 display: inline-block;
 padding: 6px 10px;
 background: rgba(246, 81, 105, 0.1);
 color: #f65169;
 font-weight: 700;
 font-size: 12px;
 letter-spacing: 0.05em;
 border-radius: 999px;
}

.p-market-title {
 font-size: 20px;
 font-weight: 800;
 color: #0f172a;
}

.p-market-sub {
 color: #040720;
 font-size: 13px;
 font-weight: 600;
}

.p-market-actions {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 gap: 10px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.p-market-actions .s_p_chip {
 text-decoration: none;
 border: 1px solid rgba(15, 23, 42, 0.06);
}

.p-market-actions .s_p_chip.highlight {
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 border: 0;
 -webkit-box-shadow: 0 10px 24px rgba(246, 81, 105, 0.25);
 box-shadow: 0 10px 24px rgba(246, 81, 105, 0.25);
}

.product-left-card {
 background-color: #ffffff;
 border-radius: 16px;
 -webkit-box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
 border: 1px solid #eef0f5;
 overflow: hidden;
}

.product_images_container {
 background-color: transparent;
}

.product_p_description.card-block {
 margin-top: 0;
 padding: 20px;
 border-top: 1px solid #eef0f5;
}

.product__description {
 font-size: 16px;
 font-weight: 700;
 color: #0f172a;
 margin-bottom: 10px;
}

.product-share-row .on_s svg {
 width: 18px;
 height: 18px;
}

.marketplace-card .s_p_title {
 font-size: 17px;
 line-height: 1.4;
 white-space: normal;
 color: #0f172a;
 padding-bottom: 0px;
}

.s_p_product_type a {
 text-decoration: none;
 color: inherit;
}

.s_p_submeta {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 8px;
 margin-top: 8px;
}

.s_p_chip {
 display: inline-block;
 padding: 6px 10px;
 border-radius: 999px;
 background-color: #f5f7fb;
 color: #0f172a;
 font-weight: 600;
 font-size: 12px;
 -webkit-box-shadow: inset 0 0 0 1px #eef0f5;
 box-shadow: inset 0 0 0 1px #eef0f5;
 gap: 6px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
}

.s_p_chip svg {
 width: 14px;
 height: 14px;
 fill: currentColor;
}

.s_p_chip.soft {
 background-color: #fdf2f8;
 color: #f65169;
 -webkit-box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.2);
 box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.2);
}

.s_p_meta {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.marketplace-card .s_p_product_type {
 border-radius: 10px;
 padding: 6px 10px;
 font-size: 12px;
 text-transform: capitalize;
}

.marketplace-price {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 4px;
 background: transparent;
 color: #0f172a;
 padding: 0;
 border-radius: 0;
 font-weight: 800;
 font-size: 25px;
 letter-spacing: 0.01em;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 white-space: nowrap;
 margin-left: auto;
 text-align: right;
 width: auto;
 min-width: unset;
}

.marketplace-empty-card {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 text-align: center;
 gap: 14px;
 background: -webkit-gradient(linear, left top, right top, from(#fdf2f8), to(#eef2ff));
 background: linear-gradient(90deg, #fdf2f8, #eef2ff);
 padding: 26px 22px;
}

.marketplace-empty-card__badge {
 display: inline-block;
 padding: 8px 12px;
 border-radius: 999px;
 background: rgba(246, 81, 105, 0.1);
 color: #f65169;
 font-weight: 700;
 font-size: 12px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 -webkit-box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.1);
 box-shadow: inset 0 0 0 1px rgba(246, 81, 105, 0.1);
}

.marketplace-empty-card__body {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
}

.marketplace-empty-card__icon {
 width: 52px;
 height: 52px;
 border-radius: 14px;
 background-color: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
 box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.marketplace-empty-card__icon svg {
 width: 24px;
 height: 24px;
 fill: #f65169;
}

.marketplace-empty-card__title {
 font-weight: 800;
 font-size: 18px;
 color: #0f172a;
}

.marketplace-empty-card__subtitle {
 font-size: 13px;
 color: #4b5563;
 line-height: 1.5;
}

.marketplace-empty-card__cta {
 margin-top: 6px;
 display: inline-block;
 padding: 10px 16px;
 border-radius: 12px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 font-weight: 700;
 font-size: 13px;
 text-decoration: none;
 -webkit-box-shadow: 0 12px 24px rgba(246, 81, 105, 0.25);
 box-shadow: 0 12px 24px rgba(246, 81, 105, 0.25);
}

/*Version 3.6 FINISHED*/
/*Version 3.7 STARTED*/
.camcloseCall {
 background-color: #e53935;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 -moz-border-radius: 50%;
}

.camcloseCall svg {
 fill: #ffffff !important;
}

.i_profile_menu {
 width: 100%;
 margin-top: 18px;
}

.i_profile_menu_middle {
 position: relative;
 width: 100%;
 margin: 0px auto;
 padding: 5px;
}

.i_profile_menu_item {
 width: 100%;
 position: relative;
 padding: 10px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.i_profile_menu_item:hover {
 background-color: #F0F2F5;
 color: #f65169;
}

.i_profile_menu_item:hover svg {
 fill: #f65169;
}

.active_page_menu {
 background-color: #F0F2F5 !important;
 color: #f65169 !important;
}

.active_page_menu a .i_p_sum {
 color: #f65169 !important;
}

.active_page_menu a .i_profile_menu_item_name {
 color: #f65169 !important;
}

.active_page_menu svg {
 fill: #f65169 !important;
}

.i_p_sum {
 font-weight: 700;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 text-align: center;
}

.i_profile_menu_item_con {
 position: relative;
 width: 100%;
}

.i_profile_menu_icon {
 padding: 5px;
}

.i_profile_menu_icon svg {
 fill: #000000;
 width: 15px;
 height: 15px;
}

.i_profile_menu_item_name {
 font-weight: 400;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
}

.i_profile_menu_item a {
 text-decoration: none;
}

.i_profile_menu_item:hover .i_p_sum {
 color: #f65169;
}

.i_profile_menu_item:hover .i_profile_menu_item_con .i_profile_menu_item_name {
 color: #f65169;
}

.i_product_post_body {
 position: relative;
 display: inline-block;
 width: 100%;
 background-color: #ffffff;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 margin-bottom: 15px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.i_product_post_body:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

.i_product_post_body:nth-child(odd) {
 margin-right: 10px;
 float: left;
 width: calc(50% - 10px);
 width: -o-calc(100% / 2 - 10px);
}

.i_product_post_body:nth-child(even) {
 margin-right: 0px;
 float: left;
 width: calc(50% - 0px);
 width: -o-calc(100% / 2 - 0px);
}

.i_product_wrp_p {
 position: relative;
 width: 100%;
}

.i_product_wrp_header {
 width: 100%;
 padding: 10px 8px;
 border-bottom: 1px solid #f9f9fb;
}

.i_product_o_avatar {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 24px;
 height: 24px;
 overflow: hidden;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.i_product_o_avatar img {
 height: 100%;
 width: 100%;
}

.i_post_i_p {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -ms-flex-align: center;
 -webkit-box-align: center;
 align-items: center;
 padding: 0px 0px 0px 10px;
 width: 100%;
 position: relative;
}

.i_post_username_p {
 position: relative;
 display: inline-block;
 width: 100%;
 font-family: inherit;
 font-weight: 600;
 font-size: 13px;
 text-transform: capitalize;
}

.i_post_username_p a {
 text-decoration: none;
 color: #444444;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 max-width: 200px;
}

.i_prod_p_i_c {
 position: relative;
 width: 100%;
 height: 200px;
 margin: 0px;
 background-color: #fffaf5;
}

.s_p_title a {
 text-decoration: none;
 color: #000000;
}

.move_my_point {
 width: 100%;
 position: relative;
 padding: 10px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 margin-top: 20px;
 background-color: #f65169;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 text-align: center;
 color: #ffffff;
}

.move_my_point:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

.revenue_sum_u {
 color: #f65169;
 font-weight: 600;
 font-size: 20px;
 text-align: center;
 padding: 20px 0px;
 font-family: inherit;
}

.revenue_title_u {
 font-weight: 400;
 font-size: 13px;
 color: #000000;
 font-family: inherit;
 text-transform: uppercase;
 text-align: center;
}

.i_social_link_ {
 position: relative;
 width: 100%;
 padding-bottom: 10px;
}

.i_settings_item_title_for .flnmk {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 color: #000000;
 outline: none;
 border: none;
 background-color: #F0F1F5;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 min-width: 400px;
 padding-left: 40px;
}

.i_i_social_icon {
 position: absolute;
 width: 30px;
 height: 30px;
 left: 9px;
 top: 9px;
}

.iisocialicon svg {
 width: 16px;
 height: 16px;
}

.s_m_link {
 position: relative;
 padding: 10px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -o-border-radius: 5px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 text-align: center;
}

.s_m_link svg {
 width: 24px;
 height: 24px;
}

.s_m_link:hover {
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 background-color: #E4E6EB;
 z-index: 1;
}

.i_btn_send_to_point {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px 15px;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 10px;
 -webkit-boder-radius: 10px;
 background: #000000;
 cursor: pointer;
 color: #ffffff;
 -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 margin-left: 10px;
}

.i_btn_send_to_point:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.i_btn_send_to_point svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 4px;
}

.send_tip_btn_profile {
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-filex;
 padding: 13px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 font-weight: 500;
 font-family: inherit;
 font-size: 15px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.send_tip_btn_profile:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.send_tip_btn_profile svg {
 width: 17px;
 height: 17px;
 fill: #ffffff;
 margin-right: 10px;
}

.move_my_point_to_balance {
 width: 100%;
 position: relative;
 padding: 15px 20px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 margin-top: 20px;
 margin-bottom: 20px;
 background-color: #f65169;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 text-align: center;
 color: #ffffff;
 font-family: inherit;
 font-weight: 500;
 font-size: 13px;
}

.move_my_point_to_balance:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

/*Version 3.7 FINISHED*/
/*Version 3.6.5 STARTED*/
.sp_wrp {
 width: 100%;
 position: relative;
 padding-left: 2px;
 padding-right: 2px;
 margin-bottom: 20px;
}

.sp_wrp_plus {
 width: 100%;
 position: relative;
 margin-bottom: 20px;
}

.suggested_products {
 position: relative;
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 background-color: #ffffff;
}

.suggested_products_plus {
 position: relative;
 width: 100%;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 background-color: #ffffff;
}

.sp_products {
 position: relative;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 12px;
}

.sp_product_wrapper {
 width: 100%;
 float: none;
 overflow: hidden;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -moz-border-radius: 16px;
 -o-border-radius: 16px;
}

.sp_product_wrapper:nth-child(4n+1),
.sp_product_wrapper:nth-child(4n) {
 grid-column: 1 / -1;
}

.sp_product_container {
 width: 100%;
 position: relative;
 display: block;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -o-border-radius: 16px;
 -moz-border-radius: 16px;
 background-color: #0f172a;
 overflow: hidden;
 aspect-ratio: 4 / 5;
 min-height: 240px;
 cursor: pointer;
 -webkit-transition: all 0.35s ease;
 transition: all 0.35s ease;
 -webkit-box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
 box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
}

.sp_product_wrapper:nth-child(4n+1) .sp_product_container,
.sp_product_wrapper:nth-child(4n) .sp_product_container {
 aspect-ratio: 16 / 9;
 min-height: 260px;
}

.sp_product_wrapper .sp_product_container .sp_product_img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.sp_product_wrapper .sp_product_container .sp_product_img img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 -webkit-transition: -webkit-transform 0.35s ease;
 transition: -webkit-transform 0.35s ease;
 transition: transform 0.35s ease;
 transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.sp_product_container:hover .sp_product_img img {
 -webkit-transform: scale(1.06);
 transform: scale(1.06);
}

.sp_product_overlay {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 padding: 16px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 color: #ffffff;
 z-index: 1;
}

.sp_product_overlay::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: linear-gradient(180deg, rgba(67, 56, 202, 0.38) 0%, rgba(67, 56, 202, 0.12) 45%, rgba(15, 23, 42, 0.86) 100%);
 z-index: 0;
}

.sp_product_meta {
 position: relative;
 z-index: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 10px;
}

.sp_product_overlay .s_p_product_type {
 background: rgba(15, 23, 42, 0.45);
 border: 1px solid rgba(255, 255, 255, 0.14);
 color: #ffffff;
 padding: 6px 12px;
 -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 -webkit-backdrop-filter: blur(4px);
 backdrop-filter: blur(4px);
}

.sp_product_overlay .s_p_product_type a {
 color: #ffffff;
}

.sp_product_overlay .s_p_product_type.scratch {
 background: rgba(133, 143, 173, 0.9);
}

.sp_product_overlay .s_p_product_type.bookazoom {
 background: rgba(30, 136, 229, 0.9);
}

.sp_product_overlay .s_p_product_type.digitaldownload {
 background: rgba(246, 81, 105, 0.9);
}

.sp_product_meta .mypType {
 position: relative;
 top: 0px !important;
 left: 0px !important;
}

.sp_product_price_tag {
 position: relative;
 z-index: 1;
 background: #ff7a59;
 color: #ffffff;
 font-weight: 700;
 font-size: 14px;
 padding: 7px 12px;
 border-radius: 999px;
 margin-left: auto;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-shadow: 0 10px 25px rgba(255, 122, 89, 0.3);
 box-shadow: 0 10px 25px rgba(255, 122, 89, 0.3);
}

.sp_product_body {
 position: relative;
 z-index: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 8px;
 margin-top: auto;
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 min-height: 0;
 color: #ffffff;
 text-decoration: none;
}

.sp_product_body .sp_product_name {
 color: #ffffff;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.4;
 white-space: normal;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.sp_product_desc {
 color: #e5e7eb;
 font-size: 13px;
 line-height: 1.5;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.sp_product_container:hover {
 opacity: 1;
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}

@media (max-width: 768px) {
 .sp_products {
 grid-template-columns: 1fr;
 }

 .sp_product_wrapper:nth-child(4n+1),
 .sp_product_wrapper:nth-child(4n) {
 grid-column: auto;
 }
}

/*Version 3.6.5 FINISHED*/
/*Version 3.6.6 STARTED*/
.live_pp_camera_container {
 width: 100%;
 max-width: 400px;
 min-width: 350px;
 background-color: #F0F2F5;
}

.myCam {
 position: relative;
 width: 100%;
 height: calc(100% - 110px);
 height: -o-calc(100% - 110px);
 height: -ms-calc(100% - 110px);
 height: -moz-calc(100% - 110px);
}

.friendsCam {
 position: absolute;
 width: 200px;
 height: 155px;
 bottom: 125px;
 right: 10px;
 overflow: hidden;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 z-index: 999;
}

.friendsCam video {
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
}

.player_friend {
 width: 200px;
 height: 155px;
}

.player {
 width: 100%;
 height: 320px;
}

.player-name {
 margin: 8px 0;
}

#success-alert,
#success-alert-with-token {
 display: none;
}

@media (max-width: 640px) {
 .player {
 width: 320px;
 height: 240px;
 }
}
.call_details {
 width: 100%;
 position: relative;
 padding: 50px 20px;
}

.caller_user_avatar {
 width: 110px;
 height: 110px;
 margin: 0px auto;
}

.caller_avatar {
 position: relative;
 width: 110px;
 height: 110px;
 margin: 0px auto;
 border: 3px solid #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 background-size: cover;
 background-position: center;
 background-color: #ffffff;
}

.caller_title {
 width: 100%;
 padding: 15px;
 font-weight: 600;
 font-size: 18px;
 color: #000000;
 font-family: inherit;
 text-align: center;
}

.caller_det {
 width: 100%;
 font-weight: 500;
 font-size: 15px;
 color: #000000;
 font-family: inherit;
 text-align: center;
}

.caller_det a {
 text-decoration: none;
 color: #f65169;
}

.current_point_box_video {
 width: 100%;
 font-weight: 500;
 font-size: 15px;
 color: #ffffff;
 font-family: inherit;
 text-align: center;
 background-color: #d3e2f8;
 padding: 15px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 margin-top: 15px;
}

.call_btn_item_btn_accept span {
 font-weight: 500;
 font-size: 12px;
}

.call_declined {
 width: 100%;
 font-weight: 600;
 font-size: 15px;
 color: #e53935;
 font-family: inherit;
 text-align: center;
 display: none;
}

.call_buttons {
 width: 100%;
 padding-top: 50px;
}

.call_btn_item {
 width: 50%;
}

.call_btn_item_btn_accept {
 padding: 10px 15px;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 background-color: #43a047;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.call_btn_item_btn_accept:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.call_btn_item_btn_decline {
 padding: 10px 15px;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 background-color: #e53935;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.call_btn_item_btn_decline:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.call_btn_item_btn_accept svg,
.call_btn_item_btn_decline svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 margin-right: 10px;
}

.call_btn_item_btn_accept a {
 color: #ffffff;
 text-decoration: none;
}

.videoCallButtons {
 padding: 10px;
 width: 100%;
 position: relative;
}

.call_footer_buttons {
 position: relative;
 width: 100%;
}

.footer_call_btn_item {
 width: 100%;
 padding: 5px;
}

.call_btn_icon {
 padding: 10px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 background-color: #000000;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.call_btn_icon:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.call_btn_icon svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
}

.call_btn_end_icon {
 padding: 18px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 background-color: #e53935;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.call_btn_end_icon:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.call_btn_end_icon svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
}

.activated_btn {
 background-color: #f57c00 !important;
}

.ty_videoCall {
 background-color: #4C7AE4;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.myFriednsStories .mystoriesstyle {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.myFriednsStories .mystoriesstyle .story-view-item,
.myFriednsStories .mystoriesstyle .story_view_item {
 margin-bottom: 5px !important;
}

.stories_page_title {
 font-weight: 600;
 text-transform: uppercase;
 font-size: 15px;
 color: #444444;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 5px;
}

.stories_page_title svg {
 width: 30px;
 height: 30px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-right: 10px;
}

/*Version 3.6.6 FINISHED*/
/*Version 4.0 STARTED*/
.send_tip_btn_message {
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-filex;
 padding: 13px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 color: #ffffff;
 font-weight: 500;
 font-family: inherit;
 font-size: 15px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.send_tip_btn_message:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.send_tip_btn_message svg {
 width: 17px;
 height: 17px;
 fill: #ffffff;
 margin-right: 10px;
}

.gfIcon {
 padding: 5px;
 border: 1px solid #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 -ms-border-radius: 50%;
 position: absolute;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 top: 10px;
 left: -13px;
}

.msg_friend .gfIcon {
 right: -14px;
 top: 9px;
 left: auto;
}

.gfIcon svg {
 fill: #ffffff;
 width: 10px;
 height: 10px;
}

.nanosSend {
 padding: 0px 15px;
 position: relative;
 background-color: #ffffff;
}

.nanos .Message_stickersContainer {
 height: auto !important;
}

.emTitle {
 position: sticky;
 top: 0px;
}

.i_write_secret_post_price {
 width: 100%;
 padding-left: 8px;
}

.secretMessageBgColor {
 color: #ffffff !important;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
}

.msg_txt_sec {
 display: inline-block;
 width: 100%;
 padding: 15px;
 word-break: break-word;
 word-wrap: break-word;
}

.msg_txt_sec .album-details {
 color: #ffffff;
 text-align: center;
}

.msg_txt_sec .album-details svg {
 fill: #ffffff;
 width: 30px;
 height: 30px;
 margin: 0px auto;
 display: block;
 margin-bottom: 10px;
}

.unLockMe {
 display: block;
 padding: 12px 16px;
 border-radius: 25px;
 -webkit-border-radius: 25px;
 -o-border-radius: 25px;
 background-color: #f65169;
 color: #ffffff;
 font-family: inherit;
 font-size: 13px;
 font-weight: 500;
 text-align: center;
 margin-top: 10px;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.unLockMe:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

.unlockWarning {
 width: 100%;
 font-weight: 400;
 font-size: 12px;
 color: #f65169;
 padding-top: 4px;
 display: none;
}

.joinOffline {
 opacity: 0.3;
}

.noTransition {
 -webkit-transform: unset !important;
 transform: unset !important;
}

.i_profile_cover {
 height: 300px;
 min-height: 300px;
 overflow: visible;
 background-color: #f3f6fb;
}

.i_im_cover {
 width: 100%;
 height: 100%;
 max-height: none;
 overflow: hidden;
 border-top-left-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 -webkit-border-top-right-radius: 10px;
}

.i_im_cover img {
 display: block;
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
}

@media screen and (min-width: 741px) and (max-width: 1120px) {
 .profile_wrapper .i_profile_i_container {
 max-width: 920px;
 padding-top: 24px;
 }
 .profile_wrapper .i_profile_cover {
 height: 260px;
 min-height: 260px;
 }
 .profile_wrapper .i_profile_avatar {
 width: 144px;
 height: 144px;
 }
 .profile_wrapper .i_profile_avatar_container {
 bottom: -72px;
 }
 .profile_wrapper .i_u_profile_info {
 padding-top: 84px;
 }
}

@media screen and (max-width: 740px) {
 .profile_wrapper .i_profile_cover {
 height: 156px;
 min-height: 156px;
 }
 .profile_wrapper .i_im_cover {
 height: 100%;
 }
 .profile_wrapper .i_profile_menu_middle {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 overflow-x: auto;
 overflow-y: hidden;
 padding: 0 8px;
 scrollbar-width: none;
 }
 .profile_wrapper .i_profile_menu_middle::-webkit-scrollbar {
 display: none;
 }
 .profile_wrapper .i_profile_menu_middle .i_profile_menu_item {
 width: auto;
 min-width: 92px;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 }
}

.footer_social_links_container {
 position: relative;
 width: 100%;
 z-index: 5;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.i_wsocial_link_ {
 position: relative;
 padding-bottom: 10px;
}

.i_iw_social_icon {
 width: 30px;
 height: 30px;
}

.i_shopping_menu_wrapper {
 position: sticky;
 top: 87px;
 left: 0px;
}

.footer_container .footer_social_links_container .i_wsocial_link_ {
 padding-bottom: 0px !important;
}

.btest .footer_container {
 padding-bottom: 5px;
}

.profile_wrapper .pageMiddleInfo .footer_container {
 position: relative;
 bottom: auto;
 left: auto;
 z-index: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 margin: 14px 0 0;
 padding: 14px;
 background: rgba(255, 255, 255, 0.94);
 border: 1px solid #e3e8f2;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -webkit-box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
 box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 min-height: 34px;
 font-size: 13px;
 line-height: 1.2;
 font-weight: 700;
 color: #040720;
}

.profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item a {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 min-height: 34px;
 padding: 8px 11px;
 border: 1px solid #e4e9f3;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 background: #f7f9fc;
 color: #374151 !important;
 text-decoration: none;
 -webkit-transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, -webkit-box-shadow 0.18s ease;
 transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, -webkit-box-shadow 0.18s ease;
 transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
 transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, -webkit-box-shadow 0.18s ease;
}

.profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item:hover a,
.profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item a:focus {
 border-color: rgba(246, 81, 105, 0.28);
 background: #fff4f6;
 color: #f65169 !important;
 text-decoration: none;
 -webkit-box-shadow: 0 8px 18px rgba(246, 81, 105, 0.11);
 box-shadow: 0 8px 18px rgba(246, 81, 105, 0.11);
}

.profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item:after {
 display: none;
}

.profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item:last-of-type {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 100%;
 flex: 1 1 100%;
 min-height: auto;
 margin-top: 2px;
 color: #8b95a7;
 font-size: 12px;
 font-weight: 700;
}

.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container {
 width: 100%;
 margin: 10px 0 16px;
 padding: 10px 12px;
 gap: 8px;
 background: rgba(255, 255, 255, 0.76);
 border: 1px solid #e4e9f3;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
}

.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_wsocial_link_ {
 padding-bottom: 0;
}

.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_iw_social_icon,
.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .iisocialicon,
.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_iw_social_icon > a {
 width: 36px;
 height: 36px;
}

.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_iw_social_icon > a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: #f8fafc;
 -webkit-box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
 box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
 -webkit-transition: background-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
 transition: background-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
 transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
 transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}

.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_iw_social_icon > a:hover,
.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_iw_social_icon > a:focus {
 background: #ffffff;
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
 box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .iisocialicon svg {
 width: 18px;
 height: 18px;
}

@media screen and (max-width: 740px) {
 .profile_wrapper .pageMiddleInfo .footer_container {
 margin: 12px 0 0;
 padding: 13px 10px;
 gap: 7px;
 border-radius: 14px;
 -webkit-border-radius: 14px;
 }
 .profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item {
 font-size: 12px;
 }
 .profile_wrapper .pageMiddleInfo .footer_container .footer_menu_item a {
 min-height: 32px;
 padding: 7px 10px;
 }
 .profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container {
 margin: 8px 0 14px;
 padding: 10px;
 gap: 7px;
 }
 .profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_iw_social_icon,
 .profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .iisocialicon,
 .profile_wrapper .pageMiddleInfo .footer_container + .footer_social_links_container .i_iw_social_icon > a {
 width: 34px;
 height: 34px;
 }
}

.message_form_plus .ownTooltipWrapper {
 top: -72px;
}

.msg_time_me svg, .msg_time_fri svg {
 fill: #444444;
 vertical-align: middle;
 margin-right: 1px;
 margin-left: 1px;
 width: 12px;
 height: 12px;
}

/*Version 4.0 FINISHED*/
/*Version 4.1.6 STARTED*/
.creator_item {
 position: relative;
}

.subcategoryname {
 display: none;
 width: 100%;
 max-width: 250px;
 min-width: 250px;
 background-color: #ffffff;
 padding: 10px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 position: absolute;
 left: 0px;
 top: 40px;
 z-index: 1;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
}

.creator_item:hover .subcategoryname {
 display: block;
}

.sub_m_item {
 width: 100%;
 padding: 10px;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 text-align: left;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
}

.sub_m_item:hover {
 background-color: #e0e3eb;
}

.sub_m_item a {
 text-decoration: none;
 color: #000000;
}

.mercadopago {
 width: 90px;
 height: 40px;
 background: url("paymentIcons/mercadopago.png") no-repeat center;
 background-size: contain;
}
.moneroo {
 width: 90px;
 height: 40px;
 background: url("paymentIcons/moneroo.svg") no-repeat center;
 background-size: contain;
}

.i_message_owner_name .i_plus_gf {
 display: initial;
}

.i_message_owner_name .i_plus_gf svg {
 width: 14px;
 height: 14px;
}

.ntSt a {
 text-decoration: none;
 color: #f65169;
 font-weight: 600;
}

/*Version 4.1.6 FINISHED*/
/*Version 4.2 STARTED*/
.i_comment_reply {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 font-weight: 300;
 font-size: 13px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-left: 5px;
 color: #444444;
 cursor: pointer;
}

.i_comment_reply:hover {
 color: #f65169;
}

.i_comment_reply.is-replying {
 color: #f65169;
 font-weight: 700;
}

.i_comment_reply::after {
 content: "";
 width: 0.25rem;
 height: 0.25rem;
 margin: 0 0.25rem;
 background: #858fad;
 border-radius: 50%;
 display: inline-block;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
}

.i_u_comment_body_reply {
 margin-left: 0;
}

.i_comment_replying_to {
 font-size: 12px;
 color: #8a8a8a;
 margin-bottom: 4px;
}

.i_comment_replies_toggle {
 margin: 6px 0 0 0;
 font-size: 12px;
 color: #f65169;
 cursor: pointer;
}

.i_comment_replies {
 margin-left: 0;
 margin-top: 10px;
 padding-left: 12px;
 border-left: 2px solid #e6e6e6;
 width: 100%;
 box-sizing: border-box;
}

.i_comment_replies a {
 margin-top: 10px;
}

.i_comment_reply_context {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 8px;
 width: calc(100% - 10px);
 min-height: 34px;
 background: #ffffff;
 border: 1px solid #dfe6f2;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 padding: 5px 5px 5px 10px;
 margin: 8px 10px 5px 0;
 font-size: 12px;
 color: #334155;
 line-height: 1.25;
 box-shadow: none;
}

.i_comment_reply_context::before {
 content: "";
 width: 4px;
 height: 18px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 background: #f65169;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}

.reply_context_text {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 min-width: 0;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-weight: 700;
}

.cancel_reply {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 28px;
 height: 28px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 color: #64748b;
 background: #f1f5f9;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 position: relative;
 z-index: 2;
 cursor: pointer;
 -webkit-transition: background-color 0.2s ease, color 0.2s ease;
 transition: background-color 0.2s ease, color 0.2s ease;
}

.cancel_reply:hover {
 color: #f65169;
 background: #fff1f4;
}

.cancel_reply svg {
 width: 12px;
 height: 12px;
 fill: currentColor;
 stroke: currentColor;
}

.i_user_comment_text a {
 text-decoration: none;
}

.boostListIconContainer {
 position: relative;
 width: 100%;
 margin-top: -60px;
}

.boostListIcon {
 width: 120px;
 height: 120px;
 margin: 0px auto;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 background-color: #ffffff;
}

.boostListIcon svg {
 width: 50px;
 height: 50px;
}

.boostListContainer {
 width: 100%;
 padding: 10px 0px;
 padding-bottom: 0px;
}

.boost_plan_item {
 width: 100%;
 padding: 10px;
 cursor: pointer;
}

.boost_plan_item_name_boost_plan_description {
 padding-left: 10px;
}

.boost_plan_item:hover {
 background-color: #e0e3eb;
}

.boost_plan_item_icon {
 padding: 8px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 background-color: #e0e3eb;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.boost_plan_item:hover .boost_plan_item_icon {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.03);
 transform: scale(1.03);
 z-index: 1;
}

.boost_plan_item_icon svg {
 width: 40px;
 height: 40px;
}

.boost_plan_item_name {
 font-weight: 600;
 font-family: inherit;
 color: #000000;
 margin-bottom: 5px;
 font-size: 18px;
 text-transform: uppercase;
}

.boost_plan_description {
 font-family: inherit;
 font-weight: 400;
 font-size: 13px;
 color: #444444;
}

.warning_boost_post {
 margin: 15px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 color: #e53935;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 padding: 13px;
 display: none;
}

.warning_boost_post a {
 text-decoration: none;
 color: #468cef;
 display: contents;
}

.boost_post_is {
 padding: 10px;
 font-weight: 400;
 font-size: 13px;
 color: #000000;
 font-family: inherit;
 background-color: rgba(246, 81, 105, 0.2);
}

.boost_amount_item_icon {
 padding: 8px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 font-weight: 600;
 font-size: 18px;
 font-family: inherit;
 color: #f65169;
 background-color: #e0e3eb;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.boost_plan_item:hover .boost_amount_item_icon {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.03);
 transform: scale(1.03);
 z-index: 1;
}

.boost_amount_item_icon svg {
 margin-left: 5px;
 fill: #f65169;
 width: 15px;
 height: 15px;
}

.i_complete_level_name {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 80px;
}

.boostIcon {
 position: absolute;
 padding: 5px 8px 4px 5px;
 background-color: #F0F2F5;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 -ms-border-radius: 30px;
 z-index: 1;
 top: -15px;
 left: 15px;
 font-size: 13px;
 border: 1px solid #e0e3eb;
 font-family: inherit;
}

.boostIcon svg {
 width: 15px;
 height: 15px;
 margin-right:5px;
}

.i_post_footer_boost {
 display: inline-block;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 6px 15px 10px 15px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 background-color: #f9fbfe;
}

.i_post_footer_boost_item {
 width: 100%;
 margin-bottom: 16px;
 padding: 16px 18px;
 background: #ffffff;
 border: 1px solid #e5e7eb;
 border-radius: 14px;
 box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.ipf_item {
 width: 100%;
 margin-bottom: 10px;
 font-weight: 600;
 font-size: 14px;
 padding: 6px 0;
 padding-left: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
 gap: 12px;
 border-bottom: 1px solid #f1f5f9;
}

.ipf_item:first-of-type .ipf_item_title {
 font-size: 13px;
 font-weight: 700;
 letter-spacing: 0.15px;
 color: #334155;
 text-transform: none;
}

.ipf_item:last-of-type {
 margin-bottom: 0;
 border-bottom: 0;
 padding-bottom: 4px;
}

.ipf_item .i_sub_not_check_box {
 position: relative;
 right: auto;
 left: auto;
 margin-left: auto;
}

.ipf_item_title {
 width: 50%;
 padding: 8px 10px;
 color: #475569;
 text-align: center;
}

.ipf_stats_panel{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 16px;
}
.ipf_stats_row{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 gap: 18px;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.ipf_stats_row.compact{
 padding-top: 12px;
 margin-top: 6px;
 border-top: 1px solid #e2e8f0;
 gap: 12px;
}
.ipf_stat_col{
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 padding: 4px 6px;
 border-right: 1px solid #eef2f7;
}
.ipf_stat_col:last-of-type{
 border-right: none;
}
.ipf_stat_label{
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 0.05px;
 color: #334155;
 text-align: center;
 margin-bottom: 8px;
 text-transform: uppercase;
}
.ipf_stat_label.subtle{
 font-size: 13px;
 font-weight: 700;
 color: #475569;
 text-transform: uppercase;
 letter-spacing: 0.3px;
 margin-bottom: 6px;
}
.ipf_stat_value{
 font-size: 28px;
 font-weight: 700;
 color: #0f172a;
 text-align: center;
 margin-bottom: 10px;
 line-height: 1.1;
}
.ipf_stat_value.alt{
 font-size: 22px;
}

.bigText {
 font-weight: 600;
 font-family: inherit;
 font-size: 25px;
 color: #111827;
}

.bottom_border_color {
 border-bottom: 1px solid #F0F2F5;
}

.left_border_color {
 border-left: 1px solid #e2e8f0;
}

.right_border_color {
 border-right: 1px solid #e2e8f0;
}

.top_border_color {
 border-top: 1px solid #e2e8f0;
}

.inTable {
 display: inline-table;
}

.bankaccount {
 width: 90px;
 height: 40px;
 background: url("paymentIcons/bankTransfer.png") no-repeat center;
 background-size: cover;
}

.bank_container {
 width: 100%;
 position: absolute;
 left: 0px;
 height: 100%;
 right: 0px;
 top: 0px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -o-border-radius: 8px;
 background-color: #ffffff;
 z-index: 1;
}

.purchase_not_ {
 width: 100%;
 padding: 10px;
 font-weight: 400;
 font-size: 12px;
 font-family: inherit;
}

.purchase_sw_details {
 width: 100%;
 padding: 30px;
 font-weight: 600;
 font-size: 18px;
 font-family: inherit;
 text-align: center;
 line-height: 2.5rem;
 -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.19), 0 0 0 1px hsla(0deg, 0%, 82.4%, 0.1);
 border-radius: 10px;
 margin-top: 20px;
 color: #ffffff;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
}

.displayNone {
 display: none;
}

.i_canc_btn {
 float: right;
 padding: 10px 45px;
 font-weight: 600;
 font-family: inherit;
 color: #ffffff;
 background-color: #2e2e2e;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 cursor: pointer;
}

.i_canc_btn:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.payment_success_bank {
 width: 100%;
 height: 100%;
 border-radius: 10px;
 left: 0px;
 top: 0px;
 right: 0px;
 bottom: 0px;
 position: absolute;
 background-color: #ffffff;
 padding: 30px;
 z-index: 2;
 display: none;
}

.i_p_image, .lg-image, .i_post_text {
 -webkit-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-user-drag: none;
 -khtml-user-drag: none;
 -moz-user-drag: none;
 -o-user-drag: none;
 -ms-user-drag: none;
}

.notSeenYet {
 background-color: #F0F1F5 !important;
}

.i_message_wrapper {
 margin-bottom: 5px;
}

.i_post_shared_time a {
 text-decoration: none;
 color: #4CAAEE;
 font-weight: 400;
}

.i_post_shared_time a:hover {
 text-decoration: underline;
}


.story-view-item-fake {
 -webkit-box-flex: 0;
 -ms-flex-positive: 0;
 flex-grow: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}

.stories_scroller {
 overflow-x: auto;
 overflow-y: visible;
 scroll-snap-type: x mandatory;
 -webkit-overflow-scrolling: touch;
 gap: 18px;
}

.stories_scroller::-webkit-scrollbar {
 width: 6px !important;
 height: 4px !important;
}

.stories_scroller::-webkit-scrollbar-thumb {
 background: #c6ccda;
 border-radius: 999px;
}

.stories_scroller::-webkit-scrollbar-track {
 background: #eef1f7;
 border-radius: 999px;
}

.userIsOnline {
 font-size: 10px;
 font-weight: 300;
 border-radius: 5px;
 margin-left: 6px;
 padding-right: 4px;
 background-color:#43a047;
 color:#ffffff;
}

.userIsOffline {
 font-size: 10px;
 font-weight: 300;
 border-radius: 5px;
 margin-left: 6px;
 padding-right: 4px;
 background-color:#e53935;
 color:#ffffff;
}

.userIsOffline::before, .userIsOnline::before {
 content: "";
 width: 0.25rem;
 height: 0.25rem;
 margin: 0 0.25rem;
 background: #858fad;
 border-radius: 50%;
 display: inline-block;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 border:1px solid #ffffff;
}

/*Version 4.2 FINISHED*/
/*Version 5.0 STARTED*/
.i_p_ffs {
 padding:8px 18px;
 border-radius:5px;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 border:1px solid #F0F2F5 !important;
 font-weight: 500;
 font-size: 13px;
 font-family: inherit;
 color: #000000;
 margin-top:15px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}
.i_p_ffs:hover {
 background-color:#F0F2F5 !important;
}
.i_p_ffs:nth-child(2){
 margin-left:5px;
 margin-right:5px;
}
.i_p_ffs svg {
 fill: #000000;
 width:25px;
 height:25px;
 margin-right:10px;
}

.i_p_ffs a {
 text-decoration:none;
 color:#000000;
}

.i_p_ffs:hover a {
 color: #f65169;
}

.i_p_ffs:hover svg {
 fill: #f65169;
}
.i_sub_box_wrp_prof {
 position: relative;
 width: 100%;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 13px;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -moz-border-radius: 10px;
}
.active_page_menu a {
 color: #f65169;
}

.i_profile_gift_frame {
 width:200px;
 height:200px;
 position:absolute;
 left:50%;
 top:50%;
 -webkit-transform:translate(-50%, -50%);
 transform:translate(-50%, -50%);
 z-index:5;
 border-radius:50%;
 pointer-events:none;
}
.i_profile_gift_frame img {
 width:100%;
 height:100%;
 display:block;
 -o-object-fit:contain;
 object-fit:contain;
}
.i_btn_send_to_frame {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 padding: 10px 15px;
 font-weight: 400;
 font-size: 14px;
 font-family: inherit;
 border-radius: 30px;
 -webkit-boder-radius: 30px;
 background: #43a047;
 cursor: pointer;
 color: #ffffff;
 -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.1);
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 margin-left: 10px;
}

.i_btn_send_to_frame:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}

.i_btn_send_to_frame svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 margin-right: 4px;
}

@media (max-width: 640px) {
 .profile_action_panel {
 width: calc(100% - 32px);
 margin: 18px auto 0;
 padding: 10px;
 border-radius: 20px;
 -webkit-border-radius: 20px;
 border: 0;
 background: #ffffff;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 10px;
 padding-top: 10px;
 }

 .profile_action_panel .i_btn_become_fun,
 .profile_action_panel .i_btn_unsubscribe {
 width: 100%;
 height: 48px;
 min-height: 48px;
 padding: 0 18px;
 margin: 0;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 font-size: 15px;
 font-weight: 700;
 line-height: 1;
 gap: 8px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }

 .profile_secondary_actions {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 10px;
 width: 100%;
 }

 .profile_action_panel .i_btn_send_to_point,
 .profile_action_panel .i_btn_send_to_frame {
 width: 100%;
 min-height: 48px;
 margin: 0;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 font-size: 14px;
 font-weight: 700;
 -webkit-box-shadow: none;
 box-shadow: none;
 }

 .profile_action_panel svg {
 width: 19px;
 height: 19px;
 margin-right: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 }

 .profile_stats_rail {
 width: calc(100% - 32px);
 margin: 12px auto 0;
 padding: 0;
 display: -ms-grid !important;
 display: grid !important;
 -ms-grid-columns: minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr);
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 8px;
 }

 .profile_stats_rail .i_p_ffs {
 margin: 0 !important;
 padding: 10px 8px;
 min-height: 58px;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 background: #ffffff;
 -webkit-box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
 box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
 }

 .profile_stats_rail .i_p_ffs a {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 4px;
 text-align: center;
 font-size: 12px;
 line-height: 1.15;
 }

 .profile_stats_rail .i_p_ffs svg,
 .profile_stats_rail .i_p_ffs_plus svg {
 width: 22px !important;
 height: 22px !important;
 margin-right: 0;
 }
}
.modal_frames {
 max-width:750px !important;
}
.i_more_frames_wrapper {
 width: 100%;
 padding: 20px;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
}
.i_more_frames_wrapper .credit_plan_box {
 padding: 0.5rem;
 -webkit-box-flex: 0 !important;
 flex: 0 0 50% !important;
 -webkit-flex: 0 0 50% !important;
 -moz-flex: 0 0 50% !important;
 -ms-flex: 0 0 50% !important;
 -o-flex: 0 0 50% !important;
 position: relative;
}
.plan_box_frame {
 background-color: #ffffff;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 padding: 2rem;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 border:1px solid transparent;
}

.plan_box_frame:hover {
 border:1px solid #f65169;
}

.plan_box_frame:hover .purchaseButton {
 border: 1px solid #f65169;
 background-color: #f65169;
 color: #ffffff;
}
.plan_box_frame:hover .purchaseButton strong span svg {
 fill: #ffffff;
}
.plan_box_frame:hover .purchaseButton .foramount {
 color: #ffffff;
}

.a_image_area_live_gift {
 position: relative;
 padding-top: 40%;
 width: 100%;
 overflow: hidden;
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
}

.a-item-img_live_gift {
 position: absolute;
 display: block;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
}
.user_post_user_avatar_plus {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 48px;
 height: 48px;
 position:relative;
 overflow:visible;
}

.frame_out_container {
 position:absolute;
 inset:-4px;
 z-index:2;
 pointer-events:none;
}

.frame_container {
 position:relative;
 width:100%;
 height:100%;
}

.frame_container img {
 width:100%;
 height:100%;
 display:block;
 -o-object-fit:contain;
 object-fit:contain;
}
.boostIcon {
 z-index:3;
}
.user_post_user_avatar_plus_product {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 display: block;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
 width: 60px;
 height: 60px;
}

.frame_out_container_product {
 position:absolute;
 inset:0;
 z-index:1;
 width:100%;
 height:100%;
 pointer-events:none;
}

.frame_container_product {
 position:relative;
 width:100%;
 height:100%;
}

.frame_container_product img {
 width:100%;
 height:100%;
 display:block;
 -o-object-fit:contain;
 object-fit:contain;
}

.frame_out_container_creator {
 position:absolute;
 inset:0;
 z-index:2;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 pointer-events:none;
}

.frame_container_creator {
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
}

.frame_container_creator img {
 width:100%;
 height:100%;
 display:block;
 -o-object-fit:contain;
 object-fit:contain;
}
.i_post_user_commented_avatar {
 position:relative;
}
.frame_out_container_comment {
 position:absolute;
 inset:-3px;
 z-index:2;
 pointer-events:none;
}

.frame_container_comment {
 position:relative;
 width:100%;
 height:100%;
}

.frame_container_comment img {
 width:100%;
 height:100%;
 display:block;
 -o-object-fit:contain;
 object-fit:contain;
}

.ty_boostPost {
 background-color: #512da8;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_agency_boost {
 background-color: #512da8;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}

.ty_frame {
 background-color: #7b1fa2;
 color: #ffffff;
 padding: 5px 8px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
}
.i_post_body_header {
 position:relative;
}
.sub_finish_time {
 background: #de6565;
 padding-top: 0px;
 padding: 10px 30px;
 border-radius: 30px;
 color: #ffffff;
 font-size: 13px;
 font-weight: 500;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-item-align: center;
 -ms-grid-row-align: center;
 align-self: center;
 font-family: inherit;
 margin-top:15px;
}
.loading-div {
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(255, 255, 255, 0.7);
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 999;
}

.loading-div img {
 width: 50px;
 height: 50px;
}
.frame_badge {
 position: absolute;
 padding: 6.3px;
 border: 3px solid #ffffff;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
 background-color: #43a047;
 right: -18px;
 top: 46px;
 z-index:9;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.frame_badge svg {
 width: 20px;
 height: 20px;
 fill: #ffffff;
}

.inviteemail {
 background-color: transparent;
}

.invite_card {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 14px;
 width: 100%;
 padding: 18px 18px 16px 18px;
 background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f7f9fc));
 background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
 border: 1px solid #e5eaf3;
 border-radius: 18px;
 -webkit-border-radius: 18px;
}

.invite_card_header {
 gap: 12px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.invite_icon {
 width: 44px;
 height: 44px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ffb55a));
 background: linear-gradient(90deg, #f65169 0%, #ffb55a 100%);
 -webkit-box-shadow: 0 8px 18px rgba(246, 81, 105, 0.18);
 box-shadow: 0 8px 18px rgba(246, 81, 105, 0.18);
}

.invite_icon svg {
 width: 17px;
 height: 17px;
 fill: #ffffff;
}

.invite_title_text {
 font-size: 17px;
 font-weight: 700;
 color: #111827;
 font-family: inherit;
 letter-spacing: 0.01em;
}

.invite_sub_text {
 font-size: 13px;
 color: #040720;
 font-weight: 500;
}

.invite_meta_chip {
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 padding: 9px 14px;
 background-color: #eef3ff;
 color: #0f172a;
 border: 1px solid #dfe7fb;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 font-weight: 600;
 font-size: 13px;
}

.invite_meta_chip svg {
 width: 16px;
 height: 16px;
 fill: currentColor;
}

.invite_meta_chip span {
 font-size: 14px;
 font-weight: 800;
}

.invite_title_text.center,
.invite_sub_text.center,
.invite_meta_chip.center {
 text-align: center;
 width: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.invite_card_form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 gap: 10px;
 width: 100%;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.invite_input_wrap {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 280px;
 flex: 1 1 280px;
}

.invite_card_form .send_invitation_btn {
 width: auto;
 min-width: 140px;
 padding: 12px 18px;
}

.invite_card .already_in_use {
 margin: 0;
 text-align: center;
}

.inviteemail_input {
 border: 1px solid #e5e7eb;
 background-color: #ffffff;
}

.inviteemail_input:focus {
 border-color: #f65169;
 -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
 box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
}

.invite_visual {
 width: 100%;
 text-align: center;
 padding: 4px 0 6px 0;
}

.invite_visual img {
 width: 100%;
 max-width: 130px;
 height: auto;
 display: inline-block;
 border-radius: 18px;
 -webkit-border-radius: 18px;
}

.send_invitation_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 background-color: #1e88e5;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 25px;
 -webkit-border-radius: 25px;
 padding: 8px 15px 9px 15px;
 text-transform: capitalize;
 cursor: pointer;
}

.send_invitation_btn:hover {
 background-color: #1170c4;
}

.inviteemail_input {
 width:100%;
 padding: 15px 25px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 outline: none;
 border: 2px solid transparent;
 background-color: #ffffff;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
}

.inviteemail_input {
 border: 1px solid #e5e7eb;
 background-color: #ffffff;
}

.inviteemail_input:focus {
 border-color: #f65169;
 -webkit-box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
 box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.12);
}

.inviteemail_input::active {
 border:2px solid #ffccbc;
}

.invite_not {
 font-weight: 400;
 font-size: 13px;
 color: #858fad;
 font-family: inherit;
 padding:10px;
}

.inv_btn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 width: 100%;
 background-color: #1e88e5;
 color: #ffffff;
 font-weight: 500;
 font-size: 14px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 padding: 12px 15px 12px 15px;
 text-transform: capitalize;
 cursor: pointer;
}

.inv_btn:hover {
 background-color: #1170c4;
}

.inv_btn svg {
 width: 17px;
 height: 17px;
 fill: #ffffff;
 margin-right: 5px;
}

.live_now {
 padding: 3px 10px;
 color:#ffffff;
 background-color: #f65169;
 display: -webkit-inline-box;
 border-radius: 5px;
 font-weight: 400;
 font-size: 12px;
 animation: my_pulse 2s infinite;
}

@keyframes my_pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(168, 63, 57, 0.4);
 box-shadow: 0 0 0 0 rgba(168, 63, 57, 0.4);
 }
 5% {
 -webkit-transform: scale(1.01);
 transform: scale(1.01);
 }
 15% {
 -webkit-transform: scale(1);
 transform: scale(1);
 }
 70% {
 -webkit-box-shadow: 0 0 0 50px rgba(168, 63, 57, 0);
 box-shadow: 0 0 0 50px rgba(168, 63, 57, 0);
 }
 100% {
 -webkit-box-shadow: 0 0 0 100px rgba(168, 63, 57, 0);
 box-shadow: 0 0 0 100px rgba(168, 63, 57, 0);
 }
}

.already_in_use {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 background-color: #f65169;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 margin-bottom: 10px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #ffffff;
 font-weight: 400;
 font-size: 15px;
 font-family: inherit;
 padding: 15px;
 display: none;
 text-align: center;
}

.already_in_use svg {
 fill: #ffffff;
 width:20px;
 height:20px;
 margin-right:10px;
}

.total_online_user {
 width: 100%;
 padding: 15px 0px 0px 0px;
}

.total_online_users_wrapper {
 width:100%;
 padding:17px;
 font-weight:500;
 font-size:14px;
 color:#ffffff;
 font-family: inherit;
 background-color:#ff8a65;
 border-radius:10px;
 -webkit-border-radius:10px;
 -o-border-radius:10px;
}

.total_online_users_wrapper svg {
 fill:#ffffff;
 width:20px;
 height:20px;
 margin-right:5px;
}

.total_online_users_wrapper span {
 padding: 0px 5px;
 font-size: 16px;
}

.i_postLiveStreaming {
 width:100%;
 font-family: inherit;
 margin-bottom:10px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 display:-webkit-flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 gap:8px;
 border-radius:12px;
 -webkit-border-radius:12px;
}

.i_live_ {
 width:100%;
 padding:10px 14px;
 border-radius:10px;
 -webkit-border-radius:10px;
 -o-border-radius:10px;
 font-weight:600;
 font-size:13px;
 color:#1f2430;
 background-color: #ffffff;
 cursor:pointer;
 border:1px solid #e5e9f1;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 display:-webkit-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 gap:10px;
 -webkit-box-flex:1;
 -ms-flex:1 1 48%;
 flex:1 1 48%;
}

.i_live_:nth-child(2){
 margin-left:0px;
}

.i_live_:hover {
 background-color: #f0f3fb;
 border-color:#dbe2f0;
 color:#f65169;
}

.i_live_ svg {
 fill:#f65169;
 width:18px;
 height:18px;
}

@media screen and (max-width: 640px) {
 .i_live_ {
 -webkit-box-flex:1;
 -ms-flex:1 1 100%;
 flex:1 1 100%;
 }
}
.i_activity_info_container {
 width:100%;
 padding-left: 10px;
 font-size:15px;
 font-weight:400;
 font-family: inherit;
 color:#000000;
}

.i_activity_info_container a {
 color:#c64d53;
 font-weight:600;
}

a.a_o_user {
 color:#212121;
 margin-left:5px;
}
a.a_o_user_flw {
 color:#0288d1;
 margin-left:5px;
}

.activityWrapper {
 max-height:300px;
 overflow-y:scroll;
}
.activityWrapper::-webkit-scrollbar {
 width: 4px !important;
 height: 4px !important;
}
.activityWrapper::-webkit-scrollbar-thumb {
 background-color: #f65169 !important;
}

.activity_card_link {
 display: block;
 text-decoration: none;
 color: inherit;
}

.activity_card {
 position: relative;
 border: 1px solid #e8ecf5;
 background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f7f9fc));
 background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
 gap: 12px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 overflow: hidden;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
 min-height: 88px;
}

.activity_card::before {
 content: "";
 position: absolute;
 left: 12px;
 top: 14px;
 bottom: 14px;
 width: 4px;
 border-radius: 999px;
 background: -webkit-gradient(linear, left top, left bottom, from(#f65169), to(#ffb55a));
 background: linear-gradient(180deg, #f65169 0%, #ffb55a 100%);
 opacity: 0.75;
}

.activity_card[data-activity="newPost"]::before {
 background: -webkit-gradient(linear, left top, left bottom, from(#7c8ce0), to(#cdd9ff));
 background: linear-gradient(180deg, #7c8ce0 0%, #cdd9ff 100%);
}

.activity_card[data-activity="postLike"]::before {
 background: -webkit-gradient(linear, left top, left bottom, from(#f65169), to(#ff8ea5));
 background: linear-gradient(180deg, #f65169 0%, #ff8ea5 100%);
}

.activity_card[data-activity="userFollow"]::before {
 background: -webkit-gradient(linear, left top, left bottom, from(#2bbf6c), to(#7ae0a4));
 background: linear-gradient(180deg, #2bbf6c 0%, #7ae0a4 100%);
}

.activity_card:hover {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
 box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
 border-color: #dce2f0;
}

.activity_card_body {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 12px;
 width: 100%;
}

.i_message_wrpper a .activity_card_body {
 padding-left: 12px;
}

.activity_avatar_ring {
 width: 56px;
 height: 56px;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
 z-index: 1;
 padding: 2px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ffb55a));
 background: linear-gradient(90deg, #f65169 0%, #ffb55a 100%);
 box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 align-self: center;
 -webkit-box-flex: 0;
 -ms-flex: 0 0 56px;
 flex: 0 0 56px;
}

.activity_card[data-activity="newPost"] .activity_avatar_ring {
 background: -webkit-gradient(linear, left top, right top, from(#7c8ce0), to(#cdd9ff));
 background: linear-gradient(90deg, #7c8ce0 0%, #cdd9ff 100%);
}

.activity_card[data-activity="postLike"] .activity_avatar_ring {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ff8ea5));
 background: linear-gradient(90deg, #f65169 0%, #ff8ea5 100%);
}

.activity_card[data-activity="userFollow"] .activity_avatar_ring {
 background: -webkit-gradient(linear, left top, right top, from(#2bbf6c), to(#7ae0a4));
 background: linear-gradient(90deg, #2bbf6c 0%, #7ae0a4 100%);
}

.activity_avatar_ring .i_message_avatar {
 width: 100%;
 height: 100%;
 border: 2px solid #ffffff;
 background-color: #ffffff;
 -webkit-box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
 box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
}

.activity_avatar_ring .i_message_avatar img {
 -o-object-fit: cover;
 object-fit: cover;
}

.activity_text_block {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkif-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 6px;
 min-width: 0;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
}

.activity_type_chip {
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 0.04em;
 text-transform: uppercase;
 color: #111827;
 padding: 6px 10px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 background-color: #f0f2f7;
}

.activity_type_chip:before {
 content: "";
 width: 8px;
 height: 8px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ffb55a));
 background: linear-gradient(90deg, #f65169 0%, #ffb55a 100%);
}

.activity_card[data-activity="newPost"] .activity_type_chip:before {
 background: -webkit-gradient(linear, left top, right top, from(#7c8ce0), to(#cdd9ff));
 background: linear-gradient(90deg, #7c8ce0 0%, #cdd9ff 100%);
}

.activity_card[data-activity="postLike"] .activity_type_chip:before {
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#ff8ea5));
 background: linear-gradient(90deg, #f65169 0%, #ff8ea5 100%);
}

.activity_card[data-activity="userFollow"] .activity_type_chip:before {
 background: -webkit-gradient(linear, left top, right top, from(#2bbf6c), to(#7ae0a4));
 background: linear-gradient(90deg, #2bbf6c 0%, #7ae0a4 100%);
}

.activity_text {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 min-width: 0;
 font-size: 14px;
 font-weight: 600;
 color: #111827;
 line-height: 1.5;
 position: relative;
 z-index: 1;
}

.activity_text a {
 color: #f65169;
}

.activity_meta_chevron {
 margin-left: 12px;
 font-size: 18px;
 color: #9aa2b5;
 font-weight: 700;
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 align-self: center;
}

.stories_scroller::-webkit-scrollbar-track {
 background: rgba(236, 240, 245, 0.8);
 border-radius: 999px;
}
.i_post_footer_boost {
 position:relative;
 min-height: 40px;
 max-height: 40px;
 overflow: hidden;
 -webkit-transition: max-height 0.25s ease;
 transition: max-height 0.25s ease;
 background: transparent;
 border: none;
 box-shadow: none;
 padding: 10px;
}

.show_hide_statistic {
 position: absolute;
 right: 25px;
 top: 6px;
 z-index: 1;
}
.stat_icona {
 position:relative;
 cursor:pointer;
 display:none;
 padding:5px;
}
.stat_icon {
 position:relative;
 cursor:pointer;
 padding:5px;
}
.stat_icon svg ,.stat_icona svg {
 width:20px;
 height:20px;
}

.changeHeight{
 max-height: 999px !important;
 }

/* Hide boost items when collapsed; show on expand */
.i_post_footer_boost .i_post_footer_boost_item{
 display:none;
}
.i_post_footer_boost.changeHeight .i_post_footer_boost_item{
 display:block;
}

.boost_charts_wrapper{
 width:100%;
 display:none;
 padding:20px;
 margin-top:10px;
 border-radius: 16px;
}
.i_post_footer_boost.changeHeight .boost_charts_wrapper{
 display:block;
}
.boost_chart_box{
 width:100%;
 min-height:180px;
 position:relative;
}
.boost_chart_box canvas{
 width:100% !important;
 height:180px !important;
}


.announcement_container {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 font-family: inherit;
 padding: 15px;
 border-radius: 8px;
 margin-bottom: 25px;
 color: #000000;
 background-color:#ffffff;
}

@-webkit-keyframes AnimationName {
 0% {
 background-position: 0% 87%;
 }
 50% {
 background-position: 100% 14%;
 }
 100% {
 background-position: 0% 87%;
 }
}
@keyframes AnimationName {
 0% {
 background-position: 0% 87%;
 }
 50% {
 background-position: 100% 14%;
 }
 100% {
 background-position: 0% 87%;
 }
}
.announcement_title {
 position: relative;
 width: 100%;
 padding: 10px;
 margin-bottom: 10px;
 font-weight: 700;
 text-transform: uppercase;
}

.announcement_title svg {
 fill: #000000;
 width: 25px;
 height: 25px;
 margin-right: 10px;
}

.announcement_not {
 position: relative;
 width: 100%;
 padding: 0px;
 margin: 0px;
 word-wrap: break-word;
 word-wrap: normal;
 margin-bottom: 20px;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 line-height: 1.2rem;
 padding-left: 10px;
}

.announcement_not img {
 margin: 0px;
 padding: 0px;
 display: inline-block;
}

.git {
 width: 100%;
 position: relative;
 display: inline-block;
}

.got_it {
 padding: 10px 12px;
 font-weight: 600;
 font-size: 13px;
 color: #000000;
 font-family: inherit;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 -ms-border-radius: 30px;
 float: right;
 margin-left: auto;
 background-color: #d8dbdf;
 cursor: pointer;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}

.got_it:hover {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
 z-index: 1;
}

.i_credits_wallet {
 position:relative;
 width:100%;
 padding:10px;
}

.i_p_categoryp {
 float:left;
 width:fit-content;
 background: #d3e2f8;
 border-radius: 5px;
 color: #0e2c58;
 padding:2px 4px;
 font-size:12px;
 margin-right:3px;
 font-family: inherit;
}

a.i_p_categoryp:hover {
 text-decoration:none;
 background-color:#c1d4f0;
}

.i_p_categoryp svg {
 fill:#0e2c58;
 width:10px;
 height:10px;
 margin-right:4px;
}

.userIsOffline::before {
 background: #7a0a1b !important;
}

.userIsOnline::before {
 background: #0097a7 !important;
}

.i_opennewtab {
 text-decoration:none;
}

.i_yesScrollable {
 position:fixed;
 bottom:10px;
 right:40px;
 z-index:999;
 background-color:#ffffff;
 border-radius:30px;
 padding:3px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 display:none;
}


.mouse_scroll {
 display: block;
 margin: 0 auto;
 width: 24px;
}


.m_scroll_arrows
{
 display: block;
 width: 5px;
 height: 5px;
 -ms-transform: rotate(45deg); /* IE 9 */
 -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
 transform: rotate(45deg);

 border-right: 2px solid #f65169;
 border-bottom: 2px solid #f65169;
 margin: 0 0 7px 8px;
 width: 8px;
 height: 8px;
}


.unu
{
 margin-top: 1px;
}

.unu, .doi, .trei
{
 -webkit-animation: mouse-scroll 1s infinite;
 -moz-animation: mouse-scroll 1s infinite;
 animation: mouse-scroll 1s infinite;

}

.unu
{
 -webkit-animation-delay: .1s;
 -moz-animation-delay: .1s;
 -webkit-animation-direction: alternate;

 animation-direction: alternate;
 animation-delay: alternate;
}

.doi
{
 -webkit-animation-delay: .2s;
 -moz-animation-delay: .2s;
 -webkit-animation-direction: alternate;

 animation-delay: .2s;
 animation-direction: alternate;

 margin-top: -6px;
}

.trei
{
 -webkit-animation-delay: .3s;
 -moz-animation-delay: .3s;
 -webkit-animation-direction: alternate;

 animation-delay: .3s;
 animation-direction: alternate;


 margin-top: -6px;
}

.mouse {
 height: 42px;
 width: 24px;
 border-radius: 14px;
 transform: none;
 border: 2px solid #f65169;
 background-color: #f65169;
 top: 170px;
}

.wheel {
 height: 5px;
 width: 2px;
 display: block;
 margin: 5px auto;
 background: #ffffff;
 position: relative;

 height: 4px;
 width: 4px;
 border: 2px solid #ffffff;
 -webkit-border-radius: 8px;
 border-radius: 8px;
}

.wheel {
 -webkit-animation: mouse-wheel 0.6s linear infinite;
 -moz-animation: mouse-wheel 0.6s linear infinite;
 animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 }

 100% {
 opacity: 0;
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
 }
}
@-moz-keyframes mouse-wheel {
 0% { top: 1px; }
 25% { top: 2px; }
 50% { top: 3px;}
 75% { top: 2px;}
 100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

 0% { top: 1px; }
 25% { top: 2px; }
 50% { top: 3px;}
 75% { top: 2px;}
 100% { top: 1px;}
}
@keyframes mouse-wheel {

 0% { top: 1px; }
 25% { top: 2px; }
 50% { top: 3px;}
 75% { top: 2px;}
 100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

 0% { opacity: 0;}
 50% { opacity: .5;}
 100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

 0% { opacity: 0; }
 50% { opacity: .5; }
 100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

 0% { opacity: 0; }
 50% { opacity: .5; }
 100% { opacity: 1; }
}
@keyframes mouse-scroll {

 0% { opacity: 0; }
 50% { opacity: .5; }
 100% { opacity: 1; }
}

.in_tips {
 font-weight:400;
 font-size:13px;
 font-family: inherit;
}

.in_tips svg {
 margin-right:5px;
}

.premiumIcon {
 position: absolute;
 padding: 5px 15px;
 background-color: #f65169;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 -ms-border-radius: 30px;
 z-index: 1;
 top: -17px;
 right: 8px;
 font-size:13px;
 color:#ffffff;
 font-family: inherit;
 border:1px solid #F0F2F5;
}

.premiumIcon svg {
 fill: #ffffff;
 width: 15px;
 height: 15px;
 margin-right:5px;
}

.i_day_wishcontainer {
 width:100%;
 position:relative;
}
.i_day_wish_wrapper {
 display: -webkit--webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 font-family: inherit;
 padding: 25px 15px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #ffffff;
 margin-bottom: 25px;
 border-left: 2.5px solid;
}

.i_day_wish_title {
 display: inline-block;
 width: 100%;
 font-weight: 600;
 font-size: 18px;
 color: #000000;
}

.i_day_wish_title img {
 width: 50px;
 height: 50px;
 object-fit: cover;
 position: absolute;
 right: 14px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 pointer-events: none;
 user-select: none;
 border-radius: 10px;
 -webkit-border-radius: 10px;
}

.i_day_wish_desc {
 width: 100%;
 font-weight: 400;
 font-size: 14px;
 color: #858fad;
 font-family: inherit;
 margin-top:10px;
}
.premium_amount_he {
 float: left;
 width: fit-content;
 background: #d3e2f8;
 border-radius: 5px;
 color: #f65169;
 padding: 3px 5px;
 font-size: 11px;
 margin-right: 5px;
 font-family: inherit;
}

.premium_amount_he svg {
 fill: #f65169;
 width: 10px;
 height: 10px;
 margin-right: 4px;
}
.like_heart {
 position:absolute;
 width:100%;
 height:100%;
 left:0px;
 top:0px;
 bottom:0px;
 right:0px;
 z-index:5;
}
.like_heart svg{
 width:140px;
 height:140px;
 animation: heartbeat 0.8s infinite;
 -webkit-animation: heartbeat 0.8s infinite; /* Safari ve Chrome için */
 -moz-animation: heartbeat 0.8s infinite; /* Firefox için */
 -o-animation: heartbeat 0.8s infinite; /* Opera için */
 -ms-animation: heartbeat 0.8s infinite; /* Microsoft Edge için */
}

@keyframes heartbeat {
 0% {
 transform: scale(1);
 }
 50% {
 transform: scale(1.3);
 }
 100% {
 transform: scale(1);
 }
}

@-webkit-keyframes heartbeat {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 }
 50% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
 }
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}

@-moz-keyframes heartbeat {
 0% {
 -moz-transform: scale(1);
 transform: scale(1);
 }
 50% {
 -moz-transform: scale(1.3);
 transform: scale(1.3);
 }
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
 }
}

@-o-keyframes heartbeat {
 0% {
 -o-transform: scale(1);
 transform: scale(1);
 }
 50% {
 -o-transform: scale(1.3);
 transform: scale(1.3);
 }
 100% {
 -o-transform: scale(1);
 transform: scale(1);
 }
}

@-ms-keyframes heartbeat {
 0% {
 -ms-transform: scale(1);
 transform: scale(1);
 }
 50% {
 -ms-transform: scale(1.3);
 transform: scale(1.3);
 }
 100% {
 -ms-transform: scale(1);
 transform: scale(1);
 }
}

.mypType {
 position:absolute;
 top:10px;
 left:10px;
 z-index:1;
}

/*Version 5.0 FINISHED*/
/*Version 5.1 STARTED*/
.i_ai_generate {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: #F0F2F5;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 11.5px;
 cursor: pointer;
 margin-left: 5px;
}
.i_pb_aiBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.i_ai_emojis_Box {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.i_ai_emojis_Box svg {
 width: 18px;
 height: 18px;
 fill: #f65169;
}

.i_editai_textarea_box {
 padding: 20px 20px;
 padding-bottom:0px;
}

.ai_more_textarea {
 outline: none;
 resize: none;
 border: 2px solid #F0F2F5;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 background-color: transparent;
 min-height: 18px;
 font-family: inherit;
 color: #000000;
 padding: 15px;
 width: 100%;
 font-size: 15px;
 min-height: 100px;
}
.ai_form_row {
 margin-bottom: 12px;
}
.ai_form_grid {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 14px 18px;
 padding: 0;
}
.ai_form_row_full {
 grid-column: 1 / -1;
}
.ai_form_label {
 display: block;
 font-size: 13px;
 color: #555555;
 margin-bottom: 4px;
}
.ai_variants {
 margin: 10px 20px 0;
}
.ai_variants_title {
 font-size: 13px;
 color: #555555;
 margin-bottom: 8px;
}
.ai_variant_item {
 border: 1px solid #F0F2F5;
 border-radius: 8px;
 padding: 12px;
 margin-bottom: 10px;
 background: #ffffff;
}
.ai_variant_title {
 font-size: 12px;
 font-weight: 600;
 color: #888888;
 margin-bottom: 6px;
}
.ai_variant_text {
 font-size: 14px;
 color: #111111;
 white-space: pre-wrap;
}
.ai_variant_use {
 margin-top: 8px;
 display: inline-block;
 background: #111111;
 color: #ffffff;
 border: 0;
 border-radius: 6px;
 padding: 6px 10px;
 font-size: 12px;
 cursor: pointer;
}
.ai_variant_use:hover {
 opacity: 0.9;
}
.i_warning_ai_error {
 margin: 0 20px 10px;
}
.ai_generator_modal .i_modal_in_in {
 max-width: 720px;
 width: 94%;
}
.ai_generator_modal .i_modal_content {
 border-radius: 12px;
 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
 overflow: hidden;
 background: #ffffff;
}
.ai_generator_modal .i_modal_g_header {
 background: #F0F2F5;
 color: #2c3340;
 font-size: 18px;
 font-weight: 600;
 padding: 18px 22px;
 border-bottom: 1px solid #e5e7eb;
}
.ai_generator_modal .i_more_text_wrapper {
 padding: 0;
}
.ai_generator_modal .i_editai_textarea_box {
 padding: 10px;
}
.ai_generator_modal .i_input,
.ai_generator_modal select.i_input,
.ai_generator_modal .ai_more_textarea {
 width: 100%;
 min-height: 40px;
}
.ai_generator_modal select.i_input {
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 background-color: #f8fafc;
 border: 1.5px solid #cfd6e4;
 border-radius: 10px;
 padding: 11px 40px 11px 14px;
 min-height: 48px;
 font-size: 15px;
 font-weight: 500;
 color: #1f2937;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%23303a4a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 12px center;
 background-size: 16px;
}
.ai_generator_modal .ai_form_row {
 margin-bottom: 0;
}
.ai_generator_modal .ai_more_textarea {
 min-height: 120px;
}
.ai_generator_modal .ai_variants {
 margin: 10px 20px 0;
 padding-top: 8px;
 border-top: 1px dashed #e5e7eb;
}
.ai_generator_modal .ai_variant_item {
 background: #ffffff;
}
@media (max-width: 768px) {
 .ai_form_grid {
 grid-template-columns: 1fr;
 }
 .ai_generator_modal .i_modal_in_in {
 width: 96%;
 }
}
.filtvid {
 width:100%;
 height:100%;
 }
 .player .col {
 width:100%;
 height:100%;
 position:relative;
 }
 .player .col div{
 width:100%;
 height:100%;
 position:relative;
 }
 .player-name {
 display:none;
 }
 .cola {
 display:none !important;
 }
.plan_price_in {
 position:relative; display:initial;
}
.purchaseButton_wrap {
 display:inline-flex;
}
.bCreatorBg {
 padding-bottom:50px;
}
.extra_style {
 margin-bottom:20px; width:100%;padding-right:20px;
}
.i_settings_item_title_extra_with {
 width:100%;
}
.i_settings_item_title_for_style {
 width:100%;padding-left:0px;padding-top:8px;
}
.min_with {
 min-width: 100% !important;
}
.i_login_box_wellcome_icon {
 width:74px;height:74px;padding:14px 13px;
}
.new_verify {
 position:relative;width:100%;padding:10px 8px;max-width:230px;margin:0px auto;margin-top:15px;
}

.verif p {
 font-size: 13px;
}

.tab_max_width {
 max-width:150px;
}

.i_inline_table {
 display:inline-table;
}

.i_inline_flex {
 display:inline-flex;
}

.i_display_content {
 display:content;
}

.padding_bottom_zero {
 padding-bottom:0px !important;
}

.padding_zero {
 padding:0px !important;
}

.padding_left_ten {
 padding-left:10px;
}

.not_purchased_frame_style {
 opacity: 0.2; pointer-events: none;cursor: default;user-select: none; touch-action: none; -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent;
}
.tab_detail_item_maxwidth {
 max-width:50px;
}

.table_text_align_left {
 text-align:left;
}

.delprod {
 margin-bottom:3px;
}

.i_payout_ {
 max-width:500px;
 width:100%;
}

.nonePoint {
 display:none;
}
.invalid_username {
 color:#d81b60;
}
.table_span {
 font-size:12px;padding-left:5px;font-style:italic;
}

.optional_width {
 width:100%;
}

.option_form_pls {
 width:100%;
 display:contents;
}

.i_pr_height {
 height:100%;
}
.search_cont_style {
 min-width:360px; display:none; max-height:360px !important;
 }

/* Search dropdown: prevent overflow on long results */
.i_general_box_search_container.search_cont_style {
 overflow: hidden;
 max-height: min(70vh, 520px) !important;
 height: min(70vh, 520px) !important;
}

.i_general_box_search_container.search_cont_style .i_user_details {
 display: flex;
 flex-direction: column;
 min-height: 0;
 height: 100%;
}

.i_general_box_search_container.search_cont_style .sb_items {
 flex: 1 1 auto;
 min-height: 0;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
.giftColorStyle {
 color: #f65169;
}

.blackColor {
 color: #000000;
}
.backgroundBlack {
 background-color: #000000;
}

.product_wrapper_styl {
 height: 250px;text-align: center;font-weight: 600;
}

.inline_block {
 display:inline-block;
}

.pay_zindex {
 z-index:5;
}

.h_product_title_pop {
 text-align:center;
 padding-top:15px;
 font-size:18px;
}

.crnt_points_pop {
 text-align:center;font-size: 43px;padding-top: 15px;
}

.i_block_i_item ul {
 margin:0px;
}
.i_block_i_item ul li {
 margin:0px;
 list-style-type:none;
}

.com_min_height {
 min-height:365px;
}

.onlyPremium {
 top:0px;
}

.plus_opacity {
 opacity:1;
}


.product_margin_left {
 margin-left:10px;
}
.i_loading_margin-left {
 margin-left:10px;
}
.form_btn {
 margin-left:5px;
}

.box_not_padding_left {
 padding-left:15px;
}

.white_board_padding_left {
 padding-left:50px;
}

.box_not_padding_top {
 padding-top:5px;
}
.i_centered {
 justify-content: center; align-items:center;
}

.login_form_padding_box {
 padding-left:25px;
 padding-bottom:10px;
}

.s_p_product_wrapper_pl {
 height: 250px;text-align: center;font-weight: 600;
}

.product_page_loading {
 margin-bottom:20px;
}

.dcontent {
 display:contents;
}

.typing_textarea_story {
 margin-top:15px;
}
loader {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #f0f0f0;
 background-image: linear-gradient(90deg, #f0f0f0 0px, #e0e0e0 40px, #f0f0f0 80px);
 background-repeat: no-repeat;
 background-size: 200% 100%;
 animation: shimmer 1.5s linear infinite;
}

@-webkit-keyframes shimmer {
 0% { background-position: -200% 0; }
 100% { background-position: 200% 0; }
}

@keyframes shimmer {
 0% { background-position: -200% 0; }
 100% { background-position: 200% 0; }
}
.chart_wrapper {
 position: relative;
 width: 100%;
 max-width: 100%;
 height: auto;
 aspect-ratio: 16 / 9; /* Optional but helps maintain shape */
}

#myChart {
 width: 100% !important;
 height: auto !important;
 display: block;
}
.bCreator_padding {
 padding-bottom:50px;
}
.white_board_padding {
 padding-top:30px;
}
.chat_absolute_bottom {
 position:absolute;
 bottom:0px;
}

.white_board_style {
 max-width:700px !important;
 margin:0px auto !important;
}

.image-skeleton {
 background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
 background-size: 200% 100%;
 animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
 0% { background-position: -200% 0; }
 100% { background-position: 200% 0; }
}
.i_post_image_swip_wrappera , .green-audio-player {
 width:100% !important;
}
.notSupportedBox {
 text-align:center;
 padding:40px;
}

.i_post_text_arrow {
 margin-bottom:15px;
}

.box_fixed_padding {
 padding:15px;
}
.box_width_max {
 max-width:200px
}

.i_box_bottom_zero {
 margin-bottom:0px;
}

.text_uppercase {
 text-transform:uppercase;
}

.success_tick_style {
 position: absolute; left: 5px; top: 12px;
}

.story_margin_right_zero {
 margin-right: 0px;
}

.editAds_file {
 display:none !important;
 opacity:0 !important;
}

.fixed_zindex {
 z-index:5 !important;
}

.contact_sended {
 text-align:center;width:100%;padding:20px;font-weight:700;font-size:23px;color:#d81b60; display:none;
}

.contact_disabled {
 text-align:center;width:100%;padding:20px;font-weight:700;font-size:23px;color:#d81b60; display:none;
}

.con_warning {
 text-align:center;width:100%;padding:20px;font-weight:600;font-size:16px;color:#8e24aa; display:none;
}

.con_warning_rec {
 text-align:center;width:100%;padding:20px;font-weight:600;font-size:16px;color:#8e24aa; display:none;
}
.text_align_left {
 text-align:left;
}

.description_style {
 background-color:#ffffff; width:100%;
}

.no_gif_found {
 padding:100px 0px;width:100%;
}

.inviteEmailMargin {
 margin-bottom:10px;
}

.i_payout_style {
 max-width:500px; width:100%;
}

.suggested_flex_flow {
 flex-flow: wrap;
}

.suggested-creators-grid {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(90px, 1fr))[auto-fit];
 grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
 gap: 18px 14px;
 width: 100%;
 padding: 8px 4px 2px;
 justify-items: center;
}

.suggested-creator-card {
 width: 100%;
 max-width: 150px;
}

.suggested-creator-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
 text-decoration: none;
 color: inherit;
}

.suggested-avatar-wrapper {
 position: relative;
 width: 92px;
 height: 92px;
 padding: 4px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: #f7f7fb;
 -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: transform 0.2s ease, box-shadow 0.2s ease;
 transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.suggested-creator-link:hover .suggested-avatar-wrapper {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
 box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.suggested-avatar {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 overflow: hidden;
 background: #e9ecf3;
 border: 2px solid #ffffff;
}

.suggested-avatar img {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 display: block;
}

.suggested-verified-badge {
 position: absolute;
 right: -2px;
 bottom: -2px;
 width: 28px;
 height: 28px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border: 2px solid #ffffff;
}

.suggested-verified-badge svg {
 width: 18px;
 height: 18px;
 fill: #1e88e5;
}

.suggested-name {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 gap: 6px;
 font-weight: 700;
 font-size: 15px;
 color: #0f172a;
 max-width: 100%;
}

.suggested-name-text {
 max-width: 100%;
 display: inline-block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.suggested-name .i_plus_g,
.suggested-name .i_plus_gf {
 margin: 0;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
}

.suggested-name .i_plus_g svg,
.suggested-name .i_plus_gf svg {
 width: 16px;
 height: 16px;
}

.boosted-creators-grid {
 display: -ms-grid;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
 gap: 22px 16px;
 width: 100%;
 padding: 6px 2px 12px;
 justify-items: center;
}

.boosted-creators-viewport {
 width: 100%;
 overflow: hidden;
}

.boosted-creators-grid.boosted-creators-rotator {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-column-gap: 16px;
 -moz-column-gap: 16px;
 column-gap: 16px;
 row-gap: 0;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
}

.boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
}

.boosted-creators-grid.boosted-creators-rotator.boosted-rotating .boosted-creator-card {
 -webkit-transition: -webkit-transform 0.45s ease;
 transition: -webkit-transform 0.45s ease;
 transition: transform 0.45s ease;
 transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

.boosted-creator-card {
 width: 100%;
 max-width: 170px;
 text-align: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-transition: none;
 transition: none;
 position: relative;
}

.boosted-creator-clone {
 pointer-events: none;
}

.boosted-creator-link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 text-decoration: none;
 color: inherit;
}

.boosted-avatar-wrapper {
 position: relative;
 width: 96px;
 height: 96px;
 padding: 4px;
 border-radius: 50%;
 background: #f7f7fb;
 -webkit-box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
 box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: transform 0.2s ease, box-shadow 0.2s ease;
 transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.boosted-creators-grid > .boosted-creator-card:first-child:nth-last-child(3) .boosted-avatar-wrapper,
.boosted-creators-grid > .boosted-creator-card:last-child:nth-child(3) .boosted-avatar-wrapper {
 width: 86px;
 height: 86px;
}

.boosted-creators-grid > .boosted-creator-card:nth-child(2):nth-last-child(2) .boosted-avatar-wrapper {
 width: 120px;
 height: 120px;
}

.boosted-creators-grid .boosted-creator-card.boosted-slot-left .boosted-avatar-wrapper,
.boosted-creators-grid .boosted-creator-card.boosted-slot-right .boosted-avatar-wrapper {
 width: 86px;
 height: 86px;
}

.boosted-creators-grid .boosted-creator-card.boosted-slot-center .boosted-avatar-wrapper {
 width: 120px;
 height: 120px;
}

.boosted-creators-grid .boosted-creator-card.boosted-slot-center {
 z-index: 3;
}

.boosted-creators-grid .boosted-creator-card.boosted-slot-left,
.boosted-creators-grid .boosted-creator-card.boosted-slot-right {
 z-index: 2;
}

.boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(1) .boosted-avatar-wrapper,
.boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(3) .boosted-avatar-wrapper {
 width: 86px !important;
 height: 86px !important;
}

.boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(2) .boosted-avatar-wrapper {
 width: 120px !important;
 height: 120px !important;
}

.boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(2) {
 z-index: 3;
}

.boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(1),
.boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(3) {
 z-index: 2;
}

.boosted-creator-link:hover .boosted-avatar-wrapper {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
 box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
}

.boosted-avatar {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 overflow: hidden;
 background: #e9ecf3;
 border: 2px solid #ffffff;
}

.boosted-avatar img {
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
 display: block;
 border-radius: 50%;
}

.boosted-verified-badge {
 position: absolute;
 right: 4px;
 bottom: -2px;
 width: 26px;
 height: 26px;
 border-radius: 50%;
 background: #ffffff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border: 2px solid #ffffff;
}

.boosted-verified-badge svg {
 width: 16px;
 height: 16px;
 fill: #1e88e5;
}

.boosted-name {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 gap: 6px;
 font-weight: 700;
 font-size: 15px;
 color: #0f172a;
 max-width: 100%;
}

.boosted-name-text {
 max-width: 100%;
 display: inline-block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.boosted-name .i_plus_g,
.boosted-name .i_plus_gf {
 margin: 0;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
}

.boosted-name .i_plus_g svg,
.boosted-name .i_plus_gf svg {
 width: 16px;
 height: 16px;
}

.boosted-username {
 font-size: 12px;
 color: #94a3b8;
 margin-top: -2px;
}

.boosted-stat {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 gap: 6px;
 font-weight: 700;
 color: #0f172a;
}

.boosted-stat-icon svg {
 width: 16px;
 height: 16px;
 fill: #64748b;
}

@media screen and (max-width: 540px) {
 .suggested-creators-grid {
 -ms-grid-columns: (minmax(80px, 1fr))[auto-fit];
 grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
 gap: 14px 10px;
 }
 .suggested-avatar-wrapper {
 width: 78px;
 height: 78px;
 }
 .suggested-name {
 font-size: 14px;
 }
 .boosted-creators-grid {
 grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
 gap: 18px 12px;
 }
 .boosted-creators-grid.boosted-creators-rotator {
 -webkit-column-gap: 12px;
 -moz-column-gap: 12px;
 column-gap: 12px;
 }
 .boosted-avatar-wrapper {
 width: 82px;
 height: 82px;
 }
 .boosted-creators-grid .boosted-creator-card.boosted-slot-left .boosted-avatar-wrapper,
 .boosted-creators-grid .boosted-creator-card.boosted-slot-right .boosted-avatar-wrapper {
 width: 74px;
 height: 74px;
 }
 .boosted-creators-grid .boosted-creator-card.boosted-slot-center .boosted-avatar-wrapper {
 width: 100px;
 height: 100px;
 }
 .boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(1) .boosted-avatar-wrapper,
 .boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(3) .boosted-avatar-wrapper {
 width: 74px !important;
 height: 74px !important;
 }
 .boosted-creators-grid.boosted-creators-rotator > .boosted-creator-card:nth-child(2) .boosted-avatar-wrapper {
 width: 100px !important;
 height: 100px !important;
 }
}

.style_display_block {
 display:block;
}

.live_t_color {
 color: #f65169;
}

.lang_margin {
 margin-right:5px;
}
.lang_margin_left {
 margin-left:5px;
}

.lang_warning_color {
 color: red;
}

.lang_black_color {
 color: black;
}

.i_day_wish_wrapper_border_color_1 {
 border-color:#ffc107;
}
.i_day_wish_wrapper_border_color_2 {
 border-color:#FF4F70;
}
.i_day_wish_wrapper_border_color_3 {
 border-color:#7FC583;
}
/*Version 5.1 FINISHED*/
/*Version 5.3 Started*/
.cr_reels {
 margin-left:auto;
}
.cr_reels .imageorvideo{
 display:none;
}
.cr_reels .ownTooltipWrapper {
 transform: translate(-32px, 10px);
-webkit-transform: translate(-32px, 10px);
-moz-transform: translate(-32px, 10px);
-o-transform: translate(-32px, 10px);
-ms-transform: translate(-32px, 10px);
}
.processing-animation {
 background: linear-gradient(to right, #00b09b, #96c93d);
 animation: progressIndeterminate 1s infinite linear;
}

.processing-msg {
 color: #333;
 font-size: 14px;
 margin-top: 10px;
 font-weight: bold;
}

@keyframes progressIndeterminate {
 0% { background-position: 0% 0%; }
 100% { background-position: 100% 0%; }
}
.uploaded_storie_container .point_input_wrapper {
 padding:5px 10px;
}

.uploaded_storie_container .i_post_form_textarea {
 padding:10px 10px;
}
.reel-locked {
 width:100%;
 height:100%;
 position:relative;
}

.reel-inner .onlySubs_note {
 padding-top: 10px;
 text-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #ffffff;
 font-family: inherit;
 font-size: 14px;
 font-weight: 500;
 display:inline-block;
}

.i_header_btn_item .extensionPost {
 max-height:210px !important;
}

.follow_hh {
 width:100%;
 padding:10px 0px;
 display:flex;
 align-items:center;
 justify-content:center;
}
/* Video call overlays */
.remote-wrapper { position: relative; }
.remote-wrapper .remote-status { position: absolute; left: 6px; bottom: 6px; display: flex; gap: 6px; align-items: center; z-index: 1000; }
.remote-wrapper .camera-off { display: none; background: rgba(0,0,0,0.45); border-radius: 4px; padding: 3px; }
.remote-wrapper .camera-off.show { display: inline-flex; }
.remote-wrapper .audio-level { width: 46px; height: 6px; background: rgba(255,255,255,0.2); border-radius: 3px; overflow: hidden; }
.remote-wrapper .audio-level .bar { display: block; height: 100%; width: 4%; background: #4caf50; transition: width 120ms linear; }

#local-net-quality.net-quality-badge { position: absolute; right: 6px; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: #9e9e9e; z-index: 1000; }
#local-net-quality.q-good { background: #4caf50; }
#local-net-quality.q-fair { background: #8bc34a; }
#local-net-quality.q-poor { background: #ffc107; }
#local-net-quality.q-bad { background: #ff9800; }
#local-net-quality.q-verybad { background: #f44336; }
.full-height {height:100%;}

/*Version 5.3 FINISHED*/
/****
MOBILE SCREEN
****/
@media screen and (max-width: 1235px) {
 .ishopping_wrapper_in .s_p_product_container {
 width: 50%;
 }
 .ishopping_wrapper_in {
 display: block;
 }
 .marketplace-grid {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
 padding: 0 12px 16px;
 justify-items: center;
 }
 .marketplace-grid .s_p_product_container {
 width: 100%;
 max-width: 540px;
 }
}
@media screen and (max-width: 1070px) {
 .live_pp_camera_container {
 position: absolute;
 width: 100%;
 height: 100%;
 max-width: 100%;
 left: 0px;
 z-index: 1;
 }
 .player {
 height: 100% !important;
 }
 .player > div {
 position: absolute !important;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 }
}
@media screen and (max-width: 1100px) {
 .i_sub_box_container {
 width: 100%;
 width: calc(100% - 4px);
 width: -ms-calc(100% - 4px);
 width: -o-calc(100% - 4px);
 }
}
@media screen and (max-width: 1024px) {
 .i_other_products_container {
 display: inline-block;
 }
 .s_p_product_container {
 width: 100%;
 max-width: 100%;
 min-width: 100%;
 }
 .crate_a_product_item {
 width: 50%;
 }
 .input_title,
.input_price {
 width: 100%;
 margin-bottom: 10px;
 }
 .create_product_form_column {
 display: inline-block;
 }
 .input_file_form,
.input_uploaded_images {
 width: 100%;
 }
 .shop_menu_wrapper {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .shopping_left_menu {
 display: inline-block;
 max-width: 100%;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 100%;
 flex: 1 1 100%;
 position: relative;
 top: auto;
 }
 .shop_main_wrapper {
 padding: 15px;
 padding-left: 15px;
 width: 100%;
 }
 .marketplace-hero {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 }
 .marketplace-hero__highlights {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 width: 100%;
 }
 .marketplace-toolbar {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 }
 .shopping_left_menu {
 position: relative;
 top: 0px;
 }
 .i_shopping_menu_wrapper {
 display: none;
 }
 /*3.6 Mobile finished*/
 .i_settings_menu_wrapper {
 display: none;
 }
 .settings_wrapper {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .settings_main_wrapper {
 padding-left: 0px;
 }
 .settings_left_menu {
 max-width: 100%;
 margin-bottom: 25px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .settings_mobile_ope_menu {
 display: inline-block;
 width: 100%;
 margin-bottom: 15px;
 }
 .settings_mobile_menu_container {
 position: relative;
 width: 100%;
 max-width: 320px;
 margin: 0px auto;
 padding: 7px;
 color: #ffffff;
 background: -webkit-gradient(linear, left top, right top, from(#f65169), to(#fab429));
 background: linear-gradient(90deg, #f65169, #fab429);
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -o-border-radius: 30px;
 cursor: pointer;
 font-weight: 500;
 font-size: 14px;
 font-family: inherit;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
 }
 .settings_mobile_menu_container:hover {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
 }
 .settings_mobile_menu_container svg {
 width: 25px;
 height: 25px;
 fill: #ffffff;
 margin-right: 8px;
 }
 .i_sub_box_container {
 width: 100%;
 width: calc(50% - 4px);
 width: -ms-calc(50% - 4px);
 width: -o-calc(50% - 4px);
 }
}
@media screen and (max-width: 1120px) and (min-width: 941px) {
 .wrapper {
 overflow-x: hidden;
 }
 .i_left_container {
 top: 0;
 }
 .leftSticky {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 280px;
 flex: 0 0 280px;
 max-width: 280px;
 }
 .leftSidebar_in .leftSidebarWrapper {
 max-width: 280px;
 }
 .rightSticky {
 display: none;
 }
 .th_middle {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 width: auto;
 min-width: 0;
 max-width: 100%;
 padding-left: 8px;
 padding-right: 8px;
 overflow-x: hidden;
 }
 .pageMiddle {
 max-width: 100%;
 }
}
@media screen and (max-width: 940px) {
 .wrapper {
 overflow-x: hidden;
 }

 .leftSticky {
 -webkit-box-flex: 0;
 -ms-flex: 0;
 flex: 0;
 display: none;
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 99;
 background-color: #F0F2F5;
 }
 .th_middle {
 padding: 0px 5px;
 min-width: 0;
 max-width: 100%;
 overflow-x: hidden;
 }
 .leftSidebarWrapper {
 padding: 10px !important;
 }
 .leftSidebar_in .leftSidebarWrapper {
 max-width: 100% !important;
 margin-left: initial;
 }

 .leftSidebarWrapper_mobile {
 padding: 10px !important;
 }
 .mobile_hamburger {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 float: left;
 padding-left: 5px;
 padding-top: 2px;
 }
 .leftStickyActive {
 display: block;
 }
 .i_sponsored_container {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .i_sponsored_image {
 max-width: 100%;
 min-width: 100%;
 }
 .i_sponsored_title_and_desc {
 padding: 0px 0px;
 width: 100%;
 }
 .i_search_active {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 }
}
@media screen and (max-width: 900px) {
 .creator_list_box_wrp {
 width: 100%;
 }
}
@media screen and (max-width: 800px) {
 .product_wrapper {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 }
 .product_details_left {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
 width: 100%;
 }
 .product_details_right {
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
 width: 100%;
 }
 .product_details_right_in {
 margin-left: 0px;
 }
 .other_items_by_owner_title {
 padding-left: 15px;
 }
 .i_re_box {
 width: 100% !important;
 }
 .i_postFormContainer_swiper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 font-family: inherit;
 padding: 15px;
 border-radius: 8px;
 background-color: #F0F1F5;
 margin-bottom: 25px;
 background-image: url("img/geometricBg.png");
 background-size: cover;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 }
 .rightSticky {
 display: none;
 }
 .chart_row {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .chart_row_box {
 display: inline-block;
 width: 100%;
 }
 .chart_row_box:first-child {
 padding-left: 10px;
 }
 .chart_row_box:last-child {
 padding-right: 10px;
 }
 .i_settings_wrapper_item {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 -webkit-box-align: initial !important;
 -ms-flex-align: initial !important;
 align-items: initial !important;
 }
 .i_settings_item_title_for {
 padding-left: 0px;
 width: 100%;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 margin-bottom:20px;
 padding-right:20px;
 }
 .gender-options-row {
 gap: 8px;
 padding: 8px;
 }
 .i_settings_item_title {
 padding-bottom: 10px;
 }
 .flexBox {
 width: 100%;
 margin-bottom: 10px;
 }
 .youare {
 width: 100%;
 }
 .gender-options-row .flexBox {
 flex: 1 1 calc(50% - 8px);
 width: auto;
 min-width: 145px;
 max-width: none;
 margin-bottom: 0;
 }
 .page_category {
 width: 100%;
 }
 .credit_plan_box {
 padding: 0.5rem;
 -webkit-box-flex: 0;
 flex: 0 0 100%;
 -webkit-flex: 0 0 50%;
 -moz-flex: 0 0 50%;
 -ms-flex: 0 0 50%;
 -o-flex: 0 0 50%;
 position: relative;
 }
 .i_tab_padding {
 padding: 5px;
 }
 .i_sub_box_container {
 width: 100%;
 width: calc(100% - 4px);
 width: -ms-calc(100% - 4px);
 width: -o-calc(100% - 4px);
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 16px;
 }
 .l_feature_box_container {
 width: 50%;
 }
}
@media screen and (max-width: 720px) {
 .marketplace-grid {
 -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
 .marketplace-hero {
 padding: 16px;
 }
 .hero-highlight {
 width: 100%;
 }
}
@media screen and (max-width: 800px) {
 .marketplace-grid {
 gap: 12px;
 padding: 0 12px 16px;
 justify-items: center;
 }
 .marketplace-card {
 margin: 0 auto;
 max-width: 520px;
 }
 .marketplace-card .product_image {
 height: 180px;
 }
}
@media screen and (max-width: 740px) {
 .inTable {
 display: inline-table;
 }
 .i_profile_i_container {
 padding-top: 0px;
 }
 .i_profile_cover {
 border-top-left-radius: 0px;
 -webkit-border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 -webkit-border-top-right-radius: 0px;
 }
 .i_profile_avatar {
 width: 108px;
 height: 108px;
 }
 .i_profile_avatar_container {
 bottom: -58px;
 }
 .i_u_profile_info {
 padding-top: 73px;
 }
 .landing_box_animation {
 display: none;
 }
 .point_earn_box_cont {
 width: calc(50% - 0px);
 width: -o-calc(100% / 2 - 0px);
 width: -ms-calc(100% / 2 - 0px);
 width: -moz-calc(100% / 2 - 0px);
 }
 ._pbwg8 {
 width: calc(50% - 1px);
 width: -moz-calc(100%/2 -1px);
 }
 .i_profile_gift_frame {
 width:120px;
 height:120px;
 position:absolute;
 z-index:5;
 border-radius:50%;
 -webkit-border-radius:50%;
 }
}
@media screen and (max-width: 700px) {
 .other_items_by_owner {
 padding-bottom: 30px;
 }
 .i_complete_level_name {
 display: none;
 }
 .i_levels_container_position {
 display: none;
 }
 .i_complete_level {
 padding: 0px 5px;
 }
 .cList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 }
 .chat_left_container {
 width: 0px;
 display: none;
 overflow: hidden;
 position: absolute;
 height: 100%;
 left: 0px;
 bottom: 0px;
 top: 0px;
 z-index: 5;
 background-color: #ffffff;
 }
 .chatDisplay {
 display: block !important;
 width: 100% !important;
 }
 .chat_p_body .mobile_footer_fixed_menu_container {
 display: none !important;
 }
 .c_u_f_nm a {
 max-width: 200px;
 }
 .i_subscribing_note {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .pay_form_group {
 padding: 8px 5px;
 }
 .i_form_group_plus {
 width: calc(100% - 0px);
 width: -o-calc(100% / 1 - 0px);
 width: -ms-calc(100% / 1 - 0px);
 padding-bottom: 10px;
 }
 .pay_form_group_plus {
 padding: 8px 5px;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .landing_section_in h1 {
 font-size: 27px;
 }
 .landing_section_in .landing_seciond_in_note {
 font-size: 17px;
 }
}
@media screen and (max-width: 662px) {
 html,
 body {
 overflow-x: hidden;
 }

 .i_header_in,
 .i_header_right,
 .i_one {
 min-width: 0;
 gap: 6px;
 }

 .i_header_btn_item {
 margin-right: 0px;
 }

 *::-webkit-scrollbar {
 width: 1px !important;
 height: 1px !important;
 }
 *::-webkit-scrollbar-thumb {
 background-color: rgba(0, 0, 0, 0.2);
 }
 *::-webkit-scrollbar-track {
 background: rgb(234, 238, 240);
 }
 .i_search {
 display: none;
 padding: 3px 15px;
 position: absolute !important;
 top: -2px;
 width: 100%;
 height: 100%;
 background-color: #ffffff;
 z-index: 5;
 }
 .search_mobile {
 display: block !important;
 }
 .mobile_back {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 float: left;
 padding-left: 5px;
 padding-top: 2px;
 }
 .i_search_active {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -ms-flex;
 }
 .i_general_box_search_container {
 left: 50%;
 right: auto;
 -webkit-transform: translate(-50%, 50px);
 transform: translate(-50%, 50px);
 -webkit-transform: translate(-50%, 50px);
 -moz-transform: translate(-50%, 50px);
 -o-transform: translate(-50%, 50px);
 -ms-transform: translate(-50%, 50px);
 width: calc(100vw - 16px);
 }
 .th_middle {
 width: 100%;
 }
 .i_post_comments_wrapper {
 padding: 0px 8px;
 }
 .certification_terms {
 display: inline-block;
 width: 100%;
 }
 .certification_terms_item {
 width: 100%;
 }
 .terms_bg {
 background-size: 200px;
 background-repeat: no-repeat;
 background-position: center;
 }
 .certification_terms_item:nth-child(2) {
 width: 100%;
 padding-left: 0px;
 }
 .certification_file_box {
 -webkit-box-align: initial !important;
 -ms-flex-align: initial !important;
 align-items: initial !important;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .certification_file_box label {
 margin-right: 0px;
 margin-bottom: 10px;
 }
 .pendingTitle {
 text-align: center;
 }
 .credit_plan_box {
 padding: 0.5rem;
 -webkit-box-flex: 0;
 flex: 0 0 100%;
 -webkit-flex: 0 0 100%;
 -moz-flex: 0 0 100%;
 -ms-flex: 0 0 100%;
 -o-flex: 0 0 100%;
 position: relative;
 }
 .landing_section_two_in h2 {
 font-size: 25px;
 }
}
@media screen and (max-width: 600px) {
 .i_p_items_box {
 flex-wrap:wrap;
 }
 .i_btn_become_fun {
 width:100%;
 margin-bottom:10px;
 }
 .i_btn_send_to_point {
 width:100%;
 margin-left:0px;
 }
 .i_btn_send_to_frame {
 margin-top:10px;
 width: 100%;
 }
 .i_more_frames_wrapper {
 padding:0px;
 }
 .i_more_frames_wrapper .credit_plan_box {
 padding: 0.5rem;
 -webkit-box-flex: 0 !important;
 flex: 0 0 100% !important;
 -webkit-flex: 0 0 100% !important;
 -moz-flex: 0 0 100% !important;
 -ms-flex: 0 0 100% !important;
 -o-flex: 0 0 100% !important;
 position: relative;
 }
 .wrapper {
 padding-bottom: 75px;
 }
 .choose_me {
 padding: 0px;
 }
 .chsm-item {
 padding: 10px;
 padding-bottom: 0px;
 }
 .chsm {
 min-height: 32px;
 }
 .chsm-item a {
 width: auto;
 }
 .chsm_title {
 font-size: 13px;
 margin-bottom: 20px;
 }
 .chsm_icon {
 margin-top: 28px;
 }
 .i_modal_g_header {
 font-size: 13px;
 }
 .shareClose svg,
.coverCropClose svg {
 width: 13px;
 height: 13px;
 }
 .ishopping_wrapper_in .s_p_product_container {
 width: 100%;
 margin-bottom:24px;
 }
 .ishopping_wrapper_in {
 display: block;
 }
 .creator_list_box_wrp {
 width: 100%;
 }
 .i_payout_ {
 min-width: 50%;
 }
 .l_feature_box_container {
 width: 100%;
 }
 .landing_create_equal_box {
 width: 100%;
 padding: 15px;
 }
 .inmob {
 display: none;
 }
 .ranges,
.ranges_ {
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 }
 .landing_section_register {
 padding: 10px;
 }
 .landing_reg {
 padding: 8px 10px !important;
 }
 .certification_file_box {
 display: inline-block;
 -webkit-box-orient: unset;
 -webkit-box-direction: unset;
 -ms-flex-direction: unset;
 flex-direction: unset;
 padding-left: 10px;
 }
 .point_earn_box_cont {
 width: calc(100% - 0px);
 width: -o-calc(100% / 1 - 0px);
 width: -ms-calc(100% / 1 - 0px);
 width: -moz-calc(100% / 1 - 0px);
 }
}
@media screen and (max-width: 462px) {
 .i_profile_menu_item_name {
 display: none;
 }
 .publish svg , .inv_btn svg{
 margin-right: 0px;
 }

 .i_image_video_btn {
 margin-right: 0px;
 }
 .form_btn {
 padding: 5px 5px 5px 5px;
 }
 .i_general_box_container,
.i_general_box_message_notifications_container,
.i_general_box_notifications_container {
 left: auto;
 right: 6px;
 transform: none;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 -ms-transform: none;
 top: 64px;
 width: calc(100vw - 12px);
 max-width: 100%;
 min-width: auto;
 border-radius: 0px;
 height: calc(100vh - 108px);
 height: -o-calc(100vh - 108px);
 height: -ms-calc(100vh - 108px);
 }
 .premium_locked_icon svg {
 width: 20px;
 height: 26px;
 }
 .premium_locked:after {
 border-top: 100px solid rgba(0, 0, 0, 0.4);
 border-left: 100px solid transparent;
 }
 .emojiBoxC {
 right: -23px;
 }
 .stickersContainer {
 right: -23px;
 }
 .Message_stickers_wrapper .sticker {
 width: 79px;
 }
 .giphy_results_container_conversation {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
 }
 .l_feature_box_container {
 padding: 0px 30px;
 }
 .i_re_box {
 width: 100%;
 padding: 0px 10px;
 }
 .i_register_box_ .i_re_box {
 width: 100% !important;
 max-width: 100%;
 }
 .gender-options-row {
 gap: 8px;
 padding: 8px;
 }
 .gender-options-row .flexBox {
 flex: 1 1 calc(50% - 8px);
 width: auto;
 min-width: 140px;
 max-width: none;
 }
}
@media screen and (max-width: 545px) {
 .gender-options-row .flexBox {
 flex: 1 1 100%;
 width: 100%;
 min-width: 0;
 }
 .gender-options-row .youare span {
 min-height: 42px;
 padding: 8px 10px;
 }
 .header {
 padding: 16px 22px 12px 6px;
 }

 .i_header_btn_item {
 margin-right: 0px;
 }

 .i_header_in { gap:4px;}

 .i_one {
 gap:5px;
 }
}
@media screen and (max-width: 413px) {
 .i_postFormContainer {
 padding: 15px 8px;
 }
 .pbtn {
 display: none;
 }
 .pbtn_plus {
 display: block !important;
 }
 .header {
 padding: 16px 22px 12px 6px;
 }
 .i_header_btn_item {
 margin-right: 0px;
 }
 .emojiBox {
 left: -20%;
 }
}
@media screen and (max-width: 390px){
 .header {
 padding: 16px 22px 12px 0px;
 }
}
@media screen and (max-width: 375px) {
 .search_mobile {
 display: none !important;
 }
 .fms {
 display: block;
 }
}

/* Polls */
.poll_builder{position:relative;border:1px solid #ececec;background:#fafafa;padding:14px 14px 16px;border-radius:12px;margin:15px 0 12px;transition:box-shadow .25s ease,border-color .25s ease,transform .2s ease;}
.poll_builder::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;border-radius:12px 0 0 12px;background:linear-gradient(180deg,#E4E6EB,#E4E6EB);opacity:.9;}
.poll_builder_head{position:relative;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:10px;}
.poll_builder_title{font-weight:700;font-size:15px;display:flex;align-items:center;gap:6px;}
.poll_builder.active{box-shadow:0 10px 30px rgba(0,0,0,0.08);border-color:rgba(228,230,235,0.9);transform:translateY(-2px);}
.poll_builder.active .poll_builder_title{color:#7a7d86;}
.close_poll_builder{cursor:pointer;color:#666;transition:color .2s ease,transform .2s ease;background:#f5f6f9;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-left:auto;font-size:14px;}
.close_poll_builder svg{width:11px;height:11px;display:block;}
.close_poll_builder:hover{color:#4b4f59;transform:scale(1.05);background:#eceff5;}
.poll_options_wrapper .poll_option_input{position:relative;margin-bottom:10px;padding:2px 6px;background:#fff;border:1px solid #f0f0f0;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease;}
.poll_option_field{width:100%;border:none;background:transparent;padding:10px 6px;font-weight:500;}
.poll_option_field:focus{outline:none;}
.poll_builder.active .poll_options_wrapper .poll_option_input{border-color:#E4E6EB;box-shadow:0 6px 16px rgba(228,230,235,0.6);}
.remove_poll_option{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;font-weight:700;color:#b5b5b5;transition:color .2s ease;}
.remove_poll_option:hover{color:#7a7d86;}
.poll_actions{justify-content:space-between;align-items:center;gap:10px;margin-top:6px;}
.add_poll_option{cursor:pointer;display:flex;align-items:center;gap:6px;color:#7a7d86;font-weight:600;transition:transform .15s ease;}
.add_poll_option:hover{transform:translateY(-1px);}
.poll_limit_notice{font-size:12px;color:#777;padding:6px 10px;background:#fff;border-radius:20px;border:1px dashed #E4E6EB;}
.poll_wrapper{margin-top:12px;padding:15px;background:linear-gradient(180deg,#fff,#f9fafc);box-shadow:0 12px 30px rgba(0,0,0,0.04);}
.poll_option_item{padding:12px;border:1px solid #f0f1f3;border-radius:12px;margin-bottom:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;background:#fff;display:flex;flex-direction:column;gap:6px;}
.poll_option_item:hover{border-color:#d7d9df;box-shadow:0 10px 24px rgba(0,0,0,0.06);transform:translateY(-1px);}
.poll_option_voted{border-color:#E4E6EB;box-shadow:0 0 0 1px #E4E6EB inset,0 10px 22px rgba(0,0,0,0.06);}
.poll_option_top{justify-content:space-between;align-items:center;gap:10px;}
.poll_option_stats{gap:10px;align-items:center;}
.poll_option_avatars{display:flex;align-items:center;}
.poll_avatar{width:22px;height:22px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 0 0 1px #e4e6eb;margin-right:-6px;}
.poll_avatar img{width:100%;height:100%;object-fit:cover;}
.poll_option_text{font-weight:600;color:#23262f;font-size:14px;line-height:1.4;}
.poll_option_percent{font-weight:700;color:#7a7d86;font-size:13px;}
.poll_option_count{font-weight:700;color:#41444d;font-size:12px;}
.poll_option_bar{margin-top:4px;height:9px;border-radius:8px;background:#eff1f3;overflow:hidden;}
.poll_option_bar_fill{height:100%;background:linear-gradient(90deg,#84fab0,#8fd3f4);width:0;transition:width .3s ease;}
.poll_meta{margin-top:8px;font-size:12px;color:#555;gap:12px;flex-wrap:wrap;}
.poll_meta .poll_votes{font-weight:600;}
.campaign_toggle_row{margin:12px 0;}
.campaign_fields{border:0;padding:0;border-radius:14px;background:#fff;margin-bottom:12px;gap:14px;}
.campaign_fields .i_input_wrapper{margin:0;padding:0;border:0;background:transparent;}
.campaign_fields .i_input_wrapper>span{
 display:block;
 font-weight:700;
 color:#8a94ad;
 margin-bottom:6px;
 letter-spacing:0.24px;
 font-size:11px;
 line-height:1.5;
 text-transform:uppercase;
}
.campaign_fields .i_input,.campaign_fields textarea{width:100%;border:1px solid #dfe4ea;border-radius:10px;background:#f8fafc;padding:11px 12px;font-size:14px;transition:border .2s ease,box-shadow .2s ease,background .2s ease;}
.campaign_fields .i_input:focus,.campaign_fields textarea:focus{border-color:#cbd5e1;background:#fff;box-shadow:none;outline:none;}
.campaign_fields input[type=number]{-moz-appearance:textfield;}
.campaign_fields input[type=number]::-webkit-outer-spin-button,
.campaign_fields input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.campaign_fields textarea{min-height:120px;resize:vertical;}
.campaign_fields .rec_not{color:#040720;font-size:12px;padding-left:2px;}
.campaign_hint{color:#777;font-size:11px;margin-top:4px;}
.campaign_amounts{gap:14px;flex-wrap:wrap;}
.campaign_amounts .i_input_wrapper{width:calc(50% - 7px);min-width:240px;}
.campaign_cover_block{display:flex;flex-direction:column;gap:10px;}
.campaign_cover_header{gap:10px;}
.campaign_cover_title{font-weight:700;color:#0f172a;font-size:14px;}
.campaign_cover_drop{border:1px dashed #cbd5e1;border-radius:12px;padding:14px 12px;background:#f9fafb;color:#040720;font-size:13px;cursor:pointer;transition:border-color .2s ease,background .2s ease;}
.campaign_cover_drop:hover{border-color:#10b981;background:#f4fdf9;color:#0f172a;}
.campaign_cover_preview{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;position:relative;width:100%;max-height:260px;}
.campaign_cover_preview img{width:100%;height:100%;object-fit:cover;display:block;}
.campaign_cover_remove{position:absolute;right:10px;top:10px;display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.9);color:#ef4444;border-radius:20px;padding:6px 10px;font-weight:700;font-size:12px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,0.12);}
.campaign_cover_remove:hover{background:#fee2e2;}
.campaignCoverBtn{display: none;}
.campaignCoverBtn.loading{opacity:0.6;pointer-events:none;}
.campaign_cover_input{position:absolute;left:-9999px;opacity:0;width:1px;height:1px;}
.campaign_card{border:none;border-radius:0;padding:0;background:#ffffff;box-shadow:none;overflow:hidden;}
.campaign_card_cover{width:100%;overflow:hidden;}
.campaign_card_cover img{width:100%;display:block;object-fit:cover;max-height:320px;}
.campaign_card_body{padding:16px;}
.campaign_card_header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;}
.campaign_card_title{font-weight:800;font-size:20px;color:#0f172a;}
.campaign_card_status{padding:6px 10px;border-radius:10px;font-weight:700;font-size:11px;text-transform:capitalize;background:#f3f4f6;color:#111827;}
.campaign_card_status.status_pending{background:#fff7ed;color:#c2410c;}
.campaign_card_status.status_active,.campaign_card_status.status_approved{background:#ecfdf3;color:#166534;}
.campaign_card_status.status_rejected{background:#fef2f2;color:#b91c1c;}
.campaign_card_summary{color:#4b5563;font-size:13px;line-height:1.6;margin-bottom:10px;}
.campaign_card_figures{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:10px 0;}
.campaign_figure{display:flex;flex-direction:column;}
.campaign_figure.align_end{align-items:flex-end;text-align:right;}
.figure_label{font-size:11px;font-weight:800;letter-spacing:0.4px;color:#9ca3af;text-transform:uppercase;margin-bottom:6px;}
.figure_value{font-size:22px;font-weight:800;color:#4c1d95;}
.campaign_card_meta{font-size:13px;color:#475467;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:10px;}
.campaign_stat{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px;}
.campaign_stat .label{font-size:11px;text-transform:uppercase;letter-spacing:0.4px;color:#9ca3af;font-weight:800;margin-bottom:4px;}
.campaign_stat .value{font-weight:800;color:#0f172a;}
.campaign_card_progress_bar{width:100%;height:12px;background:#e9d8fd;border-radius:999px;overflow:hidden;margin:12px 0;}
.campaign_card_progress_bar span{display:block;height:100%;background:#7c3aed;}
.campaign_meta_row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px;}
.campaign_meta_item{display:flex;align-items:center;gap:8px;color:#1f2937;font-weight:700;font-size:13px;}
.meta_icon{display:inline-flex;width:22px;height:22px;border-radius:50%;align-items:center;justify-content:center;background:#ede9fe;color:#5b21b6;}
.meta_icon svg{width:14px;height:14px;}
.campaign_donors_preview{display:flex;align-items:center;justify-content:space-between;margin:10px 0 6px;gap:10px;}
.campaign_donor_stack{display:flex;align-items:center;}
.campaign_donor_avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,0.08);margin-left:-10px;background:#f3f4f6;}
.campaign_donor_avatar:first-child{margin-left:0;}
.campaign_donor_avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.campaign_donor_trigger{font-weight:700;font-size:13px;color:#7c3aed;cursor:pointer;display:flex;align-items:center;gap:6px;}
.campaign_donor_trigger:hover{text-decoration:underline;}
.campaign_donors_search{margin:12px 0;display:flex;align-items:center;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#f7f7fb;}
.donor_search_icon{color:#9ca3af;display:flex;}
.campaign_donor_filter{border:none;outline:none;width:100%;background:transparent;font-size:14px;color:#111827;}
.campaign_donors_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:18px 12px;padding:8px 0;}
.campaign_donor_tile{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;}
.campaign_donor_tile .campaign_donor_avatar{width:74px;height:74px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 10px 25px rgba(0,0,0,0.08);margin-left:0;}
.campaign_donor_tile .campaign_donor_avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.campaign_donor_tile .campaign_donor_name{font-weight:800;font-size:14px;color:#0f172a;}
.campaign_donor_amount_small{font-size:12px;color:#040720;font-weight:700;}
.campaign_donors_wrap{padding:15px;}
.campaign_cta_row{display:flex;gap:12px;margin-top:12px;padding:15px;}
.campaign_primary_btn{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:15px;border-radius:14px;background:#7c3aed;color:#fff;font-weight:800;font-size:14px;box-shadow:0 12px 30px rgba(124,58,237,0.35);transition:transform .15s ease,box-shadow .15s ease;text-decoration:none;}
.campaign_primary_btn:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(124,58,237,0.45);}
.campaign_donors_summary{position:relative;display:flex;align-items:center;justify-content:space-between;padding:100px 0px;border:none;border-radius:12px;font-weight:700;color:#ffffff;overflow:hidden;background:transparent;}
.campaign_donors_summary::before{content:'';position:absolute;inset:0;background:transparent;z-index:1;}
.campaign_donors_summary span,.campaign_donors_summary strong{position:relative;z-index:2;}
.campaign_donors_summary span{font-size:13px;color:#e5e7eb;font-weight:600;}
.campaign_donors_summary strong{position:absolute;left:49%;top:50%;transform:translate(-50%,-49px);z-index:2;font-size:24px;}
.campaign_donor_cover{position:absolute;inset:0;width:100%;height:120%;object-fit:contain;object-position:center top;z-index:0;transform:translateY(30px);}
.campaign_donors_list{max-height:420px;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:6px 0;}
.campaign_donor_item{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:12px;background:#f9fafb;border:1px solid #eef2f7;gap:12px;}
.campaign_donor_info{flex:1;min-width:0;}
.campaign_donor_name{font-weight:700;font-size:14px;color:#0f172a;}
.campaign_donor_username,.campaign_donor_time{font-size:12px;color:#040720;}
.campaign_donor_amount{font-weight:800;color:#7c3aed;font-size:14px;white-space:nowrap;}
.campaign_donor_empty{padding:14px;border:1px dashed #e5e7eb;border-radius:12px;text-align:center;color:#040720;font-weight:600;}
.donate_amount_group{display:flex;flex-direction:column;gap:16px;padding:10px 8px 14px;}
.donate_amount_input{position:relative;}
.donate_amount_input input{width:100%;border:1px solid #d9dfee;border-radius:14px;padding:14px 14px;font-size:16px;font-weight:600;color:#0f172a;background:#fff;}
.donate_amount_input input:focus{outline:2px solid #d9dfee;border-color:#d9dfee;box-shadow:none;}
.donate_min_hint{display:flex;align-items:center;gap:8px;color:#040720;font-size:13px;margin-top:8px;font-weight:600;}
.donate_point_value_note{margin-top:6px;color:#64748b;font-size:12px;font-weight:600;line-height:1.3;padding-left:2px;}
.donate_hint_icon{display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#6d28d9;border:1px solid #e5e7eb;border-radius:8px;padding:2px 6px;font-size:11px;background:#f5f3ff;}
.donate_wallet_option{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#f9fafb;}
.donate_radio{width:18px;height:18px;border-radius:50%;border:5px solid #6d28d9;background:#fff;box-shadow:0 4px 10px rgba(109,40,217,0.18);}
.donate_wallet_icon{width:32px;height:32px;border-radius:10px;background:#ede9fe;display:flex;align-items:center;justify-content:center;color:#5b21b6;padding:5px;}
.donate_wallet_icon svg{width:25px;height:25px;}
.donate_wallet_text{display:flex;flex-direction:column;gap:2px;line-height:1.25;}
.donate_wallet_text .donate_wallet_title{font-weight:700;color:#1f2937;font-size:13px;}
.donate_wallet_text .donate_wallet_balance{color:#4b5563;font-weight:600;font-size:12px;}
.donate_checkbox{display:flex;align-items:center;gap:12px;font-weight:600;color:#374151;cursor:pointer;font-size:14px;}
.donate_checkbox input{width:20px;height:20px;border:1px solid #d1d5db;border-radius:6px;flex:0 0 20px;}
.donate_footer_actions{display:flex;flex-direction:column;gap:12px;align-items:stretch;margin-top:10px;}
.donate_footer_actions .donate_cancel_btn{display:none;}
.donate_footer_actions .send_tip_btn,
.donate_footer_actions .send_tip_methods_btn,
.donate_footer_actions .donate_send_btn,
.donate_footer_actions .donate_methods_btn{width:100%;min-width:0;margin-top:0;padding:14px 16px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:10px;line-height:1.2;font-size:15px;}
.donate_footer_actions .send_tip_btn svg,
.donate_footer_actions .send_tip_methods_btn svg{margin-right:0;}
.donate_cancel_btn{flex:1;text-align:center;padding:12px;border-radius:12px;border:1px solid #e5e7eb;font-weight:700;color:#111827;background:#f9fafb;font-size:14px;}
.donate_send_btn{flex:1;text-align:center;padding:12px;border-radius:12px;font-weight:800;color:#fff;background:#581c87;box-shadow:0 12px 30px rgba(88,28,135,0.35);font-size:14px;}
@media screen and (max-width: 640px){
 .donate_amount_group{padding:8px 2px 12px;gap:14px;}
 .donate_footer_actions{gap:10px;}
 .donate_footer_actions .send_tip_btn,
 .donate_footer_actions .send_tip_methods_btn,
 .donate_footer_actions .donate_send_btn,
 .donate_footer_actions .donate_methods_btn{font-size:14px;padding:13px 14px;}
}
.campaignOpenBtn.campaignActive{box-shadow:0 0 0 2px #10b981 inset,0 6px 14px rgba(16,185,129,0.25);background:#ecfdf3;}
.campaign_popup_wrapper{position:fixed;inset:0;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding:24px 20px;overflow:auto;}
.campaign_popup_wrapper.nonePoint{display:none;}
.campaign_popup_overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);}
.campaign_popup_card{position:relative;background:#fff;border-radius:18px;box-shadow:0 26px 68px rgba(23,42,78,0.16);padding:22px;width:min(540px,95vw);z-index:1;border:1px solid #e6ecf7;display:flex;flex-direction:column;gap:16px;}
.campaign_popup_head{align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #f0f2f7;}
.campaign_popup_title{font-weight:800;font-size:18px;color:#14203a;letter-spacing:0.2px;}
.campaign_popup_close{cursor:pointer;color:#a1acc4;transition:color .2s ease,transform .2s ease;font-size:18px;display:flex;align-items:center;justify-content:center;}
.campaign_popup_close:hover{color:#f65169;transform:scale(1.06);}
.campaign_fields{gap:14px;}
.campaign_fields .i_input_wrapper>span{font-weight:600;color:#0f172a;margin-bottom:6px;display:block;}
.campaign_fields .i_input,.campaign_fields textarea{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:10px 12px;transition:border .2s ease,box-shadow .2s ease;}
.campaign_fields .i_input:focus,.campaign_fields textarea:focus{border-color:#dfe4ea;box-shadow:none;outline:none;}
.campaign_amounts{gap:12px;}
.campaign_popup_actions{gap:10px;margin-top:8px;border-top:1px solid #eef2f7;padding-top:10px;display:flex;align-items:center;}
.campaign_popup_actions .form_btn{
 text-align:center;
 flex:1;
 padding:11px 14px;
 border-radius:10px;
 font-weight:700;
 font-size:14px;
 transition:background .2s ease,color .2s ease,transform .15s ease;
}
.campaign_popup_actions .campaignSaveBtn{
 background:#4f8bff;
 color:#fff;
 box-shadow:0 10px 24px rgba(79,139,255,.28);
}
.campaign_popup_actions .campaignSaveBtn:hover{background:#3d7aeb;transform:translateY(-1px);box-shadow:0 14px 28px rgba(79,139,255,.35);}
.campaign_popup_actions .campaignCancelBtn{
 background:#f3f4f6;
 color:#444;
 border:1px solid #e5e7eb;
}
.campaign_popup_actions .campaignCancelBtn:hover{background:#e6e8ee;color:#20242c;border-color:#dfe2e8;}
.poll_disabled_note{color:#c0392b;font-size:12px;margin-bottom:6px;}
.poll_voted_text{color:#2b8a3e;font-size:12px;font-weight:600;}
.poll_empty{color:#777;font-size:13px;}

/* Scheduled posts (compiled CSS mirror) */
.schedule_controls{position:relative;border:none;border-radius:12px;padding:0;margin-bottom:12px;background:transparent;box-shadow:none;}
.schedule_header{align-items:center;gap:8px;margin-bottom:6px;}
.schedule_toggle{align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#fff;border:1px dashed #d5ddf0;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.schedule_toggle .irow_box_left{font-weight:700;color:#1c274c;}
.schedule_action_btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;margin-left:auto;background:linear-gradient(135deg,#4f8bff,#7a5cff);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 10px 24px rgba(79,139,255,.3);transition:transform .15s ease,box-shadow .15s ease;}
.schedule_action_btn svg{width:18px;height:18px;}
.schedule_action_btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(79,139,255,.4);}
.schedule_selection{margin-top:8px;padding:10px 12px;border-radius:10px;border:1px solid #e6eaf5;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;}
.schedule_selection.nonePoint{display:none!important;}
.schedule_selected_time{font-weight:600;color:#1c274c;font-size:13px;}
.schedule_clear{cursor:pointer;color:#d93025;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;width:28px;height:28px;border-radius:50%;background:transparent;}
.schedule_clear svg{width:16px;height:16px;}
.schedule_time_row{margin-top:10px;}
.schedule_time_row input[type=datetime-local]{border:1px solid #e8e8e8;border-radius:8px;padding:10px;width:100%;max-width:260px;font-size:14px;}
.schedule_hint{font-size:12px;color:#777;margin-top:6px;}
.scheduled_badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;background:#eef3ff;color:#2c6bed;margin-bottom:6px;}
.scheduled_pending{background:#fff7e6;color:#d57a00;}
.scheduled_failed{background:#ffeaea;color:#d93025;}
.scheduled_meta{font-size:12px;color:#777;margin-top:4px;}
.scheduled_meta.scheduled_pending{color:#d57a00;}
.scheduled_meta.scheduled_failed{color:#d93025;}
.scheduled_meta{
 display:inline-flex;
 align-items:center;
 gap:4px;
 padding:2px 8px;
 border-radius:8px;
 font-size:11px;
 font-weight:600;
 line-height:1.2;
 background:#fff4de;
 color:#b96d00;
 vertical-align:middle;
 margin-top:4px;
 margin-left:4px;
}
.scheduled_meta.scheduled_failed{background:#ffeaea;color:#d93025;}
.i_post_shared_time .scheduled_meta{display:block;margin-top:6px !important;}
.schedule_popup{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(18,25,38,0.42);z-index:120;}
.schedule_popup.active{display:flex;}
.schedule_popup_card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 26px 68px rgba(23,42,78,0.16);border:1px solid #e6ecf7;width:min(480px,94vw);display:flex;flex-direction:column;gap:16px;}
.schedule_popup_head{align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #f0f2f7;}
.schedule_popup_title{font-weight:800;font-size:18px;color:#14203a;letter-spacing:0.2px;}
.schedule_popup_close{cursor:pointer;color:#a1acc4;transition:color .2s ease,transform .2s ease;font-size:18px;}
.schedule_popup_close:hover{color:#f65169;transform:scale(1.06);}
.schedule_popup_actions{margin-top:12px;gap:10px;display:flex;}
.schedule_popup_btn{flex:1;text-align:center;padding:10px 12px;border-radius:10px;font-weight:600;cursor:pointer;}
.schedule_popup_btn.cancel{background:#f3f4f6;color:#444;}
.schedule_popup_btn.ok{background:#4f8bff;color:#fff;}
.schedule_btn.active .i_image_video_btn,
.schedule_btn.active:hover .i_image_video_btn{background:#f5b4c7;box-shadow:none;}
.schedule_btn .i_image_video_btn{
 /* background:#f7c2d1; */
 border-radius:12px;
 width:32px;
 height:32px;
 display:flex;
 align-items:center;
 justify-content:center;
 color:#ef3e52;
 /* box-shadow:0 8px 18px rgba(0,0,0,0.08); */
}
.schedule_btn .i_image_video_btn svg{
 width:22px;
 height:22px;
 fill:currentColor;
}
.schedule_btn.active{
 background:#f5b4c7 !important;
}
.schedule_dt_inputs{display:flex;flex-direction:column;gap:14px;margin-top:6px;}
.schedule_dt_field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#4b5563;}
.schedule_dt_field input{border:1px solid #e6eaf5;border-radius:8px;padding:10px 12px;font-size:14px;background:#fff;color:#1c274c;}
.schedule_dt_field input:focus{outline:2px solid #4f8bff;}
.schedule_dt_field input::-webkit-calendar-picker-indicator{filter:invert(36%) sepia(62%) saturate(5295%) hue-rotate(206deg) brightness(98%) contrast(101%);cursor:pointer;}
.schedule_dt_field input[type="date"],.schedule_dt_field input[type="time"]{appearance:none;-webkit-appearance:none;box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);transition:border-color .2s ease,box-shadow .2s ease;}
.schedule_dt_field input[type="date"]:hover,.schedule_dt_field input[type="time"]:hover{border-color:#c7d2f0;box-shadow:0 4px 10px rgba(79,139,255,0.12);}
.schedule_dt_field input[type="date"]::-webkit-inner-spin-button,.schedule_dt_field input[type="time"]::-webkit-inner-spin-button{height:20px;}
.schedule_dt_group{display:flex;gap:10px;flex-wrap:wrap;}
.schedule_dt_group select{flex:1;border:1px solid #e6eaf5;border-radius:12px;padding:12px 14px;font-size:15px;background:#f8faff;color:#111827;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;appearance:none;-webkit-appearance:none;min-width:95px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);}
.schedule_dt_group select:hover{border-color:#c7d2f0;box-shadow:0 4px 10px rgba(79,139,255,0.12);}
.schedule_dt_group select:focus{outline:2px solid #4f8bff;}
.schedule_dt_item{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0;}
.schedule_dt_label{font-size:11px;color:#8a94ad;font-weight:700;text-transform:uppercase;letter-spacing:0.24px;}
.schedule_time_note{font-size:11px;color:#8f97aa;margin-top:2px;margin-bottom:5px;}
.schedule_inline_warning{color:#c0392b;font-size:12px;margin-top:6px;}
.schedule_info{background:#f8f9fd;border:1px dashed #dfe6f5;border-radius:12px;padding:10px 12px;color:#4b5563;font-size:13px;line-height:1.5;margin-bottom:5px;}
.schedule_info strong{color:#1c274c;}
.schedule_tz{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;background:#e9f0ff;color:#1c3d7a;font-weight:700;font-size:12px;margin-top:6px;}
.scheduled_preview{border:1px solid #e6eaf5;border-radius:12px;padding:10px 12px;background:#f8f9fd;margin-bottom:10px;box-shadow:0 8px 18px rgba(0,0,0,0.04);}
.scheduled_preview_title{font-weight:700;color:#1c274c;font-size:14px;margin-bottom:4px;}
.scheduled_preview_meta{font-size:12px;color:#040720;}
.license_lock_container{width:100%;min-height:100vh;background:linear-gradient(135deg,#141726 0%,#1c2238 100%);color:#fff;}
.license_lock_box{max-width:420px;width:90%;background:#0f1220;padding:30px;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,0.35);text-align:center;}
.license_lock_icon{width:64px;height:64px;margin:0 auto 16px;background:rgba(255,255,255,0.08);border-radius:50%;}
.license_lock_title{font-size:20px;font-weight:700;margin-bottom:10px;}
.license_lock_desc{font-size:14px;color:#c5c9d6;margin-bottom:20px;}
.license_lock_btn{display:inline-block;padding:12px 18px;background:#4e6af1;color:#fff;border-radius:10px;font-weight:600;}
.license_lock_btn:hover{background:#3656ec;}
.license_gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff 0%,#f8fbff 50%,#e8f0ff 100%);padding:24px;}
.license_card{max-width:520px;width:100%;background:#ffffff;border:1px solid #e8ebf3;border-radius:16px;box-shadow:0 14px 30px rgba(15,19,38,0.08);padding:26px;display:flex;flex-direction:column;gap:18px;color:#1c274c;}
.license_card_header{display:flex;align-items:center;gap:12px;}
.license_icon{width:48px;height:48px;border-radius:12px;background:rgba(78,106,241,0.08);display:flex;align-items:center;justify-content:center;}
.license_icon svg{width:26px;height:26px;fill:#4e6af1;}
.license_status_chip{padding:8px 12px;border-radius:14px;background:#f0f3ff;color:#4e6af1;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:0.35px;}
.license_title{margin:0;font-size:22px;font-weight:800;color:#1c274c;}
.license_sub{margin:6px 0 0;color:#5b6686;font-size:14px;line-height:1.6;}
.license_meta_row{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px;}
.license_meta_item{flex:1;min-width:160px;background:#f7f9fc;border:1px solid #e8ebf3;border-radius:12px;padding:10px 12px;}
.license_meta_item .label{display:block;font-size:11px;text-transform:uppercase;color:#7c829d;letter-spacing:0.3px;margin-bottom:4px;font-weight:700;}
.license_meta_item .value{font-weight:700;color:#1c274c;font-size:14px;}
.license_actions_row{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px;}
.license_primary_btn,.license_ghost_btn{padding:12px 16px;border-radius:12px;font-weight:700;text-decoration:none;display:inline-block;border:1px solid transparent;}
.license_primary_btn{background:linear-gradient(135deg,#5d7bff,#4cb1ff);color:#fff;}
.license_primary_btn:hover{filter:brightness(1.05);}
.license_ghost_btn{background:#fff;color:#1c274c;border-color:#e8ebf3;}
.license_ghost_btn:hover{border-color:#c7d2f0;}
.license_note{font-size:12px;color:#040720;}
.license_wrap{display:flex;flex-direction:column;gap:15px;}
.license_header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#f8f9fd;border-radius:12px;}
.license_title{font-size:18px;font-weight:700;color:#1c274c;}
.license_sub{color:#040720;font-size:13px;margin-top:4px;}
.license_status_pill{padding:8px 14px;border-radius:20px;font-weight:700;font-size:13px;text-transform:capitalize;}
.license_status_pill.active{background:#e8f5e9;color:#1b5e20;}
.license_status_pill.inactive,.license_status_pill.failed{background:#fff3e0;color:#8c3c00;}
.license_status_pill.locked,.license_status_pill.revoked{background:#ffebee;color:#c62828;}
.license_status_pill.grace{background:#e3f2fd;color:#0d47a1;}
.license_grid{display:grid;grid-template-columns:1fr 320px;gap:15px;}
.license_card{background:#fff;border:1px solid #e6eaf5;border-radius:12px;padding:18px;box-shadow:0 8px 18px rgba(0,0,0,0.04);}
.license_alert{padding:12px 14px;border-radius:10px;font-weight:600;margin-bottom:10px;}
.license_alert.success{background:#e8f5e9;color:#1b5e20;}
.license_alert.error{background:#ffebee;color:#c62828;}
.license_meta{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:12px;}
.license_meta_item{background:#f8f9fd;border:1px solid #e6eaf5;border-radius:10px;padding:10px 12px;flex:1;min-width:180px;}
.license_meta_item .label{display:block;font-size:11px;color:#8a94ad;text-transform:uppercase;letter-spacing:0.4px;margin-bottom:4px;}
.license_meta_item .value{font-weight:700;color:#1c274c;}
.license_form{display:flex;flex-direction:column;gap:12px;}
.license_form .form_row{display:flex;flex-direction:column;gap:6px;}
.license_form label{font-size:13px;color:#4b5563;font-weight:700;}
.license_form input[type=text]{border:1px solid #e6eaf5;border-radius:10px;padding:12px 14px;font-size:14px;background:#fff;}
.license_form input[type=text]:focus{outline:2px solid #4e6af1;}
.form_actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px;}
.primary_btn{background:#4e6af1;color:#fff;border-radius:10px;padding:12px 16px;font-weight:700;border:1px solid #4e6af1;}
.primary_btn:hover{background:#3656ec;border-color:#3656ec;}
.ghost_btn{background:#fff;color:#1c274c;border:1px solid #e6eaf5;border-radius:10px;padding:12px 16px;font-weight:700;}
.ghost_btn:hover{border-color:#c7d2f0;}
.info_card{background:#0f1220;color:#c5c9d6;}
.info_card .info_title{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px;}
.info_card .info_list{margin:0 0 10px 18px;padding:0;list-style:disc;}
.info_card .info_list li{margin-bottom:6px;font-size:13px;}
.info_card .info_note{font-size:13px;color:#9ba4c0;}
.license_notice_area{margin-top:6px;font-size:13px;color:#c62828;}
@media(max-width:1024px){.license_grid{grid-template-columns:1fr;}}
.blog-wrapper{margin:0 auto;padding:30px 20px 60px 20px;display:block;}
.blog-hero{display:flex;flex-direction:column;gap:16px;margin-bottom:30px;}
.blog-hero-head h1{font-size:34px;margin:0;color:#111827;}
.blog-hero-head p{margin:4px 0 12px 0;color:#4b5563;}
.blog-search{display:flex;gap:10px;flex-wrap:wrap;}
.blog-search input{flex:1;min-width:220px;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;font-size:14px;}
.blog-search button{padding:12px 16px;border-radius:12px;background:#111827;color:#fff;border:1px solid #111827;cursor:pointer;}
.blog-hero-card{position:relative;overflow:hidden;border-radius:18px;display:block;color:#fff;background:transparent;min-height:260px;}
.blog-hero-image{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(0.75);}
.blog-hero-content{position:relative;padding:24px 24px 28px 24px;max-width:700px;}
.blog-hero-content h2{margin:6px 0;font-size:24px;line-height:1.3;}
.blog-hero-content p{margin:0;color:#dbeafe;}
.blog-hero-label{position:absolute;top:14px;left:14px;background:#111827;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700;}
.blog-hero-date{font-size:13px;color:#cbd5f5;}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;}
.blog-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 6px 20px rgba(17,24,39,0.06);}
.blog-card-image{display:block;padding-top:62%;background-size:cover;background-position:center;}
.blog-card-body{padding:16px 16px 14px 16px;display:flex;flex-direction:column;gap:8px;flex:1;}
.blog-card-meta{font-size:12px;color:#040720;text-transform:uppercase;letter-spacing:0.5px;}
.blog-card-body h3{margin:0;font-size:18px;}
.blog-card-body h3 a{color:#111827;}
.blog-card-body p{margin:0;color:#4b5563;font-size:14px;line-height:1.6;}
.blog-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#111827;}
.blog-detail{display:grid;grid-template-columns:2fr 1fr;gap:28px;}
.blog-detail-article{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 6px 20px rgba(17,24,39,0.05);}
.blog-detail-header h1{margin:0 0 10px 0;font-size:28px;}
.blog-detail-excerpt{color:#4b5563;margin:0 0 14px 0;}
.blog-detail-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
.blog-author{display:flex;align-items:center;gap:10px;}
.blog-author img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.blog-cover img{width:100%;border-radius:14px;margin:16px 0;}
.blog-content{color:#1f2937;line-height:1.8;}
.blog-reactions{display:flex;gap:10px;margin-top:16px;}
.blog-react{padding:10px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;}
.blog-react.active{background:#111827;color:#fff;border-color:#111827;}
.blog-sidebar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:18px;}
.blog-sidebar-title{font-weight:700;margin-bottom:10px;}
.blog-sidebar ul{margin:0;padding-left:16px;}
.blog-sidebar li{margin-bottom:8px;}
.blog-read-more{margin-top:24px;}
.blog-back{margin-bottom:10px;}
@media(max-width:980px){.blog-detail{grid-template-columns:1fr;}.blog-wrapper{padding:24px 16px;}.blog-hero-card{min-height:220px;}}
.hero-layout{padding:32px 14px 60px;background:#fff;}
.blog-detail-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr;gap:36px;align-items:flex-start;}
.blog-detail-article{background:transparent;border:none;box-shadow:none;padding:0;}
.blog-detail-header h1{font-size:46px;line-height:1.1;margin:0 0 14px 0;color:#0f172a;font-weight:800;}
.blog-detail-excerpt{font-size:16px;color:#4b5563;margin:0 0 18px 0;max-width:780px;}
.hero-img img{width:100%;border-radius:18px;box-shadow:0 22px 60px rgba(0,0,0,0.12);}
.blog-detail-meta{gap:14px;}
.blog-author-name{font-weight:700;color:#111827;}
.blog-author-role{font-size:12px;color:#040720;}
.blog-date{color:#040720;font-size:13px;}
.rich-content{margin-top:26px;color:#1f2937;line-height:1.75;font-size:16px;}
.rich-content h2{font-size:30px;margin:28px 0 14px;color:#0f172a;font-weight:800;}
.rich-content h3{font-size:24px;margin:24px 0 12px;color:#111827;font-weight:700;}
.rich-content p{margin:0 0 18px;}
.rich-content img{max-width:100%;border-radius:14px;display:block;margin:20px auto;}
.blog-latest-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;}
.blog-latest-list a{display:block;padding:12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;text-decoration:none;}
.blog-latest-list .latest-title{font-weight:700;color:#111827;font-size:14px;line-height:1.4;}
.blog-latest-list .latest-snippet{font-size:12px;color:#040720;margin-top:4px;line-height:1.5;}
.blog-latest-list .latest-date{font-size:12px;color:#040720;margin-top:4px;}
.blog-read-more{margin-top:56px;}
.readmore-grid{grid-template-columns:repeat(auto-fit,minmax(260px,320px));gap:18px;justify-content:flex-start;}
.readmore-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(17,24,39,0.08);display:flex;flex-direction:column;}
.readmore-img{display:block;padding-top:58%;background-size:cover;background-position:center;}
.readmore-card img{width:100%;height:220px;object-fit:cover;display:block;}
.readmore-body{padding:14px 14px 18px;}
.readmore-body h4{margin:0;font-size:16px;font-weight:800;color:#111827;}
@media(max-width:1180px){.blog-detail-layout{grid-template-columns:1fr;}}
.blog-detail-page.hero-layout{padding:42px 20px 90px;background:radial-gradient(circle at 12% 20%,rgba(255,255,255,0.95) 0,#f5f7fb 42%,#f3f5fb 100%);}
.blog-detail-page .blog-detail-shell{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.85fr);gap:42px;align-items:flex-start;}
.blog-detail-page .blog-main{display:flex;flex-direction:column;gap:28px;}
.blog-detail-page .blog-back-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#040720;text-decoration:none;}
.blog-detail-page .blog-back-link:hover{color:#111827;}
.blog-detail-page .blog-back-icon{font-size:16px;line-height:1;}
.blog-detail-page .blog-hero-card{display:flex;flex-direction:column;gap:22px;background:transparent;border-radius:24px;padding:0;border:none;box-shadow:none;}
.blog-detail-page .blog-hero-text h1{margin:0 0 10px 0;font-size:46px;line-height:1.08;font-weight:800;color:#0f172a;}
.blog-detail-page .blog-lead{margin:0 0 18px 0;color:#4b5563;font-size:17px;max-width:820px;}
.blog-detail-page .blog-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.blog-detail-page .blog-meta-stats{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.blog-detail-page .blog-author{display:flex;align-items:center;gap:12px;}
.blog-detail-page .blog-author img{width:46px;height:46px;border-radius:50%;object-fit:cover;box-shadow:0 8px 18px rgba(0,0,0,0.08);}
.blog-detail-page .blog-author-name{font-weight:700;color:#111827;}
.blog-detail-page .blog-author-role{font-size:12px;color:#040720;}
.blog-detail-page .blog-date{color:#040720;font-size:14px;font-weight:600;}
.blog-detail-page .blog-views{color:#040720;font-size:13px;font-weight:600;}
.blog-detail-page .blog-hero-media img{width:100%;border-radius:22px;display:block;box-shadow:0 28px 60px rgba(15,23,42,0.16);}
.blog-detail-page .blog-content.rich-content{margin-top:6px;background:transparent;border-radius:22px;padding:0;border:none;box-shadow:none;color:#1f2937;line-height:1.8;font-size:16px;}
.blog-detail-page .blog-content.rich-content h2{font-size:32px;line-height:1.2;margin:28px 0 14px;color:#0f172a;font-weight:800;}
.blog-detail-page .blog-content.rich-content h3{font-size:24px;margin:24px 0 12px;color:#111827;font-weight:700;}
.blog-detail-page .blog-content.rich-content p{margin:0 0 18px;}
.blog-detail-page .blog-content.rich-content img{margin:24px auto;border-radius:16px;}
.blog-detail-page .blog-content.rich-content video,
.blog-detail-page .blog-content.rich-content .blog-inline-video{display:block;width:100%;max-width:100%;margin:24px 0;border-radius:18px;background:#000;box-shadow:0 18px 40px rgba(15,23,42,0.12);}
.blog-detail-page .blog-reactions-compact{display:flex;gap:12px;margin-top:10px;}
.blog-detail-page .blog-react{border-radius:999px;padding:10px 14px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-weight:600;cursor:pointer;transition:all .2s ease;}
.blog-detail-page .blog-react:hover{border-color:#111827;}
.blog-detail-page .blog-react.active{background:#111827;color:#fff;border-color:#111827;}
.blog-detail-page .blog-aside{position:sticky;top:120px;align-self:flex-start;display:flex;flex-direction:column;gap:18px;}
.blog-detail-page .aside-section{background:transparent;border:none;border-radius:18px;padding:16px 18px;box-shadow:none;}
.blog-detail-page .aside-title{font-weight:800;color:#0f172a;margin-bottom:12px;}
.blog-detail-page .aside-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
.blog-detail-page .aside-list li a{display:block;text-decoration:none;padding:10px 12px;border-radius:12px;background:transparent;border:none;color:#111827;transition:all .2s ease;}
.blog-detail-page .aside-list li a:hover{background:transparent;border:none;box-shadow:none;}
.blog-detail-page .aside-item-title{font-weight:700;font-size:14px;line-height:1.4;}
.blog-detail-page .aside-item-snippet{font-size:12px;color:#040720;margin-top:4px;line-height:1.5;}
.blog-detail-page .aside-list.alt li a{background:transparent;}
.blog-detail-page .blog-read-more{max-width:1200px;margin:0 auto;margin-top:64px;}
.blog-detail-page .blog-read-more h3{margin:0 0 18px;font-size:20px;font-weight:800;color:#0f172a;}
.blog-detail-page .blog-grid.readmore-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,384px));gap:24px;justify-content:center;}
.blog-detail-page .readmore-card.blog-list-card{background:transparent;border:none;box-shadow:none;border-radius:0;padding:0;gap:18px;}
.blog-detail-page .blog-detail-ads-wrap a{color:inherit;text-decoration:none;}
.blog-detail-page .blog-list-thumb{display:block;border-radius:24px;overflow:hidden;height:230px;background:#f3f4f6;}
.blog-detail-page .blog-list-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-detail-page .blog-list-body{display:flex;flex-direction:column;gap:14px;flex:1;}
.blog-detail-page .blog-read-more .blog-list-card h3{margin:0;font-size:22px;line-height:1.35;font-weight:700;}
.blog-detail-page .blog-read-more .blog-list-card h3 a{color:#111827;text-decoration:none;}
.blog-detail-page .blog-read-more .blog-list-card h3 a:hover{text-decoration:underline;}
.blog-detail-page .blog-read-more .blog-list-excerpt{margin:0;color:#040720;font-size:15px;line-height:1.65;}
.blog-detail-page .blog-list-footer{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:4px;}
.blog-detail-page .blog-list-meta{font-size:14px;color:#040720;letter-spacing:0;text-transform:none;}
.blog-detail-page .blog-aside-ads .blog-detail-ads-wrap{margin-bottom:0;}
.blog-detail-page .blog-list-author{display:flex;align-items:center;gap:12px;}
.blog-detail-page .blog-list-author img{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:none;}
.blog-detail-page .blog-list-author-name{font-weight:700;color:#111827;font-size:15px;}
.blog-detail-page .blog-list-author-role{font-size:13px;color:#040720;}
.blog-detail-page{--blog-font:'Inter','Segoe UI',system-ui,-apple-system,sans-serif;--blog-heading:#0f172a;--blog-body:#374151;--blog-muted:#040720;--blog-muted-2:#9ca3af;--blog-link:#2563eb;--blog-link-hover:#1d4ed8;}
.blog-detail-page,.blog-detail-page .blog-main,.blog-detail-page .blog-content.rich-content,.blog-detail-page .blog-aside{font-family: inherit;}
.blog-detail-page .blog-back-link{font-size:14px;font-weight:600;color:var(--blog-muted);letter-spacing:-0.005em;}
.blog-detail-page .blog-back-link:hover{color:var(--blog-heading);}
.blog-detail-page .blog-hero-text h1{font-size:48px;line-height:1.08;letter-spacing:-0.03em;font-weight:800;color:var(--blog-heading);}
.blog-detail-page .blog-lead{font-size:16px;line-height:1.6;color:var(--blog-muted);font-weight:500;max-width:820px;}
.blog-detail-page .blog-meta{font-size:13px;color:var(--blog-muted);}
.blog-detail-page .blog-author-name{font-size:13px;font-weight:700;color:var(--blog-heading);}
.blog-detail-page .blog-author-role{font-size:13px;font-weight:500;color:var(--blog-muted-2);}
.blog-detail-page .blog-date{font-size:13px;font-weight:600;color:var(--blog-muted-2);}
.blog-detail-page .blog-content.rich-content{color:var(--blog-body);line-height:1.7;font-size:16px;}
.blog-detail-page .blog-content.rich-content p{color:var(--blog-body);line-height:1.7;font-size:16px;}
.blog-detail-page .blog-content.rich-content h2{font-size:24px;line-height:1.25;letter-spacing:-0.01em;font-weight:700;color:var(--blog-heading);margin:28px 0 14px;}
.blog-detail-page .blog-content.rich-content h3{font-size:19px;line-height:1.35;letter-spacing:-0.005em;font-weight:600;color:var(--blog-heading);margin:22px 0 12px;}
.blog-detail-page .blog-content.rich-content a{color:var(--blog-link);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:2px;font-weight:600;}
.blog-detail-page .blog-content.rich-content a:hover{color:var(--blog-link-hover);}
.blog-detail-page .blog-share{margin:22px 0 0;display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.blog-detail-page .blog-share-label{font-weight:700;color:#0f172a;font-size:14px;}
.blog-detail-page .blog-share-buttons{display:flex;gap:10px;flex-wrap:wrap;}
.blog-detail-page .blog-share-btn{border-radius:999px;padding:10px 14px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-weight:600;font-size:13px;text-decoration:none;transition:all .2s ease;}
.blog-detail-page .blog-share-btn:hover{border-color:#111827;}
.blog-detail-page .blog-share-facebook{color:#1b4f9a;border-color:#dbeafe;background:#eff6ff;}
.blog-detail-page .blog-share-twitter{color:#0f172a;border-color:#e5e7eb;background:#fff;}
.blog-detail-page .blog-share-whatsapp{color:#166534;border-color:#dcfce7;background:#ecfdf3;}
.blog-detail-page .aside-title{font-size:18px;font-weight:600;color:var(--blog-heading);margin-bottom:12px;}
.blog-detail-page .aside-item-title{font-size:14px;font-weight:500;line-height:1.4;color:var(--blog-heading);}
.blog-detail-page .aside-item-snippet{font-size:13px;color:var(--blog-muted);line-height:1.6;margin-top:4px;}
.blog-detail-page .aside-list li a{color:var(--blog-heading);}
.blog-detail-page .aside-list li a:hover{color:var(--blog-heading);}
@media (max-width:1100px){.blog-detail-page .blog-detail-shell{grid-template-columns:1fr;}.blog-detail-page .blog-aside{position:relative;top:auto;}}
@media (max-width:768px){.blog-detail-page.hero-layout{padding:26px 14px 70px;}.blog-detail-page .blog-hero-card{padding:0;}.blog-detail-page .blog-hero-text h1{font-size:34px;}.blog-detail-page .blog-lead{font-size:15px;}.blog-detail-page .blog-content.rich-content{padding:0;}.blog-detail-page .blog-meta{flex-direction:column;align-items:flex-start;}}
.blog-index-page{background:#f9fafb;}
.blog-index-page .blog-index-shell{max-width:1200px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:32px;}
.blog-index-page .blog-index-hero{background:transparent;border:none;border-radius:28px;padding:52px 32px 46px;text-align:center;box-shadow:none;}
.blog-index-page .blog-index-head h1{margin:0 0 12px;font-size:42px;line-height:1.1;letter-spacing:-0.02em;font-weight:800;color:#111827;}
.blog-index-page .blog-index-head p{margin:0 auto 26px;color:#4b5563;font-size:16px;line-height:1.6;max-width:620px;}
.blog-index-page .blog-index-search{display:flex;align-items:center;gap:10px;max-width:520px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:8px 10px 8px 18px;box-shadow:0 10px 30px rgba(15,23,42,0.06);}
.blog-index-page .blog-index-search input{border:none;background:transparent;flex:1;font-size:14px;color:#111827;outline:none;}
.blog-index-page .blog-index-search input::placeholder{color:#9ca3af;}
.blog-index-page .blog-index-search button{width:42px;height:42px;border-radius:999px;border:none;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
.blog-index-page .blog-index-search button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,0.16);background:#0f172a;}
.blog-index-page .blog-search-icon svg{width:18px;height:18px;fill:currentColor;}
.blog-index-page .blog-search-empty{margin:10px 0 0;color:#4b5563;font-size:15px;font-weight:600;text-align:center;}
.blog-index-page .blog-featured-card{display:block;position:relative;border-radius:30px;overflow:hidden;box-shadow:0 26px 70px rgba(15,23,42,0.12);border:1px solid #e5e7eb;}
.blog-index-page .blog-featured-media{position:relative;height:400px;max-height:400px;overflow:hidden;}
.blog-index-page .blog-featured-media img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-index-page .blog-featured-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0) 30%,rgba(15,23,42,0.68) 100%);}
.blog-index-page .blog-featured-content{position:absolute;left:32px;right:32px;bottom:28px;display:flex;flex-direction:column;gap:10px;color:#fff;max-width:720px;}
.blog-index-page .blog-featured-date{font-size:13px;color:#e5e7eb;text-transform:uppercase;letter-spacing:0.5px;}
.blog-index-page .blog-featured-card h2{margin:0;font-size:30px;line-height:1.15;font-weight:800;}
.blog-index-page .blog-featured-card p{margin:0;font-size:15px;line-height:1.6;color:#e5e7eb;}
.blog-index-page .blog-featured-author{display:flex;align-items:center;gap:12px;margin-top:6px;}
.blog-index-page .blog-featured-author img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,0.28);box-shadow:0 10px 24px rgba(0,0,0,0.28);}
.blog-index-page .blog-featured-author-name{font-weight:700;color:#fff;}
.blog-index-page .blog-featured-author-role{font-size:13px;color:#e5e7eb;}
.blog-index-page .blog-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,384px));gap:24px;justify-content:center;}
.blog-index-page .blog-list-card{background:transparent;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;padding:0;gap:18px;}
.blog-index-page .blog-list-thumb{display:block;border-radius:24px;overflow:hidden;height:230px;background:#f3f4f6;}
.blog-index-page .blog-list-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-index-page .blog-list-body{display:flex;flex-direction:column;gap:14px;flex:1;}
.blog-index-page .blog-list-meta{font-size:14px;color:#040720;letter-spacing:0;text-transform:none;}
.blog-index-page .blog-list h3{margin:0;font-size:22px;line-height:1.35;font-weight:700;}
.blog-index-page .blog-list h3 a{color:#111827;text-decoration:none;}
.blog-index-page .blog-list h3 a:hover{text-decoration:underline;}
.blog-index-page .blog-list-excerpt{margin:0;color:#040720;font-size:15px;line-height:1.65;}
.blog-index-page .blog-list-footer{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:4px;}
.blog-index-page .blog-list-author{display:flex;align-items:center;gap:12px;}
.blog-index-page .blog-list-author img{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:none;}
.blog-index-page .blog-list-author-name{font-weight:700;color:#111827;font-size:15px;}
.blog-index-page .blog-list-author-role{font-size:13px;color:#040720;}
@media (max-width:1100px){.blog-index-page .blog-featured-media{height:360px;max-height:360px;}}
@media (max-width:768px){.blog-index-page .blog-index-shell{padding:54px 14px 70px;}.blog-index-page .blog-index-head h1{font-size:34px;}.blog-index-page .blog-index-head p{font-size:15px;}.blog-index-page .blog-featured-media{height:320px;max-height:320px;}.blog-index-page .blog-featured-content{left:20px;right:20px;bottom:22px;}.blog-index-page .blog-featured-card h2{font-size:24px;}.blog-index-page .blog-list{grid-template-columns:1fr;}}

/* Admin payment settings selects */
.i_general_row_box_item select.i_input,
.i_general_row_box_item select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background: #f7f8fb;
 border: 1px solid #dfe4ec;
 border-radius: 14px;
 padding: 12px 44px 12px 14px;
 font-weight: 600;
 color: #111827;
 box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 8px 20px rgba(17,24,39,0.04);
 transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
 background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234b5563' d='M8 10 0 2.5 1.4 1 8 7.1 14.6 1 16 2.5z'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 14px center;
 background-size: 14px;
}
.i_general_row_box_item select.i_input:focus,
.i_general_row_box_item select:focus {
 border-color: #c5d0e0;
 box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
 outline: none;
 background: #ffffff;
}
.i_general_row_box_item select.i_input:hover,
.i_general_row_box_item select:hover {
 border-color: #cbd5e1;
 background: #ffffff;
}
.i_general_row_box_item select.i_input:disabled,
.i_general_row_box_item select:disabled {
 background: #eef1f6;
 color: #9ca3af;
 cursor: not-allowed;
 box-shadow: none;
}

/* Agency directory */
.agencies_wrapper{
 padding:32px 0 70px;
 -ms-flex-direction:column;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 flex-direction:column;
 gap:24px;
 background-color:#f8fafc;
 background-image:
 radial-gradient(rgba(15,23,42,.04) 1px, transparent 1px),
 radial-gradient(560px 240px at 15% 0%, rgba(251,146,60,.18), rgba(255,255,255,0) 60%),
 radial-gradient(520px 220px at 85% 5%, rgba(14,165,233,.12), rgba(255,255,255,0) 60%),
 linear-gradient(180deg,#f8fafc 0%,#ffffff 55%,#f4f6fb 100%);
 background-size:18px 18px,auto,auto,auto;
 background-position:0 0,center top,center top,center;
}
.agencies_hero{max-width:1100px;width:100%;margin:0 auto;padding:0;}
.agencies_hero_content{
 display:flex;
 align-items:flex-start;
 justify-content:space-between;
 gap:28px;
 width:100%;
 background:#fff;
 border:1px solid #e6eaf5;
 border-radius:24px;
 padding:28px 32px;
 position:relative;
 overflow:hidden;
}
.agencies_hero_content:after{
 content:"";
 position:absolute;
 width:220px;
 height:220px;
 right:-90px;
 top:-120px;
 background:radial-gradient(circle,rgba(251,146,60,.2) 0%,rgba(251,146,60,0) 70%);
}
.agencies_hero_text{display:flex;flex-direction:column;gap:10px;max-width:560px;}
.agencies_hero_kicker{display:flex;align-items:center;gap:8px;font-weight:700;color:#92400e;font-size:13px;letter-spacing:.14em;text-transform:uppercase;}
.agencies_hero_kicker svg{width:18px;height:18px;}
.agencies_hero_title{font-size:34px;line-height:1.15;margin:0;color:#0f172a;font-weight:800;}
.agencies_hero_subtitle{font-size:16px;color:#040720;max-width:520px;line-height:1.6;margin:0;}
.agencies_hero_highlights{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;max-width:360px;}
.agencies_hero_chip{
 display:flex;
 gap:12px;
 align-items:center;
 padding:12px 14px;
 border-radius:16px;
 background:#ffffff;
 border:1px solid #eef0f5;
 min-width:170px;
 box-shadow:0 10px 24px rgba(17,24,39,.06);
}
.agencies_hero_chip_icon{
 width:36px;
 height:36px;
 border-radius:12px;
 background:#fff7ed;
 display:flex;
 align-items:center;
 justify-content:center;
 color:#ea580c;
}
.agencies_hero_chip_icon svg{width:18px;height:18px;fill:currentColor;}
.agencies_hero_chip_label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.12em;font-weight:700;}
.agencies_hero_chip_value{font-size:18px;font-weight:800;color:#0f172a;}
.agencies_filters{
 max-width:1100px;
 width:100%;
 margin:0 auto;
 padding:0;
 display:flex;
 justify-content:center;
}
.agencies_filter_bar{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 justify-content:space-between;
 gap:16px;
 width:100%;
 background:#ffffff;
 border:1px solid #e6eaf5;
 border-radius:20px;
 padding:14px 18px;
 box-shadow:0 12px 30px rgba(15,23,42,.08);
}
.agencies_search{
 flex:1 1 420px;
 display:flex;
 align-items:center;
 gap:10px;
 padding:10px 14px;
 border-radius:999px;
 background:#f8fafc;
 border:1px solid #e2e8f0;
}
.agencies_search_icon{display:flex;align-items:center;color:#64748b;}
.agencies_search_icon svg{width:18px;height:18px;fill:currentColor;}
.agencies_search_input{
 border:none;
 outline:none;
 background:transparent;
 flex:1;
 font-size:14px;
 color:#1f2937;
}
.agencies_search_input::placeholder{color:#9aa4b2;}
.agencies_sort{display:flex;flex-direction:column;gap:8px;min-width:200px;margin-left:auto;}
.agencies_filter_label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#64748b;}
.agencies_sort_select{
 border:1px solid #e2e8f0;
 border-radius:14px;
 padding:10px 12px;
 font-size:13px;
 font-weight:600;
 color:#0f172a;
 background:#f8fafc;
}
.agencies_grid{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:22px;
 max-width:1100px;
 width:100%;
 margin:0 auto;
 padding:0;
 align-items:start;
}
.agency_card{
 display:flex;
 flex-direction:column;
 width:100%;
 border-radius:20px;
 border:1px solid #e6eaf5;
 background:#fff;
 box-shadow:0 16px 34px rgba(15,23,42,.08);
 overflow:hidden;
 transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.agency_card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(15,23,42,.12);border-color:#d4dff3;}
.agency_card.is-hidden{display:none;}
.agency_card_cover{position:relative;display:block;overflow:hidden;z-index:0;}
.agency_card_cover::after{
 content:"";
 position:absolute;
 inset:0;
 background:linear-gradient(180deg,rgba(15,23,42,0) 40%,rgba(15,23,42,.35) 100%);
 z-index:0;
}
.agency_card_cover img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .4s ease;}
.agency_card:hover .agency_card_cover img{transform:scale(1.04);}
.agency_card_fee_badge{
 position:absolute;
 right:12px;
 bottom:12px;
 z-index:1;
 background:#ffffff;
 border-radius:999px;
 padding:6px 12px;
 font-size:12px;
 font-weight:700;
 color:#0f172a;
 box-shadow:0 10px 22px rgba(15,23,42,.18);
}
.agency_card_body{display:flex;flex-direction:column;gap:10px;padding:18px;}
.agency_card_description{font-size:14px;color:#64748b;line-height:1.6;}
.agency_card_head{display:flex;align-items:center;gap:12px;}
.agency_card_avatar{
 width:44px;
 height:44px;
 border-radius:999px;
 background:#f1f5f9;
 overflow:hidden;
 border:2px solid #fff;
 box-shadow:0 10px 22px rgba(15,23,42,.12);
 flex-shrink:0;
}
.agency_card_avatar img{width:100%;height:100%;object-fit:cover;}
.agency_card_title a{font-size:18px;font-weight:700;color:#0f172a;text-decoration:none;line-height:1.3;}
.agency_card_owner{font-size:13px;color:#040720;}
.agency_card_owner a{color:#1d4ed8;font-weight:600;text-decoration:none;}
.agency_card_owner a:hover{text-decoration:underline;}
.agency_card_meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#475569;}
.agency_card_meta_item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:4px 10px;font-weight:600;}
.agency_card_actions{margin-top:auto;}
.agency_card_actions .i_nex_btn{width:100%;}
.agency_card_actions .box_not{
 width:100%;
 text-align:center;
 padding:10px 12px;
 border-radius:14px;
 background:#f8fafc;
 border:1px dashed #e2e8f0;
 color:#64748b;
 font-size:12px;
}
.agency_empty_state{
 grid-column:1/-1;
 text-align:center;
 color:#040720;
 padding:24px;
 border-radius:18px;
 border:1px dashed #d7deef;
 background:#fff;
 display:flex;
 flex-direction:column;
 align-items:center;
 justify-content:center;
 gap:8px;
}
.agency_empty_state.is-hidden{display:none;}
.agency_empty_icon{width:56px;height:56px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8;margin:0 auto;}
.agency_empty_icon svg{width:22px;height:22px;}
.agency_empty_title{font-size:20px;font-weight:700;color:#0f172a;text-align:center;}
.agency_empty_note{font-size:14px;color:#64748b;max-width:420px;text-align:center;margin:0 auto;}

/* Community module */
.communities_wrapper{
 padding:32px 0 70px;
 -ms-flex-direction:column;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 flex-direction:column;
 gap:24px;
 background-color:#f8fafc;
 background-image:
 radial-gradient(rgba(15,23,42,.04) 1px, transparent 1px),
 radial-gradient(600px 240px at 15% 0%, rgba(59,130,246,.18), rgba(255,255,255,0) 60%),
 radial-gradient(520px 220px at 85% 5%, rgba(14,165,233,.14), rgba(255,255,255,0) 60%),
 linear-gradient(180deg,#f8fafc 0%,#ffffff 55%,#f4f6fb 100%);
 background-size:18px 18px,auto,auto,auto;
 background-position:0 0,center top,center top,center;
}
.communities_hero{max-width:1100px;width:100%;margin:0 auto 24px;padding:0 20px;}
.communities_hero_content{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:28px;
 width:100%;
 background:#fff;
 border:1px solid #e6eaf5;
 border-radius:24px;
 padding:28px 32px;
 position:relative;
 overflow:hidden;
}
.communities_hero_content:after{
 content:"";
 position:absolute;
 width:220px;
 height:220px;
 right:-90px;
 top:-120px;
 background:radial-gradient(circle,rgba(59,130,246,.18) 0%,rgba(59,130,246,0) 70%);
}
.communities_hero_text{display:flex;flex-direction:column;gap:10px;max-width:640px;}
.communities_hero_kicker{display:flex;align-items:center;gap:8px;font-weight:700;color:#1c274c;font-size:13px;letter-spacing:.14em;text-transform:uppercase;}
.communities_hero_kicker svg{width:18px;height:18px;}
.communities_hero_title{font-size:36px;line-height:1.15;margin:0;color:#0f172a;font-weight:800;}
.communities_hero_subtitle{font-size:16px;color:#040720;max-width:520px;line-height:1.6;margin:0;}
.communities_hero_actions{display:flex;flex-direction:column;gap:8px;align-items:flex-start;}
.communities_hero_note{font-size:13px;color:#040720;max-width:240px;}
.communities_hero_actions .i_nex_btn{
 border-radius:999px;
 padding:12px 22px;
 font-weight:700;
 letter-spacing:.01em;
 border:1px solid #2f6bff;
 background:linear-gradient(135deg,#3b82f6 0%,#2563eb 55%,#1d4ed8 100%);
 color:#fff;
 text-decoration:none;
 box-shadow:0 10px 24px rgba(37,99,235,.25);
 transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.communities_hero_actions .i_nex_btn:hover{
 transform:translateY(-1px);
 text-decoration:none;
 box-shadow:0 16px 30px rgba(37,99,235,.28);
 filter:brightness(1.02);
}
.communities_hero_actions .i_nex_btn:active{
 transform:translateY(0);
 box-shadow:0 10px 22px rgba(37,99,235,.22);
}
.community_leaderboard_page .communities_hero_actions .i_nex_btn,
.community_leaderboard_page .communities_hero_actions .i_nex_btn:hover,
.community_leaderboard_page .communities_hero_actions .i_nex_btn:focus,
.community_leaderboard_page .communities_hero_actions .i_nex_btn:active{
 padding:10px 18px;
 font-size:12px;
 font-weight:700;
 letter-spacing:0;
 text-decoration:none;
}

.communities_filters{max-width:1100px;margin:0 auto 24px;padding:0 20px;}
.communities_filter_bar{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 gap:16px;
 background:#fff;
 border:1px solid #e6eaf5;
 border-radius:20px;
 padding:16px 18px;
}
.communities_search{
 flex:1 1 240px;
 display:flex;
 align-items:center;
 gap:10px;
 padding:10px 14px;
 border-radius:999px;
 border:1px solid #e2e8f0;
 background:#f8fafc;
}
.communities_search_icon{display:flex;align-items:center;color:#64748b;}
.communities_search_icon svg{width:18px;height:18px;fill:currentColor;}
.communities_search_input{
 border:none;
 background:transparent;
 font-size:14px;
 color:#0f172a;
 width:100%;
 outline:none;
}
.communities_search_input::placeholder{color:#9aa4b2;}
.communities_filter_group{display:flex;flex-direction:column;gap:8px;min-width:160px;}
.communities_filter_label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#64748b;}
.communities_filter_chips{display:flex;flex-wrap:wrap;gap:8px;}
.communities_category_select{display:none;}
.community_filter_chip,
.community_filter_toggle{
 border:1px solid #e2e8f0;
 background:#f8fafc;
 color:#334155;
 font-size:12px;
 font-weight:700;
 border-radius:999px;
 padding:6px 12px;
 cursor:pointer;
 transition:all .2s ease;
 white-space:nowrap;
}
.community_filter_chip:hover,
.community_filter_toggle:hover{border-color:#cbd5f5;background:#eef2ff;color:#1e293b;}
.community_filter_chip.is-active,
.community_filter_toggle.is-active{
 background:#111827;
 border-color:#111827;
 color:#fff;
 box-shadow:0 10px 22px rgba(17,24,39,.2);
}
.communities_filter_toggles{display:flex;flex-wrap:wrap;gap:8px;}
.communities_sort{display:flex;flex-direction:column;gap:8px;min-width:160px;}
.communities_sort_select,
.communities_category_select{
 appearance:none;
 -webkit-appearance:none;
 -moz-appearance:none;
 border:1px solid #e2e8f0;
 background:#f8fafc;
 border-radius:999px;
 padding:10px 42px 10px 14px;
 font-size:13px;
 font-weight:700;
 color:#0f172a;
 background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2364748b' d='M7 10 0 2.6 1.2 1 7 6.8 12.8 1 14 2.6z'/%3E%3C/svg%3E");
 background-repeat:no-repeat;
 background-position:right 14px center;
 background-size:12px;
}

.communities_highlights{max-width:1100px;margin:0 auto 26px;padding:0 20px;display:flex;flex-direction:column;gap:16px;}
.communities_highlights_title{font-size:16px;font-weight:800;color:#0f172a;letter-spacing:.08em;text-transform:uppercase;}
.communities_highlights_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.community_highlight_card{
 display:flex;
 flex-direction:column;
 border-radius:20px;
 overflow:hidden;
 border:1px solid #e6eaf5;
 background:#fff;
 box-shadow:0 18px 40px rgba(15,23,42,.08);
 text-decoration:none;
 color:inherit;
 transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.community_highlight_card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(15,23,42,.12);border-color:#d5def0;}
.community_highlight_media{position:relative;height:150px;overflow:visible;}
.community_highlight_media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;}
.community_highlight_card:hover .community_highlight_media img{transform:scale(1.04);}
.community_highlight_label{
 position:absolute;
 left:14px;
 top:14px;
 background:#0f172a;
 color:#fff;
 padding:6px 12px;
 border-radius:999px;
 font-size:11px;
 font-weight:700;
 letter-spacing:.08em;
 text-transform:uppercase;
}
.community_highlight_avatar{
 position:absolute;
 bottom:-18px;
 left:16px;
 width:42px;
 height:42px;
 border-radius:999px;
 border:2px solid #fff;
 background:#f1f5f9;
 overflow:hidden;
 box-shadow:0 10px 24px rgba(15,23,42,.15);
}
.community_highlight_avatar img{width:100%;height:100%;object-fit:cover;}
.community_highlight_body{padding:26px 16px 16px;display:flex;flex-direction:column;gap:6px;}
.community_highlight_title{font-size:16px;font-weight:700;color:#0f172a;}
.community_highlight_category{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#64748b;}
.community_highlight_meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#040720;font-weight:600;}
.community_highlight_meta span{display:inline-flex;align-items:center;gap:6px;}
.community_highlight_meta span svg{width:14px;height:14px;display:inline-block;flex:0 0 auto;}

.communities_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px;max-width:1100px;margin:0 auto;padding:0 20px;}
.community_card{
 display:flex;
 flex-direction:column;
 border-radius:20px;
 border:1px solid #e6eaf5;
 background:#fff;
 box-shadow:0 16px 34px rgba(15,23,42,.08);
 overflow:hidden;
 transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.community_card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(15,23,42,.12);border-color:#d4dff3;}
.community_card_cover{position:relative;display:block;overflow:hidden;z-index:0;}
.community_card_cover::after{
 content:"";
 position:absolute;
 inset:0;
 background:linear-gradient(180deg,rgba(15,23,42,0) 40%,rgba(15,23,42,.35) 100%);
 z-index:0;
}
.community_card_cover img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .4s ease;}
.community_card:hover .community_card_cover img{transform:scale(1.04);}
.community_card_price_badge{
 position:absolute;
 right:12px;
 bottom:12px;
 z-index:1;
 background:#ffffff;
 border-radius:999px;
 padding:6px 12px;
 font-size:12px;
 font-weight:700;
 color:#0f172a;
 box-shadow:0 10px 22px rgba(15,23,42,.18);
 display:inline-flex;
 align-items:center;
 gap:6px;
}
.community_card_price_badge svg{width:14px;height:14px;display:inline-block;flex:0 0 auto;}
.community_card_body{display:flex;flex-direction:column;gap:10px;padding:18px;min-height:210px;}
.community_card_head{display:flex;align-items:center;gap:12px;}
.community_card_avatar{
 width:44px;
 height:44px;
 border-radius:999px;
 background:#f1f5f9;
 overflow:hidden;
 border:2px solid #fff;
 box-shadow:0 10px 22px rgba(15,23,42,.12);
 flex-shrink:0;
}
.community_card_avatar img{width:100%;height:100%;object-fit:cover;}
.community_card_title a{font-size:18px;font-weight:700;color:#0f172a;text-decoration:none;line-height:1.3;}
.community_card_category{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.12em;font-weight:700;}
.community_card_description{font-size:14px;color:#64748b;line-height:1.6;}
.community_card_meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#475569;}
.community_card_meta_item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:4px 10px;font-weight:600;display:inline-flex;align-items:center;gap:6px;}
.community_card_meta_item svg{width:14px;height:14px;display:inline-block;flex:0 0 auto;}
.community_card_actions{margin-top:auto;}
.community_card_actions .i_nex_btn{width:100%;}
.community_empty_state{
 grid-column:1/-1;
 text-align:center;
 color:#040720;
 padding:24px;
 border-radius:18px;
 border:1px dashed #d7deef;
 background:#fff;
 display:flex;
 flex-direction:column;
 align-items:center;
 justify-content:center;
 gap:8px;
}
.community_empty_state.is-hidden{display:none;}
.community_empty_icon{width:56px;height:56px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8;margin:0 auto;}
.community_empty_icon svg{width:22px;height:22px;}
.community_empty_title{font-size:20px;font-weight:700;color:#0f172a;text-align:center;}
.community_empty_note{font-size:14px;color:#64748b;max-width:420px;text-align:center;margin:0 auto;}
.community_loading_state{max-width:1100px;margin:20px auto 0;padding:0 20px;display:none;}
.communities_wrapper.is-filtering .community_loading_state{display:block;}
.communities_wrapper.is-filtering .communities_grid{opacity:.5;pointer-events:none;}
.community_loading_card{
 display:flex;
 align-items:center;
 gap:12px;
 padding:16px 18px;
 border-radius:16px;
 border:1px solid #e6eaf5;
 background:#fff;
 box-shadow:0 16px 34px rgba(15,23,42,.06);
}
.community_loading_spinner{
 width:22px;
 height:22px;
 border-radius:50%;
 border:2px solid #cbd5e1;
 border-top-color:#2563eb;
 animation:communitySpin .8s linear infinite;
}
.community_loading_title{font-size:14px;font-weight:700;color:#0f172a;}
.community_loading_note{font-size:13px;color:#64748b;}
@keyframes communitySpin{
 from{transform:rotate(0deg);}
 to{transform:rotate(360deg);}
}

.community_profile_wrapper .i_p_cards{flex-wrap:wrap;gap:8px;}
.community_profile_wrapper .i_p_items_box{flex-wrap:wrap;gap:12px;}

.community_detail_header{display:flex;flex-wrap:wrap;gap:24px;max-width:1100px;margin:0 auto 24px;padding:0 20px;}
.community_detail_cover{flex:1 1 320px;min-width:280px;}
.community_detail_cover img{width:100%;height:220px;object-fit:cover;border-radius:18px;border:1px solid #e6eaf5;box-shadow:0 12px 28px rgba(15,23,42,.08);}
.community_detail_info{flex:1 1 360px;min-width:280px;display:flex;flex-direction:column;gap:12px;}
.community_detail_title{font-size:28px;font-weight:700;color:#0f172a;}
.community_detail_meta{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:#475569;}
.community_meta_item{background:#f4f6fb;border-radius:999px;padding:6px 12px;font-weight:600;}
.community_detail_owner{font-size:14px;color:#5b6472;}
.community_detail_owner a{color:#2563eb;font-weight:600;text-decoration:none;}
.community_detail_actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
.community_badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#eef3ff;color:#2f6bff;font-weight:700;font-size:12px;}
.community_badge_full{background:#fff1f2;color:#d64755;}
.community_detail_body{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:18px;}
.community_detail_description{font-size:15px;line-height:1.6;color:#4b5563;background:#fff;border:1px solid #e6eaf5;border-radius:16px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.06);}
.community_content{border-radius:18px;border:1px dashed #d7deef;background:linear-gradient(135deg,#f7faff 0%,#ffffff 100%);padding:24px;}
.community_content_title{font-weight:700;font-size:18px;color:#1c274c;margin-bottom:6px;}
.community_content_note{font-size:14px;color:#040720;}
.community_paywall{border-radius:18px;border:1px solid #e6eaf5;background:#fff;padding:24px;text-align:center;box-shadow:0 12px 28px rgba(15,23,42,.08);}
.community_paywall_icon svg{width:32px;height:32px;margin-bottom:10px;}
.community_paywall_title{font-weight:700;font-size:18px;color:#0f172a;margin-bottom:6px;}
.community_paywall_note{font-size:14px;color:#040720;margin-bottom:14px;}

.community_modal .i_modal_in_in{max-width:620px;}
.community_modal .i_modal_content{padding:24px 26px 28px;}
.community_modal_header{display:flex;flex-direction:column;gap:6px;margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid #edf1f7;}
.community_modal_title{font-size:24px;font-weight:700;color:#0f172a;}
.community_modal_note{font-size:14px;color:#64748b;}
.community_modal_notice{padding:12px 14px;border-radius:12px;background:#fff5f5;border:1px solid #ffe0e2;color:#b42333;font-weight:600;font-size:13px;}
.community_plan_gate{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;background:#f8fafc;border:1px dashed #d7deef;}
.community_plan_price{font-size:13px;font-weight:600;color:#475569;}
.community_plan_price svg{width:14px;height:14px;}
.community_form_group{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;}
.community_form .form_label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;}
.community_form .inora_user_input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;font-size:14px;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;}
.community_form .inora_user_input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15);background:#fff;outline:none;}
.community_form textarea.inora_user_input{min-height:120px;resize:vertical;}
.community_price_group{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:6px 10px;}
.community_price_group .inora_user_input{border:none;background:transparent;padding:8px 6px;min-width:140px;}
.community_price_group .inora_user_input:focus{box-shadow:none;}
.community_currency{font-weight:700;color:#111827;}
.community_file_input{width:100%;padding:12px;background:#f8fafc;border-radius:12px;border:1px dashed #d7deef;}
.community_form_message{font-size:13px;color:#b42333;min-height:18px;}
.community_form_message.is-success{color:#1d7a44;}
.community_form_actions{display:flex;justify-content:flex-end;margin-top:12px;}
.community_form_actions .i_nex_btn{min-width:200px;}
.community_access_options{display:flex;flex-wrap:wrap;gap:10px;}
.community_access_option{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer;transition:all .2s ease;}
.community_access_option input{accent-color:#3b82f6;}
.community_access_option:hover{border-color:#cbd5f5;background:#fff;}
.community_access_static{display:flex;align-items:center;gap:8px;}
.community_access_badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#eef3ff;color:#2f6bff;font-weight:700;font-size:12px;}
.community_price_group_wrap.is-hidden{display:none;}
.community_free_limit_note{margin-top:8px;font-size:12px;color:#64748b;}
.community_free_limit_note.is-hidden{display:none;}
.community_manage_card{margin-bottom:16px;}
.community_enter_btn{
 padding:10px 18px;
 font-weight:600;
 letter-spacing:.02em;
 border-radius:999px;
 border:1px solid #1d4ed8;
 background:linear-gradient(135deg,#1d4ed8 0%,#0ea5e9 100%);
 box-shadow:0 10px 24px rgba(29,78,216,.18);
 text-decoration:none;
}
.community_enter_btn:hover{
 transform:translateY(-1px);
 box-shadow:0 14px 28px rgba(29,78,216,.22);
}
.community_upgrade_cta{margin-top:12px;padding:14px;border-radius:14px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);display:flex;align-items:center;justify-content:space-between;gap:12px;}
.community_upgrade_cta_text{display:flex;flex-direction:column;gap:4px;}
.community_upgrade_cta_title{font-size:14px;font-weight:700;color:#0f172a;}
.community_upgrade_cta_note{font-size:12px;color:#64748b;}
.community_upgrade_cta .i_nex_btn{min-width:auto;padding:8px 16px;border-radius:999px;}
.community_content_layout{display:flex;align-items:flex-start;gap:20px;}
.community_manage_column{flex:0 0 450px;max-width:450px;width:100%;}
.community_feed_column{flex:1 1 auto;min-width:0;width:100%;}
.community_manage_card .communityEditModalBtn,
.community_manage_card .communityDeleteBtn{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 gap:8px;
 padding:8px 12px;
 border-radius:10px;
 border:1px solid #e2e8f0;
 background:#f8fafc;
 color:#0f172a;
 font-size:12px;
 font-weight:700;
 text-transform:none;
 box-shadow:none;
 transition:all .2s ease;
}
.community_manage_card .communityEditModalBtn:hover,
.community_manage_card .communityDeleteBtn:hover{
 background:#eef2f7;
 border-color:#cbd5f5;
 color:#0f172a;
}
.community_manage_card .communityEditModalBtn svg{
 width:18px;
 height:18px;
}
.community_profile_wrapper .pageMiddleRow .pageMiddlePosts{max-width:none;min-width:0;width:100%;}
.community_profile_wrapper .pageMiddleRow #moreType{max-width:none;min-width:0;width:100%;}
.community_post_badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:5px;background:#d3e2f8;color:#2f6bff;font-weight:700;font-size:11px;margin-right:6px;text-decoration:none;}
.community_moderation_list{display:flex;flex-direction:column;gap:8px;}
.community_member_row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #edf1f7;}
.community_member_row:last-child{border-bottom:none;}
.community_member_meta{display:flex;align-items:center;gap:10px;font-weight:600;color:#0f172a;}
.community_member_meta img{width:32px;height:32px;border-radius:999px;object-fit:cover;}
.community_member_actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.community_member_actions .inora_user_input{min-width:160px;padding:10px 36px 10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;font-size:13px;font-weight:600;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;}
.community_member_actions .inora_user_input:focus{border-color:#1e88e5;box-shadow:0 0 0 3px rgba(30,136,229,.2);background:#fff;outline:none;}
.community_member_status_label{font-size:12px;font-weight:600;color:#0f172a;padding:6px 10px;border-radius:999px;background:#f1f5f9;}
.community_member_timeout{display:flex;flex-direction:column;gap:6px;}
.community_member_timeout_label{font-size:11px;color:#040720;}
.community_moderator_form{display:flex;flex-direction:column;gap:10px;margin-bottom:12px;}
.community_moderator_form_row{display:flex;flex-direction:column;gap:6px;}
.community_moderator_options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;}
.community_moderator_option{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#0f172a;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid transparent;transition:all .2s ease;cursor:pointer;}
.community_moderator_option input{accent-color:#3b82f6;}
.community_moderator_option:hover{border-color:#cbd5f5;background:#f1f5f9;}
.community_moderator_options_note{margin-top:8px;font-size:12px;line-height:1.4;color:#040720;}
.community_moderator_submit_btn{padding:10px 30px;border-radius:30px;background:#1e88e5;color:#fff;font-weight:600;font-size:13px;border:none;box-shadow:0 8px 16px rgba(17,112,196,.2);transition:background .2s ease,box-shadow .2s ease,opacity .2s ease;}
.community_moderator_submit_btn:hover{background:#1170c4;box-shadow:0 10px 20px rgba(17,112,196,.25);}
.community_moderator_submit_btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;}
.community_moderator_edit_header{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.community_moderator_form_actions_split{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;}
.community_moderator_edit_modal .community_moderator_remove_btn{border:none;}
.community_moderator_form_actions{display:flex;justify-content:flex-end;}
.community_moderator_title,.community_members_title{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.community_moderators_list{display:flex;flex-direction:column;gap:10px;}
.community_moderators_grid,.community_moderation_grid,.community_members_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:18px;}
.community_moderator_card,.community_moderation_member_card,.community_member_card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:8px 6px;border-radius:14px;border:1px solid transparent;background:transparent;transition:all .2s ease;cursor:pointer;}
.community_moderator_card:hover,.community_moderation_member_card:hover,.community_member_card:hover{border-color:#e2e8f0;background:#f8fafc;transform:translateY(-1px);}
.community_moderator_avatar,.community_moderation_member_avatar,.community_member_avatar{width:70px;height:70px;border-radius:999px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.community_moderator_avatar img,.community_moderation_member_avatar img,.community_member_avatar img{width:64px;height:64px;border-radius:999px;object-fit:cover;}
.community_moderator_name,.community_moderation_member_name,.community_member_name{font-weight:600;font-size:13px;color:#0f172a;max-width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.community_moderator_row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #edf1f7;}
.community_moderator_row:last-child{border-bottom:none;}
.community_moderator_actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.community_moderator_permissions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;}
.community_moderator_badge{font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#0f172a;}
.community_moderation_actions_list{display:flex;flex-direction:column;gap:10px;}
.community_moderation_action_row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;}
.community_moderation_action_row.is-reverted{opacity:.7;}
.community_moderation_action_meta{display:flex;align-items:center;gap:10px;}
.community_moderation_action_text{display:flex;flex-direction:column;gap:2px;}
.community_moderation_action_meta img{width:32px;height:32px;border-radius:999px;object-fit:cover;}
.community_moderation_action_title{font-weight:600;font-size:13px;color:#0f172a;}
.community_moderation_action_subtitle{font-size:12px;color:#040720;}
.community_role_icon{display:inline-flex;align-items:center;margin-left:6px;vertical-align:middle;}
.community_role_icon svg{width:12px;height:12px;display:block;}
.community_moderation_action_controls{display:flex;align-items:center;gap:8px;}
.community_moderation_revert{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:12px;font-weight:700;transition:all .2s ease;cursor:pointer;}
.community_moderation_revert:hover{background:#f1f5f9;border-color:#cbd5f5;}
.community_moderation_reverted_label{font-size:12px;font-weight:700;color:#10b981;}
.community_moderation_header{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.communityModerationModalBtn,.communityModeratorModalBtn,.communityMembersModalBtn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;font-size:12px;font-weight:700;transition:all .2s ease;cursor:pointer;}
.communityModerationModalBtn:hover,.communityModeratorModalBtn:hover,.communityMembersModalBtn:hover{background:#eef2f7;border-color:#cbd5f5;color:#0f172a;}
.community_moderation_modal_inner{max-width:720px;width:100%;}
.community_moderation_body{padding:16px;}
.community_moderation_search_wrapper{margin-bottom:16px;}
.community_moderation_search_input,.community_moderator_search_input{width:100%;padding:12px 16px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:14px;color:#0f172a;outline:none;}
.community_moderation_search_input::placeholder,.community_moderator_search_input::placeholder{color:#9aa4b2;}
.community_moderation_search_input:focus,.community_moderator_search_input:focus{border-color:#cbd5f5;box-shadow:0 0 0 3px rgba(203,213,245,.4);background:#fff;}
.community_moderator_options_modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(15,23,42,.45);z-index:1050;padding:16px;}
.community_moderator_options_modal.is-visible{display:flex;}
.community_moderator_options_panel{background:#fff;border-radius:16px;max-width:520px;width:100%;padding:16px;box-shadow:0 24px 60px rgba(15,23,42,.25);}
.community_moderator_options_header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;}
.community_moderator_options_title{font-weight:700;font-size:16px;color:#0f172a;}
.community_moderator_options_close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:none;background:transparent;color:#0f172a;cursor:pointer;transition:all .2s ease;}
.community_moderator_options_close:hover{background:transparent;}
.community_moderator_options_close svg{width:16px;height:16px;}
.community_moderation_user_list{display:flex;flex-wrap:wrap;gap:16px;}
.community_moderation_search_results{display:none;}
.community_moderation_user_card{width:120px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;}
.community_moderation_user_avatar{width:86px;height:86px;border-radius:999px;background:#f6ede3;display:flex;align-items:center;justify-content:center;}
.community_moderation_user_avatar img{width:70px;height:70px;border-radius:999px;object-fit:cover;}
.community_moderation_user_name{font-weight:600;color:#0f172a;font-size:13px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.community_moderation_add_btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:12px;font-weight:700;transition:all .2s ease;cursor:pointer;}
.community_moderation_add_btn:hover{background:#f1f5f9;border-color:#cbd5f5;color:#0f172a;}
.community_moderation_added_label{font-size:12px;font-weight:700;color:#10b981;}
.community_moderation_user_card.is-added .community_moderation_user_avatar{opacity:.8;}
.community_moderator_user_card{cursor:pointer;}
.community_moderator_user_card.is-added{cursor:default;}
.community_moderator_user_card.is-selected .community_moderation_user_avatar{box-shadow:0 0 0 3px rgba(59,130,246,.4);}
.community_moderator_user_card.is-selected .community_moderation_user_name{color:#1d4ed8;}
.community_moderation_empty{width:100%;text-align:center;color:#040720;font-size:13px;padding:12px 0;}

.community_pay_header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;text-align:center;}
.community_pay_cover img{width:100%;max-width:260px;border-radius:14px;border:1px solid #e6eaf5;object-fit:cover;}
.community_pay_icon svg{width:40px;height:40px;}
.community_pay_title{font-weight:700;font-size:18px;color:#0f172a;}
.community_pay_category{font-size:12px;color:#040720;text-transform:uppercase;letter-spacing:.06em;}
.community_pay_price{font-size:14px;color:#4b5563;font-weight:600;}
.community_pay_price svg{width:14px;height:14px;}
.community_action_box{margin-top:18px;}
.community_action_note{font-size:13px;color:#040720;margin-bottom:10px;}
@media (max-width: 900px){
 .community_content_layout{flex-direction:column;}
 .community_manage_column{max-width:none;}
}
@media (max-width:1100px){
 .communities_highlights_grid{grid-template-columns:repeat(2,minmax(0,1fr));}
 .agencies_grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 600px){
 .community_moderation_user_card{width:calc(50% - 8px);}
}

@media (max-width:768px){
 .agencies_hero_content{flex-direction:column;align-items:flex-start;}
 .agencies_hero_title{font-size:28px;}
 .agencies_hero_highlights{width:100%;justify-content:flex-start;}
 .agencies_hero,
 .agencies_filters,
 .agencies_grid{padding:0 16px;}
 .agencies_filters{margin:0;width:100%;box-sizing:border-box;}
 .agencies_filter_bar{flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box;overflow:hidden;}
 .agencies_search{flex:0 0 auto;width:100%;min-width:0;max-width:100%;}
 .agencies_sort{width:100%;min-width:0;max-width:100%;}
 .agencies_sort_select{width:100%;}
 .agencies_grid{grid-template-columns:1fr;}
 .agency_card_cover img{height:200px;}
 .communities_hero_content{flex-direction:column;align-items:flex-start;}
 .communities_hero_title{font-size:28px;}
 .communities_hero_actions{width:100%;}
 .communities_hero_actions .i_nex_btn{width:100%;}
 .communities_filters{margin:0 0 24px;padding:0 16px;width:100%;box-sizing:border-box;}
 .communities_filter_bar{flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box;overflow:hidden;}
 .communities_search{flex:0 0 auto;width:100%;min-width:0;max-width:100%;}
 .communities_filter_group,.communities_sort{width:100%;min-width:0;max-width:100%;}
 .communities_sort_select{width:100%;}
 .communities_filter_chips{display:none;}
 .communities_category_select{display:block;width:100%;}
 .communities_filter_toggles{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;max-width:100%;}
 .communities_highlights_grid{grid-template-columns:1fr;}
 .communities_grid{grid-template-columns:1fr;}
 .community_card_cover img{height:200px;}
 .community_detail_cover img{height:200px;}
 .community_detail_title{font-size:24px;}
}

.age_confirm_overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.72);backdrop-filter:blur(6px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;z-index:9999;padding:24px;box-sizing:border-box;}
.age_confirm_overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto;}
.age_confirm_card{width:100%;max-width:680px;background:linear-gradient(180deg,#ffffff 0%,#f7f9fd 100%);border:1px solid #e6eaf5;border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.22);padding:32px 36px;box-sizing:border-box;text-align:left;}
.age_confirm_title{font-size:26px;line-height:1.2;font-weight:800;color:#111827;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;}
.age_confirm_desc{font-size:15px;line-height:1.6;color:#4b5563;margin-bottom:18px;}
.age_confirm_list{margin:0 0 24px;padding-left:20px;color:#374151;font-size:15px;line-height:1.6;}
.age_confirm_list li{margin-bottom:8px;}
.age_confirm_actions{display:flex;gap:14px;align-items:center;margin-bottom:18px;}
.age_confirm_btn{flex:1 1 0;min-height:48px;border-radius:12px;font-weight:700;font-size:14px;letter-spacing:.04em;text-transform:uppercase;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;}
.age_confirm_yes{background:linear-gradient(90deg,#f65169,#fab429);color:#ffffff;box-shadow:0 12px 22px rgba(246,81,105,.25);}
.age_confirm_yes:hover{transform:translateY(-1px);box-shadow:0 16px 26px rgba(246,81,105,.28);}
.age_confirm_no{background:#ffffff;color:#f65169;border:1px solid rgba(246,81,105,.35);box-shadow:0 10px 18px rgba(15,23,42,.08);}
.age_confirm_no:hover{transform:translateY(-1px);box-shadow:0 14px 22px rgba(15,23,42,.12);}
.age_confirm_terms{font-size:13px;color:#040720;}
.age_confirm_terms_link{color:#f65169;font-weight:600;text-decoration:none;}
.age_confirm_terms_link:hover{text-decoration:underline;}
body.age-confirm-open{overflow:hidden;}
@media (max-width:640px){
 .age_confirm_card{padding:24px;border-radius:16px;}
 .age_confirm_title{font-size:20px;}
 .age_confirm_actions{flex-direction:column;}
 .age_confirm_btn{width:100%;}
}

/* Profile Highlights */
.profile_highlights{margin:24px 0;padding:18px 18px 14px;background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);border-radius:18px;border:1px solid #eef1f7;box-shadow:0 12px 28px rgba(20,30,58,.06);}
.profile_highlights_header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eef1f7;}
.profile_highlights_title{display:inline-flex;align-items:center;font-size:15px;font-weight:700;color:#1f2937;letter-spacing:.02em;}
.profile_highlights_title svg{width:18px;height:18px;margin-right:6px;fill:#1f2937;}
.profile_highlights_add{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid #e2e7f2;background-color:#f6f7fb;font-size:12px;font-weight:700;color:#1f2937;cursor:pointer;box-shadow:0 8px 18px rgba(31,41,55,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}
.profile_highlights_add svg{width:14px;height:14px;fill:#1f2937;}
.profile_highlights_add:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(31,41,55,.12);background:#ffffff;}
.profile_highlights_list{display:flex;flex-wrap:nowrap;gap:14px;overflow-x:auto;padding:8px 2px 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#dbe1ef transparent;}
.profile_highlights_list::-webkit-scrollbar{height:6px;}
.profile_highlights_list::-webkit-scrollbar-thumb{background:#dbe1ef;border-radius:999px;}
.profile_highlights_list::-webkit-scrollbar-track{background:transparent;}
.profile_highlights_empty{font-size:12px;color:#040720;padding:6px 2px;}
.highlight-item{position:relative;flex:0 0 auto;scroll-snap-align:start;}
.profile_highlights .story-view-item{width:98px !important;}
.profile_highlights .story-bubble{--story-size:86px;box-shadow:0 10px 20px rgba(15,23,42,.12);}
.highlight-item .name{font-size:12px;font-weight:600;color:#1f2937;}
.highlight-edit{position:absolute;top:-6px;right:-6px;width:24px;height:24px;border-radius:50%;border:1px solid #e2e7f2;background-color:rgba(255,255,255,.95);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px rgba(15,23,42,.12);transition:transform .2s ease,box-shadow .2s ease;}
.highlight-edit svg{width:13px;height:13px;fill:#1f2937;}
.highlight-edit:hover{transform:scale(1.05);box-shadow:0 12px 22px rgba(15,23,42,.16);}
.highlight-modal .highlight-modal-body{padding:15px;}
.highlight-form-field{margin-bottom:15px;}
.highlight-label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#111111;}
.highlight-title-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e5e5e5;font-size:14px;outline:none;}
.highlight-story-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:10px;}
.highlight-story-option{position:relative;cursor:pointer;}
.highlight-story-checkbox{position:absolute;opacity:0;pointer-events:none;}
.highlight-story-thumb{display:block;width:100%;padding-top:100%;border-radius:12px;background-size:cover;background-position:center;border:2px solid transparent;}
.highlight-story-checkbox:checked + .highlight-story-thumb{border-color:#f65169;}
.highlight-cover-uploader{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.highlight-cover-preview{width:92px;height:92px;border-radius:12px;background:#f3f5fb;border:1px dashed #d7dbe6;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;color:#040720;padding:8px;background-size:cover;background-position:center;}
.highlight-cover-preview.has-cover{border-style:solid;}
.highlight-cover-preview.has-cover .highlight-cover-placeholder{display:none;}
.highlight-cover-placeholder{line-height:1.3;}
.highlight-cover-button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid #e2e7f2;background:#f6f7fb;font-size:12px;font-weight:700;color:#1f2937;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}
.highlight-cover-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.12);background:#ffffff;}
.highlight-cover-input{display:none;}
.highlight-cover-hint{font-size:11px;color:#040720;margin-top:6px;}
.highlight-empty-note{font-size:13px;color:#666666;}
.highlight-error{font-size:12px;color:#f65169;min-height:16px;}
.highlight-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.i_sidebar_profile_card{background:#ffffff;border:1px solid #edf1f7;border-radius:18px;overflow:hidden;margin-bottom:18px;}
.i_sidebar_profile_cover{height:160px;background-color:#e7eefc;background-size:cover;background-position:center;position:relative;}
.i_sidebar_profile_cover:before{content:"";position:absolute;inset:0;background:radial-gradient(120px 90px at 90% 10%,rgba(79,70,229,.45),transparent 70%),radial-gradient(140px 100px at 0% 0%,rgba(148,163,184,.45),transparent 70%),linear-gradient(135deg,rgba(248,250,252,.9),rgba(226,232,240,.35));}
.i_sidebar_profile_body{padding:14px 14px 16px;position:relative;text-align:center;}
.i_sidebar_profile_header{display:flex;align-items:center;justify-content:center;margin-top:-66px;}
.i_sidebar_profile_avatar{width:120px;height:120px;border-radius:50%;border:3px solid #ffffff;overflow:hidden;background:#ffffff;box-shadow:0 8px 18px rgba(15,23,42,.18);flex:0 0 auto;}
.i_sidebar_profile_avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.i_sidebar_profile_meta{margin-top:10px;}
.i_sidebar_profile_name{font-size:16px;font-weight:700;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;}
.i_sidebar_profile_verified{display:inline-flex;align-items:center;color:#4f46e5;}
.i_sidebar_profile_handle{font-size:12px;color:#64748b;margin-top:4px;}
.i_sidebar_profile_category{font-size:11px;color:#475569;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;}
.i_sidebar_profile_category svg{width:14px;height:14px;display:block;flex:0 0 auto;}
.i_sidebar_profile_stats{margin-top:12px;background:#f5f7fb;border-radius:14px;padding:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:8px;}
.i_sidebar_profile_stat{background:#ffffff;border-radius:10px;padding:8px 6px;text-align:center;text-decoration:none;color:#0f172a;border:1px solid #eef1f7;transition:all .2s ease;}
.i_sidebar_profile_stat:hover{background:#f1f5f9;}
.i_sidebar_profile_stat .stat_value{font-weight:700;font-size:14px;display:block;}
.i_sidebar_profile_stat .stat_label{font-size:11px;color:#64748b;display:block;margin-top:2px;}
.i_sidebar_profile_alerts{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;}
.i_sidebar_profile_alert{font-size:11px;padding:6px 10px;border-radius:999px;border:1px solid #fed7aa;background:#fff7ed;color:#b45309;text-decoration:none;display:inline-flex;align-items:center;gap:6px;}
.i_sidebar_profile_alert.is-critical{border-color:#fecaca;background:#fff1f2;color:#b42318;}
.i_sidebar_profile_alert.is-warning{border-color:#fde68a;background:#fffbeb;color:#92400e;}
.i_sidebar_profile_badges{margin-top:8px;display:flex;flex-wrap:wrap;justify-content:center;gap:6px;}
.i_sidebar_profile_badge{font-size:11px;padding:4px 10px;border-radius:999px;border:1px solid #e0e7ff;background:#eef2ff;color:#4338ca;font-weight:600;}
.i_sidebar_profile_badge.is-active{border-color:#bbf7d0;background:#ecfdf3;color:#15803d;}
.i_sidebar_profile_badge.is-warning{border-color:#fed7aa;background:#fff7ed;color:#b45309;}
.i_sidebar_profile_badge.is-pending{border-color:#e5e7eb;background:#f3f4f6;color:#4b5563;}
.i_sidebar_profile_bio{margin-top:8px;font-size:12px;color:#475569;line-height:1.4;}
.i_sidebar_profile_bio_empty{color:#0f172a;text-decoration:underline;}
.i_sidebar_profile_quick{margin-top:10px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;}
.i_sidebar_profile_quick_btn{padding:6px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:11px;font-weight:600;color:#0f172a;cursor:pointer;text-decoration:none;transition:all .2s ease;appearance:none;}
.i_sidebar_profile_quick_btn:hover{background:#ffffff;box-shadow:0 6px 14px rgba(15,23,42,.08);}
.i_sidebar_profile_earnings{margin-top:12px;padding:10px 12px;border-radius:12px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#ffffff;display:flex;align-items:center;justify-content:space-between;font-size:12px;}
.i_sidebar_profile_earnings .earnings_value{font-weight:700;}
.i_sidebar_profile_progress{margin-top:12px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #eef1f7;}
.i_sidebar_profile_progress_header{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;color:#475569;}
.i_sidebar_profile_progress_bar{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:6px;}
.i_sidebar_profile_progress_fill{display:block;height:100%;background:#0f172a;}
.i_sidebar_profile_progress_list{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:8px;}
.i_sidebar_profile_progress_item{font-size:10px;color:#64748b;display:flex;align-items:center;}
.i_sidebar_profile_progress_item:before{content:"";width:8px;height:8px;border-radius:50%;border:1px solid #cbd5e1;margin-right:6px;}
.i_sidebar_profile_progress_item.is-done{color:#0f172a;}
.i_sidebar_profile_progress_item.is-done:before{background:#22c55e;border-color:#22c55e;}
.i_sidebar_profile_actions{margin-top:12px;}
.i_sidebar_profile_btn{display:flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;background:#0f172a;color:#ffffff;text-decoration:none;font-weight:600;}
.i_sidebar_profile_btn:hover{background:#111827;}
@media (max-width:680px){.i_sidebar_profile_header{margin-top:-56px;}}
.obs-layout-editor{display:flex;flex-direction:column;gap:14px;}
.obs-layout-toolbar{display:flex;flex-wrap:wrap;gap:10px;}
.obs-layout-canvas{position:relative;width:100%;max-width:720px;aspect-ratio:16/9;background:#f4f6fb;border:1px solid #dfe4ef;border-radius:14px;overflow:hidden;}
.obs-layout-canvas:before{content:"";position:absolute;inset:0;background-image:linear-gradient(transparent 31px,rgba(15,23,42,.06) 32px),linear-gradient(90deg,transparent 31px,rgba(15,23,42,.06) 32px);background-size:32px 32px;pointer-events:none;}
.obs-layout-widget{position:absolute;top:0;left:0;transform-origin:top left;padding:8px 12px;border-radius:10px;background:#0f172a;color:#ffffff;font-size:12px;font-weight:600;box-shadow:0 10px 20px rgba(15,23,42,.18);cursor:grab;user-select:none;touch-action:none;}
.obs-layout-widget.obs-layout-dragging{cursor:grabbing;box-shadow:0 12px 28px rgba(15,23,42,.28);}
.obs-layout-widget-disabled{opacity:.5;}
.obs-layout-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
.obs-layout-control{padding:10px 12px;border-radius:12px;border:1px solid #e4e8f2;background:#ffffff;display:flex;flex-direction:column;gap:8px;}
.obs-layout-control-title{font-size:13px;font-weight:600;color:#111827;}
.obs-layout-control label{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;color:#475569;}
.obs-layout-control input{width:90px;padding:6px 8px;border-radius:8px;border:1px solid #d6dbe6;font-size:12px;}
.obs-layout-coords{font-size:11px;color:#64748b;display:flex;gap:6px;align-items:center;}
.obs-styles-editor{display:flex;flex-direction:column;gap:12px;}
.obs-style-section{border:1px solid #e4e8f2;border-radius:12px;padding:10px 12px;background:#ffffff;}
.obs-style-section summary{cursor:pointer;font-weight:600;color:#111827;}
.obs-style-fields{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;}
.obs-style-fields label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569;}
.obs-style-fields input,.obs-style-fields select{padding:8px 10px;border-radius:8px;border:1px solid #d6dbe6;font-size:12px;}
.obs-style-fields input[type=hidden]{display:none;}
.obs-style-color{display:flex;flex-direction:column;gap:6px;}
.obs-color-picker{display:flex;flex-direction:column;gap:8px;}
.obs-color-options{display:flex;flex-wrap:wrap;gap:6px;padding:6px;border-radius:10px;border:1px solid #d6dbe6;background:#f8fafc;max-height:120px;overflow:auto;}
.obs-color-option{width:22px;height:22px;border-radius:6px;border:1px solid rgba(15,23,42,.2);background:var(--swatch,#ffffff);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;}
.obs-color-option.obs-color-default{width:auto;padding:0 8px;height:22px;font-size:11px;color:#475569;background:#ffffff;}
.obs-color-option.is-selected{outline:2px solid #3b82f6;outline-offset:1px;}
.obs-color-selected{display:flex;align-items:center;gap:6px;font-size:11px;color:#475569;}
.obs-color-swatch{width:18px;height:18px;border-radius:5px;border:1px solid #d1d5db;background:var(--swatch,#ffffff);}
.obs-style-range{display:flex;flex-direction:column;gap:6px;}
.obs-style-range-field{display:flex;align-items:center;gap:8px;}
.obs-style-range-slider{width:100%;padding:0;border:0;background:transparent;appearance:none;-webkit-appearance:none;height:6px;border-radius:999px;background-color:#e2e8f0;outline:none;}
.obs-style-range-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2px solid #ffffff;box-shadow:0 0 0 1px rgba(59,130,246,.45);}
.obs-style-range-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2px solid #ffffff;box-shadow:0 0 0 1px rgba(59,130,246,.45);}
.obs-style-range-slider::-moz-range-track{height:6px;border-radius:999px;background-color:#e2e8f0;}
.obs-style-range-value{min-width:34px;text-align:right;font-size:11px;color:#0f172a;}
.obs-styles-actions{display:flex;justify-content:flex-start;}
.obs-overlay-layout-note,.obs-overlay-styles-note{font-size:12px;color:#64748b;}
.obs-overlay-tabs{display:flex;flex-wrap:wrap;gap:10px;}
.obs-overlay-tab{display:flex;flex-direction:column;gap:4px;align-items:flex-start;min-width:180px;padding:10px 12px;border-radius:12px;border:1px solid #d6dbe6;background:#ffffff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;}
.obs-overlay-tab:hover{border-color:#c2cade;transform:translateY(-1px);}
.obs-overlay-tab.is-active{border-color:#3b82f6;box-shadow:0 10px 24px rgba(59,130,246,.15);}
.obs-overlay-tab-label{font-size:12px;font-weight:600;color:#0f172a;}
.obs-overlay-tab-token{font-size:11px;font-weight:700;color:#2563eb;letter-spacing:.3px;}
.obs-overlay-tab-status{font-size:11px;color:#64748b;}
.obs-overlay-panels{display:block;width:100%;}
.obs-overlay-panel{display:none;}
.obs-overlay-panel.is-active{display:block;}
.settings_main_wrapper.obs_overlays_page .i_settings_wrapper_item{align-items:stretch;flex-direction:column;}
.settings_main_wrapper.obs_overlays_page .i_settings_item_title{width:100%;margin-bottom:8px;}
.settings_main_wrapper.obs_overlays_page .i_settings_item_title_for{width:100%;padding-left:0;}
.settings_main_wrapper.obs_overlays_page .i_settings_wrapper_item.obs-collapsible-item{padding-top:14px;padding-bottom:14px;}
.settings_main_wrapper.obs_overlays_page .obs-collapsible-title{cursor:pointer;position:relative;padding-right:30px;}
.settings_main_wrapper.obs_overlays_page .obs-collapsible-title:after{content:'-';position:absolute;right:0;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#41506f;background:#eef2fa;}
.settings_main_wrapper.obs_overlays_page .obs-collapsible-item.obs-collapsible-closed .obs-collapsible-title:after{content:'+';}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-wrap{margin-bottom:14px;padding:10px;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-title{font-size:14px;font-weight:700;color:#1f2937;line-height:1.25;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-note{font-size:12px;color:#64748b;margin-top:4px;margin-bottom:8px;line-height:1.4;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-field{position:relative;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#64748b;opacity:.9;pointer-events:none;z-index:2;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-icon svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-input{width:100%;height:48px;padding:0 14px 0 44px;border:1px solid #d7e0ef;border-radius:14px;background:#ffffff;color:#1f2937;font-size:14px;font-weight:600;letter-spacing:.1px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-input:hover{border-color:#c6d2e8;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-input:focus{border-color:#3b82f6;background:#ffffff;box-shadow:0 0 0 3px rgba(59,130,246,.2),0 12px 24px rgba(59,130,246,.12);outline:none;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-input::placeholder{color:#8a97ac;font-weight:500;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);display:none;max-height:280px;overflow:auto;background:#ffffff;border:1px solid #dce3f0;border-radius:12px;box-shadow:0 14px 34px rgba(15,23,42,.12);z-index:40;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestions.is-visible{display:block;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestion{width:100%;padding:9px 12px;border:0;border-bottom:1px solid #eef2fa;background:transparent;display:flex;flex-direction:column;align-items:flex-start;gap:2px;cursor:pointer;text-align:left;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestion:last-child{border-bottom:0;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestion:hover,.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestion.is-active{background:#f3f7ff;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestion-title{font-size:13px;font-weight:600;color:#1f2937;}
.settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestion-meta{font-size:11px;color:#64748b;}
.settings_main_wrapper.obs_overlays_page .i_settings_wrapper_item.obs-search-highlight{background:#f3f8ff;transition:background-color .9s ease;}
@media (max-width:768px){
 .settings_main_wrapper.obs_overlays_page .obs-overlay-search-wrap{margin-bottom:12px;}
 .settings_main_wrapper.obs_overlays_page .obs-overlay-search-title{font-size:13px;}
 .settings_main_wrapper.obs_overlays_page .obs-overlay-search-note{font-size:11px;}
 .settings_main_wrapper.obs_overlays_page .obs-overlay-search-suggestions{top:calc(100% + 6px);}
}
.scheduled_live_page{display:flex;flex-direction:column;gap:16px;}
.scheduled_live_header{display:flex;flex-direction:column;gap:14px;}
.scheduled_live_page_actions{display:flex;flex-wrap:wrap;gap:12px;}
.scheduled_live_page_actions .new_s_one{margin:0;border-radius:12px;flex:1 1 240px;}
.scheduled_live_title_card{background:#ffffff;border:1px solid #e6eaf2;border-radius:14px;padding:14px 18px;box-shadow:0 6px 16px rgba(15,23,42,.06);}
.scheduled_live_title_card .live_title_page{margin:0;padding-bottom:0;text-transform:none;letter-spacing:.2px;font-size:16px;color:#1f2937;}
.scheduled_live_title_card .live_title_page svg{width:26px;height:26px;margin-right:8px;}
.scheduled_live_page .scheduled_live_streamings_list_container{margin-top:6px;}
.scheduled_live_page .scheduled_live_empty{grid-column:1/-1;border:1px dashed #e2e8f0;border-radius:16px;background:#ffffff;box-shadow:0 10px 18px rgba(15,23,42,.05);padding:28px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:220px;}
.scheduled_live_page .scheduled_live_empty .noPostIcon svg{width:64px;height:64px;fill:#cbd5e1;}
.scheduled_live_page .scheduled_live_empty .noPostNote{font-size:14px;color:#64748b;font-weight:600;text-align:center;max-width:220px;}
.scheduled_live_streamings_list_container{display:grid;gap:16px;}
.scheduled_live_card{border:1px solid #e6eaf2;border-radius:16px;background:#ffffff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 18px rgba(15,23,42,.06);}
.scheduled_live_link{display:flex;flex-direction:column;text-decoration:none;color:inherit;}
.scheduled_live_cover{position:relative;height:150px;background-size:cover;background-position:center;}
.scheduled_live_badge{position:absolute;top:12px;left:12px;background:#0f172a;color:#ffffff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;letter-spacing:.3px;}
.scheduled_live_avatar{position:absolute;bottom:-18px;left:16px;width:42px;height:42px;border-radius:50%;border:2px solid #ffffff;background-size:cover;background-position:center;box-shadow:0 6px 12px rgba(15,23,42,.15);}
.scheduled_live_body{padding:28px 16px 14px 16px;display:flex;flex-direction:column;gap:6px;}
.scheduled_live_creator{font-size:12px;color:#64748b;font-weight:700;letter-spacing:.3px;text-transform:uppercase;}
.scheduled_live_title{font-size:16px;font-weight:700;color:#0f172a;line-height:1.2;}
.scheduled_live_time,.scheduled_live_price{display:flex;gap:6px;font-size:12px;color:#475569;align-items:center;}
.scheduled_live_time .label,.scheduled_live_price .label{color:#94a3b8;font-weight:700;letter-spacing:.4px;text-transform:uppercase;}
.scheduled_live_countdown{display:flex;align-items:center;gap:10px;background:#f1f5f9;border-radius:10px;padding:8px 10px;font-size:12px;color:#0f172a;}
.scheduled_live_countdown_value{font-weight:700;min-width:64px;text-align:left;}
.scheduled_live_countdown_label{color:#64748b;font-weight:600;}
.scheduled_live_actions{display:flex;justify-content:space-between;align-items:center;padding:0 16px 16px;gap:10px;flex-wrap:wrap;}
.scheduled_live_view_btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:10px;background:#0f172a;color:#ffffff;font-size:12px;font-weight:700;text-decoration:none;border:1px solid #0f172a;}
.scheduled_live_view_btn:hover{background:#111827;}
.scheduled_live_delete_btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:#ffffff;color:#b91c1c;font-size:12px;font-weight:700;border:1px solid #fecaca;cursor:pointer;}
.scheduled_live_delete_btn:hover{background:#fee2e2;}
.profile_scheduled_lives_card{width:100%;margin-bottom:16px;}
.profile_scheduled_lives_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px;}
.profile_scheduled_lives_title{font-size:14px;font-weight:700;color:#0f172a;}
.profile_scheduled_lives_link{font-size:12px;font-weight:700;color:#2563eb;text-decoration:none;}
.profile_scheduled_lives_list{display:grid;gap:16px;}
.profile_scheduled_live_item{width:100%;border-radius:18px;overflow:hidden;background:#ffffff;box-shadow:0 18px 30px rgba(15,23,42,.08);border:1px solid #e6eaf2;}
.profile_scheduled_live_link{display:block;text-decoration:none;color:inherit;}
.profile_scheduled_live_cover{position:relative;height:190px;background-size:cover;background-position:center;}
.profile_scheduled_live_cover:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.35) 0%,rgba(15,23,42,0) 55%);}
.profile_scheduled_live_date{position:absolute;left:16px;bottom:-18px;width:68px;height:68px;background:#ffffff;border-radius:16px;box-shadow:0 14px 20px rgba(15,23,42,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;}
.profile_scheduled_live_day{font-size:22px;font-weight:800;color:#0f172a;line-height:1;}
.profile_scheduled_live_month{font-size:12px;font-weight:700;color:#ef4444;text-transform:uppercase;letter-spacing:.6px;}
.profile_scheduled_live_body{padding:30px 18px 16px;display:flex;flex-direction:column;gap:8px;}
.profile_scheduled_live_title{font-size:18px;font-weight:800;color:#0f172a;line-height:1.2;}
.profile_scheduled_live_time{font-size:12px;color:#64748b;font-weight:600;display:flex;gap:6px;flex-wrap:wrap;}
.profile_scheduled_live_time span{color:#0f172a;font-weight:700;}
.profile_scheduled_live_actions{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:0 18px 16px;}
.profile_scheduled_live_view_btn{font-size:12px;font-weight:700;color:#0f172a;text-decoration:none;background:#f1f5f9;padding:7px 12px;border-radius:10px;border:1px solid #e2e8f0;}
.profile_scheduled_live_view_btn:hover{background:#e2e8f0;}
.scheduled_post_card{width:100%;border-radius:18px;overflow:hidden;background:#ffffff;border:1px solid #e5e7eb;}
.scheduled_post_link{display:block;text-decoration:none;color:inherit;}
.scheduled_post_link:hover{text-decoration:none;}
.scheduled_post_cover{position:relative;height:190px;background-size:cover;background-position:center;}
.scheduled_post_cover:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.35) 0%,rgba(15,23,42,0) 55%);}
.scheduled_post_date{position:absolute;left:16px;bottom:-18px;width:70px;height:70px;background:#ffffff;border-radius:16px;box-shadow:0 14px 24px rgba(15,23,42,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;}
.scheduled_post_day{font-size:22px;font-weight:800;color:#111827;line-height:1;}
.scheduled_post_month{font-size:12px;font-weight:700;color:#ef4444;text-transform:uppercase;letter-spacing:.6px;}
.scheduled_post_body{padding:30px 18px 18px;display:flex;flex-direction:column;gap:6px;background:#ffffff;transition:background .2s ease,color .2s ease;}
.scheduled_post_title{font-size:18px;font-weight:800;color:#0f172a;line-height:1.2;transition:color .2s ease;}
.scheduled_post_time{font-size:12px;color:#64748b;font-weight:600;transition:color .2s ease;}
.scheduled_post_link:hover .scheduled_post_body{background:#f8fafc;}
.scheduled_post_link:hover .scheduled_post_title,
.scheduled_post_link:hover .scheduled_post_time{color:#4e6af1;}
@media (min-width:720px){.scheduled_live_streamings_list_container{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (min-width:1100px){.scheduled_live_streamings_list_container{grid-template-columns:repeat(3,minmax(0,1fr));}}
.trend-hashtags-widget .trend-hashtags {
 padding: 12px 14px 16px 14px;
 border-radius: 14px;
 border: 1px solid #e6eaf3;
 background: #f6f8fc;
}

.trend-hashtags__list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 8px;
}

.trend-hashtags__tag {
 display: inline-flex;
 align-items: center;
 padding: 7px 14px;
 border-radius: 999px;
 font-weight: 600;
 font-size: 13px;
 letter-spacing: 0.2px;
 color: #ffffff;
 text-decoration: none;
 box-shadow: 0 8px 16px rgba(24, 32, 56, 0.12);
 transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.trend-hashtags__tag:hover {
 transform: translateY(-1px);
 box-shadow: 0 10px 20px rgba(24, 32, 56, 0.16);
 opacity: 0.95;
}

.trend-hashtag--coral {
 background: #e35d4f;
}

.trend-hashtag--amber {
 background: #f2a341;
}

.trend-hashtag--mint {
 background: #48b88d;
}

.trend-hashtag--sky {
 background: #4a96d6;
}

.trend-hashtag--violet {
 background: #8b6ad6;
}

.trend-hashtag--orange {
 background: #f08b3f;
}

.trend-hashtag--teal {
 background: #3aa7a3;
}

.trend-hashtag--rose {
 background: #d95a86;
}
.trend-hashtags-header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 10px;
}

.trend-hashtags-header__title {
 font-size: 18px;
 font-weight: 600;
 color: #000000;
}

.trend-hashtags-header__btn {
 border: 1px solid #d6dce8;
 background: #f2f5fb;
 color: #3b4a66;
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 0.4px;
 padding: 6px 10px;
 border-radius: 999px;
 cursor: pointer;
 transition: all 0.2s ease;
}

.trend-hashtags-header__btn:hover {
 background: #e7ecf6;
 border-color: #c8d0e0;
}

.trend-top100-modal .i_modal_in_in {
 max-width: 640px;
}

.trend-top100-modal .i_modal_content {
 padding: 18px 20px 22px;
}

.trend-top100-header {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 10px;
 margin-bottom: 16px;
}

.trend-top100-title {
 font-size: 20px;
 font-weight: 700;
 color: #0f172a;
}

.trend-top100-body {
 max-height: 520px;
 overflow: auto;
 padding: 14px;
 background: #f8fafc;
 border: 1px solid #e2e8f0;
 border-radius: 18px;
}

.trend-top100-list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 10px 12px;
}

.trend-top100-item {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 8px;
 max-width: 100%;
 padding: 8px 12px;
 border-radius: 999px;
 border: 1px solid rgba(255, 255, 255, 0.6);
 background: #94a3b8;
 box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
 color: #ffffff;
 transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.trend-top100-item:hover,
.trend-top100-item:focus-within {
 box-shadow: 0 14px 24px rgba(15, 23, 42, 0.18);
 transform: translateY(-1px);
 filter: brightness(1.02);
}

.trend-top100-rank {
 min-width: 22px;
 height: 22px;
 border-radius: 999px;
 border: 1px solid rgba(255, 255, 255, 0.45);
 background: rgba(255, 255, 255, 0.18);
 color: #ffffff;
 font-size: 11px;
 font-weight: 700;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.trend-top100-tag {
 min-width: 0;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 font-weight: 700;
 font-size: 14px;
 letter-spacing: 0.2px;
 color: #ffffff;
 text-decoration: none;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 max-width: 52vw;
}

.trend-top100-tag:hover {
 text-decoration: underline;
 color: #ffffff;
}

.trend-top100-count {
 margin-left: 2px;
 display: inline-flex;
 align-items: center;
 padding: 2px 8px;
 border-radius: 999px;
 border: 1px solid rgba(255, 255, 255, 0.45);
 background: rgba(255, 255, 255, 0.22);
 font-size: 11px;
 color: #ffffff;
 font-weight: 700;
}

.trend-top100-empty {
 padding: 18px 12px;
 border-radius: 14px;
 background: #f8fafc;
 border: 1px dashed #dbe2ee;
 color: #64748b;
 font-weight: 600;
 text-align: center;
}

.trend-top100-item:nth-child(8n + 1) {
 background: #e35d4f;
}

.trend-top100-item:nth-child(8n + 2) {
 background: #f2a341;
}

.trend-top100-item:nth-child(8n + 3) {
 background: #48b88d;
}

.trend-top100-item:nth-child(8n + 4) {
 background: #4a96d6;
}

.trend-top100-item:nth-child(8n + 5) {
 background: #8b6ad6;
}

.trend-top100-item:nth-child(8n + 6) {
 background: #f08b3f;
}

.trend-top100-item:nth-child(8n + 7) {
 background: #3aa7a3;
}

.trend-top100-item:nth-child(8n + 8) {
 background: #d95a86;
}

.i_link_preview {
 margin-top: 10px;
 border: 1px solid #e5e7eb;
 border-radius: 12px;
 overflow: hidden;
 background: #ffffff;
}

.i_link_preview_link {
 display: block;
 color: inherit;
 text-decoration: none;
}

.i_link_preview_image {
 width: 100%;
 aspect-ratio: 16 / 9;
 background: #f3f4f6;
}

.i_link_preview_image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}

.i_link_preview_body {
 padding: 10px 12px 12px;
 background: #f0f2f5;
}

.i_link_preview_domain {
 font-size: 11px;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: #040720;
}

.i_link_preview_title {
 margin-top: 4px;
 font-size: 16px;
 font-weight: 700;
 color: #111827;
 line-height: 1.35;
}

.i_link_preview_desc {
 margin-top: 4px;
 font-size: 13px;
 color: #4b5563;
 line-height: 1.4;
 max-height: 2.8em;
 overflow: hidden;
}

/* Age verification page */
.age-verif-page {
 position: relative;
}

.age-verif-page .i_become_creator_container.age-verif-card {
 max-width: 920px;
 margin-top: 70px;
 border-radius: 18px;
 overflow: hidden;
 background: #ffffff;
 -webkit-box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
 box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
}

.age-verif-page .i_become_creator_container.age-verif-card:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 4px;
 background: -webkit-gradient(linear, left top, right top, from(#6a8fcb), to(#f65169));
 background: linear-gradient(90deg, #6a8fcb 0%, #f65169 100%);
}

.age-verif-page .i_become_creator_container.age-verif-card:after {
 content: "";
 position: absolute;
 top: -120px;
 right: -120px;
 width: 240px;
 height: 240px;
 background: radial-gradient(circle, rgba(106, 143, 203, 0.2) 0%, rgba(106, 143, 203, 0) 70%);
 pointer-events: none;
}

.age-verif-page .age-verif-content {
 position: relative;
 z-index: 1;
}

.age-verif-page .age-verif-layout {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 18px;
}

.age-verif-page .age-verif-intro {
 background: -webkit-linear-gradient(310deg, #f7f8fb 0%, #eef1f7 100%);
 background: linear-gradient(140deg, #f7f8fb 0%, #eef1f7 100%);
 border-bottom: 1px solid #e4e8f0;
}

.age-verif-page .age-verif-header {
 padding: 32px 30px;
 gap: 16px;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.age-verif-page .age-verif-header .i_login_box_wellcome_icon {
 padding: 18px 20px;
 -webkit-transform: translateY(-2%) rotate(12deg);
 transform: translateY(-2%) rotate(12deg);
 background-color: rgba(106, 143, 203, 0.16);
 border: 1px solid rgba(106, 143, 203, 0.32);
 -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
 box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.age-verif-page .age-verif-header .i_login_box_wellcome_icon svg {
 width: 42px;
 height: 42px;
 fill: #4d6fb6;
}

.age-verif-page .age-verif-header .i_lBack {
 font-size: 28px;
}

.age-verif-page .age-verif-header .i_lnot {
 font-size: 14px;
 color: #5b647a;
 line-height: 1.5;
}

.age-verif-page .age-verif-container {
 padding: 28px 30px 34px;
}

.age-verif-page .age-verif-panel {
 background: #fbfcfe;
 border: 1px solid #e6e9f1;
 border-radius: 14px;
 padding: 14px;
 margin-bottom: 18px;
}

.age-verif-page .age-verif-status-row {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 12px;
}

.age-verif-page .age-verif-status-label {
 font-size: 11px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: #6c738a;
}

.age-verif-page .age-verif-badge {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 6px;
 padding: 6px 12px;
 border-radius: 999px;
 font-size: 12px;
 font-weight: 700;
}

.age-verif-page .age-verif-badge--ok {
 background: #e7f6ef;
 border: 1px solid #bce8d2;
 color: #0f766e;
}

.age-verif-page .age-verif-badge--warn {
 background: #fff4e5;
 border: 1px solid #f6d3a8;
 color: #b45309;
}

.age-verif-page .age-verif-required {
 margin-top: 12px;
 padding: 10px 12px;
 background: #fff1f3;
 border: 1px solid #ffd2db;
 border-radius: 10px;
 color: #7a3340;
 font-size: 13px;
}

.age-verif-page .age-verif-message {
 margin-bottom: 16px;
 border-radius: 12px;
 padding: 12px 14px;
 font-size: 13px;
}

.age-verif-page .age-verif-message--success {
 background: #ecfdf5;
 border: 1px solid #bbf7d0;
 color: #166534;
}

.age-verif-page .age-verif-message--error {
 background: #fef2f2;
 border: 1px solid #fecaca;
 color: #991b1b;
}

.age-verif-page .age-verif-action .i_login_button {
 margin-top: 0;
 border-radius: 12px;
 background: -webkit-linear-gradient(315deg, #f65169 0%, #ff7a8e 100%);
 background: linear-gradient(135deg, #f65169 0%, #ff7a8e 100%);
 -webkit-box-shadow: 0 12px 24px rgba(246, 81, 105, 0.28);
 box-shadow: 0 12px 24px rgba(246, 81, 105, 0.28);
}

.age-verif-page .age-verif-action .i_login_button:hover {
 -webkit-box-shadow: 0 14px 28px rgba(246, 81, 105, 0.35);
 box-shadow: 0 14px 28px rgba(246, 81, 105, 0.35);
}

.age-verif-page .age-verif-action .i_login_button button {
 padding: 14px 12px;
 letter-spacing: 0.02em;
}

.age-verif-page .age-verif-action .i_login_button button:disabled {
 cursor: not-allowed;
 opacity: 0.6;
}

.age-verif-page .age-verif-inline-message {
 margin-top: 10px;
 min-height: 18px;
 color: #040720;
 font-size: 12px;
}

.age-verif-page .age-verif-card {
 -webkit-animation: age-verif-enter 0.45s ease-out;
 animation: age-verif-enter 0.45s ease-out;
}

@-webkit-keyframes age-verif-enter {
 from {
 opacity: 0;
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
 }
 to {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

@keyframes age-verif-enter {
 from {
 opacity: 0;
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
 }
 to {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

@media (max-width: 900px) {
 .age-verif-page .age-verif-layout {
 gap: 16px;
 }
 .age-verif-page .age-verif-intro {
 border-bottom: 1px solid #e4e8f0;
 }
 .age-verif-page .i_become_creator_container.age-verif-card {
 margin-top: 40px;
 }
 .age-verif-page .age-verif-header {
 padding: 26px 22px;
 }
 .age-verif-page .age-verif-container {
 padding: 22px;
 }
}

@media (prefers-reduced-motion: reduce) {
 .age-verif-page .age-verif-card {
 -webkit-animation: none;
 animation: none;
 }
}

/* Account delete page */
.account-delete-page .i_settings_wrapper_in {
 border: 1px solid #edf1f6;
}

.account-delete-page .account-delete-page-header {
 background: linear-gradient(180deg, #f7f9fc 0%, #f2f5fa 100%);
 border-bottom: 1px solid #e5ebf4;
}

.account-delete-page .account-delete-page-header .i_settings_wrapper_title_txt {
 gap: 8px;
 padding-bottom: 0;
}

.account-delete-page .account-delete-page-header .i_settings_wrapper_title_txt span {
 line-height: 1.2;
}

.account-delete-page .account-delete-page-note {
 margin-top: 8px;
 font-size: 13px;
 color: #6c7691;
 font-weight: 500;
 line-height: 1.45;
}

.account-delete-page .account-delete-panels {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 16px;
 width: 100%;
}

.account-delete-page .account-delete-panel {
 margin-bottom: 0;
 background: #ffffff;
 border: 1px solid #e3eaf4;
 border-radius: 14px;
 padding: 16px;
}

.account-delete-page .account-delete-panel.pref_top {
 margin-top: 0;
}

.account-delete-page .account-delete-panel-head {
 display: flex;
 align-items: flex-start;
 gap: 12px;
 margin-bottom: 12px;
}

.account-delete-page .account-delete-panel-icon {
 width: 36px;
 height: 36px;
 border-radius: 10px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
}

.account-delete-page .account-delete-panel-icon svg {
 width: 18px;
 height: 18px;
}

.account-delete-page .account-delete-panel-icon-export {
 background: #edf5ff;
 color: #1c67b6;
}

.account-delete-page .account-delete-panel-icon-danger {
 background: #fff2f2;
 color: #c62828;
}

.account-delete-page .account-delete-panel-icon svg path {
 fill: currentColor !important;
}

.account-delete-page .account-delete-panel-title-wrap {
 min-width: 0;
}

.account-delete-page .account-delete-panel-title {
 margin-bottom: 4px;
 font-size: 16px;
 line-height: 1.3;
}

.account-delete-page .account-delete-panel-desc {
 color: #6c7691;
 font-size: 13px;
 line-height: 1.45;
}

.account-delete-page .account-delete-meta-row {
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
 margin: 10px 0 8px;
}

.account-delete-page .account-delete-meta-pill {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 7px 10px;
 border-radius: 999px;
 background: #f3f6fb;
 color: #50607f;
 font-size: 12px;
 font-weight: 600;
}

.account-delete-page .account-delete-meta-pill-danger {
 background: #fff2f2;
 color: #c62828;
}

.account-delete-page .account-delete-meta-text {
 margin-top: 4px;
 color: #667391;
 font-size: 13px;
 line-height: 1.4;
}

.account-delete-page .account-delete-danger-note {
 margin: 4px 0 10px;
 color: #6c7691;
 font-size: 13px;
 line-height: 1.45;
}

.account-delete-page .account-delete-danger-warning {
 margin: 6px 0 10px;
 background: #fff3f3;
 color: #c62828;
 border: 1px solid #ffd9d9;
 border-radius: 10px;
 padding: 10px 12px;
 font-size: 13px;
 line-height: 1.4;
 font-weight: 500;
}

.account-delete-page .account-delete-panel-actions {
 margin-top: 12px;
 display: flex;
 align-items: stretch;
 gap: 10px;
 justify-content: flex-start;
 flex-direction: column;
}

.account-delete-page .account-delete-page-btn {
 min-width: 180px;
 height: 42px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border-radius: 11px;
 border: 1px solid transparent;
 font-size: 14px;
 font-weight: 600;
 line-height: 1;
 text-decoration: none;
 box-shadow: none;
 width: 100%;
}

.account-delete-page .account-delete-page-btn-primary {
 background: #1f73be;
 color: #ffffff;
 border-color: #1f73be;
}

.account-delete-page .account-delete-page-btn-primary:hover {
 background: #1968ae;
 border-color: #1968ae;
}

.account-delete-page .account-delete-page-btn-secondary {
 background: #eff4fb;
 color: #345f98;
 border-color: #d6e1f2;
}

.account-delete-page .account-delete-page-btn-secondary:hover {
 background: #e5eef9;
}

.account-delete-page .account-delete-page-btn-danger {
 background: #d32f2f;
 color: #ffffff;
 border-color: #d32f2f;
}

.account-delete-page .account-delete-page-btn-danger:hover {
 background: #bf2929;
 border-color: #bf2929;
}

.account-delete-page .account-export-feedback,
.account-delete-page .account-delete-feedback {
 border: 0;
 padding: 0;
 margin-top: 8px;
}

@media (max-width: 980px) {
 .account-delete-page .account-delete-panels {
 grid-template-columns: 1fr;
 }
}

@media (max-width: 640px) {
 .account-delete-page .account-delete-panel {
 padding: 14px;
 }
 .account-delete-page .account-delete-panel-actions {
 flex-direction: column;
 align-items: stretch;
 }
 .account-delete-page .account-delete-page-btn {
 width: 100%;
 min-width: 0;
 }
}

/* Account deletion password modal */
.account-delete-password-modal .account-delete-modal-card {
 max-width: 520px;
}

.account-delete-modal-content {
 border-radius: 12px;
 overflow: hidden;
 background: #ffffff;
}

.account-delete-modal-header {
 justify-content: space-between;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 padding: 18px 22px;
 border-bottom: 1px solid #edf1f6;
}

.account-delete-modal-close-btn {
 border: 0;
 background: transparent;
 width: 32px;
 height: 32px;
 border-radius: 8px;
 cursor: pointer;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

.account-delete-modal-close-btn svg {
 width: 18px;
 height: 18px;
}

.account-delete-modal-close-btn:hover {
 background: #e9edf3;
}

.account-delete-modal-body {
 padding: 22px;
}

.account-delete-modal-warning {
 display: flex;
 align-items: center;
 gap: 8px;
 padding: 10px 12px;
 border-radius: 10px;
 background: #fff2f2;
 color: #c62828;
 font-weight: 500;
 margin-bottom: 14px;
 line-height: 1.4;
}

.account-delete-modal-warning svg {
 width: 23px;
 height: 23px;
 flex-shrink: 0;
}

.account-delete-password-title {
 display: block;
 margin-top: 12px;
 margin-bottom: 8px;
 color: #4a587c;
 font-size: 14px;
 font-weight: 600;
 font-family: inherit;
}

.account-delete-password-input-wrap {
 width: 100%;
}

.account-delete-password-input {
 width: 100%;
 min-width: 0;
 border: 1px solid #d8e0ef;
 background-color: #f6f8fc;
 border-radius: 12px;
 padding: 14px 16px;
 font-size: 15px;
 font-weight: 500;
 color: #1f2f4a;
 outline: none;
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.account-delete-password-input:focus {
 border-color: #8fb5ea;
 background-color: #ffffff;
 box-shadow: 0 0 0 3px rgba(38, 121, 219, 0.15);
}

.account-delete-password-input::placeholder {
 color: #8791a8;
 font-weight: 400;
}

.account-delete-modal-error {
 margin-top: 8px;
 font-size: 13px;
 color: #c62828;
 font-weight: 500;
}

.account-delete-modal-actions {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 12px;
 margin-top: 18px;
}

.account-delete-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 height: 48px;
 border-radius: 14px;
 border: 1px solid transparent;
 font-size: 15px;
 font-weight: 600;
 line-height: 1;
 min-width: 180px;
 width: 100%;
 cursor: pointer;
 text-decoration: none;
 transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.account-delete-btn:hover {
 transform: translateY(-1px);
}

.account-delete-btn:active {
 transform: translateY(0);
}

.account-delete-btn-secondary {
 background: #eef3fb;
 color: #3062a8;
 border-color: #d3def1;
}

.account-delete-btn-secondary:hover {
 background: #e4edf9;
}

.account-delete-btn-primary {
 background: #1f73be;
 color: #ffffff;
 border-color: #1f73be;
 box-shadow: 0 8px 18px rgba(23, 102, 178, 0.22);
}

.account-delete-btn-primary:hover {
 background: #1968ae;
 border-color: #1968ae;
}

@media (max-width: 640px) {
 .account-delete-password-modal .account-delete-modal-card {
 max-width: calc(100% - 20px);
 }
 .account-delete-modal-body {
 padding: 18px;
 }
 .account-delete-modal-actions {
 flex-direction: column;
 }
 .account-delete-btn {
 min-width: 0;
 }
}

.account-delete-page .account-delete-sticky-status {
 display: flex;
 align-items: center;
 gap: 14px;
 border: 1px solid #e2ebf8;
 background: linear-gradient(180deg, #f6f9ff 0%, #f1f6ff 100%);
 border-radius: 14px;
 padding: 14px 16px;
 margin-bottom: 16px;
}

.account-delete-page .account-delete-sticky-status-icon {
 width: 38px;
 height: 38px;
 border-radius: 11px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 color: #1f73be;
 background: #e6f0ff;
 flex-shrink: 0;
}

.account-delete-page .account-delete-sticky-status-icon svg {
 width: 18px;
 height: 18px;
}

.account-delete-page .account-delete-sticky-status-icon svg path {
 fill: currentColor !important;
}

.account-delete-page .account-delete-sticky-status-body {
 min-width: 0;
 flex: 1 1 auto;
}

.account-delete-page .account-delete-sticky-status-title {
 font-size: 15px;
 font-weight: 700;
 color: #2a3858;
 line-height: 1.3;
}

.account-delete-page .account-delete-sticky-status-desc {
 font-size: 13px;
 color: #607195;
 margin-top: 2px;
 line-height: 1.4;
}

.account-delete-page .account-delete-sticky-status-count {
 margin-top: 6px;
 display: inline-flex;
 align-items: center;
 padding: 6px 10px;
 border-radius: 999px;
 background: #e8effb;
 color: #325d97;
 font-size: 12px;
 font-weight: 600;
}

.account-delete-page .account-delete-sticky-status-actions {
 width: 220px;
 max-width: 100%;
}

.account-delete-page .account-delete-sticky-cancel-btn {
 width: 100%;
}

.account-delete-page .account-export-delete-notice {
 margin-top: 8px;
 padding: 8px 10px;
 border-radius: 9px;
 background: #f3f7ff;
 border: 1px solid #dbe8ff;
 color: #4e648b;
 font-size: 12px;
 line-height: 1.35;
 font-weight: 500;
}

.account-delete-page .account-export-empty-note {
 margin-top: 10px;
 font-size: 13px;
 color: #6b7896;
}

.account-delete-page .account-export-stats {
 margin-top: 8px;
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 8px;
}

.account-delete-page .account-export-stat-item {
 border: 1px solid #e3ebf8;
 border-radius: 10px;
 background: #f8fbff;
 padding: 8px 10px;
}

.account-delete-page .account-export-stat-label {
 display: block;
 font-size: 11px;
 color: #7a88a6;
 line-height: 1.2;
 margin-bottom: 4px;
}

.account-delete-page .account-export-stat-item strong {
 display: block;
 font-size: 13px;
 color: #2d3f63;
 line-height: 1.2;
}

.account-delete-password-input-wrap {
 position: relative;
}

.account-delete-password-input-wrap .account-delete-password-field {
 padding-right: 96px;
}

.account-delete-password-toggle {
 position: absolute;
 top: 50%;
 right: 10px;
 transform: translateY(-50%);
 border: 1px solid #d5e1f4;
 background: #ffffff;
 color: #446799;
 border-radius: 8px;
 height: 30px;
 min-width: 68px;
 padding: 0 10px;
 font-size: 12px;
 font-weight: 600;
 cursor: pointer;
}

.account-delete-password-toggle:hover {
 background: #f3f7ff;
}

.account-delete-password-input.account-delete-confirm-input {
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.account-delete-page .account-delete-faq {
 margin-top: 18px;
 border: 1px solid #e4ebf7;
 border-radius: 14px;
 background: #fbfcff;
 padding: 16px;
}

.account-delete-page .account-delete-faq-title {
 font-size: 16px;
 font-weight: 700;
 color: #2f3e60;
 margin-bottom: 10px;
}

.account-delete-page .account-delete-faq-list {
 display: grid;
 gap: 8px;
}

.account-delete-page .account-delete-faq-item {
 border: 1px solid #e6edf8;
 border-radius: 10px;
 background: #ffffff;
 padding: 10px 12px;
}

.account-delete-page .account-delete-faq-q {
 font-size: 13px;
 font-weight: 600;
 color: #334666;
 margin-bottom: 4px;
 line-height: 1.35;
}

.account-delete-page .account-delete-faq-a {
 font-size: 13px;
 color: #667391;
 line-height: 1.45;
}

@media (max-width: 980px) {
 .account-delete-page .account-delete-sticky-status {
 flex-direction: column;
 align-items: flex-start;
 }
 .account-delete-page .account-delete-sticky-status-actions {
 width: 100%;
 }
 .account-delete-page .account-export-stats {
 grid-template-columns: 1fr;
 }
}

.dashboard_earnings_cards {
 display: flex;
 flex-wrap: wrap;
 gap: 16px;
}

.dashboard_earnings_cards .chart_row_box {
 width: calc(50% - 8px);
 padding: 0;
}

.dashboard_earnings_cards .chart_row_box:first-child,
.dashboard_earnings_cards .chart_row_box:last-child {
 padding: 0;
}

.dashboard_earnings_cards .chart_row_box_item {
 min-height: 210px;
 padding: 24px;
}

.dashboard_earnings_cards .chart_row_box_item.c4 {
 background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
}

.dashboard_earnings_breakdown {
 flex-direction: column;
 align-items: flex-start;
}

.dashboard_earnings_breakdown .i_settings_item_title {
 width: 100%;
 margin-bottom: 10px;
}

.dashboard_earnings_breakdown .i_settings_item_title_for {
 width: 100%;
 padding-left: 0;
}

@media (max-width: 1024px) {
 .dashboard_earnings_cards .chart_row_box {
 width: 100%;
 }
}

.pwa_install_popup {
 position: fixed;
 inset: 0;
 z-index: 1200;
 display: none;
 align-items: center;
 justify-content: center;
 padding: 16px;
}

.pwa_install_popup.is-visible {
 display: flex;
}

.pwa_install_popup_overlay {
 position: absolute;
 inset: 0;
 background: rgba(14, 20, 34, 0.58);
 z-index: 1;
}

.pwa_install_popup_card {
 position: relative;
 width: min(460px, 94vw);
 border-radius: 16px;
 border: 1px solid #e4e9f2;
 background: #ffffff;
 box-shadow: 0 24px 60px rgba(22, 36, 63, 0.22);
 padding: 22px 20px 18px;
 z-index: 2;
}

.pwa_install_popup_close {
 position: absolute;
 top: 10px;
 right: 10px;
 width: 32px;
 height: 32px;
 border: none;
 background: transparent;
 color: #8994ad;
 cursor: pointer;
 border-radius: 999px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.pwa_install_popup_close:hover {
 background: #f3f5f9;
 color: #364056;
}

.pwa_install_popup_close svg {
 width: 13px;
 height: 13px;
}

.pwa_install_popup_title {
 font-size: 20px;
 font-weight: 700;
 color: #1b2437;
 line-height: 1.25;
 margin-bottom: 8px;
 padding-right: 34px;
}

.pwa_install_popup_desc {
 font-size: 14px;
 line-height: 1.55;
 color: #52607a;
 margin-bottom: 16px;
}

.pwa_install_popup_actions {
 display: flex;
 gap: 10px;
 justify-content: flex-end;
}

.pwa_install_popup_btn {
 border: none;
 border-radius: 11px;
 padding: 10px 14px;
 font-size: 13px;
 font-weight: 600;
 cursor: pointer;
}

.pwa_install_popup_btn_secondary {
 background: #f2f4f8;
 color: #243046;
}

.pwa_install_popup_btn_secondary:hover {
 background: #e6eaf1;
}

.pwa_install_popup_btn_primary {
 background: #f65169;
 color: #ffffff;
}

.pwa_install_popup_btn_primary:hover {
 background: #e34259;
}

@media screen and (max-width: 545px) {
 .pwa_install_popup_card {
 width: min(420px, 95vw);
 padding: 20px 16px 16px;
 }
}

/* Chat UI refinements */
.chat_p_body .chat_left_header {
 position: sticky;
 position: -webkit-sticky;
 top: 0;
 z-index: 6;
 background-color: #ffffff;
 border-bottom: 1px solid #eceff6;
}

.chat_p_body .chat_search_box {
 padding: 10px 0 4px;
}

.chat_p_body .chat_users_wrapper,
.chat_p_body .chat_users_wrapper_results {
 padding: 8px 10px 10px;
}

.chat_p_body .chat_left_container .i_message_wrapper {
 position: relative;
 border-radius: 12px;
 padding: 10px;
 transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.chat_p_body .chat_left_container .i_message_wrapper:hover {
 box-shadow: 0 8px 20px rgba(16, 24, 40, 0.07);
}

.chat_p_body .chat_left_container .i_message_info_container {
 width: calc(100% - 52px);
 min-width: 0;
}

.chat_p_body .chat_left_container .i_message_owner_name {
 display: -webkit-box;
 -webkit-box-orient: horizontal;
 -webkit-line-clamp: 1;
 overflow: hidden;
}

.chat_p_body .chat_left_container .i_message_i {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.chat_p_body .i_message_meta {
 margin-top: 6px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 8px;
}

.chat_p_body .i_message_time {
 font-size: 11px;
 font-weight: 500;
 color: #040720;
}

.chat_p_body .i_message_unread {
 min-width: 20px;
 height: 20px;
 padding: 0 6px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 font-size: 11px;
 font-weight: 700;
 line-height: 20px;
 color: #ffffff;
 background-color: #f65169;
}

.chat_p_body .chat_left_container .i_message_wrapper.has_unread {
 background-color: #f7f9ff;
}

.chat_p_body .chat_left_container .i_message_wrapper.has_unread::before {
 content: "";
 position: absolute;
 left: 0;
 top: 12px;
 bottom: 12px;
 width: 3px;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 background: linear-gradient(180deg, #f65169, #fab429);
}

.chat_p_body .chat_left_container .notSeenYet .i_message_owner_name,
.chat_p_body .chat_left_container .notSeenYet .i_message_i {
 color: #0f172a;
 font-weight: 600;
}

.chat_p_body .all_messages {
 padding-top: 10px;
 padding-bottom: 18px;
 scroll-behavior: smooth;
}

.chat_p_body .msg {
 padding: 4px 18px;
}

.chat_p_body .msg_me,
.chat_p_body .msg_friend {
 max-width: min(72%, 640px);
 border-radius: 20px;
 -webkit-border-radius: 20px;
}

.chat_p_body .msg_txt {
 padding: 8px 10px;
}

.chat_p_body .chat-day-separator {
 width: 100%;
 text-align: center;
 margin: 10px 0 8px;
}

.chat_p_body .chat-day-separator-label {
 display: inline-block;
 padding: 4px 10px;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 background-color: #eef2ff;
 color: #4b5563;
 font-size: 11px;
 font-weight: 600;
}

.chat_p_body .chat-unread-break {
 margin: 8px 18px 4px;
 height: 12px;
 position: relative;
}

.chat_p_body .chat-unread-break::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 top: 50%;
 border-top: 1px dashed #d6dae6;
}

.chat_p_body .chat-unread-break-dot {
 width: 10px;
 height: 10px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background-color: #f65169;
 display: inline-block;
 position: absolute;
 top: 1px;
 left: 0;
}

.chat_p_body .message_send_form_wrapper {
 background-color: #ffffff;
 border-top: 1px solid #e5e9f2;
 padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
}

.chat_p_body .message_text_textarea {
 border: 1px solid #e4e7ee;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 background-color: #f8f9fc;
 padding-right: 8px;
}

.chat_p_body .message_text_textarea textarea {
 min-height: 22px;
 max-height: 120px;
}

.chat_p_body .message_form_plus {
 min-width: 40px;
 min-height: 40px;
}

@media screen and (max-width: 700px) {
 .chat_p_body .chat_middle_container {
 border-left: 0;
 }

 .chat_p_body .conversation_box_header {
 position: sticky;
 position: -webkit-sticky;
 top: 0;
 background-color: #ffffff;
 z-index: 8;
 }

 .chat_p_body .message_send_form_wrapper {
 position: sticky;
 position: -webkit-sticky;
 bottom: 0;
 z-index: 8;
 }

 .chat_p_body .nanosSend {
 overflow-x: auto;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 padding-right: 8px;
 }

 .chat_p_body .nanosSend .message_form_plus {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 }

 .chat_p_body .msg {
 padding-left: 12px;
 padding-right: 12px;
 }

 .chat_p_body .msg_me,
 .chat_p_body .msg_friend {
 max-width: 86%;
 }
}

/* Chat WOW refresh (no shadow) */
.chat_p_body {
 --chat-accent-start: #f65169;
 --chat-accent-end: #fab429;
 --chat-surface: #ffffff;
 --chat-surface-soft: #f4f7ff;
 --chat-border: #e6eaf3;
 --chat-text: #0f172a;
 --chat-text-soft: #5b6477;
}

.chat_p_body .i_chat_wrapper {
 background: linear-gradient(165deg, #ffffff 0%, #f7f9ff 48%, #fef7f2 100%);
}

.chat_p_body .chat_left_container {
 width: 380px;
 border-right: 1px solid var(--chat-border);
 background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.chat_p_body .chat_left_header {
 background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
 border-bottom: 1px solid var(--chat-border);
}

.chat_p_body .chat_left_header_title {
 letter-spacing: 0.2px;
 font-size: 22px;
}

.chat_p_body .c_search {
 background-color: #ffffff;
 border: 1px solid var(--chat-border);
 color: var(--chat-text);
}

.chat_p_body .c_search:focus {
 border-color: #f3a1ac;
 background-color: #fffaf8;
}

.chat_p_body .chat_users_wrapper,
.chat_p_body .chat_users_wrapper_results {
 display: grid;
 gap: 8px;
}

.chat_p_body .chat_left_container .i_message_wrapper {
 background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
 border: 1px solid transparent;
}

.chat_p_body .chat_left_container .i_message_wrapper:hover {
 background: linear-gradient(135deg, #ffffff 0%, #fff5ef 100%);
 border-color: #f4d7c6;
}

.chat_p_body .chat_left_container .i_message_wrapper.talking {
 border-color: #f2b49f;
 background: linear-gradient(135deg, #fff9f6 0%, #fff3ea 100%);
}

.chat_p_body .chat_left_container .i_message_wrapper.has_unread {
 border-color: #f8c4b2;
 background: linear-gradient(135deg, #fff8f4 0%, #fff3ea 100%);
}

.chat_p_body .chat_left_container .i_message_owner_name {
 color: var(--chat-text);
 font-size: 15px;
}

.chat_p_body .chat_left_container .i_message_i {
 color: var(--chat-text-soft);
 font-size: 13px;
}

.chat_p_body .i_message_time {
 color: #7a8398;
}

.chat_p_body .i_message_unread {
 background: linear-gradient(120deg, var(--chat-accent-start), var(--chat-accent-end));
 color: #ffffff;
}

.chat_p_body .chat_middle_container {
 border-left: 0;
 background:
 radial-gradient(circle at top right, rgba(250, 180, 41, 0.12), transparent 44%),
 radial-gradient(circle at bottom left, rgba(246, 81, 105, 0.09), transparent 42%),
 #fbfcff;
}

.chat_p_body .conversation_box_header {
 background: linear-gradient(90deg, #ffffff 0%, #fffaf7 100%);
 border-bottom: 1px solid var(--chat-border);
 box-shadow: none !important;
 -webkit-box-shadow: none !important;
}

.chat_p_body .c_u_f_nm a {
 font-size: 15px;
}

.chat_p_body .all_messages {
 padding-top: 12px;
 padding-bottom: 22px;
}

.chat_p_body .msg {
 animation: chatMessageRise 0.18s ease both;
}

@keyframes chatMessageRise {
 from {
 opacity: 0;
 transform: translateY(5px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
}

.chat_p_body .msg_me,
.chat_p_body .msg_friend {
 border-radius: 22px;
 -webkit-border-radius: 22px;
}

.chat_p_body .msg_me {
 background: linear-gradient(130deg, #f65169 0%, #ff7a59 55%, #fab429 100%);
 color: #ffffff;
}

.chat_p_body .msg_friend {
 background: #ffffff;
 color: #1d2435;
 border: 1px solid #e7eaf2;
}

.chat_p_body .msg_txt {
 font-size: 14px;
 line-height: 1.5;
}

.chat_p_body .msg_time_me,
.chat_p_body .msg_time_fri {
 font-size: 11px;
 letter-spacing: 0.1px;
}

.chat_p_body .chat-day-separator-label {
 background: #ffffff;
 border: 1px solid #e7eaf2;
 color: #040720;
 letter-spacing: 0.2px;
}

.chat_p_body .chat-unread-break::before {
 border-top: 1px solid #e3e7f0;
}

.chat_p_body .chat-unread-break-dot {
 background: linear-gradient(130deg, #f65169, #fab429);
}

.chat_p_body .message_send_form_wrapper {
 background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
 border-top: 1px solid var(--chat-border);
}

.chat_p_body .message_text_textarea {
 background-color: #ffffff;
 border: 1px solid #dbe1ef;
}

.chat_p_body .message_text_textarea:focus-within {
 border-color: #f2a9a1;
 background: #fffaf7;
}

.chat_p_body .message_text_textarea textarea {
 color: #1c2433;
}

.chat_p_body .nanosSend .message_form_plus,
.chat_p_body .message_form_items .message_form_plus,
.chat_p_body .sendmes {
 border: 1px solid #e0e5f2;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 background: #ffffff;
}

.chat_p_body .nanosSend .message_form_plus:hover,
.chat_p_body .message_form_items .message_form_plus:hover,
.chat_p_body .sendmes:hover {
 background: #fff4ef;
 border-color: #f0c1ad;
}

.chat_p_body .nmore,
.chat_p_body .i_message_setting,
.chat_p_body .cSetc,
.chat_p_body .conversation_box_header,
.chat_p_body .i_message_wrapper,
.chat_p_body .message_send_form_wrapper {
 box-shadow: none !important;
 -webkit-box-shadow: none !important;
}

@media screen and (max-width: 980px) {
 .chat_p_body .chat_left_container {
 width: 340px;
 }
}

@media screen and (max-width: 700px) {
 .chat_p_body .chat_left_container {
 width: 100%;
 border-right: 0;
 }

 .chat_p_body .conversation_box_header {
 background: linear-gradient(90deg, #ffffff 0%, #fff7f2 100%);
 }

 .chat_p_body .message_send_form_wrapper {
 background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
 }

 .chat_p_body .msg_me,
 .chat_p_body .msg_friend {
 max-width: 88%;
 }
}

/* Chat requested corrections */
.chat_p_body .chat_users_wrapper,
.chat_p_body .chat_users_wrapper_results {
 align-content: start;
 -ms-flex-line-pack: start;
 grid-auto-rows: max-content;
}

.chat_p_body .chat_users_wrapper .i_message_wrpper,
.chat_p_body .chat_users_wrapper_results .i_message_wrpper {
 display: block;
}

.chat_p_body .conversation_user_d {
 gap: 8px;
}

.chat_p_body .c_dotdot {
 width: 34px;
 height: 34px;
 margin-left: 4px;
}

.chat_p_body .c_set {
 padding: 9px;
}

.chat_p_body .c_set svg {
 width: 16px;
 height: 16px;
}

.chat_p_body .nanosSend {
 gap: 8px;
}

.chat_p_body .nanosSend .message_form_plus,
.chat_p_body .message_form_items .message_form_plus,
.chat_p_body .sendmes,
.chat_p_body .message_form_smiley_plus {
 min-width: 34px;
 min-height: 34px;
 width: 34px;
 height: 34px;
}

.chat_p_body .message_pls svg {
 width: 16px;
 height: 16px;
}

.chat_p_body .msg_me {
 background: rgb(0, 153, 255);
 background-image: none;
 color: #ffffff;
}

.chat_p_body .msg_friend {
 background: #E4E6EB;
 background-image: none;
 color: #000000;
 border: 0;
}

/* Chat list hard top align fix */
.chat_p_body .chat_left_container {
 -webkit-box-pack: start !important;
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
 -webkit-box-align: stretch !important;
 -ms-flex-align: stretch !important;
 align-items: stretch !important;
}

.chat_p_body .chat_users_wrapper,
.chat_p_body .chat_users_wrapper_results {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-orient: vertical !important;
 -webkit-box-direction: normal !important;
 -ms-flex-direction: column !important;
 flex-direction: column !important;
 -webkit-box-pack: start !important;
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
 -webkit-box-align: stretch !important;
 -ms-flex-align: stretch !important;
 align-items: stretch !important;
 -ms-flex-line-pack: start !important;
 align-content: flex-start !important;
 margin-top: 0 !important;
}

.chat_p_body .chat_users_wrapper .i_message_wrpper,
.chat_p_body .chat_users_wrapper_results .i_message_wrpper {
 margin: 0 0 8px 0 !important;
 -webkit-box-flex: 0 !important;
 -ms-flex: 0 0 auto !important;
 flex: 0 0 auto !important;
}

/* Chat list final top-lock */
.chat_p_body .chat_left_container.flex_ {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-orient: vertical !important;
 -webkit-box-direction: normal !important;
 -ms-flex-direction: column !important;
 flex-direction: column !important;
 -webkit-box-pack: start !important;
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
 -webkit-box-align: stretch !important;
 -ms-flex-align: stretch !important;
 align-items: stretch !important;
}

.chat_p_body .chat_left_container > .chat_users_wrapper,
.chat_p_body .chat_left_container > .chat_users_wrapper_results {
 margin-top: 0 !important;
 overflow-y: auto !important;
}

/* Critical fix: keep search results hidden unless explicitly opened */
.chat_p_body .chat_users_wrapper_results.nonePoint {
 display: none !important;
}

.chat_p_body .chat_users_wrapper {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-orient: vertical !important;
 -webkit-box-direction: normal !important;
 -ms-flex-direction: column !important;
 flex-direction: column !important;
 -webkit-box-pack: start !important;
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
 -webkit-box-align: stretch !important;
 -ms-flex-align: stretch !important;
 align-items: stretch !important;
 -ms-flex-line-pack: start !important;
 align-content: flex-start !important;
}

/* Mobile restore: keep chat list hidden unless toggled */
@media screen and (max-width: 700px) {
 .chat_p_body .chat_left_container.flex_ {
 display: none !important;
 width: 0 !important;
 }

 .chat_p_body .chat_left_container.flex_.chatDisplay {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 width: 100% !important;
 }
}

/* Composer UX upgrade */
.chat_p_body .message_send_form_wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 8px;
 padding: 8px 10px calc(10px + env(safe-area-inset-bottom));
}

.chat_p_body .message_send_form_wrapper > .tabing_non_justify.flex_ {
 width: 100%;
}

.chat_p_body .message_form_items {
 width: 100%;
 gap: 8px;
 padding: 0;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}

.chat_p_body .message_send_text {
 padding: 0;
}

.chat_p_body .message_text_textarea {
 min-height: 44px;
 border-radius: 16px;
 -webkit-border-radius: 16px;
 padding: 0 44px 0 8px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: end;
 -ms-flex-align: end;
 align-items: flex-end;
}

.chat_p_body .message_text_textarea textarea.mSize {
 min-height: 42px;
 max-height: 124px;
 height: 42px;
 line-height: 1.35;
 padding: 10px 4px;
 overflow-y: auto;
}

.chat_p_body .message_smiley {
 right: 4px;
 bottom: 4px;
}

.chat_p_body .message_smiley .message_form_smiley_plus {
 width: 34px;
 height: 34px;
}

.chat_p_body .message_smiley .message_form_smiley_plus .message_pls {
 padding: 6px;
}

.chat_p_body .message_form_plus.sendmes {
 width: 44px;
 height: 44px;
 min-width: 44px;
 min-height: 44px;
 border-radius: 14px;
 -webkit-border-radius: 14px;
}

.chat_p_body .message_form_plus.sendmes .message_pls {
 padding: 10px;
}

.chat_p_body .message_form_plus.sendmes.send-disabled {
 opacity: 0.45;
 pointer-events: none;
}

.chat_p_body .nanosSend {
 padding: 0 2px;
 gap: 8px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 background: transparent;
}

.chat_p_body .nanosSend .message_form_plus {
 width: 40px;
 height: 40px;
 min-width: 40px;
 min-height: 40px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
}

.chat_p_body .nanosSend .message_form_plus .message_pls {
 padding: 8px;
}

.chat_p_body .nanosSend .message_form_plus .message_pls svg {
 width: 18px;
 height: 18px;
}

.chat_p_body .fl_btns {
 top: -58px;
}

@media screen and (max-width: 700px) {
 .chat_p_body .message_send_form_wrapper {
 gap: 6px;
 padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
 }

 .chat_p_body .message_form_items {
 gap: 6px;
 }

 .chat_p_body .message_form_plus.sendmes {
 width: 40px;
 height: 40px;
 min-width: 40px;
 min-height: 40px;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 }

 .chat_p_body .nanosSend {
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 padding: 0 2px 2px;
 scrollbar-width: thin;
 }

 .chat_p_body .nanosSend .message_form_plus {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: 38px;
 height: 38px;
 min-width: 38px;
 min-height: 38px;
 }

 .chat_p_body .nanosSend .message_form_plus .message_pls {
 padding: 7px;
 }

 .chat_p_body .nanosSend .message_form_plus .message_pls svg {
 width: 17px;
 height: 17px;
 }

 .chat_p_body .fl_btns {
 top: -54px;
 }
}

/* Composer icon compact fix */
.chat_p_body .message_send_form_wrapper {
 gap: 4px;
 padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
}

.chat_p_body .message_send_form_wrapper .nanos {
 padding: 0;
 margin: 0;
 overflow: visible;
 background: transparent;
}

.chat_p_body .message_send_form_wrapper .nanosSend.box_not_padding_top {
 padding-top: 0 !important;
}

.chat_p_body .nanosSend {
 padding: 0;
 gap: 6px;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 min-height: 0;
}

.chat_p_body .message_form_plus,
.chat_p_body .message_form_smiley_plus {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 -webkit-box-pack: center !important;
 -ms-flex-pack: center !important;
 justify-content: center !important;
 -webkit-box-align: center !important;
 -ms-flex-align: center !important;
 align-items: center !important;
}

.chat_p_body .message_form_plus.sendmes {
 width: 36px;
 height: 36px;
 min-width: 36px;
 min-height: 36px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
}

.chat_p_body .nanosSend .message_form_plus,
.chat_p_body .message_smiley .message_form_smiley_plus {
 width: 34px;
 height: 34px;
 min-width: 34px;
 min-height: 34px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
}

.chat_p_body .message_pls {
 width: 100%;
 height: 100%;
 padding: 0 !important;
 line-height: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.chat_p_body .message_pls svg,
.chat_p_body .message_smiley .message_form_smiley_plus .message_pls svg,
.chat_p_body .nanosSend .message_form_plus .message_pls svg {
 width: 15px;
 height: 15px;
 display: block;
}

.chat_p_body .message_form_plus .ownTooltipWrapper {
 top: -54px;
}

@media screen and (max-width: 700px) {
 .chat_p_body .message_send_form_wrapper {
 gap: 4px;
 padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
 }

 .chat_p_body .message_form_plus.sendmes,
 .chat_p_body .nanosSend .message_form_plus,
 .chat_p_body .message_smiley .message_form_smiley_plus {
 width: 32px;
 height: 32px;
 min-width: 32px;
 min-height: 32px;
 }

 .chat_p_body .message_pls svg,
 .chat_p_body .message_smiley .message_form_smiley_plus .message_pls svg,
 .chat_p_body .nanosSend .message_form_plus .message_pls svg {
 width: 14px;
 height: 14px;
 }
}

/* Send button vertical alignment fix */
.chat_p_body .message_form_items {
 -webkit-box-align: stretch !important;
 -ms-flex-align: stretch !important;
 align-items: stretch !important;
}

.chat_p_body .message_form_plus.sendmes {
 -ms-flex-item-align: stretch !important;
 align-self: stretch !important;
 width: 44px !important;
 min-width: 44px !important;
 height: auto !important;
 min-height: 44px !important;
 margin-top: 0 !important;
 margin-bottom: 0 !important;
}

@media screen and (max-width: 700px) {
 .chat_p_body .message_form_plus.sendmes {
 width: 40px !important;
 min-width: 40px !important;
 min-height: 40px !important;
 }
}

/* Message action menu positioning fix */
.chat_p_body .msg {
 z-index: 1;
}

.chat_p_body .msg.msg-menu-open {
 z-index: 40;
}

.chat_p_body .me_btns_cont {
 z-index: 45;
}

.chat_p_body .me_msg_plus,
.chat_p_body .msg:last-child .msg_me .me_btns_cont .me_msg_plus {
 top: auto !important;
 bottom: calc(100% + 8px) !important;
 right: -4px !important;
 width: auto !important;
 min-width: 170px !important;
 max-width: 190px !important;
 padding: 4px !important;
 border: 1px solid #dbe2ef;
 border-radius: 12px;
 -webkit-border-radius: 12px;
 box-shadow: none !important;
 -webkit-box-shadow: none !important;
 z-index: 60 !important;
}

.chat_p_body .me_msg_plus .i_post_menu_item_out {
 padding: 9px 12px !important;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 font-size: 14px;
 line-height: 1.2;
 color: #2a3143;
 gap: 8px;
}

.chat_p_body .me_msg_plus .i_post_menu_item_out svg {
 width: 16px;
 height: 16px;
 margin-right: 0;
 fill: #7c879f;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}

.chat_p_body .me_msg_plus .i_post_menu_item_out:hover {
 background-color: #f4f7fc;
}

@media screen and (max-width: 700px) {
 .chat_p_body .me_msg_plus,
 .chat_p_body .msg:last-child .msg_me .me_btns_cont .me_msg_plus {
 right: 0 !important;
 min-width: 156px !important;
 max-width: 170px !important;
 }

 .chat_p_body .me_msg_plus .i_post_menu_item_out {
 padding: 8px 10px !important;
 font-size: 13px;
 }
}

/* Message bubble density tuning */
.chat_p_body .msg_me,
.chat_p_body .msg_friend {
 padding: 8px 9px;
}

.chat_p_body .msg_txt {
 padding: 6px 8px;
}

.chat_p_body .msg_txt_sec {
 padding: 12px;
}

@media screen and (max-width: 700px) {
 .chat_p_body .msg_me,
 .chat_p_body .msg_friend {
 padding: 7px 8px;
 }

 .chat_p_body .msg_txt {
 padding: 5px 7px;
 }

 .chat_p_body .msg_txt_sec {
 padding: 10px;
 }
}

/* Giphy search */
.giphy_search_bar {
 width: 100%;
}

.giphy_search_form {
 width: 100%;
 display: flex;
 align-items: center;
 gap: 8px;
}

.giphy_search_input {
 width: 100%;
 min-width: 0;
 height: 38px;
 padding: 0 14px;
 border: 1px solid #e2e7f1;
 border-radius: 12px;
 background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
 color: #172033;
 font-size: 14px;
 transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.giphy_search_input:focus {
 border-color: #f0b09f;
 background: #fffdfb;
 box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.08);
 outline: none;
}

.giphy_search_btn {
 height: 38px;
 padding: 0 14px;
 border: 1px solid #f0d2c8;
 border-radius: 12px;
 background: linear-gradient(135deg, #fff7f4 0%, #fff1ea 100%);
 color: #c54d5d;
 font-size: 13px;
 font-weight: 700;
 cursor: pointer;
 transition: transform .15s ease, border-color .18s ease, background-color .18s ease;
}

.giphy_search_btn:hover {
 transform: translateY(-1px);
 border-color: #e6b4a4;
 background: linear-gradient(135deg, #fff3ee 0%, #ffe8de 100%);
}

.giphy_search_btn:disabled {
 opacity: 0.6;
 cursor: default;
 transform: none;
}

.giphy_results_container,
.giphy_results_container_conversation {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 10px;
}

.giphy_results_container .rGif,
.giphy_results_container_conversation .mrGif {
 width: 100%;
 height: 124px;
 object-fit: cover;
 border-radius: 14px;
 background: #eef2f8;
 cursor: pointer;
 transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.giphy_results_container .rGif:hover,
.giphy_results_container_conversation .mrGif:hover {
 transform: translateY(-1px);
 box-shadow: 0 10px 24px rgba(20, 32, 61, 0.12);
}

.no_gif_found,
.no-gif-found {
 grid-column: 1 / -1;
 padding: 18px 14px;
 border: 1px dashed #d7dfec;
 border-radius: 14px;
 background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
 color: #5a667d;
 font-size: 13px;
 line-height: 1.45;
 text-align: center;
}

.Message_stickersContainer .giphy_search_input {
 height: 36px;
 border-radius: 10px;
}

.Message_stickersContainer .giphy_search_btn {
 height: 36px;
 border-radius: 10px;
}

@media (max-width: 700px) {
 .giphy_search_form {
 gap: 6px;
 }

 .giphy_search_input,
 .giphy_search_btn {
 height: 34px;
 }

 .giphy_search_btn {
 padding: 0 12px;
 }

 .giphy_results_container,
 .giphy_results_container_conversation {
 gap: 8px;
 }

 .giphy_results_container .rGif,
 .giphy_results_container_conversation .mrGif {
 height: 108px;
 border-radius: 12px;
 }
}

.communities_leaderboard{
 max-width:1100px;
 width:100%;
 margin:0 auto 26px;
 padding:0 20px;
 box-sizing:border-box;
}
.communities_leaderboard_link_only{
 max-width:1100px;
 width:100%;
 margin:0 auto 26px;
 padding:0 20px;
 box-sizing:border-box;
 display:flex;
 justify-content:flex-end;
}
.communities_leaderboard_shell{
 padding:24px;
 border-radius:28px;
 border:1px solid #dce5f4;
 background:
 radial-gradient(circle at top right, rgba(59,130,246,.12), rgba(59,130,246,0) 32%),
 linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
 box-shadow:0 24px 48px rgba(15,23,42,.08);
}
.communities_leaderboard_header{
 display:flex;
 align-items:flex-end;
 justify-content:space-between;
 gap:18px;
 margin-bottom:18px;
}
.communities_leaderboard_header_actions{
 display:flex;
 flex-direction:column;
 align-items:flex-end;
 gap:12px;
}
.communities_leaderboard_note{
 margin-top:8px;
 font-size:14px;
 line-height:1.6;
 color:#66758e;
 max-width:560px;
}
.community_leaderboard_page_link{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 min-height:40px;
 padding:0 14px;
 border-radius:999px;
 border:1px solid #d6e2f5;
 background:#ffffff;
 color:#12315f;
 font-size:12px;
 font-weight:800;
 letter-spacing:.08em;
 text-transform:uppercase;
 text-decoration:none;
 transition:border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.community_leaderboard_page_link:hover{
 border-color:#bfd3f6;
 background:#eff6ff;
 color:#0f2a57;
 transform:translateY(-1px);
}
.communities_leaderboard_tabs{
 justify-content:flex-end;
}
.communities_leaderboard_grid{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:16px;
}
.communities_leaderboard_grid.is-hidden{
 display:none;
}
.community_leaderboard_card{
 position:relative;
 display:flex;
 flex-direction:column;
 gap:16px;
 min-height:208px;
 padding:18px;
 border-radius:28px;
 border:1px solid #e1e8f5;
 background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,249,255,.98) 100%);
 text-decoration:none;
 color:inherit;
 transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
 overflow:hidden;
}
.community_leaderboard_card:hover{
 transform:translateY(-4px);
 box-shadow:0 20px 38px rgba(15,23,42,.1);
 border-color:#cddaf0;
}
.community_leaderboard_rank{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 align-self:flex-start;
 min-width:auto;
 padding:7px 12px;
 border-radius:14px;
 background:#111827;
 color:#ffffff;
 font-size:10px;
 font-weight:800;
 letter-spacing:.04em;
 font-variant-numeric:tabular-nums;
}
.community_leaderboard_head{
 display:flex;
 align-items:flex-start;
 gap:14px;
}
.community_leaderboard_avatar{
 width:64px;
 height:64px;
 border-radius:20px;
 overflow:hidden;
 background:#eef4fb;
 border:1px solid #dfe8f5;
 flex-shrink:0;
}
.community_leaderboard_avatar img{
 width:100%;
 height:100%;
 object-fit:cover;
}
.community_leaderboard_identity{
 display:flex;
 flex-direction:column;
 gap:8px;
 min-width:0;
}
.community_leaderboard_name{
 font-size:18px;
 line-height:1.24;
 font-weight:800;
 color:#0f172a;
 word-break:break-word;
}
.community_leaderboard_tags{
 display:flex;
 flex-wrap:wrap;
 gap:8px;
}
.community_leaderboard_tag{
 display:inline-flex;
 align-items:center;
 padding:6px 10px;
 border-radius:999px;
 background:#e9f2ff;
 color:#2454c5;
 font-size:9px;
 font-weight:700;
 letter-spacing:.04em;
 text-transform:uppercase;
}
.community_leaderboard_tag_muted{
 background:#f5f7fb;
 color:#64748b;
}
.community_leaderboard_stats{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:10px;
 margin-top:auto;
}
.community_leaderboard_stat{
 padding:12px 10px;
 border-radius:18px;
 border:1px solid #e2e8f2;
 background:#ffffff;
 display:flex;
 flex-direction:column;
 align-items:center;
 justify-content:center;
 text-align:center;
 gap:6px;
}
.community_leaderboard_stat strong{
 font-size:18px;
 line-height:1.05;
 color:#111827;
 font-variant-numeric:tabular-nums;
}
.community_leaderboard_stat span{
 font-size:11px;
 letter-spacing:.02em;
 text-transform:none;
 color:#617188;
 font-weight:700;
 line-height:1.3;
}
.community_admin_composer{
 padding:16px 18px 18px;
 border:1px solid #dce5f4;
 border-radius:24px;
 background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
 box-shadow:0 20px 40px rgba(15,23,42,.08);
}
.community_admin_composer .i_post_form{
 align-items:flex-start;
 gap:12px;
 padding:6px 8px;
 border-radius:18px;
}
.community_admin_composer .i_post_creator_avatar{
 flex:0 0 auto;
 padding-top:6px;
}
.community_admin_composer .i_post_form_textarea{
 display:flex;
 flex-direction:column;
 align-items:stretch;
 gap:0;
 min-width:0;
 position:relative;
}
.community_admin_composer .js-rich-text-source,
.i_more_text_wrapper .js-rich-text-source{
 display:none;
}
.community_rich_text_editor{
 width:100%;
 min-height:46px;
 max-height:220px;
 overflow:auto;
 padding:10px 88px 10px 14px;
 border-radius:18px;
 border:none;
 background:transparent;
 color:#111827;
 font-size:15px;
 line-height:1.4;
 outline:none;
 white-space:pre-wrap;
 word-break:break-word;
}
.community_rich_text_editor:focus,
.community_rich_text_editor:not(:empty){
 min-height:88px;
 padding-top:12px;
 padding-bottom:12px;
 line-height:1.55;
}
.community_rich_text_editor:empty:before{
 content:attr(data-placeholder);
 color:#9aa6b8;
}
.community_rich_text_editor p{
 margin:0 0 10px;
}
.community_rich_text_editor p:last-child{
 margin-bottom:0;
}
.community_rich_text_editor ul,
.community_rich_text_editor ol{
 margin:0 0 10px 18px;
 padding:0;
}
.community_rich_text_editor li{
 margin:0 0 4px;
}
.community_admin_composer .i_post_form_textarea textarea{
 min-height:88px;
 max-height:160px;
 height:88px;
 padding:12px 14px;
}
.community_admin_composer .ccounter{
 position:absolute;
 top:8px;
 right:12px;
 z-index:2;
 min-width:58px;
 padding:8px 10px;
 border-radius:18px;
 font-size:12px;
 font-weight:700;
 line-height:1.1;
 text-align:center;
 box-shadow:0 10px 20px rgba(246,81,105,.18);
}
.community_admin_rich_toolbar{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 gap:8px;
 margin:0;
 position:fixed;
 top:0;
 left:0;
 z-index:1200;
 padding:8px;
 border-radius:999px;
 background:rgba(15,23,42,.96);
 box-shadow:0 18px 36px rgba(15,23,42,.24);
 opacity:0;
 visibility:hidden;
 pointer-events:none;
 transform:translateY(8px) scale(.96);
 transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.community_admin_rich_toolbar.is-visible{
 opacity:1;
 visibility:visible;
 pointer-events:auto;
 transform:translateY(0) scale(1);
}
.community_admin_rich_toolbar .i_nex_btn{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 flex:0 0 auto;
 width:40px;
 min-height:36px;
 padding:0;
 border-radius:12px;
 border:none;
 background:transparent;
 color:#dbeafe;
 font-size:12px;
 font-weight:700;
 line-height:1;
 box-shadow:none;
}
.community_admin_rich_toolbar .i_nex_btn[data-rich-action="ordered_list"]{
 width:46px;
}
.community_admin_rich_toolbar .community_rich_icon{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 width:18px;
 height:18px;
 color:inherit;
 line-height:1;
}
.community_admin_rich_toolbar .community_rich_icon_bold{
 font-size:16px;
 font-weight:900;
}
.community_admin_rich_toolbar .community_rich_icon_italic{
 font-size:16px;
 font-style:italic;
 font-family: inherit;
}
.community_admin_rich_toolbar .community_rich_icon_paragraph{
 font-size:18px;
 font-weight:700;
}
.community_admin_rich_toolbar .community_rich_icon_unordered{
 font-size:18px;
}
.community_admin_rich_toolbar .community_rich_icon_ordered{
 font-size:14px;
 font-weight:800;
}
.community_admin_rich_toolbar .community_rich_icon_break{
 font-size:17px;
 font-weight:700;
}
.community_admin_rich_toolbar .i_nex_btn:hover{
 background:#2563eb;
 color:#ffffff;
 transform:none;
}
.communities_hero_leaderboard{
 width:100%;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:18px;
 margin-top:22px;
 padding-top:18px;
 border-top:1px solid #e6ebf5;
}
.communities_hero_leaderboard_list{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 gap:12px 18px;
 min-width:0;
 flex:1 1 auto;
}
.communities_hero_leaderboard_item{
 display:flex;
 align-items:center;
 gap:10px;
 min-width:0;
 padding:6px 10px 6px 6px;
 border-radius:999px;
 background:rgba(239,244,255,.9);
 border:1px solid #e6ebf5;
}
.communities_hero_leaderboard_avatar{
 width:34px;
 height:34px;
 border-radius:999px;
 overflow:hidden;
 background:#eef4fb;
 border:2px solid #ffffff;
 box-shadow:0 8px 18px rgba(15,23,42,.12);
 flex-shrink:0;
}
.communities_hero_leaderboard_avatar img{
 width:100%;
 height:100%;
 object-fit:cover;
}
.communities_hero_leaderboard_name{
 font-size:13px;
 font-weight:700;
 line-height:1.35;
 color:#0f172a;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}
.communities_hero_leaderboard .community_leaderboard_page_link_hero{
 background:#111827;
 border-color:#111827;
 color:#ffffff;
 box-shadow:0 12px 26px rgba(17,24,39,.14);
 flex-shrink:0;
 padding:0 16px;
 font-size:11px;
 font-weight:800;
 letter-spacing:.05em;
 min-height:38px;
 white-space:nowrap;
}
.communities_hero_leaderboard .community_leaderboard_page_link_hero:hover{
 background:#1f2937;
 border-color:#1f2937;
 color:#ffffff;
}
@media (max-width:1100px){
 .communities_leaderboard_grid{
 grid-template-columns:repeat(2,minmax(0,1fr));
 }
}
@media (max-width:768px){
 .communities_leaderboard{
 padding:0 16px;
 }
 .communities_leaderboard_link_only{
 padding:0 16px;
 justify-content:flex-start;
 }
 .communities_leaderboard_shell{
 padding:18px;
 border-radius:24px;
 }
 .communities_leaderboard_header{
 flex-direction:column;
 align-items:flex-start;
 }
 .communities_leaderboard_header_actions{
 align-items:flex-start;
 width:100%;
 }
 .communities_leaderboard_tabs{
 justify-content:flex-start;
 width:100%;
 overflow-x:auto;
 }
 .communities_hero_leaderboard{
 flex-direction:column;
 align-items:stretch;
 }
 .communities_hero_leaderboard_list{
 gap:10px;
 }
 .communities_hero_leaderboard .community_leaderboard_page_link_hero{
 width:100%;
 justify-content:center;
 }
 .communities_leaderboard_grid{
 grid-template-columns:1fr;
 }
 .community_admin_rich_toolbar{
 gap:8px;
 }
}
@media (max-width:540px){
 .community_leaderboard_stats{
 grid-template-columns:1fr;
 }
 .community_admin_composer .i_post_form{
 flex-direction:column;
 }
 .community_admin_composer .i_post_creator_avatar{
 padding-top:0;
 }
 .community_rich_text_editor{
 min-height:44px;
 padding:9px 74px 9px 12px;
 }
 .community_rich_text_editor:focus,
 .community_rich_text_editor:not(:empty){
 min-height:76px;
 padding-top:10px;
 padding-bottom:10px;
 }
 .community_admin_composer .ccounter{
 top:7px;
 right:10px;
 min-width:52px;
 padding:7px 9px;
 }
 .community_admin_rich_toolbar{
 gap:6px;
 padding:7px;
 }
 .community_admin_rich_toolbar .i_nex_btn{
 width:38px;
 min-height:34px;
 }
 .community_admin_rich_toolbar .i_nex_btn[data-rich-action="ordered_list"]{
 width:42px;
 }
}
.blog-detail-page .blog-comments-section{margin-top:24px;padding:28px;border:1px solid #e6ecf5;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,251,255,.92) 100%);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:20px;box-shadow:0 18px 42px rgba(15,23,42,.06);}
.blog-detail-page .blog-comments-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;}
.blog-detail-page .blog-comments-header h2{margin:0;font-size:24px;line-height:1.15;font-weight:800;color:#0f172a;letter-spacing:-.02em;}
.blog-detail-page .blog-comments-count{min-width:48px;height:48px;padding:0 16px;border-radius:999px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;box-shadow:0 10px 22px rgba(15,23,42,.12);}
.blog-detail-page .blog-comments-state{display:none;font-size:14px;border-radius:14px;padding:12px 14px;}
.blog-detail-page .blog-comments-state.is-success{display:block;background:#ecfdf3;color:#166534;border:1px solid #bbf7d0;}
.blog-detail-page .blog-comments-state.is-error{display:block;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;}
.blog-detail-page .blog-comment-form{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid #e4ebf5;border-radius:24px;background:#f8fbff;}
.blog-detail-page .blog-comment-input{width:100%;min-height:132px;padding:0;border:none;border-radius:0;background:transparent;color:#1f2937;font-size:16px;line-height:1.75;resize:vertical;outline:none;transition:border-color .2s ease, box-shadow .2s ease;}
.blog-detail-page .blog-comment-input:focus{border:none;box-shadow:none;}
.blog-detail-page .blog-comment-actions{display:flex;justify-content:flex-end;}
.blog-detail-page .blog-comment-submit,.blog-detail-page .blog-comment-login-btn{border:none;border-radius:999px;padding:12px 20px;background:#111827;color:#fff;font-size:13px;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease, opacity .2s ease, background .2s ease, box-shadow .2s ease;text-decoration:none;box-shadow:0 12px 24px rgba(15,23,42,.14);}
.blog-detail-page .blog-comment-submit:hover,.blog-detail-page .blog-comment-login-btn:hover{transform:translateY(-1px);background:#0f172a;}
.blog-detail-page .blog-comment-submit:disabled{opacity:.55;cursor:not-allowed;transform:none;}
.blog-detail-page .blog-comment-login-box{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:18px 20px;border-radius:22px;border:1px dashed #d4dce8;background:#f8fafc;}
.blog-detail-page .blog-comment-login-note,.blog-detail-page .blog-comments-disabled,.blog-detail-page .blog-comments-unavailable,.blog-detail-page .blog-comments-empty{font-size:14px;line-height:1.7;color:#040720;}
.blog-detail-page .blog-comments-disabled,.blog-detail-page .blog-comments-unavailable,.blog-detail-page .blog-comments-empty{padding:18px 20px;border:1px dashed #dbe3f0;border-radius:20px;background:#f8fafc;}
.blog-detail-page .blog-comments-list{display:flex;flex-direction:column;gap:18px;}
.blog-detail-page .blog-comment-item{display:flex;gap:16px;align-items:flex-start;padding:18px;border:1px solid #e6ecf5;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:none;}
.blog-detail-page .blog-comment-avatar{display:block;flex:0 0 52px;width:52px;height:52px;border-radius:50%;overflow:hidden;background:#e5e7eb;box-shadow:0 8px 18px rgba(15,23,42,.08);}
.blog-detail-page .blog-comment-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-detail-page .blog-comment-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;}
.blog-detail-page .blog-comment-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap;}
.blog-detail-page .blog-comment-author{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap;color:#111827;text-decoration:none;}
.blog-detail-page .blog-comment-author-name{font-size:17px;font-weight:800;line-height:1.35;}
.blog-detail-page .blog-comment-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.blog-detail-page .blog-comment-time{font-size:13px;font-weight:700;color:#94a3b8;}
.blog-detail-page .blog-comment-delete{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid #fecdd3;background:#fff1f2;color:#e11d48;font-size:12px;font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;}
.blog-detail-page .blog-comment-delete:hover{background:#ffe4e6;border-color:#fda4af;transform:translateY(-1px);text-decoration:none;}
.blog-detail-page .blog-comment-verified{display:inline-flex;align-items:center;justify-content:center;color:#3b82f6;}
.blog-detail-page .blog-comment-verified svg,.blog-detail-page .blog-comment-verified svg *{width:15px;height:15px;fill:currentColor !important;stroke:currentColor !important;}
.blog-detail-page .blog-comment-content{color:#1f2937;font-size:16px;line-height:1.8;}
.blog-detail-page .blog-comment-content.rich-content{margin-top:0;}
.blog-detail-page .blog-comment-content p{margin:0 0 12px;}
.blog-detail-page .blog-comment-content p:last-child{margin-bottom:0;}
.blog-comment-confirm-modal{padding:18px 14px;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_shell{width:min(500px,calc(100vw - 28px));border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 30px 70px rgba(15,23,42,.18);}
.blog-comment-confirm-modal .blog-comment-confirm-modal_content{display:flex;flex-direction:column;padding:0;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:82px;padding:22px 24px 18px;background:linear-gradient(180deg,#f7faff 0%,#f3f7fc 100%);border-bottom:1px solid #e6edf6;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_title{margin:0;font-size:22px;line-height:1.15;font-weight:800;color:#0f172a;letter-spacing:-.02em;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #dbe5f0;border-radius:14px;background:rgba(255,255,255,.82);color:#64748b;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_close svg{width:15px;height:15px;fill:currentColor;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_close:hover{background:#ffffff;border-color:#cfd9e7;color:#0f172a;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_body{padding:26px 28px 8px;text-align:center;font-size:16px;line-height:1.7;color:#475569;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_actions{display:flex;justify-content:flex-end;gap:12px;padding:18px 24px 24px;background:linear-gradient(180deg,#fbfdff 0%,#f6f9fc 100%);border-top:1px solid #e8eef6;margin-top:0;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_btn{display:inline-flex;align-items:center;justify-content:center;min-width:116px;min-height:46px;padding:0 20px;border-radius:16px;border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;box-shadow:none;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_btn.is-cancel{background:#edf2f8;color:#334155;border-color:#dde5ef;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_btn.is-confirm{background:#111827;color:#ffffff;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_btn:hover{transform:translateY(-1px);}
.blog-comment-confirm-modal .blog-comment-confirm-modal_btn.is-cancel:hover{background:#f4f7fb;border-color:#d0d9e6;color:#0f172a;}
.blog-comment-confirm-modal .blog-comment-confirm-modal_btn.is-confirm:hover{background:#0b1220;}
@media (max-width:768px){.blog-detail-page .blog-comments-section{padding:18px;border-radius:22px;}.blog-detail-page .blog-comment-form{padding:14px;border-radius:20px;}.blog-detail-page .blog-comment-login-box{align-items:flex-start;padding:16px;}.blog-detail-page .blog-comments-disabled,.blog-detail-page .blog-comments-unavailable,.blog-detail-page .blog-comments-empty{padding:16px;}.blog-detail-page .blog-comment-item{gap:12px;padding:14px;border-radius:20px;}.blog-detail-page .blog-comment-avatar{flex-basis:42px;width:42px;height:42px;}.blog-detail-page .blog-comment-head{flex-direction:column;align-items:flex-start;}.blog-detail-page .blog-comment-author-name{font-size:16px;}.blog-detail-page .blog-comment-content{font-size:15px;}}
.blog-index-page .blog-filter-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:16px;}
.blog-index-page .blog-category-row{margin-top:22px;}
.blog-index-page .blog-filter-chip,.blog-index-page .blog-tag-chip,.blog-detail-page .blog-tag-chip,.blog-detail-page .blog-taxonomy-chip,.blog-index-page .blog-active-filter,.blog-index-page .blog-card-category{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #dbe3f0;background:#fff;color:#334155;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:all .2s ease;}
.blog-index-page .blog-filter-chip em{font-style:normal;font-size:11px;color:#64748b;}
.blog-index-page .blog-filter-chip:hover,.blog-index-page .blog-tag-chip:hover,.blog-detail-page .blog-tag-chip:hover,.blog-detail-page .blog-taxonomy-chip:hover,.blog-index-page .blog-active-filter:hover,.blog-index-page .blog-card-category:hover{border-color:#94a3b8;color:#0f172a;transform:translateY(-1px);}
.blog-index-page .blog-filter-chip.is-active,.blog-index-page .blog-tag-chip.is-active{background:#111827;border-color:#111827;color:#fff;box-shadow:0 12px 24px rgba(15,23,42,0.14);}
.blog-index-page .blog-active-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px;}
.blog-index-page .blog-active-filter{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;}
.blog-index-page .blog-list-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
.blog-index-page .blog-card-category{background:#f8fafc;border-color:#e2e8f0;color:#0f172a;padding:0 12px;min-height:32px;font-size:12px;}
.blog-detail-page .blog-taxonomy-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.blog-detail-page .blog-taxonomy-category{background:#111827;border-color:#111827;color:#fff;}
.blog-detail-page .blog-taxonomy-tag,.blog-detail-page .blog-tag-chip{background:#fff;border-color:#dbe3f0;color:#334155;}
.blog-detail-page .blog-aside-tags{display:flex;flex-wrap:wrap;gap:10px;}
@media (max-width:768px){.blog-index-page .blog-filter-row{justify-content:flex-start;}.blog-index-page .blog-active-filters{justify-content:flex-start;}.blog-detail-page .blog-taxonomy-row{margin-top:10px;}}
.home-blog-spotlight_default{margin:22px 0 26px;padding:24px;border:1px solid #e5e7eb;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:none;}
.home-blog-spotlight_default .home-blog-spotlight__header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px;}
.home-blog-spotlight_default .home-blog-spotlight__copy{display:flex;flex-direction:column;gap:8px;max-width:720px;}
.home-blog-spotlight_default .home-blog-spotlight__eyebrow{display:inline-flex;align-self:flex-start;min-height:30px;padding:0 12px;border-radius:999px;background:#eef2ff;color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;align-items:center;}
.home-blog-spotlight_default .home-blog-spotlight__copy h3{margin:0;font-size:28px;line-height:1.12;font-weight:800;color:#0f172a;}
.home-blog-spotlight_default .home-blog-spotlight__copy p{margin:0;color:#64748b;font-size:14px;line-height:1.65;}
.home-blog-spotlight_default .home-blog-spotlight__cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:#111827;border:1px solid #111827;color:#ffffff;font-size:13px;font-weight:800;letter-spacing:.03em;text-decoration:none;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;}
.home-blog-spotlight_default .home-blog-spotlight__cta:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(15,23,42,0.14);background:#0f172a;color:#ffffff;}
.home-blog-spotlight_default .home-blog-spotlight__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;}
.home-blog-spotlight_default .home-blog-card{display:flex;flex-direction:column;min-width:0;border:1px solid #e2e8f0;border-radius:24px;background:#ffffff;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.home-blog-spotlight_default .home-blog-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 18px 36px rgba(15,23,42,0.09);}
.home-blog-spotlight_default .home-blog-card__media{display:block;aspect-ratio:1.5/1;background:#e5e7eb;overflow:hidden;}
.home-blog-spotlight_default .home-blog-card__media img{width:100%;height:100%;object-fit:cover;display:block;}
.home-blog-spotlight_default .home-blog-card__body{display:flex;flex-direction:column;gap:12px;padding:18px 18px 16px;}
.home-blog-spotlight_default .home-blog-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;}
.home-blog-spotlight_default .home-blog-card__chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.home-blog-spotlight_default .home-blog-card__date{font-size:12px;font-weight:600;color:#64748b;}
.home-blog-spotlight_default .home-blog-card h4{margin:0;font-size:20px;line-height:1.28;font-weight:800;color:#0f172a;}
.home-blog-spotlight_default .home-blog-card h4 a{color:inherit;text-decoration:none;}
.home-blog-spotlight_default .home-blog-card h4 a:hover{text-decoration:underline;}
.home-blog-spotlight_default .home-blog-card p{margin:0;color:#64748b;font-size:14px;line-height:1.7;}
.home-blog-spotlight_default .home-blog-card__author{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:4px;color:#0f172a;font-size:13px;font-weight:700;}
.home-blog-spotlight_default .home-blog-card__author img{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar{margin:18px 0 22px;padding:18px;border-radius:22px;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-spotlight__header{align-items:flex-start;justify-content:flex-start;gap:12px;margin-bottom:16px;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-spotlight__copy{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:none;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-spotlight__cta{min-height:34px;padding:0 12px;font-size:11px;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-spotlight__grid{grid-template-columns:1fr;gap:14px;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-card{border-radius:20px;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-card__media{aspect-ratio:1.4/1;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-card__body{gap:10px;padding:15px 15px 14px;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-card h4{font-size:18px;line-height:1.3;}
.home-blog-spotlight_default.home-blog-spotlight_sidebar .home-blog-card p{font-size:13px;line-height:1.6;}
.home-blog-spotlight_default .home-blog-spotlight__cta_sidebar{display:flex;width:100%;margin-top:14px;padding-left:16px;padding-right:16px;}
.home-blog-spotlight_default .home-blog-spotlight__cta_sidebar .home-blog-spotlight__cta_icon{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;}
.home-blog-spotlight_default .home-blog-spotlight__cta_sidebar .home-blog-spotlight__cta_icon svg{width:16px;height:16px;display:block;}
.home-blog-spotlight_default .home-blog-spotlight__cta_sidebar .home-blog-spotlight__cta_icon svg,
.home-blog-spotlight_default .home-blog-spotlight__cta_sidebar .home-blog-spotlight__cta_icon svg *{fill:#ffffff !important;stroke:#ffffff !important;}
@media (max-width:768px){.home-blog-spotlight_default{padding:18px;border-radius:22px;}.home-blog-spotlight_default .home-blog-spotlight__header{flex-direction:column;align-items:flex-start;}.home-blog-spotlight_default .home-blog-spotlight__copy h3{font-size:24px;}.home-blog-spotlight_default .home-blog-spotlight__grid{grid-template-columns:1fr;}}
.live_source_selector{display:flex;flex-direction:column;gap:12px;margin:12px 0 14px;}
.live_source_selector--stacked{margin-top:12px;}
.live_source_option{position:relative;display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid rgba(82,92,122,0.14);border-radius:14px;background:#fff;cursor:pointer;transition:all .2s ease;}
.live_source_option--active{border-color:var(--dizzy-theme-brand-primary);box-shadow:0 0 0 3px rgba(246,81,105,0.12);}
.live_source_option--disabled{opacity:.55;cursor:not-allowed;}
.live_source_option input{position:absolute;opacity:0;pointer-events:none;}
.live_source_option_title{font-size:14px;font-weight:700;color:#1f2937;}
.live_source_option_note{font-size:12px;line-height:1.5;color:#040720;}
.live_source_hint{margin:0 0 14px;font-size:12px;line-height:1.5;color:#040720;}
.live_obs_control_panel{margin:16px 16px 0;padding:18px;border:1px solid rgba(82,92,122,0.12);border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f9fafc 100%);}
.live_obs_control_header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px;}
.live_obs_control_kicker{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#040720;}
.live_obs_control_title{margin:4px 0 0;font-size:18px;font-weight:700;color:#111827;}
.live_obs_control_badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:rgba(246,81,105,0.12);color:#b42318;font-size:11px;font-weight:700;}
.live_obs_control_copy{margin:0 0 14px;font-size:13px;line-height:1.6;color:#4b5563;}
.live_obs_status_shell{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:#f3f4f6;margin-bottom:12px;}
.live_obs_status_label{font-size:12px;font-weight:700;color:#040720;text-transform:uppercase;letter-spacing:.08em;}
.live_obs_status_value{font-size:13px;font-weight:700;color:#374151;}
.live_obs_status_value[data-obs-status="live"]{color:#0f9f6e;}
.live_obs_status_value[data-obs-status="error"]{color:#b42318;}
.live_obs_status_value[data-obs-status="disconnected"]{color:#b54708;}
.live_obs_error_message,.live_obs_notice{margin-bottom:12px;padding:10px 12px;border-radius:12px;font-size:12px;line-height:1.5;}
.live_obs_error_message{background:rgba(220,38,38,0.08);color:#b42318;}
.live_obs_notice{background:rgba(82,92,122,0.08);color:#4b5563;}
.live_obs_field_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.live_obs_field_card{display:flex;flex-direction:column;justify-content:space-between;min-height:152px;padding:16px 18px;border-radius:16px;border:1px solid rgba(82,92,122,0.12);background:#fff;box-shadow:0 8px 20px rgba(82,92,122,0.05);}
.live_obs_field_top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px;}
.live_obs_field_label{font-size:12px;font-weight:700;color:#040720;text-transform:uppercase;letter-spacing:.08em;}
.live_obs_field_value{display:flex;align-items:flex-end;flex:1;font-size:14px;line-height:1.7;color:#111827;word-break:break-all;min-height:64px;}
.live_obs_field_value--secret{font-family: inherit;}
.live_obs_copy_btn,.live_obs_regenerate_btn,.live_obs_refresh_btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid transparent;border-radius:12px;padding:0 14px;font-size:12px;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;}
.live_obs_copy_btn{min-width:82px;background:#eef2ff;border-color:#e0e7ff;color:#344054;}
.live_obs_copy_btn:hover{background:#e0e7ff;border-color:#c7d2fe;transform:translateY(-1px);}
.live_obs_regenerate_btn{background:linear-gradient(135deg,#f65169 0%,#e1445d 100%);box-shadow:0 14px 28px rgba(246,81,105,0.18);color:#fff;}
.live_obs_regenerate_btn:hover{transform:translateY(-1px);box-shadow:0 18px 32px rgba(246,81,105,0.24);}
.live_obs_refresh_btn{background:#ffffff;border-color:#d0d5dd;color:#111827;}
.live_obs_refresh_btn:hover{background:#f8fafc;border-color:#98a2b3;transform:translateY(-1px);}
.live_obs_copy_btn[disabled],.live_obs_regenerate_btn[disabled],.live_obs_refresh_btn[disabled]{opacity:.5;cursor:not-allowed;}
.live_obs_action_row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;}
@media (max-width: 900px){.live_obs_control_panel{margin:16px 12px 0;}.live_obs_field_grid{grid-template-columns:1fr;}}
/* Dizzy upload warning card */
.i_upload_warning,.i_warning_campaign{display:none;position:relative;background:#fff7f8;border:1px solid rgba(246,81,105,.24);color:#9f1239;box-shadow:0 12px 28px rgba(246,81,105,.12);border-radius:12px;margin-bottom:12px;padding:13px 16px 13px 46px;font-weight:700;font-size:14px;line-height:1.45;text-align:left;justify-content:flex-start;align-items:flex-start}.i_upload_warning:before,.i_warning_campaign:before{content:"!";position:absolute;left:16px;top:12px;width:20px;height:20px;border-radius:999px;background:#f65169;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;line-height:1}.i_upload_warning.is-visible,.i_warning_campaign.is-visible{display:block}

.campaign_popup_warning{display:none;margin:0 0 2px 0;background:#fff7f8;border:1px solid rgba(246,81,105,.24);color:#9f1239;box-shadow:0 12px 28px rgba(246,81,105,.12);border-radius:12px;padding:13px 16px 13px 46px;font-weight:700;font-size:14px;line-height:1.45;text-align:left;position:relative}.campaign_popup_warning:before{content:"!";position:absolute;left:16px;top:12px;width:20px;height:20px;border-radius:999px;background:#f65169;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;line-height:1}.campaign_popup_warning.is-visible{display:block}.campaign_popup_actions .campaignSaveBtn.is-disabled,.campaign_popup_actions .campaignSaveBtn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}

/* Dizzy v5.4.3 private vault */
.vault_page_container{width:100%;max-width:780px;margin:0 auto;padding:18px 12px 40px}
.vault_panel{background:#fff;border:1px solid #e7edf5;border-radius:8px;padding:18px;box-shadow:0 8px 24px rgba(19,34,56,.06)}
.vault_page_head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.vault_page_head h1{font-size:26px;line-height:1.2;margin:0 0 6px;color:#111827}
.vault_page_head p{margin:0;color:#64748b;font-size:14px}
.vault_primary_btn,.vault_secondary_btn,.vault_delete_btn{border:0;border-radius:8px;cursor:pointer;font-weight:700;line-height:1}
.vault_primary_btn{background:#2468c9;color:#fff;padding:14px 20px}
.vault_secondary_btn{background:#eef4ff;color:#2468c9;padding:12px 14px}
.vault_delete_btn{background:#fff1f2;color:#e11d48;padding:9px 12px}
.vault_notice,.vault_upload_progress{padding:12px 14px;border-radius:8px;background:#fff7ed;color:#9a3412;margin:12px 0}
.vault_stats{display:flex;gap:10px;flex-wrap:wrap;color:#64748b;font-size:13px;margin-bottom:14px}
.vault_stats span{background:#f8fafc;border:1px solid #e7edf5;border-radius:999px;padding:7px 10px}
.vault_toolbar,.vault_picker_filters{display:grid;grid-template-columns:1fr 150px 180px auto;gap:10px;margin-bottom:16px}
.vault_grid,.vault_picker_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.vault_media_card{position:relative;border:1px solid #e7edf5;border-radius:8px;overflow:hidden;background:#fff;min-height:210px;display:flex;flex-direction:column}
.vault_thumb{aspect-ratio:1/1;background:#f1f5f9;display:flex;align-items:center;justify-content:center}
.vault_thumb img{width:100%;height:100%;object-fit:cover;display:block}
.vault_file_icon svg{width:44px;height:44px;color:#64748b}
.vault_meta{padding:10px;min-width:0}
.vault_name{font-weight:700;color:#111827;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vault_info{font-size:12px;color:#64748b;margin-top:4px}
.vault_media_card .vault_delete_btn{margin:0 10px 10px}
.vault_empty{grid-column:1/-1;text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:32px}
.vault_picker_overlay{position:fixed;inset:0;z-index:99999;background:rgba(15,23,42,.58);display:flex;align-items:center;justify-content:center;padding:24px}
.vault_picker{width:min(920px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:10px;padding:16px;box-shadow:0 24px 70px rgba(15,23,42,.28)}
.vault_picker_head,.vault_picker_actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.vault_picker_close{border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#111827}
.vault_pick_check{position:absolute;top:8px;left:8px;z-index:2;background:#fff;border-radius:999px;padding:4px;box-shadow:0 2px 8px rgba(15,23,42,.16)}
.dizzy-vault-open{cursor:pointer}
body.i_night .vault_panel,body.i_night .vault_media_card,body.i_night .vault_picker{background:#242526;border-color:#3a3b3c}
body.i_night .vault_page_head h1,body.i_night .vault_name,body.i_night .vault_picker_close{color:#f8fafc}
body.i_night .vault_page_head p,body.i_night .vault_info,body.i_night .vault_stats{color:#b0b3b8}
body.i_night .vault_thumb,body.i_night .vault_stats span,body.i_night .vault_empty{background:#18191a;border-color:#3a3b3c}
@media(max-width:720px){.vault_page_head{flex-direction:column}.vault_toolbar,.vault_picker_filters{grid-template-columns:1fr}.vault_page_container{padding-left:8px;padding-right:8px}}

/* Dizzy v5.4.3 private vault layout refinement */
.vault_wrapper{align-items:flex-start}
.vault_middle{min-width:0;display:flex;justify-content:center}
.vault_page_container{width:100%;max-width:1040px;margin:0 auto;padding:28px 18px 54px}
.vault_panel{border-radius:18px;padding:22px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid rgba(82,92,122,.12);box-shadow:0 18px 44px rgba(15,23,42,.08)}
.vault_page_head{align-items:center;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #eef2f7}
.vault_page_head h1{font-size:30px;letter-spacing:0;margin-bottom:6px}
.vault_page_head p{font-size:14px;line-height:1.55;max-width:560px}
.vault_primary_btn,.vault_secondary_btn,.vault_delete_btn,.vault_view_btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:12px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}
.vault_primary_btn{background:linear-gradient(135deg,#2468c9 0%,#1856ad 100%);box-shadow:0 12px 24px rgba(36,104,201,.18);padding:0 18px}
.vault_primary_btn:hover,.vault_secondary_btn:hover,.vault_view_btn:hover,.vault_delete_btn:hover{transform:translateY(-1px)}
.vault_stats{gap:8px;margin-bottom:14px}
.vault_stats span{border-radius:999px;background:#f8fafc;border-color:#e2e8f0;color:#53627d;font-weight:600}
.vault_dropzone{display:flex;align-items:center;gap:14px;width:100%;min-height:92px;padding:18px;margin:0 0 16px;border:1px dashed #bfd0ec;border-radius:16px;background:linear-gradient(180deg,#f8fbff 0%,#f2f7ff 100%);cursor:pointer;color:#30415f;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}
.vault_dropzone:hover,.vault_dropzone.is-dragging{border-color:#2468c9;background:#eef5ff;box-shadow:0 14px 30px rgba(36,104,201,.12);transform:translateY(-1px)}
.vault_dropzone_icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:#ffffff;color:#2468c9;box-shadow:0 10px 22px rgba(15,23,42,.08);flex:0 0 auto}
.vault_dropzone_icon svg{width:22px;height:22px;fill:currentColor;stroke:currentColor}
.vault_dropzone_text{font-size:15px;font-weight:800;color:#111827}
.vault_dropzone_hint{display:block;margin-top:4px;font-size:12px;line-height:1.45;color:#64748b}
.vault_toolbar{grid-template-columns:minmax(220px,1fr) 150px 190px auto;align-items:center;gap:10px;margin-bottom:14px}
.vault_toolbar .i_input,.vault_picker_filters .i_input{width:100%;min-height:42px;border:1px solid #dbe3f0;border-radius:12px;background:#fff;color:#111827;padding:0 13px;outline:none;box-shadow:none}
.vault_toolbar .i_input:focus,.vault_picker_filters .i_input:focus{border-color:#2468c9;box-shadow:0 0 0 3px rgba(36,104,201,.10)}
.vault_upload_progress{display:none;border-radius:14px;background:#eef5ff;color:#1d4ed8;border:1px solid #dbeafe;font-weight:700}
.vault_upload_progress.is-active:not(:empty){display:block}
.vault_upload_progress.is-success{background:#ecfdf5;color:#047857;border-color:#bbf7d0}
.vault_upload_progress.is-error{background:#fff1f2;color:#be123c;border-color:#fecdd3}
.vault_grid{grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:14px}
.vault_media_card{min-height:0;border-radius:14px;border-color:#e2e8f0;box-shadow:0 10px 24px rgba(15,23,42,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.vault_media_card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px rgba(15,23,42,.10)}
.vault_thumb{position:relative;aspect-ratio:4/3;background:#f1f5f9}
.vault_file_icon svg{width:48px;height:48px;color:#64748b}
.vault_type_badge{position:absolute;left:9px;top:9px;display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:11px;font-weight:800}
.vault_meta{padding:11px 12px 8px}
.vault_name{font-size:14px;line-height:1.35}
.vault_info{font-size:12px;color:#64748b}
.vault_card_actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 12px;margin-top:auto}
.vault_view_btn{min-height:36px;background:#eef4ff;color:#2468c9}
.vault_delete_btn{min-height:36px;background:#fff1f2;color:#e11d48;padding:0 10px}
.vault_media_card .vault_delete_btn{margin:0}
.vault_empty{border-radius:16px;background:#f8fafc;padding:42px 18px;font-weight:700}
body.i_night .vault_panel{background:linear-gradient(180deg,#242526 0%,#1f2022 100%);border-color:#3a3b3c}
body.i_night .vault_page_head{border-bottom-color:#343638}
body.i_night .vault_dropzone{background:#18191a;border-color:#3a3b3c;color:#e4e6eb}
body.i_night .vault_dropzone:hover,body.i_night .vault_dropzone.is-dragging{border-color:#2468c9;background:#202734}
body.i_night .vault_dropzone_icon,body.i_night .vault_toolbar .i_input,body.i_night .vault_picker_filters .i_input{background:#242526;border-color:#3a3b3c;color:#f8fafc}
body.i_night .vault_dropzone_text{color:#f8fafc}
body.i_night .vault_dropzone_hint,body.i_night .vault_stats span{color:#b0b3b8}
body.i_night .vault_stats span{background:#18191a;border-color:#3a3b3c}
body.i_night .vault_view_btn{background:#1d2b44;color:#8ab4ff}
@media(max-width:980px){.vault_page_container{max-width:100%;padding-left:12px;padding-right:12px}.vault_toolbar{grid-template-columns:1fr 1fr}.vault_toolbar #vaultSearch{grid-column:1/-1}.vault_toolbar #vaultNewFolder{grid-column:1/-1}}
@media(max-width:980px){.vault_wrapper .leftSticky{display:none}.vault_middle{flex:1 1 100%;width:100%}.vault_page_container{padding-top:14px}}
@media(max-width:720px){.vault_page_container{padding:18px 10px 42px}.vault_panel{padding:16px;border-radius:14px}.vault_page_head{align-items:flex-start}.vault_page_head .vault_primary_btn{width:100%}.vault_dropzone{align-items:flex-start}.vault_toolbar{grid-template-columns:1fr}.vault_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vault_card_actions{grid-template-columns:1fr}.vault_type_badge{font-size:10px}}
.vault_viewbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 14px;flex-wrap:wrap}
.vault_segmented{display:inline-flex;gap:4px;padding:4px;border:1px solid #dbe3f0;border-radius:14px;background:#f8fafc}
.vault_icon_btn{min-height:36px;border:0;border-radius:10px;background:#eef4ff;color:#2468c9;font-size:12px;font-weight:800;padding:0 12px;cursor:pointer}
.vault_icon_btn.is-active{background:#2468c9;color:#fff;box-shadow:0 8px 18px rgba(36,104,201,.18)}
.vault_toolbar button:disabled,.vault_toolbar button.is-disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.vault_toolbar{grid-template-columns:minmax(220px,1.4fr) 130px 170px 130px;align-items:stretch}
.vault_toolbar button,.vault_toolbar select,.vault_toolbar input{min-width:0}
.vault_bulk_bar{display:none;align-items:center;gap:10px;margin:0 0 14px;padding:10px 12px;border:1px solid #dbeafe;border-radius:14px;background:#eef5ff;color:#1d4ed8;font-weight:800}
.vault_bulk_bar.is-active{display:flex;flex-wrap:wrap}
.vault_bulk_bar .i_input{width:auto;min-width:170px;min-height:38px;border:1px solid #bfdbfe;border-radius:10px;background:#fff;color:#111827;padding:0 10px}
.vault_pick_check{position:absolute;top:9px;right:9px;left:auto;z-index:4;background:#fff;border-radius:999px;padding:5px;box-shadow:0 6px 14px rgba(15,23,42,.16)}
.vault_pick_check input{display:block;width:16px;height:16px;margin:0}
.vault_card_actions{grid-template-columns:1fr 1fr 1fr}
.vault_usage{font-size:11px;color:#64748b;margin-top:4px}
.vault_grid_list{grid-template-columns:1fr}
.vault_grid_list .vault_media_card{display:grid;grid-template-columns:120px minmax(0,1fr) 260px;align-items:center}
.vault_grid_list .vault_thumb{aspect-ratio:1/1;min-height:120px}
.vault_grid_list .vault_card_actions{padding:12px;grid-template-columns:repeat(3,1fr)}
.vault_skeleton{min-height:230px;border-radius:14px;background:linear-gradient(90deg,#f1f5f9 25%,#e7edf5 37%,#f1f5f9 63%);background-size:400% 100%;animation:vaultSkeleton 1.4s ease infinite}
@keyframes vaultSkeleton{0%{background-position:100% 0}100%{background-position:0 0}}
.vault_empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:180px;color:#64748b}
.vault_empty strong{font-size:16px;color:#111827}
.vault_empty span{font-size:13px;font-weight:500;text-align:center;max-width:360px}
.vault_picker_overlay,.vault_preview_overlay{position:fixed;inset:0;z-index:99999;background:rgba(15,23,42,.58);display:flex;align-items:center;justify-content:center;padding:24px}
.vault_preview_modal{width:min(920px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:16px;padding:16px;box-shadow:0 24px 70px rgba(15,23,42,.28)}
.vault_preview_head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.vault_preview_head strong{display:block;font-size:18px;color:#111827}
.vault_preview_head span{display:block;margin-top:4px;font-size:12px;line-height:1.45;color:#64748b}
.vault_preview_body{display:flex;align-items:center;justify-content:center;min-height:320px;border-radius:14px;background:#f8fafc;overflow:hidden}
.vault_preview_body img,.vault_preview_body video{display:block;max-width:100%;max-height:66vh;object-fit:contain}
.vault_preview_body audio{width:min(520px,92%)}
.vault_preview_file{display:flex;flex-direction:column;align-items:center;gap:14px;padding:40px;text-align:center;color:#111827}
.vault_preview_actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}
body.i_night .vault_segmented,body.i_night .vault_preview_modal{background:#242526;border-color:#3a3b3c}
body.i_night .vault_icon_btn{background:#1d2b44;color:#8ab4ff}
body.i_night .vault_icon_btn.is-active{background:#2468c9;color:#fff}
body.i_night .vault_bulk_bar{background:#17233a;border-color:#25436f;color:#8ab4ff}
body.i_night .vault_bulk_bar .i_input{background:#242526;border-color:#3a3b3c;color:#f8fafc}
body.i_night .vault_preview_head strong,body.i_night .vault_empty strong{color:#f8fafc}
body.i_night .vault_preview_head span,body.i_night .vault_usage{color:#b0b3b8}
body.i_night .vault_preview_body,body.i_night .vault_empty{background:#18191a}
@media(max-width:1180px){.vault_toolbar{grid-template-columns:1fr 1fr}.vault_toolbar #vaultSearch{grid-column:1/-1}.vault_toolbar button,.vault_toolbar select{min-width:0}}
@media(max-width:760px){.vault_viewbar{align-items:stretch}.vault_segmented,.vault_viewbar .vault_secondary_btn{width:100%}.vault_segmented button{flex:1}.vault_grid_list .vault_media_card{display:flex}.vault_preview_overlay{padding:10px}.vault_preview_body{min-height:220px}.vault_preview_actions{flex-direction:column}.vault_card_actions{grid-template-columns:1fr}.vault_bulk_bar{align-items:stretch}.vault_bulk_bar .i_input,.vault_bulk_bar button{width:100%}}
.vault_share_wrap{position:relative;display:inline-flex;min-width:0}
.vault_share_menu{display:none;position:absolute;left:0;right:auto;bottom:calc(100% + 8px);z-index:12;min-width:190px;padding:8px;border-radius:12px;background:#fff;border:1px solid #dbe3f0;box-shadow:0 18px 42px rgba(15,23,42,.16)}
.vault_media_card.vault_menu_open .vault_share_menu,.vault_preview_modal.vault_menu_open .vault_share_menu,.vault_share_wrap:hover .vault_share_menu{display:grid;gap:6px}
.vault_share_target{border:0;background:#f8fafc;color:#111827;border-radius:9px;min-height:34px;padding:0 10px;text-align:left;font-size:12px;font-weight:800;cursor:pointer}
.vault_share_target:hover{background:#eef4ff;color:#2468c9}
.vault_context_btn{margin-left:8px}
.story_vault_actions{display:flex;justify-content:center;margin-top:14px;position:relative;z-index:2}
.story_vault_actions .vault_context_btn{margin-left:0;min-width:126px}
@media(max-width:760px){.vault_share_menu{left:auto;right:0;bottom:auto;top:calc(100% + 8px)}}

/* v5.4.3 Vault card usability polish */
.vault_grid{grid-template-columns:repeat(auto-fill,minmax(238px,1fr));gap:18px;align-items:start}
.vault_picker_grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}
.vault_media_card{border-radius:18px;overflow:visible;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.07);min-width:0}
.vault_media_card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(15,23,42,.11)}
.vault_thumb{overflow:hidden;border-radius:18px 18px 0 0;aspect-ratio:4/3}
.vault_meta{padding:13px 14px 10px}
.vault_name{font-size:15px;line-height:1.35}
.vault_info,.vault_usage{line-height:1.4}
.vault_card_actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;padding:0 14px 14px;margin-top:auto;align-items:stretch}
.vault_card_actions .vault_view_btn{grid-column:1/-1}
.vault_card_actions .vault_share_wrap{display:flex;width:100%;min-width:0}
.vault_card_actions .vault_share_wrap .vault_use_btn,.vault_card_actions .vault_delete_btn,.vault_card_actions .vault_view_btn{width:100%;min-width:0;min-height:38px;padding:0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:12px;transform:none}
.vault_card_actions .vault_share_wrap .vault_use_btn:hover,.vault_card_actions .vault_delete_btn:hover,.vault_card_actions .vault_view_btn:hover{transform:none;box-shadow:0 8px 18px rgba(15,23,42,.09)}
.vault_share_menu{left:0;right:auto;bottom:calc(100% + 10px);max-width:min(240px,calc(100vw - 32px))}
.vault_grid_list .vault_media_card{overflow:visible;grid-template-columns:140px minmax(0,1fr) 280px}
.vault_grid_list .vault_card_actions{grid-template-columns:1fr 1fr;padding:14px}
.vault_grid_list .vault_card_actions .vault_view_btn{grid-column:1/-1}
@media(max-width:980px){.vault_grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}}
@media(max-width:760px){.vault_grid{grid-template-columns:1fr}.vault_picker_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vault_card_actions{grid-template-columns:1fr}.vault_card_actions .vault_view_btn{grid-column:auto}.vault_grid_list .vault_media_card{display:flex}.vault_grid_list .vault_card_actions{grid-template-columns:1fr}}
@media(max-width:420px){.vault_picker_grid{grid-template-columns:1fr}}

/* v5.4.3 Vault share menu hover stability */
.vault_share_wrap{isolation:isolate}
.vault_share_wrap:before{content:"";display:none;position:absolute;left:0;right:0;bottom:100%;height:14px;z-index:11}
.vault_share_wrap:hover:before,.vault_media_card.vault_menu_open .vault_share_wrap:before{display:block}
.vault_share_wrap:hover .vault_share_menu,.vault_share_menu:hover,.vault_media_card.vault_menu_open .vault_share_menu{display:grid;gap:6px}
.vault_share_menu{bottom:calc(100% + 6px)}
.vault_share_target{display:flex;align-items:center;width:100%}

/* v5.4.3 Vault page three-column layout */
.vault_wrapper{align-items:flex-start}
.vault_middle{min-width:0;display:flex;justify-content:center}
.vault_page_container{max-width:860px;width:100%;padding-left:18px;padding-right:18px}
.vault_panel{width:100%}
@media(max-width:1280px){.vault_page_container{max-width:820px;padding-left:14px;padding-right:14px}}
@media(max-width:1180px){.vault_page_container{max-width:760px}.vault_stats span:last-child{flex-basis:100%}}
@media(max-width:980px){.vault_wrapper .rightSticky{display:none}.vault_page_container{max-width:100%}}

/* v5.4.3 Vault toolbar fit for right-sidebar layout */
.vault_wrapper .vault_toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:stretch}
.vault_wrapper .vault_toolbar #vaultSearch{grid-column:1/-1}
.vault_wrapper .vault_toolbar .i_input,.vault_wrapper .vault_toolbar button{width:100%;min-width:0}
.vault_wrapper .vault_dropzone{display:grid;grid-template-columns:46px minmax(110px,150px) minmax(0,1fr);align-items:center}
.vault_wrapper .vault_dropzone_text{white-space:normal;line-height:1.2}
.vault_wrapper .vault_dropzone_hint{min-width:0}
.vault_wrapper .vault_viewbar{gap:12px}
.vault_wrapper .vault_viewbar .vault_secondary_btn{margin-left:auto}
@media(max-width:620px){.vault_wrapper .vault_toolbar{grid-template-columns:1fr}.vault_wrapper .vault_dropzone{grid-template-columns:46px minmax(0,1fr)}.vault_wrapper .vault_dropzone_hint{grid-column:1/-1}}

/* v5.4.3 Vault toolbar logical order */
.vault_wrapper .vault_toolbar #vaultSearch{order:1}
.vault_wrapper .vault_toolbar #vaultType{order:2}
.vault_wrapper .vault_toolbar #vaultFolder{order:3}
.vault_wrapper .vault_toolbar #vaultSort{order:4}
.vault_wrapper .vault_toolbar #vaultUsage{order:5}
.vault_wrapper .vault_toolbar #vaultNewFolder{order:6;grid-column:1/-1}
.vault_wrapper .vault_toolbar #vaultRenameFolder{order:7}
.vault_wrapper .vault_toolbar #vaultDeleteFolder{order:8}

/* v5.4.3 Vault controls and card action polish */
.vault_wrapper .vault_toolbar{
 position:relative;
 padding:14px;
 margin:16px 0 18px;
 border:1px solid #e5edf8;
 border-radius:18px;
 background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
 box-shadow:0 12px 30px rgba(15,23,42,.055);
}
.vault_wrapper .vault_toolbar .i_input{
 height:48px;
 min-height:48px;
 border:1px solid #d7e1f0;
 border-radius:14px;
 background-color:#fff;
 color:#111827;
 font-size:14px;
 font-weight:650;
 padding:0 15px;
 outline:0;
 box-shadow:0 8px 18px rgba(15,23,42,.035);
 transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.vault_wrapper .vault_toolbar input.i_input{
 padding-left:44px;
 background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 18.1a7.3 7.3 0 1 1 0-14.6 7.3 7.3 0 0 1 0 14.6Z' stroke='%23869ab8' stroke-width='2'/%3E%3Cpath d='m16.2 16.3 4.1 4.1' stroke='%23869ab8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
 background-repeat:no-repeat;
 background-position:15px center;
 background-size:18px;
}
.vault_wrapper .vault_toolbar select.i_input{
 appearance:none;
 -webkit-appearance:none;
 padding-right:42px;
 background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 10 5 5 5-5' stroke='%235b6b84' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 background-repeat:no-repeat;
 background-position:right 14px center;
 background-size:18px;
}
.vault_wrapper .vault_toolbar .i_input:hover{
 border-color:#b9c9e2;
 background-color:#fbfdff;
}
.vault_wrapper .vault_toolbar .i_input:focus{
 border-color:#2468c9;
 box-shadow:0 0 0 4px rgba(36,104,201,.12),0 12px 24px rgba(15,23,42,.055);
}
.vault_wrapper .vault_toolbar .i_input::placeholder{
 color:#8c9aae;
 font-weight:600;
}
.vault_wrapper .vault_toolbar button{
 height:48px;
 min-height:48px;
 border-radius:14px;
 border:1px solid transparent;
 font-size:14px;
 font-weight:850;
 letter-spacing:0;
 box-shadow:none;
}
.vault_wrapper #vaultNewFolder{
 background:linear-gradient(135deg,#eef5ff 0%,#e7f0ff 100%);
 color:#1f64c8;
 border-color:#dbeafe;
}
.vault_wrapper #vaultRenameFolder{
 background:#f7faff;
 color:#7da4dc;
 border-color:#e5edf8;
}
.vault_wrapper #vaultDeleteFolder{
 background:#fff5f7;
 color:#f28aa3;
 border-color:#ffe1e8;
}
.vault_wrapper #vaultNewFolder:hover,
.vault_wrapper #vaultRenameFolder:hover,
.vault_wrapper #vaultDeleteFolder:hover{
 transform:none;
 box-shadow:0 10px 22px rgba(15,23,42,.06);
}
.vault_card_actions{
 padding-top:2px;
}
.vault_card_actions .vault_view_btn{
 border:1px solid #dbe7f7!important;
 outline:0!important;
 background:linear-gradient(135deg,#eef5ff 0%,#e7f0ff 100%);
 color:#1f64c8;
 box-shadow:inset 0 0 0 1px rgba(255,255,255,.62),0 8px 16px rgba(36,104,201,.08);
}
.vault_card_actions .vault_view_btn:hover{
 background:linear-gradient(135deg,#2468c9 0%,#1856ad 100%);
 color:#fff;
 border-color:#2468c9!important;
 box-shadow:0 12px 22px rgba(36,104,201,.18);
}
.vault_card_actions .vault_view_btn:focus,
.vault_card_actions .vault_view_btn:focus-visible,
.vault_card_actions .vault_use_btn:focus,
.vault_card_actions .vault_use_btn:focus-visible,
.vault_card_actions .vault_delete_btn:focus,
.vault_card_actions .vault_delete_btn:focus-visible{
 outline:0!important;
 box-shadow:0 0 0 4px rgba(36,104,201,.14),0 10px 20px rgba(15,23,42,.08);
}
.vault_card_actions .vault_use_btn{
 border:1px solid #dbeafe;
 background:#eef5ff;
 color:#1f64c8;
}
.vault_card_actions .vault_delete_btn{
 border:1px solid #ffe1e8;
 background:#fff1f4;
 color:#d92352;
}
.vault_card_actions .vault_use_btn:hover{
 background:#e2efff;
 border-color:#bfdbfe;
}
.vault_card_actions .vault_delete_btn:hover{
 background:#ffe8ee;
 border-color:#ffc8d5;
}
.vault_media_card{
 border-color:#dfe8f5;
}
.vault_media_card:hover{
 border-color:#c8d7eb;
}
body.i_night .vault_wrapper .vault_toolbar{
 background:linear-gradient(180deg,#242526 0%,#202124 100%);
 border-color:#34383f;
 box-shadow:0 12px 30px rgba(0,0,0,.18);
}
body.i_night .vault_wrapper .vault_toolbar .i_input{
 background-color:#18191a;
 border-color:#3a3b3c;
 color:#f8fafc;
 box-shadow:none;
}
body.i_night .vault_wrapper .vault_toolbar .i_input:hover,
body.i_night .vault_wrapper .vault_toolbar .i_input:focus{
 background-color:#202124;
 border-color:#2468c9;
}
body.i_night .vault_card_actions .vault_view_btn,
body.i_night .vault_card_actions .vault_use_btn{
 background:#1d2b44;
 color:#8ab4ff;
 border-color:#29466f!important;
}
body.i_night .vault_card_actions .vault_view_btn:hover,
body.i_night .vault_card_actions .vault_use_btn:hover{
 background:#2468c9;
 color:#fff;
}
body.i_night .vault_card_actions .vault_delete_btn{
 background:#3a2028;
 color:#ff9aae;
 border-color:#55313b;
}

/* v5.4.3 Vault composer UX refinement */
.vault_picker_help{display:block;margin-top:5px;font-size:13px;line-height:1.45;color:#64748b;font-weight:500}
.vault_picker_actions{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,.72),#fff 42%);padding-top:14px;border-top:1px solid #edf2f7}
.vault_picker_count{display:inline-flex;align-items:center;min-height:40px;padding:0 13px;border-radius:999px;background:#f8fafc;border:1px solid #dbe3f0;color:#53627d;font-size:13px;font-weight:800}
.vaultPickerUse.is-disabled,.vaultPickerUse:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}
.vault_composer_notice{margin:0 0 10px;padding:11px 13px;border-radius:12px;background:#eef6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:13px;font-weight:800;line-height:1.35}
.vault_share_menu{min-width:230px}
.vault_share_target{min-height:42px;padding:0 12px;font-size:13px;line-height:1.25}
.vault_share_target:after{content:"";display:block;width:16px;height:16px;margin-left:auto;background:currentColor;opacity:.38;clip-path:path("M4 3h7.5L9 5.5l1.1 1.1L14.5 2 10 .5 8.9 1.6 11.1 3H4c-1.7 0-3 1.3-3 3v6h1.5V6c0-.8.7-1.5 1.5-1.5Z")}
body.i_night .vault_picker_help{color:#b0b3b8}
body.i_night .vault_picker_actions{background:linear-gradient(180deg,rgba(36,37,38,.72),#242526 42%);border-top-color:#3a3b3c}
body.i_night .vault_picker_count{background:#18191a;border-color:#3a3b3c;color:#d7dbe4}
body.i_night .vault_composer_notice{background:#17233a;border-color:#25436f;color:#8ab4ff}

/* v5.4.3 product vault upload button isolation */
.product_vault_actions{display:flex;flex-direction:column;gap:8px;margin-top:10px}.product_vault_actions .vault_secondary_btn{width:100%;min-height:42px;padding:0 10px;text-align:center}.product_vault_actions .vault_context_btn{margin-left:0}
/* v5.4.3 Vault list view layout fix */
.vault_grid.vault_grid_list{grid-template-columns:1fr!important;gap:12px!important}
.vault_grid.vault_grid_list .vault_media_card{display:grid!important;grid-template-columns:132px minmax(0,1fr) 230px;align-items:stretch;min-height:132px;overflow:visible}
.vault_grid.vault_grid_list .vault_thumb{width:132px;height:132px;min-height:0;aspect-ratio:auto;border-radius:16px 0 0 16px}
.vault_grid.vault_grid_list .vault_thumb img{width:100%;height:100%;object-fit:cover}
.vault_grid.vault_grid_list .vault_pick_check{top:12px;right:12px;left:auto}
.vault_grid.vault_grid_list .vault_meta{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:16px 14px}
.vault_grid.vault_grid_list .vault_name{font-size:15px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.vault_grid.vault_grid_list .vault_info,.vault_grid.vault_grid_list .vault_usage{font-size:12px;line-height:1.45}
.vault_grid.vault_grid_list .vault_card_actions{display:grid;grid-template-columns:1fr 1fr;align-content:center;align-self:center;gap:10px;margin:0;padding:14px 16px 14px 0}
.vault_grid.vault_grid_list .vault_card_actions .vault_view_btn{grid-column:1/-1}
.vault_grid.vault_grid_list .vault_card_actions .vault_share_wrap,.vault_grid.vault_grid_list .vault_card_actions .vault_use_btn,.vault_grid.vault_grid_list .vault_card_actions .vault_delete_btn,.vault_grid.vault_grid_list .vault_card_actions .vault_view_btn{width:100%;min-width:0}
@media(max-width:760px){.vault_grid.vault_grid_list .vault_media_card{display:flex!important;flex-direction:column;min-height:0}.vault_grid.vault_grid_list .vault_thumb{width:100%;height:auto;aspect-ratio:4/3;border-radius:16px 16px 0 0}.vault_grid.vault_grid_list .vault_card_actions{padding:0 14px 14px;grid-template-columns:1fr}.vault_grid.vault_grid_list .vault_card_actions .vault_view_btn{grid-column:auto}}
/* v5.4.3 Vault folder dialog */
.vault_dialog_open{overflow:hidden}
.vault_dialog_overlay{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(15,23,42,.58);backdrop-filter:blur(5px)}
.vault_dialog{position:relative;width:min(440px,94vw);border-radius:18px;background:#fff;border:1px solid #e5edf8;box-shadow:0 28px 80px rgba(15,23,42,.28);padding:22px}
.vault_dialog_close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:12px;background:#f3f6fb;color:#111827;font-size:26px;line-height:1;cursor:pointer}
.vault_dialog_close:hover{background:#e8eef8}
.vault_dialog_form{display:flex;flex-direction:column;gap:16px}
.vault_dialog_head{padding-right:42px}
.vault_dialog_head strong{display:block;font-size:22px;line-height:1.2;color:#111827}
.vault_dialog_head span{display:block;margin-top:6px;font-size:13px;line-height:1.45;color:#64748b}
.vault_dialog_field{display:flex;flex-direction:column;gap:8px}
.vault_dialog_field span{font-size:13px;font-weight:800;color:#334155}
.vault_dialog_input{width:100%;height:52px;border:1px solid #d7e1f0;border-radius:14px;background:#fff;color:#111827;font-size:15px;font-weight:700;padding:0 15px;outline:0;box-shadow:0 8px 18px rgba(15,23,42,.035)}
.vault_dialog_input:focus{border-color:#2468c9;box-shadow:0 0 0 4px rgba(36,104,201,.12),0 12px 24px rgba(15,23,42,.055)}
.vault_dialog_input.is-error{border-color:#e11d48;box-shadow:0 0 0 4px rgba(225,29,72,.12)}
.vault_dialog_error{display:none;border-radius:12px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:13px;font-weight:800;padding:10px 12px}
.vault_dialog_error.is-visible{display:block}
.vault_dialog_actions{display:flex;justify-content:flex-end;gap:10px;margin-top:2px}
.vault_dialog_actions .vault_primary_btn,.vault_dialog_actions .vault_secondary_btn{min-width:112px;min-height:44px;border-radius:12px}
.vault_dialog_submit.is-disabled{opacity:.6;cursor:not-allowed}
body.i_night .vault_dialog{background:#242526;border-color:#3a3b3c;box-shadow:0 28px 80px rgba(0,0,0,.46)}
body.i_night .vault_dialog_close{background:#18191a;color:#f8fafc}
body.i_night .vault_dialog_head strong,body.i_night .vault_dialog_field span{color:#f8fafc}
body.i_night .vault_dialog_head span{color:#b0b3b8}
body.i_night .vault_dialog_input{background:#18191a;border-color:#3a3b3c;color:#f8fafc}
@media(max-width:520px){.vault_dialog{padding:18px}.vault_dialog_actions{flex-direction:column-reverse}.vault_dialog_actions .vault_primary_btn,.vault_dialog_actions .vault_secondary_btn{width:100%}}

/* v5.4.3 Vault video FFmpeg thumbnails */
.vault_thumb.is_video_thumb img{display:block;width:100%;height:100%;object-fit:cover}
.vault_thumb_video_icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;background:rgba(15,23,42,.72);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 10px 28px rgba(15,23,42,.28);pointer-events:none}
.vault_thumb_video_icon:before{content:"";display:block;margin-left:4px;border-left:15px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}
.vault_media_card[data-vault-type="video"] .vault_type_badge{background:rgba(15,23,42,.82);color:#fff}
/* v5.4.3 Vault public sharing limit */
.vault_share_target.is-disabled,.vault_share_target:disabled{cursor:not-allowed;opacity:.62;background:#f1f5f9!important;color:#64748b!important;box-shadow:none!important}
.vault_share_target.is-disabled:after,.vault_share_target:disabled:after{display:none!important}
.vault_share_limit_note{display:block;margin-top:2px;font-size:10px;font-weight:800;line-height:1.2;color:#e11d48}
.vaultPickerUse.is-disabled[title]{cursor:not-allowed}
body.i_night .vault_share_target.is-disabled,body.i_night .vault_share_target:disabled{background:#18191a!important;color:#8b949e!important}
body.i_night .vault_share_limit_note{color:#fb7185}

/* v5.4.3 Vault UX polish */
.vault_wrapper .vault_page_container{max-width:860px}
.vault_wrapper .vault_panel{border-radius:14px;padding:18px;border-color:#e2e8f0;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.045)}
.vault_page_head{padding-bottom:14px;margin-bottom:14px;border-bottom-color:#edf2f7}
.vault_page_head h1{font-size:22px;line-height:1.2;font-weight:700;color:#111827}
.vault_page_head p{margin-top:5px;font-size:13px;line-height:1.45;color:#64748b;font-weight:400}
.vault_primary_btn,.vault_secondary_btn,.vault_delete_btn,.vault_view_btn,.vault_icon_btn{min-height:40px;border-radius:10px;font-size:13px;font-weight:700;box-shadow:none;transform:none;letter-spacing:0}
.vault_primary_btn{background:#2468c9;padding:0 16px;box-shadow:none}
.vault_primary_btn:hover{background:#1f5fb8;box-shadow:none;transform:none}
.vault_secondary_btn,.vault_view_btn,.vault_icon_btn{background:#f1f6ff;color:#2468c9;border:1px solid #dbe7f7}
.vault_delete_btn{background:#fff3f5;color:#d92352;border:1px solid #ffe1e8}
.vault_stats{gap:7px;margin-bottom:12px;font-size:12px;line-height:1.35}
.vault_stats span{border-radius:10px;padding:6px 9px;background:#f8fafc;border-color:#e2e8f0;color:#5d6b82;font-weight:500}
.vault_viewbar{margin-bottom:12px;gap:10px}
.vault_segmented{padding:3px;border-radius:12px;background:#f8fafc;border-color:#e2e8f0}
.vault_segmented .vault_icon_btn{min-height:34px;border:0;border-radius:9px;padding:0 12px;font-weight:700;background:transparent;color:#45607f}
.vault_segmented .vault_icon_btn.is-active{background:#2468c9;color:#fff;box-shadow:none}
.vault_wrapper .vault_dropzone{min-height:76px;padding:14px;margin-bottom:14px;border-radius:12px;border-color:#cbd9ef;background:#f8fbff;box-shadow:none;transform:none}
.vault_wrapper .vault_dropzone:hover,.vault_wrapper .vault_dropzone.is-dragging{background:#f2f7ff;border-color:#2468c9;box-shadow:none;transform:none}
.vault_dropzone_icon{width:40px;height:40px;border-radius:10px;background:#fff;box-shadow:none;border:1px solid #e2e8f0}
.vault_dropzone_text{font-size:14px;font-weight:700;color:#172033}
.vault_dropzone_hint{margin-top:2px;font-size:12px;line-height:1.35;color:#6b778e;font-weight:400}
.vault_wrapper .vault_toolbar{padding:12px;margin:14px 0 16px;border-radius:14px;background:#fff;border-color:#e2e8f0;box-shadow:none;gap:9px}
.vault_wrapper .vault_toolbar .i_input{height:42px;min-height:42px;border-radius:10px;border-color:#dbe3f0;background:#fff;color:#111827;font-size:13px;font-weight:500;padding:0 12px;box-shadow:none}
.vault_wrapper .vault_toolbar input.i_input{padding-left:38px;background-position:12px center;background-size:16px}
.vault_wrapper .vault_toolbar select.i_input{padding-right:36px;background-position:right 11px center;background-size:16px}
.vault_wrapper .vault_toolbar .i_input:hover{border-color:#c8d5e8;background:#fff}
.vault_wrapper .vault_toolbar .i_input:focus{border-color:#2468c9;box-shadow:0 0 0 3px rgba(36,104,201,.11)}
.vault_wrapper .vault_toolbar .i_input::placeholder{font-weight:400;color:#94a3b8}
.vault_wrapper .vault_toolbar button{height:42px;min-height:42px;border-radius:10px;font-size:13px;font-weight:700}
.vault_wrapper #vaultNewFolder,.vault_wrapper #vaultRenameFolder{background:#f1f6ff;color:#2468c9;border-color:#dbe7f7}
.vault_wrapper #vaultDeleteFolder{background:#fff5f7;color:#d92352;border-color:#ffe1e8}
.vault_wrapper #vaultNewFolder:hover,.vault_wrapper #vaultRenameFolder:hover,.vault_wrapper #vaultDeleteFolder:hover{box-shadow:none;transform:none}
.vault_upload_progress{position:relative;display:none;align-items:flex-start;gap:9px;margin:12px 0 14px;padding:10px 12px 10px 38px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.4;box-shadow:none}
.vault_upload_progress.is-active:not(:empty){display:flex}
.vault_upload_progress:before{content:"i";position:absolute;left:12px;top:10px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:800;background:#bfdbfe;color:#1d4ed8}
.vault_upload_progress.is-success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}
.vault_upload_progress.is-success:before{content:"✓";background:#bbf7d0;color:#166534}
.vault_upload_progress.is-error{background:#fff1f2;color:#be123c;border-color:#fecdd3}
.vault_upload_progress.is-error:before{content:"!";background:#fecdd3;color:#be123c}
.vault_grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.vault_media_card{border-radius:14px;border-color:#e2e8f0;background:#fff;box-shadow:none;transition:border-color .16s ease,background-color .16s ease}
.vault_media_card:hover{transform:none;border-color:#c8d5e8;box-shadow:none}
.vault_thumb{border-radius:14px 14px 0 0;background:#f1f5f9}
.vault_type_badge{min-height:22px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:700;background:rgba(15,23,42,.72)}
.vault_pick_check{top:8px;right:8px;padding:4px;box-shadow:none;border:1px solid #e2e8f0}
.vault_meta{padding:11px 12px 8px}
.vault_name{font-size:14px;line-height:1.35;font-weight:700;color:#111827}
.vault_info,.vault_usage{font-size:12px;line-height:1.35;color:#64748b;font-weight:500}
.vault_card_actions{gap:8px;padding:0 12px 12px}
.vault_card_actions .vault_share_wrap .vault_use_btn,.vault_card_actions .vault_delete_btn,.vault_card_actions .vault_view_btn{min-height:36px;border-radius:10px;font-size:13px;font-weight:700;padding:0 10px;box-shadow:none}
.vault_card_actions .vault_view_btn{background:#f1f6ff;color:#2468c9;border-color:#dbe7f7!important}
.vault_card_actions .vault_view_btn:hover,.vault_card_actions .vault_use_btn:hover{background:#e7f0ff;color:#1f5fb8;box-shadow:none;border-color:#cbdcf5!important}
.vault_card_actions .vault_delete_btn:hover{background:#ffe8ee;border-color:#ffc8d5;box-shadow:none}
.vault_share_menu{border-radius:10px;padding:6px;box-shadow:0 12px 28px rgba(15,23,42,.12);min-width:210px}
.vault_share_target{min-height:38px;padding:0 10px;border-radius:8px;font-size:12px;font-weight:700;line-height:1.25}
.vault_share_limit_note{font-size:10px;font-weight:700}
.vault_grid.vault_grid_list{gap:10px!important}
.vault_grid.vault_grid_list .vault_media_card{grid-template-columns:112px minmax(0,1fr) 210px;min-height:112px;border-radius:14px}
.vault_grid.vault_grid_list .vault_thumb{width:112px;height:112px;border-radius:14px 0 0 14px}
.vault_grid.vault_grid_list .vault_meta{padding:12px}
.vault_grid.vault_grid_list .vault_name{font-size:14px}
.vault_grid.vault_grid_list .vault_card_actions{gap:8px;padding:12px 12px 12px 0}
.vault_preview_modal,.vault_dialog{border-radius:14px;box-shadow:0 18px 48px rgba(15,23,42,.18)}
.vault_preview_modal{padding:14px}
.vault_preview_head strong{font-size:17px;font-weight:700}
.vault_preview_body{border-radius:12px;background:#f8fafc}
.vault_dialog{padding:18px}
.vault_dialog_head strong{font-size:20px;font-weight:700}
.vault_dialog_field span{font-weight:700}
.vault_dialog_input{height:46px;border-radius:10px;font-size:14px;font-weight:500;box-shadow:none}
.vault_dialog_input:focus{box-shadow:0 0 0 3px rgba(36,104,201,.11)}
.vault_dialog_error{border-radius:10px;font-weight:600}
.vault_thumb_video_icon{width:40px;height:40px;box-shadow:none;background:rgba(15,23,42,.68)}
body.i_night .vault_wrapper .vault_panel{background:#242526;border-color:#3a3b3c;box-shadow:none}
body.i_night .vault_page_head{border-bottom-color:#343638}
body.i_night .vault_page_head h1,body.i_night .vault_name,body.i_night .vault_dialog_head strong,body.i_night .vault_dialog_field span{color:#f8fafc}
body.i_night .vault_page_head p,body.i_night .vault_info,body.i_night .vault_usage,body.i_night .vault_stats span{color:#b0b3b8}
body.i_night .vault_stats span,body.i_night .vault_segmented,body.i_night .vault_wrapper .vault_toolbar,body.i_night .vault_media_card{background:#242526;border-color:#3a3b3c;box-shadow:none}
body.i_night .vault_wrapper .vault_dropzone,body.i_night .vault_wrapper .vault_toolbar .i_input,body.i_night .vault_dialog_input{background:#18191a;border-color:#3a3b3c;color:#f8fafc;box-shadow:none}
body.i_night .vault_dropzone_icon{background:#242526;border-color:#3a3b3c;box-shadow:none}
body.i_night .vault_wrapper .vault_dropzone:hover,body.i_night .vault_wrapper .vault_dropzone.is-dragging{background:#202734;border-color:#2468c9}
body.i_night .vault_media_card:hover{border-color:#4b5563;box-shadow:none}
body.i_night .vault_preview_modal,body.i_night .vault_dialog{background:#242526;border-color:#3a3b3c;box-shadow:0 18px 48px rgba(0,0,0,.34)}
body.i_night .vault_upload_progress.is-success{background:#10251c;color:#86efac;border-color:#23543d}
body.i_night .vault_upload_progress.is-error{background:#2b151b;color:#fda4af;border-color:#5a2632}
@media(max-width:760px){.vault_wrapper .vault_panel{padding:14px}.vault_grid{grid-template-columns:1fr}.vault_wrapper .vault_toolbar{padding:10px}.vault_grid.vault_grid_list .vault_media_card{display:flex!important;min-height:0}.vault_grid.vault_grid_list .vault_thumb{width:100%;height:auto;border-radius:14px 14px 0 0}.vault_grid.vault_grid_list .vault_card_actions{padding:0 12px 12px;grid-template-columns:1fr}}
/* v5.4.3 Vault share target SVG icon */
.vault_share_target:after{display:none!important}
.vault_share_target_label{min-width:0;padding-right:10px}
.vault_share_target_icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:auto;flex:0 0 18px;color:currentColor;opacity:.78}
.vault_share_target_icon svg{display:block;width:18px;height:18px;max-width:18px;max-height:18px}
.vault_share_target:hover .vault_share_target_icon{opacity:1}
.vault_share_target.is-disabled .vault_share_target_icon,.vault_share_target:disabled .vault_share_target_icon{display:none!important}
/* Chat attachment mobile tap-area fix */
.chat_p_body .message_send_form_wrapper .nanosSend {
 overflow: visible !important;
 overflow-x: visible !important;
 overflow-y: visible !important;
}
.message_form_plus.chtBtns {
 position: relative;
 z-index: 80;
 overflow: visible;
}
.message_form_plus.chtBtns > .fl_btns {
 z-index: 30;
 overflow: visible;
 pointer-events: auto;
}
.ch_fl_btns_container {
 width: max-content;
 min-width: 96px;
 gap: 8px;
 padding: 8px;
 border: 1px solid rgba(226, 232, 240, 0.9);
 border-radius: 16px;
 background: #ffffff;
 box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
}
.ch_btn_item {
 position: relative;
 width: 42px;
 height: 42px;
 padding: 0;
 margin-right: 0;
 border-radius: 14px;
 background: #eef4ff;
 color: #2468c9;
 overflow: hidden;
}
.ch_btn_item form,
.ch_upload_label,
.ch_btn_item .ch_svg,
.ch_btn_item .dizzy-vault-open {
 width: 100%;
 height: 100%;
}
.ch_upload_label,
.ch_btn_item .dizzy-vault-open {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
}
.ch_btn_item .dizzy-vault-open {
 border: 0;
 padding: 0;
 background: transparent;
 color: inherit;
}
.ch_upload_label .ch_svg {
 pointer-events: none;
}
.cimage.ci_image {
 display: block;
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 cursor: pointer;
 z-index: 2;
 font-size: 0;
}
body.i_night .ch_fl_btns_container {
 background: #242526;
 border-color: #3a3b3c;
 box-shadow: 0 14px 32px rgba(0, 0, 0, 0.36);
}
body.i_night .ch_btn_item {
 background: #1d2b44;
 color: #8ab4ff;
}
@media screen and (max-width: 700px) {
 .chat_p_body .fl_btns {
 top: -62px;
 }
 .ch_fl_btns_container {
 padding: 7px;
 gap: 7px;
 }
 .ch_btn_item {
 width: 40px;
 height: 40px;
 }
}
/* Chat attachment floating panel polish */
.chat_p_body .message_send_form_wrapper .nanosSend {
 overflow: visible !important;
 overflow-x: visible !important;
 overflow-y: visible !important;
}
.message_form_plus.chtBtns {
 position: relative;
 z-index: 90;
 overflow: visible;
}
.chat_p_body .message_form_plus.chtBtns > .fl_btns,
.message_form_plus.chtBtns > .fl_btns {
 position: absolute;
 left: 0;
 top: auto !important;
 bottom: calc(100% + 10px);
 width: 238px;
 max-width: min(238px, calc(100vw - 24px));
 overflow: visible;
 pointer-events: auto;
 z-index: 40;
}
.ch_fl_btns_container {
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: stretch;
 justify-content: flex-start;
 width: 100%;
 min-width: 220px;
 gap: 6px;
 padding: 8px;
 border: 1px solid rgba(226, 232, 240, 0.95);
 border-radius: 14px;
 background: #ffffff;
 box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18), 0 2px 8px rgba(15, 23, 42, 0.08);
}
.ch_fl_btns_container:after {
 content: "";
 position: absolute;
 left: 9px;
 bottom: -6px;
 width: 12px;
 height: 12px;
 border-right: 1px solid rgba(226, 232, 240, 0.95);
 border-bottom: 1px solid rgba(226, 232, 240, 0.95);
 background: inherit;
 transform: rotate(45deg);
}
.ch_btn_item {
 position: relative;
 display: block;
 width: 100%;
 min-height: 46px;
 padding: 0;
 margin: 0;
 border: 1px solid transparent;
 border-radius: 12px;
 background: transparent;
 color: #111827;
 cursor: pointer;
 overflow: hidden;
 transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.ch_fl_btns_container .ch_btn_item,
.ch_fl_btns_container .ch_btn_item:nth-child(1),
.ch_fl_btns_container .ch_btn_item:nth-child(2),
.ch_fl_btns_container .ch_btn_item:nth-child(3) {
 background: transparent;
 animation: none;
}
.ch_btn_item:hover,
.ch_btn_item:focus-within {
 background: #f8fafc;
 border-color: #e2e8f0;
 transform: translateY(-1px);
}
.ch_fl_btns_container .ch_btn_item:hover,
.ch_fl_btns_container .ch_btn_item:focus-within {
 background: #f8fafc;
}
.ch_btn_item form {
 display: block;
 width: 100%;
 height: 100%;
 margin: 0;
}
.ch_attachment_action {
 position: relative;
 display: grid;
 grid-template-columns: 34px minmax(0, 1fr);
 align-items: center;
 gap: 10px;
 width: 100%;
 min-height: 46px;
 padding: 6px 10px;
 border: 0;
 background: transparent;
 color: inherit;
 font: inherit;
 text-align: left;
 cursor: pointer;
}
.ch_fl_btns_container .ch_attachment_action,
.ch_fl_btns_container .ch_btn_item .dizzy-vault-open.ch_attachment_action {
 display: grid;
 grid-template-columns: 34px minmax(0, 1fr);
 justify-content: initial;
 justify-items: stretch;
 min-height: 46px;
 padding: 6px 10px;
}
.ch_attachment_icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 34px;
 height: 34px;
 border-radius: 10px;
 background: #eef4ff;
 color: #2468c9;
}
.ch_btn_vault_item .ch_attachment_icon {
 background: #fff1f4;
 color: #f65169;
}
.ch_attachment_icon .ch_svg,
.ch_attachment_icon svg {
 display: flex;
 width: 18px;
 height: 18px;
 fill: currentColor !important;
 color: currentColor !important;
 stroke: currentColor;
}
.ch_fl_btns_container .ch_attachment_icon .ch_svg svg,
.ch_fl_btns_container .ch_attachment_icon svg {
 fill: currentColor !important;
 color: currentColor !important;
 stroke: currentColor;
}
.ch_attachment_text {
 display: block;
 min-width: 0;
}
.ch_attachment_title,
.ch_attachment_hint {
 display: block;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.ch_attachment_title {
 color: #111827;
 font-size: 13px;
 font-weight: 700;
 line-height: 1.2;
}
.ch_attachment_hint {
 margin-top: 2px;
 color: #64748b;
 font-size: 11px;
 font-weight: 600;
 line-height: 1.2;
}
.cimage.ci_image {
 display: block;
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 cursor: pointer;
 z-index: 3;
 font-size: 0;
}
body.i_night .ch_fl_btns_container {
 background: #242526;
 border-color: #3a3b3c;
 box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 2px 8px rgba(0, 0, 0, 0.28);
}
body.i_night .ch_fl_btns_container:after {
 border-color: #3a3b3c;
}
body.i_night .ch_btn_item {
 color: #f8fafc;
}
body.i_night .ch_btn_item:hover,
body.i_night .ch_btn_item:focus-within {
 background: #1f232c;
 border-color: #343a46;
}
body.i_night .ch_attachment_title {
 color: #f8fafc;
}
body.i_night .ch_attachment_hint {
 color: #a8b3c7;
}
body.i_night .ch_attachment_icon {
 background: #1d2b44;
 color: #8ab4ff;
}
body.i_night .ch_btn_vault_item .ch_attachment_icon {
 background: #321b25;
 color: #ff8fa0;
}
/* Chat attachment dark mode polish */
body.i_night .ch_fl_btns_container,
body.night_mode .ch_fl_btns_container,
body.night-mode .ch_fl_btns_container,
body.dark_mode .ch_fl_btns_container,
body.dark-mode .ch_fl_btns_container {
 background: #242526;
 border-color: #3a3b3c;
 box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 2px 8px rgba(0, 0, 0, 0.28);
}
body.i_night .ch_fl_btns_container:after,
body.night_mode .ch_fl_btns_container:after,
body.night-mode .ch_fl_btns_container:after,
body.dark_mode .ch_fl_btns_container:after,
body.dark-mode .ch_fl_btns_container:after {
 border-color: #3a3b3c;
}
body.i_night .ch_btn_item,
body.night_mode .ch_btn_item,
body.night-mode .ch_btn_item,
body.dark_mode .ch_btn_item,
body.dark-mode .ch_btn_item {
 color: #f8fafc;
}
body.i_night .ch_btn_item:hover,
body.i_night .ch_btn_item:focus-within,
body.night_mode .ch_btn_item:hover,
body.night_mode .ch_btn_item:focus-within,
body.night-mode .ch_btn_item:hover,
body.night-mode .ch_btn_item:focus-within,
body.dark_mode .ch_btn_item:hover,
body.dark_mode .ch_btn_item:focus-within,
body.dark-mode .ch_btn_item:hover,
body.dark-mode .ch_btn_item:focus-within,
body.i_night .ch_fl_btns_container .ch_btn_item:hover,
body.i_night .ch_fl_btns_container .ch_btn_item:focus-within,
body.night_mode .ch_fl_btns_container .ch_btn_item:hover,
body.night_mode .ch_fl_btns_container .ch_btn_item:focus-within,
body.night-mode .ch_fl_btns_container .ch_btn_item:hover,
body.night-mode .ch_fl_btns_container .ch_btn_item:focus-within,
body.dark_mode .ch_fl_btns_container .ch_btn_item:hover,
body.dark_mode .ch_fl_btns_container .ch_btn_item:focus-within,
body.dark-mode .ch_fl_btns_container .ch_btn_item:hover,
body.dark-mode .ch_fl_btns_container .ch_btn_item:focus-within {
 background: #1f232c;
 border-color: #343a46;
}
body.i_night .ch_attachment_title,
body.night_mode .ch_attachment_title,
body.night-mode .ch_attachment_title,
body.dark_mode .ch_attachment_title,
body.dark-mode .ch_attachment_title {
 color: #f8fafc;
}
body.i_night .ch_attachment_hint,
body.night_mode .ch_attachment_hint,
body.night-mode .ch_attachment_hint,
body.dark_mode .ch_attachment_hint,
body.dark-mode .ch_attachment_hint {
 color: #a8b3c7;
}
body.i_night .ch_attachment_icon,
body.night_mode .ch_attachment_icon,
body.night-mode .ch_attachment_icon,
body.dark_mode .ch_attachment_icon,
body.dark-mode .ch_attachment_icon {
 background: #1d2b44;
 color: #8ab4ff;
}
body.i_night .ch_btn_vault_item .ch_attachment_icon,
body.night_mode .ch_btn_vault_item .ch_attachment_icon,
body.night-mode .ch_btn_vault_item .ch_attachment_icon,
body.dark_mode .ch_btn_vault_item .ch_attachment_icon,
body.dark-mode .ch_btn_vault_item .ch_attachment_icon {
 background: #321b25;
 color: #ff8fa0;
}

@media screen and (max-width: 700px) {
 .chat_p_body .message_form_plus.chtBtns > .fl_btns,
 .message_form_plus.chtBtns > .fl_btns {
 left: 0;
 bottom: calc(100% + 8px);
 width: 224px;
 max-width: calc(100vw - 18px);
 }
 .ch_fl_btns_container {
 min-width: 210px;
 padding: 7px;
 border-radius: 13px;
 }
 .ch_attachment_action {
 min-height: 46px;
 padding: 6px 8px;
 }
}

/* Chat short conversation bottom alignment */
.chat_p_body .all_messages {
 display: flex;
 flex-direction: column;
}
.chat_p_body .all_messages_container {
 width: 100%;
 margin-top: auto;
}

/* Header dropdown professional polish */
.i_general_box_container.generalBox,
.i_general_box_message_notifications_container.generalBox,
.i_general_box_notifications_container.generalBox {
 top: 72px;
 right: 12px;
 width: min(372px, calc(100vw - 24px));
 max-width: calc(100vw - 24px);
 min-width: 300px;
 height: auto;
 max-height: calc(100vh - 92px);
 border: 1px solid rgba(226, 232, 240, 0.96);
 border-radius: 18px;
 overflow: hidden;
 background: #ffffff;
 box-shadow: 0 22px 58px rgba(15, 23, 42, 0.16), 0 4px 14px rgba(15, 23, 42, 0.08);
}
.i_general_box_container.generalBox .btest,
.i_general_box_message_notifications_container.generalBox .btest,
.i_general_box_notifications_container.generalBox .btest {
 display: flex;
 flex-direction: column;
 width: 100%;
 min-height: 0;
 max-height: inherit;
 overflow: hidden;
 border-radius: inherit;
 background: inherit;
}
.i_general_box_container.generalBox .btest > .i_user_details,
.i_general_box_message_notifications_container.generalBox .btest > .i_user_details,
.i_general_box_notifications_container.generalBox .btest > .i_user_details {
 flex: 0 1 auto;
 min-height: 0;
 max-height: calc(100vh - 156px);
 overflow-x: hidden;
 overflow-y: auto;
 padding: 10px;
 scroll-margin-bottom: 0;
 scrollbar-width: thin;
 scrollbar-color: #cbd5e1 transparent;
}
.i_general_box_message_notifications_container.generalBox .btest > .i_user_details,
.i_general_box_notifications_container.generalBox .btest > .i_user_details {
 min-height: min(292px, calc(100vh - 156px));
}
.i_general_box_container.generalBox .btest > .i_user_details::-webkit-scrollbar,
.i_general_box_message_notifications_container.generalBox .btest > .i_user_details::-webkit-scrollbar,
.i_general_box_notifications_container.generalBox .btest > .i_user_details::-webkit-scrollbar {
 width: 8px;
}
.i_general_box_container.generalBox .btest > .i_user_details::-webkit-scrollbar-thumb,
.i_general_box_message_notifications_container.generalBox .btest > .i_user_details::-webkit-scrollbar-thumb,
.i_general_box_notifications_container.generalBox .btest > .i_user_details::-webkit-scrollbar-thumb {
 border: 2px solid #ffffff;
 border-radius: 999px;
 background: #cbd5e1;
}
.i_general_box_container.generalBox .footer_container,
.i_general_box_message_notifications_container.generalBox .footer_container,
.i_general_box_notifications_container.generalBox .footer_container {
 position: relative;
 flex: 0 0 auto;
 bottom: auto;
 left: auto;
 width: 100%;
 padding: 12px 14px;
 border-top: 1px solid #eef2f7;
 border-bottom-right-radius: 18px;
 border-bottom-left-radius: 18px;
 background: #f8fafc;
 z-index: 2;
}
.i_general_box_container.generalBox:not(.extensionPost) .footer_container {
 display: none;
}
.i_general_box_container.generalBox .i_box_messages_header,
.i_general_box_message_notifications_container.generalBox .i_box_messages_header,
.i_general_box_notifications_container.generalBox .i_box_messages_header {
 align-items: center;
 justify-content: space-between;
 margin: -10px -10px 8px;
 padding: 16px 16px;
 border-bottom: 1px solid #eef2f7;
 background: rgba(255, 255, 255, 0.96);
 color: #111827;
 font-size: 18px;
 font-weight: 800;
 letter-spacing: 0;
 backdrop-filter: blur(12px);
 -webkit-backdrop-filter: blur(12px);
}
.i_general_box_container.generalBox .i_message_full_screen,
.i_general_box_message_notifications_container.generalBox .i_message_full_screen,
.i_general_box_notifications_container.generalBox .i_message_full_screen {
 position: static;
 padding: 0;
 border-radius: 12px;
}
.i_general_box_container.generalBox .i_message_full_screen a,
.i_general_box_message_notifications_container.generalBox .i_message_full_screen a,
.i_general_box_notifications_container.generalBox .i_message_full_screen a {
 align-items: center;
 justify-content: center;
 width: 34px;
 height: 34px;
 border: 1px solid #e2e8f0;
 border-radius: 12px;
 background: #f8fafc;
 color: #30415f;
}
.i_general_box_container.generalBox .i_message_full_screen:hover a,
.i_general_box_message_notifications_container.generalBox .i_message_full_screen:hover a,
.i_general_box_notifications_container.generalBox .i_message_full_screen:hover a {
 background: #eef4ff;
 border-color: #dbeafe;
 color: #2468c9;
}
.i_general_box_container.generalBox .i_message_full_screen svg,
.i_general_box_message_notifications_container.generalBox .i_message_full_screen svg,
.i_general_box_notifications_container.generalBox .i_message_full_screen svg {
 fill: currentColor;
}
.i_general_box_container.generalBox .i_u_details {
 padding: 10px;
 border: 1px solid transparent;
 border-radius: 14px;
}
.i_general_box_container.generalBox .i_u_details:hover {
 background: #f8fafc;
 border-color: #e2e8f0;
}
.i_general_box_container.generalBox .iu_avatar {
 width: 56px;
 height: 56px;
 box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}
.i_general_box_container.generalBox .i_user_nm {
 min-width: 0;
 color: #111827;
}
.i_general_box_container.generalBox .i_unm {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-weight: 800;
}
.i_general_box_container.generalBox .i_see_prof {
 color: #64748b;
 font-size: 13px;
}
.i_general_box_container.generalBox .i_header_others_item {
 min-height: 46px;
 gap: 10px;
 margin-bottom: 4px;
 padding: 8px 10px;
 border: 1px solid transparent;
 border-radius: 12px;
 color: #182033;
 font-size: 14px;
 font-weight: 700;
 line-height: 1.25;
}
.i_general_box_container.generalBox .i_header_others_item:hover {
 background: #f8fafc;
 border-color: #e2e8f0;
}
.i_general_box_container.generalBox .i_header_item_icon_box {
 flex: 0 0 36px;
 width: 36px;
 height: 36px;
 margin-right: 0;
 padding: 0;
 border-radius: 12px;
 background: #f0f1f5;
 color: #1f2937;
}
.i_general_box_container.generalBox .i_header_item_icon_box svg {
 width: 17px;
 height: 17px;
 fill: currentColor;
 stroke: currentColor;
}
.i_general_box_container.generalBox .arrow,
.i_general_box_message_notifications_container.generalBox .arrow,
.i_general_box_notifications_container.generalBox .arrow {
 height: 1px;
 margin: 8px 4px;
 background: #eef2f7;
}
.i_general_box_message_notifications_container.generalBox .i_message_wrapper,
.i_general_box_notifications_container.generalBox .i_message_wrapper {
 min-height: 66px;
 padding: 10px;
 border: 1px solid transparent;
 border-radius: 13px;
}
.i_general_box_message_notifications_container.generalBox .i_message_wrapper:hover,
.i_general_box_notifications_container.generalBox .i_message_wrapper:hover {
 background: #f8fafc;
 border-color: #e2e8f0;
}
.i_general_box_message_notifications_container.generalBox .notSeenYet,
.i_general_box_notifications_container.generalBox .notSeenYet {
 background: #eef4ff;
 border-color: #dbeafe;
}
.i_general_box_message_notifications_container.generalBox .i_message_owner_avatar,
.i_general_box_notifications_container.generalBox .i_message_owner_avatar {
 flex: 0 0 48px;
 width: 48px;
 height: 48px;
}
.i_general_box_message_notifications_container.generalBox .i_message_avatar,
.i_general_box_notifications_container.generalBox .i_message_avatar {
 width: 48px;
 height: 48px;
}
.i_general_box_message_notifications_container.generalBox .i_message_info_container,
.i_general_box_notifications_container.generalBox .i_message_info_container {
 min-width: 0;
}
.i_general_box_message_notifications_container.generalBox .i_message_owner_name,
.i_general_box_notifications_container.generalBox .i_message_owner_name {
 max-width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 color: #111827;
 font-size: 15px;
 font-weight: 800;
}
.i_general_box_message_notifications_container.generalBox .i_message_i,
.i_general_box_notifications_container.generalBox .i_message_i {
 color: #64748b;
 font-size: 13px;
 line-height: 1.35;
}
.i_general_box_notifications_container.generalBox .i_notification_time {
 color: #94a3b8;
 font-size: 12px;
 font-weight: 600;
}
.i_general_box_message_notifications_container.generalBox .no_not_here,
.i_general_box_notifications_container.generalBox .no_not_here {
 min-height: 220px;
 border: 1px dashed #cbd5e1;
 border-radius: 16px;
 background: #f8fafc;
}
.i_general_box_message_notifications_container.generalBox .no_not_here svg,
.i_general_box_notifications_container.generalBox .no_not_here svg {
 fill: #94a3b8;
}
.i_general_box_message_notifications_container.generalBox .messages a,
.i_general_box_notifications_container.generalBox .messages a {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 40px;
 border-radius: 12px;
 background: #eef4ff;
 color: #2468c9;
 font-size: 13px;
 font-weight: 800;
}
.i_general_box_message_notifications_container.generalBox .messages a:hover,
.i_general_box_notifications_container.generalBox .messages a:hover {
 background: #dbeafe;
 text-decoration: none;
}
@media screen and (max-width: 462px) {
 .i_general_box_container.generalBox,
 .i_general_box_message_notifications_container.generalBox,
 .i_general_box_notifications_container.generalBox {
 left: 8px;
 right: 8px;
 top: 70px;
 width: auto;
 max-width: none;
 min-width: 0;
 max-height: calc(100vh - 86px);
 border-radius: 18px;
 }
 .i_general_box_container.generalBox .btest > .i_user_details,
 .i_general_box_message_notifications_container.generalBox .btest > .i_user_details,
 .i_general_box_notifications_container.generalBox .btest > .i_user_details {
 max-height: calc(100vh - 150px);
 }
}
@media screen and (max-height: 620px) {
 .i_general_box_container.generalBox,
 .i_general_box_message_notifications_container.generalBox,
 .i_general_box_notifications_container.generalBox {
 top: 62px;
 max-height: calc(100vh - 74px);
 }
 .i_general_box_container.generalBox .btest > .i_user_details,
 .i_general_box_message_notifications_container.generalBox .btest > .i_user_details,
 .i_general_box_notifications_container.generalBox .btest > .i_user_details {
 max-height: calc(100vh - 136px);
 }
}

/* Mobile header compact polish trial */
@media screen and (max-width: 860px) {
 .header {
 padding: 14px max(12px, env(safe-area-inset-left)) 10px max(12px, env(safe-area-inset-left));
 }
 .i_header_in {
 max-width: 100%;
 gap: 10px;
 }
 .i_logo {
 display: flex;
 flex: 0 0 auto;
 align-items: center;
 justify-content: flex-start;
 width: auto;
 min-width: 46px;
 height: 46px;
 gap: 6px;
 }
 .i_logo a {
 display: block;
 flex: 0 0 46px;
 width: 46px;
 height: 46px;
 }
 .i_logo img {
 display: block;
 width: 46px;
 height: 46px;
 }
 .i_logo .mobile_hamburger {
 flex: 0 0 42px;
 width: 42px;
 height: 42px;
 }
 .i_logo:has(.mobile_hamburger) {
 flex-basis: 94px;
 width: 94px;
 min-width: 94px;
 }
 .i_header_right {
 flex: 0 0 auto;
 min-width: 0;
 gap: 0;
 }
 .i_one {
 align-items: center;
 gap: 8px;
 min-width: 0;
 flex-wrap: nowrap;
 }
 .i_header_btn_item {
 flex: 0 0 42px;
 width: 42px;
 height: 42px;
 margin-right: 0;
 border-radius: 13px;
 }
 .i_h_in {
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 padding: 10px;
 }
 .i_header_btn_item svg {
 width: 18px;
 height: 18px;
 }
 .i_notifications_count {
 top: -5px;
 right: -5px;
 }
 .isum {
 min-width: 17px;
 height: 17px;
 padding: 2px 5px;
 border-radius: 999px;
 font-size: 10px;
 line-height: 1;
 }
}
@media screen and (min-width: 663px) and (max-width: 860px) {
 .i_search {
 flex: 1 1 auto;
 max-width: 360px;
 min-width: 210px;
 padding: 0 8px;
 }
 .i_s_input {
 height: 42px;
 padding-top: 0;
 padding-bottom: 0;
 padding-left: 50px;
 background-position: 16px center;
 }
}
@media screen and (max-width: 662px) {
 .header {
 padding: 12px 8px 10px;
 }
 .i_header_in {
 gap: 8px;
 }
 .i_logo {
 min-width: 46px;
 width: auto;
 height: 46px;
 }
 .i_logo a {
 flex-basis: 46px;
 width: 46px;
 height: 46px;
 }
 .i_logo img {
 width: 46px;
 height: 46px;
 }
 .i_logo:has(.mobile_hamburger) {
 flex-basis: 92px;
 width: 92px;
 min-width: 92px;
 }
 .i_one {
 gap: 6px;
 }
 .i_header_btn_item {
 flex-basis: 40px;
 width: 40px;
 height: 40px;
 border-radius: 12px;
 }
 .i_h_in {
 padding: 9px;
 }
 .i_header_btn_item svg {
 width: 17px;
 height: 17px;
 }
 .mobile_left.leftStickyActive {
 position: fixed;
 top: 67px;
 right: 0;
 bottom: 50px;
 left: 0;
 width: 100%;
 height: calc(100vh - 117px);
 min-height: 0;
 overflow: hidden;
 z-index: 14;
 }
 .mobile_left.leftStickyActive .i_left_container {
 position: relative;
 top: 0;
 height: 100%;
 min-height: 0;
 }
 .mobile_left.leftStickyActive .leftSidebar_in,
 .mobile_left.leftStickyActive .leftSidebarWrapper {
 height: 100%;
 max-height: 100%;
 min-height: 0;
 }
 .mobile_left.leftStickyActive .leftSidebarWrapper {
 padding-top: 10px !important;
 padding-bottom: 14px !important;
 }
 .mobile_left.leftStickyActive .btest {
 height: 100%;
 max-height: 100%;
 overflow-x: hidden;
 overflow-y: auto;
 }
 .i_search.i_search_active {
 top: 6px;
 left: 8px;
 right: 8px;
 width: calc(100% - 16px);
 height: 46px;
 padding: 0;
 border-radius: 16px;
 background: var(--dizzy-theme-panel-background, #ffffff);
 box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
 }
 .i_search.i_search_active .i_s_input {
 height: 46px;
 box-shadow: none;
 }
 .search_mobile {
 display: flex !important;
 }
}
@media screen and (max-width: 420px) {
 .header {
 padding-right: 7px;
 padding-left: 7px;
 }
 .i_header_in {
 gap: 6px;
 }
 .i_logo {
 min-width: 44px;
 width: auto;
 height: 44px;
 }
 .i_logo a {
 flex-basis: 44px;
 width: 44px;
 height: 44px;
 }
 .i_logo img {
 width: 44px;
 height: 44px;
 }
 .i_logo .mobile_hamburger {
 flex-basis: 38px;
 width: 38px;
 height: 38px;
 }
 .i_logo:has(.mobile_hamburger) {
 flex-basis: 87px;
 width: 87px;
 min-width: 87px;
 }
 .i_one {
 gap: 5px;
 }
 .i_header_btn_item {
 flex-basis: 38px;
 width: 38px;
 height: 38px;
 }
 .i_h_in {
 padding: 8px;
 }
}
body.i_night .i_header_btn_item,
body.night_mode .i_header_btn_item,
body.night-mode .i_header_btn_item,
body.dark_mode .i_header_btn_item,
body.dark-mode .i_header_btn_item {
 background: linear-gradient(145deg, #24262c, #1b1d22);
 border-color: #30333b;
}
body.i_night .i_header_btn_item svg,
body.night_mode .i_header_btn_item svg,
body.night-mode .i_header_btn_item svg,
body.dark_mode .i_header_btn_item svg,
body.dark-mode .i_header_btn_item svg {
 fill: #e8eaf0;
}
body.i_night .i_header_btn_item:hover,
body.night_mode .i_header_btn_item:hover,
body.night-mode .i_header_btn_item:hover,
body.dark_mode .i_header_btn_item:hover,
body.dark-mode .i_header_btn_item:hover {
 border-color: #3b404c;
 background: linear-gradient(145deg, #2a2d34, #202228);
 box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}
/* Composer textarea placeholder alignment polish */
.i_post_form_textarea textarea.newPostT {
 min-height: 50px;
 height: 50px;
 padding: 8px 15px 7px 15px;
 line-height: 18px;
 box-sizing: border-box;
}
.i_post_form_textarea textarea.newPostT::placeholder {
 line-height: 18px;
}
@media screen and (max-width: 662px) {
 .i_post_form_textarea textarea.newPostT {
 min-height: 52px;
 height: 52px;
 padding-top: 9px;
 padding-bottom: 8px;
 }
}
/* Right sidebar sponsored ads spacing polish */
.rightSticky .sp_wrp_sidebar_ads {
 display: flex;
 flex-direction: column;
 gap: 14px;
 padding-left: 2px;
 padding-right: 10px;
}
.rightSticky .sp_wrp_sidebar_ads > a {
 display: block;
 width: 100%;
 text-decoration: none;
}
.rightSticky .sp_wrp_sidebar_ads > a + a {
 margin-top: 0;
}
.rightSticky .sp_wrp_sidebar_ads .i_sponsored_card {
 width: 100%;
}
@media screen and (max-width: 1180px) {
 .rightSticky .sp_wrp_sidebar_ads {
 gap: 12px;
 }
}
/* Vault picker dark mode contrast polish */
.night_mode .vault_picker,
.night-mode .vault_picker,
.dark_mode .vault_picker,
.dark-mode .vault_picker,
body.i_night .vault_picker,
body.night_mode .vault_picker,
body.night-mode .vault_picker,
body.dark_mode .vault_picker,
body.dark-mode .vault_picker,
.night_mode .vault_preview_modal,
.night-mode .vault_preview_modal,
.dark_mode .vault_preview_modal,
.dark-mode .vault_preview_modal,
body.i_night .vault_preview_modal,
body.night_mode .vault_preview_modal,
body.night-mode .vault_preview_modal,
body.dark_mode .vault_preview_modal,
body.dark-mode .vault_preview_modal {
 color: #ffffff;
}
.night_mode .vault_picker_head strong,
.night-mode .vault_picker_head strong,
.dark_mode .vault_picker_head strong,
.dark-mode .vault_picker_head strong,
body.i_night .vault_picker_head strong,
body.night_mode .vault_picker_head strong,
body.night-mode .vault_picker_head strong,
body.dark_mode .vault_picker_head strong,
body.dark-mode .vault_picker_head strong,
.night_mode .vault_empty strong,
.night-mode .vault_empty strong,
.dark_mode .vault_empty strong,
.dark-mode .vault_empty strong,
body.i_night .vault_empty strong,
body.night_mode .vault_empty strong,
body.night-mode .vault_empty strong,
body.dark_mode .vault_empty strong,
body.dark-mode .vault_empty strong {
 color: #ffffff;
}
.night_mode .vault_picker_help,
.night-mode .vault_picker_help,
.dark_mode .vault_picker_help,
.dark-mode .vault_picker_help,
body.i_night .vault_picker_help,
body.night_mode .vault_picker_help,
body.night-mode .vault_picker_help,
body.dark_mode .vault_picker_help,
body.dark-mode .vault_picker_help,
.night_mode .vault_empty,
.night-mode .vault_empty,
.dark_mode .vault_empty,
.dark-mode .vault_empty,
body.i_night .vault_empty,
body.night_mode .vault_empty,
body.night-mode .vault_empty,
body.dark_mode .vault_empty,
body.dark-mode .vault_empty,
.night_mode .vault_empty span,
.night-mode .vault_empty span,
.dark_mode .vault_empty span,
.dark-mode .vault_empty span,
body.i_night .vault_empty span,
body.night_mode .vault_empty span,
body.night-mode .vault_empty span,
body.dark_mode .vault_empty span,
body.dark-mode .vault_empty span {
 color: #f3f6ff;
}
.night_mode .vault_picker_close,
.night-mode .vault_picker_close,
.dark_mode .vault_picker_close,
.dark-mode .vault_picker_close,
body.i_night .vault_picker_close,
body.night_mode .vault_picker_close,
body.night-mode .vault_picker_close,
body.dark_mode .vault_picker_close,
body.dark-mode .vault_picker_close {
 color: #ffffff;
 opacity: 1;
}
.night_mode .vault_picker_close:hover,
.night-mode .vault_picker_close:hover,
.dark_mode .vault_picker_close:hover,
.dark-mode .vault_picker_close:hover,
body.i_night .vault_picker_close:hover,
body.night_mode .vault_picker_close:hover,
body.night-mode .vault_picker_close:hover,
body.dark_mode .vault_picker_close:hover,
body.dark-mode .vault_picker_close:hover {
 color: #ffffff;
 background: rgba(255, 255, 255, 0.08);
}
.night_mode .vault_picker_filters select.i_input,
.night-mode .vault_picker_filters select.i_input,
.dark_mode .vault_picker_filters select.i_input,
.dark-mode .vault_picker_filters select.i_input,
body.i_night .vault_picker_filters select.i_input,
body.night_mode .vault_picker_filters select.i_input,
body.night-mode .vault_picker_filters select.i_input,
body.dark_mode .vault_picker_filters select.i_input,
body.dark-mode .vault_picker_filters select.i_input {
 color: #ffffff;
 padding-right: 48px;
 -webkit-appearance: none;
 appearance: none;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 18px center;
 background-size: 18px 18px;
}
.night_mode .vault_picker_filters .i_input,
.night-mode .vault_picker_filters .i_input,
.dark_mode .vault_picker_filters .i_input,
.dark-mode .vault_picker_filters .i_input,
body.i_night .vault_picker_filters .i_input,
body.night_mode .vault_picker_filters .i_input,
body.night-mode .vault_picker_filters .i_input,
body.dark_mode .vault_picker_filters .i_input,
body.dark-mode .vault_picker_filters .i_input,
.night_mode .vault_picker_filters .i_input option,
.night-mode .vault_picker_filters .i_input option,
.dark_mode .vault_picker_filters .i_input option,
.dark-mode .vault_picker_filters .i_input option,
body.i_night .vault_picker_filters .i_input option,
body.night_mode .vault_picker_filters .i_input option,
body.night-mode .vault_picker_filters .i_input option,
body.dark_mode .vault_picker_filters .i_input option,
body.dark-mode .vault_picker_filters .i_input option {
 color: #ffffff;
}
.night_mode .vault_picker_filters .i_input::placeholder,
.night-mode .vault_picker_filters .i_input::placeholder,
.dark_mode .vault_picker_filters .i_input::placeholder,
.dark-mode .vault_picker_filters .i_input::placeholder,
body.i_night .vault_picker_filters .i_input::placeholder,
body.night_mode .vault_picker_filters .i_input::placeholder,
body.night-mode .vault_picker_filters .i_input::placeholder,
body.dark_mode .vault_picker_filters .i_input::placeholder,
body.dark-mode .vault_picker_filters .i_input::placeholder {
 color: #d7dce8;
 opacity: 1;
}
.night_mode .vault_picker_count,
.night-mode .vault_picker_count,
.dark_mode .vault_picker_count,
.dark-mode .vault_picker_count,
body.i_night .vault_picker_count,
body.night_mode .vault_picker_count,
body.night-mode .vault_picker_count,
body.dark_mode .vault_picker_count,
body.dark-mode .vault_picker_count {
 color: #ffffff;
}
.night_mode .vaultPickerSelectedCount,
.night-mode .vaultPickerSelectedCount,
.dark_mode .vaultPickerSelectedCount,
.dark-mode .vaultPickerSelectedCount,
body.i_night .vaultPickerSelectedCount,
body.night_mode .vaultPickerSelectedCount,
body.night-mode .vaultPickerSelectedCount,
body.dark_mode .vaultPickerSelectedCount,
body.dark-mode .vaultPickerSelectedCount {
 margin-right: 3px;
}
.night_mode .vaultPickerUse.is-disabled,
.night-mode .vaultPickerUse.is-disabled,
.dark_mode .vaultPickerUse.is-disabled,
.dark-mode .vaultPickerUse.is-disabled,
body.i_night .vaultPickerUse.is-disabled,
body.night_mode .vaultPickerUse.is-disabled,
body.night-mode .vaultPickerUse.is-disabled,
body.dark_mode .vaultPickerUse.is-disabled,
body.dark-mode .vaultPickerUse.is-disabled {
 color: rgba(255, 255, 255, 0.78);
}
/* Header search professional mobile polish */
@media screen and (max-width: 662px) {
 .header:has(.i_search.i_search_active) {
 z-index: 1002;
 }

 .header:has(.i_search.i_search_active) .i_header_in > .i_logo,
 .header:has(.i_search.i_search_active) .i_header_in > .i_header_right {
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 }

 .header:has(.i_search.i_search_active) .i_header_in {
 min-height: 50px;
 }

 .header:has(.i_search.i_search_active) .i_search.i_search_active {
 position: absolute !important;
 top: 2px;
 right: 6px;
 left: 6px;
 width: calc(100% - 12px);
 height: 50px;
 display: flex !important;
 align-items: center;
 gap: 8px;
 padding: 0;
 border-radius: 18px;
 background: rgba(255, 255, 255, 0.96);
 border: 1px solid rgba(214, 222, 235, 0.95);
 box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
 z-index: 40;
 }

 .header:has(.i_search.i_search_active) .mobile_back {
 flex: 0 0 42px;
 width: 42px;
 height: 42px;
 display: flex !important;
 align-items: center;
 justify-content: center;
 padding: 0;
 margin-left: 4px;
 float: none;
 }

 .header:has(.i_search.i_search_active) .mobile_back .i_header_btn_item {
 width: 38px;
 height: 38px;
 border-radius: 14px;
 background: #f3f6fb;
 border: 1px solid #dbe3ef;
 box-shadow: none;
 }

 .header:has(.i_search.i_search_active) .mobile_back svg {
 width: 18px;
 height: 18px;
 }

 .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input {
 flex: 1 1 auto;
 width: auto;
 height: 46px;
 min-width: 0;
 margin: 0;
 padding: 0 16px 0 46px;
 border: 0;
 border-radius: 16px;
 background-color: transparent;
 background-position: 15px center;
 background-size: 19px;
 color: #111827;
 font-size: 15px;
 font-weight: 600;
 box-shadow: none;
 }

 .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input::placeholder {
 color: #7a8495;
 font-weight: 600;
 opacity: 1;
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style {
 left: 0;
 right: 0;
 width: calc(100vw - 16px);
 min-width: 0;
 max-width: none;
 max-height: min(62vh, 520px) !important;
 height: auto !important;
 min-height: 205px;
 transform: translate(2px, 58px);
 -webkit-transform: translate(2px, 58px);
 border-radius: 20px;
 overflow: hidden;
 background: rgba(255, 255, 255, 0.98);
 border: 1px solid rgba(214, 222, 235, 0.96);
 box-shadow: 0 24px 55px rgba(15, 23, 42, 0.20);
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .btest,
 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_user_details {
 width: 100%;
 height: auto;
 min-height: 205px;
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_box_messages_header {
 height: auto;
 min-height: 52px;
 padding: 16px 18px 12px;
 color: #111827;
 font-size: 15px;
 font-weight: 800;
 border-bottom: 1px solid #eef2f7;
 background: #ffffff;
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .r_u_s {
 padding: 10px 18px;
 background: #f8fafc;
 color: #64748b;
 font-size: 12px;
 font-weight: 800;
 letter-spacing: 0.02em;
 text-transform: uppercase;
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .sb_items {
 max-height: calc(min(62vh, 520px) - 52px);
 padding: 8px;
 background: #ffffff;
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrpper,
 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper {
 width: 100%;
 border-radius: 15px;
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper {
 padding: 10px;
 transition: background-color 0.18s ease, transform 0.18s ease;
 }

 .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper:hover {
 background: #f5f7fb;
 transform: translateY(-1px);
 }
}

@media screen and (max-width: 662px) {
 body.i_night .header:has(.i_search.i_search_active) .i_search.i_search_active,
 body.night_mode .header:has(.i_search.i_search_active) .i_search.i_search_active,
 body.night-mode .header:has(.i_search.i_search_active) .i_search.i_search_active,
 body.dark_mode .header:has(.i_search.i_search_active) .i_search.i_search_active,
 body.dark-mode .header:has(.i_search.i_search_active) .i_search.i_search_active {
 background: rgba(24, 25, 28, 0.98);
 border-color: #343740;
 box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
 }

 body.i_night .header:has(.i_search.i_search_active) .mobile_back .i_header_btn_item,
 body.night_mode .header:has(.i_search.i_search_active) .mobile_back .i_header_btn_item,
 body.night-mode .header:has(.i_search.i_search_active) .mobile_back .i_header_btn_item,
 body.dark_mode .header:has(.i_search.i_search_active) .mobile_back .i_header_btn_item,
 body.dark-mode .header:has(.i_search.i_search_active) .mobile_back .i_header_btn_item {
 background: #22242a;
 border-color: #343740;
 }

 body.i_night .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input,
 body.night_mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input,
 body.night-mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input,
 body.dark_mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input,
 body.dark-mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input {
 color: #f8fafc;
 }

 body.i_night .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input::placeholder,
 body.night_mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input::placeholder,
 body.night-mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input::placeholder,
 body.dark_mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input::placeholder,
 body.dark-mode .header:has(.i_search.i_search_active) .i_search.i_search_active .i_s_input::placeholder {
 color: #cbd5e1;
 }

 body.i_night .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style,
 body.night_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style,
 body.night-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style,
 body.dark_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style,
 body.dark-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style {
 background: #1f2024;
 border-color: #343740;
 box-shadow: 0 26px 60px rgba(0, 0, 0, 0.52);
 }

 body.i_night .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_box_messages_header,
 body.night_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_box_messages_header,
 body.night-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_box_messages_header,
 body.dark_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_box_messages_header,
 body.dark-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_box_messages_header {
 background: #1f2024;
 border-bottom-color: #343740;
 color: #ffffff;
 }

 body.i_night .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .r_u_s,
 body.night_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .r_u_s,
 body.night-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .r_u_s,
 body.dark_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .r_u_s,
 body.dark-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .r_u_s {
 background: #18191c;
 color: #cbd5e1;
 }

 body.i_night .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .sb_items,
 body.night_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .sb_items,
 body.night-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .sb_items,
 body.dark_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .sb_items,
 body.dark-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .sb_items {
 background: #1f2024;
 }

 body.i_night .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper:hover,
 body.night_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper:hover,
 body.night-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper:hover,
 body.dark_mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper:hover,
 body.dark-mode .header:has(.i_search.i_search_active) .i_general_box_search_container.search_cont_style .i_message_wrapper:hover {
 background: #282a30;
 }
}
/* Header notification empty state polish */
.i_general_box_message_notifications_container.generalBox .no_not_here,
.i_general_box_notifications_container.generalBox .no_not_here {
 position: relative !important;
 left: auto;
 top: auto;
 bottom: auto;
 width: 100%;
 height: auto;
 min-height: 280px;
 margin: 10px 0 12px;
 padding: 44px 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 1px dashed #d6deea;
 border-radius: 18px;
 background: linear-gradient(180deg, #fbfcff 0%, #f7f9fd 100%);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.i_general_box_message_notifications_container.generalBox .no_not_here::before,
.i_general_box_notifications_container.generalBox .no_not_here::before {
 content: "";
 position: absolute;
 width: 112px;
 height: 112px;
 border-radius: 999px;
 background: #eef4ff;
 border: 1px solid #dbeafe;
 box-shadow: 0 16px 34px rgba(37, 99, 235, 0.12);
}

.i_general_box_message_notifications_container.generalBox .no_not_here svg,
.i_general_box_notifications_container.generalBox .no_not_here svg {
 position: relative;
 z-index: 1;
 width: 56px;
 height: 56px;
 fill: #64748b;
 stroke: #64748b;
}

.i_general_box_message_notifications_container.generalBox .footer_container,
.i_general_box_notifications_container.generalBox .footer_container {
 padding: 16px 18px 18px;
}

.i_general_box_message_notifications_container.generalBox .messages a,
.i_general_box_notifications_container.generalBox .messages a {
 min-height: 48px;
 border-radius: 16px;
 font-size: 14px;
 box-shadow: 0 12px 24px rgba(36, 104, 201, 0.14);
}

body.i_night .i_general_box_message_notifications_container.generalBox .no_not_here,
body.i_night .i_general_box_notifications_container.generalBox .no_not_here,
body.night_mode .i_general_box_message_notifications_container.generalBox .no_not_here,
body.night_mode .i_general_box_notifications_container.generalBox .no_not_here,
body.night-mode .i_general_box_message_notifications_container.generalBox .no_not_here,
body.night-mode .i_general_box_notifications_container.generalBox .no_not_here,
body.dark_mode .i_general_box_message_notifications_container.generalBox .no_not_here,
body.dark_mode .i_general_box_notifications_container.generalBox .no_not_here,
body.dark-mode .i_general_box_message_notifications_container.generalBox .no_not_here,
body.dark-mode .i_general_box_notifications_container.generalBox .no_not_here {
 border-color: #3a3d45;
 background: linear-gradient(180deg, #202124 0%, #1c1d20 100%);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.i_night .i_general_box_message_notifications_container.generalBox .no_not_here::before,
body.i_night .i_general_box_notifications_container.generalBox .no_not_here::before,
body.night_mode .i_general_box_message_notifications_container.generalBox .no_not_here::before,
body.night_mode .i_general_box_notifications_container.generalBox .no_not_here::before,
body.night-mode .i_general_box_message_notifications_container.generalBox .no_not_here::before,
body.night-mode .i_general_box_notifications_container.generalBox .no_not_here::before,
body.dark_mode .i_general_box_message_notifications_container.generalBox .no_not_here::before,
body.dark_mode .i_general_box_notifications_container.generalBox .no_not_here::before,
body.dark-mode .i_general_box_message_notifications_container.generalBox .no_not_here::before,
body.dark-mode .i_general_box_notifications_container.generalBox .no_not_here::before {
 background: #242a36;
 border-color: #343b4a;
 box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

body.i_night .i_general_box_message_notifications_container.generalBox .no_not_here svg,
body.i_night .i_general_box_notifications_container.generalBox .no_not_here svg,
body.night_mode .i_general_box_message_notifications_container.generalBox .no_not_here svg,
body.night_mode .i_general_box_notifications_container.generalBox .no_not_here svg,
body.night-mode .i_general_box_message_notifications_container.generalBox .no_not_here svg,
body.night-mode .i_general_box_notifications_container.generalBox .no_not_here svg,
body.dark_mode .i_general_box_message_notifications_container.generalBox .no_not_here svg,
body.dark_mode .i_general_box_notifications_container.generalBox .no_not_here svg,
body.dark-mode .i_general_box_message_notifications_container.generalBox .no_not_here svg,
body.dark-mode .i_general_box_notifications_container.generalBox .no_not_here svg {
 fill: #d7dce8;
 stroke: #d7dce8;
}

@media screen and (max-width: 462px) {
 .i_general_box_message_notifications_container.generalBox .no_not_here,
 .i_general_box_notifications_container.generalBox .no_not_here {
 min-height: 240px;
 padding: 34px 16px;
 margin: 8px 0 10px;
 }

 .i_general_box_message_notifications_container.generalBox .no_not_here::before,
 .i_general_box_notifications_container.generalBox .no_not_here::before {
 width: 96px;
 height: 96px;
 }

 .i_general_box_message_notifications_container.generalBox .no_not_here svg,
 .i_general_box_notifications_container.generalBox .no_not_here svg {
 width: 50px;
 height: 50px;
 }
}

/* Header messages/notifications empty state text polish */
.i_general_box_message_notifications_container.generalBox .header_empty_state,
.i_general_box_notifications_container.generalBox .header_empty_state {
 flex-direction: column;
 gap: 8px;
 text-align: center;
}

.i_general_box_message_notifications_container.generalBox .header_empty_state::before,
.i_general_box_notifications_container.generalBox .header_empty_state::before {
 top: 44px;
 left: 50%;
 transform: translateX(-50%);
}

.i_general_box_message_notifications_container.generalBox .header_empty_state__icon,
.i_general_box_notifications_container.generalBox .header_empty_state__icon {
 position: relative;
 z-index: 1;
 width: 112px;
 height: 112px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 8px;
}

.i_general_box_message_notifications_container.generalBox .header_empty_state__title,
.i_general_box_notifications_container.generalBox .header_empty_state__title {
 position: relative;
 z-index: 1;
 color: #172033;
 font-size: 17px;
 font-weight: 800;
 line-height: 1.25;
}

.i_general_box_message_notifications_container.generalBox .header_empty_state__text,
.i_general_box_notifications_container.generalBox .header_empty_state__text {
 position: relative;
 z-index: 1;
 max-width: 270px;
 color: #64748b;
 font-size: 13px;
 font-weight: 600;
 line-height: 1.45;
}

body.i_night .i_general_box_message_notifications_container.generalBox .header_empty_state__title,
body.i_night .i_general_box_notifications_container.generalBox .header_empty_state__title,
body.night_mode .i_general_box_message_notifications_container.generalBox .header_empty_state__title,
body.night_mode .i_general_box_notifications_container.generalBox .header_empty_state__title,
body.night-mode .i_general_box_message_notifications_container.generalBox .header_empty_state__title,
body.night-mode .i_general_box_notifications_container.generalBox .header_empty_state__title,
body.dark_mode .i_general_box_message_notifications_container.generalBox .header_empty_state__title,
body.dark_mode .i_general_box_notifications_container.generalBox .header_empty_state__title,
body.dark-mode .i_general_box_message_notifications_container.generalBox .header_empty_state__title,
body.dark-mode .i_general_box_notifications_container.generalBox .header_empty_state__title {
 color: #f1f5f9;
}

body.i_night .i_general_box_message_notifications_container.generalBox .header_empty_state__text,
body.i_night .i_general_box_notifications_container.generalBox .header_empty_state__text,
body.night_mode .i_general_box_message_notifications_container.generalBox .header_empty_state__text,
body.night_mode .i_general_box_notifications_container.generalBox .header_empty_state__text,
body.night-mode .i_general_box_message_notifications_container.generalBox .header_empty_state__text,
body.night-mode .i_general_box_notifications_container.generalBox .header_empty_state__text,
body.dark_mode .i_general_box_message_notifications_container.generalBox .header_empty_state__text,
body.dark_mode .i_general_box_notifications_container.generalBox .header_empty_state__text,
body.dark-mode .i_general_box_message_notifications_container.generalBox .header_empty_state__text,
body.dark-mode .i_general_box_notifications_container.generalBox .header_empty_state__text {
 color: #aeb7c8;
}

@media screen and (max-width: 462px) {
 .i_general_box_message_notifications_container.generalBox .header_empty_state::before,
 .i_general_box_notifications_container.generalBox .header_empty_state::before {
 top: 34px;
 }

 .i_general_box_message_notifications_container.generalBox .header_empty_state__icon,
 .i_general_box_notifications_container.generalBox .header_empty_state__icon {
 width: 96px;
 height: 96px;
 margin-bottom: 6px;
 }

 .i_general_box_message_notifications_container.generalBox .header_empty_state__title,
 .i_general_box_notifications_container.generalBox .header_empty_state__title {
 font-size: 16px;
 }

 .i_general_box_message_notifications_container.generalBox .header_empty_state__text,
 .i_general_box_notifications_container.generalBox .header_empty_state__text {
 max-width: 250px;
 font-size: 12px;
 }
}

/* Composer quick action grid gap fix */
.i_form_buttons > .i_quick_actions_container.qa_layout_popup:not(.qaVisible):not(.qaClosing),
.i_form_buttons > #campaignCoverUploadForm,
.i_form_buttons > #campaignCoverTemp {
 display: none !important;
 grid-column: auto !important;
 grid-row: auto !important;
 min-height: 0 !important;
 height: 0 !important;
 margin: 0 !important;
 padding: 0 !important;
}

.i_form_buttons > .i_quick_actions_container.qa_layout_popup.qaVisible,
.i_form_buttons > .i_quick_actions_container.qa_layout_popup.qaClosing {
 display: -webkit-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 display: -webkit-flex !important;
}

/* Reels upload quick action deep-link highlight */
.i_quick_actions_container .qa_item.qa_target_reels {
 border-color: #f65169 !important;
 box-shadow: 0 0 0 3px rgba(246, 81, 105, 0.18), 0 18px 34px rgba(15, 23, 42, 0.16) !important;
}

.i_settings_wrapper_items .creator_bulk_empty {
 width: auto !important;
}

.i_settings_wrapper_items .creator_bulk_empty .n_c_t {
 padding: 0 !important;
}

/* Dashboard responsive card polish */
.dashboard_earnings_cards {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 16px;
 align-items: stretch;
}

.dashboard_earnings_cards .chart_row_box,
.dashboard_revenue_cards .chart_row_box {
 display: block;
 width: auto !important;
 min-width: 0;
 padding: 0 !important;
}

.dashboard_earnings_cards .chart_row_box_item {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 min-height: 184px;
 height: 100%;
 overflow: hidden;
}

.dashboard_earnings_cards .chart_row_box_title {
 min-width: 0;
 padding-right: 34px;
 line-height: 1.35;
}

.dashboard_earnings_cards .chart_row_box_sum {
 line-height: 1.15;
}

.dashboard_earnings_chart {
 width: 100%;
 height: 360px !important;
 min-height: 360px;
 margin: 14px 0 22px;
 padding: 16px 14px 10px;
 overflow: hidden;
 border: 1px solid #e5eaf3;
 border-radius: 16px;
 background: #ffffff;
 box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
 aspect-ratio: auto !important;
}

.dashboard_earnings_chart #myChart {
 width: 100% !important;
 height: 100% !important;
 display: block;
}

.dashboard_revenue_cards {
 display: grid;
 grid-template-columns: repeat(4, minmax(0, 1fr));
 gap: 14px;
 align-items: stretch;
}

.dashboard_revenue_cards .chart_row_box {
 min-height: 118px;
 border: 1px solid #eef2f7;
 border-radius: 14px;
 background: #ffffff;
}

.dashboard_revenue_cards .revenue_sum_u,
.dashboard_revenue_cards .revenue_title_u {
 width: 100%;
}

body.i_night .dashboard_revenue_cards .chart_row_box,
body.night_mode .dashboard_revenue_cards .chart_row_box,
body.night-mode .dashboard_revenue_cards .chart_row_box,
body.dark_mode .dashboard_revenue_cards .chart_row_box,
body.dark-mode .dashboard_revenue_cards .chart_row_box {
 border-color: #343b4a;
 background: #1c1d20;
}

body.i_night .dashboard_earnings_chart,
body.night_mode .dashboard_earnings_chart,
body.night-mode .dashboard_earnings_chart,
body.dark_mode .dashboard_earnings_chart,
body.dark-mode .dashboard_earnings_chart {
 border-color: #343b4a;
 background: #181a20;
 box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

body.i_night .dashboard_revenue_cards .revenue_title_u,
body.night_mode .dashboard_revenue_cards .revenue_title_u,
body.night-mode .dashboard_revenue_cards .revenue_title_u,
body.dark_mode .dashboard_revenue_cards .revenue_title_u,
body.dark-mode .dashboard_revenue_cards .revenue_title_u {
 color: #d7dce8;
}

@media (max-width: 900px) {
 .dashboard_earnings_cards,
 .dashboard_revenue_cards {
 grid-template-columns: repeat(2, minmax(0, 1fr));
 }
}

@media (max-width: 620px) {
 .dashboard_earnings_cards,
 .dashboard_revenue_cards {
 grid-template-columns: 1fr;
 }

 .dashboard_earnings_chart {
 height: 320px !important;
 min-height: 320px;
 margin-top: 12px;
 padding: 14px 8px 8px;
 border-radius: 14px;
 }
}

/* Settings form field polish */
.settings_main_wrapper {
 --settings-field-bg: #ffffff;
 --settings-field-border: #d7deeb;
 --settings-field-border-hover: #c7d2e5;
 --settings-field-text: #111827;
 --settings-field-muted: #7c879a;
 --settings-field-helper-bg: #f8fafc;
 --settings-field-helper-text: #64748b;
 --settings-field-helper-border: #e2e8f0;
 --settings-field-error-bg: #fff6f8;
 --settings-field-error-text: #b4233a;
 --settings-field-error-border: rgba(246, 81, 105, 0.26);
 --settings-field-focus: rgba(246, 81, 105, 0.14);
 --settings-edit-bg: #eef4ff;
 --settings-edit-text: #2468c9;
 --settings-edit-border: #dbeafe;
}

body.i_night .settings_main_wrapper,
body.night_mode .settings_main_wrapper,
body.night-mode .settings_main_wrapper,
body.dark_mode .settings_main_wrapper,
body.dark-mode .settings_main_wrapper {
 --settings-field-bg: #15171b;
 --settings-field-border: #2f3544;
 --settings-field-border-hover: #475569;
 --settings-field-text: #f8fafc;
 --settings-field-muted: #8b949e;
 --settings-field-helper-bg: #171923;
 --settings-field-helper-text: #a7b0c2;
 --settings-field-helper-border: #2f3544;
 --settings-field-error-bg: #2b151b;
 --settings-field-error-text: #fda4af;
 --settings-field-error-border: #5a2632;
 --settings-field-focus: rgba(246, 81, 105, 0.2);
 --settings-edit-bg: #17233a;
 --settings-edit-text: #8ab4ff;
 --settings-edit-border: #25436f;
}

.settings_main_wrapper .i_settings_item_title_for,
.settings_main_wrapper .i_settings_item_title_for_withdraw {
 min-width: 0;
}

.settings_main_wrapper .i_settings_item_title_for .ib,
.settings_main_wrapper .i_settings_item_title_for .creator_bulk_file_wrap {
 width: 100%;
 max-width: 546px;
 min-width: 0;
 display: block;
}

.settings_main_wrapper .i_settings_item_title_for .flnm,
.settings_main_wrapper .i_settings_item_title_for_withdraw .flnm,
.settings_main_wrapper .i_settings_item_title_for .flnmk,
.settings_main_wrapper .i_settings_item_title_for .description_,
.settings_main_wrapper .i_settings_item_title_for .page_category,
.settings_main_wrapper .i_settings_item_title_for .creator_bulk_file_label {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 max-width: 546px;
 min-width: 0;
 border: 1px solid var(--settings-field-border);
 background-color: var(--settings-field-bg);
 color: var(--settings-field-text);
 -webkit-box-shadow: none;
 box-shadow: none;
 outline: none;
 border-radius: 12px;
 font-weight: 600;
 letter-spacing: 0;
 -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
 transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
 transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.settings_main_wrapper .i_settings_item_title_for .flnm,
.settings_main_wrapper .i_settings_item_title_for_withdraw .flnm,
.settings_main_wrapper .i_settings_item_title_for .flnmk,
.settings_main_wrapper .i_settings_item_title_for .page_category {
 min-height: 50px;
}

.settings_main_wrapper .i_settings_item_title_for .description_ {
 min-height: 138px;
 line-height: 1.45;
 resize: vertical;
}

.settings_main_wrapper .i_settings_item_title_for .creator_bulk_file_label {
 min-height: 50px;
}

.settings_main_wrapper .i_settings_item_title_for .flnm:hover,
.settings_main_wrapper .i_settings_item_title_for_withdraw .flnm:hover,
.settings_main_wrapper .i_settings_item_title_for .flnmk:hover,
.settings_main_wrapper .i_settings_item_title_for .description_:hover,
.settings_main_wrapper .i_settings_item_title_for .page_category:hover,
.settings_main_wrapper .i_settings_item_title_for .creator_bulk_file_label:hover {
 border-color: var(--settings-field-border-hover);
}

.settings_main_wrapper .i_settings_item_title_for .flnm:focus,
.settings_main_wrapper .i_settings_item_title_for_withdraw .flnm:focus,
.settings_main_wrapper .i_settings_item_title_for .flnmk:focus,
.settings_main_wrapper .i_settings_item_title_for .description_:focus,
.settings_main_wrapper .i_settings_item_title_for .page_category:focus,
.settings_main_wrapper .i_settings_item_title_for .creator_bulk_file_label:focus-within {
 border-color: #f65169;
 -webkit-box-shadow: 0 0 0 3px var(--settings-field-focus);
 box-shadow: 0 0 0 3px var(--settings-field-focus);
}

.settings_main_wrapper .i_settings_item_title_for .flnm::-webkit-input-placeholder,
.settings_main_wrapper .i_settings_item_title_for .flnmk::-webkit-input-placeholder,
.settings_main_wrapper .i_settings_item_title_for .description_::-webkit-input-placeholder {
 color: var(--settings-field-muted);
 font-weight: 500;
}

.settings_main_wrapper .i_settings_item_title_for .flnm::-moz-placeholder,
.settings_main_wrapper .i_settings_item_title_for .flnmk::-moz-placeholder,
.settings_main_wrapper .i_settings_item_title_for .description_::-moz-placeholder {
 color: var(--settings-field-muted);
 font-weight: 500;
}

.settings_main_wrapper .i_settings_item_title_for .flnm:-ms-input-placeholder,
.settings_main_wrapper .i_settings_item_title_for .flnmk:-ms-input-placeholder,
.settings_main_wrapper .i_settings_item_title_for .description_:-ms-input-placeholder {
 color: var(--settings-field-muted);
 font-weight: 500;
}

.settings_main_wrapper .i_settings_item_title_for .flnm::-ms-input-placeholder,
.settings_main_wrapper .i_settings_item_title_for .flnmk::-ms-input-placeholder,
.settings_main_wrapper .i_settings_item_title_for .description_::-ms-input-placeholder {
 color: var(--settings-field-muted);
 font-weight: 500;
}

.settings_main_wrapper .i_settings_item_title_for .flnm::placeholder,
.settings_main_wrapper .i_settings_item_title_for .flnmk::placeholder,
.settings_main_wrapper .i_settings_item_title_for .description_::placeholder {
 color: var(--settings-field-muted);
 font-weight: 500;
}

.settings_main_wrapper .i_settings_item_title_for .page_category,
.settings_main_wrapper .i_settings_item_title_for .creator_bulk_select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-repeat: no-repeat;
 background-position: right 16px center;
 background-size: 14px 14px;
 background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2364748b' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
 padding-right: 48px;
}

body.i_night .settings_main_wrapper .i_settings_item_title_for .page_category,
body.i_night .settings_main_wrapper .i_settings_item_title_for .creator_bulk_select,
body.night_mode .settings_main_wrapper .i_settings_item_title_for .page_category,
body.night_mode .settings_main_wrapper .i_settings_item_title_for .creator_bulk_select,
body.night-mode .settings_main_wrapper .i_settings_item_title_for .page_category,
body.night-mode .settings_main_wrapper .i_settings_item_title_for .creator_bulk_select,
body.dark_mode .settings_main_wrapper .i_settings_item_title_for .page_category,
body.dark_mode .settings_main_wrapper .i_settings_item_title_for .creator_bulk_select,
body.dark-mode .settings_main_wrapper .i_settings_item_title_for .page_category,
body.dark-mode .settings_main_wrapper .i_settings_item_title_for .creator_bulk_select {
 background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f8fafc' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

#myProfileForm .box_not:not(.warning_username):not(.invalid_username):not(.character_warning),
#creatorBulkCampaignForm .box_not,
#creatorAutoMessageForm .box_not {
 display: inline-flex;
 align-items: center;
 width: auto;
 max-width: 100%;
 margin-top: 8px;
 padding: 8px 12px;
 border: 1px solid var(--settings-field-helper-border);
 border-radius: 999px;
 background: var(--settings-field-helper-bg);
 color: var(--settings-field-helper-text);
 font-size: 12px;
 font-style: normal;
 font-weight: 700;
 line-height: 1.35;
}

#myProfileForm .box_not.warning_username,
#myProfileForm .box_not.invalid_username,
#myProfileForm .box_not.character_warning {
 display: none;
 margin-top: 8px;
 padding: 8px 12px;
 border: 1px solid var(--settings-field-error-border);
 border-radius: 999px;
 background: var(--settings-field-error-bg);
 color: var(--settings-field-error-text);
 font-size: 12px;
 font-style: normal;
 font-weight: 800;
 line-height: 1.35;
}

.settings_main_wrapper .settings_edit_text {
 color: var(--settings-field-text);
 line-height: 1.4;
}

.settings_main_wrapper .settings_edit_btn {
 min-height: 34px;
 padding: 8px 18px;
 border-color: var(--settings-edit-border) !important;
 background-color: var(--settings-edit-bg) !important;
 color: var(--settings-edit-text) !important;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.settings_main_wrapper .settings_edit_btn:hover,
.settings_main_wrapper .settings_edit_btn:focus {
 border-color: #f65169 !important;
 color: #f65169 !important;
 -webkit-box-shadow: 0 0 0 3px var(--settings-field-focus);
 box-shadow: 0 0 0 3px var(--settings-field-focus);
}

.settings_main_wrapper .gender-options-row {
 gap: 10px;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.settings_main_wrapper .gender-options-row .flexBox {
 padding: 0;
}

.settings_main_wrapper .gender-options-row .flexBox label span {
 border-color: var(--settings-field-border);
 background-color: var(--settings-field-bg);
 color: var(--settings-field-text);
 letter-spacing: 0;
 min-height: 48px;
}

.settings_main_wrapper .gender-options-row .flexBox label span svg {
 fill: currentColor;
}

.settings_main_wrapper .i_become_creator_box_footer .i_nex_btn_btn {
 min-height: 44px;
 border-radius: 12px;
 font-weight: 800;
}

@media screen and (max-width: 720px) {
 .settings_main_wrapper .i_settings_item_title_for .ib,
 .settings_main_wrapper .i_settings_item_title_for .creator_bulk_file_wrap,
 .settings_main_wrapper .i_settings_item_title_for .flnm,
 .settings_main_wrapper .i_settings_item_title_for_withdraw .flnm,
 .settings_main_wrapper .i_settings_item_title_for .flnmk,
 .settings_main_wrapper .i_settings_item_title_for .description_,
 .settings_main_wrapper .i_settings_item_title_for .page_category,
 .settings_main_wrapper .i_settings_item_title_for .creator_bulk_file_label {
 max-width: none;
 }

 .settings_main_wrapper .i_become_creator_box_footer .i_nex_btn_btn {
 width: 100%;
 }
}

/* Laptop compact desktop layout */
@media screen and (min-width: 941px) and (max-width: 1120px) {
 .wrapper {
 overflow-x: hidden;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .leftSticky {
 flex: 0 0 84px;
 max-width: 84px;
 display: block;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .leftSidebar_in .leftSidebarWrapper {
 max-width: 84px;
 margin-left: 0;
 padding: 12px 8px 18px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1:hover .leftSidebarWrapper,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1:hover .btest {
 overflow: visible;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .leftSidebar_in::before,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .leftSidebar_in::after {
 left: 6px;
 right: 6px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .btest {
 padding: 8px 6px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_box {
 justify-content: center;
 min-height: 46px;
 padding: 10px 8px;
 gap: 0;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_box svg {
 width: 22px;
 height: 22px;
 margin-right: 0;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_box span:not(.i_left_menu_profile_avatar) {
 display: none;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_box .m_tit {
 display: block;
 position: absolute;
 left: calc(100% + 12px);
 top: 50%;
 z-index: 1500;
 width: max-content;
 max-width: 220px;
 padding: 8px 10px;
 border: 1px solid rgba(15, 23, 42, 0.1);
 border-radius: 10px;
 background: #111827;
 color: #ffffff;
 box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
 font-size: 12px;
 font-weight: 700;
 line-height: 1.25;
 white-space: nowrap;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 transform: translate(-4px, -50%);
 transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_box .m_tit::before {
 content: "";
 position: absolute;
 top: 50%;
 right: 100%;
 border-width: 6px;
 border-style: solid;
 border-color: transparent #111827 transparent transparent;
 transform: translateY(-50%);
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_box:hover .m_tit,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .btest > a:hover .i_left_menu_box .m_tit,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .btest > a:focus .i_left_menu_box .m_tit,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .btest > a:focus-visible .i_left_menu_box .m_tit,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_box:focus-within .m_tit {
 opacity: 1;
 visibility: visible;
 transform: translate(0, -50%);
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .left-menu-pro-v1 .i_left_menu_profile_avatar {
 width: 28px;
 height: 28px;
 margin-right: 0;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .rightSticky {
 display: block;
 flex: 0 0 268px;
 max-width: 268px;
 min-width: 0;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .rightSticky .leftSidebarWrapper {
 padding-left: 8px;
 padding-right: 8px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .rightSidebar_in,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .rightSticky .i_right_container {
 min-width: 0;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .th_middle {
 flex: 1 1 auto;
 min-width: 0;
 max-width: calc(100% - 352px);
 padding-left: 8px;
 padding-right: 8px;
 overflow-x: hidden;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .pageMiddle {
 max-width: 100%;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .stories_outer {
 max-width: 100%;
 overflow: hidden;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_stats {
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 6px;
 padding: 7px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_stat {
 min-width: 0;
 padding: 6px 4px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_stat .stat_value {
 font-size: 13px;
 line-height: 1.2;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_stat .stat_label {
 font-size: 9px;
 line-height: 1.15;
 word-break: break-word;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_card {
 border-radius: 16px;
 margin-bottom: 14px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_cover {
 height: 104px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_body {
 padding: 12px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_header {
 margin-top: -44px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_avatar {
 width: 80px;
 height: 80px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_meta {
 margin-top: 8px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_name {
 max-width: 100%;
 font-size: 15px;
 line-height: 1.25;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_bio {
 display: -webkit-box;
 margin-top: 7px;
 overflow: hidden;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_quick {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 7px;
 margin-top: 9px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_quick_btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 0;
 min-height: 30px;
 padding: 6px 8px;
 font-size: 10px;
 line-height: 1.2;
 text-align: center;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_quick_btn:nth-child(3) {
 grid-column: 1 / -1;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_stats,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_earnings,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_progress,
 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_actions {
 margin-top: 9px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_earnings {
 gap: 8px;
 padding: 9px 10px;
 line-height: 1.25;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_progress {
 padding: 9px 10px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_progress_list {
 gap: 5px 8px;
 }

 .wrapper:not(.chat_absolute_bottom):not(.vault_wrapper) .i_sidebar_profile_btn {
 min-height: 34px;
 padding: 8px 10px;
 font-size: 12px;
 }

 .settings_wrapper {
 flex-direction: row;
 align-items: flex-start;
 max-width: 100%;
 padding: 24px 12px 30px;
 }

 .settings_left_menu {
 display: flex;
 flex: 0 0 248px;
 max-width: 248px;
 margin-bottom: 0;
 }

 .i_settings_menu_wrapper {
 display: flex;
 min-height: 0;
 }

 .settings_mobile_ope_menu {
 display: none;
 }

 .settings_main_wrapper {
 flex: 1 1 auto;
 min-width: 0;
 padding-left: 16px;
 }

 .i_settings_title {
 padding: 18px 16px 0;
 font-size: 21px;
 }

 .i_s_menu_wrapper {
 padding: 8px;
 }

 .i_s_menu_box {
 padding: 12px 9px;
 font-size: 13px;
 line-height: 18px;
 }

 .i_s_menu_box svg {
 width: 20px;
 height: 20px;
 margin-right: 8px;
 flex: 0 0 auto;
 }
}

@media (max-width: 640px) {
 .profile_action_panel {
 width: calc(100% - 32px);
 margin-left: auto;
 margin-right: auto;
 }
}




















/***********************************INNEN bubu SAJAT***********************/
html {
 background-color: transparent;
 }
 
 body.not-logged-in {
 background-color: transparent !important;
 background-image: url('https://www.redact.hu/img/landingImages/hatter.jpg');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
 color: #fff;
 }
 
body.logged-in {
 background-color: transparent !important;
 background-image: url('https://www.redact.hu/img/landingImages/bg.png');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
}

/* MODOSITAS KEZDETE: header negy reszes dinamikus elrendezes */
.i_header_in {
 display: flex !important;
 align-items: center !important;
 justify-content: flex-start !important;
 gap: clamp(16px, 2vw, 34px) !important;
 width: 100% !important;
}

.i_header_in::before {
 display: none !important;
 content: none !important;
}

.i_header_in > .i_logo {
 order: 1;
 flex: 0 0 auto !important;
 width: auto !important;
 min-width: 0 !important;
 margin-left: 15px !important;
 margin-right: 0 !important;
}

.i_header_in > .flat-header-banner {
 order: 2;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 overflow: hidden;
 flex: 1 1 0 !important;
 min-width: 120px !important;
 max-width: 460px !important;
 height: 50px;
 margin-left: auto !important;
 margin-right: 0 !important;
 border-radius: 8px;
 text-decoration: none;
}

.i_header_in > .i_search {
 order: 3;
 flex: 1.15 1 0 !important;
 max-width: 540px !important;
 min-width: 220px !important;
}

.i_header_in > .i_header_right {
 order: 4;
 flex: 0 0 auto !important;
 min-width: 0 !important;
 margin-left: auto !important;
 margin-right: 15px !important;
}

.flat-header-banner img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.flat-header-banner-content {
 position: absolute;
 inset: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 4px 12px;
 text-align: center;
 pointer-events: none;
}

.flat-header-banner-text {
 color: #ffffff;
 font-size: 14px;
 font-weight: 700;
 line-height: 1.2;
 text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 max-width: 100%;
}
/* MODOSITAS VEGE: header negy reszes dinamikus elrendezes */

.sp_wrp {
 width: 100%;
 position: relative;
 padding-left: 0px;
 padding-right: 0px;
 margin-bottom: 5px;
 padding-top: 5px;
}

/*KERESO OLDALSAVBAN*/

.creators_container.search_results {
 margin-top: 13vh;
}
.sidebar_search_box {
 background: #fff;
 border-radius: 12px;
 padding: 20px;
 box-shadow: 0 6px 18px rgba(0,0,0,0.08);
 margin-bottom: 20px
}
.mobile_search_box {
 background: #fff;
 border-radius: 12px;
 padding: 10px;
 box-shadow: 0 6px 18px rgba(0,0,0,0.08);
 margin-bottom: 20px;
	width: 97%;
 margin-left: 1%
}
.sidebar_search_box form {
 display: flex;
 flex-direction: column;
 gap: 14px
}
.mobile_search_box form {
 display: flex;
 flex-direction: column;
 gap: 14px
}

.search_row {
 display: flex;
 flex-direction: column;
 gap: 6px
}

.search_row label {
 font-size: 13px;
 font-weight: 600;
 color: #444
}

.search_row input,
.search_row select {
 width: 100%;
 padding: 10px 12px;
 border: 1px solid #ddd;
 border-radius: 8px;
 font-size: 14px;
 background: #fafafa;
 transition: border 0.15s ease, background 0.15s ease
}

.search_row input:focus,
.search_row select:focus {
 outline: none;
 border-color: #7aa5ff;
 background: #fff
}

.sidebar_search_box button {
 margin-top: 6px;
 padding: 10px 14px;
 border-radius: 10px;
 border: none;
 background: #3f72ff;
 color: #fff;
 font-weight: 600;
 cursor: pointer;
 transition: background 0.15s ease
}
.mobile_search_box button {
 margin-top: 6px;
 padding: 10px 14px;
 border-radius: 10px;
 border: none;
 background: #3f72ff;
 color: #fff;
 font-weight: 600;
 cursor: pointer;
 transition: background 0.15s ease
}
.mobile-search-wrapper {
 display: flex;
 flex-direction: column
}
.sidebar_search_box button:hover {
 background: #2f5be0
}
.mobile_search_box button:hover {
 background: #2f5be0
}



/*BANNEREK*/
.randombanner {
 width: auto;
 margin: unset;
 position: relative;
 top: 0%;
}
 .goweb {
 display: none !important;
 }
 
 .random-banner {
 display: block;
 position: relative;
 text-decoration: none;
 margin-bottom: 5px
}
.random-banner img {
 width: 100%;
 display: block
}
.banner-content {
 position: absolute;
 inset: 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 color: #fff
}
.banner-button {
 margin-top: 10px;
 padding: 8px 14px;
 background: #ffffff;
 color: #000;
 text-decoration: none;
 font-weight: 599
}
.banner-text {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 padding: 14px 16px;
 background: rgba(0,0,0,0.35);
 color: #ffffff;
 font-size: 15px;
 font-weight: 599;
 line-height: 1.4;
 text-align: right
}
/*LANDING*/
.form_group .password-toggle-wrap {
 position: relative;
 display: block;
}
.form_group .password-toggle-wrap input {
 padding-right: 52px;
}
.form_group .password-toggle-wrap .password-toggle-btn {
 position: absolute;
 top: 50%;
 right: 12px;
 width: 32px;
 height: 32px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0;
 border: 0;
 background: transparent;
 color: #525c7a;
 cursor: pointer;
 transform: translateY(-50%);
 z-index: 2;
}
.form_group .password-toggle-wrap .password-toggle-btn svg {
 width: 18px;
 height: 18px;
 fill: currentColor;
 display: block;
 margin: 0;
}
.form_group .password-toggle-wrap .password-toggle-btn.is-visible {
 color: #f65169;
}
.landing_section_register {
 width: 80%;
 margin: 0 auto;
 position: relative;
 top: 82%;
}
.i_modal_bg .i_modal_in {
 width: 98%;
}
.i_login_box_header {
 padding: 27px 10px 0px 15px;
}
.i_direct_login {
 padding: 10px 10px;
}
.i_l_footer {
 padding: 1rem;
}
/*JOBB/ /BAL BECSUSZO */
.uj_rightSticky {
 position: fixed;
 right: 0;
 top: 78px;
 height: calc(100% - 60px);
 z-index: 9999;
 transition: transform 0.6s ease;
 transform: translateX(0);
 max-width: 600px;
}
.uj_rightSticky.collapsed {
 transform: translateX(100%);
}
.rightsidebar-toggle {
 position: fixed;
 top: 70px;
 right: var(--toggle-right, 0px);
 width: 25px;
 height: 45px;
 background: #222;
 color: #fff;
 border: none;
 border-radius: 6px 0 0 6px;
 cursor: pointer;
 z-index: 99999;
 transition: right 0.6s ease;
}
.uj_rightSticky:not(.collapsed) ~ #rightSidebarToggle {
 right: 0px;
}
.uj_rightSticky.collapsed ~ #rightSidebarToggle {
 right: 0px;
}
/*bal becsuszo*/
.uj_leftSticky {
 position: fixed;
 top: 65px;
 left: 0;
 height: calc(100% - 60px);
 z-index: 99999;
 transition: transform 1.5s ease;
}
.uj_leftSticky.collapsed {
 transform: translateX(-100%)
}
.sidebar-toggle {
 position: absolute;
 top: 70px;
 right: -25px;
 width: 25px;
 height: 45px;
 background: #222;
 color: #fff;
 border: none;
 border-radius: 0 6px 6px 0;
 cursor: pointer;
 z-index: 99999;
}
.sidebar-toggle-visible {
 position: fixed;
 top: 70px;
 left: 360px;
 z-index: 9999;
 width: 25px;
 height: 45px;
 background: #222;
 color: #fff;
 border: none;
 border-radius: 0 6px 6px 0;
 z-index: 99999;
}
.uj_leftSticky:not(.collapsed) ~ #sidebarToggle {
 left: 0px;
}
.uj_leftSticky.collapsed ~ #sidebarToggle {
 left: 0px;
}
/*Media lista*/
.media-wrapper {
 width: 100%;
 max-width: 1000px;
 margin-top: 0%
}
.media-inner {
 padding: 5px;
 border-radius: 0px;
 background: rgba(255, 255, 255, 0.7);
 backdrop-filter: blur(5px);
 }
.media-filter-row {
 display: flex;
 gap: 16px;
 align-items: center;
 flex-wrap: nowrap;
 width: 100%;
 color:#0f1111;
 font-size: 13px;
 font-weight:600;
 margin: 5px 5px;
 padding: 5px;
}
.media-filter-form {
 display: flex;
 align-items: center;
 gap: 8px;
 flex-shrink: 0;
}
.media-filter-form select {
 background: #fff;
 color: #222;
 border: none;
 padding: 6px 3px 6px 5px;
 border-radius: 8px;
 cursor: pointer;
 transition: 0.2s;
 font-weight: 600;
 max-width: 91px;
}
.media-filter-form select:hover {
 border-color: #aaa;
}
.media-filter-form select:focus {
 outline: none;
 box-shadow: none;
}
.media-grid {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 0px
}
.media-card {
 border: 0px solid #ddd;
 border-radius: 10px;
 background: #fff;
 padding: 0px;
 min-width: 110px;
}
.media-card-title {
 font-weight: 600;
 margin-bottom: 0px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 color: #0f1111;
 font-size: 12px;
}
.media-card-link {
 text-decoration: none
}
.media-card-thumb {
 aspect-ratio: 1 / 1;
 background-size: cover;
 background-position: center;
 border-radius: 0px;
 position: relative
}
.media-card-type,
.media-card-user {
 position: absolute;
 background: rgba(0,0,0,0.6);
 color: #fff;
 padding: 4px 8px;
 border-radius: 4px;
 font-size: 11px
}
.media-card-type { right: 8px; bottom: 8px }
.media-card-user { left: 1px; bottom: 1px }
.media-pagination {
 text-align: center;
 margin-top: 20px
}
.media-page-btn {
 padding: 6px 12px;
 border: 1px solid #ccc;
 border-radius: 4px;
 text-decoration: none
}
.media-page-indicator {
 margin: 0 10px
}
.media-empty {
 padding: 20px
}
.media-card-thumb img {
 width: 100%;
 height: 100%;
 object-fit: cover
}
.media-pagination {
 text-align: center;
 margin-top: 20px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 6px;
 flex-wrap: wrap;
}
.media-page-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 36px;
 height: 36px;
 padding: 0 10px;
 border: 1px solid #e0e0e0;
 border-radius: 8px;
 background: #fff;
 color: #333;
 text-decoration: none;
 font-size: 14px;
 font-weight: 500;
 transition: all 0.2s ease;
}
.media-page-btn:hover {
 background: #f5f5f5;
 border-color: #bbb;
 transform: translateY(-1px);
}
.media-page-btn.active {
 background: #2563eb;
 border-color: #2563eb;
 color: #fff;
}
.media-page-ellipsis {
 color: #666;
 padding: 0 4px;
}
/*User lista*/
.age-slider-scale{
 display:flex;
 justify-content:space-between;
 font-size:13px;
 margin-bottom:-15px;
 color: #444;
 font-weight: 600;
}
#ageRangeMinBubble,
#ageRangeMaxBubble{
 position:absolute;
 top:20px;
 transform:translateX(-50%);
 background:#111;
 color:#fff;
 padding:4px 8px;
 border-radius:6px;
 font-size:12px;
 white-space:nowrap;
 pointer-events:none;
}
.age-slider-container{
 position:relative;
 height:44px;
}
.age-slider-container::before{
 content:"";
 position:absolute;
 left:0;
 right:0;
 top:12px;
 height:4px;
 border-radius:4px;
 background:#fab429;
}
.age-slider-container input[type="range"]{
 position:absolute;
 left:0;
 top:-8px;
 width:100%;
 pointer-events:none;
 background:transparent;
}
.age-slider-container input[type="range"]:focus{
 z-index:3;
}
.age-slider-container input[type="range"]::-webkit-slider-runnable-track,
.age-slider-container input[type="range"]:hover::-webkit-slider-runnable-track,
.age-slider-container input[type="range"]:focus::-webkit-slider-runnable-track{
 background:transparent;
}
.age-slider-container input[type="range"]::-webkit-slider-thumb{
 pointer-events:auto;
}
.age-slider-container input[type="range"]:hover::-webkit-slider-thumb,
.age-slider-container input[type="range"]:focus::-webkit-slider-thumb{
 background:#f65169;
}
.age-slider-container input[type="range"]::-moz-range-track,
.age-slider-container input[type="range"]:hover::-moz-range-track,
.age-slider-container input[type="range"]:focus::-moz-range-track,
.age-slider-container input[type="range"]::-moz-range-progress,
.age-slider-container input[type="range"]:hover::-moz-range-progress,
.age-slider-container input[type="range"]:focus::-moz-range-progress{
 background:transparent;
}
.age-slider-container input[type="range"]::-moz-range-thumb{
 pointer-events:auto;
}
.age-slider-container input[type="range"]:hover::-moz-range-thumb,
.age-slider-container input[type="range"]:focus::-moz-range-thumb{
 background:#f65169;
}
.filter-row.collapsed{
 display: none;
}
.user-gender-badge{
 display:inline-flex;
 align-items:center;
 margin-left:4px;
}
.user-gender-badge svg{
 width:14px;
 height:14px;
 display:block;
}
svg {
 width: 16px;
 height: 16px;
}
.users-wrapper {
 flex: 0 1 60%;
 width: 60%;
 max-width: 60%;
 min-width: 0;
 box-sizing: border-box;
 padding: 1%;
}
.users-inner {
 padding: 0px 5px 5px 5px;
 border-radius: 0px;
 background: rgba(255, 255, 255, 0.7);
 backdrop-filter: blur(5px);
 }
 
.gombnyit {
 display: inline-block;
 width: 48px;
 height: 48px;
 z-index: 1;
 position: relative;
 top: 10px;
 left: 10px;
}
.gombnyit button{
 background:none;
 border:none;
 padding:0;
 margin:0;
 cursor:pointer;
 outline:none;
 box-shadow:none;
}
.szurogombok {
 display: inline-block;
 width: 25px;
 height: 25px;
 z-index: 1;
 position: absolute;
 top: 1px;
 left: 277px;
}
.szurogombok button{
 background:none;
 border:none;
 padding:0;
 margin:0;
 cursor:pointer;
 outline:none;
 box-shadow:none;
}
.szurogombok2 {
 display: inline-block;
 width: 25px;
 height: 25px;
 z-index: 1;
 position: absolute;
 top: 1px;
 left: 310px;
}
.szurogombok2 button{
 background:none;
 border:none;
 padding:0;
 margin:0;
 cursor:pointer;
 outline:none;
 box-shadow:none;
}
#toggleFilter svg{
 /* MODOSITAS KEZDETE: userek ikon meret atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: userek ikon meret atvive a fajl vegi egyedi blokkba */
}
#applyFilter svg {
 /* MODOSITAS KEZDETE: userek ikon meret atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: userek ikon meret atvive a fajl vegi egyedi blokkba */
}
#resetFilter svg {
 /* MODOSITAS KEZDETE: userek ikon meret atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: userek ikon meret atvive a fajl vegi egyedi blokkba */
}
.filter-wrapper {
 width: 100%;
 padding: 0px 0px 0px 0px;
 margin-top: -22px;
}
.filter-row{
 display:flex;
 flex-direction:column;
 gap:20px;
}
.category-filter{
 height:42px;
 padding:0 20px;
 border-radius:10px;
 border:1px solid #ddd;
 background:#fff;
 font-size:15px;
 min-width:155px;
}
.user-grid{
 position:relative;
 width:100%;
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 0px;
}
.user-card{
 position: relative !important;
 width:120px;
 text-decoration:none;
 transform: none !important;
 transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .25s ease;
 min-width: 0;
 box-sizing: border-box;
}
.user-card.hidden{
 display:none;
 opacity:0;
 pointer-events:none;
}
.user-card-image{
 position:relative;
 border-radius:0px;
 overflow:hidden;
 background:#fff;
 aspect-ratio:4/4;
}
.user-card-image img{
 width:100%;
 height:100%;
 object-fit:cover;
 display:block;
}
/* MODOSITAS KEZDETE: user kartya jobb oldali ikon oszlop buborekkal */
.user-card-image .user-card-badges {
 position: absolute;
 top: 45px;
 right: 8px;
 z-index: 3;
 display: flex;
 flex-direction: column;
 gap: 5px;
 align-items: center;
}

.user-card-image .user-card-badge {
 /* MODOSITAS KEZDETE: kozos ikon stilus atvive a fajl vegi egyedi blokkokba */
 /* MODOSITAS VEGE: kozos ikon stilus atvive a fajl vegi egyedi blokkokba */
}

.user-card-image .user-card-badge svg {
 /* MODOSITAS KEZDETE: kozos ikon svg meret atvive a fajl vegi egyedi blokkokba */
 /* MODOSITAS VEGE: kozos ikon svg meret atvive a fajl vegi egyedi blokkokba */
}
/* MODOSITAS VEGE: user kartya jobb oldali ikon oszlop buborekkal */
/* MODOSITAS KEZDETE: uj felhasznalo zold ikon bal also sarokban */
.user-card-image .user-card-new-badge {
 /* MODOSITAS KEZDETE: uj felhasznalo ikon stilus atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: uj felhasznalo ikon stilus atvive a fajl vegi egyedi blokkba */
}

.user-card-image .user-card-new-badge svg {
 /* MODOSITAS KEZDETE: uj felhasznalo ikon svg meret atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: uj felhasznalo ikon svg meret atvive a fajl vegi egyedi blokkba */
}

.user-card-image .user-card-new-badge svg,
.user-card-image .user-card-new-badge svg * {
 /* MODOSITAS KEZDETE: uj felhasznalo ikon szin atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: uj felhasznalo ikon szin atvive a fajl vegi egyedi blokkba */
}
/* MODOSITAS VEGE: uj felhasznalo zold ikon bal also sarokban */
/* MODOSITAS KEZDETE: user nev melletti dinamikus ikon stilus */
.user-card-name .user-card-inline-badge,
.user-card-age .user-card-inline-badge,
.user-card-km .user-card-inline-badge {
 /* MODOSITAS KEZDETE: kozos inline ikon stilus atvive a fajl vegi egyedi blokkokba */
 /* MODOSITAS VEGE: kozos inline ikon stilus atvive a fajl vegi egyedi blokkokba */
}

.user-card-name .user-card-inline-badge svg,
.user-card-age .user-card-inline-badge svg,
.user-card-km .user-card-inline-badge svg {
 /* MODOSITAS KEZDETE: kozos inline ikon svg meret atvive a fajl vegi egyedi blokkokba */
 /* MODOSITAS VEGE: kozos inline ikon svg meret atvive a fajl vegi egyedi blokkokba */
}
/* MODOSITAS VEGE: user nev melletti dinamikus ikon stilus */
.user-card-overlay{
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 padding: 2px 2px;
 /*background:linear-gradient(to top, rgb(63 22 43), transparent);*/
}
.user-card-name-row{
 display:flex;
 align-items:center;
 gap:6px;
}
.user-card-name{
 color: rgb(255, 255, 255);
 font-size: 0.7125rem;
 margin-bottom: 60px;
 text-shadow: rgba(0, 0, 0, 0.32) 0px 1px 1px, rgba(0, 0, 0, 0.42) 1px 1px 1px;
 font-weight: 600;
}
.user-card-age {
 color: rgb(255, 255, 255);
 font-size: 0.6125rem;
 margin: 3px 0px 0px 3px;
 text-shadow: rgba(0, 0, 0, 0.32) 0px 1px 1px, rgba(0, 0, 0, 0.42) 1px 1px 1px;
 font-weight: 600;
}
.user-card-km {
 color: rgb(255, 255, 255);
 font-size: 0.6125rem;
 margin: 3px 0px 0px 3px;
 text-shadow: rgba(0, 0, 0, 0.32) 0px 1px 1px, rgba(0, 0, 0, 0.42) 1px 1px 1px;
 font-weight: 600;
 float: right;
}
.user-online-dot{
 position:absolute;
 top:5px;
 right:5px;
 width:12px;
 height:12px;
 border-radius:50%;
 background:#22c55e;
 border:2px solid #fff;
 z-index:5;
}
.user-verified-badge{
 /* MODOSITAS KEZDETE: ellenorzott ikon stilus atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: ellenorzott ikon stilus atvive a fajl vegi egyedi blokkba */
}
.users-empty{
 text-align:center;
 padding:40px 20px;
 color:#777;
}
.user-certified-badge{
 /* MODOSITAS KEZDETE: tanusitott ikon stilus atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: tanusitott ikon stilus atvive a fajl vegi egyedi blokkba */
}
.km-slider-wrapper{width:auto}
.km-slider-scale{
 display:flex;
 justify-content:space-between;
 font-size:13px;
 margin-bottom:-15px;
 color: #444;
 font-weight: 600;
 }
 
.km-slider-container{position:relative
}
#kmRange{width:100%
}
#kmRangeBubble{
position:absolute;
top:30px;
transform:translateX(-50%);
background:#111;
color:#fff;
padding:4px 8px;
border-radius:6px;
font-size:12px;
white-space:nowrap;
pointer-events:none;
}
.creators_menu_shell {
 background: rgba(255, 255, 255, 0.1);
 border-radius: 0px;
 backdrop-filter: blur(10px);
 border: 0px solid #e8ecf5;
 border-radius: 0px;
 padding: 0px 0px;
}
.creators_menu_list .creator_item_label {
 background-color: #fff;
 border: 1px solid #d5d9d9;
 border-radius: 8px;
 box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
 box-sizing: border-box;
 color: #0f1111;
 font-weight: bold;
 cursor: pointer;
 display: inline-block;
 font-family: "Amazon Ember",sans-serif;
 font-size: 13px;
 line-height: 29px;
 padding: 0 10px 0 11px;
 position: relative;
 text-align: center;
 text-decoration: none;
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 vertical-align: middle;
 width: auto;
}
.creators_menu_list .creator_item_label:hover {
 background-color: #f7fafa;
}
.creators_menu_list .creator_item_label:focus {
 border-color: #008296;
 box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
 outline: 0;
}
.creators_menu_wrapper {
 padding: 0px;
}
.active_pc {
 background: transparent;
 border-color: transparent;
 color: unset;
}
.creator_item {
 padding: 10px 0px 10px 5px;
}
.filter-row-selects{
 display:grid;
 grid-template-columns:repeat(2,1fr);
 gap:10px;
 width:100%;
 margin: 20px 0px 20px 0px;
 padding: 0px 10px;
}
.filter-row-selects select,
.filter-row-selects button{
 width:100%;
}
.filter-row-selects.collapsed{
 display:none;
}
/*Wheel*/
.wheel_wrapper4 {
 position: relative;
 width: 100%;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 min-height: 100%;
 min-height: calc(100vh - 72px);
 min-height: -o-calc(100vh - 72px);
 min-height: -ms-calc(100vh - 72px);
 top: 72px;
 -ms-flex-direction: row;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 flex-direction: row;
 margin-bottom: 52px;
 gap: 10px;
 align-items: flex-start;
 overflow-x: hidden;
 box-sizing: border-box;
}
.wheel_th_middle4 {
 -webkit-box-flex: 2;
 -ms-flex: 2;
 flex: 1 1 auto;
 width: auto;
 min-width: 0;
 max-width: none;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 position: relative;
 box-sizing: border-box;
 overflow: hidden;
}
.wheel_pageMiddle4 {
 display: inline-block;
 width: 100%;
 max-width: 680px;
 min-width: 0;
 margin: 0px auto;
 padding-top: 25px;
 box-sizing: border-box;
}
.wheel_wrapper4 > .leftSticky {
 flex: 0 0 15%;
 width: 15%;
 max-width: 15%;
 min-width: 0;
 box-sizing: border-box;
}
.wheel_wrapper4 > .rightSticky {
 flex: 0 0 35%;
 width: 35%;
 max-width: 35%;
 min-width: 0;
 box-sizing: border-box;
}
.wheel_banner-box {
 width: auto;
 max-width: 800px;
 height: auto;
 background: rgba(255,255,255,0.9);
 border: none;
 box-sizing: border-box;
 border-radius: 5px;
 padding: 5px;
 display: block;
 overflow: hidden;
 margin-bottom:30px
}
.wheel_banner-box img {
 max-width: 100%;
 height: 100%;
 object-fit: cover;
 display: block
}
.spin-text {
 color: #A70D2A;
 font-weight: 500;
 font-size: 14px
}
.reset-text{
 color:orange;
 font-weight:bold;
 font-size:16px
}
.szerencsekerekfeloszveg {
 width: auto;
 background: rgba(167, 13, 42, 0.2);
 border: 1px solid rgba(0, 0, 0, 0.05);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 border-radius: 20px 0px 20px 0px;
 padding: 10px
}
#wheel_balance_info{
 margin:10px 0;
 padding:10px;
 width: 100%;
 background: rgba(255, 255, 255, 0.4);
 border: 1px solid rgba(0, 0, 0, 0.05);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 border-radius: 0px 40px 40px 0px;
 color: #570000;
 filter: drop-shadow(0 0 1px #fff);
 font-size: 15px;
 font-weight: 599
}
.szerencsekerek {
 background: rgba(255, 255, 255, 0.4);
 border: 1px solid rgba(0, 0, 0, 0.05);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 border-radius: 0px 40px 40px 0px;
 width: 100%;
 height: 100%;
 display: table;
 margin: 0 auto
}
.szerencsekerek1 {
 margin-bottom: 15px;
 text-align: left;
 border: 2px solid rgba(255, 255, 255, 0.8);
 border-radius: 4px 4px 4px 4px;
 margin-top: 20px;
 padding: 10px;
 color: #A70D2A
}
.szerencsekerek2 {
 display: none;
 font-style: italic
}
.szerencsekerek3 {
 display:none
}
.szerencsekerek4 {
 text-align: right;
 padding: 5px 15px 15px 0px
}
.szerencsekerek5 {
 text-align: center
}
.szerencsekerek5 img {
 width: 125px;
 height: auto
}
td.the_wheel {
    background-image: url(https://www.redact.hu/wheel/wheel/wheel_back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 470px auto;
    width: 220px;
    height: 600px;
    text-align: center;
    vertical-align: middle;
}
table.power {
 background-color: #cccccc;
 cursor: pointer;
 border:1px solid #333333;
 margin: 0 auto
}
table.power th {
 background-color: white;
 cursor: default
}
td.pw1 {
 background-color: #6fe8f0
}
td.pw2 {
 background-color: #86ef6f
}
td.pw3 {
 background-color: #ef6f6f
}
.clickable {
 cursor: pointer
}
.margin_bottom {
 margin-bottom: 5px
}
table.the_wheel_table {
 /*max-width: 700px;*/
 width: 100%;
 margin: 0 auto;
 border-collapse: collapse
}
table tr.fix-height {
 height: 200px
}
#aszf_checkbox_container a {
 color: #000000;
 filter: drop-shadow(0 0 1px #ffffff); 
 font-weight: 600; 
 font-size: 14px; 
 text-decoration: none 
}
#aszf_checkbox_container a:hover {
 color: #000000;
 filter: drop-shadow(0 0 1px #ffffff) 
}
#aszf_checkbox_container a:active {
 color: #000000;
 filter: drop-shadow(0 0 1px #ffffff) 
}
#aszf_checkbox_container a:visited {
 color: #000000;
 filter: drop-shadow(0 0 1px #ffffff)
}
#canvas {
    width: 100%;
    top: 2px;
    position: relative;
    max-width: 465px;
}
.winwheel_container h2 {
 font-size: 24px;
 color: #ffffff
}
.winwheel_container p {
 font-size: 16px;
 color: #ffffff
}
#wheel_balance_info {
 display: flex;
 align-items: center;
 gap: 15px
}
#wheel_balance_info strong {
 font-weight: bold
}
#wheel_balance_info #balance_value {
 font-weight: bold;
 color:#A70D2A
}
#wheel_balance_info #purchase_link_container a {
 color: #A70D2A;
 filter: drop-shadow(0 0 1px #fff);
 font-weight: bold;
 text-decoration: none;
 font-size: 16px
}
#wheel_balance_info #purchase_link_container {
 display: none
}
#wheel_balance_info #cooldown_info {
 display: none; 
 color: #F62217
}
#aszf_checkbox_container label span {
 font-size: 14px;
 color: #A70D2A
}
#aszf_required_message {
 font-size: 14px;
 color: #e74c3c;
 margin-top: 5px
}
.power th, .power td {
 font-size: 14px;
 color: #000000;
 cursor: pointer
}
.szerencsekerek2, .szerencsekerek3, .szerencsekerek4, .szerencsekerek5 {
 color: #333333
}
#spin_cost_value {
 color: #8C001A;
 filter: drop-shadow(0 0 1px #fff);
 font-weight: bold
}
.winwheel_container {
 text-align: center;
 margin:0px 0;
 display: block
}
/*HEADER*/
.i_header_btn_item {
 background: transparent;
 border: 0px solid #e4e8f0;
}
.i_m_box_item svg {
 fill: #C52B48;
}
.header {
 width: 100%; */
 padding: 16px 22px 12px 22px;
 background: rgba(255, 255, 255, 0.4);
 position: fixed;
 z-index: 16;
 top: -4px;
 border-bottom: 1px solid #e8ecf4;
 border: 1px solid rgba(0, 0, 0, 0.05);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 backdrop-filter: blur(5px);
 border-radius: 0px 0px 10px 10px;
}
.header:before {
background:linear-gradient(to right,#ff0000,#ff7f00,#ffff00,#00ff00,#00ffff,#0066ff,#8b00ff,#ff00ff);
 }
/*FOOTER*/
.mobile_footer_fixed_menu_container {
 background: rgba(255, 255, 255, 0.4);
 border: 1px solid rgba(255, 255, 0, 0.05);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 backdrop-filter: blur(10px);
 border-radius: 5px 5px 0px 0px;
}
.i_post_item_btn svg {
 width: 17px;
 height: auto;
}
.i_post_footer {
 padding: 6px 15px 0px 15px;
}
.mobile-only {
 display: none;
}
/*LEFT MENU*/
.left-menu-pro-v1 .i_left_menu_box svg [fill]:not([fill="none"]) {
 fill: revert-layer;
}
.left-menu-pro-v1 .leftSidebarWrapper {
 scrollbar-width: none !important;
 padding: 10px 0px 20px !important;
}
.left-menu-pro-v1 .leftSidebar_in::before {
 top: 0;
 background: transparent;
}
.leftSidebarWrapper {
 padding: 0px;
}
/*PAGE BODY*/
.pageMiddle {
 display: inline-block;
 width: 100%;
 max-width: unset;
 margin: 0px 5px 0px 15px;
 padding-top: 15px;
}

/*POSZTKEZELES*/
#postPopup {
 position: fixed;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: #fff;
 padding: 25px;
 border: 2px solid #ff0000;
 border-radius: 5px;
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 min-width: 280px;
 text-align: center;
 z-index: 9999
}
#postPopup .popup-link {
 display: inline-block;
 margin: 10px 0;
 padding: 8px 12px;
 background: #007bff;
 color: #fff;
 text-decoration: none;
 border-radius: 4px
}
/* Profile ketoszlopos elrendezes */
.profile_wrapper .profile_meta_list.profile_meta_list_grid {
 display: grid!important;
 grid-template-columns: repeat(2, minmax(0, 1fr))!important;
 gap: 10px!important;
}
.profile_wrapper .profile_meta_list.profile_meta_list_grid .profile_meta_row {
 min-width: 0!important;
}
.rightSticky2 .sp_wrp_sidebar_ads {
 display: flex;
 flex-direction: column;
 gap: 14px;
 padding-left: 2px;
 padding-right: 10px;
}
/* profile hotmeter stilusok */
.profile_hotmeter {
 /* MODOSITAS KEZDETE: hotmeter tizlepcsos kozos szinskala */
 --hotmeter-step-0: #111827;
 --hotmeter-step-1: #1e3a8a;
 --hotmeter-step-2: #2563eb;
 --hotmeter-step-3: #0891b2;
 --hotmeter-step-4: #16a34a;
 --hotmeter-step-5: #84cc16;
 --hotmeter-step-6: #eab308;
 --hotmeter-step-7: #f97316;
 --hotmeter-step-8: #ea580c;
 --hotmeter-step-9: #dc2626;
 /* MODOSITAS VEGE: hotmeter tizlepcsos kozos szinskala */
 --profile-hotmeter-button-border: rgba(17, 24, 39, 0.12);
 --profile-hotmeter-button-border-hover: rgba(34, 197, 94, 0.38);
 --profile-hotmeter-icon-size: 22px;
 --profile-hotmeter-icon-stroke: currentColor;
 --profile-hotmeter-icon-stroke-width: 2;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 gap: 10px;
 width: min(360px, calc(100% - 28px));
 margin: 10px auto 0px;
 padding: 0px 12px;
 box-sizing: border-box;
}
.profile_hotmeter_label {
 width: min(360px, calc(100% - 28px));
 margin: 8px auto -6px;
 color: #040720;
 font-size: 13px;
 font-weight: 700;
 line-height: 1.2;
 text-align: left;
}
.profile_hotmeter_btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 34px;
 height: 34px;
 flex: 0 0 34px;
 border: 1px solid var(--profile-hotmeter-button-border);
 border-radius: 50%;
 background: #ffffff;
 color: #374151;
 font-size: 17px;
 line-height: 1;
 cursor: pointer;
 transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
.profile_hotmeter_btn:hover,
.profile_hotmeter_btn:focus {
 transform: translateY(-1px);
 border-color: var(--profile-hotmeter-button-border-hover);
 box-shadow: 0 8px 20px rgba(17, 24, 39, 0.12);
 outline: none;
}
.profile_hotmeter_btn svg {
 display: block;
 width: var(--profile-hotmeter-icon-size);
 height: var(--profile-hotmeter-icon-size);
 flex: 0 0 var(--profile-hotmeter-icon-size);
 stroke: var(--profile-hotmeter-icon-stroke);
 stroke-width: var(--profile-hotmeter-icon-stroke-width);
}
.profile_hotmeter_btn svg path,
.profile_hotmeter_btn svg circle,
.profile_hotmeter_btn svg line,
.profile_hotmeter_btn svg polyline,
.profile_hotmeter_btn svg polygon {
 stroke: var(--profile-hotmeter-icon-stroke);
 stroke-width: var(--profile-hotmeter-icon-stroke-width);
}
.profile_hotmeter_btn:disabled {
 cursor: wait;
 opacity: 0.65;
 transform: none;
}
.profile_hotmeter_btn.is-active {
 border-color: #dc2626;
 background: #ffffff;
 color: inherit;;
}
.profile_hotmeter_down {
 color: #dc2626;
}
.profile_hotmeter_up {
 color: #16a34a;
}
.profile_hotmeter_bar {
 position: relative;
 height: 5px;
 flex: 1 1 auto;
 min-width: 130px;
 border-radius: 999px;
 /* MODOSITAS KEZDETE: profile hotmeter tizlepcsos atmenet */
 background: linear-gradient(90deg, var(--hotmeter-step-0) 0%, var(--hotmeter-step-1) 11.11%, var(--hotmeter-step-2) 22.22%, var(--hotmeter-step-3) 33.33%, var(--hotmeter-step-4) 44.44%, var(--hotmeter-step-5) 55.55%, var(--hotmeter-step-6) 66.66%, var(--hotmeter-step-7) 77.77%, var(--hotmeter-step-8) 88.88%, var(--hotmeter-step-9) 100%);
 /* MODOSITAS VEGE: profile hotmeter tizlepcsos atmenet */
 box-shadow: inset 0 1px 3px rgba(17, 24, 39, 0.22);
}
.profile_hotmeter_indicator {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 18px;
 height: 18px;
 border: 3px solid #ffffff;
 border-radius: 50%;
 background: #111827;
 box-shadow: 0 4px 10px rgba(17, 24, 39, 0.24);
 transform: translate(-50%, -50%);
 transition: left 0.22s ease;
}
/* MODOSITAS KEZDETE: sidebar hotmeter ertek kijelzes stilus */
.i_sidebar_hotmeter {
 /* MODOSITAS KEZDETE: sidebar hotmeter tizlepcsos kozos szinskala */
 --hotmeter-step-0: #111827;
 --hotmeter-step-1: #1e3a8a;
 --hotmeter-step-2: #2563eb;
 --hotmeter-step-3: #0891b2;
 --hotmeter-step-4: #16a34a;
 --hotmeter-step-5: #84cc16;
 --hotmeter-step-6: #eab308;
 --hotmeter-step-7: #f97316;
 --hotmeter-step-8: #ea580c;
 --hotmeter-step-9: #dc2626;
 /* MODOSITAS VEGE: sidebar hotmeter tizlepcsos kozos szinskala */
 margin: 10px auto 0;
 padding: 9px 12px;
 width: min(220px, 100%);
 border: 1px solid rgba(15, 23, 42, 0.08);
 border-radius: 12px;
 background: #f8fafc;
 text-align: center;
 box-sizing: border-box;
}
.i_sidebar_hotmeter_label {
 display: block;
 color: #64748b;
 font-size: 11px;
 font-weight: 700;
 line-height: 1.2;
}
.i_sidebar_hotmeter_value {
 display: block;
 margin-top: 3px;
 font-size: 22px;
 font-weight: 800;
 line-height: 1;
 color: var(--hotmeter-step-0);
}
.i_sidebar_hotmeter.is-hotmeter-step-0 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-0);
}
.i_sidebar_hotmeter.is-hotmeter-step-1 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-1);
}
.i_sidebar_hotmeter.is-hotmeter-step-2 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-2);
}
.i_sidebar_hotmeter.is-hotmeter-step-3 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-3);
}
.i_sidebar_hotmeter.is-hotmeter-step-4 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-4);
}
.i_sidebar_hotmeter.is-hotmeter-step-5 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-5);
}
.i_sidebar_hotmeter.is-hotmeter-step-6 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-6);
}
.i_sidebar_hotmeter.is-hotmeter-step-7 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-7);
}
.i_sidebar_hotmeter.is-hotmeter-step-8 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-8);
}
.i_sidebar_hotmeter.is-hotmeter-step-9 .i_sidebar_hotmeter_value {
 color: var(--hotmeter-step-9);
}
/* MODOSITAS VEGE: sidebar hotmeter ertek kijelzes stilus */


/* TOPLISTA */
.lucky_creators_component {
 display: block;
 width: 100%;
 clear: both;
 box-sizing: border-box;
 contain: layout paint;
}
.lucky_creators_box {
 width: 100%;
 margin: 0 0 5px 0;
 padding: 14px 12px;
 border: 1px solid rgba(17, 24, 39, 0.08);
 border-radius: 0px;
 background: #ffffff;
 box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
 box-sizing: border-box;
     background-image: url(https://png.pngtree.com/background/20211217/original/pngtree-geometric-pattern-white-gold-minimalist-creative-background-picture-image_1575961.jpg);
    background-size: cover;
}
}
.lucky_creators_title {
 margin: 0 0 12px 0;
 color: #111827;
 font-size: 14px;
 font-weight: 700;
 line-height: 1.25;
 text-align: center;
}
.lucky_creators_list {
 display: grid;
 grid-template-columns: 31% 34% 31%;
 align-items: end;
 justify-content: space-between;
 gap: 2%;
}
.lucky_creator_card {
 display: block;
 min-width: 0;
 width: 100%;
 padding: 6%;
 border: 1px solid rgba(148, 163, 184, 0.45);
 border-radius: 8px;
 color: #111827;
 background: #f9fafb;
 box-sizing: border-box;
 transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.lucky_creator_link {
 display: flex;
 width: 100%;
 min-width: 0;
 flex-direction: column;
 align-items: center;
 justify-content: flex-start;
 gap: 5px;
 color: inherit;
 text-decoration: none;
}
.lucky_creator_card:hover {
 border-color: rgba(34, 197, 94, 0.75);
 box-shadow: 0 8px 18px rgba(17, 24, 39, 0.10);
 transform: translateY(-1px);
}
.lucky_creator_card.is-first {
 padding-top: 3%;
 background: #ffffff;
}
.lucky_creator_card.is-placeholder {
 border-style: dashed;
 background: #f8fafc;
}
.lucky_creator_card.is-placeholder .lucky_creator_name {
 color: #64748b;
 white-space: normal;
}
.lucky_creator_avatar {
 display: block;
 position: relative;
 width: 68%;
 aspect-ratio: 1 / 1;
 overflow: hidden;
 border: 2px solid #ffffff;
 border-radius: 50%;
 background: #e5e7eb;
 box-shadow: 0 4px 12px rgba(17, 24, 39, 0.15);
}
.lucky_creator_card.is-first .lucky_creator_avatar {
 width: 76%;
 border-color: #facc15;
}
.lucky_creator_avatar img {
 position: relative;
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 50%;
 z-index: 2;
}
.lucky_creator_badge {
 position: absolute;
 top: 6%;
 right: 4%;
 max-width: 76%;
 padding: 3px 5px;
 border-radius: 999px;
 color: #ffffff;
 font-size: 9px;
 font-weight: 800;
 line-height: 1.1;
 text-align: center;
 background: rgba(17, 24, 39, 0.82);
 box-shadow: 0 2px 6px rgba(17, 24, 39, 0.22);
 cursor: move;
 z-index: 3;
}
.lucky_creator_card.rank_1 .lucky_creator_badge {
 background: rgba(245, 158, 11, 0.92);
}
.lucky_creator_card.rank_2 .lucky_creator_badge {
 background: rgba(100, 116, 139, 0.92);
}
.lucky_creator_card.rank_3 .lucky_creator_badge {
 background: rgba(180, 83, 9, 0.92);
}
/* MODOSITAS KEZDETE: lucky helyezes ikonok egyedi pozicionalasa */
.lucky_creator_avatar {
 overflow: visible;
}
.lucky_creator_badge {
 top: 0;
 right: auto;
 left: 0;
 width: 100%;
 height: 100%;
 max-width: none;
 padding: 0;
 border-radius: 50%;
 background: transparent !important;
 box-shadow: none;
 font-size: 0;
 cursor: default;
 pointer-events: none;
}
.lucky_rank_icon {
 position: absolute;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 24px;
 height: 24px;
 color: #ffffff;
 font-size: 18px;
 line-height: 1;
 pointer-events: none;
 z-index: 4;
}
.lucky_rank_icon svg {
 display: block;
 width: 100%;
 height: 100%;
}
.lucky_rank_icon_1_1 {
 width: 55px;
 height: auto;
 font-size: 18px;
 top: 0px;
 left: 84%;
 transform: translateX(-50%);
}
.lucky_rank_icon_1_2 {
 width: 85px;
 height: auto;
 font-size: 18px;
 top: 95px;
 left: 50%;
 transform: translateX(-50%);
}
.lucky_rank_icon_2_1 {
 width: 55px;
 height: auto;
 font-size: 18px;
 top: 0px;
 left: 84%;
 transform: translateX(-50%);
}
.lucky_rank_icon_2_2 {
 width: 55px;
 height: auto;
 font-size: 18px;
 top: 0px;
 left: 84%;
 transform: translateX(-50%);
}
.lucky_rank_icon_3_1 {
 width: 55px;
 height: auto;
 font-size: 18px;
 top: 0px;
 left: 84%;
 transform: translateX(-50%);
}
.lucky_rank_icon_3_2 {
 width: 55px;
 height: auto;
 font-size: 18px;
 top: 0px;
 left: 84%;
 transform: translateX(-50%);
}
/* MODOSITAS VEGE: lucky helyezes ikonok egyedi pozicionalasa */
.lucky_creator_name,
.lucky_creator_amount {
 display: block;
 width: 100%;
 overflow: hidden;
 text-align: center;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.lucky_creator_name {
 color: #111827;
 font-size: 12px;
 font-weight: 700;
 line-height: 1.25;
}
.lucky_creator_amount {
 color: #16a34a;
 font-size: 12px;
 font-weight: 800;
 line-height: 1.25;
}
.lucky_creators_note {
 margin: 10px 2px 0 2px;
 color: #040720;
 font-size: 12px;
 font-weight: 500;
 line-height: 1.35;
 text-align: center;
}
/* Codex modositas kezdete: lucky creator kartyak kulon stilusozasa */
.lucky_creator_card.lucky_creator_card_1 {
 display: block;
 min-width: 0;
 width: 100%;
 padding: 6%;
 border: 1px solid rgba(148, 163, 184, 0.45);
 border-radius: 8px;
 color: #111827;
 background: #f9fafb;
 box-sizing: border-box;
 transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lucky_creator_card.lucky_creator_card_2 {
 display: block;
 min-width: 0;
 width: 100%;
 padding: 6%;
 border: 1px solid rgba(148, 163, 184, 0.45);
 border-radius: 8px;
 color: #111827;
 background: #f9fafb;
 box-sizing: border-box;
 transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lucky_creator_card.lucky_creator_card_3 {
 display: block;
 min-width: 0;
 width: 100%;
 padding: 6%;
 border: 1px solid rgba(148, 163, 184, 0.45);
 border-radius: 8px;
 color: #111827;
 background: #f9fafb;
 box-sizing: border-box;
 transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
/* Codex modositas vege: lucky creator kartyak kulon stilusozasa */
/* TOPLISTA OLDAL */
.lucky_winners_component {
 display: block;
 width: 100%;
 clear: both;
 box-sizing: border-box;
}
.lucky_winners_page {
 width: 100%;
 min-width: 280px;
 max-width: 980px;
 margin: 28px;
 color: #1f2933;
 font-family: Arial, Helvetica, sans-serif;
 box-sizing: border-box;
}
.lucky_winners_title {
 margin: 0 0 18px 0;
 font-size: 24px;
 font-weight: 700;
 line-height: 30px;
}
.lucky_winners_month {
 width: 100%;
 margin-bottom: 14px;
 border: 1px solid #d8dde6;
 border-radius: 6px;
 background: #ffffff;
 overflow: hidden;
 box-sizing: border-box;
}
.lucky_winners_month_header {
 display: flex;
 justify-content: space-between;
 gap: 12px;
 padding: 12px 14px;
 background: #eef1f5;
 font-size: 14px;
 font-weight: 700;
 box-sizing: border-box;
}
.lucky_winners_status {
 color: #5b6675;
 font-size: 13px;
 font-weight: 400;
}
.lucky_winners_table {
 width: 100%;
 table-layout: fixed;
 border-collapse: collapse;
}
.lucky_winners_col_rank {
 width: 20%;
}
.lucky_winners_col_name {
 width: 35%;
}
.lucky_winners_col_prize_label {
 width: 25%;
}
.lucky_winners_col_amount {
 width: 20%;
}
.lucky_winners_item td {
 padding: 12px 14px;
 border-top: 1px solid #edf0f3;
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
 vertical-align: middle;
 box-sizing: border-box;
}
.lucky_winners_rank_cell {
 width: 20%;
}
.lucky_winners_name_cell {
 width: 35%;
}
.lucky_winners_prize_label_cell {
 width: 25%;
 color: #5b6675;
 font-size: 12px;
 font-weight: 700;
}
.lucky_winners_amount {
 width: 20%;
 text-align: right;
 font-size: 14px;
 font-weight: 700;
}
.lucky_winners_item a {
 color: #1463d9;
 text-decoration: none;
 font-size: 14px;
 font-weight: 700;
}
.lucky_winners_empty,
.lucky_winners_error {
 padding: 16px;
 border: 1px solid #d8dde6;
 border-radius: 6px;
 background: #ffffff;
 font-size: 14px;
 font-weight: 400;
}
.toplista_wrapper4 {
 position: relative;
 width: 100%;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 min-height: 100%;
 min-height: calc(100vh - 72px);
 min-height: -o-calc(100vh - 72px);
 min-height: -ms-calc(100vh - 72px);
 top: 72px;
 -ms-flex-direction: row;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 flex-direction: row;
 margin-bottom: 52px;
}
.toplista_th_middle4 {
 -webkit-box-flex: 2;
 -ms-flex: 2;
 flex: 2;
 -ms-flex-direction: column;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 display: -ms-flexbox;
 display: -webkit-box;
 display: flex;
 position: relative;
}
.toplista_pageMiddle4 {
 display: inline-block;
 width: 100%;
 max-width: 680px;
 margin: 0px auto;
 padding-top: 25px;
}
.toplista_wrapper4 {
 gap: 10px;
 align-items: flex-start;
 overflow-x: hidden;
 box-sizing: border-box;
}
.toplista_wrapper4 > .leftSticky {
 flex: 0 0 15%;
 width: 15%;
 max-width: 15%;
 min-width: 0;
 box-sizing: border-box;
}
.toplista_wrapper4 > .toplista_th_middle4 {
 flex: 1 1 auto;
 width: auto;
 min-width: 0;
 max-width: none;
 box-sizing: border-box;
 overflow: hidden;
}
.toplista_wrapper4 > .rightSticky {
 flex: 0 0 35%;
 width: 35%;
 max-width: 35%;
 min-width: 0;
 box-sizing: border-box;
}
.toplista_wrapper4 .i_left_container,
.toplista_wrapper4 .i_right_container,
.toplista_wrapper4 .leftSidebar_in,
.toplista_wrapper4 .rightSidebar_in,
.toplista_wrapper4 .leftSidebarWrapper,
.toplista_wrapper4 .btest {
 max-width: 100%;
 min-width: 0;
 box-sizing: border-box;
}
.toplista_wrapper4 .lucky_winners_component,
.toplista_wrapper4 .lucky_winners_page {
 max-width: 100%;
 min-width: 0;
 box-sizing: border-box;
}

.rightSticky .i_right_container {
 background: #fff;
 padding: 10px;
 border-radius: 10px;
}
/* MODOSITAS KEZDETE: marketplace felso random banner fix magassagu stilus */
.randombannermarketplace {
 width: 100%;
 max-width: unset;
 margin: 10px auto 14px auto;
 padding: 0 10px;
 box-sizing: border-box;
 text-align: center;
}

.shop_menu_wrapper .randombannermarketplace {
 flex: 0 0 100%;
 max-width: 100%;
}

.randombannermarketplace table {
 width: 100% !important;
 max-width: 100%;
 height: 410px;
 max-height: 410px;
 margin: 0 auto;
 table-layout: fixed;
}

.randombannermarketplace tr {
 height: 205px;
}

.randombannermarketplace td {
 height: 205px;
 max-height: 205px;
 overflow: hidden;
 line-height: 0;
}

.randombannermarketplace td[rowspan] {
 height: 410px;
 max-height: 410px;
}

.randombannermarketplace img {
 display: block;
 width: 100%;
 height: 100%;
 max-width: 100%;
 border-radius: 8px;
 object-fit: cover;
}
.shop_menu_wrapper {
 max-width: unset;
}

/* MODOSITAS VEGE: marketplace felso random banner fix magassagu stilus */

 /* MODOSITAS KEZDETE: marketplace mobile hamburger menu only */
 .marketplace_main_menu_shell {
 display: none;
 }
 .marketplace_main_menu_shell .leftSticky {
 display: none;
 }
 
 /* MODOSITAS VEGE: marketplace mobile hamburger menu only */

/* MODOSITAS KEZDETE: szerencekerek felso random banner fix magassagu stilus */
.randombannerszerencse{
    width: 100%;
    max-width: unset;
    margin: 20px 15px 25px 15px;
    padding: 0 0px;
    box-sizing: border-box;
    text-align: center;
}

.randombannerszerencse table {
 width: 100% !important;
 max-width: 100%;
 height: 205px;
 max-height: 205px;
 margin: 0 auto;
 table-layout: fixed;
}

.randombannerszerencse tr {
 height: 205px;
}

.randombannerszerencse td {
 height: 205px;
 max-height: 205px;
 overflow: hidden;
 line-height: 0;
}

.randombannerszerencse td[rowspan] {
 height: 205px;
 max-height: 205px;
}

.randombannerszerencse img {
 display: block;
 width: 100%;
 height: 100%;
 max-width: 100%;
 border-radius: 8px;
 object-fit: cover;
}
/* MODOSITAS VEGE: szrencsekerek felso random banner fix magassagu stilus */
/* MODOSITAS kezdete: latogatok megjelenitese */

.profile_visitors_sidebar_card {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 18px;
    margin-bottom: 18px;
    padding: 14px;
    box-shadow: 0 12px 28px rgba(20,30,58,.05);
}

.profile_visitors_sidebar_title {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.profile_visitors_sidebar_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile_visitors_sidebar_item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #eef1f7;
}

.profile_visitors_sidebar_avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #e2e8f0;
    flex: 0 0 42px;
}

.profile_visitors_sidebar_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile_visitors_sidebar_info {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.profile_visitors_sidebar_name {
    display: inline-block;
    max-width: 130px;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    flex: 0 1 auto;
}

.profile_visitors_sidebar_date {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    color: #64748b;
    flex: 0 0 auto;
}

.profile_visitors_sticker {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    flex: 0 0 auto;
}

.profile_visitors_sticker img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

/* MODOSITAS KEZDETE: latogatoi lista egyenes elvalaszto */
.profile_visitors_sidebar_date:before,
.profile_visitors_sticker:before,
.profile_visitors_sticker_points:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #d8dee8;
    margin-right: 6px;
}
/* MODOSITAS VEGE: latogatoi lista egyenes elvalaszto */

/* MODOSITAS KEZDETE: latogatoi matrica kapott pont stilus */
.profile_visitors_sticker_points {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 800;
    color: #15803d;
    flex: 0 0 auto;
}
/* MODOSITAS VEGE: latogatoi matrica kapott pont stilus */

.profile_visitors_sidebar_empty {
    font-size: 12px;
    color: #64748b;
    background: #f8fafc;
    border: 1px dashed #dbe3ef;
    border-radius: 12px;
    padding: 12px;
    line-height: 1.4;
}

.profile_visitors_sidebar_delete_form {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.profile_visitors_sidebar_delete {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* MODOSITAS vége: latogatok megjelenitese */
/*----------------Poszt torleses resz---------------------------*/
#poszttorles {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    z-index: 9999;
}
.post-torles-container {
    padding: 1%;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
}
.post-torles-hosszabbit {
    padding: 1%;
    justify-content: center;
	line-height: 14px;
    margin-top: 1px;
}

.post-torles-header {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
	display: block;
}
.post-torles-table {
    width: 100%;
	border: 2px solid #ccc;
    border-collapse: collapse;
}

.post-torles-row {
    background-color: #fff; /* alap háttérszín */
    transition: background-color 0.2s ease;
}

.post-torles-row:hover {
    background-color: #f5f5f5; /* hover hatás */
}

.post-torles-header-cell {
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 8px;
    text-align: left;
	border: 1px solid #ccc;
}

.post-torles-cell_do {
    padding: 2px 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    position: relative;
}

.post-torles-cell_do a {
    color: hotpink;
    font-weight: bold;
    text-decoration: none;
}

.post-torles-cell_re {
    padding: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
	width: 15%;
	text-align: center;
}

.post-torles-cell_mi {
    padding: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
	width: 15%;
	text-align: center;
}

.post-torles-cell_fa {
    padding: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
	width: 30%;
	text-align: center;
	}

.post-torles-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C52B48;
    color: #fff;
    font-size: 11px;
    padding: 4px 5px;
    letter-spacing: 1px;
}

.post-torles-status {
    font-weight: bold;
}

.post-torles-status.green {
    color: green;
}

.post-torles-status.red {
    color: red;
}

.post-torles-form {
    margin-top: 5px;
}

.post-torles-input {
    display: none; /* hidden input, alapból ne látszódjon */
    /* opcionális: pl. ha később láthatóvá akarod tenni, itt módosítható */
}

.post-torles-button {
    padding: 9px;
    background-color: #4CC417;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.post-torles-button:hover {
    background-color: #52D017;
}

.post-torles-button.disabled-button {
    background-color: #6c757d;
    color: #fff;
    cursor: not-allowed;
    border-radius: 8px;
}

.post-torles-cell_do img.post-torles-img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
    display: block;
}

.i_live_ svg {
    fill: #D2B48C;
    width: 18px;
    height: 18px;
}
.i_live_ {
    border: 1px solid #F3E3C3;
}


/***************bibi*/
@media (min-width: 100px) and (max-width: 359px) {
 html {
 background-color: transparent;
 }
 
 body.not-logged-in {
 background-color: transparent !important;
 background-image: url('https://www.redact.hu/img/landingImages/hatter.jpg');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
 }
 
body.logged-in {
 background-color: transparent !important;
 background-image: url('	https://images.rawpixel.com/image_700/cHJpdmF0ZS9s…00ZDYwLTQzYWItYWRkNC1hYzg0NzE2NGU3YjBfMS5qcGc.jpg');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
}
html, body {
overflow-x: clip;
}
/*USER KERESO*/
.gender-options-row {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 10px;
 padding: 5px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 0;
 justify-content: flex-start;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 border: 1px solid #e4eaf4;
 border-radius: 0px;
 background-color: #f7f9fc;
}
.gender-options-row .youare span {
 width: 100%;
 min-height: 44px;
 padding: 8px 12px;
 border-color: #d2dceb;
 border-radius: 11px;
 background-color: #ffffff;
 justify-content: center;
 gap: 8px;
 line-height: 1.15;
 letter-spacing: 0.2px;
 font-size: 13px;
 font-weight: 600;
 color: #3f495e;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.gender-options-row .flexBox {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 calc(33.333% - 8px);
 flex: 1 1 calc(33.333% - 8px);
 width: auto;
 min-width: 145px;
 max-width: 210px;
 padding: 0;
 margin-bottom: 0;
}
/*HEADER / FOOTER*/
.header {
padding: 4% 1% 1% 1%;
}
.i_logo img {
content: url('https://redact.hu/fuggony/img/trans_redact_logo.png'); /* alap logó */
 width: 50px;
 height: 50px;
 margin:0px 0px 10px 0px;
 }
 
 .i_header_btn_item {
 width: 38px;
 height: 40px;
}
.i_header_btn_item svg {
 fill: #A70D2A;
 filter: drop-shadow(0px 0px 9px #ffffff);
 width: 20px;
 height: auto;
}
/*SETTINGS*/
.i_settings_item_title_for {
 flex-direction: row;
 margin-bottom: 5px;
 padding-right: 5px;
 }
 
.i_become_creator_container {
 width: 98%;
 margin-top: 35px;
}
.i_settings_item_title_for .flnm, .i_settings_item_title_for_withdraw .flnm {
 padding: 15px 0px;
 text-align: center;
 width: 100px;
}
/*LANDING*/
.landing_wrapper .footer_container_out {
 padding-bottom: 15px;
}
.smiulator_helper {
 width: 100%;
 position: relative;
 padding-bottom: 0px;
 padding-left: 10px;
 font-weight: 500;
 font-size: 18px;
 color: #ffffff;
}
.landng_section_four {
 padding-top:25px;
}
.landing_section_two_in {
 padding-top: 0px;
}
.i_language {
 display: none;
 }
.landing_section_in h1 {
 text-align: center;
 font-size: 35px;
 font-weight: 700;
 background: -webkit-linear-gradient(135deg, #f65169 0%, #fab429 100%);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 width: 95%;
 position: absolute;
 top: 15%;
 left: 50%;
 transform: translateX(-50%);
 margin: 0;
}
.landing_section_in .landing_seciond_in_note {
 width: 88%;
 padding: 0px;
 text-align: center;
 font-weight: 400;
 font-size: 15px;
 color: #ffffff;
 font-style: italic;
 position: absolute;
 top: 45%;
 left: 50%;
 transform: translateX(-50%);
 margin: 0;
}
.landing_section_register {
 width: 100%;
}
.landing_section_two {
 position: relative;
 width: 100%;
 padding: 0px 5px;
 top:20px;
}
.i_singup_claim {
 padding: 11px 10px;
}
.landing_section_two_in h2 {
 max-width: 360px;
 margin-bottom: 0px;
}
.feat-title-main{font-size:25px;color:#fff;
}
.feat-title-join{font-size:20px;color:#fff;
}
.feat-title-accent{font-size:25px;color:#F67280;
}
.landing_section_two {
 position: relative;
 width: 100%;
 padding: 0px 0px;
}
.landing_features_list {
 padding-top:0px;
}
.l_feature_box_container {
 margin-bottom: 1rem;
}
.landing_features_list .l_feature_box_container h3 {
 margin-top: 0rem;
}
.landing_features_list .l_feature_box_container img {
 width: calc(100% + 70px);
 display: block;
 margin: 0px 0px 0 -35px;
}
.l_feature_box_container {
 margin-bottom: 0rem;
}
.landing_features_list .l_feature_box_container h3 {
 margin-top: 0rem;
}
.landing_section_three {
 width: 96%;
 padding: 0px 0px;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin: 0 auto;
 background-color: rgba(255, 255, 255, 0.2);
 border-radius: 0px;
 backdrop-filter: blur(60px);
 background-position: center center;
 border: 1px solid rgba(255, 255, 255, 0.5);
 background-repeat: no-repeat;
 top: 60px;
}
.landing_section_three_in .landing_create_equal_box h2 {
 width: 100%;
 max-width: 770px;
 margin: 0px auto;
 font-size: 25px;
 line-height: 1.3;
 font-weight: 700;
 color: #fab429; 
}
.landing_section_three_in .landing_create_equal_box div {
 padding-top: 10px;
 font-weight: 500;
 font-size: 16px;
 line-height: 1.2rem;
 text-align: justify;
 
}
.landing_section_five{
 position:relative;
 width:100%;
 padding:30px 10px;
 background-color:rgba(255,255,255,0.2);
 border-radius:0;
 backdrop-filter:blur(60px);
 border:1px solid rgba(255,255,255,0.5);
 max-width:1240px;
 margin-left:auto;
 margin-right:auto;
}
.landing_section_five_in {
 width: 100%;
 max-width: 1100px;
 margin: 0px auto;
}
.landing_section_five_in h2 {
 width: 100%;
 max-width: 599px;
 margin: 0px auto;
 text-align: center;
 font-size: 30px;
 line-height: 1.3;
 font-weight: 300;
 
}
.landing_section_five_in p {
 width: 100%;
 max-width: 599px;
 margin: 0px auto;
 text-align: center;
 font-size: 18px;
 line-height: 1.3;
 font-weight: 300;
 
 padding-top: 30px;
}
.smiulator_helper {
 font-size: 14px;
}
.landing_sec_ h2 {
 width: 100%;
 max-width: 900px;
 margin: 0px auto;
 text-align: center;
 font-size: 20px;
 line-height: 1.3;
 font-weight: 300;
 
}
.landing-sticky-footer-in {
display: none;
}
.landing_section_six_in ul .inner {
 overflow: hidden;
 display: none;
 padding: 15px;
background: rgba(255, 255, 255, 0.1); /* áttetsző fehér */
 backdrop-filter: blur(6px); /* üveghatás */
 -webkit-backdrop-filter: blur(6px); /* Safari */
 border-left: 1px solid rgba(255, 255, 255, 0.5);
 border-right: 1px solid rgba(255, 255, 255, 0.5);
 border-radius: 8px; /* lekerekítés opcionális */
 margin: 0px 0px;
 font-size: 16px;
 text-align: justify;
}
.landing_section_six_in ul li a {
 text-decoration: none;
 font-weight: 599;
 font-size: 13px;
 
}
.landing_section_in h1 {
 font-size: 27px;
 }
 
.landing_section_six {
 width: 92%;
 padding: 20px 0;
 position: relative;
 margin: 0 auto;
}
.i_general_box_container.generalBox .btest > .i_user_details, .i_general_box_message_notifications_container.generalBox .btest > .i_user_details, .i_general_box_notifications_container.generalBox .btest > .i_user_details {
 max-height: calc(100vh - 130px);
 }
.i_modal_bg_in, .i_moda_bg_in_form {
 right: 10px;
 left: 10px;
}
.landing_section_six_in ul li a.toggle {
 width: 100%;
 display: block;
 background: rgba(255, 255, 255, 0.1); /* áttetsző fehér */
 backdrop-filter: blur(6px); /* üveghatás */
 -webkit-backdrop-filter: blur(6px); /* Safari */
 border: 1px solid rgba(255, 255, 255, 0.5); /* 1px fehér keret */
 border-radius: 8px; /* lekerekítés opcionális */
 color: #ffffff;
 padding: 15px 10px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}
.i_p_ffs {
 padding:8px 5px;
 font-size: 11px;
 width: 31%;;
}
.goweb {
 position: fixed;
 inset: 0;
 background: rgba(0,0,0,0.6);
 display: none;
 z-index: 9999;
}
.goweb-content {
 background: rgba(255, 255, 255,0.9);
 max-width: 345px;
 margin: 15% auto;
 padding: 20px;
 position: relative;
 border-radius: 15px;
 top: 10%;
}
#gowebClose {
 position: absolute;
 top: 8px;
 right: 12px;
 cursor: pointer;
 font-size: 22px;
 color: #A70D2A;
}
.goweb-content h2 {
 margin: 0px;
 font-size: 22px;
 line-height: 1.3;
 font-weight: 599;
 color: #C52B48;
}
.goweb-content p {
 margin: 0;
 font-size: 15px;
 line-height: 1.5;
 color: #444;
 font-weight: 600;
}
/*BANNER*/
.random-banner {
 display: block;
 position: relative;
 text-decoration: none;
 margin-bottom: 5px;
}
.random-banner img {
 width: 100%;
 display: block;
}
.banner-content {
 position: absolute;
 inset: 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 color: #fff;
}
.banner-button {
 margin-top: 10px;
 padding: 8px 14px;
 background: #ffffff;
 color: #000;
 text-decoration: none;
 font-weight: 599;
}
.banner-text {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 padding: 14px 16px;
 background: rgba(0,0,0,0.35);
 color: #ffffff;
 font-size: 15px;
 font-weight: 599;
 line-height: 1.4;
 text-align: right;
}
.floating-box img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.floating-box {
 position: absolute;
 top: 0px;
 right: -189px;
 width: calc(180px + (330 - 180) * ((100vw - 360px) / (599 - 360)));
 min-width: 180px;
 max-width: 330px;
 height: 315px;
 background: rgba(255, 255, 255, 0.9);
 border: none;
 box-sizing: border-box;
 border-radius: 5px;
 padding: 5px;
 overflow: hidden;
}
 
 
/*LEFT MENU*/
.leftSticky {
 z-index: 99999; 
 background-color: unset;
 width: 80%!important;
}
.left-menu-pro-v1 .leftSidebar_in::before {
 background: unset;
}
.i_left_container {
 top: 0px;
}
/*JOBBOLDAL*/
 
.rightSticky {
 display: none;
}
.rightSticky2 {
 display: none;
}
/*PAGE BODY*/
.pageMiddle {
 margin: 0% auto;
 padding: 0px;
 max-width: unset;
 width: 99%;
}
.th_middle3 {
 flex: 0 0 auto;
 width: 100%;
 -ms-flex-direction: column;
 flex-direction: column;
 display: -ms-flexbox;
 }
.pageMMiddle2 {
gap: 0px;
 margin: 5px 0px;
 }
 
.pageMiddle3 {
display: inline-block;
width: 100%;
max-width: 350px;
margin: 0px 5px;
padding-top: 0px;
}
.stories_wrapper {
margin-bottom: 5px;
padding: 10px 0px !important;
border-radius: 0px;
}
.th_middle {
padding: 0px 0px;}
 .profile_wrapper .pageMiddleRow2 .pageMiddleInfo2 {
 min-width: 100%;
 max-width: 100%;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 100%;
 flex: 1 1 100%;
 }
 
 /*PROFILE*/
 .profile_wrapper .pageMiddleRow2 {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 0px;
 }
 
 .profile_wrapper .pageMiddleRow2 .pageMiddlePosts2 {
 min-width: 100%;
 max-width: 100%;
 }
 .profile_wrapper .pageMiddleRow2 #moreType2 {
 min-width: 100%;
 max-width: 100%;
}
 .profile_wrapper .th_middle2 .pageMMiddle2 {
 display: inline-block;
 width: 100%;
 margin: 0px auto;
 padding: 0px 5px;
 }
.i_profile_i_container {
 width: 98%;
}
 .i_profile_avatar_container {
 bottom: 20%;
 }
 .i_u_profile_info {
 padding-top: 1px;
 padding-bottom: 0px;
 }
.profile_highlights {
 margin: 20px 0px 0px 0px;
 padding: 30px 18px 14px;
}
 
.profile_wrapper .profile_meta_card {
 background: rgba(255, 255, 255, 0.8);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 border-radius: 6px;
 display: -ms-flexbox;
 gap: 14px;
 width: auto;
 }
 
.profile_wrapper .profile_meta_header {
 display: none;
}
.profile_stats_rail .i_p_ffs a {
 flex-direction: row;
 text-align: left;
 font-size: 11px;
 }
 
 .profile_stats_rail {
 width: 100%;
 display: flex !important;
 gap: 5px;
 }
 
 .profile_stats_rail .i_p_ffs svg, .profile_stats_rail .i_p_ffs_plus svg {
 width: 25px !important;
 height: 25px !important;
 margin-right: 0px;
 }
 
 .i_p_ffs {
 padding: 8px 5px;
 font-size: 11px;
 width: 31%;
 }
 
 .profile_stats_rail .i_p_ffs {
 border-radius: 5px;
 webkit-border-radius: 5px;
 }
 
.profile_wrapper .i_profile_menu_middle .i_profile_menu_item {
 min-width: 49px;
 }
 
/*SZERENCSEKEREK*/
.winwheel_container {
 text-align: center;
 margin:5px 0;
 display: block
}
.winwheel_container h2 {
 font-size: 17px;
 color: #ffffff;
 margin: 10px;
}
#wheel_balance_info {
 font-size: 12px;
 font-weight: 600;
}
#aszf_checkbox_container label span {
 font-size: 12px;
}
.spin-text {
 font-weight: 600;
 font-size: 13px;
}
.szerencsekerek1 {
 margin-bottom: 5px
}
.szerencsekerek4 {
 text-align: justify;
 padding: 5px 10px 15px 10px
}
.szerencsekerek5 img {
 width: 80px;
 height: auto
}
.szerencsekerekfeloszveg {
 padding: 5px;
}
.winwheel_container {
 text-align: center;
 margin:20px 0;
 display: block;
}
.winwheel_container h2 {
 font-size: 20px;
 color: #ffffff;
}
.szerencsekerek1 {
 margin-bottom: 5px;
}
.szerencsekerek4 {
 text-align: justify;
 padding: 5px 10px 15px 10px;
}
.szerencsekerek5 img {
 width: 100px;
 height: auto;
}
/*USEREK*/
 .certification_file_form {
 margin-top: 5px;
}
.filter-wrapper {
 margin-top: -57px;
}
.filter-row {
 margin-top: 30px;
 padding: 20px;
}
.users-inner {
 padding: 0px;
}
#toggleFilter svg {
 /* MODOSITAS KEZDETE: userek ikon meret atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: userek ikon meret atvive a fajl vegi egyedi blokkba */
}
.gombnyit {
 top: -35px;
 left: 5px;
}
.ev18_100ev{
 margin-bottom: 10px;
}
.user-grid {
 margin-top: 4px;
}
.i_modal_forgot {
 width: 98%;
}
/*HIRDETES*/
.sp_wrp_inline_ads .i_sponsored_ads_link {
 display: none;
}
.sp_wrp_inline_ads .i_sponsored_action {
 display: none;
}
.sp_wrp_inline_ads .i_sponsored_action svg {
 display: none;
}
.sp_wrp_inline_ads .i_sponsored_card {
 display: block;
}
.sp_wrp_inline_ads .i_sponsored_media {
 max-width: 345px;
 width: auto;
}
.sp_wrp_inline_ads .i_sponsored_body {
 gap: 0px;
}
.sp_wrp_inline_ads .i_sponsored_card {
padding: 3px;
}
.sp_wrp {
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}
/*POSZTOK*/
.i_post_body {
margin-bottom: 5px;
}
.i_postFormContainer {
 margin-bottom: 5px;
}
.noPost {
padding: 10px;
}
.wrapper {
padding-bottom: 45px;
}
 .i_header_btn_item {
 margin-right: 0px;
 }
 .search_mobile {
 display: block !important;
 }
 .fms {
 display: none !important;
 }
.i_h_in {
 padding: 9px;
}
.mobile-only {
display: block;
}
.users-wrapper {
 flex: 0 1 100%;
 width: 100%;
 max-width: 100%;
 min-width: 0;
 box-sizing: border-box;
 padding: 0%;
}
/*SHOP*/
.shop_menu_wrapper {
 padding: 0px;
 gap: 5px;
}
.shopping_left_menu {
 padding: 0px 10px;
 }
.settings_mobile_menu_container {
 border-radius: 0px;
 -webkit-border-radius: 0px;
 -o-border-radius: 0px;
 }
 .shop_main_wrapper {
 padding: 0px 5px;
 }
.marketplace-empty-card {
 padding: 15x;
}
 .marketplace-grid {
 padding: 5px;
 }
 
/*MEDIA*/
.media-grid {
 grid-template-columns: repeat(3, 1fr);
}
/*toplista*/.lucky_rank_icon_1_1 {
 width: 25px;
}
 .lucky_rank_icon_1_2 {
 width: 32px;
 top: 35px;

 }
.lucky_rank_icon_2_1 {
 width: 25px;

}
.lucky_rank_icon_2_2 {
 width: 25px;

}
.lucky_rank_icon_3_1 {
 width: 25px;

}
.lucky_rank_icon_3_2 {
 width: 25px;

}
}

/*460bibi*/
@media (min-width: 360px) and (max-width: 460px) {
 html {
 background-color: transparent;
 }
 
 body.not-logged-in {
 background-color: transparent !important;
 background-image: url('https://www.redact.hu/img/landingImages/hatter.jpg');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
 }
 
body.logged-in {
 background-color: transparent !important;
 background-image: url('https://images.rawpixel.com/image_700/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDI0LTAxL3Jhd3BpeGVsb2ZmaWNlMTFfYV93aGl0ZV9hbmRfZ29sZF93aXRoX3NvbWVfcGFpbnRfb25faXRfaW5fdGhlX181NzU0MmU4MC00ZDYwLTQzYWItYWRkNC1hYzg0NzE2NGU3YjBfMS5qcGc.jpg');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
}
html, body {
overflow-x: clip;
}
/*USER KERESO*/
.gender-options-row {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 10px;
 padding: 5px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 0;
 justify-content: flex-start;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 border: 1px solid #e4eaf4;
 border-radius: 0px;
 background-color: #f7f9fc;
}
.gender-options-row .youare span {
 width: 100%;
 min-height: 44px;
 padding: 8px 12px;
 border-color: #d2dceb;
 border-radius: 11px;
 background-color: #ffffff;
 justify-content: center;
 gap: 8px;
 line-height: 1.15;
 letter-spacing: 0.2px;
 font-size: 13px;
 font-weight: 600;
 color: #3f495e;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
 transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.gender-options-row .flexBox {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 calc(33.333% - 8px);
 flex: 1 1 calc(33.333% - 8px);
 width: auto;
 min-width: 145px;
 max-width: 210px;
 padding: 0;
 margin-bottom: 0;
}
/*HEADER / FOOTER*/
.header {
padding: 4% 1% 1% 1%;
}
.i_logo img {
content: url('https://redact.hu/fuggony/img/trans_redact_logo.png'); /* alap logó */
 width: 50px;
 height: 50px;
 margin:0px 0px 10px 0px;
 }
 
 .i_header_btn_item {
 width: 38px;
 height: 40px;
}
.i_header_btn_item svg {
 fill: #A70D2A;
 filter: drop-shadow(0px 0px 9px #ffffff);
 width: 20px;
 height: auto;
}
/*SETTINGS*/
.i_settings_item_title_for {
 flex-direction: row;
 margin-bottom: 5px;
 padding-right: 5px;
 }
 
.i_become_creator_container {
 width: 98%;
 margin-top: 35px;
}
.i_settings_item_title_for .flnm, .i_settings_item_title_for_withdraw .flnm {
 padding: 15px 0px;
 text-align: center;
 width: 100px;
}
/*LANDING*/
.landing_wrapper .footer_container_out {
 padding-bottom: 15px;
}
.smiulator_helper {
 width: 100%;
 position: relative;
 padding-bottom: 0px;
 padding-left: 10px;
 font-weight: 500;
 font-size: 18px;
 color: #ffffff;
}
.landng_section_four {
 padding-top:25px;
}
.landing_section_two_in {
 padding-top: 0px;
}
.i_language {
 display: none;
 }
.landing_section_in h1 {
 text-align: center;
 font-size: 35px;
 font-weight: 700;
 background: -webkit-linear-gradient(135deg, #f65169 0%, #fab429 100%);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 width: 95%;
 position: absolute;
 top: 15%;
 left: 50%;
 transform: translateX(-50%);
 margin: 0;
}
.landing_section_in .landing_seciond_in_note {
 width: 88%;
 padding: 0px;
 text-align: center;
 font-weight: 400;
 font-size: 15px;
 color: #ffffff;
 font-style: italic;
 position: absolute;
 top: 45%;
 left: 50%;
 transform: translateX(-50%);
 margin: 0;
}
.landing_section_register {
 width: 100%;
}
.landing_section_two {
 position: relative;
 width: 100%;
 padding: 0px 5px;
 top:20px;
}
.i_singup_claim {
 padding: 11px 10px;
}
.landing_section_two_in h2 {
 max-width: 360px;
 margin-bottom: 0px;
}
.feat-title-main{font-size:25px;color:#fff;
}
.feat-title-join{font-size:20px;color:#fff;
}
.feat-title-accent{font-size:25px;color:#F67280;
}
.landing_section_two {
 position: relative;
 width: 100%;
 padding: 0px 0px;
}
.landing_features_list {
 padding-top:0px;
}
.l_feature_box_container {
 margin-bottom: 1rem;
}
.landing_features_list .l_feature_box_container h3 {
 margin-top: 0rem;
}
.landing_features_list .l_feature_box_container img {
 width: calc(100% + 70px);
 display: block;
 margin: 0px 0px 0 -35px;
}
.l_feature_box_container {
 margin-bottom: 0rem;
}
.landing_features_list .l_feature_box_container h3 {
 margin-top: 0rem;
}
.landing_section_three {
 width: 96%;
 padding: 0px 0px;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin: 0 auto;
 background-color: rgba(255, 255, 255, 0.2);
 border-radius: 0px;
 backdrop-filter: blur(60px);
 background-position: center center;
 border: 1px solid rgba(255, 255, 255, 0.5);
 background-repeat: no-repeat;
 top: 60px;
}
.landing_section_three_in .landing_create_equal_box h2 {
 width: 100%;
 max-width: 770px;
 margin: 0px auto;
 font-size: 25px;
 line-height: 1.3;
 font-weight: 700;
 color: #fab429; 
}
.landing_section_three_in .landing_create_equal_box div {
 padding-top: 10px;
 font-weight: 500;
 font-size: 16px;
 line-height: 1.2rem;
 text-align: justify;
 
}
.landing_section_five{
 position:relative;
 width:100%;
 padding:30px 10px;
 background-color:rgba(255,255,255,0.2);
 border-radius:0;
 backdrop-filter:blur(60px);
 border:1px solid rgba(255,255,255,0.5);
 max-width:1240px;
 margin-left:auto;
 margin-right:auto;
}
.landing_section_five_in {
 width: 100%;
 max-width: 1100px;
 margin: 0px auto;
}
.landing_section_five_in h2 {
 width: 100%;
 max-width: 599px;
 margin: 0px auto;
 text-align: center;
 font-size: 30px;
 line-height: 1.3;
 font-weight: 300;
 
}
.landing_section_five_in p {
 width: 100%;
 max-width: 599px;
 margin: 0px auto;
 text-align: center;
 font-size: 18px;
 line-height: 1.3;
 font-weight: 300;
 
 padding-top: 30px;
}
.smiulator_helper {
 font-size: 14px;
}
.landing_sec_ h2 {
 width: 100%;
 max-width: 900px;
 margin: 0px auto;
 text-align: center;
 font-size: 20px;
 line-height: 1.3;
 font-weight: 300;
 
}
.landing-sticky-footer-in {
display: none;
}
.landing_section_six_in ul .inner {
 overflow: hidden;
 display: none;
 padding: 15px;
background: rgba(255, 255, 255, 0.1); /* áttetsző fehér */
 backdrop-filter: blur(6px); /* üveghatás */
 -webkit-backdrop-filter: blur(6px); /* Safari */
 border-left: 1px solid rgba(255, 255, 255, 0.5);
 border-right: 1px solid rgba(255, 255, 255, 0.5);
 border-radius: 8px; /* lekerekítés opcionális */
 margin: 0px 0px;
 font-size: 16px;
 text-align: justify;
}
.landing_section_six_in ul li a {
 text-decoration: none;
 font-weight: 599;
 font-size: 13px;
 
}
.landing_section_in h1 {
 font-size: 27px;
 }
 
.landing_section_six {
 width: 92%;
 padding: 20px 0;
 position: relative;
 margin: 0 auto;
}
.i_general_box_container.generalBox .btest > .i_user_details, .i_general_box_message_notifications_container.generalBox .btest > .i_user_details, .i_general_box_notifications_container.generalBox .btest > .i_user_details {
 max-height: calc(100vh - 130px);
 }
.i_modal_bg_in, .i_moda_bg_in_form {
 right: 10px;
 left: 10px;
}
.landing_section_six_in ul li a.toggle {
 width: 100%;
 display: block;
 background: rgba(255, 255, 255, 0.1); /* áttetsző fehér */
 backdrop-filter: blur(6px); /* üveghatás */
 -webkit-backdrop-filter: blur(6px); /* Safari */
 border: 1px solid rgba(255, 255, 255, 0.5); /* 1px fehér keret */
 border-radius: 8px; /* lekerekítés opcionális */
 color: #ffffff;
 padding: 15px 10px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -o-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}
.i_p_ffs {
 padding:8px 5px;
 font-size: 11px;
 width: 31%;;
}
.goweb {
 position: fixed;
 inset: 0;
 background: rgba(0,0,0,0.6);
 display: none;
 z-index: 9999;
}
.goweb-content {
 background: rgba(255, 255, 255,0.9);
 max-width: 345px;
 margin: 15% auto;
 padding: 20px;
 position: relative;
 border-radius: 15px;
 top: 10%;
}
#gowebClose {
 position: absolute;
 top: 8px;
 right: 12px;
 cursor: pointer;
 font-size: 22px;
 color: #A70D2A;
}
.goweb-content h2 {
 margin: 0px;
 font-size: 22px;
 line-height: 1.3;
 font-weight: 599;
 color: #C52B48;
}
.goweb-content p {
 margin: 0;
 font-size: 15px;
 line-height: 1.5;
 color: #444;
 font-weight: 600;
}
/*BANNER*/
.random-banner {
 display: block;
 position: relative;
 text-decoration: none;
 margin-bottom: 5px;
}
.random-banner img {
 width: 100%;
 display: block;
}
.banner-content {
 position: absolute;
 inset: 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 color: #fff;
}
.banner-button {
 margin-top: 10px;
 padding: 8px 14px;
 background: #ffffff;
 color: #000;
 text-decoration: none;
 font-weight: 599;
}
.banner-text {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 padding: 14px 16px;
 background: rgba(0,0,0,0.35);
 color: #ffffff;
 font-size: 15px;
 font-weight: 599;
 line-height: 1.4;
 text-align: right;
}
.floating-box img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
.floating-box {
 position: absolute;
 top: 0px;
 right: -189px;
 width: calc(180px + (330 - 180) * ((100vw - 360px) / (599 - 360)));
 min-width: 180px;
 max-width: 330px;
 height: 315px;
 background: rgba(255, 255, 255, 0.9);
 border: none;
 box-sizing: border-box;
 border-radius: 5px;
 padding: 5px;
 overflow: hidden;
}
 
 
/*LEFT MENU*/
.leftSticky {
 z-index: 99999; 
 background-color: unset;
 width: 80%!important;
}
.left-menu-pro-v1 .leftSidebar_in::before {
 background: unset;
}
.i_left_container {
 top: 0px;
}
/*JOBBOLDAL*/
 
.rightSticky {
 display: none;
}
.rightSticky2 {
 display: none;
}
/*PAGE BODY*/
.pageMiddle {
 margin: 0% auto;
 padding: 0px;
 max-width: unset;
 width: 99%;
}
.th_middle3 {
 flex: 0 0 auto;
 width: 100%;
 -ms-flex-direction: column;
 flex-direction: column;
 display: -ms-flexbox;
 }
.pageMMiddle2 {
gap: 0px;
 margin: 5px 0px;
 }
 
.pageMiddle3 {
display: inline-block;
width: 100%;
max-width: 350px;
margin: 0px 5px;
padding-top: 0px;
}
.stories_wrapper {
margin-bottom: 5px;
padding: 10px 0px !important;
border-radius: 0px;
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(1px);
    background-color: unset !important;
}
.th_middle {
padding: 0px 0px;}
 .profile_wrapper .pageMiddleRow2 .pageMiddleInfo2 {
 min-width: 100%;
 max-width: 100%;
 -webkit-box-flex: 1;
 -ms-flex: 1 1 100%;
 flex: 1 1 100%;
 }
 
 /*PROFILE*/
 .profile_wrapper .pageMiddleRow2 {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 gap: 0px;
 }
 
 .profile_wrapper .pageMiddleRow2 .pageMiddlePosts2 {
 min-width: 100%;
 max-width: 100%;
 }
 .profile_wrapper .pageMiddleRow2 #moreType2 {
 min-width: 100%;
 max-width: 100%;
}
 .profile_wrapper .th_middle2 .pageMMiddle2 {
 display: inline-block;
 width: 100%;
 margin: 0px auto;
 padding: 0px 5px;
 }
.i_profile_i_container {
 width: 98%;
}
 .i_profile_avatar_container {
 bottom: 20%;
 }
 .i_u_profile_info {
 padding-top: 1px;
 padding-bottom: 0px;
 }
.profile_highlights {
 margin: 20px 0px 0px 0px;
 padding: 30px 18px 14px;
}
 
.profile_wrapper .profile_meta_card {
 background: rgba(255, 255, 255, 0.8);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 border-radius: 6px;
 display: -ms-flexbox;
 gap: 14px;
 width: auto;
 }
 
.profile_wrapper .profile_meta_header {
 display: none;
}
.profile_stats_rail .i_p_ffs a {
 flex-direction: row;
 text-align: left;
 font-size: 11px;
 }
 
 .profile_stats_rail {
 width: 100%;
 display: flex !important;
 gap: 5px;
 }
 
 .profile_stats_rail .i_p_ffs svg, .profile_stats_rail .i_p_ffs_plus svg {
 width: 25px !important;
 height: 25px !important;
 margin-right: 0px;
 }
 
 .i_p_ffs {
 padding: 8px 5px;
 font-size: 11px;
 width: 31%;
 }
 
 .profile_stats_rail .i_p_ffs {
 border-radius: 5px;
 webkit-border-radius: 5px;
 }
 
.profile_wrapper .i_profile_menu_middle .i_profile_menu_item {
 min-width: 49px;
 }
 
/*SZERENCSEKEREK*/
.winwheel_container {
 text-align: center;
 margin:5px 0;
 display: block
}
.winwheel_container h2 {
 font-size: 17px;
 color: #ffffff;
 margin: 10px;
}
#wheel_balance_info {
 font-size: 12px;
 font-weight: 600;
}
#aszf_checkbox_container label span {
 font-size: 12px;
}
.spin-text {
 font-weight: 600;
 font-size: 13px;
}
.szerencsekerek1 {
 margin-bottom: 5px
}
.szerencsekerek4 {
 text-align: justify;
 padding: 5px 10px 15px 10px
}
.szerencsekerek5 img {
 width: 80px;
 height: auto
}
.szerencsekerekfeloszveg {
 padding: 5px;
}
.winwheel_container {
 text-align: center;
 margin:20px 0;
 display: block;
}
.winwheel_container h2 {
 font-size: 20px;
 color: #ffffff;
}
.szerencsekerek1 {
 margin-bottom: 5px;
}
.szerencsekerek4 {
 text-align: justify;
 padding: 5px 10px 15px 10px;
}
.szerencsekerek5 img {
 width: 100px;
 height: auto;
}
/*USEREK*/
 .certification_file_form {
 margin-top: 5px;
}
.filter-wrapper {
 margin-top: -57px;
}
.filter-row {
 margin-top: 30px;
 padding: 20px;
}
.users-inner {
 padding: 0px;
}
#toggleFilter svg {
 /* MODOSITAS KEZDETE: userek ikon meret atvive a fajl vegi egyedi blokkba */
 /* MODOSITAS VEGE: userek ikon meret atvive a fajl vegi egyedi blokkba */
}
.gombnyit {
 top: -35px;
 left: 5px;
}
.ev18_100ev{
 margin-bottom: 10px;
}
.user-grid {
 margin-top: 4px;
}
.i_modal_forgot {
 width: 98%;
}
/*HIRDETES*/
.sp_wrp_inline_ads .i_sponsored_ads_link {
 display: none;
}
.sp_wrp_inline_ads .i_sponsored_action {
 display: none;
}
.sp_wrp_inline_ads .i_sponsored_action svg {
 display: none;
}
.sp_wrp_inline_ads .i_sponsored_card {
 display: block;
}
.sp_wrp_inline_ads .i_sponsored_media {
 max-width: 345px;
 width: auto;
}
.sp_wrp_inline_ads .i_sponsored_body {
 gap: 0px;
}
.sp_wrp_inline_ads .i_sponsored_card {
padding: 3px;
}
.sp_wrp {
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}
/*POSZTOK*/
.i_post_body {
margin-bottom: 5px;
}
.i_postFormContainer {
 margin-bottom: 5px;
}
.noPost {
padding: 10px;
}
.wrapper {
padding-bottom: 45px;
margin-top: -10px;
}
 .i_header_btn_item {
 margin-right: 0px;
 }
 .search_mobile {
 display: block !important;
 }
 .fms {
 display: none !important;
 }
.i_h_in {
 padding: 9px;
}
.mobile-only {
display: block;
}
.users-wrapper {
 flex: 0 1 100%;
 width: 100%;
 max-width: 100%;
 min-width: 0;
 box-sizing: border-box;
 padding: 0%;
}
/*SHOP*/
.shop_menu_wrapper {
 padding: 0px;
 gap: 5px;
}
.shopping_left_menu {
 padding: 0px 10px;
 }
.settings_mobile_menu_container {
 border-radius: 0px;
 -webkit-border-radius: 0px;
 -o-border-radius: 0px;
 }
 .shop_main_wrapper {
 padding: 0px 5px;
 }
.marketplace-empty-card {
 padding: 15x;
}
 .marketplace-grid {
 padding: 5px;
 }
 
/*MEDIA*/
.media-grid {
 grid-template-columns: repeat(3, 1fr);
}

/*toplista*/.lucky_rank_icon_1_1 {
 width: 25px;
}
 .lucky_rank_icon_1_2 {
 width: 32px;
 top: 35px;

 }
.lucky_rank_icon_2_1 {
 width: 25px;

}
.lucky_rank_icon_2_2 {
 width: 25px;

}
.lucky_rank_icon_3_1 {
 width: 25px;

}
.lucky_rank_icon_3_2 {
 width: 25px;

}
}



@media screen and (max-width: 640px) {
 .profile_hotmeter_label,
 .profile_hotmeter {
 width: calc(100% - 20px);
 }
 .profile_hotmeter {
 gap: 8px;
 padding-left: 8px;
 padding-right: 8px;
 }
}




@media screen and (max-width: 662px) {
 .i_header_in > .flat-header-banner {
 flex-basis: 0 !important;
 min-width: 0 !important;
 max-width: 0 !important;
 height: 0;
 opacity: 0;
 pointer-events: none;
 }

 .i_header_in > .i_search {
 min-width: 0 !important;
 }
}

@media screen and (max-width: 700px) {
 .randombannermarketplace table,
 .randombannermarketplace tbody,
 .randombannermarketplace tr,
 .randombannermarketplace td {
 display: block;
 width: 100% !important;
 }

 .randombannermarketplace table,
 .randombannermarketplace tr,
 .randombannermarketplace td,
 .randombannermarketplace td[rowspan] {
 height: auto;
 max-height: none;
 }

 .randombannermarketplace img {
 height: auto;
 }
}

@media screen and (max-width: 700px) {
 .randombannerszerencse table,
 .randombannerszerencse tbody,
 .randombannerszerencse tr,
 .randombannerszerencse td {
 display: block;
 width: 100% !important;
 }

 .randombannerszerencse table,
 .randombannerszerencse tr,
 .randombannerszerencse td,
 .randombannerszerencse td[rowspan] {
 height: auto;
 max-height: none;
 }

 .randombannerszerencse img {
 height: auto;
 }
}

@media screen and (max-width: 940px) {
 .marketplace_main_menu_shell {
 display: contents;
 }
 .marketplace_main_menu_shell .leftSticky {
 display: none;
 max-width: 100%;
 width: 100%;
 }
 .marketplace_main_menu_shell .leftSticky.leftStickyActive {
 display: block;
 }
 }


@media (min-width: 1600px) and (max-width: 3000px) {

 html {
 background-color: transparent;
 }
 
 body.not-logged-in {
 background-color: transparent !important;
 background-image: url('https://www.redact.hu/img/landingImages/hatter.jpg');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
 }
 
body.logged-in {
 background-color: transparent !important;
 background-image: url('	https://images.rawpixel.com/image_700/cHJpdmF0ZS9s…00ZDYwLTQzYWItYWRkNC1hYzg0NzE2NGU3YjBfMS5qcGc.jpg');
 background-position: center center;
 background-size: cover;
 background-attachment: fixed;
}
html, body {
overflow-x: clip;
}

.leftSticky {
 flex: 0 0 20% !important;
 width: 20% !important
}
.leftStickyreels {
 flex: 0 0 100% !important;
 width: 100% !important
}
.th_middle {
 flex: 0 0 50% !important;
 width: 50% !important
}
.rightSticky{
 flex: 0 0 28%;
 width: 28%;
 margin-left: auto;
 margin-right: 10px;
}
.i_logo img {
width: 100%;
 height: auto;
 max-width: 250px;;
}

.profile_wrapper .pageMiddleRow2 .pageMiddleInfo2 {
 margin-left: 0;
 flex: 0 0 35%;
 width: 35%;
 min-width: 0;
 max-width: 35%;
 margin-right: 15px;
}
.profile_wrapper .profile_meta_card {
 background: rgba(255, 255, 255, 0.2);
 border: 1px solid rgba(0, 0, 0, 0.05);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 border-radius: 15px;
 padding: 18px;
 -webkit-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
 box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 flex-direction: column;
 gap: 14px;
 width: clamp(250px, calc(250px + ((100vw - 1440px) * (380 - 250) / (1920 - 1440))), 380px);
 }
.profile_wrapper .pageMiddleRow2 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 /* MODOSITAS KEZDETE: profil harom oszlop pontos 20-50-30 felosztasa */
 gap: 0;
 /* MODOSITAS VEGE: profil harom oszlop pontos 20-50-30 felosztasa */
 width: 100%;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}
 .pageMMiddle2 {
}

.leftSidebar_in .leftSidebarWrapper {
 max-width: 375px;
 margin-left: 10px
}
.leftSidebarWrapper {
 padding: 0px 0px;
 width: 100%
}
.leftSidebar_in .leftSidebarWrapper2 {
 max-width: 350px;
 margin-left: 10px
}
 .leftSidebarWrapper2 {
 padding: 0px;
 width: 100%;
 }
.rightSticky2{
 flex: 0 0 100%;
 width: 100%;
 margin-left: 0;
 margin-right: 0;
}
.rightSticky2 .i_right_container {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.th_middle2 {
    flex: 1 1 auto;
    width: 100%;
	margin-left: 50px;
	padding-top: 10px;
}
.th_middle3 {
 flex: 0 0 50% !important;
 width: 50% !important
}

.pageMiddle3{
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
.profile_wrapper .th_middle2 .pageMMiddle2 {
 display: inline-block;
 width: 100%;
 max-width: unset;
 margin: 0px auto;
 padding-top: 0px;
}
.th_sidebar2 {
 /* MODOSITAS KEZDETE: profil jobb oldali oszlop 30 szazalek */
 flex: 0 0 30%;
 width: 30%;
 min-width: 0;
 max-width: 30%;
 /* MODOSITAS VEGE: profil jobb oldali oszlop 30 szazalek */
 margin-left: auto;
 margin-right: 50px;
 margin-top: 10px;
}
.profile_wrapper .pageMiddleRow2 .pageMiddlePosts2,
.profile_wrapper .pageMiddleRow2 #moreType2 {
 flex: 0 0 63%;
 width: 63%;
 min-width: 0;
 max-width: 63%;

}

.profile_wrapper .pageMiddleInfo2 .footer_container .footer_menu_item {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 min-height: 34px;
 font-size: 13px;
 line-height: 1.2;
 font-weight: 700;
 color: #040720;
}
.profile_wrapper .pageMiddleInfo2 .footer_container .footer_menu_item a {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 display: -webkit-inline-flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 min-height: 34px;
 padding: 8px 11px;
 border: 1px solid #e4e9f3;
 border-radius: 999px;
 -webkit-border-radius: 999px;
 background: #f7f9fc;
 color: #374151 !important;
 text-decoration: none;
 -webkit-transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, -webkit-box-shadow 0.18s ease;
 transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, -webkit-box-shadow 0.18s ease;
 transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
 transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.profile_wrapper .pageMiddleInfo2 .footer_container .footer_menu_item:hover a,
.profile_wrapper .pageMiddleInfo2 .footer_container .footer_menu_item a:focus {
 border-color: rgba(246, 81, 105, 0.28);
 background: #fff4f6;
 color: #f65169 !important;
 text-decoration: none;
 -webkit-box-shadow: 0 8px 18px rgba(246, 81, 105, 0.11);
 box-shadow: 0 8px 18px rgba(246, 81, 105, 0.11);
}
.profile_wrapper .pageMiddleInfo2 .footer_container .footer_menu_item:after {
 display: none;
}
.profile_wrapper .pageMiddleInfo2 .footer_container .footer_menu_item:last-of-type {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 100%;
 flex: 1 1 100%;
 min-height: auto;
 margin-top: 2px;
 color: #8b95a7;
 font-size: 12px;
 font-weight: 700;
}
/*felhasznalok*/
.user-grid {
 grid-template-columns: repeat(6, minmax(0, 1fr));
}
.user-card {
 width: 160px;
}
.user-card-name {
 top: -58px;
 position: relative;
 margin-left: 5px;
}
.filter-wrapper {
 margin-top: 10px;
}
.ev18_100ev {
 margin-bottom: 10px;
}
.szurogombok2 {
 display: inline-block;
 width: 25px;
 height: 25px;
 z-index: 1;
 position: absolute;
 top: 10px;
 right: 20px;
	left: unset;
}
.szurogombok {
 display: inline-block;
 width: 25px;
 height: 25px;
 z-index: 1;
 position: absolute;
 top: 10px;
 right: 55px;
	left: unset;
}
.users-inner {
 padding: 10px;
 border-radius: 10px;
 background: #F5F5F5;
 backdrop-filter: blur(5px);
}
/*PROFILE*/
.i_profile_i_container {
 width: 95%;
 max-width: unset;
 padding-top: 10px;
}
 .i_profile_avatar_container {
 bottom: 20%;
 }
  .i_u_profile_info {
 padding-top: 1px;
 padding-bottom: 0px;
 }
.profile_highlights {
 margin: 20px 0px 0px 0px;
 padding: 30px 18px 14px;
}
.profile_wrapper .profile_meta_card {
 background: rgba(255, 255, 255, 0.8);
 outline: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
 border-radius: 6px;
 display: -ms-flexbox;
 gap: 14px;
 width: auto;
 }
 .profile_wrapper .profile_meta_header {
 display: none;
}
.profile_stats_rail .i_p_ffs a {
 flex-direction: row;
 text-align: left;
 font-size: 11px;
 }
  .profile_stats_rail {
 width: 100%;
 display: flex !important;
 gap: 5px;
 }
  .profile_stats_rail .i_p_ffs svg, .profile_stats_rail .i_p_ffs_plus svg {
 width: 25px !important;
 height: 25px !important;
 margin-right: 0px;
 }
 
 .i_p_ffs {
 padding: 8px 5px;
 font-size: 11px;
 width: 31%;
 }
 
 .profile_stats_rail .i_p_ffs {
 border-radius: 5px;
 webkit-border-radius: 5px;
 }
.profile_wrapper .i_profile_menu_middle .i_profile_menu_item {
 min-width: 49px;
 }






}
/*****************baba*/
/***********************************IDAIG SAJAT***********************/

/* MODOSITAS KEZDETE: user kartya ikonok kulon mozgathato szabalyai */
#toggleFilter svg {
 position: relative;
 display: inline-block;
 width: 40px;
 height: 40px;
 border-radius: 0px;
 background: transparent;
 box-shadow: none;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: pointer;
}

#applyFilter svg {
 position: relative;
 display: inline-block;
 width: 25px;
 height: 25px;
 border-radius: 0px;
 background: transparent;
 box-shadow: none;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: pointer;
}

#resetFilter svg {
 position: relative;
 display: inline-block;
 width: 25px;
 height: 25px;
 border-radius: 0px;
 background: transparent;
 box-shadow: none;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: pointer;
}

.user-card-name .user-verified-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 15px;
 height: auto;
 color: #4da3ff;
 font-size: 13px;
 font-weight: bold;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-name .user-verified-badge svg {
 display: block;
 width: 16px;
 height: 16px;
 color: #ffffff !important;
 fill: #ffffff !important;
 stroke: #ffffff !important;
}

.user-card-name .user-certified-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 24px;
 height: 24px;
 color: #ffd700;
 font-size: 13px;
 font-weight: bold;
 margin-left: 4px;
 border-radius: 6px;
 background: rgba(255, 255, 255, 0.86);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-name .user-certified-badge svg {
 display: block;
 width: 16px;
 height: 16px;
}

.user-card-image .user-card-new-badge {
 position: absolute;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: auto;
 height: auto;
 color: #00FF00;
 border-radius: 6px;
 background: transparent;
 box-shadow: none;
 top: 30px;
 left: 2px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
 font-weight: 600;
 font-size: 12px;
}

.user-card-image .user-card-new-badge svg {
 display: block;
 width: 20px;
 height: 20px;
}

.user-card-image .user-card-new-badge svg,
.user-card-image .user-card-new-badge svg * {
 fill: currentColor !important;
 color: currentColor !important;
}

.user-card-image .user-card-gender-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 16px;
 height: auto;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-gender-badge svg {
 display: block;
 width: 16px;
 height: 16px;
}

.user-card-image .user-card-relationship-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 16px;
 height: auto;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-relationship-badge svg {
 display: block;
 width: 16px;
 height: 16px;
}

.user-card-image .user-card-gender-state-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 16px;
 height: auto;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-gender-state-badge svg {
 display: block;
 width: 16px;
 height: 16px;
}

/* Codex modositas kezdete: user kartya admin moderator es statusz badge stilusok */
.user-card-image .user-card-admin-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 16px;
 height: auto;
 top: 4px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-admin-badge svg {
 display: block;
 width: 16px;
 height: 16px;
  color: #ffffff !important;
 fill: #ffffff !important;
 stroke: #ffffff !important;
}

.user-card-image .user-card-moderator-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 24px;
 height: 24px;
 border-radius: 6px;
 background: rgba(255, 255, 255, 0.86);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-moderator-badge svg {
 display: block;
 width: 16px;
 height: 16px;
}

.user-card-image .user-card-validation-pending-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 24px;
 height: 24px;
 border-radius: 6px;
 background: rgba(255, 255, 255, 0.86);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-validation-pending-badge svg {
 display: block;
 width: 16px;
 height: 16px;
}

.user-card-image .user-card-validation-approved-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 24px;
 height: 24px;
 border-radius: 6px;
 background: rgba(255, 255, 255, 0.86);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-validation-approved-badge svg {
 display: block;
 width: 16px;
 height: 16px;
}

.user-card-image .user-card-email-verify-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 13px;
 height: auto;
 top: 4px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-email-verify-badge svg {
 display: block;
 width: 16px;
 height: 16px;
 color: #ffffff !important;
 fill: #ffffff !important;
 stroke: #ffffff !important;
}

.user-card-image .user-card-alkotovavalas-badge {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 16px;
 height: auto;
 top: 4px;
 left: 0px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-image .user-card-alkotovavalas-badge svg {
 display: block;
 width: 16px;
 height: 16px;
 color: #ffffff !important;
 fill: #ffffff !important;
 stroke: #ffffff !important;
}
/* Codex modositas vege: user kartya admin moderator es statusz badge stilusok */

.user-card-age .user-card-age-icon {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 20px;
 height: auto;
 vertical-align: middle;
 top: 0px;
 left: -5px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-age .user-card-age-icon svg {
 display: block;
 width: 16px;
 height: 16px;
}

.user-card-km .user-card-km-icon {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 10px;
 height: auto;
 vertical-align: middle;
 top: 0px;
 left: -5px;
 right: auto;
 bottom: auto;
 z-index: 4;
 cursor: help;
}

.user-card-km .user-card-km-icon svg {
 display: block;
 width: 16px;
 height: 16px;
}

/* Codex modositas kezdete: user kartya ikon svg meret kovesse a sajat ikon dobozat */
.user-card-name .user-verified-badge svg,
.user-card-name .user-certified-badge svg,
.user-card-image .user-card-new-badge svg,
.user-card-image .user-card-gender-badge svg,
.user-card-image .user-card-relationship-badge svg,
.user-card-image .user-card-gender-state-badge svg,
.user-card-image .user-card-admin-badge svg,
.user-card-image .user-card-moderator-badge svg,
.user-card-image .user-card-validation-pending-badge svg,
.user-card-image .user-card-validation-approved-badge svg,
.user-card-image .user-card-email-verify-badge svg,
.user-card-image .user-card-alkotovavalas-badge svg,
.user-card-age .user-card-age-icon svg,
.user-card-km .user-card-km-icon svg {
 width: 100%;
 height: 100%;
}
/* Codex modositas vege: user kartya ikon svg meret kovesse a sajat ikon dobozat */

/* Codex modositas kezdete: user kartya kor es tavolsag szoveg kulon mozgathato */
.user-card-age {
 position: relative;
 display: inline-flex;
 align-items: center;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
}

.user-card-km {
 position: relative;
 display: inline-flex;
 align-items: center;
 top: 0px;
 left: -6px;
 right: auto;
 bottom: auto;
}

.user-card-age-text {
 position: relative;
 display: inline-block;
 top: 2px;
 left: -8px;
 right: auto;
 bottom: auto;
}

.user-card-km-text {
 position: relative;
 display: inline-block;
 top: 0px;
 left: 0px;
 right: auto;
 bottom: auto;
}
/* Codex modositas vege: user kartya kor es tavolsag szoveg kulon mozgathato */
/* MODOSITAS VEGE: user kartya ikonok kulon mozgathato szabalyai */

/* Codex modositas kezdete: randombanneruser stilusok kiszervezese */
.randombanneruser {
 width: 100%;
 height: 230px;
 max-height: 230px;
 overflow: hidden;
}

.randombanneruser-table {
 width: 100%;
 height: 100%;
 max-height: 100%;
 table-layout: fixed;
 border-collapse: collapse;
}

.randombanneruser-table tbody,
.randombanneruser-table tr {
 height: 100%;
}

.randombanneruser-main-cell {
 width: 60%;
 height: 100%;
 vertical-align: top;
 padding: 2px;
 position: relative;
 overflow: hidden;
}

.randombanneruser-main-image {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
}

.randombanneruser-side-cell {
 width: 40%;
 height: 100%;
 vertical-align: top;
 padding: 2px;
}

.randombanneruser-side-table {
 width: 100%;
 height: 100%;
 border-collapse: collapse;
}

.randombanneruser-side-table tbody,
.randombanneruser-side-table tr {
 height: 100%;
}

.randombanneruser-side-image-cell {
 height: 100%;
 padding: 2px;
 position: relative;
 overflow: hidden;
}

.randombanneruser-side-image {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
}
/* Codex modositas vege: randombanneruser stilusok kiszervezese */
