body:not(.elementor-page) .content-page article .entry-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-content.page-control {
  padding-top: 0;
  padding-bottom: 0;
}

.content-page article .entry-content {
  padding-bottom: 0;
}

.main-area {
  padding-top: 50px;
  padding-bottom: 70px;
}

.page-control .heading-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.page-control .heading-page .entry-title {
  font-size: 28px;
  margin-bottom: 0;
}

.page-control .heading-page .entry-alert {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.banner-alert {
  position: relative;
  padding: 30px 50px;
  background: #ffd54f;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background-image: url("../images/people-alert.png");
  background-repeat: no-repeat;
  background-position: 8% 0;
}

.banner-alert .btn-close {
  position: absolute;
  top: 25px;
  left: 25px;
}

.banner-alert .entry-detail h2 {
  margin-bottom: 5px;
  line-height: 50px;
}

.banner-alert .entry-detail h5 {
  margin-bottom: 0;
  line-height: 25px;
}

.banner-alert .entry-detail .felan-button {
  margin-top: 20px;
}

.place-manager-form .form-group input.form-control,
.place-manager-form .form-group select.form-control,
.place-manager-form .form-group .chosen-choices,
.felan-my-profile .form-group input.form-control {
  height: 30px;
  line-height: 30px;
}

.place-manager-form .form-group textarea.form-control {
  border: 1px solid #eee;
  border-bottom: 2px solid #2d2d2d;
  padding: 10px 15px;
}

.page-control .form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  outline: 0;
  border-bottom: 2px solid #2d2d2d !important;
  padding: 0 0 6px;
}

.place-manager-form .form-group .form-control,
.place-manager-form .form-group .chosen-choices,
.felan-my-profile .form-group input.form-control {
  order: 1;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  outline: 0;
  border-bottom: 2px solid #2d2d2d;
  font-style: normal;
  padding: 0 0 6px;
  width: 100%;
  box-shadow: inherit;
  background-image: initial;
}

#wrapper .page-control .form-control.error {
  border-color: #ff2d55;
}

.felan-my-profile .form-group input.form-control {
  background: 100%;
}

.place-fields-wrap .place-description {
  margin-top: 10px;
}

.page-control .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-size: 15px;
  line-height: 20px;
  color: #8d8d8d;
  font-style: normal;
  margin: 0;
}

.page-control .chosen-container-multi .chosen-choices li.search-choice {
  font-size: 15px;
  border: 0;
  padding: 0 0 0 15px;
  margin: 0 0 0 10px;
  background-color: transparent;
  color: #8d8d8d;
  background-image: initial;
  line-height: inherit;
  box-shadow: inherit;
}

.page-control .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  left: 0;
  top: 7px;
}

.page-control .search-choice-close:before {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/icon-close-select.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.page-control .form-select i {
  position: absolute;
  bottom: 13px;
  top: inherit;
  left: 0;
  z-index: 1;
}

.page-control .place-amenities .form-check ul {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  padding-right: 0;
  margin-bottom: 0;
}

.page-control .place-amenities .form-check ul li {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  font-weight: 500;
  margin-bottom: 0;
}

.page-control .place-amenities .form-check ul li label {
  margin-top: -3px;
  margin-bottom: 0;
  padding-right: 10px;
  flex: 1;
  cursor: pointer;
}

.page-control .place-amenities .form-check ul li .custom-checkbox {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 2px #8d8d8d;
  top: 2px;
}

.page-control .place-amenities .form-check ul li .custom-checkbox:checked {
  border: solid 2px #2a2a2a;
  background: #2a2a2a;
}

.page-control .place-amenities .form-check ul li .custom-checkbox:checked:before {
  display: flex;
  justify-content: center;
  color: #fff;
  right: -1px;
  top: 0;
  font-size: 10px;
  font-weight: 300;
}

.page-control .place-map {
  position: relative;
}

.page-control .place-map #pac-input {
  top: 20px !important;
  right: 20px !important;
  max-width: 300px;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #eeeeee;
  box-shadow: none;
}

.page-control .place-map .gm-style .gm-style-iw-c {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.page-control .place-map .gm-style .gm-style-iw-d {
  padding: 15px 20px;
  font-weight: 500;
  line-height: 20px;
}

.page-control .place-fields-map .place-fields-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-control .control-marker {
  display: flex;
  align-items: center;
}

.page-control .control-marker a {
  display: table;
  vertical-align: middle;
}

.page-control .control-marker i {
  margin-left: 5px;
  vertical-align: -1px;
}

.page-control .control-marker #unlock-pin {
  display: none;
}

.control-marker.lock-marker #lock-pin {
  display: none;
}

.page-control .control-marker.lock-marker #unlock-pin {
  display: table;
}

.page-control .place-map {
  position: relative;
}

.page-control .place-map.lock-marker:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.6);
}

.page-control .add-additional-detail {
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  color: #2d2d2d;
  background: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  border: solid 2px #2d2d2d;
  padding: 6px 20px;
  outline: 0;
  cursor: pointer;
}

.page-control .add-additional-detail svg {
  vertical-align: -2px;
  margin-left: 3px;
}

.page-control table.additional-block {
  width: 100%;
}

.page-control table.additional-block label.place-fields-title {
  margin-bottom: 0;
}

.page-control table.additional-block thead td {
  padding: 0 15px;
}

.page-control table.additional-block td {
  padding: 10px 15px;
}

.page-control table.additional-block td .sort-additional-row {
  font-size: 16px;
  color: #2d2d2d;
  cursor: all-scroll;
}

.page-control table.additional-block td svg {
  cursor: pointer;
}

.page-control table.additional-block td.action-field,
table.additional-block td.delete-field {
  width: 15px;
  padding: 0;
}

.page-control .place-fields-file .preview {
  display: block;
  width: 151px;
  height: 151px;
  border: dashed 1px #979797;
  background-color: #f9f9f9;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.page-control .place-fields-file .preview input {
  opacity: 0;
  position: absolute;
}

.page-control .place-fields-file .preview button {
  margin-top: 0;
}

.page-control .place-fields-file .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.page-control .place-fields-file .preview .felan_featured_image svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.page-control .place-fields-file .field-note {
  font-size: 12px;
  font-style: italic;
  color: #8d8d8d;
  margin-top: 6px;
}

.page-control .place-fields-media .place-fields-title {
  margin-bottom: 10px;
}

.page-control .media-item-actions a {
  line-height: 0;
  display: block;
}

.page-control .btn-submit-place {
  margin-top: 30px;
}

.page-control .btn-submit-place a {
  color: #fff;
}

.entry-my-page .btn-loading {
  display: none;
  margin-right: 5px;
}

.page-control .entry-my-page > h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}

.page-control .felan-my-profile form > h3 {
  font-size: 15px;
  font-weight: 500;
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-control .felan-my-profile form button {
  margin-top: 30px;
}

.page-control.felan-my-profile form + form {
  margin-top: 40px;
}

.page-control .felan-my-wishlist .archive-place .place-item.removed-wishlist {
  display: none;
}

#featured_image_url-error {
  position: absolute;
  top: 101%;
  left: -95%;
}

.page-control .form-change-password {
  margin-top: 40px;
}

.form-change-password .felan-toggle-password {
  position: absolute;
  bottom: 15px;
  left: 25px;
  cursor: pointer;
}

.form-change-password .message {
  color: red;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.add-menu,
.add-faqs {
  border: solid 2px #2d2d2d;
  color: #2d2d2d;
  background-color: #ffffff;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 500;
  transition: inherit;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  outline: 0;
  outline-offset: 0;
  display: inline-block;
  margin-top: 20px;
}

.add-menu.disabled {
  pointer-events: none;
  cursor: default;
}

.add-menu svg,
.add-faqs svg {
  vertical-align: -2px;
}

.add-menu:focus,
.add-menu:hover,
.add-faqs:focus,
.add-faqs:hover {
  background-color: #2d2d2d;
  color: #ffffff;
}

.add-menu:focus svg > *,
.add-menu:hover svg > *,
.add-faqs:focus svg > *,
.add-faqs:hover svg > * {
  fill: #ffffff;
}

.field-menu-clone .remove-menu,
.field-faqs-clone .remove-faqs {
  display: none;
}

.remove-menu,
.remove-faqs {
  margin-top: 15px;
  display: inline-block;
}

.remove-menu i,
.remove-faqs i {
  font-size: 24px;
}

.menu-flex,
.faqs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.add-menu-list .remove-menu,
.add-faqs-list .remove-faqs {
  display: block;
}

.post-wrapper,
.post-wrapper .post-feature {
  height: 100%;
}

.post-wrapper .post-feature img {
  object-fit: cover;
  height: 100%;
}

.add-faqs-list .clone-wrap {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  background-color: #2d2d2d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.back-to-top a i {
  color: #ffffff;
}
.back-to-top.is-active {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: var(--felan-color-accent);
}

@media only screen and (max-width: 991px) {
  .page-control .felan-place-multi-step .felan-steps-content {
    padding: 30px 20px;
    flex: 1;
  }
  .page-control .felan-place-multi-step .felan-steps .listing-menu {
    margin-top: 25px;
  }
  .place-amenities .form-check ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-control .heading-page {
    display: block;
  }
  .page-control .heading-page .entry-title {
    margin-bottom: 15px;
  }
  .banner-alert {
    background-image: none;
    padding: 20px;
  }
  .banner-alert .entry-detail h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .page-control .place-amenities .form-check ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 375px) {
  .page-control .place-amenities .form-check ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*RTL FIX*/
@media (max-width: 1199px) {
  .archive-layout.layout-column .inner-content .archive-filter .inner-filter,
  .archive-layout.layout-top-filter .inner-content .archive-filter .inner-filter {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 767px) {
  .site-footer .elementor-column {
    width: 100% !important;
  }
  .felan-menu-filter ul.filter-control {
    max-height: 100%;
  }
}
@media (max-width: 479px) {
  .felan-page-title.block-left .entry-detail ul.info li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
.grid.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (max-width: 1199px) {
  .grid.columns-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.columns-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.columns-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.columns-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.columns-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.columns-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .grid.columns-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.columns-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.columns-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.columns-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.columns-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.columns-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .grid.columns-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.columns-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.columns-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.columns-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.columns-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.columns-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .grid.columns-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.columns-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.columns-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.columns-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.columns-xs-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.columns-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.moxie-shim {
  z-index: 99999 !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  list-style-type: none;
}

.col-double {
  grid-column: 1/span 2;
}

.popup-account input.input-field {
  border-radius: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.hidden {
  display: none;
}

.elementor-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.elementor-image-carousel.swiper-wrapper {
  pointer-events: none;
}

.margin-0 {
  margin: 0 !important;
}

.list-item a,
.list-item span {
  display: inline-block;
}

.list-item a:after,
.list-item span:after {
  content: ",";
}

.list-item a:last-child:after,
.list-item span:last-child:after {
  content: "";
}

.accent-color {
  color: var(--felan-color-accent) !important;
}

.error-color {
  color: #e74807 !important;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.offset-item {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.offset-item.animate,
.elementor-editor-active .offset-item {
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.access-denied {
  padding-top: 50px;
  padding-bottom: 70px;
}

.block-heading {
  margin-bottom: 20px;
}

.block-heading .entry-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
}

.block-heading .entry-count {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  align-self: flex-end;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.page .entry-content .dropdown-select li {
  margin-bottom: 0;
}

.felan-menu-filter ul.filter-control li.active a:after {
  content: "";
  background-image: url(../images/icon-close.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: -15px;
}

.felan-nav-filter {
  display: flex;
  align-items: center;
}

.logged-in .pswp.pswp--open {
  margin-top: 32px;
}

.felan-map-filter .default-result {
  padding: 15px 30px;
}

.felan-marker .inner-marker {
  display: flex;
}

.felan-marker .inner-marker .entry-thumbnail img {
  width: 120px;
  height: 150px;
  object-fit: cover;
}

.felan-marker .entry-detail {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-width: 205px;
}

.felan-marker .place-cate {
  line-height: 18px;
  margin-bottom: 3px;
  padding-left: 20px;
}

.felan-marker .entry-detail .entry-head,
.felan-marker .entry-detail .entry-bottom {
  width: 100%;
}

.felan-marker .place-cate a {
  font-size: 12px;
  color: #8d8d8d;
  margin-left: 3px;
}

.felan-marker .place-cate a:last-child {
  margin-left: 0;
}

.felan-marker .place-title {
  margin-bottom: 3px;
}

.felan-marker .place-title .entry-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.8;
}

.felan-marker .entry-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.felan-marker .place-price {
  font-size: 16px;
}

.felan-marker .place-location a {
  color: #222;
}

.felan-marker .place-location a i {
  margin-left: 3px;
}

.felan-marker .place-location a:hover {
  color: #00aeef;
}

.felan-marker .place-preview {
  display: flex;
  font-size: 15px;
}

.felan-marker .place-preview.hidden {
  display: none;
}

.felan-marker .place-rating {
  display: table;
  font-weight: 500;
  margin-left: 3px;
}

.felan-marker .place-rating i {
  margin-right: 3px;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  max-width: 325px !important;
  max-height: inherit !important;
}

.gm-style .gm-style-iw-c button {
  top: 0 !important;
  left: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
  max-height: inherit !important;
  max-width: inherit !important;
}

.poi-info-window {
  padding: 15px;
  line-height: 23px;
}

.duplicate-form-reply {
  display: none;
}

.rate {
  display: inline-block;
  border: 0;
  cursor: pointer;
}

.rate > input {
  display: block;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.rate > label#rating-error {
  margin-top: 2px;
  margin-right: 5px;
  float: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
}

.rate > label#rating-error:before {
  content: "";
  display: none;
}

.rate > label {
  padding: 3px;
}

.rate > label,
.rate > span {
  float: left;
  color: #dddddd;
}

.rate label + label {
  margin-right: 10px;
}

.rate > label:before {
  content: "\f005";
  width: 16px;
  height: 16px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.author-rating .star i {
  color: #dddddd;
}

.author-rating .star.checked i {
  color: #f2b827;
}

input:checked ~ label:before,
label:hover:before,
label:hover ~ label:before {
  color: #f2b827;
}

.no-result {
  display: none;
}

.table-dashboard-wapper .felan-loading-effect {
  display: none;
}

.felan-loading-effect {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}

.felan-loading-effect:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.area-felan-loading-effect:before {
  background: none;
}

#pac-input {
  position: absolute;
  top: 30px !important;
  left: 20px !important;
  height: 40px;
  border-color: #eee;
  padding: 5px 20px;
  min-width: 240px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.site-content {
  position: relative;
  z-index: 1;
}

.nav-place-map {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 1;
  display: flex;
}

.add-menu-list .place-fields-wrap:first-child {
  margin-top: 20px;
}

.form-2-col {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.form-2-col .form-group {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.group-field + .group-field {
  margin-top: 15px;
}

.felan-steps-content .place-map {
  position: relative;
  z-index: 1;
}

.felan-steps-content .place-map #pac-input {
  top: 20px !important;
  right: 20px !important;
  max-width: 300px;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #eeeeee;
  box-shadow: none;
}

.felan-table {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 15px;
  border: 0;
  margin: 0;
}

.felan-table tbody {
  position: relative;
}

.felan-table tbody > span {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  right: 50%;
  margin-top: 40px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
}

.list-item a.mb-intro,
.list-item span.mb-intro,
.mb-intro {
  display: none;
  font-weight: 500;
  color: #2d2d2d;
}

.mb-intro:after {
  display: none;
}

.entry-my-table {
  position: relative;
  border: solid 1px #eeeeee;
  background: #fff;
}

.entry-my-table .felan-loading-effect {
  display: none;
}

.entry-my-table .felan-table > tbody span.felan-dual-ring {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.entry-my-table .felan-loading-effect.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.felan-table > tbody > tr,
.felan-table > tfoot > tr,
.felan-table > thead > tr {
  border-bottom: solid 1px #eeeeee;
}

.felan-table > tbody > tr:last-child {
  border-bottom: 0;
}

.felan-table td,
.felan-table th {
  padding: 20px 15px;
  border: 0;
}

.felan-table td.hidden {
  display: table-cell;
}

.felan-table th {
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  text-transform: uppercase;
}

.felan-table tr td:first-child,
.felan-table tr th:first-child {
  padding-right: 30px;
}

.felan-table tr td:last-child,
.felan-table tr th:last-child {
  padding-left: 30px;
}

.felan-table td.place-id {
  color: #2d2d2d;
}

.felan-table td.place-thumb {
  width: 100px;
}

.felan-table td.place-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.felan-table td.place-control a {
  color: #5d5d5d;
}

.felan-table td.place-control a:hover {
  color: var(--felan-color-accent);
}

.felan-table td.place-control a + a {
  margin-right: 20px;
}

.felan-table td.booking-action a {
  margin-right: 20px;
}

.felan-table td.booking-action a:first-child {
  margin-right: 0;
}

.felan-table td.place-status {
  display: table-cell;
}

.felan-table .has-featured {
  color: #fb6a19;
}

.felan-table td.status div {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

.felan-table td.publish div {
  color: #20d706;
}

.felan-table td.pending div {
  color: #f2d23d;
}

.felan-table td.expired div,
.felan-table td.canceled div {
  color: #e74807;
}

.page-control .agent-nav {
  background-color: #1d1d1d;
}

.page-control .agent-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-control .agent-nav ul li {
  display: inline-block;
  margin-left: 30px;
}

.page-control .agent-nav ul li a {
  border-bottom: 1px solid transparent;
}

.page-control .agent-nav ul li.active a,
.page-control .agent-nav ul li a:hover {
  border-color: #fff;
}

.page-control .agent-nav ul li:last-child {
  margin-left: 0;
}

.page-control .agent-nav ul li a {
  color: #fff;
}

.felan-my-panel-head > h2 {
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 30px;
}

.felan-my-place-filter {
  color: #2d2d2d;
}

.page-control .block-search.search-input {
  max-width: 200px;
  background: none;
}

.page-control .block-search.search-input .input-search {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #2d2d2d;
}

.page-control .block-search.search-input .icon-search {
  top: calc(50% - 2px);
}

.page-control .place-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.page-control .place-filter .left-filter > div {
  display: inline-block;
}

.page-control .place-filter .left-filter > div + div {
  margin-right: 30px;
}

.alert {
  margin-bottom: 30px;
}

.felan-message,
.alert {
  display: flex;
  flex-wrap: nowrap;
  font-size: 15px;
  font-weight: 500;
  padding: 22px;
  color: #5a6570;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.felan-message .icon-message {
  margin-left: 22px;
  line-height: 0;
}

.felan-message.account a {
  color: #007456;
}

.felan-message p {
  margin-bottom: 0;
}

.felan-message.alert-success,
.alert.alert-success {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #20d706;
  background-color: #ffffff;
}

.felan-message.alert-success i {
  color: #20d706;
}

.felan-message.alert-warning,
.alert.alert-warning {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #f2d23d;
  background-color: #ffffff;
}

.felan-message.alert-warning i {
  color: #f2d23d;
}

.felan-message.alert-error,
.alert.alert-error {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #ff2d55;
  background-color: #ffffff;
}

.felan-message.alert-error i {
  color: #ff2d55;
}

.form-error {
  text-align: right;
  color: #ff2d55;
  margin-top: 5px;
}

.felan-ajax-search .area-search {
  position: relative;
}

.felan-ajax-search .area-result,
.felan-ajax-search .list-categories,
.felan-ajax-search .focus-result {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  margin-top: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-weight: 500;
}

.felan-ajax-search .area-result ul,
.felan-ajax-search .list-categories ul,
.felan-ajax-search .focus-result ul {
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 10px 0;
  max-height: 370px;
  overflow: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.block-search .list-categories,
.block-search .search-result,
.block-search .area-result,
.block-search .focus-result {
  display: none;
  top: 100%;
  margin-top: 2px;
  text-align: right;
}

.felan-form .form-group .form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  outline: 0;
  border-bottom: 2px solid #2d2d2d;
  font-style: normal;
  padding: 0 0 6px;
  width: 100%;
  box-shadow: inherit;
  background-image: initial;
}

.felan-form .form-icon {
  position: relative;
}

.felan-form .form-icon .form-control {
  padding: 10px 30px 10px 15px;
  margin-bottom: 0;
}

.felan-form .form-group + .form-group {
  margin-top: 20px;
}

.felan-form .form-icon .left {
  font-size: 24px;
  position: absolute;
  bottom: 13px;
  right: 0;
}

.felan-form .form-icon .right {
  font-size: 12px;
  position: absolute;
  bottom: 16px;
  left: 0;
}

.form-toggle {
  position: relative;
}

.form-toggle .open-toggle {
  display: block;
  text-align: right;
  cursor: pointer;
}

.form-toggle .inner-toggle {
  display: none;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
}

.form-toggle.active .inner-toggle {
  display: block;
}

.form-toggle .inner-toggle > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-toggle .inner-toggle .adult {
  margin-bottom: 20px;
}

.form-toggle .inner-toggle span {
  font-size: 15px;
  color: #2a2a2a;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border: none;
}

.btn-control {
  display: flex;
  align-items: center;
}

.btn-control > span {
  margin-left: 10px;
  color: #2d2d2d;
}

.btn-control .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  margin-bottom: 0;
}

.btn-control .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.btn-control .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #2d2d2d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-control .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.inner-content.has-map .btn-control .slider,
.nav-bar.has-map .btn-control .slider {
  background-color: var(--felan-color-accent);
}

.inner-content.has-map .btn-control .slider:before,
.nav-bar.has-map .btn-control .slider:before {
  -webkit-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  transform: translateX(-22px);
}

/* Rounded sliders */
.btn-control .slider.round {
  border-radius: 15px;
}

.btn-control .slider.round:before {
  border-radius: 50%;
}

/*Mega menu*/
.has-mega-menu.elementor-column,
.has-mega-menu .elementor-column-wrap,
.has-mega-menu .elementor-widget-wrap {
  position: unset;
}

.elementor-widget.elementor-widget-felan-nav-menu {
  position: unset;
}

.mega-menu-full-width .elementor-nav-menu--dropdown {
  background: inherit;
}

.elementor-widget-felan-nav-menu .elementor-nav-menu,
.elementor-widget-felan-nav-menu .elementor-nav-menu li.mega-menu-full-width,
.elementor-widget-felan-nav-menu .elementor-nav-menu li.mega-menu-container {
  position: unset;
}

.elementor-widget-felan-nav-menu .elementor-nav-menu .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 240px;
  width: auto;
  margin-top: 50px;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.mega-menu-content .icon-cate i {
  left: auto !important;
  right: 50% !important;
  top: 50% !important;
  transform: translate(50%, -50%) !important;
  font-size: inherit !important;
}

.mega-menu-content .icon-cate {
  position: relative;
}

.elementor-widget-felan-nav-menu .mega-menu-default .sub-menu,
.elementor-widget-felan-nav-menu .mega-menu-default .children {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  padding: 18px 20px;
}

.elementor-widget-felan-nav-menu .mega-menu-full-width .sub-menu,
.elementor-widget-felan-nav-menu .mega-menu-full-width .children,
.elementor-widget-felan-nav-menu .mega-menu-container .sub-menu,
.elementor-widget-felan-nav-menu .mega-menu-container .children {
  width: 100%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.elementor-widget-felan-nav-menu .mega-menu-container .sub-menu,
.elementor-widget-felan-nav-menu .mega-menu-container .children {
  background: no-repeat;
  box-shadow: none;
  padding: 0;
}

.elementor-widget-felan-nav-menu .mega-menu-full-width .mega-menu-content.container {
  max-width: 100%;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  padding-right: 0;
  padding-left: 0;
}

.elementor-widget-felan-nav-menu .elementor-nav-menu li:hover > .sub-menu,
.elementor-widget-felan-nav-menu .elementor-nav-menu li:hover > .children {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.elementor-widget-felan-nav-menu .mega-menu-default .container,
.elementor-widget-felan-nav-menu .mega-menu-custom .container {
  padding-right: 0;
  padding-left: 0;
}

.popup.popup-custom .inner-popup {
  top: 50%;
  max-width: 340px;
  right: 20px;
  left: 20px;
  margin: 50px auto 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.popup.open.popup-custom .inner-popup {
  top: 50%;
  margin-top: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.popup.popup-custom .inner-popup .btn-close {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}

.felan-slick-carousel .slick-dots {
  position: inherit;
}
.felan-slick-carousel.slick-for img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.felan-slick-carousel figure.felan-image-nav {
  height: 120px;
  cursor: pointer;
}
.felan-slick-carousel figure.felan-image-nav img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 120px;
}

.apply-inline .felan-jobs .felan-jobs-item.layout-list .jobs-archive-footer {
  display: -ms-flexbox;
  display: flex;
}

.apply-inline .felan-jobs .felan-jobs-item.layout-list .jobs-footer-right {
  margin-top: 0;
}

.ai-popup {
  border-radius: 8px;
}
.ai-popup .inner-popup {
  max-width: 767px;
}
.ai-popup .btn-close {
  position: absolute;
  top: 37px;
  left: 30px;
}
.ai-popup .btn-close i {
  font-size: 20px;
}
.ai-popup h4 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.ai-popup h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.ai-popup .field-group {
  margin-bottom: 20px;
}
.ai-popup textarea {
  resize: none;
}
.ai-popup .generate-content {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
}
.ai-popup .generate-content .left,
.ai-popup .generate-content .right {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 15px;
  transition: all 0.3s;
}
.ai-popup .generate-content .left {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.ai-popup .generate-content .right {
  display: none;
}
.ai-popup .generate-content.has-suggestion .left,
.ai-popup .generate-content.has-suggestion .right {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  display: block;
}
.ai-popup .generate-content .suggestion {
  height: calc(100% - 124px);
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ece3fd;
  color: var(--felan-color-accent);
}
.ai-popup .generate-content .suggestion p:last-child {
  margin-bottom: 0;
}
.ai-popup .btn-loading {
  margin-right: 5px;
}
.ai-popup .field-notice.error p {
  color: #ff2d55;
}

.wp-block-search__inside-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid var(--felan-color-border) !important;
  border-radius: 0;
}

#tab-sidebar-overview .felan-send-mess, .project-info-warpper .button-warpper > a {
  display: none;
}

#tab-sidebar-overview .button-warpper a,
.project-info-warpper .button-warpper .felan-button {
  flex: 0 0 100% !important;
  background-color: transparent;
  color: var(--felan-color-accent);
}

.project-info-warpper .button-warpper {
  display: block;
}

#tab-sidebar-overview .button-warpper a:hover,
.project-info-warpper .button-warpper .felan-button:hover {
  background-color: var(--felan-color-accent);
  color: #fff;
}

.felan-border-primary .felan-button.button-border-bottom::after,
.felan-border-primary .felan-button.button-border-bottom::before,
.felan-border-primary .felan-button.button-link::after {
  background-color: var(--felan-color-primary);
}

.tel-group {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.tel-group .select2.select2-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100% !important;
}
.tel-group .select2.select2-container .select2-selection {
  padding: 0 10px;
  background-color: transparent;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid #ddd;
}
.tel-group input[type=tel] {
  position: relative;
  z-index: 2;
  margin-right: 62px;
  width: calc(100% - 62px);
  border: 0;
}
.tel-group .select2.select2-container .select2-selection__rendered {
  background-image: url("../../assets/images/flags.png");
  width: 20px;
  height: 10px;
  box-shadow: 0px 0px 1px 0px #888;
  background-repeat: no-repeat;
  font-size: 0;
}
.tel-group .select2.select2-container .select2-selection__rendered.be {
  width: 18px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ch {
  width: 15px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mc {
  width: 19px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ne {
  width: 18px;
}
.tel-group .select2.select2-container .select2-selection__rendered.np {
  width: 13px;
}
.tel-group .select2.select2-container .select2-selection__rendered.va {
  width: 15px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ac {
  height: 10px;
  background-position: right 0px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ad {
  height: 14px;
  background-position: right -22px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ae {
  height: 10px;
  background-position: right -44px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.af {
  height: 14px;
  background-position: right -66px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ag {
  height: 14px;
  background-position: right -88px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ai {
  height: 10px;
  background-position: right -110px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.al {
  height: 15px;
  background-position: right -132px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.am {
  height: 10px;
  background-position: right -154px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ao {
  height: 14px;
  background-position: right -176px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.aq {
  height: 14px;
  background-position: right -198px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ar {
  height: 13px;
  background-position: right -220px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.as {
  height: 10px;
  background-position: right -242px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.at {
  height: 14px;
  background-position: right -264px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.au {
  height: 10px;
  background-position: right -286px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.aw {
  height: 14px;
  background-position: right -308px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ax {
  height: 13px;
  background-position: right -330px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.az {
  height: 10px;
  background-position: right -352px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ba {
  height: 10px;
  background-position: right -374px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bb {
  height: 14px;
  background-position: right -396px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bd {
  height: 12px;
  background-position: right -418px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.be {
  height: 15px;
  background-position: right -440px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bf {
  height: 14px;
  background-position: right -460px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bg {
  height: 12px;
  background-position: right -482px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bh {
  height: 12px;
  background-position: right -504px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bi {
  height: 12px;
  background-position: right -526px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bj {
  height: 14px;
  background-position: right -548px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bl {
  height: 14px;
  background-position: right -570px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bm {
  height: 10px;
  background-position: right -592px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bn {
  height: 10px;
  background-position: right -614px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bo {
  height: 14px;
  background-position: right -636px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bq {
  height: 14px;
  background-position: right -658px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.br {
  height: 14px;
  background-position: right -680px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bs {
  height: 10px;
  background-position: right -702px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bt {
  height: 14px;
  background-position: right -724px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bv {
  height: 15px;
  background-position: right -746px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bw {
  height: 14px;
  background-position: right -768px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.by {
  height: 10px;
  background-position: right -790px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.bz {
  height: 14px;
  background-position: right -812px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ca {
  height: 10px;
  background-position: right -834px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cc {
  height: 10px;
  background-position: right -856px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cd {
  height: 15px;
  background-position: right -878px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cf {
  height: 14px;
  background-position: right -900px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cg {
  height: 14px;
  background-position: right -922px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ch {
  height: 15px;
  background-position: right -944px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ci {
  height: 14px;
  background-position: right -961px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ck {
  height: 10px;
  background-position: right -983px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cl {
  height: 14px;
  background-position: right -1005px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cm {
  height: 14px;
  background-position: right -1027px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cn {
  height: 14px;
  background-position: right -1049px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.co {
  height: 14px;
  background-position: right -1071px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cp {
  height: 14px;
  background-position: right -1093px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cr {
  height: 12px;
  background-position: right -1115px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cu {
  height: 10px;
  background-position: right -1137px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cv {
  height: 12px;
  background-position: right -1159px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cw {
  height: 14px;
  background-position: right -1181px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cx {
  height: 10px;
  background-position: right -1203px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cy {
  height: 13px;
  background-position: right -1225px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.cz {
  height: 14px;
  background-position: right -1247px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.de {
  height: 12px;
  background-position: right -1269px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.dg {
  height: 10px;
  background-position: right -1291px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.dj {
  height: 14px;
  background-position: right -1313px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.dk {
  height: 15px;
  background-position: right -1335px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.dm {
  height: 10px;
  background-position: right -1357px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.do {
  height: 13px;
  background-position: right -1379px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.dz {
  height: 14px;
  background-position: right -1401px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ea {
  height: 14px;
  background-position: right -1423px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ec {
  height: 14px;
  background-position: right -1445px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ee {
  height: 13px;
  background-position: right -1467px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.eg {
  height: 14px;
  background-position: right -1489px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.eh {
  height: 10px;
  background-position: right -1511px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.er {
  height: 10px;
  background-position: right -1533px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.es {
  height: 14px;
  background-position: right -1555px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.et {
  height: 10px;
  background-position: right -1577px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.eu {
  height: 14px;
  background-position: right -1599px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.fi {
  height: 12px;
  background-position: right -1621px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.fj {
  height: 10px;
  background-position: right -1643px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.fk {
  height: 10px;
  background-position: right -1665px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.fm {
  height: 11px;
  background-position: right -1687px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.fo {
  height: 15px;
  background-position: right -1709px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.fr {
  height: 14px;
  background-position: right -1731px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ga {
  height: 15px;
  background-position: right -1753px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gb {
  height: 10px;
  background-position: right -1775px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gd {
  height: 12px;
  background-position: right -1797px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ge {
  height: 14px;
  background-position: right -1819px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gf {
  height: 14px;
  background-position: right -1841px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gg {
  height: 14px;
  background-position: right -1863px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gh {
  height: 14px;
  background-position: right -1885px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gi {
  height: 10px;
  background-position: right -1907px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gl {
  height: 14px;
  background-position: right -1929px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gm {
  height: 14px;
  background-position: right -1951px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gn {
  height: 14px;
  background-position: right -1973px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gp {
  height: 14px;
  background-position: right -1995px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gq {
  height: 14px;
  background-position: right -2017px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gr {
  height: 14px;
  background-position: right -2039px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gs {
  height: 10px;
  background-position: right -2061px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gt {
  height: 13px;
  background-position: right -2083px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gu {
  height: 11px;
  background-position: right -2105px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gw {
  height: 10px;
  background-position: right -2127px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.gy {
  height: 12px;
  background-position: right -2149px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.hk {
  height: 14px;
  background-position: right -2171px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.hm {
  height: 10px;
  background-position: right -2193px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.hn {
  height: 10px;
  background-position: right -2215px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.hr {
  height: 10px;
  background-position: right -2237px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ht {
  height: 12px;
  background-position: right -2259px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.hu {
  height: 10px;
  background-position: right -2281px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ic {
  height: 14px;
  background-position: right -2303px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.id {
  height: 14px;
  background-position: right -2325px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ie {
  height: 10px;
  background-position: right -2347px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.il {
  height: 15px;
  background-position: right -2369px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.im {
  height: 10px;
  background-position: right -2391px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.in {
  height: 14px;
  background-position: right -2413px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.io {
  height: 10px;
  background-position: right -2435px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.iq {
  height: 14px;
  background-position: right -2457px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ir {
  height: 12px;
  background-position: right -2479px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.is {
  height: 15px;
  background-position: right -2501px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.it {
  height: 14px;
  background-position: right -2523px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.je {
  height: 12px;
  background-position: right -2545px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.jm {
  height: 10px;
  background-position: right -2567px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.jo {
  height: 10px;
  background-position: right -2589px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.jp {
  height: 14px;
  background-position: right -2611px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ke {
  height: 14px;
  background-position: right -2633px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.kg {
  height: 12px;
  background-position: right -2655px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.kh {
  height: 13px;
  background-position: right -2677px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ki {
  height: 10px;
  background-position: right -2699px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.km {
  height: 12px;
  background-position: right -2721px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.kn {
  height: 14px;
  background-position: right -2743px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.kp {
  height: 10px;
  background-position: right -2765px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.kr {
  height: 14px;
  background-position: right -2787px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.kw {
  height: 10px;
  background-position: right -2809px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ky {
  height: 10px;
  background-position: right -2831px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.kz {
  height: 10px;
  background-position: right -2853px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.la {
  height: 14px;
  background-position: right -2875px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.lb {
  height: 14px;
  background-position: right -2897px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.lc {
  height: 10px;
  background-position: right -2919px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.li {
  height: 12px;
  background-position: right -2941px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.lk {
  height: 10px;
  background-position: right -2963px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.lr {
  height: 11px;
  background-position: right -2985px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ls {
  height: 14px;
  background-position: right -3007px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.lt {
  height: 12px;
  background-position: right -3029px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.lu {
  height: 12px;
  background-position: right -3051px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.lv {
  height: 10px;
  background-position: right -3073px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ly {
  height: 10px;
  background-position: right -3095px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ma {
  height: 14px;
  background-position: right -3117px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mc {
  height: 15px;
  background-position: right -3139px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.md {
  height: 10px;
  background-position: right -3160px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.me {
  height: 10px;
  background-position: right -3182px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mf {
  height: 14px;
  background-position: right -3204px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mg {
  height: 14px;
  background-position: right -3226px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mh {
  height: 11px;
  background-position: right -3248px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mk {
  height: 10px;
  background-position: right -3270px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ml {
  height: 14px;
  background-position: right -3292px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mm {
  height: 14px;
  background-position: right -3314px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mn {
  height: 10px;
  background-position: right -3336px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mo {
  height: 14px;
  background-position: right -3358px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mp {
  height: 10px;
  background-position: right -3380px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mq {
  height: 14px;
  background-position: right -3402px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mr {
  height: 14px;
  background-position: right -3424px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ms {
  height: 10px;
  background-position: right -3446px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mt {
  height: 14px;
  background-position: right -3468px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mu {
  height: 14px;
  background-position: right -3490px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mv {
  height: 14px;
  background-position: right -3512px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mw {
  height: 14px;
  background-position: right -3534px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mx {
  height: 12px;
  background-position: right -3556px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.my {
  height: 10px;
  background-position: right -3578px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.mz {
  height: 14px;
  background-position: right -3600px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.na {
  height: 14px;
  background-position: right -3622px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.nc {
  height: 10px;
  background-position: right -3644px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ne {
  height: 15px;
  background-position: right -3666px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.nf {
  height: 10px;
  background-position: right -3686px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ng {
  height: 10px;
  background-position: right -3708px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ni {
  height: 12px;
  background-position: right -3730px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.nl {
  height: 14px;
  background-position: right -3752px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.no {
  height: 15px;
  background-position: right -3774px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.np {
  height: 15px;
  background-position: right -3796px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.nr {
  height: 10px;
  background-position: right -3811px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.nu {
  height: 10px;
  background-position: right -3833px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.nz {
  height: 10px;
  background-position: right -3855px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.om {
  height: 10px;
  background-position: right -3877px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pa {
  height: 14px;
  background-position: right -3899px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pe {
  height: 14px;
  background-position: right -3921px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pf {
  height: 14px;
  background-position: right -3943px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pg {
  height: 15px;
  background-position: right -3965px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ph {
  height: 10px;
  background-position: right -3987px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pk {
  height: 14px;
  background-position: right -4009px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pl {
  height: 13px;
  background-position: right -4031px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pm {
  height: 14px;
  background-position: right -4053px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pn {
  height: 10px;
  background-position: right -4075px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pr {
  height: 14px;
  background-position: right -4097px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ps {
  height: 10px;
  background-position: right -4119px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pt {
  height: 14px;
  background-position: right -4141px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.pw {
  height: 13px;
  background-position: right -4163px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.py {
  height: 11px;
  background-position: right -4185px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.qa {
  height: 8px;
  background-position: right -4207px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.re {
  height: 14px;
  background-position: right -4229px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ro {
  height: 14px;
  background-position: right -4251px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.rs {
  height: 14px;
  background-position: right -4273px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ru {
  height: 14px;
  background-position: right -4295px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.rw {
  height: 14px;
  background-position: right -4317px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sa {
  height: 14px;
  background-position: right -4339px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sb {
  height: 10px;
  background-position: right -4361px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sc {
  height: 10px;
  background-position: right -4383px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sd {
  height: 10px;
  background-position: right -4405px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.se {
  height: 13px;
  background-position: right -4427px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sg {
  height: 14px;
  background-position: right -4449px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sh {
  height: 10px;
  background-position: right -4471px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.si {
  height: 10px;
  background-position: right -4493px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sj {
  height: 15px;
  background-position: right -4515px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sk {
  height: 14px;
  background-position: right -4537px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sl {
  height: 14px;
  background-position: right -4559px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sm {
  height: 15px;
  background-position: right -4581px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sn {
  height: 14px;
  background-position: right -4603px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.so {
  height: 14px;
  background-position: right -4625px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sr {
  height: 14px;
  background-position: right -4647px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ss {
  height: 10px;
  background-position: right -4669px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.st {
  height: 10px;
  background-position: right -4691px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sv {
  height: 12px;
  background-position: right -4713px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sx {
  height: 14px;
  background-position: right -4735px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sy {
  height: 14px;
  background-position: right -4757px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.sz {
  height: 14px;
  background-position: right -4779px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ta {
  height: 10px;
  background-position: right -4801px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tc {
  height: 10px;
  background-position: right -4823px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.td {
  height: 14px;
  background-position: right -4845px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tf {
  height: 14px;
  background-position: right -4867px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tg {
  height: 13px;
  background-position: right -4889px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.th {
  height: 14px;
  background-position: right -4911px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tj {
  height: 10px;
  background-position: right -4933px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tk {
  height: 10px;
  background-position: right -4955px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tl {
  height: 10px;
  background-position: right -4977px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tm {
  height: 14px;
  background-position: right -4999px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tn {
  height: 14px;
  background-position: right -5021px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.to {
  height: 10px;
  background-position: right -5043px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tr {
  height: 14px;
  background-position: right -5065px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tt {
  height: 12px;
  background-position: right -5087px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tv {
  height: 10px;
  background-position: right -5109px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tw {
  height: 14px;
  background-position: right -5131px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.tz {
  height: 14px;
  background-position: right -5153px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ua {
  height: 14px;
  background-position: right -5175px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ug {
  height: 14px;
  background-position: right -5197px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.um {
  height: 11px;
  background-position: right -5219px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.us {
  height: 11px;
  background-position: right -5241px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.uy {
  height: 14px;
  background-position: right -5263px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.uz {
  height: 10px;
  background-position: right -5285px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.va {
  height: 15px;
  background-position: right -5307px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.vc {
  height: 14px;
  background-position: right -5324px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ve {
  height: 14px;
  background-position: right -5346px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.vg {
  height: 10px;
  background-position: right -5368px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.vi {
  height: 14px;
  background-position: right -5390px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.vn {
  height: 14px;
  background-position: right -5412px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.vu {
  height: 12px;
  background-position: right -5434px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.wf {
  height: 14px;
  background-position: right -5456px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ws {
  height: 10px;
  background-position: right -5478px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.xk {
  height: 15px;
  background-position: right -5500px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.ye {
  height: 14px;
  background-position: right -5522px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.yt {
  height: 14px;
  background-position: right -5544px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.za {
  height: 14px;
  background-position: right -5566px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.zm {
  height: 14px;
  background-position: right -5588px top 0px;
}
.tel-group .select2.select2-container .select2-selection__rendered.zw {
  height: 10px;
  background-position: right -5610px top 0px;
}

@media only screen and (max-width: 991px) {
  #place-search-map #pac-input {
    display: none !important;
  }
  .lg-static {
    position: static !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
  .felan-table,
  .felan-table thead,
  .felan-table tbody,
  .felan-table th,
  .felan-table td,
  .felan-table tr {
    display: block;
  }
  .felan-table > thead > tr {
    position: absolute;
    top: -9999px;
    right: -9999px;
  }
  .felan-table > tbody > tr {
    border-top: 1px solid #ccc;
    border-bottom: 0;
  }
  .felan-table > tbody > tr:nth-child(2n) {
    background-color: #f5f5f5;
  }
  .felan-table > tbody > tr:first-child {
    border-radius: 3px 3px 0 0;
    border-top: none;
  }
  .felan-table > tbody > tr:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: none;
  }
  .felan-table > tbody > tr td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-right: 30% !important;
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  .felan-table > tbody > tr td:before {
    content: attr(data-title);
    position: absolute;
    top: 22px;
    right: 14px;
    width: 30%;
    padding-left: 10px;
    white-space: nowrap;
    font-size: 14px;
    text-align: right;
  }
  .felan-table.table-order > tbody > tr:nth-child(-n+3) > td:first-child {
    padding: 25px 30% 25px 0 !important;
    background-position: right 32% center;
  }
  .felan-table.table-order > tbody > tr:nth-child(-n+3) > td:first-child span {
    right: 32%;
  }
  .felan-table td.place-thumb {
    width: 100%;
  }
  .felan-table td.place-status {
    display: block;
  }
  .page-control .place-filter .left-filter > div,
  .page-control .block-search.search-input {
    width: 50%;
    max-width: inherit;
  }
  .page-control .block-search.search-input {
    padding-left: 15px;
  }
  .ai-popup .generate-content {
    flex-direction: column;
  }
  .ai-popup .generate-content.has-suggestion .left,
  .ai-popup .generate-content.has-suggestion .right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .ai-popup .generate-content.has-suggestion .left {
    margin-bottom: 30px;
  }
  .ai-popup .generate-content .suggestion {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .nav-place-map {
    right: 25px;
  }
  #place-search-map #pac-input {
    top: 90px !important;
    left: inherit !important;
    right: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  .page-control .agent-nav ul {
    font-size: 14px;
    text-transform: inherit;
  }
  .page-control .agent-nav ul li {
    margin-left: 20px;
  }
  #pac-input {
    min-width: 150px;
  }
  .group-field + .group-field {
    margin-top: 40px;
  }
  .felan-place-multi-step .felan-steps-content > h2,
  .main-content .entry-my-page > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .form-2-col {
    display: block;
  }
  .form-2-col .form-group {
    max-width: 100%;
  }
  .form-2-col .form-group + .form-group {
    margin-top: 20px;
  }
  .page-control .block-search.search-input {
    width: 100%;
    padding-left: 0;
  }
  .felan-ajax-search .felan-ajax-result {
    font-size: 13px;
  }
  .felan-ajax-search .search-result ul {
    padding: 5px 0;
  }
  .felan-ajax-search .search-result ul li {
    font-size: 14px;
  }
}
.felan-payment-for .felan-package-item .felan-package-title {
  margin-bottom: 20px;
}
.felan-payment-for .felan-package-item .felan-package-title .entry-title {
  margin-top: 0 !important;
}
.felan-payment-for .felan-package-item .felan-total-price {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px var(--felan-color-border);
}
.felan-payment-for .felan-package-item .felan-total-price span {
  display: block;
  margin-bottom: 5px;
}
.felan-payment-for .felan-package-item .felan-total-price .price {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: var(--felan-color-primary);
}
.felan-payment-for .felan-package-item .felan-total-price sup {
  font-size: 18px;
  top: 0;
}
.felan-payment-for .felan-package-item .felan-button {
  margin-top: 20px;
}

.payment-wrap .entry-title {
  font-size: 24px;
  margin-top: 25px !important;
  margin-bottom: 30px;
}

.felan-payment-method-wrap .radio {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
}
.felan-payment-method-wrap .radio.active {
  border-color: var(--felan-color-accent);
  background: var(--felan-color-accent);
  color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.felan-payment-method-wrap .radio + .radio {
  margin-top: 20px;
}
.felan-payment-method-wrap .radio.wire-transfer label {
  padding: 29px 15px;
}
.felan-payment-method-wrap .radio.wire-transfer label i {
  margin-left: 10px;
}
.felan-payment-method-wrap .radio label {
  display: block;
  padding: 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.felan-payment-method-wrap .radio img {
  width: 80px;
  height: 48px;
  object-fit: contain;
  margin-left: 10px;
}
.felan-payment-method-wrap .radio input {
  display: none;
}

.payment-wrap .terms-conditions {
  margin-top: 20px;
  margin-bottom: 20px;
}
.payment-wrap .terms-conditions strong {
  color: var(--felan-color-accent);
}

.felan-payment-completed-wrap .inner-payment-completed {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.felan-payment-completed-wrap .inner-payment-completed .panel-heading {
  margin-top: 25px;
  margin-bottom: 25px;
}
.felan-payment-completed-wrap .inner-payment-completed h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.felan-payment-completed-wrap .list-group {
  padding-right: 0;
  margin-bottom: 0;
  border: 1px solid var(--felan-color-border);
  border-radius: 5px;
}
.felan-payment-completed-wrap .list-group li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}
.felan-payment-completed-wrap .list-group li strong {
  color: #2a2a2a;
  font-weight: 500;
}
.felan-payment-completed-wrap .list-group li + li {
  border-top: 1px solid var(--felan-color-border);
}
.felan-payment-completed-wrap .felan-button {
  display: inline-block;
  margin-top: 30px;
}
.felan-payment-completed-wrap .card-info table th,
.felan-payment-completed-wrap .card-info table td {
  padding: 20px;
  font-weight: 400;
  color: #2d2d2d;
}

.felan-payment-completed-wrap {
  padding-top: 50px;
}

#felan_payment_package:hover .felan-dual-ring:after,
#felan_payment_freelancer_package:hover .felan-dual-ring:after {
  border-color: var(--felan-color-accent) transparent var(--felan-color-accent);
}
#felan_payment_package .felan-loading-effect,
#felan_payment_freelancer_package .felan-loading-effect {
  position: sticky;
}
#felan_payment_package .felan-loading-effect:before,
#felan_payment_freelancer_package .felan-loading-effect:before {
  background-color: transparent;
}
#felan_payment_package .felan-dual-ring,
#felan_payment_freelancer_package .felan-dual-ring {
  position: static;
  transform: none;
  width: 16px;
  height: 16px;
}
#felan_payment_package .felan-dual-ring:after,
#felan_payment_freelancer_package .felan-dual-ring:after {
  height: 16px;
  border-width: 2px;
  margin-right: 8px;
  border-color: #fff transparent #fff;
  width: 16px;
}

.package-project .package-header .title-my-project {
  font-size: 18px;
}
.package-project .package-content p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.package-project .package-content .title {
  font-weight: 500;
}
.package-project .package-content .price {
  font-weight: 500;
  color: var(--felan-color-primary);
}
.package-project .package-content .price-fee {
  font-weight: 500;
  color: #ed0006;
}
.package-project .package-bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--felan-color-border);
}
.package-project .package-bottom p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.package-project .package-bottom p:first-child {
  margin-bottom: 10px;
}
.package-project .package-bottom p:first-child,
.package-project .package-bottom .delivery-time {
  font-weight: 500;
  color: var(--felan-color-primary);
}

#btn-razorpay,
#btn-razorpay-cancel {
  background-color: var(--felan-color-accent);
  color: #fff;
  padding: 10px 26px;
  border: 1px solid var(--felan-color-accent);
  border-radius: 3em;
  cursor: pointer;
}

#btn-razorpay[disabled=true] {
  cursor: not-allowed;
}

@media only screen and (max-width: 575px) {
  .felan-package-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .felan-payment-completed-wrap .list-group li {
    padding: 20px;
  }
}
.felan-package-wrap .row {
  margin-right: -8px;
  margin-left: -8px;
}
.felan-package-wrap .row .col-md-4 {
  margin-bottom: 30px;
}
.felan-package-wrap .entry-title {
  margin: 32px 0;
}
.felan-package-wrap .choose-package {
  text-align: center;
  margin-bottom: 30px;
}
.felan-package-wrap .choose-package h4 {
  font-size: 24px;
  margin-bottom: 11px;
}
.felan-package-wrap .choose-package p {
  margin-bottom: 0;
}
.felan-package-wrap .felan-package-thumbnail {
  margin-bottom: 15px;
}
.felan-package-wrap .felan-package-item {
  border-radius: 8px;
  border: solid 1px var(--felan-color-border);
  background-color: #ffffff;
  padding: 32px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  height: 100%;
}
.felan-package-wrap .felan-package-item .felan-package-title .entry-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  color: var(--felan-color-accent);
}
.felan-package-wrap .felan-package-item .felan-package-title span {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 6px;
  background-color: #ffc402;
  color: #fff;
  position: absolute;
  top: -21px;
  left: 35px;
}
.felan-package-wrap .felan-package-item .felan-package-price {
  font-size: 46px;
  font-weight: 500;
  color: var(--felan-color-primary);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--felan-color-border);
}
.felan-package-wrap .felan-package-item .felan-package-price sup {
  font-size: 46px;
  margin-left: 3px;
  bottom: 0;
  top: 0;
}
.felan-package-wrap .felan-package-item .felan-package-choose {
  margin-top: 30px;
}
.felan-package-wrap .felan-package-item ul.list-group {
  font-size: 16px;
  line-height: 1.5;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 32px;
  overflow: auto;
}
.felan-package-wrap .felan-package-item ul.list-group li {
  font-weight: 500;
}
.felan-package-wrap .felan-package-item ul.list-group li i {
  color: #3ab446;
  margin-left: 10px;
}
.felan-package-wrap .felan-package-item ul.list-group li + li {
  margin-top: 20px;
}
.felan-package-wrap .felan-package-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 10px 14px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 14px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 14px 5px rgba(0, 0, 0, 0.05);
}
.felan-package-wrap .felan-package-item.active {
  border-color: #ffe180;
}
.felan-package-wrap .felan-package-item.active .felan-button {
  color: #fff !important;
  background-color: var(--felan-color-accent) !important;
  border-color: var(--felan-color-accent) !important;
}
.felan-package-wrap .felan-package-item.active .felan-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
  color: #fff !important;
}
.felan-package-wrap .felan-package-item.active .felan-package-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-package-wrap .felan-package-item.current {
  border-color: var(--felan-color-accent);
}
.felan-package-wrap .felan-package-item.current .entry-title {
  position: relative;
  display: inline-block;
}
.felan-package-wrap .felan-package-item.current .entry-title:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: var(--felan-color-accent);
  margin-left: 10px;
}
.felan-package-wrap .felan-package-item.current .recommended {
  display: none;
}
.felan-package-wrap .time-unit {
  font-size: 18px;
  font-weight: 500;
  text-transform: lowercase;
}
.felan-package-wrap .time-unit:before {
  content: "/";
  margin-right: -5px;
}

.felan-new-package {
  margin-top: 32px;
}

#action-user-package,
#action-employer-user-package {
  font-size: 14px;
  font-weight: 500;
  color: var(--felan-color-primary);
}
#action-user-package:hover,
#action-employer-user-package:hover {
  color: var(--felan-color-accent);
}

.package-out-stock .felan-button {
  display: block;
  margin-top: 20px;
}
.package-out-stock .felan-button a {
  display: inline-block;
}
.package-out-stock span {
  color: red;
}

@media only screen and (max-width: 1199px) {
  .felan-package-wrap .felan-package-item {
    padding: 30px;
  }
  .felan-package-wrap .felan-package-item .felan-package-price {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .felan-package-wrap .felan-package-item .felan-package-price sup {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .felan-package-wrap .felan-package-item {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .felan-package-wrap .row > div {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .felan-package-wrap .felan-heading .entry-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.submit-jobs-dashboard .widget-area-init {
  margin-top: 108px;
}
.submit-jobs-dashboard .submit-jobs-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
}
.submit-jobs-dashboard .submit-jobs-header .entry-title h4 {
  font-size: 24px;
}
.submit-jobs-dashboard .submit-jobs-header .button-warpper {
  margin-top: 0;
}
.submit-jobs-dashboard .button-warpper .felan-button + .felan-button {
  margin-right: 12px;
}
.submit-jobs-dashboard .button-warpper .button-link {
  margin-left: 12px;
}
.submit-jobs-dashboard .felan-section-salary-select {
  width: 100%;
}
.submit-jobs-dashboard #range {
  display: -ms-flexbox;
  display: flex;
}
.submit-jobs-dashboard #jobs_gallery_thumbs_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.submit-jobs-dashboard #jobs-submit-company .felan-button {
  margin-top: 24px;
}
.submit-jobs-dashboard .header-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.submit-jobs-dashboard .header-about .felan-button {
  margin-bottom: 24px;
}
.submit-jobs-dashboard .header-about .felan-button i {
  margin-right: 5px;
  margin-left: 0;
}

#jobs-submit-general .form-group > .flex {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#jobs-submit-general .ai-helper {
  color: var(--felan-color-accent);
  cursor: pointer;
}
#jobs-submit-general .ai-helper i {
  margin-left: 8px;
}
#jobs-submit-general .ai-helper:hover {
  opacity: 0.8;
}

.about-jobs-dashboard {
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  border-radius: 16px;
  padding: 28px;
}
.about-jobs-dashboard .info-jobs-warpper {
  line-height: 1.5;
}
.about-jobs-dashboard .img-company {
  width: 54px;
  height: 54px;
  background-color: #f9f9f9;
  line-height: 54px;
  text-align: center;
  color: var(--felan-color-secondary);
  border-radius: 50%;
  margin-bottom: 16px;
}
.about-jobs-dashboard .img-company img {
  border-radius: inherit;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-jobs-dashboard h4 {
  font-size: 18px;
  margin-bottom: 7px;
}
.about-jobs-dashboard .name-company {
  font-weight: 500;
  color: var(--felan-color-primary);
}
.about-jobs-dashboard .cate-about {
  font-weight: 500;
  color: var(--felan-color-accent);
}
.about-jobs-dashboard .label-warpper {
  margin-top: 18px;
}

.label-price {
  background: rgba(0, 116, 86, 0.05);
  color: var(--felan-color-accent);
}
.label-price i {
  padding-left: 7px;
  font-weight: normal;
}

.title-jobs-about {
  font-size: 24px;
  margin-bottom: 20px;
}
.title-jobs-about.edit-jobs {
  margin-top: 106px;
}

.my-location {
  position: absolute;
  left: 20px;
  bottom: 14px;
}

input#search-location {
  padding-left: 40px;
  height: 45px;
  background-color: #fff;
}

.jobs-fields-map .jobs-fields-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.jobs-fields-map .jobs-fields-title h3 {
  font-size: 16px;
}
.jobs-fields-map .control-marker a {
  color: var(--felan-color-accent);
  font-weight: 500;
}
.jobs-fields-map .control-marker #unlock-pin {
  display: none;
}
.jobs-fields-map .control-marker.lock-marker #unlock-pin {
  display: block;
}
.jobs-fields-map .control-marker.lock-marker #lock-pin {
  display: none;
}

@media (max-width: 767px) {
  .submit-jobs-dashboard .widget-area-init {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .submit-jobs-dashboard .button-warpper .btn-submit-draft {
    display: none;
  }
}
.felan_alert_message {
  position: fixed;
  left: 10px;
  top: 45%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  background-color: crimson;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.felan_alert_message.show {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.alert-form {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 1000;
  background: #ffffff;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  max-width: 370px;
  padding: 24px;
  display: none;
}
.alert-form .close {
  position: absolute;
  top: 24px;
  left: 24px;
}
.alert-form .head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.alert-form .head svg {
  margin-left: 12px;
}
.alert-form .head span {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.alert-form .desc {
  margin-bottom: 20px;
}
.alert-form .felan-button {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .alert-form {
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
}
.form-popup-apply {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-popup-apply .form-group {
  margin-bottom: 20px;
}
.form-popup-apply .btn-loading {
  display: none;
}
.form-popup-apply .bg-overlay {
  opacity: 1;
  visibility: unset;
}
.form-popup-apply .apply-popup {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 450px;
  z-index: 9;
  position: relative;
  margin: 0 auto;
  top: 100px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.form-popup-apply .btn-close {
  font-size: 20px;
  position: absolute !important;
  left: 35px;
}
.form-popup-apply h5 {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}
.form-popup-apply p {
  color: var(--felan-color-secondary);
  margin-bottom: 35px;
}
.form-popup-apply label {
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--felan-color-primary);
}
.form-popup-apply .felan-button.button-link {
  margin-top: 24px;
  margin-bottom: 24px;
}
.form-popup-apply .button-warpper {
  display: -ms-flexbox;
  display: flex;
}
.form-popup-apply .button-warpper .felan-button {
  text-align: center;
}
.form-popup-apply .button-warpper .felan-button + .felan-button {
  margin-right: 16px;
}
.form-popup-apply .message_error {
  margin-bottom: 15px;
  margin-top: 15px;
  color: red;
}
.form-popup-apply .message_error.true {
  color: lawngreen;
}
.form-popup-apply #felan_drop_cv {
  position: relative;
  margin-bottom: 0;
}
.form-popup-apply #felan_drop_cv .cv-icon-delete {
  position: absolute;
  left: 10px;
  z-index: 2;
  top: 10px;
}
.form-popup-apply #felan_select_cv {
  position: relative;
  z-index: 1;
  height: 100px;
  background-color: #f9f9f9;
  border: 1px dashed #ddd;
  width: 100%;
  color: var(--felan-color-secondary);
  cursor: pointer;
}
.form-popup-apply #felan_select_cv i {
  color: var(--felan-color-accent);
  margin-left: 5px;
}
.form-popup-apply.form-call-to .apply-popup {
  max-width: 300px;
  padding: 24px;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-popup-apply.form-call-to .phone-apply {
  display: block;
  text-align: center;
  font-size: 20px;
}

.felan-jobs-header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.felan-jobs-header-top .logo-company {
  height: 84px;
  width: 84px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 16px;
  margin-top: 10px;
}
.felan-jobs-header-top .felan-header-left {
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.felan-jobs-header-top .felan-header-left .author-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-direction: column;
}
.felan-jobs-header-top .felan-header-left .author-wrapper .categories-wrapper,
.felan-jobs-header-top .felan-header-left .author-wrapper .type-wrapper,
.felan-jobs-header-top .felan-header-left .author-wrapper .location-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.felan-jobs-header-top .felan-header-left .author-wrapper .categories-wrapper svg,
.felan-jobs-header-top .felan-header-left .author-wrapper .type-wrapper svg,
.felan-jobs-header-top .felan-header-left .author-wrapper .location-wrapper svg {
  width: 20px;
}
.felan-jobs-header-top .felan-header-left .title-wapper {
  margin-bottom: 5px;
}
.felan-jobs-header-top .felan-header-left .title-wapper h1 {
  font-size: 28px;
  margin-bottom: 0;
}
.felan-jobs-header-top .felan-header-left .title-wapper .featured {
  margin-right: 5px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.felan-jobs-header-top .felan-header-left .title-wapper .featured:before {
  top: -0.2em;
}
.felan-jobs-header-top .felan-header-left .categories-warpper {
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-jobs-header-top .felan-header-left .categories-warpper i {
  margin-left: 5px;
}
.felan-jobs-header-top .felan-header-left .info i {
  color: var(--felan-color-accent);
}
.felan-jobs-header-top .felan-header-left .info .cate-type:after {
  content: ",";
}
.felan-jobs-header-top .felan-header-left .info .cate-type:last-child:after {
  content: "";
}
.felan-jobs-header-top .felan-header-left .info .fa-map-marker-alt,
.felan-jobs-header-top .felan-header-left .info .fa-clock {
  margin-right: 15px;
}
.felan-jobs-header-top .felan-header-left .author-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.felan-jobs-header-top .felan-header-left .author-meta .location-wrapper,
.felan-jobs-header-top .felan-header-left .author-meta .type-wrapper {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  background-color: #f2f4f7;
  border-radius: 50px;
  gap: 4px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.felan-jobs-header-top .felan-header-right {
  display: -ms-flexbox;
  display: flex;
}
.felan-jobs-header-top .felan-header-right .toggle-social {
  margin-left: 25px;
}
.felan-jobs-header-top .felan-header-right .toggle-social .list-social-icon i {
  color: #fff;
}
.felan-jobs-header-top .felan-header-right .added .icon-heart i {
  color: var(--felan-color-accent);
}
.felan-jobs-header-top .felan-header-right a:hover i {
  color: var(--felan-color-accent);
}
.felan-jobs-header-top .jobs-view {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.felan-jobs-header-top .jobs-view:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  background-color: var(--felan-color-secondary);
  border-radius: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.felan-jobs-header-top .jobs-view i {
  font-weight: 400;
}
.felan-jobs-header-top .jobs-view .count {
  font-weight: 500;
}

.felan-jobs-header-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .jobs-head-details .title-wapper h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .felan-jobs-header-top .felan-header-right {
    display: none;
  }
  .felan-jobs-header-top .felan-header-left .categories-warpper {
    margin-top: 5px;
  }
  .felan-jobs-header-top .logo-company {
    display: none;
  }
}
.block-archive-inner.jobs-insights-details {
  padding-bottom: 8px;
}

.list-jobs-insights-sidebar {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}
.list-jobs-insights-sidebar p {
  margin-bottom: 0;
}
.list-jobs-insights-sidebar .list-item {
  display: -ms-flexbox;
  display: flex;
}
.list-jobs-insights-sidebar .list-item.salary .details-info {
  text-transform: none;
}
.list-jobs-insights-sidebar .list-item + .list-item {
  padding-top: 15px;
  border-top: 1px solid var(--felan-color-border);
  margin-top: 5px;
}
.list-jobs-insights-sidebar .title-info {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}
.list-jobs-insights-sidebar .info {
  margin-right: 12px;
  width: 100%;
}
.list-jobs-insights-sidebar .info p {
  line-height: 1.2;
}
.list-jobs-insights-sidebar .details-info {
  text-transform: capitalize;
  font-weight: 500;
  color: #111;
}
.list-jobs-insights-sidebar .icon-jobs {
  color: var(--felan-color-secondary);
  margin-top: 2px;
}
.list-jobs-insights-sidebar .icon-jobs span {
  color: var(--felan-color-secondary);
}
.list-jobs-insights-sidebar .icon-jobs path {
  fill: currentColor;
}
.list-jobs-insights-sidebar .icon-jobs svg {
  color: #555;
}
.list-jobs-insights-sidebar .info-apply {
  margin-top: 20px;
}
.list-jobs-insights-sidebar .info-apply .days {
  margin-top: 15px;
  text-align: center;
}
.list-jobs-insights-sidebar .info-apply .days span {
  color: var(--felan-color-accent);
}

.site-layout.info-left .jobs-company-sidebar {
  padding: 0;
  border: 0;
  flex: 0 0 300px;
  max-width: 300px;
}
.site-layout.info-left .jobs-company-sidebar .jobs-company-inner {
  padding: 20px;
  border: 1px solid var(--felan-color-border);
  border-radius: 16px;
  background-color: #fff;
  position: sticky;
  top: 30px;
  z-index: 2;
}

body.admin-bar .site-layout.info-left .jobs-company-sidebar .jobs-company-inner {
  top: 60px;
}

.toggle-insights-sidebar {
  margin-bottom: 30px;
}
.toggle-insights-sidebar i {
  margin-right: 8px;
}
.toggle-insights-sidebar a {
  font-size: 18px;
  color: var(--felan-color-accent);
  font-weight: 500;
}

.tab-info-company .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.tab-info-company .info i {
  width: 18px;
  font-size: 18px;
  margin-left: 8px;
  color: var(--felan-color-accent);
}
.tab-info-company .button-warpper {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.tab-info-company .button-warpper a {
  padding: 10px 18px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.tab-info-company .button-warpper a i {
  display: none;
}
.tab-info-company .button-warpper .felan-send-mess:after {
  content: none;
}
.tab-info-company .view-profile {
  margin-left: 10px;
}
.tab-info-company .felan-send-mess {
  margin-top: 0 !important;
}

.list-jobs-insights {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}
.list-jobs-insights ul.row {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-jobs-insights .title-info {
  margin-bottom: 0;
  color: #333333;
}
.list-jobs-insights .details-info {
  margin-bottom: 0;
  font-weight: 500;
  color: #111;
}
.list-jobs-insights .list-item .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}
.list-jobs-insights .list-item .inner .icon-jobs {
  margin-top: 5px;
  margin-left: 10px;
}
.list-jobs-insights .list-item .inner .icon-jobs svg path {
  fill: currentColor;
}
.list-jobs-insights .button-block {
  max-width: 130px;
}

.preview-tabs .info-apply .button-block {
  max-width: max-content;
}

@media (min-width: 577px) {
  .toggle-insights-sidebar {
    display: none;
  }
}
@media (max-width: 576px) {
  .jobs-insights-details.on.active .list-jobs-insights {
    overflow: hidden;
    height: 325px;
  }
  .jobs-insights-details.on.active .hide-all-insights {
    display: none;
  }
  .jobs-sidebar-popup.sidebar-right-popup {
    margin-top: 30px;
  }
  .jobs-insights-sidebar.on.active .list-jobs-insights-sidebar {
    overflow: hidden;
    height: 325px;
  }
  .jobs-insights-sidebar.on.active .hide-all-insights-sidebar {
    display: none;
  }
}
.felan-description-details h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.felan-description-details h5 {
  font-size: 20px;
  margin-bottom: 16px;
}
.felan-description-details h6 {
  font-size: 18px;
  margin-bottom: 16px;
}
.felan-description-details p {
  margin-bottom: 24px;
  line-height: 1.5;
}
.felan-description-details p:last-child {
  margin-bottom: 0;
}
.felan-description-details li + li {
  margin-top: 5px;
}
.felan-description-details ul {
  list-style: disc;
}
.felan-description-details ul:last-child {
  margin-bottom: 0;
}
.felan-description-details .toggle-description {
  margin-top: 15px;
}
.felan-description-details .toggle-description i {
  margin-right: 8px;
}
.felan-description-details .toggle-description a {
  font-size: 16px;
  color: var(--felan-color-accent);
  font-weight: 500;
}

@media (min-width: 576px) {
  .felan-description-details .toggle-description {
    display: none;
  }
}
@media (max-width: 576px) {
  .felan-description-details.on .felan-description {
    overflow: hidden;
    max-height: 330px;
  }
  .felan-description-details.on .hide-all-description {
    display: none;
  }
}
div.jobs-apply-details {
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(0, 116, 86, 0.05);
  border: 1px solid rgba(0, 116, 86, 0.07);
  border-radius: 16px;
}
div.jobs-apply-details h4 {
  font-size: 24px;
  margin-bottom: 0;
}
div.jobs-apply-details p {
  margin-bottom: 0;
}
div.jobs-apply-details .days {
  font-weight: 500;
  margin-top: 8px;
}
div.jobs-apply-details .days span {
  color: red;
}
div.jobs-apply-details .felan-button {
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 270px;
  text-align: center;
}

@media (max-width: 576px) {
  div.jobs-apply-details {
    display: block;
  }
  div.jobs-apply-details .felan-button {
    margin-top: 15px;
  }
}
.jobs-related-details .header-related {
  padding-top: 32px;
  padding-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.jobs-related-details .title-jobs {
  margin-bottom: 0;
  font-size: 24px;
}

.block-archive-sidebar {
  padding: 24px;
  border: 1px solid var(--felan-color-border);
  border-radius: 16px;
}
.block-archive-sidebar + .block-archive-sidebar {
  margin-top: 16px;
}
.block-archive-sidebar h4 {
  font-size: 24px;
}

div.jobs-apply-sidebar {
  background: rgba(0, 116, 86, 0.05);
  border: 1px solid rgba(0, 116, 86, 0.07);
  padding: 24px;
  border-radius: 16px;
  text-align: center;
}
div.jobs-apply-sidebar .days {
  font-weight: 500;
  margin-bottom: 18px;
}
div.jobs-apply-sidebar .days span {
  color: red;
}
div.jobs-apply-sidebar .felan-button {
  width: 100%;
}
div.jobs-apply-sidebar .account a:hover {
  color: #fff !important;
}

.jobs-insights-sidebar {
  border: 1px solid var(--felan-color-border);
  padding: 28px 28px 8px;
  border-radius: 16px;
}
.jobs-insights-sidebar .title-jobs {
  margin-bottom: 24px;
}
.jobs-insights-sidebar .info-apply {
  margin-top: 20px;
}
.jobs-insights-sidebar .days {
  margin-top: 18px;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}
.jobs-insights-sidebar .days span {
  color: var(--felan-color-accent);
}

.jobs-company-sidebar .company-sidebar-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jobs-company-sidebar .company-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  gap: 12px;
}
.jobs-company-sidebar .company-header img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
}
.jobs-company-sidebar .company-header .felan-check-company:after {
  top: -3px;
}
.jobs-company-sidebar .company-header .felan-rating-warpper .rating-count {
  padding-right: 0;
}
.jobs-company-sidebar .company-phone i {
  margin-right: 7px;
  cursor: pointer;
}
.jobs-company-sidebar .name h2 {
  font-size: 18px;
  margin-bottom: 3px;
  display: inline-block;
}
.jobs-company-sidebar .name h2 a {
  color: var(--felan-color-primary);
}
.jobs-company-sidebar .name h2 a:hover {
  color: var(--felan-color-accent);
}
.jobs-company-sidebar .name h2 i {
  font-size: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--felan-color-accent);
  line-height: 15px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.jobs-company-sidebar .name p {
  margin-bottom: 0;
}
.jobs-company-sidebar .name p a {
  font-weight: 500;
  color: var(--felan-color-accent);
}
.jobs-company-sidebar p {
  line-height: 1.5em;
}
.jobs-company-sidebar .tab-company {
  list-style: none;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.jobs-company-sidebar .tab-company li + li {
  margin-right: 24px;
}
.jobs-company-sidebar .tab-company li span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background-color: rgba(0, 116, 86, 0.05);
  color: var(--felan-color-accent);
  margin-right: 2px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
.jobs-company-sidebar .tab-company li:after {
  content: "";
  bottom: 0;
  height: 2px;
  width: 100%;
  display: block;
  background-color: transparent;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.jobs-company-sidebar .tab-company li:hover:after, .jobs-company-sidebar .tab-company li.active:after {
  background-color: var(--felan-color-primary);
  width: 100%;
}
.jobs-company-sidebar .tab-company li:hover a, .jobs-company-sidebar .tab-company li.active a {
  color: var(--felan-color-primary);
}
.jobs-company-sidebar .tab-company a {
  font-size: 18px;
  font-weight: 500;
  color: var(--felan-color-secondary);
}
.jobs-company-sidebar .title-info {
  font-weight: 500;
  color: var(--felan-color-primary);
  margin-bottom: 3px;
}
.jobs-company-sidebar .list-cate {
  padding-right: 0;
  margin-bottom: 0;
}
.jobs-company-sidebar .details-info span:not(:first-child):before,
.jobs-company-sidebar .list-cate .cate:not(:first-child):before {
  content: ",";
}
.jobs-company-sidebar .content {
  margin-bottom: 20px;
}
.jobs-company-sidebar .content p {
  margin-bottom: 0;
  display: none;
}
.jobs-company-sidebar .content p:first-child {
  display: inline-block;
}
.jobs-company-sidebar .content.is-active p {
  display: inline-block;
  margin-bottom: 12px;
}
.jobs-company-sidebar .content a {
  color: #007456;
}
.jobs-company-sidebar .content a:hover {
  text-decoration: underline;
}
.jobs-company-sidebar .details-info {
  margin-bottom: 0;
}
.jobs-company-sidebar .details-info.email a {
  color: var(--felan-color-text);
}
.jobs-company-sidebar .details-info.email a:hover {
  color: var(--felan-color-accent);
}
.jobs-company-sidebar .logo-company {
  text-align: center;
}
.jobs-company-sidebar .logo-company img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.jobs-company-sidebar .title-wapper h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.jobs-company-sidebar .felan-rating-warpper .jobs-company-sidebar .rating-count {
  padding-right: 0;
}
.jobs-company-sidebar .info {
  margin-bottom: 10px;
}
.jobs-company-sidebar .info svg {
  width: 20px;
}
.jobs-company-sidebar .info i.fa-eye {
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  top: -3px;
}
.jobs-company-sidebar .felan-button i {
  font-size: 14px;
  font-weight: 500;
  padding-right: 10px;
}
.jobs-company-sidebar .button-visit {
  margin-top: 20px;
}
.jobs-company-sidebar .button-send {
  margin-top: 10px;
}
.jobs-company-sidebar .button-send.button-outline {
  border-color: var(--felan-color-accent);
  color: var(--felan-color-accent);
}
.jobs-company-sidebar .list-social {
  margin-bottom: 0;
  list-style: none;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.jobs-company-sidebar .list-social li + li {
  margin-right: 20px;
}
.jobs-company-sidebar .list-social a {
  font-weight: 500;
  color: var(--felan-color-primary);
  font-size: 20px;
}
.jobs-company-sidebar .list-social a:hover {
  color: var(--felan-color-accent);
}
.jobs-company-sidebar .company-sidebar-center {
  margin-top: 25px;
}
.jobs-company-sidebar .company-sidebar-center .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.jobs-company-sidebar .company-sidebar-center .info i {
  color: var(--felan-color-accent);
  margin-left: 10px;
  font-weight: 400;
  width: 15px;
}
.jobs-company-sidebar .company-sidebar-center .action-inner {
  display: -ms-flexbox;
  display: flex;
}
.jobs-company-sidebar .company-sidebar-center .action-inner .btn-webs,
.jobs-company-sidebar .company-sidebar-center .action-inner .btn-add-to-message + .btn-add-to-message {
  margin-right: 15px;
  width: 100%;
}
.jobs-company-sidebar .company-sidebar-center .action-inner .add-follow-company,
.jobs-company-sidebar .company-sidebar-center .action-inner .btn-add-to-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.jobs-company-sidebar .company-sidebar-center .action-inner .felan-button {
  text-align: center;
  padding: 10px 12px;
  width: 100%;
  justify-content: center;
}
.jobs-company-sidebar .company-sidebar-center .action-inner .felan-button i {
  padding-right: 0;
  margin-right: 0;
  margin-left: 8px;
}
.jobs-company-sidebar .company-sidebar-center .action-inner .account {
  width: 100%;
}
.jobs-company-sidebar .company-sidebar-center .action-inner .add-follow-company {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.jobs-company-sidebar .company-sidebar-bottom {
  margin-top: 27px;
}
.jobs-company-sidebar .company-sidebar-bottom h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.jobs-company-sidebar .company-sidebar-bottom .conpany-insights {
  margin-top: 22px;
}
.jobs-company-sidebar .list-jobs {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}
.jobs-company-sidebar .list-jobs li:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--felan-color-border);
}
.jobs-company-sidebar .list-jobs .title {
  line-height: 0.8;
}
.jobs-company-sidebar .list-jobs .title a {
  color: var(--felan-color-primary);
  font-size: 18px;
}
.jobs-company-sidebar .list-jobs .info-company > span + span:before {
  content: "/";
}
.jobs-company-sidebar .list-jobs .categories span {
  color: var(--felan-color-accent);
  font-weight: 500;
}
.jobs-company-sidebar .list-jobs .categories span + span:before,
.jobs-company-sidebar .list-jobs .cate-skills span + span:before {
  content: ",";
}
.jobs-company-sidebar .label-categories {
  color: var(--felan-color-accent);
  background-color: rgba(0, 116, 86, 0.05);
}
.jobs-company-sidebar .label-categories i {
  padding-left: 5px;
  font-weight: normal;
}
.jobs-company-sidebar .felan-send-mess {
  margin-top: 15px;
  width: 100%;
  background-color: transparent;
  text-align: center;
  color: var(--felan-color-accent);
}
.jobs-company-sidebar .felan-send-mess:hover {
  background-color: var(--felan-color-accent);
  color: #fff;
}
.jobs-company-sidebar .felan-send-mess:after {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}

.company-sidebar .company-sidebar-center .felan-send-mess {
  border-color: var(--felan-color-accent);
  background-color: var(--felan-color-accent);
  color: #fff;
}
.company-sidebar .company-sidebar-center .btn-webs {
  border-color: var(--felan-color-border);
  color: var(--felan-color-primary);
}
.company-sidebar .company-sidebar-center .btn-webs:hover {
  background-color: var(--felan-color-primary);
  border-color: var(--felan-color-primary);
}

#tab-sidebar-jobs .felan-button {
  border-color: var(--felan-color-accent);
  color: var(--felan-color-accent);
  margin-top: 32px;
}
#tab-sidebar-jobs .felan-button:hover {
  color: #fff;
}
#tab-sidebar-jobs .cate-warpper a {
  color: var(--felan-color-accent);
  font-weight: 500;
}

.jobs-gallery-details .slick-dots li button:before {
  display: inline-block;
  font-size: 8px;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--felan-color-border);
  opacity: 1;
}
.jobs-gallery-details .slick-dots li.slick-active button:before {
  background-color: var(--felan-color-accent);
}
.jobs-gallery-details .slick-dotted.slick-slider {
  margin-bottom: 15px;
}
.jobs-gallery-details figure img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.jobs-gallery-details .slick-nav .slick-arrow {
  top: calc(50% - 15px);
}

.jobs-thumbnail-details {
  background-color: #fff;
  margin-bottom: 20px;
}
.jobs-thumbnail-details img {
  border-radius: 6px 6px 0 0;
  width: 100%;
}
.jobs-thumbnail-details .logo-company {
  border: 4px solid #fff;
  border-radius: 50%;
  margin-top: -37px;
  margin-right: 32px;
  margin-bottom: -16px;
}

@media (max-width: 480px) {
  .jobs-thumbnail-details img {
    height: 150px;
    object-fit: cover;
  }
}
.felan-block-inner {
  margin-top: 28px;
}

.block-archive-inner .title-jobs,
.block-archive-inner .title-service,
.block-archive-inner .title-company,
.block-archive-inner .title-freelancer,
.block-archive-inner .title-project {
  font-size: 24px;
  margin-bottom: 20px;
}
.block-archive-inner + .block-archive-inner {
  margin-top: 16px;
}
.block-archive-inner.layout-01, .block-archive-inner.layout-02, .block-archive-inner.layout-03, .block-archive-inner.layout-04, .block-archive-inner.layout-layout-full {
  background-color: #f2f7ff;
  padding: 40px 0;
  margin-bottom: 40px;
}
.block-archive-inner.layout-01 .felan-jobs-header-top, .block-archive-inner.layout-02 .felan-jobs-header-top, .block-archive-inner.layout-03 .felan-jobs-header-top, .block-archive-inner.layout-04 .felan-jobs-header-top, .block-archive-inner.layout-layout-full .felan-jobs-header-top {
  align-items: unset;
  display: block;
}
.block-archive-inner.layout-01 .felan-jobs-header-top .felan-header-top, .block-archive-inner.layout-02 .felan-jobs-header-top .felan-header-top, .block-archive-inner.layout-03 .felan-jobs-header-top .felan-header-top, .block-archive-inner.layout-04 .felan-jobs-header-top .felan-header-top, .block-archive-inner.layout-layout-full .felan-jobs-header-top .felan-header-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.block-archive-inner.layout-01 .felan-jobs-header-top .social, .block-archive-inner.layout-02 .felan-jobs-header-top .social, .block-archive-inner.layout-03 .felan-jobs-header-top .social, .block-archive-inner.layout-04 .felan-jobs-header-top .social, .block-archive-inner.layout-layout-full .felan-jobs-header-top .social {
  display: flex;
  gap: 12px;
}
.block-archive-inner.layout-01 .felan-jobs-header-top .social a, .block-archive-inner.layout-02 .felan-jobs-header-top .social a, .block-archive-inner.layout-03 .felan-jobs-header-top .social a, .block-archive-inner.layout-04 .felan-jobs-header-top .social a, .block-archive-inner.layout-layout-full .felan-jobs-header-top .social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.block-archive-inner.layout-01 .felan-jobs-header-top .social a span, .block-archive-inner.layout-02 .felan-jobs-header-top .social a span, .block-archive-inner.layout-03 .felan-jobs-header-top .social a span, .block-archive-inner.layout-04 .felan-jobs-header-top .social a span, .block-archive-inner.layout-layout-full .felan-jobs-header-top .social a span {
  display: flex;
}
.block-archive-inner.layout-01 .felan-jobs-header-top .social a i, .block-archive-inner.layout-02 .felan-jobs-header-top .social a i, .block-archive-inner.layout-03 .felan-jobs-header-top .social a i, .block-archive-inner.layout-04 .felan-jobs-header-top .social a i, .block-archive-inner.layout-layout-full .felan-jobs-header-top .social a i {
  font-size: 18px;
}
.block-archive-inner.layout-01 .title-wapper, .block-archive-inner.layout-02 .title-wapper, .block-archive-inner.layout-03 .title-wapper, .block-archive-inner.layout-04 .title-wapper, .block-archive-inner.layout-layout-full .title-wapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-archive-inner.layout-01 .title-wapper .avatar img, .block-archive-inner.layout-02 .title-wapper .avatar img, .block-archive-inner.layout-03 .title-wapper .avatar img, .block-archive-inner.layout-04 .title-wapper .avatar img, .block-archive-inner.layout-layout-full .title-wapper .avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.block-archive-inner.layout-01 .title-wapper h1, .block-archive-inner.layout-02 .title-wapper h1, .block-archive-inner.layout-03 .title-wapper h1, .block-archive-inner.layout-04 .title-wapper h1, .block-archive-inner.layout-layout-full .title-wapper h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}
.block-archive-inner.layout-01 .felan-header-bottom, .block-archive-inner.layout-02 .felan-header-bottom, .block-archive-inner.layout-03 .felan-header-bottom, .block-archive-inner.layout-04 .felan-header-bottom, .block-archive-inner.layout-layout-full .felan-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-archive-inner.layout-01 .author-name a, .block-archive-inner.layout-02 .author-name a, .block-archive-inner.layout-03 .author-name a, .block-archive-inner.layout-04 .author-name a, .block-archive-inner.layout-layout-full .author-name a {
  color: #111;
  font-weight: 500;
}
.block-archive-inner.layout-01 .author-name a:hover, .block-archive-inner.layout-02 .author-name a:hover, .block-archive-inner.layout-03 .author-name a:hover, .block-archive-inner.layout-04 .author-name a:hover, .block-archive-inner.layout-layout-full .author-name a:hover {
  color: var(--felan-color-accent);
}
.block-archive-inner.layout-01 .author-meta, .block-archive-inner.layout-02 .author-meta, .block-archive-inner.layout-03 .author-meta, .block-archive-inner.layout-04 .author-meta, .block-archive-inner.layout-layout-full .author-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.block-archive-inner.layout-01 .author-meta .location-wrapper,
.block-archive-inner.layout-01 .author-meta .type-wrapper, .block-archive-inner.layout-02 .author-meta .location-wrapper,
.block-archive-inner.layout-02 .author-meta .type-wrapper, .block-archive-inner.layout-03 .author-meta .location-wrapper,
.block-archive-inner.layout-03 .author-meta .type-wrapper, .block-archive-inner.layout-04 .author-meta .location-wrapper,
.block-archive-inner.layout-04 .author-meta .type-wrapper, .block-archive-inner.layout-layout-full .author-meta .location-wrapper,
.block-archive-inner.layout-layout-full .author-meta .type-wrapper {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  gap: 4px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.block-archive-inner.layout-01 .author-meta .location-wrapper svg,
.block-archive-inner.layout-01 .author-meta .type-wrapper svg, .block-archive-inner.layout-02 .author-meta .location-wrapper svg,
.block-archive-inner.layout-02 .author-meta .type-wrapper svg, .block-archive-inner.layout-03 .author-meta .location-wrapper svg,
.block-archive-inner.layout-03 .author-meta .type-wrapper svg, .block-archive-inner.layout-04 .author-meta .location-wrapper svg,
.block-archive-inner.layout-04 .author-meta .type-wrapper svg, .block-archive-inner.layout-layout-full .author-meta .location-wrapper svg,
.block-archive-inner.layout-layout-full .author-meta .type-wrapper svg {
  width: 20px;
}
.block-archive-inner.layout-01 .author-meta .cate-type::after, .block-archive-inner.layout-02 .author-meta .cate-type::after, .block-archive-inner.layout-03 .author-meta .cate-type::after, .block-archive-inner.layout-04 .author-meta .cate-type::after, .block-archive-inner.layout-layout-full .author-meta .cate-type::after {
  content: ",";
}
.block-archive-inner.layout-01 .author-meta .cate-type:last-child:after, .block-archive-inner.layout-02 .author-meta .cate-type:last-child:after, .block-archive-inner.layout-03 .author-meta .cate-type:last-child:after, .block-archive-inner.layout-04 .author-meta .cate-type:last-child:after, .block-archive-inner.layout-layout-full .author-meta .cate-type:last-child:after {
  content: "";
}
.block-archive-inner.layout-01 .info-apply, .block-archive-inner.layout-02 .info-apply, .block-archive-inner.layout-03 .info-apply, .block-archive-inner.layout-04 .info-apply, .block-archive-inner.layout-layout-full .info-apply {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-archive-inner.layout-01 .info-apply .days, .block-archive-inner.layout-02 .info-apply .days, .block-archive-inner.layout-03 .info-apply .days, .block-archive-inner.layout-04 .info-apply .days, .block-archive-inner.layout-layout-full .info-apply .days {
  margin: 0;
  white-space: nowrap;
}
.block-archive-inner.layout-03, .block-archive-inner.layout-layout-full, .block-archive-inner.layout-04 {
  padding: 24px;
  border-radius: 16px;
}
.block-archive-inner.layout-01 {
  background-color: unset;
  padding: 0;
}
.block-archive-inner.layout-01 .felan-jobs-header-top .info-apply {
  display: none;
}
.block-archive-inner.layout-01 .author-meta .location-wrapper,
.block-archive-inner.layout-01 .author-meta .type-wrapper {
  background-color: #f2f4f7;
}
.block-archive-inner.layout-01 .felan-jobs-header-top .social a {
  background-color: #f2f4f7;
}

.section-sticky {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(-100%);
  border-bottom: 1px solid var(--felan-color-border);
}
.section-sticky .title-wapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-sticky .title-wapper .avatar img {
  width: 40px;
  height: 40px;
}
.section-sticky .title-wapper h1 {
  font-size: 18px;
  margin: 0;
}
.section-sticky .title-wapper h1 span {
  margin-right: 5px;
  top: -3px;
}
.section-sticky .title-wapper h1 span::before, .section-sticky .title-wapper h1 span:after {
  content: "";
  display: none;
}
.section-sticky .info-apply {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-sticky .info-apply .days {
  margin: 0;
}
.section-sticky .info-apply .felan-button.button-block {
  width: auto;
  font-size: 14px;
  padding: 6px 12px;
}

.preview-job-wrapper .block-archive-top.has-children-sticky {
  margin-top: -74px;
}
.preview-job-wrapper .block-archive-top.has-children-sticky .section-sticky {
  position: sticky;
}

body.admin-bar .section-sticky {
  top: 32px;
}

body.jobs-header-sticky header.site-header {
  z-index: 1;
}
body.jobs-header-sticky .section-sticky {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.single-jobs.single-jobs-layout-04 .site-content {
  background-color: #f9f9f9;
}
body.single-jobs.single-jobs-layout-04 .felan_breadcrumb {
  margin: 0;
  padding: 12px 0;
}
body.single-jobs.single-jobs-layout-04 .block-archive-inner.layout-04 {
  background-color: #fff;
  margin-bottom: 0;
}
body.single-jobs.single-jobs-layout-04 .author-meta .location-wrapper,
body.single-jobs.single-jobs-layout-04 .author-meta .type-wrapper {
  background-color: #f2f4f7;
}
body.single-jobs.single-jobs-layout-04 .block-archive-inner {
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}

.felan-apply-bottombar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: -8px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -8px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: -8px 0px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  padding: 12px 24px;
}
.felan-apply-bottombar .jobs-share {
  padding-right: 26px;
  padding-left: 26px;
}
.felan-apply-bottombar .jobs-share:hover i {
  color: var(--felan-color-accent);
}
.felan-apply-bottombar .felan-button {
  width: 100%;
  display: block;
  text-align: center;
}
.felan-apply-bottombar .account {
  width: 100%;
}
.felan-apply-bottombar .toggle-social .social-share {
  bottom: 100%;
  margin-bottom: 8px;
}
.felan-apply-bottombar .jobs-share {
  padding: 0;
}
.felan-apply-bottombar > .account.logged-out,
.felan-apply-bottombar > a:first-child {
  flex: 1;
  max-width: 100%;
  padding-left: 10px;
}
.felan-apply-bottombar > .toggle-social,
.felan-apply-bottombar > .logged-out,
.felan-apply-bottombar > .btn-add-to-wishlist {
  flex: 0 0 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-type {
  color: #6c4cbe;
  background-color: #f5ecff;
}

.label-location {
  color: var(--felan-color-accent);
  background-color: rgba(0, 116, 86, 0.05);
}
.label-location i {
  padding-left: 5px;
  font-weight: normal;
}

.label-skills {
  color: var(--felan-color-accent);
  background-color: #f2f4f7;
}

body.single-jobs .widget-area-init.has-sticky,
body.single-service .widget-area-init.has-sticky {
  position: sticky;
  top: 30px;
  z-index: 2;
}

body.admin-bar.single-jobs .widget-area-init.has-sticky,
body.admin-bar.single-service .widget-area-init.has-sticky {
  position: sticky;
  top: 60px;
  z-index: 2;
}

body.single-service #wrapper {
  overflow: inherit;
}

.jobs-share i {
  font-weight: 500;
  font-size: 20px;
}

.related-inner .felan-jobs-item + .felan-jobs-item {
  margin-top: 16px;
}

.label {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 4px;
  color: var(--felan-color-primary);
}

.felan-label {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 4px 4px 4px;
}

.felan-label-yellow {
  background-color: #ffc402;
  color: #fff;
}

@media (min-width: 576px) {
  .felan-apply-bottombar {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-archive-inner .label {
    margin-top: 8px;
  }
  .jobs-skills-details .title-jobs {
    margin-bottom: 16px;
  }
  .jobs-gallery-details.block-archive-inner {
    padding-bottom: 32px;
  }
  div.jobs-apply-details {
    text-align: center;
  }
  .jobs-related-details .header-related .felan-button {
    display: none;
  }
  .site-layout:not(.type-1) .single-jobs-area .block-archive-top .logo-company {
    margin-right: 16px;
  }
  .jobs-share i {
    color: var(--felan-color-text);
  }
  .block-archive-inner.layout-01 .felan-header-top,
  .block-archive-inner.layout-01 .title-wapper,
  .block-archive-inner.layout-01 .felan-header-bottom,
  .block-archive-inner.layout-01 .info-apply, .block-archive-inner.layout-02 .felan-header-top,
  .block-archive-inner.layout-02 .title-wapper,
  .block-archive-inner.layout-02 .felan-header-bottom,
  .block-archive-inner.layout-02 .info-apply, .block-archive-inner.layout-03 .felan-header-top,
  .block-archive-inner.layout-03 .title-wapper,
  .block-archive-inner.layout-03 .felan-header-bottom,
  .block-archive-inner.layout-03 .info-apply, .block-archive-inner.layout-04 .felan-header-top,
  .block-archive-inner.layout-04 .title-wapper,
  .block-archive-inner.layout-04 .felan-header-bottom,
  .block-archive-inner.layout-04 .info-apply {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .block-archive-inner.layout-01 .author-meta, .block-archive-inner.layout-02 .author-meta, .block-archive-inner.layout-03 .author-meta, .block-archive-inner.layout-04 .author-meta {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-archive-inner.layout-01 .info-apply, .block-archive-inner.layout-02 .info-apply, .block-archive-inner.layout-03 .info-apply, .block-archive-inner.layout-04 .info-apply {
    width: 100%;
  }
  .block-archive-inner.layout-01 .info-apply .account, .block-archive-inner.layout-02 .info-apply .account, .block-archive-inner.layout-03 .info-apply .account, .block-archive-inner.layout-04 .info-apply .account {
    width: 100%;
  }
  .block-archive-inner.layout-01 .title-wapper .info, .block-archive-inner.layout-02 .title-wapper .info, .block-archive-inner.layout-03 .title-wapper .info, .block-archive-inner.layout-04 .title-wapper .info {
    text-align: center;
  }
  .section-sticky {
    display: none !important;
  }
}
@media (max-width: 576px) {
  body.single-jobs .jobs-apply-sidebar,
  body.single-jobs .jobs-apply-details {
    display: none;
  }
}
.felan-jobs-item.layout-list {
  padding-bottom: 20px;
}
.felan-jobs-item.layout-list .price {
  color: var(--felan-color-primary);
  font-weight: 500;
}
.felan-jobs-item.layout-list .jobs-archive-center {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.felan-jobs-item.layout-list .jobs-archive-center ul {
  display: flex;
  gap: 12px;
  flex-direction: row;
}
.felan-jobs-item.layout-list .jobs-archive-center li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.felan-jobs-item.layout-list .jobs-title {
  margin-top: 8px;
}
.felan-jobs-item.layout-list .jobs-archive-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-jobs-item.layout-list .jobs-archive-header .days {
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 14px;
}
.felan-jobs-item.layout-list .jobs-header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}
.felan-jobs-item.layout-list .jobs-header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
}
.felan-jobs-item.layout-list .jobs-archive-footer {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.felan-jobs-item.layout-list .jobs-archive-footer .days {
  margin-bottom: 0;
}
.felan-jobs-item.layout-list .jobs-footer-left {
  margin-left: 15px;
}
.felan-jobs-item.layout-list .logo-company {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .felan-jobs-item.layout-list .jobs-archive-header {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 8px;
  }
  .felan-jobs-item.layout-list .jobs-header-right {
    width: 100%;
    margin-top: 8px;
  }
  .felan-jobs-item.layout-list .jobs-header-right .days {
    flex: 1;
  }
  .felan-jobs-item.layout-list .jobs-archive-center {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    row-gap: 4px;
  }
  .felan-jobs-item.layout-list .jobs-archive-center ul {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
.felan-jobs-item.layout-grid .jobs-logo-company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.felan-jobs-item.layout-grid .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.felan-jobs-item.layout-grid .info-jobs-cate {
  margin-top: 24px;
}
.felan-jobs-item.layout-grid .salary-wrapper {
  font-weight: 400;
  color: var(--felan-color-text);
}
.felan-jobs-item.layout-grid .jobs-archive-footer {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.felan-jobs-item {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  position: relative;
}
.felan-jobs-item.active {
  border-color: var(--felan-color-accent) !important;
}
.felan-jobs-item:hover {
  -webkit-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
}
.felan-jobs-item a:not(.felan-link-item) {
  position: relative;
  z-index: 2;
}
.felan-jobs-item h4 {
  margin-bottom: 5px;
}
.felan-jobs-item h4 a {
  font-size: 18px;
  color: var(--felan-color-primary);
}
.felan-jobs-item h4 a:hover {
  color: var(--felan-color-accent);
}
.felan-jobs-item .cate-location {
  margin-left: 10px;
}
.felan-jobs-item .jobs-archive-center {
  margin-top: 20px;
}
.felan-jobs-item .jobs-archive-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.felan-jobs-item .jobs-archive-center ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.felan-jobs-item .jobs-archive-center ul li svg {
  width: 22px;
}
.felan-jobs-item .jobs-archive-center i {
  font-size: 18px;
  color: #111111;
  margin-left: 5px;
  width: 18px;
}
.felan-jobs-item .cate-type::after {
  content: ",";
}
.felan-jobs-item .cate-type:last-child:after {
  content: "";
}
.felan-jobs-item .authour {
  color: var(--felan-color-primary);
  font-weight: 500;
}
.felan-jobs-item .categories-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.felan-jobs-item .cate-warpper {
  margin-right: 3px;
}
.felan-jobs-item .cate-warpper:after {
  content: ",";
}
.felan-jobs-item .cate-warpper:last-child:after {
  content: "";
}
.felan-jobs-item .jobs-archive-footer {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  justify-content: flex-end;
}
.felan-jobs-item .jobs-archive-footer .price {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.felan-jobs-item .jobs-archive-footer .days {
  font-size: 14px;
  color: #777;
}
.felan-jobs-item .logo-company {
  height: 24px;
  width: 24px;
  object-fit: cover;
  background-color: #f9f9f9;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
}
.felan-jobs-item .info-company a:hover {
  color: var(--felan-color-accent);
}
.felan-jobs-item .btn-add-to-wishlist {
  top: 3px;
  position: relative;
}
.felan-jobs-item .label {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.felan-jobs-item .label-type {
  color: #6c4cbe;
  background-color: #f5ecff;
}
.felan-jobs-item .label-price {
  background-color: rgba(0, 116, 86, 0.05);
  color: var(--felan-color-accent);
}
.felan-jobs-item .salary-wrapper {
  color: var(--felan-color-primary);
  font-weight: 500;
}
.felan-jobs-item .days {
  color: #4a5264;
}
.felan-jobs-item .days span {
  color: var(--felan-color-accent);
}
.felan-jobs-item .jobs-title {
  font-size: 20px;
  margin-bottom: 0;
}
.felan-jobs-item .jobs-title a {
  color: var(--felan-color-primary);
}
.felan-jobs-item .jobs-title a:hover {
  color: var(--felan-color-accent);
}
.felan-jobs-item .jobs-des {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.felan-jobs-item .jobs-status {
  display: -ms-flexbox;
  display: flex;
}
.felan-jobs-item .jobs-status .tooltip {
  margin-left: 8px;
  display: block;
  width: max-content;
}
.felan-jobs-item .jobs-status .featured svg {
  display: flex;
}
.felan-jobs-item.layout-modern {
  overflow: hidden;
}
.felan-jobs-item.layout-modern .job-item {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.felan-jobs-item.layout-modern .job-info {
  flex: 1;
}
.felan-jobs-item.layout-modern .job-logo {
  flex: 0 0 56px;
  max-width: 56px;
}
.felan-jobs-item.layout-modern .job-logo .logo-company {
  width: 56px;
  height: 56px;
}
.felan-jobs-item.layout-modern .job-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.felan-jobs-item.layout-modern .job-title a {
  color: #111111;
}
.felan-jobs-item.layout-modern .job-title a:hover {
  color: var(--felan-color-accent);
}
.felan-jobs-item.layout-modern .job-source {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.felan-jobs-item.layout-modern .job-source .authour:after {
  content: ",";
}
.felan-jobs-item.layout-modern .job-source .job-company,
.felan-jobs-item.layout-modern .job-source .categories-warpper {
  display: flex;
  gap: 4px;
}
.felan-jobs-item.layout-modern .authour:hover {
  color: var(--felan-color-accent);
}
.felan-jobs-item.layout-modern .categories-warpper a {
  color: #111111;
}
.felan-jobs-item.layout-modern .categories-warpper a:hover {
  color: var(--felan-color-accent);
}
.felan-jobs-item.layout-modern .job-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.felan-jobs-item.layout-modern .job-meta li {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  background-color: #f2f4f7;
  border-radius: 50px;
  gap: 4px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.felan-jobs-item.layout-modern .job-meta li svg {
  width: 18px;
}
.felan-jobs-item.layout-modern .job-meta li a {
  line-height: 1.2;
  margin: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.felan-jobs-item.layout-modern .job-meta li a:hover {
  color: var(--felan-color-accent);
}
.felan-jobs-item.layout-modern .job-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 200px;
  max-width: 200px;
}
.felan-jobs-item.layout-modern .job-actions .days {
  font-size: 14px;
  color: #777777;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
.felan-jobs-item.layout-modern .apply-button {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.felan-jobs-item.layout-modern .apply-button .logged-out {
  position: relative;
  z-index: 3;
}
.felan-jobs-item.layout-modern .apply-button a {
  white-space: nowrap;
}
.felan-jobs-item.layout-modern:hover .days {
  opacity: 0;
  visibility: hidden;
}
.felan-jobs-item.layout-modern:hover .apply-button {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  pointer-events: unset;
}

@media screen and (max-width: 991px) {
  .felan-jobs-item.layout-modern .job-item {
    flex-wrap: wrap;
  }
  .felan-jobs-item.layout-modern .job-actions {
    flex: unset;
    max-width: unset;
  }
  .felan-jobs-item.layout-modern .job-actions .apply-button {
    display: none;
  }
  .felan-jobs-item.layout-modern .job-meta {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .felan-jobs-item.layout-modern:hover .days {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 360px) {
  .felan-jobs-item.layout-modern .job-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ui-autocomplete {
  position: absolute;
  padding-right: 0;
  margin-right: 0;
  top: 100%;
  right: 0;
  z-index: 9999;
  float: right;
  display: none;
  min-width: 160px;
  margin: 0 25px 10px 0;
  list-style: none;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  max-height: 185px;
  overflow: auto;
  font-size: 14px;
}
.ui-autocomplete::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 5px;
}
.ui-autocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 5px;
}
.ui-autocomplete > a.ui-corner-all {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: var(--felan-color-text);
  white-space: nowrap;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item {
  padding: 5px 15px;
  font-size: 15px;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
  cursor: pointer;
  background-color: transparent !important;
  border: 0 !important;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: rgba(0, 116, 86, 0.05) !important;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover .ui-state-active {
  cursor: pointer;
  color: var(--felan-color-accent);
  background-color: inherit;
  border: 0 !important;
}
.ui-autocomplete .ui-state-focus {
  border: 0 !important;
  color: var(--felan-color-text) !important;
  margin: 0 !important;
  background: #fff !important;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 100% 0;
}

.ui-slider {
  position: relative;
  text-align: right;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 100% 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-right: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  right: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  left: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  right: -0.3em;
  margin-right: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  right: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.company-head-details .felan-company-header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.company-head-details .felan-company-header-top .logo-company {
  width: 64px;
  height: 64px;
}
.company-head-details .felan-company-header-top .logo-company img {
  border-radius: 50%;
  height: 100%;
}
.company-head-details .title-wapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.company-head-details .title-wapper h1 {
  font-size: 28px;
  font-weight: 500;
}
.company-head-details .title-wapper i {
  font-size: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--felan-color-accent);
  line-height: 15px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.company-head-details .logo-company {
  margin-left: 16px;
}
.company-head-details .company-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-head-details .company-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.company-head-details .company-warpper .cate-warpper {
  font-weight: 500;
  margin-left: 8px;
}
.company-head-details .company-warpper .cate-warpper:after {
  content: ",";
}
.company-head-details .company-warpper .cate-warpper:last-child:after {
  content: "";
}
.company-head-details .company-warpper i {
  font-size: 18px;
  color: var(--felan-color-secondary);
  margin-left: 8px;
  font-weight: 400;
}
.company-head-details .felan-company-header-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}
.company-head-details .felan-company-header-bottom a {
  margin-left: 8px;
}
.company-head-details .felan-company-header-bottom .btn-webs {
  border-color: var(--felan-color-primary);
}

.company-overview-details {
  line-height: 1.5;
}

@media (min-width: 577px) {
  .company-overview-details {
    padding-bottom: 8px;
  }
}
.company-related-details .related-inner {
  position: relative;
}
.company-related-details .felan-loading-effect {
  display: none;
}

.company-review-details .entry-heading,
.service-review-details .entry-heading {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.company-review-details .rating-count,
.service-review-details .rating-count {
  font-size: 20px;
  color: #fff;
  background-color: var(--felan-color-accent);
  padding: 5px 16px;
  border-radius: 8px;
}
.company-review-details .rating-count i,
.service-review-details .rating-count i {
  font-size: 18px;
}
.company-review-details .review-count,
.service-review-details .review-count {
  color: var(--felan-color-secondary);
  margin-right: 12px;
}
.company-review-details .entry-overview,
.service-review-details .entry-overview {
  padding-top: 15px;
  padding-bottom: 15px;
}

.reviews-list {
  padding-right: 0;
  list-style: none;
}
.reviews-list .entry-avatar img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  max-width: max-content;
}
.reviews-list .entry-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-list .entry-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-right: 16px;
}
.reviews-list .author-name {
  font-size: 16px;
  margin-bottom: 0;
}
.reviews-list .review-date {
  color: var(--felan-color-secondary);
}
.reviews-list .review-content {
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 11px;
}
.reviews-list .review-title {
  font-size: 22px;
  margin-bottom: 0;
}
.reviews-list .entry-comment ul {
  padding-right: 0;
  margin-bottom: 10px;
}
.reviews-list .entry-comment li {
  list-style: none;
}
.reviews-list .entry-comment img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.reviews-list ol {
  list-style: none;
}
.reviews-list .author-review {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}

.add-new-review .form-group + .form-group {
  margin-top: 20px;
}
.add-new-review .form-media input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.add-new-review .felan-submit-company-rating,
.add-new-review .felan-submit-service-rating {
  margin-top: 24px;
}
.add-new-review .login-for-review {
  font-weight: 500;
}
.add-new-review .login-for-review a {
  color: var(--felan-color-accent);
}
.add-new-review label span.name {
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #ededed;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
}
.add-new-review label span.name:before {
  content: "\f03e";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  vertical-align: -2px;
}
.add-new-review .form-media {
  display: none;
}
.add-new-review .review-title {
  font-size: 24px;
}
.add-new-review .custom-area .current-user-avatar {
  position: absolute;
  top: 35px;
  right: 35px;
}
.add-new-review .custom-area .current-user-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  object-fit: cover;
}
.add-new-review .custom-area textarea {
  border-color: #ccc;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 35px 105px 35px 35px;
  max-height: 150px;
  resize: none;
}
.add-new-review .star-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 49%;
}
.add-new-review .rate-title {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  font-weight: 500;
}
.add-new-review .rate-title span {
  display: inline-block;
  vertical-align: middle;
}

.add-new-review .tip,
.rating-bars .tip {
  background-color: var(--felan-color-secondary);
  height: 15px;
  width: 15px;
  display: inline-block;
  font-size: 11px;
  border-radius: 50%;
  cursor: help;
  text-align: center;
  position: relative;
  vertical-align: -1px;
  margin-right: 3px;
  line-height: 20px;
}
.add-new-review .tip:hover .tip-content,
.rating-bars .tip:hover .tip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, calc(-100% - 13px));
  -moz-transform: translate(50%, calc(-100% - 13px));
  -o-transform: translate(50%, calc(-100% - 13px));
  -ms-transform: translate(50%, calc(-100% - 13px));
  transform: translate(50%, calc(-100% - 13px));
}
.add-new-review .tip:after,
.rating-bars .tip:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f12a";
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 7px;
  line-height: normal;
  vertical-align: 3px;
  font-style: normal;
  color: #fff;
}
.add-new-review .tip .tip-content,
.rating-bars .tip .tip-content {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, calc(-100% - 20px));
  -moz-transform: translate(50%, calc(-100% - 20px));
  -o-transform: translate(50%, calc(-100% - 20px));
  -ms-transform: translate(50%, calc(-100% - 20px));
  transform: translate(50%, calc(-100% - 20px));
  background: #333;
  color: #fff;
  padding: 13px 15px;
  min-width: 200px;
  max-width: 200px;
  font-size: 13px;
  border-radius: 4px;
  line-height: 19px;
  pointer-events: none;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.add-new-review .tip .tip-content:after,
.rating-bars .tip .tip-content:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
  bottom: 3px;
  right: 50%;
  font-size: 22px;
  color: #333;
  transform: translate(50%, 50%);
}

.rating-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.rating-bars .rating-bars-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px 30px;
}
.rating-bars .rating-bars-item .value-rating {
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.rating-bars .rating-bars-name {
  font-weight: 500;
  display: block;
}
.rating-bars .rating-bars-inner {
  display: -ms-flexbox;
  display: flex;
}
.rating-bars .rating-bars-rating {
  display: inline-block;
  vertical-align: baseline;
  background: #efefef;
  width: 100%;
  height: 6px;
  margin-left: 10px;
  border-radius: 3px;
  overflow: hidden;
  background-color: var(--felan-color-border);
  align-self: center;
}
.rating-bars .rating-bars-rating.high .rating-bars-rating-inner {
  background-color: var(--felan-color-accent);
}
.rating-bars .rating-bars-rating-inner {
  height: 6px;
  display: block;
  background-color: var(--felan-color-accent);
  position: relative;
  width: 0;
  transition: width 0.5s;
}

.repreviewForm {
  margin-bottom: 15px;
}
.repreviewForm .felan-button i {
  margin-right: 8px;
}

.felan-review-details .toggle-review {
  margin-top: 10px;
  margin-bottom: 10px;
}
.felan-review-details .toggle-review i {
  margin-right: 8px;
}
.felan-review-details .toggle-review a {
  font-size: 18px;
  color: var(--felan-color-accent);
  font-weight: 500;
}

@media (min-width: 576px) {
  .felan-review-details .toggle-review {
    display: none;
  }
}
@media (max-width: 576px) {
  .felan-review-details.on .felan-review {
    overflow: hidden;
    max-height: 120px;
  }
  .felan-review-details.on .hide-all-review {
    display: none;
  }
  .rating-bars {
    margin: 0;
  }
}
.has-large-thumbnail.company-thumbnail-details img {
  border-radius: 16px;
  width: 100%;
}

.company-thumbnail-details {
  margin-bottom: 20px;
}
.company-thumbnail-details:not(.has-large-thumbnail) .container {
  padding-left: 0;
  padding-right: 0;
}
.company-thumbnail-details img {
  border-radius: 16px 16px 0 0;
}

@media (max-width: 576px) {
  .has-large-thumbnail.company-thumbnail-details {
    margin-top: 25px;
    margin-bottom: -30px;
  }
}
#tab-projects.tab-single-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
#tab-projects.tab-single-info .project-thumbnail {
  position: relative;
}
#tab-projects.tab-single-info .project-thumbnail .featured {
  padding: 4px 10px;
  background-color: #ffc402;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (max-width: 767px) {
  #tab-projects.tab-single-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.title-company {
  font-size: 24px;
  margin-bottom: 24px;
}

.company-sidebar .list-social {
  justify-content: flex-start;
}
.company-sidebar .felan-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.company-sidebar .felan-location h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.felan-rating-warpper .rating-count {
  position: relative;
}
.felan-rating-warpper .rating-count i {
  color: #ffc402;
  font-weight: bold;
  margin-left: 0;
}
.felan-rating-warpper .review-count {
  color: var(--felan-color-secondary);
}

@media (max-width: 576px) {
  .company-info {
    display: block;
  }
  .felan-rating-warpper {
    margin-top: 10px;
  }
  .company-head-details .felan-company-header-bottom a {
    margin-bottom: 8px;
  }
  .rating-bars .rating-bars-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .add-new-review .star-rating {
    width: 100%;
  }
}
.felan-company-item.layout-list {
  padding-bottom: 20px;
}
.felan-company-item.layout-list .company-header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 576px) {
  .felan-company-item.layout-list .company-bottom {
    display: block;
  }
  .felan-company-item.layout-list .company-available {
    margin-top: 15px;
  }
}
.felan-company-item.layout-grid .company-header-inner {
  display: flex;
  align-items: center;
}
.felan-company-item.layout-grid .company-inner {
  margin-top: 16px;
}
.felan-company-item.layout-grid .company-title {
  margin-top: 0;
  margin-bottom: 0;
}
.felan-company-item.layout-grid .des-company {
  margin-top: 16px;
}
.felan-company-item.layout-grid .company-bottom {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.felan-company-item.layout-grid .company-cate {
  margin-top: 20px;
}

.felan-company-item.layout-thumbnail-grid {
  overflow: hidden;
}
.felan-company-item.layout-thumbnail-grid .company-title {
  margin-bottom: 5px;
}
.felan-company-item.layout-thumbnail-grid .company-top {
  display: -ms-flexbox;
  display: flex;
}
.felan-company-item.layout-thumbnail-grid .company-thumbnail {
  border-radius: 16px 16px 0 0;
  margin: -28px -28px 24px -28px;
}
.felan-company-item.layout-thumbnail-grid .company-thumbnail img {
  border-radius: 16px 16px 0 0;
}
.felan-company-item.layout-thumbnail-grid.felan-company-item .company-bottom {
  display: block;
}
.felan-company-item.layout-thumbnail-grid .company-available {
  margin-top: 24px;
}
.felan-company-item.layout-thumbnail-grid .review-count {
  display: none;
}
.felan-company-item.layout-thumbnail-grid .company-inner {
  margin-top: 0;
}

.archive-layout .inner-content.layout-thumbnail-list .area-archive {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}

.layout-thumbnail-list .company-content-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.layout-thumbnail-list .company-pos {
  width: 100%;
}
.layout-thumbnail-list .company-thumbnail {
  width: 260px;
  margin: -28px -28px -28px 24px;
  border-radius: 0 16px 16px 0;
  flex-shrink: 0;
}
.layout-thumbnail-list .company-thumbnail img {
  border-radius: 0 16px 16px 0;
  object-fit: cover;
  height: 100%;
}
.layout-thumbnail-list .company-top {
  display: -ms-flexbox;
  display: flex;
}

.layout-thumbnail-grid img,
.layout-thumbnail-list img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.layout-thumbnail-grid .company-thumbnail,
.layout-thumbnail-list .company-thumbnail {
  overflow: hidden;
}
.layout-thumbnail-grid.felan-company-item:hover .company-thumbnail img,
.layout-thumbnail-list.felan-company-item:hover .company-thumbnail img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@media (max-width: 767px) {
  .layout-thumbnail-list.felan-company-item .company-bottom {
    display: block;
  }
  .layout-thumbnail-list .company-available {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .layout-thumbnail-list .company-content-wrapper {
    display: block;
  }
  .layout-thumbnail-list .company-thumbnail {
    width: auto;
    margin: -28px -28px 24px -28px;
    border-radius: 16px 16px 0 0;
  }
  .layout-thumbnail-list .company-thumbnail img {
    border-radius: 16px 16px 0 0;
  }
}
.felan-company-item.layout-follow-bottom .company-header-right {
  display: -ms-flexbox;
  display: flex;
}
.felan-company-item.layout-follow-bottom .company-header-right .review-count {
  display: none;
}
.felan-company-item.layout-follow-bottom .des-company {
  margin-top: 16px;
}
.felan-company-item.layout-follow-bottom .company-cate {
  margin-top: 15px;
}
.felan-company-item.layout-follow-bottom .company-bottom {
  margin-top: 16px;
  -ms-flex-align: center;
  align-items: center;
}
.felan-company-item.layout-follow-bottom .company-inner {
  margin-top: 0;
}

@media (max-width: 767px) {
  .felan-company-item.layout-follow-bottom .company-status-inner {
    position: static;
  }
}
@media (max-width: 375px) {
  .felan-company-item.layout-follow-bottom .company-bottom {
    display: block;
  }
  .felan-company-item.layout-follow-bottom .company-status-inner {
    margin-top: 16px;
  }
}
.felan-company-item.layout-button-jobs {
  padding: 20px;
  text-align: center;
}
.felan-company-item.layout-button-jobs .logo-company {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.felan-company-item.layout-button-jobs .des-company {
  margin-top: 9px;
}
.felan-company-item.layout-button-jobs .felan-rating-warpper .review-count {
  display: none;
}
.felan-company-item.layout-button-jobs .company-inner {
  -ms-flex-pack: center;
  justify-content: center;
}
.felan-company-item.layout-button-jobs .company-available {
  margin-top: 14px;
}
.felan-company-item.layout-button-jobs .company-img {
  margin-left: 0;
  margin-bottom: 8px;
}
.felan-company-item.layout-button-jobs .felan-button {
  margin-top: 16px;
}
.felan-company-item.layout-button-jobs .felan-button i {
  font-size: 14px;
}

.felan-company-item {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  position: relative;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
}
.felan-company-item:hover {
  -webkit-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
}
.felan-company-item a:not(.felan-link-item) {
  position: relative;
  z-index: 2;
}
.felan-company-item.layout-thumbnail-list .company-inner {
  margin-top: 0;
}
.felan-company-item .company-header,
.felan-company-item .company-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.felan-company-item .company-status-inner .add-follow-company.added svg path {
  stroke: var(--felan-color-accent);
  fill: var(--felan-color-accent);
}
.felan-company-item .company-status-inner .add-follow-company:hover svg path {
  stroke: var(--felan-color-accent);
}
.felan-company-item .company-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.felan-company-item .company-bottom {
  margin-top: 24px;
}
.felan-company-item .company-available {
  color: #333333;
}
.felan-company-item .company-available span {
  color: #111111;
  font-weight: 500;
}
.felan-company-item .logo-company {
  height: 54px;
  width: 54px;
  object-fit: cover;
  background-color: #f9f9f9;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  max-width: none;
}
.felan-company-item .info-company a:hover {
  color: var(--felan-color-accent);
}
.felan-company-item .company-img {
  margin-left: 16px;
  display: block;
}
.felan-company-item .company-size,
.felan-company-item .company-location {
  margin-left: 15px;
}
.felan-company-item .company-size a,
.felan-company-item .company-location a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.felan-company-item .company-size i,
.felan-company-item .company-location i {
  font-size: 18px;
  font-weight: 400;
  margin-left: 7px;
  color: var(--felan-color-accent);
}
.felan-company-item .felan-rating-warpper .rating-count {
  padding-right: 0;
}
.felan-company-item .felan-rating-warpper .rating-count:before {
  content: none;
}
.felan-company-item .company-title {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}
.felan-company-item .company-title a {
  color: var(--felan-color-primary);
}
.felan-company-item .company-title a:hover {
  color: var(--felan-color-accent);
}
.felan-company-item .company-title i {
  font-size: 8px;
  width: 15px;
  height: 15px;
  background-color: #3ab446;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
}
.felan-company-item .label-categories {
  color: var(--felan-color-primary);
  background-color: #f2f4f7;
}
.felan-company-item .label-categories i {
  padding-left: 5px;
  font-weight: normal;
}
.felan-company-item .des-company {
  margin-top: 22px;
  line-height: 1.5;
}
.felan-company-item .felan-check-company:after {
  top: -3px;
}

.company-status-inner .felan-dual-ring,
.felan-company-header-bottom .felan-dual-ring,
.freelancer-status-inner .felan-dual-ring,
.felan-freelancer-header-bottom .felan-dual-ring {
  width: 16px;
  height: 16px;
  position: static;
  transform: none;
  margin-left: 3px;
}
.company-status-inner .felan-dual-ring:after,
.felan-company-header-bottom .felan-dual-ring:after,
.freelancer-status-inner .felan-dual-ring:after,
.felan-freelancer-header-bottom .felan-dual-ring:after {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

.felan-add-to-follow-freelancer .felan-dual-ring {
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  right: 0;
  margin-left: 5px;
}
.felan-add-to-follow-freelancer .felan-dual-ring:after {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
}

@media (max-width: 576px) {
  .felan-company-item .company-header {
    position: relative;
  }
  .felan-company-item .felan-rating-warpper {
    margin-top: 0;
  }
}
#jobs_type-error,
#jobs_skills-error {
  position: absolute;
  z-index: 2;
  bottom: -23px;
}

.submit-company-header h4 {
  font-size: 28px;
}
.submit-company-header .button-warpper {
  margin-top: 0;
}

#company-submit-video .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}

.about-company-dashboard .title-company-about {
  font-size: 24px;
  margin-bottom: 24px;
}
.about-company-dashboard .img-company {
  width: 64px;
  height: 64px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
}
.about-company-dashboard .img-company i {
  font-size: 20px;
  color: var(--felan-color-secondary);
}
.about-company-dashboard .img-company img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  object-fit: cover;
}
.about-company-dashboard .title-about {
  font-size: 16px;
}
.about-company-dashboard .company-right {
  margin-right: 15px;
}
.about-company-dashboard .company-right i {
  color: var(--felan-color-secondary);
  font-weight: 400;
  margin-left: 5px;
}
.about-company-dashboard .company-right .title-about {
  display: inline-block;
}
.about-company-dashboard .info-company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.about-company-dashboard .des-about {
  margin-bottom: 0;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  max-height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.submit-company-dashboard .widget-area-init {
  margin-top: 100px;
}
.submit-company-dashboard .button-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0;
}
.submit-company-dashboard .button-warpper .felan-button + .felan-button {
  margin-right: 15px;
}

@media (max-width: 576px) {
  .submit-company-dashboard .submit-company-header {
    display: block;
  }
  .submit-company-dashboard .submit-company-header .entry-title {
    margin-bottom: 20px;
  }
  .submit-company-dashboard .button-warpper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #company-submit-media .company-fields-warpper {
    display: block;
  }
  #company-submit-media .company-fields-thumbnail {
    margin-top: 30px;
  }
}
body.admin-bar.single-company .widget-area-init.has-sticky {
  position: sticky;
  top: 60px;
  z-index: 2;
}

body.single-company #wrapper {
  overflow: inherit;
}
body.single-company .widget-area-init.has-sticky {
  position: sticky;
  top: 30px;
  z-index: 2;
}

.single-company-thumbs {
  margin-top: -15px;
  margin-bottom: -15px;
}
.single-company-thumbs .felan-photo-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.felan-check-company {
  background-color: var(--felan-color-secondary);
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin-right: 5px;
  line-height: 15px;
  z-index: 2;
}
.felan-check-company.active {
  background-color: #3ab446;
}
.felan-check-company:hover .tip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, calc(-100% - 13px));
  -moz-transform: translate(50%, calc(-100% - 13px));
  -o-transform: translate(50%, calc(-100% - 13px));
  -ms-transform: translate(50%, calc(-100% - 13px));
  transform: translate(50%, calc(-100% - 13px));
}
.felan-check-company:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: relative;
  font-size: 8px;
  color: #fff;
  top: -2px;
}
.felan-check-company .tip-content {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, calc(-100% - 20px));
  -moz-transform: translate(50%, calc(-100% - 20px));
  -o-transform: translate(50%, calc(-100% - 20px));
  -ms-transform: translate(50%, calc(-100% - 20px));
  transform: translate(50%, calc(-100% - 20px));
  background: #333;
  color: #fff;
  padding: 10px;
  min-width: 200px;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 999;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.felan-check-company .tip-content:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
  bottom: 3px;
  right: 50%;
  font-size: 22px;
  color: #333;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.felan-check-company .tip-content h4 {
  font-size: 13px;
  color: #fff;
}
.felan-check-company .tip-content .list-check {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}
.felan-check-company .tip-content .list-check li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-check-company .tip-content .list-check li.active i.fa-check {
  background-color: #3ab446;
}
.felan-check-company .tip-content .list-check i.fa-check {
  font-size: 8px;
  width: 15px;
  height: 15px;
  background-color: var(--felan-color-secondary);
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 0;
  margin-left: 5px;
}

.company-gallery-details figure img {
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
}
.company-gallery-details .slick-nav .slick-arrow {
  top: calc(50% - 15px);
}

#company-submit-media #felan_thumbnail_container {
  height: 150px;
}
#company-submit-media #felan_add_thumbnail {
  width: 100%;
}
#company-submit-media .company-fields-warpper {
  display: -ms-flexbox;
  display: flex;
}
#company-submit-media .company-fields-thumbnail {
  width: 100%;
}

.site-layout.has-large-thumbnail {
  margin-top: 24px;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}

#slider-range {
  background-color: var(--felan-color-border);
  height: 4px;
  border: none;
  cursor: pointer;
}
#slider-range .ui-state-default,
#slider-range .ui-widget-content .ui-state-default,
#slider-range .ui-widget-header .ui-state-default {
  border: 3px solid var(--felan-color-accent);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: var(--felan-color-border);
  cursor: pointer;
}
#slider-range .ui-state-default:focus-visible {
  outline: var(--felan-color-accent);
}

#range-slider {
  padding-top: 18px;
}
#range-slider #amount {
  background-color: transparent;
  text-align: center;
  margin-top: 10px;
  border: 0 !important;
}

.ui-slider .ui-slider-range {
  background-color: var(--felan-color-accent);
}

#ui-datepicker-div {
  background-color: #fff;
}
#ui-datepicker-div .ui-datepicker-header {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  color: var(--felan-color-accent);
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eee;
}
#ui-datepicker-div .ui-datepicker-title {
  margin-right: auto;
}
#ui-datepicker-div .ui-datepicker-next {
  margin-right: 15px;
}
#ui-datepicker-div .ui-corner-all {
  cursor: pointer;
}

table.ui-datepicker-calendar {
  margin: 0;
}

@media (max-width: 576px) {
  #company-submit-media .company-fields-warpper {
    display: block;
  }
}
.felan-freelancers-item.layout-list {
  padding-bottom: 20px;
}
.felan-freelancers-item.layout-list .freelancers-header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .felan-freelancers-item.layout-list .freelancers-header-right {
    display: block;
  }
  .felan-freelancers-item.layout-list .freelancers-title {
    margin-top: 14px;
  }
}
@media (max-width: 576px) {
  .felan-freelancers-item.layout-list .freelancer-bottom {
    display: block;
  }
  .felan-freelancers-item.layout-list .freelancer-services {
    margin-top: 15px;
  }
}
.felan-freelancers-item.layout-grid .header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-freelancers-item.layout-grid .header-left .freelancers-title {
  margin-top: 0;
}
.felan-freelancers-item.layout-grid .header-left .company-img {
  flex: 0 0 70px;
  max-width: 70px;
}
.felan-freelancers-item.layout-grid .freelancers-title {
  margin-top: 14px;
  margin-bottom: 5px;
}
.felan-freelancers-item.layout-grid .review-count {
  display: none;
}
.felan-freelancers-item.layout-grid .freelancer-location {
  margin-left: 0;
  margin-top: 14px;
}
.felan-freelancers-item.layout-grid .freelancer-language {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-freelancers-item.layout-grid .freelancer-skills {
  margin-top: 22px;
}
.felan-freelancers-item.layout-grid .freelancer-salary {
  font-size: 16px;
  font-weight: 400;
  color: #111;
}
.felan-freelancers-item.layout-grid .freelancer-salary span {
  font-size: 18px;
  font-weight: 500;
}
.felan-freelancers-item.layout-grid .freelancer-location,
.felan-freelancers-item.layout-grid .freelancer-language {
  margin-left: 0;
}
.felan-freelancers-item.layout-grid .freelancer-location i,
.felan-freelancers-item.layout-grid .freelancer-language i {
  width: 18px;
}
.felan-freelancers-item.layout-grid .freelancer-center {
  display: block;
}
.felan-freelancers-item.layout-grid .freelancer-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--felan-color-border);
}
.felan-freelancers-item.layout-grid .des-freelancer {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .felan-freelancers-item.layout-grid .header-left {
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    align-items: unset;
  }
  .felan-freelancers-item.layout-grid .freelancers-title {
    margin-bottom: 0;
  }
  .felan-freelancers-item.layout-grid .felan-rating-warpper {
    margin-top: 0;
  }
}
.felan-freelancers-item {
  position: relative;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
}
.felan-freelancers-item.felan-freelancers-featured {
  border-color: #ffd75e;
  background-color: #fffbf1;
}
.felan-freelancers-item .freelancer-status-inner .icon-plus:hover {
  color: var(--felan-color-accent);
}
.felan-freelancers-item:hover {
  -webkit-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
}
.felan-freelancers-item a:not(.felan-link-item) {
  position: relative;
  z-index: 2;
}
.felan-freelancers-item .freelancer-bottom {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-freelancers-item .freelancer-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.felan-freelancers-item .freelancer-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.felan-freelancers-item .freelancer-inner .current-position {
  margin-right: 10px;
}
.felan-freelancers-item .freelancer-inner .current-position:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: var(--felan-color-border);
  border-radius: 50%;
  margin-bottom: 4px;
  margin-left: 8px;
}
.felan-freelancers-item .text-icon {
  display: none;
}
.felan-freelancers-item h4 {
  margin-bottom: 5px;
}
.felan-freelancers-item h4 a {
  font-size: 18px;
  color: var(--felan-color-primary);
}
.felan-freelancers-item h4 a:hover {
  color: var(--felan-color-accent);
}
.felan-freelancers-item .authour {
  color: var(--felan-color-primary);
  font-weight: 500;
}
.felan-freelancers-item .categories-warpper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.felan-freelancers-item .categories-warpper a {
  font-weight: 500;
  color: var(--felan-color-accent);
}
.felan-freelancers-item .categories-warpper .cate-warpper:not(:first-child):before {
  content: ",";
}
.felan-freelancers-item .freelancer-avatar {
  height: 54px;
  width: 54px;
  object-fit: cover;
  background-color: #f9f9f9;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  margin-left: 16px;
}
.felan-freelancers-item .freelancer-category {
  margin-left: 15px;
}
.felan-freelancers-item .freelancer-category a {
  color: var(--felan-color-accent);
  font-weight: 400;
  text-transform: capitalize;
}
.felan-freelancers-item .salary-freelancer {
  display: flex;
  align-items: center;
  gap: 8px;
}
.felan-freelancers-item .freelancer-location,
.felan-freelancers-item .freelancer-language,
.felan-freelancers-item .freelancer-price {
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.felan-freelancers-item .freelancer-location a,
.felan-freelancers-item .freelancer-language a,
.felan-freelancers-item .freelancer-price a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.felan-freelancers-item .freelancer-language .cate {
  gap: 0;
}
.felan-freelancers-item .freelancer-language .cate:after {
  content: ",";
  display: inline-block;
}
.felan-freelancers-item .freelancer-language .cate:last-child:after {
  content: "";
  display: none;
}
.felan-freelancers-item .freelancer-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-freelancers-item .felan-rating-warpper .rating-count {
  padding-right: 0;
}
.felan-freelancers-item .felan-rating-warpper .rating-count:before {
  content: none;
}
.felan-freelancers-item .freelancer-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.felan-freelancers-item .felan-add-to-wishlist {
  top: 3px;
  position: relative;
}
.felan-freelancers-item .label {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.felan-freelancers-item .label-type {
  color: #6c4cbe;
  background-color: #f5ecff;
}
.felan-freelancers-item .label-price {
  background-color: rgba(0, 116, 86, 0.05);
  color: var(--felan-color-accent);
}
.felan-freelancers-item .days {
  margin-bottom: 8px;
  font-weight: 500;
}
.felan-freelancers-item .days span {
  color: var(--felan-color-accent);
}
.felan-freelancers-item .freelancers-header-right img + img {
  margin-right: 15px;
}
.felan-freelancers-item .freelancers-title {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.felan-freelancers-item .freelancers-title .tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.felan-freelancers-item .freelancers-title a {
  color: var(--felan-color-primary);
}
.felan-freelancers-item .freelancers-title a:hover {
  color: var(--felan-color-accent);
}
.felan-freelancers-item .freelancers-title i {
  font-size: 8px;
  width: 15px;
  height: 15px;
  background-color: #3ab446;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
}
.felan-freelancers-item .freelancers-status img {
  margin-left: 15px;
}
.felan-freelancers-item .freelancer-skills {
  overflow: hidden;
}
.felan-freelancers-item .label-skills {
  color: var(--felan-color-primary);
  background-color: #f2f4f7;
}
.felan-freelancers-item .des-freelancer {
  margin-top: 22px;
}
.felan-freelancers-item .freelancer-status-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.felan-freelancers-item .freelancer-status-inner .add-follow-freelancer i {
  font-size: 18px;
}
.felan-freelancers-item .freelancer-status-inner .felan-dual-ring {
  width: 18px !important;
  height: 18px !important;
  margin-left: 0 !important;
}

.freelancer-sidebar .cate-warpper {
  margin-left: 2px;
}
.freelancer-sidebar .cate-warpper a:after {
  content: ",";
}
.freelancer-sidebar .cate-warpper:last-child a:after {
  content: "";
}

.btn-single-settings {
  z-index: 2;
}

.archive-freelancers .felan-freelancers-featured {
  border-color: #ffd75e;
  background-color: #fffbf1;
}
.archive-freelancers .filter-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.archive-freelancers .filter-warpper .entry-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.archive-freelancers .filter-warpper .entry-left {
  display: -ms-flexbox;
  display: flex;
}
.archive-freelancers .filter-warpper .result-count {
  color: var(--felan-color-primary);
  font-size: 18px;
  font-weight: 500;
}
.archive-freelancers .filter-warpper .freelancer-layout a + a {
  margin-right: 8px;
}
.archive-freelancers .filter-warpper .freelancer-layout i {
  color: var(--felan-color-secondary);
}
.archive-freelancers .filter-warpper .freelancer-layout a:hover i,
.archive-freelancers .filter-warpper .freelancer-layout a.active i {
  color: var(--felan-color-primary);
}
.archive-freelancers .filter-warpper .text-sort-by {
  color: var(--felan-color-secondary);
  margin-right: 20px;
}
.archive-freelancers .filter-warpper .sort-by {
  font-weight: 500;
  border: 0;
  font-size: 16px;
  color: var(--felan-color-text);
  padding-left: 18px;
  padding-right: 8px;
  background-color: transparent;
}
.archive-freelancers .felan-clear-filter {
  cursor: pointer;
  font-size: 14px;
  color: var(--felan-color-accent);
  font-weight: 500;
}
.archive-freelancers .inner-content.has-map {
  display: -ms-flexbox;
  display: flex;
}
.archive-freelancers .inner-content .area-freelancers {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  list-style-type: none;
  grid-template-columns: repeat(2, 1fr);
}
.archive-freelancers .inner-content.layout-list .area-freelancers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
.archive-freelancers .inner-content .col-right {
  -ms-flex: 0 0 475px;
  flex: 0 0 475px;
  max-width: 475px;
  padding-top: 68px;
  margin-right: 60px;
}
.archive-freelancers .filter-freelancers-search {
  display: block;
  height: 100vh;
  position: sticky;
  top: 0;
}
.archive-freelancers .filter-freelancers-search .entry-map {
  height: 100vh;
  position: relative;
}
.archive-freelancers #pac-input {
  display: none;
}
.archive-freelancers .archive-freelancers-top .form-freelancers-top-filter {
  margin-right: 15px;
  margin-left: 15px;
}
.archive-freelancers .archive-freelancers-top .form-group {
  border-top: 1px solid var(--felan-color-border);
  border-bottom: 1px solid var(--felan-color-border);
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.archive-freelancers .archive-freelancers-top .form-group + .form-group {
  border-right: 1px solid var(--felan-color-border);
}
.archive-freelancers .archive-freelancers-top .form-group:last-child {
  background-color: #fff;
  text-align: left;
  padding-left: 15px;
  border-radius: 50px 0 0 50px;
  border: 1px solid var(--felan-color-border) !important;
  max-width: 210px;
}
.archive-freelancers .archive-freelancers-top .form-group:last-child, .archive-freelancers .archive-freelancers-top .form-group:first-child {
  border: 0;
}
.archive-freelancers .archive-freelancers-top h2 {
  margin-top: 52px;
  margin-bottom: 32px;
  text-align: center;
}
.archive-freelancers .archive-freelancers-top .btn-filter-search,
.archive-freelancers .archive-freelancers-top .select-arrow i {
  color: var(--felan-color-secondary);
  font-size: 18px;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.archive-freelancers .archive-freelancers-top .form-select i.fa-angle-down {
  left: 25px;
  right: auto;
}
.archive-freelancers .archive-freelancers-top .freelancers-search-control,
.archive-freelancers .archive-freelancers-top .select-arrow select {
  padding-right: 50px;
  border: 0;
  height: 70px;
  width: 100%;
  border-radius: 0;
}
.archive-freelancers .archive-freelancers-top .freelancers-search-control {
  border-radius: 0 50px 50px 0;
  border-width: 1px 1px 1px 0 !important;
  border-color: var(--felan-color-border) !important;
  border-style: solid !important;
  line-height: 70px;
  height: 72px;
}
.archive-freelancers .archive-freelancers-top .select2-container--default .select2-selection--multiple {
  padding-top: 10px;
  padding-bottom: 10px;
}
.archive-freelancers .archive-freelancers-top .btn-top-filter {
  margin-top: 14px;
}
.archive-freelancers .archive-freelancers-top .btn-top-filter .btn-loading {
  display: none;
}
.archive-freelancers .archive-freelancers-top .felan-clear-top-filter {
  color: var(--felan-color-secondary);
  padding-left: 10px;
  cursor: pointer;
}
.archive-freelancers .archive-freelancers-top .felan-clear-top-filter:hover {
  color: var(--felan-color-accent);
}

@media (max-width: 576px) {
  .felan-freelancers-item .freelancer-header {
    position: relative;
  }
  .felan-freelancers-item .freelancer-status-inner {
    position: absolute;
    left: 0;
  }
  .felan-freelancers-item .review-count {
    display: none;
  }
  .felan-freelancers-item .freelancer-rating-warpper {
    margin-top: 0;
  }
}
.has-large-thumbnail.freelancer-thumbnail-details img {
  border-radius: 16px;
  width: 100%;
}

.freelancer-thumbnail-details {
  margin-bottom: 20px;
}
.freelancer-thumbnail-details:not(.has-large-thumbnail) .container {
  padding-left: 0;
  padding-right: 0;
}
.freelancer-thumbnail-details img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 576px) {
  .has-large-thumbnail.freelancer-thumbnail-details {
    margin-top: 25px;
    margin-bottom: -30px;
  }
}
.freelancer-head-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.freelancer-head-details .info {
  flex: 0 0 25%;
}
.freelancer-head-details .title-info {
  font-size: 18px;
  font-weight: 500;
  color: var(--felan-color-primary);
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .freelancer-head-details .info {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
}
.freelancer-overview-details {
  line-height: 1.5;
  padding-bottom: 8px;
}
.freelancer-overview-details p:first-child {
  margin-bottom: 0;
}

.noti-collections {
  margin-top: 10px;
}

.single.freelancer-experience + .freelancer-experience {
  margin-top: 21px;
}
.single.freelancer-experience .experience-title {
  position: relative;
  margin-right: 34px;
  color: var(--felan-color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.single.freelancer-experience .experience-title.time-dot::before {
  right: -34px;
}
.single.freelancer-experience .experience-details {
  position: relative;
  margin-top: 4px;
  margin-right: 34px;
}
.single.freelancer-experience .experience-details.time-line::before {
  right: -30px;
}
.single.freelancer-experience .experience-details span:first-child {
  color: var(--felan-color-accent);
  font-weight: 500;
}
.single.freelancer-experience .experience-details span:not(:first-child) {
  color: var(--felan-color-text);
  font-weight: 400;
}
.single.freelancer-experience .experience-details span:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 50%;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
}
.single.freelancer-experience .experience-details span.des {
  display: block;
  margin-top: 16px;
}
.single.freelancer-experience .description {
  margin-top: 16px;
  color: var(--felan-color-text);
  font-weight: 400;
}

.single.freelancer-education + .freelancer-education {
  margin-top: 21px;
}
.single.freelancer-education .education-title {
  position: relative;
  margin-right: 34px;
  color: var(--felan-color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.single.freelancer-education .education-title.time-dot::before {
  right: -34px;
}
.single.freelancer-education .time-dot:before {
  border-color: var(--felan-color-accent);
}
.single.freelancer-education .education-details {
  position: relative;
  margin-top: 4px;
  margin-right: 34px;
}
.single.freelancer-education .education-details.time-line:before {
  right: -30px;
  border-color: var(--felan-color-accent);
}
.single.freelancer-education .education-details span:first-child {
  color: var(--felan-color-accent);
  font-weight: 500;
}
.single.freelancer-education .education-details span:not(:first-child) {
  color: var(--felan-color-text);
  font-weight: 400;
}
.single.freelancer-education .education-details span:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 50%;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 4px;
}
.single.freelancer-education .education-details span.des {
  display: block;
  margin-top: 16px;
}
.single.freelancer-education .description {
  margin-top: 16px;
  color: var(--felan-color-text);
  font-weight: 400;
}

.single.freelancer-award + .freelancer-award {
  margin-top: 21px;
}
.single.freelancer-award .award-title {
  position: relative;
  color: var(--felan-color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 34px;
}
.single.freelancer-award .award-title.time-dot::before {
  right: -34px;
}
.single.freelancer-award .award-details {
  position: relative;
  margin-top: 4px;
  margin-right: 34px;
}
.single.freelancer-award .award-details span:not(:first-child) {
  color: var(--felan-color-text);
  font-weight: 400;
}
.single.freelancer-award .award-details span:last-child {
  display: block;
  margin-top: 16px;
}
.single.freelancer-award .award-details.time-line:before {
  right: -30px;
}
.single.freelancer-award .description {
  margin-top: 16px;
  color: var(--felan-color-text);
  font-weight: 400;
}

.freelancer-project-details figure {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.freelancer-project-details figure:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(-180deg, rgba(30, 30, 30, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.freelancer-project-details figure:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  z-index: 3;
}
.freelancer-project-details figure:hover .content-project {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.freelancer-project-details figure:hover .project-inner {
  opacity: 1;
}
.freelancer-project-details figure:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.freelancer-project-details figure:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.freelancer-project-details figure:hover:after {
  background: linear-gradient(-180deg, rgba(30, 30, 30, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.freelancer-project-details figure img {
  border-radius: 8px;
  height: 280px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: opacity 0.5s, transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.freelancer-project-details .felan-slick-carousel {
  margin-right: -12px;
  margin-left: -12px;
}
.freelancer-project-details .felan-slick-carousel .slick-slide {
  padding-right: 12px;
  padding-left: 12px;
}
.freelancer-project-details .content-project {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 32px;
  z-index: 2;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.freelancer-project-details .content-project * {
  color: #fff !important;
}
.freelancer-project-details .content-project h4 {
  font-size: 18px;
  line-height: 1.3;
}
.freelancer-project-details .content-project p {
  margin-bottom: 16px;
}
.freelancer-project-details .content-project .felan-button.button-border-bottom:after {
  background-color: #fff;
}
.freelancer-project-details .project-inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#freelancer-project-proposal.table-dashboard tbody td:first-child,
.my-project.table-dashboard tbody td:first-child {
  width: auto;
}
#freelancer-project-proposal .project-header,
.my-project .project-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
}
#freelancer-project-proposal .project-header img,
.my-project .project-header img {
  max-width: 76px;
  -ms-flex: 0 0 76px;
  flex: 0 0 76px;
  border-radius: 4px;
  height: 76px;
  object-fit: cover;
  margin-left: 10px;
}
#freelancer-project-proposal .start-time span,
.my-project .start-time span {
  display: block;
  color: red;
  font-size: 14px;
}

#project-submit-company .felan-button {
  margin-top: 24px;
}

.block-archive-sidebar {
  padding: 20px;
  border: 1px solid var(--felan-color-border);
  border-radius: 16px;
}
.block-archive-sidebar + .block-archive-sidebar {
  margin-top: 16px;
}
.block-archive-sidebar h4 {
  font-size: 18px;
}

.freelancer-sidebar {
  position: relative;
}
.freelancer-sidebar .info-top {
  text-align: center;
}
.freelancer-sidebar .image-freelancers {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--felan-color-border);
  line-height: 120px;
  margin-right: auto;
  margin-left: auto;
}
.freelancer-sidebar .title-wapper h2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 18px;
  display: inline-block;
}
.freelancer-sidebar .freelancer-current-position {
  margin-top: 7px;
}
.freelancer-sidebar .felan-rating-warpper {
  margin-top: 12px;
}
.freelancer-sidebar .felan-rating-warpper .rating-count {
  padding-right: 0;
}
.freelancer-sidebar .salary {
  margin-top: 24px;
}
.freelancer-sidebar .freelancer-salary {
  font-weight: 500;
  color: var(--felan-color-primary);
  background-color: #f2f4f7;
  border-radius: 30px;
  padding: 8px 20px;
  display: inline-block;
}
.freelancer-sidebar .info-center {
  margin-top: 22px;
}
.freelancer-sidebar .info-center .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.freelancer-sidebar .info-center .info i {
  margin-left: 8px;
  width: 18px;
  font-size: 18px;
  font-weight: 400;
  color: var(--felan-color-accent);
}
.freelancer-sidebar .info-center .info i.fa-eye {
  margin-left: 0;
  margin-right: 18px;
}
.freelancer-sidebar .info-center .info + .info {
  margin-top: 10px;
}
.freelancer-sidebar .info-center .details-info {
  margin-bottom: 0;
}
.freelancer-sidebar .info-bottom-btn {
  margin-top: 12px;
  gap: 10px;
}
.freelancer-sidebar .info-bottom-btn > .felan-add-to-follow-freelancer {
  flex: 0 0 47%;
  text-align: center;
}
.freelancer-sidebar .info-bottom-btn .felan-button i,
.freelancer-sidebar .info-bottom-btn .felan-add-to-follow-freelancer i {
  margin-left: 5px;
}
.freelancer-sidebar .add-follow-freelancer {
  position: absolute !important;
  top: 15px;
  left: 15px;
}
.freelancer-sidebar .add-follow-freelancer .icon-plus {
  font-size: 20px;
}
.freelancer-sidebar .add-follow-freelancer .text-icon {
  display: none;
}
.freelancer-sidebar .felan-button {
  margin-top: 10px;
}
.freelancer-sidebar .info-bottom .logged-out,
.freelancer-sidebar .info-bottom .felan-button {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.freelancer-sidebar .info-bottom .felan-invite {
  color: var(--felan-color-primary);
  border-color: #9ba2b0;
}
.freelancer-sidebar .freelancer-skills,
.freelancer-sidebar .freelancer-insights {
  margin-top: 25px;
}
.freelancer-sidebar .freelancer-skills h3,
.freelancer-sidebar .freelancer-insights h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.freelancer-sidebar .list-social {
  margin-bottom: 0;
  list-style: none;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.freelancer-sidebar .list-social li + li {
  margin-right: 20px;
}
.freelancer-sidebar .list-social a {
  font-weight: 500;
  color: var(--felan-color-primary);
  font-size: 20px;
}
.freelancer-sidebar .button-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.freelancer-sidebar .button-warpper .view-profile {
  margin-left: 10px;
}
.freelancer-sidebar .button-warpper .felan-button {
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 0 48%;
}
.freelancer-sidebar .button-warpper .felan-button:not(.view-profile) {
  color: var(--felan-color-accent);
  background-color: transparent;
}
.freelancer-sidebar .button-warpper .felan-button:not(.view-profile):hover {
  color: #fff;
  background-color: var(--felan-color-accent);
}

.coo-list-insights {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}
.coo-list-insights li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.coo-list-insights li + li {
  margin-top: 7px;
}
.coo-list-insights .value {
  font-weight: 500;
  color: var(--felan-color-primary);
}

.cover-wrapper {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
.cover-wrapper .cover {
  -webkit-mask-image: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7));
  mask-image: linear-gradient(rgb(17, 17, 17), rgb(17, 17, 17));
}
.cover-wrapper img {
  border-radius: 16px;
}

.freelancer-review-details .entry-heading {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.freelancer-review-details .rating-count {
  font-size: 20px;
  color: #fff;
  background-color: var(--felan-color-accent);
  padding: 5px 16px;
  border-radius: 8px;
}
.freelancer-review-details .review-count {
  color: var(--felan-color-secondary);
  margin-right: 12px;
}
.freelancer-review-details .entry-overview {
  padding-top: 15px;
  padding-bottom: 15px;
}

.reviews-list {
  padding-right: 0;
  list-style: none;
}
.reviews-list .entry-avatar img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  max-width: max-content;
}
.reviews-list .entry-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-list .entry-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-right: 16px;
}
.reviews-list .author-name {
  font-size: 16px;
  margin-bottom: 0;
}
.reviews-list .review-date {
  color: var(--felan-color-secondary);
}
.reviews-list .review-content {
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 11px;
}
.reviews-list .review-title {
  font-size: 22px;
  margin-bottom: 0;
}
.reviews-list .entry-comment ul {
  padding-right: 0;
  margin-bottom: 10px;
}
.reviews-list .entry-comment li {
  list-style: none;
}
.reviews-list .entry-comment img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.reviews-list ol {
  list-style: none;
}
.reviews-list .author-review {
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--felan-color-border);
}
.reviews-list .author-review .author-review {
  padding: 24px 0 0 0;
  border-width: 1px 0 0 0;
  border-radius: 0;
}

.add-new-review {
  padding-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}
.add-new-review .form-group + .form-group {
  margin-top: 20px;
}
.add-new-review .form-media input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.add-new-review .felan-submit-freelancer-rating {
  margin-top: 24px;
}
.add-new-review .login-for-review {
  font-weight: 500;
}
.add-new-review .login-for-review a {
  color: var(--felan-color-accent);
}
.add-new-review label span.name {
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #ededed;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
}
.add-new-review label span.name:before {
  content: "\f03e";
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  vertical-align: -2px;
}
.add-new-review .form-media {
  display: none;
}
.add-new-review .review-title {
  font-size: 24px;
}
.add-new-review .custom-area .current-user-avatar {
  position: absolute;
  top: 35px;
  right: 35px;
}
.add-new-review .custom-area .current-user-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  object-fit: cover;
}
.add-new-review .custom-area textarea {
  border-color: #ccc;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 35px 105px 35px 35px;
  max-height: 150px;
  resize: none;
}
.add-new-review .star-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 49%;
}
.add-new-review .rate-title {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  font-weight: 500;
}
.add-new-review .rate-title span {
  display: inline-block;
  vertical-align: middle;
}

.add-new-review .tip,
.rating-bars .tip {
  background-color: var(--felan-color-secondary);
  height: 15px;
  width: 15px;
  display: inline-block;
  font-size: 11px;
  border-radius: 50%;
  cursor: help;
  text-align: center;
  position: relative;
  vertical-align: -1px;
  margin-right: 3px;
  line-height: 20px;
}
.add-new-review .tip:hover .tip-content,
.rating-bars .tip:hover .tip-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, calc(-100% - 13px));
  -moz-transform: translate(50%, calc(-100% - 13px));
  -o-transform: translate(50%, calc(-100% - 13px));
  -ms-transform: translate(50%, calc(-100% - 13px));
  transform: translate(50%, calc(-100% - 13px));
}
.add-new-review .tip:after,
.rating-bars .tip:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f12a";
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 7px;
  line-height: normal;
  vertical-align: 3px;
  font-style: normal;
  color: #fff;
}
.add-new-review .tip .tip-content,
.rating-bars .tip .tip-content {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, calc(-100% - 20px));
  -moz-transform: translate(50%, calc(-100% - 20px));
  -o-transform: translate(50%, calc(-100% - 20px));
  -ms-transform: translate(50%, calc(-100% - 20px));
  transform: translate(50%, calc(-100% - 20px));
  background: #333;
  color: #fff;
  padding: 13px 15px;
  min-width: 200px;
  max-width: 200px;
  font-size: 13px;
  border-radius: 4px;
  line-height: 19px;
  pointer-events: none;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.add-new-review .tip .tip-content:after,
.rating-bars .tip .tip-content:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
  bottom: 3px;
  right: 50%;
  font-size: 22px;
  color: #333;
  transform: translate(50%, 50%);
}

.rating-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.rating-bars .rating-bars-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px 30px;
}
.rating-bars .rating-bars-item .value-rating {
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.rating-bars .rating-bars-name {
  font-weight: 500;
  display: block;
}
.rating-bars .rating-bars-inner {
  display: -ms-flexbox;
  display: flex;
}
.rating-bars .rating-bars-rating {
  display: inline-block;
  vertical-align: baseline;
  background: #efefef;
  width: 100%;
  height: 6px;
  margin-left: 10px;
  border-radius: 3px;
  overflow: hidden;
  background-color: var(--felan-color-border);
  align-self: center;
}
.rating-bars .rating-bars-rating.high .rating-bars-rating-inner {
  background-color: var(--felan-color-accent);
}
.rating-bars .rating-bars-rating-inner {
  height: 6px;
  display: block;
  background-color: var(--felan-color-accent);
  position: relative;
  width: 0;
  transition: width 0.5s;
}

.repreviewForm {
  margin-bottom: 15px;
}
.repreviewForm .felan-button i {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .rating-bars {
    margin: 0;
  }
  .rating-bars .rating-bars-item {
    padding: 12px 0;
  }
}
.freelancer-gallery-details figure img {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.freelancer-gallery-details .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.freelancer-gallery-details .felan-freelancer-portfolio-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.freelancer-gallery-details .felan-freelancer-portfolio-item figure img {
  width: 100%;
  object-fit: cover;
}

#form-invite-popup {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#form-invite-popup .bg-overlay {
  opacity: 1;
  visibility: unset;
}
#form-invite-popup .invite-popup {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 400px;
  z-index: 9;
  position: relative;
  margin: 0 auto;
  top: 15%;
}
#form-invite-popup .btn-close {
  font-size: 20px;
  position: absolute;
  left: 35px;
}
#form-invite-popup ul.custom-scrollbar {
  padding-right: 0;
  padding-left: 15px;
  list-style: none;
  margin-bottom: 0;
  max-height: 175px;
  overflow: auto;
}
#form-invite-popup ul.custom-scrollbar input {
  border: 2px solid var(--felan-color-secondary);
  margin-top: 7px;
  margin-left: 3px !important;
  min-width: 14px;
}
#form-invite-popup ul.custom-scrollbar label {
  margin-bottom: 0;
  margin-right: 5px;
}
#form-invite-popup li {
  display: -ms-flexbox;
  display: flex;
}
#form-invite-popup li + li {
  margin-top: 5px;
}
#form-invite-popup h5 {
  font-size: 24px;
}
#form-invite-popup p {
  color: var(--felan-color-secondary);
}
#form-invite-popup input + input {
  margin-top: 24px;
}
#form-invite-popup .button-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
#form-invite-popup .button-warpper .felan-button {
  text-align: center;
}
#form-invite-popup .button-warpper .felan-button + .felan-button {
  margin-right: 16px;
}
#form-invite-popup .button-warpper .btn-loading {
  display: none;
}

.freelancer-service-details .service-inner {
  margin-top: -15px;
  margin-bottom: -15px;
}
.freelancer-service-details .service-item {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.freelancer-service-details .service-item,
.freelancer-service-details .felan-service-item {
  width: 100%;
}

@media (min-width: 577px) {
  .freelancer-service-details .service-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
  }
}
.title-freelancer {
  font-size: 24px;
  margin-bottom: 24px;
}

.freelancer-sidebar .felan-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.freelancer-sidebar .felan-location h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.block-freelancer-warrper .block-archive-top .additional-warpper,
.block-freelancer-warrper .freelancer-single-field .additional-warpper,
.block-freelancer-warrper .block-archive-inner .additional-warpper {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}

.freelancer-rating-warpper .rating-count {
  position: relative;
  padding-right: 15px;
}
.freelancer-rating-warpper .rating-count i {
  color: var(--felan-color-accent);
  font-weight: bold;
  margin-left: 0;
}
.freelancer-rating-warpper .rating-count span {
  font-weight: 500;
  color: var(--felan-color-accent);
  margin-left: 3px;
}
.freelancer-rating-warpper .review-count {
  color: var(--felan-color-secondary);
  font-weight: 500;
}

.time-dot::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 2px solid var(--felan-color-accent);
  border-radius: 50%;
}

.time-line::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  border: 1px dashed var(--felan-color-accent);
}

.slick-align-left .slick-track {
  margin-right: 0;
}

.freelancer-custom-tab h3.title-additional {
  font-size: 24px;
}
.freelancer-custom-tab h4.title-freelancer {
  font-size: 18px;
}

@media (max-width: 576px) {
  .freelancer-info {
    display: block;
  }
  .freelancer-rating-warpper {
    margin-top: 10px;
  }
  .freelancer-head-details .felan-freelancer-header-bottom a {
    margin-bottom: 8px;
  }
  .rating-bars .rating-bars-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .add-new-review .star-rating {
    width: 100%;
  }
}
body.single-freelancer .site-layout.has-sidebar #primary,
body.single-company .site-layout.has-sidebar #primary {
  max-width: calc(100% - 300px);
}
body.single-freelancer .site-layout.has-sidebar aside#secondary,
body.single-company .site-layout.has-sidebar aside#secondary {
  flex: 0 0 330px;
  max-width: 330px;
  padding-right: 15px;
  padding-left: 0;
}
body.single-freelancer #wrapper,
body.single-company #wrapper {
  overflow: inherit;
}
body.single-freelancer .widget-area-init.has-sticky,
body.single-company .widget-area-init.has-sticky {
  position: sticky;
  top: 30px;
  z-index: 2;
}

@media (min-width: 1200px) {
  body.single-freelancer .site-layout.has-sidebar #primary,
  body.single-company .site-layout.has-sidebar #primary {
    padding-right: 30px;
  }
}
.felan-service-item.layout-list .service-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-service-item.layout-list .service-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.felan-service-item.layout-list .service-author {
  margin-bottom: 0;
}
.felan-service-item.layout-list .service-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.felan-service-item.layout-list .service-content {
  padding: 24px;
  width: 100%;
}
.felan-service-item.layout-list .service-bottom {
  margin-top: 46px;
}
.felan-service-item.layout-list .service-status-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-service-item.layout-list .service-status-inner .service-status {
  width: 22px;
  margin-top: -8px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .felan-service-item.layout-list {
    display: -ms-flexbox;
    display: flex;
  }
  .felan-service-item.layout-list .service-thumbnail {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
}
@media (max-width: 767px) {
  .felan-service-item.layout-list .service-thumbnail img {
    border-radius: 16px 16px 0 0;
  }
  .felan-service-item.layout-list .service-header-right {
    display: block;
  }
  .felan-service-item.layout-list .service-title {
    margin-top: 14px;
  }
  .felan-service-item.layout-list .service-status-inner {
    position: absolute;
    top: 24px;
    left: 24px;
  }
  .felan-service-item.layout-list .service-status-inner .service-status {
    margin-top: 0;
    width: auto;
    margin-left: 12px;
  }
  .felan-service-item.layout-list .service-status-inner .btn-add-to-wishlist {
    width: 36px;
    height: 36px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    display: block;
  }
  .felan-service-item.layout-list .featured img {
    position: relative;
    top: 3px;
  }
}
@media (max-width: 576px) {
  .felan-service-item.layout-list .freelancer-bottom {
    display: block;
  }
  .felan-service-item.layout-list .freelancer-salary {
    margin-top: 15px;
  }
  .felan-service-item.layout-list .service-bottom {
    margin-top: 24px;
  }
}
.felan-service-item.layout-grid .service-thumbnail img {
  object-fit: cover;
  width: 100%;
}
.felan-service-item.layout-grid .service-content {
  padding: 24px;
}
.felan-service-item.layout-grid .service-status-inner {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
}
.felan-service-item.layout-grid .service-status-inner .service-status {
  margin-top: 0;
  width: auto;
  margin-left: 12px;
}
.felan-service-item.layout-grid .service-status-inner .featured,
.felan-service-item.layout-grid .service-status-inner .btn-add-to-wishlist {
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.felan-service-item.layout-grid .service-status-inner .featured img {
  position: relative;
  top: 6px;
  margin: 0 auto;
}
.felan-service-item.layout-grid .service-status-inner .btn-add-to-wishlist span {
  position: relative;
  top: 8px;
}

.felan-service-item.layout-modern {
  overflow: hidden;
}
.felan-service-item.layout-modern .price-inner .price {
	padding-right: 5px;
}
.felan-service-item.layout-modern .service-thumbnail {
  border-radius: 0;
}
.felan-service-item.layout-modern .service-thumbnail img {
  object-fit: cover;
  width: 100%;
}
.felan-service-item.layout-modern .service-content {
  padding: 20px;
}
.felan-service-item.layout-modern .service-status-inner {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
}
.felan-service-item.layout-modern .service-status-inner .service-status {
  margin-top: 0;
  width: auto;
  margin-left: 12px;
}
.felan-service-item.layout-modern .service-status-inner .featured,
.felan-service-item.layout-modern .service-status-inner .btn-add-to-wishlist {
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.felan-service-item.layout-modern .service-status-inner .featured img {
  position: relative;
  top: 6px;
  margin: 0 auto;
}
.felan-service-item.layout-modern .service-status-inner .btn-add-to-wishlist span {
  position: relative;
  top: 8px;
}
.felan-service-item.layout-modern .services-center {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.felan-service-item.layout-modern .image-freelancers {
  width: 24px;
  height: 24px;
}
.felan-service-item.layout-modern .price-inner,
.felan-service-item.layout-modern .service-title {
  margin-top: 0;
}
.felan-service-item.layout-modern .service-header {
  margin-bottom: 12px;
}

.archive-service .price-filter {
  display: -ms-flexbox;
  display: flex;
}
.archive-service .price-filter .filter {
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
}
.archive-service .price-filter .filter span {
  line-height: 47px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: var(--felan-color-accent);
  color: #fff;
  border-radius: 4px;
}
.archive-service .price-filter .filter input {
  border-radius: 4px;
}
.archive-service .price-filter .select2 {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10.5px 16px;
  background-color: #fff;
  min-width: 100px;
}
.archive-service .price-filter select {
  background-color: transparent;
}
.archive-service .price-filter input::-webkit-outer-spin-button,
.archive-service .price-filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.archive-service .price-filter input[type=number] {
  -moz-appearance: textfield;
}
.archive-service .delivery i {
  color: var(--felan-color-accent);
}
.archive-service #map .service-thumbnail {
  display: none;
}

.single-service-area .block-archive-inner + .block-archive-inner {
  padding-top: 25px;
  border-top: 1px solid var(--felan-color-border);
}

.felan-service-item {
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
}
.felan-service-item.felan-service-featured {
  border-color: #ffd75e;
  background-color: #fffbf1;
}
.felan-service-item:hover {
  -webkit-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
}
.felan-service-item a:not(.felan-link-item) {
  position: relative;
  z-index: 2;
}
.felan-service-item .service-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.felan-service-item .service-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  color: var(--felan-color-primary);
}
.felan-service-item .service-title a:hover {
  color: var(--felan-color-accent);
}
.felan-service-item .service-meta {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.felan-service-item .service-meta > div + div::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: inline-block;
  margin-left: 5px;
  vertical-align: 3px;
}
.felan-service-item .service-bottom {
  margin-top: 24px;
}
.felan-service-item .delivery {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333333;
}
.felan-service-item .service-author {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.felan-service-item .service-author a {
  display: flex;
  align-items: center;
}
.felan-service-item .service-author a:hover span {
  color: var(--felan-color-accent);
}
.felan-service-item .service-author span {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.felan-service-item .service-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
}
.felan-service-item .service-thumbnail .featured {
  padding: 4px 10px;
  background-color: #ffc402;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.felan-service-item .service-thumbnail img {
  transform: scale(1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.felan-service-item:hover .service-thumbnail img {
  transform: scale(1.1);
}
.felan-service-item.layout-grid .service-thumbnail {
  border-radius: 16px 16px 0 0;
}
.felan-service-item .services-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--felan-color-border);
}
.felan-service-item .services-center h4 {
  font-size: 16px;
  margin-bottom: 2px;
  color: var(--felan-color-accent);
}
.felan-service-item .services-center h4 span {
  color: var(--felan-color-text);
  font-weight: 400;
}
.felan-service-item .services-center h4 a {
  color: var(--felan-color-accent);
}
.felan-service-item .service-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-service-item .service-bottom .delivery i {
  color: var(--felan-color-accent);
}
.felan-service-item .image-freelancers {
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 8px;
}
.felan-service-item .des-service {
  padding-bottom: 24px;
}
.felan-service-item .price-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-service-item .price-inner .price {
  font-size: 18px;
  font-weight: 500;
  color: var(--felan-color-primary);
  padding-left: 5px;
}
.felan-service-item .felan-rating-warpper .rating-count {
  padding-right: 0;
}
.felan-service-item .felan-rating-warpper .rating-count span {
  color: #111;
}
.felan-service-item .felan-rating-warpper .rating-count:before {
  content: none;
}

body.post-type-archive-company .elementor-lightbox.dialog-lightbox-widget,
body.post-type-archive-freelancer .elementor-lightbox.dialog-lightbox-widget {
  display: none !important;
}

.felan-service.arrows-top .elementor-carousel {
  position: relative;
}
.felan-service.arrows-top .slick-arrow {
  position: absolute;
  top: -24px;
  left: 0;
}
.felan-service.arrows-top .slick-arrow.slick-prev {
  right: auto;
  left: 52px;
}

@media (max-width: 576px) {
  .archive-service .price-filter {
    display: block;
  }
  .archive-service .price-filter .filter {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .archive-service .price-filter .select2 {
    min-width: 100%;
  }
  .felan-service-item .felan-rating-warpper {
    margin-top: 0;
  }
  .felan-service-item .freelancer-header {
    position: relative;
  }
  .felan-service-item .freelancer-status-inner {
    position: absolute;
    left: 0;
  }
  .felan-service-item .review-count {
    display: none;
  }
  .felan-service-item .freelancer-rating-warpper {
    margin-top: 0;
  }
}
.service-package-sidebar {
  padding: 30px;
}
.service-package-sidebar .tab-single {
  margin-bottom: 30px;
}
.service-package-sidebar ul {
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
}
.service-package-sidebar .package-top {
  border-radius: 16px 16px 0 0;
}
.service-package-sidebar .package-top .price {
  font-size: 24px;
  font-weight: 500;
  color: var(--felan-color-primary);
}
.service-package-sidebar .package-top .des {
  color: var(--felan-color-secondary);
  margin-top: 6px;
  margin-bottom: 0;
}
.service-package-sidebar .compare-packages {
  text-align: center;
  margin-top: 20px;
  display: block;
}
.service-package-sidebar .content {
  padding-top: 24px;
}
.service-package-sidebar .content li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.service-package-sidebar .content li span:last-child {
  margin-right: auto;
  font-weight: 500;
  color: var(--felan-color-primary);
}
.service-package-sidebar .content li + li {
  margin-top: 3px;
}
.service-package-sidebar .content li .check {
  position: relative;
  top: 5px;
}
.service-package-sidebar .service-location span + span:before {
  content: ", ";
}
.service-package-sidebar .package-center .check i {
  font-size: 24px;
  color: #3ab446;
}
.service-package-sidebar .package-bottom {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}
.service-package-sidebar .package-bottom h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.service-package-sidebar .package-total {
  padding-top: 24px;
  margin-top: 18px;
  border-top: 1px solid var(--felan-color-border);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-package-sidebar .package-total span {
  font-size: 18px;
  font-weight: 500;
}
.service-package-sidebar .package-total .price {
  color: var(--felan-color-primary);
  font-weight: 500;
}
.service-package-sidebar .package-addons {
  max-height: 175px;
  overflow: auto;
}
.service-package-sidebar .package-addons li {
  display: -ms-flexbox;
  display: flex;
}
.service-package-sidebar .package-addons li .input-control {
  min-width: 15px;
  margin-left: 8px !important;
}
.service-package-sidebar .package-addons li + li {
  margin-top: 16px;
}
.service-package-sidebar .package-addons li label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: -5px;
}
.service-package-sidebar .package-addons .addons-left {
  line-height: 1.5;
}
.service-package-sidebar .package-addons .title {
  font-weight: 500;
  color: var(--felan-color-primary);
  display: block;
}
.service-package-sidebar .package-addons .price {
  font-weight: 500;
  color: var(--felan-color-primary);
  margin-right: 15px;
}
.service-package-sidebar .package-addons .content {
  font-size: 14px;
  color: #999;
}
.service-package-sidebar .felan-button {
  margin-top: 24px;
}
.service-package-sidebar .service_fee {
  font-size: 14px;
  font-weight: 500;
  color: #3ab446;
  margin-top: 16px;
}

.btn-submit-addons .btn-loading {
  display: none;
}

.service-info-sidebar h4 {
  margin-bottom: 3px;
}
.service-info-sidebar .info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.service-info-sidebar .inner-right .fa-check {
  color: var(--felan-color-accent);
  font-size: 14px;
}
.service-info-sidebar .inner-right .position {
  margin-bottom: 0;
}
.service-info-sidebar .inner-right h4 a {
  color: var(--felan-color-primary);
}
.service-info-sidebar .inner-right h4 a:hover {
  color: var(--felan-color-accent);
}
.service-info-sidebar .info-content {
  margin-top: 22px;
}
.service-info-sidebar .info-content .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.service-info-sidebar .info-content .info i {
  margin-left: 8px;
  width: 18px;
  font-size: 18px;
  font-weight: 400;
  color: var(--felan-color-accent);
}
.service-info-sidebar .info-content .info i.fa-eye {
  margin-left: 0;
  margin-right: 18px;
}
.service-info-sidebar .info-content .info + .info {
  margin-top: 10px;
}
.service-info-sidebar .info-content .details-info {
  margin-bottom: 0;
}
.service-info-sidebar .felan-rating-warpper {
  margin-bottom: 15px;
}
.service-info-sidebar .services-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.service-info-sidebar .services-center h4 {
  font-size: 16px;
  margin-bottom: 3px;
}
.service-info-sidebar .services-center .rating-count {
  padding-right: 0;
}
.service-info-sidebar .services-center .rating-count:before {
  content: none;
}
.service-info-sidebar .image-freelancers {
  width: 50px;
  height: 50px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-left: 16px;
}
.service-info-sidebar .image-freelancers i {
  font-size: 18px;
  color: var(--felan-color-secondary);
}
.service-info-sidebar .button-warpper {
  margin-top: 24px;
}
.service-info-sidebar .felan-button {
  width: 100%;
  text-align: center;
}

.service-head-details h1 {
  font-size: 28px;
}
.service-head-details .featured.tooltip[data-title]:before {
  top: -0.2em;
}
.service-head-details .head-left .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-head-details .head-left .services-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.service-head-details .head-left .services-center .date {
  color: var(--felan-color-secondary);
  margin-right: 15px;
}
.service-head-details .head-left .services-center .time {
  color: var(--felan-color-primary);
}
.service-head-details .head-left .info-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-head-details .head-left .image-freelancers {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.service-head-details .head-left h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.service-head-details .head-left h4 .by {
  color: var(--felan-color-text);
  font-weight: 400;
}
.service-head-details .head-left .freelancer-current-position {
  color: var(--felan-color-accent);
}
.service-head-details .head-left .freelancer-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
.service-head-details .head-left .freelancer-warpper:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-left: 10px;
}
.service-head-details .head-left .image-freelancers {
  margin-left: 10px;
}
.service-head-details .info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-head-details .info-inner .fa-check {
  color: var(--felan-color-accent);
  margin-right: 3px;
}
.service-head-details .info-inner .date {
  margin-right: 15px;
  margin-bottom: 5px;
  color: var(--felan-color-secondary);
}
.service-head-details .info-inner .date .time {
  color: var(--felan-color-text);
}
.service-head-details .info-inner .title a {
  color: var(--felan-color-accent);
}
.service-head-details .felan-rating-warpper {
  margin-left: 15px;
  margin-bottom: 5px;
}
.service-head-details .service-location {
  margin-left: 15px;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.service-head-details .service-location .cate:after {
  content: ",";
}
.service-head-details .service-location .cate:last-child:after {
  content: "";
}
.service-head-details .service-location,
.service-head-details .date,
.service-head-details .service-view {
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-head-details .service-location svg,
.service-head-details .date svg,
.service-head-details .service-view svg {
  width: 20px;
}
.service-head-details .felan-label-yellow {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
  bottom: 3px;
  position: relative;
}
.service-head-details .service-view {
  margin-bottom: 5px;
}
.service-head-details .title {
  color: var(--felan-color-accent);
}
.service-head-details .btn-share,
.service-head-details .btn-add-to-wishlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--felan-color-secondary);
}
.service-head-details .btn-add-to-wishlist i {
  position: relative;
  margin-left: 10px;
}
.service-head-details .toggle-social .social-share {
  z-index: 9;
}
.service-head-details .toggle-social {
  margin-right: 15px;
  margin-bottom: 5px;
}

.service-gallery-details .slick-arrow.gl-prev {
  right: 30px;
}
.service-gallery-details .slick-arrow.gl-next {
  left: 30px;
}

@media (max-width: 576px) {
  .service-head-details h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service-head-details .felan-rating-warpper {
    margin-top: 0;
  }
  .service-head-details .felan-rating-warpper .review-count {
    display: none;
  }
  .service-head-details .info-inner .date,
  .service-head-details .info-inner .service-view {
    display: none;
  }
}
.service-faq-details .faq-inner + .faq-inner {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}
.service-faq-details .faq-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.service-faq-details .faq-header h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.service-faq-details .faq-content {
  margin-top: 18px;
  display: none;
}

.table-service-package .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f4f7;
  margin-bottom: 20px;
}
.table-service-package .thead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.table-service-package .thead.title {
  font-weight: 400;
  color: #4a5264;
}
.table-service-package .price {
  font-size: 24px;
  font-weight: 500;
  color: var(--felan-color-primary);
  margin-bottom: 15px;
}
.table-service-package th {
  padding: 20px;
}
.table-service-package th:not(:first-child) {
  text-align: center;
}
.table-service-package tr td:first-child {
  padding-right: 20px;
  padding-left: 20px;
}
.table-service-package tr td:not(:first-child) {
  text-align: center;
}

.service-related-details .felan-service-item + .felan-service-item {
  margin-top: 16px;
}
.service-related-details .header-related {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.service-related-details .header-related h4 {
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .felan-service-item.layout-list {
    display: block;
  }
  .felan-service-item.layout-list .service-thumbnail img {
    border-radius: 16px 16px 0 0;
  }
}
#submit_service_form .submit-service-header,
#submit_service_form #tab-overview,
#submit_service_form #tab-faq {
  max-width: 700px;
}
#submit_service_form h5 {
  font-size: 24px;
  margin-bottom: 24px;
}
#submit_service_form .group-title {
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  position: relative;
  padding-bottom: 22px;
  padding-right: 8px;
  padding-left: 8px;
  cursor: pointer;
}
#submit_service_form .group-title h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}
#submit_service_form .group-title i:last-child {
  margin-right: auto;
}
#submit_service_form .group-title i:before {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#submit_service_form .group-title.up ~ .form-group {
  display: none;
}
#submit_service_form .group-title.up i:last-child::before {
  transform: rotateX(180deg);
}
#submit_service_form .btn-more {
  position: relative;
  margin-bottom: 24px;
  border: none;
  background-color: white;
  color: var(--felan-color-accent);
  transition: transform 0.3s;
  font-weight: 500;
}
#submit_service_form .btn-more i {
  margin-left: 10px;
}
#submit_service_form .btn-more:hover {
  cursor: pointer;
  transform: scale(1.02);
}

#service-submit-pricing .title {
  border: none;
  font-weight: 500;
}
#service-submit-pricing .header-left {
  -ms-flex-align: center;
  align-items: center;
}
#service-submit-pricing .header-left p {
  margin-bottom: 0;
}
#service-submit-pricing .header-left i {
  margin-left: 5px;
}
#service-submit-pricing .header-left .note {
  color: var(--felan-color-primary);
}
#service-submit-pricing .header-left i,
#service-submit-pricing .header-left .number {
  color: #ed0006;
}
#service-submit-pricing .pricing-center {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
}
#service-submit-pricing .pricing-center .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#service-submit-pricing .pricing-center label {
  margin-bottom: 0;
  margin-left: 10px;
}
#service-submit-pricing .table-pricing {
  border: none;
}
#service-submit-pricing .table-pricing td:not(.title),
#service-submit-pricing .table-pricing tr th {
  border: none;
  width: 500px;
}
#service-submit-pricing .table-pricing thead {
  font-size: 20px;
  font-weight: 500;
  color: var(--felan-color-primary);
}
#service-submit-pricing .table-pricing tbody {
  vertical-align: top;
}
#service-submit-pricing .table-pricing sup {
  font-size: 12px;
  color: #ed0006;
}
#service-submit-pricing .table-pricing .number-revisions input[type=number] {
  display: none;
  margin-top: 12px;
}

#service-submit-package .package-heder h6 {
  margin-bottom: 7px;
}
#service-submit-package .title {
  font-weight: 500;
  padding-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 250px;
}
#service-submit-package .title i.delete-group {
  margin-left: 10px;
  cursor: pointer;
  color: red;
}
#service-submit-package .title input {
  padding: 0;
  border: 0;
  font-weight: 500;
  color: var(--felan-color-text);
}
#service-submit-package .table-package {
  border: none;
  margin-bottom: 10px;
  table-layout: fixed;
}
#service-submit-package .table-package td,
#service-submit-package .table-package tr th {
  border: none;
}
#service-submit-package .table-package thead {
  font-size: 20px;
  font-weight: 500;
  color: var(--felan-color-primary);
}
#service-submit-package .felan-button {
  margin-bottom: 20px;
}

.felan-addons-warpper .felan-addons-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}
.felan-addons-warpper .felan-addons-item {
  padding: 8px;
  width: 50%;
}
.felan-addons-warpper .felan-addons-item .row {
  background-color: #f2f4f7;
  padding: 25px 25px 0 25px;
  border-radius: 8px;
  margin: 0 0 15px 0;
}
.felan-addons-warpper .btn-more.service-fields {
  background-color: transparent !important;
}

#service-submit-skills .form-group {
  padding-right: 0;
  padding-left: 0;
}

.submit-service-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
}
.submit-service-header .entry-title h4 {
  font-size: 24px;
}
.submit-service-header .button-warpper {
  margin-top: 0 !important;
}
.submit-service-header .button-link {
  margin-left: 15px;
}

@media (max-width: 767px) {
  #service-submit-pricing .pricing-center {
    display: block;
  }
  .felan-addons-warpper .felan-addons-item {
    width: 100%;
  }
}
.felan-package-wrap.package-service p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.felan-package-wrap.package-service .felan-package-item {
  padding: 24px;
}
.felan-package-wrap.package-service .package-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.felan-package-wrap.package-service .package-header .title-my-service {
  margin-bottom: 0;
}
.felan-package-wrap.package-service .package-header .title-my-service a {
  font-size: 18px;
}
.felan-package-wrap.package-service .package-header .thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  margin-left: 12px;
}
.felan-package-wrap.package-service .title-my-service a {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: var(--felan-color-primary);
  margin-bottom: 3px;
}
.felan-package-wrap.package-service .package-content {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--felan-color-border);
}
.felan-package-wrap.package-service .package-center h4 {
  font-size: 16px;
}
.felan-package-wrap.package-service .package-center .package-addons {
  list-style: none;
  padding-right: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--felan-color-border);
  padding-bottom: 15px;
}
.felan-package-wrap.package-service .package-center .addons-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 5px;
}
.felan-package-wrap.package-service .package-center .addons-left .title {
  font-weight: 500;
}
.felan-package-wrap.package-service .package-center .addons-left .content {
  font-size: 14px;
  color: #9ba2b0;
  line-height: 1.2;
}
.felan-package-wrap.package-service .package-center label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.felan-package-wrap.package-service .package-center li {
  display: -ms-flexbox;
  display: flex;
}
.felan-package-wrap.package-service .package-center input.custom-checkbox {
  margin-top: 6px;
}
.felan-package-wrap.package-service .package-bottom .total {
  font-weight: 500;
  color: var(--felan-color-primary);
}
.felan-package-wrap.package-service .package-bottom .price {
  font-weight: bold;
}
.felan-package-wrap.package-service .package-bottom .delivery-time {
  font-weight: 500;
}
.felan-package-wrap.package-service .package-bottom .felan-button {
  width: 100%;
  text-align: center;
}
.felan-package-wrap.package-service .felan-button {
  margin-top: 12px;
}

.felan-project-item.layout-list:hover {
  -webkit-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 14px -5px rgba(0, 0, 0, 0.05);
}
.felan-project-item.layout-list .project-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.felan-project-item.layout-list .project-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-project-item.layout-list .project-thumbnail a {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.felan-project-item.layout-list .project-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0 8px 8px 0;
}
.felan-project-item.layout-list .project-content {
  padding: 24px;
  width: 100%;
  border: 0;
  border-radius: 8px;
}
.felan-project-item.layout-list .project-content .project-meta ul {
  column-gap: 15px;
  row-gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
}
.felan-project-item.layout-list .project-status-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-project-item.layout-list .project-status-inner .project-status {
  width: 22px;
  margin-top: -8px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .felan-project-item.layout-list {
    display: -ms-flexbox;
    display: flex;
  }
  .felan-project-item.layout-list .project-thumbnail {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
}
@media (max-width: 767px) {
  .felan-project-item.layout-list .project-thumbnail a,
  .felan-project-item.layout-list .project-thumbnail img {
    border-radius: 8px 8px 0 0;
  }
  .felan-project-item.layout-list .project-header-right {
    display: block;
  }
  .felan-project-item.layout-list .project-title {
    margin-top: 14px;
  }
  .felan-project-item.layout-list .project-status-inner {
    position: absolute;
    top: 24px;
    left: 24px;
  }
  .felan-project-item.layout-list .project-status-inner .project-status {
    margin-top: 0;
    width: auto;
    margin-left: 12px;
  }
  .felan-project-item.layout-list .project-status-inner .btn-add-to-wishlist {
    width: 36px;
    height: 36px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    display: block;
  }
  .felan-project-item.layout-list .featured img {
    position: relative;
    top: 3px;
  }
}
@media (max-width: 576px) {
  .felan-project-item.layout-list .freelancer-bottom {
    display: block;
  }
  .felan-project-item.layout-list .freelancer-salary {
    margin-top: 15px;
  }
}
.felan-project-item.layout-grid {
  border: 0;
  border-radius: 0;
}
.felan-project-item.layout-grid .project-thumbnail img {
  object-fit: cover;
  width: 100%;
}
.felan-project-item.layout-grid .project-bottom {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.felan-project-item.layout-grid .project-bottom .applied {
  margin-right: 20px;
}
.felan-project-item.layout-grid .project-header {
  margin-bottom: 10px;
}
.felan-project-item.layout-grid .project-status-inner {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}
.felan-project-item.layout-grid .project-status-inner .project-status {
  margin-top: 0;
  width: auto;
  margin-left: 12px;
}
.felan-project-item.layout-grid .project-status-inner .featured,
.felan-project-item.layout-grid .project-status-inner .btn-add-to-wishlist {
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.felan-project-item.layout-grid .project-status-inner .featured img {
  position: relative;
  top: 6px;
  margin: 0 auto;
}
.felan-project-item.layout-grid .project-status-inner .btn-add-to-wishlist span {
  position: relative;
  top: 8px;
}

.archive-project .price-filter {
  display: -ms-flexbox;
  display: flex;
}
.archive-project .price-filter .filter {
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
}
.archive-project .price-filter .filter span {
  line-height: 47px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: var(--felan-color-accent);
  color: #fff;
  border-radius: 4px;
}
.archive-project .price-filter .filter input {
  border-radius: 4px;
}
.archive-project .price-filter .select2 {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10.5px 16px;
  background-color: #fff;
  min-width: 100px;
}
.archive-project .price-filter select {
  background-color: transparent;
}
.archive-project .price-filter input::-webkit-outer-spin-button,
.archive-project .price-filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.archive-project .price-filter input[type=number] {
  -moz-appearance: textfield;
}
.archive-project .delivery i {
  color: var(--felan-color-accent);
}
.archive-project #map .project-thumbnail {
  display: none;
}

.project-content {
  padding: 24px;
  border: 1px solid var(--felan-color-border);
  border-top: 0;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.project-content .project-author {
  display: flex;
  align-items: center;
}
.project-content .project-author a {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}
.project-content .project-author a:hover {
  color: var(--felan-color-accent);
}
.project-content .project-meta {
  margin-top: 16px;
}
.project-content .project-proposal .felan-button {
  border-color: #111;
  color: #111;
  white-space: nowrap;
}
.project-content .project-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-content .project-meta ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
}
.project-content .project-meta ul li a {
  line-height: 1.2;
}
.project-content .project-info {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.project-thumbnail {
  position: relative;
}
.project-thumbnail a {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.project-thumbnail .featured {
  padding: 4px 10px;
  background-color: #ffc402;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.felan-project-item .project-thumbnail {
  overflow: hidden;
}
.felan-project-item .project-thumbnail img {
  transform: scale(1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.felan-project-item:hover .project-thumbnail img {
  transform: scale(1.1);
}

.single-project-area .block-archive-inner + .block-archive-inner {
  padding-top: 25px;
  border-top: 1px solid var(--felan-color-border);
}

.felan-project-item.layout-grid .project-thumbnail a,
.felan-project-item.layout-grid .project-thumbnail img {
  border-radius: 8px 8px 0 0;
}

.felan-project-item {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
}
.felan-project-item.felan-project-featured .project-content {
  border-color: #ffd75e;
  background-color: #fffbf1;
}
.felan-project-item a:not(.felan-link-item) {
  position: relative;
  z-index: 2;
}
.felan-project-item .project-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.felan-project-item .project-title a {
  color: var(--felan-color-primary);
}
.felan-project-item .project-title a:hover {
  color: var(--felan-color-accent);
}
.felan-project-item .project-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--felan-color-border);
}
.felan-project-item .project-center h4 {
  font-size: 16px;
  margin-bottom: 2px;
}
.felan-project-item .project-center h4 span {
  color: var(--felan-color-text);
  font-weight: 400;
}
.felan-project-item .project-center h4 a {
  color: var(--felan-color-accent);
}
.felan-project-item .project-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-project-item .project-bottom i {
  color: var(--felan-color-accent);
  margin-left: 5px;
}
.felan-project-item .image-company {
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 8px;
}
.felan-project-item .des-project {
  padding-top: 20px;
}
.felan-project-item .price-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  flex-wrap: wrap;
}
.felan-project-item .price-inner .prefix {
  display: block;
  width: 100%;
}
.felan-project-item .price-inner .ml-1 {
  margin-right: 0 !important;
}
.felan-project-item .price-inner span:not(.prefix) {
  font-weight: 500;
  font-size: 16px;
  color: var(--felan-color-primary);
}
.felan-project-item .price-inner span:not(.prefix).line {
  margin-right: 3px;
  margin-left: 3px;
}
.felan-project-item .felan-rating-warpper .rating-count {
  padding-right: 0;
}
.felan-project-item .felan-rating-warpper .rating-count:before {
  content: none;
}

@media (max-width: 576px) {
  .archive-project .price-filter {
    display: block;
  }
  .archive-project .price-filter .filter {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .archive-project .price-filter .select2 {
    min-width: 100%;
  }
  .felan-project-item .freelancer-header {
    position: relative;
  }
  .felan-project-item .freelancer-status-inner {
    position: absolute;
    left: 0;
  }
  .felan-project-item .review-count {
    display: none;
  }
  .felan-project-item .freelancer-rating-warpper {
    margin-top: 0;
  }
}
@media (max-width: 370px) {
  .project-content .project-info {
    margin-top: 24px;
  }
  .project-content .price-inner {
    margin-top: 0;
  }
  .project-content .price-inner .prefix {
    width: auto;
  }
  .project-content .price-inner .ml-1 {
    margin-right: 0.25rem !important;
  }
  .project-content .project-info {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  .project-content .project-info .felan-button {
    width: 100%;
    text-align: center;
  }
}
.project-info-sidebar h4 {
  margin-bottom: 3px;
}
.project-info-sidebar .info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.project-info-sidebar .inner-right .fa-check {
  color: var(--felan-color-accent);
}
.project-info-sidebar .inner-right .position {
  margin-bottom: 0;
}
.project-info-sidebar .info-content {
  margin-top: 22px;
}
.project-info-sidebar .info-content .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.project-info-sidebar .info-content .info i {
  margin-left: 8px;
  width: 18px;
  font-size: 18px;
  font-weight: 400;
  color: var(--felan-color-accent);
}
.project-info-sidebar .info-content .info i.fa-eye {
  margin-left: 0;
  margin-right: 18px;
}
.project-info-sidebar .info-content .info + .info {
  margin-top: 10px;
}
.project-info-sidebar .info-content .details-info {
  margin-bottom: 0;
}
.project-info-sidebar .felan-rating-warpper {
  margin-bottom: 15px;
}
.project-info-sidebar .project-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.project-info-sidebar .project-center h4 {
  font-size: 16px;
  margin-bottom: 3px;
}
.project-info-sidebar .project-center .rating-count {
  padding-right: 0;
}
.project-info-sidebar .project-center .rating-count:before {
  content: none;
}
.project-info-sidebar .image-freelancers {
  width: 50px;
  height: 50px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-left: 16px;
}
.project-info-sidebar .image-freelancers i {
  font-size: 18px;
  color: var(--felan-color-secondary);
}
.project-info-sidebar .button-warpper {
  margin-top: 15px;
}
.project-info-sidebar .felan-button {
  width: 100%;
  text-align: center;
}

.project-head-details h1 {
  font-size: 28px;
}
.project-head-details .featured.tooltip[data-title]:before {
  top: -0.2em;
}
.project-head-details .head-left .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-head-details .head-left .project-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.project-head-details .head-left .project-center .date {
  color: var(--felan-color-secondary);
  margin-right: 15px;
}
.project-head-details .head-left .project-center .time {
  color: var(--felan-color-primary);
}
.project-head-details .head-left .info-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.project-head-details .head-left .image-freelancers {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.project-head-details .head-left h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.project-head-details .head-left h4 .by {
  color: var(--felan-color-text);
  font-weight: 400;
}
.project-head-details .head-left h4 a {
  color: var(--felan-color-accent);
}
.project-head-details .head-left .freelancer-current-position {
  font-weight: 500;
  color: var(--felan-color-accent);
}
.project-head-details .head-left .freelancer-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
.project-head-details .head-left .freelancer-warpper:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-left: 10px;
}
.project-head-details .head-left .image-freelancers {
  margin-left: 10px;
}
.project-head-details .info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-head-details .info-inner .title {
  margin-left: 15px;
}
.project-head-details .info-inner .project-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
	row-gap: 5px;
	column-gap: 12px;
}
.project-head-details ul.project-meta li svg {
	margin-left: 7px;
}
.project-head-details ul.project-meta li {
	display: flex;
	align-items: center;
}
.project-head-details .info-inner .fa-check {
  color: var(--felan-color-accent);
  margin-right: 3px;
}
.project-head-details .info-inner .date {
  margin-left: 15px;
  margin-bottom: 5px;
  color: var(--felan-color-secondary);
}
.project-head-details .info-inner .date .time {
  font-weight: 500;
  color: var(--felan-color-text);
}
.project-head-details .felan-rating-warpper {
  margin-left: 15px;
  margin-bottom: 5px;
}
.project-head-details .project-location,
.project-head-details .project-career {
  margin-left: 15px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.project-head-details .project-location svg,
.project-head-details .project-career svg {
  width: 20px;
}
.project-head-details .project-location i,
.project-head-details .project-career i {
  color: var(--felan-color-accent);
  margin-left: 3px;
}
.project-head-details .project-location .cate:after,
.project-head-details .project-career .cate:after {
  content: ",";
}
.project-head-details .project-location .cate:last-child:after,
.project-head-details .project-career .cate:last-child:after {
  content: "";
}
.project-head-details .felan-label-yellow {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 5px;
  bottom: 4px;
  position: relative;
}
.project-head-details .project-view {
  margin-bottom: 5px;
}
.project-head-details .title {
  color: var(--felan-color-accent);
}
.project-head-details .btn-share,
.project-head-details .btn-add-to-wishlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--felan-color-secondary);
}
.project-head-details .btn-add-to-wishlist i {
  position: relative;
  margin-left: 10px;
}
.project-head-details .toggle-social .social-share {
  z-index: 9;
}
.project-head-details .toggle-social {
  margin-right: 15px;
  margin-bottom: 5px;
}

.project-gallery-details .slick-arrow.gl-prev {
  right: 30px;
}
.project-gallery-details .slick-arrow.gl-next {
  left: 30px;
}

@media (max-width: 576px) {
  .project-head-details h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .project-head-details .head-left .info-right {
    margin-bottom: 5px;
  }
  .project-head-details .felan-rating-warpper {
    margin-top: 0;
  }
  .project-head-details .felan-rating-warpper .review-count {
    display: none;
  }
  .project-head-details .project-career {
    display: none;
  }
}
.project-faq-details .faq-inner + .faq-inner {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}
.project-faq-details .faq-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.project-faq-details .faq-header h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.project-faq-details .title-project {
  margin-bottom: 30px;
}
.project-faq-details .faq-content {
  margin-top: 18px;
  display: none;
}

#form-apply-project .inner-popup {
  max-width: 770px;
}
#form-apply-project .price-inner {
  display: -ms-flexbox;
  display: flex;
}
#form-apply-project .price-inner input[name=proposal_time],
#form-apply-project .price-inner .select2-field {
  width: 50%;
}
#form-apply-project .price-inner input[name=proposal_time] {
  margin-left: 10px;
}
#form-apply-project #title_total_price {
  cursor: not-allowed;
}
#form-apply-project .button-warpper {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.table-project-package .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f4f7;
  margin-bottom: 20px;
}
.table-project-package h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.table-project-package h4.title {
  font-weight: 400;
  color: #4a5264;
}
.table-project-package .price {
  font-size: 24px;
  font-weight: 500;
  color: var(--felan-color-primary);
  margin-bottom: 15px;
}
.table-project-package th {
  padding: 20px;
}
.table-project-package th:not(:first-child) {
  text-align: center;
}
.table-project-package tr td:first-child {
  padding-right: 20px;
  padding-left: 20px;
}
.table-project-package tr td:not(:first-child) {
  text-align: center;
}

.project-info-sidebar {
  padding: 20px;
  background-color: #fff;
}
.project-info-sidebar .price-inner {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.project-info-sidebar .price-inner .form {
  color: var(--felan-color-text);
  font-size: 16px;
}
.project-info-sidebar .price-inner .price {
  font-size: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: baseline;
}
.project-info-sidebar .price-inner .price .type {
  font-size: 18px;
  color: var(--felan-color-text);
}
.project-info-sidebar .price-inner span {
  font-size: 24px;
  color: var(--felan-color-primary);
}
.project-info-sidebar .info {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}
.project-info-sidebar .info .list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid var(--felan-color-border);
}
.project-info-sidebar .info .list-item .icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-info-sidebar .info .list-item .icon:after {
  content: none;
}
.project-info-sidebar .info .list-item .icon i {
  color: var(--felan-color-accent);
  margin-left: 3px;
}
.project-info-sidebar .info .value {
  color: var(--felan-color-primary);
  font-weight: 500;
}
.project-info-sidebar .felan-button {
  margin-top: 15px;
}
.project-info-sidebar .image-company {
  width: 52px;
  height: 52px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  margin-left: 16px;
}
.project-info-sidebar .image-company i {
  font-size: 18px;
  color: var(--felan-color-secondary);
}
.project-info-sidebar .rating-count {
  padding-right: 0;
}
.project-info-sidebar .felan-rating-warpper {
  margin-bottom: 0;
}
.project-info-sidebar .button-warpper .felan-send-mess {
  padding: 10px 20px;
  margin-right: 0;
}

.site-layout.info-left #secondary .project-info-sidebar {
  padding: 20px;
}

.project-related-details .felan-project-item + .felan-project-item {
  margin-top: 16px;
}
.project-related-details .header-related {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 30px;
}
.project-related-details .header-related h4 {
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .felan-project-item.layout-list {
    display: block;
  }
  .felan-project-item.layout-list .project-thumbnail img {
    border-radius: 16px 16px 0 0;
  }
}
#submit_project_form h5 {
  font-size: 24px;
  margin-bottom: 24px;
}
#submit_project_form .group-title {
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  position: relative;
  margin-bottom: 28px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--felan-color-border);
  cursor: pointer;
}
#submit_project_form .group-title h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}
#submit_project_form .group-title i:last-child {
  margin-right: auto;
}
#submit_project_form .group-title i:before {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#submit_project_form .group-title.up ~ .form-group {
  display: none;
}
#submit_project_form .group-title.up i:last-child::before {
  transform: rotateX(180deg);
}
#submit_project_form .btn-more {
  position: relative;
  margin-bottom: 24px;
  border: none;
  background-color: white;
  color: var(--felan-color-accent);
  transition: transform 0.3s;
  font-weight: 500;
}
#submit_project_form .btn-more i {
  margin-left: 10px;
}
#submit_project_form .btn-more:hover {
  cursor: pointer;
  transform: scale(1.02);
}

#project-submit-pricing .title {
  border: none;
  font-weight: 500;
}
#project-submit-pricing .header-left {
  -ms-flex-align: center;
  align-items: center;
}
#project-submit-pricing .header-left p {
  margin-bottom: 0;
}
#project-submit-pricing .header-left i {
  margin-left: 5px;
}
#project-submit-pricing .header-left .note {
  color: var(--felan-color-primary);
}
#project-submit-pricing .header-left i,
#project-submit-pricing .header-left .number {
  color: #ed0006;
}
#project-submit-pricing .pricing-center {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
}
#project-submit-pricing .pricing-center .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#project-submit-pricing .pricing-center label {
  margin-bottom: 0;
  margin-left: 10px;
}
#project-submit-pricing .table-pricing {
  border: none;
}
#project-submit-pricing .table-pricing td:not(.title),
#project-submit-pricing .table-pricing tr th {
  border: none;
  width: 500px;
}
#project-submit-pricing .table-pricing thead {
  font-size: 20px;
  font-weight: 500;
  color: var(--felan-color-primary);
}
#project-submit-pricing .table-pricing tbody {
  vertical-align: top;
}
#project-submit-pricing .table-pricing sup {
  font-size: 12px;
  color: #ed0006;
}
#project-submit-pricing .table-pricing .number-revisions input[type=number] {
  display: none;
  margin-top: 12px;
}

#project-submit-package .package-heder h6 {
  margin-bottom: 7px;
}
#project-submit-package .title {
  font-weight: 500;
  padding-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 250px;
}
#project-submit-package .title i {
  margin-left: 10px;
  cursor: pointer;
  color: var(--felan-color-accent);
}
#project-submit-package .title input {
  padding: 0;
  border: 0;
  font-weight: 500;
  color: var(--felan-color-text);
}
#project-submit-package .table-package {
  border: none;
  margin-bottom: 10px;
}
#project-submit-package .table-package td,
#project-submit-package .table-package tr th {
  border: none;
}
#project-submit-package .table-package thead {
  font-size: 20px;
  font-weight: 500;
  color: var(--felan-color-primary);
}
#project-submit-package .felan-button {
  margin-bottom: 20px;
}

.felan-addons-warpper .felan-addons-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}
.felan-addons-warpper .felan-addons-item {
  padding: 8px;
  width: 50%;
}
.felan-addons-warpper .felan-addons-item .row {
  background-color: #f2f4f7;
  padding: 25px 25px 0 25px;
  border-radius: 8px;
  margin: 0 0 15px 0;
}
.felan-addons-warpper .btn-more.project-fields {
  background-color: transparent !important;
}

#project-submit-skills .form-group {
  padding-right: 0;
  padding-left: 0;
}

.submit-project-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
}
.submit-project-header .entry-title h4 {
  font-size: 24px;
}
.submit-project-header .button-warpper {
  margin-top: 0 !important;
}
.submit-project-header .button-link {
  margin-left: 15px;
}

@media (max-width: 767px) {
  #project-submit-pricing .pricing-center {
    display: block;
  }
  .felan-addons-warpper .felan-addons-item {
    width: 100%;
  }
}
@media (min-width: 481px) {
  .felan-employer-service > .entry-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .felan-employer-service .button-icon-right i {
    margin-left: 0 !important;
  }
}
#my-project tbody tr td:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 430px;
}
#my-project .project-thumbnail {
  -ms-flex: 0 0 76px;
  flex: 0 0 76px;
  margin-left: 15px;
}
#my-project .project-thumbnail img {
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
}

.project-view-reason-popup .content-refund-reason {
  padding-top: 15px;
}

.my-project .entry-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#form-popup-review .rate-title,
#form-popup-view .rate-title {
  font-size: 18px;
  font-weight: 500;
}
#form-popup-review .rating-bars,
#form-popup-view .rating-bars {
  margin: 0;
  display: block;
}
#form-popup-review .inner-popup,
#form-popup-view .inner-popup {
  max-width: 650px;
}
#form-popup-review .rate label,
#form-popup-view .rate label {
  color: #ddd;
}
#form-popup-review textarea,
#form-popup-view textarea {
  height: 170px;
}
#form-popup-review .help,
#form-popup-view .help {
  margin-top: 5px;
  color: #777;
  margin-bottom: 12px;
}
#form-popup-review form.reviewForm,
#form-popup-view form.reviewForm {
  max-width: 440px;
}
#form-popup-review .add-new-review .tip:after,
#form-popup-review .rating-bars .tip:after,
#form-popup-view .add-new-review .tip:after,
#form-popup-view .rating-bars .tip:after {
  color: #9BA2B0;
}
#form-popup-review .rating-bars .tip,
#form-popup-view .rating-bars .tip {
  background-color: transparent;
  border: 1px solid #9BA2B0;
  line-height: 18px;
}
#form-popup-review .rating-bars,
#form-popup-view .rating-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#form-popup-review .rate,
#form-popup-view .rate {
  margin-right: 20px;
}
#form-popup-review .rate label,
#form-popup-view .rate label {
  margin-bottom: 0;
}
#form-popup-review .form-group,
#form-popup-view .form-group {
  margin-top: 12px;
}
#form-popup-review .button-warpper .felan-button,
#form-popup-view .button-warpper .felan-button {
  padding-right: 15px;
  padding-left: 15px;
}
#form-popup-review .button-cancel,
#form-popup-review .btn-complete,
#form-popup-review .btn-message-complete,
#form-popup-view .button-cancel,
#form-popup-view .btn-complete,
#form-popup-view .btn-message-complete {
  color: var(--felan-color-primary);
  border-color: var(--felan-color-primary);
}
#form-popup-review .button-cancel:hover,
#form-popup-review .btn-complete:hover,
#form-popup-review .btn-message-complete:hover,
#form-popup-view .button-cancel:hover,
#form-popup-view .btn-complete:hover,
#form-popup-view .btn-message-complete:hover {
  background-color: var(--felan-color-primary);
  border-color: var(--felan-color-primary);
  color: #fff;
}
#form-popup-review .btn-message-complete,
#form-popup-review .btn-complete,
#form-popup-view .btn-message-complete,
#form-popup-view .btn-complete {
  margin-left: auto;
}
#form-popup-review .button-cancel,
#form-popup-view .button-cancel {
  margin-left: 15px;
}
#form-popup-review #btn-submit-review,
#form-popup-view #btn-submit-review {
  margin-right: 0 !important;
}
#form-popup-review #btn-submit-review .fa-check,
#form-popup-view #btn-submit-review .fa-check {
  margin-left: 0 !important;
}

#form-popup-view .rate label:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#form-popup-view .comment {
  margin-bottom: 0;
  margin-top: 6px;
}
#form-popup-view h5 {
  margin-bottom: 6px;
}

.archive-layout {
  padding-bottom: 80px;
}
.archive-layout.map-top .col-left {
  width: 100%;
}
.archive-layout.map-top .archive-filter-top {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.archive-layout.map-top .archive-filter-top:before {
  content: none !important;
}
.archive-layout.map-top .archive-filter-top .container h2,
.archive-layout.map-top .archive-filter-top .container #page-breadcrumb,
.archive-layout.map-top .archive-filter-top .container p {
  display: none;
}
.archive-layout .archive-filter:not(.open-canvas) .inner-filter {
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--felan-color-border);
}
.archive-layout .archive-filter .show-result {
  position: fixed;
  z-index: 99999;
  width: 330px;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 15px 25px;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid;
  border-color: var(--felan-color-border);
}
.archive-layout .archive-filter .felan-menu-filter ul.filter-control li .count {
  padding-right: 3px;
  color: var(--felan-color-secondary);
}
.archive-layout .archive-filter .felan-menu-filter ul.filter-control ul {
  padding-right: 15px;
  margin-top: 5px;
}
.archive-layout .archive-filter .felan-menu-filter .locations-filter .form-group + .form-group {
  margin-top: 16px;
}
.archive-layout .archive-filter .felan-menu-filter .locations-filter .select2.select2-container {
  height: 48px;
  width: 100% !important;
  border: 1px solid var(--felan-color-border);
  padding: 0 20px;
  border-radius: 5px;
}
.archive-layout .archive-filter .felan-menu-filter .locations-filter .load-spinner {
  position: relative;
}
.archive-layout .archive-filter .felan-menu-filter .locations-filter .load-spinner:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
}
.archive-layout .archive-filter .felan-menu-filter .locations-filter .spinner {
  position: absolute;
  right: 50%;
  top: 40%;
  transform: translate(50%, -50%);
  color: var(--felan-color-accent);
}
.archive-layout input.archive-search-location {
  height: 58px;
  border: 0;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 0;
}
.archive-layout .entry-mobie {
  margin-bottom: 24px;
  display: none;
}
.archive-layout .entry-mobie .result-count {
  color: var(--felan-color-primary);
  font-size: 18px;
  font-weight: 500;
}
.archive-layout .felan-jobs-featured {
  border-color: #ffd75e;
  background-color: #fffbf1;
}
.archive-layout .felan-jobs-urgent {
  border-color: red;
}
.archive-layout .filter-rating i {
  color: #ffc402;
  font-size: 14px;
}
.archive-layout .filter-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.archive-layout .filter-warpper .entry-filter {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.archive-layout .filter-warpper .entry-filter > * {
  margin-bottom: 5px;
}
.archive-layout .filter-warpper .entry-filter .felan-clear-filter {
  margin-left: 10px;
}
.archive-layout .filter-warpper .select2-container--default .select2-selection--single {
  background-color: transparent;
}
.archive-layout .filter-warpper .entry-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-layout .filter-warpper .entry-left > * {
  margin-bottom: 5px;
}
.archive-layout .filter-warpper .switch-layout a + a {
  margin-right: 8px;
}
.archive-layout .filter-warpper .switch-layout i {
  color: var(--felan-color-secondary);
}
.archive-layout .filter-warpper .switch-layout a:hover i,
.archive-layout .filter-warpper .switch-layout a.active i {
  color: var(--felan-color-primary);
}
.archive-layout .filter-warpper .text-sort-by {
  color: var(--felan-color-secondary);
  margin-right: 20px;
}
.archive-layout .filter-warpper .select2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 16px;
  font-weight: 500;
  padding: 8px 12px;
  background-color: #f2f4f7;
  border-radius: 4px;
  font-size: 16px;
}
.archive-layout .filter-warpper .sort-by {
  font-weight: 500;
  border: 0;
  font-size: 16px;
  color: var(--felan-color-text);
  padding-left: 18px;
  padding-right: 8px;
  background-color: transparent;
  width: auto;
}
.archive-layout .filter-warpper .result-count {
  color: var(--felan-color-primary);
  font-size: 18px;
  font-weight: 500;
}
.archive-layout .felan-clear-filter {
  cursor: pointer;
  font-size: 14px;
  color: var(--felan-color-accent);
  font-weight: 500;
  display: none;
}
.archive-layout .btn-top-filter {
  border-radius: 8px 0 0 8px;
  height: 60px;
  border: 0;
  padding-right: 35px;
  padding-left: 40px;
}
.archive-layout .inner-content.has-map {
  display: -ms-flexbox;
  display: flex;
}
.archive-layout .inner-content .area-archive {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  list-style-type: none;
  grid-template-columns: repeat(2, 1fr);
}
.archive-layout .inner-content.layout-list .area-archive {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
.archive-layout .inner-content .col-right {
  -ms-flex: 0 0 475px;
  flex: 0 0 475px;
  max-width: 475px;
  padding-top: 40px;
  margin-right: 60px;
}
.archive-layout .inner-content.layout-full {
  display: -ms-flexbox;
  display: flex;
}
.archive-layout .inner-content.layout-full .col-left {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 15px;
  position: sticky;
  z-index: 3;
  top: 30px;
  padding-top: 0;
  margin-top: 40px;
  height: calc(100vh - 50px);
  overflow: auto;
}
.archive-layout .inner-content.layout-full.only-left .col-left {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.archive-layout .inner-content.layout-full .col-right {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 15px;
  margin: 0;
}
.archive-layout .inner-content.layout-full .area-archive.column-1 {
  display: block;
}
.archive-layout .inner-content.layout-full .area-archive.column-1 .felan-jobs-item {
  margin-bottom: 20px;
}
.archive-layout .inner-content.layout-full .area-archive.column-1 .felan-jobs-item a {
  pointer-events: none;
  cursor: default;
}
.archive-layout .inner-content.layout-full .area-archive.column-1 .jobs-footer-left {
  margin: 0 0 10px 0;
}
.archive-layout .inner-content.layout-full .area-archive.column-1 .jobs-archive-footer {
  display: block;
}
.archive-layout .inner-content.layout-full .felan-jobs-header-bottom {
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archive-layout .inner-content.layout-full .felan-jobs-header-bottom .label {
  display: flex;
  align-items: center;
}
.archive-layout .inner-content.layout-full .felan-jobs-header-bottom .left {
  flex: 1;
  margin-left: 30px;
}
.archive-layout .inner-content.layout-full .felan-jobs-header-bottom .left .label {
  display: inline-flex;
}
.archive-layout .inner-content.layout-full .felan-jobs-item .info-company {
  font-size: 14px;
}
.archive-layout .preview-tabs .tab-nav {
  list-style: none;
  padding: 20px 0 30px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.archive-layout .preview-tabs .tab-nav li {
  margin-left: 8px;
}
.archive-layout .preview-tabs .tab-nav a {
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  padding: 12px;
  line-height: 1.2;
  border-bottom: 2px solid #f9f9f9;
  display: block;
  margin-bottom: -2px;
}
.archive-layout .preview-tabs .tab-nav a.is-active {
  border-bottom-color: #111;
  color: #111;
}
.archive-layout .preview-tabs .tab-content {
  display: none;
  background-color: #fff;
}
.archive-layout .preview-tabs .tab-content.is-active {
  display: block;
}
.archive-layout .preview-tabs .company-jobs {
  padding: 20px 0 0 0;
}
.archive-layout .preview-tabs .company-jobs .title {
  font-size: 24px;
  margin-bottom: 24px;
}
.archive-layout .preview-tabs .company-jobs {
  padding-bottom: 32px;
}
.archive-layout .preview-tabs .company-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-layout .preview-tabs .company-overview .list-social a {
  font-size: 22px;
}
.archive-layout .preview-tabs .company-overview .button-visit {
  min-width: 180px;
}
.archive-layout .preview-tabs .company-overview .title,
.archive-layout .preview-tabs .company-overview .content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.archive-layout .preview-tabs .company-overview .info {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.archive-layout .preview-tabs .company-overview .content {
  margin-bottom: 20px;
}
.archive-layout .preview-tabs .company-overview .content p {
  margin-bottom: 0;
  display: none;
}
.archive-layout .preview-tabs .company-overview .content p:first-child {
  display: inline-block;
}
.archive-layout .preview-tabs .company-overview .content.is-active p {
  display: inline-block;
  margin-bottom: 12px;
}
.archive-layout .preview-tabs .company-overview .content a {
  color: #007456;
}
.archive-layout .preview-tabs .company-overview .content a:hover {
  text-decoration: underline;
}
.archive-layout .preview-tabs .info .title-info {
  color: var(--felan-color-primary);
  font-weight: 500;
  margin-bottom: 4px;
}
.archive-layout .preview-tabs .info a {
  color: var(--felan-color-accent);
}
.archive-layout .preview-tabs .info .salary-info {
  white-space: nowrap;
}
.archive-layout .preview-tabs .info .list-cate a {
  display: inline-flex;
  justify-content: flex-start;
}
.archive-layout .preview-tabs .info .list-cate a:last-child:before {
  content: "";
}
.archive-layout .preview-tabs .info .list-cate a:before {
  content: ",";
  order: 2;
}
.archive-layout .preview-tabs .info .company-phone i {
  margin-right: 7px;
  cursor: pointer;
}
.archive-layout .preview-tabs .list-social,
.archive-layout .preview-tabs .list-jobs {
  padding: 0;
  margin: 0 0 24px 0;
  list-style: none;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.archive-layout .preview-tabs .list-social li,
.archive-layout .preview-tabs .list-jobs li {
  display: inline-block;
  margin-left: 16px;
}
.archive-layout .preview-tabs .felan-button.button-block {
  width: auto;
  margin-left: 20px;
}
.archive-layout .preview-tabs .felan-button.button-block i,
.archive-layout .preview-tabs .felan-button.button-block svg {
  margin: 0 10px 0 0;
}
.archive-layout .preview-tabs .list-jobs li {
  display: block;
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.archive-layout .preview-tabs .list-jobs li .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
}
.archive-layout .preview-tabs .list-jobs li .title a {
  color: #111;
}
.archive-layout .preview-tabs .list-jobs li .title a:hover {
  color: #007456;
}
.archive-layout .preview-tabs .list-jobs li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.archive-layout .preview-tabs .list-jobs {
  margin: 0;
}
.archive-layout .preview-tabs .list-jobs + .felan-button {
  width: auto;
  display: inline-block;
}
.archive-layout .felan-filter-search-map {
  display: block;
  height: 100vh;
  position: sticky;
  top: 0;
}
.archive-layout .felan-filter-search-map .entry-map {
  height: 100vh;
  position: relative;
}
.archive-layout .felan-filter-search-map .mapboxgl-popup {
  z-index: 3;
}
.archive-layout .felan-filter-search-map .mapboxgl-popup-content,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .mapboxgl-popup-close-button,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .mapboxgl-popup-close-button {
  margin-top: 10px;
  margin-left: 10px;
}
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .des-company,
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .company-size,
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .des-freelancer,
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .freelancer-category,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .des-company,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .company-size,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .des-freelancer,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .freelancer-category {
  display: none;
}
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .felan-company-item,
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .felan-freelancers-item,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .felan-company-item,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .felan-freelancers-item {
  border: none;
  max-width: 330px;
}
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .felan-company-item .freelancers-title,
.archive-layout .felan-filter-search-map .mapboxgl-popup-content .felan-freelancers-item .freelancers-title,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .felan-company-item .freelancers-title,
.archive-layout .felan-filter-search-map .felan-openstreetmap-filter .felan-freelancers-item .freelancers-title {
  margin-bottom: 10px;
}
.archive-layout #pac-input {
  display: none;
}
.archive-layout .salary-filter {
  display: -ms-flexbox;
  display: flex;
}
.archive-layout .salary-filter .filter {
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
}
.archive-layout .salary-filter .filter span {
  line-height: 47px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: var(--felan-color-accent);
  color: #fff;
  border-radius: 4px;
}
.archive-layout .salary-filter .filter input {
  border-radius: 4px;
  min-width: 80px;
}
.archive-layout .salary-filter .select2 {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10.5px 16px;
  background-color: #fff;
  min-width: 90px;
}
.archive-layout .salary-filter select {
  background-color: transparent;
}
.archive-layout .salary-filter input::-webkit-outer-spin-button,
.archive-layout .salary-filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.archive-layout .salary-filter input[type=number] {
  -moz-appearance: textfield;
}
.archive-layout .archive-filter-top.has-bg {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.archive-layout .archive-filter-top.has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.archive-layout .archive-filter-top.has-bg h2,
.archive-layout .archive-filter-top.has-bg p,
.archive-layout .archive-filter-top.has-bg .felan_breadcrumb li,
.archive-layout .archive-filter-top.has-bg .felan_breadcrumb a,
.archive-layout .archive-filter-top.has-bg .felan_breadcrumb li:not(:first-child)::before {
  margin-top: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.archive-layout .archive-filter-top.has-bg .felan_breadcrumb {
  margin-bottom: 45px;
}
.archive-layout .archive-filter-top .form-archive-top-filter {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
}
.archive-layout .archive-filter-top .form-archive-top-filter .ui-helper-hidden-accessible {
  display: none;
}
.archive-layout .archive-filter-top .form-archive-top-filter .felan-select2,
.archive-layout .archive-filter-top .form-archive-top-filter .select2.select2-container {
  height: 100% !important;
  width: 100% !important;
  border: 0;
  font-size: 16px;
  line-height: 48px;
  border-radius: 0;
  padding-left: 24px;
  background-color: #fff;
  padding-right: 55px;
}
.archive-layout .archive-filter-top .form-archive-top-filter .felan-select2 .selection,
.archive-layout .archive-filter-top .form-archive-top-filter .felan-select2 .select2-selection,
.archive-layout .archive-filter-top .form-archive-top-filter .select2.select2-container .selection,
.archive-layout .archive-filter-top .form-archive-top-filter .select2.select2-container .select2-selection {
  width: 100%;
}
.archive-layout .archive-filter-top .form-archive-top-filter .felan-select2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}
.archive-layout .archive-filter-top .form-archive-top-filter .load-spinner {
  position: relative;
}
.archive-layout .archive-filter-top .form-archive-top-filter .load-spinner:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.02);
}
.archive-layout .archive-filter-top .form-archive-top-filter .spinner {
  position: absolute;
  right: 50%;
  top: 40%;
  transform: translate(50%, -50%);
  color: var(--felan-color-accent);
}
.archive-layout .archive-filter-top .form-group {
  border-top: 1px solid var(--felan-color-border);
  border-bottom: 1px solid var(--felan-color-border);
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.archive-layout .archive-filter-top .form-group + .form-group {
  border-right: 1px solid var(--felan-color-border);
}
.archive-layout .archive-filter-top .form-group:last-child {
  background-color: #fff;
  text-align: left;
  border-radius: 8px 0 0 8px;
  max-width: max-content;
  border: 0;
}
.archive-layout .archive-filter-top .form-group:first-child {
  border: 0;
}
.archive-layout .archive-filter-top .form-group .felan-clear-top-filter {
  display: none;
}
.archive-layout .archive-filter-top h2 {
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: normal;
}
.archive-layout .archive-filter-top .felan_breadcrumb {
  margin-top: 20px;
}
.archive-layout .archive-filter-top .form-group i:not(.fa-spin) {
  color: var(--felan-color-secondary);
  font-size: 18px;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.archive-layout .archive-filter-top .form-select i.fa-angle-down {
  left: 25px;
  right: auto;
}
.archive-layout .archive-filter-top .archive-search-control {
  padding-right: 50px;
  border: 0;
  height: 50px;
  width: 100%;
  border-radius: 0;
}
.archive-layout .archive-filter-top .archive-search-control {
  border-radius: 0 8px 8px 0;
  border-width: 1px 1px 1px 0 !important;
  border-color: var(--felan-color-border) !important;
  border-style: solid !important;
  line-height: 60px;
  height: 60px;
}
.archive-layout .archive-filter-top .select2-container--default .select2-selection--multiple {
  padding-top: 10px;
  padding-bottom: 10px;
}
.archive-layout .archive-filter-top .btn-top-filter .btn-loading {
  display: none;
  position: absolute;
  left: 20px;
}
.archive-layout .archive-filter-top .felan-clear-top-filter {
  color: var(--felan-color-secondary);
  padding-left: 10px;
  cursor: pointer;
}
.archive-layout .archive-filter-top .felan-clear-top-filter:hover {
  color: var(--felan-color-accent);
}
.archive-layout.filter-right .inner-filter {
  margin-left: 0;
  margin-right: 30px;
}
.archive-layout.filter-active .felan-clear-filter {
  display: block !important;
}
.archive-layout .inner-filter {
  width: 300px;
  margin-left: 30px;
}
.archive-layout .col-left {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.archive-layout #primary {
  flex: auto;
}
.archive-layout .felan-filter-toggle > span {
  font-size: 18px;
  color: var(--felan-color-primary);
}
.archive-layout .felan-nav-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.archive-layout .felan-nav-filter.active .felan-clear-filter {
  display: block;
}
.archive-layout .inner-filter .entry-filter {
  padding-top: 24px;
  border-top: 1px solid var(--felan-color-border);
  margin-top: 24px;
}
.archive-layout .inner-filter .entry-filter h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--felan-color-secondary);
  text-transform: uppercase;
  margin-bottom: 17px;
}
.archive-layout .inner-filter .entry-filter ul.custom-scrollbar {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
  max-height: 185px;
  overflow: auto;
}
.archive-layout .inner-filter .entry-filter ul.custom-scrollbar label {
  margin-bottom: 0;
  margin-right: 5px;
}
.archive-layout .inner-filter .entry-filter ul.custom-scrollbar input {
  border: 2px solid var(--felan-color-secondary);
}
.archive-layout .inner-filter .entry-filter ul.custom-scrollbar li + li {
  margin-top: 8px;
}
.archive-layout .inner-filter .entry-filter ul.custom-scrollbar ul {
  list-style: none;
}
.archive-layout .inner-filter .entry-filter .locations-filter .felan-select2 {
  width: 100% !important;
  padding-right: 20px;
  height: 48px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.archive-layout .jobs-status-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.archive-layout .jobs-status-inner .logged-out {
  display: grid;
}
.archive-layout .inner-content.no-map .col-right {
  -ms-flex: 0;
  flex: 0;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.archive-layout .inner-content.has-map .col-right {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.archive-layout .btn-switch {
  margin-right: 28px;
}
.archive-layout .btn-switch span.slider {
  background-color: var(--felan-color-secondary);
}
.archive-layout .btn-switch .text-switch {
  margin-left: 10px;
  color: var(--felan-color-secondary);
}

.btn-add-to-wishlist i {
  font-size: 20px;
}
.btn-add-to-wishlist i, .btn-add-to-wishlist.removed i {
  font-weight: 400;
}
.btn-add-to-wishlist.added i {
  font-weight: 900;
  color: var(--felan-color-accent);
}

.felan-link-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.icon-heart .felan-dual-ring {
  width: auto;
  height: auto;
  position: static !important;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.icon-heart .felan-dual-ring:after {
  width: 20px;
  height: 20px;
  border-width: 2px;
}

.btn-canvas-filter {
  margin-left: 24px;
  font-weight: 500;
  padding: 8px 12px;
  background-color: #f2f4f7;
  border-radius: 4px;
}
.btn-canvas-filter i {
  font-size: 14px;
  margin-left: 8px;
  font-weight: 500;
}

#jobs-result-filter {
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  top: 110%;
  width: 100%;
  max-height: 206px;
  overflow-y: auto;
  z-index: 2;
}
#jobs-result-filter .title-jobs-filter {
  font-size: 16px;
  margin: 0;
  padding: 10px 25px 10px 25px;
  text-align: right;
  display: block;
}
#jobs-result-filter .title-jobs-filter + .title-jobs-filter {
  border-top: 1px solid var(--felan-color-border);
}

body.admin-bar .archive-layout .archive-filter .inner-filter {
  top: 32px;
}

@media (min-width: 768px) {
  body.post-type-archive-jobs #wrapper,
  body.post-type-archive-company #wrapper,
  body.post-type-archive-freelancer #wrapper,
  body.post-type-archive-service #wrapper,
  body.post-type-archive-project #wrapper {
    overflow: inherit;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .archive-layout .archive-filter-top .form-group:first-child {
    flex-basis: 160px;
  }
}
@media (min-width: 1200px) {
  .filter-canvas:not(.map-right) .inner-content .area-archive {
    grid-template-columns: repeat(3, 1fr);
  }
  .filter-canvas:not(.map-right) .inner-content.layout-list .area-archive {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-canvas .archive-filter.open-canvas .bg-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .filter-canvas .archive-filter.open-canvas .inner-filter {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 330px;
  }
  .filter-canvas .archive-filter .inner-filter {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 25px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .filter-canvas .archive-filter .felan-menu-filter {
    padding-bottom: 80px;
  }
  .archive-layout .salary-filter .filter {
    min-width: 80px;
  }
}
.felan-form-location {
  position: relative;
}
.felan-form-location:hover .radius {
  opacity: 1;
  visibility: unset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.felan-form-location select {
  padding: 0;
}
.felan-form-location .select2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.felan-form-location i.fa-angle-down {
  left: 24px;
  cursor: pointer;
  font-weight: 400 !important;
  right: auto !important;
  font-size: 16px !important;
}
.felan-form-location .icon-location {
  position: absolute;
  top: 22px;
  right: 15px;
}
.felan-form-location .icon-location svg {
  color: var(--felan-color-secondary);
  cursor: pointer;
  animation: load_infinite_360 5s 5s ease-in-out infinite;
  -webkit-animation: load_infinite_360 5s 5s ease-in-out infinite;
  -moz-animation: load_infinite_360 5s 5s ease-in-out infinite;
}
.felan-form-location .icon-location svg:hover {
  color: var(--felan-color-accent);
}
.felan-form-location .icon-location svg path {
  fill: currentColor;
}
.felan-form-location .radius {
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
  position: absolute;
  right: 0;
  bottom: calc(100% - 8px);
  width: 220px;
  background-color: #edf2f1;
  border-radius: 100px;
  padding-right: 24px;
}
.felan-form-location .radius .labels {
  position: relative;
}
.felan-form-location .radius .labels:after {
  position: absolute;
  content: "";
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #edf2f1;
  right: -2px;
  bottom: -22px;
}
.felan-form-location .radius input {
  border: 0;
  color: var(--felan-color-primary);
  background-color: #edf2f1;
  padding-right: 5px;
  padding-left: 5px;
  -moz-appearance: textfield;
}
.felan-form-location .radius input::-webkit-outer-spin-button,
.felan-form-location .radius input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.felan-form-location .radius .distance {
  padding-right: 24px;
  padding-left: 25px;
  background-color: var(--felan-color-accent);
  height: 47px;
  border-radius: 100px;
  line-height: 47px;
  color: #fff;
  font-weight: 500;
}

.block-service-warrper .container {
  padding-right: 0;
}

body.post-type-archive-service .content-popup,
body.post-type-archive-project .content-popup {
  display: block !important;
}
body.post-type-archive-service .content-popup .container,
body.post-type-archive-project .content-popup .container {
  padding-right: 0;
}
body.post-type-archive-service .content-popup .service-head-details,
body.post-type-archive-service .content-popup .project-head-details,
body.post-type-archive-project .content-popup .service-head-details,
body.post-type-archive-project .content-popup .project-head-details {
  margin-bottom: 30px;
}
body.post-type-archive-service #felan-form-single .content-popup .single-project-area,
body.post-type-archive-service #felan-form-single .content-popup .single-service-area,
body.post-type-archive-project #felan-form-single .content-popup .single-project-area,
body.post-type-archive-project #felan-form-single .content-popup .single-service-area {
  max-width: 100%;
}

@media (max-width: 1199px) {
  body.post-type-archive-service .content-popup .container,
  body.post-type-archive-project .content-popup .container {
    max-width: 100%;
  }
  body.post-type-archive-service .d-md-flex,
  body.post-type-archive-project .d-md-flex {
    display: block !important;
  }
  body.post-type-archive-service .project-sidebar-popup,
  body.post-type-archive-project .project-sidebar-popup {
    margin-right: 0 !important;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .archive-layout.map-right .inner-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .archive-layout.map-right .inner-content.no-map .col-left {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 50px;
  }
  .archive-layout.map-right .col-left {
    padding-right: 50px;
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .archive-layout.map-right .col-right {
    max-width: 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 768px) {
  .archive-layout.map-top .archive-filter-top {
    position: absolute;
    top: 35px;
    z-index: 2;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
  }
  .archive-layout .archive-filter-top .form-group {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .archive-layout {
    padding-bottom: 80px;
  }
  .archive-layout.filter-right .archive-filter .inner-filter {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .archive-layout .archive-filter {
    width: auto;
  }
  .archive-layout .archive-filter.open-canvas .bg-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .archive-layout .archive-filter.open-canvas .inner-filter {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 370px;
  }
  .archive-layout .archive-filter.open-canvas .show-result {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .archive-layout .archive-filter .inner-filter {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 25px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .archive-layout .archive-filter .felan-menu-filter {
    padding-bottom: 80px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .archive-layout.map-right .col-right,
  .archive-layout.map-right .btn-hide-map {
    display: none;
  }
  .archive-layout .inner-content.layout-full .preview-job-wrapper {
    display: none;
  }
  .archive-layout .inner-content.layout-full .col-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: auto;
    height: 100%;
  }
  .archive-layout .inner-content.layout-full .area-archive.column-1 .felan-jobs-item {
    cursor: inherit;
  }
  .archive-layout .inner-content.layout-full .area-archive.column-1 .felan-jobs-item a {
    pointer-events: all;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .archive-layout .archive-filter-top.has-bg {
    padding-bottom: 80px;
  }
  .archive-layout .archive-filter-top .btn-top-filter {
    border-radius: 8px;
  }
  .archive-layout .archive-filter-top .archive-search-control {
    line-height: 55px;
    height: 55px;
  }
  .archive-layout .archive-filter-top .form-group:last-child {
    border: 1px solid var(--felan-color-border) !important;
  }
  .archive-layout.map-top .archive-filter-top {
    margin-top: 40px;
  }
  .archive-layout .col-left {
    padding-top: 32px;
  }
  .archive-layout #primary {
    width: 100%;
  }
  .archive-layout .archive-filter-top h2 {
    font-size: 28px;
  }
  .archive-layout .archive-filter-top .form-group {
    width: 100%;
    border-bottom: 0;
    border-left: 1px solid var(--felan-color-border);
  }
  .archive-layout .archive-filter-top .form-group:last-child {
    max-width: 100%;
    border-radius: 0 0 16px 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .archive-layout .archive-filter-top .archive-search-control {
    border-radius: 16px 16px 0 0;
    border-width: 1px 1px 0 1px !important;
  }
  .archive-layout .archive-filter-top .felan-clear-top-filter {
    display: none;
  }
  .archive-layout .archive-filter-top .btn-top-filter {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .archive-layout .archive-filter-top .btn-top-filter:hover {
    background-color: var(--felan-color-accent) !important;
    color: #fff !important;
  }
  .archive-layout .entry-filter .switch-layout,
  .archive-layout .entry-filter .text-sort-by {
    display: none;
  }
  .archive-layout .salary-filter {
    display: block;
  }
  .archive-layout .salary-filter .filter {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .archive-layout .inner-content .area-archive {
    grid-template-columns: 100%;
    grid-row-gap: 16px;
  }
  .archive-layout .inner-content .archive-filter.open-canvas .inner-filter {
    width: 270px;
  }
  .archive-layout .inner-content.layout-list .area-archive {
    grid-template-columns: 100%;
  }
  .archive-layout .archive-filter .show-result {
    width: 270px;
  }
  .archive-layout .filter-warpper {
    margin-bottom: 5px;
  }
  .archive-layout .entry-mobie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .archive-layout .entry-left .result-count,
  .archive-layout .entry-right .felan-clear-filter {
    display: none !important;
  }
  .felan-form-location .select2 {
    visibility: unset;
  }
}
@-ms-keyframes load_infinite_360 {
  from {
    -ms-transform: rotate(0);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes load_infinite_360 {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes load_infinite_360 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes load_infinite_360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
.felan-checkbox-round .inner-filter .entry-filter ul.custom-scrollbar input {
  border-radius: 50%;
}

.felan-advanced-archive.off-count .felan-menu-filter ul.filter-control li .count {
  display: none;
}

#felan-form-single .bg-overlay {
  opacity: 0;
  visibility: hidden;
}
#felan-form-single .page-breadcrumb {
  display: none;
}
#felan-form-single.active .single-inner-popup {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#felan-form-single.active .bg-overlay {
  opacity: 1;
  visibility: unset;
}
#felan-form-single .single-inner-popup {
  max-width: 1170px;
  overflow: auto;
  background-color: #fff;
  margin-right: auto;
  padding: 40px;
  z-index: 9;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#felan-form-single .content-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
#felan-form-single .btn-single-close i {
  font-size: 22px;
}
#felan-form-single .btn-new-tab i {
  font-size: 18px;
  margin-right: 5px;
}
#felan-form-single .content-popup .single-jobs-area {
  width: 100%;
  max-width: 690px;
}
#felan-form-single .content-popup .single-project-area,
#felan-form-single .content-popup .single-service-area {
  width: 100%;
  max-width: 690px !important;
}
#felan-form-single .block-project-warrper .container,
#felan-form-single .block-service-warrper .container {
  padding-right: 0;
  padding-left: 0;
}

body.admin-bar #felan-form-single .content-header {
  margin-top: 32px;
}

@media (min-width: 992px) {
  #felan-form-single .content-popup {
    display: -ms-flexbox;
    display: flex;
  }
  #felan-form-single .content-popup .sidebar-popup {
    padding-left: 15px;
    width: 300px;
  }
  #felan-form-single .content-popup .single-freelancer-area,
  #felan-form-single .content-popup .single-company-area {
    padding-right: 15px;
    width: calc(100% - 300px);
  }
  #felan-form-single .content-popup .sidebar-right-popup {
    margin-right: 30px;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
  }
}
@media (max-width: 991px) {
  #felan-form-single .sidebar-popup {
    margin-bottom: 65px;
  }
}
@media (max-width: 576px) {
  #felan-form-single .single-inner-popup {
    padding: 25px;
  }
}
#company-submit-social .felan-button,
#freelancer-submit-social .felan-button {
  padding-right: 8px;
  padding-bottom: 24px;
}
#company-submit-social .field-social-clone,
#freelancer-submit-social .field-social-clone {
  display: none;
}
#company-submit-social .soical-remove-inner,
#freelancer-submit-social .soical-remove-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--felan-color-border);
  margin-bottom: 24px;
  cursor: pointer;
}
#company-submit-social .soical-remove-inner span,
#freelancer-submit-social .soical-remove-inner span {
  color: var(--felan-color-primary);
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
}
#company-submit-social .soical-remove-inner i,
#freelancer-submit-social .soical-remove-inner i {
  color: var(--felan-color-primary);
}

.felan-fields-gallery .felan-gallery-inner {
  width: 150px;
  height: 150px;
}
.felan-fields-gallery #felan_gallery_container {
  border: dashed 1px #ddd;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #f9f9f9;
}
.felan-fields-gallery #felan_select_gallery {
  background-color: transparent;
  border: 0;
  height: 100%;
  width: 100%;
  color: var(--felan-color-accent);
  font-weight: 500;
}
.felan-fields-gallery #felan_select_gallery i {
  display: block;
  margin-bottom: 10px;
  color: var(--felan-color-secondary);
}
.felan-fields-gallery .field-note {
  max-width: 90px;
  margin: 8px 25px 20px;
  text-align: center;
  font-size: 14px;
  color: var(--felan-color-secondary);
  line-height: 1.5;
}
.felan-fields-gallery #felan_gallery_thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.felan-fields-gallery .media-thumb {
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.felan-fields-gallery .media-thumb .media-item-actions {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.felan-fields-gallery .media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.felan-fields-thumbnail #felan_thumbnail_container {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.felan-fields-thumbnail #felan_thumbnail_view {
  border-radius: 6px;
  border: 1px dashed #ddd;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.felan-fields-thumbnail #felan_thumbnail_view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.felan-fields-thumbnail #felan_add_thumbnail {
  text-align: center;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: var(--felan-color-primary);
}
.felan-fields-thumbnail #felan_add_thumbnail #felan_select_thumbnail {
  background-color: transparent;
  border: 0;
  color: var(--felan-color-accent);
  font-weight: 500;
  cursor: pointer;
}
.felan-fields-thumbnail #felan_add_thumbnail p {
  margin-bottom: 0;
  margin-top: 10px;
}
.felan-fields-thumbnail .media-item-actions {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
}
.felan-fields-thumbnail #felan_thumbnail_errors {
  font-size: 10px;
  color: red;
  margin-bottom: 5px;
}
.felan-fields-thumbnail i.la-upload {
  color: var(--felan-color-secondary);
}

.felan-thumbnail-size {
  margin-top: 8px;
  color: var(--felan-color-secondary);
  font-size: 14px;
  text-align: center;
}

@media (max-width: 992px) {
  #felan_thumbnail_container .moxie-shim {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.felan-fields-custom_image .file-upload-block {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.felan-fields-custom_image .custom-image-view {
  border-radius: 6px;
  border: 1px dashed #ddd;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.felan-fields-custom_image .custom-image-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.felan-fields-custom_image .custom-image-add {
  text-align: center;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: var(--felan-color-primary);
}
.felan-fields-custom_image .custom-image-add .select-custom-image {
  background-color: transparent;
  border: 0;
  color: var(--felan-color-accent);
  font-weight: 500;
  cursor: pointer;
}
.felan-fields-custom_image .custom-image-add p {
  margin-bottom: 0;
  margin-top: 10px;
}
.felan-fields-custom_image .media-item-actions {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.felan-fields-custom_image .errors-log {
  font-size: 10px;
  color: red;
  margin-bottom: 5px;
}
.felan-fields-custom_image i.la-upload {
  color: var(--felan-color-secondary);
}

.felan-custom_image-size {
  margin-top: 8px;
  color: var(--felan-color-secondary);
  font-size: 14px;
  text-align: center;
}

@media (max-width: 992px) {
  .felan-fields-custom_image .file-upload-block .moxie-shim {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.felan-map-warpper {
  height: 200px;
  width: 100%;
}

#jobs-map-filter {
  height: 100%;
}

#geocoder .mapboxgl-ctrl-geocoder--icon-search {
  display: none;
}

.leaflet-marker-icon img {
  border-radius: 50%;
}

div.leaflet-popup .leaflet-popup-content-wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.leaflet-popup .leaflet-popup-content-wrapper a {
  color: var(--felan-color-accent);
}

.mapboxgl-map .mapboxgl-marker:after,
.felan-openstreetmap-filter .leaflet-marker-icon:after {
  background-color: transparent !important;
}
.felan-openstreetmap-filter * {
  font-family: inherit;
}
.felan-openstreetmap-filter .leaflet-popup-tip {
  width: 0;
  height: 0;
}

.mapboxgl-map .mapboxgl-marker.mouseenter:before, .mapboxgl-map .mapboxgl-marker.mouseenter:after,
.felan-openstreetmap-filter .leaflet-marker-icon.mouseenter:before,
.felan-openstreetmap-filter .leaflet-marker-icon.mouseenter:after,
.page-dashboard .mapboxgl-map .mapboxgl-marker:before,
.page-dashboard .mapboxgl-map .mapboxgl-marker:after,
.page-dashboard .felan-openstreetmap-filter .leaflet-marker-icon:before,
.page-dashboard .felan-openstreetmap-filter .leaflet-marker-icon:after,
body.single-jobs .mapboxgl-map .mapboxgl-marker:before,
body.single-jobs .mapboxgl-map .mapboxgl-marker:after,
body.single-jobs .felan-openstreetmap-filter .leaflet-marker-icon:before,
body.single-jobs .felan-openstreetmap-filter .leaflet-marker-icon:after,
body.single-company .mapboxgl-map .mapboxgl-marker:before,
body.single-company .mapboxgl-map .mapboxgl-marker:after,
body.single-company .felan-openstreetmap-filter .leaflet-marker-icon:before,
body.single-company .felan-openstreetmap-filter .leaflet-marker-icon:after,
body.single-freelancer .mapboxgl-map .mapboxgl-marker:before,
body.single-freelancer .mapboxgl-map .mapboxgl-marker:after,
body.single-freelancer .felan-openstreetmap-filter .leaflet-marker-icon:before,
body.single-freelancer .felan-openstreetmap-filter .leaflet-marker-icon:after {
  width: 150px;
  height: 150px;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: absolute;
  right: 50%;
  top: 50%;
  opacity: 0;
  border-radius: 50%;
  animation: animationSignal linear 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block;
  content: "";
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-box-shadow: inset 0 0 35px 10px var(--felan-color-accent);
  -moz-box-shadow: inset 0 0 35px 10px var(--felan-color-accent);
  box-shadow: inset 0 0 35px 10px var(--felan-color-accent);
}

@keyframes animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(0.3);
    -moz-transform: translate(50%, -50%) scale(0.3);
    -o-transform: translate(50%, -50%) scale(0.3);
    -ms-transform: translate(50%, -50%) scale(0.3);
    transform: translate(50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(50%, -50%) scale(0.32);
    -moz-transform: translate(50%, -50%) scale(0.32);
    -o-transform: translate(50%, -50%) scale(0.32);
    -ms-transform: translate(50%, -50%) scale(0.32);
    transform: translate(50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(50%, -50%) scale(0 0.45);
    -moz-transform: translate(50%, -50%) scale(0 0.45);
    -o-transform: translate(50%, -50%) scale(0 0.45);
    -ms-transform: translate(50%, -50%) scale(0 0.45);
    transform: translate(50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(50%, -50%) scale(0.75);
    -moz-transform: translate(50%, -50%) scale(0.75);
    -o-transform: translate(50%, -50%) scale(0.75);
    -ms-transform: translate(50%, -50%) scale(0.75);
    transform: translate(50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
.felan-fields-avatar button {
  background-color: transparent;
  border: 0;
  color: var(--felan-color-accent);
  font-weight: 500;
  cursor: pointer;
}
.felan-fields-avatar #felan_avatar_container {
  border-radius: 6px;
  border: 1px dashed #ddd;
  background-color: #f9f9f9;
  width: 150px;
  height: 150px;
  position: relative;
  margin-left: 16px;
  overflow: hidden;
}
.felan-fields-avatar #felan_drop_avatar {
  margin-bottom: 0;
}
.felan-fields-avatar #felan_avatar_view {
  width: 100%;
  height: 100%;
}
.felan-fields-avatar .media-thumb {
  height: 100%;
  width: 100%;
}
.felan-fields-avatar .media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.felan-fields-avatar #felan_add_avatar {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 50%;
  text-align: center;
  cursor: pointer;
}
.felan-fields-avatar #felan_add_avatar #felan_drop_avatar {
  margin-bottom: 0;
}
.felan-fields-avatar .media-item-actions {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
}
.felan-fields-avatar i.la-upload {
  color: var(--felan-color-secondary);
}
.felan-fields-avatar .field-note {
  max-width: 90px;
  font-size: 14px;
  margin-top: 8px;
  margin-right: 25px;
  color: var(--felan-color-secondary);
}
.felan-fields-avatar #felan_avatar_errors {
  font-size: 10px;
  color: red;
  margin-bottom: 5px;
}

.felan-form-popup {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.felan-form-popup .bg-overlay {
  opacity: 1;
  visibility: unset;
}
.felan-form-popup .inner-popup {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 450px;
  z-index: 9;
  position: relative;
  margin: 0 auto;
  top: 15%;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.felan-form-popup .btn-close {
  font-size: 20px;
  position: absolute;
  left: 35px;
}
.felan-form-popup .message_error {
  color: red;
  margin-top: 15px;
}
.felan-form-popup .message_error.true {
  color: lawngreen;
}
.felan-form-popup .form-group {
  margin-top: 24px;
}
.felan-form-popup h5 {
  font-size: 24px;
  margin-bottom: 0;
}
.felan-form-popup h5 span {
  color: var(--felan-color-accent);
}
.felan-form-popup p {
  color: var(--felan-color-secondary);
  margin-bottom: 35px;
}
.felan-form-popup label {
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--felan-color-primary);
}
.felan-form-popup label sup {
  color: red;
  font-size: 12px;
  top: -0.2em;
}
.felan-form-popup input + input {
  margin-top: 24px;
}
.felan-form-popup .button-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.felan-form-popup .button-warpper .felan-button {
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
}
.felan-form-popup .button-warpper .felan-button + .felan-button {
  margin-right: 16px;
}
.felan-form-popup .button-warpper .btn-loading {
  display: none;
}
.felan-form-popup .felan-message-error {
  color: red;
  margin-top: 15px;
}
.felan-form-popup .felan-message-error.true {
  color: lawngreen;
}

.form-group select {
  display: block;
  width: 100%;
}

.felan-form-meetings {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 8;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.felan-form-meetings label sup {
  color: red;
  font-size: 12px;
  top: -0.2em;
}
.felan-form-meetings .bg-overlay {
  opacity: 1;
  visibility: unset;
}
.felan-form-meetings .meetings-popup {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 450px;
  z-index: 9;
  position: relative;
  margin: 0 auto;
  top: 100px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.felan-form-meetings .meetings-popup span[toggle="#zoompw"] {
  position: absolute;
  left: 30px;
  bottom: 15px;
  cursor: pointer;
}
.felan-form-meetings .meetings-popup span.btn-loading {
  display: none;
  padding-right: 3px !important;
}
.felan-form-meetings .meetings-popup span.btn-loading i {
  padding-right: 0 !important;
}
.felan-form-meetings .btn-close {
  font-size: 20px;
  position: absolute;
  left: 35px;
}
.felan-form-meetings h5 {
  font-size: 24px;
}
.felan-form-meetings p {
  color: var(--felan-color-secondary);
  margin-bottom: 35px;
}
.felan-form-meetings label {
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--felan-color-primary);
}
.felan-form-meetings .form-group {
  margin-top: 24px;
}
.felan-form-meetings .felan-button.button-link {
  margin-top: 24px;
  margin-bottom: 24px;
}
.felan-form-meetings .button-warpper {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
}
.felan-form-meetings .button-warpper .felan-button {
  text-align: center;
}
.felan-form-meetings .button-warpper .felan-button + .felan-button {
  margin-right: 16px;
}
.felan-form-meetings .tab-popup:not(:first-child) {
  display: none;
}
.felan-form-meetings .message_error {
  color: red;
  margin-top: 15px;
}
.felan-form-meetings .message_error.true {
  color: lawngreen;
}

@media (max-width: 576px) {
  .felan-form-meetings .button-warpper {
    display: block;
  }
  .felan-form-meetings #btn-meetings-reschedule,
  .felan-form-meetings #btn-saved-meetings {
    margin-right: 0;
    margin-top: 15px;
  }
}
.tooltip[data-title] {
  position: relative;
  z-index: 2;
}
.tooltip[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: -2.5em;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.tooltip[data-title]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #000;
  top: -0.5em;
}
.tooltip[data-title]:after, .tooltip[data-title]:before {
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}
.tooltip[data-title]:hover:after, .tooltip[data-title]:hover:before {
  opacity: 1;
  transition: all 0.1s ease 0.2s;
  visibility: visible;
}

.tab-dashboard .tab-list,
.tab-dashboard .tab-list-popup,
.tab-dashboard .tab-list-active,
.tab-popup-warpper .tab-list,
.tab-popup-warpper .tab-list-popup,
.tab-popup-warpper .tab-list-active,
.tab-dashboard-active .tab-list,
.tab-dashboard-active .tab-list-popup,
.tab-dashboard-active .tab-list-active {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
}
.tab-dashboard .tab-info-active:not(.active),
.tab-popup-warpper .tab-info-active:not(.active),
.tab-dashboard-active .tab-info-active:not(.active) {
  display: none;
}
.tab-dashboard .tab-item,
.tab-popup-warpper .tab-item,
.tab-dashboard-active .tab-item {
  position: relative;
}
.tab-dashboard .tab-item:before,
.tab-popup-warpper .tab-item:before,
.tab-dashboard-active .tab-item:before {
  content: "";
  height: 2px;
  background-color: var(--felan-color-accent);
  bottom: 0;
  display: block;
  position: absolute;
  width: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.tab-dashboard .tab-item:hover a, .tab-dashboard .tab-item.active a,
.tab-popup-warpper .tab-item:hover a,
.tab-popup-warpper .tab-item.active a,
.tab-dashboard-active .tab-item:hover a,
.tab-dashboard-active .tab-item.active a {
  color: var(--felan-color-accent);
}
.tab-dashboard .tab-item:hover:before, .tab-dashboard .tab-item.active:before,
.tab-popup-warpper .tab-item:hover:before,
.tab-popup-warpper .tab-item.active:before,
.tab-dashboard-active .tab-item:hover:before,
.tab-dashboard-active .tab-item.active:before {
  width: 100%;
}
.tab-dashboard .tab-item a,
.tab-popup-warpper .tab-item a,
.tab-dashboard-active .tab-item a {
  font-size: 18px;
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.tab-dashboard .tab-item + .tab-item,
.tab-popup-warpper .tab-item + .tab-item,
.tab-dashboard-active .tab-item + .tab-item {
  margin-right: 32px;
}

.tab-single .tab-single-list {
  list-style: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0;
  position: relative;
}
.tab-single .tab-single-list:before {
  content: "";
  border: 1px solid var(--felan-color-border);
  position: absolute;
  width: 100%;
  bottom: 0;
}
.tab-single .tab-single-item {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 8px;
}
.tab-single .tab-single-item:before {
  content: "";
  height: 2px;
  background-color: var(--felan-color-accent);
  bottom: 0;
  display: block;
  position: absolute;
  width: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.tab-single .tab-single-item:hover a, .tab-single .tab-single-item.active a {
  color: var(--felan-color-accent);
}
.tab-single .tab-single-item:hover:before, .tab-single .tab-single-item.active:before {
  width: 100%;
}
.tab-single .tab-single-item a {
  font-size: 18px;
  color: var(--felan-color-secondary);
  font-weight: 500;
  line-height: 2.5;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.single-freelancer .tab-single .tab-single-list {
    overflow-x: auto;
  }
  body.single-freelancer .tab-single .tab-single-list:before {
    width: 250vh;
  }
  body.single-freelancer .tab-single .tab-single-item {
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
  }
  body.single-freelancer .tab-single .tab-single-item :before {
    right: 0;
  }
}
@media (max-width: 672px) {
  .freelancer-profile-tab {
    overflow: scroll;
  }
  .freelancer-profile-tab li {
    white-space: nowrap;
  }
}
.nav-dashboard-wapper {
  padding: 24px 32px;
  background-color: var(--felan-color-accent);
  position: fixed;
  width: 260px;
  z-index: 2;
  overflow-y: auto;
  height: 100%;
}
.nav-dashboard-wapper.close {
  padding: 20px 0;
}
.nav-dashboard-wapper.close .site-logo,
.nav-dashboard-wapper.close .text-logo,
.nav-dashboard-wapper.close .list-nav-dashboard .nav-item span:not(.image),
.nav-dashboard-wapper.close .nav-dashboard-footer {
  display: none;
}
.nav-dashboard-wapper.close .nav-dashboard-header {
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-dashboard-wapper.close .list-nav-dashboard .nav-item a:hover, .nav-dashboard-wapper.close .list-nav-dashboard .nav-item.active a {
  background-color: transparent;
}
.nav-dashboard-wapper.close .list-nav-dashboard .nav-item a:hover img, .nav-dashboard-wapper.close .list-nav-dashboard .nav-item.active a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(104%);
}
.nav-dashboard-wapper.close .list-nav-dashboard .nav-item object,
.nav-dashboard-wapper.close .list-nav-dashboard .nav-item img {
  padding-left: 0;
}
.nav-dashboard-wapper.close .nav-dashboard:before {
  width: calc(100% + 32px);
}
.nav-dashboard-wapper .list-nav-dashboard {
  margin-right: -18px;
}

.list-nav-dashboard .image i {
  font-size: 18px !important;
}

.nav-dashboard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.nav-dashboard:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: calc(100% + 48px);
  width: calc(100% + 64px);
  position: absolute;
  right: -32px;
  left: -32px;
  top: -24px;
  bottom: -24px;
  z-index: -1;
}
.nav-dashboard .tooltip[data-title]:before {
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: auto;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
}
.nav-dashboard .tooltip[data-title]:after {
  top: 0;
  right: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-dashboard .list-nav-dashboard {
  list-style: none;
  padding-right: 0;
}
.nav-dashboard .list-nav-dashboard img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(104%);
}
.nav-dashboard .list-nav-dashboard .felan-svg {
  display: block;
  line-height: 24px;
  max-width: 24px;
}
.nav-dashboard .list-nav-dashboard .nav-item a:hover, .nav-dashboard .list-nav-dashboard .nav-item.active a {
  background-color: #fff;
  color: var(--felan-color-accent);
}
.nav-dashboard .list-nav-dashboard .nav-item a:hover img, .nav-dashboard .list-nav-dashboard .nav-item.active img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(85%) saturate(2167%) hue-rotate(206deg) brightness(96%) contrast(98%);
}
.nav-dashboard .list-nav-dashboard .nav-item .image {
  min-width: 24px;
  margin-left: 12px;
}
.nav-dashboard .nav-item {
  font-size: 16px;
  font-weight: 500;
}
.nav-dashboard .nav-item + .nav-item {
  margin-top: 5px;
}
.nav-dashboard .nav-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 18px;
  background-color: transparent;
  color: #fff;
  border-radius: 8px;
}
.nav-dashboard .nav-item .badge {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #d63638;
  color: #fff;
  margin-right: 8px;
  font-size: 12px;
}
.nav-dashboard .nav-dashboard-header {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-dashboard .nav-dashboard-header .text-logo {
  padding-right: 74px;
  font-size: 10px;
  margin-top: -3px;
  color: #000;
}
.nav-dashboard .nav-dashboard-header .closebtn {
  margin-top: 10px;
  color: #fff;
}
.nav-dashboard .nav-dashboard-footer {
  text-align: center;
  background: rgba(0, 116, 86, 0.05);
  border: 1px solid rgba(0, 116, 86, 0.07);
  padding: 15px;
  border-radius: 16px;
  margin-top: auto;
}
.nav-dashboard .nav-dashboard-footer h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.nav-dashboard .nav-dashboard-footer p {
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  color: #000;
}
.nav-dashboard .nav-dashboard-footer .felan-button {
  margin-top: 25px;
}

.nav-dashboard-inner .icon-nav-mobie {
  display: none;
  font-size: 24px;
  position: fixed;
  right: 0;
  background-color: var(--felan-color-accent);
  color: #fff;
  border-radius: 5px 0 0 5px;
  top: 50%;
  z-index: 9;
  padding: 7px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .nav-dashboard-inner.open-nav .nav-dashboard-wapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-dashboard-inner.open-nav .bg-overlay {
    visibility: unset;
    opacity: 1;
  }
  .nav-dashboard-wapper {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    z-index: 10;
  }
  .nav-dashboard-inner .icon-nav-mobie {
    display: -ms-flexbox;
    display: flex;
  }
  .nav-dashboard-header .closebtn {
    display: none;
  }
}
.felan-slick-carousel {
  margin-right: -4px;
  margin-left: -4px;
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  -moz-transition: opacity 0s ease;
  -o-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
.felan-slick-carousel.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.felan-slick-carousel .slick-slide {
  padding-right: 4px;
  padding-left: 4px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.slick-arrow svg {
  vertical-align: middle;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slick-arrow.gl-prev {
  right: 15px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.slick-arrow.gl-next {
  left: 15px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.select2 {
  width: 100% !important;
}
.select2 .select2-selection__rendered {
  padding: 2px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 116, 86, 0.05);
  color: var(--felan-color-accent);
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 175px;
}
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ddd;
}
.select2-container--default .select2-selection--multiple {
  padding: 3px 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  color: var(--felan-color-accent);
  background: rgba(0, 116, 86, 0.05);
  border-radius: 30px;
  padding: 2px 12px;
  border: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-bottom: 2px;
  color: var(--felan-color-accent);
  margin-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.select2-results__options {
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}

.select2-results__option[aria-selected] {
  font-size: 14px;
}

.select2-dropdown {
  border-color: var(--felan-color-border);
}

.felan-select2 {
  height: 44px !important;
  width: 100% !important;
  overflow: hidden !important;
}
.felan-select2 option {
  margin-bottom: 10px;
}
.felan-select2 option:checked {
  background-color: transparent !important;
}

.form-select i.fa-angle-down {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 25px;
  color: var(--felan-color-text);
  font-weight: 400;
}

.checkbox-inline input,
.radio-inline input {
  margin-left: 5px !important;
}

select.felan-select2 {
  width: fit-content !important;
}

.select2.select2-container {
  width: fit-content !important;
}
.select2.select2-container .selection {
  display: block;
  height: 100%;
}
.select2.select2-container .select2-selection {
  border: 0;
  height: 100%;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-left: 0;
  background-color: #fff;
}
.select2.select2-container .select2-selection__rendered {
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}
.select2.select2-container .select2-selection__arrow {
  position: static;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.select2.select2-container .select2-selection__arrow b {
  display: none;
}
.select2.select2-container .select2-selection__arrow:after {
  content: "\f078";
  font-size: 12px;
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  color: var(--felan-color-secondary);
  font-style: normal;
  left: 18px;
  width: auto;
  height: auto;
  margin-top: 0;
  border: 0;
}

.select2-container .select2-dropdown {
  border: 0;
  top: 0;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}
.select2-container .select2-dropdown .select2-results__option {
  padding: 4px 16px;
  font-size: 15px;
  display: block;
}
.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 5px;
}
.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 5px;
}
.select2-container .select2-results__option[aria-selected=true],
.select2-container .select2-results__option[data-selected=true] {
  background-color: rgba(0, 116, 86, 0.05);
  font-weight: 400;
  color: var(--felan-color-accent);
}
.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container .select2-results__option--highlighted[data-selected] {
  background-color: rgba(0, 116, 86, 0.05);
  color: var(--felan-color-accent);
}

body.admin-bar .select2-container .select2-dropdown {
  top: 32px;
}

.select2-field .select2.select2-container {
  width: 100% !important;
}
.select2-field .select2.select2-container .select2-selection {
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 10.5px 16px;
  border-radius: 4px;
}
.select2-field .select2.select2-container .select2-selection--multiple {
  padding: 0 16px;
  height: 47px;
  line-height: 47px;
}
.select2-field .select2.select2-container .select2-selection .select2-selection__rendered li {
  margin: 5px 0 5px 5px;
}

.form-select div.select2-multiple + i {
  left: 16px;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.item-not-found {
  margin-top: 15px;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.skeleton-loading .jobs-archive-header,
.skeleton-loading .jobs-archive-center,
.skeleton-loading .jobs-archive-footer,
.skeleton-loading .jobs-title,
.skeleton-loading .jobs-des,
.skeleton-loading .days,
.skeleton-loading .company-top,
.skeleton-loading .des-company,
.skeleton-loading .company-header,
.skeleton-loading .company-bottom,
.skeleton-loading .company-cate,
.skeleton-loading .company-inner,
.skeleton-loading .company-thumbnail,
.skeleton-loading .freelancer-top,
.skeleton-loading .des-freelancer,
.skeleton-loading .freelancer-header,
.skeleton-loading .freelancer-bottom,
.skeleton-loading .freelancer-salary,
.skeleton-loading .freelancer-center,
.skeleton-loading .service-thumbnail,
.skeleton-loading .service-content,
.skeleton-loading .project-content,
.skeleton-loading .service-header,
.skeleton-loading .price-inner,
.skeleton-loading .services-center,
.skeleton-loading .service-bottom,
.skeleton-loading .project-thumbnail,
.skeleton-loading .project-header,
.skeleton-loading .project-center,
.skeleton-loading .project-bottom,
.skeleton-loading .jobs-thumbnail-details,
.skeleton-loading .block-archive-inner > *,
.skeleton-loading .preview-tabs .tab-nav li,
.skeleton-loading .company-overview > *,
.skeleton-loading .company-jobs > * {
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
.skeleton-loading .jobs-archive-header:before,
.skeleton-loading .jobs-archive-center:before,
.skeleton-loading .jobs-archive-footer:before,
.skeleton-loading .jobs-title:before,
.skeleton-loading .jobs-des:before,
.skeleton-loading .days:before,
.skeleton-loading .company-top:before,
.skeleton-loading .des-company:before,
.skeleton-loading .company-header:before,
.skeleton-loading .company-bottom:before,
.skeleton-loading .company-cate:before,
.skeleton-loading .company-inner:before,
.skeleton-loading .company-thumbnail:before,
.skeleton-loading .freelancer-top:before,
.skeleton-loading .des-freelancer:before,
.skeleton-loading .freelancer-header:before,
.skeleton-loading .freelancer-bottom:before,
.skeleton-loading .freelancer-salary:before,
.skeleton-loading .freelancer-center:before,
.skeleton-loading .service-thumbnail:before,
.skeleton-loading .service-content:before,
.skeleton-loading .project-content:before,
.skeleton-loading .service-header:before,
.skeleton-loading .price-inner:before,
.skeleton-loading .services-center:before,
.skeleton-loading .service-bottom:before,
.skeleton-loading .project-thumbnail:before,
.skeleton-loading .project-header:before,
.skeleton-loading .project-center:before,
.skeleton-loading .project-bottom:before,
.skeleton-loading .jobs-thumbnail-details:before,
.skeleton-loading .block-archive-inner > *:before,
.skeleton-loading .preview-tabs .tab-nav li:before,
.skeleton-loading .company-overview > *:before,
.skeleton-loading .company-jobs > *:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #dddbdd;
  z-index: 3;
}
.skeleton-loading .jobs-archive-header::after,
.skeleton-loading .jobs-archive-center::after,
.skeleton-loading .jobs-archive-footer::after,
.skeleton-loading .jobs-title::after,
.skeleton-loading .jobs-des::after,
.skeleton-loading .days::after,
.skeleton-loading .company-top::after,
.skeleton-loading .des-company::after,
.skeleton-loading .company-header::after,
.skeleton-loading .company-bottom::after,
.skeleton-loading .company-cate::after,
.skeleton-loading .company-inner::after,
.skeleton-loading .company-thumbnail::after,
.skeleton-loading .freelancer-top::after,
.skeleton-loading .des-freelancer::after,
.skeleton-loading .freelancer-header::after,
.skeleton-loading .freelancer-bottom::after,
.skeleton-loading .freelancer-salary::after,
.skeleton-loading .freelancer-center::after,
.skeleton-loading .service-thumbnail::after,
.skeleton-loading .service-content::after,
.skeleton-loading .project-content::after,
.skeleton-loading .service-header::after,
.skeleton-loading .price-inner::after,
.skeleton-loading .services-center::after,
.skeleton-loading .service-bottom::after,
.skeleton-loading .project-thumbnail::after,
.skeleton-loading .project-header::after,
.skeleton-loading .project-center::after,
.skeleton-loading .project-bottom::after,
.skeleton-loading .jobs-thumbnail-details::after,
.skeleton-loading .block-archive-inner > *::after,
.skeleton-loading .preview-tabs .tab-nav li::after,
.skeleton-loading .company-overview > *::after,
.skeleton-loading .company-jobs > *::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 3;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(-100%);
  }
}
body.single-jobs .main-content {
  padding-top: 0 !important;
}
body.single-jobs .site-content,
body.single-jobs .site-header {
  position: relative;
}
body.single-jobs .info-left .jobs-company-sidebar .felan-send-mess {
  color: #fff;
  background-color: var(--felan-color-accent);
  border-color: var(--felan-color-accent);
  width: 100%;
}
body.single-jobs .info-left .jobs-company-sidebar .logged-out {
  width: 100%;
}
body.single-jobs .info-left #tab-sidebar-overview .info i {
  color: var(--felan-color-accent);
}
body.single-jobs .info-left .jobs-company-sidebar .name {
  margin-right: 0;
}
body.single-jobs .info-left .felan-rating-warpper {
  text-align: right;
}

body.single-service .felan_breadcrumb li:last-child {
  display: none;
}

body.single-company .site-layout.has-sidebar,
body.single-freelancer .site-layout.has-sidebar {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

body.single-project .main-content {
  padding-top: 30px;
}

body.single-service .info-left .service-info-warpper,
body.single-project .info-left .project-info-warpper,
body.single-jobs .info-left .project-info-warpper {
  position: sticky;
  top: 30px;
  z-index: 2;
}

body.admin-bar.single-jobs .info-left .jobs-info-warpper,
body.admin-bar.single-service .info-left .service-info-warpper,
body.admin-bar.single-project .info-left .project-info-warpper {
  position: sticky;
  top: 60px;
  z-index: 2;
}

body.single-project .info-left {
  margin-right: 0;
  margin-left: 0;
}
body.single-project .info-left aside#secondary {
  padding-left: 0;
}

#geocoder {
  top: 36px !important;
}

body.felan-ltw {
  overflow: hidden !important;
}

@media (max-width: 1199px) {
  body.single-service .site-layout.info-left #primary,
  body.single-project .site-layout.info-left #primary {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  body.single-service .site-layout.info-left .service-info-sidebar {
    margin-bottom: 30px;
  }
  body.single-project .site-layout.info-left .project-info-sidebar {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body.single-jobs .elementor-lightbox,
  body.single-company .elementor-lightbox,
  body.single-freelancer .elementor-lightbox {
    display: none !important;
  }
}
@media (max-width: 576px) {
  body.single-jobs .felan_breadcrumb,
  body.single-company .felan_breadcrumb,
  body.single-freelancer .felan_breadcrumb {
    display: none;
  }
  body.single-jobs .main-content,
  body.single-company .main-content,
  body.single-freelancer .main-content {
    padding-top: 30px;
  }
}
a.label {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.label:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0 0);
}

.swiper-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.felan-link-bottom {
  position: relative;
}
.felan-link-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -3px;
  background-color: currentColor;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.felan-link-bottom:hover:after {
  width: 100%;
}

.felan-email-html {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
}
.felan-email-html .text {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}

.additional-warpper .entry-thumbnail {
  position: relative;
}
.additional-warpper .view-video {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.additional-warpper .view-video i {
  color: red;
  font-size: 60px;
}

.elementor-section.rtl .jobs-archive-header,
.elementor-section.rtl .jobs-header-left,
.elementor-section.rtl .company-header .elementor-section.rtl,
.elementor-section.rtl .company-bottom {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-section.rtl .company-inner {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elementor-section.rtl .company-img,
.elementor-section.rtl .layout-list .jobs-footer-left,
.elementor-section.rtl .layout-list .jobs-header-left,
.elementor-section.rtl .felan-jobs-item .logo-company {
  margin-left: 0;
  margin-right: 16px;
}
.elementor-section.rtl .jobs-footer-left,
.elementor-section.rtl .jobs-footer-right,
.elementor-section.rtl .jobs-header-left,
.elementor-section.rtl .felan-company-item,
.elementor-section.rtl .testimonial-item .content,
.elementor-section.rtl .cite {
  text-align: left;
}
.elementor-section.rtl .felan-testimonial-style-03 .info .testimonial-logo {
  right: 0;
  left: auto;
}
.elementor-section.rtl .felan-testimonial-style-03 .image {
  margin-right: 20px !important;
  margin-left: 0 !important;
}
.elementor-section.rtl .felan-blog .top-blog .post-categories {
  padding-left: 0;
}

body.single-freelancer .site-layout.has-sidebar #primary {
  max-width: calc(100% - 330px);
}

.custom-modern-tabs-01 .nav-modern-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.e-font-icon-svg {
  width: 0.8em;
}

.site-menu.desktop-menu.main-menu .sub-menu li i {
  top: 0;
  transform: rotate(90deg);
  position: relative;
  right: 5px;
  padding-right: 2px;
}

body.home .site-header {
  border-bottom: none;
}

#tab-sidebar-overview .felan-send-mess,
.project-info-warpper .button-warpper > a {
  display: none;
}

#tab-sidebar-overview .button-warpper a,
.project-info-warpper .button-warpper .felan-button {
  flex: 0 0 100%;
  background-color: transparent;
  color: var(--felan-color-accent);
}

.project-info-warpper .button-warpper {
  display: block;
}

#tab-sidebar-overview .button-warpper a:hover,
.project-info-warpper .button-warpper .felan-button:hover {
  background-color: var(--felan-color-accent);
  color: #fff;
}

.felan-border-primary .felan-button.button-border-bottom::after,
.felan-border-primary .felan-button.button-border-bottom::before,
.felan-border-primary .felan-button.button-link::after {
  background-color: var(--felan-color-primary);
}

.felan-package-layout-01 .felan-package-wrap,
.felan-package-layout-02 .felan-package-wrap {
  margin-top: 0;
}

div.felan-view-demo .felan-image-inner {
  padding: 0;
  background-color: transparent;
  border-radius: 12px;
}

div.felan-view-demo .image {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #eee;
}

.archive-layout input.archive-search-location {
  height: 58px;
}

.felan-categories-list ul.sub-all-categories {
  margin-top: 0;
}

.felan-freelancers.layout-center .felan-freelancers-item {
  padding: 20px !important;
}

.nav-dashboard-wapper.close .nav-dashboard:before {
  width: calc(100% + 32px);
}

.nav-dashboard-wapper.close .list-nav-dashboard .nav-item a:hover img,
.nav-dashboard-wapper.close .list-nav-dashboard .nav-item.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(104%);
}

ul.nav-modern-tabs .nav-item a {
  font-weight: 500 !important;
}

.area-menu {
  font-size: 16px;
}

.site-menu.desktop-menu.main-menu .sub-menu {
  font-size: 16px;
}

.site-menu.desktop-menu .menu li .children,
.site-menu.desktop-menu .menu li .sub-menu {
  margin-top: 0;
}

body.single-freelancer .site-layout.has-sidebar #primary {
  max-width: calc(100% - 330px);
}

.custom-modern-tabs-01 .nav-modern-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.account .user-control {
  min-width: 240px;
}

.elementor-widget-felan-service-category .cate-title {
  font-size: 17px;
}

.form-jobs-top-filter .felan-form-location .icon-location {
  position: absolute;
  top: 16px;
  right: 15px;
}

.site-menu.mobile-menu .user-name {
  color: #111;
  display: flex;
  flex-direction: column;
}

.site-menu.mobile-menu .avatar {
  display: flex;
}

body.single-freelancer #wrapper {
  overflow-x: hidden;
}

.felan-search-horizontal .form-group .icon-location svg {
  position: static;
  transform: none;
}

.felan-search-horizontal .form-group .icon-location {
  top: 22px;
}

.post-type-archive-jobs .felan-form-location .icon-location svg {
  position: static;
}

div.site-menu.mobile-menu .account .user-show a {
  color: #111;
}

.felan-categories-list ul.list-all-categories li a {
  display: inline-flex !important;
}

body.single-jobs .form-popup-apply .apply-popup {
  max-width: 450px !important;
}

div.site-menu.mobile-menu .top-mb-menu .account a {
  color: #111;
}

div.site-menu.mobile-menu .list-nav-dashboard .nav-item a {
  color: #fff;
}

body.single-project .felan_breadcrumb li.current,
body.single-jobs .felan_breadcrumb li.current,
body.single-company .felan_breadcrumb li.current,
body.single-service .felan_breadcrumb li.current,
body.single-freelancer .felan_breadcrumb li.current {
  display: none;
}

.package-service .package-header .title-my-service a.service-change {
  font-size: 12px;
  margin-top: 0;
  position: relative;
  top: -5px;
  font-weight: 600;
}

.felan-form-location .icon-location {
  top: 16px;
}

.felan-form-location .radius {
  z-index: 2;
}

@media (max-width: 576px) {
  body.single-freelancer .main-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.single-freelancer .main-content .site-layout.has-sidebar {
    display: flex;
    flex-direction: column-reverse;
  }
  body.single-freelancer .main-content .freelancer-sidebar {
    margin-bottom: 50px;
  }
}
.freelancer-sidebar .add-follow-freelancer {
  position: absolute !important;
  top: 15px;
  left: 15px;
  padding: 0;
  border: 0;
  margin-top: 0;
}

.freelancer-sidebar .add-follow-freelancer:hover {
  background-color: transparent;
  color: #111;
}

.freelancer-sidebar .add-follow-freelancer .icon-plus {
  font-size: 20px;
}

.freelancer-sidebar .add-follow-freelancer .text-icon {
  display: none;
}

.freelancer-sidebar {
  position: relative;
}

.freelancer-sidebar .info-bottom-btn {
  margin-top: 12px;
  gap: 10px;
  display: block;
}

.freelancer-sidebar .info-bottom-btn > .felan-add-to-follow-freelancer {
  flex: 0 0 47%;
  text-align: center;
}

.freelancer-sidebar .info-bottom-btn .felan-button i,
.freelancer-sidebar .info-bottom-btn .felan-add-to-follow-freelancer i {
  margin-left: 5px;
}

.form-group.location.loading:before {
  top: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.canvas-search .btn-close {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
  font-size: 22px;
  color: #fff;
}

div.site-menu.mobile-menu .nav-dashboard .nav-item a {
  color: #fff;
}

div.site-menu.mobile-menu .felan-nav-dashboard {
  margin-top: 15px;
}

.jobs-company-sidebar .company-sidebar-center .action-inner .account {
  position: static;
}

.jobs-company-sidebar .company-sidebar-center .action-inner .add-follow-company {
  position: absolute;
  top: 20px;
  left: 20px;
}
.jobs-company-sidebar .company-sidebar-center .action-inner .add-follow-company .icon-plus {
  display: flex;
}

.jobs-company-sidebar .company-sidebar-center .action-inner .account {
  width: auto;
}

.jobs-company-sidebar .company-sidebar-center .action-inner .btn-webs {
  margin-right: 0;
}

#freelancer-service-order .service-header .cate {
  font-weight: 500;
  color: var(--felan-color-primary);
}
#freelancer-service-order .service-header .cate:hover {
  color: var(--felan-color-accent);
}

#service-order tr > td,
#freelancer-service-order tr > td {
  max-width: 400px;
}
#service-order .author,
#freelancer-service-order .author {
  color: var(--felan-color-accent);
}

.count-sales {
  margin-left: 15px;
  margin-bottom: 5px;
}

a.review-count:hover {
  color: var(--felan-color-accent) !important;
}

.felan-service-order-detail .order-content,
.felan-service-order-detail .order-sidebar {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--felan-color-border);
}
.felan-service-order-detail .order-sidebar {
  padding: 24px;
}
.felan-service-order-detail .content {
  max-width: 100% !important;
}
.felan-service-order-detail .order-top {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--felan-color-border);
}
.felan-service-order-detail .order-top .status span {
  margin-left: 5px;
}
.felan-service-order-detail .order-top .info {
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  margin-bottom: 24px;
}
.felan-service-order-detail .order-top img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 12px;
}
.felan-service-order-detail .order-top .title-my-service {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.felan-service-order-detail .order-top .author {
  color: var(--felan-color-accent);
}
.felan-service-order-detail .order-top .order-date .value {
  color: var(--felan-color-primary);
  font-weight: 500;
  padding-right: 3px;
}
.felan-service-order-detail .order-top .order-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.felan-service-order-detail .order-center-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--felan-color-border);
}
.felan-service-order-detail .order-center-item h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.felan-service-order-detail .order-center-item .fee {
  color: var(--felan-color-primary);
  font-weight: 500;
  margin-bottom: 3px;
}
.felan-service-order-detail .order-center-item .price-default {
  color: var(--felan-color-primary);
  font-weight: 500;
  margin-bottom: 8px;
}
.felan-service-order-detail .order-center-item .order-des {
  color: #777;
  margin-bottom: 8px;
}
.felan-service-order-detail .order-center-item .delivery-time .time {
  color: var(--felan-color-primary);
  font-weight: 500;
}
.felan-service-order-detail .order-center-item .content {
  margin: 0;
  padding-right: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
.felan-service-order-detail .order-center-item .content li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.felan-service-order-detail .order-center-item .content .check {
  margin-left: 5px;
}
.felan-service-order-detail .order-addons .title {
  color: var(--felan-color-primary);
  font-weight: 500;
  margin-bottom: 6px;
}
.felan-service-order-detail .order-addons .delivery-time {
  color: #777;
}
.felan-service-order-detail .order-addons-inner .content-addons {
  margin-bottom: 10px;
}
.felan-service-order-detail .canceled-inner {
  background-color: rgba(237, 0, 6, 0.05);
  padding: 20px;
  border-radius: 16px;
  margin-top: 20px;
}
.felan-service-order-detail .canceled-inner h4 {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.felan-service-order-detail .canceled-inner h4 svg {
  margin-left: 8px;
}
.felan-service-order-detail .canceled-inner .felan-button {
  margin-top: 8px;
}
.felan-service-order-detail p {
  margin-bottom: 0;
}
.felan-service-order-detail .order-bottom.order-canceled {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-service-order-detail .order-bottom .total-budget {
  color: var(--felan-color-primary);
  font-size: 24px;
  font-weight: 500;
}
.felan-service-order-detail .order-bottom .order-status {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-service-order-detail .order-bottom .felan-button.btn-action-review {
  background-color: #3AB446;
  border-color: #3AB446;
  margin-left: 10px;
}
.felan-service-order-detail .order-bottom .felan-button.btn-canceled, .felan-service-order-detail .order-bottom .felan-button.button-outline.btn-add-to-message {
  border-color: var(--felan-color-border);
  color: var(--felan-color-primary);
}
.felan-service-order-detail .order-bottom .felan-button.btn-canceled:hover, .felan-service-order-detail .order-bottom .felan-button.button-outline.btn-add-to-message:hover {
  color: #fff;
  background-color: var(--felan-color-primary);
  border-color: var(--felan-color-primary);
}
.felan-service-order-detail .order-bottom .felan-button.btn-order-refund {
  margin-right: auto;
}
.felan-service-order-detail .order-history .avatar,
.felan-service-order-detail .disputes-history .avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
.felan-service-order-detail .order-history .info-history,
.felan-service-order-detail .disputes-history .info-history {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-service-order-detail .order-history .history-item + .history-item,
.felan-service-order-detail .disputes-history .history-item + .history-item {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}
.felan-service-order-detail .order-history .history-item .content,
.felan-service-order-detail .disputes-history .history-item .content {
  padding-top: 15px;
}
.felan-service-order-detail .order-history .download,
.felan-service-order-detail .disputes-history .download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}
.felan-service-order-detail .order-history .download .title,
.felan-service-order-detail .disputes-history .download .title {
  padding-right: 5px;
  padding-left: 5px;
}
.felan-service-order-detail .order-history + .order-chat {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--felan-color-border);
}
.felan-service-order-detail .order-sidebar {
  max-height: 720px;
  overflow-y: auto;
  overflow-x: hidden;
}
.felan-service-order-detail .order-sidebar h4 {
  font-size: 24px;
  margin-bottom: 12px;
}
.felan-service-order-detail .order-sidebar .image-freelancers {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}
.felan-service-order-detail .order-sidebar .info {
  margin-right: 10px;
}
.felan-service-order-detail .order-sidebar .info h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.felan-service-order-detail .order-sidebar .info-freelancer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.felan-service-order-detail .order-sidebar .info-freelancer:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--felan-color-border);
  display: block;
  right: -30px;
  left: -30px;
}
.felan-service-order-detail .order-sidebar .freelancer-review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-service-order-detail .order-sidebar .tab-list {
  margin-bottom: 15px;
}
.felan-service-order-detail .order-sidebar .tab-dashboard .tab-item.active:before {
  content: none;
}
.felan-service-order-detail .order-sidebar .tab-dashboard .tab-item.active a {
  color: var(--felan-color-primary);
}
.felan-service-order-detail .order-sidebar .tab-dashboard .tab-item:hover:before {
  width: 0;
}
.felan-service-order-detail .order-sidebar .tab-dashboard .tab-item + .tab-item {
  margin-right: 25px;
}
.felan-service-order-detail .order-sidebar .tab-dashboard .tab-item a {
  color: #777;
}

.service-header .author {
  color: var(--felan-color-accent);
}

.service-meta .count-sales {
  margin-left: 0;
  margin-bottom: 0;
}
.service-meta .service-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.service-meta .service-view svg {
  width: 20px;
}
.service-meta .service-view .count {
  margin-right: 5px;
}

body.post-type-archive-jobs #felan-form-single.active .bg-overlay {
  bottom: -999%;
}

body.post-type-archive-jobs .content-popup #felan_form_apply_jobs {
  max-width: 500px;
  right: 20%;
}

.felan-disputes .order-top .order-date {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.felan-disputes .order-top .order-id {
  padding-left: 30px;
}
.felan-disputes .order-sidebar .info-freelancer {
  padding-bottom: 0;
  margin-bottom: 0;
}
.felan-disputes .order-sidebar .info-freelancer:before {
  content: none;
}
.felan-disputes .order-sidebar .content-request h5 {
  font-size: 18px;
  margin-top: 20px;
}
.felan-disputes .order-sidebar .content-request p {
  margin-bottom: 24px;
}
.felan-disputes .order-sidebar .reply h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.felan-disputes .order-sidebar .reply .felan-button {
  margin-top: 10px;
}
.felan-disputes .info-freelancer img {
  width: 48px !important;
  height: 48px !important;
}
.felan-disputes .disputes-history .history-item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.felan-disputes .disputes-history .history-item + .history-item {
  margin-top: 0;
  border: 0;
}
.felan-disputes .disputes-history .history-item:before {
  content: "";
  height: 1px;
  display: block;
  background-color: var(--felan-color-border);
  right: -24px;
  position: absolute;
  left: -24px;
  top: 0;
}
.felan-disputes .disputes-history .history-item.receiver:after {
  content: "";
  background: #3AB446;
  position: absolute;
  display: block;
  width: 2px;
  bottom: 0;
  top: 0;
  right: -24px;
}
.felan-disputes #felan-disputes-message {
  position: relative;
  padding-top: 24px;
}
.felan-disputes #felan-disputes-message:before {
  content: "";
  height: 1px;
  display: block;
  background-color: var(--felan-color-border);
  right: -24px;
  position: absolute;
  left: -24px;
  top: 0;
}

span.not-disputes {
  padding: 24px;
  display: block;
}

.service-head-details .felan-rating-warpper {
  margin-right: 15px;
}

.service-info-sidebar .review-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.service-info-sidebar .review-inner .felan-rating-warpper {
  margin-bottom: 0;
  margin-right: 12px;
}
.service-info-sidebar .review-inner .felan-rating-warpper:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ddd;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
}

.action-review .felan-rating-warpper {
  display: inline-block;
}

.felan-upload-cv .info-image-type {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

.order-chat .cv-icon-delete {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 99999999;
}
.order-chat #felan_select_cv {
  height: 60px;
  width: 100%;
  background-color: rgba(255, 196, 2, 0.2);
  margin-top: 15px;
  border-radius: 8px;
  border: 1px dashed var(--felan-color-border);
}
.order-chat #felan_select_cv span {
  padding-right: 5px;
}
.order-chat .message_error {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: red;
}
.order-chat .message_error.true {
  color: green;
}

.company-sidebar-info > .title-wapper {
  display: flex;
  align-items: center;
}

.freelancer-withdraw-popup .withdrawals-fee {
  color: green;
}

.service-header .info-service-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.service-header .info-service-inner .felan-rating-warpper,
.service-header .info-service-inner .count-sales {
  margin-left: 15px;
  margin-bottom: 0;
}
.service-header .info-service-inner .service-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.service-header .info-service-inner .service-view .count {
  margin-right: 5px;
}
.service-header .info-service-inner .service-view svg {
  width: 20px;
}

@media (max-width: 767px) {
  body.single-freelancer .tab-single .tab-single-list {
    overflow-x: auto;
  }
  body.single-freelancer .tab-single .tab-single-item {
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
  }
  body.single-freelancer .tab-single .tab-single-list:before {
    width: 250vh;
  }
  body.single-freelancer .tab-single .tab-single-item:before {
    right: 0;
  }
  body.single ul.felan_breadcrumb {
    display: none;
  }
  body.single .page-breadcrumb {
    margin-top: 25px;
  }
  body.single-freelancer .tab-single .tab-single-list {
    position: static;
  }
  .felan-service-order .service-header,
  .felan-disputes .service-header {
    min-width: 350px;
  }
}
