:root{--hmyt-cw-button-bg:#1c274c;--hmyt-cw-icon-color:#fff;--hmyt-cw-panel-bg:#fff}[id^=hmyt-contact-widget-container]{z-index:999940;font-family:inherit;position:fixed}.hmyt-contact-widget-bottom_right{bottom:var(--hmyt-cw-fab-bottom-spacing);right:var(--hmyt-cw-fab-side-spacing)}.hmyt-contact-widget-bottom_left{bottom:var(--hmyt-cw-fab-bottom-spacing);left:var(--hmyt-cw-fab-side-spacing)}.hmyt-contact-fab{background-color:var(--hmyt-cw-button-bg);width:60px;height:60px;color:var(--hmyt-cw-icon-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #00000026}.hmyt-contact-fab:hover{transform:scale(1.1)}.hmyt-contact-fab svg{width:32px;height:32px;transition:transform .3s}.hmyt-contact-fab.open svg{transform:rotate(15deg)}.hmyt-contact-fab.hmyt-fab-with-label:before{content:var(--hmyt-cw-fab-label-text,"تماس با ما");white-space:nowrap;color:#fff;opacity:1;visibility:visible;background:#333;border-radius:15px;padding:4px 10px;font-size:11px;line-height:normal;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;position:absolute;top:-35px;right:50%;transform:translate(50%);box-shadow:0 2px 5px #0000001a}.hmyt-contact-fab.open:before{opacity:0;visibility:hidden}.hmyt-contact-panel{background-color:var(--hmyt-cw-panel-bg);visibility:hidden;opacity:0;transform-origin:100% 100%;border-radius:20px;flex-direction:column;width:320px;max-width:85vw;transition:visibility 0s .3s,opacity .3s,transform .3s;display:flex;position:absolute;bottom:75px;right:0;overflow:hidden;transform:scale(0);box-shadow:0 8px 30px #0000001a}.hmyt-contact-widget-bottom_left .hmyt-contact-panel{transform-origin:0 100%;left:0;right:auto}#hmyt-contact-overlay{-webkit-backdrop-filter:blur(1px);z-index:-1;opacity:0;visibility:hidden;cursor:pointer;background:#00052a30;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}#hmyt-contact-overlay.open{opacity:1;visibility:visible}.hmyt-contact-panel.open{visibility:visible;opacity:1;transition-delay:0s;transform:scale(1)}.hmyt-panel-header{text-align:center;border-bottom:1px solid #f0f0f0;padding:20px}.hmyt-panel-header h4{color:#1f2937;margin:0 0 5px;font-size:16px;font-weight:700}.hmyt-panel-header p{color:#6b7280;margin:0;font-size:13px}.hmyt-panel-body{max-height:50vh;padding:10px;overflow-y:hidden}.hmyt-panel-body::-webkit-scrollbar{width:5px}.hmyt-panel-body::-webkit-scrollbar-track{background:0 0}.hmyt-panel-body::-webkit-scrollbar-thumb{background-color:#00000026;border:3px solid #0000;border-radius:20px}.hmyt-panel-body::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.hmyt-accordion-item{opacity:0;border-radius:15px;margin-bottom:8px;transition:opacity .3s,transform .3s;overflow:hidden;transform:translateY(20px)}.hmyt-accordion-item:last-child{margin-bottom:0}.hmyt-contact-panel.open .hmyt-accordion-item:first-child{transition-delay:.1s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(2){transition-delay:.15s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(3){transition-delay:.2s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(4){transition-delay:.25s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(5){transition-delay:.3s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(6){transition-delay:.35s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(7){transition-delay:.4s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(8){transition-delay:.45s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(9){transition-delay:.5s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(10){transition-delay:.55s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(11){transition-delay:.6s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(12){transition-delay:.65s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(13){transition-delay:.7s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(14){transition-delay:.75s}.hmyt-contact-panel.open .hmyt-accordion-item:nth-child(15){transition-delay:.8s}.hmyt-contact-panel.open .hmyt-accordion-item{opacity:1;transform:translateY(0)}.hmyt-accordion-header{background-color:#f9fafb;align-items:center;padding:12px;text-decoration:none;transition:background-color .2s;display:flex}a.hmyt-accordion-header{user-select:none}.hmyt-accordion-header:hover{background-color:#f3f4f6}.hmyt-accordion-icon{border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;margin-left:12px;display:flex}.hmyt-accordion-icon svg{color:#fff;width:24px;height:24px}.hmyt-accordion-title{color:#374151;text-align:right;flex-grow:1;font-size:14px;font-weight:600}.hmyt-accordion-arrow{color:#9ca3af;margin-right:auto;transition:transform .3s}@keyframes hmyt-cwfab-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}75%{transform:rotate(-2deg)}}@keyframes hmyt-cwfab-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--hmyt-cw-button-bg)50%,transparent)}70%{box-shadow:0 0 0 20px color-mix(in srgb,var(--hmyt-cw-button-bg)0%,transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb,var(--hmyt-cw-button-bg)0%,transparent)}}.hmyt-contact-fab.hmyt-fab-animated{animation-name:hmyt-cwfab-wiggle,hmyt-cwfab-pulse;animation-duration:2.5s,2.5s;animation-timing-function:ease-in-out,ease-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:2s;animation-fill-mode:none,none;animation-timeline:auto,auto}.hmyt-contact-panel.open .hmyt-accordion-item:first-child a[href=\#hmyt-open-chatbot] svg{width:30px;height:30px}.hmyt-accordion-title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.label-in-title-chatbot-webpremium{color:#54667a;white-space:nowrap;background:#ecf1fd;border-radius:10px;align-items:center;padding:3px 8px;font-size:10px;font-weight:500;line-height:normal;display:inline-flex}.label-in-title-chatbot-webpremium span{background-color:#46c864;border-radius:50%;width:6px;height:6px;margin-left:5px}body.dark{--hmyt-cw-panel-bg:#262631}body.dark .hmyt-contact-fab.hmyt-fab-with-label:before{color:#fff;background:#353542;box-shadow:0 2px 5px #0000004d}body.dark .hmyt-panel-header{border-bottom-color:#414150}body.dark .hmyt-panel-header h4{color:#fff}body.dark .hmyt-panel-header p{color:#9ca3af}body.dark .hmyt-accordion-header{color:#e5e7eb;background-color:#353542}body.dark .hmyt-accordion-header:hover{background-color:#414150}body.dark .hmyt-accordion-title{color:#e5e7eb}body.dark .hmyt-accordion-arrow{color:#9ca3af}body.dark .hmyt-panel-body::-webkit-scrollbar-thumb{background-color:#414150}body.dark .hmyt-panel-body::-webkit-scrollbar-thumb:hover{background-color:#555}body.dark .label-in-title-chatbot-webpremium{color:#d1d5db;background:#414150}