/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  width: 750px;
  margin: 0 auto 50px;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #f2f2f2;
  z-index: 1;
}

.progress {
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  z-index: 2;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
}

.progress-step-active {
  background-color: #00adb5;
  color: #ffffff;
}

/* Form */
.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
  border: 1px solid #00000012;
  border-radius: 10px;
  width: 100%;
  margin: auto;
  padding: 30px;
}

.form-step-active {
  display: block;
}

.input-group {
  margin: 2rem 0;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }

  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Button */
.btns-group .btn {
  padding: 8px 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  width: fit-content;
  font-size: 15px;
}

.btn-next {
  background: #00adb5;
  color: #fff;
}

.btn-next:hover {
  background: #00adb5;
  color: #fff;
}

.btn-prev {
  background: #eeeeee;
  margin-right: 10px;
}

.btn-prev:hover {
  background: #e1e1e1;
  margin-right: 10px;
}

.btns-group {
  display: flex;
  justify-content: right;
  /* margin-top: 20px; */
}

/* .category_select_wrap {
  height: 100px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #00000012;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
} */
/* .category_select_wrap:hover img{
  filter: unset;
  opacity: 1;
}
.category_select_wrap:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-color: transparent;
  background: #6c5ce716;
}
.category_select_wrap:hover h6{
  color: #6c5ce7;
} */
.category_select_wrap img {
  width: 40px;
  margin-bottom: 10px;
  filter: brightness(0);
  opacity: .5;
}

.category_select_wrap h6 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #3b3b3b;
}



.category_select_wrap {
  position: relative;
}

.category_select_wrap input[type="radio"] {
  display: none;
}

.category_select_wrap label {
  height: 100px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #00000012;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

.category_select_wrap label:hover img {
  filter: unset;
  opacity: 1;
}

.category_select_wrap label:hover {
  border-color: transparent;
  background: #6c5ce724;
  cursor: pointer;
}

.category_select_wrap label:hover h6 {
  color: #6c5ce7;
}

.category_select_wrap input:checked+label {
  border-color: #ffffff;
  background: #6c5ce7;
}

.category_select_wrap input:checked+label img {
  transform: scale(0.9);
  filter: brightness(0) invert(1);
  z-index: -1;
  opacity: 1;
}

.category_select_wrap input:checked+label h6 {
  color: #fff;
}











.form-step h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #1c1c1c;
}

.category_breadcrum {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00000012;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.category_breadcrum a {
  text-decoration: none;
  color: #4f4f4f;
  font-size: 13px;
  text-transform: capitalize;
}

.category_breadcrum iconify-icon {
  margin: 0 4px;
  color: #4f4f4f;
}

.category_breadcrum .active {
  color: #00adb5;
}

.category_search {
  border: 1px solid #D0D5DD;
  padding: 8px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.category_search input {
  border: 0;
  outline: none;
  box-shadow: none;
  margin-left: 10px;
  width: 100%;
  background: transparent;
}

.category_search input::placeholder {
  font-size: 14px;
}

.category_search iconify-icon {
  font-size: 23px;
  color: #898989;
}

.sub_category_select_wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.sub_category_select_wrap ul li {
  margin-bottom: 5px;
  float: left;
  margin-right: 5px;
}

.sub_category_select_wrap ul li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #344054;
  font-size: 13px;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px;
  background: #f4f4f4;
  cursor: pointer;
}
ul#subcategory-list {
  margin-top: 30px;
}
/* .sub_category_select_wrap {
  margin-top: 30px;
} */
#form-step-3 .btns-group {
  margin-top: 20px;
}
.sub_category_check input[type="radio"]:checked+label {
  background-color: #6c5ce7;
  /* Change this to any color */
  color: #fff;
}

.sub_category_check input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.info_main_title {
  display: flex;
  align-items: center;
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.info_main_title iconify-icon {
  margin-right: 5px;
  font-size: 20px;
  color: #00adb5;
}

.informations {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #0000000d;
}

.info_input {
  width: 100%;
  border: 1px solid #00000014;
  background: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
}

.info_input::placeholder {
  font-size: 14px;
  color: #0000007d;
}

.info_input_wrap label {
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 5px;
}

.info_input_wrap {
  margin-bottom: 10px;
}

.ad_location {
  border: 1px solid #0000000d;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.location_wrapper .map {
  position: relative;
}

.location_wrapper .map #render-map {
  width: 100%;
  height: 250px;
  background: #f4f4f4;
  margin-top: 20px;
}

.location_wrapper .map #render-map iframe {
  width: 100%;
  height: 100%;
}

/* media upload */
.img-area {
  position: relative;
  width: 100%;
  height: 160px;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #f0f0f0;
}

.ad_media {
  border: 1px solid #0000000d;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.img-area iconify-icon {
  font-size: 70px;
  color: #3ebf56;
}

.img-area h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}

.img-area p {
  color: #999;
}

.img-area p span {
  font-weight: 600;
}

.img-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 100;
}

.img-area::before {
  content: attr(data-img);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all .3s ease;
  z-index: 200;
}

.img-area.active:hover::before {
  opacity: 1;
}

.select-image {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-radius: 15px;
  background: #00adb5;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  margin-top: 20px;
}

.select-image:hover {
  background: #000;
}

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

.preview_image {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
}

.preview_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview_content {
  width: 60%;
  padding-left: 30px;
}

.preview_content span {
  font-size: 12px;
  color: #828282;
  font-weight: 400;
  text-transform: capitalize;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
  display: flex;
  width: fit-content;
}

.preview_content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #373737;
  margin-bottom: 10px;
}

.preview_content p {
  font-size: 13px;
  font-weight: 400;
  color: #828282;
  margin: 0;
}

.ad_preview_wrap {
  display: flex;
  align-items: center;
  border: 1px solid #00000012;
  border-radius: 10px;
  padding: 10px;
      margin-bottom: 15px;
}

.ad_submit {
  background: #00adb5;
  color: #fff;
}
.ad_submit:hover {
  background: #00adb5;
  color: #fff;
}
.media_upload {
  text-align: center;
  border: 2px dashed #ccc;
  padding: 20px;
  position: relative;
}

.img-area {
  padding: 20px;
  border: 2px dashed #ccc;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-area.dragover {
  border-color: #ff6600;
}

#previewContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.preview-img {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-img input {
  position: absolute;
  top: 5px;
  left: 5px;
}
.finalAdDelete {
  background: #d11a2a !important;
  color: #fff !important;
}