/* Extracted static styles for template-form-barter.php. */
.ka-req-wrap * {
  box-sizing: border-box;
  font-family: 'Vazirmatn', system-ui, sans-serif;
}

.ka-req-wrap a {
  color: #0B546B;
  text-decoration: none;
  transition: 0.2s;
}

.ka-req-wrap a:hover {
  color: #f26a21;
}

.ka-req-wrap input,
.ka-req-wrap select,
.ka-req-wrap textarea,
.ka-req-wrap button {
  font-family: 'Vazirmatn', system-ui, sans-serif;
}

.ka-req-wrap ::placeholder {
  color: #a3b3b8;
}

.ka-req-wrap input:focus,
.ka-req-wrap select:focus,
.ka-req-wrap textarea:focus {
  border-color: #0B546B !important;
}

.asset-chip.active {
  background: #eef5f7 !important;
  border: 1.5px solid #0B546B !important;
  color: #0B546B !important;
}

.want-chip.active {
  background: #eef5f7 !important;
  border: 1.5px solid #0B546B !important;
  color: #0B546B !important;
}

.time-chip.active {
  background: #0B546B !important;
  color: #fff !important;
  border: 1.5px solid #0B546B !important;
}

.asset-card {
  background: #fff;
  border: 1.5px solid #dbe6e9;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.asset-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f0ee;
}

.asset-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
}

@media (max-width: 900px) {
  .ka-req-grid {
    grid-template-columns: 1fr !important;
  }

  .asset-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 600px) {
  .asset-grid {
    grid-template-columns: 1fr !important;
  }
}

.ka-barter-inline-001 {
  background: #f4f6f7;
  color: #1a1816;
  padding-bottom: 60px;
}

.ka-barter-inline-002 {
  background: linear-gradient(135deg, #0B546B 0%, #0d5f79 58%, #08475a 100%);
  position: relative;
  overflow: hidden
}

.ka-barter-inline-003 {
  position: absolute;
  left: -90px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05)
}

.ka-barter-inline-004 {
  position: absolute;
  left: 150px;
  bottom: -150px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(242, 106, 33, 0.13)
}

.ka-barter-inline-005 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 44px 24px 40px;
  position: relative;
  text-align: center
}

.ka-barter-inline-006 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(242, 106, 33, 0.2);
  border: 1px solid rgba(242, 106, 33, 0.35);
  color: #f9a76b;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px
}

.ka-barter-inline-007 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 1.55
}

.ka-barter-inline-008 {
  margin: 0 auto 28px;
  max-width: 520px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  font-weight: 500
}

.ka-barter-inline-009 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 800px;
  margin: 0 auto 26px;
  text-align: right
}

.ka-barter-inline-010 {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 18px 18px 20px
}

.ka-barter-inline-011 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px
}

.ka-barter-inline-012 {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(242, 106, 33, 0.2);
  display: flex;
  align-items: center;
  justify-content: center
}

.ka-barter-inline-013 {
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35)
}

.ka-barter-inline-014 {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px
}

.ka-barter-inline-015 {
  display: block;
  font-size: 12px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.68)
}

.ka-barter-inline-016 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 26px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start
}

.ka-barter-inline-017 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0
}

.ka-barter-inline-018 {
  background: #fff;
  border: 1px solid #eef1f2;
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06)
}

.ka-barter-inline-019 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px
}

.ka-barter-inline-020 {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #0B546B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex: none
}

.ka-barter-inline-021 {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.ka-barter-inline-022 {
  font-size: 15.5px;
  font-weight: 800
}

.ka-barter-inline-023 {
  font-size: 11.5px;
  color: #9a938d
}

.ka-barter-inline-024 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.ka-barter-inline-025 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ka-barter-inline-026 {
  background: #eef5f7;
  border: 1px dashed #b9d3da;
  border-radius: 18px;
  padding: 26px;
  text-align: center
}

.ka-barter-inline-027 {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px
}

.ka-barter-inline-028 {
  font-size: 14px;
  font-weight: 800;
  color: #0B546B;
  margin-bottom: 5px
}

.ka-barter-inline-029 {
  font-size: 12px;
  color: #4f6c76;
  line-height: 1.9
}

.ka-barter-inline-030 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 10px 2px 0
}

.ka-barter-inline-031 {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 106, 33, 0) 0%, #f7ddcd 100%);
  display: block
}

.ka-barter-inline-032 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fdf0e8;
  border: 1px solid #f7ddcd;
  color: #f26a21;
  font-size: 11.5px;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 999px;
  white-space: nowrap
}

.ka-barter-inline-033 {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #f7ddcd 0%, rgba(242, 106, 33, 0) 100%);
  display: block
}

.ka-barter-inline-034 {
  background: #fff;
  border: 1.5px solid #f7ddcd;
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-top: 20px
}

.ka-barter-inline-035 {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #f26a21;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex: none
}

.ka-barter-inline-036 {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 700;
  color: #5b5652
}

.ka-barter-inline-037 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px
}

.ka-barter-inline-038 {
  margin-bottom: 14px
}

.ka-barter-inline-039 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #5b5652
}

.ka-barter-inline-040 {
  width: 100%;
  border: 1.5px solid #dbe6e9;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 12px;
  font-size: 13px;
  background: #fbfdfd;
  outline: none
}

.ka-barter-inline-041 {
  width: 100%;
  border: 1.5px solid #dbe6e9;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 13px;
  font-size: 13px;
  background: #fbfdfd;
  outline: none
}

.ka-barter-inline-042 {
  font-size: 11.5px;
  color: #f26a21;
  font-weight: 600
}

.ka-barter-inline-043 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #5b5652
}

.ka-barter-inline-044 {
  border: 1.5px solid #dbe6e9;
  border-radius: 12px;
  padding: 11px 13px;
  font-size: 13px;
  background: #fbfdfd;
  outline: none;
  resize: vertical;
  font-family: inherit
}

.ka-barter-inline-045 {
  position: sticky;
  top: 82px;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ka-barter-inline-046 {
  background: #fff;
  border: 1px solid #eef1f2;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06)
}

.ka-barter-inline-047 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px
}

.ka-barter-inline-048 {
  width: 16px;
  height: 1px;
  background: #0B546B;
  display: block
}

.ka-barter-inline-049 {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: #0B546B
}

.ka-barter-inline-050 {
  background: #f7fafb;
  border: 1px solid #e6eef0;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 10px
}

.ka-barter-inline-051 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px
}

.ka-barter-inline-052 {
  font-size: 11.5px;
  font-weight: 700;
  color: #0B546B
}

.ka-barter-inline-053 {
  font-size: 11px;
  color: #9a938d
}

.ka-barter-inline-054 {
  font-size: 16px;
  font-weight: 800;
  color: #c4bfb8
}

.ka-barter-inline-055 {
  display: flex;
  justify-content: center;
  margin: -4px 0 6px
}

.ka-barter-inline-056 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fdeee4;
  display: flex;
  align-items: center;
  justify-content: center
}

.ka-barter-inline-057 {
  background: #fdf7f3;
  border: 1px solid #f7ddcd;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px
}

.ka-barter-inline-058 {
  font-size: 11.5px;
  font-weight: 700;
  color: #f26a21;
  margin-bottom: 8px
}

.ka-barter-inline-059 {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #eef5f7;
  border-radius: 11px;
  padding: 11px 13px;
  margin-bottom: 14px
}

.ka-barter-inline-060 {
  font-size: 11.5px;
  color: #4f6c76
}

.ka-barter-inline-061 {
  font-size: 12.5px;
  font-weight: 800;
  color: #0B546B
}

.ka-barter-inline-062 {
  width: 100%;
  cursor: pointer;
  background: #f26a21;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  min-height: 50px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(242, 106, 33, 0.35)
}

.ka-barter-inline-063 {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 1.8;
  color: #9a938d
}

.ka-barter-inline-064 {
  background: #eef5f7;
  border: 1px solid #d4e3e7;
  border-radius: 18px;
  padding: 18px 20px
}

.ka-barter-inline-065 {
  font-size: 13px;
  font-weight: 800;
  color: #0B546B;
  margin-bottom: 10px
}

.ka-barter-inline-066 {
  display: flex;
  flex-direction: column;
  gap: 11px
}

.ka-barter-inline-067 {
  display: flex;
  align-items: flex-start;
  gap: 9px
}

.ka-barter-inline-068 {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0B546B;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px
}

.ka-barter-inline-069 {
  font-size: 12px;
  line-height: 1.85;
  color: #3f5a63
}

.ka-barter-inline-070 {
  background: #fff;
  border: 1px solid #eef1f2;
  border-radius: 18px;
  padding: 18px 20px;
  text-align: center
}

.ka-barter-inline-071 {
  font-size: 12.5px;
  font-weight: 700;
  color: #1a1816;
  margin-bottom: 4px
}

.ka-barter-inline-072 {
  font-size: 11.5px;
  color: #7c7772;
  line-height: 1.8;
  margin-bottom: 12px
}

.ka-barter-inline-073 {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.ka-barter-inline-074 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #eef5f7;
  color: #0B546B;
  font-size: 12.5px;
  font-weight: 700;
  min-height: 42px;
  border-radius: 11px;
  text-decoration: none
}

.ka-barter-inline-075 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 20px
}

.ka-barter-inline-076 {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 30, 0.55)
}

.ka-barter-inline-077 {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  padding: 26px
}

.ka-barter-inline-078 {
  display: none;
  flex-direction: column;
  gap: 10px
}

.ka-barter-inline-079 {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ka-barter-inline-080 {
  font-size: 18px;
  font-weight: 900
}

.ka-barter-inline-081 {
  border: none;
  cursor: pointer;
  background: #f5f4f3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  color: #5b5652
}

.ka-barter-inline-082 {
  margin: 0 0 4px;
  font-size: 12.5px;
  line-height: 1.9;
  color: #7c7772
}

.ka-barter-inline-083 {
  font-size: 12px;
  font-weight: 700;
  color: #5b5652;
  margin-top: 2px
}

.ka-barter-inline-084 {
  display: flex;
  gap: 7px;
  flex-wrap: wrap
}

.ka-barter-inline-085 {
  cursor: pointer;
  background: #fff;
  color: #1a1816;
  border: 1.5px solid #dbe6e9;
  font-size: 12px;
  font-weight: 600;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 11px
}

.ka-barter-inline-086 {
  display: none;
  color: #c4553f;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px
}

.ka-barter-inline-087 {
  margin-top: 10px;
  cursor: pointer;
  background: #f26a21;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  min-height: 50px;
  border-radius: 14px
}

.ka-barter-inline-088 {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 4px
}

.ka-barter-inline-089 {
  cursor: pointer;
  background: transparent;
  color: #0B546B;
  border: none;
  font-size: 13px;
  font-weight: 800;
  padding: 6px;
  text-align: center
}

.ka-barter-inline-090 {
  margin: 4px 0 0;
  font-size: 11px;
  color: #a39f9b;
  text-align: center
}

.ka-barter-inline-091 {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px
}

.ka-barter-inline-092 {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fdeee4;
  display: flex;
  align-items: center;
  justify-content: center
}

.ka-barter-inline-093 {
  font-size: 17px;
  font-weight: 900
}

.ka-barter-inline-094 {
  font-size: 12.5px;
  line-height: 1.9;
  color: #7c7772
}

.ka-barter-inline-095 {
  font-weight: 700;
  color: #0B546B
}

.ka-barter-inline-096 {
  width: 170px;
  text-align: center;
  letter-spacing: 10px;
  border: 1.5px solid #dbe6e9;
  border-radius: 14px;
  min-height: 56px;
  padding: 0 13px;
  font-size: 22px;
  font-weight: 800;
  background: #fbfdfd;
  outline: none
}

.ka-barter-inline-097 {
  display: none;
  color: #c4553f;
  font-size: 12px;
  font-weight: 700
}

.ka-barter-inline-098 {
  width: 100%;
  cursor: pointer;
  background: #f26a21;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  min-height: 50px;
  border-radius: 14px
}

.ka-barter-inline-099 {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 11px
}

.ka-barter-inline-100 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eaf6ef;
  display: flex;
  align-items: center;
  justify-content: center
}

.ka-barter-inline-101 {
  font-size: 18px;
  font-weight: 900;
  margin-top: 10px
}

.ka-barter-inline-102 {
  font-size: 12.5px;
  line-height: 1.9;
  color: #5b5652
}

.ka-barter-inline-103 {
  background: #f1f5f7;
  border-radius: 14px;
  padding: 18px;
  margin: 12px 0;
  width: 100%
}

.ka-barter-inline-104 {
  display: block;
  font-size: 11.5px;
  line-height: 1.9;
  color: #0b546b;
  font-weight: 600
}

.ka-barter-inline-105 {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #7c7772;
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px
}

.ka-barter-inline-106 {
  color: #0B546B;
  display: flex
}

.ka-barter-inline-107 {
  color: #f26a21;
  font-size: 15px;
  font-weight: 800;
  line-height: 1
}

.ka-barter-inline-108 {
  display: flex;
  align-items: center;
  gap: 10px
}

.ka-barter-inline-109 {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #eef5f7;
  color: #0B546B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none
}

.ka-barter-inline-110 {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.ka-barter-inline-111 {
  font-size: 14.5px;
  font-weight: 800
}

.ka-barter-inline-112 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid #f0dcd2;
  color: #c4553f;
  font-size: 11.5px;
  font-weight: 700;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 10px
}

.ka-barter-inline-113 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #5b5652;

  $ {
    spanStyle
  }
}

.ka-barter-inline-114 {
  $ {
    style
  }
}

.ka-barter-inline-115 {
  font-size: 11.5px;
  color: #f26a21;
  font-weight: 600;
  margin-top: 2px;
  display: block;
  min-height: 16px
}

.ka-barter-inline-116 {
  width: 100%;
  border: 1.5px solid #dbe6e9;
  border-radius: 12px;
  padding: 11px 13px;
  font-size: 13px;
  background: #fbfdfd;
  outline: none;
  resize: vertical;
  font-family: inherit
}

.ka-barter-inline-117 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  $ {
    spanStyle
  }
}

.ka-barter-inline-118 {
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #dbe6e9;
  padding: 0 13px;
  min-height: 40px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1a1816;
  user-select: none;
  transition: 0.2s
}

.ka-barter-inline-119 {
  margin: 0;
  width: 14px;
  height: 14px
}

.ka-barter-inline-120 {
  display: none
}

.ka-barter-inline-121 {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #e2e8ea
}

.ka-barter-inline-122 {
  width: 100%;
  border: 2px dashed #cbdae0;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  background: #fbfdfd
}

.ka-barter-inline-123 {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f2f0ee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap
}

.ka-barter-inline-124 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f7fafb;
  border: 1px solid #dbe6e9;
  color: #0B546B;
  font-size: 11.5px;
  font-weight: 600;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  transition: 0.2s
}

.ka-barter-inline-125 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1
}