.elementor-17691 .elementor-element.elementor-element-fe8c3cd{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17691 .elementor-element.elementor-element-4adf0bf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:128px;--margin-right:128px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17691 .elementor-element.elementor-element-cb2ac0f{border-radius:18px 18px 18px 18px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-17691 .elementor-element.elementor-element-fe8c3cd{--width:100%;}.elementor-17691 .elementor-element.elementor-element-4adf0bf{--width:1280px;}}/* Start custom CSS for html, class: .elementor-element-cb2ac0f */.nehodlX-lucide {
    width: 20px;
    height: 20px;
    display: block;
    stroke-width: 1.5px
}

.nehodlX-notif-bar {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
    max-width: var(--nehodlX-max-w);
    height: var(--notif-height);
    z-index: 9000;
    background: linear-gradient(135deg,#f97316 0,#ea580c 100%);
    color: #fff;
    padding: 0 6px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--nehodlX-radius);
    box-shadow: 1px 0 16px 0 rgb(249 115 22 / .25);
    transition: all 0.5s var(--anim-curve);
    overflow: hidden
}

.nehodlX-notif-bar.hidden {
    transform: translateX(-50%) translateY(-200%);
    opacity: 0;
    pointer-events: none
}

.nehodlX-ticker-wrapper {
    flex: 1;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 10px
}

.nehodlX-ticker-item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(.2,.8,.2,1);
    pointer-events: none
}

.nehodlX-ticker-item.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.nehodlX-ticker-item.exit {
    opacity: 0;
    transform: translateY(-20px)
}

.nehodlX-notif-cta {
    background: #fff;
    color: #ea580c;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    transition: 0.3s;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.nehodlX-notif-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgb(0 0 0 / .15)
}

.nehodlX-story-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgb(255 255 255 / .4);
    width: 0;
    z-index: 10
}

.nehodlX-notif-close {
    background: rgb(255 255 255 / .2);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 20
}

.nehodlX-notif-close:hover {
    background: rgb(255 255 255 / .3);
    transform: rotate(90deg)
}
.nehodlX-wrapper{
border-radius: 18px !important;
}
.nehodlX-header {
    position: fixed;
    top: calc(10px + var(--notif-height) + var(--header-top-space));
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1280px;
    z-index: 8000;
 background: #fff;
    border-radius: 18px !important;
    top: 24px !important;
   transition: all 0.6s var(--anim-curve)
}

.RayaWp-mask img {
    -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right / 300% 100%;
    mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right / 300% 100%;
    animation: Rwshine 3s infinite
}

@keyframes Rwshine {
    0% {
        -webkit-mask-position: 150%;
        mask-position: 150%
    }

    100% {
        -webkit-mask-position: -50%;
        mask-position: -50%
    }
}

.nehodlX-header.slide-up {
    top: 12px
}
.nehodlX-wrapper {
    background: #f8fafc;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--nehodlX-border);
    border-radius: var(--nehodlX-radius);
    box-shadow: var(--nehodlX-shadow);
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: padding 0.5s var(--anim-curve)
}

.nehodlX-clipper {
    overflow: visible;
    height: 80px;
    opacity: 1;
    transform-origin: center top;
    transition: all 0.5s var(--anim-curve);
    margin-bottom: 0;
    position: relative;
    z-index: 20
}

.nehodlX-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    border-bottom: 1px solid rgb(0 0 0 / .05)
}

.dark-theme .nehodlX-top {
    border-bottom-color: rgb(255 255 255 / .05)
}

.nehodlX-brand {
    transition: all 0.5s var(--anim-curve);
    transform-origin: right center
}

.nehodlX-brand img {
    height: 44px;
    width: 185px;
    display: block
}

.nehodlX-search {
    flex: 1;
    max-width: 520px;
    margin: 0 40px;
    transition: all 0.4s ease
}

.nehodlX-search-box {
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / .03);
    border: 2px solid #fff0;
    border-radius: 14px;
    padding: 0 12px;
    height: 52px;
    transition: 0.3s
}

.dark-theme .nehodlX-search-box {
    background: rgb(255 255 255 / .03)
}

.nehodlX-search-box:focus-within {
    background: rgb(255 255 255 / .8);
    border-color: var(--nehodlX-primary);
    box-shadow: 0 4px 20px rgb(59 130 246 / .15)
}

.nehodlX-search-input {
    flex: 1;
    background: #fff0;
    border: none;
    outline: none;
    color: var(--nehodlX-text);
    font-size: 14px;
    font-family: 'vazirX';
    text-align: center
}

.nehodlX-kbd-shortcut {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 6px;
    color: var(--nehodlX-text-light);
    opacity: .6
}

.nehodlX-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 30
}

.nehodlX-sq-btn,.nehodlX-theme-btn,.nehodlX-btn-update {
    position: relative
}

.nehodlX-theme-btn {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid var(--nehodlX-border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nehodlX-text);
    background: #fff0;
    overflow: hidden
}

.nehodlX-icon-wrap {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nehodlX-sun,.nehodlX-moon {
    position: absolute;
    width: 24px;
    height: 24px;
    transition: all 0.5s cubic-bezier(.2,.8,.2,1)
}

.nehodlX-sun {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    color: #f59e0b
}

.nehodlX-moon {
    opacity: 0;
    transform: scale(.5) rotate(-90deg);
    color: #6366f1
}

.dark-theme .nehodlX-sun {
    opacity: 0;
    transform: scale(.5) rotate(90deg)
}

.dark-theme .nehodlX-moon {
    opacity: 1;
    transform: scale(1) rotate(0deg)
}

.nehodlX-sq-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--nehodlX-border);
    border-radius: 12px;
    transition: 0.3s;
    color: var(--nehodlX-text)
}

.nehodlX-sq-btn:hover {
    background: rgb(0 0 0 / .03);
    border-color: var(--nehodlX-text-light)
}

.nehodlX-icon-anim {
    transition: transform 0.4s ease;
    width: 20px;
    height: 20px
}

.nehodlX-sq-btn:hover .nehodlX-icon-anim {
    transform: rotate(-10deg) scale(1.1)
}

.nehodlX-btn-update {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--nehodlX-border);
    border-radius: 12px;
    transition: 0.3s;
    color: var(--nehodlX-text)
}

.nehodlX-btn-update:hover {
    background: rgb(0 0 0 / .03);
    border-color: var(--nehodlX-text-light)
}

.nehodlX-update-icon {
    transition: transform 0.4s ease;
    width: 20px;
    height: 20px
}

.nehodlX-btn-update:hover .nehodlX-update-icon {
    transform: rotate(-180deg)
}

.nehodlX-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(.68,-.55,.265,1.55);
    pointer-events: none;
    z-index: 100000;
    box-shadow: 0 10px 20px rgb(0 0 0 / .2)
}

.nehodlX-tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid #fff0;
    border-bottom-color: #1e293b
}

.nehodlX-btn-update:hover .nehodlX-tooltip,.nehodlX-sq-btn:hover .nehodlX-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(4px)
}

.nehodlX-account-group {
    display: flex;
    align-items: center;
    border: 1px solid var(--nehodlX-border);
    border-radius: 14px;
    padding: 4px;
    height: 46px;
    background: rgb(0 0 0 / .01)
}

.dark-theme .nehodlX-account-group {
    background: rgb(255 255 255 / .01)
}

.nehodlX-vip-part {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    color: var(--nehodlX-text);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
    height: 38px;
    line-height: 1
}

.nehodlX-vip-part:hover {
    background: rgb(245 158 11 / .1);
    color: #f59e0b
}

.nehodlX-divider {
    width: 1px;
    height: 20px;
    background: var(--nehodlX-border);
    margin: 0 12px
}

.nehodlX-login-part {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    background: #0f172a;
    color: #fff!important;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 33px;
    box-shadow: 1px 0 16px 0 rgb(15 23 42 / .15)
}

.nehodlX-login-part:hover {
    background: #334155
}

.dark-theme .nehodlX-login-part {
    background: #f8fafc;
    color: #0f172a!important
}

.dark-theme .nehodlX-login-part:hover {
    background: #fff;
    box-shadow: 0 0 20px rgb(255 255 255 / .1)
}

.nehodlX-bottom {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10
}

.nehodlX-nav-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative
}

.nehodlX-sticky-logo {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s var(--anim-curve);
    display: flex;
    align-items: center;
    transform: translateY(20px) scale(1.1);
    flex-shrink: 0
}

.nehodlX-sticky-logo img {
    height: 32px;
    height: 32px;
    width: auto;
    object-fit: contain;
    display: block
}

.nehodlX-menu ul {
    display: flex;
    gap: 4px;
    height: 100%;
    align-items: center
}

.nehodlX-menu li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px
}

.nehodlX-menu a {
    font-size: 14px;
    font-weight: 600;
    color: var(--nehodlX-text-light);
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 100%;
    position: relative
}

.nehodlX-menu a:hover {
    color: var(--nehodlX-text)
}

.dark-theme .nehodlX-menu a:hover {
    color: #fff
}

.nehodlX-menu-indicator {
    width: 14px;
    height: 14px;
    opacity: .5;
    transition: 0.3s
}

.nehodlX-has-mega:hover .nehodlX-menu-indicator {
    transform: rotate(180deg);
    opacity: 1;
    color: var(--nehodlX-primary)
}

.nehodlX-has-mega {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.nehodlX-dropdown {
    position: absolute;
    top: calc(100% + 35px);
    left: 50%;
    transform: translateX(-50%) translateY(10px) scale(.96);
    transform-origin: top center;
    background: var(--nehodlX-menu-bg);
    border: 1px solid var(--nehodlX-border);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 10px 40px -5px rgb(0 0 0 / .1),0 4px 6px -2px rgb(0 0 0 / .05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(.2,.8,.2,1);
    z-index: 10000
}

.nehodlX-has-mega:hover .nehodlX-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1)
}

.nehodlX-has-mega::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff0;
    display: block;
    z-index: 1050
}

.nehodlX-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: var(--nehodlX-menu-bg);
    border-top: 1px solid var(--nehodlX-border);
    border-left: 1px solid var(--nehodlX-border);
    border-radius: 2px;
    z-index: 1101
}

.dark-theme .nehodlX-dropdown {
    box-shadow: 0 20px 50px -10px rgb(0 0 0 / .6);
    border-color: rgb(255 255 255 / .06)
}

.dark-theme .nehodlX-dropdown::before {
    border-color: rgb(255 255 255 / .06)
}

.nehodlX-dropdown.small-mega-box {
    width: 340px;
    padding: 12px
}

.nehodlX-dropdown.links-mega-box {
    width: 550px;
    padding: 16px
}

.nehodlX-links-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px
}

.nehodlX-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    color: var(--nehodlX-text);
    transition: all 0.2s ease;
    text-decoration: none!important;
    height: auto!important;
    background: #fff0
}

.nehodlX-list-item:hover {
    background: rgb(59 130 246 / .06)
}

.dark-theme .nehodlX-list-item:hover {
    background: rgb(255 255 255 / .05)
}

.nehodlX-list-item i,.nehodlX-list-item svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--nehodlX-text-light);
    transition: color 0.2s
}

.nehodlX-list-item:hover i,.nehodlX-list-item:hover svg {
    color: var(--nehodlX-primary)
}

.nehodlX-item-content {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.nehodlX-item-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--nehodlX-text);
    line-height: 1.4
}

.nehodlX-list-item:hover .nehodlX-item-title {
    color: var(--nehodlX-primary)
}

.dark-theme .nehodlX-list-item:hover .nehodlX-item-title {
    color: #fff
}

.nehodlX-item-desc {
    font-size: 11px;
    color: var(--nehodlX-text-light);
    font-weight: 400;
    line-height: 1.4;
    opacity: .9
}

.nehodlX-mega-head {
    display: flex;
    align-items: center;
    padding: 0 12px 10px 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--nehodlX-border)
}

.nehodlX-mega-head.no-border {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: 8px
}

.nehodlX-mega-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--nehodlX-text-light);
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.nehodlX-mega-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    padding: 10px;
    background: rgb(59 130 246 / .05);
    color: var(--nehodlX-primary);
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    transition: 0.3s;
    text-decoration: none!important
}

.nehodlX-mega-footer-btn:hover {
    background: var(--nehodlX-primary);
    color: #fff
}

.nehodlX-ads-link .nehodlX-item-title {
    color: #f97316!important
}

.nehodlX-ads-link i {
    color: #f97316!important
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.nehodlX-heart-anim {
    color: #ef4444!important;
    animation: heartBeat 1.5s infinite
}

.nehodlX-sticky-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-20px);
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.5s var(--anim-curve);
    pointer-events: none
}

.nehodlX-s-btn {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 38px;
    width: 38px;
    border-radius: 8px;
    background: #fff0;
    border: 1px solid var(--nehodlX-border);
    color: var(--nehodlX-text);
    transition: all 0.3s cubic-bezier(.25,1,.5,1);
    padding: 0;
    cursor: pointer;
    text-decoration: none
}

.nehodlX-s-icon {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nehodlX-s-text {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    transform: translateX(10px);
    transition: all 0.3s ease
}

.nehodlX-s-btn:hover {
    width: auto;
    padding-left: 14px;
    background: rgb(59 130 246 / .08);
    border-color: var(--nehodlX-primary);
    color: var(--nehodlX-primary)
}

.nehodlX-s-btn:hover .nehodlX-s-text {
    opacity: 1;
    max-width: 100px;
    transform: translateX(0)
}

.nehodlX-s-btn.login-sticky {
    width: auto;
    padding-left: 14px;
    background: var(--nehodlX-text);
    color: #fff;
    border-color: #fff0
}

.nehodlX-s-btn.login-sticky .nehodlX-s-text {
    opacity: 1;
    max-width: 100px;
    transform: translateX(0)
}

.nehodlX-s-btn.vip-sticky:hover {
    background: linear-gradient(135deg,#FFC107,#FF9800);
    color: #fff;
    border-color: #fff0
}

.nehodlX-left-info {
    margin-right: auto;
    padding-left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    min-width: 250px
}

.nehodlX-slide-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--nehodlX-text-light);
    transition: opacity 0.5s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px
}

.nehodlX-header.compact .nehodlX-clipper {
    height: 0;
    opacity: 0;
    transform: translateY(-25px) scale(.9);
    visibility: hidden;
    margin: 0;
    overflow: hidden
}

.nehodlX-header.compact .nehodlX-brand {
    transform: translateY(-10px) translateX(20px) scale(.8);
    opacity: 0
}

.nehodlX-header.compact .nehodlX-wrapper {
    border-radius: var(--nehodlX-radius);
    padding-top: 6px;
    padding-bottom: 6px
}

.nehodlX-header.compact .nehodlX-sticky-logo {
    width: 120px;
    opacity: 1;
    margin-left: 24px;
    transform: translateY(0) scale(1)
}

.nehodlX-header.compact .nehodlX-sticky-actions {
    width: auto;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto
}

.nehodlX-header.compact .nehodlX-left-info {
    display: none
}

.nehodlX-progress-wrapper {
    position: absolute;
    bottom: -1px;
    left: 18px;
    right: 18px;
    height: 3px;
    overflow: hidden;
    z-index: 100
}

.nehodlX-progress-bar {
    height: 100%;
    width: 0;
    background: #80808036;
    box-shadow: 0 -1px 10px rgb(0 0 0 / .2);
    border-radius: 2px;
    transition: width 0.1s linear
}

.dark-theme .nehodlX-progress-bar {
    background: #fff;
    box-shadow: 0 0 15px rgb(255 255 255 / .5)
}

.nehodlX-mobile-bar,.nehodlX-mobile-drawer,.nehodlX-overlay {
    display: none
}

@media (max-width: 1024px) {
    .nehodlX-desktop-only {
        display:none!important
    }

    .nehodlX-left-info {
        display: none!important
    }

    .nehodlX-sticky-actions {
        display: none!important
    }

    .nehodlX-wrapper {
        height: 68px;
        padding: 0 16px;
        justify-content: center
    }

    .nehodlX-header.compact .nehodlX-wrapper {
        height: 60px;
        padding: 0 16px
    }

    .nehodlX-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%
    }

    .mob-right-group {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .mob-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: #fff0;
        border: none;
        color: var(--nehodlX-text);
        cursor: pointer;
        padding: 0;
        margin-right: -8px
    }

    .tablet-logo {
        display: none
    }

    .mob-left-actions {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .mob-icon-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--nehodlX-border);
        color: var(--nehodlX-text);
        background: rgb(0 0 0 / .02);
        transition: 0.2s;
        cursor: pointer
    }

    .dark-theme .mob-icon-btn {
        background: rgb(255 255 255 / .05)
    }

    .mob-account-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1e293b;
        color: #fff;
        border: none;
        box-shadow: 0 4px 12px rgb(30 41 59 / .2)
    }

    .dark-theme .mob-account-btn {
        background: #3b82f6;
        color: #fff;
        box-shadow: 0 4px 12px rgb(59 130 246 / .3)
    }

    .nehodlX-mobile-drawer {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 85%;
        max-width: 320px;
        background: rgb(255 255 255 / .916);
        backdrop-filter: blur(20px) saturate(180%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        border-left: 1px solid rgb(255 255 255 / .6);
        box-shadow: -10px 0 40px rgb(0 0 0 / .1);
        z-index: 20000;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(.16,1,.3,1)
    }

    .dark-theme .nehodlX-mobile-drawer {
        background: rgb(15 23 42 / .5);
        border-left: 1px solid rgb(255 255 255 / .1)
    }

    .nehodlX-mobile-drawer.active {
        transform: translateX(0)
    }

    .nehodlX-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / .4);
        backdrop-filter: blur(4px);
        z-index: 15000;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s
    }

    .nehodlX-overlay.active {
        opacity: 1;
        visibility: visible
    }
input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}
.nehodlX-search-input {
    flex: 1;
    background: #fff0;
    border: none;
    outline: none;
    color: var(--nehodlX-text);
    font-size: 14px;
    font-family: 'vazirX';
    text-align: center
}
.elementor-17691 .elementor-element.elementor-element-cb2ac0f{
width: calc(100% - 152px) !important;
}


.nehodlX-wrapper {
    border-radius: 14px !important;
}
.elementor-element.elementor-element-4adf0bf.e-con-full.e-flex.e-con.e-child {
    width: calc(100% - 256px);
}
.elementor-17691 .elementor-element.elementor-element-4adf0bf:not(.elementor-motion-effects-element-type-background), .elementor-17691 .elementor-element.elementor-element-4adf0bf > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    border-radius: 14px;
    width: calc(100% - 256px) !important;
    background-color: #FFFFFF;
}


.elementor-17691 .elementor-element.elementor-element-fe8c3cd {
    width: calc(100% - 256px) !important;
}

.button,button,fieldset,input,select,textarea {
  margin-bottom: 0em !important;
}








.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
background-color: #ffffff00 !important;
    border: none !important;
box-shadow: none;
font-size: 14px !important;
font-family: 'dana';
margin: 0;

}
:root {
    --nehodlX-bg: #f8fafc;
    --nehodlX-border: #e2e8f0;
    --nehodlX-primary: #3b82f6;
    --nehodlX-primary-light: #eff6ff;
    --nehodlX-text: #334155;
    --nehodlX-text-light: #64748b;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4adf0bf */.elementor-17691 .elementor-element.elementor-element-4adf0bf{

width: calc(100% - 256px);

}/* End custom CSS */