* {
  font-family: "Mulish", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label,
button,
.nav-link {
  margin: 0;
  padding: 0;
}

.required {
  color: red;
}

.badge_md {
  padding: 3px 10px;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #ede1e1;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.55px;
}

.badge_sm {
  padding: 2px 6px 2px 6px;
  gap: 10px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10.04px;
  color: #2c3e57;
  background: #e7edf4;
}

.badge_light_green {
  padding: 2px 8px;
  background: #daf9f0;
  border-radius: 2px;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.badge_light_green a {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 700;
  line-height: 10.04px;
  text-align: left;
  color: #2c3e57;
  text-decoration: none;
}

/* Target the scrollbar */
::-webkit-scrollbar {
  width: 4px; /* Change width for vertical scrollbar */
  height: 8px; /* Change height for horizontal scrollbar */
}

/* Customize the track (background) */
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

/* Customize the thumb (scroll indicator) */
::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}

.dropdown .dropdown-toggle::after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /%3E%3C/svg%3E');
  border: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition-duration: 0.6s;
}

.dropdown .dropdown-toggle.show::after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /%3E%3C/svg%3E');
  transform: rotate(180deg);
}

.dropdown-toggle {
  color: #978282;
}

.dropdown-menu {
  border-radius: 8px;
  margin: 4px 0 0 0 !important;
}
.dropdown-menu .dropdown-item {
  color: #555;
  cursor: pointer;
  display: flex;
  gap: 8px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 30.12px;
  color: #000;
}

.sub_heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.08px;
  color: #978282;
}

.btn {
  padding: 10px 16px;
  gap: 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
}
.btn.btn_md_transbg {
  border: 1px solid #ede1e1;
  color: #2c3e57;
  background: transparent;
}
.btn.btn_md_primary {
  border: 1px solid #0249ae;
  color: #fff;
  background: #0249ae;
}
.btn.btn_md_warning {
  border: 1px solid #dc3545;
  color: #fff;
  background: #dc3545;
}

.btn_normal {
  padding: 10px 16px;
  gap: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
}
.btn_normal.btn_md_transbg {
  border: 1px solid #ede1e1;
  color: #2c3e57;
  background: transparent;
}
.btn_normal.btn_md_primary {
  border: 1px solid #0249ae;
  color: #fff;
  background: #0249ae;
}

.bookmark-icon {
  cursor: pointer;
}
.bookmark-icon svg path {
  transition: stroke 0.3s;
}
.bookmark-icon:hover svg path, .bookmark-icon.clicked svg path {
  stroke: #0249ae; /* Hover color */
  fill: #0249ae;
}

.share_icon {
  background-color: #f1f1f1;
  border-radius: 50%;
  padding: 8px;
}
.share_icon a {
  display: flex;
  align-items: center;
}
.share_icon svg {
  width: 16px;
  height: 16px;
  stroke: #556378;
}

.unigap {
  padding: 42px 0;
}

header .navbar-brand img {
  width: 114px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
header .navbar-nav {
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  header .navbar-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-nav {
    gap: 16px;
  }
}
header .navbar_right_content {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .navbar_right_content {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar_right_content {
    display: grid;
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar_right_content .nav-link {
    padding: 20px 0 0 0;
  }
}
header .navbar_right_content .nav_btn_section {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .navbar_right_content .nav_btn_section {
    gap: 10px;
  }
}
header .nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #000;
  display: flex;
  gap: 8px;
  align-items: center;
}
header .nav-link.active span::after {
  width: 100%;
  left: 0;
}
header .nav-link svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .nav-link span {
  position: relative;
}
header .nav-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #0249ae;
  transition: all 0.3s ease;
}
header .nav-link span:hover::after {
  width: 100%;
  left: 0;
}
header .nav-link:hover {
  color: #004aad;
}

.banner_section {
  display: grid;
  gap: 40px;
}
.banner_section .banner_heading {
  display: grid;
  gap: 12px;
}
.banner_section .banner_heading .banner_title {
  font-size: 40px;
  font-weight: 800;
  line-height: 50.2px;
  text-align: center;
  color: #2c3e57;
}
@media screen and (max-width: 767px) {
  .banner_section .banner_heading .banner_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .banner_section .banner_heading .banner_title {
    font-size: 28px;
  }
}
.banner_section .banner_heading .banner_title span {
  color: #0249ae;
}
.banner_section .banner_heading .des {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.08px;
  text-align: center;
}
.banner_section .banner_form_section .search-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  background-color: white;
  border-radius: 25px;
  padding: 12px 16px;
  border-radius: 20px;
  border: 1px solid #ede1e1;
}
@media screen and (max-width: 991px) {
  .banner_section .banner_form_section .search-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: none;
    align-items: end;
  }
}
@media screen and (max-width: 500px) {
  .banner_section .banner_form_section .search-bar {
    grid-template-columns: 1fr;
  }
}
.banner_section .banner_form_section .search-bar .search-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .banner_section .banner_form_section .search-bar .search-section {
    display: grid;
  }
}
@media screen and (max-width: 991px) {
  .banner_section .banner_form_section .search-bar .search-section.search_category .divider {
    display: none;
  }
}
.banner_section .banner_form_section .search-bar .search-section span {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.banner_section .banner_form_section .search-bar .button_section {
  width: 100px;
}
@media screen and (max-width: 991px) {
  .banner_section .banner_form_section .search-bar .button_section {
    width: 100%;
  }
  .banner_section .banner_form_section .search-bar .button_section .btn {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
  }
}
.banner_section .banner_form_section .search-bar label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #2c3e57;
}
.banner_section .banner_form_section .search-bar .category-select {
  border: none;
  outline: none;
  padding: 6px 10px;
  font-size: 14px;
  color: #978282;
  font-weight: 600;
  line-height: 17.57px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 991px) {
  .banner_section .banner_form_section .search-bar .category-select {
    border-radius: 8px;
    border: 1px solid #ede1e1;
    padding: 12px 16px;
  }
}
.banner_section .banner_form_section .search-bar .category-select:focus {
  outline: none;
  box-shadow: none;
}
.banner_section .banner_form_section .search-bar .divider {
  height: 24px;
  width: 1px;
  background-color: #ddd;
}
.banner_section .banner_form_section .more_options {
  margin: 10px 0 0 0;
}
.banner_section .banner_form_section .more_options .multi-select-dropdown1,
.banner_section .banner_form_section .more_options .multi-select-dropdown3,
.banner_section .banner_form_section .more_options .multi-select-dropdown2 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.banner_section .banner_form_section .more_options .multi-select-dropdown1 .dropdown-toggle,
.banner_section .banner_form_section .more_options .multi-select-dropdown3 .dropdown-toggle,
.banner_section .banner_form_section .more_options .multi-select-dropdown2 .dropdown-toggle {
  width: 100%;
  background: transparent;
  border: 1px solid #ede1e1;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  padding: 8px 20px 8px 12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  gap: 8px;
}
@media screen and (max-width: 550px) {
  .banner_section .banner_form_section .more_options .multi-select-dropdown1 .dropdown-toggle,
  .banner_section .banner_form_section .more_options .multi-select-dropdown3 .dropdown-toggle,
  .banner_section .banner_form_section .more_options .multi-select-dropdown2 .dropdown-toggle {
    justify-content: flex-start;
  }
}
.banner_section .banner_form_section .more_options .multi-select-dropdown1 .dropdown-toggle span,
.banner_section .banner_form_section .more_options .multi-select-dropdown3 .dropdown-toggle span,
.banner_section .banner_form_section .more_options .multi-select-dropdown2 .dropdown-toggle span {
  color: #978282 !important;
}
.banner_section .banner_form_section .more_options .multi-select-dropdown1 .dropdown-menu .dropdown-item,
.banner_section .banner_form_section .more_options .multi-select-dropdown3 .dropdown-menu .dropdown-item,
.banner_section .banner_form_section .more_options .multi-select-dropdown2 .dropdown-menu .dropdown-item {
  padding: 4px 0 !important;
}
.banner_section .banner_form_section .more_options .multi-select-dropdown1 .dropdown-toggle::after,
.banner_section .banner_form_section .more_options .multi-select-dropdown3 .dropdown-toggle::after,
.banner_section .banner_form_section .more_options .multi-select-dropdown2 .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
}
.banner_section .banner_form_section .more_options .multi-select-dropdown1 .dropdown-toggle.active::after,
.banner_section .banner_form_section .more_options .multi-select-dropdown3 .dropdown-toggle.active::after,
.banner_section .banner_form_section .more_options .multi-select-dropdown2 .dropdown-toggle.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.banner_section .banner_form_section .more_options .more_option_btn {
  border: 1px solid #e7e9eb;
  color: #555;
  background: #e7e9eb;
  text-align: right;
  float: right;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.banner_section .banner_form_section .more_options .moreoption_content {
  display: none;
  margin-top: 10px;
}
.banner_section .banner_form_section .more_options .moreoption_content .more_option_divide {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 550px) {
  .banner_section .banner_form_section .more_options .moreoption_content .more_option_divide {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 400px) {
  .banner_section .banner_form_section .more_options .moreoption_content .more_option_divide {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.banner_section .banner_form_section .more_options .moreoption_content .more_option_divide .multi-select-dropdown {
  border: 1px solid #ede1e1;
  border-radius: 24px;
}
.banner_section .banner_form_section .more_options .moreoption_content .more_option_divide .multi-select-dropdown .dropdown-toggle {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-align: left;
  position: relative;
  color: #978282;
  padding: 6px 10px 6px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner_section .banner_form_section .more_options .moreoption_content .more_option_divide .multi-select-dropdown .dropdown-menu {
  border-radius: 8px;
}

.feature_job {
  display: grid;
  gap: 24px;
}
.feature_job .header_section {
  display: grid;
  gap: 8px;
}
.feature_job .feature_job_divide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .feature_job .feature_job_divide {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .feature_job .feature_job_divide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 510px) {
  .feature_job .feature_job_divide {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature_job .feature_job_divide .single_feature {
  padding: 20px;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #ede1e1;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 100%;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .image_section {
  padding: 10px;
  gap: 10px;
  border-radius: 5px;
  background-color: #e7edf4;
  height: -moz-fit-content;
  height: fit-content;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .image_section svg {
  height: 20px;
  width: 20px;
  color: #2c3e57;
  line-height: 0;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .main_section_detail {
  display: grid;
  gap: 5px;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .main_section_detail .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  color: #0249ae;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .main_section_detail .social_media {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #978282;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .main_section_detail .location {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #2c3e57;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .bookmark-icon {
  cursor: pointer;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .bookmark-icon svg path {
  transition: stroke 0.3s;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .bookmark-icon:hover svg path, .feature_job .feature_job_divide .single_feature .single_feature_divide .main_section .bookmark-icon.clicked svg path {
  stroke: #0249ae; /* Hover color */
  fill: #0249ae;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .badge_section {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .payment_section {
  display: flex;
  gap: 12px;
  align-items: center;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .payment_section .payment {
  display: flex;
  gap: 2px;
  align-items: center;
  color: #2c3e57;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.57px;
}
@media screen and (max-width: 767px) {
  .feature_job .feature_job_divide .single_feature .single_feature_divide .payment_section .payment {
    font-size: 12px;
  }
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .payment_section .payment svg {
  width: 20px;
  height: 20px;
  color: #2c3e57;
}
.feature_job .feature_job_divide .single_feature .single_feature_divide .payment_section .time {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.57px;
  color: #978282;
}
.feature_job .see_more a {
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.find_employer .customer-logos .owl-stage {
  display: flex;
  margin: 0 1px;
}
.find_employer .slider_section {
  padding: 24px 0;
}
.find_employer .slider_section .slide {
  padding: 12px 18px;
  border-radius: 20px;
  border: 1px solid #ede1e1;
  height: 100%;
}
.find_employer .slider_section .slide .slide_divide {
  display: grid;
  gap: 12px;
}
.find_employer .slider_section .slide .slide_divide a {
  text-decoration: none;
}
.find_employer .slider_section .slide .slide_divide a.image_name {
  display: grid;
  gap: 12px;
}
.find_employer .slider_section .slide .slide_divide a.image_name img {
  width: auto;
  max-width: 100%;
  max-height: 50px;
  min-height: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  text-align: left;
}
.find_employer .slider_section .slide .slide_divide a h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #000;
  text-decoration: none;
}
.find_employer .slider_section .slide .slide_divide .jobs a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.quick_search {
  display: grid;
  gap: 12px;
}
.quick_search .quick_search_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.08px;
  color: #2c3e57;
}
.quick_search .quick_search_divide {
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .quick_search .quick_search_divide {
    gap: 24px;
  }
}
.quick_search .quick_search_divide .single_quick_search {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  align-items: baseline;
}
@media screen and (max-width: 500px) {
  .quick_search .quick_search_divide .single_quick_search {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.quick_search .quick_search_divide .single_quick_search .category_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  color: #2c3e57;
}
.quick_search .quick_search_divide .single_quick_search ul.category_list {
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (max-width: 500px) {
  .quick_search .quick_search_divide .single_quick_search ul.category_list {
    gap: 8px;
  }
}
.quick_search .quick_search_divide .single_quick_search ul.category_list .single_category {
  list-style: none;
  line-height: normal;
}
.quick_search .quick_search_divide .single_quick_search ul.category_list .single_category a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #2c3e57;
  display: flex;
  align-items: center;
  gap: 4px;
}
.quick_search .quick_search_divide .single_quick_search ul.category_list .single_category a svg {
  width: 14px;
  height: 14px;
}

.footer_breakpoint {
  margin: 40px 0;
  border-bottom: 1px solid #ede1e1;
}

.footer_category {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .footer_category {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.footer_category .single_category {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_category .single_category .single_category_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.1px;
  color: #2c3e57;
}
.footer_category .single_category ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_category .single_category ul li {
  list-style: none;
}
.footer_category .single_category ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.08px;
  color: #2c3e57;
}
.footer_category .single_category.social ul li a {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer_category .single_category.social ul li a svg {
  width: 25px;
  height: 25px;
}

.eloom_acknowledges {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .eloom_acknowledges {
    display: grid;
  }
}
.eloom_acknowledges .image_section img {
  width: 145px;
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eloom_acknowledges .eloom_acknowledges_des p {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #2c3e57;
}

.main_footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .main_footer {
    display: grid;
  }
}
.main_footer .image_section img {
  width: 91px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_footer .footer_detail ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .main_footer .footer_detail ul {
    gap: 12px;
  }
}
.main_footer .footer_detail ul li {
  list-style: none;
}
.main_footer .footer_detail ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #978282;
  text-decoration: none;
}

.multi-select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .multi-select-dropdown {
    border: 1px solid #ede1e1;
    border-radius: 8px;
  }
}
.multi-select-dropdown .dropdown-toggle {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  position: relative;
  color: #978282;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .multi-select-dropdown .dropdown-toggle {
    padding: 6px 0;
  }
}
.multi-select-dropdown .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
}
.multi-select-dropdown .dropdown-toggle.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.multi-select-dropdown .dropdown-toggle span {
  color: #978282 !important;
  padding: 6px 10px;
  font-size: 14px;
  color: #978282;
  font-weight: 600;
  line-height: 17.57px;
}
.multi-select-dropdown .dropdown-menu {
  position: absolute;
  background: white;
  border: 1px solid #ede1e1;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 4px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.multi-select-dropdown .dropdown-menu.hidden {
  display: none;
}
.multi-select-dropdown .dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
}
.multi-select-dropdown .dropdown-search {
  padding: 8px;
  border: 1px solid #ede1e1;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  margin: 8px;
}
.multi-select-dropdown .clear-selection {
  position: absolute;
  right: 8px;
  top: 7px;
  cursor: pointer;
  color: red;
  display: none;
}
.multi-select-dropdown .clear-selection svg {
  height: 28px;
  width: 28px;
}
.multi-select-dropdown .clear-selection.visible {
  display: inline;
}

.search_page_section.share_page .search_page_section_divide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.search_page_section.share_page .right_job_sec_divide .single_right_job_section {
  height: auto;
  border: none;
  padding: 0;
}
.search_page_section.share_page .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des .about_section ul {
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .search_page_section.share_page .right_job_sec_divide {
    display: block;
  }
}
.search_page_section .search_page_section_divide {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .search_page_section .search_page_section_divide {
    grid-template-columns: 1fr;
  }
}
.search_page_section .single_left_job_sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  /* Target the scrollbar */
}
@media screen and (max-width: 991px) {
  .search_page_section .single_left_job_sec {
    height: auto;
  }
}
.search_page_section .single_left_job_sec .job_upper_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search_page_section .single_left_job_sec .job_upper_section .job_listed_section {
  height: 100vh;
  overflow-y: scroll;
}
.search_page_section .single_left_job_sec .job_upper_section .job_listed_section::-webkit-scrollbar {
  display: none;
}
.search_page_section .single_left_job_sec .pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 0;
  background: #fff;
}
.search_page_section .single_left_job_sec .pagination-container .page-link {
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.search_page_section .single_left_job_sec .pagination-container .page-item.active .page-link {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
  color: black;
}
.search_page_section .single_left_job_sec .pagination-container .pagination button {
  border-radius: 10px;
  padding: 5px 12px;
  border: 1px solid #cfe2ff;
  background: transparent;
  font-weight: bold;
}
.search_page_section .single_left_job_sec .pagination-container .preBtn,
.search_page_section .single_left_job_sec .pagination-container .nextBtn {
  border-radius: 4px;
}
.search_page_section .single_left_job_sec .job_sorted {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.search_page_section .single_left_job_sec .job_sorted .sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.search_page_section .single_left_job_sec .job_sorted .sort .dropdown .btn {
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.search_page_section .single_left_job_sec .job_sorted .sort .dropdown .btn:focus {
  outline: 0;
  box-shadow: none;
  outline: none;
}
.search_page_section .single_left_job_sec .nav-pills.single_left_job_sec_divide {
  gap: 20px;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link {
  color: inherit;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .search_page_section .single_left_job_sec .nav-pills .nav-link.show_large_dvd {
    display: none;
  }
}
.search_page_section .single_left_job_sec .nav-pills .nav-link.show_on_sm_dvc {
  display: none;
}
@media screen and (max-width: 991px) {
  .search_page_section .single_left_job_sec .nav-pills .nav-link.show_on_sm_dvc {
    display: block;
  }
}
.search_page_section .single_left_job_sec .nav-pills .nav-link.active {
  color: inherit;
  background-color: transparent;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link.active .single_left_job_section {
  border: 3px solid #0249ae;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section {
  padding: 10px 12px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #0249ae;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part {
  display: grid;
  gap: 16px;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .title_section {
  display: grid;
  gap: 6px;
  text-align: left;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .title_section .main_title_divide {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .title_section .main_title_divide .main_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20.08px;
  color: #2c3e57;
  text-decoration: none;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .title_section .sub_title {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 12.55px;
  text-align: left;
  color: #2c3e57;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .badge_section {
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .badge_section li {
  list-style: none;
  line-height: 14px;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 10.04px;
  text-align: left;
  color: #2c3e57;
  text-decoration: none;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .easy_apply {
  display: grid;
  gap: 12px;
  text-align: left;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .easy_apply .easy_apply_icons {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 10.04px;
  text-align: left;
  display: flex;
  gap: 4px;
  text-decoration: none;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 10.04px;
  text-align: left;
  color: #2c3e57;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .easy_apply .easy_apply_icons img {
  width: 13px;
  height: 13px;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .easy_apply .facilities {
  padding: 0 20px;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .easy_apply .facilities ul {
  padding: 0;
  display: grid;
  gap: 4px;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .easy_apply .facilities ul li {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  list-style: circle;
}
.search_page_section .single_left_job_sec .nav-pills .nav-link .single_left_job_section .main_part .posted_time {
  font-family: Mulish;
  font-size: 10px;
  font-weight: 400;
  line-height: 7.53px;
  text-align: left;
  color: #3e4754;
}
@media screen and (max-width: 991px) {
  .search_page_section .right_job_sec_divide {
    display: none;
  }
}
.search_page_section .right_job_sec_divide .single_right_job_section {
  overflow-x: hidden;
  overflow-y: auto;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ede1e1;
}
.search_page_section .right_job_sec_divide .single_right_job_section.if_content_not_found {
  background-color: #f3f5f7;
  padding: 0;
}
.search_page_section .right_job_sec_divide .single_right_job_section.if_content_not_found .job_detail_right_section {
  padding: 40px;
}
.search_page_section .right_job_sec_divide .single_right_job_section.if_content_not_found .job_detail_right_section h4.header {
  font-weight: 600;
  font-size: 22px;
}
.search_page_section .right_job_sec_divide .single_right_job_section.if_content_not_found .job_detail_right_section h4.header svg {
  height: 24px;
  width: 24px;
}
.search_page_section .right_job_sec_divide .single_right_job_section.if_content_not_found .job_detail_right_section p {
  font-size: 14px;
  color: #555;
}
.search_page_section .right_job_sec_divide .single_right_job_section.if_content_not_found .job_detail_right_section .image_section {
  margin: 40px auto;
}
.search_page_section .right_job_sec_divide .single_right_job_section.if_content_not_found .job_detail_right_section .image_section img {
  height: 200px;
  width: 200px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .warning-text {
  color: #8c5700;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section label {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .learn_how {
  text-decoration: underline;
  color: #2c3e57;
  cursor: pointer;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .learn_how.toggle-section {
  font-size: 18px;
  font-weight: 700;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section input,
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section select,
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section textarea {
  border: 2px solid #ede1e1;
  padding: 8px 12px;
  color: #978282;
  border-radius: 5px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section input:focus,
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section select:focus,
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section textarea:focus {
  outline: none;
  box-shadow: none;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .toggle-section {
  text-decoration: underline;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .warning-text i {
  margin-right: 5px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .hidden {
  display: none;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .title_section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .title_section .main_title_divide {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .title_section .main_title_divide .main_title a {
  font-size: 18px;
  font-weight: 700;
  line-height: 20.08px;
  color: #2c3e57;
  text-decoration: none;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .title_section .sub_title {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 12.55px;
  text-align: left;
  color: #2c3e57;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section svg {
  height: 14px;
  width: 14px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section .payment,
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section .time_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section .payment .time_section_divide,
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section .time_section .time_section_divide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section .payment .time_section_divide li,
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .payment_time_section .time_section .time_section_divide li {
  list-style: none;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .occupation_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .job_detail_and_location_section {
  border-top: 1px solid #ede1e1;
  border-bottom: 1px solid #ede1e1;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .job_detail_and_location_section .title {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  text-align: left;
  color: #2c3e57;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .job_detail_and_location_section p {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 12.55px;
  text-align: left;
  color: #2c3e57;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .job_detail_and_location_section p a {
  color: #2c3e57;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .job_detail_and_location_section .job_detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des .title {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  text-align: left;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des .about_section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des .about_section .title {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #556378;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des .about_section p {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #556378;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des .about_section ul {
  padding: 0 14px;
}
.search_page_section .right_job_sec_divide .single_right_job_section .job_detail_right_section .full_job_des .about_section ul li {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #556378;
}

.login_page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.login_page .card-container {
  display: flex;
  background-color: #fff;
  overflow: hidden;
}
.login_page .left-panel {
  flex-direction: column;
  background-color: #f3f0f0;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .login_page .left-panel {
    display: none;
  }
}
.login_page .left-panel img {
  max-width: 100%;
  height: auto;
}
.login_page .right-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  padding: 40px;
  height: 100vh;
  gap: 20px;
}
.login_page .right-panel button {
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}
.login_page .right-panel .button_sections {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.login_page .main_form_section {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-width: 400px;
}
@media screen and (max-width: 500px) {
  .login_page .main_form_section {
    min-width: auto;
  }
}
.login_page .main_form_section .header_section {
  display: grid;
  gap: 8px;
  text-align: center;
}
.login_page .main_form_section .header_section p {
  color: #737373;
  font-size: 14px;
}
.login_page .main_form_section label {
  font-weight: 700;
  font-size: 14px;
}
.login_page .main_form_section input {
  border-radius: 4px;
}
.login_page .main_form_section .btn.btn-dark {
  border-radius: 4px;
}
.login_page .form-title {
  font-size: 20px;
  font-weight: 700;
}
.login_page .back-button {
  background: #f5f5f5;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #171717;
  font-weight: bold;
  border: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.login_page .back-button a {
  color: #171717;
}
.login_page .jobseekers-button {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #171717;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
}
.login_page .jobseekers-button:hover {
  background: #f5f5f5;
}
.login_page .jobseekers-button svg {
  width: 18px;
  height: 18px;
  color: #878787;
}
.login_page .back-button svg {
  width: 18px;
  height: 18px;
}
.login_page .btn.continue_google_btn {
  border: 1px solid #e5e5e5;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #171717;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.login_page .btn.continue_google_btn:hover {
  background: #f5f5f5;
}
.login_page .logo {
  display: flex;
  align-items: baseline;
}
.login_page .left_body {
  flex-direction: column;
  background-color: #f3f0f0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.login_page .not_reg {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
}
.login_page .not_reg a {
  text-decoration: none;
}
.login_page .divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.login_page .divider::before,
.login_page .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #d3d3d3;
}
.login_page .divider::before {
  margin-right: 10px;
}
.login_page .divider::after {
  margin-left: 10px;
}
.login_page .divider-text {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.job_apply {
  margin: 40px 0;
}
.job_apply .hide_selecting_database {
  display: none;
}
.job_apply .job_apply_title {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 550px) {
  .job_apply .job_apply_title {
    display: flex;
    flex-direction: column;
  }
}
.job_apply .job_apply_title img {
  width: 128px;
  height: 118px;
  -o-object-fit: contain;
     object-fit: contain;
}
.job_apply .job_apply_title .developer_detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.job_apply .job_apply_title .developer_detail h2 {
  font-family: Mulish;
  font-weight: 600;
  font-size: 24px;
  line-height: 30.12px;
  letter-spacing: 0%;
  color: #000;
}
.job_apply .job_apply_title .developer_detail p,
.job_apply .job_apply_title .developer_detail a {
  font-family: Mulish;
  font-weight: 600;
  font-size: 16px;
  line-height: 20.08px;
  letter-spacing: 0%;
  color: #5e4a4a;
}
.job_apply .job_apply_title .developer_detail a {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #5b4b4b;
  text-decoration-thickness: Auto;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.job_apply .form-title {
  font-size: 20px;
  font-weight: 700;
}
.job_apply p {
  color: #737373;
  font-size: 14px;
}
.job_apply form {
  margin: auto;
  border-radius: 16px;
}
.job_apply form .main_form_divide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .job_apply form .main_form_divide {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .job_apply form .main_form_divide {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.job_apply form .main_form_divide label {
  font-weight: 700;
}
.job_apply form .form_dvd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  /* Remove background color and border from Choose file button */
}
@media screen and (max-width: 1050px) {
  .job_apply form .form_dvd {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.job_apply form .form_dvd textarea {
  border: 2px solid #ede1e1;
  padding: 14px 24px;
  color: #978282;
  border-radius: 5px;
}
.job_apply form .form_dvd textarea::placeholder, .job_apply form .form_dvd textarea:-ms-input-placeholder, .job_apply form .form_dvd textarea::-ms-input-placeholder {
  color: #978282; /* Change this to your desired color */
  opacity: 1;
}
.job_apply form .form_dvd textarea:focus {
  outline: none;
  box-shadow: none;
}
.job_apply form .form_dvd label {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin: 0;
}
.job_apply form .form_dvd .upload-label {
  font-weight: 600;
  display: block;
}
.job_apply form .form_dvd .upload-label span {
  color: red;
}
.job_apply form .form_dvd .form-control::file-selector-button {
  background: none;
  border: none;
  border-right: 1px solid #978282;
  color: inherit;
  font-weight: 500;
  padding: 4px 12px;
  cursor: pointer;
}
.job_apply form .form_dvd .form-control::file-selector-button:hover {
  text-decoration: underline;
  background: none;
}
.job_apply form .submit_form {
  text-align: right;
}
.job_apply form .submit_form .apply_btn {
  border: none;
  border: 2px solid #0249ae;
  background-color: #0249ae;
  border-radius: 12px;
  padding: 12px 30px;
}
.job_apply form .submit_form .apply_btn:hover {
  background: transparent;
  color: #0249ae;
}/*# sourceMappingURL=style.css.map */