.arta-bg
{
  background-image: url('../assets/img/1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cursor-pointer{
    cursor: pointer;
}


.progress-bar {
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.progress-bar-fill {
  height: 100%;
  background: #4caf50;
  transition: width 0.1s linear;
}

.remove-image-mark .image-wrapper {
  position: relative;
  display: inline-block;
}

.remove-image-mark .image-wrapper img {
  display: block;
  border-radius: 6px;
}

.remove-image-mark .remove-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  padding: 3px 6px;
  cursor: pointer;
}

.remove-image-mark .remove-icon:hover {
  color: #fff;
}

.text-red{
  color: red;
}

#map {
  height: 400px;
  width: 100%;
}

.withdraw-deposit-arta{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.withdraw-deposit-arta li
{
  cursor: pointer;
  padding: 10px 20px !important;
  border-radius: 20px;
  font-size: 16px;
}


.selection
{
  display: block;
  width: 100%;
  padding: 10px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131920;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bec8d0;
  border-radius: 8px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single
{
  border: none !important;
}

.select2-selection__arrow
{
  padding: 24px;
}

/* Date Carousel Styles */
.reserve-3-date {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  padding: 10px 0;
  position: relative;
}

.reserve-3-date-item {
  min-width: 200px;
  padding: 12px 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.reserve-3-date-item.active {
  background-color: #4a8cff;
  color: white;
  box-shadow: 0 2px 10px rgba(74, 140, 255, 0.3);
}

.date-carousel-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  display: none;
}

.carousel-prev {
  left: -10px;
}

.carousel-next {
  right: -10px;
}

/* Custom styles to override default settings */

/* Increase z-index for SweetAlert alerts to appear above modals */
body .swal2-container {
    z-index: 99999999999 !important; /* Higher than modal z-index (1055) */
}

.service-type{
  display: flex !important;
  gap: 3rem !important;
}

.i-comment{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.i-comment-header{
  background-color: rgb(65, 135, 255);
  padding: 2rem 4rem;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  color: white;
}

.i-comment-image img{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 3px solid #fff;
}

.i-comment-box{
  display: flex;
  gap:27px;
  align-items:center;
  justify-content: space-between;
}

.i-comment-name{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.i-comment-rating{
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.i-comment-split{
  border-bottom: 2px solid #dadada;
  margin: 30px 0;
}

.i-comment-title{
  font-weight: 600;
  font-size: 18px;
  color: #4e4e4e;
}

.i-comment-split-dashed{
  border-bottom: 2px dashed #c9c9c9;
  margin: 18px 30px;
}


.wait-time-container {
  font-family: "Vazirmatn", sans-serif;
  direction: rtl;
  text-align: right;
  margin-top: 10px;
}

.i-comment-title {
  display: block;
  font-weight: 600;
}

.i-comment-button{
    font-weight: 600;
    width: 100%;
    background: blue;
    padding: 10px;
    border-color: blue;
    border-radius: 8px;
    color: white;
    font-size: 15px;
}

.required {
  color: red;
}

.i-comment-wait-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.i-comment-wait-option {
  border: 1.8px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 15px;
  position: relative;
  background: #fff;
}

.i-comment-wait-option:hover {
  border-color: #0d6efd;
  background-color: #f3f8ff;
}


.i-comment-wait-option input[type="radio"]:checked + span {
  color: #0d6efd;
  font-weight: 600;
}

.i-comment-wait-option input[type="radio"]:checked ~ .i-comment-wait-option {
  border-color: #0d6efd;
}

.i-comment-body{
  padding: 3rem 4rem;box-shadow: 0px 4px 12px 1px #e5e5e5;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;
}

.i-comment-like{
  border: 2px solid #ececec;
  padding: 12px;
  color: black;
  border-radius: 8px;
  display: flex;
}

.i-comment-like svg{
  width: 20px;
}

.i-comment-like.selected{
  border: 2px solid #b3b3b3;
}

.i-comment-dislike{
  border: 2px solid #ececec;
  padding: 12px;
  color: black;
  border-radius: 8px;
  display: flex;

}
.i-comment-dislike svg{
  width: 20px;
}

.i-comment-logo img{
  width: 100px;
}

.i-comment-header-right{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.i-comment-dislike.selected{
  border: 2px solid #b3b3b3;
}

.i-comment-feeback{
  margin-top: 15px;flex-direction:column;align-items:unset;
}


.offer-img{
  width: 100% !important;
  height: 168px !important;
}

.offer-logo{
  display: flex;
  align-items: center;
  gap: 2px;
}

.offer-logo span{
  color: #344054;
  font-weight: 500;
  font-size: 12px;
}

.offer-logo img{
  border-radius: 70px;
  width: 24px;
  margin-left: 4px;
}

.offer-location{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer-location-right{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 15px;
  color: #000000;
  border: 0 solid #eaecf0;
  font-weight: 500;

}

.offer-location-right small{

}

.offer-location-left{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.offer-location-left small{
  font-size: 12px;
}

.offer-fee{
  display: flex;
  justify-content: flex-end;
}

.offer-fee span{
  font-weight: 600;
}

.offer-deposit span{
  background-color: #ecfdf3;
  padding: 3px 9px;
  border-radius: 9px;
  font-size: 12px;
  color: #00ff14;
}

.offer-next, .offer-prev{
  display: flex !important;
}

.singlev2-rating{
  display: flex ; 
  align-items: center;
}

@media only screen and (max-width: 600px){
  .withdraw-deposit-arta{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .service-type{
    display: flex !important;
    flex-direction: column;
    gap: 10px !important;
  }

  .insta-text{
    font-size: 11px !important;
  }

  .insta-image{
    width: 38px !important;
  }

  .i-comment{
    margin-top: 3rem !important;
    justify-content:center !important;
  }

  .i-comment-content{
    width: unset !important;
  }

  .i-comment-header{
    padding: unset !important;
  }
  .i-comment-body{
    padding: 18px 7px !important;
  }

  .i-text-comment{
    width: 99% !important;
  }
  .i-comment-split-dashed{
    margin: 17px 7px !important;
  }
  .i-comment-box{
    padding: 4px 19px !important;
  }
  .i-comment-image img{
    width: 55px !important;
    height: 55px !important;
  }

  .small-font{
    font-size: 14px !important;
  }

  .star-small{
    margin-top: unset !important;
  }

  .svg-small{
    width: 15px !important;
    height: 15px !important;
  }

  .i-comment-logo img{
    width: 80px;
  }

  .i-comment-wait-options{
    padding: 0px 11px;
  }


.i-comment-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.i-comment-textarea{
  width: 84% !important;
}

.i-comment-split-dashed{
  display: none;
}


.offer-next, .offer-prev{
  display: none !important;
}
.single-rating-size{
  font-size: 18px !important;
}
}

/* Top Banner Styles */
.top-banner-wrapper {
    width: 100%;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
}

.top-banner-link {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  transition: opacity 0.3s ease;
}

.top-banner-link:hover {
  opacity: 0.9;
}

.top-banner-image {
    max-height: 150px;
    object-fit: cover;
    display: block;
    height: 65px;
    margin: auto;
}

/* Responsive adjustments for top banner */
@media (max-width: 768px) {
  .top-banner-image {
    max-height: 41px;
  }
}

@media (max-width: 480px) {
  .top-banner-image {
    max-height: 41px;
  }
}
 .avatarbox {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   width: 100%;
 }

.avatarbox .left-group {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}

.avatarbox .right-item {
  margin-left: auto;
}
.avatarbox .left-item {
  display: flex;
  flex-direction: row-reverse;
}
.avatarbox .fullname {
  order: 2;
  margin-left: 8px;
}

.avatarbox .date {
  order: 1;
  color:rgb(102, 112, 133);
}
.avatarbox .star-box{
  flex-direction: column;
}
.like-icon{
  fill: rgb(3, 152, 85);
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-left: 4px;
}

.dislike-icon{
  fill: rgb(102, 112, 133);
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-left: 4px;
}

.like-box {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(52, 64, 84);
}
.time-box {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(102, 112, 133);
}

 .time-icon {
   fill: rgb(152, 162, 179);
   width: 16px;
   min-width: 16px;
   max-width: 16px;
   height: 16px;
   min-height: 16px;
   max-height: 16px;
   margin-left: 4px;
 }
.reason-box {
  border-radius: 20px;
  border: 1px solid rgb(208, 213, 221);
  background: rgb(242, 244, 247);
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  padding: 2px 8px;
  display: inline-flex;
  justify-content: center;
  overflow-wrap: break-word;
  max-width: 100%;
}
.comment-content-text{
  margin: 7px 0
}
.comment-service_type {
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: rgb(52, 64, 84);
}

.gQynHF {
  list-style: none;
  display: flex;
  flex-flow: row;
  margin: 0px;
  padding: 10px 0px;
  overflow: auto hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
  scrollbar-width: none;
}
.gQynHF {
  list-style: none;
  display: flex;
  flex-flow: row;
  margin: 0px;
  padding: 10px 0px;
  overflow: auto hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
  scrollbar-width: none;
}
.kalGYq:first-child {
  padding-right: 10px;
}

.kalGYq {
  display: flex;
  align-items: center;
}

.dhMuCh.dhMuCh, .dhMuCh.dhMuCh:visited, .dhMuCh.dhMuCh:active, .dhMuCh.dhMuCh:focus {
  color: rgb(152, 162, 179);
}
.dhMuCh.dhMuCh {
  display: flex;
  align-items: center;
}
.cQMxkj {
  fill: rgb(152, 162, 179);
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
}
.text-black{
  color: black !important;
}


.cjCGKB {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 33px;
}
.gcxfhv {
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40%;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  text-align: center;
  pointer-events: none;
  color: rgb(103, 159, 255);
}
.gioWmQ {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  height: 33px;
  min-height: 33px;
  max-height: 33px;
}
.dEsaAe.dEsaAe {
  fill: rgb(65, 135, 255);
  stroke-width: 0;
  cursor: pointer;
  margin: 0px 5px;
}
.etlLwH {
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40%;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  text-align: center;
  pointer-events: none;
  color: rgb(255, 255, 255);
}
.cGLrxT.cGLrxT {
  fill: rgb(255, 255, 255);
  stroke-width: 1px;
  cursor: pointer;
  margin: 0px 5px;
}
.dEsaAe.dEsaAe {
  fill: rgb(65, 135, 255);
  stroke-width: 0;
  cursor: pointer;
  margin: 0px 5px;
}
.singlev2-service.singlev2-box{
  padding-top: 10px;
}
.text-justify{
  text-align: justify;
}
.offer-line{
  width: 100%;
  margin: 12px 0;
  font-size: 12px;
  border: dashed 1px #d0d5dd;
}
.service-offer-info{
  border-top: solid 1px rgb(241, 246, 255);
  padding-top: 20px;
  margin-top: 20px;
}