.kss-auth-shell,
.kss-auth-shell *,
.kss-panel,
.kss-panel *,
.kss-checkout-field,
.kss-checkout-field *,
.kss-checkout-intro,
.kss-checkout-intro *,
.kss-postpaid-notice,
.kss-postpaid-notice *,
.kss-panel-fallback,
.kss-panel-fallback *,
.kss-warranty-page,
.kss-warranty-page *,
.kss-toast {
  box-sizing: border-box;
  font-family: "KSS IRANSansX", IRANSans, Tahoma, Arial, sans-serif !important;
}

.kss-auth-shell {
  --kss-ink: #123047;
  --kss-muted: #6a8090;
  --kss-line: #dce8ee;
  --kss-blue: #166b9b;
  --kss-cyan: #20a9b5;
  --kss-green: #55ad62;
  --kss-gold: #f4b34b;
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(360px, 1.12fr);
  direction: rtl;
  width: min(calc(100vw - 32px), 900px);
  max-width: 900px;
  min-height: 590px;
  margin: 42px auto !important;
  float: none !important;
  clear: both;
  overflow: hidden;
  color: var(--kss-ink);
  border: 1px solid rgba(19, 82, 111, 0.12);
  border-radius: 32px;
  background: #fff;
  box-shadow:
    0 35px 85px rgba(22, 62, 82, 0.14),
    0 8px 24px rgba(22, 62, 82, 0.06);
  isolation: isolate;
  transform: none;
}

body:has(.kss-auth-shell) .site-content,
body:has(.kss-auth-shell) .container,
body:has(.kss-auth-shell) .content-layout-wrapper,
body:has(.kss-auth-shell) .site-content > .container {
  max-width: none;
}

body:has(.kss-auth-shell) .content-area,
body:has(.kss-auth-shell) .site-content .site-content-col,
body:has(.kss-auth-shell) .wd-content-area {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.kss-auth-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 56px 42px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(155deg, rgba(7, 55, 80, 0.08), rgba(7, 55, 80, 0.5)),
    linear-gradient(145deg, #1ca6b1 0%, #176d9b 48%, #123a62 100%);
}

.kss-auth-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  pointer-events: none;
}

.kss-auth-kicker {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin-bottom: 30px;
  padding: 7px 13px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(8px);
}

.kss-auth-visual-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  color: #173d61;
  border: 7px solid rgba(255, 255, 255, 0.17);
  border-radius: 25px;
  background: linear-gradient(145deg, #fff, #dff8f8);
  box-shadow: 0 18px 40px rgba(5, 35, 55, 0.25);
}

.kss-auth-visual-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kss-auth-visual-icon img,
.kss-auth-mobile-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kss-auth-visual-icon img {
  padding: 8px;
}

.kss-auth-mobile-mark img {
  padding: 7px;
}

.kss-auth-visual h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.55;
}

.kss-auth-visual > p {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.kss-auth-visual ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kss-auth-visual li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.93);
  font-size: 12.5px;
  font-weight: 500;
}

.kss-auth-visual li span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  color: #124765;
  font-size: 11px;
  font-weight: 900;
  border-radius: 50%;
  background: #dff7e3;
}

.kss-auth-orb {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.kss-auth-orb-one {
  width: 230px;
  height: 230px;
  left: -110px;
  top: -80px;
}

.kss-auth-orb-two {
  width: 150px;
  height: 150px;
  right: -72px;
  bottom: -68px;
  border: 26px solid rgba(244, 179, 75, 0.14);
  background: transparent;
}

.kss-auth-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 54px 58px 48px;
  background:
    radial-gradient(circle at 100% 0, rgba(32, 169, 181, 0.09), transparent 27%),
    radial-gradient(circle at 0 100%, rgba(244, 179, 75, 0.08), transparent 24%),
    #fff;
}

.kss-auth-mobile-mark {
  display: none;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 17px;
  color: #fff;
  border: 5px solid rgba(255, 255, 255, 0.85);
  border-radius: 21px;
  background: linear-gradient(145deg, var(--kss-cyan), var(--kss-blue));
  box-shadow: 0 13px 30px rgba(21, 100, 143, 0.23);
}

.kss-auth-mobile-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kss-auth-heading {
  margin-bottom: 27px;
  text-align: right;
}

.kss-auth-heading > span {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--kss-cyan);
  font-size: 11.5px;
  font-weight: 700;
}

.kss-auth-heading h3 {
  margin: 0 0 9px;
  color: var(--kss-ink);
  font-size: clamp(25px, 3vw, 31px);
  font-weight: 900;
  line-height: 1.5;
}

.kss-auth-heading p {
  margin: 0;
  color: var(--kss-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.kss-auth-form {
  display: grid;
  gap: 15px;
}

.kss-autofill-traps {
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kss-auth-field {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #2b485a;
  font-size: 12.5px;
  font-weight: 700;
}

.kss-auth-field small {
  color: #8496a2;
  font-size: 10.5px;
  font-weight: 400;
}

.kss-auth-input-wrap {
  position: relative;
  display: block;
}

.kss-auth-input-wrap > svg {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  color: #7794a4;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-50%);
  pointer-events: none;
}

.kss-auth-shell input[type="tel"],
.kss-auth-shell input[type="text"],
.kss-auth-shell input[type="password"] {
  display: block;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 16px;
  color: #17384d;
  font-size: 15px;
  font-weight: 500;
  line-height: 54px;
  text-align: right;
  direction: ltr;
  outline: 0;
  border: 1px solid var(--kss-line);
  border-radius: 15px;
  background: #f8fbfc;
  box-shadow: inset 0 1px 2px rgba(12, 55, 76, 0.025);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kss-auth-input-wrap input[type="tel"] {
  padding-right: 48px;
}

.kss-auth-shell input:focus {
  border-color: #55b4bd;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(32, 169, 181, 0.12);
}

.kss-primary-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 54px;
  margin: 1px 0 0 !important;
  padding: 0 22px !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: linear-gradient(110deg, #58ae5f 0%, #20a9b5 45%, #166b9b 100%) !important;
  background-size: 160% 100% !important;
  box-shadow: 0 13px 27px rgba(20, 115, 139, 0.22) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-position 0.25s ease, opacity 0.18s ease;
}

.kss-primary-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kss-primary-action:hover {
  color: #fff !important;
  background-position: 100% 0 !important;
  box-shadow: 0 16px 31px rgba(20, 115, 139, 0.28) !important;
  transform: translateY(-1px);
}

.kss-primary-action:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.kss-code-wrap {
  display: grid;
  gap: 15px;
}

.kss-code-wrap[hidden] {
  display: none !important;
}

.kss-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 1px;
  color: #8ba0ac;
  font-size: 10.5px;
  white-space: nowrap;
}

.kss-auth-divider::before,
.kss-auth-divider::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e7eef2;
}

.kss-password-login {
  margin-top: 1px;
  color: #4f6c7c;
  border-top: 1px solid #edf2f4;
}

.kss-password-login summary {
  padding: 15px 2px 3px;
  color: #47697a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  list-style-position: inside;
}

.kss-password-login-body {
  padding-top: 12px;
}

.kss-password-login-body p {
  margin: 0 0 13px;
}

.kss-password-login-body label {
  display: grid;
  gap: 7px;
  color: #2b485a;
  font-size: 12px;
  font-weight: 700;
}

.kss-password-login-body .login-remember label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-weight: 400;
}

.kss-password-login-body input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.kss-password-login-body .login-submit input {
  width: 100%;
  min-height: 48px;
  color: #155779;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  border: 1px solid #c9dce4;
  border-radius: 13px;
  background: #eff8fa;
}

.kss-forgot-link {
  display: block;
  margin-top: 4px;
  color: #4e7588;
  font-size: 11.5px;
  text-align: center;
  text-decoration: none;
}

.kss-result {
  min-height: 0;
  margin: 0 !important;
  color: #1c7049 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
  text-align: center;
}

.kss-result:not(:empty) {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #cdebd9;
  border-radius: 11px;
  background: #edf9f2;
}

.kss-result.is-error {
  color: #a33c38 !important;
  border-color: #f1d1cf;
  background: #fff2f1;
}

.kss-auth-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 !important;
  color: #8b9ba5 !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  text-align: center;
}

.kss-auth-security svg {
  width: 16px;
  height: 16px;
  color: #58a766;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kss-auth-disabled {
  padding: 12px;
  color: #8b5d19;
  font-size: 12px;
  border: 1px solid #f0dfc5;
  border-radius: 12px;
  background: #fff9ef;
}

.kss-panel-fallback {
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
}

.kss-panel-fallback a {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  border-radius: 12px;
  background: #176b98;
}

.kss-panel {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 24px;
  direction: rtl;
  width: min(1180px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  margin: 32px 0 !important;
  float: none !important;
  clear: both;
  color: #17384d;
  transform: translateX(-50%);
}

.kss-panel input[readonly] {
  color: #667d8b;
  cursor: not-allowed;
  background: #eef3f5;
}

.kss-checkout-intro {
  margin: 0 0 22px;
  padding: 16px 18px;
  color: #31576b;
  line-height: 2;
  border: 1px solid #d8e7ec;
  border-radius: 13px;
  background: #f4fafb;
}

.kss-checkout-intro p {
  margin: 0;
}

.kss-postpaid-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  padding: 14px 17px;
  color: #765313;
  border: 1px solid #ead59f;
  border-radius: 12px;
  background: #fff8e8;
}

.kss-postpaid-notice b {
  flex: 0 0 auto;
  padding: 5px 9px;
  color: #fff;
  border-radius: 99px;
  background: #b88119;
}

.kss-panel > aside,
.kss-panel > main {
  border: 1px solid #dfe9ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 61, 82, 0.06);
}

.kss-panel > aside {
  align-self: start;
  padding: 19px;
  background: linear-gradient(180deg, #f8fcfd, #fff);
}

.kss-panel > main {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 30px;
}

.kss-panel h2,
.kss-panel h3 {
  color: #143b55;
  font-weight: 900;
}

.kss-panel-sidebar a {
  display: block;
  margin: 4px 0;
  padding: 11px 13px;
  color: #35586b;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.kss-panel-sidebar a:hover {
  color: #176d91;
  background: #edf7f9;
  transform: translateX(-2px);
}

.kss-panel-sidebar a.active {
  color: #fff;
  background: linear-gradient(110deg, #53aa60, #20a7b2, #176b98);
  box-shadow: 0 8px 18px rgba(24, 113, 137, 0.18);
}

.kss-form {
  margin: 17px 0;
  padding: 20px;
  border: 1px solid #e2ecef;
  border-radius: 16px;
  background: #f8fbfc;
}

.kss-form label {
  display: block;
  margin: 9px 0;
  color: #35556a;
  font-size: 12.5px;
  font-weight: 600;
}

.kss-form input,
.kss-form textarea,
.kss-form select {
  width: 100%;
  margin-top: 6px;
  padding: 11px;
  color: #17384d;
  border: 1px solid #ccdae1;
  border-radius: 10px;
  background: #fff;
}

.kss-form textarea {
  min-height: 100px;
}

.kss-form button {
  padding: 11px 23px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(110deg, #4fa95c, #1e99aa, #176b98);
}

.kss-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kss-row {
  margin: 11px 0;
  padding: 15px;
  border: 1px solid #dfe9ed;
  border-radius: 13px;
  background: #fff;
}

.kss-row small {
  display: block;
  margin: 5px 0;
  color: #69808e;
}

.kss-row .reply {
  padding: 11px;
  border-radius: 9px;
  background: #edf7f9;
}

.kss-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 22px;
}

.kss-stats div {
  padding: 20px;
  text-align: center;
  border: 1px solid #e1ecef;
  border-radius: 14px;
  background: linear-gradient(145deg, #f5fbfc, #eef6f8);
}

.kss-stats b,
.kss-stats span {
  display: block;
}

.kss-stats b {
  margin-bottom: 5px;
  color: #167898;
  font-size: 22px;
  font-weight: 900;
}

.kss-stats span {
  color: #627b8a;
  font-size: 11.5px;
}

.kss-table-wrap {
  overflow: auto;
}

.kss-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.kss-table-wrap th,
.kss-table-wrap td {
  padding: 12px;
  text-align: right;
  border-bottom: 1px solid #e4ecef;
}

.kss-table-wrap th {
  color: #35576a;
  background: #f5f9fa;
}

.kss-success {
  padding: 11px;
  color: #166d39;
  border: 1px solid #cae9d5;
  border-radius: 9px;
  background: #eaf8ef;
}

.kss-panel-user {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
  padding: 5px 5px 17px;
  border-bottom: 1px solid #e3ecef;
}

.kss-panel-user > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  border-radius: 14px;
  background: linear-gradient(145deg, #39a9b3, #176d99);
  box-shadow: 0 9px 20px rgba(23, 109, 153, 0.18);
}

.kss-panel-user b,
.kss-panel-user small {
  display: block;
}

.kss-panel-user b {
  max-width: 145px;
  overflow: hidden;
  color: #173c55;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kss-panel-user small {
  margin-top: 4px;
  color: #81929d;
  font-size: 10px;
}

.kss-panel-logout {
  margin-top: 12px !important;
  color: #a14c49 !important;
  border-top: 1px solid #edf1f3;
}

.kss-panel-main.is-loading,
.kss-panel.is-loading .kss-panel-content {
  min-height: 430px;
}

.kss-panel-loader {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  padding-top: 85px;
  color: #446b80;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  backdrop-filter: blur(3px);
}

.kss-panel-loader[hidden] {
  display: none;
}

.kss-panel-loader span {
  width: 18px;
  height: 18px;
  border: 2px solid #d2e0e7;
  border-top-color: #1d799f;
  border-radius: 50%;
  animation: kss-front-spin 0.7s linear infinite;
}

@keyframes kss-front-spin {
  to { transform: rotate(360deg); }
}

.kss-panel-section-head,
.kss-warranty-heading,
.kss-warranty-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.kss-panel-section-head {
  margin-bottom: 20px;
}

.kss-panel-section-head h2,
.kss-panel-section-head p,
.kss-warranty-heading h1,
.kss-warranty-heading p,
.kss-warranty-history-head h3,
.kss-warranty-history-head p {
  margin: 0;
}

.kss-panel-section-head h2 {
  font-size: 23px;
}

.kss-panel-section-head p,
.kss-warranty-history-head p {
  margin-top: 6px;
  color: #718793;
  font-size: 12px;
}

.kss-table-actions a,
.kss-warranty-item-actions a {
  display: inline-block;
  margin: 2px 0 2px 7px;
  padding: 7px 10px;
  color: #176d96;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  background: #edf7f9;
}

.kss-form-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 16px;
}

.kss-form-result {
  color: #197149;
  font-size: 11px;
  font-weight: 700;
}

.kss-form-result.is-error {
  color: #ab403c;
}

.kss-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.kss-empty-state {
  padding: 32px 20px;
  color: #788c98;
  text-align: center;
  border: 1px dashed #cfdee5;
  border-radius: 14px;
  background: #f9fbfc;
}

.kss-warranty-page.is-standalone {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 36px));
  margin: 34px 0 55px;
  color: #182f43;
  transform: translateX(-50%);
}

.kss-warranty-page.is-panel {
  width: 100%;
}

.kss-warranty-heading {
  margin-bottom: 22px;
}

.kss-warranty-heading > div > span {
  display: inline-block;
  margin-bottom: 7px;
  color: #1c809f;
  font-size: 11px;
  font-weight: 800;
}

.kss-warranty-heading h1 {
  color: #173b57;
  font-size: 27px;
  font-weight: 900;
}

.kss-warranty-heading p {
  margin-top: 7px;
  color: #718491;
  font-size: 12px;
}

.kss-warranty-panel-link {
  padding: 10px 16px;
  color: #176f96;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #cddfe7;
  border-radius: 10px;
  background: #fff;
}

.kss-warranty-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
}

.kss-warranty-box,
.kss-warranty-history {
  padding: 24px;
  border: 1px solid #e0e8ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(25, 62, 83, 0.06);
}

.kss-warranty-box h3,
.kss-warranty-history h3 {
  margin: 0;
  color: #173b57;
  font-size: 18px;
  font-weight: 900;
}

.kss-warranty-subtitle {
  margin: 6px 0 20px;
  color: #7b8b96;
  font-size: 11.5px;
}

.kss-warranty-auto {
  margin-bottom: 17px;
  padding: 16px;
  border: 1px solid #dce9f0;
  border-radius: 15px;
  background: linear-gradient(135deg, #f3f9fc, #f9fcfd);
}

.kss-warranty-auto-title {
  display: block;
  margin-bottom: 11px;
  color: #51738a;
  font-size: 10.5px;
  font-weight: 700;
}

.kss-warranty-auto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.kss-warranty-auto-grid small,
.kss-warranty-auto-grid b {
  display: block;
}

.kss-warranty-auto-grid small {
  margin-bottom: 4px;
  color: #83939f;
  font-size: 9.5px;
}

.kss-warranty-auto-grid b {
  color: #203c50;
  font-size: 12px;
}

.kss-warranty-form {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.kss-ltr,
.kss-ltr-input {
  direction: ltr;
  unicode-bidi: isolate;
}

.kss-warranty-status-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #f0dfb2;
  border-radius: 15px;
  background: #fff9eb;
}

.kss-warranty-status-note i {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  color: #fff;
  font-style: normal;
  border-radius: 50%;
  background: #e9ad43;
}

.kss-warranty-status-note b,
.kss-warranty-status-note p {
  display: block;
  margin: 0;
}

.kss-warranty-status-note b {
  margin: 2px 0 5px;
  font-size: 12.5px;
}

.kss-warranty-status-note p {
  color: #7d6b48;
  font-size: 10.5px;
  line-height: 1.9;
}

.kss-warranty-steps {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.kss-warranty-steps li {
  display: flex;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f4;
}

.kss-warranty-steps li:last-child {
  border-bottom: 0;
}

.kss-warranty-steps li > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #587287;
  font-size: 10px;
  border: 1px solid #cad8e1;
  border-radius: 50%;
}

.kss-warranty-steps b,
.kss-warranty-steps small {
  display: block;
}

.kss-warranty-steps b {
  font-size: 12px;
}

.kss-warranty-steps small {
  margin-top: 3px;
  color: #8897a1;
  font-size: 9.5px;
}

.kss-warranty-history {
  margin-top: 20px;
}

.kss-warranty-history-head {
  margin-bottom: 17px;
}

.kss-warranty-history-head > span {
  padding: 7px 11px;
  color: #627986;
  font-size: 10px;
  border-radius: 99px;
  background: #edf4f7;
}

.kss-warranty-list {
  display: grid;
  gap: 10px;
}

.kss-warranty-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  border: 1px solid #e1e9ed;
  border-radius: 13px;
  background: #fbfcfd;
}

.kss-warranty-item-main b,
.kss-warranty-item-main small {
  display: block;
}

.kss-warranty-item-main b {
  color: #1f4158;
  font-size: 12.5px;
}

.kss-warranty-item-main small {
  margin-top: 5px;
  color: #788c98;
  font-size: 9.5px;
}

.kss-warranty-item-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.kss-warranty-badge,
.kss-warranty-track {
  padding: 6px 9px;
  font-size: 9.5px;
  border-radius: 99px;
}

.kss-warranty-badge.is-approved {
  color: #17764e;
  background: #e9f8f0;
}

.kss-warranty-badge.is-review {
  color: #87641f;
  background: #fff6df;
}

.kss-warranty-badge.is-rejected {
  color: #a3423d;
  background: #fff0ef;
}

.kss-warranty-track {
  color: #617786;
  direction: ltr;
  background: #edf2f5;
}

.kss-toast {
  position: fixed;
  z-index: 999999;
  left: 22px;
  bottom: 22px;
  max-width: min(390px, calc(100vw - 44px));
  padding: 12px 17px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 12px;
  background: #176f91;
  box-shadow: 0 13px 35px rgba(20, 62, 83, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.kss-toast.is-error {
  background: #a8433e;
}

.kss-toast.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 860px) {
  .kss-auth-shell {
    grid-template-columns: 1fr;
    width: min(calc(100vw - 28px), 560px);
    min-height: auto;
    margin: 24px auto;
    border-radius: 27px;
  }

  .kss-auth-visual {
    display: none;
  }

  .kss-auth-card {
    padding: 38px 34px 32px;
  }

  .kss-auth-mobile-mark {
    display: grid;
  }

  .kss-auth-heading {
    text-align: center;
  }

  .kss-warranty-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .kss-panel {
    grid-template-columns: 1fr;
    width: calc(100vw - 24px);
    gap: 12px;
  }

  .kss-panel > aside {
    padding: 9px;
  }

  .kss-panel-user {
    display: none;
  }

  .kss-panel-sidebar nav {
    display: flex;
    gap: 5px;
    overflow: auto;
  }

  .kss-panel-sidebar a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .kss-panel-logout {
    margin-top: 4px !important;
    border-top: 0;
  }

  .kss-panel > main {
    padding: 22px;
  }

  .kss-grid,
  .kss-stats {
    grid-template-columns: 1fr;
  }

  .kss-warranty-heading,
  .kss-warranty-history-head,
  .kss-warranty-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .kss-warranty-auto-grid {
    grid-template-columns: 1fr;
  }

  .kss-warranty-box,
  .kss-warranty-history {
    padding: 18px;
    border-radius: 16px;
  }

  .kss-warranty-item-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .kss-auth-shell {
    width: calc(100vw - 18px);
    margin: 14px auto;
    border-radius: 23px;
  }

  .kss-auth-card {
    padding: 32px 22px 26px;
  }

  .kss-auth-heading h3 {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kss-auth-shell *,
  .kss-panel * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.kss-panel .kss-sms-ok { color: #087a4b; font-weight: 700; }
.kss-panel .kss-sms-failed { color: #b32d2e; font-weight: 700; }
.kss-identity-box{margin-top:24px;padding:20px;border:1px solid #dbe5ee;border-radius:16px;background:#f8fbfd}.kss-identity-box h3{margin:0 0 10px}.kss-identity-box .kss-form{margin-top:14px}.kss-identity-box b{color:#176b4d}

/* Checkout hints must remain visibly different from saved/customer values. */
.woocommerce-checkout .kss-checkout-field input::placeholder,
.woocommerce-checkout .kss-checkout-field textarea::placeholder {
  color: #aab4bd !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
