@charset "UTF-8";
.cat-faq-item {
  background: #efeff0;
  border-color: #efeff0;
  margin: 0 6px 16px;
  padding: 3px 12px;
  color: #7a7d85;
  display: inline-block;
  border-radius: 999px;
}

.category-banner {
  height: 240px;
}
.category-banner .title {
  font-size: 32px;
}
.category-banner .subtitle {
  font-size: 20px;
}

.category-page-title {
  font-weight: 500;
}

.category-faqs-accordion .card {
  height: auto;
  font-size: 16px;
  box-shadow: none;
  border: none;
  background: transparent;
}
.category-faqs-accordion .card .card-header {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  border-bottom-color: #efeff0;
}
.category-faqs-accordion .card .card-header .btn {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  color: #404145;
}
.category-faqs-accordion .card .card-header .btn.collapsed .las::before {
  content: "";
}
.category-faqs-accordion .card .card-header .btn:hover, .category-faqs-accordion .card .card-header .btn:active {
  text-decoration: none;
}

.category-block .bg-cover, .category-block-three .bg-cover {
  background-position: center !important;
}
.category-block .inner-box:hover .bg-cover, .category-block-three .inner-box:hover .bg-cover {
  background-color: transparent;
}

.category-children .category-block-three .inner-box {
  padding: 15px;
}
.category-children .category-block-three .inner-box .icon {
  width: 48px;
  height: 48px;
  background-size: cover !important;
}
.category-children .category-block-three .inner-box h4 {
  font-size: 16px;
  line-height: normal;
}
.category-children .row {
  margin-left: -7px;
  margin-right: -7px;
}
.category-children .row > div {
  padding-left: 7px;
  padding-right: 7px;
}

.gig-item {
  border: 1px solid #e4e5e7;
  background-color: #fff;
}
.gig-item .gig-author-img {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 100%;
}
.gig-item .gig-author-img img {
  width: 24px;
  height: auto;
  display: block;
}
.gig-item .g-title a {
  display: block;
  cursor: pointer;
  color: #222325;
  height: 43px;
  overflow: hidden;
  margin-top: 5px;
  word-wrap: break-word;
  word-break: break-word;
  transition: 0.15s ease-in-out;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gig-item .gig-content {
  padding: 10px 15px;
}
.gig-item .gig-footer {
  padding: 8px 10px;
  border-top: 1px solid #efeff0;
}
.gig-item .gig-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 166px;
  overflow: hidden;
}
.gig-item .gig-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.gig-item .rating {
  font-size: 13px;
  position: relative;
  color: #dcdee2;
}
.gig-item .rating .rating-active {
  color: #FFC78B;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.gig-item .rating .rating-active .inner {
  width: 87px;
}

.bravo_detail_gig .service-review .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.bravo_detail_gig .service-review .list-star .item-rating-stars {
  padding: 0;
  margin-right: 10px;
}
.bravo_detail_gig .service-review .list-star .item-rating-stars:before, .bravo_detail_gig .service-review .list-star .item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.bravo_detail_gig .service-review .list-star .item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.bravo_detail_gig .service-review .list-star .item-rating-stars li:last-child {
  margin-right: 0;
}
.bravo_detail_gig .service-review .list-star .item-rating-stars li .fas, .bravo_detail_gig .service-review .list-star .item-rating-stars li .far {
  font-size: 15px;
  color: #FFDC00;
}
.bravo_detail_gig .service-review .list-star .item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bravo_detail_gig .service-review .review {
  position: relative;
  top: -2px;
  font-size: 13px;
  color: #768092;
  margin-left: 10px;
}
.bravo_detail_gig .profile-card {
  order: 100;
}
.bravo_detail_gig .profile-card .seller-card {
  position: relative;
  line-height: 130%;
}
.bravo_detail_gig .profile-card .seller-card .status {
  font-size: 14px;
  border-radius: 12px;
  margin-bottom: 5px;
  padding: 0 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .status {
    position: static;
    margin-left: 30px;
    line-height: 18px;
  }
}
.bravo_detail_gig .profile-card .seller-card .one-liner {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .one-liner {
    text-align: left;
  }
}
.bravo_detail_gig .profile-card .seller-card .profile-info {
  padding-bottom: 24px;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .profile-info {
    display: flex;
  }
}
.bravo_detail_gig .profile-card .seller-card .profile-info .user-profile-image {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.bravo_detail_gig .profile-card .seller-card .profile-info .user-profile-image img {
  max-width: 85px;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .profile-info .user-profile-image {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .profile-info .user-profile-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }
}
.bravo_detail_gig .profile-card .seller-card .profile-info .username-line {
  padding-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .profile-info .username-line {
    display: flex;
    line-height: 20px;
    padding-bottom: 5px;
  }
}
.bravo_detail_gig .profile-card .seller-card .profile-info .seller-link {
  display: block;
  text-align: center;
  color: #62646a;
  font-weight: 700;
}
.bravo_detail_gig .profile-card .seller-card .profile-info .one-liner-rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bravo_detail_gig .profile-card .seller-card .profile-info .one-liner-rating-wrapper .seller-rating {
  padding-top: 5px;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .profile-info .one-liner-rating-wrapper {
    align-items: stretch;
  }
}
.bravo_detail_gig .profile-card .seller-card .user-stats {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .user-stats {
    flex-flow: row wrap;
  }
}
.bravo_detail_gig .profile-card .seller-card .user-stats li {
  color: #7a7d85;
  box-sizing: border-box;
  padding-bottom: 16px;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .user-stats li {
    width: 50%;
  }
}
.bravo_detail_gig .profile-card .seller-card .user-stats li strong {
  display: block;
  padding-top: 4px;
  color: #62646a;
}
.bravo_detail_gig .profile-card .seller-card.pro .seller-desc .read-more {
  color: #02c2a9;
}
.bravo_detail_gig .profile-card .seller-card .seller-desc {
  line-height: 150%;
  text-align: left;
  border-top: 1px solid #dadbdd;
  padding-top: 15px;
  margin: 0;
}
.bravo_detail_gig .profile-card .seller-card .seller-desc.expanded .inner {
  max-height: none;
  overflow: visible;
}
.bravo_detail_gig .profile-card .seller-card .seller-desc .inner {
  max-height: 70px;
  overflow: hidden;
  white-space: pre-line;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .seller-desc .inner {
    max-height: none;
  }
}
.bravo_detail_gig .profile-card .seller-card .seller-desc .translated-badge {
  padding-top: 14px;
}
.bravo_detail_gig .profile-card .seller-card .seller-desc .read-more {
  background: none;
  border: 0;
  font-size: 14px;
  display: block;
  margin-top: 15px;
  color: #4a73e8;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card .seller-desc .read-more {
    display: none;
  }
}
.bravo_detail_gig .profile-card .seller-card .stats-desc {
  border: 1px solid #dadbdd;
  margin-top: 0;
  border-radius: 3px;
  padding: 24px;
}
.bravo_detail_gig .profile-card .seller-card {
  position: relative;
  line-height: 130%;
}
@media only screen and (min-width: 600px) {
  .bravo_detail_gig .profile-card .seller-card {
    position: static;
  }
}
.bravo_detail_gig .profile-card .seller-card .pro-wrapper + .stats-desc {
  margin-top: 0;
  border-top: 0;
}
.bravo_detail_gig .profile-card .seller-card a:hover {
  text-decoration: none;
}
.bravo_detail_gig .gig-page-packages-table .recommended-badge, .bravo_detail_gig .gig-page-packages-table .gig-page .recommended-badge {
  display: flex;
  width: 150px;
}
.bravo_detail_gig .gig-page-packages-table .package-type .recommended-badge {
  position: absolute;
  top: -20px;
  right: 0;
}
.bravo_detail_gig .gig-page-packages-table .package-type .price, .bravo_detail_gig .gig-page-packages-table .package-type .type {
  font-size: 19px;
  line-height: 26px;
}
.bravo_detail_gig .gig-page-packages-table .package-type .price {
  padding-bottom: 8px;
}
.bravo_detail_gig .gig-page-packages-table .package-type .type {
  padding-bottom: 16px;
}
.bravo_detail_gig .gig-page-packages-table .package-type b {
  display: block;
}
.bravo_detail_gig .gig-page-packages-table .package-type .title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 150%;
  padding-bottom: 8px;
}
.bravo_detail_gig .gig-page-packages-table .package-type .translated-badge {
  padding-top: 4px;
}
.bravo_detail_gig .gig-page-packages-table .description {
  word-break: break-word;
}
.bravo_detail_gig .gig-page-packages-table table {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #efeff0;
}
.bravo_detail_gig .gig-page-packages-table col {
  border-right: 1px solid #efeff0;
}
.bravo_detail_gig .gig-page-packages-table tr:nth-child(2n+3):not(.select-package):not(.description) {
  background-color: #fafafa;
}
.bravo_detail_gig .gig-page-packages-table tr td {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
.bravo_detail_gig .gig-page-packages-table tr.description td, .bravo_detail_gig .gig-page-packages-table tr.package-type td {
  vertical-align: text-top;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}
.bravo_detail_gig .gig-page-packages-table tr.package-type td {
  padding-top: 24px;
  position: relative;
}
.bravo_detail_gig .gig-page-packages-table tr.description td {
  padding-bottom: 24px;
}
.bravo_detail_gig .gig-page-packages-table tr.select-package {
  border-top: 1px solid #efeff0;
}
.bravo_detail_gig .gig-page-packages-table tr.select-package td {
  padding: 12px 16px;
}
.bravo_detail_gig .gig-page-packages-table tr.calculator-row td {
  padding-left: 16px;
  padding-right: 16px;
}
.bravo_detail_gig .gig-page-packages-table tr th {
  color: #7a7d85;
  font-weight: 400;
  text-align: left;
  padding: 12px 16px;
  vertical-align: text-top;
}
.bravo_detail_gig .gig-page-packages-table .flaticon-checked {
  color: #ccc;
  font-weight: bold;
  font-size: 16px;
}
.bravo_detail_gig .gig-page-packages-table .flaticon-checked.active {
  color: #28a745;
}
.bravo_detail_gig .overview {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 30px 0;
}
.bravo_detail_gig .left-sidebar .tabs-box {
  border: solid 1px #ccc;
  padding: 15px;
  border-radius: 10px;
}
.bravo_detail_gig .left-sidebar .tabs-box .tab-buttons li {
  margin-right: 0;
  flex: 0 0 33%;
  text-align: center;
}
.bravo_detail_gig .left-sidebar .tabs-box .tab-buttons li.active-btn {
  color: #28a745;
  border-bottom: 2px solid #28a745;
  font-weight: 500;
}
.bravo_detail_gig .left-sidebar .tabs-box .include .flaticon-checked {
  color: #ccc;
}
.bravo_detail_gig .left-sidebar .tabs-box .include .flaticon-checked.active {
  color: #28a745;
}
.bravo_detail_gig .g-gallery {
  margin: 10px 0;
  position: relative;
  min-height: 75px;
}
.bravo_detail_gig .extra ul li label {
  color: #363636;
}

.bc-gig-order-details {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #f3f5f7;
}
.bc-gig-order-details .default-tabs .tab-buttons {
  background: transparent;
}
.bc-gig-order-details .default-tabs .tab-buttons li {
  padding-left: 0;
  padding-right: 0;
}
.bc-gig-order-details .default-tabs .tab-buttons li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #696969;
  letter-spacing: 0;
  font-size: 16px;
}
.bc-gig-order-details .default-tabs .tab-buttons li.active-btn {
  border-bottom-color: #1967D2;
}
.bc-gig-order-details .default-tabs .tab-buttons li.active-btn a {
  color: #1967D2;
}
.bc-gig-order-details .order-flex {
  display: flex;
  flex-wrap: wrap;
}
.bc-gig-order-details .order-flex .col-order-left {
  width: 68%;
}
.bc-gig-order-details .order-flex .col-order-right {
  width: 29%;
  margin-left: 3%;
  padding-top: 83px;
}
@media (max-width: 991px) {
  .bc-gig-order-details .order-flex .col-order-left {
    width: 100%;
  }
  .bc-gig-order-details .order-flex .col-order-right {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }
}

.order-status-wrap {
  position: relative;
  z-index: 1;
  background: #FFF;
  top: 1px;
  padding: 12px 0;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
}
.order-status-wrap .order-details {
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-weight: 500;
}
.order-status-wrap .order-status {
  font-weight: 500;
}

.bc-order-panel {
  padding: 30px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  margin-top: 40px;
}
.bc-order-panel.bc-order-completed {
  padding-bottom: 0;
}

.delivery-list .delivery-item {
  margin-bottom: 25px;
}

.bc-order-overview {
  padding: 25px 20px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.bc-order-overview .title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.bc-order-overview .order-gig-item {
  display: flex;
  margin-bottom: 20px;
}
.bc-order-overview .order-gig-item .thumb {
  width: 35%;
}
.bc-order-overview .order-gig-item .caption {
  width: 65%;
  padding-left: 10px;
}
.bc-order-overview .order-gig-item .caption .gig-title {
  font-size: 16px;
  font-weight: 500;
  max-height: 4.4rem;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.bc-order-overview .order-gig-item .caption .gig-title a {
  color: #121212;
}
.bc-order-overview .order-gig-item .caption .status-label {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  background: #f1f1f1;
  font-size: 12px;
  line-height: 1.5;
}
.bc-order-overview .order-gig-item .caption .status-label.status-delivered {
  background: #1967D2;
  color: #FFF;
}
.bc-order-overview .order-list-details {
  list-style: none;
}
.bc-order-overview .order-list-details li {
  display: flex;
  margin-bottom: 5px;
}
.bc-order-overview .order-list-details li span {
  width: 50%;
  display: block;
}
.bc-order-overview .order-list-details li .lb {
  color: #696969;
}
.bc-order-overview .order-list-details li .val {
  text-align: right;
}

.bc-order-cancel {
  margin-bottom: 20px;
}
.bc-order-cancel .form-title {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .bc-order-cancel {
    margin-bottom: 10px;
  }
  .bc-order-cancel .form-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.order-activity-list .activity-date {
  display: inline-block;
  background: #f3f5f7;
  padding: 5px 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  left: -30px;
  min-width: 90px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  margin-top: 15px;
}
.order-activity-list .activity-date:first-child {
  margin-top: 0;
}

.activity-item {
  padding: 15px 0 0;
  display: flex;
}
.activity-item .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(81, 145, 250, 0.2);
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  position: relative;
}
.activity-item .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.activity-item .avatar .icon {
  color: #1967D2;
}
.activity-item .item-body {
  width: calc(100% - 60px);
  margin-left: 20px;
  border-bottom: 1px solid #f3f5f7;
  padding-bottom: 15px;
}
.activity-item .item-body .item-title {
  font-weight: 500;
}
.activity-item .item-body .activity-time {
  font-size: 13px;
  font-style: italic;
  margin-left: 10px;
  font-weight: normal;
  color: #999999;
}
.activity-item .item-body .message-body {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin-top: 5px;
}
.activity-item.order-started > .avatar, .activity-item.delivery-date > .avatar, .activity-item.delivered > .avatar, .activity-item.order-completed > .avatar {
  background: rgba(29, 191, 115, 0.2);
}
.activity-item.order-started > .avatar .icon, .activity-item.delivery-date > .avatar .icon, .activity-item.delivered > .avatar .icon, .activity-item.order-completed > .avatar .icon {
  color: #1dbf73;
}
.activity-item.user-message .avatar {
  background: #ECF0F1;
  color: #999999;
  font-size: 16px;
}
.activity-item.revision > .avatar {
  background: rgba(217, 79, 9, 0.2);
}
.activity-item.revision > .avatar .icon {
  color: #d94f09;
}
.activity-item:last-child .item-body {
  border-bottom: 0;
  padding-bottom: 0;
}

.delivery-item {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.delivery-item .delivery-heading {
  padding: 10px 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.2;
  background: #f5f7f9;
  font-size: 16px;
}
.delivery-item .delivery-body {
  padding: 0 15px 15px;
}

.order-bottom-status {
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  padding: 0 30px 15px;
  border-top: 1px solid #e7e7e7;
  border-left: 5px solid #1967D2;
  margin-top: 20px;
}
.order-bottom-status.cancelled {
  border-left-color: #000;
}
.order-bottom-status.cancelled .activity-item .item-body .item-title {
  color: #000;
}
.order-bottom-status .activity-item {
  align-items: center;
}
.order-bottom-status .activity-item .item-body .item-title {
  color: #1dbf73;
}

.activity-attachments {
  margin-top: 20px;
}
.activity-attachments .a-title {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}
.activity-attachments .list-files {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.activity-attachments .list-files .attach-item {
  margin-right: 10px;
}

.attach-item {
  width: 160px;
}
.attach-item .thumb {
  width: 100%;
  height: 100px;
  border: 1px solid #f1f1f1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.attach-item .thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.attach-item .thumb img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.attach-item .caption {
  display: flex;
  position: relative;
  border: 1px solid #f1f1f1;
  border-top: 0;
  overflow: hidden;
  padding: 3px 8px;
  padding-right: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.attach-item .caption a {
  color: #555;
  font-size: 13px;
  display: flex;
}
.attach-item .caption .f-name {
  max-width: 62px;
  display: -webkit-box;
  max-height: 22px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.attach-item .caption .f-size {
  margin-left: 2px;
  color: #999;
}
.attach-item .caption .down-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #1967D2;
}

.delivery-item .activity-item .avatar {
  background-color: #ECF0F1;
}

.bc-model.modal-normal {
  max-width: 600px;
}
.bc-model .popup-wrapper {
  max-width: 700px;
  padding: 40px;
  overflow: visible;
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
  min-height: 400px;
}

.no-revision {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}
