/* ADATASK_VOICE_COMMAND_CENTER_V3130_STYLE */
.voice-command-v3130{
  margin-top:14px;
  direction:rtl;
}

.voice-command-quick-v3130{
  width:100%;
  min-height:70px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  border:1px solid rgba(23,52,84,.18)!important;
  border-radius:18px!important;
  padding:8px 10px!important;
  background:
    radial-gradient(circle at 9% 40%,rgba(151,89,231,.13),transparent 28%),
    linear-gradient(135deg,#fff,#f8fcfd)!important;
  color:#173454!important;
  box-shadow:0 12px 30px rgba(23,52,84,.10)!important;
  cursor:pointer;
  text-align:right;
  font-family:inherit;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.voice-command-quick-v3130:hover{
  transform:translateY(-2px);
  border-color:rgba(151,89,231,.38)!important;
  box-shadow:0 18px 38px rgba(23,52,84,.14)!important;
}

.voice-command-quick-v3130.is-listening{
  border-color:#9759e7!important;
  background:linear-gradient(135deg,#fff,#f7f1ff)!important;
}

.voice-command-mic-v3130,
.voice-command-main-mic-v3130{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(
    145deg,
    #9759e7,
    #2455c6 58%,
    #173454
  );
  color:#fff;
  box-shadow:
    0 10px 26px rgba(151,89,231,.31),
    inset 0 0 0 1px rgba(255,255,255,.22);
}

.voice-command-mic-v3130{
  width:54px;
  height:54px;
  font-size:25px;
}

.voice-command-copy-v3130{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:3px;
}

.voice-command-copy-v3130 b{
  color:#173454;
  font-size:14px;
  font-weight:950;
}

.voice-command-copy-v3130 small{
  color:#718096;
  font-size:10.5px;
  font-weight:750;
}

.voice-command-smart-v3130{
  align-self:start;
  border:1px solid rgba(150,205,205,.7);
  border-radius:999px;
  padding:3px 8px;
  background:#eefafa;
  color:#0f7786;
  font-size:9px;
  font-weight:950;
}

.voice-command-backdrop-v3130{
  position:fixed;
  inset:0;
  z-index:2147481000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(14,29,48,.58);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
}

.voice-command-modal-v3130{
  width:min(1000px,96vw);
  max-height:92vh;
  overflow:auto;
  border:1px solid rgba(255,255,255,.72);
  border-radius:26px;
  background:#fff;
  box-shadow:0 30px 90px rgba(10,30,54,.28);
  direction:rtl;
  font-family:inherit;
}

.voice-command-head-v3130{
  position:sticky;
  top:0;
  z-index:4;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:20px 22px 16px;
  border-bottom:1px solid #e8eff4;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
}

.voice-command-head-v3130>div{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.voice-command-head-v3130 b{
  color:#173454;
  font-size:20px;
  font-weight:950;
}

.voice-command-head-v3130 span{
  color:#708399;
  font-size:11px;
  line-height:1.8;
}

.voice-command-close-v3130{
  width:36px;
  height:36px;
  min-width:36px;
  padding:0!important;
  border:1px solid #dde7ee!important;
  border-radius:12px!important;
  background:#f8fafc!important;
  color:#173454!important;
  font-size:24px!important;
  line-height:1!important;
  box-shadow:none!important;
}

.voice-command-recorder-v3130{
  margin:18px 22px 0;
  display:grid;
  grid-template-columns:
    88px
    minmax(140px,220px)
    minmax(180px,1fr);
  align-items:center;
  gap:18px;
  padding:17px 20px;
  border:1px solid #e1eaf0;
  border-radius:22px;
  background:
    radial-gradient(circle at 12% 50%,rgba(151,89,231,.11),transparent 26%),
    linear-gradient(135deg,#fbfdff,#fff);
}

.voice-command-recorder-v3130.is-listening{
  border-color:rgba(151,89,231,.48);
  box-shadow:0 12px 36px rgba(151,89,231,.12);
}

.voice-command-main-mic-v3130{
  width:80px;
  height:80px;
  padding:0!important;
  border:6px solid rgba(170,210,241,.38)!important;
  font-size:30px!important;
  animation:voicePulseV3130 2s ease-in-out infinite;
}

.voice-command-recorder-copy-v3130{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.voice-command-recorder-copy-v3130 b{
  color:#173454;
  font-size:14px;
  font-weight:950;
}

.voice-command-recorder-copy-v3130 span{
  color:#9759e7;
  font-size:14px;
  font-weight:950;
  direction:ltr;
  text-align:right;
}

.voice-command-wave-v3130{
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  overflow:hidden;
}

.voice-command-wave-v3130 i{
  width:3px;
  min-width:3px;
  border-radius:99px;
  background:linear-gradient(180deg,#9759e7,#46b8be);
  opacity:.48;
}

.is-listening .voice-command-wave-v3130 i{
  opacity:1;
  animation:
    voiceWaveV3130
    .75s
    ease-in-out
    infinite
    alternate;
}

.voice-command-input-row-v3130{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  margin:14px 22px 0;
}

.voice-command-input-v3130{
  width:100%;
  min-height:64px;
  resize:vertical;
  border:1px solid #dce7ee;
  border-radius:16px;
  padding:12px 14px;
  background:#fbfdff;
  color:#173454;
  font:750 12px/1.9 inherit;
}

.voice-command-input-row-v3130>button{
  align-self:stretch;
  min-width:98px;
  border:none!important;
  border-radius:14px!important;
  background:
    linear-gradient(135deg,#173454,#24516e)!important;
  color:#fff!important;
  font-weight:950!important;
}

.voice-command-status-v3130,
.voice-command-question-v3130,
.voice-command-safety-v3130{
  margin:10px 22px 0;
  border-radius:14px;
  padding:9px 12px;
  font-size:11px;
  font-weight:800;
  line-height:1.9;
}

.voice-command-status-v3130{
  border:1px solid #dbe8ef;
  background:#f8fbfd;
  color:#476078;
}

.voice-command-question-v3130{
  border:1px solid rgba(151,89,231,.26);
  background:#f8f3ff;
  color:#6d3bc2;
}

.voice-command-drafts-v3130{
  margin:14px 22px 0;
}

.voice-command-drafts-head-v3130{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.voice-command-drafts-head-v3130 b{
  color:#173454;
  font-size:14px;
  font-weight:950;
}

.voice-command-drafts-head-v3130 span{
  color:#8192a4;
  font-size:10px;
}

.voice-command-draft-v3130{
  margin-bottom:10px;
  padding:13px;
  border:1px solid #dde8ef;
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 24px rgba(23,52,84,.055);
}

.voice-command-draft-top-v3130{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:9px;
}

.voice-command-draft-top-v3130>button{
  margin-right:auto;
  width:28px;
  height:28px;
  padding:0!important;
  border:1px solid #fee2e2!important;
  border-radius:9px!important;
  background:#fff7f7!important;
  color:#dc2626!important;
  box-shadow:none!important;
}

.voice-command-avatar-stack-v3130{
  min-width:34px;
  display:flex;
  direction:ltr;
}

.voice-command-avatar-stack-v3130 img,
.voice-command-avatar-stack-v3130 span{
  width:32px;
  height:32px;
  margin-left:-8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid #fff;
  border-radius:999px;
  object-fit:cover;
  background:linear-gradient(135deg,#aad2f1,#9759e7);
  color:#fff;
  font-size:12px;
  font-weight:950;
  box-shadow:0 5px 14px rgba(23,52,84,.16);
}

.voice-command-kind-v3130{
  border-radius:999px;
  padding:4px 9px;
  background:#eef4f8;
  color:#173454;
  font-size:9px;
  font-weight:950;
}

.voice-command-kind-v3130.meeting{
  background:#f6efff;
  color:#7d43d8;
}

.voice-command-kind-v3130.leave{
  background:#effbf8;
  color:#0f7b68;
}

.voice-command-kind-v3130.absence{
  background:#fff7e8;
  color:#b56b06;
}

.voice-command-title-v3130{
  width:100%;
  height:40px;
  border:1px solid #e0e9ef;
  border-radius:12px;
  padding:7px 10px;
  background:#fbfdff;
  color:#173454;
  font:900 12px inherit;
}

.voice-command-fields-v3130{
  margin-top:9px;
  display:grid;
  grid-template-columns:1fr 1fr 1.15fr;
  gap:9px;
}

.voice-command-fields-v3130 label,
.voice-command-date-v3130{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:8px 9px;
  border:1px solid #edf2f5;
  border-radius:12px;
  background:#fafcfd;
}

.voice-command-fields-v3130 span{
  color:#8a99a8;
  font-size:9px;
  font-weight:850;
}

.voice-command-fields-v3130 select{
  width:100%;
  height:32px;
  border:1px solid #dce7ee;
  border-radius:9px;
  background:#fff;
  color:#173454;
  font:800 10px inherit;
}

.voice-command-date-v3130 b{
  overflow:hidden;
  color:#173454;
  font-size:10px;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.voice-command-empty-v3130{
  margin:14px 22px 0;
  padding:24px 14px;
  border:1px dashed #cfdde6;
  border-radius:17px;
  background:#fbfdfe;
  color:#8293a4;
  text-align:center;
  font-size:11px;
  font-weight:800;
}

.voice-command-safety-v3130{
  border:1px solid rgba(150,205,205,.48);
  background:#f1fbfb;
  color:#35666c;
}

.voice-command-actions-v3130{
  position:sticky;
  bottom:0;
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:14px;
  padding:14px 22px 18px;
  border-top:1px solid #e8eff4;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(10px);
}

.voice-command-actions-v3130 button{
  min-height:42px;
  border-radius:12px!important;
  padding:9px 15px!important;
  font-size:11px!important;
  font-weight:950!important;
}

.voice-command-actions-v3130 .primary{
  margin-right:auto;
  min-width:150px;
  border:none!important;
  background:
    linear-gradient(135deg,#173454,#24516e)!important;
  color:#fff!important;
}

.voice-command-actions-v3130 .secondary{
  border:1px solid #9759e7!important;
  background:#fff!important;
  color:#7d43d8!important;
  box-shadow:none!important;
}

.voice-command-actions-v3130 .quiet{
  border:1px solid #e2e8f0!important;
  background:#f8fafc!important;
  color:#64748b!important;
  box-shadow:none!important;
}

.voice-command-actions-v3130 button:disabled{
  opacity:.52!important;
  cursor:not-allowed!important;
}

@keyframes voicePulseV3130{
  0%,100%{
    box-shadow:
      0 8px 24px rgba(151,89,231,.25),
      0 0 0 0 rgba(151,89,231,.15);
  }
  50%{
    box-shadow:
      0 12px 32px rgba(151,89,231,.34),
      0 0 0 12px rgba(151,89,231,0);
  }
}

@keyframes voiceWaveV3130{
  from{transform:scaleY(.45)}
  to{transform:scaleY(1.35)}
}

@media(max-width:760px){
  .voice-command-quick-v3130{
    min-height:68px;
    grid-template-columns:54px minmax(0,1fr) auto;
    gap:9px;
  }

  .voice-command-backdrop-v3130{
    align-items:flex-end;
    padding:0;
  }

  .voice-command-modal-v3130{
    width:100%;
    max-height:94vh;
    border-radius:24px 24px 0 0;
  }

  .voice-command-head-v3130{
    padding:15px 16px 12px;
  }

  .voice-command-head-v3130 b{
    font-size:16px;
  }

  .voice-command-recorder-v3130{
    margin:12px 14px 0;
    grid-template-columns:68px minmax(0,1fr);
    gap:12px;
    padding:12px;
  }

  .voice-command-main-mic-v3130{
    width:64px;
    height:64px;
    font-size:25px!important;
  }

  .voice-command-wave-v3130{
    grid-column:1/-1;
    height:38px;
  }

  .voice-command-input-row-v3130{
    margin:10px 14px 0;
    grid-template-columns:1fr;
  }

  .voice-command-input-row-v3130>button{
    min-height:40px;
  }

  .voice-command-status-v3130,
  .voice-command-question-v3130,
  .voice-command-safety-v3130,
  .voice-command-drafts-v3130,
  .voice-command-empty-v3130{
    margin-right:14px;
    margin-left:14px;
  }

  .voice-command-drafts-head-v3130{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }

  .voice-command-fields-v3130{
    grid-template-columns:1fr;
  }

  .voice-command-actions-v3130{
    display:grid;
    grid-template-columns:1fr 1fr;
    padding:11px 14px 14px;
  }

  .voice-command-actions-v3130 .primary{
    grid-column:1/-1;
    grid-row:1;
    width:100%;
    margin:0;
  }
}

@media(prefers-reduced-motion:reduce){
  .voice-command-main-mic-v3130,
  .voice-command-wave-v3130 i{
    animation:none!important;
  }
}
/* /ADATASK_VOICE_COMMAND_CENTER_V3130_STYLE */

/* ADATASK_VOICE_MODAL_LAYOUT_V3131 */
.voice-command-backdrop-v3130{
  position:fixed !important;
  inset:0 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:100vw !important;
  max-width:none !important;
  height:100vh !important;
  height:100dvh !important;
  margin:0 !important;
  padding:24px !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  overscroll-behavior:contain;
  transform:none !important;
  z-index:2147483000 !important;
  isolation:isolate;
}

.voice-command-modal-v3130{
  position:relative !important;
  right:auto !important;
  left:auto !important;
  width:min(1120px, calc(100vw - 48px)) !important;
  max-width:1120px !important;
  max-height:calc(100vh - 48px) !important;
  max-height:calc(100dvh - 48px) !important;
  margin:auto !important;
  box-sizing:border-box !important;
  overflow:auto !important;
  transform:none !important;
  direction:rtl;
}

.ov-voice-mini.voice-command-v3130::after{
  content:"آدایار — ضبط مستقیم صدا در Chrome و Edge فعال است؛ در Firefox متن را وارد و تحلیل کنید.";
  display:block;
  width:100%;
  flex:0 0 100%;
  grid-column:1 / -1;
  order:99;
  margin-top:8px;
  padding-top:8px;
  border-top:1px dashed rgba(59,130,246,.24);
  color:#64748b;
  font-size:11px;
  font-weight:700;
  line-height:1.8;
  text-align:right;
  direction:rtl;
  box-sizing:border-box;
}

@media (max-width:720px){
  .voice-command-backdrop-v3130{
    align-items:flex-end !important;
    padding:0 !important;
  }

  .voice-command-modal-v3130{
    width:100vw !important;
    max-width:none !important;
    max-height:92vh !important;
    max-height:92dvh !important;
    margin:0 !important;
    border-radius:24px 24px 0 0 !important;
  }
}
/* /ADATASK_VOICE_MODAL_LAYOUT_V3131 */
/* ADATASK_ADAYAR_HANDSFREE_STYLE_V3133 */
.voice-command-wake-toggle-v3133{
  width:100%;
  min-height:34px;
  margin-top:8px;
  border:1px solid rgba(23,52,84,.15)!important;
  border-radius:12px!important;
  background:#f8fbfd!important;
  color:#526a81!important;
  box-shadow:none!important;
  font:850 10.5px/1.7 inherit!important;
  cursor:pointer;
}

.voice-command-wake-toggle-v3133.active{
  border-color:rgba(16,185,129,.35)!important;
  background:linear-gradient(135deg,#ecfdf5,#f0fdfa)!important;
  color:#08745f!important;
}

.voice-command-guide-v3133{
  margin:12px 22px 0;
  border:1px solid rgba(151,89,231,.20);
  border-radius:16px;
  background:linear-gradient(135deg,#fbf8ff,#f4fbfc);
  overflow:hidden;
}

.voice-command-guide-v3133 summary{
  padding:11px 13px;
  color:#173454;
  font-size:11px;
  font-weight:950;
  cursor:pointer;
  list-style:none;
}

.voice-command-guide-v3133 summary::-webkit-details-marker{display:none}

.voice-command-guide-grid-v3133{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:0 11px 11px;
}

.voice-command-guide-grid-v3133>div{
  min-width:0;
  display:flex;
  align-items:flex-start;
  gap:8px;
  padding:9px;
  border:1px solid rgba(23,52,84,.08);
  border-radius:12px;
  background:rgba(255,255,255,.82);
}

.voice-command-guide-grid-v3133 i{
  font-style:normal;
  font-size:18px;
}

.voice-command-guide-grid-v3133 span{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.voice-command-guide-grid-v3133 b{
  color:#173454;
  font-size:10px;
  font-weight:950;
}

.voice-command-guide-grid-v3133 small{
  color:#708399;
  font-size:9px;
  font-weight:750;
  line-height:1.75;
}

.voice-command-avatar-stack-v3130 .voice-command-avatar-wrap-v3133{
  position:relative;
  overflow:hidden;
  flex:0 0 32px;
}

.voice-command-avatar-stack-v3130 .voice-command-avatar-wrap-v3133 img,
.voice-command-avatar-stack-v3130 .voice-command-avatar-fallback-v3133{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0!important;
  border:0!important;
  border-radius:inherit;
}

.voice-command-avatar-stack-v3130 .voice-command-avatar-wrap-v3133 img{
  z-index:2;
  display:block;
  object-fit:cover;
  background:#fff;
}

.voice-command-avatar-stack-v3130 .voice-command-avatar-fallback-v3133{
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#aad2f1,#9759e7);
  color:#fff;
}

@media(max-width:760px){
  .voice-command-guide-v3133{margin-right:14px;margin-left:14px}
  .voice-command-guide-grid-v3133{grid-template-columns:1fr}
}
/* /ADATASK_ADAYAR_HANDSFREE_STYLE_V3133 */
/* ADATASK_ADAYAR_GUIDE_VOICE_STYLE_V3134 */
.voice-command-guide-grid-v3133 em{
  align-self:flex-start;
  margin-top:3px;
  border:1px solid rgba(16,185,129,.25);
  border-radius:999px;
  padding:1px 6px;
  background:#ecfdf5;
  color:#08745f;
  font-size:8px;
  font-style:normal;
  font-weight:950;
}

.voice-command-guide-grid-v3133 em.confirm{
  border-color:rgba(245,158,11,.28);
  background:#fffbeb;
  color:#a16207;
}
/* /ADATASK_ADAYAR_GUIDE_VOICE_STYLE_V3134 */