.felan-dashboard .total-action .entry-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--felan-color-secondary);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.felan-dashboard .total-action .entry-number {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.26;
  color: var(--felan-color-primary);
}
.felan-dashboard .total-action .icon-total {
  margin-left: auto;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
}
.felan-dashboard .total-action ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 6px;
  margin-left: -6px;
  margin-right: -6px;
}
.felan-dashboard .total-action li {
  padding: 6px;
}
.felan-dashboard .total-action li > div {
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: solid 1px var(--felan-color-border);
  background-color: #ffffff;
  padding: 24px 24px 24px 32px;
}
.felan-dashboard .total-action .icon-dashboard-01 .icon-total {
  background-color: #FF585C;
}
.felan-dashboard .total-action .icon-dashboard-02 .icon-total {
  background-color: #FFC402;
}
.felan-dashboard .total-action .icon-dashboard-03 .icon-total {
  background-color: #3AB446;
}
.felan-dashboard .total-action .icon-dashboard-04 .icon-total {
  background-color: #7744A7;
}
.felan-dashboard .recent-action {
  margin-top: 40px;
}

.felan-dashboard .notification-dashboard .row {
  margin-right: -6px;
  margin-left: -6px;
}
.felan-dashboard .notification-dashboard .col-md-7,
.felan-dashboard .notification-dashboard .col-md-5 {
  padding-left: 6px;
  padding-right: 6px;
}
.felan-dashboard .notification-dashboard .applicants-wrap {
  padding: 32px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  border-radius: 8px;
}
.felan-dashboard .notification-dashboard .applicants-wrap .felan-button {
  border-color: var(--felan-color-border);
  color: var(--felan-color-primary);
  padding: 12px;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.felan-dashboard .notification-dashboard .applicants-wrap .felan-button:hover {
  color: #fff;
  border-color: var(--felan-color-accent);
}
.felan-dashboard .notification-dashboard .image-applicants {
  min-width: 60px;
  height: 60px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 60px;
  margin-right: 16px;
  border-radius: 50%;
}
.felan-dashboard .notification-dashboard .image-applicants i {
  font-size: 18px;
  color: var(--felan-color-secondary);
}
.felan-dashboard .notification-dashboard .image-applicants img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.felan-dashboard .notification-dashboard .title-applicants {
  font-size: 24px;
  margin-bottom: 28px;
}
.felan-dashboard .notification-dashboard .applicants-innner + .applicants-innner {
  margin-top: 31px;
}
.felan-dashboard .notification-dashboard .applicants-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
.felan-dashboard .notification-dashboard .applicants-heading h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.felan-dashboard .notification-dashboard .applicants-heading span {
  font-weight: 500;
  color: var(--felan-color-accent);
  background-color: rgba(0, 116, 86, 0.05);
  width: 26px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  border-radius: 8px;
}
.felan-dashboard .notification-dashboard .applicants-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-dashboard .notification-dashboard .applicants-content + .applicants-content {
  margin-top: 24px;
}
.felan-dashboard .notification-dashboard .applicants-content .content p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--felan-color-secondary);
}
.felan-dashboard .notification-dashboard .applicants-content .content h6 {
  font-size: 18px;
}
.felan-dashboard .jobs-dashboard-wrap {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--felan-color-border);
  padding: 32px;
}
.felan-dashboard .jobs-dashboard-wrap .title-jobs {
  font-size: 24px;
}
.felan-dashboard .jobs-dashboard-wrap .not-jobs {
  padding-top: 30px;
}
.felan-dashboard .jobs-dashboard-wrap .logo-company {
  height: 60px;
  width: 60px;
  object-fit: cover;
  background-color: #f9f9f9;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  max-width: none;
}
.felan-dashboard .jobs-dashboard-wrap .company-header {
  margin-top: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.felan-dashboard .jobs-dashboard-wrap .company-header .img-comnpany {
  margin-right: 12px;
}
.felan-dashboard .jobs-dashboard-wrap .title-jobs-dashboard {
  margin-bottom: 0;
  font-size: 16px;
}
.felan-dashboard .jobs-dashboard-wrap .title-jobs-dashboard a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.felan-dashboard .jobs-dashboard-wrap .title-jobs-dashboard a i {
  font-size: 14px;
  margin-left: 3px;
}
.felan-dashboard .jobs-dashboard-wrap .felan-button {
  margin-top: 35px;
}

.jobs-dashboard-wrap .info-jobs .title-jobs-dashboard a {
  display: block;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .notification-dashboard .applicants-wrap {
    margin-top: 12px;
  }
}
.applicants-dashboard .search-left .select2 {
  min-width: 250px;
}
.applicants-dashboard .action-search input {
  min-width: 300px;
}
.applicants-dashboard .table-dashboard .applied {
  font-weight: 500;
  color: var(--felan-color-secondary);
}
.applicants-dashboard .table-dashboard .applied span {
  color: var(--felan-color-accent);
}
.applicants-dashboard .table-dashboard .applied i {
  padding-left: 3px;
  color: var(--felan-color-secondary);
  font-size: 14px;
}
.applicants-dashboard td.info,
.applicants-dashboard td.status {
  min-width: 200px;
}
.applicants-dashboard .image-applicants {
  min-width: 60px;
  height: 60px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.applicants-dashboard .image-applicants i {
  font-size: 18px;
  color: var(--felan-color-secondary);
}
.applicants-dashboard .applicants-control i.fa-facebook-messenger:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  top: 0;
  right: -5px;
  border: 2px solid #fff;
}
.applicants-dashboard .applicants-control i.fa-facebook-messenger.active:after {
  content: none;
}

#form-messages-applicants .content-mess {
  margin-top: 15px;
}
#form-messages-applicants .felan-button {
  margin-top: 10px;
}

.my-freelancer .info-details i {
  background-color: #3ab446;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 8px;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.my-freelancer .info-details p {
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.my-freelancer .cate-info {
  font-weight: 500;
  color: var(--felan-color-secondary);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.my-freelancer .action-search input {
  width: 380px;
}
.my-freelancer .table-dashboard tbody .list-action {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.my-freelancer .table-dashboard tbody td:last-child {
  padding-right: 35px;
  width: 70px;
}
.my-freelancer .image-freelancers {
  min-width: 60px;
  height: 60px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.my-freelancer .image-freelancers i {
  font-size: 18px;
  color: var(--felan-color-secondary);
}
.my-freelancer .felan-loading-effect {
  display: none;
}

.felan-avatar-freelancer {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.felan-avatar-freelancer .freelancer-fields-thumbnail #felan_thumbnail_container {
  height: 150px;
}
.felan-avatar-freelancer .freelancer-fields-thumbnail,
.felan-avatar-freelancer #felan_add_thumbnail {
  width: 100%;
}

@media (max-width: 576px) {
  .my-freelancer .action-search input {
    width: 100%;
  }
  .felan-avatar-freelancer {
    display: block;
  }
  .felan-avatar-freelancer .freelancer-fields-thumbnail {
    margin-top: 30px;
  }
}
.pakages-dashboard .limit,
.pakages-dashboard .days,
.pakages-dashboard .remaining {
  font-weight: 500;
  text-transform: capitalize;
}
.pakages-dashboard .package-id {
  color: var(--felan-color-accent);
}

#form-freelancer-user-package .inner-popup,
#form-employer-user-package .inner-popup {
  padding: 0;
  max-width: 370px;
}
#form-freelancer-user-package h5,
#form-employer-user-package h5 {
  padding: 24px;
}
#form-freelancer-user-package .btn-close,
#form-employer-user-package .btn-close {
  top: 30px;
  right: 24px;
}
#form-freelancer-user-package i.fa-check,
#form-employer-user-package i.fa-check {
  color: #3ab446;
}

.felan-overview-package {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.felan-overview-package li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 24px;
  font-weight: 500;
}
.felan-overview-package li:nth-child(odd) {
  background-color: rgba(0, 116, 86, 0.05);
}
.felan-overview-package .content {
  color: var(--felan-color-primary);
}

@media (min-width: 1200px) {
  .pakages-dashboard .col-name {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .pakages-dashboard tbody td:first-child {
    min-width: 120px !important;
  }
}
.meetings-dashboard .row {
  margin-left: -4px;
  margin-right: -4px;
}
.meetings-dashboard .col-md-4 {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}
.meetings-dashboard .meetings-warpper {
  background-color: #fff;
  border: 1px solid var(--felan-color-border);
  border-radius: 8px;
  padding: 20px;
}
.meetings-dashboard .meetings-warpper:not(.expired) .social.time i {
  color: #3AB446;
}
.meetings-dashboard .tabs-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.meetings-dashboard .tab-list {
  margin-bottom: 0;
}
.meetings-dashboard .calendar {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
}
.meetings-dashboard .calendar.is-active {
  color: red;
}
.meetings-dashboard .calendar .dot {
  top: -3px;
  position: relative;
  font-size: 20px;
  color: #ddd;
}
.meetings-dashboard .calendar i {
  margin-right: 10px;
  font-size: 20px;
  color: var(--felan-color-secondary);
}
.meetings-dashboard h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.meetings-dashboard .meeting-width {
  font-weight: 500;
  color: var(--felan-color-secondary);
}
.meetings-dashboard .meeting-width .athour {
  color: var(--felan-color-accent);
}
.meetings-dashboard .meetings-bottom {
  display: -ms-flexbox;
  display: flex;
}
.meetings-dashboard .meetings-bottom i {
  margin-right: 11px;
}
.meetings-dashboard .meetings-bottom .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.meetings-dashboard .meetings-bottom .social + .social {
  margin-left: 18px;
}
.meetings-dashboard .pagination-dashboard {
  background-color: transparent;
  border: none;
  padding-left: 0;
}
.meetings-dashboard .pagination-dashboard .felan-pagination {
  -ms-flex-pack: center;
  justify-content: center;
}
.meetings-dashboard .action-setting {
  margin-left: auto;
  position: relative;
}
.meetings-dashboard .action-setting .icon-setting {
  padding-left: 10px;
  font-size: 24px;
  cursor: pointer;
}
.meetings-dashboard .action-setting i {
  margin-right: 0;
}
.meetings-dashboard .action-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  list-style: none;
  right: 100%;
  bottom: -20px;
  width: 110px;
  text-align: right;
  padding: 15px;
  z-index: 2;
  border: 1px solid var(--felan-color-border);
}
.meetings-dashboard .action-dropdown a {
  font-size: 14px;
}
.meetings-dashboard .tab-info {
  position: relative;
}
.meetings-dashboard .tab-info .felan-loading-effect {
  display: none;
}
.meetings-dashboard .meeting-info-settings {
  font-weight: 500;
  color: var(--felan-color-secondary);
  padding-top: 20px;
  border-top: 1px solid var(--felan-color-border);
  margin-top: 20px;
}
.meetings-dashboard .meeting-info-settings .meeting-zoom-link {
  margin-bottom: 10px;
}
.meetings-dashboard .meeting-info-settings .meeting-zoom-link a {
  color: red;
}
.meetings-dashboard .meeting-info-settings .meeting-zoom-pw {
  color: red;
}
.meetings-dashboard .meeting-info-settings .meeting-zoom-pw span {
  color: var(--felan-color-secondary);
}
.meetings-dashboard .label-close {
  color: var(--felan-color-secondary);
  background-color: var(--felan-color-border);
  position: absolute;
  right: 20px;
}

.meetings-dashboard-freelancer {
  position: relative;
}
.meetings-dashboard-freelancer .col-md-4 {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}
.meetings-dashboard-freelancer .felan-loading-effect {
  display: none;
}

#felan-form-setting-meetings .felan-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
#felan-form-setting-meetings .felan-button i {
  padding-left: 3px;
}

#tab-completed .not-meetings {
  margin-left: 15px;
}

#btn-meetings-reschedule {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
#btn-meetings-reschedule .btn-loading {
  display: none;
  padding-left: 5px;
}

@media (max-width: 576px) {
  .meetings-dashboard .meetings-warpper {
    padding: 35px;
  }
  .meetings-dashboard .tabs-header {
    display: block;
  }
  .meetings-dashboard .tab-list {
    margin-bottom: 20px;
  }
}
.company-dashboard .table-dashboard .info-details p {
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.company-dashboard .active-jobs {
  height: 28px;
  width: 29px;
  text-align: center;
  line-height: 28px;
  background-color: #f4f8ff;
  display: block;
  border-radius: 8px;
  font-weight: 500;
  color: var(--felan-color-accent);
}
.company-dashboard .felan-button {
  margin-top: 32px;
}
.company-dashboard .table-dashboard tbody .action-dropdown {
  width: 80px;
}
.company-dashboard .img-company {
  width: 60px;
  height: 60px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.company-dashboard .img-company i {
  font-size: 18px;
  color: var(--felan-color-secondary);
}

.submit-company-dashboard .submit-company-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 24px;
}
.submit-company-dashboard .entry-title h4 {
  margin-bottom: 0;
}
.submit-company-dashboard .felan-button.button-rounded {
  border-color: var(--felan-color-border);
  color: var(--felan-color-primary);
  margin-right: 10px;
}
.submit-company-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-company-dashboard .header-about .felan-button {
  margin-bottom: 24px;
}
.submit-company-dashboard .header-about .felan-button i {
  margin-left: 5px;
  margin-right: 0;
}

.jobs-performance-dashboard .action-search input {
  width: 300px;
}
.jobs-performance-dashboard .entry-title a {
  color: var(--felan-color-primary);
}
.jobs-performance-dashboard .table-dashboard .applied {
  font-weight: 500;
  color: var(--felan-color-secondary);
}
.jobs-performance-dashboard .table-dashboard .applied span {
  color: var(--felan-color-accent);
}
.jobs-performance-dashboard .table-dashboard .applied i {
  padding-left: 5px;
  color: var(--felan-color-secondary);
}

@media (max-width: 767px) {
  .jobs-performance-dashboard .action-search input {
    width: 100%;
  }
  .jobs-performance-dashboard .felan-chart-warpper {
    padding: 15px;
  }
}
.jobs-dashboard tbody td:not(.action-setting) {
  min-width: 120px;
}
.jobs-dashboard.expired .table-dashboard, .jobs-dashboard.expired .pagination, .jobs-dashboard.expired .action-search {
  position: relative;
}
.jobs-dashboard.expired .table-dashboard:before, .jobs-dashboard.expired .pagination:before, .jobs-dashboard.expired .action-search:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.my-jobs input.search-control,
.my-jobs input.jobs-search-control {
  min-width: 250px;
}

@media (min-width: 481px) {
  .jobs-dashboard > .entry-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .jobs-dashboard h4 {
    margin-bottom: 0;
  }
}
.settings-dashboard {
  max-width: 700px;
}
.settings-dashboard .felan-button {
  margin-bottom: 24px;
}
.settings-dashboard .delete-account {
  margin-top: 32px;
  color: red;
  font-weight: 500;
  display: block;
  color: red !important;
}

.felan-user-avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.felan-user-avatar .des-avatar {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
  max-width: 340px;
  color: var(--felan-color-secondary);
}

#form-setting-deactive h5 {
  font-size: 18px;
  color: red;
  text-align: center;
}
#form-setting-deactive .setting-popup {
  max-width: 270px;
  padding: 20px;
}

@media (max-width: 375px) {
  .felan-user-avatar {
    display: block;
  }
}
.pagination-dashboard {
  border: 1px solid var(--felan-color-border);
  border-top: 0;
  padding: 24px;
  background-color: #fff;
}
.pagination-dashboard .items-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-dashboard select {
  width: 70px;
  padding: 7px 16px;
  color: var(--felan-color-primary);
}
.pagination-dashboard .text-pagination {
  color: var(--felan-color-secondary);
  margin-bottom: 0;
  margin-left: 16px;
}
.pagination-dashboard .felan-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}
.pagination-dashboard .felan-pagination .page-numbers {
  width: auto;
  margin-right: 22px;
  color: var(--felan-color-secondary);
}
.pagination-dashboard .felan-pagination .page-numbers.current {
  background-color: transparent;
  color: var(--felan-color-accent);
}
.pagination-dashboard .felan-pagination .page-numbers.next, .pagination-dashboard .felan-pagination .page-numbers.prev {
  width: 36px;
  height: 36px;
  border: 1px solid var(--felan-color-border);
  border-radius: 8px;
  line-height: 36px;
  text-align: center;
}
.pagination-dashboard .felan-pagination .page-numbers.next i, .pagination-dashboard .felan-pagination .page-numbers.prev i {
  color: var(--felan-color-primary);
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .pagination-dashboard {
    display: block;
  }
  .pagination-dashboard .number-pagination {
    margin-top: 12px;
  }
  .felan-pagination .pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .pagination-dashboard .felan-pagination {
    display: block;
  }
  .pagination-dashboard .felan-pagination .pagination {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
  }
}
.felan-chart-warpper,
.felan-chart-project-warpper {
  padding: 32px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.felan-chart-warpper .chart-header,
.felan-chart-project-warpper .chart-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.felan-chart-warpper .chart-header .title-chart,
.felan-chart-project-warpper .chart-header .title-chart {
  font-size: 24px;
}
.felan-chart-warpper .chart-header .form-chart,
.felan-chart-project-warpper .chart-header .form-chart {
  position: relative;
}
.felan-chart-warpper .chart-header .form-chart select,
.felan-chart-project-warpper .chart-header .form-chart select {
  font-weight: 500;
  padding: 11px 42px 11px 20px;
  border-radius: 8px;
  border-color: var(--felan-color-border);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.felan-chart-warpper .chart-header .form-chart select:focus,
.felan-chart-project-warpper .chart-header .form-chart select:focus {
  outline: none;
}
.felan-chart-warpper .felan-loading-effect,
.felan-chart-project-warpper .felan-loading-effect {
  display: none;
}

.search-dashboard-warpper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  background-color: #fff;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--felan-color-border);
}
.search-dashboard-warpper .search-left {
  display: -ms-flexbox;
  display: flex;
}
.search-dashboard-warpper .search-left .action-search {
  position: relative;
}
.search-dashboard-warpper .search-left .btn-search {
  border: 0;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 12px;
  color: var(--felan-color-text);
}
.search-dashboard-warpper .search-left .select2-field {
  margin-right: 12px;
}
.search-dashboard-warpper .search-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.search-dashboard-warpper .search-right .text-sorting {
  color: var(--felan-color-secondary);
  margin-right: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .search-dashboard-warpper {
    display: block;
  }
  .search-dashboard-warpper .search-left {
    display: block;
    margin-bottom: 15px;
  }
  .search-dashboard-warpper .search-left .select2-field {
    margin-right: 0;
  }
  .search-dashboard-warpper .search-left .action-search {
    margin-top: 15px;
  }
  .search-dashboard-warpper .search-right .text-sorting {
    display: none;
  }
  .search-dashboard-warpper .select2-field {
    width: 100%;
  }
}
.table-dashboard-wapper {
  background-color: #fff;
  position: relative;
}

.table-dashboard {
  display: table !important;
  margin-bottom: 0;
}
.table-dashboard.expired {
  position: relative;
}
.table-dashboard.expired:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.table-dashboard thead th {
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}
.table-dashboard thead th:first-child {
  padding-left: 24px;
}
.table-dashboard thead tr {
  border-bottom: 1px solid var(--felan-color-border);
}
.table-dashboard tbody h3 {
  font-size: 16px;
  color: var(--felan-color-primary);
}
.table-dashboard tbody h3 a {
  color: var(--felan-color-primary);
}
.table-dashboard tbody h3 a:hover {
  color: var(--felan-color-accent);
}
.table-dashboard tbody p {
  margin-bottom: 0;
}
.table-dashboard tbody .is-close h3 {
  color: var(--felan-color-text);
}
.table-dashboard tbody tr {
  border-bottom: 1px solid var(--felan-color-border);
}
.table-dashboard tbody td {
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
}
.table-dashboard tbody td:first-child {
  padding-left: 24px;
}
.table-dashboard tbody td:last-child {
  padding-right: 24px;
}
.table-dashboard tbody .label {
  padding: 5px 13px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.table-dashboard tbody .label-open {
  background-color: #e8f7f5;
  color: #13af97;
}
.table-dashboard tbody .label-urgent {
  color: #6c4cbe;
  background-color: #f5ecff;
}
.table-dashboard tbody .label-close {
  color: var(--felan-color-secondary);
  background-color: #eee;
}
.table-dashboard tbody .label-pause {
  color: #6c4cbe;
  background-color: #f5ecff;
}
.table-dashboard tbody .label-pending {
  color: #ffc402;
  background-color: #fff9e7;
}
.table-dashboard tbody .label-confirming {
  color: #1f72f2;
  background-color: rgba(31, 114, 242, 0.1019607843);
}
.table-dashboard tbody .label-transferring {
  color: #b95c47;
  background-color: #ffe6e0;
}
.table-dashboard tbody .number-applicant {
  color: var(--felan-color-accent);
  font-weight: 500;
}
.table-dashboard tbody .expires-time {
  color: #ed0006;
}
.table-dashboard tbody .icon-setting i {
  font-size: 22px;
}
.table-dashboard tbody .approved .applied-time {
  display: block;
  margin-top: 2px;
  color: var(--felan-color-secondary);
}
.table-dashboard tbody .info .phone {
  margin-top: 5px;
  display: block;
}
.table-dashboard tbody .list-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.table-dashboard tbody .list-action .action + .action {
  margin-left: 24px;
}
.table-dashboard tbody .list-action .action:last-child {
  position: relative;
}
.table-dashboard tbody .list-action .icon-video {
  margin-top: 3px;
}
.table-dashboard tbody .action-setting {
  position: relative;
}
.table-dashboard tbody .info-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 430px;
}
.table-dashboard tbody .info-user img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.table-dashboard tbody .info-user .info-details {
  margin-left: 16px;
}
.table-dashboard tbody h3 {
  margin-bottom: 3px;
}
.table-dashboard tbody .action-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  list-style: none;
  right: calc(100% - 24px);
  width: max-content;
  text-align: right;
  padding: 0;
  z-index: 2;
  margin-bottom: 0;
}
.table-dashboard tbody .action-dropdown a {
  font-size: 15px;
  display: block;
}
.table-dashboard tbody .action-dropdown li {
  padding: 3px 15px;
}
.table-dashboard tbody .action-dropdown li:hover {
  background-color: rgba(0, 116, 86, 0.05);
  cursor: pointer;
}
.table-dashboard tbody .action-dropdown li:hover a {
  color: var(--felan-color-accent);
}
.table-dashboard tbody .title-company-dashboard {
  margin-bottom: 3px;
}
.table-dashboard tbody .title-jobs-dashboard {
  margin-bottom: 0;
}
.table-dashboard tbody .title-jobs-dashboard a {
  color: var(--felan-color-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 3px;
}
.table-dashboard tbody .title-jobs-dashboard a:hover {
  color: var(--felan-color-accent);
}
.table-dashboard tbody .title-jobs-dashboard a .tooltip {
  line-height: 20px;
}
.table-dashboard tbody .title-jobs-dashboard img {
  margin-right: 10px;
  max-width: max-content;
}
.table-dashboard .not-freelancers,
.table-dashboard .not-jobs,
.table-dashboard .not-company,
.table-dashboard .not-service,
.table-dashboard .not-applicants {
  padding: 30px;
  display: block;
}
.table-dashboard .logo-company {
  height: 60px;
  width: 60px;
  object-fit: cover;
  background-color: #f9f9f9;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  max-width: none;
}
.table-dashboard .company-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.table-dashboard .company-header .img-comnpany {
  margin-right: 12px;
}

.label-featured {
  color: #fff;
  background-color: #ffc402;
  padding: 4px 6px !important;
  border-radius: 4px !important;
}

.my-jobs .table-dashboard tbody td:first-child {
  width: 100%;
}
.my-jobs .table-time {
  min-width: 200px;
}
.my-jobs td.status {
  min-width: 150px;
}

#my-jobs td.jobs-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#my-jobs .jobs-logo-company {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .table-dashboard-wapper {
    overflow-x: auto;
  }
  .table-dashboard tbody td {
    min-width: 170px;
  }
  .table-dashboard tbody td:first-child {
    min-width: 350px;
  }
  .table-dashboard tbody td:last-child {
    min-width: 80px;
    text-align: right;
  }
  .table-dashboard tbody td:last-child .action-dropdown {
    right: 24px;
  }
  .table-dashboard tbody tr:last-child .action-dropdown {
    bottom: 24px;
  }
  .table-dashboard tbody .list-action .action .action-dropdown {
    right: 0;
  }
}
@media (max-width: 576px) {
  .table-dashboard td.action-setting {
    position: sticky;
    right: -1px;
    padding-left: 24px;
  }
  .table-dashboard td.action-setting:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -3;
  }
}
.form-dashboard .block-from {
  padding: 24px 32px 8px;
  border-radius: 8px;
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
}
.form-dashboard .block-from ~ .block-from {
  margin-top: 12px;
}
.form-dashboard .row {
  margin-left: -8px;
  margin-right: -8px;
}
.form-dashboard .col-md-6,
.form-dashboard .form-group {
  padding-left: 8px;
  padding-right: 8px;
}
.form-dashboard .col-md-6,
.form-dashboard .form-group {
  margin-bottom: 24px;
}
.form-dashboard h6 {
  font-size: 20px;
  margin-bottom: 28px;
}
.form-dashboard label {
  font-weight: 500;
  color: var(--felan-color-primary);
  margin-bottom: 10px;
}
.form-dashboard label sup {
  color: red;
  font-size: 12px;
  top: -0.2em;
}
.form-dashboard .company-url-warp {
  display: -ms-flexbox;
  display: flex;
}
.form-dashboard .company-url-warp .input-slug {
  width: 80%;
  border-left: 0;
  border-radius: 0 8px 8px 0;
}
.form-dashboard .company-url-warp .input-url {
  border-radius: 8px 0 0 8px;
  background-color: rgba(196, 196, 196, 0.1);
  cursor: no-drop;
}
.form-dashboard .label-about-company {
  margin-bottom: 0;
}
.form-dashboard .media-company .felan-button {
  margin-bottom: 24px;
  margin-left: 8px;
}
.form-dashboard .media-company .felan-button i {
  margin-right: 7px;
  font-size: 18px;
}
.form-dashboard .maps-location-inner {
  position: relative;
}
.form-dashboard .maps-location-inner input {
  padding-right: 50px;
}
.form-dashboard .maps-location-inner i {
  font-weight: 300;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.form-dashboard .button-warpper {
  margin-top: 24px;
  text-align: right;
}
.form-dashboard .form-select {
  position: relative;
}

@media (max-width: 767px) {
  .form-dashboard .block-from {
    padding: 16px;
  }
}
#my-follow .info-company p {
  color: var(--felan-color-secondary);
  font-weight: 500;
}

.felan-my-review .info-company p {
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.felan-my-review .rating-count {
  font-weight: 500;
  color: var(--felan-color-accent);
}

.author-rating .star {
  font-size: 15px;
}

.felan-submit-header.scroll {
  position: sticky;
  width: 100%;
  padding: 15px !important;
  background-color: #fff;
  top: 0;
  border: 1px solid var(--felan-color-border);
  z-index: 9999999;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .felan-submit-header {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .felan-submit-header .entry-title {
    display: none;
  }
}
.felan-boxdb {
  position: relative;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.felan-boxdb:hover {
  -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: 3px 3px 15px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.03);
}
.felan-boxdb .felan-link-boxdb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.felan-payout-dashboard ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.felan-payout-dashboard .payout-item {
  border: 1px solid var(--felan-color-border);
  background-color: #fff;
  border-radius: 16px;
}
.felan-payout-dashboard .payout-item + .payout-item {
  margin-top: 12px;
}
.felan-payout-dashboard .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 24px;
  font-size: 18px;
  color: var(--felan-color-text);
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
}
.felan-payout-dashboard .title:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid #999;
  border-radius: 50%;
  margin-right: 10px;
}
.felan-payout-dashboard .title:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 29px;
}
.felan-payout-dashboard .title.active:before {
  border-color: var(--felan-color-accent);
}
.felan-payout-dashboard .title.active:after {
  background-color: var(--felan-color-accent);
}
.felan-payout-dashboard .content {
  display: none;
  padding: 0 24px 24px;
}
.felan-payout-dashboard .content .form-group + .form-group {
  margin-top: 24px;
}
.felan-payout-dashboard label {
  font-weight: 500;
  color: var(--felan-color-primary);
}
.felan-payout-dashboard #btn-submit-payout {
  margin-top: 24px;
}

.freelancer-profile {
  column-gap: 60px;
}
.freelancer-profile #project-uploaded-list {
  margin-top: 0;
  margin-bottom: 0;
}
.freelancer-profile .btn-uploaded {
  cursor: no-drop;
}
.freelancer-profile .field-note {
  color: var(--felan-color-secondary);
  line-height: 24px;
}
.freelancer-profile .freelancer-profile-strength .has-sticky {
  position: sticky;
  top: 30px;
  z-index: 1;
}
.freelancer-profile .resume .form-dashboard h6 {
  margin-bottom: 24px;
}
.freelancer-profile .resume .freelancer-resume label {
  margin-bottom: 16px;
}
.freelancer-profile .resume #felan_drop_cv {
  margin-bottom: 24px;
}
.freelancer-profile .resume #felan_drop_cv .icon-delete {
  position: relative;
  z-index: 2;
}
.freelancer-profile .resume .file-type {
  color: var(--felan-color-secondary);
}
.freelancer-profile .label-present {
  color: var(--felan-color-accent);
  margin-left: 5px;
  margin-bottom: 0;
}
.freelancer-profile input[name="freelancer_education_check[]"],
.freelancer-profile input[name="freelancer_experience_check[]"] {
  border-color: var(--felan-color-accent);
}
.freelancer-profile input[name="freelancer_education_to[]"]:disabled,
.freelancer-profile input[name="freelancer_experience_to[]"]:disabled {
  background-color: #f9f9f9;
}
.freelancer-profile .freelancer-submit-location #geocoder {
  top: 36px !important;
}
.freelancer-profile ul.card-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.freelancer-profile ul.card-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.freelancer-profile .group-title {
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  position: relative;
  margin-bottom: 28px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--felan-color-border);
  cursor: pointer;
}
.freelancer-profile .group-title h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}
.freelancer-profile .group-title i:last-child {
  margin-left: auto;
}
.freelancer-profile .group-title i:before {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.freelancer-profile .group-title.up ~ .form-group {
  display: none;
}
.freelancer-profile .group-title.up i:last-child::before {
  transform: rotateX(180deg);
}
.freelancer-profile .btn-more {
  position: relative;
  margin-bottom: 24px;
  border: none;
  background-color: white;
  color: var(--felan-color-accent);
  transition: transform 0.3s;
  font-weight: 500;
}
.freelancer-profile .btn-more i {
  margin-right: 10px;
}
.freelancer-profile .btn-more:hover {
  cursor: pointer;
  transform: scale(1.02);
}
.freelancer-profile .card-text-item {
  height: fit-content;
  padding: 5px 15px;
  background-color: rgba(0, 116, 86, 0.05);
  border: 1px solid rgba(0, 116, 86, 0.07);
  border-radius: 3em;
  font-size: 14px;
}
.freelancer-profile .card-text-item i.la-times {
  margin-right: 5px;
  padding: 3px;
  font-weight: bold;
}
.freelancer-profile .card-text-item i.la-times:hover {
  cursor: pointer;
  transform: scale(1.5);
  transition: 0.4s;
}
.freelancer-profile .card-text-item:last-child {
  margin-bottom: 24px;
}
.freelancer-profile .result-notify {
  margin-bottom: 24px;
}
.freelancer-profile .result-notify.success {
  color: greenyellow;
}
.freelancer-profile .result-notify.error {
  color: red;
}
.freelancer-profile .freelancer-resume .col-md-5 {
  padding-left: 7px;
}
.freelancer-profile .freelancer-gallery button {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 -7px;
  border: dashed 1px #ddd;
  border-radius: 0px;
  background-color: #fff;
  font-weight: 500;
  color: var(--felan-color-accent);
}
.freelancer-profile .freelancer-gallery button i {
  display: block;
  margin-bottom: 10px;
  color: var(--felan-color-secondary);
}
.freelancer-profile .freelancer-gallery .gallery-uploader {
  display: flex;
  flex-direction: column;
  width: 150px;
  padding-right: 0px;
}
.freelancer-profile .freelancer-gallery #felan_gallery_errors_log {
  margin-top: 8px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.freelancer-profile .freelancer-gallery .field-note {
  margin: 8px auto 0 auto;
  width: 92px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.freelancer-profile #felan_freelancer_cover_image_view {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#tab-projects .project-uploaded-list {
  width: 150px;
  height: 150px;
  display: inline-block;
  border: 1px dashed #ddd;
  padding-right: 0;
}
#tab-projects .media-thumb {
  width: 100%;
  height: 100%;
}
#tab-projects .media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tab-projects .media-item-actions .icon-project-delete {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f9f9f9;
}
#tab-projects .project-upload {
  position: absolute;
  left: 55px;
  top: 70px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
#tab-projects .project-upload span {
  color: var(--felan-color-accent);
  font-weight: 500;
  margin-top: 5px;
}
#tab-projects .project-upload span .large {
  margin-left: 15px;
}
#tab-projects .field-note {
  margin-top: 10px;
}

.freelancer-profile-strength .profile-strength {
  --bord: 6px;
  position: relative;
  margin-left: 30px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: help;
}
.freelancer-profile-strength .profile-strength:before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  background: conic-gradient(var(--felan-color-accent) calc(var(--pct) * 1%), #dddddd 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--bord)), #000 calc(100% - var(--bord)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--bord)), #000 calc(100% - var(--bord)));
}
.freelancer-profile-strength.active {
  background-color: #3ab446;
}
.freelancer-profile-strength: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));
}
.freelancer-profile-strength:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: relative;
  font-size: 8px;
  color: #fff;
  top: -2px;
}
.freelancer-profile-strength .tip-content {
  position: absolute;
  top: 0;
  left: 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: 245px;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 999;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.freelancer-profile-strength .tip-content.post-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 10px));
  -moz-transform: translate(-50%, calc(100% + 10px));
  -o-transform: translate(-50%, calc(100% + 10px));
  -ms-transform: translate(-50%, calc(100% + 10px));
  transform: translate(-50%, calc(100% + 10px));
}
.freelancer-profile-strength .tip-content.post-bottom:after {
  content: "\f0d8";
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: -2px;
  bottom: auto;
}
.freelancer-profile-strength .tip-content:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
  bottom: 3px;
  left: 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%);
}
.freelancer-profile-strength .tip-content h4 {
  font-size: 13px;
  color: #fff;
}
.freelancer-profile-strength .tip-content .profile-list-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.freelancer-profile-strength .tip-content .profile-list-check li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.freelancer-profile-strength .tip-content .profile-list-check li.check i.fa-check {
  background-color: #3ab446;
}
.freelancer-profile-strength .tip-content .profile-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-left: 0;
  margin-right: 5px;
}

#tab-skills {
  max-width: 700px;
}
@media only screen and (min-width: 768px) {
  #tab-skills select {
    width: 650px;
  }
}

.sub-head {
  color: var(--felan-color-secondary);
  margin-top: 8px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .freelancer-profile-dashboard .tab-content.row {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .freelancer-profile-dashboard .tab-content.row .profile-strength {
    margin-left: auto;
    margin-right: auto;
  }
  .freelancer-profile-strength {
    display: none;
  }
}
@media (max-width: 320px) {
  #freelancer-profile {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.nav-freelancer_dashboard .nav-profile-strength .title {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
}
.nav-freelancer_dashboard .nav-profile-strength .title span:not(:first-child) {
  color: var(--felan-color-accent);
}
.nav-freelancer_dashboard .nav-profile-strength .left-strength {
  width: 100%;
  height: 6px;
  background-color: rgb(238, 238, 238);
  border-radius: 4px;
}
.nav-freelancer_dashboard .nav-profile-strength .left-strength span {
  display: block;
  width: calc(var(--pct) * 1%);
  height: 100%;
  background-color: rgb(0, 116, 86);
  border-radius: 4px;
}

.ricetheme-messages {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--felan-color-border);
  border-radius: 16px;
}
.ricetheme-messages .mess-tab-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
}
.ricetheme-messages .mess-tab-head .mess-refresh {
  font-size: 14px;
  font-weight: 500;
  color: var(--felan-color-accent);
  cursor: pointer;
}
.ricetheme-messages .mess-tab-head .mess-refresh span {
  padding-left: 5px;
}
.ricetheme-messages .mess-list {
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  border-right: 1px solid var(--felan-color-border);
}
.ricetheme-messages .mess-list.empty {
  height: 570px;
}
.ricetheme-messages .mess-list.empty .tab-list-mess {
  padding-left: 32px;
  padding-top: 32px;
}
.ricetheme-messages .mess-list.empty .tab-info .no-mess {
  margin-bottom: 0;
  text-align: center;
  padding-top: 207px;
  color: var(--felan-color-primary);
  font-weight: 500;
}
.ricetheme-messages .mess-content {
  width: 100%;
  -ms-flex: 1;
  flex: 1;
}
.ricetheme-messages .message-back-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  margin-right: 12px;
  cursor: pointer;
}
.ricetheme-messages .mess-content.empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.ricetheme-messages .mess-content.empty h2 {
  font-size: 24px;
  margin-top: 22px;
  margin-bottom: 7px;
}
.ricetheme-messages .mess-content.empty p {
  margin-bottom: 24px;
}
.ricetheme-messages .tab-list {
  margin-bottom: 18px;
  padding-left: 32px;
  padding-top: 32px;
}
.ricetheme-messages .thumb {
  position: relative;
}
.ricetheme-messages .thumb img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.ricetheme-messages .thumb:before {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #3ab446;
  position: absolute;
  left: 0;
  top: 0;
}
.ricetheme-messages .thumb.online:before {
  display: block;
  background-color: #3ab446;
}
.ricetheme-messages .thumb.offline:before {
  display: block;
  background-color: #ed0006;
}
.ricetheme-messages .uname {
  font-weight: 500;
  color: var(--felan-color-primary);
}
.ricetheme-messages .date {
  font-size: 14px;
}
.ricetheme-messages .tab-mess .tab-list-mess {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.ricetheme-messages .tab-mess .tab-item {
  position: relative;
}
.ricetheme-messages .tab-mess .tab-item:hover a, .ricetheme-messages .tab-mess .tab-item.active a {
  color: var(--felan-color-accent);
}
.ricetheme-messages .tab-mess .tab-item:hover:before, .ricetheme-messages .tab-mess .tab-item.active:before {
  width: 100%;
}
.ricetheme-messages .tab-mess .tab-item:before {
  left: 0;
  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;
}
.ricetheme-messages .tab-mess .tab-item + .tab-item {
  margin-left: 32px;
}
.ricetheme-messages .tab-mess .tab-item a {
  font-size: 18px;
  color: var(--felan-color-secondary);
  font-weight: 500;
}
.ricetheme-messages .tab-content {
  height: 500px;
  overflow: auto;
}
.ricetheme-messages .tab-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ricetheme-messages .tab-info ul li {
  position: relative;
  display: flex;
  color: #999;
  padding: 16px 32px;
}
.ricetheme-messages .tab-info ul li + li:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  background-color: var(--felan-color-border);
  top: 0;
  left: 32px;
  right: 32px;
}
.ricetheme-messages .tab-info ul li:hover {
  cursor: pointer;
}
.ricetheme-messages .tab-info ul li.active {
  background: rgba(0, 116, 86, 0.05);
}
.ricetheme-messages .tab-info ul li.active:before {
  content: "";
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--felan-color-accent);
}
.ricetheme-messages .tab-info ul li.unread .desc {
  color: red;
}
.ricetheme-messages .tab-info .thumb {
  flex: 0 0 36px;
}
.ricetheme-messages .tab-info .detail {
  padding-left: 12px;
  width: 100%;
}
.ricetheme-messages .tab-info .desc {
  line-height: 1.5;
}
.ricetheme-messages .tab-info .name {
  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-bottom: 8px;
}
.ricetheme-messages .mess-content__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px;
  border-bottom: 1px solid var(--felan-color-border);
}
.ricetheme-messages .mess-content__head .thumb {
  flex: 0 0 48px;
}
.ricetheme-messages .mess-content__head .thumb img {
  width: 48px;
  height: 48px;
}
.ricetheme-messages .mess-content__head .left {
  display: -ms-flexbox;
  display: flex;
}
.ricetheme-messages .mess-content__head .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ricetheme-messages .mess-content__head .detail {
  padding-left: 12px;
}
.ricetheme-messages .mess-content__head .info {
  font-size: 14px;
}
.ricetheme-messages .mess-content .messages-rules {
  flex: 0 0 100%;
  width: 100%;
}
.ricetheme-messages .mess-content .action-setting {
  margin-left: auto;
  position: relative;
}
.ricetheme-messages .mess-content .action-setting .icon-setting {
  padding-left: 10px;
  font-size: 24px;
  cursor: pointer;
}
.ricetheme-messages .mess-content .action-setting i {
  margin-right: 0;
}
.ricetheme-messages .mess-content .action {
  font-size: 18px;
}
.ricetheme-messages .mess-content .action + .action {
  margin-left: 30px;
}
.ricetheme-messages .mess-content .action-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  list-style: none;
  right: 100%;
  top: 7px;
  text-align: right;
  z-index: 2;
  padding-left: 0;
  border: 1px solid var(--felan-color-border);
  margin-bottom: 0;
}
.ricetheme-messages .mess-content .action-dropdown li:hover {
  background-color: rgba(0, 116, 86, 0.05);
  cursor: pointer;
}
.ricetheme-messages .mess-content .action-dropdown a {
  padding: 5px 15px;
  font-size: 14px;
}
.ricetheme-messages .mess-content__body {
  padding: 32px;
  height: 350px;
  overflow: auto;
}
.ricetheme-messages .mess-content__body .card-mess {
  display: -ms-flexbox;
  display: flex;
}
.ricetheme-messages .mess-content__body .card-mess + .card-mess {
  padding-top: 12px;
}
.ricetheme-messages .mess-content__body .card-mess .thumb {
  flex: 0 0 36px;
}
.ricetheme-messages .mess-content__body .card-mess .detail {
  padding-left: 12px;
  max-width: 320px;
}
.ricetheme-messages .mess-content__body .card-mess .detail .name {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ricetheme-messages .mess-content__body .card-mess .detail span {
  position: relative;
}
.ricetheme-messages .mess-content__body .card-mess .detail .date {
  padding-left: 20px;
}
.ricetheme-messages .mess-content__body .card-mess .detail .date:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #eee;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ricetheme-messages .mess-content__body .card-mess .detail .desc {
  padding: 16px 24px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-top: 5px;
}
.ricetheme-messages .mess-content__body .card-send {
  flex-direction: row-reverse;
}
.ricetheme-messages .mess-content__body .card-send .detail {
  padding-left: 0;
  padding-right: 12px;
}
.ricetheme-messages .mess-content__body .card-send .detail .name {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ricetheme-messages .mess-content__body .card-send .detail .uname {
  padding-left: 20px;
}
.ricetheme-messages .mess-content__body .card-send .detail .uname:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #eee;
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ricetheme-messages .mess-content__body .card-send .detail .date {
  padding-left: 0;
}
.ricetheme-messages .mess-content__body .card-send .detail .date:before {
  display: none;
}
.ricetheme-messages .mess-content__body .card-send .detail .desc {
  background-color: var(--felan-color-accent);
  color: #fff;
}
.ricetheme-messages .mess-content__action {
  position: relative;
  border-top: 1px solid var(--felan-color-border);
}
.ricetheme-messages .mess-content__action textarea {
  padding: 45px 110px 45px 32px;
  height: 120px;
  border: 0;
}
.ricetheme-messages .mess-content__action button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background-color: var(--felan-color-accent);
  color: #fff;
  padding: 9px 24px;
  border-radius: 30px;
  top: 40px;
  right: 32px;
  cursor: pointer;
}
.ricetheme-messages .icon-nav-mess {
  display: none;
}
.ricetheme-messages .felan-loading-effect {
  z-index: 8;
}
body.messages-dashboard-page header.site-header {
  position: sticky !important;
  top: 0;
  transform: none !important;
  z-index: 10000;
}
.messages-dashboard .table-dashboard-wapper.ricetheme-messages {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .messages-dashboard {
    --felan-mobile-header-height: 64px;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - env(safe-area-inset-top) - var(--felan-mobile-header-height));
    overflow: hidden;
  }
  .messages-dashboard .entry-title {
    flex: 0 0 auto;
    margin: 0 0 12px;
  }
  .messages-dashboard .table-dashboard-wapper.ricetheme-messages {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    margin-bottom: 0;
  }
  .ricetheme-messages {
    height: calc(100dvh - env(safe-area-inset-top) - var(--felan-mobile-header-height));
    border-radius: 0;
    overflow: hidden;
    background: #efeae2;
  }
  .ricetheme-messages .message-back-btn {
    display: inline-flex;
  }
  .ricetheme-messages .mess-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #efeae2;
  }
  .ricetheme-messages .mess-content__head {
    padding: 16px 20px;
    background: #075e54 !important;
  }
  .ricetheme-messages .mess-content__body {
    flex: 1;
    height: auto !important;
    overflow: auto;
    background: #efeae2 !important;
    padding: 16px;
  }
  .ricetheme-messages .mess-content__action {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .ricetheme-messages .mess-content__action textarea {
    padding: 16px 90px 16px 20px;
    height: 80px;
  }
  .ricetheme-messages .mess-content__action button {
    top: 18px;
    right: 20px;
  }
  .ricetheme-messages .mess-tab-head {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #075e54;
    color: #fff;
    padding: 18px 20px;
  }
  .ricetheme-messages .mess-tab-head .mess-refresh {
    color: #d1fae5;
  }
  .ricetheme-messages .tab-mess .tab-item a {
    color: rgba(255, 255, 255, 0.75);
  }
  .ricetheme-messages .tab-mess .tab-item.active a,
  .ricetheme-messages .tab-mess .tab-item:hover a {
    color: #ffffff;
  }
  .ricetheme-messages .tab-content {
    height: calc(100% - 72px);
    background: #f0f2f5;
  }
  .ricetheme-messages .tab-info ul li {
    padding: 14px 20px;
    background: #ffffff;
  }
  .ricetheme-messages .tab-info ul li + li:after {
    left: 20px;
    right: 20px;
  }
  .ricetheme-messages .tab-info ul li.active {
    background: #e7f5f2;
  }
  .ricetheme-messages .tab-info .name {
    padding-bottom: 6px;
  }
  .ricetheme-messages .mess-list {
    top: calc(env(safe-area-inset-top) + var(--felan-mobile-header-height));
    height: calc(100dvh - env(safe-area-inset-top) - var(--felan-mobile-header-height));
    background: #f0f2f5;
  }
  .ricetheme-messages .mess-list .tab-mess {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .ricetheme-messages .mess-list .mess-tab-head {
    display: none !important;
  }
  .ricetheme-messages .mess-list .tab-content {
    flex: 1;
    height: auto;
    overflow: auto;
  }
  .ricetheme-messages.is-mobile-list .mess-list {
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ricetheme-messages.is-mobile-list .mess-content {
    display: none;
  }
  .ricetheme-messages.is-mobile-list .bg-overlay {
    visibility: hidden;
    opacity: 0;
  }
  .ricetheme-messages.open-nav .mess-list {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ricetheme-messages.open-nav .bg-overlay {
    visibility: unset;
    opacity: 1;
  }
  .ricetheme-messages .mess-list {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 9;
    background-color: #fff;
    width: 300px;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ricetheme-messages .mess-list.empty {
    display: none;
  }
  .ricetheme-messages .mess-list .icon-nav-mess {
    color: #fff;
    background-color: var(--felan-color-accent);
    position: fixed;
    padding: 8px 10px;
    left: 300px;
    top: 30%;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0 5px 5px 0;
  }
  .ricetheme-messages .mess-list .icon-nav-mess i {
    font-size: 25px;
    font-weight: 300;
  }
  .ricetheme-messages .mess-list.open-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .ricetheme-messages .mess-content.empty {
    padding: 80px 15px;
  }
  .ricetheme-messages .tab-mess .tab-item + .tab-item {
    margin-left: 20px;
  }
  .ricetheme-messages .mess-tab-head {
    padding: 24px;
  }
  .ricetheme-messages .tab-info ul li {
    padding-left: 24px;
    padding-right: 24px;
  }
  .messages-dashboard .furkan-other-messages {
    display: none;
  }
  .ricetheme-messages .mess-list {
    top: calc(env(safe-area-inset-top) + var(--felan-mobile-header-height)) !important;
    height: calc(100dvh - env(safe-area-inset-top) - var(--felan-mobile-header-height)) !important;
  }
  .ricetheme-messages .mess-tab-head {
    display: none !important;
  }
}
.felan-service-dashboard .entry-title,
.my-freelancer-package .entry-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.felan-service-order .status .tooltip[data-title] {
  cursor: help;
}
.felan-service-order .status .tooltip[data-title]:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.felan-service-order .start-time span {
  display: block;
  font-size: 14px;
  color: red;
}

#service-submit-pricing .pricing-heder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
#service-submit-pricing h6 {
  margin-bottom: 8px;
}
#service-submit-pricing .header-left {
  display: -ms-flexbox;
  display: flex;
}
#service-submit-pricing .header-left .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#service-submit-pricing .header-left .form-group label {
  margin-bottom: 0;
  margin-right: 10px;
}

#form-service-order-refund .inner-popup,
#form-freelancer-withdraw .inner-popup {
  max-width: 550px;
}
#form-service-order-refund p,
#form-freelancer-withdraw p {
  margin-top: 12px;
  margin-bottom: 0;
}
#form-service-order-refund p a,
#form-freelancer-withdraw p a {
  color: var(--felan-color-accent);
  font-weight: 500;
}
#form-service-order-refund .btn-warpper,
#form-freelancer-withdraw .btn-warpper {
  text-align: right;
  padding-top: 20px;
}

#form-service-view-reason .content-refund-reason {
  margin-top: 12px;
}

#my-service .cate + .cate:before,
.felan-service-order .cate + .cate:before,
#employer-wishlist .cate + .cate:before,
.felan-package-wrap.package-service .cate + .cate:before {
  content: ", ";
}
#my-service .content,
.felan-service-order .content,
#employer-wishlist .content,
.felan-package-wrap.package-service .content {
  max-width: 370px;
}
#my-service .title-my-service .featured,
.felan-service-order .title-my-service .featured,
#employer-wishlist .title-my-service .featured,
.felan-package-wrap.package-service .title-my-service .featured {
  top: -3px;
}
#my-service .title-my-service img,
.felan-service-order .title-my-service img,
#employer-wishlist .title-my-service img,
.felan-package-wrap.package-service .title-my-service img {
  width: 18px;
}
#my-service .price,
.felan-service-order .price,
#employer-wishlist .price,
.felan-package-wrap.package-service .price {
  font-weight: 500;
  color: var(--felan-color-primary);
}
#my-service .service-header,
.felan-service-order .service-header,
#employer-wishlist .service-header,
.felan-package-wrap.package-service .service-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#my-service .thumbnail,
.felan-service-order .thumbnail,
#employer-wishlist .thumbnail,
.felan-package-wrap.package-service .thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 12px;
}
#my-service .start-time,
.felan-service-order .start-time,
#employer-wishlist .start-time,
.felan-package-wrap.package-service .start-time {
  min-width: 150px;
}

#felan_payment_service:hover,
#felan_payment_project:hover {
  background-color: var(--felan-color-accent);
  color: #fff;
}
#felan_payment_service .felan-loading-effect,
#felan_payment_project .felan-loading-effect {
  position: relative;
}
#felan_payment_service .felan-loading-effect:before,
#felan_payment_project .felan-loading-effect:before {
  content: none;
}
#felan_payment_service .felan-dual-ring,
#felan_payment_project .felan-dual-ring {
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#felan_payment_service .felan-dual-ring:after,
#felan_payment_project .felan-dual-ring:after {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
}

.felan-freelancer-withdraw .total-action {
  margin-bottom: 20px;
}
.felan-freelancer-withdraw .total-action .entry-number {
  font-size: 28px;
}
.felan-freelancer-withdraw .entry-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.felan-employer-service > .entry-title > h4 {
  margin-bottom: 0;
}

#service_basic_price-error,
#service_basic_time-error {
  font-size: 12px;
  color: red;
  font-weight: 400;
}

@media (max-width: 767px) {
  .felan-service-order .table-dashboard tbody td:first-child {
    min-width: auto;
  }
  .felan-service-order .table-dashboard tbody td:nth-child(2) {
    min-width: 350px;
  }
  #service-submit-pricing .pricing-heder {
    display: block;
  }
  #service-submit-pricing .table-pricing td,
  #service-submit-pricing .table-pricing tr th {
    min-width: 200px;
  }
  #service-submit-pricing,
  #service-submit-pricing {
    border: 0;
    width: 500px;
    min-width: 200px;
  }
}
@media (max-width: 576px) {
  .my-service .entry-title,
  .my-freelancer-package .entry-title {
    display: block;
  }
  .my-service .felan-button,
  .my-freelancer-package .felan-button {
    margin-bottom: 20px;
  }
}
.page-dashboard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: inherit !important;
  min-height: 100vh;
}
.page-dashboard .site-header .felan-list-categories {
  display: none !important;
}
.page-dashboard .widget-area-init.has-sticky {
  position: sticky;
  top: 30px;
  z-index: 1;
}
.page-dashboard .entry-my-page > .entry-title {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 28px;
}
.page-dashboard .entry-my-page > .entry-title h4 {
  font-size: 28px;
}
.page-dashboard #felan-content-dashboard {
  padding-left: 290px;
  padding-right: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-dashboard #wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
.page-dashboard #main {
  padding-bottom: 30px;
}
.page-dashboard .copyright .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.page-dashboard .copyright .area-copyright {
  border-top: 0;
}
.page-dashboard .site-footer {
  margin-top: auto;
  margin-left: -32px;
  margin-right: -32px;
  background-color: #fff;
}
.page-dashboard header.site-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-dashboard header.site-header .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.page-dashboard .btn-loading {
  display: none;
}
.page-dashboard #comments {
  display: none;
}

body.admin-bar .page-dashboard #felan-content-dashboard {
  min-height: calc(100vh - 32px);
}

@media (min-width: 1200px) {
  .page-dashboard .left-header .site-logo {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-dashboard header.site-header {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-dashboard header.site-header .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .page-dashboard #felan-content-dashboard {
    padding-left: 0;
    padding-right: 0;
  }
  .page-dashboard #felan-content-dashboard #main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-dashboard header.site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ricetheme-messages .messages-load-more-wrap {
  padding: 12px 16px 20px;
  text-align: center;
}
.ricetheme-messages .messages-load-more {
  min-width: 220px;
}
.ricetheme-messages .messages-load-more.is-loading {
  opacity: 0.6;
  pointer-events: none;
  cursor: wait;
}

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