body {
  direction: rtl; }

input {
  text-align: right; }

.chat-img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.disabled-input {
  height: 58px;
  background-color: #ededed;
  color: #717171;
  padding: 1rem 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px; }

.input-icon {
  position: relative; }
  .input-icon input {
    padding-right: 2rem; }
    .input-icon input::placeholder {
      color: #b0b0b0; }
  .input-icon__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 0.5rem; }
    .input-icon__icon svg {
      vertical-align: unset; }

.text__color {
  color: #7d7d7d; }

body {
  font-family: "BoutrosAsma", sans-serif;
  color: #222; }

section {
  overflow: hidden; }

li {
  list-style: none; }

a {
  text-decoration: none; }

label.error {
  color: #b06464;
  font-size: 14px;
  margin-top: 8px; }

input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 179, 95, 0.25);
  border: 1px solid #b0b0b0; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #f0b35f;
  border-radius: 5px; }

::-webkit-scrollbar-thumb:hover {
  background: #c18f4b; }

@font-face {
  font-family: "BoutrosAsma";
  src: url(../../content/fonts/BoutrosAsma.ttf); }
.main-btn {
  border: 0;
  background-color: #25559d;
  margin-top: 1.5rem;
  border-radius: 8px;
  display: block;
  margin-inline: auto;
  transition: all 0.3s ease-in-out; }
  .main-btn a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.25rem 2rem; }
  .main-btn:hover {
    background-color: #1a3e73; }
  .main-btn--complete-payment {
    width: 100%;
    color: #fff; }
    .main-btn--complete-payment:hover {
      color: #fff !important; }
  .main-btn--form {
    color: #fff;
    margin-inline: 0;
    margin-right: auto;
    padding: 0.25rem 2rem; }
  .main-btn--add {
    margin: 0;
    background-color: transparent;
    border: 1px solid #717171;
    position: relative; }
    .main-btn--add::before {
      content: "\2b";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10%;
      color: #717171; }
    .main-btn--add a {
      color: #717171 !important;
      padding-block: 0.25rem;
      padding-inline-start: 2rem;
      padding-inline-end: 1rem; }
    .main-btn--add:hover a {
      color: #fff !important; }
    .main-btn--add:hover::before {
      color: #fff; }
  .main-btn--contact {
    background-color: #f0b35f;
    color: #fff;
    width: 100%; }
    .main-btn--contact:hover {
      background-color: #bb8a48;
      color: #fff; }
  .main-btn--packages {
    width: 100%;
    background-color: #f0b35f;
    transition: background 0.3s ease-in-out;
    margin-top: 0; }
    .main-btn--packages a {
      color: #222;
      font-weight: 500; }
    .main-btn--packages:hover {
      background-color: #bb8a48; }

.add-review__btn {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #717171; }
  .add-review__btn::before {
    content: "\2b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 1rem; }
  .add-review__btn:hover {
    color: #717171;
    border: 1px solid #d9d9d9; }

.add__product__card__btn {
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #25559d;
  transition: all 0.3s ease-in-out; }
  .add__product__card__btn.add__product__card__btn--back {
    background-color: transparent; }
    .add__product__card__btn.add__product__card__btn--back a {
      color: #25559d; }
    .add__product__card__btn.add__product__card__btn--back:hover {
      background-color: #25559d; }
      .add__product__card__btn.add__product__card__btn--back:hover a {
        color: #fff; }
  .add__product__card__btn.add__product__card__btn--add {
    background-color: #25559d;
    color: #fff; }

.add__card {
  padding: 3rem 3.75rem;
  border-radius: 21px;
  box-shadow: 1px 3px 28px -2px rgba(0, 0, 0, 0.15); }

.bars {
  margin-right: 0.75rem; }
  .bars .bar {
    width: 14px;
    height: 2px;
    background-color: #222;
    position: relative;
    border-radius: 3px; }
    .bars .bar::after, .bars .bar::before {
      content: "";
      position: absolute;
      background-color: #222;
      width: 14px;
      height: 2px;
      border-radius: 3px; }
    .bars .bar::after {
      top: 5px; }
    .bars .bar::before {
      bottom: 5px; }

.dropdown {
  position: relative;
  cursor: pointer; }
  .dropdown.show .dropdown__list {
    display: block; }
  .dropdown.dropdown--user .dropdown--user__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 0.25rem;
    padding-right: 0.25rem;
    padding-left: 0.75rem;
    border-radius: 30px;
    border: 1px solid #ebebeb; }
    .dropdown.dropdown--user .dropdown--user__icon .dropdown--user__icon__user {
      width: 30px;
      height: 30px;
      background-color: #717171;
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .dropdown.dropdown--user .dropdown--user__icon .dropdown--user__icon__user i {
        color: #fff;
        font-size: 20px; }
  .dropdown.dropdown--notification .notification__icon {
    position: relative; }
    .dropdown.dropdown--notification .notification__icon__dot {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #25559d;
      border: 3px solid #fff;
      position: absolute;
      top: 4px;
      left: 0; }
  .dropdown.dropdown--notification .notification__list {
    background-color: #fbecd7; }
    .dropdown.dropdown--notification .notification__list .dropdown__list__content li:not(:last-child) {
      border-bottom: 1px solid #ffdba9; }
    .dropdown.dropdown--notification .notification__list .dropdown__list__content li a {
      display: flex;
      gap: 10px;
      font-size: 12px;
      font-weight: 600; }
      .dropdown.dropdown--notification .notification__list .dropdown__list__content li a i {
        font-size: 12px; }
    .dropdown.dropdown--notification .notification__list .dropdown__list__content li:hover {
      background-color: unset; }
  .dropdown__list {
    display: none;
    min-width: 200px;
    margin-top: 0.75rem;
    padding-block: 0.75rem;
    position: absolute;
    left: 0;
    z-index: 401;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17); }
    .dropdown__list__content {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .dropdown__list__content li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.5rem 1rem;
        color: #222; }
      .dropdown__list__content li:hover {
        background-color: #f5f5f5; }

.category .categorires-owl-carousel .owl-stage {
  display: flex; }
.category .categorires-owl-carousel .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%; }
.category__card {
  text-align: center;
  position: relative;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%; }
  .category__card a {
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    height: 100%; }
  .category__card__icon {
    width: 80%; }
  .category__card__title h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0; }
  .category__card.active, .category__card:hover {
    border: 2px solid #ccc;
    background-color: rgba(0, 0, 0, 0.05); }

.products__card__images {
  position: relative;
  height: 300px; }
  .products__card__images.map {
    height: 150px; }
  .products__card__images .products-owl-carousel {
    position: relative; }
    .products__card__images .products-owl-carousel .item {
      border-radius: 14px;
      backface-visibility: hidden; }
      .products__card__images .products-owl-carousel .item img {
        border-radius: 14px;
        width: 100%;
        height: 300px;
      }
    .products__card__images .products-owl-carousel .owl-nav {
      margin-top: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      left: 0;
      display: flex;
      align-items: center; }
      .products__card__images .products-owl-carousel .owl-nav .owl-prev,
      .products__card__images .products-owl-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        margin-inline: 0.75rem;
        background-color: #fff;
        opacity: 0.8;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity 0.2s ease-in-out; }
        .products__card__images .products-owl-carousel .owl-nav .owl-prev:hover,
        .products__card__images .products-owl-carousel .owl-nav .owl-next:hover {
          opacity: 1; }
        .products__card__images .products-owl-carousel .owl-nav .owl-prev.disabled,
        .products__card__images .products-owl-carousel .owl-nav .owl-next.disabled {
          display: none !important; }
        .products__card__images .products-owl-carousel .owl-nav .owl-prev span,
        .products__card__images .products-owl-carousel .owl-nav .owl-next span {
          font-size: 1.5rem;
          color: #000; }
      .products__card__images .products-owl-carousel .owl-nav .owl-prev {
        align-self: flex-end; }
      .products__card__images .products-owl-carousel .owl-nav .owl-next {
        margin-right: auto; }
      .products__card__images .products-owl-carousel .owl-nav .owl-prev {
        margin-left: auto; }
    .products__card__images .products-owl-carousel .owl-dots {
      position: absolute;
      bottom: 0;
      right: 50%;
      transform: translateX(50%); }
      .products__card__images .products-owl-carousel .owl-dots .owl-dot.active span {
        background-color: #fff;
        opacity: 100%; }
      .products__card__images .products-owl-carousel .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        background-color: #fff;
        opacity: 70%;
        margin: 5px 3px; }
  .products__card__images__vendor {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 10;
    border-radius: 50%;
    overflow: hidden; }
.products__card__text {
  padding-block: 1rem;
  position: relative; }
  .products__card__text h6,
  .products__card__text span {
    color: #000;
    font-size: 14px; }
  .products__card__text__desc {
    color: #717171;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }

.products__card__images__heart {
  position: absolute;
  top: 6%;
  left: 5%;
  z-index: 10;
  cursor: pointer; }
  .products__card__images__heart--map {
    right: 5% !important; }
  .products__card__images__heart img.heart-scale {
    animation: heart-scale 0.3s ease-in-out; }
  .products__card__images__heart--single-page {
    position: unset; }

.rate {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #000; }
  .rate i {
    color: #f0b35f; }
  .rate--single-page {
    position: unset !important; }

.heart-scale {
  animation: heart-scale 0.5s ease-in-out forwards; }

@keyframes heart-scale {
  0% {
    transform: scale(1.2); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
.see-map {
  position: fixed;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  z-index: 1000;
  background-color: #f0b35f;
  padding: 1rem;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
  font-size: 14px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25); }

#map .leaflet-popup,
#singleProductMap .leaflet-popup {
  margin-bottom: 0; }
  #map .leaflet-popup .leaflet-popup-tip-container,
  #singleProductMap .leaflet-popup .leaflet-popup-tip-container {
    display: none; }
  #map .leaflet-popup-content-wrapper,
  #singleProductMap .leaflet-popup-content-wrapper {
    padding: 0; }
  #map .leaflet-popup-content,
  #singleProductMap .leaflet-popup-content {
    margin: 0; }
  #map .leaflet-popup .item,
  #singleProductMap .leaflet-popup .item {
    border-radius: 14px 14px 0 0; }
    #map .leaflet-popup .item img,
    #singleProductMap .leaflet-popup .item img {
      border-radius: 14px 14px 0 0; }
  #map .leaflet-popup .products__card__images__heart,
  #singleProductMap .leaflet-popup .products__card__images__heart {
    left: unset;
    right: 5%; }
  #map .leaflet-popup .products__card__text,
  #singleProductMap .leaflet-popup .products__card__text {
    text-align: start;
    padding: 1rem; }
    #map .leaflet-popup .products__card__text h6,
    #map .leaflet-popup .products__card__text p,
    #map .leaflet-popup .products__card__text span,
    #singleProductMap .leaflet-popup .products__card__text h6,
    #singleProductMap .leaflet-popup .products__card__text p,
    #singleProductMap .leaflet-popup .products__card__text span {
      font-size: 12px;
      margin: 5px 0; }
    #map .leaflet-popup .products__card__text__desc,
    #singleProductMap .leaflet-popup .products__card__text__desc {
      color: #717171;
      font-size: 13px;
      margin: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical; }

html[lang="en"] .products__card__images__heart {
  left: unset !important;
  right: 5% !important; }

.blue-dot::after {
  content: url(../img/map/dot-blue.png);
  position: absolute;
  top: 0px;
  left: 7px;
  z-index: 10;
  max-width: 20px;
  height: 20px; }

.leaflet-control-container .leaflet-bottom.leaflet-right {
  display: none; }

#map {
  height: 80vh;
  margin-bottom: 4rem; }

.product__heading__info {
  margin: 0;
  padding: 0; }
  .product__heading__info li {
    display: inline-block;
    margin-inline: 0.5rem; }
    .product__heading__info li a {
      text-decoration: underline;
      color: #000; }
    .product__heading__info li:not(:first-child) {
      position: relative; }
      .product__heading__info li:not(:first-child)::before {
        content: ".";
        line-height: 0;
        font-size: 2rem;
        position: absolute;
        top: 25%;
        right: -10px; }
    .product__heading__info li:nth-child(2) a {
      color: #9f9f9f; }
.product__heading__share {
  text-align: end;
  margin: 0;
  padding: 0; }
  .product__heading__share li {
    display: inline-block;
    margin-inline: 2rem;
    text-decoration: underline; }

.gallary__img {
  width: 100%; }

.vendor {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .vendor__contact .btn {
    background-color: #25559d;
    margin-left: 1.5rem; }
    .vendor__contact .btn a {
      padding: 1.25rem 1.75rem;
      color: #fff;
      border-radius: 10px; }
  .vendor__img {
    position: relative; }
    .vendor__img img {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
  .vendor .vendor__follow {
    position: absolute;
    bottom: -25%;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
    background: #fff;
    border-radius: 50%; }
    .vendor .vendor__follow .fa-circle-plus {
      font-size: 25px;
      color: #f0b35f; }
    .vendor .vendor__follow .fa-circle-check {
      font-size: 25px;
      color: #25559d; }

.product__description p {
  color: #7d7d7d; }

.testmonials-single-owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: -40px;
  left: -40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .testmonials-single-owl-carousel .owl-nav .owl-prev,
  .testmonials-single-owl-carousel .owl-nav .owl-next {
    border: 1px solid #ccc !important;
    width: 25px;
    height: 25px;
    border-radius: 50%; }
    .testmonials-single-owl-carousel .owl-nav .owl-prev:hover,
    .testmonials-single-owl-carousel .owl-nav .owl-next:hover {
      background: #f0b35f; }

#singleProductMap {
  height: 400px !important; }

.puplic__modal .modal-content {
  padding: 1rem 1.75rem;
  border-radius: 1.625rem; }
  .puplic__modal .modal-content .modal-header {
    padding: 0;
    justify-content: center;
    position: relative;
    padding-bottom: 1rem; }
    .puplic__modal .modal-content .modal-header .btn-close {
      position: absolute;
      right: 0; }
    .puplic__modal .modal-content .modal-header .btn-back {
      position: absolute;
      left: 0;
      border: 0;
      background-color: transparent; }
      .puplic__modal .modal-content .modal-header .btn-back::before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        opacity: 0.5; }
.puplic__modal .modal-body::-webkit-scrollbar {
  /*display: none;*/
}
.puplic__modal__form__icon {
  position: relative;
  display: flex;
  justify-content: center; }
  .puplic__modal__form__icon i {
    position: relative;
    font-size: 100px;
    color: #b3b3b3; }
    .puplic__modal__form__icon i::after {
      content: url(../img/add-img-modal.png);
      font-size: 35px;
      position: absolute;
      bottom: -15%;
      right: 50%;
      transform: translateX(50%);
      z-index: 10; }
  .puplic__modal__form__icon input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer; }
.puplic__modal__form .form-control,
.puplic__modal__form .form-select {
  border: 1px solid #b0b0b0;
  border-radius: 9px; }
  .puplic__modal__form .form-control::placeholder,
  .puplic__modal__form .form-select::placeholder {
    color: #717171; }
.puplic__modal__form label.error {
  padding: 0 16px; }
.puplic__modal__form__submit {
  width: 100%;
  background-color: #25559d;
  color: #fff;
  transition: all 0.3s ease-in-out; }
  .puplic__modal__form__submit:hover {
    background-color: #1b3f75;
    color: #fff; }
.puplic__modal__form__rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b0b0b0;
  border-radius: 9px;
  color: #717171;
  padding: 0.375rem 0.75rem; }
  .puplic__modal__form__rate #star-1:checked ~ section [for='star-1'] svg, .puplic__modal__form__rate #star-2:checked ~ section [for='star-1'] svg, .puplic__modal__form__rate #star-2:checked ~ section [for='star-2'] svg, .puplic__modal__form__rate #star-3:checked ~ section [for='star-1'] svg, .puplic__modal__form__rate #star-3:checked ~ section [for='star-2'] svg, .puplic__modal__form__rate #star-3:checked ~ section [for='star-3'] svg, .puplic__modal__form__rate #star-4:checked ~ section [for='star-1'] svg, .puplic__modal__form__rate #star-4:checked ~ section [for='star-2'] svg, .puplic__modal__form__rate #star-4:checked ~ section [for='star-3'] svg, .puplic__modal__form__rate #star-4:checked ~ section [for='star-4'] svg, .puplic__modal__form__rate #star-5:checked ~ section [for='star-1'] svg, .puplic__modal__form__rate #star-5:checked ~ section [for='star-2'] svg, .puplic__modal__form__rate #star-5:checked ~ section [for='star-3'] svg, .puplic__modal__form__rate #star-5:checked ~ section [for='star-4'] svg, .puplic__modal__form__rate #star-5:checked ~ section [for='star-5'] svg {
    transform: scale(1); }
  .puplic__modal__form__rate #star-1:checked ~ section [for='star-1'] svg path, .puplic__modal__form__rate #star-2:checked ~ section [for='star-1'] svg path, .puplic__modal__form__rate #star-2:checked ~ section [for='star-2'] svg path, .puplic__modal__form__rate #star-3:checked ~ section [for='star-1'] svg path, .puplic__modal__form__rate #star-3:checked ~ section [for='star-2'] svg path, .puplic__modal__form__rate #star-3:checked ~ section [for='star-3'] svg path, .puplic__modal__form__rate #star-4:checked ~ section [for='star-1'] svg path, .puplic__modal__form__rate #star-4:checked ~ section [for='star-2'] svg path, .puplic__modal__form__rate #star-4:checked ~ section [for='star-3'] svg path, .puplic__modal__form__rate #star-4:checked ~ section [for='star-4'] svg path, .puplic__modal__form__rate #star-5:checked ~ section [for='star-1'] svg path, .puplic__modal__form__rate #star-5:checked ~ section [for='star-2'] svg path, .puplic__modal__form__rate #star-5:checked ~ section [for='star-3'] svg path, .puplic__modal__form__rate #star-5:checked ~ section [for='star-4'] svg path, .puplic__modal__form__rate #star-5:checked ~ section [for='star-5'] svg path {
    fill: #25559d;
    stroke: #1b3f74; }
  .puplic__modal__form__rate section {
    text-align: center; }
  .puplic__modal__form__rate label {
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    .puplic__modal__form__rate label svg {
      height: auto;
      fill: white;
      stroke: #ccc;
      transform: scale(0.8);
      transition: transform 200ms ease-in-out; }
      .puplic__modal__form__rate label svg path {
        transition: fill 200ms ease-in-out, stroke 100ms ease-in-out; }
  .puplic__modal__form__rate label[for="star-null"] {
    display: block;
    margin: 0 auto;
    color: #999; }
  .puplic__modal__form__rate body {
    text-align: center;
    background: #f0f0f0; }
  .puplic__modal__form__rate input {
    margin-top: 1rem; }

.tel-custom-select {
  border: 1px solid #b0b0b0;
  border-radius: 0.5rem; }
  .tel-custom-select .select-selected {
    border: 0;
    padding: 0;
    color: #373737 !important; }
  .tel-custom-select hr {
    margin: 0;
    margin-top: 8px; }
  .tel-custom-select input[type="tel"] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 0;
    border-radius: 0.5rem; }

.tt-select {
  position: relative;
  height: auto;
  padding: 0px;
  margin-bottom: 1rem; }

.tt-select select {
  display: none; }

.tt-select .dropdown {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17); }

.select-selected {
  background-color: #fff;
  color: #717171 !important;
  border-radius: 9px;
  border: 1px solid #b0b0b0; }

.select-selected:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  opacity: 1; }

.select-selected:before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  opacity: 0; }

.select-selected.select-arrow-active::after {
  opacity: 0; }

.select-selected.select-arrow-active:before {
  opacity: 1; }

.select-items div,
.select-selected {
  color: #fff;
  padding: 8px 16px;
  cursor: pointer; }

.select-items div {
  color: #222; }

.select-items {
  position: absolute;
  background-color: #fff;
  top: 105%;
  left: 0;
  right: 0;
  z-index: 999999999999999999;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
}

.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: #f5f5f5; }

.puplic__modal--user .divider {
  display: block;
  text-align: center;
  position: relative;
  font-size: 12px;
  margin-block: 1rem; }
  .puplic__modal--user .divider:after, .puplic__modal--user .divider::before {
    content: "";
    width: 45%;
    height: 1px;
    background-color: #b0b0b0;
    position: absolute;
    top: 50%;
    transform: translateY(50%); }
  .puplic__modal--user .divider::after {
    right: 0; }
  .puplic__modal--user .divider::before {
    left: 0; }
.puplic__modal--user .social-media-login div {
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  position: relative; }
  .puplic__modal--user .social-media-login div img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%; }
.puplic__modal--user .full-name {
  border: 1px solid #b0b0b0;
  border-radius: 8px; }
  .puplic__modal--user .full-name input {
    border: 0;
    border-radius: 0; }
  .puplic__modal--user .full-name :first-child {
    border-bottom: 1px solid #b0b0b0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .puplic__modal--user .full-name :last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }

.orders__card {
  box-shadow: 1px 3px 28px -2px rgba(0, 0, 0, 0.15);
  border-radius: 35px;
  padding: 2rem 2.5rem;
  margin-bottom: 1rem; }
  .orders__card__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-inline: auto; }
    .orders__card__img img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .orders__card__contact {
    background-color: #25559d;
    width: 100%;
    border-radius: 8px;
    border: 0;
    margin-top: 0.5rem; }
    .orders__card__contact a {
      display: block;
      width: 100%;
      color: #fff; }
  .orders__card__address span:not(:first-of-type) {
    position: relative; }
    .orders__card__address span:not(:first-of-type):before {
      content: ".";
      line-height: 0;
      font-size: 4rem;
      position: absolute;
      top: 0;
      right: -50%; }
  .orders__card__cate {
    font-size: 12px;
    padding: 0.5rem 1.5rem;
    border: 1px solid #000;
    border-radius: 8px; }
  .orders__card__see-more {
    text-decoration: underline;
    color: #000;
    padding-left: 1rem;
    position: relative; }
    .orders__card__see-more::after {
      content: "\f104";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
.orders__card--single {
  box-shadow: none;
  padding: 0; }
  .orders__card--single .orders__card__contact {
    display: block;
    width: unset;
    padding: 0.25rem 2rem; }

.product__list__table {
  padding-block: 1rem; }
  .product__list__table table {
    width: 100%;
    color: #717171; }
    .product__list__table table thead::after {
      content: "@";
      display: block;
      line-height: 20px;
      text-indent: -99999px; }
    .product__list__table table thead tr {
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
      border-radius: 21px;
      margin-block: 1rem; }
      .product__list__table table thead tr th:not(:last-child) {
        border-left: 1px solid #b0b0b0; }
      .product__list__table table thead tr th {
        padding: 0.75rem 0;
        text-align: center; }
    .product__list__table table tbody {
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
      border-radius: 21px; }
      .product__list__table table tbody tr td:not(:last-child) {
        border-left: 1px solid #b0b0b0; }
      .product__list__table table tbody tr td {
        text-align: center;
        padding: 1rem 0; }
      .product__list__table table tbody tr:not(:last-child) {
        border-bottom: 1px solid #b0b0b0; }
  .product__list__table .toggle {
    position: relative;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product__list__table .toggle input[type="checkbox"] {
      opacity: 0 !important; }
      .product__list__table .toggle input[type="checkbox"] + label:before {
        transition: background-color 0.4s ease;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        width: 1.5rem;
        height: 1.25rem;
        background-color: #25559d;
        border-radius: 1rem;
        cursor: pointer; }
      .product__list__table .toggle input[type="checkbox"] + label:after {
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        position: absolute;
        top: 0rem;
        left: 55%;
        transform: translateX(-55%);
        width: 1.25rem;
        height: 1.25rem;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 500rem;
        border: 2px solid #25559d;
        cursor: pointer; }
      .product__list__table .toggle input[type="checkbox"]:checked + label:before {
        background-color: #00b5ad; }
      .product__list__table .toggle input[type="checkbox"]:checked + label::after {
        transform: translateX(-1.5rem);
        border: 2px solid #00b5ad;
        content: ""; }
  .product__list__table .edits__btns i {
    margin-inline: 0.5rem; }
  .product__list__table .approved {
    color: #008a05; }
  .product__list__table .pendding {
    color: #f0b35f; }
  .product__list__table .rejected {
    color: #c62626; }

#map-search {
  height: 300px;
  margin-top: 1rem; }

.seach__map__padding {
  padding: 1rem 0.5rem; }

.product__tages {
  margin: 0;
  padding: 0;
  margin-block: 1.5rem; }
  .product__tages__tag {
    display: inline-block;
    margin: 0.25rem; }
    .product__tages__tag.adding a {
      background: rgba(37, 85, 157, 0.21); }
      .product__tages__tag.adding a::before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 0.5rem; }
    .product__tages__tag a {
      width: 100%;
      padding: 0.5rem 1.25rem;
      border: 0.639px solid #25559d;
      color: #25559d;
      border-radius: 15px;
      font-size: 12px;
      transition: all 0.3s ease-in-out; }
    .product__tages__tag.active a, .product__tages__tag:hover a {
      background: rgba(37, 85, 157, 0.21); }

.testmonials {
  position: relative; }
  .testmonials .item {
    -webkit-backface-visibility: hidden; }
  .testmonials__card {
    border: 1px solid #d9d9d9;
    padding: 2rem 1.25rem;
    border-radius: 1rem; }
    .testmonials__card__dec {
      color: #7d7d7d; }
    .testmonials__card__user {
      display: flex;
      align-items: center;
      gap: 20px; }
      .testmonials__card__user__icon {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
      .testmonials__card__user__name h6 {
        color: #000; }
      .testmonials__card__user__name .date {
        color: #6b7280; }

.pagination {
  gap: 10px; }
  .pagination .page-item .page-link {
    border: 0;
    border-radius: 8px;
    background-color: transparent;
    color: #222; }
  .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
    background-color: #25559d;
    color: #fff; }

.header {
  border-bottom: 1px solid #ddd; }
  .header .logo img {
    width: 60px; }
  .header__search__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .header__search__wrapper input {
      border-radius: 30px;
      padding: 0.75rem;
      padding-right: 3.5rem;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04); }
      .header__search__wrapper input:focus {
        border-color: #f0b35f;
        box-shadow: unset; }
    .header__search__wrapper__search-btn {
      border-radius: 20px;
      position: absolute;
      right: 5px;
      background-color: #f0b35f; }
      .header__search__wrapper__search-btn i {
        font-size: 0.75rem;
        color: #fff; }
      .header__search__wrapper__search-btn:hover {
        background-color: #ce9950; }
    .header__search__wrapper__clear-btn {
      position: absolute;
      left: 5px;
      display: none; }
  .header__navs__list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px; }
    .header__navs__list li {
      display: inline-block; }
    .header__navs__list__lang {
      color: #222; }
    .header__navs__list__show__products {
      color: #222; }

.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  padding-block: 0.75rem; }
  .footer p {
    margin: 0;
    font-size: 14px; }
    .footer p a {
      color: #f0b35f; }
      .footer p a:hover {
        color: #c4934d; }

.filter-tabs {
  margin-bottom: 1rem;
  justify-content: center;
  border: 0; }
  .filter-tabs .nav-item {
    flex-grow: 1;
    margin-inline: 1rem; }
    .filter-tabs .nav-item .nav-link {
      width: 100%;
      border: 0;
      transition: none;
      color: #222;
      font-weight: 500; }
      .filter-tabs .nav-item .nav-link.active {
        border-bottom: 3px solid #25559d; }
  .filter-tabs .tab-pane {
    min-height: 60vh; }

.vendor__single__info {
  box-shadow: 1px 3px 28px -2px rgba(0, 0, 0, 0.15);
  border-radius: 35px;
  padding: 1.5rem 2rem;
  margin-inline: 1rem; }
  .vendor__single__info__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1rem; }
  .vendor__single__info__data {
    margin: 0;
    padding: 0;
    text-align: center; }
    .vendor__single__info__data li {
      padding-block: 0.25rem; }
    .vendor__single__info__data li:not(:last-child) {
      position: relative; }
      .vendor__single__info__data li:not(:last-child)::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -5%;
        right: 0;
        left: 0;
        background-color: #ddd; }
.vendor__single__content .location {
  margin-block: 1rem;
  text-decoration: underline; }
  .vendor__single__content .location i {
    padding-left: 0.5rem; }
.vendor__single__content .owl-nav {
  position: absolute;
  top: 50%;
  right: -40px;
  left: -40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .vendor__single__content .owl-nav .owl-prev,
  .vendor__single__content .owl-nav .owl-next {
    border: 1px solid #ccc !important;
    width: 25px;
    height: 25px;
    border-radius: 50%; }
    .vendor__single__content .owl-nav .owl-prev:hover,
    .vendor__single__content .owl-nav .owl-next:hover {
      background: #f0b35f; }
.vendor__single__content .products {
  position: relative; }
  .vendor__single__content .products .products-owl-carousel .owl-prev,
  .vendor__single__content .products .products-owl-carousel .owl-next {
    border: 0 !important; }

.add__product .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.add__product .upload__btn {
  display: block;
  color: #717171;
  padding: 0.375rem 0.75rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #b0b0b0;
  border-radius: 8px; }
  .add__product .upload__btn p {
    margin: 0; }
  .add__product .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease; }
  .add__product .upload__btn-box {
    margin-bottom: 10px; }
.add__product .upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
.add__product .upload__img-box {
  width: 100px;
  padding: 0 10px;
  margin-bottom: 12px; }
.add__product .upload__img-close {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .add__product .upload__img-close:after {
    content: "\2716";
    font-size: 7px;
    color: white; }
.add__product .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%; }

.contact {
  background-color: #25559d;
  min-height: 500px;
  margin-bottom: 14rem; }
  .contact__content {
    position: relative;
    top: 170px;
    background-color: #fff; }
    .contact__content__form__info {
      margin: 1rem 0;
      padding: 0.5rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 10px; }

.chat__headding {
  box-shadow: 0px 7px 30px -5px rgba(0, 0, 0, 0.05); }
  .chat__headding__title {
    font-weight: bold;
    padding-inline: 5px;
    width: 30%;
    border-left: 3px solid #f7f7f7;
    display: flex;
    align-items: center; }
  .chat__headding__client {
    width: 70%;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 1rem 5px; }
    .chat__headding__client img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .chat__headding__client h5 {
      margin: 0;
      font-weight: bold; }
.chat__list {
  width: 30%;
  border-left: 3px solid #f7f7f7;
  padding-inline: 5px; }
  .chat__list__body__search {
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .chat__list__body__wrapper {
    overflow-y: scroll;
    height: calc(100vh - 250px); }
    .chat__list__body__wrapper::-webkit-scrollbar {
      display: none; }
    .chat__list__body__wrapper__card {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0.5rem 1rem;
      border-bottom: 1px solid #f7f7f7; }
      .chat__list__body__wrapper__card__icon {
        width: 64px;
        height: 64px;
        border-radius: 50%; }
        .chat__list__body__wrapper__card__icon img {
          width: 100%;
          height: 100%; }
      .chat__list__body__wrapper__card__text {
        width: calc(100% - 74px); }
        .chat__list__body__wrapper__card__text__name {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 0.5rem; }
          .chat__list__body__wrapper__card__text__name span {
            font-size: 14px; }
        .chat__list__body__wrapper__card__text__massage {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          margin-bottom: 0; }
.chat__content {
  width: 70%;
  position: relative;
  height: calc(100vh - 190px); }
  .chat__content__body {
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 1.25rem;
    width: 100%;
    overflow-y: scroll; }
    .chat__content__body__sent {
      display: flex;
      gap: 10px;
      width: 100%;
      margin-bottom: 0.5rem; }
      .chat__content__body__sent.anther-side {
        flex-direction: row-reverse; }
      .chat__content__body__sent.to .chat__content__body__sent__text {
        background-color: #d9d9d933; }
      .chat__content__body__sent__text {
        padding: 1rem;
        width: 300px;
        color: #7d7d7d;
        border: 1px solid #d9d9d9;
        border-radius: 10px;
        font-size: 14px;
        margin-bottom: 0.25rem;
        word-wrap: break-word; }
  .chat__content__write {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    padding-right: 0.5rem;
    position: relative; }
    .chat__content__write form,
    .chat__content__write textarea {
      width: 100%;
      height: 100%; }
    .chat__content__write textarea {
      background: #f9f9f9;
      border: 0;
      padding: 1rem 4rem 1rem 1rem;
      resize: none;
      font-size: 15px; }
      .chat__content__write textarea::placeholder {
        color: #e1e1e1; }
    .chat__content__write__send {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #25559d;
      color: #fff;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out; }
      .chat__content__write__send i {
        transform: rotate(45deg);
        font-size: 1rem; }
      .chat__content__write__send:hover {
        background-color: #f0b35f;
        color: #25559d; }

.profile__sidebar {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  position: sticky;
  top: 30px; }
  .profile__sidebar__user {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 1.5rem; }
    .profile__sidebar__user__icon {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
      .profile__sidebar__user__icon img {
        width: 100%; }
    .profile__sidebar__user__text h6 {
      margin: 0; }
    .profile__sidebar__user__text span {
      color: #888;
      text-decoration: underline;
      font-size: 14px; }
  .profile__sidebar .nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 0; }
    .profile__sidebar .nav-tabs .nav-item {
      border: 0; }
      .profile__sidebar .nav-tabs .nav-item .nav-link {
        border: 0;
        width: 100%;
        padding: 0.75rem 1.5rem;
        border-radius: 0;
        color: #717171;
        font-weight: 500;
        text-align: start;
        display: flex;
        gap: 10px;
        align-items: center; }
        .profile__sidebar .nav-tabs .nav-item .nav-link h6 {
          font-size: 15px; }
        .profile__sidebar .nav-tabs .nav-item .nav-link.active, .profile__sidebar .nav-tabs .nav-item .nav-link:hover {
          background-color: rgba(240, 179, 95, 0.25) !important;
          color: #25559d; }
          .profile__sidebar .nav-tabs .nav-item .nav-link.active .nav-link__icon svg path, .profile__sidebar .nav-tabs .nav-item .nav-link:hover .nav-link__icon svg path {
            stroke: #25559d; }
          .profile__sidebar .nav-tabs .nav-item .nav-link.active .nav-link__icon svg g path, .profile__sidebar .nav-tabs .nav-item .nav-link:hover .nav-link__icon svg g path {
            stroke: #25559d; }
      .profile__sidebar .nav-tabs .nav-item:not(:last-child) {
        border-bottom: 1px solid #efefef; }
      .profile__sidebar .nav-tabs .nav-item:last-child, .profile__sidebar .nav-tabs .nav-item:last-child .nav-link {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px; }
      .profile__sidebar .nav-tabs .nav-item:last-child .nav-link:hover {
        background-color: #fff !important;
        color: #717171 !important; }
        .profile__sidebar .nav-tabs .nav-item:last-child .nav-link:hover .nav-link__icon svg path {
          stroke: #ff0000; }
        .profile__sidebar .nav-tabs .nav-item:last-child .nav-link:hover .nav-link__icon svg g path {
          stroke: #ff0000; }
.profile__content__headding {
  border-bottom: 1px solid #e1dfdf;
  margin-bottom: 1rem; }
.profile__content__followers__follower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 0.5rem;
  margin-bottom: 0.75rem; }
  .profile__content__followers__follower__data {
    display: flex;
    gap: 10px;
    align-items: center; }
    .profile__content__followers__follower__data__icon {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
    .profile__content__followers__follower__data__name h6 {
      margin: 0; }
    .profile__content__followers__follower__data__name span {
      color: #7d7d7d;
      font-size: 14px; }
  .profile__content__followers__follower__unfollow {
    border: 0;
    background-color: #25559d;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    color: #fff; }

.packages__card {
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem; }
  @media only screen and (max-width: 992px) {
    .packages__card {
      height: 100%;
      display: flex;
      flex-direction: column; } }
  .packages__card__head {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background-color: #25559d;
    text-align: center;
    padding: 1.25rem 0.5rem;
    color: #fff; }
  .packages__card__body {
    padding: 1rem 0.5rem; }
    .packages__card__body__price {
      text-align: center;
      font-size: 2rem;
      color: #25559d;
      font-weight: 600;
      margin-bottom: 1rem; }
    .packages__card__body__features {
      margin: 0;
      padding: 0; }
      .packages__card__body__features li {
        color: #7d7d7d;
        text-align: center;
        margin-bottom: 0.25rem; }
    .packages__card__body__offers {
      text-align: center;
      font-weight: 600;
      font-size: 25px;
      margin-block: 0.5rem; }
  .packages__card__footer {
    margin-inline: 1rem;
    margin-bottom: 0.5rem;
    margin-top: auto; }

.under-review {
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .under-review img {
    width: 200px; }
  .under-review h1 {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center; }

.complete-payment {
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .complete-payment__content__headding {
    border-bottom: 1px solid #e1dfdf;
    margin-bottom: 1rem; }
  .complete-payment form {
    width: 500px; }
    .complete-payment form input[type="number"]::-webkit-outer-spin-button, .complete-payment form input[type="number"]::-webkit-inner-spin-button {
      display: none; }

.add__request__card {
  padding: 3rem 3.75rem;
  border-radius: 21px;
  box-shadow: 1px 3px 28px -2px rgba(0, 0, 0, 0.15); }

.services__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.services__card__img {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 14px;
  overflow: hidden; }
  .services__card__img__vendor {
    position: absolute;
    bottom: 5%;
    left: 5%;
    display: block;
    width: 50px !important;
    height: 50px !important; }
  .services__card__img img {
    width: 100%;
    height: 100%; }
.services__card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  gap: 10px; }
  .services__card__content__text {
    color: #222; }
    .services__card__content__text__desc {
      font-size: 14px; }
  .services__card__content__actions {
    display: flex;
    gap: 5px; }

.single-service__info {
  display: flex; }
  .single-service__info__img {
    width: 289px;
    height: 188px; }
    .single-service__info__img img {
      width: 100%; }
  .single-service__info__text {
    padding-inline: 1rem; }
    .single-service__info__text__list {
      margin: 0;
      padding: 0; }
      .single-service__info__text__list li {
        margin-bottom: 0.5rem; }
        .single-service__info__text__list li i {
          margin-left: 5px; }
  .single-service__info__actions {
    display: flex;
    align-items: flex-end;
    gap: 10px; }
    .single-service__info__actions button {
      flex-shrink: 0; }

#singleStoreMap,
#singleLaborersMap,
#singleVeterinaryMap {
  height: 400px !important; }

/*-----------
  done-page
------------*/
.done-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 41px); }
  .done-page img {
    max-width: 300px; }
  .done-page .done {
    display: block;
    height: 200px;
    width: 200px;
    background-color: #68C27A;
    border-radius: 50%;
    margin: auto;
    outline: 40px solid #2CA9001A; }
    .done-page .done .tick {
      stroke-dasharray: 18;
      stroke-dashoffset: 18;
      animation: draw 1s forwards; }
  .done-page__head {
    margin-top: 60px; }
    .done-page__head * {
      line-height: normal;
      font-size: 40px;
      font-weight: 600; }
  .done-page .puplic__modal__form__submit {
    width: fit-content;
    background-color: #f0b35f; }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

/*# sourceMappingURL=main-rtl.css.map */
