@charset "UTF-8";
.top-publish-pagination {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 20px;
  gap: 20px 0;
  position: relative;
  flex-wrap: wrap;
}
.top-publish-pagination .swiper-slide .item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background: #fff;
}
.top-publish-pagination .swiper-slide .item .top-num {
  height: 1.75rem;
  width: 1.75rem;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 1.75rem;
  font-weight: 400;
  display: block;
  position: relative;
}
.top-publish-pagination .swiper-slide .item .top-num:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top-publish-pagination .swiper-slide .item .top-text {
  font-weight: bold;
}
.top-publish-pagination .swiper-slide .item:not(:last-child) {
  padding-right: 10px;
}
.top-publish-pagination .swiper-slide .item:not(:first-child) {
  padding-left: 10px;
}
.top-publish-pagination .swiper-slide.swiper-slide-active .top-num {
  background: #007bff;
}
.top-publish-pagination .swiper-slide.swiper-slide-active .top-num::before {
  background: #007bff;
}
.top-publish-pagination .swiper-slide.done .top-num:before {
  background: #00c851;
  content: "";
}
.top-publish-pagination .swiper-slide.wrong .top-num:before {
  content: "";
  background-color: #ff3547;
}

.edited-post .top-publish-pagination .swiper-slide.swiper-slide-active .top-num {
  background: #007bff;
}
.edited-post .top-publish-pagination .swiper-slide.swiper-slide-active .top-num::before {
  background: #007bff;
}

.select2-container {
  width: 100% !important;
}

.form-page {
  display: none;
}
.form-page.active {
  display: block;
}

.left-btns {
  float: right;
}
.left-btns .btn-primary {
  display: block;
}
.left-btns .btn-primary + .btn-primary {
  margin-top: 10px;
}

.float-left input + input {
  margin-top: 10px !important;
}

#modal-previewfile iframe {
  width: 100%;
}
#modal-previewfile .btn-close {
  background: url(assets/img/times.svg) center no-repeat;
  background-size: contain;
  border: none;
  width: 20px;
  height: 20px;
  margin: 0;
}

.rcl-field-core > iframe {
  width: 100%;
  min-height: 300px;
}

#rcl-publish-post[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.ambassador-tags {
  display: flex;
  margin-top: 20px;
  gap: 7px 10px;
  flex-wrap: wrap;
  position: relative;
  padding-right: 100px;
}
.ambassador-tags .ambassador-tag {
  box-shadow: 3px 3px 3px 3px #eee;
  padding: 3px 7px;
  cursor: pointer;
}
.ambassador-tags .ambassador-tag.active {
  background: #007bff;
  color: #fff;
  box-shadow: none;
}

.ambassador-more {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.ambassador-more:hover {
  text-decoration: none;
  color: #000;
}
.ambassador-more svg {
  width: 16px;
  margin-left: 6px;
}

.ambassador-tags-reset {
  box-shadow: 3px 3px 3px 3px #eee;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 5px;
  color: #ccc;
}
.ambassador-tags-reset svg {
  fill: #ccc;
  width: 12px;
}

.steps-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}

.type-multiselect-input .fs-wrap {
  max-width: 100%;
}

.type-multiselect-input .fs-dropdown {
  max-width: calc(100% - 16px);
}

.type-googlethumb-input iframe:not(.hasvalue) {
  display: none;
}

.thumbail-field iframe {
  width: 100%;
}

.thumbail-field-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.thumbail-field-in .btn {
  padding: 0.375rem 9px 0.375rem 9px;
}

.social_field_wrap {
  text-align: left;
}
.social_field_wrap .addsocials {
  display: none;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.social_field_wrap.social_field_empty input:not([required]) {
  display: none;
}
.social_field_wrap.social_field_empty .addsocials {
  display: block;
}

#rcl-field-repeater .repeater-single {
  display: flex;
  justify-content: space-between;
}
#rcl-field-repeater .floated-right {
  flex-grow: 1;
}

.temp-val {
  padding-bottom: 11px;
  margin: 0;
  font-size: 1.3rem;
  line-height: 150.6%;
}
.temp-val + .temp-val {
  display: none;
}

.rcl-form-field, .rcl-form-field > label {
  cursor: pointer;
}

.rcl-field-input > input {
  margin-bottom: 10px !important;
  margin-top: 5px !important;
}

.fs-search {
  position: relative;
}

.fs-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 2;
}

.becomeambassador-btn {
  margin-bottom: 10px;
  cursor: pointer;
}

#becomeambassador label[for=startambassador] {
  margin-top: 20px;
}
#becomeambassador .modal-footer {
  justify-content: center;
}

@media (max-width: 1200px) {
  .btn-primary {
    font-size: 1rem !important;
  }
}
@media (max-width: 992px) {
  .left-btns {
    float: none;
    max-width: 400px;
    margin: 10px auto;
  }
}
@media (max-width: 575.98px) {
  .thumbail-field-in input, .thumbail-field-in .btn {
    width: 100%;
  }
  .thumbail-field-in .btn {
    margin-top: 10px;
    padding: 0.375rem 30px;
  }
}
.file-field-upload {
  cursor: pointer;
}

.ambassador-profilebottom {
  margin-top: 20px;
}
.ambassador-profilebottom > div + div {
  margin-top: 15px;
}

#rcl-office .ambassador-profile .ambassador-profiletop .ambassador-profile-name h1 {
  margin-bottom: 10px;
}
#rcl-office .ambassador-profile .ambassador-profiletop .ambassador-profile-name h1 span {
  font-size: 20px;
  display: block;
  line-height: 1.4;
  font-weight: 400;
}

/*# sourceMappingURL=stylemisha.css.map */
