@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.gap-130 {
  -webkit-column-gap: 130px;
  -moz-column-gap: 130px;
  column-gap: 130px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #020817;
  overflow-x: hidden;
}
::-moz-selection {
  background-color: #274b82;
  color: #fff;
}
::selection {
  background-color: #274b82;
  color: #fff;
}
a {
  text-decoration: none;
  color: #400e03;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #404040;
  text-decoration: none;
}
img {
  display: block;
  border: none;
  max-width: 100%;
}
* {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  border: none;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
textarea {
  resize: none;
}
select {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 320px) and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}
.xl-container {
  margin: 0 auto;
  position: relative;
  clear: both;
  display: block;
  padding: 0 15px;
  max-width: 1720px;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .xl-container {
    max-width: 1520px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .xl-container {
    max-width: 1320px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .xl-container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .xl-container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xl-container {
    max-width: 720px;
  }
}
.bg-gray {
  background-color: #f9f9f9 !important;
}
.profile {
  padding: 5rem 2.5rem 5rem 5rem;
  border-radius: 16px !important;
  color: #697a85;
}
@media (max-width: 992px) {
  .profile {
    border-radius: 0 !important;
    padding: 1rem;
  }
}
.profile .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .profile .header {
    display: unset;
  }
}
.profile .left-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
}
.profile .left-header .profile-image {
  margin-bottom: 1rem;
}
.profile .left-header .profile-image img {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 992px) {
  .profile .left-header .profile-image img {
    margin-left: auto;
    margin-right: auto;
  }
}
.profile .left-header .lang-info {
  text-align: center;
  color: #9faeb8;
}
.profile .left-header .lang-info h5 {
  color: #1b2932;
  font-weight: 500;
  font-size: 1.33rem;
}
.profile .middle-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem 3rem;
}
@media (max-width: 992px) {
  .profile .middle-header {
    padding: 0;
  }
}
.profile .middle-header .profile-name h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1b2932;
}
.profile .middle-header .profile-desc {
  padding: 1.5rem 0;
}
.profile .middle-header .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .middle-header .skills .skill {
  background-color: #f4f4f4;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-align: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  color: #73848d;
}
.profile .middle-header .skills .experience {
  background-color: rgba(0, 163, 255, 0.1098039216);
  color: #00a3ff;
}
.profile .middle-header .skills .approved {
  background-color: rgba(74, 219, 95, 0.1098039216);
  color: #4adb5f;
}
.profile .right-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15rem;
  flex: 0 0 15rem;
  text-align: center;
  padding-top: 0rem;
}
.profile .right-header .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile .right-header .share-buttons .share-buttons-trigger {
  height: 48px;
  line-height: 48px;
}
.profile .profile-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .profile-card-container .profile-card {
  text-align: center;
  padding: 1rem 1rem;
  -webkit-box-shadow: 2px 1px 10px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 10px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .profile .profile-card-container .profile-card {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}
.profile .profile-card-container .profile-card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile .profile-card-container .profile-card .card-header {
  padding-bottom: 1rem;
}
.profile .profile-card-container .profile-card .card-header img {
  margin-left: auto;
  margin-right: auto;
  width: 2.5rem;
}
.profile .profile-card-container .profile-card .card-container {
  font-weight: 400;
  color: #9faeb8;
}
.profile .profile-card-container .profile-card .card-container h4 {
  color: #1b2932 !important;
  font-weight: 500;
}
.profile .work-history-container {
  text-align: center;
}
.profile .work-history-container h1 {
  color: #1b2932 !important;
}
.profile .work-history-container .work-history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .profile .work-history-container .work-history-row {
    display: unset !important;
    padding-top: 0;
  }
}
.profile .work-history-container .work-history-row .work-history-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 1rem 1rem;
  -webkit-box-shadow: 2px 1px 10px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 10px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
  cursor: pointer;
  border-radius: 4px;
}
.profile .work-history-container .work-history-row .work-history-card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .profile .work-history-container .work-history-row .work-history-card {
    margin-bottom: 1rem !important;
  }
}
.profile
  .work-history-container
  .work-history-row
  .work-history-card
  .card-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 1rem;
}
.profile
  .work-history-container
  .work-history-row
  .work-history-card
  .card-header
  img {
  margin-left: auto;
  margin-right: auto;
  width: 8rem;
  border-radius: 50%;
}
.profile
  .work-history-container
  .work-history-row
  .work-history-card
  .card-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 400;
  color: #9faeb8;
  padding: 1rem 0rem;
}
.profile
  .work-history-container
  .work-history-row
  .work-history-card
  .card-container
  h4 {
  color: #1b2932;
  font-weight: 500;
  margin-bottom: 0;
}
.profile
  .work-history-container
  .work-history-row
  .work-history-card
  .card-container
  p {
  margin-bottom: 0;
}
.profile .remotify-card {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#274b82),
    to(#2f68bd)
  ) !important;
  background: linear-gradient(#274b82, #2f68bd) !important;
  color: #fff !important;
}
.profile .remotify-card h4 {
  color: #fff !important;
}
.profile .review-container {
  padding: 2rem 0;
}
.profile .review-container h1 {
  text-align: center;
  margin-bottom: 2rem;
  color: #1b2932;
}
.profile .review-container .review-card {
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 4px;
}
.profile .review-container .review-card:last-child() {
  margin-bottom: 0;
}
.profile .review-container .review-card .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile .review-container .review-card .review-header .review-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.profile .review-container .review-card .review-header .review-image img {
  border-radius: 50%;
  width: 5rem;
  float: left;
  margin-right: 1rem;
}
.profile .review-container .review-card .review-content {
  padding: 1rem 0;
}
.profile .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.work-history-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.work-history-info .card {
  text-align: center;
  padding: 1rem 1rem;
  -webkit-box-shadow: 2px 1px 10px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 10px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .work-history-info .card {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}
.work-history-info .card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.work-history-info .card .card-header {
  padding-bottom: 1rem;
}
.work-history-info .card .card-header img,
.work-history-info .card .card-header i {
  margin-left: auto;
  margin-right: auto;
  width: 2.5rem;
  font-size: 2.5rem;
  color: #4b4b4b;
}
.work-history-info .card .card-container {
  font-weight: 400;
  color: #5b5b5b;
}
.work-history-info .card .card-container h4 {
  color: #1b2932 !important;
  font-weight: 500;
}
.work-history-info .card .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.work-history-info .card .skills .skill {
  background-color: #f4f4f4;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-align: center;
  margin-right: 1rem;
  border-radius: 4px;
  color: #73848d;
}
.work-history-info .card .skills .experience {
  background-color: rgba(0, 163, 255, 0.1098039216);
  color: #00a3ff;
}
.work-history-info .card .skills .approved {
  background-color: rgba(74, 219, 95, 0.1098039216);
  color: #4adb5f;
}
.work-history-info .half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}
.work-history-info .full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.info .dialog {
  width: 60% !important;
}
.info .dialog .footer {
  display: none !important;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.price-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
box-shadow: 0 6px 20px 1px rgb(0 108 214 / 10%);
  padding: 20px 30px;
}
.price-box:hover {
  background-color: #006cd6;
    box-shadow: 0 6px 20px 1px rgb(0 108 214 / 25%);
}
.price-box:hover h5 {
  color: #fff;
}
.price-box:hover i {
  color: #fff;
}
.price-box:hover p {
  color: #fff;
}
.price-box p {
  font-size: 14px;
  color: #2e323c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-box h5 {
  color: #2e323c;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-box i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.border-active {
 background: linear-gradient(to right, #4595f3, #005ec3, #005ec3);
box-shadow: -1px 5px 11px 1px rgba
#274b824d
(39, 75, 130, 0.3);
}
.border-active h5 {
  color: #fff;
}
.border-active i {
  color: #fff;
}
.border-active p {
  color: #fff;
}
.headline-title {
  padding: 0 0 20px !important;
  border-bottom: none !important;
}
.remove-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  width: 50px;
  font-size: 24px;
  height: 50px;
  background: #0886b8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.remove-btn:hover {
  background-color: #00a3ff;
}
.add-more-btn {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 100;
  position: absolute;
  top: 50%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  width: 140px;
  font-size: 20px;
  height: 50px;
 background: #0768df;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  right: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.add-more-btn i {
  padding-right: 6px;
}
.add-more-btn:hover {
 background: #0768df;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.content-hidden {
  border: 2px solid #0fe1db;
  padding: 10px 10px 0 10px;
  position: relative;
  border-radius: 8px;
}
.content-hidden .row {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-hidden .col-sm-6:last-child {
    display: none;
  }
}
.job-glass-item {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(rgba(255, 255, 255, 0.8)),
    to(rgba(255, 255, 255, 0.5))
  );
  background: linear-gradient(
    to left top,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.5)
  );
  border-radius: 1rem;
  -webkit-box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.21);
  box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.21);
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.job-glass-item:hover {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(rgba(8, 134, 184, 0.8)),
    to(rgba(0, 51, 153, 0.9))
  );
  background: linear-gradient(
    to left top,
    rgba(8, 134, 184, 0.8),
    rgba(0, 51, 153, 0.9)
  );
}
.job-glass-item:hover h4 {
  color: #fff;
}
.job-glass-item:hover i {
  color: #fff;
}
.job-glass-item h4 {
  color: #54769a;
  font-size: 22px;
  font-weight: bold;
}
.job-glass-item i {
  font-size: 40px;
}
.single-page-header .container-fluid {
  padding: 0;
}
.project-hero-heading {
  position: relative;
  overflow: hidden;
}
.project-hero-heading .content-wrapper .order-progress .progress-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item {
  cursor: pointer;
  line-height: 0;
  margin-right: 1rem;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item:last-child {
  margin-right: 0;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item {
    margin-right: 0.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item {
    margin-right: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item {
    margin-right: 0.7rem;
  }
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item {
  width: 100%;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item
  .progress-item-action {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item
    .progress-item-action {
    border-radius: 0;
  }
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item
  .progress-item-action
  .step-name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #274b82;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item:not(.success-step):not(.current-step):hover
  .progress-item-action
  .step-name {
  color: #00a3ff;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item.current-step {
  position: relative;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item.current-step
  .progress-item-action {
  position: relative;
  z-index: 1000;
  background-color: #274b82;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item.current-step
  .progress-item-action:after {
  content: "";
  position: absolute;
  bottom: 18px;
  width: 4px;
  height: 89px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 9999;
}
.project-hero-heading
  .content-wrapper
  .order-progress
  .progress-list
  .progress-item.order-step-item.current-step
  .progress-item-action
  .step-name {
  font-weight: 700;
  color: #fff;
}
.alert-card {
  background: #ff53a3;
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0 auto;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px #ff53a3;
  box-shadow: 0px 5px 10px 0px #ff53a3;
}
.alert-card h4 {
  font-weight: bold;
  font-size: 20px;
}
.uploader-btn {
  height: 54px;
  width: 219px !important;
  padding: 0 !important;
}
.uploader-btn label {
  margin-bottom: 0;
}
.uploader-btn i {
  font-size: 20px;
  margin-right: 0.5rem !important;
}
.layout-icon i {
  font-size: 1.4rem;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item
    .progress-item-action
    .step-name {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item
    .progress-item-action
    .step-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item
    .progress-item-action
    .step-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item
    .progress-item-action
    .step-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .project-hero-heading .content-wrapper .order-progress .progress-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item {
    width: 100%;
  }
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item
    .progress-item-action {
    height: 50px;
  }
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item
    .progress-item-action
    .step-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
  }
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item:not(:last-child) {
    border-bottom: 1px solid #f0f5f9;
  }
  .project-hero-heading
    .content-wrapper
    .order-progress
    .progress-list
    .progress-item.order-step-item.current-step:after {
    -webkit-box-shadow: 0 4px 20px 0px #274b82;
    box-shadow: 0 4px 20px 0px #274b82;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
  }
}
.project-hidden {
  padding: 0 !important;
  display: block !important;
}
.project-hidden .content-hidden {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 20px 20px 0 20px;
}
.project-hidden .add-more-btn {
  width: 190px;
  font-size: 17px;
}
.blur-bg {
  opacity: 0.5;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.social-media-inputs h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .social-media-inputs h5 {
    margin-bottom: 12px;
  }
}
.social-media-inputs .form-field {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 6px;
  color: #99a3ba;
  border: 1px solid #cdd9ed;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.social-media-inputs .form-field::-moz-placeholder {
  color: #cbd1dc;
}
.social-media-inputs .form-field:-ms-input-placeholder {
  color: #cbd1dc;
}
.social-media-inputs .form-field::-webkit-input-placeholder {
  color: #cbd1dc;
}
.social-media-inputs .form-field::-ms-input-placeholder {
  color: #cbd1dc;
}
.social-media-inputs .form-field::placeholder {
  color: #cbd1dc;
}
.social-media-inputs .form-field:focus {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-media-inputs .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.social-media-inputs .form-group > span,
.social-media-inputs .form-group .form-field {
  white-space: nowrap;
  display: block;
}
.social-media-inputs .form-group > span:not(:first-child):not(:last-child),
.social-media-inputs
  .form-group
  .form-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.social-media-inputs .form-group > span:first-child,
.social-media-inputs .form-group .form-field:first-child {
  border-radius: 4px 0 0 4px;
}
.social-media-inputs .form-group > span:last-child,
.social-media-inputs .form-group .form-field:last-child {
  border-radius: 0 4px 4px 0;
}
.social-media-inputs .form-group > span:not(:first-child),
.social-media-inputs .form-group .form-field:not(:first-child) {
  margin-left: -1px;
}
.social-media-inputs .form-group .form-field {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-media-inputs .form-group > span {
  width: 140px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background: #a3a3a3;
  border: 1px solid #a3a3a3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.social-media-inputs .form-group:not(:last-child) {
  margin-bottom: 32px;
}
.social-media-inputs .linkedin .form-field:focus {
  border: 1px solid #0e76a8 !important;
}
.social-media-inputs .linkedin .form-group:focus-within > span {
  color: #fff;
  background: #0e76a8;
  border-color: #0e76a8;
}
.social-media-inputs .other .form-field:focus {
  border: 1px solid #00a3ff !important;
}
.social-media-inputs .other .form-group:focus-within > span {
  color: #fff;
  background: #00a3ff;
  border-color: #00a3ff;
}
.social-media-inputs .twitter .form-field:focus {
  border: 1px solid #00acee !important;
}
.social-media-inputs .twitter .form-group:focus-within > span {
  color: #fff;
  background: #00acee;
  border-color: #00acee;
}
.social-media-inputs .instagram .form-field:focus {
  border: 1px solid #833ab4 !important;
}
.social-media-inputs .instagram .form-group:focus-within > span {
  color: #fff;
  background: #833ab4;
  border-color: #833ab4;
}
.project-view-header {
  background-color: #fff;
}
.project-edit-toolbox {
  background-color: #fff !important;
  border-radius: 6px !important;
  font-size: 1rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.project-edit-toolbox:hover {
  color: #00a3ff !important;
}
.project-edit-dropdown {
  padding: 15px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px 0px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px 0px !important;
  border-radius: 4px !important;
}
.project-edit-dropdown .item {
  padding: 0 !important;
  font-size: 1rem !important;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  height: 26px;
}
.project-edit-dropdown .item i {
  margin-right: 8px;
  font-weight: 700;
}
.project-edit-dropdown .item:hover {
  background-color: #fff !important;
  color: #00a3ff !important;
}
.project-edit-dropdown .active {
  background-color: #fff !important;
  color: #00a3ff !important;
  font-weight: 900 !important;
}
.customer-company-page .dashboard-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .dashboard-headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.customer-company-page .dashboard-headline .cta-profile {
  background: linear-gradient(94deg, #0075ff 0%, #0083cd 100%);
  border-radius: 6px;
  width: 187px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.customer-company-page .dashboard-headline .cta-profile:hover {
  -webkit-box-shadow: 0px 24px 56px rgba(5, 161, 249, 0.3);
  box-shadow: 0px 24px 56px rgba(5, 161, 249, 0.3);
}
.customer-company-page .dashboard-box {
  padding: 0 0 30px;
  margin-bottom: 30px;
}
.customer-company-page .customer-profile-slider .info-area {
  padding: 18px 40px;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .customer-profile-slider .info-area {
    padding: 18px 0;
  }
}
.customer-company-page .customer-profile-slider .info-area p {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .customer-profile-slider .info-area p {
    font-size: 16px;
    text-align: initial;
  }
}
.customer-company-page .customer-profile-slider .info-area p span {
  font-weight: bold;
}
.customer-company-page .customer-profile-slider .submit-field {
  position: relative;
}
.customer-company-page
  .customer-profile-slider
  .submit-field
  .required-warning {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ff53a3;
  padding: 0 10px 10px 0;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page
    .customer-profile-slider
    .submit-field
    .required-warning {
    font-weight: 400;
    font-size: 14px;
  }
}
.customer-company-page .customer-profile-slider .input-validation-error {
  background-color: rgba(247, 191, 217, 0.0784313725) !important;
  border: 1px solid #ff53a3 !important;
}
.customer-company-page .slick-slider-dots {
  z-index: 1;
/*  height: 6px;*/
  position: relative;
  background-color: #c4c4c4;
  transition: -webkit-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.customer-company-page .slick-slider-dots li {
  z-index: 10;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-70%, -50%);
  transform: translate(-70%, -50%);
  width: 15px;
  height: 15px;
 background-color: #124c80;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.customer-company-page .slick-slider-dots li:hover {
  background-color: #065cc6;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.customer-company-page .slick-slider-dots li:hover::after {
  display: none;
}
.customer-company-page .slick-slider-dots li:hover button:before {
  color: #00a3ff;
}
.customer-company-page .slick-slider-dots li button {
  font-size: 14px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .slick-slider-dots li button {
    font-size: 11px;
    line-height: 13px;
  }
}
.customer-company-page .slick-slider-dots li button::before {
  color: #000;
  width: 9rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 36px;
  -webkit-transform: translate(-20%, 0%);
  transform: translate(-20%, 0%);
  text-align: left;
  position: absolute;
  opacity: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .slick-slider-dots li button::before {
    width: 100px;
    top: 32px;
  }
}
.customer-company-page .slick-slider-dots li:nth-child(1) {
  left: 0%;
}
.customer-company-page .slick-slider-dots li:nth-child(1) button::before {
  margin-left: 1.3rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .slick-slider-dots li:nth-child(1) button::before {
    margin-left: 0.9rem;
  }
}
.customer-company-page .slick-slider-dots li:nth-child(2) {
  left: 33%;
}
.customer-company-page .slick-slider-dots li:nth-child(3) {
  left: 66%;
}
.customer-company-page .slick-slider-dots li:nth-child(4) {
  left: 100%;
}
.customer-company-page .slick-slider-dots li:nth-child(4) button::before {
  left: -14px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .slick-slider-dots li:nth-child(4) button::before {
    left: -10px;
  }
}
.customer-company-page .slick-slider-dots .slick-active {
  background-color: #FFF;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.customer-company-page .slick-slider-dots .slick-active::after {
  display: none;
}
.customer-company-page #customer-profile-dots li:nth-child(1) {
  left: 8px;
}
.customer-company-page #customer-profile-dots li:nth-child(1) button::before {
  margin-left: 1.3rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page #customer-profile-dots li:nth-child(1) button::before {
    margin-left: 0.9rem;
  }
}
.customer-company-page #customer-profile-dots li:nth-child(2) {
  left: 25%;
}
.customer-company-page #customer-profile-dots li:nth-child(3) {
  left: 50%;
}
.customer-company-page #customer-profile-dots li:nth-child(4) {
  left: 75%;
}
.customer-company-page #customer-profile-dots li:nth-child(5) {
    left: calc(100% - 8px);
}
.customer-company-page #customer-profile-dots li:nth-child(5) button::before {
  left: -14px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page #customer-profile-dots li:nth-child(5) button::before {
    left: -10px;
  }
}
.customer-company-page .slick-active ~ li {
  background-color: #d2e1eb;
}
.customer-company-page .progress-dots-wrapper {
  padding: 50px 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .progress-dots-wrapper {
    padding: 40px;
  }
}
.customer-company-page .progress-dots-wrapper .progress {
  display: block;
  position: relative;
  background-color: #ddd;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#274b82),
    to(#274b82)
  );
  background-image: linear-gradient(to right, #274b82, #274b82);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
.customer-company-page .progress-dots-wrapper .progress .sr-only {
  color: #fff;
  font-size: 14px;
  top: 50%;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.customer-company-page .customer-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
  height: 66px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-company-page .customer-nav-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    height: 66px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .customer-company-page .customer-nav-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    height: 66px;
  }
}
.customer-company-page .customer-nav-btn .company-profile-control {
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 43px;
  border-radius: 6px;
}
.customer-company-page .customer-nav-btn .company-profile-control:hover {
  background-color: #274b82;
  color: #fff;
}
.customer-company-page .customer-nav-btn .company-profile-control:active {
  background-color: #fff;
  color: #274b82;
  border: 1px solid #274b82;
}
.customer-company-page .customer-nav-btn .post-project {
  background: #274b82;
  color: #fff;
  width: 200px;
  font-size: 18px;
}
.customer-company-page .customer-nav-btn .post-project:hover {
  -webkit-box-shadow: 0px 2px 10px #274b82;
  box-shadow: 0px 2px 10px #274b82;
}
.customer-company-page .customer-nav-btn .button-invis {
  display: none !important;
}
.customer-company-page .customer-nav-btn .next-button,
.customer-company-page .customer-nav-btn .save-button {
  background: #274b82;
  color: #fff;
}
.customer-company-page .customer-nav-btn .next-button:hover {
  -webkit-box-shadow: 0px 2px 10px #274b82;
  box-shadow: 0px 2px 10px #274b82;
}
.customer-company-page .customer-nav-btn .prev-button {
  border: 1px solid #274b82;
  color: #274b82;
}
.customer-company-page .customer-nav-btn .disabled-next {
  opacity: 0.5;
  cursor: not-allowed;
  background: #274b82;
  color: #fff;
}
.customer-company-page .customer-nav-btn .disabled-next:hover {
  background: #274b82;
  color: #fff;
  border: none;
}
.question-edit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.question-edit-wrap .question-wrap h5 {
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.weekly-update .weekly-update-slider .weekly-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .weekly-update .weekly-update-slider .weekly-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .weekly-update .weekly-update-slider .weekly-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.weekly-update .weekly-update-slider .weekly-wrapper .weekly-card {
  -webkit-box-shadow: 0 2px 10px 0 #f2f4f7;
  box-shadow: 0 2px 10px 0 #f2f4f7;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  border-radius: 4px;
  min-height: 200px;
  gap: 20px;
}
.weekly-update .weekly-update-slider .weekly-wrapper .weekly-card .title {
  border-bottom: 1px solid #b2c5e8;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
.weekly-update .weekly-update-slider .weekly-wrapper .weekly-card .title h5 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.weekly-update
  .weekly-update-slider
  .weekly-wrapper
  .weekly-card
  .desc
  .weekly-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.weekly-update
  .weekly-update-slider
  .weekly-wrapper
  .weekly-card
  .desc
  .weekly-author
  img {
  border-radius: 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.weekly-update
  .weekly-update-slider
  .weekly-wrapper
  .weekly-card
  .desc
  .weekly-author
  .time {
  color: #889baf;
}
.weekly-update
  .weekly-update-slider
  .weekly-wrapper
  .weekly-card
  .desc
  .weekly-author
  span {
  color: #021120;
  font-weight: 600;
}
.weekly-update .weekly-update-slider .weekly-wrapper .weekly-card .desc p {
  padding: 20px 0 0 50px;
  color: #3f4f5e;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 15px;
}
.weekly-update .weekly-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.weekly-update .weekly-nav .customer-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .weekly-update .weekly-nav .customer-nav-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .weekly-update .weekly-nav .customer-nav-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.weekly-update .weekly-nav .customer-nav-btn .date {
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  color: #021120;
}
.weekly-update .weekly-nav .customer-nav-btn .company-profile-control {
  font-size: 15px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 120px;
  height: 50px;
  border-radius: 6px;
}
.weekly-update .weekly-nav .customer-nav-btn .company-profile-control:hover {
  background-color: #00a3ff;
  border: 1px solid #00a3ff;
  color: #fff;
}
.weekly-update .weekly-nav .customer-nav-btn .company-profile-control:active {
  background-color: #fff;
  color: #00a3ff;
  border: 1px solid #00a3ff;
}
.weekly-update .weekly-nav .customer-nav-btn .next-button {
  background: #274b82;
  color: #fff;
}
.weekly-update .weekly-nav .customer-nav-btn .prev-button {
  border: 1px solid #274b82;
  color: #274b82;
}
.tech-stack-wrapper {
  margin: 20px 0;
}
.tech-stack-wrapper .task-tags {
  margin: 0;
}
.tech-stack-wrapper:last-child {
  margin-bottom: 0;
}
.tech-stack-wrapper h3 {
  margin-bottom: 12px;
}
.work-type-wrapper h3 {
  word-wrap: break-word;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.work-type-wrapper span {
  word-wrap: break-word;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  padding: 2px 0 30px;
}
.add-experience-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin: 20px 0;
}
.add-experience-wrapper .add-experience-btn {
  background-color: #6c767d;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.add-experience-wrapper .remove-experience-btn {
  background-color: #ff53a3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}
.file-upload-input[type="text"] {
  font-size: 15px !important;
  padding: 11px 17px !important;
  border: none;
  background-color: rgba(0, 51, 153, 0.1882352941) !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
}
.file-upload-input[type="text"]:hover,
.file-upload-input[type="text"]:focus {
  background-color: #002b80;
  outline: none;
}
.file-upload-button {
  position: absolute;
  left: 0;
  color: #fff !important;
  height: 48px;
  border-radius: 0 4px 4px 0;
  font-size: 15px !important;
  text-transform: uppercase !important;
  padding: 11px 20px !important;
  margin-left: -1px !important;
  background-color: #039 !important;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.file-upload-button:hover {
  background-color: #026 !important;
}
.skills-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.skills-wrapper .skill-item {
  background-color: #f5f5f5;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  border-radius: 4px;
  height: 1.8em;
  font-size: 0.9em;
}
.skills-wrapper .skill-item .delete-skill {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(15, 4, 40, 0.2);
  border-radius: 50%;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-left: 0.5rem;
}
.skills-wrapper .skill-item .delete-skill:hover {
  background-color: rgba(15, 4, 40, 0.3);
  color: #fff;
}
.skills-wrapper .experience {
  background: linear-gradient(
    254deg,
    rgba(0, 51, 153, 0.795956) 0%,
    #0785b6 71%
  );
  color: #fff;
}
.timeline {
  position: relative;
  padding: 30px 0;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #0785b6;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline::after {
    left: 18px;
  }
}
.timeline .timeline-container {
  position: relative;
  background: inherit;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container {
    width: 100%;
    padding-left: 96px;
    padding-right: 10px;
  }
}
.timeline .timeline-container.left {
  padding: 15px 30px 15px 0;
  left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.left {
    padding-left: 46px;
    padding-right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.left:after {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.left::before {
    display: none;
  }
}
.timeline .timeline-container.right {
  padding: 15px 0 15px 30px;
  left: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right {
    padding-left: 46px;
    padding-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right {
    left: 0%;
  }
}
.timeline .timeline-container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #fff;
  border: 2px solid #0785b6;
  border-radius: 16px;
  z-index: 1;
}
.timeline .timeline-container.right::after {
  left: -8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right::after {
    display: none;
  }
}
.timeline .timeline-container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #0785b6;
  z-index: 1;
}
.timeline .timeline-container.right::before {
  left: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right::before {
    display: none;
  }
}
.timeline .timeline-container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 12px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0785b6;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.timeline .timeline-container.left .date {
  right: -95px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.left .date {
    position: initial;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.timeline .timeline-container.right .date {
  left: -95px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right .date {
    position: initial;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.timeline .timeline-container .icon {
  opacity: 0.8;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #fff;
  border: 2px solid #0785b6;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #0785b6;
  z-index: 1;
}
.timeline .timeline-container.left .icon {
  right: 56px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.left .icon {
    z-index: 10;
    left: 0px;
    top: 6px;
  }
}
.timeline .timeline-container.right .icon {
  left: 56px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right .icon {
    z-index: 10;
    left: 0px;
    top: 6px;
  }
}
.timeline .timeline-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.timeline .timeline-container .content h2 {
  background-color: #f2f2f2;
  color: #000;
  border-radius: 4px 4px 0 0;
  padding: 15px 90px 15px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .timeline .timeline-container .content h2 {
    font-size: 1.73em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .timeline-container .content h2 {
    font-size: 1.73em;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container .content h2 {
    padding: 10px 30px 10px 15px;
    font-size: 1.68rem;
  }
}
.timeline .timeline-container .content .work-type-label {
  padding: 8px 14px 8px 40px;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px 0 0 4px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 20px;
}
.timeline .timeline-container .content .work-type-label::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 20px;
  -webkit-transform: skew(-30deg) rotate(180deg);
  transform: skew(-30deg) rotate(180deg);
  width: 100%;
  height: 100%;
  background-color: rgba(39, 75, 130, 0.4);
}
.timeline .timeline-container .content .work-type-label::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 20px;
  -webkit-transform: skew(30deg) rotate(180deg);
  transform: skew(30deg) rotate(180deg);
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: rgba(39, 75, 130, 0.3);
}
.timeline .timeline-container .content .work-type-label .text {
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #fff;
}
.timeline .timeline-container .content .content-wrapper {
  padding: 15px 90px 15px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container .content .content-wrapper {
    padding: 10px 30px 10px 15px;
  }
}
.timeline .timeline-container .content .content-wrapper h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .timeline .timeline-container .content .content-wrapper h3 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .timeline-container .content .content-wrapper h3 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container .content .content-wrapper h3 {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 18px;
  }
}
.timeline .timeline-container .content .content-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.timeline .timeline-container.right .content h2 {
  padding: 15px 30px 15px 90px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right .content h2 {
    padding: 10px 30px 10px 15px;
  }
}
.timeline .timeline-container.right .content .content-wrapper {
  padding: 15px 30px 15px 90px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .timeline-container.right .content .content-wrapper {
    padding: 10px 30px 10px 15px;
  }
}
.timeline .timeline-container .valid-content {
  -webkit-box-shadow: 0 4px 14px 0px #274b82;
  box-shadow: 0 4px 14px 0px #274b82;
  background-color: #274b82;
}
.timeline .timeline-container .valid-content h2 {
  color: #eee;
  background-color: #21406e;
}
.timeline .timeline-container .valid-content .content-wrapper h3 {
  color: #eee;
}
.timeline .timeline-container .valid-content .content-wrapper p {
  color: #eee;
}
.timeline .skills-list {
  position: relative;
  background: inherit;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list {
    width: 100%;
    padding-left: 96px;
    padding-right: 10px;
  }
}
.timeline .skills-list.left {
  padding: 15px 30px 15px 0;
  left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.left {
    padding-left: 46px;
    padding-right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.left:after {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.left::before {
    display: none;
  }
}
.timeline .skills-list.right {
  padding: 15px 0 15px 30px;
  left: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right {
    padding-left: 46px;
    padding-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right {
    left: 0%;
  }
}
.timeline .skills-list::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #fff;
  border: 2px solid #0785b6;
  border-radius: 16px;
  z-index: 1;
}
.timeline .skills-list.right::after {
  left: -8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right::after {
    display: none;
  }
}
.timeline .skills-list::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #0785b6;
  z-index: 1;
}
.timeline .skills-list.right::before {
  left: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right::before {
    display: none;
  }
}
.timeline .skills-list .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 12px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0785b6;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.timeline .skills-list.left .date {
  right: -95px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.left .date {
    position: initial;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.timeline .skills-list.right .date {
  left: -95px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right .date {
    position: initial;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.timeline .skills-list .icon {
  opacity: 0.8;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #fff;
  border: 2px solid #0785b6;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #0785b6;
  z-index: 1;
}
.timeline .skills-list.left .icon {
  right: 56px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.left .icon {
    z-index: 10;
    left: 0px;
    top: 6px;
  }
}
.timeline .skills-list.right .icon {
  left: 56px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right .icon {
    z-index: 10;
    left: 0px;
    top: 6px;
  }
}
.timeline .skills-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.timeline .skills-list .content h2 {
  background-color: #f2f2f2;
  color: #000;
  border-radius: 4px 4px 0 0;
  padding: 15px 90px 15px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .timeline .skills-list .content h2 {
    font-size: 1.73em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .skills-list .content h2 {
    font-size: 1.73em;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list .content h2 {
    padding: 10px 30px 10px 15px;
    font-size: 1.68rem;
  }
}
.timeline .skills-list .content .work-type-label {
  padding: 8px 14px 8px 40px;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px 0 0 4px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 20px;
}
.timeline .skills-list .content .work-type-label::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 20px;
  -webkit-transform: skew(-30deg) rotate(180deg);
  transform: skew(-30deg) rotate(180deg);
  width: 100%;
  height: 100%;
  background-color: rgba(39, 75, 130, 0.4);
}
.timeline .skills-list .content .work-type-label::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 20px;
  -webkit-transform: skew(30deg) rotate(180deg);
  transform: skew(30deg) rotate(180deg);
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: rgba(39, 75, 130, 0.3);
}
.timeline .skills-list .content .work-type-label .text {
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #fff;
}
.timeline .skills-list .content .content-wrapper {
  padding: 15px 90px 15px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list .content .content-wrapper {
    padding: 10px 30px 10px 15px;
  }
}
.timeline .skills-list .content .content-wrapper h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .timeline .skills-list .content .content-wrapper h3 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .skills-list .content .content-wrapper h3 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list .content .content-wrapper h3 {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 18px;
  }
}
.timeline .skills-list .content .content-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.timeline .skills-list.right .content h2 {
  padding: 15px 30px 15px 90px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right .content h2 {
    padding: 10px 30px 10px 15px;
  }
}
.timeline .skills-list.right .content .content-wrapper {
  padding: 15px 30px 15px 90px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list.right .content .content-wrapper {
    padding: 10px 30px 10px 15px;
  }
}
.timeline .skills-list ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  row-gap: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .timeline .skills-list ul {
    padding: 10px;
  }
}
.timeline .skills-list ul li {
  color: #333;
  padding: 10px 30px 10px 90px;
  -webkit-box-shadow: 0 2px 7px 0px rgba(51, 51, 51, 0.23);
  box-shadow: 0 2px 7px 0px rgba(51, 51, 51, 0.23);
  overflow: hidden;
  border-radius: 10px;
}
.timeline .skills-list ul .vetted {
  background-color: #274b82;
  color: #eee;
  -webkit-box-shadow: 0 2px 2px -1px #274b82;
  box-shadow: 0 2px 2px -1px #274b82;
}
.freelancer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.freelancer-title h2 {
  background-color: #0785b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 500px;
  border-radius: 4px;
  height: 85px;
  -webkit-box-shadow: 1px 2px 8px 1px #0785b6;
  box-shadow: 1px 2px 8px 1px #0785b6;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-title h2 {
    width: 100%;
    height: 60px;
  }
}
.freelancer-header {
  padding: 40px 60px 10px;
  background-image: url(https://staticdogtas.mncdn.com/Themes/DogtasUi/Materials/assets/images/patterns/noise-pattern.jpg);
  background-repeat: repeat;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header {
    padding: 20px 15px 0;
  }
}
.freelancer-header .freelance-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .freelance-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.freelancer-header .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
}
.freelancer-header .profile .profile-pic img {
  width: 200px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .profile .profile-pic img {
    width: 140px;
  }
}
.freelancer-header .profile .name-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .profile .name-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.freelancer-header .profile .name-detail .name {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
.freelancer-header .profile .name-detail .kyc {
  margin-top: 10px;
  color: #fff;
  background-color: #28a745;
  padding: 10px 0;
  font-weight: 600;
  border-radius: 4px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .profile .name-detail .kyc {
    padding: 4px 0;
    width: 60px;
    margin-top: 0;
  }
}
.freelancer-header .detail {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .detail {
    padding-top: 0;
  }
}
.freelancer-header .detail .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #d4dae1;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .detail .title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.freelancer-header .detail .title-wrapper h2 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.freelancer-header .detail .title-wrapper .detail-wrapper span {
  border-right: 1px solid;
  color: #8f8d8d;
  padding: 0 8px;
  font-weight: 600;
}
.freelancer-header .detail .title-wrapper .detail-wrapper span:last-child {
  border-right: none;
  padding-right: 0;
}
.freelancer-header .detail .title-wrapper .detail-wrapper span:first-child {
  padding-left: 0;
}
.freelancer-header .detail .skill-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .detail .skill-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.freelancer-header .detail .skill-list li {
  font-size: 1.3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-header .detail .skill-list li {
    font-size: 1.2em;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .detail .skill-list li {
    font-size: 1em;
  }
}
.freelancer-header .detail .skill-list li:nth-child(1) {
  color: #ff53a3;
}
.freelancer-header .detail .skill-list li:nth-child(2) {
  color: #0785b6;
}
.freelancer-header .detail .skill-list li:nth-child(3) {
  color: #274b82;
}
.freelancer-header .detail .availability {
  padding-top: 20px;
}
.freelancer-header .detail .availability .data {
  font-size: 1.2rem;
  padding: 4px 0;
  color: #333;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-header .detail .availability .data {
    font-size: 1.1rem;
  }
}
.freelancer-header .detail .availability .data span {
  color: #274b82;
  font-weight: 900;
}
.freelancer-header .detail .about-me {
  padding-top: 20px;
}
.freelancer-header .detail .about-me p {
  font-size: 1rem;
  overflow: hidden;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #8f8d8d;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .triple-work-type .work-type-box i {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .triple-work-type .work-type-box i {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .triple-work-type .work-type-box .work-type-desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .triple-work-type .work-type-box .work-type-desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .triple-work-type .work-type-box .work-type-desc .title i {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .triple-work-type .work-type-box .work-type-desc .title i {
    display: block;
  }
}
.work-type-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 124px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .work-type-box {
    margin-bottom: 1.2rem !important;
  }
}
.work-type-box i {
  font-size: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-type-box i {
    font-size: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .work-type-box i {
    display: none;
  }
}
.work-type-box .work-type-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 767px) {
  .work-type-box .work-type-desc .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.work-type-box .work-type-desc .title i {
  display: none;
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .work-type-box .work-type-desc .title i {
    display: block;
  }
}
.work-type-box .work-type-desc p {
  line-height: 18px;
}
.dashboard-box-list
  .job-listing
  .job-listing-details
  .job-listing-description
  .job-listing-desc
  p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.select2-container--default .select2-search--inline .select2-search__field {
  min-height: auto;
}
.vett-add,
.vett-wait {
  position: relative;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  -webkit-transition: -webkit-filter 250ms;
  transition: -webkit-filter 250ms;
  transition: filter 250ms;
  transition: filter 250ms, -webkit-filter 250ms;
}
.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(2, 2, 2, 0.25);
  will-change: transform;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1),
    -webkit-transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}
.edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(0, 51, 153)),
    color-stop(8%, rgb(0, 51, 153)),
    color-stop(92%, rgb(0, 51, 153)),
    to(rgb(0, 51, 153))
  );
  background: linear-gradient(
    to left,
    rgb(0, 51, 153) 0%,
    rgb(0, 51, 153) 8%,
    rgb(0, 51, 153) 92%,
    rgb(0, 51, 153) 100%
  );
}
.front {
  display: block;
  position: relative;
  padding: 4px 16px;
  border-radius: 12px;
  font-size: 0.9rem;
  color: #fff;
  background: #274b82;
  will-change: transform;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1),
    -webkit-transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}
.vett-add:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.vett-add:hover .front {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5),
    -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.vett-add:active .front {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: -webkit-transform 34ms;
  transition: -webkit-transform 34ms;
  transition: transform 34ms;
  transition: transform 34ms, -webkit-transform 34ms;
}
.vett-add:hover .shadow {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5),
    -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.vett-add:active .shadow {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: -webkit-transform 34ms;
  transition: -webkit-transform 34ms;
  transition: transform 34ms;
  transition: transform 34ms, -webkit-transform 34ms;
}
.vett-add:focus:not(:focus-visible) {
  outline: none;
}
.skills-headline {
  padding: 20px 30px 4px;
}
.vett-wait {
  cursor: auto;
}
.vett-wait .front {
  background-color: #ffa26b;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.vett-wait .edge {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(255, 162, 107)),
    color-stop(8%, rgb(255, 162, 107)),
    color-stop(92%, rgb(255, 162, 107)),
    to(rgb(255, 162, 107))
  );
  background: linear-gradient(
    to left,
    rgb(255, 162, 107) 0%,
    rgb(255, 162, 107) 8%,
    rgb(255, 162, 107) 92%,
    rgb(255, 162, 107) 100%
  );
}
.edit-mode {
  cursor: pointer;
}
.edit-mode .front {
  background: #274b82;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.edit-mode .edge {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(0, 51, 153)),
    color-stop(8%, rgb(0, 51, 153)),
    color-stop(92%, rgb(0, 51, 153)),
    to(rgb(0, 51, 153))
  );
  background: linear-gradient(
    to left,
    rgb(0, 51, 153) 0%,
    rgb(0, 51, 153) 8%,
    rgb(0, 51, 153) 92%,
    rgb(0, 51, 153) 100%
  );
}
.edit-mode:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.edit-mode:hover .front {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5),
    -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.edit-mode:active .front {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: -webkit-transform 34ms;
  transition: -webkit-transform 34ms;
  transition: transform 34ms;
  transition: transform 34ms, -webkit-transform 34ms;
}
.edit-mode:hover .shadow {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5),
    -webkit-transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.edit-mode:active .shadow {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: -webkit-transform 34ms;
  transition: -webkit-transform 34ms;
  transition: transform 34ms;
  transition: transform 34ms, -webkit-transform 34ms;
}
.edit-mode:focus:not(:focus-visible) {
  outline: none;
}
#passreset,
#backto {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #274b82;
  text-decoration: underline;
  cursor: pointer;
}
#passreset:hover,
#backto:hover {
  color: rgba(34, 42, 85, 0.85);
}
.border-none {
  border: none !important;
}
.weekly-update-wrapper {
  background-color: #fff;
}
.weekly-update-wrapper .card {
  border: none;
  -webkit-box-shadow: 3px 6px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 6px 9px 0px rgba(0, 0, 0, 0.1);
}
h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.disabled-sidebar-item {
  opacity: 0.3;
}
.disabled-sidebar-item a {
  cursor: default !important;
}
.disabled-sidebar-item:hover {
  background-color: #274b82 !important;
}
.logo-login {
  background: rgba(0, 0, 0, 0) !important;
}
.dashboard_info_title {
  margin: 0 2rem 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard_info_title {
    margin: 0 0 1rem;
  }
}
.dashboard-nav .dashboard-nav-inner .active {
      background-color: #fff;
}
.dashboard-nav .dashboard-nav-inner .active a {
        color: #274b82 !important;
}
.dashboard-nav .dashboard-nav-inner .active a i {
   color: #274b82 !important;
}
.hiw-wrapper {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* grid-template-columns: minmax(50%, 1fr) fit-content(47ch); */
  grid-gap: 32px;
  gap: 32px;
  /* max-width: 1620px; */
  width:100%;
  margin: 0 auto;
}
/* @media (min-width: 1600px) and (max-width: 1919px) {
  .hiw-wrapper {
    grid-template-columns: minmax(50%, 1fr) fit-content(44ch);
  }
} */
/* @media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper {
    grid-template-columns: minmax(50%, 1fr) fit-content(36ch);
    grid-gap: 22px;
    gap: 22px;
  }
} */
/* @media (min-width: 1201px) and (max-width: 1399px) {
  .hiw-wrapper {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hiw-wrapper {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiw-wrapper {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper {
    display: block;
  }
} */
.hiw-wrapper .right-side {
  border-left: 1px solid #eaeaea;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 32px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .right-side {
    padding: 0 0 0 22px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .hiw-wrapper .right-side {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hiw-wrapper .right-side {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiw-wrapper .right-side {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper .right-side {
    display: none;
  }
}
.hiw-wrapper .right-side .dashboard-hiw {
  padding: 0 15px;
  margin-bottom: 15px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .right-side .dashboard-hiw {
    padding: 0;
  }
}
.hiw-wrapper .right-side .dashboard-hiw h4 {
  letter-spacing: 0.29px;
  color: #01142d;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 13px;
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 24px 20px;
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul {
  margin: 0;
  position: relative;
  list-style-type: none;
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul::before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 80%;
  margin-left: -3px;
  z-index: 5;
  background: #9e9e9e;
  margin-top: 6px;
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul li:last-child {
  margin: 0;
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul li::before {
  position: absolute;
  top: 5px;
  left: -8px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #0765c0;
  z-index: 10;
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul li h5 {
  text-align: left;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.22px;
  color: #1858a0;
  margin-bottom: 9px;
  font-size: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul li h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
.hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul li p {
  text-align: left;
  letter-spacing: 0px;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .right-side .dashboard-hiw .content-wrapper ul li p {
    font-size: 15px;
    line-height: 15px;
  }
}
.hiw-wrapper .right-side .blog-area {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hiw-wrapper .right-side .blog-area img {
  border-radius: 12px 12px 0px 0px;
}
.hiw-wrapper .right-side .blog-area .text-wrapper {
  padding: 18px 24px 26px;
}
.hiw-wrapper .right-side .blog-area h6 {
  letter-spacing: 0.18px;
  color: #01142d;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 7px;
}
.hiw-wrapper .right-side .blog-area p {
  letter-spacing: 0px;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px;
}
.hiw-wrapper .right-side .blog-area a {
  background: #096ef2;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08px;
  color: #fff;
  width: 122px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hiw-wrapper .hiw-boxes {
  padding: 2rem 0 2rem;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
}
.maintaince-wrap {
        background: linear-gradient(to right, #ecf3f9, #e1ecf8, #ffffff);
    padding: 60px 40px;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.maintaince-wrap .maintaince-icon{
        width: 40px;
    height: 40px;
    background: #006ada;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.maintaince-wrap .maintaince-icon svg {
        stroke: #fff;
}
.maintaince-wrap .maintaince-text{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
}
.maintaince-button{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.maintaince-button .icon-feather-plus {
    font-weight: bold;
}
.hiw-wrapper .hiw-box {
    background: #fff;
    border: 1px solid #e5e7eb80;
    /* border: 2px solid #0768df33;
    box-shadow: 0 1px 3px 0 #0768df33, 0 1px 2px -1px rgba(0, 0, 0, 0.1); */
    padding:24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    flex: 1;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hiw-wrapper .hiw-boxes .hiw-box strong {
font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    background: #006ada;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
}

.hiw-wrapper .hiw-boxes .hiw-box h4 {
    font-size: 18px;
    font-weight: 500;
    height: auto;
    line-height: normal;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.hiw-wrapper .hiw-boxes .hiw-box p {
    font-size: 14px;
    line-height: 22px;
    color: #65758b;
}
.hiw-wrapper .dashboard-banner {
  background: rgba(0, 0, 0, 0) linear-gradient(73deg, #274b82 0%, #006bcd 100%)
    0% 0% no-repeat padding-box;
  border-radius: 12px;
  display: grid;
  grid-template-columns: fit-content(60ch) minmax(min(50vw, 24ch), 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hiw-wrapper  .section-title {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.hiw-wrapper  .section-title p{
      color: #65758b;
      font-size: 16px;
      text-align: center;
}
.hiw-wrapper  .section-title h2 {
    font-size: 26px;
}
.hiw-wrapper.freelancer-hiw {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 div.musthead{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.musthead p{
        text-align: center;
    width: 100%;
    font-size: 16px;
    background-color: #006ada;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
  }

  div.musthead p a{
    text-decoration: underline;
    color: #fff;
  }

  div.musthead p a:hover{
    text-decoration: none;
    color: #fff;
  }
  .companies-maintaince-wrap{
    padding: 30px 40px;
  }
@media (max-width: 1199px) {
    .hiw-wrapper .hiw-box{
      flex: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .hiw-wrapper .hiw-box{
      flex: 100%;
    }
    .maintaince-wrap .maintaince-icon{
      display: none;
    }
    .maintaince-wrap .maintaince-text{
                align-items: center;
        justify-content: center;
        text-align: center;
    }
    .maintaince-wrap{
      justify-content: center;
          padding: 30px;
    }
    .invoice-maintaince-wrap{
      flex-direction: column;
    }
    .invoice-maintaince-wrap .maintaince-button {
        margin-left: 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper .dashboard-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .hiw-wrapper .dashboard-banner .img-area {
    margin-left: -30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .dashboard-banner .img-area {
    margin-left: -30px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .hiw-wrapper .dashboard-banner .img-area {
    margin-left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hiw-wrapper .dashboard-banner .img-area {
    margin-left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiw-wrapper .dashboard-banner .img-area {
    margin-left: -30px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .hiw-wrapper .dashboard-banner .img-area img {
    width: 400px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .dashboard-banner .img-area img {
    width: 360px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .hiw-wrapper .dashboard-banner .img-area img {
    width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hiw-wrapper .dashboard-banner .img-area img {
    width: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiw-wrapper .dashboard-banner .img-area img {
    width: 330px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper .dashboard-banner .img-area img {
    width: 280px;
  }
}
.hiw-wrapper .dashboard-banner .text-area {
  padding-right: 40px;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .hiw-wrapper .dashboard-banner .text-area {
    margin-left: -30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .dashboard-banner .text-area {
    margin-left: -30px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .hiw-wrapper .dashboard-banner .text-area {
    margin-left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hiw-wrapper .dashboard-banner .text-area {
    margin-left: -30px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiw-wrapper .dashboard-banner .text-area {
    margin-left: -30px;
    padding-right: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper .dashboard-banner .text-area {
    padding: 0 15px;
  }
}
.hiw-wrapper .dashboard-banner .text-area h6 {
  letter-spacing: 0.41px;
  color: #fff;
  font-size: 34px;
  line-height: 47px;
  font-weight: 400;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .dashboard-banner .text-area h6 {
    font-size: 26px;
    line-height: 37px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .hiw-wrapper .dashboard-banner .text-area h6 {
    font-size: 26px;
    line-height: 37px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hiw-wrapper .dashboard-banner .text-area h6 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiw-wrapper .dashboard-banner .text-area h6 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper .dashboard-banner .text-area h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.hiw-wrapper .dashboard-banner .text-area p {
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.17px;
  color: #fff;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hiw-wrapper .dashboard-banner .text-area p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .hiw-wrapper .dashboard-banner .text-area p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hiw-wrapper .dashboard-banner .text-area p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hiw-wrapper .dashboard-banner .text-area p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper .dashboard-banner .text-area p {
    font-size: 16px;
    line-height: 20px;
  }
}
.hiw-wrapper .dashboard-banner .text-area a {
  width: 122px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1px;
  color: #176eb5;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hiw-wrapper .dashboard-banner .text-area a {
    margin-bottom: 15px;
  }
  .hiw-wrapper .calendly-mobile{
    min-width: 100% !important;
  }
}
.hiw-wrapper .card-count-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 18px;
}
.hiw-wrapper .card-count-title-wrapper h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.24px;
  color: #01142d;
  margin: 0;
}
.hiw-wrapper .card-count-title-wrapper select {
  width: 130px;
  letter-spacing: 0.08px;
  color: #272727;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 0 0 0 13px;
  margin: 0;
}
.hiw-wrapper .nickname {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.19px;
  color: #01142d;
}
.maintaince-subtitle {
      letter-spacing: 0.35px;
    font-weight: bold;
    font-size: 32px;
    color: #186db3;
    background-image: linear-gradient(to right, #020817, /* start color */ #0768df, /* middle color (via) */ #065cc6 /* end color */);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom:0;
}
.maintaince-text {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #65758b;
}
.header-notifications-dropdown {
  padding: 15px 30px 25px !important;
  max-width: 240px !important;
}
.header-logged-in-user-data {
  margin-bottom: 15px;
  padding: 0 10px 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.header-logged-in-user-data .header-logged-in-user-text {
  font-size: 20px;
  font-weight: 500;
}
.header-user-dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0;
}
.header-user-dropdown-list .logged-in {
  padding: 0 10px;
}
.header-user-dropdown-list .header-user-dropdown-list-item {
  display: inline-block;
}
.header-user-dropdown-list .header-user-dropdown-list-item:not(:last-child) {
  margin-bottom: 14px;
}
.header-user-dropdown-list
  .header-user-dropdown-list-item
  .header-user-dropdown-list-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-user-dropdown-list
  .header-user-dropdown-list-item
  .header-user-dropdown-list-action:hover {
  text-decoration: none;
}
.header-user-dropdown-list
  .header-user-dropdown-list-item
  .header-user-dropdown-list-action:hover
  i {
  color: #274b82;
}
.header-user-dropdown-list
  .header-user-dropdown-list-item
  .header-user-dropdown-list-action:hover
  span {
  color: #274b82;
}
.header-user-dropdown-list
  .header-user-dropdown-list-item
  .header-user-dropdown-list-action
  i {
  font-size: 18px;
  font-weight: 600;
  margin-right: 8px;
  text-align: left;
  color: #5d5d6d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-user-dropdown-list
  .header-user-dropdown-list-item
  .header-user-dropdown-list-action
  .text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5d5d6d;
  width: 100%;
  font-size: 16px;
}
.freelancer-view-profile {
  background-color: #f0f4f9;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile {
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile .xl-container {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile .xl-container {
    padding: 0;
  }
}
.freelancer-view-profile .freelancer-view-wrapper {
  margin: 2rem 0;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile .freelancer-view-wrapper {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile .freelancer-view-wrapper {
    margin: 0;
  }
}
.freelancer-view-profile .freelancer-view-wrapper .info-btn {
  position: absolute;
  right: 50px;
  top: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 11px 25px #eaeef4;
  box-shadow: 0px 11px 25px #eaeef4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.freelancer-view-profile .freelancer-view-wrapper .info-btn:hover {
  background-color: #274b82;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelancer-view-profile .freelancer-view-wrapper .info-btn {
    font-size: 16px;
    width: 30px;
    height: 30px;
    right: 16px;
    top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile .freelancer-view-wrapper .info-btn {
    right: 20px;
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile .freelancer-view-wrapper .info-btn {
    right: 20px;
  }
}
.freelancer-view-profile .freelancer-view-wrapper .header-area {
  padding: clamp(1rem, 3vw, 3rem) clamp(1rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: fit-content(20ch) minmax(min(50vw, 30ch), 1fr);
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.freelancer-view-profile .freelancer-view-wrapper .header-area .profile-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .profile-pic
  img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 125px;
  height: 125px;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .profile-pic
  .language-wrapper {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .profile-pic
  .language-wrapper
  h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(27, 41, 50, 0.8);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .profile-pic
  .language-wrapper
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .profile-pic
  .language-wrapper
  ul
  li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #9faeb8;
}
.freelancer-view-profile .freelancer-view-wrapper .header-area .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
  }
}
.freelancer-view-profile .freelancer-view-wrapper .header-area .info-area {
  padding: 0 40px 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10ch;
  flex: 1 1 10ch;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area {
    padding: 0;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .info-area
  .info-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .header-area
    .info-area
    .info-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .info-area
  .info-title-wrapper
  .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .header-area
    .info-area
    .info-title-wrapper
    .title {
    margin-right: 0;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .info-area
  .info-title-wrapper
  .title
  h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #1b2932;
  margin-right: 10px;
  margin-bottom: 0;
}
.freelancer-view-profile .freelancer-view-wrapper .header-area .info-area p {
  padding-top: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #697a85;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile .freelancer-view-wrapper .header-area .info-area p {
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .info-area
  .skills-wrapper {
  row-gap: 15px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .info-area
  .skills-wrapper
  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100px;
  height: 31px;
  background: rgba(115, 132, 141, 0.11);
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #73848d;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .info-area
  .skills-wrapper
  .approved-skill {
  background: rgba(74, 219, 95, 0.11);
  color: #4adb5f;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .info-area
  .skills-wrapper
  .pending-skill {
  background: rgba(0, 163, 255, 0.11);
  color: #00a3ff;
}
.freelancer-view-profile .freelancer-view-wrapper .header-area .share-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .header-area
    .share-profile {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .header-area
    .share-profile {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .header-area
    .share-profile {
    margin-top: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .header-area
    .share-profile {
    margin-top: 1.5rem;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .share-profile
  h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #1b2932;
  margin-bottom: 16px;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .share-profile
  .share-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .share-profile
  .share-input
  input {
  background: #fff;
  -webkit-box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.29);
  box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.29);
  border-radius: 5px;
  height: 39px;
  width: 155px;
  margin-right: -4px;
  color: #9faeb8;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .share-profile
  .share-input
  input:focus {
  -webkit-box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.99);
  box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.99);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .header-area
  .share-profile
  .share-input
  button {
  background: #e9ebed;
  border-radius: 5px;
  width: 42px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.freelancer-view-profile .freelancer-view-wrapper .freelancer-view-card {
  padding: 0 clamp(1rem, 3vw, 3rem);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .freelancer-view-card
  .three-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 34px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .freelancer-view-card
    .three-card-wrapper {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .freelancer-view-card
  .freelancer-card {
  background: #fff;
  -webkit-box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.22);
  box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.22);
  border-radius: 5px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 116px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .freelancer-view-card
    .freelancer-card {
    height: 110px;
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .freelancer-view-card
    .freelancer-card {
    height: 110px;
    width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .freelancer-view-card
    .freelancer-card {
    height: 110px;
    width: 200px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .freelancer-view-card
    .freelancer-card {
    height: 100px;
    width: 160px;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .freelancer-view-card
  .freelancer-card:hover {
  -webkit-box-shadow: 0px 33px 50px rgba(234, 238, 244, 0.66);
  box-shadow: 0px 33px 50px rgba(234, 238, 244, 0.66);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .freelancer-view-card
  .freelancer-card
  h4 {
  margin: 12px 0 8px 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #1b2932;
}
@media (min-width: 320px) and (max-width: 575px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .freelancer-view-card
    .freelancer-card
    h4 {
    font-size: 14px;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .freelancer-view-card
  .freelancer-card
  h5 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9faeb8;
}
.freelancer-view-profile .freelancer-view-wrapper .work-history {
  padding: clamp(1rem, 3vw, 3rem) clamp(1rem, 3vw, 3rem);
}
.freelancer-view-profile .freelancer-view-wrapper .work-history h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #1b2932;
  margin-bottom: 36px;
  text-align: center;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper {
  --min: 284px;
  display: grid;
  -webkit-column-gap: 3.4rem;
  -moz-column-gap: 3.4rem;
  column-gap: 3.4rem;
  row-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .work-history
    .work-history-wrapper {
    row-gap: 1rem;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  [data-tooltip]:after {
  background: #fff;
  -webkit-box-shadow: 0px 33px 50px rgba(234, 238, 244, 0.66);
  box-shadow: 0px 33px 50px rgba(234, 238, 244, 0.66);
  border-radius: 5px;
  width: 326px;
  height: 91px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  border: none;
  padding: 16px 16px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  color: #576873;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  [data-tooltip]:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.9rem;
  -moz-column-gap: 1.9rem;
  column-gap: 1.9rem;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .work-history
    .work-history-wrapper
    .work-item {
    padding: 10px 0;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 33px 50px rgba(234, 238, 244, 0.66);
  box-shadow: 0px 33px 50px rgba(234, 238, 244, 0.66);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item
  img {
  padding-left: 26px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .work-history
    .work-history-wrapper
    .work-item
    img {
    padding-left: 10px;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item
  .work-text-area
  h4 {
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #576873;
  margin: 0 0 7px;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item
  .work-text-area
  h4
  .approved {
  padding-left: 10px;
  color: #5ad354;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item
  .work-text-area
  h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  color: rgba(105, 122, 133, 0.8);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item
  .work-text-area
  p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: rgba(105, 122, 133, 0.5);
  margin: 7px 0;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .work-item
  .work-text-area
  p:last-child {
  margin: 0;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .remotify-approved {
  background: linear-gradient(96.95deg, #274b82 0%, #2f68bd 100%);
  border: 1px solid #2d61ae;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .remotify-approved:hover {
  background: linear-gradient(96.95deg, #274b82 0%, #2f68bd 100%);
  -webkit-box-shadow: 0px 33px 50px rgba(47, 104, 189, 0.2);
  box-shadow: 0px 33px 50px rgba(47, 104, 189, 0.2);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .remotify-approved
  .work-text-area
  h4,
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .remotify-approved
  .work-text-area
  h5 {
  color: #fff;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .remotify-approved
  .work-text-area
  h4
  .approved,
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .remotify-approved
  .work-text-area
  h5
  .approved {
  color: #fff;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .work-history
  .work-history-wrapper
  .remotify-approved
  .work-text-area
  p {
  color: rgba(255, 255, 255, 0.6);
}
.freelancer-view-profile .freelancer-view-wrapper .reviews-rating {
  padding: clamp(1rem, 3vw, 2.3rem) clamp(0.5rem, 3vw, 1.5rem);
}
.freelancer-view-profile .freelancer-view-wrapper .reviews-rating h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #1b2932;
  text-align: center;
  margin: 0;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item {
  background: #fff;
  -webkit-box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.31);
  box-shadow: 0px 11px 25px rgba(234, 238, 244, 0.31);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 50px 24px 24px;
  margin-bottom: 12px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .reviews-rating
    .review-wrapper
    .review-item {
    padding: 1rem;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item:last-child {
  margin: 0;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelancer-view-profile
    .freelancer-view-wrapper
    .reviews-rating
    .review-wrapper
    .review-item
    .review-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.7rem;
  }
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  .review-header
  .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  .review-header
  .name
  img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  .review-header
  .name
  .name-wrap {
  padding-left: 20px;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  .review-header
  .name
  .name-wrap
  h5 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #576873;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  .review-header
  .name
  .name-wrap
  p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: rgba(105, 122, 133, 0.5);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  .review-header
  .rating-wrapper
  .star-rating::before {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .review-item
  p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 444;
  font-size: 12px;
  line-height: 136.19%;
  letter-spacing: 0.01em;
  color: #697a85;
  font-stretch: 91;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .remotif-comment {
  background: #274b82;
  border: 1px solid #2d61ae;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .remotif-comment:hover {
  -webkit-box-shadow: 0px 33px 50px 0px rgba(234, 238, 244, 0.6588235294);
  box-shadow: 0px 33px 50px 0px rgba(234, 238, 244, 0.6588235294);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .remotif-comment
  .review-header
  .name
  .name-wrap
  h5 {
  color: #fff;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .remotif-comment
  .review-header
  .name
  .name-wrap
  p {
  color: rgba(255, 255, 255, 0.5);
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .reviews-rating
  .review-wrapper
  .remotif-comment
  p {
  color: #fff;
}
.freelancer-view-profile .freelancer-view-wrapper .btn-wrapper .send-work {
  width: 157px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(96.95deg, #274b82 0%, #2c5da6 100%);
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  cursor: pointer;
}
.freelancer-view-profile
  .freelancer-view-wrapper
  .btn-wrapper
  .send-work:hover {
  -webkit-box-shadow: 0px 2px 10px #274b82;
  box-shadow: 0px 2px 10px #274b82;
}
.new-job-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 20px;
  text-align: left;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-job-btn-wrapper .new-job-btn {
  width: 106px;
  height: 37px;
  background: linear-gradient(96.95deg, #274b82 0%, #2c5da6 100%);
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-job-btn-wrapper .new-job-btn:hover {
  -webkit-box-shadow: 0px 2px 10px #274b82;
  box-shadow: 0px 2px 10px #274b82;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .new-job-btn-wrapper {
    padding: 0;
  }
}
.freelance-jobs {
  background-color: #f0f4f9;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs {
    padding: 15px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs {
    padding: 15px 0;
    background-color: #fff;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f0f4f9),
      to(rgba(255, 255, 244, 0.7803921569))
    );
    background: linear-gradient(
      to right,
      #f0f4f9,
      rgba(255, 255, 244, 0.7803921569)
    );
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .xl-container {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.freelance-jobs .freelance-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelance-main-wrapper {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelance-main-wrapper {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0);
  }
}
.freelance-jobs .filter-area {
  padding: 20px 70px 0 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .filter-area {
    padding: 16px 30px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .filter-area {
    padding: 14px 30px 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .filter-area {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 10000;
  }
}
.freelance-jobs .filter-area .logo {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .filter-area .logo {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .filter-area .logo .desktop-logo {
    display: none;
  }
}
.freelance-jobs .filter-area .logo .mobile-logo {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .filter-area .logo .mobile-logo {
    display: block;
    width: 180px;
  }
}
.freelance-jobs .filter-area .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 12px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .filter-area .filter-wrapper {
    margin-top: 24px;
  }
}
.freelance-jobs .filter-area .filter-wrapper .filter-body-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-body-holder
  .filter-options-group-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 27px;
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-body-holder
  .filter-options-group-holder:last-child {
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs
    .filter-area
    .filter-wrapper
    .filter-body-holder
    .filter-options-group-holder {
    margin-bottom: 14px;
  }
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-body-holder
  .filter-options-group-holder
  h4 {
  margin-bottom: 17px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #273035;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs
    .filter-area
    .filter-wrapper
    .filter-body-holder
    .filter-options-group-holder
    h4 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs
    .filter-area
    .filter-wrapper
    .filter-body-holder
    .filter-options-group-holder
    h4 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs
    .filter-area
    .filter-wrapper
    .filter-body-holder
    .filter-options-group-holder
    h4 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs
    .filter-area
    .filter-wrapper
    .filter-body-holder
    .filter-options-group-holder
    h4 {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #b0b0b0;
  }
}
.freelance-jobs .filter-area .filter-wrapper .filter-actions-holder {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .filter-area .filter-wrapper .filter-actions-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-actions-holder
  .filter-actions-wrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-actions-holder
  .filter-actions-wrapper
  .filter-clear-button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 1000;
  color: #274b82;
  -webkit-box-shadow: 0px 3px 13px 1px rgba(134, 134, 134, 0.6);
  box-shadow: 0px 3px 13px 1px rgba(134, 134, 134, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-actions-holder
  .filter-actions-wrapper
  .filter-clear-button
  i {
  font-size: 16px;
  font-weight: 900;
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-actions-holder
  .filter-actions-wrapper
  .filters-control-button {
  height: 40px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  display: flex;
  align-items: center;
  border: 2px solid #274b82;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: #274b82;
  -webkit-box-shadow: 0px 3px 13px 1px rgba(134, 134, 134, 0.6);
  box-shadow: 0px 3px 13px 1px rgba(134, 134, 134, 0.6);
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-actions-holder
  .filter-actions-wrapper
  .filters-control-button:hover {
  background-color: #fff;
  color: #274b82;
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-actions-holder
  .filter-actions-wrapper
  .filter-close-button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 1000;
  color: #274b82;
  -webkit-box-shadow: 0px 3px 13px 1px rgba(134, 134, 134, 0.6);
  box-shadow: 0px 3px 13px 1px rgba(134, 134, 134, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.freelance-jobs
  .filter-area
  .filter-wrapper
  .filter-actions-holder
  .filter-actions-wrapper
  .filter-close-button
  i {
  font-size: 16px;
  font-weight: 900;
}
.freelance-jobs .active {
  opacity: 1;
  visibility: visible;
}
.freelance-jobs .freelancer-list-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .freelance-jobs .freelancer-list-area {
    padding: 40px 0 40px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area {
    padding: 40px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area {
    padding: 30px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area {
    padding: 30px 0 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area {
    padding: 30px 0 0;
  }
}
.freelance-jobs .freelancer-list-area .card {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 77px rgba(234, 238, 244, 0.83);
  box-shadow: 0px 0px 77px rgba(234, 238, 244, 0.83);
  border-radius: 5px 5px 21px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.freelance-jobs .freelancer-list-area .card:hover {
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card {
    margin-bottom: 20px;
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card {
    margin-bottom: 20px;
    -webkit-column-gap: 1.7rem;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .freelance-jobs .freelancer-list-area .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.freelance-jobs .freelancer-list-area .card:last-child {
  margin-bottom: 0;
}
.freelance-jobs .freelancer-list-area .card .text-area {
  padding: 20px 0 20px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.freelancer-list-area-custom.freelancer-list-area .card .text-area{
       align-items: flex-start;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .card .text-area {
    padding: 20px 0 20px 26px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .text-area {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .text-area {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .text-area {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .freelance-jobs .freelancer-list-area .card .text-area {
    padding: 20px 14px;
  }
}
.freelance-jobs .freelancer-list-area .card .text-area .block {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.freelance-jobs .freelancer-list-area .card .text-area .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.freelance-jobs .freelancer-list-area .card .text-area .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.freelance-jobs .freelancer-list-area .card .text-area .title .headline {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #a6b5bf;
  padding-left: 10px;
  line-height: 18px;
}
.freelance-jobs .freelancer-list-area .card .text-area h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 18px;
  color: #303f49;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .text-area h3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .text-area h3 {
    font-size: 15px;
  }
}
.freelance-jobs .freelancer-list-area .card .text-area .info-area {
  padding: 14px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .card .text-area .info-area {
    padding: 10px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .text-area .info-area {
    padding: 10px 0 0;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .text-area .info-area {
    padding: 10px 0 0;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .text-area .info-area {
    padding: 7px 0 8px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .freelance-jobs .freelancer-list-area .card .text-area .info-area {
    padding: 7px 0 8px;
    gap: 0.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.freelance-jobs .freelancer-list-area .card .text-area .info-area .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #697a85;
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .text-area .info-area .info-item {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .text-area .info-area .info-item {
    font-size: 12px;
  }
}
.freelance-jobs .freelancer-list-area .card .text-area .info-area .info-item i,
.freelance-jobs
  .freelancer-list-area
  .card
  .text-area
  .info-area
  .info-item
  svg {
  font-size: 16px;
  margin-right: 0.4rem;
}
.freelance-jobs .freelancer-list-area .card .text-area p {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a6b5bf;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .card .text-area p {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .text-area p {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .text-area p {
    font-size: 12px;
    line-height: 13px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .text-area p {
    font-size: 12px;
    line-height: 13px;
  }
}
.freelance-jobs .freelancer-list-area .card .text-area .skills-area {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin: 0;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area {
    padding-top: 20px;
    -webkit-column-gap: 0.7rem;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area {
    padding-top: 20px;
    -webkit-column-gap: 0.7rem;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area {
    padding-top: 20px;
    -webkit-column-gap: 0.7rem;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area {
    padding-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area {
    padding-top: 20px;
  }
}
.freelance-jobs .freelancer-list-area .card .text-area .skills-area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 115px;
  height: 30px;
  background: #f0f4f9;
  border-radius: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #303f49;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area li {
    min-width: 107px;
    font-size: 12px;
    height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area li {
    min-width: 96px;
    font-size: 12px;
    height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area li {
    min-width: 96px;
    font-size: 12px;
    height: 26px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .text-area .skills-area li {
    min-width: 96px;
    font-size: 12px;
    height: 26px;
  }
}
.freelance-jobs .freelancer-list-area .card .price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .price-area {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.freelance-jobs .freelancer-list-area .card .price-area .price-wrapper {
  position: absolute;
  top: 0;
  padding: 18px 26px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #a6b5bf;
}
.freelance-jobs .freelancer-list-area .card .price-area .price-wrapper .budget {
  color: #303f49;
  font-weight: bold;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .card .price-area .price-wrapper {
    padding: 15px 23px 0 0;
    font-weight: 400;
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .price-area .price-wrapper {
    padding: 15px 23px 0 0;
    font-weight: 400;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .price-area .price-wrapper {
    padding: 15px 23px 0 0;
    font-weight: 400;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .price-area .price-wrapper {
    position: inherit;
    padding: 0 0 0 14px;
    font-weight: 400;
    font-size: 14px;
  }
}
.freelance-jobs .freelancer-list-area .card .price-area .apply-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 160px;
  height: 43px;
  font-size: 16px;
  background: #00a3ff;
  border-radius: 21px 0px 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .card .price-area .apply-btn {
    width: 160px;
    height: 43px;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .card .price-area .apply-btn {
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .card .price-area .apply-btn {
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .card .price-area .apply-btn {
    width: 160px;
    height: 43px;
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .freelance-jobs .freelancer-list-area .card .price-area .apply-btn {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }
}
.freelance-jobs .freelancer-list-area .card .price-area .apply-btn:hover {
  -webkit-box-shadow: 0px 31px 86px rgba(0, 163, 255, 0.25);
  box-shadow: 0px 31px 86px rgba(0, 163, 255, 0.25);
}
.freelance-jobs .freelancer-list-area .card .price-area .applied {
  background: linear-gradient(94.13deg, #5ad354 0%, #49de42 100%);
}

.freelance-jobs .freelancer-list-area .card .price-area .applied:hover {
  -webkit-box-shadow: 0px 31px 86px rgba(73, 222, 66, 0.3);
  box-shadow: 0px 31px 86px rgba(73, 222, 66, 0.3);
}
.freelance-jobs .freelancer-list-area .card .text-area .info-area div.info-item.Uncompleted {
    color: #1aa2a9 !important;
}
.freelance-jobs .freelancer-list-area .card .text-area .info-area div.info-item.Uncompleted svg path {
    fill: #1aa2a9 !important;
}
.freelance-jobs .freelancer-list-area .card .price-area button.apply-btn{
    background:   #1aa2a9;
}
.freelance-jobs .freelancer-list-area .card .price-area button.apply-btn:hover{
   background:   #1aa2a9;
}
.freelance-jobs .freelancer-list-area .search-area {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .search-area {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .search-area {
    margin-bottom: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .search-area {
    margin-bottom: 30px;
  }
}
.freelance-jobs .freelancer-list-area .search-area .input-wrapper {
  width: 90%;
  position: relative;
}
.freelance-jobs .freelancer-list-area .search-area .input-wrapper input {
  background: #fff;
  -webkit-box-shadow: 0px 33px 30px rgba(234, 238, 244, 0.49);
  box-shadow: 0px 33px 30px rgba(234, 238, 244, 0.49);
  border-radius: 5px 0px 0px 5px;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding-left: 50px;
  color: #303f49;
}
.freelance-jobs
  .freelancer-list-area
  .search-area
  .input-wrapper
  input::-webkit-input-placeholder {
  color: #a6b5bf;
}
.freelance-jobs
  .freelancer-list-area
  .search-area
  .input-wrapper
  input::-moz-placeholder {
  color: #a6b5bf;
}
.freelance-jobs
  .freelancer-list-area
  .search-area
  .input-wrapper
  input:-ms-input-placeholder {
  color: #a6b5bf;
}
.freelance-jobs
  .freelancer-list-area
  .search-area
  .input-wrapper
  input::-ms-input-placeholder {
  color: #a6b5bf;
}
.freelance-jobs
  .freelancer-list-area
  .search-area
  .input-wrapper
  input::placeholder {
  color: #a6b5bf;
}
.freelance-jobs .freelancer-list-area .search-area .input-wrapper i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(90%, -50%);
  transform: translate(90%, -50%);
  font-size: 18px;
  color: #a6b5bf;
}
.freelance-jobs .freelancer-list-area .search-area button {
  width: 166px;
  height: 48px;
  background: linear-gradient(96deg, #274b82 0%, #2c5da6 100%);
  border-radius: 0px 2px 2px 0px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.freelance-jobs .freelancer-list-area .search-area button:hover {
  -webkit-box-shadow: 0px 2px 10px #274b82;
  box-shadow: 0px 2px 10px #274b82;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .search-area button {
    width: 150px;
    font-size: 16px;
  }
}
.freelance-jobs .freelancer-list-area .block .common-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .block .common-selectors {
    padding: 10px 24px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 15px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 15px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
}
.freelance-jobs .freelancer-list-area .block .common-selectors .mobile-filter {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00a5ff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .mobile-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.freelance-jobs
  .freelancer-list-area
  .block
  .common-selectors
  .mobile-filter
  i {
  margin-right: 4px;
}
.freelance-jobs .freelancer-list-area .block .common-selectors p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin: 0;
  color: #a6b5bf;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs .freelancer-list-area .block .common-selectors p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs .freelancer-list-area .block .common-selectors p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs .freelancer-list-area .block .common-selectors p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs .freelancer-list-area .block .common-selectors p {
    display: none;
  }
}
.freelance-jobs .freelancer-list-area .block .common-selectors .sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.freelance-jobs
  .freelancer-list-area
  .block
  .common-selectors
  .sort-wrapper
  h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 0;
  color: #a6b5bf;
  margin-right: 46px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    h5 {
    font-size: 13px;
    margin-right: 40px;
    line-height: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    h5 {
    margin-right: 40px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    h5 {
    margin-right: 40px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    h5 {
    display: none;
  }
}
.freelance-jobs
  .freelancer-list-area
  .block
  .common-selectors
  .sort-wrapper
  select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: #273035;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    select {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    select {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    select {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .freelance-jobs
    .freelancer-list-area
    .block
    .common-selectors
    .sort-wrapper
    select {
    font-size: 13px;
    line-height: 15px;
  }
}
.complete-profile-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dashboard-top-complete {
  background: rgba(240, 243, 248, 0.568627451);
  padding: 50px 50px 50px 75px;
  -webkit-box-shadow: 1px 4px 6px #f6f8fb;
  box-shadow: 1px 4px 6px #f6f8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-top-complete {
    padding: 40px 10px;
  }
}
.dashboard-top-complete .complete-profile {
  width: 90px;
  height: 90px;
  position: relative;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-top-complete .complete-profile {
    margin-right: 15px;
  }
}
.dashboard-top-complete .complete-profile .circular-chart {
  display: block;
  max-width: 100%;
  max-height: 250px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.dashboard-top-complete .complete-profile .circular-chart .circle {
  stroke: #5ad354;
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out forwards;
  animation: progress 1s ease-out forwards;
}
.dashboard-top-complete .complete-profile .complete-profile-percent {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 24px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: "Roboto", sans-serif;
}
.dashboard-top-complete .complete-description h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-top-complete .complete-description h2 {
    font-size: 16px;
  }
}
.dashboard-top-complete .complete-description p {
  font-size: 14px;
  color: #454545;
  line-height: 22px;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-top-complete .complete-description p {
    font-size: 12px;
    line-height: 16px;
  }
}
.rating-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin: 55px 70px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rating-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 30px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rating-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 30px 0 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .rating-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.rating-tabs .rating-tabs-description {
  width: 360px;
  padding: 50px 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .rating-tabs .rating-tabs-description {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rating-tabs .rating-tabs-description {
    width: 100%;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rating-tabs .rating-tabs-description {
    width: 100%;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .rating-tabs .rating-tabs-description {
    width: 100%;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
  }
}
.rating-tabs .rating-tabs-description svg {
  width: 40px;
  height: 40px;
}
.rating-tabs .rating-tabs-description h4 {
  margin: 12px 0 20px 0;
  color: #424242;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rating-tabs .rating-tabs-description h4 {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rating-tabs .rating-tabs-description h4 {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .rating-tabs .rating-tabs-description h4 {
    margin: 0;
  }
}
.rating-tabs .rating-tabs-description p {
  font-size: 12px;
  line-height: 1.3;
}
.complete-my-profile {
  width: calc(100% - 360px);
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .complete-my-profile {
    width: calc(100% - 300px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .complete-my-profile {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .complete-my-profile {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .mobile-slider {
    overflow: auto;
  }
}
.complete-my-profile .nav-tabs {
  border: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.complete-my-profile .nav-tabs li {
  width: 100%;
  float: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .nav-tabs li {
    padding: 10px 10px 30px 10px;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.complete-my-profile .nav-tabs li a {
  padding-top: 35px;
  font-family: "Roboto", sans-serif;
  border-color: rgba(0, 0, 0, 0);
  background: #fff;
  margin-right: 0;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 0;
  display: block;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .nav-tabs li a {
    width: 210px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#fffcf6)
    );
    background: linear-gradient(to bottom, #fff 0%, #fffcf6 100%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 1px solid rgba(0, 0, 0, 0);
  }
}
.complete-my-profile .nav-tabs li a:after {
  width: 100%;
  height: 10px;
  border-bottom: 4px solid #274b82;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fffcf6;
  content: "";
  display: block;
  opacity: 0;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.complete-my-profile .nav-tabs li .trusted-indicator {
  width: 24px;
  height: 24px;
  position: absolute;
  background: #fff;
  border: 5px solid #fff;
  top: -12px;
  left: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.complete-my-profile .nav-tabs li .rating-head {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #00a3ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.complete-my-profile .nav-tabs li .completed-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
}
.complete-my-profile .nav-tabs .active a {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fffcf6)
  );
  background: linear-gradient(to bottom, #fff 0%, #fffcf6 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid rgba(0, 0, 0, 0);
}
.complete-my-profile .nav-tabs .active a:after {
  opacity: 1;
  bottom: -10px;
}
.complete-my-profile .nav-tabs .active a .rating-head {
  color: #274b82;
}
.complete-my-profile .nav-tabs .active a .trusted-indicator {
  background: #274b82;
}
.complete-my-profile .tab-content {
  margin-top: 30px;
  padding: 5px 10px 10px 10px;
  border-top: 4px solid #274b82;
  background: #fff;
  position: relative;
  -webkit-transition: height 0.15s;
  transition: height 0.15s;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.complete-my-profile .tab-content:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  top: -13px;
  position: absolute;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #274b82;
  border-top: none;
  left: 16.5%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .tab-content:after {
    display: none;
  }
}
.complete-my-profile .tab-content .active {
  display: block !important;
}
.complete-my-profile .tab-content .tab-pane {
  display: none;
}
.complete-my-profile .tab-content .tab-content-lists {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.complete-my-profile .tab-content .tab-content-lists li {
  margin-top: 5px;
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
}
.complete-my-profile .tab-content .tab-content-lists li:hover:after {
  right: 10px;
}
.complete-my-profile .tab-content .tab-content-lists li:hover strong {
  color: #274b82;
}
.complete-my-profile .tab-content .tab-content-lists li a {
  padding: 17px 35px 17px 25px;
  position: relative;
  background: #fff6f6;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff6f6),
    color-stop(40%, #fff)
  );
  background: linear-gradient(to right, #fff6f6 0%, #fff 40%);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .tab-content .tab-content-lists li a {
    padding: 10px 25px 10px 15px;
  }
}
.complete-my-profile .tab-content .tab-content-lists li a svg {
  fill: #d6d6d6;
}
.complete-my-profile .tab-content .tab-content-lists li a span {
  min-width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .tab-content .tab-content-lists li a span {
    position: relative;
    top: -12px;
  }
}
.complete-my-profile .tab-content .tab-content-lists li a span svg {
  display: none;
}
.complete-my-profile .tab-content .tab-content-lists li a span .circle {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #fdd5d5;
  border-radius: 50%;
}
.complete-my-profile .tab-content .tab-content-lists li a strong {
  padding-left: 20px;
  color: #00a3ff;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .tab-content .tab-content-lists li a strong {
    padding: 0;
  }
}
.complete-my-profile .tab-content .tab-content-lists li a .separator {
  width: 1px;
  height: 32px;
  margin: 0 13px;
  background: #e4e4e4;
}
.complete-my-profile .tab-content .tab-content-lists li:after {
  width: 6px;
  height: 8px;
  margin-top: -4px;
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: url("http://completed.com/images/right-1.svg") center center
    no-repeat;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .complete-my-profile .tab-content .tab-content-lists li:after {
    right: 10px;
  }
}
.complete-my-profile .tab-content .tab-content-lists .completed a {
  background: #f9fef3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9fef3),
    color-stop(40%, #fff)
  );
  background: linear-gradient(to right, #f9fef3 0%, #fff 40%);
}
.complete-my-profile .tab-content .tab-content-lists .completed svg {
  fill: #5ad354;
}
.complete-my-profile .tab-content .tab-content-lists .completed span svg {
  fill: #5ad354;
  display: inline-block;
}
.complete-my-profile .tab-content .tab-content-lists .completed .circle {
  display: none;
}
.complete-my-profile .tab-content[data-current-tab="trust-worthy"]:after {
  left: 50%;
}
.complete-my-profile .tab-content[data-current-tab="trusted"]:after {
  left: 83.5%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tab-content-lists li a .separator + svg {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: 4px;
  }
}
.not-found {
  height: calc(100vh - 82px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.not-found .not-found-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.not-found .not-found-wrapper h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 33px;
  line-height: 39px;
  color: #000;
}
.not-found .not-found-wrapper h2 span {
  font-weight: 700;
}
/* new latest doc start */
/* .agreement-box {
  padding: 3rem 4rem;
  max-height: 600px;
  overflow: scroll;
  margin: 12px;
  background: #eaeaea;
  border-radius: 4px;
  color: #0e0d12;
} */
 /* new latest doc end */
.agreement-box h1 {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
   color: #0768df;
}
.agreement-box .section-number{
   color: #0768df;
}
.agreement-box b {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
}
body .agreement-box p {
    color: #020817;
}
.agreement-box h2 {
  font-weight: 500;
    margin-bottom: 15px;
    font-size: 26px;
    color: #0768df;
}
.agreement-box .general-conditions {
  margin-left: auto;
  margin-right: auto;
}
.agreement-box ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  padding-left: 4em;
}
.agreement-box ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.agreement-box ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.agreement-box li ol > li {
  margin: 0;
}
.agreement-box li ol > li:before {
  content: counters(item, ".") " ";
}
.collapse-btn {
  position: absolute;
  font-size: 1.3rem !important;
  padding: 3px !important;
  right: 1rem;
  top: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.collapse-btn[aria-expanded="true"] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cursor-pointer {
  cursor: pointer;
}
.disabled {
  color: #6b6b6b;
  cursor: not-allowed !important;
  /* text-decoration: line-through; */
}
.add-freelancer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  position: relative;
  z-index: 99;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-freelancer {
    height: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .add-freelancer {
    margin-top: 40px;
    height: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-freelancer .container {
    padding: 0;
  }
}
.add-freelancer .dashboard_info_title {
  text-align: center;
}
.add-freelancer .block {
  margin-left: auto;
  margin-right: auto;
}
.add-freelancer .block .registration-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 0;
}
@media (min-width: 1100px) {
  .add-freelancer .block .registration-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
  }
}
.add-freelancer .block .registration-modal form {
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .add-freelancer .block .registration-modal form {
    padding: 1.2rem 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-freelancer .block .registration-modal form {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.add-freelancer .block .registration-modal form .title {
  margin-bottom: 1rem;
}
.add-freelancer .block .registration-modal form .title h2 {
  font-weight: 600;
}
.add-freelancer .block .registration-modal form .input-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-freelancer .block .registration-modal form .input-field-wrapper {
    width: 100%;
  }
}
.add-freelancer
  .block
  .registration-modal
  form
  .input-field-wrapper
  .label-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.add-freelancer
  .block
  .registration-modal
  form
  .input-field-wrapper
  .label-wrapper
  .text-xs {
  width: 100%;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
.add-freelancer
  .block
  .registration-modal
  form
  .input-field-wrapper
  .label-wrapper
  input {
      width: 300px;
    border: 1px solid #e5e7eb;
}
.add-freelancer
  .block
  .registration-modal
  form
  .input-field-wrapper
  .label-wrapper
  input:focus {
    border: 1px solid #0768df;
    box-shadow: inset 0 0 0 1px #0768df;
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-freelancer
    .block
    .registration-modal
    form
    .input-field-wrapper
    .label-wrapper
    input {
    width: 100%;
  }
}
.add-freelancer .block .registration-modal form .freelancer-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .add-freelancer .block .registration-modal form .freelancer-btn-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .add-freelancer .block .registration-modal form .freelancer-btn-wrapper {
    margin-top: 0;
  }
}
.add-freelancer
  .block
  .registration-modal
  form
  .freelancer-btn-wrapper
  .create-cta {
  background: #0768df;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 8px;
    min-width: 160px;
    font-size: 14px;
    font-weight: bold;
    gap: 10px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.add-freelancer
  .block
  .registration-modal
  form
  .freelancer-btn-wrapper
  .create-cta:hover {
    background-color: #065cc6;
    color: #fff !important;
}
.add-freelancer
  .block
  .registration-modal
  form
  .freelancer-btn-wrapper
  .create-cta:hover {
  opacity: 0.9;
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-freelancer
    .block
    .registration-modal
    form
    .freelancer-btn-wrapper
    .create-cta {
    width: 100%;
  }
}
.add-freelancer .block .registration-modal .img-wrapper {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .add-freelancer .block .registration-modal .img-wrapper {
    display: none;
  }
}
.add-freelancer .block .registration-modal .img-wrapper img {
  object-fit: contain;
    max-height: 400px;
}
@media (max-width: 1399px) {
  .add-freelancer .block .registration-modal .img-wrapper img:first-child {
    display: none;
  }
}
@media (min-width: 1400px) {
  .add-freelancer .block .registration-modal .img-wrapper img:last-child {
    display: none;
  }
}
.invoice-form .input-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-form .input-field-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.invoice-form .input-field-wrapper .label-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.invoice-form .input-field-wrapper .label-wrapper:first-child {
  margin-right: 0.75rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-form .input-field-wrapper .label-wrapper:first-child {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.invoice-form .input-field-wrapper .label-wrapper:last-child {
  margin-left: 0.75rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-form .input-field-wrapper .label-wrapper:last-child {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-form .input-field-wrapper .label-wrapper {
    width: 100%;
  }
}
.invoice-form .input-field-wrapper .label-wrapper .text-xs {
      font-weight: 500;
    width: 100%;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85rem;
    color: #020817;
}
.invoice-form .input-field-wrapper .label-wrapper textarea {
  max-height: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
}
.invoice-form .input-field-wrapper .label-wrapper .field {
  margin: 0;
  box-shadow: none;
  width: 100%;
  color: #101828;
      padding-top: 0;
    padding-bottom: 0;
}
.invoice-form .input-field-wrapper .label-wrapper input {
  background: #fff;
    border: 1px solid #e5e7eb80;
    border-radius: 8px;
    padding: 10px;
    height: 46px;
    font-size: 14px;
}
.invoice-form .input-field-wrapper .label-wrapper input:focus {
    border: 1px solid #0768df;
    box-shadow: inset 0 0 0 1px #0768df;
}
 .invoice-form .input-field-wrapper.address-field .non-editable input, 
 .invoice-form .input-field-wrapper.address-field .non-editable .field{
        padding-left:16px;
        padding-right:16px;
  }
  .invoice-form .input-field-wrapper .label-wrapper .field{
    outline: none !important;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 6px;
  }

.invoice-form
  .input-field-wrapper
  .label-wrapper
  input::-webkit-input-placeholder {
    color: #020817;
}
.invoice-form .input-field-wrapper .label-wrapper input::-moz-placeholder {
  color: #020817;
}
.invoice-form .input-field-wrapper .label-wrapper input:-ms-input-placeholder {
  color: #020817;
}
.invoice-form .input-field-wrapper .label-wrapper input::-ms-input-placeholder {
    color: #020817;
}
.invoice-form .input-field-wrapper .label-wrapper input::placeholder {
    color: #020817;
}
.invoice-form .input-field-wrapper .select-currency {
  position: relative;
}

     
   .dashboard-container .project_lable label{
            background: #fffbeb;
            padding: 6px 14px !important;
            border-radius: 10px;
            font-weight: 500;
            margin-bottom: 10px !important;
            border: 1px solid #f1ddd9;
        }
.dashboard-container .project_lable textarea{
    background: #fff;
    border: 1px solid #e5e7eb80 ;
    width: 100%;
    color: #101828;
    font-size: 14px;
    line-height: 22px;
    padding: 1rem;
    margin-bottom: 0 !important;
    border-radius: 8px !important;
}
.invoice-form .wojo.spaced.segment, 
.invoice-form .wojo.spaced.card {
    margin: 24px 0 0 0;
}
 .file-input {
            border: 2px dashed #e5e7eb80;
    border-radius: 6px;
    position: relative;
    min-height: 172px;
}
.file-input input#fileUpload{
        background: #fff;
        height: 100px;
        width: 100%;
        position: relative;
        z-index: 1;
        opacity: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-form .input-field-wrapper .select-currency {
    padding-bottom: 20px;
  }
}
.invoice-form .input-field-wrapper .select-currency .currency-subtext {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #a6b5bf;
  margin-top: 0px;
  position: absolute;
  bottom: -46px;
  padding: 0 10px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 2300px) {
  .invoice-form .input-field-wrapper .select-currency .currency-subtext {
    bottom: -30px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .invoice-form .input-field-wrapper .select-currency .currency-subtext {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .invoice-form .input-field-wrapper .select-currency .currency-subtext {
    font-size: 12px;
    line-height: 13px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .invoice-form .input-field-wrapper .select-currency .currency-subtext {
    font-size: 12px;
    line-height: 13px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-form .input-field-wrapper .select-currency .currency-subtext {
    font-size: 12px;
    line-height: 15px;
    -webkit-line-clamp: 3;
    bottom: -32px;
    padding: 0;
  }
}
.invoice-form .input-field-wrapper .non-editable .text-xs {
  font-weight: 400;
}
.invoice-form .input-field-wrapper .non-editable input,
.invoice-form .input-field-wrapper .non-editable .field {
     cursor: auto;
    background: #f9fafb;
    border: 1px solid #e5e7eb80;
}
.invoice-form .input-field-wrapper .non-editable input:focus,
.invoice-form .input-field-wrapper .non-editable .field:focus {
     background: #f9fafb;
    border: 1px solid #e4effd;
    box-shadow: inset 0 0 0 1px #e4effd;
}
.card-count-wrapper {
  width: 100%;
  padding: 0 0 3.5rem;
  --min: 27ch;
  --gap: 1.3rem;
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
}
  .invoice-form p.subtext {
    color: #0768df !important;
    opacity: 1 !important;
    background: #f0f7ff4d;
    padding: 10px !important;
    border-radius: 6px;
    margin: 0 !important;
    font-size: 14px !important;
  }
@media (min-width: 1600px) and (max-width: 1919px) {
  .card-count-wrapper {
    --min: 26ch;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .card-count-wrapper {
    padding: 0 0 3rem;
    --min: 25ch;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .card-count-wrapper {
    padding: 0 0 3rem;
    --min: 24ch;
    gap: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper {
    padding: 0 0 2.5rem;
    --min: 20ch;
    gap: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper {
    padding: 0 0 2.5rem;
    --min: 20ch;
    gap: 0.7rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper {
    padding: 0 0 2.2rem;
    --min: 20ch;
    gap: 1rem;
  }
}
.card-count-wrapper .blue-card {
  background: #ff7347;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .blue-card {
    padding: 14px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .blue-card {
    padding: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .blue-card {
    padding: 14px;
  }
}
.card-count-wrapper .blue-card h5 {
  letter-spacing: 0.18px;
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0 0 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .blue-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .blue-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.card-count-wrapper .blue-card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.card-count-wrapper .blue-card .text-area h6 {
  letter-spacing: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .card-count-wrapper .blue-card .text-area h6 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .blue-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .blue-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .blue-card .text-area h6 {
    font-size: 20px;
  }
}
.card-count-wrapper .blue-card .more-info {
  position: absolute;
  right: 20px;
  top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-count-wrapper .blue-card .more-info span:first-child {
  letter-spacing: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.card-count-wrapper .blue-card .more-info span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-count-wrapper .orange-card {
  background: #0edc9e;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .orange-card {
    padding: 14px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .orange-card {
    padding: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .orange-card {
    padding: 14px;
  }
}
.card-count-wrapper .orange-card h5 {
  letter-spacing: 0.18px;
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0 0 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .orange-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .orange-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.card-count-wrapper .orange-card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.card-count-wrapper .orange-card .text-area h6 {
  letter-spacing: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .card-count-wrapper .orange-card .text-area h6 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .orange-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .orange-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .orange-card .text-area h6 {
    font-size: 20px;
  }
}
.card-count-wrapper .orange-card .more-info {
  position: absolute;
  right: 20px;
  top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-count-wrapper .orange-card .more-info span:first-child {
  letter-spacing: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.card-count-wrapper .orange-card .more-info span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-count-wrapper .purple-card {
  background: #6345d5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .purple-card {
    padding: 14px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .purple-card {
    padding: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .purple-card {
    padding: 14px;
  }
}
.card-count-wrapper .purple-card h5 {
  letter-spacing: 0.18px;
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0 0 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .purple-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .purple-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.card-count-wrapper .purple-card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.card-count-wrapper .purple-card .text-area h6 {
  letter-spacing: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .card-count-wrapper .purple-card .text-area h6 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .purple-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .purple-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .purple-card .text-area h6 {
    font-size: 20px;
  }
}
.card-count-wrapper .purple-card .more-info {
  position: absolute;
  right: 20px;
  top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-count-wrapper .purple-card .more-info span:first-child {
  letter-spacing: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.card-count-wrapper .purple-card .more-info span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-count-wrapper .green-card {
  background: #157afe;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .green-card {
    padding: 14px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .green-card {
    padding: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .green-card {
    padding: 14px;
  }
}
.card-count-wrapper .green-card h5 {
  letter-spacing: 0.18px;
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0 0 12px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .green-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .green-card h5 {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.card-count-wrapper .green-card .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.card-count-wrapper .green-card .text-area h6 {
  letter-spacing: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .card-count-wrapper .green-card .text-area h6 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-count-wrapper .green-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-count-wrapper .green-card .text-area h6 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-count-wrapper .green-card .text-area h6 {
    font-size: 20px;
  }
}
.card-count-wrapper .green-card .more-info {
  position: absolute;
  right: 20px;
  top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-count-wrapper .green-card .more-info span:first-child {
  letter-spacing: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.card-count-wrapper .green-card .more-info span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-title h1 {
  font-size: 36px;
  color: #000;
  margin-bottom: 48px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .dashboard-title h1 {
    font-size: 32px;
    letter-spacing: 0.53px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-title h1 {
    font-size: 32px;
    letter-spacing: 0.53px;
    margin-bottom: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-title h1 {
    font-size: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
  }
}
.method-list {
  width: 100%;
  font-size: 14px;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .method-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .method-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.method-list li {
  margin-left: 20px;
}
.method-list .method-name .payment-details {
  padding: 14px 0px;
  min-height: 72px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .method-list .method-name .payment-details {
    padding: 10px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .method-list .method-name .payment-details {
    padding: 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .method-list .method-name .payment-details {
    padding: 10px 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .method-list .method-name .payment-details {
    padding: 6px 0px;
  }
}
.method-list .method-name .payment-details.active {
  opacity: 0.5;
}
.method-list .method-name .payment-details .payment-page-ratio-button {
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
}
.method-list
  .method-name
  .payment-details
  .payment-page-ratio-button
  input[type="radio"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.method-list
  .method-name
  .payment-details
  .payment-page-ratio-button
  input[type="radio"]::before {
  content: "";
  display: inline-block;
  top: 49%;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  -webkit-transform: translate(calc(-100% - 5px), -50%);
  transform: translate(calc(-100% - 5px), -50%);
}
.method-list
  .method-name
  .payment-details
  .payment-page-ratio-button
  input[type="radio"]:checked:before {
  background-color: #274b82;
  border-color: #274b82;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.method-list .method-name .payment-details .payment-page-ratio-button label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  padding-right: 6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .method-list .method-name .payment-details .payment-page-ratio-button label {
    margin-left: 16px;
  }
}
.method-list .method-name .payment-details .payment-page-context {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 0;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .method-list .method-name .payment-details .payment-page-context {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .method-list .method-name .payment-details .payment-page-context {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .method-list .method-name .payment-details .payment-page-context {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .method-list .method-name .payment-details .payment-page-context {
    font-size: 14px;
  }
}
.method-list .method-name .payment-details .payment-page-context h3 {
  font-size: 18px;
  color: #274b82;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .method-list .method-name .payment-details .payment-page-context h3 {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .method-list .method-name .payment-details .payment-page-context h3 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .method-list .method-name .payment-details .payment-page-context h3 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .method-list .method-name .payment-details .payment-page-context h3 {
    font-size: 16px;
    margin: 0;
  }
}
.method-list
  .method-name
  .payment-details
  .payment-page-context
  .payment-page-subtext {
  color: #000;
  font-weight: 500;
  font-size: 12px;
}
.popup-payment-info-container .popup-payment-info {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
}
.popup-payment-info-container .popup-payment-info .wrapper {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 320px) and (max-width: 767px) {
  .popup-payment-info-container .popup-payment-info .wrapper {
    width: 100%;
    height: 100%;
    overflow: scroll;
    border-radius: 0;
  }
}
.popup-payment-info-container .popup-payment-info .wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title {
    padding: 10px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title {
    padding: 10px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title {
    padding: 10px 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title {
    padding: 15px;
  }
}
.popup-payment-info-container .popup-payment-info .wrapper .title h3 {
  margin: 0;
  color: #273035;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title h3 {
    font-size: 1.23rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title h3 {
    font-size: 1.23rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .popup-payment-info-container .popup-payment-info .wrapper .title h3 {
    font-size: 1.1rem;
    margin-right: 6px;
  }
}
.popup-payment-info-container .popup-payment-info .wrapper .title .close-btn {
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(95deg, #274b82 0%, #006bcd 100%);
  -webkit-box-shadow: 0px 22px 63px rgba(5, 103, 196, 0.22);
  box-shadow: 0px 22px 63px rgba(5, 103, 196, 0.22);
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  width: 35px;
  height: 35px;
}
.payment-detail-wrapper {
  padding-top: 28px;
  display: none;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .payment-detail-wrapper {
    padding-top: 24px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .payment-detail-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .payment-detail-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-detail-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-detail-wrapper {
    padding-top: 10px;
  }
}
.payment-detail-wrapper .invest-detail-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0px 0px 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-detail-wrapper .invest-detail-second {
    padding: 0;
  }
}
.payment-detail-wrapper .invest-detail-second .invest-list-wrap {
  display: grid;
/*  grid-template-columns: 0.35fr 1fr;*/
grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0rem;
  gap: 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2588235294);
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap {
    padding: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap {
    padding: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap {
    padding: 0.8rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    row-gap: 0.2rem;
    padding: 0.6rem 15px;
  }
}
.payment-detail-wrapper .invest-detail-second .invest-list-wrap:last-child {
  border: none;
  padding-bottom: 0;
}
.payment-detail-wrapper .invest-detail-second .invest-list-wrap h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #405666;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap h5 {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap h5 {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap h5 {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap h5 {
    font-size: 15px;
  }
}
.payment-detail-wrapper .invest-detail-second .invest-list-wrap p {
  margin: 0;
  color: #405666;
  font-size: 15px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap p {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-detail-wrapper .invest-detail-second .invest-list-wrap p {
    font-size: 14px;
  }
}
.payment-detail-wrapper .invest-detail-second .invest-list-wrap .fs-small {
  font-size: 13px;
}
.payment-detail-wrapper .invest-detail-second .invest-title:first-child h5 {
  color: #3d4461;
  font-size: 18px;
}
.payment-detail-wrapper .invest-detail-second .invest-title:first-child p {
  font-size: 18px;
  font-weight: bold;
  color: #3d4461;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .payment-detail-wrapper .btn-wrapper {
    padding: 2px 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .payment-detail-wrapper .btn-wrapper {
    padding: 2px 0 20px;
  }
}
.payment-detail-wrapper .btn-wrapper .submit-btn {
  width: 180px;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.payment-information-page .payment-process {
  margin-top: 50px;
}
.payment-information-page .payment-process .title {
  margin-bottom: 30px;
}
.payment-information-page .payment-process p {
  margin-bottom: 0.5rem;
}
.payment-information-page .title h2 {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 41px;
  color: #00a5ff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-information-page .title h2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .payment-information-page .title h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .payment-information-page .title h2 {
    font-size: 1.5rem;
  }
}
.payment-information-page .title h2 span {
  color: #0e0d12;
}
.payment-information-page .title p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 200px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .payment-information-page .title p {
    padding: 0 100px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .payment-information-page .title p {
    padding: 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-information-page .title p {
    padding: 0 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .payment-information-page .title p {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .payment-information-page .title p {
    padding: 0 10px;
  }
}
.payment-information-page .payment-block {
  margin-top: 70px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .payment-information-page .payment-block {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .payment-information-page .payment-block {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-information-page .payment-block {
    margin-top: 60px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-information-page .payment-block {
    margin-top: 60px;
  }
}
.payment-information-page .payment-block h4 {
  font-size: 26px;
  font-weight: normal;
  padding-left: 20px;
  font-weight: 500;
  color: #0e0d12;
  margin-bottom: 10px;
}
.payment-information-page .invest-detail-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment-information-page .invest-detail-second .invest-list-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 35px 40px 35px 45px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment-information-page .invest-detail-second .invest-list-wrap {
    padding: 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.payment-information-page .invest-detail-second .invest-list-wrap:hover {
  background-color: #274b82;
}
.payment-information-page .invest-detail-second .invest-list-wrap:hover h5,
.payment-information-page .invest-detail-second .invest-list-wrap:hover p {
  color: #fff;
}
.payment-information-page .invest-detail-second .invest-list-wrap:first-child {
  border-top: none;
}
.payment-information-page .invest-detail-second .invest-list-wrap h5 {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: #405666;
  margin: 0;
}
.payment-information-page .invest-detail-second .invest-list-wrap p {
  font-size: 18px;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: #405666;
  margin: 0;
}
/* .invoice-table-container {
  margin: 35px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-table-container {
    margin: 24px 0;
  }
}
.invoice-table-container table {
  background: #fff !important;
  border: 1px solid #eaecf0 !important;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06) !important;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06) !important;
  border-radius: 8px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .invoice-table-wrapper {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .invoice-table-wrapper {
    overflow-x: scroll;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-table-wrapper {
    overflow-x: scroll;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .invoice-table-wrapper table {
    table-layout: fixed;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .invoice-table-wrapper table {
    table-layout: fixed;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-table-wrapper table {
    table-layout: fixed;
  }
}
.invoice-table-wrapper tbody {
  background-color: #fff;
}
.invoice-table-wrapper thead {
  height: 50px;
  margin: 7px 0;
  background: #fff;
}
.invoice-table-wrapper thead tr {
  display: table-row;
}
.invoice-table-wrapper thead tr th {
  display: table-cell;
}
.invoice-table-wrapper tbody tr {
  display: table-row;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.invoice-table-wrapper tbody tr:nth-child(odd) {
  background: #f9fafb;
}
.invoice-table-wrapper tbody tr:hover {
  background: #f0f3f8;
}
.invoice-table-wrapper th {
  text-align: center !important;
  color: #667085;
  text-transform: capitalize !important;
  padding: 0 !important;
  line-height: 55px;
  border: none !important;
  font-size: 14px !important;
}
.invoice-table-wrapper th::before,
.invoice-table-wrapper th::after {
  opacity: 1 !important;
  font-size: 1.1em !important;
}
@media (min-width: 320px) and (max-width: 1399px) {
  .invoice-table-wrapper th::before,
  .invoice-table-wrapper th::after {
    font-size: 1em !important;
  }
}
@media (min-width: 320px) and (max-width: 1399px) {
  .invoice-table-wrapper th {
    font-size: 12px !important;
  }
}
.invoice-table-wrapper td {
  vertical-align: middle !important;
  height: 55px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
  border-top: none !important;
  border-bottom: 1px solid #eaecf0;
  text-align: center !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 55px;
  color: #667085;
  padding: 0 !important;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .invoice-table-wrapper td:first-child {
    padding-left: 10px !important;
  }
}
.invoice-table-wrapper td a {
  font-weight: 600;
  font-size: 14px !important;
  color: #101828 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 1399px) {
  .invoice-table-wrapper td {
    font-size: 12px;
  }
  .invoice-table-wrapper td a {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .invoice-table-wrapper td {
    padding: 0 6px !important;
  }
}
.invoice-table-wrapper td.freelancer-name {
  color: #101828;
  font-weight: 500;
}
.invoice-table-wrapper .send-payment-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #274b82 !important;
  border: 1px solid #274b82 !important;
  border-radius: 8px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 1399px) {
  .invoice-table-wrapper .send-payment-btn {
    width: 100px;
    height: 34px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .invoice-table-wrapper .send-payment-btn {
    width: 110px;
  }
}
.invoice-table-wrapper .send-payment-btn i {
  padding-right: 4px;
}
@media (min-width: 320px) and (max-width: 1399px) {
  .invoice-table-wrapper .send-payment-btn i {
    display: none;
  }
}
.invoice-table-wrapper .send-payment-btn:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #274b82;
}
.invoice-table-wrapper .payment-edit-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.invoice-table-wrapper .payment-edit-btn i {
  color: #101828;
  font-size: 22px;
}
.invoice-table-wrapper .payment-edit-btn:hover {
  text-decoration: none !important;
  color: #274b82 !important;
}
.invoice-table-wrapper .payment-info-btn {
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  width: 130px;
  height: 36px;
  color: #344054;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 22px;
}
@media (min-width: 320px) and (max-width: 1399px) {
  .invoice-table-wrapper .payment-info-btn {
    width: 100px;
    height: 34px;
    margin-right: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .invoice-table-wrapper .payment-info-btn {
    width: 110px;
  }
}
.invoice-table-wrapper .payment-info-btn:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #274b82;
}
.invoice-table-wrapper .px-2 {
  padding: 0 10px !important;
} */
.invoice-subinfo {
  color: #65758b;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 4px !important;
}
.invoice-subinfo button {
  color: #274b82 !important;
  text-decoration: underline;
}
.invoice-subinfo button:hover {
  text-decoration: underline !important;
  color: #00a3ff !important;
}
.create-invoice-button a.submit-button{
 background: #f9fafb;
    color: #020817 !important;
    box-shadow: none !important;
    border: 1px solid #e5e7eb;
    font-weight: 500;
}
.create-invoice-button a.submit-button:hover{
  background:#f0f7ff80;
  color: #0768df !important;
}
.customer-info-title h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.customer-info-title {
    margin-bottom: 20px;
}
.customer-info-title p{
  color: #65758b;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-subinfo {
    font-size: 16px;
    line-height: 24px;
  }
}
.invoice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .invoice-title {
    padding: 30px 15px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .invoice-title {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .invoice-title .dashboard-headline {
    padding-bottom: 16px;
  }
}
.table-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 8px 2px 6px;
    min-width: 104px;
    min-height: 25px;
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
    word-break: break-word;
    white-space: break-spaces;
}
.table-badge i {
  font-weight: bold;
  font-size: 14px;
  padding-right: 4px;
}
.table-badge.negative {
  color: #b42318;
  background: #fef3f2;
}
.table-badge.in-progress {
  background: #f2f4f7;
  color: #344054;
}
.table-badge.in-progress svg {
  padding-right: 4px;
}
.table-badge.paid {
  color: #027a48;
  background: #ecfdf3;
}
.table-badge.partial-pay {
  background: #f8f9fc;
  color: #363f72;
}
.sidebar-container { padding: 20px ; max-width: 380px; margin: auto; background-color: #fff; height: 100vh; overflow-y:auto; position: fixed; box-sizing: border-box;
  top: 0; right: -380px; z-index: 111; opacity:0; transition:ease-in-out .5s; visibility:hidden; pointer-events:none;
}
.sidebar-container.open-modal{ pointer-events:auto; opacity:1; right:0; visibility:visible; }
.stepper .status-tag { font-size: 14px; margin-top:-10px; font-weight: bold; color: #856404; background-color: #fff3cd; display: inline-block; padding: 4px 10px; border-radius: 5px; margin-bottom: 10px; }
.stepper { position: relative; }
.stepper .step { position: relative; padding-bottom: 30px; font-size: 14px; color: #333; border-left: 2px dashed #ccc; padding-left: 22px; }
.stepper .step1 { position: relative; color: #333; padding-left: 22px; }
.stepper .active{ border-color:#000; border-left: 2px solid #000; }
.stepper .step::before , 
.stepper .step1::before { content: ''; width: 14px; height: 14px; background-color: #ccc; border-radius: 50%; position: absolute; left: -8px; top: 0px; transition: background-color 0.3s; }
.stepper .step.active:before { animation: none; background:#000;}
.stepper .step.active.last-active::before {animation: pulse-animation 2s infinite;}
.stepper .step.done::before { background-color: green; }
.stepper .step span,
.stepper .step1 span {color: #ffffff;background: #ccc;border-radius: 5px;padding: 4px 10px;font-size: 14px;margin-top: -10px;font-weight: bold;display: inline-block;}
.stepper .step.active .status-tag, 
.stepper .step.active span, 
.stepper .step1.active .status-tag{color: #fff; background: #707070;}
.stepper .step.active.last-active span,
.stepper .step.active.last-active .status-tag,
.stepper .step1.active.last-active span{color: #856404;background-color: #fff3cd;padding: 4px 10px;border-radius: 5px;}
.sidebar-container.open-modal .note { margin-top: 30px; padding: 15px; background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 5px;  top: 100%; } /* position: sticky; */
.sidebar-container.open-modal .note-title { font-weight: bold; margin-bottom: 5px; }
/* .btn { margin-top: 20px; padding: 10px 18px; font-size: 14px; background-color: #007bff; color: white; border: none; border-radius: 5px; cursor: pointer; } */
/* .btn:disabled { background-color: #ccc; cursor: not-allowed; } */
/* .email { font-weight: bold; } */
.sidebar-contain { 
      padding-bottom: 10px;
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px; border-bottom: 1px solid #ededed;
  color: #186db3;
    background-image: linear-gradient(to right, #020817, /* start color */ #0768df, /* middle color (via) */ #065cc6 /* end color */);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
 }
.sidebar-contain i {
    line-height: 0;
}
.sidebar-contain svg { width: 10px; fill: #545454; }
.sidebar-contain p { font-size: 16px; font-weight: 600; margin: 0; }
.stepper .step p,
.stepper .step1 p { font-weight: 400; font-size: 14px; margin: 0; margin-bottom: 8px; font-style: italic; color: #7c7c7c; }
.stepper .step1::before{left: -6px;}
.stepper .step.active#step1:before {top: 0px;}
.stepper .step:last-child {border-left: 2px solid transparent;}
.invoice-datatable .table-badge.partial-pay {
min-width: 130px;
    line-height: 16px;
    background: #d7eafd;
    color: #1e40af;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    border: 1px solid #b7cfe7;
}
.invoice-datatable .table-badge.invoice-partial-pay {
    min-width: 130px;
    line-height: 16px;
    background: #fbf9c9;
    color: #303025;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    border: 1px solid #fbf9c9;
}
@keyframes pulse-animation {
  0% { box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2) }
  100% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0) }
} 
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-nav .dashboard-nav-inner .active {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }
  .dashboard-nav .dashboard-nav-inner .active a {
    border-radius: 8px;
    background-color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-nav .dashboard-nav-inner .active {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }
  .dashboard-nav .dashboard-nav-inner .active a {
    border-radius: 8px;
    background-color: #1e3a8a80;
  }
}
.dashboard-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 226px;
  flex: 0 0 226px;
  background-color: #274b82;
  border-radius: 0;
  position: relative;
  z-index: 100;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .dashboard-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
  }
}
.dashboard-sidebar .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dashboard-sidebar .simplebar-content .user-profile-wrapper {
   padding:10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-sidebar .simplebar-content .user-profile-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-sidebar .simplebar-content .user-profile-wrapper {
    display: none;
  }
}
@media (max-width: 1240px) {
  .dashboard-sidebar .simplebar-content .user-profile-wrapper {
    padding-bottom: 30px;
  }
}
.dashboard-sidebar .simplebar-content .user-profile-wrapper .user-profile {
  padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #2d5f8b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.dashboard-sidebar .simplebar-content .user-profile-wrapper .user-profile img {
  border-radius: 50%;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
  width: 40px;
}
.dashboard-sidebar .simplebar-content .user-profile-wrapper .user-profile span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.dashboard-sidebar .simplebar-content .sidebar-logo {
   padding: 46px 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .dashboard-sidebar .simplebar-content .sidebar-logo {
    padding: 46px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-sidebar .simplebar-content .sidebar-logo {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-sidebar .simplebar-content .sidebar-logo {
    display: none;
  }
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .dashboard-header {
    display: none;
  }
}
.wojo.positive.button,
.wojo.primary.button {
  background: #0768df !important;
  border: none;
}
.wojo.positive.button:hover,
.wojo.primary.button:hover {
  background: #065cc6 !important;
}
.password-change .input-wrapper {
  display: flex;
  flex-direction: column;
    align-items: flex-start !important;
    padding: 0;
}
.password-change {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.password-change .row{
  margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.password-change .input-wrapper label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.password-change .password-btn-wrapper {
   width: 100%;
       margin-top: 20px;
}
.password-change .password-btn-wrapper button{
  width: 100%;
    box-sizing: border-box;
}
.login {
  height: 100vh;
}
.login .login-wrapper {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login .login-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .login-wrapper {
    grid-template-columns: 1fr;
  }
}
.login .login-wrapper .login-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: flex-start; */
  align-items: center;
  padding: 80px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .login-wrapper .login-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    /* align-items: flex-start; */
    align-items: center;
    padding-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login .login-wrapper .img-area {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .login-wrapper .img-area {
    display: none;
  }
}
.login .login-wrapper .img-area img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.login .login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .login-form {
    width: 100%;
    padding: 0 15px;
  }
}
.login .login-form .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.login .login-form .info-area .forget-pass {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #274b82;
}
.login .login-form .signup {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #475467;
}
.login .login-form .signup a {
  padding-left: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #274b82;
}
.login .forget-password-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 96px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .forget-password-page {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 48px;
  }
}
.login .forget-password-page .forget-pass-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .forget-password-page .forget-pass-wrapper {
    width: 100%;
    padding: 0 15px;
  }
}
.login .forget-password-page .forget-pass-wrapper .info-area a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #475467;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login .forget-password-page .forget-pass-wrapper .info-area a i {
  padding-right: 12px;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
}
.login .forget-password-page .forget-pass-wrapper .info-area a:hover {
  text-decoration: none;
  color: #274b82;
}
.login .send-mail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .send-mail-wrapper {
    width: 100%;
    padding: 0 15px;
  }
}
.login .forget-pass-logo {
  background: #ebefff;
  border: 10px solid #f5f5ff;
  border-radius: 28px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login .forget-pass-logo i {
  font-size: 21px;
  font-weight: bold;
  color: #274b82;
}
.login h1 {
  margin: 24px 0 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #101828;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0 8px;
  }
}
.login .subheader {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #667085;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .subheader {
    font-size: 16px;
    line-height: 24px;
  }
}
.login .form-area {
  margin: 32px 0 0;
  width: 100%;
}
.login .signup-form-area {
  width: 100%;
}
.login .signup-form-area .signup-info {
  margin: 0 0 32px;
}
.login .signup-form-area .signup-info h1,
.login .signup-form-area .signup-info p {
  text-align: left;
}
.login .label-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.login .label-wrapper .text-xs {
  width: 100%;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.login .label-wrapper .password-wrapper {
  position: relative;
}
.login .label-wrapper .password-wrapper i {
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  position: absolute;
  color: #101828;
  font-size: 20px;
  cursor: pointer;
}
.login .label-wrapper .password-wrapper i:hover {
  color: #274b82;
}
.login .label-wrapper input {
  background: #fff;
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 0.875rem;
  padding: 1rem;
  color: #101828;
  width: 100%;
  height: 44px;
}
.login .label-wrapper input:focus {
  border: 1px solid #bbd5fb;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
    0px 0px 0px 4px #ebefff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #ebefff;
}
.login .label-wrapper input:disabled {
  cursor: auto;
  background: #f9fafb;
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.login .label-wrapper input:disabled:focus {
  background: #f9fafb;
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.login .login-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 24px 0 32px;
  width: 100%;
}
.login .login-btn-wrapper .login-btn {
  width: 100%;
  cursor: pointer;
  height: 44px;
  background: linear-gradient(95.02deg, #274b82 0%, #006bcd 100%);
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.login .login-btn-wrapper .login-btn:hover {
  -webkit-box-shadow: 0px 2px 10px #274b82;
  box-shadow: 0px 2px 10px #274b82;
}
.login .login-btn-wrapper .login-btn:disabled {
  cursor: default;
  pointer-events: none;
  background: linear-gradient(
    95.02deg,
    rgba(39, 75, 130, 0.4784313725) 0%,
    rgba(0, 106, 205, 0.4392156863) 100%
  );
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.login .login-btn-wrapper .login-btn.loading {
  z-index: 1;
  cursor: default;
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0s linear, opacity 0.1s ease;
  transition: all 0s linear, opacity 0.1s ease;
}
.login .login-btn-wrapper .login-btn.loading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  border-radius: 500rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid rgba(0, 0, 0, 0.15);
}
.login .login-btn-wrapper .login-btn.loading::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-left: -0.875em;
  margin-top: -0.875em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
}
.login .login-btn-wrapper .linkedn_button {
  margin-top: 16px;
  cursor: pointer;
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login .login-btn-wrapper .linkedn_button i {
  padding-right: 12px;
}
.login .information-area {
  background: linear-gradient(45deg, #101828 0%, #274b82 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: flex-start; */
  align-items: center;
  position: relative;
  padding: 80px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .login .information-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    /* align-items: flex-start; */
    align-items: center;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .login .information-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    /* align-items: flex-start; */
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .login .information-area {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login .information-area {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .login .information-area {
    display: none;
  }
}
.login .information-area .info-wrapper {
  width: 528px;
}
@media screen and (min-width: 1800px) {
  .login .information-area .info-wrapper {
    width: 620px;
  }
}
@media screen and (min-width: 2000px) {
  .login .information-area .info-wrapper {
    width: 720px;
  }
}
@media screen and (min-width: 2200px) {
  .login .information-area .info-wrapper {
    width: 820px;
  }
}
@media screen and (min-width: 2400px) {
  .login .information-area .info-wrapper {
    width: 920px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .login .information-area .info-wrapper {
    width: 480px;
  }
}
.login .information-area .info-wrapper h2 {
  margin: 32px 0 0;
  font-weight: 500;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .login .information-area .info-wrapper h2 {
    font-size: 50px;
    line-height: 54px;
    margin: 22px 0 0;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .login .information-area .info-wrapper h2 {
    font-size: 52px;
    line-height: 64px;
    margin: 22px 0 0;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .login .information-area .info-wrapper h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 22px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .login .information-area .info-wrapper h2 {
    font-size: 34px;
    line-height: 40px;
    margin: 18px 0 0;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .login .information-area .info-wrapper .sparkle img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .login .information-area .info-wrapper .sparkle img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .login .information-area .info-wrapper .sparkle img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .login .information-area .info-wrapper .sparkle img {
    width: 70px;
    height: 70px;
  }
}
.login .information-area .info-wrapper p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #eaecf0;
  margin: 24px 0 32px;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .login .information-area .info-wrapper p {
    margin: 20px 0 24px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .login .information-area .info-wrapper p {
    font-size: 16px;
    margin: 20px 0 24px;
    line-height: 24px;
  }
}
.login .information-area .info-wrapper p span {
  display: block;
  margin-top: 8px;
}
.login .information-area .info-wrapper .join-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login .information-area .info-wrapper .join-us span {
  margin-left: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #eaecf0;
}
.login .information-area .info-wrapper .arrow {
  color: #4fb4ed;
  position: absolute;
  -webkit-transform: rotate(322deg);
  transform: rotate(322deg);
  left: -137px;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .login .information-area .info-wrapper .arrow {
    width: 230px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .login .information-area .info-wrapper .arrow {
    width: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .login .information-area .info-wrapper .arrow {
    left: -110px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .login .information-area .info-wrapper .arrow svg {
    height: 160px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .login .information-area .info-wrapper .arrow svg {
    height: 130px;
    display: block;
  }
}
.verify-page .forget-pass-logo {
  background: #d1fadf;
  border-color: #ecfdf3;
}
.verify-page .forget-pass-logo i {
  color: #039855;
  font-weight: normal;
}
.verify-page .verify-img-wrapper {
  margin-top: 40px;
}
@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.empty-state .wrapper {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.empty-state .wrapper img {
  width: 260px;
}
.empty-state .wrapper .forget-pass-logo {
  background: #ebefff;
  border: 10px solid #f5f5ff;
  border-radius: 28px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.empty-state .wrapper .forget-pass-logo i {
  font-size: 21px;
  font-weight: bold;
  color: #274b82;
}
.empty-state .wrapper h4 {
  margin: 16px 0 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #101828;
}
.empty-state .wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 25px;
  color: #475467;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wojo.modal .dialog {
    width: 754px !important;
  }
}
.dasbhoard-table .table-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dasbhoard-table .table-title .cta button {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 147px;
  height: 40px;
  background: #0edc9e;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08px;
  color: #fff;
}
.dasbhoard-table .table-title h5 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #096ef2;
  border-bottom: 4px solid #096ef2;
  padding-bottom: 10px;
  margin: 0;
}
.dasbhoard-table .table-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
.dasbhoard-table .dashboard-table-wrapper {
  background: #fff;
  border: 1px solid #eaecf0;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 12px;
}
.dasbhoard-table .dataTables_paginate {
  display: none;
}
.dasbhoard-table .dataTables_filter {
  padding: 20px;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default .select2-selection--single{
      border: 1px solid #e5e7eb;
    background: #f9fafb;
}
.select2-container--default.select2-container--focus .select2-selection--single, 
.select2-container--default.select2-container--open .select2-selection--single {
     border: 1px solid #0768df;
    box-shadow: inset 0 0 0 1px #0768df;
}
.select2-container--default .select2-selection--multiple{
      border: 1px solid #e5e7eb;
    background: #f9fafb;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
   border: 1px solid #0768df;
    box-shadow: inset 0 0 0 1px #0768df;
    outline: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
}
#register-form .select2-container .select2-selection--multiple {
  height: 40px !important;
}
.submit-field.linkedin .form-group span{
  background-color: #f0f7ff;
    border: 1px solid #e5e7eb;
    border-right: 0;
        color: #0768df;
           font-weight: 500;
             width: auto;
    padding: 0 10px;
}
.submit-field.linkedin .form-group input{
border-left: 0 !important;
}
.submit-field.other .form-group span{
  background-color: #f0f7ff;
    border: 1px solid #e5e7eb;
    border-right: 0;
        color: #0768df;
         font-weight: 500;
            width: auto;
    padding: 0 10px;
}
.submit-field.other .form-group input{
border-left: 0 !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.text-faded {
  color: #2b2b2b;
  font-weight: 600;
}
.editButton {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  font-size: 11pt;
  cursor: pointer;
  color: #4b4b4b;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.editButton:hover {
  color: #0376d7;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.badge-success {
  color: #fff !important;
  background-color: #28a745 !important;
  font-weight: 400;
  padding: 7px;
  border-radius: 4px;
}
.badge-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  font-weight: 400;
  padding: 7px;
  border-radius: 4px;
}
.badge-info {
  color: #fff !important;
  background-color: #17a2b8 !important;
  font-weight: 400;
  padding: 7px;
  border-radius: 4px;
}
.badge-warning {
  color: #212529 !important;
  background-color: #ffc107 !important;
  font-weight: 400;
  padding: 7px;
  border-radius: 4px;
}
.badge-secondary {
  color: #fff !important;
  background-color: #6c757d !important;
  font-weight: 400;
  padding: 7px;
  border-radius: 4px;
}
.badge-primary {
  color: #fff !important;
  background-color: #007bff !important;
  font-weight: 400;
  padding: 7px;
  border-radius: 4px;
}
.freelancerProjects {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 7px;
  padding: 13px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.freelancerProjects span {
  position: absolute;
  top: -3px;
  right: 20px;
}
.news-feed-pic {
  width: 55px;
  height: 55px;
}
.color-bg-dark-blue {
  background: #0000a0 !important;
}
.color-white {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  a.dashboard-responsive-nav-trigger {
    background: #2a41e8;
  }
  .dashboard-container span.button,
  .dashboard-container button.button,
  .dashboard-container input[type="button"],
  .dashboard-container input[type="submit"],
  .dashboard-container a.button {
    font-size: 12px;
  }
  .text-align-center {
    text-align: center !important;
  }
  .mobile-only-width-75 {
    width: 75% !important;
  }
}
.border-striped {
  border: 1px dotted #c4bbbb !important;
}
.box-shadow {
  -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}
.hidden:not(#wojo-overlay > *) {
  display: none;
}
.hover-box:hover {
  background: #a7a7a7;
}
.color-blue {
  color: #54769a;
}
.border-hover-blue:hover {
  border: 1.5px solid #4e4ef1 !important;
}
.background-hover-blue:hover {
  background: rgba(180, 180, 243, 0.2);
}
.background-gray {
  background: #dee2e6;
}
.background-white {
  background: #fff !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-80 {
  font-size: 80px !important;
}
.font-200 {
  font-size: 200px !important;
}
.font-weight-700 {
  font-weight: 700;
}
.width-50 {
  width: 50%;
}
.width-75 {
  width: 80%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .width-75 {
    width: 100%;
  }
}
.width-83 {
  width: 83%;
}
.width-90 {
  width: 90% !important;
}
.ignore-css {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-20-blue {
  background: url("../images/blue.jpg") no-repeat;
  background-size: 100% 20%;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.border {
  border: 1px solid #000;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0);
}
.table th,
.table td {
  padding: 0.6rem;
  vertical-align: top;
  border-top: 1px solid #e5e7eb;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e7eb;
}
.table tbody + tbody {
  border-top: 1px solid #e5e7eb;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg,
.btn-group-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.text-dark {
  color: #343a40 !important;
}
.wojo-grid > nav.menu {
  padding-bottom: 3.5px;
}
.wojo.menu > li.active a::after {
  background: var(--primary-color);
}
@media only screen and (max-width: 560px) {
  .navbar {
    position: relative;
    left: 0;
    width: auto;
    border: unset;
  }
  .wojo.menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: unset;
    flex-flow: unset;
  }
  .wojo-grid > nav.menu {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
  }
  .wojo-grid > nav.menu::-webkit-scrollbar {
    height: 0.1rem;
  }
  .wojo-grid > nav.menu::-webkit-scrollbar-thumb {
    background: var(--primary-color);
  }
  main {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.padding-0 {
  padding: 0 !important;
}
.white-unset {
  white-space: unset !important;
}
.width-i-100 {
  width: 100 !important;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-sm--blue {
  padding: 7px 15px;
  font-size: 13px;
  background-color: #2a41e8;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 4px;
}
.btn-md--blue {
  padding: 12px 20px;
  font-size: 14px;
  background-color: #2a41e8;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 4px;
}
.blue-dash {
  color: #2a41e8 !important;
}
.btn-sm--blue:hover,
.btn-md--blue:hover {
  background-color: #0000a0;
}
.p-15 {
  padding: 15px !important;
}
.mx-n-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.m-0 {
  margin: 0 !important;
}
p .my-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.outline-gray {
  outline: 0.2px solid #dee2e6;
}
.hidden-ellipsed-text {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.white-space-nowrap {
  white-space: nowrap;
}
.blue-25 {
  color: blue;
  font-size: 25px;
}
.height-130 {
  height: 130px !important;
}
.p-3 {
  padding: 3px !important;
}
.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.font-15 {
  font-size: 15px !important;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table th {
    display: none;
  }
  table tr {
    display: block;
    margin-bottom: 0;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
  }
  table td:last-child {
    border-bottom: 0;
  }
  .wojo.table th.auto-sm,
  .wojo.table td.auto-sm {
    width: auto !important;
  }
}
.freelancer-name span {
  word-break: break-word;
}
span.freelancer-detail-item.d-inline-flex.align-items-center.justify-content-center.flex-grow-1.font-size-13.border-striped.px-5.padding-bottom-2,
span.freelancer-detail-item.border-striped.px-5.padding-top-2.padding-bottom-2.font-size-13 {
  width: 100%;
}
.switch-button {
  width: 50px;
  height: 26px;
}
.switch-button:before {
  height: 22px;
  width: 22px;
}
input:checked + .switch-button:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}
.switch input {
  display: none !important;
}
.switch-container label {
  cursor: pointer;
  position: relative;
  padding-left: 60px;
  line-height: 32px;
}
.d-inline-block {
  display: inline-block;
}
.gap-30 {
  gap: 0 30px;
}
.wojo.white.buttons .button,
.wojo.white.button {
  color: #274b82;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wojo.rounded.buttons,
.wojo.rounded.button {
  border-radius: 6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .padding-30 {
    padding: 15px !important;
  }
}


/* modal css  */
.modal.show {
    display: block;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    background: rgb(0 0 0 / 50%);
    opacity: 1;
  }
  div#wrapper {
    position: relative;
    z-index: 1041;
}


body {
    /* font-family: "Roboto", sans-serif; */
/*  display: flex;*/
font-family: "Inter", sans-serif;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}






.veriff-description {
    display: none;
}

.verfication {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    position: relative;
    padding-bottom: 15px;
}
.verfication p {
    margin: 0;
}
#veriff-root{
  max-width: unset !important;
  min-width: unset !important;
}
.invoice-form .file-input__label{
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.invoice-form label .file_input__button {
      padding: 10px 12px !important;
    background: #169df5;
    height: 40px !important;
    min-width: 136px;
    width: max-content;
    margin: 0 auto !important;
    border: 0 !important;
    font-weight: bold;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    border-radius: 8px;
    font-size: 14px;
}
.invoice-form label .file_input__button svg{
  height: 18px;
}
.invoice-form .file-input__label svg.lucide-upload-top{
        width: 48px;
    height: 48px;
    color: #65758b;
}
.dashboard-container .invoice-form label .file_input__button span{
      color: #ffff;
    font-weight: 600;
}
.file-input p {
    position: absolute;
    left: 0;
    bottom: -8px;
    font-size: 11px;
    color: #999;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
}

button#invoiceOptionsDropdown {
    background: none !important;
    color: #000;
/*    border: 1px solid #e6e6e6;*/
    border-radius: 6px;
}
.table.invoice_create thead th {
    vertical-align: bottom;
    border-bottom: 0;
    font-size: 14px;
    background-color: #f3f5f780;
      border-top: 0;
}
.table.invoice_create{
  border: 1px solid #e5e7eb;
    border-radius: 10px;
    border-collapse: separate !important;
    border-spacing: 0;
      
}
.invoice-description::placeholder {font-weight: 400; color: #101828 !important; opacity: 1 !important; text-indent: 0;}
  textarea.invoice-description:focus, textarea.invoice-description {
          color: #101828;font-weight: 400;
  }

  
   
  .form-group.wojo.segment.project_lable {
          margin: 0 0 2rem;
  }
     
  .commision_side h4{
            font-size: 18px !important;
        font-weight: bold;
        color: #344054;
}
.commision_side .subtext {
           color: #0768df !important;
    opacity: 1 !important;
    background: #f0f7ff4d;
    padding: 10px !important;
    border-radius: 6px;
    font-size: 14px !important;
}
.checkbox_customize{
          gap: 10px;
        padding: 0 !important;
        display: flex;
}
.checkbox_customize .wojo.checkbox {
          padding: 10px;
          border: 1px solid #eee;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: row;
          border-radius: 10px;
          flex: 1;
}
.checkbox_customize .wojo.checkbox label{
              padding-left: 50px !important;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    line-height: normal;
    margin-bottom: 0;
}
.checkbox_customize .wojo.toggle.checkbox input[type="radio"]:checked + label:before {
          background-color: #0768df;
}
.checkbox_customize .wojo.toggle.checkbox input[type="radio"]:checked + label:after {
          transform: translate(100%, -50%);
          border: 1px solid #274b82;
}
.invoice_top{
            border-collapse: separate;
}
.invoice_top.table thead th {
          vertical-align: bottom;
             color: #0768df !important;
    opacity: 1 !important;
    background: #f0f7ff4d;
    padding: 6px 10px !important;
    border-radius: 6px;
    font-size: 14px !important;
    border: 0;
}
.invoice_create.wojo.table thead tr:first-child > th:first-child{
             border-radius: 10px 0 0 0;
}
.invoice_create.wojo.table thead th{
        background: #f5f5f5;
}
.invoice_create.wojo.table tr td{
        padding: 10px 10px !important;
}
.invoice_create.wojo.table .borderBottom{
               background-color: #fff8dc;
}
.invoice_create.wojo.table thead tr:first-child > th:last-child{
             border-radius: 0 10px 0 0 !important;
}
.wojo.form .invoice_create .wojo.input{
        border:0;
         font-size:14px;
}
.wojo.form .invoice_create .wojo.small.input input, .invoice_create .wojo.small.input input {
              background: #fff;
          border: 1px solid #e5e7eb80;
          outline: none !important;
          font-size:14px;
              box-shadow: none !important;
}
.dashboard-container .invoice_create select{
            border: 1px solid #e5e7eb80 !important;
          font-size: 14px !important;
          padding-left: 16px !important;
          padding-right: 16px !important;
}
.dashboard-container .invoice_create .select2-container--default .select2-selection--single{
        border: 1px solid #e5e7eb80;
}
.invoice_create .delete {
          color: red;
}
.invoice_create button#addItem {
             border: 2px dashed #e5e7eb;
        border-radius: 4px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto 20px;
        font-size: 14px !important;
        font-weight: 500;
        color: #2e323c !important;
        opacity: 1;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
}
.invoice_create .icon.plus.alt {
            font-size: 20px;
            margin-right: 6px !important;
}
.select_category{
           margin-bottom:2rem !important;
}
.coupon_code_section{
          color:#444;
}
.coupon_code_section button#apply_coupon_code {
    background: #0768df33;
    color: #0768df;
    padding: 0 !important;
    height: 40px;
    border-radius: 6px;
    min-width: 70px;
    font-weight: bold;
}
.coupon_code_section .wojo.positive.text {
    color: #0768df;
    border-top: 1px solid #e5e7eb !important;
}
.table td.button-pad{
    padding-left: 26px;
    padding-right: 26px;      
    border-top: 0;
}
.wojopositivebuttons{
  display: flex;
    width: 100%;
    gap: 10px;
}
.wojopositivebuttons .coupon_code{
    margin-bottom: 0 !important;
}
.coupon_code_section .wojo.positive.buttons {
    width: 100%;
}
.coupon_code_section_right .table tr td {
    padding: 5px 2px !important;
    border: 0 !important;
}
.coupon_code_section_right .wojo.basic.table{
  font-size: 16px !important;
}
/* .create_invoice .wojo.primary.button{
    background: #169DF5 !important;
    border: none;
} */
.create_invoice button#invoiceOptionsDropdown {
    background-color: #169DF5 !important;
    border: 1px solid #169DF5;
    color: #fff !important;
}
.create_invoice button#invoiceOptionsDropdown:hover {
    background-color: #0d8de6 !important;
    border: 1px solid #0d8de6;
    color: #fff !important;
}
.create_invoice .wojo.small.button{
   background-color: #f9fafb !important;
    border: 1px solid #e5e7eb;
}
.create_invoice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
  .freelancer-list-area .card{
    display: flex;
    width: auto;
    flex-direction: row;
    padding: 15px;
  }
  .freelancer-list-area .card .text-area {
   padding: 0 !important;
    align-items: center;
    justify-content: center;
}
  .freelancer-list-area .card .price-wrapper{
  position: relative;
    padding: 0;
}
.freelance-jobs .freelancer-list-area .card{
      background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border: 0;
    transform: none !important;
}
.freelance-jobs .freelancer-list-area .card .price-area .applied, 
.freelance-jobs .freelancer-list-area .card .price-area .apply-btn{
          width: auto;
        height: auto;
        font-size: 14px;
        padding: 4px 10px;
        border-radius: 6px !important;
        background: #1aa94c;
         height: 35px;
          font-weight: 400 !important;
           min-width: 120px;
               box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.freelance-jobs .freelancer-list-area .card .price-area .price-wrapper{
          position: relative;
                  padding: 0;
}
.freelance-jobs .freelancer-list-area .card {
    border-radius: 10px;
}
.freelance-jobs .freelancer-list-area .card .icon-feather-trash {
       color: #e1493b !important;
    position: relative;
    top: -1px;
}
.freelance-jobs .freelancer-list-area .card button.budget {
   background: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px !important;
    height: 35px;
    min-width: 120px;
    color: #e1493b !important;
    font-weight: 400 !important;
    border: 1px solid #e1493b !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: normal !important;
}
.freelance-jobs .freelancer-list-area .card .text-area .info-area .info-item:first-child {
    color: #1aa94c !important;
}
.freelance-jobs .freelancer-list-area .card .text-area .info-area .info-item:first-child svg path{
  fill: #1aa94c !important;
}
.freelance-jobs .freelancer-list-area .card .price-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.freelance-jobs .freelancer-list-area .card .text-area .title .headline{
  color: #4a7195;
}
.avatar-wrapper-main{
     display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.avatar-wrapper-main .avatar-wrapper{
      margin-bottom: 0;
          width: 80px;
    height: 80px;
}
.avatar-wrapper-main .avatar-text h4{
      margin-bottom: 0;
      font-size:16px;
}
.avatar-wrapper-main .avatar-text h5{
      color: #65758b;
    font-size: 14px;
    margin-bottom: 0;
}
.dashboard-box .submit-field {
    margin-bottom: 24px;
}
#register-form .avatar-wrapper{
  width: 100px;
  height: 100px;
  border-radius:50%;
  margin-left:0;
  margin-right:0;
}
#register-form .avatar-wrapper:hover{
  transform: none;
}
.social-media-inputs-username .form-group > span {
    background: transparent;
    border: 0;
    position: absolute;
    left: 0;
    z-index: 100;
    color: #0768df;
    height: 100%;
    width: 34px !important;
    font-size: 16px;
    font-weight: bold;
    top: -3px;
}
.social-media-inputs-username .form-group input{
      padding-left: 30px !important;
}
.social-media-inputs-username .form-group .form-field:last-child{
      border-radius: 6px;
}
#register-form .wojo.secondary.button {
    background: #0768df;
    color: #fff;
    border-color: #0768df;
    box-shadow: 0 10px 15px -3px rgb
#0000001a
(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 8px;
}
#register-form .wojo.secondary.button:hover {
        background-color: #065cc6;
        border-color: #065cc6;
    color: #fff !important;
}

/* New */
.payment-invoice-table .dataTables_filter{
  box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 5%);
  border: 0;
  border-radius: 8px;
  background: #fff;
  width: 100%;
}
.payment-invoice-table .dataTables_filter label{
  width: 100%;
  margin-bottom: 0;
  position: relative;
  max-width: 470px;
}
.payment-invoice-table .dataTables_filter label input{
  border-radius: 6px !important;
  height: 44px !important;
  width: 100% !important;
  color: #101828  !important;
    position: relative;
  background: #fff !important;
  padding-left: 38px;
}
.payment-invoice-table .dataTables_filter label::after{
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("https://i.ibb.co/kk6Tj1y/search.png") no-repeat center center;
  background-size: contain;
}
/* .payment-invoice-table .dataTable tr th{
  width: auto !important;
} */
.payment-invoice-table .dataTable tr th.sorting::after,
.payment-invoice-table .dataTable tr th.sorting::before{
  display: none;
}
.payment-invoice-table .pagination .page-item .page-link {
    color: #020817 !important;
}
.payment-invoice-table .pagination .page-item.active .page-link {
    color: #fff !important;
}
.payment-invoice-table .pagination .page-item.disabled .page-link {
    opacity: 0.5;
}
.payment-invoice-table .pagination .page-item.active .page-link:hover {
    color: #0768df !important;
}
.invoice-table-wrp.payment-invoice-table .dataTables_filter label{
  max-width: 100%;
}
.invoice-table-wrp.payment-invoice-table .dataTables_filter label input{
  background: #f9fafb !important;
}
.invoice-table-wrp.payment-invoice-table .dataTable thead tr th {
    color: #65758b;
    background: transparent !important;
}
.reference{
  color: #65758b;
}
.dashboard-box .headline.kyc_headline h3{
  position: relative;
  left: -5px;
}
.dashboard-box .headline.kyc_headline h3 svg {
    width: 100px !important;
    height: auto !important;
}
.invoice-table-wrp.payment-invoice-table .dataTable {
  border: 0 !important;
}

.invoice-table-wrp.payment-invoice-table .dataTables_scroll {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px;
}
.profile-new-form-wrp .info-area .badge {
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
}
.profile-new-form-wrp .progress-dots-wrapper .progress{
  background-color: #e5f0f8;
  height: 6px;
  overflow: inherit;
  border-radius: 4px 4px 0 0;
}
/* .profile-new-form-wrp .progress-dots-wrapper .progress .slick-dots li button::before{display: none;} */
.profile-new-form-wrp .slick-slider-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 100px;
}

.profile-new-form-wrp .slick-slider-dots li:after{
  display: none;
}
.profile-new-form-wrp .slick-slider-dots li {
    width: 18px;
    height: 18px;
}
.profile-new-form-wrp .slick-slider-dots .slick-active {
    background-color: #124c80;
}

/* .profile-new-form-wrp .progress .slick-dots{display: none !important;} */
.profile-new-form-wrp .customer-profile-slider .info-area {
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}
.profile-new-form-wrp .customer-profile-slider .info-area p {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    text-align: left;
}
.profile-new-form-wrp .bootstrap-select>.dropdown-toggle:after {
    display: none;
}
.profile-new-form-wrp .customer-nav-btn {
    justify-content: space-between;
    padding-right: 0;
    height: auto;
    margin: 20px 0 0 0;
}
.profile-new-form-wrp .agreement-box {
    padding: 20px;
    max-height: 500px;
    overflow: auto;
    margin: 0;
    background: #e1eef8;
    border-radius: 10px;
    color: #0e0d12;
    overflow-x: hidden;
}
.profile-new-form-wrp .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #124c80;
    border: 0;
    color: #fff;
    border-radius: 100px;
}
.profile-new-form-wrp .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 0;
    color: #fff;
    padding: 0 6px;
    left: 2px;
    top: 0;
    height: 100%;
}
.profile-new-form-wrp .avatar-wrapper {
    border-radius: 100px;
    margin: 0 0 25px;
}
.profile-new-form-wrp .avatar-wrapper .profile-pic {
    border-radius: 100px;
}
.profile-new-form-wrp .progress-dots-wrapper {
    padding: 0;
}


@media screen and (max-width: 575px) {
.dashboard-box .headline.kyc_headline h3 {
    flex-direction: column;
    align-items: flex-start !important;
}
.profile-new-form-wrp .agreement-box {
        padding: 15px !important;
    }
}
    .quick-action {
      background: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #111111;
    max-width: 100%;
    margin: auto;
    width: 100%;
    }

    .quick-action-header {
      padding: 1.5rem;
    }

    .quick-action-header h3 {
      font-size: 1.125rem;
      font-weight: 600;
      margin: 0;
      color: #111111;
    }

    .quick-action-header p {
      font-size: 0.875rem;
      color: #666666;
      margin-top: 0.25rem;
    }

    .quick-action-body {
      padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .quick-action .actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    @media (min-width: 768px) {
      .quick-action .actions {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .quick-action .action-btn {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.75rem 1rem;
      font-size: 0.875rem;
      font-weight: 500;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 8px;
       background: #f9f9f9;
      color: #111111;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      height: 48px;
    }

    .quick-action .action-btn svg {
      width: 20px;
      height: 20px;
      color: #2563eb; /* blue */
      flex-shrink: 0;
    }

    .quick-action .action-btn:hover {
      background: #f1f5f9; /* light gray */
      color: #2563eb;
    }

    .quick-action .action-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }
    .dashboard-content-inner #sw-rh-widget .beukTP {
    max-width: 100%;
}
.wojo.modal .dialog > .content > .header.wojo-header-custom {
    padding: 1rem 1.5rem;
        position: relative;
}
.wojo.modal .dialog > .content > .header.wojo-header-custom h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.wojo.modal .dialog > .content > .header.wojo-header-custom >button {
   top: 50%;
    right: 24px;
    width: 26px !important;
    height: 25px !important;
    font-size: 14px !important;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background: transparent !important;
    color: #000 !important;
      border-radius: 4px !important;
}
.wojo.modal .dialog > .content > .header.wojo-header-custom >button .icon {
    width: max-content;
    font-size: 15px;
}
.wojo.modal .dialog > .content > .header.wojo-header-custom >button:hover{
      color: #0768df !important;
    background: #f0f7ff !important;
    border-radius: 4px !important;
}
.wojo.modal .dialog > .content > .wojo-body-custom + script + .footer > button{
        flex: 1;
        box-sizing: border-box;
}
#bank-transfer-flow h3.mb-3 {
    font-size: 20px;
}
#bank-transfer-flow .form-group-field-example {
    display: flex;
    flex-direction: column;
    border: 0 !important;
}
#bank-transfer-flow .form-fields label {
    font-size: 14px;
    font-weight: 500;
}
.wojo.small.form #bank-transfer-flow select:not(.hideselect){
      padding: 9px 1.5rem 9px 9px;
    width: 100%;
    display: flex;
    max-width: 100%;
}
.footer button.wojo.small.simple.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* gap-2 */
  white-space: nowrap;
  border-radius: 0.375rem; /* rounded-md */
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  padding: 0.5rem 1rem; /* py-2 px-4 */
  border: 1px solid #e5e7eb; /* border-input (gray-200) */
  background-color: #ffffff; /* bg-background */
  color: #111827; /* default text */
      height: 40px;
    padding: 0;
}

/* Hover */
.footer button.wojo.small.simple.buttonn:hover {
  background-color: #f3f4f6; /* hover:bg-accent */
  color: #111827; /* hover:text-accent-foreground */
}
table.dataTable>tbody>tr:last-child .action-dots .dropdown, 
table.dataTable > tbody > tr:nth-last-child(2) .action-dots .dropdown, 
table.dataTable > tbody > tr:nth-last-child(3) .action-dots .dropdown  {
    top: inherit !important;
    bottom: 63px;
}
table.dataTable > tbody > tr .wojo.dropdown .pointer{
  opacity: 0;
}


.announcement-bar {
 background-color: #1e293b;
    color: white;
    padding: 0.50rem 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: calc(100% - 256px);
    margin-left: 256px;
}

.announcement-bar .contentui {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem; 
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.announcement-bar .contentui .icon {
  height: 1rem; /* h-4 */
  width: 1rem;  /* w-4 */
  flex-shrink: 0;
}

.announcement-bar .contentui .text-contentui {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* gap-2 */
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
}

.announcement-bar .contentui .highlight {
  /* no special styles, but separated for clarity */
}

.announcement-bar .contentui .additional-info {
  display: none;
}

@media (min-width: 640px) {
  /* sm breakpoint */
  .announcement-bar .contentui .additional-info {
    display: inline;
  }
}

.announcement-bar .contentui .learn-more {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600; /* font-semibold */
  transition: all 0.3s ease;
  color: inherit;
  margin-left: 0.25rem;
}

.announcement-bar .contentui .learn-more:hover {
  text-decoration: none;
}

.announcement-bar .contentui .close-btn {
  margin-left: auto;
  padding: 0.25rem;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 0.375rem; /* rounded-md */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.announcement-bar .contentui .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #facc15; /* a yellow-ish accent color */
}

.announcement-bar .contentui .close-icon {
  height: 1rem;
  width: 1rem;
  pointer-events: none;
}
