/* =========================================
   فرم ثبت آگهی عمومی گرا.کالا
========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
  direction: rtl;
  font-family: Tahoma, Arial, sans-serif;
  background: #080604;
}

button,
input,
textarea {
  font: inherit;
}

button,
label,
a {
  -webkit-tap-highlight-color: transparent;
}

/* ===== صفحه و ویدیوی پس‌زمینه ===== */

.gk-public-register-page {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 10px 15px;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  overflow: hidden;
  direction: ltr;
}

.gk-register-video {
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  pointer-events: none;
  background: #080604;
}

.gk-register-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  pointer-events: none;

  background: linear-gradient(
    110deg,
    rgba(0, 0, 0, 0.3),
    rgba(41, 23, 13, 0.12),
    rgba(0, 0, 0, 0.26)
  );
}

/* ===== قاب اصلی فرم ===== */

.gk-newspaper-form {
  position: relative;
  z-index: 2;

  width: min(580px, calc(100vw - 30px));
  height: min(640px, calc(100dvh - 20px));

  margin: 0 auto 0 0;

  overflow-x: hidden;
  overflow-y: auto;

  direction: rtl;

  border: 1px solid rgba(255, 224, 157, 0.7);
  border-radius: 20px;

  background:
    repeating-linear-gradient(
      0deg,
      rgba(73, 49, 24, 0.025) 0,
      rgba(73, 49, 24, 0.025) 1px,
      transparent 1px,
      transparent 4px
    ),
    linear-gradient(
      145deg,
      rgba(248, 241, 225, 0.58),
      rgba(222, 207, 179, 0.45)
    );

  -webkit-backdrop-filter: blur(2px) saturate(115%);
  backdrop-filter: blur(2px) saturate(115%);

  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);

  scrollbar-width: thin;
  scrollbar-color: #896535 rgba(70, 48, 25, 0.12);
  scrollbar-gutter: stable;
  overscroll-behavior: contain;

  animation: gkFormEntrance 0.4s ease both;
}

@keyframes gkFormEntrance {
  from {
    opacity: 0;
    transform: translateX(-20px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.gk-newspaper-form::-webkit-scrollbar {
  width: 7px;
}

.gk-newspaper-form::-webkit-scrollbar-track {
  margin-block: 14px;
  border-radius: 20px;
  background: rgba(70, 48, 25, 0.1);
}

.gk-newspaper-form::-webkit-scrollbar-thumb {
  border: 2px solid rgba(238, 227, 204, 0.8);
  border-radius: 20px;
  background: linear-gradient(#b99050, #6c4d26);
}

/* ===== دکمه بستن ===== */

.gk-form-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 20;

  width: 33px;
  height: 33px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(75, 52, 27, 0.5);
  border-radius: 50%;

  color: #352513;
  background: rgba(255, 249, 235, 0.58);

  text-decoration: none;
  font-size: 24px;
  line-height: 1;

  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.gk-form-close:hover {
  color: #fff;
  background: #711e37;
  transform: rotate(90deg);
}

/* ===== سربرگ روزنامه ===== */

.gk-newspaper-header {
  padding: 11px 16px 9px;

  color: #281a0e;
  background: rgba(247, 239, 220, 0.26);

  border-bottom: 4px double rgba(74, 51, 27, 0.64);
}

.gk-newspaper-topline {
  min-height: 25px;
  padding: 4px 42px 4px 0;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 7px;

  border-top: 1px solid rgba(65, 43, 22, 0.55);
  border-bottom: 1px solid rgba(65, 43, 22, 0.55);

  color: #574027;
  font-size: 8px;
}

.gk-newspaper-topline strong {
  color: #2d1e0f;
  font-size: 10px;
  white-space: nowrap;
}

.gk-newspaper-topline span:last-child {
  text-align: left;
}

.gk-newspaper-title {
  padding-top: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gk-newspaper-title h1 {
  color: #20160d;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35;
}

.gk-free-badge {
  flex-shrink: 0;
  padding: 6px 11px;

  border: 1px solid rgba(225, 187, 95, 0.75);
  border-radius: 30px;

  color: #fff8dc;
  background: linear-gradient(135deg, #087257, #034c3a);

  box-shadow: 0 5px 14px rgba(0, 73, 53, 0.22);

  font-size: 10px;
  font-weight: bold;
}

/* ===== چیدمان اصلی ===== */

.gk-public-ad-form {
  width: 100%;
}

.gk-form-layout {
  width: 100%;
  padding: 9px;

  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;

  direction: ltr;
}

.gk-form-sidebar,
.gk-form-fields {
  min-width: 0;
  direction: rtl;
}

/* ===== ستون تصویر ===== */

.gk-form-sidebar {
  padding: 7px;

  display: flex;
  flex-direction: column;
  gap: 7px;

  border: 1px solid rgba(255, 224, 159, 0.35);
  border-radius: 13px;

  color: #fff6df;
  background: rgba(24, 18, 13, 0.3);
}

.gk-sidebar-intro {
  padding: 7px;

  border-right: 3px solid #c99a4a;
  border-radius: 8px;

  background: rgba(16, 12, 9, 0.25);
}

.gk-sidebar-intro > span {
  display: block;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.gk-sidebar-intro strong {
  display: block;
  margin: 3px 0;

  color: #ffe3a0;
  font-size: 11px;
}

.gk-sidebar-intro p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 8px;
  line-height: 1.6;
}

.gk-image-upload {
  padding: 6px;

  border: 1px dashed rgba(255, 224, 159, 0.58);
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.08);
}

.gk-image-upload h2 {
  margin-bottom: 6px;

  color: #fff0c7;
  text-align: center;
  font-size: 11px;
}

.gk-image-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

#gkAdImagePreview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gkAdImagePreview[hidden] {
  display: none;
}

.gk-image-placeholder {
  position: absolute;
  inset: 0;

  padding: 8px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.gk-image-placeholder span {
  font-size: 20px;
}

.gk-image-placeholder strong {
  margin-top: 3px;
  font-size: 9px;
}

.gk-image-placeholder small {
  margin-top: 3px;
  font-size: 7px;
  line-height: 1.5;
}

#gkAdImageInput {
  display: none;
}

.gk-image-select {
  width: 100%;
  min-height: 32px;
  margin-top: 6px;
  padding: 5px 7px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  border: 1px solid rgba(255, 220, 145, 0.7);
  border-radius: 8px;

  color: #ffe9b5;
  background: rgba(7, 92, 72, 0.75);

  cursor: pointer;
  font-size: 9px;
  font-weight: bold;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.gk-image-select:hover {
  background: rgba(8, 117, 91, 0.9);
  transform: translateY(-1px);
}

.gk-image-help {
  display: block;
  margin-top: 5px;

  color: rgba(255, 255, 255, 0.68);
  font-size: 7px;
  line-height: 1.6;
}

.gk-sidebar-brand {
  padding: 8px 5px;

  border-top: 1px solid rgba(255, 224, 159, 0.4);
  border-bottom: 1px solid rgba(255, 224, 159, 0.4);

  text-align: center;
}

.gk-sidebar-brand strong {
  display: block;
  color: #ffe3a0;
  font-size: 16px;
}

.gk-sidebar-brand span {
  display: block;
  margin-top: 3px;

  color: rgba(255, 255, 255, 0.68);
  font-size: 7px;
}

.gk-sidebar-city {
  padding: 8px 6px;

  border-radius: 8px;
  background: rgba(14, 11, 8, 0.25);
}

.gk-sidebar-city strong {
  display: block;
  font-size: 8px;
  line-height: 1.6;
}

.gk-sidebar-city small {
  display: block;
  margin-top: 5px;

  color: rgba(255, 255, 255, 0.55);
  font-size: 6px;
  line-height: 1.5;
}

.gk-form-cancel {
  min-height: 32px;
  margin-top: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 227, 173, 0.52);
  border-radius: 8px;

  color: #fff0cd;
  background: rgba(75, 35, 34, 0.3);

  text-decoration: none;
  font-size: 9px;
  font-weight: bold;

  transition: background 0.2s ease;
}

.gk-form-cancel:hover {
  background: rgba(113, 30, 55, 0.86);
}

/* ===== ستون اطلاعات ===== */

.gk-form-fields {
  padding: 9px;

  border: 1px solid rgba(82, 58, 31, 0.22);
  border-radius: 13px;

  background: rgba(255, 249, 235, 0.3);
}

.gk-fields-grid {
  width: 100%;
  margin-bottom: 7px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.gk-field-group {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gk-field-group.gk-field-full {
  margin-bottom: 8px;
}

.gk-field-group > label {
  min-height: 16px;
  padding-right: 2px;

  display: flex;
  align-items: center;
  gap: 3px;

  color: #302011;
  font-size: 9px;
  font-weight: 800;
}

.gk-field-group > label span {
  color: #811b38;
}

.gk-field-group input,
.gk-field-group textarea,
.gk-feature-row input {
  width: 100%;
  min-width: 0;

  border: 1px solid rgba(82, 58, 31, 0.28);
  border-radius: 8px;
  outline: none;

  color: #291b0f;
  background: rgba(255, 255, 255, 0.66);

  font-size: 9px;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.gk-field-group input {
  height: 34px;
  padding: 0 9px;
}

.gk-field-group textarea {
  min-height: 72px;
  padding: 8px 9px;

  resize: vertical;
  line-height: 1.7;
}

.gk-field-group input:focus,
.gk-field-group textarea:focus,
.gk-feature-row input:focus {
  border-color: #98703a;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 3px rgba(172, 127, 58, 0.12);
}

.gk-field-group input::placeholder,
.gk-field-group textarea::placeholder,
.gk-feature-row input::placeholder {
  color: rgba(66, 48, 30, 0.5);
}

.gk-field-group > small {
  padding-right: 2px;

  color: rgba(55, 40, 25, 0.64);
  font-size: 7px;
  line-height: 1.5;
}

/* ===== ورودی آیکون‌دار ===== */

.gk-input-icon {
  position: relative;
  width: 100%;
  min-width: 0;
}

.gk-input-icon > span {
  position: absolute;
  top: 50%;
  right: 9px;
  z-index: 2;

  transform: translateY(-50%);
  pointer-events: none;

  font-size: 11px;
}

.gk-input-icon input {
  padding-right: 30px;
}

/* ===== ورودی قیمت ===== */

.gk-price-input {
  width: 100%;
  min-width: 0;

  display: flex;
  direction: rtl;
}

.gk-price-input input {
  flex: 1;
  min-width: 0;

  border-radius: 0 8px 8px 0;
}

.gk-price-input > span {
  width: 43px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(82, 58, 31, 0.28);
  border-right: 0;
  border-radius: 8px 0 0 8px;

  color: #554029;
  background: rgba(222, 210, 185, 0.65);

  font-size: 8px;
}

/* ===== ویژگی‌های کالا ===== */

.gk-features-section {
  min-width: 0;
  margin-top: 8px;
  padding: 9px 0 0;

  border: 0;
  border-top: 1px solid rgba(82, 58, 31, 0.32);
}

.gk-features-section legend {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 10px;

  border-radius: 20px;

  color: #352414;
  background: rgba(239, 229, 208, 0.72);

  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.gk-features-section legend span {
  color: rgba(60, 44, 28, 0.6);
  font-size: 7px;
  font-weight: normal;
}

.gk-features-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.gk-feature-row {
  min-width: 0;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.gk-feature-row input {
  height: 32px;
  padding: 0 8px;
  font-size: 8px;
}

.gk-add-feature {
  min-width: 145px;
  min-height: 32px;

  margin: 7px auto 0;
  padding: 5px 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  border: 1px solid rgba(82, 58, 31, 0.46);
  border-radius: 8px;

  color: #392717;
  background: rgba(255, 249, 234, 0.45);

  cursor: pointer;
  font-size: 9px;
  font-weight: bold;

  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.gk-add-feature:hover {
  color: #fff8e6;
  background: rgba(51, 92, 70, 0.9);
}

/* ===== شماره تماس ===== */

.gk-phone-field {
  margin-top: 10px;
}

#gkSellerPhone {
  direction: ltr;
  text-align: right;
}

/* ===== قوانین و دکمه ثبت ===== */

.gk-form-actions {
  width: 100%;
  margin-top: 10px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 195px;
  align-items: center;
  gap: 7px;
}

.gk-rules-check {
  min-height: 40px;
  padding: 6px 8px;

  display: flex;
  align-items: center;
  gap: 6px;

  border: 1px solid rgba(82, 58, 31, 0.22);
  border-radius: 8px;

  color: #382617;
  background: rgba(255, 250, 238, 0.34);

  cursor: pointer;
  font-size: 8px;
  font-weight: bold;
}

#gkAcceptRules {
  appearance: none;
  -webkit-appearance: none;

  width: 17px;
  height: 17px;
  flex-shrink: 0;

  display: grid;
  place-items: center;

  border: 1px solid rgba(55, 43, 28, 0.5);
  border-radius: 5px;

  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

#gkAcceptRules::after {
  content: "✓";

  color: #fff;
  font-size: 12px;
  font-weight: bold;

  opacity: 0;
  transform: scale(0.4);

  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

#gkAcceptRules:checked {
  border-color: #07644d;
  background: #07644d;
}

#gkAcceptRules:checked::after {
  opacity: 1;
  transform: scale(1);
}

.gk-submit-ad {
  width: 100%;
  min-height: 40px;
  padding: 7px 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  border: 1px solid rgba(229, 191, 102, 0.72);
  border-radius: 9px;

  color: #fffbe9;
  background: linear-gradient(135deg, #0a8164, #034b3a);

  box-shadow:
    0 7px 18px rgba(2, 76, 57, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);

  cursor: pointer;
  font-size: 10px;
  font-weight: 900;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.gk-submit-ad:hover {
  transform: translateY(-2px);

  box-shadow:
    0 9px 22px rgba(2, 76, 57, 0.3),
    0 0 13px rgba(214, 173, 86, 0.18);
}

.gk-submit-ad:active {
  transform: translateY(0);
}

/* ===== پنجره موفقیت ===== */

.gk-ad-success {
  position: fixed;
  inset: 0;
  z-index: 1000;

  padding: 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  direction: rtl;

  background: rgba(4, 3, 2, 0.58);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.gk-ad-success.active,
.gk-ad-success.show,
.gk-ad-success[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gk-ad-success-box {
  width: min(370px, 100%);
  padding: 23px 18px 18px;

  border: 1px solid rgba(255, 220, 145, 0.7);
  border-radius: 17px;

  color: #fff8e8;
  background: linear-gradient(
    145deg,
    rgba(15, 78, 61, 0.94),
    rgba(5, 43, 34, 0.96)
  );

  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.48);

  text-align: center;

  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
}

.gk-ad-success.active .gk-ad-success-box,
.gk-ad-success.show .gk-ad-success-box,
.gk-ad-success[aria-hidden="false"] .gk-ad-success-box {
  transform: translateY(0) scale(1);
}

.gk-ad-success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 11px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 223, 151, 0.78);
  border-radius: 50%;

  color: #fff1bd;
  background: rgba(255, 255, 255, 0.08);

  font-size: 27px;
  font-weight: bold;
}

.gk-ad-success-heading small {
  color: rgba(255, 235, 184, 0.75);
  font-size: 9px;
}

.gk-ad-success-heading h2 {
  margin: 5px 0 8px;

  color: #fff4ce;
  font-size: 18px;
}

.gk-ad-success-box > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  line-height: 1.8;
}

.gk-ad-success-details {
  margin-top: 11px;
  padding: 9px;

  display: flex;
  flex-direction: column;
  gap: 6px;

  border: 1px solid rgba(255, 226, 161, 0.22);
  border-radius: 9px;

  background: rgba(255, 255, 255, 0.05);

  font-size: 9px;
}

.gk-ad-success-details strong {
  color: #ffe6aa;
}

.gk-ad-success-back {
  min-width: 160px;
  min-height: 38px;
  margin-top: 12px;
  padding: 7px 14px;

  border: 1px solid rgba(255, 221, 145, 0.7);
  border-radius: 8px;

  color: #392717;
  background: linear-gradient(135deg, #ffeab8, #cfa652);

  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}

/* ===== تبلت ===== */

@media (min-width: 761px) and (max-width: 1024px) {
  .gk-newspaper-form {
    width: min(540px, calc(100vw - 30px));
    height: min(620px, calc(100dvh - 20px));
  }

  .gk-form-layout {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .gk-form-actions {
    grid-template-columns: minmax(0, 1fr) 175px;
  }
}

/* ===== گوشی ===== */

@media (max-width: 760px) {
  .gk-public-register-page {
    padding: 8px;
    justify-content: center;
    direction: rtl;
  }

  .gk-register-overlay {
    background: rgba(0, 0, 0, 0.22);
  }

  .gk-newspaper-form {
    width: calc(100vw - 16px);
    height: calc(100dvh - 16px);
    margin: 0;

    border-radius: 14px;

    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
  }

  .gk-newspaper-header {
    padding: 9px 9px 8px;
  }

  .gk-form-close {
    top: 8px;
    right: 8px;

    width: 29px;
    height: 29px;

    font-size: 20px;
  }

  .gk-newspaper-topline {
    padding: 4px 34px 4px 0;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gk-newspaper-topline span {
    display: none;
  }

  .gk-newspaper-title {
    gap: 7px;
  }

  .gk-newspaper-title h1 {
    font-size: 18px;
  }

  .gk-free-badge {
    padding: 5px 9px;
    font-size: 9px;
  }

  .gk-form-layout {
    padding: 7px;

    grid-template-columns: 1fr;
    gap: 7px;

    direction: rtl;
  }

  .gk-form-sidebar {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    grid-template-areas:
      "upload intro"
      "upload brand"
      "city city"
      "cancel cancel";

    gap: 6px;
  }

  .gk-sidebar-intro {
    grid-area: intro;
  }

  .gk-image-upload {
    grid-area: upload;
  }

  .gk-sidebar-brand {
    grid-area: brand;
  }

  .gk-sidebar-city {
    grid-area: city;
  }

  .gk-form-cancel {
    grid-area: cancel;
    margin-top: 0;
  }

  .gk-image-preview {
    aspect-ratio: 1 / 1;
  }

  .gk-fields-grid {
    grid-template-columns: 1fr;
  }

  .gk-location-price-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gk-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gk-form-actions {
    grid-template-columns: 1fr;
  }

  .gk-add-feature {
    width: 100%;
    min-width: 0;
  }

  .gk-ad-success-box {
    max-width: 340px;
  }
}

/* ===== گوشی‌های کوچک ===== */

@media (max-width: 380px) {
  .gk-newspaper-title {
    flex-direction: column;
    gap: 4px;
  }

  .gk-newspaper-title h1 {
    font-size: 16px;
  }

  .gk-form-sidebar {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .gk-location-price-row,
  .gk-feature-row {
    grid-template-columns: 1fr;
  }
}

/* ===== کاهش انیمیشن در دستگاه‌های ضعیف ===== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ===== رفع نوشته و آیکون روی تصویر آگهی عمومی ===== */

#gkImagePreview {
  position: relative;
  overflow: hidden;
}

#gkAdImagePreview {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  border-radius: inherit;
}

#gkAdImagePreview[hidden] {
  display: none !important;
}

#gkImagePlaceholder {
  position: relative;
  z-index: 1;
}

#gkImagePlaceholder[hidden],
#gkImagePreview.has-image #gkImagePlaceholder {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
