.elementor-10823 .elementor-element.elementor-element-a58c065{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ce72500 */:root {
  --primary: #e70003;
  --primary-hover: #d32f2f;
  --bg-page: #f8f9fa;
  --bg-card: #ffffff;
  --text-main: #212529;
  --border: #dee2e6;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'IRANYekanXVF', sans-serif !important;
  background: var(--bg-page);
  color: var(--text-main);
  padding: 20px;
  line-height: 1.6;
}

/* ================ Wrapper ================ */
#tconv-app {
  max-width: 850px;
  margin: 20px auto;
  background: var(--bg-card);
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  padding: 30px;
  border: 1px solid var(--border);
}

.tconv-header { text-align: center; margin-bottom: 30px; }
.tconv-header h1 { color: var(--primary); font-size: 24px; margin-bottom: 8px; }
.tconv-header p { color: #6c757d; font-size: 14px; }

/* ================ Grid & Inputs ================ */
.tconv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
@media (max-width: 768px) { .tconv-grid { grid-template-columns: 1fr; gap: 15px; } }

.tconv-group { display: flex; flex-direction: column; }
.tconv-label { font-size: 13px; font-weight: 700; margin-bottom: 6px; color: #495057; }

/* استایل‌های درخواستی شما */
.input-by-behnam-utc-by-behnam,
.tconv-input,
.time-field-utc-by-behnam {
  width: 100%;
  padding: 14px 40px 14px 16px !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  background: #f4f4f4 !important;
  font-size: 14px;
  outline: none !important;
  transition: all .25s ease;
  min-height: 46px;
  font-family: 'IRANYekanXVF', sans-serif !important;
}

.input-by-behnam-utc-by-behnam:focus {
  background: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1) !important;
}

/* Custom Search */
.tconv-search-box { position: relative; }
.tconv-dropdown {
  position: absolute;
  top: 105%; right: 0; left: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.tconv-option {
  padding: 10px 15px;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
}
.tconv-option:hover { background: #fef2f2; color: var(--primary); }
.tconv-option.selected { background: #ffebee; font-weight: bold; color: var(--primary); }

/* اصلاح دکمه ضربدر */
.tconv-clear-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #999;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.tconv-clear-btn.visible { opacity: 1; pointer-events: all; }
.tconv-clear-btn:hover {
  background-color: rgba(0,0,0,0.1); /* هاور دایره‌ای */
  color: #333;
}

/* Time Inputs */
.tconv-time-row { display: flex; align-items: center; gap: 10px; }
.time-field-utc-by-behnam { text-align: center; font-weight: bold; padding: 14px 0 !important; }
.tconv-colon { font-weight: bold; font-size: 18px; color: #ccc; }

.tconv-btn-now {
  padding: 0 15px; height: 46px; font-size: 13px;
  background: #4caf50; border: none; border-radius: 8px;
  cursor: pointer; color: #ffffff; transition: 0.2s; white-space: nowrap;
  font-family: inherit;
}
.tconv-btn-now:hover { background: #4bc750; color: #ffffff; }

/* Buttons */
.tconv-action { margin-top: 10px; }
.tconv-btn-convert {
  width: 100%; padding: 14px; background: var(--primary);
  color: #fff; border: none; border-radius: 8px;
  font-size: 16px; font-weight: 700; cursor: pointer;
  transition: 0.2s; font-family: inherit;
}
.tconv-btn-convert:hover { background: var(--primary-hover); transform: translateY(-1px); }

/* ================ Result Area ================ */
.tconv-result-area {
  margin-top: 30px;
  background: #212529; /* پس زمینه تیره */
  color: #ffffff;      /* متن سفید */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
}

.tconv-res-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 600px) { .tconv-res-grid { grid-template-columns: 1fr; gap: 20px; } }

.tconv-res-box h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 8px 0;
  color: #ffffff;
  font-family: 'IRANYekanXVF', sans-serif;
  letter-spacing: 1px; /* برای اعداد انگلیسی */
}
.tconv-res-date { font-size: 15px; opacity: 0.9; color: #e9ecef; }
.tconv-res-tz { font-size: 13px; opacity: 0.6; margin-top: 4px; color: #ced4da; }

/* Difference Box */
.tconv-diff-box {
  background: rgba(255,255,255,0.1);
  padding: 15px;
  border-radius: 8px;
  min-width: 110px;
  border: 1px solid rgba(255,255,255,0.1);
}
.tconv-diff-val { font-size: 22px; font-weight: bold; direction: ltr; font-family: 'IRANYekanXVF', sans-serif; }
.tconv-diff-lbl { font-size: 12px; opacity: 0.8; color: #dee2e6; }
.txt-green { color: #81c784; }
.txt-red { color: #e57373; }

/* Badges */
.tconv-diff-badge {
  display: inline-block; padding: 4px 10px; border-radius: 6px;
  font-size: 12px; font-weight: bold; vertical-align: middle; margin-right: 8px;
}
.bg-green { background: #4caf50; color: #fff; }
.bg-red { background: #f44336; color: #fff; }/* End custom CSS *//* End custom CSS *//* End custom CSS *//* End custom CSS */