html {
  font-size: 14px;
  background-color: #ffffff;
  font-family: Vazirmatn !important;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

header {
  z-index: 1041;
  position: relative;
}

header .container {
  padding: 1rem;
}

.mobile-header-button {
  border: 1px solid rgb(197, 197, 197);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  height: 35px;
  width: 35px;
  margin-left: 8px;
  font-size: 22px;
  color: rgb(161, 161, 161);
  cursor: pointer;
  display: none;
}

.mobile-header {
  display: none;
}

.desktop-header {
  display: block;
}

.mobile-header-content {
  height: 80vh;
  display: flex;
}

.mobile-header-categories {
  border-left: 1px solid gray;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-header-categories .item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-align: center;
  gap: 8px;
}

.mobile-header-categories .item h6 {
  font-size: 12px;
  font-weight: bold;
}

.mobile-header-categories .item img {
  width: 35px;
  filter: grayscale(100%);
  border-radius: 50%;
}

.mobile-header-categories .item.active img {
  width: 35px;
  filter: grayscale(0%);
}

.mobile-header-categories .item.active {
  background-color: rgb(252, 204, 169);
}

.mobile-header-services {
  width: 100%;
  height: 100%;
}

.accordion {
  direction: ltr;
  border: none !important;
}

.accordion__button {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background-color: transparent !important;
  padding: 0 10px !important;
}

.accordion__button::before {
  border: none !important;
  content: "+" !important;
  transform: rotate(0) !important;
  font-size: 29px;
  height: auto !important;
  width: auto !important;
}

.accordion__button[aria-expanded="true"]::before {
  content: "-" !important;
}

.accordion__button[aria-expanded="true"] {
  color: rgb(253, 119, 23);
}

.accordion__panel {
  direction: rtl !important;
  padding: 0 10px !important;
}

.accordion__item + .accordion__item {
  border: none !important;
}

.nav-modal {
  top: 45px;
}

.nav-hight {
  height: 400px;
  overflow-y: auto;
}

.app-logo {
  width: 55px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.btn {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-secondary {
  background-color: white;
  border: 1px solid rgb(179, 179, 179);
  color: rgb(179, 179, 179);
}

.text-gray {
  color: rgb(122, 122, 122);
}

.f-14 {
  font-size: 14px;
}

.text-black {
  color: black;
}

.clickable {
  cursor: pointer;
}

.nav-custom-item,
.sub-category-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  border-radius: 8px;
  padding: 8px;
}

.nav-custom-item img {
  height: 30px;
  aspect-ratio: 1/1;
}

.nav-custom-item span {
  color: black;
}

.nav-custom-item:hover,
.nav-custom-item.active {
  background-color: rgb(238, 238, 238);
}

.sub-category-item i {
  font-size: 8px;
}

.sub-category-item:hover,
.sub-category-item.active {
  background-color: rgb(238, 238, 238);
  color: #00bda4;
}

.h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.section-small {
  max-width: 790px;
  width: 100%;
}

.home-search-holder {
  height: 90px;
  background-color: white;
  border-radius: 40px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  display: flex;
  align-items: center;
  padding: 18px;
  gap: 12px;
}

.home-search-holder input {
  border: none;
  outline: none;
}

/* .category-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  justify-content: center;
} */

.category-holder.sm {
  gap: 60px;
}

.home-category {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  color: black;
}

.home-category.sm {
  width: 60px;
  gap: 8px;
}

.home-category .image-holder {
  background-color: white;
  border-radius: 12px;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.home-category.sm .image-holder {
  padding: 8px;
}

.home-category .image-holder img {
  width: 100%;
  aspect-ratio: 1/1;
}

.home-category.sm .image-holder img {
  filter: grayscale(100%);
}

.home-category.sm.active .image-holder img {
  filter: grayscale(0%);
}

.home-category span {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
}

.home-category:hover img {
  opacity: 0.7;
}

.home-slider {
  direction: ltr;
  width: 100%;
  padding: 0 3rem;
  /* height: 220px; */
  /* overflow: hidden; */
}

.slick-slide img {
  border-radius: 12px;
  /* padding: 0 10px; */
  height: 220px;
}

.slick-dots {
  top: 240px !important;
}

/* .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: green;
} */
/* .slick-dots li button::before {
  background-color: transparent !important;
  color: transparent !important;
}

.slick-dots li button {
  width: 2px !important;
  height: 2px !important;
  border-radius: 50% !important;
  background-color: #d0d0d0;
  border: 2px solid #14172c !important;
}

.slick-dots li.slick-active button {
  background-color: #14172c !important;
} */

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInByaWNpbmcuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsZ0JBQWdCO0NBQ2pCO0FBQ0Q7RUFDRTtJQUNFLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0UsaUJBQWlCO0NBQ2xCOztBQUVEO0VBQ0UsaUJBQWlCO0NBQ2xCOztBQUVEO0VBQ0UsaUJBQWlCO0NBQ2xCOztBQUVELGNBQWMsOEJBQThCLEVBQUU7QUFDOUMsaUJBQWlCLGlDQUFpQyxFQUFFOztBQUVwRCxjQUFjLCtDQUErQyxFQUFFIiwiZmlsZSI6InByaWNpbmcucnRsLmNzcyIsInNvdXJjZXNDb250ZW50IjpbImh0bWwge1xuICBmb250LXNpemU6IDE0cHg7XG59XG5AbWVkaWEgKG1pbi13aWR0aDogNzY4cHgpIHtcbiAgaHRtbCB7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICB9XG59XG5cbi5jb250YWluZXIge1xuICBtYXgtd2lkdGg6IDk2MHB4O1xufVxuXG4ucHJpY2luZy1oZWFkZXIge1xuICBtYXgtd2lkdGg6IDcwMHB4O1xufVxuXG4uY2FyZC1kZWNrIC5jYXJkIHtcbiAgbWluLXdpZHRoOiAyMjBweDtcbn1cblxuLmJvcmRlci10b3AgeyBib3JkZXItdG9wOiAxcHggc29saWQgI2U1ZTVlNTsgfVxuLmJvcmRlci1ib3R0b20geyBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2U1ZTVlNTsgfVxuXG4uYm94LXNoYWRvdyB7IGJveC1zaGFkb3c6IDAgLjI1cmVtIC43NXJlbSByZ2JhKDAsIDAsIDAsIC4wNSk7IH1cbiJdfQ== */

/* .slick-dots {
  bottom: 10px !important;
} */

[dir="rtl"] .slick-prev {
  right: 10px !important;
  left: auto;
  z-index: 99 !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

[dir="rtl"] .slick-next {
  left: 10px !important;
  right: auto;
  z-index: 99 !important;
}

.home-banners {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 94%;
}

.home-banners img {
  flex-grow: 1;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.dir-ltr {
  direction: ltr;
}

.ads-holder {
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
}

.ad-item {
  padding-left: 8px;
  padding-right: 8px;
}

.ad-item-inner {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: white;
}

.ad-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -ms-border-radius: 12px 12px 0px 0px;
  -o-border-radius: 12px 12px 0px 0px;
}

.ad-item .ad-caption {
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.ad-item .span {
  color: gainsboro;
}

.ads-holder .slick-slider {
  height: 190px;
}

.ad-item .overlay {
  position: absolute;
  display: none;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.ad-item:hover .overlay {
  display: block;
}

.sub-category-holder {
  width: 95%;
  margin: 20px auto;
}

.home-sub-category-items {
  /* display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr); */
  display: flex;
  justify-content: start;
  align-items: center;
  width: 90%;
  margin: 30px auto;
  gap: 40px 50px;
}

.home-sub-category-item {
  /* width: 130px; */
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: black;
}

.home-sub-category-item:hover img {
  opacity: 0.7;
}

.home-sub-category-item img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

.home-sub-category-item span {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

.services-holder {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.home-service-item {
  margin-top: 6px;
  background-color: rgb(245, 245, 245);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgb(245, 245, 245);
  cursor: pointer;
  color: black;
}

.home-service-item img {
  width: 70px;
  aspect-ratio: 1/1;
}

.home-service-item:hover {
  border: 1px solid green;
}

/* .group {
  position: relative;
  margin-top: 45px;
} */

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: 1px solid gray;
  border-radius: 12px;
  border-bottom: 1px solid #757575;
}

input:focus {
  outline: none;
}

/* .group label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
} */

.required {
  color: red;
}

.form-control {
  border-radius: 8px;
}

/* input:focus ~ label,
input:valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #5264ae;
  background-color: white;
} */

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

/* active state */

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }

  to {
    width: 0;
    background: transparent;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.otp-holder {
  display: flex;
  gap: 12px;
  justify-content: center;
  direction: ltr;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
}

.question-values {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}

.question-value-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border: 1px solid rgb(230, 230, 230);
  padding: 18px 8px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 24px;
  font-size: 10px;
  color: #777777;
}

.question-value-item.column {
  position: relative;
  flex-direction: column;
  padding: 0;
  padding-bottom: 12px;
  border: 3px solid rgb(211, 211, 211);
  overflow: hidden;
}

/* .question-value-item.column.active {
  border-color: rgba(250, 96, 96, 0);
} */

.question-value-floating-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 20px;
  height: 20px;
  background-color: rgb(250, 96, 96);
  border-radius: 50%;
}

.question-value-image {
  width: 100%;
  aspect-ratio: 1/1;
}

.question-value-item:hover {
  border-color: #aaddde;
  color: #777777 !important;
}

.question-value-item.image .question-value-circle {
  position: absolute;
  top: 5px;
  left: 5px;
}

.question-value-item.active-question .question-value-circle {
  background-color: #FF6A4C;
  border-color: #FF6A4C;
}

.flex-1 {
  flex-grow: 1;
}

.g-12 {
  gap: 12px;
}

.question-value-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
}

.number-question {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid none;
  height: 40px;
  border-radius: 12px;
  overflow: hidden;
  color: 777777;
  font-size: 10px;
}

.number-question button,
.number-question input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.number-question button:hover {
  background-color: rgb(240, 240, 240);
}

.number-question button:focus {
  outline: none;
}

.number-question input {
  width: 70px;
  text-align: center;
}

/* Horizintal scroll */

.item-slider-container .item-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.item-slider {
  padding: 0px 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.item-slider .item-container {
  display: inline-flex;
  justify-content: flex-start;
  overflow-x: scroll;
  padding: 0px 5px;
  width: 96%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  scroll-behavior: smooth;
  gap: 6px;
}

.item-slider::-webkit-scrollbar {
  display: none;
}

.item-slider .item-container span {
  margin: 0px 10px;
}

.item-slider .item-container::-webkit-scrollbar {
  display: none;
}

.item-slider .left-arrow-left {
  position: absolute;
  left: 15px;
  cursor: pointer;
  z-index: 1;
}

.item-slider .right-arrow-right {
  position: absolute;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}

.right-arrow-right > svg,
.left-arrow-left > svg {
  color: #c3c3c1;
}

.right-arrow-right svg:hover,
.left-arrow-left svg:hover {
  color: #5b5b5b;
  border-radius: 50%;
}

/* Card item styles */
.item-container .card {
  border: unset;
}

.item-container .card-title {
  font-size: 14px;
  font-weight: normal;
}

.item-container .card span {
  padding: 0;
  margin: 0;
}

.item-container .card .mrp-price {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.item-container .card .save-price {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--sp-exam-button-color);
}

.item-container .card .actual-price {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.date-header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  padding: 8px;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #e2e1e1;
}

.date-header-item:hover,
.date-header-item.active-date {
  color: #fff;
  cursor: pointer;
  background-color: #0056B3;
}

.date-header-item:hover h6 {
  color: #fff;
}

.date-header-item:hover span {
  color: #fff;
}

.date-header-item.active-date h6 {
  color: #fff;
}

.date-header-item.active-date span {
  color: #fff;
}

.date-header-item h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  color: #777;
  white-space: nowrap;
}

.date-header-item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #0056B3;
}

/* end */

.time-holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.time-holder span {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 35px;
  cursor: pointer;
  border: 1px solid #d7d5d5;
  background-color: #fff;
  border-radius: 44px;
  /* font-family: IRANSansXFaNum; */
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #0056B3;
}

.time-holder span.active-time {
  background-color: #aaddde;
  border: 1px solid #0056B3;
}

.addresses-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.address-circle {
  width: 16px;
  height: 16px;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 50%;
}

.address-item {
  border: 1px solid rgb(211, 211, 211);
  padding: 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.address-item.active .address-circle {
  background-color: #00bda4;
}

.summary-holder {
  display: flex;
  flex-direction: column;
  color: black;
}

.summary-item {
  display: flex;
}

.summary-item-title {
  width: 200px;
  color: rgb(170, 170, 170);
}

.w-300 .dropdown-menu {
  width: 240px;
}

.profile-dropdown-header {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.profile-dropdown-item {
  margin-top: 4px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgb(131, 131, 131);
  cursor: pointer;
  border-radius: 12px;
  padding: 8px;
}

.profile-dropdown-item:hover {
  background: rgb(235, 235, 235);
}

.profile-dropdown-item i {
  color: #00bda4;
}

.g-24 {
  gap: 24px;
}

.header-nav-item {
  height: 60px;
  color: rgb(119, 119, 119);
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 16px;
  padding-bottom: 15px;
}

.header-nav-item:focus {
  outline: none;
}

.header-nav-item:hover,
.header-nav-item.active {
  border-bottom: 2px solid #ff6a4c;
  color: black !important;
  font-weight: bold;
}

.order-response span:nth-child(1) {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #181914;
}

.order-response span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #0b090c;
}

.empty-list-icon {
  width: 250px;
}

.f-bold {
  font-weight: bold;
  color: black;
}

.f-12 {
  font-size: 12px;
}

.btn.btn-round {
  border-radius: 30px;
  padding: 3px 20px;
}

.btn-danger.outlined {
  background-color: transparent;
  border: 1px solid red;
  color: red;
}

.btn-danger.outlined:hover {
  background-color: rgb(250, 96, 96);
  color: white;
}

.btn-primary {
  background-color: #ff6a4c;
  border-color: #ff6a4c;
}

.btn-primary:hover {
  background-color: white;
  color: #ff6a4c;
  border-color: #ff6a4c;
}

.btn-primary.outlined {
  background-color: transparent;
  color: #ff6a4c;
}

.btn-primary.outlined:hover {
  background-color: rgb(252, 149, 75);
  color: white;
  border-color: #ff6a4c;
}

.expert-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ff6a4c;
}

.card,
.modal-content {
  border-radius: 12px;
}

.second-header {
  position: relative;
  z-index: 0;
  width: 83%;
  margin: 10px auto;
  margin-top: 50px;
  height: 100px;
  /* border-radius: 12px; */
}

.profile-avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #fff;
}

.hidden {
  display: none;
}

.new-address-button {
  border: 2px dashed #ff6a4c;
  display: flex;
  font-size: 23px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 80px;
  color: #ff6a4c;
  border-radius: 12px;
}

.inline-map-holder {
  direction: ltr;
  /* position: "relative"; */
  /* height: "550px"; */
  border: 1px solid white;
  background-color: white;
  border-radius: 12px;
  width: 100%;
  height: 85%;
}

.mapboxgl-canvas {
  /* height: 100% !important; */
  width: 100%;
}

.col-6 {
  padding: 0;
}

.cancel-by {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #181914;
}

.text-primary {
  color: #ff6a4c !important;
}

.text-blue-order {
  color: #007bff;
}

.media-upload-item {
  border-radius: 8px;
  position: relative;
  /* height: 140px; */
  width: 100%;
  /* background-color: rgb(20, 20, 20); */
  overflow: scroll;
  margin: 5px;
  border: 1px solid #777;
  padding: 10px;
}

.media-upload-item span svg {
  width: 25px;
  height: 25px;
  padding-top: 6px;
}

.media-upload-item img {
  /* position: absolute;
  left: 0;
  right: 0; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  height: 30px;
  width: 30px;
  border-radius: 3px;
}

.media-upload-item .progress-holder {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}

.media-upload-item .success-status {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgb(247, 239, 5);
  background: linear-gradient(
    180deg,
    rgba(247, 239, 5, 0) 0%,
    rgba(0, 163, 49, 1) 150%
  );
  height: 70px;
}

.media-upload-item .cancel-holder {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.document-upload-item {
  border-radius: 12px;
  position: relative;
  height: 55px;
  width: 100%;
  background-color: white;
  overflow: hidden;
  border: 1px solid gray;
  padding: 12px;
  display: flex;
  align-items: center;
}

.document-upload-item .file-title {
  margin-left: 70px;
  margin-right: 70px;
}

.document-upload-item .progress-holder {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.document-upload-item .success-status {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgb(247, 239, 5);
  background: linear-gradient(
    180deg,
    rgba(247, 239, 5, 0) 0%,
    rgba(0, 163, 49, 1) 150%
  );
  height: 30px;
}

.document-upload-item .cancel-holder {
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
}

.question-value-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ff6a4c;
}

.expert-profile-avatar {
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #ff6a4c;
}

.g-34 {
  gap: 34px;
}

.post-grid-item {
  cursor: pointer;
  position: relative;
}

.post-grid-item .overlay {
  display: none;
}

.post-grid-item:hover .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.24);
}

.post-gallery-item {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.post-gallery-item img {
  max-width: 100%;
  height: 100%;
  border-radius: 0;
}

.post-galley-thumb-item {
  aspect-ratio: 1/1;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
}

.post-galley-thumb-item img {
  width: 100%;
  aspect-ratio: 1/1;
}

.btn-heart {
  font-size: 22px;
}

.btn-heart.active {
  color: red;
}

.doc-download-item {
  width: 100%;
  margin-top: 12px;
  background-color: #e9e9e9;
  border-radius: 12px;
  padding: 16px;
  height: 80px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.doc-btn-download {
  background-color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.doc-btn-download:hover {
  background-color: #ff6a4c;
  color: white;
}

.service-details-img {
  max-height: 320px;
  object-fit: contain;
  border-radius: 12px;
  overflow: hidden;
}

.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: #ff6a4c;
  border-color: #ff6a4c;
}

.page-item .page-link,
.page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8392ab;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #5e72e4 0%, #825ee4 100%);
  border: none;
}

.pagination.pagination-secondary .page-item.active > .page-link,
.pagination.pagination-secondary .page-item.active > .page-link:focus,
.pagination.pagination-secondary .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #627594 0%, #a8b8d8 100%);
  border: none;
}

.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #2dce89 0%, #2dcecc 100%);
  border: none;
}

.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #1171ef 0%, #11cdef 100%);
  border: none;
}

.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%);
  border: none;
}

.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #f5365c 0%, #f56036 100%);
  border: none;
}

.pagination.pagination-light .page-item.active > .page-link,
.pagination.pagination-light .page-item.active > .page-link:focus,
.pagination.pagination-light .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #ced4da 0%, #ebeff4 100%);
  border: none;
}

.pagination.pagination-dark .page-item.active > .page-link,
.pagination.pagination-dark .page-item.active > .page-link:focus,
.pagination.pagination-dark .page-item.active > .page-link:hover {
  background-image: linear-gradient(310deg, #212229 0%, #212529 100%);
  border: none;
}

footer {
  padding: 20px 20px;
  background-color: white;
  min-height: 40px;
}

.p-relative {
  position: relative;
}

footer ul {
  list-style: none;
}

footer ul a {
  color: black;
}

/* footer ul li {
  margin-top: 20px;
} */

.footer-btn {
  font-weight: bold;
}

.footer-btn:hover {
  color: #fa664a;
}

.f-20 {
  font-size: 16px;
}

html {
  background-color: #ffffff;
}

.main-body {
  min-height: 73vh;
  background-color: #ffffff;
}

.confirm-delete-container {
  /* position: absolute; */
  z-index: 1111;
  /* top: 30%; */
  /* right: 5%; */
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 10px;
  gap: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  transition: all 0.6s;
  /* padding: 0 4px; */
}

.confirm-delete-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d7faff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.confirm-delete-header h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #181914;
}

.confirm-delete-header span svg {
  width: 20px;
  height: 20px;
}

.confirm-delete-middle {
  width: 100%;
  padding: 6px 9px;
}

.confirm-delete-middle p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #777;
}

.confirm-delete-middle span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #777;
}

.confirm-delete-middle input {
  color: #777;
  height: 35px;
}

.confirm-delete-footer {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 6px;
  padding: 0 10px;
  padding-bottom: 16px;
  margin-top: 10px;
}

.confirm-delete-footer button {
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  border: 1px solid #ff6a4c;
  flex: 1;
  cursor: pointer;
}

.confirm-delete-footer button:nth-child(1) {
  background: #ff6a4c;
  color: #fff;
}

.confirm-delete-footer button:nth-child(2) {
  background: #fff;
  color: #ff6a4c;
}

.confirm-warning-container {
  z-index: 1111;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 10px;
  gap: 25px;
  background-color: #fff;
  transition: all 0.6s;
  padding: 4px 12px;
  padding-bottom: 8px;
}

.confirm-warning-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-warning-icon img {
  width: 95px;
  /* height: 75px; */
  border-radius: 50%;
  margin: 30px 0;
}

.confirm-warning-footer {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 6px;
  /* padding: 0 10px; */
  padding-bottom: 16px;
}

.confirm-warning-footer button {
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  border: 1px solid #550e00;
  flex: 1;
  cursor: pointer;
}

.confirm-warning-footer button:nth-child(1) {
  background: #550e00;
  color: #fff;
}

.confirm-warning-footer button:nth-child(2) {
  background: #fff;
  color: #550e00;
}

.confirm-body-warning {
  width: 100%;
}

.confirm-body-warning input {
  border: none;
  outline: none;
  width: 100%;
}

@media (max-width: 768px) {
  .time-holder {
    grid-template-columns: repeat(2, 1fr);
  }

  .time-holder span {
    font-size: 12px;
  }

  .date-header-item h6 {
    font-size: 12px;
  }

  .date-header-item span {
    font-size: 14px;
  }

  .order-response span:nth-child(1) {
    font-size: 12px;
  }

  .order-response span:nth-child(2) {
    font-size: 10px;
  }

  .profile-avatar {
    width: 120px;
    height: 120px;
  }

  .media-upload-item .progress-holder {
    display: block;
  }

  /* .media-upload-item {
    height: 120px;
    width: 120px;
  } */

  .header-nav-item {
    height: 30px;
    font-size: 10px;
  }

  .second-header {
    width: 100%;
    margin-top: 0;
    height: auto;
  }

  .cancel-by {
    font-size: 10px;
  }

  .confirm-delete-header h4 {
    font-size: 12px;
  }

  .confirm-delete-header span svg {
    width: 15px;
    height: 15px;
  }

  .confirm-delete-middle p {
    font-size: 12px;
  }

  .confirm-delete-middle span {
    font-size: 12px;
  }

  .confirm-delete-footer button {
    font-size: 12px;
  }

  .confirm-delete-container,
  .confirm-warning-container {
    width: 90%;
  }

  .slick-slide img {
    height: 130px;
  }

  .slick-dots {
    top: 140px !important;
  }

  .home-slider {
    padding: 0 1rem;
    /* height: 220px; */
    /* overflow: hidden; */
  }

  .question-values {
    width: 100%;
  }

  .otp-holder {
    justify-content: space-between;
  }
  /* .main-body {
    overflow-x: hidden;
  } */
  .addresses-holder {
    grid-template-columns: repeat(1, 1fr);
  }
}
