span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
svg {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  fill: #000;
}
svg.strk {
  fill: none;
  stroke: #000;
}
strong {
  font-weight: bold;
}
button:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.55;
  color: #000;
}
p,
a,
button {
  line-height: 1.85;
  color: #000;
}
span {
  line-height: 1.5;
  color: #000;
}
.def-sec > .container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}
.head-sec {
  margin-top: 60px;
}
.head-sec > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.head-sec .title {
  font-size: 18px;
}
#calendar-btn label {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 11px 12px 11px 8px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  gap: 5px;
  cursor: pointer;
}
#calendar-btn .cs_icon {
  width: 18px;
  height: 18px;
  stroke: #374957;
}
#calendar-btn .down_icon {
  stroke: #374957;
}
#calendar-btn input {
  outline: none;
  border: none;
  font-size: 12px;
  color: var(--blck);
  flex-grow: 1;
}
.profile-sec {
  margin-top: 24px;
}
.profile-sec > .container {
  display: flex;
  gap: 2rem;
}
.profile-sec .info-card {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}
.profile-sec .info-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.profile-sec .info-card .info {
  display: flex;
  flex-direction: column;
}
.profile-sec .info-card .info_name {
  font-size: 18px;
  margin-bottom: 4px;
}
.profile-sec .info-card .summery_txt {
  font-size: 14px;
  color: var(--blck);
  margin-bottom: 8px;
}
.profile-sec .info-card button {
  text-align: right;
  color: var(--primary);
}
.profile-sec .statics {
  flex-grow: 1;
  display: flex;
  gap: 20px;
}
.profile-sec .statics .static {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 100%;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  overflow: hidden;
  min-width: 110px;
}
.profile-sec .statics .static svg {
  position: absolute;
  top: -8px;
  left: -2px;
  width: 62px;
  height: 62px;
}
.profile-sec .statics .static .num {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #3b00f9;
}
.profile-sec .statics .static .txt {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
  text-align: center;
}
.profile-sec .statics .static::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 85px;
  top: -20px;
  left: -33px;
  background-color: #f0ebff;
  border-radius: 74% 26% 70% 30% / 38% 68% 32% 62%;
  z-index: -1;
}
.profile-sec .statics .static.blue .num {
  color: var(--primary);
}
.profile-sec .statics .static.blue::after {
  background-color: #ecf3ff;
}
.profile-sec .statics .static.orange .num {
  color: #ff0000;
}
.profile-sec .statics .static.orange::after {
  background-color: #fff5f2;
}
.profile-sec .statics .static.green .num {
  color: #008309;
}
.profile-sec .statics .static.green::after {
  background-color: #f6ffee;
}
.show-guide {
  display: flex;
  align-items: center;
  gap: 4px;
}
.show-guide span {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: -3px;
  color: #000;
}
.show-guide svg {
  width: 20px;
  height: 20px;
  stroke: #000;
}
.sec-t1 {
  border-radius: 20px;
  background-color: #f1f6fb;
  border: 1px solid #d1d5db;
  padding: 24px 16px;
}
.sec-t1 .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 1rem;
}
.sec-t1 .head .title {
  font-size: 18px;
}
.sec-t1 .empty-info {
  display: none;
  text-align: center;
}
.sec-t1 .empty-info img {
  width: 120px;
  height: 120px;
  mix-blend-mode: multiply;
}
.sec-t1 .empty-info h2 {
  font-size: 14px;
}
.sec-t1 .empty-info p {
  font-size: 14px;
}
.sec-t1.empty :where(.menu, .content) {
  display: none;
}
.sec-t1.empty .empty-info {
  display: grid;
  place-items: center;
  gap: 8px;
  max-width: 300px;
  margin: 0 auto;
}
.sec-t1 .list {
  display: flex;
  overflow-x: auto;
  margin-top: 24px;
  gap: 1rem;
}
.sec-t1 .list .item {
  flex-shrink: 0;
  width: 186px;
  padding: 12px 8px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  user-select: none;
}
.sec-t1 .list .item .header {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 1rem;
}
.sec-t1 .list .item .header .pic {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #ffeae3;
}
.sec-t1 .list .item[data-pet="2"] .header .pic {
  background-color: #f2ffe3;
}
.sec-t1 .list .item[data-pet="3"] .header .pic {
  background-color: #dbcfff;
}
.sec-t1 .list .item[data-pet="4"] .header .pic {
  background-color: #e3ecff;
}
.sec-t1 .list .item[data-pet="5"] .header .pic {
  background-color: #e3fffa;
}
.sec-t1 .list .item[data-pet="6"] .header .pic {
  background-color: #eeeeee;
}
.sec-t1 .list .item .header .pic svg {
  width: 32px;
  height: 32px;
}
.sec-t1 .list .item .header .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sec-t1 .list .item .header .info .status,
.modal-t5 .header .status {
  font-size: 10px;
  padding: 4px 12px;
  border-radius: 100vmax;
  color: #c82b00;
  background-color: #fff1ed;
  margin-bottom: 8px;
}
.sec-t1 .list .item[data-status="completed"] .header .info .status,
.modal-t5[data-status="completed"] .header .status {
  color: #005be2;
  background-color: #ebf3ff;
}
.sec-t1 .list .item[data-status="canceled"] .header .info .status,
.modal-t5[data-status="canceled"] .header .status {
  color: #af0000;
  background-color: #ffd7d7;
}
.sec-t1 .list .item[data-status="awaiting-payment"] .header .info .status,
.modal-t5[data-status="awaiting-payment"] .header .status {
  color: #357900;
  background-color: #f6ffef;
}
.sec-t1 .list .item[data-status="awaiting-approval"] .header .info .status,
.modal-t5[data-status="awaiting-approval"] .header .status {
  color: #9d6100;
  background-color: #fff7ea;
}
.sec-t1 .list .item[data-status="awaiting-call"] .header .info .status,
.modal-t5[data-status="awaiting-call"] .header .status {
  color: #3d00ff;
  background-color: #efeaff;
}
.timer {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 4px;
}
.timer span {
  margin-bottom: -6px;
}
.timer svg {
  width: 16px;
  height: 16px;
  stroke: var(--blck);
}
.sec-t1 .list .item .details > * {
  margin-bottom: 8px;
}
.sec-t1 .list .item .details .name {
  font-size: 14px;
  margin-bottom: 4px;
}
.sec-t1 .list .item .details .pet {
  display: inline-block;
  font-size: 12px;
  color: #6e7a86;
}
.sec-t1 .list .item .details > .dl {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.sec-t1 .list .item .details > .dl svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  stroke: var(--blck);
}
.sec-t1 .list .item .details .price {
  margin-bottom: 1rem;
}
.sec-t1 .list .item .details .price span {
  color: #099e40;
}
.sec-t1 .list .item .cta {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
}
.users-sec {
  padding: 40px 0;
}
.custom-scroller-menu {
  display: flex;
  overflow-x: auto;
  /* scroll-snap-type: x mandatory; */
}
.custom-scroller-menu > .container {
  display: flex;
  flex: 0 0 auto;
  /* scroll-snap-type: x mandatory; */
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #fff;
}
.custom-scroller-menu .item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* scroll-snap-align: start; */
  user-select: none;
}
.custom-scroller-menu .item .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  padding: 4px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 2;
  color: var(--blck);
}
.custom-scroller-menu .item.current .cta {
  color: #fff;
  background-color: var(--primary);
  border-radius: 8px;
}
.modal {
  top: 50%;
  left: 50%;
  width: 90%;
  right: initial;
  transform: translate(-50%, -50%);
  border: none;
  max-width: 400px;
  border-radius: 8px;
}
.modal .header {
  padding: 28px 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background-color: #edf4ff;
}
.modal .header h3 {
  font-size: 16px;
  color: var(--primary);
}
.modal .header .close-btn svg {
  stroke: var(--blck);
}
.modal .content {
  padding: 16px 16px 24px 16px;
  height: 200px;
  overflow: auto;
}
.modal .content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
}
.modal .ctas {
  padding: 0 16px 20px;
}
.modal-type-1 .ctas button {
  width: 100%;
}
.button-t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: var(--primary);
  font-size: 14px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  transition: background-color 200ms, color 200ms;
}
.button-t1:hover {
  background-color: var(--primary);
  color: #fff;
}
.button-t1 svg {
  stroke: var(--primary);
  margin-left: 4px;
  transition: stroke 200ms;
}
.button-t1 svg.spec {
  stroke: none;
  fill: var(--primary);
  transition: fill 200ms;
}
.button-t1:hover svg {
  stroke: #fff;
}
.button-t1:hover svg.spec {
  stroke: none;
  fill: #fff;
}
.custom-scroller-indicator-js {
  width: 120px;
  height: 7px;
  background-color: #d1d5db;
  border-radius: 10px;
  margin: 1rem auto 0;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.custom-scroller-indicator-js .scroll-thumb {
  width: 25%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: grab;
}
.custom-scroller-indicator-js .scroll-thumb.dragging {
  cursor: grabbing;
}
.requests-sec {
  margin-bottom: 80px;
}
.requests-sec .sec-t1 {
  background-color: #edfeff;
}
.modal-t5 {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background-color: #0000003c;
  z-index: 100;
}
.modal-t5[data-open] {
  display: flex;
}
.modal-t5 > .container {
  display: flex;
  flex-direction: column;
  height: 80%;
  overflow: auto;
  position: relative;
  width: 100%;
  max-width: 720px;
  background-color: #fff;
  border-radius: 10px;
  overflow: clip;
  animation: fadeUpIn 200ms;
}
.modal-t5 .header {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  border-bottom: 1px solid #d1d5db;
}
.modal-t5 .header .pic {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffeae3;
  margin-left: 16px;
}
.modal-t5 .header .pic svg {
  width: 40px;
  height: 40px;
}
.modal-t5 .header .name {
  font-size: 18px;
  margin-bottom: 8px;
}
.modal-t5 .header .close {
  position: absolute;
  top: 24px;
  left: 16px;
}
.wrapper {
  display: flex;
  gap: 20px;
}
.modal-t5 .content {
  flex-grow: 1;
  overflow: auto;
  padding: 24px 16px 160px;
}
.modal-t5 .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.modal-t5 .content .top h2 {
  font-size: 18px;
}
.modal-t5 .content .details {
  flex-basis: 55%;
}
.modal-t5 .content .details .dl {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.modal-t5 .content .details .dl svg {
  width: 16px;
  height: 16px;
  stroke: var(--blck);
  margin-left: 4px;
}
.modal-t5 .content .details .dl .txt {
  font-size: 14px;
  color: var(--blck);
}
.modal-t5 .content .details .dl a.txt {
  color: var(--primary);
}
.modal-t5 .content .details .date .txt {
  color: #000;
}
.modal-t5 .content .route {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
}
.modal-t5 .content .route .map .con {
  width: 100%;
  aspect-ratio: 2 / 1;
  background-color: #d1d5db;
  border-radius: 8px;
  overflow: clip;
}
.modal-t5 .content .route .routing {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.modal-t5 .content .route .routing span {
  display: block;
  font-size: 14px;
  margin-left: auto;
  color: var(--blck);
}
.modal-t5 .content .route .routing button {
  padding: 6px 16px;
  border-radius: 8px;
  color: #fff;
  background-color: #4832f5;
  margin-right: 12px;
}
.modal-t5 .content .route .routing button.neshan {
  background-color: #173f58;
}
.modal-t5 .content .route .routing button.googlemap {
  background-color: #4285f4;
}
.modal-t5 .content .order-items {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.modal-t5 .content .order-items h2 {
  font-size: 18px;
  margin-bottom: 16px;
}
.modal-t5 .content .order-items p {
  font-size: 14px;
  color: var(--blck);
}
.modal-t5 .content .order-items button {
  margin-top: 1rem;
  align-self: flex-end;
}
.modal-t5 .content .inform {
  margin-top: 32px;
}
.modal-t5 .content .inform h2 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.modal-t5 .content .inform .user-information {
  padding: 8px;
  min-height: 80px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  background-color: #fbfbfb;
}
.modal-t5 .content .inform .user-information p {
  font-size: 14px;
  color: var(--blck);
}
.modal-t5 .master .scroll-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -26px;
  right: 50%;
  transform: translateX(50%);
  background-color: #eeeeee;
}
.modal-t5 .master {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
  border-top: 1px solid #d1d5db;
  padding: 16px 24px;
}
.modal-t5 .master .cost,
.modal-t5 .master .btns {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.modal-t5 .master .cost span {
  font-size: 14px;
}
.modal-t5 .master .cost .price {
  font-size: 16px;
  font-weight: bold;
}
.modal-t5 .master .btns button {
  flex-grow: 1;
}
.modal-type-3 {
  max-width: 720px;
}
.modal-type-3 .header {
  background-color: #ffeae6;
}
.modal-type-3 .header h3 {
  color: #b2001a;
}
.modal-type-3 .ctas {
  padding: 20px 16px;
  display: flex;
  gap: 1rem;
}
.modal-type-3 .ctas .cta:first-child {
  flex-grow: 1;
}
.modal-type-3 .options {
  margin-top: 24px;
}
.modal-type-3 .content {
  height: 450px;
}
#warning-modal {
  max-width: 400px;
}
#warning-modal .content img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 24px;
}
#warning-modal .content {
  height: 280px;
}
#warning-modal .cta {
  flex-grow: 1;
}
.modal-type-3 .options .radio-type-1 {
  margin-bottom: 8px;
}
.modal-type-3 .options .radio-type-1:last-child {
  margin-bottom: 0;
}
.button-t2,
.button-t3,
.button-t5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 8px 34px;
  transition: background-color 200ms, color 200ms;
}
.button-t2:hover {
  background-color: transparent;
  color: var(--primary);
}
.button-t2 svg {
  stroke: #fff;
  transition: stroke 200ms;
}
.button-t2 svg.spec {
  stroke: none;
  fill: #fff;
  transition: fill 200ms;
}
.button-t2:hover svg {
  stroke: var(--primary);
}
.button-t2:hover svg.spec {
  stroke: none;
  fill: var(--primary);
}
.button-t3,
.button-t5 {
  background-color: initial;
  color: var(--blck);
  border-color: #d1d5db;
  transition: border-color 200ms, background-color 200ms, color 200ms;
}
.button-t3:hover {
  background-color: red;
  border-color: red;
  color: #fff;
}
.button-t5:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.add-item-modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  inset: 0;
  background-color: #0000003c;
  z-index: 150;
}
.add-item-modal[data-open] {
  display: flex;
}
.add-item-modal > .container {
  position: relative;
  width: 100%;
  height: 85%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  overflow: clip;
  animation: fadeUpIn 200ms;
}
.add-item-modal .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 24px;
  background-color: #edf0f2;
}
.add-item-modal .header h3 {
  font-size: 16px;
}
.add-item-modal[data-state="2"] .s1 {
  display: none !important;
}
.add-item-modal[data-state="1"] .s2 {
  display: none !important;
}
.add-item-modal .content {
  flex-grow: 1;
  overflow: auto;
  padding: 0 24px 160px;
}
.add-item-modal .categories {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  margin: 16px 0 24px;
  list-style-type: none;
}
.add-item-modal .categories .category {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
}
.add-item-modal .categories .category .pic {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  background-color: #dbcfff;
}
.add-item-modal .categories .category.green .pic {
  background-color: #f2ffe3;
}
.add-item-modal .categories .category.blue .pic {
  background-color: #d0e0ff;
}
.add-item-modal .categories .category.red .pic {
  background-color: #ffeae3;
}
.add-item-modal .categories .category.yellow .pic {
  background-color: #fffbe3;
}
.add-item-modal .categories .category.teal .pic {
  background-color: #d0fff7;
}
.add-item-modal .categories .category .pic svg {
  width: 32px;
  height: 32px;
}
.add-item-modal .categories .category .txt {
  font-size: 16px;
  white-space: nowrap;
  color: var(--blck);
}
.add-item-modal .content .filter {
  margin: 24px 0 16px;
}
.add-item-modal .content .filter .holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  padding: 0 8px;
  border: 1px solid #d1d5db;
}
.add-item-modal .content .filter .holder input {
  flex-grow: 1;
  font-size: 14px;
  color: var(--blck);
  border: none;
  padding: 11px 0;
  outline: transparent;
}
.add-item-modal .content .didnt-find {
  font-size: 12px;
  color: var(--blck);
}
.add-item-modal .content .didnt-find button {
  font: inherit;
  color: var(--primary);
}
.add-item-modal .items-section {
  margin-top: 36px;
}
.add-item-modal .items-section h2 {
  font-size: 18px;
  margin-bottom: 24px;
}
.add-item-modal .items-section .items {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 1rem;
}
.add-item-modal .items-section .items label {
  display: flex;
  align-items: center;
  height: 56px;
  border-radius: 4px;
  padding: 0 22px;
  border: 1px solid #d1d5db;
}
.add-item-modal .items-section .items label input {
  width: 20px;
  height: 20px;
  margin-left: 14px;
  accent-color: var(--primary);
}
.add-item-modal
  .items-section
  .items
  label
  input:checked
  ~ :where(.txt, .price) {
  color: var(--primary);
}
.add-item-modal .items-section .items label .txt {
  font-size: 14px;
  margin-left: 8px;
}
.add-item-modal .items-section .items label .price {
  font-size: 14px;
  color: var(--blck);
  margin-left: auto;
}
.add-item-modal .items-section .items label .number {
  display: none;
  align-items: center;
}
.add-item-modal .items-section .items label input:checked ~ .number {
  display: flex;
}
.add-item-modal .items-section .items label .number svg {
  width: 20px;
  height: 20px;
  stroke: var(--blck);
}
.add-item-modal .items-section .items label .number .num {
  font-size: 18px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: -6px;
  width: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-underline-offset: 4px;
}
.add-item-modal .master {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 16px 24px;
  border-top: 1px solid #d1d5db;
  background-color: #fff;
}
.add-item-modal .master .co {
  flex-direction: column;
}
.add-item-modal .master .cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.add-item-modal .master .cost span {
  font-size: 14px;
}
.add-item-modal .master .cost .price {
  font-size: 16px;
  font-weight: bold;
}
.add-item-modal .master .btns {
  display: flex;
  gap: 24px;
}
.add-item-modal .master .btns button {
  font-size: 16px;
  font-weight: bold;
  flex-grow: 1;
}
.add-item-modal .manually {
  flex-grow: 1;
  overflow: auto;
  padding: 24px 24px 160px;
}
.add-item-modal .manually .inps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-item-modal .manually .inps .row {
  display: flex;
  gap: 1rem;
}
.add-item-modal .manually .inps .row .service-name {
  flex-basis: 55%;
}
.add-item-modal .manually .inps .row .service-price {
  flex-basis: 45%;
}
.add-item-modal .manually .inps .row .holder {
  display: flex;
  flex-direction: column;
}
.add-item-modal .manually .inps .row .holder .txt {
  font-size: 14px;
  margin-bottom: 8px;
}
.add-item-modal .manually .inps .row .holder .required {
  color: #ff0000;
}
.add-item-modal .manually .inps .row .holder input {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  border: 1px solid #d1d5db;
}
.add-item-modal .manually .inps .row .holder input:focus {
  outline: 2px solid var(--primary);
}
#add-manuall-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  height: 48px;
  width: 100%;
  margin-top: 1rem;
}
#add-manuall-item svg {
  fill: var(--primary);
}
#add-manuall-item span {
  font-size: 16px;
  color: var(--primary);
}
@media (max-width: 900px) {
  .head-sec > .container,
  .profile-sec > .container {
    flex-direction: column;
    align-items: stretch;
  }
  .profile-sec .statics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .profile-sec .statics .static {
    padding: 24px;
  }
  .show-guide span,
  .add-item-modal .master .cost span,
  .add-item-modal .categories .category .txt,
  .add-item-modal .items-section .items label :is(.txt, .price) {
    font-size: 12px;
  }
  .custom-scroller-menu .item .cta {
    padding: 4px 16px;
    font-size: 12px;
  }
  .modal {
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translate(0);
    border-radius: 8px 8px 0 0;
  }
  .modal[open] {
    animation: fadeUpIn 200ms forwards;
  }
  .modal.modal-type-1,
  #warning-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    bottom: initial;
    border-radius: 8px;
    animation: none;
  }
  .sec-t1 .head .title,
  .modal-t5 .header .name,
  .modal-t5 .content .details h2,
  .modal-t5 .content .order-items h2,
  .add-item-modal .items-section h2 {
    font-size: 16px;
  }
  .button-t2,
  .button-t3,
  .button-t5 {
    padding: 8px 20px;
  }
  .modal-t5,
  .add-item-modal {
    align-items: flex-end;
  }
  .modal-t5 > .container,
  .add-item-modal > .container {
    border-radius: 10px 10px 0 0;
  }
  .wrapper {
    flex-direction: column;
  }
  .modal-t5 .master .cost,
  .modal-t5 .master .btns {
    gap: 14px;
  }
  :is(.requests-sec, .users-sec) > .container {
    padding: 0;
  }
  .sec-t1 {
    border: none;
    border-radius: 0;
  }
  .sec-t1 .list .item {
    width: auto;
  }
  .requests-sec .sec-t1 .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
    overflow-x: visible;
    gap: 12px;
  }
  .requests-sec .sec-t1 .custom-scroller-indicator-js {
    display: none;
  }
  .modal-type-3 .content {
    max-height: 65vh;
  }
  .add-item-modal .categories .category .pic {
    width: 56px;
    height: 56px;
  }
  .add-item-modal .master .cost .price,
  .add-item-modal .manually .inps .row .holder input {
    font-size: 14px;
  }
}
@keyframes fadeUpIn {
  from {
    opacity: 0.2;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
