@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;
}

:root {
  --primary-color: #27a2f8;
  --bg-white-color: #f9faff;
  --text-color-dark: #242c37;
  --black-color: #000;
  --white-color: #fff;
  --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);
}
.deposit-fund {
  background: #f9faff;
  padding-top: 24px;
  padding-bottom: 32px;
}
.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: 30px;
  line-height: 35px;
}
@media screen and (max-width: 992px) {
  .deposit-fund h2 {
    /* text-align: center; */
  }
}
@media screen and (max-width: 576px) {
  .deposit-fund h2 {
    font-size: 25px;
  }
}
.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 {
}
.projectTierPage .pageBanner .banner_text a {
  color: var(--white-color);
  opacity: 0.8;
  font-weight: 700;
}
.projectTierPage .pageBanner .banner_text a:hover {
  opacity: 1;
}
.projectTierSection .head h2 {
  font-weight: 700;
}
.projectTierSection .head .iconImg {
  max-width: 38px;
}
.projectTierSection .head input {
  margin: 0;
}

#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%;
  max-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;
}

#projectSinContainer .nav-tabs {
  border-bottom: 0;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 8px;
  white-space: normal;
  flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

#projectSinContainer .nav-tabs::-webkit-scrollbar {
  display: none;
}

#projectSinContainer .nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  color: var(--black-color);
  border: none !important;
  background-color: transparent;
  padding-left: 0;
}

#projectSinContainer #projectS_Nav-tab .nav-link {
  padding: 3px 10px;
  white-space: nowrap;
}

#projectSinContainer .nav-link.active {
  color: var(--primary-color);
}
.lineClamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lineClamp5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.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;
}
.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;
}
.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;
}
.fs_30 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 30px;
  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;
}
.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;
}
.documents .icon {
  max-height: 40px;
}
.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);
}

#bidsOfferModule {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#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;
}

/* 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 (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 (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: 1.2rem;
}
.page-template-page-place-bids .bottom_para .field:last-child {
  margin-top: 0.5rem !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;
}
.projectTierSection .options_row {
  text-align: justify;
}
.accountSettingHeader .sectionWidth,
.accountSetting .allTabContainer .tabContainerSm {
  max-width: 800px;
  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;
}
.account_setting_tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 8px;
  white-space: normal;
  flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  margin-bottom: 0;
}
.account_setting_tab::-webkit-scrollbar {
  display: none;
}
.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;
  padding: 3px 10px;
  white-space: nowrap;
  display: inline-block;
}
.account_setting_tab .clicktab.active {
  color: var(--primary-color);
}
.accountSetting .tabsec h3 {
  margin-top: 0 !important;
}
.wpsFixedSocial {
  z-index: 999;
  gap: 5px;
  margin-right: 5px;
}
.wpsFixedSocial .item {
  position: relative;
  opacity: 1;
}
.wpsFixedSocial .icon {
  max-width: 35px;
  height: 35px;
  min-width: 35px;
  object-fit: contain;
  width: 100%;
  /* display: none; */
}