/**
 * Copyright (c) 2025 SaliBot
 * @Contributors : Salar Izadi
 */
@import "../fonts/fonts.css";@import "../dependencies/duDialog/duDialog.min.css";@import "../dependencies/swiper/swiper.min.css";@import "../dependencies/@salarizadi/all-in-one.min.css";@import "../dependencies/fancybox/fancybox.css";@import "../dependencies/highlight/styles/github-dark-dimmed.min.css";:root{--sb-bg:#fff;--sb-cl:#000;--sb-primary-bg:#001efd;--sb-primary-cl:#001efd;--sb-card-padding:clamp(1rem, 2vw, 1rem);--sb-card-radius:clamp(12px, 2vw, 16px);--sb-gradient-img:url(../img/gradient.png);--sb-noise-bg:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");--click-spark-color:#001EFF;--navigation-bar-bg:white;--navigation-bar-icon-color:var(--sb-cl);--navigation-bar-icon-size:32px;--navigation-bar-light-width:64px;--navigation-bar-light:var(--sb-primary-cl);--navigation-bar-light-ray:linear-gradient(to bottom, rgba(0, 30, 253, 0.20) -50%, rgba(255, 255, 255, 0) 90%);--swipetoast-font:IRANSans;--wifi-background:#62abff;--wifi-front-color:#4f29f0;--wifi-back-color:#c3c8de;--wifi-text-color:#414856;--range-slider-width:100%;--range-slider-height:6px;--range-slider-bg:rgb(82, 82, 82);--range-slider-border-radius:999px;--range-slider-level-color:#fff;--range-slider-level-transition-duration:.1s;--range-slider-icon-margin:15px;--range-slider-icon-color:var(--range-slider-bg);--range-slider-icon-size:25px}*,*::before,*::after{margin:0;padding:0;border:none;outline:none;user-select:none;-ms-user-select:none;-moz-user-select:none;box-sizing:border-box;-webkit-user-drag:none;-webkit-user-select:none;-webkit-tap-highlight-color:#fff0}*{font-family:IRANSansBOLD}::-webkit-scrollbar{width:5px;height:0}a{text-decoration:unset!important;color:inherit;font-family:IRANSans}button{width:fit-content;height:fit-content}button[disabled]{opacity:.8}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:inherit!important;-webkit-box-shadow:0 0 0 1000px #fff0 inset!important}html:not(.full-screen){padding-top:var(--mobile-status-bar-height,0);padding-bottom:var(--mobile-navigation-bar-height,0)}html,body{width:100%;height:100%;position:relative}html::-webkit-scrollbar{width:0;height:0}body{overflow:hidden;-ms-overflow-style:none;-webkit-overflow-scrolling:unset;font-family:IRANSansBOLD;padding:unset!important}body::before{--size:45px;--line:color-mix(in lch, canvasText, transparent 70%);content:"";height:100vh;width:100vw;position:fixed;background:linear-gradient(90deg,var(--line) 1px,transparent 1px var(--size)) 50% 50% / var(--size) var(--size),linear-gradient(var(--line) 1px,transparent 1px var(--size)) 50% 50% / var(--size) var(--size);-webkit-mask:linear-gradient(-20deg,transparent 50%,white);mask:linear-gradient(-20deg,transparent 50%,white);top:0;left:0;transform-style:flat;pointer-events:none;z-index:-1;opacity:.6}page{overflow:hidden!important;box-shadow:rgb(0 0 0 / .02) 0 1px 3px 0,rgb(27 31 35 / .15) 0 0 0 1px}lock-page{background-color:rgb(0 0 0 / 20%);position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:999}.splash-screen{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;z-index:999999;display:flex;justify-content:center;align-items:center;flex-direction:column}.splash-screen-logo{width:125px;height:125px;display:flex;justify-content:center;align-items:center}.splash-screen-logo img.show{width:100%;height:100%;display:block}.splash-screen-logo img:not(.show){display:none}.splash-screen-logo:has(img.show) #wifi-loader{display:none}.splash-screen-text{font-size:20px;font-weight:700;text-align:center;margin-bottom:10px;letter-spacing:.2px;position:relative}.splash-screen-text::before,.splash-screen-text::after{content:attr(data-text)}.splash-screen-text::before{color:var(--wifi-text-color)}.splash-screen-text::after{color:var(--wifi-front-color);animation:text-animation76 3.6s ease infinite;position:absolute;margin:auto;left:0;right:0}.splash-screen-loader{position:absolute;bottom:50px}.sb-bg-gradient{width:100%;height:100%;background:var(--sb-gradient-img) center center;background-size:cover;position:absolute;z-index:-10;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:.5;-webkit-opacity:.2;top:0;left:0}app-bar{display:flex;width:100%;height:60px;box-shadow:rgb(9 30 66 / .25) 0 1px 1px,rgb(9 30 66 / .13) 0 0 1px 1px;justify-content:space-between;align-items:center;background:var(--sb-bg);position:sticky;will-change:transform;top:0;margin:auto;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:99;padding:0 10px}app-bar .left{display:flex;justify-content:flex-end;align-items:center;height:100%;.box-energy{display:flex;justify-content:flex-end;align-items:center;margin-left:15px}}app-bar .left #sb-volumes{display:block;font-size:16px;margin-right:5px;position:relative;top:2px}html[dir='rtl'] app-bar .left #sb-volumes{margin-right:0;margin-left:5px;font-family:IRANSansBOLD}app-bar .left i.energy-icon{font-size:22px}app-bar #app-bar-backbutton{border-radius:12px;width:35px;height:35px;background:#e5e1e1;display:flex;justify-content:center;align-items:center;cursor:pointer}app-bar #app-bar-backbutton i{font-size:20px}.swiper-wrapper{height:auto!important}.swiper-wrapper{height:auto!important}.swiper-slide{height:auto}.du-dialog{font-family:IRANSans,sans-serif;background-color:rgb(0 0 0 / .2)!important;.dlg-wrapper{box-shadow:rgb(0 0 0 / .05) 0 0 0 1px,#d1d5db 0 0 0 1px inset}}.du-dialog .dlg-header{font-family:IRANSansBOLD,sans-serif;font-size:18px}.dlg-action.cancel-action{color:red}.du-dialog .dlg-actions .opt-out-grp input[type=checkbox]{display:none}.du-dialog .dlg-actions .opt-out-grp label{font-size:15px}html[dir=rtl] .du-dialog .dlg-actions .opt-out-grp label{padding-left:unset;padding-right:30px;&::before{left:unset;right:2px}&::after{left:unset;right:5px}}.swipetoast-container{z-index:9999999!important;padding-top:var(--mobile-status-bar-height,0)!important;padding-bottom:var(--mobile-navigation-bar-height,0)!important}layout{display:block;position:relative;top:0;width:100%;height:calc(100% - 130px);overflow:hidden}layout .swiper-slide.layout-slide{height:100%;overflow:auto;margin:0!important}.layout-slide:has(.slide-page-loader) .swiper-slide{display:flex;justify-content:center;align-items:center}layout .swiper-wrapper.layout-slide{height:100%!important}layout container{padding:8px 10px!important}navigation-bar{position:absolute;width:100%;height:70px;display:grid;grid-template-columns:repeat(5,1fr);background:var(--navigation-bar-bg);box-shadow:rgb(9 30 66 / .25) 0 1px 1px,rgb(9 30 66 / .13) 0 0 1px 1px;overflow:hidden;margin:auto;bottom:0;z-index:99}navigation-bar.hide{display:none}navigation-bar ul{height:100%;display:flex;justify-content:center;align-items:center}navigation-bar ul li{list-style:none;width:var(--navigation-bar-icon-size);height:var(--navigation-bar-icon-size)}navigation-bar ul li a{display:block;width:100%;height:100%;cursor:pointer}navigation-bar ul li a svg,navigation-bar ul li a i{fill:var(--navigation-bar-icon-color);width:100%;height:100%;opacity:.5;transition:opacity 100ms ease;pointer-events:none;font-size:32px}navigation-bar ul li a.active svg,navigation-bar ul li a.active i{opacity:1}navigation-bar .tube-light{position:absolute;left:0;top:0;transform:translateX(-50%);width:var(--navigation-bar-light-width);height:5px;border-radius:5px;background:var(--navigation-bar-light);transition:left 400ms ease;z-index:10}navigation-bar .tube-light .light-ray{position:absolute;left:-30%;top:5px;width:160%;height:80px;clip-path:polygon(5% 100%,25% 0,75% 0,95% 100%);background:var(--navigation-bar-light-ray);pointer-events:none}html.hide-navigation-bar,html.mobile:has(input:focus,textarea:focus){layout{height:calc(100% - 60px)}navigation-bar{display:none}}.sb-chatbot{.chat-footer{position:sticky;bottom:0;z-index:1000}.message-input{-webkit-user-select:text;user-select:text;font-size:16px}}.chat-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.scroll-view{background:transparent!important;width:100%}html[dir='rtl'] .scroll-view{direction:rtl}.scroll-view .pull-to-refresh{background:transparent!important}.scroll-view .refresh-spinner{width:36px;height:36px}.scroll-view .scroll-content{gap:0;padding:8px 10px 10px 5px!important}html[dir='rtl'] .scroll-view .scroll-content{padding:8px 5px 10px 8px!important}.scroll-loader .loader-spinner{width:26px;height:26px;position:absolute;left:0;right:0;margin:auto auto 20px}.scroll-view::-webkit-scrollbar{width:2px}.scroll-view::-webkit-scrollbar-track{background:#fff0}.scroll-view::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .2);border-radius:3px}.sb-input-grids{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;.sb-input-label{min-width:130px;max-width:130px;.input{max-width:80%}}}.sb-input-label{position:relative;width:100%;display:flex;border-radius:6px;border:2px solid #bbb;padding:10px 8px 10px 10px;text-align:left;margin-bottom:20px;.icon{position:absolute;top:53%;right:0;transform:translate(-50%,-50%);transition:all 0.3s ease;color:#c5c5c5;font-size:20px;svg{width:24px;height:24px;stroke:#bbb;color:#bbb}}span{position:absolute;top:-14px;background-color:#fff;font-size:12px;padding:0 5px}.input{width:90%;background-color:#fff0;outline:none;border:none;color:#929292;font-size:13px}}.sb-input-label:has(.input:active),.sb-input-label:has(.input:focus){transition:all 0.2s linear;outline:none;border:2px solid #818cf8;background-color:#fff;box-shadow:0 0 0 5px rgb(129 140 248 / 30%);.icon svg{stroke:#000;color:#000}i.icon{color:#000}}.sb-input-label .input:focus{color:#000}html[dir='rtl'] .sb-input-label .icon{right:unset;left:20px}html[dir=rtl] input.rtl-to-ltr-placeholder{direction:ltr;text-align:left}html[dir=rtl] input.rtl-to-ltr-placeholder:placeholder-shown{direction:rtl;text-align:right}.blog-item-holder{width:100%;height:fit-content}.blog-item{display:flex;justify-content:flex-start;margin-bottom:10px;cursor:pointer}html[dir='rtl'] .blog-item{direction:rtl}.blog-card{width:100%;min-height:100px;background:#fff;border-radius:8px;box-shadow:rgb(0 0 0 / .05) 0 0 0 1px;padding:8px;display:flex;justify-content:flex-start}.blog-image{width:fit-content;height:100px;img{width:130px;height:100%;border-radius:8px}}.blog-description{padding:0 8px;position:relative;width:100%}.blog-description .blog-title{font-size:13px}.blog-description .blog-bottom{display:grid;grid-template-columns:repeat(2,1fr);position:absolute;bottom:0;width:100%;height:22px;padding:0 10px 0 0}html[dir='rtl'] .blog-description .blog-bottom{padding:0 0 0 10px}.blog-description .blog-category{font-size:12px}.blog-description .blog-datetime{display:flex;justify-content:flex-end}.blog-description .blog-datetime span{font-size:11px}.sb-profile{width:100%;height:100%;overflow:auto;padding:10px}.sb-profile .profile-holder{width:100%;height:80px;background:#fff;border-radius:12px;box-shadow:rgb(0 0 0 / .05) 0 0 0 1px;display:flex;justify-content:flex-start;align-items:center;padding:8px;margin-bottom:15px;cursor:pointer}.sb-profile .user-img{width:60px;height:60px}.sb-profile .user-img img{width:inherit;height:inherit;border-radius:8px}.sb-profile .user-info{width:100%;height:100%;padding:0 10px 0 0;position:relative;display:grid;grid-template-columns:repeat(2,1fr)}html[dir='ltr'] .sb-profile .user-info{padding:0 0 0 10px}.sb-profile .user-info #id-acc{font-size:12px;display:block;position:absolute;bottom:0}.sb-profile .user-info .profile-display-full{display:flex;justify-content:flex-end;align-items:center}.sb-profile .user-info .profile-display-full svg{width:30px;height:30px}html[dir='ltr'] .sb-profile .user-info .profile-display-full svg{transform:rotate(180deg)}.sb-profile-photo{width:100%;height:fit-content;display:flex;justify-content:center;align-items:center;img{border-radius:12px;width:80px;height:80px}}#sb-form-profile{margin-top:25px;width:100%;height:fit-content;display:flex;justify-content:center;align-items:center;flex-direction:column}.sb-validate-email{width:100%;input{text-align:center!important}.otp-timer{font-size:13px;margin-top:0;margin-bottom:10px}button{width:100%;height:40px;border-radius:6px;background:#202e94;color:#fff;cursor:pointer}}.profile-mini-section{width:100%;height:80px;background:#fff;border-radius:12px;box-shadow:rgb(0 0 0 / .05) 0 0 0 1px;display:flex;justify-content:flex-start;align-items:center;padding:8px;margin-bottom:15px}.profile-plan-stats{.half-progress{margin-left:10px}.details{width:100%;height:100%;padding:5px 15px;display:flex;justify-content:space-between;align-items:center;.energy-value{display:flex;align-items:center;font-size:12px;margin-top:10px;i{margin-right:5px;font-size:14px;position:relative;bottom:2px}}.time{display:flex;direction:ltr;gap:20px;h4{display:flex;flex-direction:column;text-align:center;span{font-size:11px;text-align:center;color:#6b6a6a}}}}}html[dir=rtl] .profile-plan-stats{.half-progress{margin-left:unset;margin-right:10px;margin-top:15px}.details{.energy-value i{margin-right:unset;margin-left:5px}}}.frozen-energy-section{height:70px;position:relative;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.frozen-energy-section .icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-size:25px;color:#0bf;border-radius:12px;background:#fbf9f9}.frozen-energy-section .detail{height:100%;padding:5px 10px 0;display:flex;flex-direction:column;gap:8px;span{font-size:13px}.value{font-size:13px;i{font-size:14px;margin-right:5px}}}html[dir=rtl] .frozen-energy-section .detail .value i{margin-right:unset;margin-left:5px}.frozen-energy-section .fa-question-circle{position:absolute;left:15px;font-size:20px}.achievements{width:100%;height:160px;background:var(--sb-bg);margin-top:20px;border-radius:12px;padding:8px;box-shadow:rgb(0 0 0 / .05) 0 0 0 1px}.achievements .title-section{margin-bottom:10px}.achievements .title-section .between-title{width:100%;display:flex;justify-content:space-between}.achievements .title-section .between-title h5{font-size:15px}.achievements .title-section .between-title span{font-size:13px}.achievements .title-section h4{margin-bottom:5px}.achievements .swiper-wrapper{padding:6px 4px}.achievements .swiper-slide:last-child .achievements-card{margin-right:10px}html[dir='rtl'] .achievements .swiper-slide:last-child .achievements-card{margin-right:0;margin-left:10px}.achievements-card{height:85px;background:#fff;border-radius:12px;padding:8px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:rgb(193 193 193 / 30%) 0 0 0 3px;cursor:pointer}.achievements-card img,.achievements-card svg{width:100%;height:100%}.achievements-card .title-achievement{position:relative;top:4px}.settings{width:100%;height:fit-content;margin-top:20px}.settings li{width:100%;height:45px;background:var(--sb-bg);margin-bottom:10px;border-radius:6px;padding:8px;box-shadow:rgb(0 0 0 / .05) 0 0 0 1px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.settings li .detail,.settings li .icon{display:flex;justify-content:flex-start;align-items:center;font-size:15px}.settings li .icon{svg{width:22px;height:22px}i{font-size:15px}}.settings li .icon span{font-family:IRANYekan,IRANSans,sans-serif;margin-left:8px;font-size:13px;font-weight:700}html[dir='rtl'] .settings li .icon span{margin-left:unset;margin-right:8px}.settings li .detail{justify-content:flex-end}.settings li .detail span{font-size:14px;margin-right:4px}html[dir='rtl'] .settings li .detail span{margin-right:0;margin-left:4px}.settings li .detail{svg{width:22px;height:22px}i{font-size:15px}}html[dir='ltr'] .settings li .detail svg{transform:rotate(180deg)}.sb-games{width:100%;height:100%;padding:8px}.sb-games-grid{width:100%;height:fit-content;display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:5px 0 15px}.sb-card-game{width:100%;height:190px;background:var(--sb-bg);border-radius:15px;box-shadow:rgb(0 0 0 / .05) 0 0 0 3px,#d1d5db 0 0 0 2px inset}.sb-card-game .sb-card-game-border-top{width:60%;height:3%;background:#d1d5db;margin:auto;border-radius:0 0 15px 15px}.sb-card-game span{font-weight:600;color:#000;text-align:center;display:block;padding-top:15px;font-size:16px}.sb-card-game .img{width:75px;height:75px;background:whitesmoke;border-radius:15px;margin:10px auto auto;background-position:center!important;background-size:cover!important}.sb-card-game button{padding:8px 25px;display:block;border-radius:8px;border:none;margin:5px auto auto;background:var(--sb-primary-bg);color:#fff;font-weight:600;cursor:pointer}.sb-card-game button:hover{transition:all 0.3s linear;background:#534bf3}.sb-home{width:100%;height:100%;padding:12px}.sb-main-slider{width:100%;height:100px}.sb-main-slider .swiper-slide{height:100px;border-radius:8px}.sb-main-slider .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}chat-controls{display:flex;align-items:center;gap:8px;width:100%;height:100%;background:inherit;position:absolute;top:0;left:0;z-index:10;justify-content:space-between;padding:0 8px;overflow:hidden}chat-controls .control-button{display:flex;height:40px;align-items:center;gap:8px;padding:8px 16px;border:none;color:var(--text-color);cursor:pointer;border-radius:8px;background:#f0f0f0}chat-controls .control-button i{font-size:16px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease}chat-controls .control-button span{font-size:13px;font-weight:500;white-space:nowrap}chat-controls .single-message-control.hidden{display:none}.floating-button-group{position:fixed;background:whitesmoke;border-radius:4px;padding:2px;display:flex;gap:2px;box-shadow:0 2px 5px rgb(0 0 0 / .2);z-index:1000;transition:all 0.15s ease-out;opacity:0}.floating-button-group.visible{opacity:1}.floating-button-group button{background:#fff0;color:#000;border:none;border-radius:3px;padding:8px 12px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background-color 0.2s}.floating-button-group button:hover{background:rgb(0 0 0 / 10%)}.floating-button-group button i{font-size:14px}.floating-button-group .divider{width:1px;background:#ccc;margin:4px 0}html:not(.mobile) .chat-body .text,.chat-body .message.selected.selectable .text{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;cursor:text}.chat-body.has-selection .message:not(.selecting) .text{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.sb-chatbot{direction:ltr;width:100%;height:100%;overflow:hidden;box-shadow:0 0 128px 0 rgb(0 0 0 / .1),0 32px 64px -48px rgb(0 0 0 / .5);transition:all 0.1s ease;pointer-events:auto;transform:scale(1)}.sb-chatbot .chat-body{padding:6px;gap:5px;display:flex;height:calc(100% - 55px);overflow-y:auto;margin-bottom:82px;flex-direction:column;scrollbar-width:thin;.message{transition:opacity 0.2s ease-in-out;opacity:1}.message-hidden{opacity:0;pointer-events:none}.chat-loader{width:100%;display:flex;justify-content:center;font-size:25px;color:blue}}.sb-chatbot .chat-body-empty{display:none;justify-content:center;align-items:center;height:100%}.sb-chatbot .chat-body:not(:has(.message)) .chat-body-empty{display:flex}.sb-chatbot .chat-body,.sb-chatbot .chat-form .message-input:hover{scrollbar-color:#ccccf5 #fff0}.sb-chatbot .chat-body .message{display:flex;gap:6px;align-items:center;padding:6px;position:relative}.sb-chatbot .chat-body .message .bot-avatar{width:35px;height:35px;padding:6px;fill:#fff;flex-shrink:0;margin-bottom:2px;align-self:flex-end;border-radius:50%;background:#5350C4}.sb-chatbot .chat-body .message .message-text{padding:12px 8px;max-width:90%;.markdown-content{li,p{font-family:IRANSans,sans-serif}pre{padding:2px}code{font-family:IRANSans,monospace}pre{margin-bottom:10px}pre .toolbar-codebox{width:100%;height:20px;background:#22272e;border-radius:6px 6px 0 0;direction:ltr;display:flex;align-items:center;justify-content:space-between;padding:6px 15px 3px;border-bottom:1px solid #ccc;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;.copy-button{position:relative;top:-1.5px;font-size:10px;color:#fff;background:#fff0;cursor:pointer}}pre code.hljs{padding:10px;border-radius:0 0 6px 6px}pre code.hljs:has(table){padding:10px 5px}code:not(.hljs){display:inline-block;background:#ffffff26;height:20px!important;padding:0 4px}code:empty{display:none}table{margin:0}.hljs{padding:10px}td.hljs-ln-numbers{display:block;width:35px;color:whitesmoke}.hljs-ln-numbers{-webkit-touch-callout:none;text-align:center;color:#ccc;vertical-align:top;border-right:1px solid #CCC!important;position:sticky;left:-6px;z-index:1;border-right:1px solid #ddd;background-color:#22272E;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hljs-ln-code{width:100%;padding-left:10px!important;white-space:pre;& *{font-size:12px}}.hljs-ln{border-collapse:collapse;width:100%;font-size:11px;font-family:'Monaco','Menlo',monospace;color:#8e8e8e}.hljs-ln-n:before{content:attr(data-line-number);font-size:11px}.hljs-ln td{padding:0;border:none}.code-block-wrapper{margin:1.5em 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgb(0 0 0 / .1)}@media (prefers-color-scheme:dark){.hljs-ln-numbers{color:#666;border-right-color:#444!important}.hljs-ln-code{color:#e1e4e8}}.color-preview{border:none!important;box-shadow:#d1d5db 0 0 0 1px inset!important}}}.sb-chatbot .chat-body .message .message-text .table-container{width:100%;overflow-x:auto;margin:.5rem 0;border-radius:8px;background:#fff;box-shadow:0 2px 12px rgb(32 32 32 / .1);table:not(pre table){width:min-content;min-width:100%;border-collapse:collapse;background:#fff;font-size:13px;thead,tbody,tr{table-layout:fixed}th,td{min-width:150px;padding:.4rem .6rem;text-align:right;border-bottom:1px solid #eee;font-family:IRANSans;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}th:first-child,td:first-child{position:sticky;right:0;z-index:1;background:inherit}th{background:#f8f9fa;font-weight:600;color:#2c3e50;font-family:IRANSansBOLD;white-space:nowrap;font-size:12px;position:sticky;top:0;z-index:2}td{color:#444;font-size:12px}}}.sb-chatbot .text{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;hyphens:auto;text-align:justify;text-justify:inter-word;box-sizing:border-box;font-size:12px;font-family:IRANSans}html[dir='rtl'] .sb-chatbot .chat-body .message .text{direction:rtl}.sb-chatbot .chat-body .message .retry-message{width:100%;margin-top:10px;background:#fff0;border:2px solid #fff;border-radius:6px;font-size:10px;padding:5px;color:inherit;cursor:pointer}.sb-chatbot .chat-footer .reply-message{direction:ltr;display:flex;align-items:center;width:100%;height:50px;margin-bottom:10px;border-radius:12px;background:whitesmoke;padding:0 12px}.sb-chatbot .chat-footer .reply-message .fa-reply{font-size:24px}.sb-chatbot .chat-footer .reply-message .target-message{width:100%;height:100%;direction:rtl;padding:6px;.text{font-size:12px;width:100%;height:100%;padding:2px 10px 0 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.5;white-space:unset!important;span{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:14px}}.preview-container{width:100%;height:100%;display:flex;justify-content:space-between;img{max-width:50px;height:100%}i{font-size:22px;margin:8px}svg{width:25px}}}html[dir='rtl'] .sb-chatbot .chat-footer .reply-message .target-message{.text{padding:2px 0 0 10px}}.sb-chatbot .chat-footer .reply-message .cancel-reply{width:35px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:4px;cursor:pointer;i{font-size:20px;color:red}}.sb-chatbot .chat-body .message .message-text:has(.thinking-indicator){white-space:unset;padding:2px 16px}.sb-chatbot .chat-body .bot-message .message-text{background:#2196F3;color:#FFF;border-radius:13px 13px 13px 3px}html[dir='rtl'] .sb-chatbot .chat-body .bot-message .message-text{direction:rtl;text-align:right}.sb-chatbot .chat-body .user-message{--water-fill-color:rgba(83, 80, 196, 0.65);justify-content:flex-end}.sb-chatbot .chat-body .bot-message{--water-fill-color:rgba(33, 150, 243, 0.65)}.sb-chatbot .chat-body .user-message .message-text{color:#fff;background:#5350C4;border-radius:13px 13px 3px 13px}.sb-chatbot .chat-body .user-message .attachment{width:50%;margin-top:-7px;border-radius:13px 3px 13px 13px}.sb-chatbot .chat-body .bot-message .thinking-indicator{display:flex;gap:4px;padding-block:15px}.sb-chatbot .chat-body .bot-message .thinking-indicator .dot{height:7px;width:7px;opacity:.7;border-radius:50%;background:#fff;animation:dotPulse 1.8s ease-in-out infinite}.sb-chatbot .chat-body .bot-message .thinking-indicator .dot:nth-child(1){animation-delay:0.2s}.sb-chatbot .chat-body .bot-message .thinking-indicator .dot:nth-child(2){animation-delay:0.3s}.sb-chatbot .chat-body .bot-message .thinking-indicator .dot:nth-child(3){animation-delay:0.4s}.sb-chatbot .chat-body .bot-message.selectable:not(:has(.thinking-indicator)):before,.sb-chatbot .chat-body .user-message.selectable:not(:has(.thinking-indicator)):after{content:"";width:15px;height:15px;border-radius:50%;border:2px solid #ccc;position:absolute;bottom:10px}.sb-chatbot .chat-body .user-message.selectable{.message-text,.message-image,.message-audio{margin-right:20px}}.sb-chatbot .chat-body .bot-message.selectable{.message-text,.message-image,.message-audio{margin-left:20px}}.sb-chatbot .chat-body .message.selected{cursor:pointer;background:#dddddd75;border-radius:8px}.sb-chatbot .chat-body .bot-message.selected:before{background-color:#2196f3}.sb-chatbot .chat-body .user-message.selected:after{background-color:#5350c4}.sb-chatbot .chat-body .message .reply-message{width:100%;height:35px;border-left:2px solid #ccc;background-color:#8c8c8c73;border-radius:2px;margin-bottom:10px;.text{width:100%;height:100%;font-size:9px;padding:4px;overflow:auto;white-space:unset}.text,.preview-container .text{user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;cursor:unset}.preview-container{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 3px;position:relative;img{width:25px;height:30px;margin-left:10px;cursor:pointer;border-radius:2px}.text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.6}.text.quoted{height:20px;padding:4px 20px;-webkit-line-clamp:1}.text.quoted::before{content:"\f10e";font-family:'Font Awesome 5 Pro';position:absolute;top:0;right:5px;font-size:12px}.text.quoted::after{content:"\f10d";font-family:'Font Awesome 5 Pro';position:absolute;bottom:0;left:5px;font-size:12px}.no-message{display:block!important;padding:0!important}.message-audio{width:200px;min-height:50px!important;max-width:none!important;background:transparent!important;padding:5px 2px 4px!important}}}.sb-chatbot .chat-body .message .reply-message:has(.message-audio){height:fit-content}html[dir='rtl'] .sb-chatbot .chat-body .message .reply-message .preview-container{img{margin-left:0;margin-right:10px}}.sb-chatbot .chat-footer{position:absolute;bottom:0;width:100%;padding:10px}.sb-chatbot .chat-footer .chat-form{position:relative;border-radius:8px;background-color:#fff;outline:1px solid #CCCCE5;box-shadow:0 0 8px rgb(0 0 0 / .06);transition:0s ease,border-radius 0s}html[dir='rtl'] .sb-chatbot .chat-footer .chat-form{padding:0 10px}.sb-chatbot .chat-form .chat-form-controls-holder{display:flex;align-items:center;position:relative;width:100%;height:100%;top:0;left:0}.sb-chatbot .chat-form:has(.drop-file){border:2px dashed var(--sb-primary-bg);.chat-controls,.message-input{display:none}}.sb-chatbot .chat-form .drop-file{width:100%;height:45px;display:flex!important;justify-content:center;align-items:center}.sb-chatbot .chat-form .progress-container{direction:ltr;position:absolute;width:100%;height:100%;top:0;left:0}.sb-chatbot .chat-form .progress-bar{width:0;height:100%;background-color:#2196f329;transition:width 0.3s ease-in-out;border-radius:8px 0 0 8px}.sb-chatbot .chat-form .progress-bar.ended{border-radius:8px!important}.sb-chatbot .chat-form:focus-within{outline:2px solid #5350C4}.sb-chatbot .chat-form .message-input{width:100%;height:44px;outline:none;resize:none;border:none;max-height:180px;scrollbar-width:none;border-radius:inherit;font-family:IRANSans;font-size:13px;padding:10px 0 12px 12px;scrollbar-color:#fff0 #fff0;overflow-y:auto;border-radius:8px;margin-left:2px}.sb-chatbot .chat-form .message-input::-webkit-scrollbar{width:0!important;height:0!important;display:none}.sb-chatbot .chat-form .message-input::-webkit-scrollbar-track{background:#fff0}.sb-chatbot .chat-form .message-input::-webkit-scrollbar-thumb{background:#fff0}.sb-chatbot .chat-form .chat-controls{gap:3px;height:47px;display:flex;padding-right:6px;align-items:center;align-self:flex-end}.sb-chatbot .chat-form .chat-controls button{height:35px;width:35px;border:none;cursor:pointer;color:#706DB0;border-radius:6px;font-size:1.15rem;background:none;transition:0.2s ease}body .chat-controls #voice-message svg,body .chat-controls .file-upload-wrapper svg,body .chat-controls #send-message svg{width:70%;height:70%}html[dir='rtl'] .chat-controls #send-message svg{transform:rotate(180deg)}.sb-chatbot .chat-form .chat-controls #send-message{color:#fff;display:none;background:#5350C4}.sb-chatbot .chat-form .chat-controls #send-message:hover{background:#3d39ac}.sb-chatbot .chat-form .file-upload-wrapper{position:relative;height:35px;width:35px;display:flex;justify-content:center;align-items:center}.sb-chatbot .chat-form .file-upload-wrapper :where(button,img){position:absolute}.sb-chatbot .chat-form .file-upload-wrapper img{height:95%;width:100%;object-fit:cover;border-radius:6px}.sb-chatbot .chat-form .file-upload-wrapper.file-uploaded{margin-right:10px}html[dir="rtl"] .sb-chatbot .chat-form .file-upload-wrapper.file-uploaded{margin-right:0;margin-left:10px}.sb-chatbot .chat-form .file-upload-wrapper :where(img,#file-cancel),.sb-chatbot .chat-form .file-upload-wrapper.file-uploaded #file-upload{display:none}.sb-chatbot .chat-form .file-upload-wrapper.file-uploaded img,.sb-chatbot .chat-form .file-upload-wrapper.file-uploaded:hover #file-cancel{display:block}.sb-chatbot .chat-form .file-upload-wrapper{i.icon-loading,i.icon-file{font-size:22px}}.sb-chatbot .chat-form .voice-message-recording{width:100%;height:45px;display:flex;justify-content:center;align-items:center}.preview-voice-recorded{direction:ltr;display:flex;align-items:center;width:100%;height:50px;margin-bottom:10px;border-radius:12px;background:whitesmoke;padding:0 8px;button{cursor:pointer}button#cancel-voice{width:35px;height:35px;border-radius:6px}button#cancel-voice:hover{background:#e5e5e5}}.preview-voice-recorded .controls button{width:35px;height:35px;font-size:24px;background:#fff0}.preview-voice-recorded .timeline-voice{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.preview-voice-recorded .waveform-voice{width:100%;height:100%;display:flex;align-items:center;padding:0 5px}.preview-voice-recorded .waveform{padding:0 6px!important}.preview-voice-recorded .waveform-container{height:30px!important;background:#374ffd!important;canvas{padding:5px 12px}}.message-audio{width:200px;min-height:60px;max-width:75%;font-size:.95rem;background:#5350c4;border-radius:13px 13px 3px 13px;padding:8px}.message-audio:has(.reply-message){padding:0 8px 8px}.bot-message .message-audio{background:#2196F3;border-radius:13px 13px 13px 3px}.message-audio .audio{display:flex;justify-content:flex-start;align-items:center}.sb-chatbot .control{width:40px;height:40px;background:#fff;border-radius:6px;position:relative;overflow:hidden;cursor:pointer;.control-loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:20px}}.sb-chatbot .control.playable{display:flex;justify-content:center;align-items:center}.sb-chatbot .control.playable{svg{width:20px;height:20px}i{font-size:22px}}.user-message .control.playable{svg path,i{fill:#5350c4!important;color:#5350c4!important;font-size:22px}}.bot-message .control.playable{svg path,i{fill:#2196f3!important;color:#2196f3!important}}.message-audio .info{width:75%;height:100%;padding:2px 2px 2px 6px;color:#fff;.wave-loader li{margin:0 5.5px!important}.waveform .range-slider{--range-slider-bg:#c4c4c4;--range-slider-level-color:#fff;height:22px}}html[dir='rtl'] .message-audio .info{padding:2px 6px 2px 0}.message-audio .info .bottom{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.message-audio .info .waveform:empty~.bottom,.message-audio .info:has(.waveform:empty) .bottom{margin-top:0}.message-audio .info .bottom h6{width:70%;overflow:hidden;text-wrap:wrap;text-overflow:ellipsis;white-space:nowrap}.message-audio .info .bottom .time{font-size:10px;position:relative}.message-audio .text{font-size:11px;color:#fff}.message-audio .text:not(:empty){margin-top:10px}.message-audio .waveform-container{background:transparent!important;height:20px!important;border-radius:unset!important}.message-audio .waveform-container .waveform{padding:0!important}.sb-chatbot .download,.sb-chatbot .upload{width:100%;height:100%;position:relative;overflow:hidden}.sb-chatbot .download .icon,.sb-chatbot .upload .icon{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.sb-chatbot .download .icon i,.sb-chatbot .upload .icon i{font-size:24px;font-weight:700}.sb-chatbot .bot-message .download .icon i,.sb-chatbot .bot-message .upload .icon i,.sb-chatbot .bot-message .control-loading{fill:#2196F3;color:#2196F3}.sb-chatbot .user-message .download .icon i,.sb-chatbot .user-message .upload .icon i,.sb-chatbot .bot-message .control-loading{fill:#5350c4;color:#5350c4}.sb-chatbot .download .progress-text,.sb-chatbot .upload .progress-text{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:10px;color:whitesmoke;position:absolute;z-index:2}.message-image{padding:8px;max-width:75%;font-size:13px;color:#fff;border-radius:13px 13px 3px 13px;.image-container{position:relative;cursor:pointer;img{height:auto;min-height:50px;min-width:100%;max-width:150px;border-radius:10px}.control-parent{width:100%;height:100%;background:#0000004f;position:absolute;top:0;left:0;border-radius:10px;display:flex;justify-content:center;align-items:center}}p:not(:empty){margin-top:10px;font-size:11px;white-space:pre-line;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;box-sizing:border-box;padding-bottom:5px}}.chat-body .retry-upload{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:20px;color:#000}.user-message .message-image{background:#5350C4}.bot-message .message-image{background:#2196F3}html[dir='rtl'] .message-audio,html[dir='rtl'] .message-image{direction:rtl;text-align:right}#scroll-btb-chatbot{position:absolute;width:28px;height:28px;bottom:70px;left:0;right:0;margin:auto;background:#fff;border-radius:8px;cursor:pointer;box-shadow:rgb(0 0 0 / .05) 0 0 0 1px,#d1d5db 0 0 0 2px inset;display:none;&::before{content:'\f078';font-family:FontAwesome;width:100%;height:100%;display:flex;justify-content:center;align-items:center}}.sb-tools{width:100%;height:100%;padding:12px;max-width:1400px;margin:0 auto;overflow:auto}.sb-tools h1{font-size:24px;margin-bottom:20px;color:var(--sb-cl);padding:0 12px;font-weight:600}.sb-tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 8px}.sb-tool-card{background:var(--sb-bg);border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all 0.2s ease;position:relative;overflow:hidden;min-height:140px;border:1px solid rgb(0 0 0 / .05);box-shadow:rgb(0 0 0 / .05) 0 0 0 3px,#d1d5db 0 0 0 2px inset}.sb-tool-card:active{background:#f9f9f9;transform:scale(.98)}.sb-tool-card .tool-icon{width:72px;height:72px;background:var(--sb-primary-bg);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.sb-tool-card .tool-icon i{font-size:32px;color:#fff}.sb-tool-card h3{font-size:16px;color:var(--sb-cl);text-align:center;margin:5px 0 0;font-weight:500}.sb-tool-sandbox,.sb-game-sandbox{width:100%;height:calc(100% - 60px);display:flex;justify-content:center;align-items:center;.line-loader{position:absolute}}.sb-game-sandbox{height:100%}body:has(.login-container){display:flex;justify-content:center;align-items:center}.login-container{width:100%;margin:0 auto;padding:20px;text-align:center;border-radius:var(--sb-card-radius)}.login-logo{width:125px;height:125px;margin:0 auto 20px;border-radius:50%}.login-logo img{width:100%;height:100%;object-fit:contain}.login-title{font-size:24px;font-weight:700;color:var(--sb-cl);margin-bottom:10px;font-family:Lalezar;font-weight:400}.login-subtitle{font-size:14px;color:#707579;margin-bottom:30px;padding:0 20px}.login-form{text-align:left}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;color:#707579;margin-bottom:8px}html[dir='rtl'] .form-group label{text-align:right}.form-group input.field-login{padding:12px;border:1px solid #DADCE0;border-radius:8px;font-size:16px;color:var(--sb-cl);background:var(--sb-bg);text-align:unset;width:100%}html[dir=rtl] .form-group input:not(.country-code,.phone-number){direction:rtl;text-align:right}.login-form .grid-inputs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.country-select{width:100%;padding:12px;border:1px solid #DADCE0;border-radius:8px;font-size:16px;color:var(--sb-cl);background:var(--sb-bg);cursor:pointer;display:flex;justify-content:space-between;align-items:center;.country-flags{font-size:22px;position:relative;top:3px;margin-right:5px}}.phone-input{display:flex;gap:10px}.phone-input .country-code{width:70px;padding:12px;border:1px solid #DADCE0;border-radius:8px;font-size:16px;color:var(--sb-cl);background:var(--sb-bg);text-align:center}.phone-input .phone-number{text-align:left}.login-button{width:100%;padding:12px;background:var(--sb-primary-bg);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;margin-bottom:15px;transition:background-color 0.2s}.login-button:hover{background:#0016d9}.telegram-login-button{width:100%;padding:12px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;margin-bottom:15px;transition:all 0.2s ease;display:flex;justify-content:center;align-items:center;gap:10px;background:#fff0;border:2px solid #001efd;position:relative;font-family:'IRANSansBold'}html[dir='rtl'] .telegram-login-button{direction:rtl}.telegram-login-button i{font-size:20px;position:absolute;right:10px;color:#001efd}.other-login{display:block;text-align:center;color:var(--sb-primary-cl);text-decoration:none;font-family:IRANSansBold;font-size:14px;font-weight:500;cursor:pointer}.other-login:hover{text-decoration:underline}.telegram-login{.login-form{margin-top:40px}#input-telegram-id{text-align:center}}.login-logo.telegram-logo{background-image:url(../img/icons/t_logo_sprite.svg);display:block;margin:-8px auto;animation:500ms steps(30) both;background-repeat:no-repeat;background-size:cover;margin-bottom:20px}.login-logo.telegram-logo.play{animation-name:t-logo-play}.dialog-countries{.dlg-content{zoom:1.2;direction:ltr}.dlg-select-item{padding:0 15px!important}.dlg-select-item .dlg-select-radio+.dlg-select-lbl:before{display:none!important}.dlg-select-item .dlg-select-lbl{padding-left:0!important;color:#000}}.privacy-policy{position:absolute;width:fit-content;height:45px;background:whitesmoke;bottom:20px;right:20px;border-radius:35px;display:flex;align-items:center;padding:0 12px;box-shadow:rgb(0 0 0 / .05) 0 0 0 3px,#d1d5db 0 0 0 2px inset;cursor:pointer;i{font-size:25px;color:blue}h6{padding:0 10px;font-size:15px}}.privacy-policy:hover{transition:box-shadow 0.5s;box-shadow:rgb(65 132 255 / .05) 0 0 0 3px,#0000ff 0 0 0 2px inset}.otp-container .login-logo{position:relative;bottom:50px}.otp-phone-display{background:rgb(0 30 253 / .03);border:1px solid rgb(0 30 253 / .1);border-radius:12px;padding:12px 15px;margin:0 auto 50px;width:fit-content;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all 0.2s ease}.otp-phone-display:hover{background:rgb(0 30 253 / .05);border-color:rgb(0 30 253 / .2)}.otp-phone-display .phone-icon{color:var(--sb-primary-cl);font-size:18px}.otp-phone-display .phone-number{font-size:16px;color:var(--sb-cl);font-weight:500;.country-flags{font-size:21px;position:relative;top:3px;margin-right:10px}}.otp-phone-display .edit-icon{color:var(--sb-primary-cl);font-size:14px;opacity:.7;transition:opacity 0.2s ease;margin-left:5px}.otp-phone-display:hover .edit-icon{opacity:1}.otp-input-container{display:flex;justify-content:space-between;margin:20px 0}.otp-input{width:60px;height:60px;text-align:center!important;font-size:24px;font-weight:700;border:2px solid #DADCE0;border-radius:12px;margin:0 5px;-webkit-appearance:none;-moz-appearance:textfield;caret-color:#fff0;color:var(--sb-cl);background-color:#fff0;transition:all 0.2s ease;position:relative;user-select:none}.otp-input:focus{border-color:var(--sb-primary-cl);box-shadow:0 0 0 3px rgb(0 30 253 / 30%);outline:none;background-color:rgb(0 30 253 / .03)}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-input::selection{background-color:#fff0}.otp-input::-moz-selection{background-color:#fff0}.otp-input:disabled{opacity:.7;cursor:not-allowed}.otp-input:not(:placeholder-shown){background-color:rgb(0 30 253 / .03);border-color:var(--sb-primary-cl)}.otp-timer{text-align:center;margin-top:15px;color:#707579;font-size:14px}#countdown-timer{margin-left:5px;font-weight:700;color:var(--sb-primary-cl)}html[dir='rtl'] #countdown-timer{margin-right:5px;margin-left:0}#resend-code{display:block;text-align:center;margin-top:15px;font-size:14px;color:var(--sb-primary-cl);opacity:.8;transition:all 0.2s ease}#resend-code:hover{opacity:1}#verify-otp-button{transition:all 0.3s ease}#verify-otp-button:disabled{cursor:not-allowed}.otp-input:focus{transform:scale(1.05)}.language-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.language-selection-container{width:100%;height:90%;padding:12px;border-radius:8px;position:relative;overflow:hidden}.language-selection-container::before{content:"";position:absolute;top:80px;left:0;right:0;height:10px;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgb(255 255 255 / .8) 0%,#fff0 100%)}.language-selection-container::after{content:"";position:absolute;bottom:0;left:0;right:0;height:10px;z-index:1;pointer-events:none;background:linear-gradient(to top,rgb(255 255 255 / .8) 0%,#fff0 100%)}.language-title{font-size:20px;font-weight:600;margin-top:50px;margin-bottom:60px;position:relative;z-index:2;width:100%;text-align:center;font-size:30px}.language-options{width:100%;height:calc(100% - 135px);overflow:auto;position:relative;bottom:0;padding:10px 5px;display:flex;flex-direction:column-reverse;mask-image:linear-gradient(to bottom,transparent,black 10px,black calc(100% - 10px),transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 10px,black calc(100% - 10px),transparent)}.language-options::-webkit-scrollbar{width:4px}.language-options::-webkit-scrollbar-track{background:#fff0}.language-options::-webkit-scrollbar-thumb{background:rgb(0 30 253 / .2);border-radius:4px}.language-option{font-weight:500;height:55px;min-height:55px;position:relative;display:flex;align-items:center;padding:0 12px;gap:12px;border-radius:8px;cursor:pointer;user-select:none;transition:all 0.2s ease;margin-bottom:15px;flex-shrink:0;background-color:#faf8f8}.language-option:hover{background-color:#f5f5f5}.language-option.selected{color:#001efd;background-color:rgb(0 30 253 / .05);box-shadow:0 0 0 1px rgb(0 30 253 / .3)}.language-icon{width:24px;display:flex;justify-content:center;align-items:center}.language-icon .country-flags{font-size:22px}.language-radio{width:16px;height:16px;position:absolute;right:12px;accent-color:#001efd}html[dir='rtl'] .language-radio{right:auto;left:12px}.language-name{font-size:16px}.du-dialog:has(.energy-plans){.dlg-header{padding:16px 10px 8px}.dlg-content{padding:0 10px 20px!important}}.sb-buy-energy-list{width:100%;height:100%;padding:10px 0!important;list-style:none;margin:0;li{width:100%;min-height:115px;padding:20px 5px;background:#fff;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:flex-start;color:#000;cursor:pointer;margin-bottom:15px;transition:all 0.3s linear;div.icon{width:60px;height:100%;display:flex;justify-content:center;align-items:center;font-size:35px}div.info{padding:0 8px;.description{display:block;width:100%;margin-top:10px;font-size:14px;color:#666;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;hyphens:auto}}i.chevron:before{content:'\f053';font-family:"Font Awesome 5 Pro";font-size:22px}}li:last-child{margin:0}li:hover{border-color:#0068ff;box-shadow:rgb(0 119 255 / .05) 0 0 0 4px inset}}.sb-buy-energy-list.energy-plans{.info{width:100%;.header{margin-bottom:25px}.price{color:#000;background:#f0f0f0;min-height:35px;align-items:center;border-radius:6px;margin-top:15px;padding:10px;font-size:14px;.old-price-parent{display:flex;flex-direction:column;position:relative}.old-price-parent[data-symbol]{padding:0 0 0 40px}.old-price-parent[data-symbol]::before{content:attr(data-symbol);position:absolute;left:0;top:10px;font-size:12px}.old-price-parent[data-symbol='$']{padding:0;&::before{left:-20px;font-size:16px}}.old-price-parent:nth-child(2){font-size:15px}.old-price{text-align:left;color:#9f9f9f;position:relative}.old-price::before{content:"";position:absolute;left:0;top:50%;width:100%;height:1.5px;background-color:red;transform:translateY(-50%)}}.price.discount{color:#fff;background:#ff0000b3;direction:ltr}}}.custom-energy-form{padding:10px 0;.sb-input-label{direction:rtl!important;.icon{left:unset!important;right:0!important;margin-top:-1px}}input#custom-energy{width:100%;font-size:20px;text-align:center}#show-payment-methods{width:100%;height:50px;font-size:15px;margin-top:22px;border-radius:4px;background:#005bfd;color:#fff;cursor:pointer}}.custom-energy-skus{width:100%;height:50px;margin-top:25px;.swiper{padding:10px 0}.swiper-slide{width:125px;height:45px;display:flex;justify-content:center;align-items:center;box-shadow:rgb(0 0 0 / .05) 0 0 0 3px,#d1d5db 0 0 0 2px inset;border-radius:8px;cursor:pointer;color:#000}.swiper-slide.swiper-slide-active{box-shadow:rgb(0 0 0 / .05) 0 0 0 3px,#0061f7 0 0 0 2px inset}}#amount-payable.text-space-between{padding:10px 0;#amount{font-size:16px}}.coupon-box{width:100%;height:40px;display:flex;justify-content:flex-start;align-items:center;gap:5px;margin-top:15px;margin-bottom:15px;input{border:1px solid #ccc;width:75%;height:100%;padding:0 10px;border-radius:6px}button{width:30%;height:100%;font-size:14px;background:var(--sb-primary-bg);color:#fff;border-radius:6px;padding:0 13px;cursor:pointer}button#cancel-coupon{width:20%;background:red}}.coupon-box:has(#cancel-coupon){input{width:80%}}.list-gateways{width:100%;height:fit-content;list-style:none;li{width:100%;height:75px;background:#fcfcfc;border-radius:6px;box-shadow:rgb(0 108 255 / 5%) 0 0 0 3px inset;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;margin-bottom:10px;div.radio-box{height:100%;display:flex;align-items:center;padding:0 10px;input{width:15px;height:15px}}div.icon{width:40px;height:100%;display:flex;justify-content:center;align-items:center;padding:0 5px;img{width:40px;height:40px}}div.detail{width:100%;height:100%;padding:10px 10px;h5{color:#000}span{font-size:12px}}}li.active{box-shadow:rgb(0 31 255 / 71%) 0 0 0 3px inset}}.sb-verify-payment{width:100%;height:fit-content;padding:25px 0;.status-icon{position:relative;margin:auto;left:0;right:0;width:65px;height:65px;display:flex;justify-content:center;align-items:center;background:whitesmoke;border-radius:8px;color:#000;font-size:30px;&.success{color:green}&.failed{color:red}}ul{width:100%;list-style:none;margin:30px 0 0;li{border-bottom:2px dashed #ccc;padding:10px 0}}span.description{font-size:14px;display:block;margin-top:20px;color:#000}}.get-energy-btm-sheet{width:100%;height:fit-content;display:flex;flex-direction:column;align-items:center;padding:5px 0;gap:25px}.get-energy-btm-sheet img{width:115px;height:115px}.get-energy-btm-sheet span{text-align:center;font-size:15px}.get-energy-btm-sheet button{width:100%;height:50px;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:16px;background:#0078ff;color:#fff}.diary-page{width:30%;height:100%;position:relative;margin:auto;left:0;right:0;padding:12px}.diary-page ul{width:100%;height:100%;list-style:none;overflow:auto;padding-bottom:35px;&:has(.empty-text){display:flex;justify-content:center;align-items:center}li{width:100%;height:120px;display:flex;justify-content:flex-start;position:relative;border-radius:12px;padding:4px;gap:5px;margin-bottom:15px;cursor:pointer;div.right,div.left{box-shadow:rgb(27 31 35 / .15) 0 0 0 1px}div.right{width:85%;height:100%;border-radius:8px;position:relative;background:#f7f7f7;padding:6px 10px;display:flex;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;hyphens:auto;text-align:justify;text-justify:inter-word;box-sizing:border-box;line-height:2.2;font-size:.85rem;overflow:auto}div.left{width:15%;height:100%;background:#f7f7f7;border-radius:8px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;font-size:12px}}}#support-frame{width:100%;height:100%;background:#E6EAEA}#support-frame .support-content .messages{width:90%;height:calc(100% - 120px);direction:ltr;position:relative;margin:auto;left:0;right:0}#support-frame .support-content .messages::-webkit-scrollbar{width:8px;background:#fff0}#support-frame .support-content .messages::-webkit-scrollbar-thumb{background-color:rgb(0 0 0 / .3)}#support-frame .support-content .messages ul{width:100%;height:100%;display:inline-block;font-size:.9em;overflow:hidden;overflow-y:auto;padding-bottom:20px}#support-frame .support-content .messages ul li{display:inline-block;clear:both;float:left;margin:15px 15px 5px 15px;width:calc(100% - 25px);font-size:.9em}#support-frame .support-content .messages ul li:nth-last-child(1){margin-bottom:20px}#support-frame .support-content .messages ul li div{max-width:350px;display:flex;flex-direction:column}#support-frame .support-content .messages ul li img{width:30px;border-radius:50%;float:left}#support-frame .support-content .messages ul li p{width:100%;display:inline-block;padding:10px 15px;border-radius:20px 12px 20px 20px;font-size:15px;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;hyphens:auto;text-align:justify;text-justify:inter-word;line-height:1.8;font-family:'IRANYekan';user-select:text}html[dir=rtl] #support-frame .support-content .messages ul li p{direction:rtl}#support-frame .support-content .messages ul li.user img{float:right;margin:6px 0 8px 8px}#support-frame .support-content .messages ul li.user div{float:right}#support-frame .support-content .messages ul li.user p{background:#f5f5f5}#support-frame .support-content .messages ul li.support img{margin:6px 8px 8px 0}#support-frame .support-content .messages ul li.support p{background:#0082ff;color:#f5f5f5;border-radius:12px 20px 20px 20px}#support-frame .support-content .messages ul li .button-message{width:100%;height:40px;border:2px solid #ccc;background:whitesmoke;border-radius:12px;color:#000;cursor:pointer;margin-top:10px}#support-frame .support-content .message-input{z-index:99;width:90%;height:50px;position:relative;bottom:20px;padding:0 12px;left:0;right:0;margin:auto}#support-frame .support-content .message-input .wrap{position:relative}#support-frame .support-content .message-input .wrap input{float:left;border:none;width:calc(100% - 60px);height:100%;padding:12px;color:#32465a;border-radius:12px;font-size:14px}#support-frame .support-content .message-input .wrap input:focus{outline:none}#support-frame .support-content .message-input .wrap .attachment{position:absolute;right:60px;z-index:4;margin-top:10px;font-size:1.1em;color:#435f7a;opacity:.5;cursor:pointer}#support-frame .support-content .message-input .wrap .attachment:hover{opacity:1}#support-frame .support-content .message-input .wrap button{float:right;border:none;width:50px;height:100%;padding:12px 0;cursor:pointer;background:#0082ff;color:#f5f5f5;border-radius:12px;font-size:20px}#support-frame .support-content .message-input .wrap button[disabled]{background:rgb(0 130 255 / .69)}#support-frame .support-content .message-input .wrap button:not([disabled]):hover{background:#0072d9}#myfriends .container{width:100%;height:calc(100% - 60px);background:#fff;padding:30px;overflow:auto}#myfriends .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:40px}#myfriends .stat-card{background:#fff;border:1px solid #e5e7eb;padding:24px;border-radius:16px;box-shadow:0 1px 3px rgb(0 0 0 / .1);transition:all 0.3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}#myfriends .stat-card:hover{transform:translateY(-4px);border-color:#3b82f6}#myfriends .stat-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}#myfriends .stat-icon{width:40px;height:40px;background:rgb(59 130 246 / .1);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.3s ease}#myfriends .stat-icon i{font-size:20px;color:#3b82f6}#myfriends .stat-card:hover .stat-icon{background:rgb(59 130 246 / .15);transform:scale(1.1)}#myfriends .stat-label{font-size:16px;color:#64748b;font-weight:500;line-height:1.4}#myfriends .stat-number{font-size:2.25rem;font-weight:700;color:#1e293b;line-height:1;text-align:right}html[dir=rtl] #myfriends .stat-number{text-align:left}#myfriends .invitation-section{background:#fff;border:2px solid #e5e7eb;padding:35px;border-radius:20px;margin-bottom:30px;box-shadow:0 8px 25px rgb(0 0 0 / .06);transition:all 0.3s ease}#myfriends .invitation-section:hover{border-color:#3b82f6;box-shadow:0 12px 35px rgb(59 130 246 / .1)}#myfriends .invitation-section h2{color:#1e293b;margin-bottom:25px;font-size:19px;display:flex;align-items:center;gap:12px}#myfriends .section-icon{color:#3b82f6;font-size:1.4rem}#myfriends .invite-code-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:25px}#myfriends .input-group{display:flex;flex-direction:column}#myfriends .input-group label{margin-bottom:8px;color:#555;font-weight:500}#myfriends .input-container{display:flex;background:#f8fafc;border:2px solid #e5e7eb;border-radius:15px;overflow:hidden;transition:all 0.3s ease;box-shadow:0 2px 10px rgb(0 0 0 / .05);cursor:pointer}#myfriends .input-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .1);transform:translateY(-2px)}#myfriends .input-container:hover{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .1);transform:translateY(-2px)}#myfriends .input-container input{flex:1;padding:15px 18px;border:none;outline:none;font-size:1rem;background:#fff0;font-weight:500;cursor:pointer;text-align:center}#myfriends .share-buttons{display:flex;justify-content:center}#myfriends .share-btn{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;border:2px solid #e5e7eb;padding:15px 30px;border-radius:15px;cursor:pointer;transition:all 0.3s ease;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:10px}#myfriends .share-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgb(59 130 246 / .15)}#myfriends .share-btn i{font-size:1.3rem}#myfriends .friends-table-section{background:#fff;border:2px solid #e5e7eb;padding:35px;border-radius:20px;box-shadow:0 8px 25px rgb(0 0 0 / .06);transition:all 0.3s ease}#myfriends .friends-table-section:hover{border-color:#3b82f6;box-shadow:0 12px 35px rgb(59 130 246 / .1)}#myfriends .friends-table-section h2{color:#1e293b;margin-bottom:25px;font-size:19px;display:flex;align-items:center;gap:12px}#myfriends .table-container{overflow-x:auto;border-radius:10px;background:#fff;box-shadow:0 3px 10px rgb(0 0 0 / .05)}#myfriends table{width:100%;border-collapse:collapse}#myfriends th{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:15px;text-align:right;font-weight:500}#myfriends td{padding:15px;border-bottom:1px solid #f0f0f0;color:#555}#myfriends tr:hover{background:rgb(74 144 226 / .05)}#myfriends .status-badge{display:inline-block;padding:4px 12px;border-radius:15px;font-size:.8rem;font-weight:500}#myfriends .status-active{background:rgb(34 197 94 / .1);color:#16a34a}#myfriends .status-pending{background:rgb(249 115 22 / .1);color:#ea580c}#myfriends .empty-state{text-align:center;padding:40px 20px;color:#666}#myfriends .empty-state img{width:80px;height:80px;opacity:.5;margin-bottom:15px}.want-exit-app{display:flex;align-items:center;flex-direction:column;padding:40px 20px;gap:45px;i{font-size:80px;color:#2983f5}div{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;button{width:100%;height:45px;border-radius:8px;font-size:16px;cursor:pointer}#cancel{background:#006aff;color:#fff}#exit{border:2px solid red;background:#fff0;color:red}}}.feedback-app{display:flex;align-items:center;flex-direction:column;gap:40px;text-align:center;.icon{font-size:80px;color:var(--submit-comment-color,#006aff)}textarea{width:100%;height:120px;border-radius:6px;padding:8px;resize:none;font-size:15px;box-shadow:rgb(0 0 0 / .05) 0 0 0 3px,#d1d5db 0 0 0 2px inset;&:hover,&:focus{box-shadow:rgb(0 106 255 / .05) 0 0 0 3px,#006aff 0 0 0 2px inset}}.buttons{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;button{width:100%;height:45px;border-radius:8px;cursor:pointer;font-size:14px}#not-now{border:2px solid #6d6d6d;background:#fff0;color:#6d6d6d}#submit-comment{background:var(--submit-comment-color,#006aff);color:#fff}}}.fillable-stars{display:flex;justify-content:center;align-items:center;gap:5px;font-size:30px;i{cursor:pointer}i.far{color:#aaa}i.fa{color:#006AFF;-webkit-text-stroke:2px #D1D5DB}}#waveform{flex-grow:1;height:40px}.water{position:absolute;left:0;top:0;width:100%;height:100%;transform:translateY(116%);background:var(--water-fill-color);transition:transform 0.3s ease}.water svg{position:absolute;width:116px;height:6px;bottom:100%;transform:translateZ(0);z-index:1}.water svg:nth-child(1){right:0;fill:var(--water-fill-color);opacity:.5;-webkit-animation:water-forward 1.4s infinite linear;animation:water-forward 1.4s infinite linear}.water svg:nth-child(2){left:0;fill:var(--water-fill-color);opacity:.5;margin-bottom:-1px;-webkit-animation:water-backward 1.65s infinite linear;animation:water-backward 1.65s infinite linear}.line-loader{width:160px;height:4px;background-color:#d7d7d7;border-radius:20px;overflow:hidden;position:relative}.line-loader .child{width:60px;height:100%;background-color:var(--sb-primary-bg);border-radius:20px;z-index:0;position:absolute;left:-60px;animation:line-loader 2s 0s infinite}.waveform-loader{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.waveform-loader .line-loader{background-color:#fff}.waveform-loader .line-loader .child{background-color:#000}.waveform:has(.wave-loader){height:20px;display:flex;justify-content:center;align-items:center}#waveform-voice:has(.wave-loader) .waveform{height:100%}.wave-loader{border-radius:50px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0;margin:0;cursor:pointer;transition:ease 0.2s;position:relative}.wave-loader li{list-style:none;height:60%;width:4px;border-radius:10px;background:#fff;margin:0 6px;padding:0;animation-name:wave1;animation-duration:0.3s;animation-iteration-count:infinite;animation-direction:alternate;transition:ease 0.2s}.wave-loader:hover>li{background:#fff}.wave-loader li:nth-child(2){animation-name:wave2;animation-delay:0.2s}.wave-loader li:nth-child(3){animation-name:wave3;animation-delay:0.23s;animation-duration:0.4s}.wave-loader li:nth-child(4){animation-name:wave4;animation-delay:0.1s;animation-duration:0.3s}.wave-loader li:nth-child(5){animation-delay:0.5s}.wave-loader li:nth-child(6){animation-name:wave2;animation-duration:0.5s}.wave-loader li:nth-child(8){animation-name:wave4;animation-delay:0.4s;animation-duration:0.25s}.wave-loader li:nth-child(9){animation-name:wave3;animation-delay:0.15s}#wifi-loader{width:64px;height:64px;border-radius:50px;position:relative;display:flex;justify-content:center;align-items:center}#wifi-loader svg{position:absolute;display:flex;justify-content:center;align-items:center}#wifi-loader svg circle{position:absolute;fill:none;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;transform:rotate(-100deg);transform-origin:center}#wifi-loader svg circle.back{stroke:var(--wifi-back-color)}#wifi-loader svg circle.front{stroke:var(--wifi-front-color)}#wifi-loader svg.circle-outer{height:86px;width:86px}#wifi-loader svg.circle-outer circle{stroke-dasharray:62.75 188.25}#wifi-loader svg.circle-outer circle.back{animation:circle-outer135 1.8s ease infinite 0.3s}#wifi-loader svg.circle-outer circle.front{animation:circle-outer135 1.8s ease infinite 0.15s}#wifi-loader svg.circle-middle{height:60px;width:60px}#wifi-loader svg.circle-middle circle{stroke-dasharray:42.5 127.5}#wifi-loader svg.circle-middle circle.back{animation:circle-middle6123 1.8s ease infinite 0.25s}#wifi-loader svg.circle-middle circle.front{animation:circle-middle6123 1.8s ease infinite 0.1s}#wifi-loader svg.circle-inner{height:34px;width:34px}#wifi-loader svg.circle-inner circle{stroke-dasharray:22 66}#wifi-loader svg.circle-inner circle.back{animation:circle-inner162 1.8s ease infinite 0.2s}#wifi-loader svg.circle-inner circle.front{animation:circle-inner162 1.8s ease infinite 0.05s}#wifi-loader .wifi-dot{width:10px;height:10px;border-radius:50%;background-color:var(--wifi-front-color)}.back-to-top-cn{position:absolute;bottom:20px;right:10px;z-index:10;overflow:hidden;width:56px;height:56px;display:flex;justify-content:center;align-items:center}html[dir='rtl'] .back-to-top-cn{right:unset;left:10px}.back-to-top{position:relative;width:50px;height:50px;background:var(--sb-primary-bg);box-shadow:rgb(3 102 214 / .3) 0 0 0 3px;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:22px;color:#fff;left:-100px}.float-loader-holder{width:100%;height:100%;position:absolute;z-index:999999;top:0;left:0;display:flex;justify-content:center;align-items:center}.float-loader{position:relative;width:65px;height:65px;background:whitesmoke;box-shadow:rgb(3 102 214 / .3) 0 0 0 3px;border-radius:50%;overflow:hidden;--water-fill-color:rgba(33, 150, 243, 0.65);.float-loader-progress{width:100%;height:100%;position:relative;overflow:hidden}.progress-text{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:14px;color:whitesmoke;position:absolute;z-index:2}}.range-slider{width:100%;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.range-slider.rtl{-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.range-slider .range-icon{display:inline-block;vertical-align:top;margin-right:var(--range-slider-icon-margin);color:var(--range-slider-icon-color);width:var(--range-slider-icon-size);height:auto}.range-slider.rtl .range-icon{margin-right:0;margin-left:var(--range-slider-icon-margin)}.range-slider .range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--range-slider-width);height:var(--range-slider-height);background:var(--range-slider-bg);overflow:hidden;border-radius:var(--range-slider-border-radius);-webkit-transition:height var(--range-slider-level-transition-duration);-o-transition:height var(--range-slider-level-transition-duration);transition:height var(--range-slider-level-transition-duration);cursor:inherit}.range-slider .range-input::-webkit-slider-thumb{-webkit-appearance:none;width:0;height:0;-webkit-box-shadow:-200px 0 0 200px var(--range-slider-level-color);box-shadow:-200px 0 0 200px var(--range-slider-level-color)}.range-slider.rtl .range-input::-webkit-slider-thumb{-webkit-box-shadow:200px 0 0 200px var(--range-slider-level-color);box-shadow:200px 0 0 200px var(--range-slider-level-color)}.range-slider:hover .range-input,.range-slider .range-input.scale{height:calc(var(--range-slider-height) * 1.5)}.lazy-img{filter:blur(1px);transition:filter 0.3s ease}.lazy-img.loaded{filter:blur(0)}.noise{background-image:var(--sb-noise-bg)}img.noise{filter:brightness(.6);width:150px!important;height:150px!important}.space-between{width:100%;display:flex;justify-content:space-between}.text-space-between{width:100%;font-size:14px;display:flex;justify-content:space-between;color:#000}.space-dashed{border-bottom:dashed 2px #ccc;margin:10px 0}.half-progress{position:relative;margin:4px;float:left;text-align:center;.barOverflow{position:relative;overflow:hidden;width:90px;height:45px;margin-bottom:-14px}.bar{position:absolute;top:0;left:0;width:90px;height:90px;border-radius:50%;box-sizing:border-box;border:5px solid #eee;border-bottom-color:#0bf;border-right-color:#0bf}span{position:relative;bottom:10px}}.sb-rectangle-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000000f;z-index:999999999;display:flex;justify-content:center;align-items:center;box-shadow:rgb(0 0 0 / .05) 0 0 0 3px,#d1d5db 0 0 0 2px inset;div{width:80px;height:80px;background:#fff;border-radius:30px;display:flex;justify-content:center;align-items:center;font-size:40px;color:#4b4b4b}}.text-wrapping{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;hyphens:auto;text-align:justify;text-justify:inter-word;box-sizing:border-box;font-size:16px;color:#000;line-height:2}.bottom-sheet-overlay{background:rgb(204 204 204 / 20%)}@keyframes dotPulse{0%,44%{transform:translateY(0)}28%{opacity:.4;transform:translateY(-4px)}44%{opacity:.2}}@-webkit-keyframes water-backward{100%{transform:translateX(-50%)}}@keyframes water-backward{100%{transform:translateX(-50%)}}@-webkit-keyframes water-forward{100%{transform:translateX(50%)}}@keyframes water-forward{100%{transform:translateX(50%)}}@keyframes line-loader{0%{left:-60px;width:60px}100%{left:160px;width:60px}}@keyframes wave1{from{transform:scaleY(1)}to{transform:scaleY(.5)}}@keyframes wave2{from{transform:scaleY(.3)}to{transform:scaleY(.6)}}@keyframes wave3{from{transform:scaleY(.6)}to{transform:scaleY(.8)}}@keyframes wave4{from{transform:scaleY(.2)}to{transform:scaleY(.5)}}@keyframes circle-outer135{0%{stroke-dashoffset:25}25%{stroke-dashoffset:0}65%{stroke-dashoffset:301}80%{stroke-dashoffset:276}100%{stroke-dashoffset:276}}@keyframes circle-middle6123{0%{stroke-dashoffset:17}25%{stroke-dashoffset:0}65%{stroke-dashoffset:204}80%{stroke-dashoffset:187}100%{stroke-dashoffset:187}}@keyframes circle-inner162{0%{stroke-dashoffset:9}25%{stroke-dashoffset:0}65%{stroke-dashoffset:106}80%{stroke-dashoffset:97}100%{stroke-dashoffset:97}}@keyframes text-animation76{0%{clip-path:inset(0 100% 0 0)}50%{clip-path:inset(0)}100%{clip-path:inset(0 0 0 100%)}}@-webkit-keyframes t-logo-play{from{background-position:0% 0%}to{background-position:100% 0%}}@keyframes t-logo-play{from{background-position:0% 0%}to{background-position:100% 0%}}@media (min-width:320px){.sb-chatbot{zoom:1.2}.login-container{width:100%}.language-selection-container{width:100%;padding:15px}.sb-profile{zoom:1.2}}@media (min-width:480px){.sb-games-grid{grid-template-columns:repeat(3,1fr)}.sb-tools-grid{grid-template-columns:repeat(3,1fr);gap:16px;padding:0 12px}.sb-tool-card{min-height:160px;padding:20px}.sb-tool-card .tool-icon{width:80px;height:80px}.sb-tool-card .tool-icon i{font-size:36px}.sb-tool-card h3{font-size:17px}}@media (max-width:520px){.splash-screen{zoom:1.2}.chat-body{height:calc(90% - 55px);padding:25px 15px}.chat-footer{padding:10px 15px 15px}.chat-form .file-upload-wrapper.file-uploaded #file-cancel{opacity:0}.login-container{margin-bottom:80px;.privacy-policy{height:40px;margin:auto;left:0;right:0;i{font-size:18px}h6{font-size:13px}}}.language-selection-container{zoom:1.1}.sb-energy-type-list{zoom:.9}.profile-plan-stats{height:fit-content;.half-progress{margin:4px!important}.details{display:block;padding:0 4px;.plan-info{display:flex;justify-content:space-between;align-items:center}.energy-value{direction:ltr;display:flex;justify-content:center;align-items:center;gap:5px;margin-top:4px;i{margin:unset;bottom:0}}.time{justify-content:center;margin-top:15px}}}#myfriends .stats-grid{grid-template-columns:1fr}#myfriends .stat-card{padding:20px 16px}#myfriends .stat-number{font-size:1.75rem}}@media (min-width:680px){.sb-chatbot{zoom:unset}.splash-screen{zoom:1.4}.blog-item-holder{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.settings{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.sb-games-grid{grid-template-columns:repeat(4,1fr)}.sb-main-slider,.sb-main-slider .swiper-slide{height:150px}.sb-tools-grid{grid-template-columns:repeat(4,1fr);gap:20px;padding:0 16px}.sb-tool-card{min-height:180px;padding:24px}.sb-tool-card .tool-icon{width:88px;height:88px}.sb-tool-card .tool-icon i{font-size:40px}.sb-tool-card h3{font-size:18px}.login-container{width:50%}.language-selection-container{zoom:1.3;width:350px;padding:24px}}@media (min-width:680px) and (max-width:1400px){.blog-item-holder{grid-template-columns:repeat(2,1fr);margin-bottom:5px}.blog-description .blog-title{font-size:15px}.blog-description .blog-category{font-size:14px}.blog-description .blog-datetime span{font-size:13px}}@media (max-width:840px){.diary-page{width:100%}#support-frame .support-content .messages{max-height:calc(100% - 105px)}#support-frame .support-content .messages ul li div{max-width:300px}#support-frame .support-content .message-input .wrap input{padding:15px 15px 16px 8px}#support-frame .support-content .message-input .wrap .attachment{margin-top:17px;right:65px}#support-frame .support-content .message-input .wrap button{padding:16px 0}#myfriends .container{padding:20px}#myfriends .stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}#myfriends .stat-card{padding:24px 16px}#myfriends .stat-number{font-size:1.875rem}#myfriends .invite-code-container{grid-template-columns:1fr}#myfriends .share-buttons{justify-content:stretch}#myfriends .share-btn{flex:1;justify-content:center}#myfriends .table-container{font-size:.9rem}#myfriends th,td{padding:10px}.login-form .grid-inputs{display:flex;flex-direction:column-reverse}}@media (min-width:1024px){.splash-screen{zoom:1.5}.splash-screen .splash-screen-logo{position:relative;bottom:50px}.sb-games-grid{grid-template-columns:repeat(6,1fr)}.sb-main-slider,.sb-main-slider .swiper-slide{height:250px}.sb-chatbot{zoom:1.4}.sb-tools-grid{grid-template-columns:repeat(4,1fr);gap:24px;padding:0 20px}.sb-tool-card{min-height:200px;padding:28px}.sb-tool-card .tool-icon{width:96px;height:96px}.sb-tool-card .tool-icon i{font-size:44px}.sb-tool-card h3{font-size:19px}.login-container{width:50%}.language-selection-container{width:40%;height:90%;zoom:1.2}.sb-profile{zoom:1.5}}@media (min-width:1200px){.splash-screen{zoom:1.8}.settings{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sb-games{width:80%}.sb-games-grid{grid-template-columns:repeat(5,1fr)}.sb-tools-grid{grid-template-columns:repeat(4,1fr);gap:28px;padding:0 24px}.sb-tool-card{min-height:220px;padding:32px}.sb-tool-card .tool-icon{width:104px;height:104px}.sb-tool-card .tool-icon i{font-size:48px}.sb-tool-card h3{font-size:20px}}@media (min-width:1400px){.blog-item-holder{grid-template-columns:repeat(4,1fr);margin-bottom:5px}.blog-description .blog-title{font-size:15px}.blog-description .blog-category{font-size:14px}.blog-description .blog-datetime span{font-size:13px}.settings{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.sb-games{zoom:1.4;width:80%}.sb-games-grid{grid-template-columns:repeat(6,1fr)}.sb-main-slider,.sb-main-slider .swiper-slide{height:400px}.sb-chatbot{zoom:1.5;.chat-body{zoom:1.1}}.sb-tools-grid{grid-template-columns:repeat(4,1fr);gap:32px;padding:0 28px}.sb-tool-card{min-height:240px;padding:36px}.sb-tool-card .tool-icon{width:112px;height:112px}.sb-tool-card .tool-icon i{font-size:52px}.sb-tool-card h3{font-size:21px}.login-container{width:30%;zoom:1.2}.language-selection-container{width:30%;height:90%;zoom:1.5}}