* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-break: break-word;
}

main {
  min-height: 70vh;
}

@font-face {
  font-family: "inter";
  src: url("https://demo.aibicenter.com/fonts/InterFont/Inter Medium.otf");
  src: url("https://demo.aibicenter.com/fonts/InterFont/Inter-Regular.ttf");
}
@font-face {
  font-family: "poppins";
  src: url("https://demo.aibicenter.com/fonts/Poppins/PoppinsLatin-Regular.otf");
  src: url("https://demo.aibicenter.com/fonts/Poppins/PoppinsLatin-Regular.ttf");
}
@font-face {
  font-family: "iranyekan";
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 03 Light.eot");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 03 Light.ttf");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 03 Light.woff");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 04 Regular.eot");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 04 Regular.ttf");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 04 Regular.woff");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 06 Bold.eot");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 06 Bold.ttf");
  src: url("https://demo.aibicenter.com/YekanBakh/Fa/Yekan Bakh Fa 06 Bold.woff");
}
/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 300;
  src: url("https://demo.aibicenter.com/fonts/material/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2");
  src: url("https://demo.aibicenter.com/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc (1).woff2") format("woff2");
}
body {
  font-family: "poppins", "iranyekan";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

section {
  margin: 4rem 0;
}

.bg_primary {
  background-color: #E6EFFD;
}

.bg_secondary {
  background-color: #FFE5C9;
}

.bg_dusty {
  background-color: rgba(251, 226, 218, 0.6980392157);
}

.bg_light_blue {
  background-image: linear-gradient(#4282ff, #e36df6 112%);
  background-image: -webkit-linear-gradient(#4282ff, #e36df6 112%);
}

.card2.bg_light_blue {
  color: #f6fffc;
  background-image: linear-gradient(to right, #1B5EE2, #AE1BE2);
  background-image: -webkit-linear-gradient(to right, #1B5EE2, #AE1BE2);
}

.text-dark {
  color: #191919;
}

.primary-button {
  background: #EE870E;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
  border: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .primary-button {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}

.primary-button.inactive {
  background: transparent;
  color: #EE870E;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
  border: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  box-shadow: none;
}
@media screen and (max-width: 576px) {
  .primary-button.inactive {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}

.primary-button-outline {
  background: #EE870E;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
  border: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: transparent;
  color: #EE870E;
  border: 0.15rem solid #EE870E;
}
@media screen and (max-width: 576px) {
  .primary-button-outline {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  .primary-button-outline {
    border: 0.8rem solid #EE870E !important;
  }
}

.secondary-button {
  background: linear-gradient(to right, #2101E9, #9527D7);
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
  border: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .secondary-button {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}

.secondary-button-outline {
  background: linear-gradient(to right, #2101E9, #9527D7);
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
  border: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: transparent;
  color: linear-gradient(to right, #2101E9, #9527D7);
  border: 0.15rem solid linear-gradient(to right, #2101E9, #9527D7);
}
@media screen and (max-width: 576px) {
  .secondary-button-outline {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  .secondary-button-outline {
    border: 0.09rem solid linear-gradient(to right, #2101E9, #9527D7) !important;
  }
}

.grayscale-button {
  background: #ADB0C6;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
  border: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .grayscale-button {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}

.grayscale-button-outline {
  background: #ADB0C6;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
  border: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: transparent;
  color: #ADB0C6;
  border: 0.15rem solid #ADB0C6;
}
@media screen and (max-width: 576px) {
  .grayscale-button-outline {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}

.buttons-group {
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
}

.filter-buttons {
  max-width: 30rem;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #FFF;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #12858C;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
}

.swiper {
  height: 100%;
  padding: 2rem !important;
}
.swiper .swiper-wrapper {
  width: 100% !important;
  background-color: transparent;
}
.swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mycard {
  width: 10rem;
  height: 9rem;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.mycard p {
  font-size: 16px;
  color: #425066;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.searchCard {
  max-width: 41.25rem !important;
  background: #FFE5C9;
  padding: 0.5rem;
  border-radius: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
.searchCard .search {
  display: flex;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0px 9.325px 31.084px 0px rgba(0, 44, 109, 0.04);
  padding: 1rem;
  border-radius: 20px;
  width: 100%;
  margin: 1rem auto;
  justify-content: space-between;
}
.searchCard .search .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-shrink: 1;
  flex-grow: 1;
  align-items: center;
}
.searchCard .search .inputs .sub-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
}
.searchCard .search .inputs .sub-input input {
  border: none;
  outline: none;
  width: 100%;
}
.searchCard .search .inputs .sub-input span {
  color: #0066FF;
  cursor: pointer;
  font-weight: 100;
}
.searchCard .search button {
  min-width: 7.25rem;
}
.searchCard .texts {
  max-width: 573px;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.searchCard .texts h4 {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.searchCard .color {
  background: linear-gradient(90deg, #EE870E, #FFE5C9);
  width: 100%;
  height: 7rem;
  border-radius: 20px;
}

.job-search {
  background-color: #E6EFFD;
}
.job-search .color {
  background: linear-gradient(90deg, #005BE4, #E6EFFD);
}

.card1 {
  max-width: 26rem;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-color: transparent;
  padding: 2rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
.card1 .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 2rem;
}
.card1 .header button {
  background-color: transparent;
  border: none;
  text-align: center !important;
  line-height: 0rem;
  padding: 0;
}
.card1 .header button img {
  color: linear-gradient(to right, #2101E9, #9527D7);
}
.card1 .header .img {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card1 .header .img .image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(226, 204, 242, 0.5019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.card1 .header .img .name p {
  margin: 0;
}
.card1 .header .img .name P:last-child {
  font-size: 12px;
}
.card1 .header .img .name P:last-child i {
  color: #FFA000;
}
.card1 .header .img .name span {
  color: rgba(238, 135, 14, 0.6);
  font-size: 20px;
}
.card1 .header button span {
  color: #337CE9;
}
.card1 .body {
  margin-top: 1rem;
}
.card1 .body h4 {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card1 .body .conditions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.card1 .body .conditions p {
  font-size: 12px;
}
.card1 .body .conditions p i {
  color: #FFA000;
  background-color: #FFA000;
  font-size: 5px;
  margin-right: 0.2rem;
}
.card1 .body .calendar {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card1 .body .calendar p {
  font-size: 12px;
}
.card1 .body .calendar p i {
  color: #12858C;
}
.card1 .body .calendar button {
  padding: 0;
  border-radius: 10px;
  font-size: 12px;
  width: 8rem;
  height: 2.4rem;
}

.card3 {
  box-shadow: 0px 10.163px 67.755px 0px rgba(0, 44, 109, 0.05);
  padding: 1.5rem;
  border-radius: 20px;
  max-width: 25rem;
}
.card3 p {
  font-size: 14px;
  color: #464D61;
  margin: 2rem 0 3rem 0;
  min-height: 6.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.card3 .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card3 .footer .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card3 .footer .user p {
  margin: 0;
  min-height: fit-content !important;
}

.card4 {
  background-color: #FFF;
  box-shadow: 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.02), 0px 2.052px 5.131px 1.026px rgba(50, 71, 92, 0.04), 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.06);
  max-width: 24.5rem;
  min-width: 18.5rem;
  border-radius: 10px;
  padding: 3rem 2rem;
  position: relative;
  margin: 1rem auto;
}
.card4 .workprice {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #005BE4;
}
.card4 .time {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: #9527D7;
  font-size: 12px;
}
.card4 .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card4 .image img {
  border: 2px solid #005BE4;
  box-shadow: 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.02), 0px 2.052px 5.131px 1.026px rgba(50, 71, 92, 0.04), 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.06);
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
}
.card4 .body {
  margin-top: 2rem;
}
.card4 .body h4 {
  font-weight: 600;
  font-size: 20px;
}
.card4 .body .tilte {
  background: linear-gradient(90deg, #337ce9 3.02%, #ae1be2 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 18px;
}
.card4 .body span {
  cursor: pointer;
  color: #337CE9;
}
.card4 .body p {
  font-size: 12px;
  color: #3E4151;
}
.card4 .footer {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 1.2rem;
  min-height: 7rem;
  align-content: center;
}
.card4 .footer p {
  font-size: 12px;
  font-weight: 500;
  color: #3E4151;
  background-color: #E6EFFD;
  border-radius: 10px;
  text-align: center;
  padding: 0.4rem 0.5rem;
}
.card4 .footer p:last-child {
  background-color: #FEF9F3;
}
.card4 .secondary-button-outline {
  margin: 1rem auto 0 auto;
  display: block;
  text-align: center;
  transition: 300ms;
}
.card4 .secondary-button-outline:hover {
  background-color: #0066FF;
  transition: 300ms;
  color: white;
}

.card-jobseeker .card {
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.02), 0px 2.052px 5.131px 1.026px rgba(50, 71, 92, 0.04), 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.06);
}
.card-jobseeker .workprice {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #005BE4;
}
.card-jobseeker .time {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: #9527D7;
  font-size: 12px;
}
.card-jobseeker .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-jobseeker .image img {
  border: 2px solid #005BE4;
  box-shadow: 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.02), 0px 2.052px 5.131px 1.026px rgba(50, 71, 92, 0.04), 0px 1.026px 3.078px 2.052px rgba(50, 71, 92, 0.06);
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
}
.card-jobseeker .body {
  margin-top: 2rem;
}
.card-jobseeker .body h4 {
  font-weight: 600;
  font-size: 20px;
}
.card-jobseeker .body .tilte {
  background: linear-gradient(90deg, #337ce9 3.02%, #ae1be2 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 18px;
}
.card-jobseeker .body span {
  cursor: pointer;
  color: #337CE9;
}
.card-jobseeker .body p {
  font-size: 12px;
  color: #3E4151;
}
.card-jobseeker .footer {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 1.2rem;
  min-height: 7rem;
  align-content: center;
}
.card-jobseeker .footer p {
  font-size: 12px;
  font-weight: 500;
  color: #3E4151;
  background-color: #E6EFFD;
  border-radius: 10px;
  text-align: center;
  padding: 0.4rem 0.5rem;
}
.card-jobseeker .footer p:last-child {
  background-color: #FEF9F3;
}
.card-jobseeker .secondary-button-outline {
  margin: 1rem auto 0 auto;
  display: block;
  text-align: center;
  transition: 300ms;
}
.card-jobseeker .secondary-button-outline:hover {
  background-color: #0066FF;
  transition: 300ms;
  color: white;
}

.static-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  border-radius: 10px;
  padding: 1rem;
}
.static-card .image {
  background-color: #F2F7FD;
  border-radius: 10px;
  padding: 1rem;
  transition: inherit;
}
.static-card p {
  margin: 0;
}
.static-card .count {
  font-size: 24px;
  font-weight: 600;
}
.static-card .name {
  font-size: 16px;
  font-weight: 500;
  color: #767F8C;
}

.static-card:hover {
  box-shadow: 0px 12.111px 48.444px 0px rgba(0, 44, 109, 0.1);
}

.static-card:hover .image {
  background-color: #337CE9;
}

.expert-knowledge-card {
  box-shadow: 0px 5.824px 11.647px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem 2rem 3rem 1rem;
}
.expert-knowledge-card .header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.expert-knowledge-card .header .text h4,
.expert-knowledge-card .header .text p {
  margin: 0;
}
.expert-knowledge-card .header .text h4 {
  color: #425066;
  font-weight: 500;
  font-size: 16px;
}
.expert-knowledge-card .header .text p {
  color: #1aa260;
  font-weight: 500;
  font-size: 16px;
}
.expert-knowledge-card .header .text p::after {
  content: "per hr";
  color: #ADB0C6;
  margin-left: 0.5rem;
  font-size: 14px;
}
.expert-knowledge-card .header .image img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
}
.expert-knowledge-card .body .my-progress {
  width: 100%;
  height: 1rem;
  border-radius: 50px;
  background-color: transparent;
  margin: 1.5rem 0;
}
.expert-knowledge-card .body .my-progress .progress-bar {
  background-color: #e9e9e9;
  border-radius: 50px;
  height: 100%;
  width: calc(var(--i) * 1%);
  margin: 0;
}
.expert-knowledge-card .footer {
  display: flex;
  gap: 1rem;
  background-color: transparent;
  justify-content: start;
  flex-wrap: wrap;
}
.expert-knowledge-card .footer span {
  font-weight: 400;
  font-size: 13px;
  background-color: #e9e9e9;
  border-radius: 10px;
  padding: 0.3rem;
}

.job-seeker-card {
  min-height: 161px;
  padding: 1rem;
  border-radius: 20px;
  border: 0.7px solid #005BE4;
  background: -weebkit-radial-gradient(farthest-side at 0% 0%, rgba(36, 153, 238, 0.0901960784), #fef8ff);
  background: radial-gradient(farthest-side at 0% 0%, rgba(36, 153, 238, 0.0901960784), #fef8ff);
  transition: all 300ms ease-in-out;
  box-sizing: content-box;
  cursor: pointer;
}
.job-seeker-card .header {
  position: relative;
  padding: 1rem 0;
}
.job-seeker-card .header .image {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #FFF;
  line-height: 3.25rem;
  text-align: center;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}
.job-seeker-card .header .arrow {
  position: absolute;
  background: url("../images/Arrows.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  right: -60%;
}
.job-seeker-card .header .arrow.even {
  top: -35%;
}
.job-seeker-card .header .arrow.odd {
  transform: scaleY(-1);
}
.job-seeker-card .body h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.job-seeker-card .body p {
  color: #767f8c;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.job-seeker-card:hover {
  background: #FFF;
  box-shadow: inset 0 0 3px 0 #005BE4;
}

.job-seeker-card:hover .image {
  background-color: #669DEF;
}

.news-card .header {
  margin-bottom: 2rem;
}
.news-card .header img {
  width: 100%;
  height: 14.5rem;
  border-radius: 20px;
  object-fit: cover;
}
.news-card .body .date-name {
  font-size: 14px;
  color: #9527D7;
  font-weight: 600;
}
.news-card .body .summery {
  color: #ADB0C6;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card .body .labels {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.news-card .body .labels span {
  color: #005BE4;
  font-size: 13.5px;
  font-weight: 500;
  background-color: #FDF2FA;
  padding: 0.2rem 0.5rem;
  border-radius: 30px;
}

.news-card.flexed {
  display: flex !important;
  gap: 1rem !important;
}
.news-card.flexed .body .summery {
  -webkit-line-clamp: 3;
}
.news-card.flexed .body img {
  display: none;
}

.small-card {
  width: 7.4rem;
  padding: 0.1rem;
}
.small-card img {
  width: 100%;
}
.small-card p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  white-space: normal;
}

.desktop-card {
  border-radius: 10px;
  padding-bottom: 1.5rem;
}
.desktop-card .header {
  margin-bottom: 1rem;
}
.desktop-card .header .image {
  width: 100%;
}
.desktop-card .header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.desktop-card .body {
  padding: 0.7rem;
}
.desktop-card .body h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.desktop-card .body p {
  height: 10.5rem;
  font-weight: 300;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.desktop-card .footer {
  background-color: transparent;
}
.desktop-card .footer a {
  margin: 0 auto;
  display: block;
  width: 70%;
  text-align: center;
}

.company-card {
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 0.3rem 0.1rem #E6EFFD;
  background-color: #F2F7FD;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.company-card .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-card .image img {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 20px;
}
.company-card h4 {
  font-weight: 700;
  font-size: 20px;
  color: #191919;
  text-align: center;
}
.company-card p {
  font-size: 18px;
  font-weight: 600;
  color: #669DEF;
  text-align: center;
}
.company-card p::after {
  content: " Jobs";
}

#site-field .row .field:nth-child(1) .desktop-card {
  background-color: #E3FDFF;
}

#site-field .row .field:nth-child(2) .desktop-card {
  background-color: #FBE2DA;
}

#site-field .row .field:nth-child(3) .desktop-card {
  background-color: #E8F3F4;
}

#site-field .row .field:nth-child(4) .desktop-card {
  background-color: #FFE5C9;
}

.aboutus-card {
  text-align: center;
  max-width: 21.25rem;
  margin: 0.5rem auto;
  display: flex;
  flex-direction: column;
}
.aboutus-card .image {
  width: 100%;
  height: 12.5rem;
}
.aboutus-card .text h4 {
  font-weight: 700;
  font-size: 24px;
  color: #37005F;
}
.aboutus-card .text p {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.banner-aboutus {
  background-color: #EDF3FF;
  width: 100%;
  border-radius: 10px;
}
.banner-aboutus .main-image img {
  width: 100%;
}
.banner-aboutus .tilte {
  font-weight: 600;
  font-size: 24px;
  color: #002D59;
}
.banner-aboutus .text {
  font-weight: 500;
  font-size: 18px;
  color: #002D59;
}
.banner-aboutus .banner-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.banner-aboutus .banner-item .image {
  width: fit-content !important;
}
.banner-aboutus .banner-item .image img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: fill;
}

.resume-banner {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFE5C9;
  border-radius: 10px;
  padding: 2rem;
}
.resume-banner .image img {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
}
.resume-banner .body .text {
  max-width: 43.75rem;
}
.resume-banner .links p {
  color: #337CE9;
  font-weight: 700;
  font-size: 18px;
}
.resume-banner .links ul {
  padding: 0;
}
.resume-banner .links ul li {
  margin-bottom: 0.5rem;
}
.resume-banner .links ul li a {
  color: #020406;
}
.login,
.bg-image {
  min-height: 100vh;
}

.login .sticky-img {
  top: -29%;
  left: 50%;
}

.login .sticky-img, .last-sticky-img {
  z-index: -1;
}

.policy {
  font-size: 0.94rem;
}

@media screen and (max-width: 768px) {
  .login .sticky-img {
    top: -32%;
    left: 40%;
    transform: rotate(45deg);
  }
  .login .last-sticky-img {
    bottom: -16%;
    right: 85%;
    transform: rotate(37deg);
  }
}
.login .container {
  min-height: 85vh;
}

.bg-image {
  background-image: url("../image/Section.png");
  background-size: cover;
  background-position: center center;
  border-start-end-radius: 3.5rem;
  border-end-end-radius: 3.5rem;
}

.input-group {
  margin-top: 1rem;
  width: 100% !important;
}
.input-group label {
  display: block;
  width: 100%;
  font-size: 14px;
  color: black;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.input-group select,
.input-group input {
  width: 100%;
  border-radius: 5px !important;
  border: none;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 9px 1rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #494949;
}
.input-group input[type=radio] {
  width: 1rem !important;
  height: 1rem !important;
  display: block !important;
  border: 2px solid #191919 !important;
  margin-bottom: 0.2rem;
}
.input-group input[type=radio]:checked,
.input-group + label::before input[type=radio]:not(:checked) + label::before {
  border-color: rgba(0, 0, 0, 0.25) !important;
}
.input-group input[type=radio]:checked::before {
  background-color: #419DA3;
}
.input-group option {
  color: rgba(0, 0, 0, 0.5);
}
.input-group .radio {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.input-group .radio p {
  margin: 0;
  font-size: 14px;
}

form .mb-3 {
  height: 70px;
}
form .mb-3 .form-label {
  width: 30px;
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
form .mb-3 .form-control {
  border-radius: 10px;
  border: 1px solid #d0d5dd;
  padding: 10px 14px;
}
form .mb-3 .form-select {
  width: 225px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 10px 14px;
}

.container-fluid .row .logo img {
  margin-top: 87px;
  margin-bottom: 50px;
}
.container-fluid .login-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-fluid .login-form .login-content {
  width: 360px;
}
.container-fluid .login-form .login-content .login {
  width: 360px;
}
.container-fluid .login-form .login-content .login .title h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #101828;
}
.container-fluid .login-form .login-content .login .title .p {
  font-size: 16px;
  font-style: normal;
  color: #475467;
  font-weight: 400;
  line-height: 24px;
}
.container-fluid .login-form .login-content .text {
  width: 360px;
}
.container-fluid .login-form .login-content .text form .mb-3 .form-control {
  width: 360px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.container-fluid .login-form .login-content .text .forget {
  width: 360px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.container-fluid .login-form .login-content .text .forget button {
  border: none;
  background-color: #fff;
}
.container-fluid .login-form .login-content .text .forget button a {
  color: #337ce9;
}
.container-fluid .login-form .login-content .text .forget a {
  color: #7f56d9;
}
.container-fluid .login-form .login-content .text .sigin {
  width: 360px;
}
.container-fluid .login-form .login-content .text .sigin button {
  height: 44px;
  background-color: #337ce9;
  color: #fff;
}
.container-fluid .login-form .login-content .text .sigin button .text {
  color: #344054;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
}
.container-fluid .login-form .login-content .text .sigin .google {
  background-color: #fff;
}
.container-fluid .img-bg {
  height: 100vh;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.menu .header {
  margin-bottom: 2rem;
}
.menu .header .logo {
  text-align: center;
  border-bottom: 1px solid #EAEEF3;
  height: fit-content;
  margin-bottom: 2rem;
}
.menu .header .logo img {
  margin: 2rem 0 !important;
}
.menu .header .user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu .header .user .image {
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #669DEF;
  width: 92px;
  height: 92px;
}
.menu .header .user .image img {
  width: 100%;
}
.menu .header .user .image .decoration {
  position: absolute;
  background-color: #E8F3F4;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  right: 6rem;
  top: calc(50% - 25px);
  border: 1px solid #669DEF;
}
.menu .header .user .image .decoration::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #71DD37;
}
.menu .header .user p {
  font-size: 16px;
  font-weight: 700;
  margin: 1rem 0;
}
.menu .body ul li {
  border-radius: 10px;
  height: 3.5rem;
  line-height: 3.5rem;
  max-width: 20rem;
  margin-bottom: 1rem;
  transition: all 300ms ease-in-out;
}
.menu .body ul li a {
  display: flex;
  gap: 0 1rem;
  align-items: center;
  transition: all 300ms ease-in-out;
}
.menu .body ul li a .icon {
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 3.5px 4px 0px rgba(0, 0, 0, 0.08);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-left: 1.5rem;
  transition: all 300ms ease-in-out;
}
.menu .body ul li a .icon i {
  color: #005BE4;
  transition: all 300ms ease-in-out;
}
.menu .body ul li a p {
  color: #3E4151;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
.menu .body ul li:hover {
  box-shadow: 0px 3.5px 5.5px 0px rgba(0, 0, 0, 0.08);
}
.menu .body ul li:hover a .icon {
  filter: drop-shadow(8px 8px 16px rgba(0, 15, 47, 0.03));
}

.activate {
  box-shadow: 0px 3.5px 5.5px 0px rgba(0, 0, 0, 0.04);
  background: var(--Grayscale-White, #fff);
}
.activate .icon {
  background-color: #f2f7fd !important;
  box-shadow: 8px 8px 16px 0px rgba(10, 102, 194, 0.1) !important;
}

.menu-button {
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 3.5px 4px 0px rgba(0, 0, 0, 0.08);
  color: #0d6efd;
  transition: all 300ms ease-in-out;
  padding: 0 !important;
}
.menu-button i {
  font-size: 22px;
}

.menu-button:hover {
  filter: drop-shadow(8px 8px 16px rgba(0, 15, 47, 0.1));
  color: #0c53be;
}

.progress {
  margin: 3rem 0;
  height: fit-content;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
.progress .sub-progress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.progress .sub-progress .circle-progress {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #E3CFFC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress .sub-progress .circle-progress p {
  color: #FFF;
  margin: 0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.progress .sub-progress .line-progress {
  width: 4rem;
  height: 0.2rem;
  border-radius: 50px;
  background-color: #E3CFFC;
  background-image: linear-gradient(to right, blue, purple);
  background-image: -webkit-linear-gradient(to right, blue, purple);
}
.progress .sub-progress.done .circle-progress {
  background-color: #F19F3E;
  border: none;
}
.progress .sub-progress.done .line-progress {
  background-color: #F19F3E;
}

@media screen and (max-width: 410px) {
  .line-progress {
    width: 2rem !important;
  }
  .circle-progress {
    width: 3rem !important;
    height: 3rem !important;
  }
}
header {
  font-family: "inter";
  background-color: white;
  box-shadow: 0 0 7px silver;
}

.navbar-toggler {
  border: unset;
}

.btn-login {
  width: 81px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #ADB0C6;
  padding: 8px 20px;
  gap: 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #3E4151;
  background-color: #ffffff;
  margin-right: 12px;
}

.btn {
  padding: 0;
}

.btn-sign {
  width: 91px;
  height: 36px;
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.language-select {
  width: 40px;
  height: 20px;
  font-size: 14px;
}
.language-select .button-language-select {
  width: 40px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #3E4151;
  line-height: 20px;
}
.language-select .dropdown-menu {
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: #3E4151;
}

.menu-item {
  font-size: 14px;
  font-weight: 500;
  color: #3E4151;
}

footer {
  background: linear-gradient(to right, #01002a, #190060);
  background: -webkit-linear-gradient(to right, #01002a, #190060);
  font-family: Inter;
}
footer .head {
  text-align: center;
}
footer p,
footer h2,
footer label {
  color: #d9d9d9;
}
footer li a {
  font-weight: 600;
  font-size: 1rem;
  color: #d9d9d9;
}
footer h2 {
  font-weight: bold;
}
footer label {
  display: block;
}
footer input {
  width: 80%;
  border: 1px solid #ADB0C6;
  border-radius: 10px;
  padding: 10px 14px;
}
footer button {
  padding: 12px 8px 5px !important;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  footer .container .row div:nth-child(2) {
    order: 2;
  }
  footer .container .row div:nth-child(2) ul {
    display: flex;
    width: 100%;
    justify-content: start;
    padding: 0;
    margin-bottom: 0;
  }
  footer .container .row div:nth-child(2) ul li {
    margin: 0 8px;
  }
  footer .container .row div:last-child {
    order: 3;
  }
  footer img {
    position: relative;
    left: calc(50% - 46px);
    bottom: 14px;
  }
  footer .head {
    text-align: start;
  }
  footer .buttons-group {
    justify-content: center;
    gap: 0.5rem;
    margin-left: 0;
  }
  footer .buttons-group button {
    font-size: 0.8rem !important;
  }
  footer .mt-sm-link {
    margin-top: 123px;
  }
  footer .sm-d-none {
    display: none !important;
  }
}
.filter-sidebar {
  background-color: #F2F7FD;
  border: 1px solid #CCDEFA;
  border-radius: 5px;
  padding: 1.4rem;
}
.filter-sidebar .filter-title {
  display: flex;
  justify-content: space-between;
}
.filter-sidebar .filter-title .clear {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.filter-sidebar .filter-title .sidebar-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.filter-sidebar h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.filter-sidebar .sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.filter-sidebar .sidebar .mg-0 {
  margin-bottom: 0 !important;
}
.filter-sidebar .sidebar .mg-0 .w-input {
  width: 254px;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .w-input {
  width: 254px;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .btn-group .btn {
  --bs-btn-bg: #ffffff;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .btn-group .btn-outline-primary {
  --bs-btn-active-bg:#669DEF;
  --bs-btn-active-color:#005BE4;
  --bs-btn-active-border-color: #669DEF;
  --bs-btn-color:#3E4151;
  --bs-btn-border-color:#fff;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .btn-group label {
  border-radius: 0;
  padding: 8px;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .btn-group .Hourly {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .btn-group .Yearly {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .sidebar-price {
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
}
.filter-sidebar .sidebar .sidebar-skill .sidebar-salary .sidebar-price .radio input {
  width: 19px;
  height: 19px;
}
.filter-sidebar .sidebar .skill-item .alert-dark {
  --bs-alert-border-color: 1px solid #ADB0C6;
}
.filter-sidebar .sidebar .skill-item .close-button {
  font-size: 12px;
  width: max-content;
  background-color: #E6EFFD !important;
  height: 27px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.filter-sidebar .sidebar .skill-item .close-button a {
  font-size: 12px;
}
.filter-sidebar .sidebar .skill-item .btn-close {
  --bs-btn-close-focus-shadow:0;
  top: -10px;
}
.filter-sidebar .sidebar .skill-item .alert-dismissible {
  padding-left: 2rem;
}
.filter-sidebar .sidebar-location .sidebar-price .sidebar-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.filter-sidebar .mb-3 .sidebar-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.filter-sidebar .mb-3 .w-input {
  width: 254px;
}

.container-fluid .row .login-form .sing-content {
  width: 477px;
}
.container-fluid .row .login-form .sing-content .text-sing .form-label {
  width: max-content;
}
.container-fluid .row .login-form .sing-content .text-sing .form-check .form-check-input {
  float: none;
}
.container-fluid .row .login-form .sing-content .text-sing .sigin .create-account {
  box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.3);
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-radius: unset;
  border-radius: 8px;
}

.cardlist-job {
  border: 1px solid #EAEEF3;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
.cardlist-job .image img {
  border: 1px solid #419DA3;
  border-radius: 4px;
}
.cardlist-job .cardlist-title h6 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.cardlist-job .cardlist-title p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.cardlist-job .cardlist-link {
  width: max-content;
}
.cardlist-job .cardlist-link a {
  color: #3E4151;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cardlist-job .btn-apply {
  border: 1px solid #EAEEF3;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  height: fit-content;
}
.cardlist-job .btn-apply .btn {
  border: none;
}
.cardlist-job .btn-apply .btn-primary {
  background-color: #419DA3;
  --bs-btn-bg:$primary80;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg:$primary80;
  padding: 8px 20px 8px 16px;
}

.pagination .page-link {
  color: #191919;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.page-item:last-child .page-link {
  border-radius: 0;
}

.page-link:hover {
  background-color: #669DEF;
  border: none;
  color: white;
}

.search-job .input-group {
  margin-top: 1rem;
}
.search-job .input-group .job-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
}
.search-job .input-group .job-input img {
  position: absolute;
  left: 1rem;
}
.search-job .input-group input {
  border-radius: unset !important;
}
.search-job .input-group .location img {
  left: 1.5rem;
}
.search-job .input-group .input-group-text {
  padding: 1.077rem 2rem;
  background-color: #337CE9;
  color: white;
}
.search-job .input-group .form-control {
  padding: 1.04rem 1.8rem 1.04rem 3.5rem;
  border-radius: 0;
}

.main-title h3 {
  font-size: 2rem;
  font-weight: 700;
}

.job-card {
  border: 1px solid #EAEEF3;
  padding: 0.5rem;
  background-color: #FFF;
  box-shadow: 0px 0.873px 1.747px 0px rgba(0, 0, 0, 0.03);
  border-radius: 0.25rem;
}
.job-card .form-select {
  padding: 0.5rem;
}
.job-card .cart-title h5 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #191919;
}
.job-card .cart-title p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #3E4151;
}
.job-card .cart-title .cardlist-link .link {
  width: max-content;
  font-size: 13px;
}
.job-card .cart-title .card-text {
  font-size: 12px;
}
.job-card .cart-title .group-btn button {
  background-color: #E6EFFD;
  border: 1px solid #E6EFFD;
  color: #3E4151;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  width: max-content;
}
.job-card .job-day {
  background-color: #CCDEFA;
  color: #669DEF;
  width: max-content;
  padding: 2px 6px;
  margin-top: 0.3rem;
}
.job-card .job-day button {
  font-size: 0.75rem;
  color: #669DEF;
}
.job-card .btn-apply {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 0.25rem 1rem;
}

.job-filter {
  height: fit-content;
}
.job-filter input {
  background-color: #FFF;
  border: 1px solid #ADB0C6;
  color: #ADB0C6;
}

.main-title .sort-select-profile select {
  padding-right: 11rem;
}

.job-card .cart-title h4 {
  background: linear-gradient(90deg, linear-gradient(to right, #2101E9, #9527D7), #AE1BE2 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.job-card .cart-title .cardlist-link .link {
  font-size: 0.6rem;
}
.job-card .cart-title p {
  font-size: 0.8rem;
}
.job-card .cart-title .job-day button {
  font-size: 0.9rem;
  color: #669DEF;
}

.job-card .image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.job-card .links {
  color: #337CE9;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}
.job-card .links::after {
  content: ".";
  margin-left: 1rem;
}
.job-card .links:last-child::after {
  content: "";
}
.job-card .cart-title h6 {
  background: linear-gradient(90deg, #337CE9 3.02%, #AE1BE2 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 18px;
}
.job-card .cart-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #191919;
}
.job-card .cart-title p {
  font-weight: 500;
  font-size: 16px;
  color: #3E4151;
}
.job-card .bookmark-button {
  background-color: transparent;
  border: none;
}
.job-card .bookmark-button i {
  color: #669DEF;
}
.job-card .time {
  background-color: #CCDEFA;
  color: #669DEF;
  border-radius: 30px;
  padding: 0.1rem 0.3rem;
  font-size: 12px;
}
.job-card .secondary-button {
  font-weight: 14px !important;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.job-card .main-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 568px) {
  .cart-title h4 {
    font-size: 16px !important;
  }
  .cart-title h3 {
    font-size: 14px !important;
  }
  .cart-title p {
    font-size: 12px !important;
  }
  .row-button {
    order: 8;
  }
}
.bg-blog {
  background-color: #FFF;
}
.bg-blog .each-blog p {
  color: #3E4151;
}
.bg-blog .each-blog .each-blog-title .btn-desing {
  background-color: #EAEEF3;
  color: #005BE4;
}
.bg-blog .each-blog .each-blog-title .btn-presen {
  background-color: #EAEEF3;
  color: #C11574;
}
.bg-blog .each-blog .text-img {
  color: #3E4151;
}
.bg-blog .each-blog .font-small {
  font-size: small;
}
.bg-blog .each-blog .blog-content {
  border-left: 3px solid #005BE4;
}
.bg-blog .each-blog .blog-content .content {
  color: #3E4151;
}
.bg-blog .each-blog .Conclusion {
  background-color: #EAEEF3;
}
.bg-blog .each-blog .card .btn-desing {
  background-color: #EAEEF3;
  color: #005BE4;
}
.bg-blog .card {
  border: none;
}
.bg-blog .card .card-body .font-small {
  font-size: 0.8rem !important;
}
.bg-blog .card .card-body .hidtory {
  font-size: 0.8rem !important;
}
.bg-blog .card .card-body .card-text {
  font-size: 0.9rem !important;
}
.bg-blog .card .btn-desing {
  background-color: #F0F9FF;
  border: 1px solid #F0F9FF;
  color: linear-gradient(to right, #2101E9, #9527D7);
  font-size: 0.8rem;
}
.bg-blog .card .btn-presen {
  background-color: #FFF6ED;
  border: 1px solid #FFF6ED;
  color: #C4320A;
  font-size: 0.8rem;
}
.bg-blog .card .btn-Leadership {
  background-color: #F9F5FF;
  border: 1px solid #F9F5FF;
  color: #005BE4;
  font-size: 0.8rem;
}
.bg-blog .card .btn-Management {
  color: #363F72;
  font-size: 0.8rem;
}
.bg-blog .card .btn-dev {
  background-color: #ECFDF3;
  border: 1px solid #ECFDF3;
  color: #027A48;
  font-size: 0.8rem;
}
.bg-blog .card .btn-tools {
  background-color: #FFF1F3;
  border: 1px solid #FFF1F3;
  color: #C01048;
  font-size: 0.8rem;
}
.bg-blog .card .btn-Podcasts {
  background-color: #F9F5FF;
  border: 1px solid #F9F5FF;
  color: #005BE4;
  font-size: 0.8rem;
}
.bg-blog .card .btn-Customer {
  color: #363F72;
}

.each-blog p {
  color: #3E4151;
}
.each-blog .each-blog-title .btn-desing {
  background-color: #EAEEF3;
  color: #005BE4;
}
.each-blog .each-blog-title .btn-presen {
  background-color: #EAEEF3;
  color: #C11574;
}
.each-blog .text-img {
  color: #3E4151;
}
.each-blog .font-small {
  font-size: small;
}
.each-blog .blog-content {
  border-left: 3px solid #005BE4;
}
.each-blog .blog-content .content {
  color: #3E4151;
}
.each-blog .Conclusion {
  background-color: #EAEEF3;
}
.each-blog .card .btn-desing {
  background-color: #EAEEF3;
  color: #005BE4;
}

.card {
  border: none;
}
.card .card-body .font-small {
  font-size: 0.8rem !important;
}
.card .card-body .hidtory {
  font-size: 0.8rem !important;
}
.card .btn-desing {
  background-color: #F0F9FF;
  border: 1px solid #F0F9FF;
  color: linear-gradient(to right, #2101E9, #9527D7);
  font-size: 0.8rem;
}
.card .btn-presen {
  background-color: #FFF6ED;
  border: 1px solid #FFF6ED;
  color: #C4320A;
  font-size: 0.8rem;
}

.blog .subscribe input {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.blog .subscribe label {
  font-size: 14px !important;
}
.blog .btn-subscribe {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.navigation-blog .page-item .page-link {
  border: 1px solid #FFF;
}
.navigation-blog .page-item .page-link:hover {
  background-color: #E6EFFD;
  color: #005BE4;
  border-radius: 0.5rem;
}

.error-page .take .btn-back {
  padding: 0.6rem 0.7rem;
}
.error-page .take .btn-take {
  padding: 0.6rem 0.7rem;
}
.error-page .take .modal {
  --bs-modal-width:400px;
}
.error-page .take .modal .modal-header {
  border-bottom: none;
}
.error-page .take .modal .modal-body p {
  font-size: 0.8rem;
}
.error-page .take .modal .modal-footer {
  flex-wrap: nowrap;
  border-top: none;
}

.faq-main-bg .faq-bg {
  padding-top: 1.5rem;
  background-color: #CCDEFA;
}
.faq-main-bg .faq-bg .title {
  flex-wrap: wrap;
}
.faq-main-bg .faq-bg .title .text {
  color: #E2921B;
}
.faq-main-bg .frequently-asked-questions .questions-title {
  color: #3E4151;
}
.faq-main-bg .axil-section-gap {
  background-color: #337CE9;
  background-image: url("../image/faq/Element.png"), url("../image/faq/Group 42.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right, bottom left;
}
.faq-main-bg .axil-section-gap .hero-faq {
  position: relative;
  margin: 2rem 0;
}
.faq-main-bg .axil-section-gap .hero-faq .search {
  background-color: #FFF;
  flex-wrap: nowrap !important;
  padding-left: 1rem;
  width: 60%;
}
.faq-main-bg .axil-section-gap .hero-faq .search button {
  padding: 0.5rem 3rem;
}

.choose-box {
  background-color: #F2F7FD;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
}
.choose-box .choose-jobseeker li {
  list-style: disc;
}
.choose-box button {
  width: 40%;
}

.wellcome-title {
  background: var(--gradient-3, linear-gradient(90deg, #337CE9 3.02%, #AE1BE2 100%));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn:hover {
  color: black;
}

.wellcome-btn {
  width: 40%;
}

.mgt {
  margin-top: 6rem;
}

.terms li {
  list-style: unset !important;
}
.terms li .text {
  list-style: disc;
}

.terms-title {
  margin-bottom: 8rem;
}

.port-head {
  background-color: #FFE5C9;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.port-head-text .btn {
  background-color: #EE870E;
  width: 30%;
}

.port-card {
  padding-left: 0 !important;
}
.port-card .card {
  background-color: unset !important;
}
.port-card .card .card-body {
  padding-left: 0 !important;
}

.port-btns {
  margin-bottom: 6rem;
}
.port-btns .btn {
  border: unset;
  color: #000000;
  padding: 0.5rem 3rem;
  margin-left: 0.5rem;
}
.port-btns .btn-Profile {
  background-color: #F2F7FD;
}
.port-btns .btn-CV {
  background-color: #FEF9F3;
}
.port-btns .btn-portfolio {
  background-color: #CCDEFA;
}

@media screen and (max-width: 992px) {
  .mg-b {
    margin-bottom: 4rem;
  }
  .port-head-text {
    margin-bottom: 2rem;
  }
  .port-head-text .btn {
    width: 50%;
  }
  .port-btns .btn {
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
  }
}
.pay-head {
  background-color: #ccddff;
}

.card-color-one {
  color: #f85c9f;
}

.card-color-two {
  color: #a75dda;
}

.card-color-three {
  color: #7d92e7;
}

.card-color-four {
  color: #53cd3c;
}

.pay-card {
  width: 218px;
}
.pay-card li {
  width: max-content !important;
}

.card-button-bg-one {
  background-color: #f85c9f;
}

.card-button-bg-two {
  background-color: #a75dda;
}

.card-button-bg-three {
  background-color: #7d92e7;
}

.card-button-bg-four {
  background-color: #53cd3c;
}

.pay-button {
  top: 1rem !important;
}

.pay-box-shadow {
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
}

.pay-card-shadow {
  box-shadow: 0px 10px 36px 2px rgba(74, 26, 66, 0.18);
}

.pay-box {
  overflow-x: auto;
}
.pay-box > div {
  width: 1000px !important;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #FFF;
  }
  .choose-profile-title {
    background-color: #ccddff;
    background-image: url("../image/choose-profile/Rectangle mobile.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 3rem;
  }
  .choose-profile-button a {
    width: 100%;
    margin-top: 2rem;
  }
  .choose-box {
    background-color: #FEF9F3;
  }
  .choose-box .img-fluid {
    font-size: 0.8rem;
  }
  .choose-box button {
    width: 100%;
  }
  .box-two .img-fluid {
    width: 25%;
  }
  .box-one {
    margin-bottom: 2rem;
  }
  .box-one .img-fluid {
    width: 50%;
  }
  .wellcome-bg {
    background-color: #F2F7FD;
    background-image: url("../image/wellcome/Vector 1.png"), url("../image/wellcome/mobile/Vector 2.png"), url("../image/wellcome/mobile/Vector 26.png"), url("../image/wellcome/Vector 5.png"), url("../image/wellcome/mobile/Vector r-1.png"), url("../image/wellcome/mobile/Vector r-3.png"), url("../image/wellcome/mobile/Vector r-4.png");
    background-repeat: no-repeat;
    background-position: 85% 0%, 95% 16%, 75% 22%, 85% 34%, 5% 2%, 15% 22%, 10% 30%;
    box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
  }
  .wellcome-text {
    font-size: 0.9rem !important;
    font-weight: unset;
  }
  .wellcome-btn {
    width: 75% !important;
    border: 1px solid #0a66c2;
    color: #0a66c2;
  }
  .faq-main-bg {
    background-image: url("../image/faq/Rectangle.png");
    background-repeat: no-repeat;
    background-position-x: left;
  }
  .faq-main-bg .faq-bg {
    background-image: url("../image/faq/Rectangle 11(2).png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .faq-main-bg .faq-bg .title {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
  .faq-frequently {
    margin-top: -5rem;
  }
  .frequently-asked-questions .title .faq-questions-tilte {
    font-size: 1rem !important;
    font-weight: 700 !important;
  }
  .frequently-asked-questions .title .questions-title {
    font-size: 1rem !important;
  }
  .hero-faq .search {
    flex-wrap: nowrap !important;
    width: 100% !important;
  }
  .hero-faq .search button {
    padding: 0.5em 2rem !important;
  }
  .error-page .take a {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .error-page .take .btn-back {
    margin-bottom: 1rem;
  }
  .error-page .take .modal .modal-footer {
    flex-wrap: wrap;
  }
  .error-page .take .modal .modal-footer button {
    width: 100% !important;
  }
  .each-blog-title .btn-Subscribe {
    width: 100% !important;
  }
  .bg-blog .btn-view button {
    width: 100%;
  }
  .icon-blog {
    text-align: left !important;
    margin-top: 2rem;
  }
  .mgl-3 {
    margin-right: -3rem;
  }
  .job-bg {
    background-image: url("../image/bg/mobile/Rectangle 34624571.png");
    background-position-x: left;
  }
  .job-bg .sort-select-profile select {
    padding-right: 4rem;
  }
  .job-bg .search-job {
    padding-left: 1.5rem;
  }
  .job-bg .search-job .input-group .location {
    padding-left: 0 !important;
  }
  .job-bg .search-job .input-group .glyph-icon {
    background-color: #FFF;
    width: 5rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
  }
  .job-bg .glyph-icon {
    bottom: 1px solid #EAEEF3;
  }
  .job-bg .job-card .cart-img img {
    width: 54px;
  }
  .job-bg .job-card .cart-title h5 {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 18px;
  }
  .job-bg .job-card .cart-title p {
    font-size: 1rem;
    font-weight: 700;
  }
  .job-bg .job-card .cardlist-link {
    margin-left: -3.6rem;
    margin-bottom: 1rem;
  }
  .job-bg .job-card .cardlist-link .link {
    font-size: 0.8rem;
    line-height: 2rem;
  }
  .job-bg .job-card .cardlist-link-profile .link {
    font-size: 0.7rem;
  }
  .job-bg .job-card .new-post {
    border-radius: 5px;
  }
  .job-bg .job-card .new-post-profile button {
    font-size: 0.5rem;
  }
  .job-bg .job-card .card-text {
    margin-left: -3.6rem;
  }
  .job-bg .job-card .d-grid {
    margin-left: -3.6rem;
  }
  .sidebar-job {
    display: none;
  }
  .text-sing form .mb-3 {
    margin-top: 0.5rem;
  }
  .text-sing form .mb-3 .form-control {
    width: 100%;
  }
  .sign-in-back,
  .sigin-up-back {
    display: none;
  }
  .login-bg {
    background-color: #f6fdff;
    background-image: url("../image/bg/Rectangle 34624586(1).png"), url("../image/bg/Rectangle 34624587.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
  }
  .login-bg .btn-google {
    display: none;
  }
  .login-bg .logo img {
    margin-top: 1rem !important;
  }
  .login-bg .login .title .title-sing {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 0.5rem;
  }
  .login-bg .login .title p {
    display: none;
  }
  .login-bg .login .title h3 {
    margin-bottom: 4rem;
  }
  .login-bg .custom-control {
    text-align: left !important;
  }
  .login-bg .account {
    margin-top: 0.5rem;
  }
  .login-bg .sigin button {
    box-shadow: 0px 4px 19px 0px rgba(119, 147, 65, 0.3);
  }
  .login-bg .take button {
    margin-top: 6rem;
    margin-left: 0.5rem;
    margin-bottom: 3rem;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .login-bg .take .go-back {
    background-color: #fff;
    color: #3e4151;
    border: 1px solid #d0d5dd;
  }
  .job.cart .cart-img img {
    width: 54px;
    height: 54px;
  }
  .job.cart .cart-title h6 {
    color: red;
  }
}
@media screen and (max-width: 411px) {
  .footer .footer-widget {
    margin-left: 2.3rem;
  }
  .footer .footer-widget .widget-body {
    margin-left: 10px;
  }
  .footer .footer-widget .widget-body .widget-title h6 {
    font-size: 11px;
  }
  .footer .footer-widget .widget-body ul li a {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .choose-bg {
    background-color: #ccddff;
    background-image: url("../image/choose-profile/Rectangle 11.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .choose-profile-button a {
    width: 25%;
  }
  .box-one {
    margin-top: -8rem !important;
  }
  .wellcome-bg {
    background-color: #F2F7FD;
    background-image: url("../image/wellcome/Vector 1.png"), url("../image/wellcome/Vector 2.png"), url("../image/wellcome/Vector 3.png"), url("../image/wellcome/Vector 4.png"), url("../image/wellcome/Vector 5.png"), url("../image/wellcome/Vector 6.png"), url("../image/wellcome/Vector 4.png"), url("../image/wellcome/Vector r-1.png"), url("../image/wellcome/Vector r-2.png"), url("../image/wellcome/Vector r-3.png"), url("../image/wellcome/Vector r-4.png"), url("../image/wellcome/Vector r-5.png"), url("../image/wellcome/Vector r-6.png"), url("../image/wellcome/Vector r-7.png");
    background-repeat: no-repeat;
    background-position: 75% 2%, 91% 4%, 82% 27%, 93% 21%, 70% 35%, 90% 36%, 88% 50%, 8% 2%, 22% 5%, 16% 18%, 8% 21%, 10% 35%, 22% 35%, 12% 50%;
    box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
  }
  .faq-main-bg {
    background-image: url(../image/faq/Rectangle.png);
    background-repeat: no-repeat;
    background-position-x: left;
  }
  .faq-main-bg .faq-bg {
    background-image: url("../image/faq/Rectangle 11(2).png");
    background-repeat: no-repeat;
    background-position-x: left;
  }
  .faq-main-bg .faq-bg .faq-img {
    padding-left: 4rem;
  }
  .error-page .take .btn-take {
    margin-left: 1rem;
  }
  .justify-content-md-end {
    justify-content: flex-start !important;
  }
  .justify-content-md-end .mg-10 {
    margin-left: -0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .job-card .cart-title {
    padding-left: 2rem;
  }
}
.card-list {
  display: flex;
  align-items: center;
}
.card-list .main-body {
  border: 1px solid #EAEEF3;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-list .main-body .body {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  align-items: center;
}
.card-list .main-body .body .image {
  align-self: flex-start;
}
.card-list .main-body .body .image img {
  border: 1px solid #005BE4;
  border-radius: 10px;
}
.card-list .main-body .body .text {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 3rem;
}
.card-list .main-body .body .text .sub-text {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
.card-list .main-body .body .text .sub-text .subject h4 {
  font-size: 24px;
  font-weight: 500;
}
.card-list .main-body .body .text .sub-text .subject p {
  font-size: 18px;
  font-weight: 400;
}
.card-list .main-body .body .text .sub-text .date span {
  font-size: 16px;
  font-weight: 500;
}
.card-list .main-body .body .text .sub-text .date span::after {
  content: "/";
}
.card-list .main-body .body .text .sub-text .date span:last-child::after {
  content: "";
}
.card-list .main-body .body .text .sub-text .tickets {
  font-weight: 400;
  font-size: 16px;
  color: #3E4151;
}
.card-list .main-body .main-button {
  border: 1px solid #EAEEF3;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 1.5rem;
}
.card-list .main-body .main-button button {
  background-color: rgba(58, 183, 108, 0.12);
  color: #3AB76C;
  border: none;
  border-radius: 10px;
  color: red;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.card-list .buttons button {
  background-color: transparent;
  border: none;
}

.team-card {
  background-color: #F9FAFB;
  text-align: center;
  padding: 1rem;
  height: 19.75rem;
  margin-bottom: 1rem;
}
.team-card .image {
  margin-bottom: 1rem;
}
.team-card .image img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
}
.team-card .body p {
  margin-bottom: 0.5rem;
}
.team-card .body .name {
  font-weight: 600;
  font-size: 18px;
}
.team-card .body .career {
  color: #005BE4;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1rem;
}
.team-card .body .text {
  font-weight: 500;
  font-size: 16px;
  color: #475467;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 1rem;
}
.team-card .footer {
  margin-top: 1rem;
  background-color: transparent;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.suggestion-card {
  box-shadow: 0px 6.731px 24.233px 1.346px rgba(74, 26, 66, 0.18);
  border-radius: 20px;
  background: #FFF;
}
.suggestion-card .fill {
  position: relative;
  width: 100%;
  height: 8rem;
  border-radius: 20px;
}
.suggestion-card .fill.red {
  background: linear-gradient(0deg, #FF9897 0%, #F650A0 100%);
  background: -webkit-linear-gradient(0deg, #FF9897 0%, #F650A0 100%);
}
.suggestion-card .fill.yellow {
  background: linear-gradient(90deg, #EE870E 3.02%, #FEF3E7 100%);
  background: -webkit-linear-gradient(90deg, #EE870E 3.02%, #FEF3E7 100%);
}
.suggestion-card .text {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  font-weight: 600;
  font-size: 22px;
}
.suggestion-card .text-content {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.jobseeker-form, .jobseeker-cards {
  border-radius: 10px;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06) !important;
  padding: 2rem;
  background-color: #FFF;
}
.jobseeker-form .title, .jobseeker-cards .title {
  font-weight: 700;
  font-size: 30px;
  color: #191919;
}
.jobseeker-form .description, .jobseeker-cards .description {
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  flex-basis: 70%;
}
.jobseeker-form .date, .jobseeker-cards .date {
  display: flex;
  gap: 2rem;
}
.jobseeker-form .date span, .jobseeker-cards .date span {
  font-size: 14px;
  font-weight: 500;
}
.jobseeker-form .date span:first-child, .jobseeker-cards .date span:first-child {
  color: #191919;
}
.jobseeker-form .date span:last-child, .jobseeker-cards .date span:last-child {
  color: #005BE4;
}
.jobseeker-form .input-group, .jobseeker-cards .input-group {
  flex-basis: 100% !important;
  display: flex;
}
.jobseeker-form .input-group .drop, .jobseeker-cards .input-group .drop,
.jobseeker-form .input-group select,
.jobseeker-cards .input-group select,
.jobseeker-form .input-group input,
.jobseeker-cards .input-group input {
  width: 50%;
}
.jobseeker-form .input-group .input-group-radio, .jobseeker-cards .input-group .input-group-radio {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.jobseeker-form .input-group .input-group-radio span, .jobseeker-cards .input-group .input-group-radio span {
  font-size: 14px;
}
.jobseeker-form .input-group textarea, .jobseeker-cards .input-group textarea {
  width: 50%;
  resize: none;
  border: 1px solid #ADB0C6;
  outline: none;
  padding: 1rem;
}
.jobseeker-form .input-group-container, .jobseeker-cards .input-group-container {
  display: flex;
  gap: 0 1rem;
  align-items: start;
}
.jobseeker-form .input-group-container .input-group .add-label, .jobseeker-cards .input-group-container .input-group .add-label {
  padding: 0.4rem 0.2rem 0.4rem 1rem;
  border-radius: 50px !important;
  display: flex;
  align-items: center;
  background-color: #EAEEF3;
  gap: 0.5rem;
  margin: 0.2rem;
}
.jobseeker-form .input-group-container .input-group .add-label .btn-close, .jobseeker-cards .input-group-container .input-group .add-label .btn-close {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ADB0C6;
  font-size: 8px;
  color: #F7F9FE !important;
  font-weight: 700;
}
.jobseeker-form .input-group-container .input-group .add-label p, .jobseeker-cards .input-group-container .input-group .add-label p {
  font-size: 12px;
  margin: 0;
}
.jobseeker-form .input-group-container .input-group:first-child .drop, .jobseeker-cards .input-group-container .input-group:first-child .drop,
.jobseeker-form .input-group-container .input-group:first-child select,
.jobseeker-cards .input-group-container .input-group:first-child select,
.jobseeker-form .input-group-container .input-group:first-child input,
.jobseeker-cards .input-group-container .input-group:first-child input {
  width: 100% !important;
}
.jobseeker-form .input-group-container .input-group:last-child, .jobseeker-cards .input-group-container .input-group:last-child {
  gap: 0 0.5rem;
}
.jobseeker-form .input-group-container .input-group:last-child button, .jobseeker-cards .input-group-container .input-group:last-child button {
  background-color: transparent;
  border: none;
}
.jobseeker-form .buttons-group, .jobseeker-cards .buttons-group {
  margin-top: 3rem;
  width: fit-content;
}
.jobseeker-form .buttons-group .secondary-button, .jobseeker-cards .buttons-group .secondary-button {
  margin: 0 2rem;
  flex-grow: 3 !important;
}

.drop {
  width: 50%;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.drop .select-header {
  padding: 0.2rem;
  cursor: pointer;
  padding-left: 0.8rem;
  padding-right: 0.5rem;
}
.drop .select-header button {
  background-color: transparent;
  border: none;
  color: #ADB0C6;
}
.drop .select-header h4 {
  font-size: 16px;
  color: #ADB0C6;
  margin: 0;
}
.drop .select-body {
  display: none;
  width: 100%;
  background-color: #fff !important;
  z-index: 2;
}
.drop .select-body div {
  padding: 0.5rem;
  margin: 0.5rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.drop .select-body div p {
  margin: 0;
  font-size: 14px;
  transition: all 300ms ease-in-out;
}
.drop .select-body div:hover {
  background-color: #EAEEF3;
}
.drop .select-body div:hover p {
  transform: translateX(5px);
}

@media screen and (max-width: 1400px) {
  .input-groupinput input,
  .input-group textarea,
  .input-group select {
    width: 80% !important;
  }
}
@media screen and (max-width: 1200px) {
  .input-groupinput input,
  .input-group textarea,
  .input-group select {
    width: 70% !important;
  }
}
@media screen and (max-width: 920px) {
  .input-groupinput input,
  .input-group textarea,
  .input-group select {
    width: 50% !important;
  }
  .menu .body ul {
    padding-left: 0 !important;
  }
  .col-xl-9.p-5 {
    padding: 0 0.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .input-groupinput input,
  .input-group textarea,
  .input-group select {
    width: 60% !important;
  }
  .buttons-group button.secondary-button {
    margin: 0 2rem !important;
  }
}
@media screen and (max-width: 576px) {
  .input-groupinput input,
  .input-group textarea,
  .input-group select {
    width: 100% !important;
  }
  .forms {
    padding: 1rem 0.5rem !important;
  }
  .input-group-container {
    flex-wrap: wrap;
  }
  .buttons-group {
    gap: 0.5rem !important;
  }
  .buttons-group button.secondary-button {
    margin: 0 0.5rem !important;
  }
}
.company-card {
  position: relative;
  background-color: #FFF;
  border: 1px solid #EAEEF3;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
  padding: 1.2rem;
  cursor: auto;
  margin: 3rem 0;
  transition: 0.3s;
}
.company-card:hover {
  background-color: #E6EFFD;
  transition: 0.3s;
}
.company-card .main-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}
.company-card .main-body .text .company-name,
.company-card .main-body .text .title,
.company-card .main-body .text .subject {
  text-align: start;
}
.company-card .main-body .text .title {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(#337CE9 3.02%, #AE1BE2 100%);
  background: -webkit-linear-gradient(#337CE9 3.02%, #AE1BE2 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company-card .main-body .text .company-name {
  font-weight: 700;
  font-size: 20px;
  color: #191919;
}
.company-card .main-body .text .subject {
  font-size: 16px;
  font-weight: 600;
  color: #3E4151;
}
.company-card .main-body .text .conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  margin-bottom: 1rem;
}
.company-card .main-body .text .conditions span {
  color: #669DEF;
  font-size: 12px;
  font-weight: 500;
}
.company-card .main-body .text .conditions span::after {
  content: ".";
  margin-left: 2rem;
}
.company-card .main-body .text .conditions span:last-child::after {
  content: "";
}
.company-card .main-body .text .skills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.company-card .main-body .text .skills span {
  border-radius: 10px;
  background-color: #E6EFFD;
  font-size: 12px;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.company-card .label-bookmark {
  position: absolute;
  top: 8%;
  right: 2%;
}
.company-card .label-bookmark .date {
  display: inline-block;
  background-color: #CCDEFA;
  border-radius: 10px;
  color: #669DEF;
  font-size: 12px;
  font-weight: 500;
  padding: 0.3rem 0.5rem;
}
.company-card .label-bookmark .fa-bookmark {
  color: #669DEF;
  margin-left: 1rem;
  cursor: pointer;
}

.user-card-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.user-card-container .user-card {
  display: flex;
  gap: 1rem;
  flex-grow: 1;
  border-radius: 10px;
  border: 1px solid #EAEEF3;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  padding: 2rem;
}
.user-card-container .user-card .image {
  max-width: 120px;
}
.user-card-container .user-card .image img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #337CE9;
}
.user-card-container .user-card .body {
  flex-grow: 1;
}
.user-card-container .user-card .body .text {
  display: flex;
  justify-content: space-between;
}
.user-card-container .user-card .body .text .situation,
.user-card-container .user-card .body .text .hide-situation {
  display: flex;
  gap: 1rem;
}
.user-card-container .user-card .body .text .situation .sub-situation,
.user-card-container .user-card .body .text .hide-situation .sub-situation {
  border: 1px solid #ADADAD;
  border-radius: 10px;
  flex-basis: auto;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ADADAD;
}
.user-card-container .user-card .body .text .hide-situation-container {
  position: relative;
  display: none;
}
.user-card-container .user-card .body .text .hide-situation-container .hide-situation {
  position: absolute;
  flex-direction: column;
  display: none;
  right: 0rem;
}
.user-card-container .user-card .body .text .hide-situation-container .hide-situation .sub-situation {
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.user-card-container .user-card .body .text .hide-situation-container button {
  border: none;
  background-color: transparent;
}
.user-card-container .user-card .body .text .title h4 {
  font-size: 24px;
  font-weight: 500;
}
.user-card-container .user-card .body .text .title p {
  font-size: 18px;
  font-weight: 400;
}
.user-card-container .user-card .body .skills {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.user-card-container .user-card .body .skills span {
  font-size: 16px;
  font-weight: 400;
  color: #3E4151;
}
.user-card-container .user-card .date {
  font-weight: 500;
  font-size: 16px;
  color: #3E4151;
  flex-basis: auto;
}
.user-card-container .envelope-trash {
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-card-container .envelope-trash i {
  cursor: pointer;
  color: #3E4151;
}

.rotate {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1214px) {
  .situation {
    display: none !important;
  }
  .hide-situation-container {
    display: block !important;
  }
}
.accept-interview {
  border-color: #6E00BE;
  color: #6E00BE;
}

.refuse {
  color: #E21B3F;
  border-color: #E21B3F;
}

.waiting {
  border-color: #E2921B;
  color: #E2921B;
}

.finally-accept {
  color: #1DA956;
  border-color: #1DA956;
}

.message-card {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  border: 1px solid #EAEEF3;
  border-radius: 10px;
  box-shadow: 8px 8px 16px 0px rgba(0, 15, 47, 0.03);
  padding: 1.5rem;
  max-width: 26.25rem;
  margin: 0.3rem auto;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.message-card .time {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 13px;
  font-weight: 400;
}
.message-card .image .image-container {
  width: 4rem;
  height: 4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #005BE4;
  overflow: hidden;
}
.message-card .image .image-container img {
  width: 100%;
}
.message-card .text p {
  margin-bottom: 0.5rem;
}
.message-card .text .title {
  font-weight: 500;
  font-size: 24px;
}
.message-card .text .level-place {
  font-weight: 400;
  font-size: 18px;
}
.message-card .text .worktime {
  font-weight: 400;
  font-size: 13px;
}
.message-card .text .txt {
  color: #3E4151;
  font-size: 13px;
  font-weight: 400;
}

.message-card:hover {
  background-color: #E6EFFD;
}

.chat-box {
  position: relative;
  width: fit-content;
}
.chat-box .user-image {
  position: absolute;
  left: -7%;
  transform: translateX(-7%);
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.chat-box .user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-box .send,
.chat-box .receive {
  padding: 1rem;
  border-radius: 10px;
}
.chat-box .send .body p,
.chat-box .receive .body p {
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
}
.chat-box .send .time p,
.chat-box .receive .time p {
  margin: 0;
  font-size: 9.5px;
  font-weight: 400;
}
.chat-box .send .time button,
.chat-box .receive .time button {
  border: none;
  background-color: transparent;
}
.chat-box .send .time button i,
.chat-box .receive .time button i {
  font-size: 12px;
}
.chat-box .send {
  background-color: #005BE4;
  color: #FFF !important;
  border-bottom-right-radius: 0;
}
.chat-box .send i {
  color: #FFF;
}
.chat-box .receive {
  background-color: #F5F5F5;
  color: #202224;
  border-bottom-left-radius: 0;
}
.chat-box .receive .time {
  color: #757575;
}
.chat-box .receive .time i {
  color: #757575;
}

.form .form-item {
  width: 100%;
  margin-bottom: 1.5rem;
}
.form .form-item input[type=text],
.form .form-item input[type=email],
.form .form-item select,
.form .form-item textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ADADAD;
  padding: 0.6rem 0.8rem;
  background-color: transparent;
  margin-top: 0.5rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  outline: none;
}
.form .form-item select {
  color: #808080;
}
.form .form-item textarea {
  resize: none;
  min-height: 8rem;
}
.form .form-item label {
  font-weight: 500;
  font-size: 14px;
  cursor: pointer !important;
}
.form .radio label {
  color: #767F8C;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  margin-left: 1.5rem;
}
.form .radio label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #191919;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  transition: all 300ms ease-in-out;
}
.form .radio input[type=radio] {
  display: none;
}
.form .radio input[type=radio]:checked + label::before {
  border-color: #337CE9;
  background-color: #337CE9;
}

.contactus-form {
  background-color: #E6EFFD !important;
  border-radius: 10px;
  box-shadow: 2px 9px 16px 0px rgba(19, 17, 66, 0.18);
  max-width: 45rem !important;
}
.contactus-form input,
.contactus-form select,
.contactus-form textarea {
  background-color: #FFF !important;
}
.contactus-form .title {
  font-weight: 700;
  font-size: 36px;
}
.contactus-form .text {
  font-weight: 500;
  font-size: 16px;
  color: #666B72;
}

.dashboard-hero {
  border-radius: 10px;
  background-color: #FFE5C9;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
}
.dashboard-hero .title {
  max-width: 27.2rem;
  background: linear-gradient(90deg, #005BE4 3.02%, #FF8B02 100%);
  background: -webkit-linear-gradient(0deg, #005BE4 3.02%, #FF8B02 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 36px;
  line-height: 5rem !important;
}
.dashboard-hero .calender-jobs .calender,
.dashboard-hero .calender-jobs .sub-jobs {
  border-radius: 20px;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
}
.dashboard-hero .calender-jobs .calender h4 {
  font-weight: 700;
  font-size: 32px;
}
.dashboard-hero .calender-jobs .calender p {
  font-size: 13px;
  font-weight: 500;
}
.dashboard-hero .calender-jobs .jobs .sub-jobs p {
  color: #005BE4 !important;
  font-size: 13px;
  font-weight: 500;
}
.dashboard-hero .calender-jobs .jobs .sub-jobs h4 {
  color: #005BE4 !important;
  font-size: 32px;
  font-weight: 700;
}
.dashboard-hero .background {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: url("../images/backgrounds/dashbord-hero.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

#chartdiv {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

#circle-chart {
  width: 100%;
  height: 500px;
}

.circle-chart {
  box-shadow: 0px 1px 3px rgba(50, 71, 92, 0.02), 0px 2px 5px rgba(50, 71, 92, 0.04), 0px 1px 3px rgba(50, 71, 92, 0.06);
  border-radius: 10px;
  padding: 0.5rem;
}

.addverse {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7);
  padding: 1rem;
  width: fit-content;
  position: absolute !important;
  top: 75%;
  left: 11%;
}
.addverse .img {
  border-radius: 10px;
  background-color: #23BDEE;
}
.addverse .pic {
  background-color: transparent;
  position: relative;
}
.addverse .pic img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.addverse .pic::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2EBB5E;
  position: absolute;
  bottom: 12%;
  right: 20%;
}

.addverse:nth-child(2) {
  top: 10%;
  left: 0%;
}

.addverse:nth-child(3) {
  top: 35%;
  right: 0;
  left: auto;
}

.new-loading {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55555555555555550;
}
.new-loading .loading-content img {
  width: 200px;
  padding-top: 10px;
}
.new-loading .loading-content span {
  display: block;
  width: 100%;
  text-align: center;
}
.new-loading .loading-content span div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 1px;
  display: inline-block;
  animation: btn-loading 1.2s ease-in-out both infinite;
}
.new-loading .loading-content span .loading1 {
  background: #2ced00;
}
.new-loading .loading-content span .loading2 {
  background: #ff0101;
  animation-delay: 0.16s !important;
}
.new-loading .loading-content span .loading3 {
  background: #06f;
  animation-delay: 0.32s !important;
}
.new-loading .loading-content span .loading4 {
  background: #404040;
  animation-delay: 0.48s !important;
}

@keyframes btn-loading {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/***** loading ***********/
.loading-container {
  position: relative;
  display: block !important;
  /* justify-content: center;
  align-items: center;
  flex-wrap: wrap; */
  overflow: hidden;
}

.spinner-container {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(0,0,0,0.5); */
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: initial;
  border-radius: 5px;
  display: none;
}

.spinner-eff::before, .spinner-eff::after {
  content: "";
  display: block;
}

.spinner-eff {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
}

.spinners-container .spinner-block {
  text-align: center;
}

.spinner-eff.spinner-eff-3 .circle-1 {
  width: 100%;
  height: 100%;
  background-color: #FF497C;
  top: 0;
  -webkit-animation: pulse 1.6s linear 0s infinite;
  animation: pulse 1.6s linear 0s infinite;
}

.spinner-eff.spinner-eff-3 .circle {
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  transform-origin: center center;
}

.spinner-eff.spinner-eff-3 .circle-2 {
  width: 66.6%;
  height: 66.6%;
  background-color: #FF497C;
  top: 16.5%;
  -webkit-animation: pulse-2 1.6s linear 0s infinite;
  animation: pulse-2 1.6s linear 0s infinite;
}

.spinner-eff.spinner-eff-3 .circle-3 {
  width: 33.3%;
  height: 33.3%;
  background-color: #FF497C;
  top: 33.3%;
}

.spinner-eff.spinner-eff-3 .circle {
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  transform-origin: center center;
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.container-xl {
  height: 100%;
}

.active {
  color: #FFAA00;
}

.hero {
  position: relative;
}
.hero .container-xl {
  padding: 0;
}
.hero .container-xl .row {
  margin: 0;
  padding: 0;
}
.hero .container-xl .row .col-xl-6 {
  margin: 0;
  padding: 0;
}
.hero .rectangle {
  width: 97%;
  height: 190%;
  position: absolute;
  background: url("../images/Rectangle-33426.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -53.6%;
  left: 3%;
  z-index: -1;
}
.hero .text h1 {
  max-width: 58rem;
  margin: 10rem auto 3rem auto;
  text-align: center;
  font-weight: 700;
  color: #2e2f2e;
}
.hero .text p {
  max-width: 40rem;
  margin: 0 auto 3rem auto;
  text-align: center;
  font-size: 1.2rem;
  color: #2e2f2e;
}
.hero .search {
  border-radius: 30px;
  background-color: #FFF;
  box-shadow: 0px 10.539px 35.13px 0px rgba(0, 44, 109, 0.04);
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  padding: 1rem;
  border: 9px solid rgba(228, 229, 232, 0.22);
  align-items: center;
  margin: 0 auto;
}
.hero .search input {
  border: none;
  font-size: 14px;
  outline: none;
  width: 150px;
}
.hero .search .icon-button {
  background-color: transparent;
  border: none;
}
.hero .search .icon-button i {
  color: #005BE4;
}

.job-seeker-page .hero .text h1 {
  margin: 5rem auto 2rem auto;
}
.job-seeker-page .hero .text h2 {
  max-width: 40rem;
  margin: 0 auto 3rem auto;
  text-align: center;
  color: #2e2f2e;
}

.wavy-hero {
  background: url("../images/backgrounds/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 8rem;
}
.wavy-hero .main-title {
  width: 65%;
  line-height: 4rem;
  margin-top: 2rem;
}
.wavy-hero .main-text {
  width: 80%;
  margin: 2rem 0;
}
.wavy-hero .add {
  margin-right: 1rem;
  margin-left: auto;
  max-width: 26rem;
  max-height: 26rem;
}
.wavy-hero .add .image img {
  border-radius: 50%;
  width: 100%;
}
.wavy-hero .search {
  box-shadow: 0px 12px 40px 0px rgba(0, 44, 109, 0.04);
  border-color: #005BE4;
  margin: 0;
}
.wavy-hero .search .secondary-button {
  background: linear-gradient(105deg, #1b5ee2 -21.5%, #ae1be2 81.6%);
  background: -webkit-linear-gradient(105deg, #1b5ee2 -21.5%, #ae1be2 81.6%);
}
@media only screen and (max-width: 1400px) {
  .wavy-hero .main-title {
    width: 100%;
  }
  .wavy-hero .main-text {
    width: 100%;
  }
}

.categories .category-card {
  border-radius: 20px;
  cursor: pointer;
  margin: 0.5rem auto;
  width: 200px;
  height: 200px;
  padding: 1rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.categories .category-card:hover {
  background-color: #EE870E;
  color: white;
  transform: scale(1.2);
  transition: 0.3s;
}
.categories .category-card h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 68px;
}
.categories .ask {
  width: 100%;
  margin: 7rem auto 3rem auto;
}

.addvertise {
  width: 100%;
  padding: 0 !important;
  margin-top: 1rem;
}
.addvertise img {
  width: 100%;
}

.available-jobs {
  padding: 1rem;
}
.available-jobs h1 {
  text-align: center;
  margin-bottom: 3rem;
}
.available-jobs .available-jobs-slider {
  border-radius: 20px;
  box-shadow: 0px 8px 15px 2px rgba(3, 21, 112, 0.11);
  height: 25rem;
}

.filter .buttons-group, .jobseeker-container .buttons-group {
  background-color: #EAEEF3;
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 0;
}
.filter .buttons-group button, .jobseeker-container .buttons-group button {
  flex-grow: 1;
  flex-shrink: 1;
}
.filter .cards, .jobseeker-container .cards {
  margin-top: 3rem;
}
.filter .cards .col-xl-4, .jobseeker-container .cards .col-xl-4 {
  margin-bottom: 4rem;
}
.filter .text-center, .jobseeker-container .text-center {
  margin: 1rem 0;
  color: rgba(0, 0, 0, 0.5);
}
.filter .show-more, .jobseeker-container .show-more {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #12858C;
}
.filter .main-image, .jobseeker-container .main-image {
  text-align: center;
  position: relative;
  width: 100%;
  height: 30rem;
}
.filter .main-image .ellipse, .jobseeker-container .main-image .ellipse {
  position: absolute;
  height: 90%;
  width: 100%;
  z-index: var(--index);
}
.filter .main-image .ellipse-0, .jobseeker-container .main-image .ellipse-0 {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  border: 1px dotted red;
}
.filter .main-image .ellipse-0 img, .jobseeker-container .main-image .ellipse-0 img {
  height: 100%;
}
.filter .main-image .ellipse-1, .jobseeker-container .main-image .ellipse-1 {
  border: 1px solid #99BDF4;
  border-radius: 50%;
  bottom: -5%;
}
.filter .main-image .ellipse-2, .jobseeker-container .main-image .ellipse-2 {
  border: 1px solid #b4ff86;
  border-radius: 50%;
  bottom: 5%;
}
.filter .main-image .ellipse-3, .jobseeker-container .main-image .ellipse-3 {
  background-color: #E6EFFD;
  border-radius: 50%;
  width: 100%;
  bottom: 0;
}
.filter .main-image .ellipse-4, .jobseeker-container .main-image .ellipse-4 {
  background: url("../images/ellipse/Group 1963.svg");
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  border-radius: 0;
  top: 15%;
  left: 25%;
}
.filter .main-image .ellipse-5, .jobseeker-container .main-image .ellipse-5 {
  background: url("../images/ellipse/Group 1964.svg");
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  border-radius: 0;
  bottom: -10%;
  right: -7%;
}
.filter .employee, .jobseeker-container .employee {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 10rem;
  padding-left: 2rem;
}
.filter .employee .rectangle, .jobseeker-container .employee .rectangle {
  position: absolute;
  background: url("../images/Rectangle-33426.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate3d(150deg);
}
.filter .employee .text p, .jobseeker-container .employee .text p {
  color: #337CE9;
  margin-bottom: 2rem;
}
.filter .employee .text h2, .jobseeker-container .employee .text h2 {
  font-weight: 600;
  font-size: 37px;
}
.filter .employee .text ul, .jobseeker-container .employee .text ul {
  padding: 0;
  margin: 3rem 0 2rem 0;
}
.filter .employee .text ul li, .jobseeker-container .employee .text ul li {
  margin-bottom: 1rem;
}

.card2 {
  border-radius: 20px;
  padding: 5rem 5rem;
  position: relative;
}
.card2 h1 {
  font-weight: 600;
  font-size: 2rem;
  max-width: 25rem;
  z-index: 1 !important;
}
.card2 p {
  max-width: 25rem;
  font-size: 1rem;
  z-index: 1 !important;
  margin: 1rem 0;
}
.card2 button {
  background-color: #FFF;
  color: #191919;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.card2 button span {
  margin-left: 0.5rem;
  transition: all 300ms ease-in-out;
}
.card2 button:hover span {
  transform: translateX(3px);
}
.card2 .images img {
  position: absolute;
  border-radius: 50%;
  border: 7.175px solid rgba(255, 255, 255, 0);
}
.card2 .images img:nth-child(1) {
  top: 44%;
  right: 33%;
  transform: translate(33%, -50%);
}
.card2 .images img:nth-child(2) {
  top: 3%;
  right: 15%;
  transform: translateX(15%);
}
.card2 .images img:nth-child(3) {
  bottom: 3%;
  right: 17%;
  transform: translateX(17%);
}

.card2.rtl {
  background-color: #E3CFFC;
}
.card2.rtl img:nth-child(1) {
  left: 3%;
  transform: translate(5%, -50%);
}
.card2.rtl img:nth-child(2) {
  left: 20%;
  transform: translateX(15%);
}
.card2.rtl img:nth-child(3) {
  left: 17%;
  transform: translateX(17%);
}

.clients {
  background-color: #F3F9F9;
  padding: 3rem;
}
.clients .swiper {
  padding: 0 7rem;
}
.clients .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients .swiper .swiper-pagination-bullet {
  background-color: #ADB0C6;
}
.clients .swiper .swiper-pagination-bullet-active {
  background-color: #191919;
  width: 1.2rem;
  border-radius: 50px;
}

.apply {
  height: 36rem;
  padding: 0 5rem;
  position: relative;
}
.apply .container-lg {
  height: 100%;
}
.apply .container-lg .swiper {
  padding: 1rem 0;
  height: 100%;
}
.apply .container-lg .swiper-button-next,
.apply .container-lg .swiper-button-prev {
  position: absolute;
}
.apply .container-lg .swiper-button-next i,
.apply .container-lg .swiper-button-prev i {
  color: #005BE4;
}
.apply .container-lg .swiper-button-next {
  right: 5%;
}
.apply .container-lg .swiper-button-prev {
  left: 5%;
}

.srearching {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
  width: 100% !important;
}
.srearching input {
  flex-grow: 1;
  flex-shrink: 1;
  border: none;
  outline: none;
  padding: 0.5rem;
  color: #666B72;
}
.srearching button {
  background-color: transparent;
  border: none;
  color: #666B72;
}

.forms {
  border-radius: 10px;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
  padding: 2rem 3rem;
  background-color: #FFF;
}
.forms h1 {
  font-size: 30px;
  font-weight: 600;
}
.forms p {
  color: #3E4151;
  font-size: 16px;
  font-weight: 400;
}
.forms .inputs {
  display: flex;
  flex-wrap: wrap;
}
.forms .inputs .input-group .add-button {
  margin-left: 0.1rem !important;
  font-size: 12px;
  cursor: pointer;
}
.forms .buttons-group button {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.forms .buttons-group .secondary-button {
  background-color: #419da3;
}
.forms .buttons-group .secondary-button-outline {
  border-color: #419da3;
  color: #419da3;
}

.about-aibi {
  background-color: #F2F7FD;
  padding: 7rem 0 5rem 0;
}
.about-aibi h2 {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 40px;
}
.about-aibi h2 span {
  background: linear-gradient(3deg, #002c82 -1.94%, #005be4 77.99%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-aibi .row {
  margin-bottom: 2rem;
}

.frequently-asked-questions {
  padding: 0;
  position: relative;
}
.frequently-asked-questions .accordion {
  background-color: transparent !important;
}
.frequently-asked-questions .accordion .accordion-item {
  border: none !important;
  background-color: transparent;
}
.frequently-asked-questions .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
}
.frequently-asked-questions .accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.frequently-asked-questions .rectangle {
  position: absolute;
  background: url("../images/Rectangle.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: -10rem bottom;
  background-size: 100%;
  z-index: -1;
}
.frequently-asked-questions h2.text-center {
  font-weight: 600;
  font-size: 37px;
}
.frequently-asked-questions p.text-center {
  font-size: 20px;
  font-weight: 500;
  color: #ADB0C6;
}

.partner .scrolling-wrap {
  direction: rtl;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.partner .scrolling-wrap .comm {
  display: flex;
  animation: scroll 10s linear infinite;
  cursor: pointer;
  margin: 0;
}
.partner .scrolling-wrap .comm div {
  margin: 40px;
}
.partner .scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(90%);
  }
  100% {
    transform: translateX(0);
  }
}

.input-group {
  margin-top: 1rem;
  width: 100% !important;
}
.input-group label {
  display: block;
  width: 100%;
  font-size: 14px;
  color: black;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.input-group select,
.input-group input {
  width: 100%;
  border-radius: 5px !important;
  border: none;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 9px 1rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #494949;
}
.input-group input[type=radio] {
  width: 1rem !important;
  height: 1rem !important;
  display: block !important;
  border: 2px solid #191919 !important;
  margin-bottom: 0.2rem;
}
.input-group input[type=radio]:checked,
.input-group + label::before input[type=radio]:not(:checked) + label::before {
  border-color: rgba(0, 0, 0, 0.25) !important;
}
.input-group input[type=radio]:checked::before {
  background-color: #419DA3;
}
.input-group option {
  color: rgba(0, 0, 0, 0.5);
}
.input-group .radio {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.input-group .radio p {
  margin: 0;
  font-size: 14px;
}

form .mb-3 {
  height: 70px;
}
form .mb-3 .form-label {
  width: 30px;
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
form .mb-3 .form-control {
  border-radius: 10px;
  border: 1px solid #d0d5dd;
  padding: 10px 14px;
}
form .mb-3 .form-select {
  width: 225px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 10px 14px;
}

.container-fluid .row .logo img {
  margin-top: 87px;
  margin-bottom: 50px;
}
.container-fluid .login-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-fluid .login-form .login-content {
  width: 360px;
}
.container-fluid .login-form .login-content .login {
  width: 360px;
}
.container-fluid .login-form .login-content .login .title h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #101828;
}
.container-fluid .login-form .login-content .login .title .p {
  font-size: 16px;
  font-style: normal;
  color: #475467;
  font-weight: 400;
  line-height: 24px;
}
.container-fluid .login-form .login-content .text {
  width: 360px;
}
.container-fluid .login-form .login-content .text form .mb-3 .form-control {
  width: 360px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.container-fluid .login-form .login-content .text .forget {
  width: 360px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.container-fluid .login-form .login-content .text .forget button {
  border: none;
  background-color: #fff;
}
.container-fluid .login-form .login-content .text .forget button a {
  color: #337ce9;
}
.container-fluid .login-form .login-content .text .forget a {
  color: #7f56d9;
}
.container-fluid .login-form .login-content .text .sigin {
  width: 360px;
}
.container-fluid .login-form .login-content .text .sigin button {
  height: 44px;
  background-color: #337ce9;
  color: #fff;
}
.container-fluid .login-form .login-content .text .sigin button .text {
  color: #344054;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
}
.container-fluid .login-form .login-content .text .sigin .google {
  background-color: #fff;
}
.container-fluid .img-bg {
  height: 100vh;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.statics {
  margin-top: 10rem !important;
}

.controctors h4 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}
.controctors .card4 {
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.controctors .card4 .secondary-button-outline {
  font-size: 0.9rem;
}
.controctors .secondary-button {
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem 3rem;
}

.advertise {
  padding: 3rem 0;
  background-color: #337CE9;
}
.advertise .adrevtise-container {
  text-align: center;
  color: #FFF;
}
.advertise .adrevtise-container h4 {
  text-align: center;
  margin-bottom: 1rem;
}
.advertise .adrevtise-container p {
  text-align: center;
  max-width: 70%;
  margin: auto;
  margin-bottom: 3rem;
}

.recommended-companies .card1 {
  margin-bottom: 1rem !important;
}

.category-company h2 {
  font-weight: 700;
  font-size: 36px;
  color: #3E4151;
}
.category-company .buttons-group {
  margin: 3rem auto;
  gap: 0.5rem;
}
.category-company .buttons-group button {
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  padding: 0.3rem 1.5rem;
  box-shadow: none;
}
.category-company .buttons-group .secondary-button-outline {
  border: 1px solid;
}
.category-company .result {
  font-weight: 600;
  font-size: 20px;
  color: #191919;
}
.category-company .result::after {
  content: " Results";
}
.category-company .load-more {
  max-width: 11.625rem;
  margin-left: auto;
  margin-right: auto;
}

.main-page .rectangle {
  height: 245%;
  top: -90.9%;
}

.frequently-asked-questions .rectangle {
  height: 400px;
  top: unset;
}

.jobseeker-container .avatar .img {
  width: fit-content;
  margin: 0 auto;
}
.jobseeker-container .avatar .img img {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
}

.jobseeker-cards .buttons-group {
  background-color: transparent;
  width: 100%;
  gap: 1rem !important;
}
.jobseeker-cards .buttons-group button {
  border-radius: 30px;
  min-width: 7.5rem;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  font-size: 16px;
  padding: 0.25rem 0.75rem;
}
.jobseeker-cards .buttons-group .secondary-button {
  flex-grow: 0 !important;
  margin: 0;
}
.jobseeker-cards .pagination {
  justify-content: center;
  gap: 2rem;
}
.jobseeker-cards .pagination .page-link {
  border-radius: 3px !important;
}

.email-change .buttons-group {
  width: 70%;
  gap: 1rem;
}
.email-change .title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5rem;
}
.email-change .text {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 3rem 0;
}
.email-change .email-form {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  text-align: center;
  justify-content: space-between;
}
.email-change .email-form input {
  flex-grow: 2;
  flex-shrink: 2;
  border: 1px solid #ADADAD;
  border-radius: 10px;
  padding: 9px 1.5rem;
}
.email-change .email-form button {
  flex-shrink: 1;
  flex-grow: 1;
}

.contact-us .main-title {
  font-weight: 700;
  font-size: 30px;
}
.contact-us .grow-business {
  padding: 0;
}
.contact-us .grow-business li {
  margin-bottom: 1rem;
  list-style-image: url("../images/ellipse/bolet.svg");
  color: #666B72;
  font-size: 16px;
  font-weight: 500;
}
.contact-us .main-image img {
  width: 100%;
}

.triple {
  border: 0.7px solid #EAEEF3;
  border-left: none;
  padding: 0.5rem 1rem;
}
.triple button {
  background-color: transparent;
  border: none;
}

.triple:first-child {
  border-left: 0.7px solid #EAEEF3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.triple:last-child {
  border-left: 0.7px solid #EAEEF3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}

.ellipsis {
  background-color: transparent;
  border: none;
}

.view-advertise {
  color: #005BE4;
  font-weight: 700;
}

.profile {
  text-align: center;
  margin: 3rem 0;
  border-top: 1px solid #EAEEF3;
  border-bottom: 1px solid #EAEEF3;
  padding: 2rem 0;
  position: relative;
}
.profile .title {
  font-weight: 500;
  font-size: 24px;
  color: #191919;
}
.profile .text {
  font-weight: 400;
  font-size: 18px;
  color: #191919;
}
.profile .time {
  position: absolute;
  border-radius: 10px;
  background-color: #F2F7FD;
  color: #ADB0C6;
  padding: 1rem 3rem;
  right: 50%;
  transform: translateX(50%);
}

.send-message {
  border: 1px solid #9D9D9D;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}
.send-message input {
  flex-grow: 1;
  flex-shrink: 1;
  border: none;
  outline: none;
  background-color: transparent;
}
.send-message .icon {
  background-color: transparent;
  border: none;
  color: #9D9D9D;
}
.send-message .secondary-button {
  padding: 0.4rem 1rem;
}
.send-message .secondary-button i {
  font-size: 12px;
  margin-left: 1rem;
}

.aboutus-banner .banner-aboutus .main-text {
  padding: 5rem 4rem 4rem 1rem;
}
.aboutus-banner .banner-aboutus .main-image {
  height: 100%;
  text-align: center;
}
.aboutus-banner .banner-aboutus .main-image img {
  height: 100%;
  object-fit: cover;
}

.question-banner .banner-question {
  background-color: #EDF3FF;
  border-radius: 10px;
  padding: 2rem;
}
.question-banner .banner-question .title {
  font-size: 30px;
  font-weight: 600;
  color: #002D59;
}
.question-banner .banner-question .title span {
  color: #F4A120;
}
.question-banner .banner-question .questions .question {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.question-banner .banner-question .questions .question .number {
  background-color: #337CE9;
  color: #FFF;
  text-align: center;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 40px;
  line-height: 6.25rem;
  z-index: 1;
}
.question-banner .banner-question .questions .question .text {
  background-color: #FFF;
  padding: 1rem 0 1rem 5rem;
  border-radius: 30px;
  height: 4.3rem;
  flex-basis: 80%;
  transform: translateX(-4rem);
}
.question-banner .banner-question .questions .question:nth-child(1) {
  transform: translateX(1rem);
}
.question-banner .banner-question .questions .question:nth-child(2) {
  transform: translateX(2rem);
}
.question-banner .banner-question .questions .question:nth-child(3) {
  transform: translateX(3rem);
}
.question-banner .banner-question .questions .question:nth-child(4) {
  transform: translateX(4rem);
}
@media screen and (max-width: 768px) {
  .question-banner .banner-question .questions .question {
    transform: translateX(0) !important;
  }
  .question-banner .banner-question .questions .question .text {
    font-size: 13px;
    padding: 1rem 0.5rem 1rem 5rem !important;
  }
}
.question-banner .banner-question .image {
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.question-banner .banner-question .image img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .question-banner .banner-question {
    padding: 2rem 0.5rem;
  }
  .question-banner .banner-question .image {
    padding: 0.5rem;
  }
}

.banner-chat .chat-banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: url("../images/backgrounds/Frame 2147223389.png"), linear-gradient(108deg, #1b5de2 5.71%, #ad1be2 92.32%);
}
.banner-chat .chat-banner .image {
  width: fit-content;
  margin: 2rem auto;
  position: relative;
}
.banner-chat .chat-banner .image img:nth-child(1) {
  margin-right: 0.7rem;
}
.banner-chat .chat-banner .image img:nth-child(2) {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.banner-chat .chat-banner .image img:nth-child(3) {
  margin-left: 0.7rem;
}

.team h4 {
  font-weight: 600;
  font-size: 34px;
}
.team .main-text {
  font-weight: 500;
  font-size: 20px;
  color: #475467;
}

.resume-card {
  padding: 3rem 0;
  position: relative;
}

.filter-resume {
  position: relative;
}
.filter-resume .filter-body {
  background-color: #FEF9F3;
  border-radius: 10px;
}
.filter-resume .filter-body .title {
  font-weight: 700;
  font-size: 30px;
  color: #525252;
}
.filter-resume .filter-body .profile-item ul {
  padding: 0;
}
.filter-resume .filter-body .profile-item ul li {
  margin-bottom: 1rem;
}
.filter-resume .filter-body .profile-item .header h4 {
  font-weight: 700;
  font-size: 24px;
  color: #191919;
}
.filter-resume .filter-body .profile-item .header h4:last-child {
  font-size: 20px;
}
.filter-resume .filter-body .experience ul {
  padding-left: 0.75rem;
}
.filter-resume .filter-body .experience ul li {
  list-style: disc;
}
.filter-resume .buttons-group {
  margin-right: auto;
  margin-left: 0;
}
.filter-resume .buttons-group button {
  padding: 0.5rem 2.5rem;
  background-color: #FEF9F3;
  color: #191919;
  font-weight: 700;
  font-size: 20px;
}
.filter-resume .buttons-group .active-fiter {
  background-color: #CCDEFA;
}
.filter-resume .rectangle {
  position: absolute;
  background: url("../images/Rectangle-33426.png");
  width: 40rem;
  height: 60rem;
  z-index: -1;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -42% 0;
}
@media screen and (max-width: 576px) {
  .filter-resume .buttons-group button {
    border-radius: 20px;
    padding: 0.5rem 2rem;
  }
  .filter-resume .rectangle {
    display: none;
  }
}

.similar {
  position: relative;
}
.similar .rectangle {
  position: absolute;
  background: #E6EFFD;
  width: 35rem;
  height: 45rem;
  top: -22rem;
  left: 4rem;
  border-radius: 10px;
  transform: rotate(25deg);
  z-index: -1;
}

.jobseeker-1 .enter-info {
  border-radius: 20px;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.02), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.06);
  background-color: #fff;
}
.jobseeker-1 .rectangle-jobseeker {
  background-color: #ccddff;
  height: 60vh;
  position: absolute;
  top: 0;
  z-index: -2;
}
.jobseeker-1 .rectangle-jobseeker .rectangle {
  background: url("../images/Rectangle 11.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jobseeker-1 .progress {
  margin-top: 11rem !important;
}
@media screen and (max-width: 568px) {
  .jobseeker-1 .enter-info {
    box-shadow: none;
    margin: 0;
    margin-top: 0.5rem;
    border-radius: 0;
  }
  .jobseeker-1 .rectangle-jobseeker {
    height: 30vh;
  }
}

.contactus .contactus-background {
  width: 100%;
  max-height: 54rem !important;
}
.contactus .contactus-background img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.glyph-icons {
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background: #FFF;
  width: fit-content;
  padding: 0.75rem;
  border: 1px solid #EAEEF3;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
}
.glyph-icons img {
  transition: all 300ms ease-in-out;
}

.glyph-icons:hover {
  background-color: #E6EFFD;
}

@media screen and (min-width: 992px) {
  #button-addon1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.reports .report {
  border-radius: 5px;
  box-shadow: 0 0 6px silver;
  background-image: linear-gradient(to right, #f2fefd, #FFE5C9 112%);
  background-image: -webkit-linear-gradient(to right, #f2fefd, #FFE5C9 112%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
.reports .report p {
  margin-bottom: 0.3rem;
}
.reports .report .label {
  font-family: "poppins", "iranyekan";
}
.reports .report .count {
  font-weight: 700;
  font-size: 32px;
  color: #c1248b;
}
.reports .report .percent {
  font-size: 18px;
  font-weight: 600;
}
.reports .report .increase {
  color: #6fcf97;
}
.reports .report .increase::before {
  content: "+";
}
.reports .report .decrease {
  color: #dc1500;
}
.reports .report .decrease::before {
  content: "-";
}

.blue-gradient {
  background-image: linear-gradient(to right, #f6ffee, #a18eff 112%);
  background-image: -webkit-linear-gradient(to right, #f6ffee, #a18eff 112%);
}

.green-gradient {
  background-image: linear-gradient(to right, #f9feef, #63ff65 112%);
  background-image: -webkit-linear-gradient(to right, #f9feef, #63ff65 112%);
}

.pink-gradient {
  background-image: linear-gradient(to right, #f1ffff, #fa8ed5 112%);
  background-image: -webkit-linear-gradient(to right, #f1ffff, #fa8ed5 112%);
}

.jobs-table {
  border-radius: 10px;
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.06), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.02);
  overflow-x: auto;
}
.jobs-table .top {
  min-width: 748px !important;
  margin-bottom: 1rem;
}
.jobs-table .main-title {
  font-weight: 700;
  font-size: 20px;
}
.jobs-table .buttons-group {
  background-color: #f4f5f9;
  border-radius: 100px;
  gap: 0 !important;
}
.jobs-table .buttons-group button {
  background-color: transparent;
  border: none;
  padding: 1rem 1.5rem;
  color: #969ba0;
  border-radius: 100px;
}
.jobs-table .buttons-group .chosed {
  background-color: #337CE9;
  color: #FFF;
}
.jobs-table .table {
  min-width: 742px !important;
}
.jobs-table .table thead tr th {
  background-color: #F2F7FD !important;
  color: #3e4151;
  font-weight: 500;
  font-size: 12px;
  border: none !important;
}
.jobs-table .table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.jobs-table .table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.jobs-table .table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.jobs-table .table tbody tr td .state {
  border-radius: 20px;
  background: linear-gradient(103deg, #002c82 -1.94%, #005be4 77.99%);
  padding: 1rem 0;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
}
.jobs-table .table tbody tr td .state.inactive {
  background: linear-gradient(90deg, #005be4 3.02%, #e6effd 100%);
}

.dashboard-advertise .add-chart {
  box-shadow: 0px 1px 3px 2px rgba(50, 71, 92, 0.06), 0px 2px 5px 1px rgba(50, 71, 92, 0.04), 0px 1px 3px 2px rgba(50, 71, 92, 0.02);
  border-radius: 10px;
}
.dashboard-advertise .add-chart #line-chart {
  width: 100%;
  height: 400px !important;
}
.dashboard-advertise .suggestion {
  background: #FEF9F3;
  border-radius: 10px;
}
.dashboard-advertise .suggestion .main-title {
  color: #3E4151;
}
.dashboard-advertise .suggestion .card-title {
  font-size: 16px;
  font-weight: 600;
}

.feild-loader .image {
  height: 190px;
  background: rgba(167, 163, 163, 0.631372549);
  border-radius: 10px;
}
.feild-loader .body {
  height: 246px;
}
.feild-loader .primary-button {
  padding: 1.4rem;
}

main {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

header .nav-item {
  transition: 0.3s;
}
header .nav-item:not(.avatar):hover {
  background: #EE870E;
  border-radius: 5px;
  padding: 0 8px;
  transition: 0.3s;
}
header .nav-item.dropdown:not(.avatar):hover {
  padding-bottom: 0.5rem;
}

.text-help {
  color: #7f56d9;
}

.job-card .bookmark-button {
  top: 5px;
}

.page-item.active button {
  color: white !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: transparent;
}

.searchCard a {
  color: #464D61;
  transition: 300ms;
}

.searchCard a:hover p {
  color: #191919 !important;
  transition: 300ms;
}

.job-search .color,
.searchCard .color {
  transition: 500ms;
}

.searchCard .color:hover {
  background: linear-gradient(90deg, #fef3e7, #EE870E);
  transition: 500ms;
}

.job-search .color:hover {
  background: linear-gradient(90deg, #e6effd, #005BE4);
  transition: 500ms;
}

.filter .mix, .jobseeker-container .mix {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 500ms;
}

.filter .mix.show, .jobseeker-container .mix.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding: 0 12px;
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: 500ms;
}

#userDropdown img {
  height: 60px;
  border-radius: 50%;
}

.filter-resume .swiper {
  position: static;
}

.filter-resume .swiper-pagination-bullets {
  position: absolute;
  width: fit-content !important;
  height: 50px;
  top: -80px !important;
  left: 0 !important;
  text-align: left;
}
.filter-resume .swiper-pagination-bullets button {
  border-radius: 10px;
}

.filter-resume button.swiper-pagination-bullet {
  margin: unset;
  opacity: 1;
  width: unset;
  height: unset;
  box-shadow: 0px 2px 6px 4px rgba(50, 71, 92, 0.02), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 14px 0px rgba(50, 71, 92, 0.08);
}

.filter-resume .swiper-pagination-bullet-active {
  background-color: #ccdefa !important;
}

.form .form-group textarea {
  resize: none;
  min-height: 8rem;
}

.seeker-section .input-group select,
.seeker-section .input-group input,
.companies-section .input-group select,
.companies-section .input-group input {
  height: 3.75rem;
}
.seeker-section .input-group select,
.companies-section .input-group select {
  width: 100% !important;
}
.seeker-section #seeker-search,
.companies-section #seeker-search {
  border-radius: 10px !important;
}
.seeker-section #offcanvas,
.companies-section #offcanvas {
  position: fixed;
  top: 0;
}
.seeker-section .main-title,
.companies-section .main-title {
  top: 9.5rem;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-card a {
  color: unset !important;
}

.select-search .options {
  display: none;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-end-end-radius: 5px;
  border-end-start-radius: 5px;
  box-shadow: 0px 4px 6px silver;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s;
}
.select-search .options .option {
  cursor: pointer;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.select-search .options .option:hover {
  background-color: #F19F3E;
  border-radius: 5px;
  color: white;
  transition: 0.3s;
}

.select-search .options.open {
  display: block;
}

.css-13cymwt-control {
  border: unset !important;
  cursor: text;
}

.select-lg-country {
  border: 1px solid #CCCCCC;
  background-color: white;
  border-radius: 0 !important;
}
.select-lg-country .css-1jqq78o-placeholder, .select-lg-country .css-1dimb5e-singleValue {
  padding-left: 2rem;
}
.select-lg-country .w-100 input {
  margin-left: 2rem !important;
}
.select-lg-country .css-t3ipsp-control:hover, .select-lg-country .css-t3ipsp-control {
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.css-1nmdiq5-menu {
  z-index: 99999 !important;
}
.css-1nmdiq5-menu div {
  cursor: pointer;
}

.offcanvas-body {
  overflow-y: unset !important;
}

.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

label, input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

.sidebar-container {
  height: 62vh;
  overflow: auto;
}

.sidebar .sidebar-skill > div:last-child {
  margin-bottom: 2rem;
}

.resume-banner .body p {
  width: 100%;
  overflow: auto;
}

.bg-adv-pic {
  background: linear-gradient(to right, #337CE9, #AE1BE2 60%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  width: 102px;
}

.w-78 {
  max-width: 78% !important;
}

.h-p-28 {
  height: 28px;
}

.btn-primary {
  background-image: linear-gradient(to right, #2101E9, #9527D7);
  background-image: -webkit-linearw-gradient(to right, #2101E9, #9527D7);
  transition: 0.3s;
  border: unset;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-image: linear-gradient(to right, #9527D7, #2101E9);
  background-image: -webkit-linear-gradient(to right, #9527D7, #2101E9);
  color: orange;
  transition: 0.3s;
}

.accordion-button::after {
  content: unset;
}

.job-seeker-search button {
  font-size: 11pt;
}

@media screen and (max-width: 1440px) {
  .statics {
    margin-top: 4rem !important;
  }
  section.categories {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .job-page .hero .rectangle,
  .job-seeker-page .hero .rectangle,
  .resume-card .rectangle {
    top: -70% !important;
  }
  .job-page .add .images img:nth-child(3) {
    right: 11%;
  }
  .apply,
  .clients {
    padding: 2rem 1rem !important;
  }
  .hero .text h1 {
    margin: 4rem auto 3rem auto !important;
  }
  .filter-resume .filter-body {
    padding: 0rem 0 !important;
  }
  .dashboard-hero .background {
    width: 44% !important;
  }
}
@media screen and (max-width: 1100px) {
  .statics {
    margin-top: 0 !important;
  }
  .main-image {
    margin: 0 auto;
    width: 80% !important;
  }
  .banner-aboutus .main-image {
    width: 100% !important;
  }
  .filter .employee, .jobseeker-container .employee {
    padding-left: unset !important;
  }
  .job-page .hero .rectangle,
  .job-seeker-page .hero .rectangle,
  .resume-card .rectangle {
    top: -78% !important;
  }
  section.categories {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse.collapse.show {
    padding-bottom: 1rem;
  }
  .navbar-brand {
    margin-right: 0;
    margin-left: 0;
  }
  .menu .header {
    position: sticky;
    top: 5px;
    background: white;
    border-bottom: 1px solid gainsboro;
  }
  .menu .header .logo {
    margin-bottom: 1rem;
  }
  .menu .header .logo img {
    margin: 0 !important;
    width: auto;
    height: 70px;
  }
  .menu .header .user .image {
    width: 94px;
    height: 94px;
  }
  .menu .header .user .image .decoration {
    top: calc(50% - 34px);
  }
  header {
    padding-bottom: 1rem;
  }
  header .material-icons.d-none,
  header .col-2.d-flex {
    display: block !important;
  }
  header .md-d-none {
    display: none;
  }
  header .btn-login,
  header .btn-sign {
    width: 200px;
    height: auto;
    padding: 8px 20px !important;
    margin-bottom: 1rem;
  }
  section.categories {
    padding: 0 1rem;
  }
  .job-page .add .images img:nth-child(1) {
    right: 14%;
  }
  .job-page .add .images img:nth-child(2) {
    right: 2%;
  }
  .job-page .add .images img:nth-child(3) {
    right: 17%;
  }
  .sidebar-container {
    max-height: 75vh !important;
    overflow: auto;
  }
  .sidebar .sidebar-skill div:last-child {
    margin-bottom: 0;
  }
  #navbarSupportedContent ul {
    width: 100%;
    order: 1;
  }
  #navbarSupportedContent > div.row {
    order: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #navbarSupportedContent > div.row button {
    min-width: 100px;
  }
  #navbarSupportedContent > div.row div:last-child {
    justify-content: end;
  }
  .sm-mt-2 {
    margin-top: 0.5rem !important;
  }
  .sort-select-profile {
    display: none;
  }
  .wavy-hero .add .image img {
    width: 54%;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .job-page .hero .rectangle,
  .job-seeker-page .hero .rectangle,
  .resume-card .rectangle {
    top: -89% !important;
  }
  .card2 {
    padding: 4rem 1rem !important;
  }
  .card2.rtl {
    padding: 5rem 1rem 2rem !important;
  }
  .job-page .add .card2.bg_light_blue .images {
    height: 260px;
  }
  .job-page .add .card2.bg_light_blue .images img:nth-child(1) {
    bottom: 4% !important;
    right: 61% !important;
    top: unset !important;
  }
  .job-page .add .card2.bg_light_blue .images img:nth-child(2) {
    top: unset !important;
    right: 5% !important;
  }
  .job-page .add .card2.bg_light_blue .images img:nth-child(3) {
    bottom: 1% !important;
    right: 17% !important;
  }
  .job-page .add .card2.rtl .images {
    height: 260px;
    position: relative;
  }
  .job-page .add .card2.rtl .images img:nth-child(1) {
    right: 55% !important;
    top: 8% !important;
    left: unset;
  }
  .job-page .add .card2.rtl .images img:nth-child(2) {
    top: -32% !important;
    left: 55% !important;
  }
  .job-page .add .card2.rtl .images img:nth-child(3) {
    left: 28% !important;
  }
  .banner-aboutus .main-text {
    padding-right: 1rem !important;
  }
  .resume-banner .image {
    text-align: center;
  }
  .job-seeker-card {
    margin: 0 3rem;
  }
  .job-seeker-card .header .arrow {
    display: block !important;
    top: unset !important;
    bottom: -10rem !important;
    right: 67% !important;
    transform: rotateY(180deg) rotateZ(90deg) !important;
  }
}
@media screen and (max-width: 648px) {
  .main-page .rectangle {
    height: 280%;
    width: 100%;
    top: -108% !important;
  }
  .hero .text h1 {
    font-size: 24px;
    margin: 5rem auto 3rem auto;
  }
  .select-lg-country .css-1jqq78o-placeholder, .select-lg-country .css-1dimb5e-singleValue {
    margin-left: 0.25rem !important;
  }
  .hero .search {
    display: inline-block;
    border: unset;
    background-color: unset;
    box-shadow: unset;
    width: 100%;
    padding: 1.5rem;
  }
  .hero .search div {
    width: 100%;
    position: relative;
  }
  .hero .search .css-13cymwt-control div:last-child, .hero .search .css-t3ipsp-control div:last-child {
    width: auto;
  }
  .hero .search img {
    position: absolute;
    top: 19px;
    left: 10px;
    z-index: 1;
  }
  .hero .search .css-13cymwt-control input {
    border: unset !important;
    padding: 12px 8px 8px !important;
    margin-left: 20px !important;
  }
  .hero .search input {
    width: 100%;
    border: 1px solid rgba(20, 20, 20, 0.1) !important;
    border-radius: 10px;
    padding: 18px 18px 18px 36px !important;
    background-color: white;
  }
  .hero .search .secondary-button,
  .hero .search .primary-button {
    width: 100%;
    margin-top: 1rem;
  }
  .hero .search .css-13cymwt-control input, .hero .search .css-t3ipsp-control input {
    border: unset !important;
    padding: 12px 8px 8px !important;
    margin-left: 20px !important;
  }
  .css-1dimb5e-singleValue {
    margin-left: 26px !important;
    padding-top: 3px;
  }
  .css-1jqq78o-placeholder {
    margin-left: 30px !important;
  }
  .hero .css-13cymwt-control,
  .hero .css-t3ipsp-control {
    border: 1px solid rgba(20, 20, 20, 0.1) !important;
    border-radius: 10px !important;
  }
  .css-1nmdiq5-menu {
    position: absolute;
    z-index: 99999 !important;
  }
  .hero .css-b62m3t-container {
    position: absolute !important;
  }
  .hero .search button {
    margin-top: 4.5rem !important;
  }
}
@media screen and (max-width: 526px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
  .filter-resume .swiper-pagination-bullets {
    top: -100px !important;
  }
  .filter .buttons-group, .jobseeker-container .buttons-group {
    width: 90% !important;
  }
  .filter .jobSeeker .main-image .ellipse-0 img, .jobseeker-container .jobSeeker .main-image .ellipse-0 img {
    margin-left: calc(50% - 181px) !important;
  }
  .filter .employer .main-image .ellipse-0 img, .jobseeker-container .employer .main-image .ellipse-0 img {
    margin-left: calc(50% - 98px) !important;
  }
  .main-page .rectangle {
    top: -123% !important;
  }
  .category-card {
    width: 100% !important;
  }
  .job-page .add .card2.rtl .images img:nth-child(2) {
    left: 40% !important;
  }
  .job-page .add .card2.rtl .images img:nth-child(3) {
    left: 17% !important;
  }
  .job-page .add .card2.rtl .images img:nth-child(1) {
    right: 43% !important;
  }
  .hero .search {
    background-color: unset !important;
    box-shadow: unset !important;
    border: unset !important;
  }
  .searchCard .texts,
  .searchCard .color {
    display: none !important;
  }
  .searchCard,
  .job-search {
    background-color: unset;
  }
  .banner-question .question {
    display: flex;
    align-content: center;
    position: relative;
    justify-content: center;
  }
  .banner-question .question .number {
    width: 3.25rem !important;
    height: 3.25rem !important;
    line-height: 3.25rem !important;
    font-size: 24px !important;
    position: absolute;
    left: 1rem;
  }
  .banner-question .question .text {
    display: flex;
    align-items: center;
    flex-basis: 95% !important;
    transform: translateX(0rem) !important;
  }
  .static-card {
    gap: 0.5rem;
  }
  .static-card .image {
    padding: 0.25rem;
  }
  .static-card .count {
    font-size: 21px;
  }
  .job-card .image {
    width: 120%;
  }
  .sm-px-1 {
    padding: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 445px) {
  .categories .category-card h4 {
    font-size: 19px !important;
  }
  .mycard {
    width: 100%;
    min-height: 9.5rem;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .mix.show.col-md-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #offcanvas {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    align-self: flex-start;
  }
  #offcanvas.col {
    position: relative;
    top: 0;
  }
  #offcanvas.col .header {
    background-color: #f6fdff;
  }
  .job-search-sticky {
    position: sticky;
    top: 0.2rem;
    z-index: 4;
  }
  .main-title {
    position: sticky;
    top: 7.7rem;
    background: white;
    padding: 1rem 0;
    z-index: 3;
  }
  .search-header-icon {
    display: flex !important;
  }
  header .nav-item.dropdown:not(.avatar):hover {
    padding-bottom: unset;
  }
  .col-lg-3 {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .mix.show.col-xl-4 {
    width: 33.33333333%;
  }
}



/*# sourceMappingURL=style.css.map */
.override-searchCard {
  max-width: 100% !important;
}
.requirements-cat{
  height: auto !important;
}
.sidebar-horzintal .sidebar-container{
  height: auto;
  /* background-color: #F2F7FD; */
  
}
.portfolio-gallery-req {
  width: 100%;
  max-width: 800px; /* یا هر عرض دلخواه */
  margin: 0 auto;
  /* border: #000000 solid 1px; */
  /* padding: auto; */
}

.main-img-div {
  width: 100%;
  height: 400px; /* اندازه یکسان برای بخش عکس اصلی */
  overflow: hidden; /* جلوگیری از بیرون زدن عکس از کادر */
}

.main-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* تصاویری که بزرگتر از کادر هستند به اندازه کادر برش می‌خورند */
  border-radius: 8px;
}

.gallery-items-req-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  height: auto; /* ارتفاع به اندازه بندانگشتی‌ها تنظیم خواهد شد */
  margin-top: 10px; /* فاصله از بخش اول */
}

.gallery-item-req {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  margin: 5px; /* فاصله بین عکس‌ها */
}

/* .gallery-item-req:hover {
  transform: scale(1.1);
} */


