@import url('global.css');
@import url('home.css');
@import url('nav.css');
@import url('create.css');
@import url('card.css');
@import url('func.css');
@import url('discover.css');
@import url('questions.css');
@import url('shorts.css');
@import url('profile.css');
@import url('post.css');
@import url('setting.css');
@import url('search.css');
@import url('alert.css');
@import url('blog.css');
@import url('ccreate.css');
@import url('dashboard.css');
@import url('blog-post.css');
@import url('premium.css');
@import url('user.css');
@import url('gift.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #333;
    overscroll-behavior: none;
}

.container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 1486.67px;
    height: 100dvh;
    margin: auto;
}

main {
    height: 100%;
    flex: 1;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 480px) {
    main {
        width: 100%;
    }
}

section.tabs {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, display 0.3s ease;
}

section.tabs.active {
    scroll-behavior: smooth;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    opacity: 1;
}

section.tabs.page {
    flex-direction: column !important;
}

aside {
    position: sticky;
    flex: 1;
    top: 0;
    background-color: var(--white);
    border-left: 1px solid var(--medium-gray);
    height: 100vh;
    display: none;
}

@media (max-width: 480px) {
    nav {
        display: none;
    }

    .notification-content {
        padding: 8px 16px;
    }

    .notification-indicator {
        width: 18px;
        height: 18px;
        border-width: 2px;
    }
}

/* PULL TO REFRESH CSS DESIGN */
.pull-notification {
    position: fixed;
    top: env(safe-area-inset-top, 0);
    top: constant(safe-area-inset-top, 0);
    left: 0;
    width: 100%;
    height: 10vh;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent 100%);
    transform: translateY(calc(-8vh - env(safe-area-inset-top, 0)));
    transform: translateY(calc(-8vh - constant(safe-area-inset-top, 0)));
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 1000;
}

.pull-notification.active {
    transform: translateY(0);
    opacity: 1;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notification-indicator {
    width: 24px;
    height: 24px;
    border: 2px solid #007aff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    .pull-notification {
        height: 8vh;
        min-height: 50px;
        transform: translateY(calc(-6vh - env(safe-area-inset-top, 0)));
        transform: translateY(calc(-6vh - constant(safe-area-inset-top, 0)));
    }

    .notification-content {
        padding: 8px 16px;
    }

    .notification-indicator {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }
}

/* element.style {
    overscroll-behavior: none;
} */

element.style {
    scroll-behavior: smooth;
}

.txt-sht {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fx-wh {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: var(--bg-trans);
    z-index: 999;
    overflow: hidden;
}

.fx {
    display: flex;
}

.fx_r {
    display: flex;
    flex-direction: row;
}

.fx_c {
    display: flex;
    flex-direction: column;
}

.fx_sb {
    display: flex;
    justify-content: space-between;
}

.fx_ct {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wid100 {
    width: 100% !important;
}

.al_c {
    align-items: center;
}

.fx1 {
    flex: 1;
}

.cur {
    cursor: pointer;
}

.gp_5 {
    gap: 5px;
}

.gp1 {
    gap: 10px;
}

.gp1_5 {
    gap: 15px;
}

.gp20 {
    gap: 20px;
}

.none {
    display: none !important;
}

.full_pd {
    padding: var(--full-pd);
}

.fx-w {
    flex-wrap: wrap;
}

.bg_w {
    background-color: var(--white);
}

.bg_b {
    background-color: var(--white);
}

.bg_t {
    background-color: rgba(255, 255, 255, 0.5);
}

.ov_h {
    overflow: hidden;
}

.sm_txt {
    font-size: 12px;
}

.pd10 {
    padding: 10px;
}

.h-100-50 {
    height: calc(80vh - 100px);
}

article {
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.txt-hd2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 4);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.menu-overlay.show {
    opacity: 1;
    visibility: visible;
}


/* section.tabs {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--white);
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 0;
}

section.tabs.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
} */
/* 
@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
} */

.spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spinn 1s linear infinite;
    margin: 16px auto;
}

@keyframes spinn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Footer */
.footer {
    background: #333;
    color: var(--white);
    padding: 1rem;
    text-align: center;
    margin-top: 2rem;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #222;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    color: var(--b-600);
}

a,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
}

img {
    display: none;
}

/* Buttons */
input,
select {
    background: inherit;
    color: inherit;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    outline: none;
}

select {
    background-color: var(--white);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    background-color: inherit;
    padding: 0;
    color: inherit;
    border: none;
    cursor: pointer;
    /* position: relative; /* Ensure ::after is positioned relative to the button */
    transition: background-color 0.3s ease;
}

button.spin {
    color: transparent !important;
}

button.spin svg {
    visibility: hidden;
}

button.spin::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
    animation: btn_spin 0.6s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

@keyframes btn_spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

button[disabled] {
    position: relative;
    cursor: not-allowed;
    opacity: 0.6;
}

button[disabled] .tolkit {
    display: none;
    position: absolute;
    top: -42px;
    background-color: #333;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    max-width: 200px;
    left: 0;
    transform: translateX(0%);
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Show tooltip on hover */
button[disabled]:hover .tolkit {
    display: block;
}

/* Tooltip arrow */
button[disabled] .tolkit::after {
    content: '';
    position: absolute;
    top: 100%;
    border-width: 6px;
    border-style: solid;
    left: 10%;
    margin-left: 0;
    border-color: #333 transparent transparent transparent;
}

.beat {
    animation: beat 00.5s ease-in-out;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Utility Classes */
.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

/* Animation */
.fade-in {
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.post_error {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--full-pd);
    height: calc(100vh - 55px);
}

.refresh_indi {
    height: 0;
    overflow: hidden;
    font-size: 14px;
    display: none;
    color: #555;
    transition: height 0.7s ease-in-out;
}

/* NAVIGATION AREA CSS DESIGNS */
.menu_create {
    padding: 10px;
}

.menu_create button,
.menu_create a {
    width: 100%;
    height: 40px;
    border-radius: 7px;
    background-color: var(--b-600);
    color: var(--white);
    gap: var(--pd);
    transition: 0.2s background-color ease;
}

.menu_create button svg {
    width: 20px;
    height: 20px;
}

.menu_create button:hover {
    background-color: var(--s-color);
}

.bottom_fxwidget {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
}

.tabs_content_page {
    width: 100%;
}

.mobile_nav {
    width: 100%;
    transition: height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 50;
    background-color: #fff;
    backdrop-filter: blur(20px);
    border-top: 1px solid var(--medium-gray);
}

.mobile_nav.hide {
    height: 0;
    opacity: 0;
    border: none;
    pointer-events: none;
}

@media (min-width: 501px) {
    .mobile_nav {
        display: none !important;
    }
}

.mobile_nav_list {
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: inherit;
    justify-content: space-around;
}

.mobile_nav_list svg {
    height: 25px !important;
    width: 25px !important;
    stroke: var(--color-gray);
    flex-shrink: 0;
}

.mobile_nav_list a p,
.mb_menubar p {
    font-size: 11px;
    color: var(--color-gray);
}

.mb_menubar svg {
    width: 20px;
}

.mb_menubar p {
    margin-top: -10px;
}

.mobile_nav_list a,
.mb_menubar {
    flex-direction: column;
}

.mobile_nav_list a,
.mobile_nav_list .btn {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb_menubar {
    width: 42px !important;
}

.mobile_nav_list a.active p {
    color: var(--b-600);
    font-weight: 500;
}

.mobile_nav_list a.active>svg {
    stroke: var(--b-600);
    font-weight: bold;
}

/* MENU AREA DESIGN CSS AREA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.menus_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
}

@media (max-width: 480px) {
    .menus_wrapper {
        padding: 0 !important;
    }
}

.menu_opt_hd {
    width: 100%;
    gap: 5px;
    overflow: hidden;
}

.menu_opt_hdw {
    height: 70px;
}

.m_icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-left: var(--pd);
}

.mimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: var(--pd);
    overflow: hidden;
}

.mimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menus {
    position: relative;
    left: -100%;
    transition: left 0.2s ease-in;
    width: 300px;
    background-color: var(--white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 100%;
    overflow: auto;

}

@media (min-width: 769px) {
    .menus {
        border-radius: 7px;
    }
}

.menus.show {
    left: 0;
}

.menus_wrapper.show {
    display: flex;
}

div.menus a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    position: relative;
    transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
    div.menus a {
        padding: 10px 15px;
        padding: 16px;
    }
}

div.menus a b,
div.menus a span,
div.menus a i {
    font-size: 16px;
    color: #333;
}

div.menus a p {
    font-size: 12px;
    color: var(--gray);
}

div.menus .part {
    border-top: 1.5px solid var(--medium-gray);
}

div.menus .part_footer {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-top: 1.5px solid var(--medium-gray);
}

div.menus .part_footer a {
    padding: 5px !important;
    font-size: 12px;
    color: var(--gray);
}

div.menus a:hover,
div.menus a:hover {
    background-color: #f1f1f1;
}

.mb_menu_ofl {
    background-color: var(--b-600);
    padding: 30px 15px;
}

.mb_menu_oflbtn {
    display: flex;
    flex-direction: row;
}

.mb_menu_oflbtn a {
    font-size: 14px;
}

.mb_menu_ofl b {
    font-size: 16px;
    color: var(--white);
}

.mb_menu_ofl p {
    font-size: 14px;
    color: var(--white);
}

.menu_opt_wrappers {
    flex: 1;
}

.hd_btn {
    height: 30px;
    width: 30px;
    padding: 3px;
    border-radius: 50%;
    background-color: transparent;
}

.hd_btn svg {
    stroke: #333;
    height: 25px;
    width: 25px;
}

/* SEARCH AREA CSS DESIGN >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.searchbox_inner {
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: auto;
    background-color: var(--white);
    bottom: -100%;
    animation: search 0.5s linear infinite;
    overflow: hidden;
}

@keyframes search {
    to {
        bottom: 0;
    }
}

.searchbox_inner.show {
    bottom: 0;
}

@media (min-width: 769px) {
    .searchbox_inner {
        border-radius: 15px;
        max-height: 500px;
        border: 1px solid var(--medium-gray);
        box-shadow: 0 0 4px 0 var(--medium-gray);
    }
}

.searchbox_inner form button.x {
    font-size: 14px;
    padding: 0 7px;
    border-radius: 35px;
    font-size: 16px;
    height: 40px;
    padding: 5px 10px;
}

.searchbox .header {
    width: 100%;
    gap: 10px;
    background-color: transparent !important;
    padding: var(--pd);
    align-items: center;
}

.search_container {
    display: none;
    overflow: auto;
    flex: 1;
}

.search_container a {
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
}

.search_container a:hover {
    background-color: #f1f1f1;
}

.searchbox input {
    width: 100%;
    height: 35px;
    border: none;
    color: var(--color);
    background-color: var(--bk-gray);
    outline: none;
    font-size: 16px;
}

.searchbox .title {
    font-size: 16px;
    border-bottom: 2px solid var(--primary-color);
}

.searchbarami {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.fade-out {
    opacity: 0;
    transform: translateY(-10px);
}

.searchbar {
    padding: 10px 15px;
    gap: 10px;
    position: sticky;
    top: 0;
    border-bottom: 1px solid var(--medium-gray);
}

.searchbar input {
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--medium-gray);
    border-radius: 5px;
    padding: 5px 10px;
    height: 40px;
    font-size: 16px;
    outline: none;
}

.searchbar input:focus {
    border-color: var(--b-600);
}

.nosearchhis {
    border-radius: 10px;
    padding: 20px 15px;
    height: 100px;
    margin: 30px 0;
    gap: 20px;
}

.nosearchhis b {
    font-size: 25px;
    font-weight: 600;
}

.nonsearch {
    padding: 20px;
    height: 200px;
}

.search_loading {
    width: 100%;
    gap: var(--pd);
    padding: var(--pd);
}

.srcLd {
    width: 100%;
    height: 20px;
    background-color: var(--base-color);
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
}

.srcLd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, transparent, var(--shimmer-highlight), transparent);
    animation: shimmer 1.5s infinite linear;
}

.srcIco {
    display: flex;
    align-items: center;
    gap: var(--pd);
}

.srcIco span {
    display: block;
    background-color: var(--base-color);
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
}

.srcIco span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, transparent, var(--shimmer-highlight), transparent);
    animation: shimmer 1.5s infinite linear;
}

.srcIco span:first-child {
    width: var(--avatar-size);
    height: var(--avatar-size);
    border-radius: 50%;
}

.srcIco span:last-child {
    width: 80%;
    /* Adjust width as needed */
    height: var(--avatar-size);
    border-radius: var(--border-radius);
}

.search_loading .srcLd:first-child {
    width: 70%;
}

.search_loading .srcLd:nth-child(2) {
    width: 80%;
}

.search_loading .srcLd:nth-child(3) {
    width: 90%;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(150%);
    }
}

.loading-message {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #888;
    height: 200px;
}

.loading-message.login .div {
    background-color: var(--light-gray);
    border-radius: 10px;
    width: 89%;
    margin: 0 auto;
}

/* ONBOARDING CSS DEISGN */
.hero-offline {
    border-bottom: 1px solid var(--medium-gray);
    padding: 15px;
    position: relative;
    width: 100%;
}

.hero-offline {
    display: inline-block;
}

.hero-offline span {
    font-weight: bold;
    color: var(--b-600);
}

.onyourmind_wrap {
    border-bottom: 1px solid var(--medium-gray);
    padding: 7px 15px;
    position: relative;
}

.onyourmind {
    background-color: #f1f1f1;
    border-radius: 35px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
}

.onyourmind svg {
    height: 26px;
    width: 26px;
    stroke: #333;
}

.hero-offline a:hover,
.hero-offline a:active {
    color: var(--b-800);
}

/* ERROR AJAX DISPLAY CSS DESIGN */
.tabs_page_content {
    width: 100%;
}

.error_notice_ {
    height: calc(100vh - 50px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.error_notice b {
    font-size: 20px;
    color: #333;
}

.error_notice p,
.error_notice p b {
    font-size: 15px;
    color: #555;
    text-align: center;
}

.error_notice {
    align-items: center;
}

.error_notice button {
    padding: 10px 20px;
    border-radius: 35px;
    border: none;
    background-color: var(--b-600);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}

.error_notice button:active {
    background-color: var(--b-950);
}

/* PAGE HEADER CSS DEISGN */
header.page_head {
    display: flex;
    position: sticky;
    top: 0;
    align-items: center;
    height: 50px;
    width: 100%;
    background: var(--white);
    z-index: 10;
    flex-shrink: 0;
    border-bottom: 1px solid var(--medium-gray);
}

header.page_head button.x {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

header.page_head button.x svg {
    height: 20px;
    width: 20px;
    stroke: #333;
}

.skeleton {
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmerr 1.2s infinite ease-in-out;
}

.single_page {
    width: 100%;
}

.single_page_content {
    padding: 20px 15px;
    min-height: calc(100% - 50px);
    width: 100%;
    line-height: 1.5;
}

.single_page_deskcontent {
    min-height: calc(100vh - 60px);
    width: 100%;
}

@media only screen and (min-width: 401px) and (max-width: 960px) {
    .single_page_deskcontent {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 961px) {
    .single_page_deskcontent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px;
    }
}

.main_content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.single_page_content_center {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.grid-wrapper {
    column-count: 1;
    column-gap: 20px;
}

@media (min-width: 769px) {
    .grid-wrapper {
        column-count: 2;
    }
}

.grid-item {
    width: 100%;
    margin-bottom: 20px;
}




#offline-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}

.more_fd {
    color: var(--b-700);
    font-size: 15px;
}



.offline_page {
    text-align: center;
    padding: 50px 20px;
}

.offline_page svg {
    width: 20%;
    margin-bottom: 30px;
}

.offline_page a {
    border-radius: 35px;
    padding: 7px 15px;
    background-color: var(--black);
    color: var(--white);
    display: block;
}

.offline_page_btn {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
}







.go_premium {
    font-size: 16px;
    color: var(--b-600);
    font-weight: 600;
}

.page_info_msg {
    padding: 12px 16px;
    background: #fff8e1;
    border-left: 4px solid #f9a825;
    font-size: 14px;
    color: #7a5901;
    margin-bottom: 10px;
}


.info_notice {
    font-size: 13px !important;
}

.setting-form p {
    color: var(--light-text-color);
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.setting-form .count {
    font-size: 12px;
    color: #555;
}

.setting-form .error {
    font-size: 14px;
    margin-top: 10px;
}

.setting-form .error ul li {
    color: red;
}

.form_group i {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
}

.form_group .error {
    display: block;
    font-size: 13px;
    color: var(--error);
}

.form_sel_gdob {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 16px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    transition: border-color 0.3s ease;
    text-transform: capitalize;
}

.form_sel_gdob button {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    position: absolute;
    right: 15px;
}

label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.custom_input_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom_input_wrap .loader {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: loader 1s linear infinite;
    display: none;
}

@keyframes loader {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.custom_select,
.custom_input,
.custom_textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 16px;
    color: #333;
    border: 1px solid #f9f9f9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    transition: border-color 0.3s ease;
}

.custom_textarea {
    resize: none;
    font-family: inherit;
    line-height: 2;
}

.custom_select:focus,
.custom_input:focus,
.custom_textarea:focus {
    border-color: var(--b-600);
    outline: none;
    background: #fff;
}