@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --main-font: "Roboto", sans-serif;
  --head-font: "Raleway", sans-serif;
  --primary-color: #27a2f8;
  --bg-white-color: #f9faff;
  --text-color-dark: #242c37;
  --black-color: #000;
  --white-color: #fff;
  --success-color: #00b050;
  --red-color: red;
  --border-color: #cccccc;
  --active-color: var(--primary-color);
  --transition: 0.45s ease-in;
  --box-shadow: 3px 3px 20px 5px rgba(204, 204, 204, 0.25);
}
.btn-success {
  --bs-btn-bg: var(--success-color);
  --bs-btn-border-color: var(--success-color);
  --bs-btn-disabled-bg: var(--success-color);
  --bs-btn-disabled-border-color: var(--success-color);
}
.bg-success {
  background-color: var(--success-color) !important;
}
.text-success {
  color: var(--success-color) !important;
}
.text-red {
  color: var(--red-color) !important;
}
.text-gray {
  color: #bfbfbf !important;
}
.btn-gray,
.btn-pink,
.btn-red {
  color: var(--white-color) !important;
}
.btn-red {
  background-color: var(--red-color) !important;
}
.btn-pink {
  background-color: #f163b8 !important;
}
.bg-gray,
.btn-gray {
  background-color: #bfbfbf !important;
}
.btn-dark-success {
  background-color: var(--black-color) !important;
  color: var(--success-color) !important;
}
.ffr {
  font-family: var(--main-font);
}
.sectionPadding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sectionPadding .sectionPadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sectionPaddingTop {
  padding-top: 50px;
}
.sectionPaddingBottom {
  padding-bottom: 50px;
}
.happyClientsSection {
  padding-bottom: 26px;
}
.deposit-fund .deposit-fund-parent {
  background: #ffffff;
  box-shadow: var(--box-shadow);
  padding: 24px 48px;
}
.box-shadow {
  box-shadow: var(--box-shadow);
}
.deposit-fund .deposit-fund-parent.get-support-parent {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.deposit-fund .deposit-fund-select-parent,
.deposit-fund .deposit-fund-field-parent {
  display: flex;
  flex-direction: column;
}
.deposit-fund .deposit-fund-select-parent label,
.deposit-fund .deposit-fund-field-parent label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px;
  margin-top: 14px;
}
.deposit-fund .deposit-fund-select-parent select,
.deposit-fund .deposit-fund-field-parent input {
  padding: 13px 8px;
  border: 1px solid #27a2f8;
  outline: none;
  caret-color: #27a2f8;
}
.deposit-fund .deposit-pay {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #f9faff;
  padding: 9px 41px;
  border: none;
  outline: none;
  background: #27a2f8;
}
@media screen and (max-width: 576px) {
  .deposit-fund .deposit-fund-parent {
    padding: 24px 15px;
  }
}
.deposit-fund h2 {
  font-family: var(--head-font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(25px, 3vw, 30px);
  line-height: 35px;
}
.get-support .get-support-parent h2 {
  font-family: var(--head-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .get-support .get-support-parent h2 {
    font-size: 25px;
  }
}
.get-support .get-support-form-parent {
  /* background: linear-gradient(  89.92deg,  #03a9f4 0.67%,  #3ebcf5 23.92%,  #0372f4 62.52%,  #00a0ff 102.16%); */

  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 32px;
}
.get-support .get-support-form-parent form {
  width: 100%;
}
.get-support .get-support-form-field {
  height: 54px !important;
  max-width: 90%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 795px;
  width: 100% !important;
}
.get-support .get-support-form-field input {
  width: 70%;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 450px) {
  .get-support .get-support-form-field input {
    width: 50%;
  }
}
.get-support .get-support-form-field button {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  height: 100%;
  line-height: 16px;
  color: #f9faff;
  background: #27a2f8;
  border-radius: 4px;
  padding: 7px 21px;
  border: none;
  outline: none;
}
.get-support .get-support-faq h3 button {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000 !important;
}
.get-support .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: unset !important;
}
.get-support .accordion-button:active,
.get-support .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.get-support .accordion-item {
  border-bottom: none;
  border: 1px solid #27a2f8 !important;
  margin-bottom: 8px !important;
}
.get-support .accordion-button::after {
  background-image: url("../images/get-support-arrow.png") !important;
  background-size: 14px;
  background-position: 0% 50%;
}
.get-support .get-support-faq h2 {
  margin-bottom: 16px;
}
/* ========================= Transaction History page design ============================ */

/* =================================== 03/07/2022 =================================== */

.transaction-history .transaction-history-export-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #f9faff;
  padding: 9px 10px;
  background: #27a2f8;
  border: none;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
}
.transaction-history .transaction-history-title {
  margin-bottom: 24px;
}
.transaction-history .transaction-history-filter-select {
  margin-left: auto;
  width: max-content;
}
@media screen and (max-width: 992px) {
  .transaction-history .transaction-history-filter-select {
    margin-right: auto;
  }

  .transaction-history .transaction-history-export-btn {
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 10px;
  }
}
.transaction-history .transaction-history-parent table tr th {
  background: rgba(0, 0, 0, 0.05);
}
/* ========================= Account Balance page design ============================ */

/* =================================== 04/07/2022 =================================== */

.account-balance-parent h2.account-balance-title {
  font-family: var(--head-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #242c37;
}
.account-balance-parent .account-balance-withdraw {
  display: block;
  width: max-content;
  margin-left: auto;
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 20px;
  border: none;
  outline: none;
  background: #27a2f8;
}
@media screen and (max-width: 992px) {
  .account-balance-parent .account-balance-withdraw {
    margin-right: auto;
  }

  .account-balance-parent h2.account-balance-title {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .account-balance-parent h2.account-balance-title {
    font-size: 25px;
  }
}
.account-balance-parent .account-balace-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 44px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 8px;
  color: #000;
  box-shadow: var(--box-shadow);
}
.account-balance-parent .account-balace-box.active {
  background: #27a2f8;
  color: #fff;
}
.account-balance-parent .account-balace-box h4 {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 32px;
  text-align: center;
}
.account-balance-parent .account-balace-box p {
  font-family: var(--main-font);
  font-style: normal;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.account-balance {
  padding: 32px 0;
  background: #f9faff;
}
.account-balance .account-balance-parent table tr td {
  width: 25%;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}
.account-balance .account-balance-parent table {
  border-color: #27a2f8;
}
.account-balance .account-balance-parent .pagination {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
} /* =========================== My pyment method page design ============================ */

/* =================================== 04/07/2022 =================================== */

.my-pyment-method .my-pyment-method-parent {
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-pyment-method .my-pyment-method-parent .my-pyment-method-child {
  width: 30%;
  background: #ffffff;
  box-shadow: var(--box-shadow);
  border-radius: 4px;
  padding: 25px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.my-pyment-method .my-pyment-method-parent .my-pyment-method-child.active {
  border: 2px solid #27a2f8;
}
.my-pyment-method .my-pyment-method-parent .my-pyment-method-child p {
  text-align: center;
  margin-top: 16px;
  color: #00a0ff;
}
.my-pyment-method {
  background: #f9faff;
  padding: 32px 0;
}
@media screen and (max-width: 576px) {
  .my-pyment-method .my-pyment-method-parent {
    flex-direction: column;
  }

  .my-pyment-method .my-pyment-method-parent .my-pyment-method-child {
    width: 90%;
    margin-top: 15px;
  }
}
.my-pyment-method-field {
  padding-top: 0;
}
.my-pyment-step-3 table tr th {
  background: rgba(0, 0, 0, 0.05);
}
.my-pyment-step-3 table {
  border: 1px solid #b9b9b9;
} /* =========================== My pyment method page design ============================ */

/* =================================== 04/07/2022 =================================== */

.account-info-new .account-info-new-edit-btn {
  display: block;
  width: max-content;
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #f9faff;
  padding: 9px 40px;
  background: #27a2f8;
  border: none;
  outline: none;
  margin-left: auto;
}
.account-info-new h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .account-info-new h2 {
    text-align: center;
  }

  .account-info-new .account-info-new-edit-btn {
    margin-right: auto;
    margin-top: 15px;
  }
}
.account-info-new .account-info-new-form-field {
  display: flex;
  flex-direction: column;
}
.account-info-new .account-info-new-form-field input,
.account-info-new .account-info-new-form-field label {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 16px;
}
.account-info-new .account-info-new-form-field input {
  padding: 13px 8px;
  border: 1px solid #27a2f8;
  outline: none;
}
.account-info-new .account-info-new-authentication-parent {
  display: flex;
  flex-direction: column;
}
.account-info-new .account-info-new-authentication-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #27a2f8;
  padding: 10px;
}
.account-info-new .account-info-new-authentication-parent label {
  margin-bottom: 8px;
  margin-top: 16px;
}
.account-info-new .account-info-new-authentication-child input {
  width: 80%;
  outline: none;
  border: none;
}
.account-info-new .account-info-new-authentication-child a {
  color: #00a0ff !important;
}
.my-pyment-method-account-info {
  background: transparent;
  padding: 0 !important;
}
.my-pyment-method-account-info .my-pyment-method-parent {
  margin-left: unset !important;
}
.account-info-para__new {
  margin-top: 16px;
  margin-bottom: 8px;
} /* =================== Project Details second version page design =================== */

/* =================================== 04/07/2022 =================================== */

.detailed-employer-crew-content {
  height: unset;
}
.add-ratings__new__v2 {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #ffffff;
  padding: 11px;
  background: #27a2f8;
  border-radius: 2px;
  outline: none;
  border: none;
  margin-top: 10px;
}

#testimonial-detailed-employer-crew-body .tset-dtl-img__new {
  margin-bottom: 0 !important;
}
.li__new__class {
  display: flex;
  align-items: center;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 7px;
}
.li__new__class img {
  width: 18px;
  margin-right: 7px;
}
.add__portfolio__new__btn__v2 {
  display: block;
  outline: none;
  border: none;
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #f9faff;
  padding: 11px 21px;
  background: #27a2f8;
  border-radius: 4px;
}
.add__portfolio__new__parent {
  border-bottom: unset !important;
}
.portfolio__title__new__v2 {
  font-family: var(--head-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .portfolio__title__new__v2 {
    font-size: 25px;
    text-align: center;
  }
  /* 
  #testimonial-detailed-employer-crew-body h2 {
    font-size: 25px;
    text-align: center;
  } */
}
.dashboard-project-production__new__v2 p,
.dashboard-project-production__new__v2 p span {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-align: center;
}
.dashboard-project-production__new__v2 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dashboard-project-production__new__v2 .dashboard-project-calendar__new {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.dashboard-project-production__new__v2 .dashboard-project-calendar__new img {
  margin-right: 7px;
}
.employer__username__new__v2 {
  color: #00a0ff !important;
  margin-top: 5px;
  padding-bottom: 10px;
}
.dashboard-project-production__new__root__parent__v2 {
  padding-bottom: 10px;
  padding-top: 32px !important;
}
@media screen and (max-width: 992px) {
  #portfolio-page .portfolio-tab-all-btn ul {
    margin-top: 5px;
  }
}

#portfolio-page.completed-project__new__v2 {
  padding-top: 32px !important;
}
.completed-project__title__new__v2 {
  font-family: var(--head-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #242c37;
}
.project-detail-for-user__new__v2 ul li a,
.project-detail-for-user__new__v2 span,
.project-detail-for-user__new__v2 p {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-align: center;
}
.for-user__client__parent {
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.for-user__client__parent ul {
  display: flex;
  align-items: center;
  margin-left: 7px;
}
.for-user__client__parent ul li a {
  color: #00a0ff;
}
.my-role__new__fixer {
  margin-top: 5px;
  padding-bottom: 15px;
}
.my-role__new__fixer span {
  color: #00a0ff;
}
.project-detail-for-user__new__button__v2 {
  display: block;
  outline: none;
  border: none;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff !important;
  padding: 10px 20px;
  background: #27a2f8;
  border-radius: 2px;
}
.b3-user__new__v2 {
  height: unset !important;
}
.b3__user__parent__new__v2 {
  height: 100%;
}
.b3-user__new__v2__para {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b3__user__parent__new__v2__rating {
  padding-bottom: 24px;
}
.my__project__footer__content {
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my__project__footer__content a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #27a2f8;
}
.project-in-production-detail__new_v2__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-in-production-detail__new_v2__search .new_v2__search__field {
  width: calc(85% - 20px);
  padding: 13px 16px;
  border: 1px solid #27a2f8;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.project-in-production-detail__new_v2__search .new_v2__search__btn {
  font-family: var(--main-font);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 40px;
  outline: none;
  border: none;
  border: 1px solid #27a2f8;
  background: #27a2f8;
  width: 12%;
}
.project-in-production-detail__new_v2 {
  background: #f9faff;
}
.project-in-production-detail__new_v2 .table-bordered tr:first-child td {
  background: rgba(0, 0, 0, 0.05);
}
.project-in-production-detail__new_v2 h2 {
  margin-bottom: 24px;
  font-family: var(--head-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #242c37;
}
.projectTierPage .pageBanner .banner_text a {
  color: var(--white-color);
  opacity: 0.8;
  font-weight: 700;
}
.projectTierPage .pageBanner .banner_text a:hover {
  opacity: 1;
}
.projectTierSection .gridHeader h2 {
  font-weight: 700;
}
.projectTierSection .gridHeader .iconImg {
  max-width: 38px;
}
.projectTierSection .gridHeader input {
  margin: 0;
}
.projectTierSection .buttonContainer .btn {
  min-width: 135px;
}

#account-professional-profile #moresec .select2 .select2-selection {
  height: auto !important;
}

#account-professional-profile #moresec .select2 .select2-search__field {
  margin-top: 13px !important;
}
.learnHowContainer .learnHowDetails * {
  font-size: 0.8rem;
  line-height: 1.4;
}
.learnHowContainer .learnHowDetails {
  margin-left: 3.6rem;
}
.account-personal-form-save-parent .bottom_para .field label {
  text-align: start !important;
}

#shootingcity .city_list .account-personal-form-child:last-child {
  width: max-content;
  max-width: max-content;
  justify-content: end;
}

#shootingcity .city_list .removerowcity {
  height: 35px;
  width: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
  color: var(--primary-color);
  margin-left: auto;
  margin-bottom: 6px;
  background-color: transparent;
}

#shootingcity .city_list .removerowcity i {
  font-size: 26.7px;
}

#shootingcity .city_list .account-personal-form-child {
  padding-top: 0;
}
.account-personal-title .project_tire {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.postProjectPage .action-buttons-container #toggleButton {
  background: transparent;
  padding: 0;
  color: var(--black-color);
  border: none;
  outline: none;
}
.rememberCheckContainer {
  margin-bottom: 12px;
}
.rememberCheckContainer #rememberInput {
  display: none;
}
.rememberCheckContainer label {
  cursor: pointer;
  max-width: 100%;
  width: max-content;
}
.rememberCheckContainer label i {
  font-size: 20px;
  color: var(--primary-color);
  margin-right: 15px;
  display: none;
}
.rememberCheckContainer input[type="checkbox"] {
  display: none;
}
.rememberCheckContainer input[type="checkbox"] + label i.fa-square {
  display: inline-block;
}
.rememberCheckContainer input[type="checkbox"]:checked + label i.fa-square {
  display: none;
}
.rememberCheckContainer
  input[type="checkbox"]:checked
  + label
  i.fa-square-check {
  display: inline-block;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  float: left;
  margin-right: 5px;
  padding: 0 5px;
}

.dataset12Main .userInfo .qutUserImg {
  border-radius: 50%;
}
.hw_35 {
  max-width: 35px;
  min-width: 35px;
  height: 35px;
}
.mw_35,
.dataset12Main .userInfo .qutUserImg {
  max-width: 35px;
  min-width: 35px;
}
.dataset12Main .userInfo .fa-circle {
  margin-right: 5px;
  font-size: 9px;
}
.dataset12Main .topEqCol > *:not(:last-child) {
  margin-bottom: 5px;
}
.dataset12Main .allInnerPart .table {
  table-layout: fixed;
}
.dataset12Main .allInnerPart .table td,
.dataset12Main .allInnerPart .table th {
  text-align: start !important;
  border: 1px solid var(--black-color) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 1.5px 3px;
  vertical-align: middle;
}
.dataset12Main .allInnerPart .table th {
  border-top: 0 !important;
}
.dataset12Main .allInnerPart .table tfoot th {
  border-top: 1px solid var(--black-color) !important;
  border-bottom: 0 !important;
}
.dataset12Main .allInnerPart .borderDashTbody tbody td {
  border: 1px dashed var(--black-color) !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.dataset12Main .allInnerPart .table td.text-end,
.dataset12Main .allInnerPart .table th.text-end {
  text-align: right !important;
}
.dataset12Main .allInnerPart .table.border-0 td,
.dataset12Main .allInnerPart .table.border-0 th {
  border: 0 !important;
}
.dataset12Main .allInnerPart .table td.text-center,
.dataset12Main .allInnerPart .table th.text-center {
  text-align: center !important;
}
.box-shadow-none {
  box-shadow: none !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.border-primary {
  border-color: var(--primary-color) !important;
}
.mainQutContainer select,
.mainQutContainer input,
.mainQutContainer .singleItem select,
.mainQutContainer .singleItem input {
  min-height: 42px;
  border-color: var(--primary-color);
  border-radius: 0;
}
.mainQutContainer .mainRow {
  margin: 0 -4px;
}
.mainQutContainer .singleItem {
  width: calc(13.7% - 8px);
  margin: 4px;
}
.mainQutContainer .mainRow .singleItem:last-child {
  width: 35px;
  min-width: 35px;
}
.mainQutContainer .singleItem .select2-container,
.mainQutContainer .singleItem .select2-selection {
  min-width: auto !important;
}
.mainQutContainer .removeBtn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 50%;
  padding: 0;
  height: 35px;
  width: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}
.mainQutContainer .removeBtn i {
  font-size: 20px;
}
.visibility-hidden {
  font-size: 0 !important;
  visibility: hidden !important;
}
.mainQutContainer .inputGroup .dysHrs {
  position: absolute;
  right: 6px;
  top: 50%;
  bottom: 50%;
  height: max-content;
  transform: translateY(-50%);
  background: var(--white-color);
  padding: 5px 10px;
}
.mainQutContainer .inputGroup .form-control {
  padding-right: 60px;
}

#singleProjectPills {
  margin-left: -15px;
  margin-right: -15px;
}

#singleProjectPills .nav-item {
  margin: 15px;
}

#singleProjectPills button.nav-link {
  background-color: transparent;
  padding: 0;
  color: #212529;
  transition: color var(--transition);
}

#singleProjectPills button.nav-link.active {
  color: var(--primary-color);
}

#dataset_form .placeBidSelectLabel {
  margin-bottom: -3px;
  margin-top: 10px;
}

#dataset_form
  .account-personal-form-child
  .placeBidSelectLabel
  .select2
  .select2-selection {
  border: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

#page
  #dataset_form
  .account-personal-form-child
  .placeBidSelectLabel
  .select2
  .select2-selection__rendered {
  line-height: 16px !important;
}

#page
  #dataset_form
  .placeBidSelectLabel
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: -5px !important;
}
.titleX .xBtn {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.inputPositionLast .posTextLast {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: translate(0, -50%);
  min-width: 60px;
  background: var(--primary-color);
  color: var(--white-color);
}
.inputPositionLast .form-control {
  padding-right: 67px;
}
.lineClamp1,
.lineClamp2,
.lineClamp3,
.lineClamp4,
.lineClamp5,
.lineClamp6,
.lineClamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lineClamp6 {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.lineClamp5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.lineClamp4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.lineClamp3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.lineClamp2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.lineClamp1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.attachedDocuments .icon {
  max-height: 60px;
  margin: 0 auto;
}
.subfolderfile.active {
  background: #27a2f8;
  border: none;
}
.subfolderfile {
  border: none;
}
.b-shadow {
  /* background: var(--white-color); */

  box-shadow: var(--box-shadow);
}
.attachedDocuments .filtersCol {
  width: 256px;
  min-width: 256px;
  margin-right: 24px;
}
.attachedDocuments .documentsCol {
  width: calc(100% - 280px);
}
.attachedDocuments .innerCol {
  background: var(--white-color);
}

#projectSinContainer .attachedDocuments .nav-link {
  padding-right: 1rem;
  text-align: start;
  display: flex;
  align-items: center;
}
#projectSinContainer #projectS_Nav-tabContent {
  min-height: 300px;
}
.attachedDocuments .nav-link .icon {
  margin-right: 0.5rem;
  min-width: 25px;
  max-height: 25px;
  margin-left: 0;
}
.attachedDocuments .file2TableContainer {
  /* overflow-x: auto;-webkit-overflow-scrolling: touch; */
}
.attachedDocuments .file2TableContainer table {
  /* table-layout: fixed; */
}
.attachedDocuments .file2TableContainer .dropdown-menu {
  /* position: fixed !important; */
}
.attachedDocuments .file2TableContainer img.userIcon {
  height: 30px;
  width: 30px;
  max-width: 30px;
}
.attachedDocuments .file2TableContainer table th {
  white-space: nowrap;
}
.attachedDocuments .file2TableContainer table th,
.attachedDocuments .file2TableContainer table td {
  vertical-align: middle;
  min-width: 100px;
}
.attachedDocuments .file2TableContainer table tr th:first-child,
.attachedDocuments .file2TableContainer table tr td:first-child {
  padding-left: 0;
}
.attachedDocuments .file2TableContainer .dropdown-toggle::after {
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.3em solid transparent !important;
}

/* #projectMembersModule, */
#bidsOfferModule .select2-container .select2-selection--single,
#bidsOfferModule .select2.select2-container .select2-selection {
  height: 35px !important;
  background-color: var(--primary-color) !important;
}
li
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--white-color);
}
#bidsOfferModule
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px !important;
}
.lh_160 {
  line-height: 160%;
}
.lh_150 {
  line-height: 150%;
}
.lh_140 {
  line-height: 140%;
}
.fs_21 {
  font-size: 21px;
}
.fs_20 {
  font-size: 20px;
}
.fs_19 {
  font-size: 19px;
}
.fs_18 {
  font-size: 18px;
}
.fs_17_16 {
  font-size: clamp(16px, 1.5vw, 17px);
}
.fs_25_18 {
  font-size: clamp(18px, 1.5vw, 25px);
}
.fs_16 {
  font-size: 16px;
}
.fs_14 {
  font-size: 14px;
}
.fs_12 {
  font-size: 12px;
}
.fs_30 {
  color: var(--text-color-dark);
}
.color_a2a2a2 *,
.color_a2a2a2 {
  color: #a2a2a2;
}
.bidsItemContainer .userIcon {
  height: 110px;
  width: 110px;
  min-width: 110px;
}
.bidsItemContainer .profileInfo {
  /* white-space: nowrap; */

  min-width: 175px;
}
.onlineOffline .icon {
  height: 10px;
  width: 10px;
  margin-right: 6px;
}
.bidsItemContainer .middleDetailsCol {
  width: 100%;
}
.bidsItemContainer .lastInfoCol {
  width: max-content;
  white-space: nowrap;
}
.lastInfoCol .lastBtnCont {
  justify-content: end;
}
.countryPlanStatus .plnItem i,
.countryPlanStatus .plnItem img {
  max-height: 27px;
  object-fit: contain;
  margin-right: 6px;
  font-size: 22px;
  line-height: 22px;
}
.countryPlanStatus .plnItem {
  margin-bottom: 5px;
}
.countryPlanStatus .plnItem span.popBtn,
.countryPlanStatus .plnItem span.bg-primary {
  min-width: 160px;
  text-align: center;
}
.ratingProgress .plnItem {
  margin-bottom: 15px;
}
.countryPlanStatus .rowItem .plnItem:last-child,
.ratingProgress .rowItem .plnItem:last-child {
  margin-right: 0 !important;
}
.ratingProgress .plnItem i,
.ratingProgress .plnItem img {
  max-height: 20px;
  object-fit: contain;
  margin-right: 6px;
  font-size: 16px;
  line-height: 16px;
}
.middleDetailsCol .selectItem .no-border {
  padding: 0;
  padding-right: 2rem;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.attachedPhotoSlider {
  margin: 0 -12px;
}
.attachedPhotoSlider .slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}
.attachedPhotoSlider .sliderItem {
}
.slick-next::before,
.slick-prev::before,
#hero .slick-prev::before,
#hero .slick-next::before {
  font-size: 18px;
}
.attachedPhotoSlider .slick-prev {
  left: 0;
}
.attachedPhotoSlider .slick-next {
  right: 0;
}
.documentsCol .file2TableContainer {
  max-height: 500px;
  min-height: 250px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bgHoverPink:hover,
.bgPink {
  background-color: rgb(241, 99, 184);
}
.sectionWidth,
#financialCenterTab,
#bidsOfferModule {
  margin-left: auto;
  margin-right: auto;
}
.mw_1000,
#financialCenterTab,
#bidsOfferModule {
  max-width: 1000px;
}

#bidsOfferModule .selctCont {
}

#projectSinContainer .selctCont .drpdnParent,
#bidsOfferModule .selctCont .selecttUl {
  margin-left: -3px;
  margin-right: -3px;
}

#projectSinContainer .selctCont .drpdnParent .dropdown,
#bidsOfferModule .selctCont .selecttUl li {
  margin: 3px;
}

#projectSinContainer .drpdnParent .dropBtn,
#bidsOfferModule .selctCont .select2-container .select2-selection--single,
#bidsOfferModule .selctCont .select2.select2-container .select2-selection {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 30px !important;
}

#projectSinContainer .drpdnParent .dropBtn {
  padding: 5px 10px;
  display: flex;
  color: rgba(0, 0, 0, 0.25);
}

#projectSinContainer .drpdnParent .dropBtn.up i {
  transform: rotate(180deg);
}

#projectSinContainer .drpdnParent .dropBtn.active i,
#projectSinContainer .drpdnParent .dropBtn.active {
  color: var(--primary-color);
}

#projectSinContainer .drpdnParent .dropBtn.active {
  border-color: var(--primary-color) !important;
}
.selctCont
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.25);
}

#bidsOfferModule
  .selctCont
  .select2-container.select2-container--open
  .select2-selection--single,
#bidsOfferModule
  .selctCont
  .select2.select2-container.select2-container--open
  .select2-selection,
#bidsOfferModule
  .selctCont
  .select2-container.select2-container--open
  .select2-selection--single.active,
#bidsOfferModule
  .selctCont
  .select2.select2-container.select2-container--open
  .select2-selection.active {
  border-color: var(--primary-color) !important;
}
.selctCont
  .select2-container--default.select2-container--open
  .select2-selection--single
  .active
  .select2-selection__rendered,
.selctCont
  .select2-container--default
  .select2-selection--single
  .active
  .select2-selection__rendered {
  color: var(--primary-color);
}
.selctCont
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.page
  .selctCont
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent !important;
}
.selctCont
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.page
  .selctCont
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent !important;
}
.table-transparent th,
.table-transparent td,
.table-transparent {
  background-color: transparent;
  padding-left: 0;
}
.minhUnsetImportant {
  min-height: unset !important;
}
.mainThemeSectionBg section.sectionPadding:nth-of-type(even) {
  background-color: rgba(203, 203, 203, 0.15);
}
.mainThemeSectionBg section.sectionPadding:nth-of-type(odd) {
  background-color: transparent;
}
.section-border-t {
  border-top: 1px solid rgba(203, 203, 203, 0.15);
}
.section-border-b {
  border-bottom: 1px solid rgba(203, 203, 203, 0.15);
}
.ratio .rll-youtube-player {
  position: absolute !important;
  padding-bottom: unset !important;
  height: 100% !important;
}
/* Responsive */

@media screen and (max-width: 1400px) {
  #shootingcity .city_list .removerowcity {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .project-in-production-detail__new_v2__search .new_v2__search__field {
    width: 70%;
  }

  .project-in-production-detail__new_v2__search .new_v2__search__btn {
    width: 20%;
  }

  .mainQutContainer .singleItem {
    width: calc(13.7% - 8px);
    min-width: 171px;
  }
}
@media screen and (min-width: 1025px) {
  .lg-flex11auto {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bidsItemContainer .cardItem .crdInr {
    flex-wrap: wrap;
  }

  .bidsItemContainer .cardItem .profileInfo {
    /* width: calc(50% - 0.5rem); */

    order: 1;
  }

  .bidsItemContainer .cardItem .middleDetailsCol {
    margin-right: 0 !important;
    margin-top: 1.5rem;
    width: 100%;
    order: 3;
  }

  .bidsItemContainer .cardItem .lastInfoCol {
    /* width: calc(50% - 0.5rem); */

    order: 2;
  }
}
@media screen and (max-width: 992px) {
  .project-in-production-detail__new_v2 h2 {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .md-flex11auto {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .project-in-production-detail__new_v2__search .new_v2__search__field {
    width: 60%;
  }

  .project-in-production-detail__new_v2__search .new_v2__search__btn {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .account-personal-title .project_tire {
    gap: 15px;
  }

  .mainQutContainer .singleItem {
    width: calc(50% - 8px);
    min-width: unset;
  }

  .dataset12Main .allInnerPart .table td,
  .dataset12Main .allInnerPart .table th {
    min-width: 130px;
    padding: 1.5px 5px;
  }

  .dataset12Main .allInnerPart .table {
    table-layout: auto;
  }

  .bidsItemContainer .cardItem .profileInfo {
    width: 100%;
    margin-right: 0 !important;
  }

  .bidsItemContainer .cardItem .lastInfoCol {
    width: 100%;
    text-align: center !important;
    margin-top: 1.5rem;
  }

  .bidsItemContainer .cardItem .lastBtnCont {
    justify-content: center;
  }

  .bidsItemContainer .userIcon {
    height: 90px;
    width: 90px;
    min-width: 90px;
  }

  .countryPlanStatus .rowItem .plnItem {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .project-in-production-detail__new_v2__search {
    flex-direction: column;
  }

  .project-in-production-detail__new_v2__search .new_v2__search__field {
    width: 100%;
  }

  .project-in-production-detail__new_v2__search .new_v2__search__btn {
    margin-top: 10px;
    width: max-content;
  }
}
@media screen and (max-width: 400px) {
  .learnHowContainer .learnHowDetails {
    margin-left: 0;
    text-align: center !important;
  }

  .mainQutContainer .singleItem {
    width: calc(100% - 8px);
  }

  .mainQutContainer .singleItem .visibility-hidden {
    display: none !important;
  }
}

/* Dev site css start */

.crew-portfolio-profile-img-parent
  .crew-portfolio-profile-img
  img.crew-portfolio-profile-img-badg {
  position: absolute;
  bottom: -14px;
  max-height: 135px;
  object-fit: contain;
  border-radius: 0;
}
.crew-portfolio-profile-img-parent .crew-portfolio-profile-img {
  overflow: visible;
}

#crew .crew-box .top-img .badged {
  position: absolute;
  bottom: -2px;
  width: 100% !important;
}
#crew .crew-box .top-img .badged .crew-portfolio-profile-img-badg {
  max-width: 75px;
  object-fit: contain;
}
/* Dev site css end */

.selectBidContainer > .row {
  margin-bottom: 1rem;
}
.page-template-page-place-bids .bottom_para {
  max-width: 100%;
  width: 100%;
}
.page-template-page-place-bids .bottom_para .learnHowContainer {
  margin-top: 0;
}
.page-template-page-place-bids .bottom_para *,
.page-template-page-place-bids .bottom_para p,
.page-template-page-place-bids .bottom_para a {
  font-size: clamp(13px, 1.3vw, 14px);
  transition: all var(--transition);
}
.page-template-page-place-bids .bottom_para p {
  color: var(--black-color);
}
.page-template-page-place-bids .bottom_para .field {
  margin-top: 0.8rem !important;
}
.page-template-page-place-bids .bottom_para .field:last-child {
  margin-top: 0.3rem !important;
}
.page-template-page-place-bids .account-personal-form-save-parent.mt-5.d-flex {
  margin-top: 1rem !important;
}
.page-template-page-place-bids
  .account-personal-form-save-parent
  .account-personal-form-save-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-place-bids
  .account-personal-form-save-parent
  .account-personal-form-save {
  margin: 10px !important;
}

#combine-rights-benefits-table .btn {
  font-size: 13px;
  min-width: 177px;
  float: unset !important;
}

#account-strength-groups-table .btn {
  font-size: 14px;
  min-width: 165px;
  /* text-align: center; */
}
.userProfileGrid .gridContainer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.userProfileGrid .item {
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
}
.userGirdTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.userProfileGrid .item .fa-solid {
  color: var(--primary-color);
}
.userProfileGrid .item .fa-regular {
  color: gray;
}
.castingPhotosSlider .slick-prev,
.mediaAssetsSlider .slick-prev {
  left: 0;
}
.castingPhotosSlider .slick-next,
.mediaAssetsSlider .slick-next {
  right: 0;
}
.castingPhotosSlider,
.mediaAssetsSlider {
  margin: 0 -12px;
}
.castingPhotosSlider .slick-slide,
.mediaAssetsSlider .slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}
.castingPhotosGrid {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.castingPhotosGrid .ratio {
  max-width: 16.66666%;
}
.talentModalDesign .modal-dialog {
  /* max-width: 800px !important; */

  max-width: 615px !important;
}
.talentModalDesign .itemContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.talentModalDesign .itemContainer .item {
  margin: 10px;
  text-align: center;
}
.talentModalDesign .radio-img-label {
  cursor: pointer;
  text-align: center;
  width: max-content;
  margin: 0;
  margin-bottom: 7px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(0, 0, 0, 0.05);
}
.talentModalDesign .radio-img-label img {
  max-width: 150px;
  min-width: 150px;
  height: 150px;
  object-fit: contain;
  object-position: center center;
  background: rgba(0, 0, 0, 0.05);
}
.talentModalDesign .radio-img-label::after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: background-color 0.4s;
}
.talentModalDesign .radio-img-label:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.talentModalDesign .hairTextureContainer .radio-img-label {
  border-radius: 0;
}
.talentModalDesign .hairTextureContainer .radio-img-label img {
  max-width: 100%;
  min-width: unset;
  height: auto;
  /*   object-fit: contain;object-position: center center;background: rgba(0, 0, 0, 0.05); */
}
.talentModalDesign .item p {
  font-size: 13px;
}
.talentModalDesign .modalCloseBtn {
  height: 30px;
  width: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black-color);
  background-color: var(--white-color);
  border-radius: 50%;
}
.talentModalDesign .modalCloseBtn i {
  font-size: 16px;
}
.talentModalDesign .radio-img-label:has(input:checked)::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.talentModalDesign .radio-img-label:has(input:checked)::before {
  position: absolute;
  font-size: 30px;
  color: var(--white-color);
  content: "\f058";
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  background-color: var(--black-color);
}
.talentModalDesign input[type="radio"] {
  display: none;
}
.wpsInputDesign label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
}
.wpsInputDesign input::-webkit-outer-spin-button,
.wpsInputDesign input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpsInputDesign input[type="number"] {
  -moz-appearance: textfield;
}
.wpsInputDesign select,
.wpsInputDesign input:not([type="checkbox"]):not([type="radio"]) {
  font-family: "Roboto";
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: var(--black-color);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 400;
  height: 42px;
  outline: none;
  border: 1px solid #27a2f8;
  padding: 10px 16px;
  border-radius: 0;
}
.wpsInputDesign .spanRight {
  background-color: var(--primary-color);
  color: var(--white-color);
  min-width: 40px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt_10 {
  padding-top: 10px;
}
.mw_800 {
  max-width: 800px;
}
.accountSettingHeader .sectionWidth,
.accountSetting .allTabContainer .tabContainerSm {
  max-width: 1000px;
}
.accountSettingHeader .sectionWidth,
.accountSetting .allTabContainer .tabContainerSm {
  margin-left: auto;
  margin-right: auto;
}
.accountSetting .allTabContainer .tabContainerSm {
  /* padding: 20px;
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: 8px; */
}
.accountSettingHeader {
  /* padding-top: 48px;
  padding-bottom: 48px; */
}
.tabsHeader,
#projectSinContainer .nav-tabs,
.account_setting_tab {
  display: flex;
  border-bottom: 0;
  justify-content: space-between;
  border-radius: 100px;
  padding: 8px;
  white-space: normal;
  flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  background-color: rgba(0, 0, 0, 0.2);

  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.account_setting_tab {
  margin-bottom: 0;
}
.tabsHeader::-webkit-scrollbar,
#projectSinContainer .nav-tabs::-webkit-scrollbar,
.account_setting_tab::-webkit-scrollbar {
  display: none;
}
.tabsHeader .nav-link,
#projectSinContainer .nav-link,
.account_setting_tab .clicktab {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  color: var(--black-color);
  border: none !important;
  background-color: transparent;
  padding-left: 0;
}
.tabsHeader .nav-link,
#projectSinContainer #projectS_Nav-tab .nav-link,
.account_setting_tab .clicktab {
  padding: 3px 15px;
  white-space: nowrap;
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 16px);
}
.tabsHeader .nav-link.active,
#projectSinContainer .nav-link.active,
.account_setting_tab .clicktab.active {
  color: var(--primary-color);
}

.accountSetting .tabsec h3 {
  margin-top: 0 !important;
}
.wpsFixedSocial {
  z-index: 999;
  margin-right: 5px;
}
.wpsFixedSocial .item:not(:last-child) {
  margin-bottom: 5px;
}
.wpsFixedSocial .item {
  position: relative;
  opacity: 1;
}
.wpsFixedSocial .icon {
  max-width: 35px;
  height: 35px;
  min-width: 35px;
  object-fit: contain;
  width: 100%;
}
#captcha-container .g-recaptcha .rc-anchor-normal,
#captcha-container .g-recaptcha iframe,
#captcha-container .g-recaptcha > div {
  /* width: 100% !important; */
}
#captcha-container .g-recaptcha .rc-anchor-normal {
  /* width: 100% !important; */
}
.inviteFriends .noFriends {
}
.inviteFriends .boxCard {
  background-color: var(--white-color);
  min-height: 200px;
  transition: all var(--transition);
}
.inviteFriends .boxCard:hover {
  background-color: var(--primary-color);
}
.inviteFriends .boxCard * {
  transition: all var(--transition);
}
.inviteFriends .boxCard:hover * {
  color: var(--white-color);
}
.bidsItemContainer .cardItem {
  background-color: var(--white-color);
}
.caseStudySection .post-main-content-text .logo_sec {
  min-width: 100px;
  min-width: max-content;
}
/* .bidsItemContainer .cardItem .infoDocMain {
  height: 45px;
  transition: height var(--transition);
  overflow: hidden;
}
.bidsItemContainer .infoDocMain:not(.expanded) {
  position: relative;
}
.bidsItemContainer .infoDocMain:not(.expanded)::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  width: 100%;
  height: 30px;
  bottom: -5px;
  left: 0;
  right: 0;
} */
.bidsBtnContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  gap: 50px;
}
.bids_btn,
.bidsBtnContainer .bids_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--primary-color);
  box-shadow: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  width: max-content;
}
.bids_btn .btnIcon,
.bidsBtnContainer .bids_btn .btnIcon {
  max-width: 16px;
  margin-right: 8px;
  transition: transform var(--transition);
}
.bids_btn.active .btnIcon,
.bidsBtnContainer .bids_btn.active .btnIcon {
  transform: rotate(180deg);
}
.viewMilestonesHistoryBtn.active .btnIcon {
  transform: rotateY(3.142rad);
}
.file_open_doc .fa-plus {
  margin-right: 7px;
}

.wpsNav ul {
  display: flex;
  border-bottom: 1px solid var(--border-color);
  margin: 0;
}
.wpsNav ul li:not(:first-child) {
  margin-left: 6px;
}
.wpsNav ul a,
.wpsNav button,
.wpsNav ul button {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 8px 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid var(--primary-color);
  border-bottom: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  transition: all var(--transition);
}

.wpsNav ul a:hover,
.wpsNav ul a.active,
.wpsNav button:hover,
.wpsNav button.active,
.wpsNav ul button:hover,
.wpsNav ul button.active {
  background: var(--white-color);
  color: var(--active-color);
  border-color: var(--border-color);
}
#financialCenterTab .titleColumn {
  gap: 15px;
}
#viewFullOfferDetails,
#manageFinancesDetails {
  /* display: none; */
}
.manage_financesInfo .topIconInfo {
  /* gap: 15px; */
}
.manage_financesInfo .topIconInfo > div {
  /* width: 100%; */
}
.manage_financesInfo .topIconInfo .icon {
  /* max-width: 65px; */
}
.manage_financesInfo .calculationDetails {
}
.manage_financesInfo .itemHeader > *:nth-child(1),
.manage_financesInfo .calculationDetails .item > *:nth-child(1) {
  margin-right: 1rem;
}
.manage_financesInfo
  .itemHeader
  > *:is(:nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)),
.manage_financesInfo
  .calculationDetails
  .item
  > *:is(:nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) {
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
.manage_financesInfo .itemHeader > *:last-child,
.manage_financesInfo .calculationDetails .item > *:last-child {
  text-align: right;
  margin-left: 1rem;
  margin-right: 0;
}
.manage_financesInfo .calculationDetails .item > *:first-child,
.manage_financesInfo .itemHeader > *:first-child {
  margin-left: 0;
}
.shadow {
  box-shadow: var(--box-shadow) !important;
}

.transTableContainer tr th:first-child,
.transTableContainer tr td:first-child {
  padding-left: 0;
}
.transTableContainer tr td:last-child,
.transTableContainer tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.transTableContainer th,
.transTableContainer td,
.transTableContainer tr {
  border-style: dashed;
}
.transTableContainer tr td:not(:first-child):not(:last-child) {
  min-width: 130px;
}
select.selected-option.text-white {
  color: var(--white-color) !important;
}
.form-select.text-white {
  /* --bs-form-select-bg-img: url("../images/angle_down_white.svg"); */
  background-image: url("../images/angle_down_white.svg");
  background-size: 18px;
}
.historyTitle img.icon {
  max-width: 20px;
}
.manage_financesInfo .topIconInfo .btn-sm {
  min-width: 180px;
  text-align: center;
}
.historyCardContainer .historyCardItem:last-child .historyArrowDown {
  display: none;
}
.historyCardItem .historyArrowDown i {
  color: #bfbfbf;
}
.fs30_25,
.historyCardItem .historyArrowDown i {
  font-size: clamp(25px, 3vw, 30px);
}
.projectTierGridSection {
  display: flex;
  align-items: stretch;
  gap: 25px;
}
.projectTierGridSection .gridItem {
  flex: 1 1 auto;
  width: 100%;
  border: 1px solid transparent;
  transition: all var(--transition);
  cursor: pointer;
}
.projectTierGridSection .gridItem .blockTitle {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 140%;
  font-weight: 600;
}
.projectTierGridSection label.gridItem:has(input:checked),
.projectTierGridSection .gridItem:hover {
  border-color: var(--primary-color);
}
.projectTierGridSection .gridItem input {
  display: none;
}
.projectTierGridSection .gridItem .checkMarks,
.projectTierGridSection .checkMarks i {
  transition: all var(--transition);
}
.projectTierGridSection .checkMarks i {
  font-size: 17px;
}
.projectTierGridSection label:has(input:checked) .checkMarks i,
.projectTierGridSection .gridItem:hover .checkMarks i {
  color: var(--primary-color);
}
.projectTierGridSection .gridItem:hover .checkMarks,
.projectTierGridSection label:has(input:checked) .checkMarks {
  opacity: 1;
}
.projectTierGridSection label:has(input:not(:checked)) .checkMarks {
  opacity: 0.5;
}
.projectTierGridSection label:has(input:checked) .checkMarks .fa-regular,
.projectTierGridSection label:has(input:not(:checked)) .checkMarks .fa-solid {
  display: none;
}
.fundMilestoneArea
  .table-middle-center
  tr
  th:not(:first-child):not(:last-child),
.fundMilestoneArea
  .table-middle-center
  tr
  td:not(:first-child):not(:last-child) {
  text-align: center;
}

.fundMilestoneArea .cardItem input[type="checkbox"] {
  accent-color: var(--success-color);
}
.w_max {
  width: max-content;
  max-width: 100%;
}
.wh_100_sm_50 {
  height: 100px;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.stepsContainer {
}
.stepsContainer .stepItem {
  flex: 1 1 auto;
  width: 100%;
  min-width: 120px;
}
.stepsContainer .stepItem .rightIcon {
  z-index: 1;
  height: calc(100% + 1px);
  width: 15px;
  background-color: var(--white-color);
  /* clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 20% 50%); */
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
}
.stepsContainer .stepItem:last-child .rightIcon {
  display: none;
}

/* scrollSlider overflow-x-auto scrollbar-hide */
.scrollbar-hide {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none !important;
}
.w-max {
  width: max-content;
}
.max-w-full {
  max-width: 100%;
}
.dragging {
  /* cursor: grabbing; */
}
.pointer-events-none {
  pointer-events: none !important;
}
.linkInputRow .leftCol {
  margin-bottom: 16px;
}
.linkInputRow .rightCol,
.linkInputRow .leftCol {
  width: 100%;
}
.addLogoCard {
  .rmvBtn {
    opacity: 0;
    transition: all var(--transition);
  }
  &:hover {
    .rmvBtn {
      opacity: 1;
    }
  }
}
.border-dashed {
  border-style: dashed !important;
  border-color: rgba(0, 0, 0, 0.2);
}
.border-2 {
  border-width: 2px !important;
}

.input-group .countryFlagsDropdown {
  max-height: calc(100% - 6px);
  margin-left: 1.5px;
  z-index: 6;
  font-size: 13px;
  font-weight: 400;
  color: var(--black-color) !important;
  max-width: 82px;
  min-width: 82px;
}
.countryFlagsDropdown ~ input.form-control {
  padding-left: 90px !important;
}
.mw-250 {
  max-width: 250px;
}
.w-mx-content {
  width: max-content;
  max-width: 100%;
}
.mx-w-h-120 {
  max-width: 120px;
  max-height: 120px;
  min-height: 120px;
  min-width: 120px;
}
.mx-w-h-110 {
  max-width: 110px;
  max-height: 110px;
  min-height: 110px;
  min-width: 110px;
}
.mx-w-h-90 {
  max-width: 90px;
  max-height: 90px;
  min-height: 90px;
  min-width: 90px;
}
.mx-w-h-85 {
  max-width: 85px;
  max-height: 85px;
  min-height: 85px;
  min-width: 85px;
}
.mx-w-h-65 {
  max-width: 65px;
  max-height: 65px;
  min-height: 65px;
  min-width: 65px;
}
.mx-w-h-50 {
  max-width: 50px;
  max-height: 50px;
  min-height: 50px;
  min-width: 50px;
}
.mx-w-h-40 {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
}
.mx-w-h-35 {
  max-width: 35px;
  max-height: 35px;
  min-height: 35px;
  min-width: 35px;
}
.mx-w-h-30 {
  max-width: 30px;
  max-height: 30px;
  min-height: 30px;
  min-width: 30px;
}
.mx-w-h-25 {
  max-width: 25px;
  max-height: 25px;
  min-height: 25px;
  min-width: 25px;
}
.mx-w-h-20 {
  max-width: 20px;
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
}
.mx-h-60 {
  max-height: 60px;
}
.mx-h-50 {
  max-height: 50px;
}
.mx-min-h-45 {
  max-height: 45px;
  min-height: 45px;
}
.mx-min-h-40 {
  max-height: 40px;
  min-height: 40px;
}
.mx-min-h-35 {
  max-height: 35px;
  min-height: 35px;
}
.mx-h-40,
.documents .icon {
  max-height: 40px;
}
.min-h-150 {
  min-height: 150px;
}
.min-h-160 {
  min-height: 160px;
}
.min-h-170 {
  min-height: 170px;
}
.min-h-180 {
  min-height: 180px;
}
.min-h-190 {
  min-height: 190px;
}
.min-h-200 {
  min-height: 200px;
}
.min-w-16px {
  min-width: 16px;
}
.minH700 {
  min-height: 700px;
}
.pageHeight {
  min-height: 90vh;
}
.min-w-100 {
  min-width: 100px;
}
.min-w-150 {
  min-width: 150px;
}
.min-w-155 {
  min-width: 155px;
}
.min-w-160 {
  min-width: 160px;
}
.min-w-170 {
  min-width: 170px;
}
.min-w-180 {
  min-width: 180px;
}
.min-w-190 {
  min-width: 190px;
}
.min-w-200 {
  min-width: 200px;
}
.bg-transparent {
  background: transparent !important;
}

.page404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page404 h1 {
  font-size: clamp(55px, 6vw, 100px);
  line-height: 150%;
  /* font-family: "Raleway", sans-serif; */
  font-weight: 800;
}
.sidebar-content .form-check-input {
  height: 0.8em;
}
.selectUserDropdown.dropdown-toggle::after,
.profileDropdown.dropdown-toggle::after {
  /*   border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent; */
}

.crew-portfolio-profile-img.resourceOwner {
  position: absolute !important;
  top: -360px;
  margin-top: 0 !important;
}
.page-id-21 .passwordRestEncoderIt {
}
.g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
.w-350 {
  width: 350px;
  min-width: 350px;
}
.w-255 {
  width: 255px;
  min-width: 255px;
}
.max-h-300 {
  max-height: 300px;
}
.max-h-85vh {
  max-height: 85vh;
}
.viewMoreHeight {
  transition: max-height var(--transition), height var(--transition);
}
#project_production_sidebar .hustel-country:last-child {
  margin-bottom: 0;
}
.contactSection .sectionBg {
  background: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.contactSection .sectionWidth {
  /* max-width: 1100px; */
}
.contactSection [type="number"]::-webkit-outer-spin-button,
.contactSection [type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contactSection .mainCol {
  max-width: 650px;
}
.contactSection [type="number"][type="number"] {
  -moz-appearance: textfield;
}
.contactSection .supportContainer .icon {
  max-width: 21px;
}
.space-x-1 > *:not(:last-child) {
  margin-right: 0.25rem;
}
.space-x-2 > *:not(:last-child) {
  margin-right: 0.5rem;
}
.space-x-3 > *:not(:last-child) {
  margin-right: 1rem;
}
.space-x-reverse-3 > *:not(:first-child) {
  margin-left: 1rem;
}
.space-x-4 > *:not(:last-child) {
  margin-right: 1.5rem;
}
.space-x-5 > *:not(:last-child) {
  margin-right: 2rem;
}
.space-x-6 > *:not(:last-child) {
  margin-right: 2.5rem;
}
.space-y-1 > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.space-y-2 > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.space-y-3 > *:not(:last-child) {
  margin-bottom: 1rem;
}
.space-y-4 > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.space-y-5 > *:not(:last-child) {
  margin-bottom: 2rem;
}
.space-y-6 > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
.contactSection .iconDiv {
  min-width: 35px;
  text-align: center;
}
.wps_loading {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
}
.wps_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid var(--white-color);
  border-top-color: var(--text-color-dark);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  background-color: var(--primary-color);
  z-index: 1030;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}