.careers {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .careers {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .careers {
    padding-top: 80px;
    padding-bottom: 135px;
  }
}

.careers-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 12px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .careers-filter {
    margin-bottom: 78px;
  }
}

.careers-filter .form-control {
  height: 56px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 11px;
  overflow: hidden;
  padding-left: 20px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: "Sora", sans-serif;
}

@media screen and (min-width: 1200px) {
  .careers-filter .form-control {
    width: 254px;
    height: 56px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-filter .form-control {
    width: 274px;
    height: 67px;
  }
}

.careers-filter .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 55%;
  font-size: 14px;
  font-weight: 400;
}

.careers-filter .form-control::-moz-placeholder {
  color: #000;
  opacity: 55%;
  font-size: 14px;
  font-weight: 400;
}

.careers-filter .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 55%;
  font-size: 14px;
  font-weight: 400;
}

.careers-filter .form-control::-ms-input-placeholder {
  color: #000;
  opacity: 55%;
  font-size: 14px;
  font-weight: 400;
}

.careers-filter .form-control::placeholder {
  color: #000;
  opacity: 55%;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .careers-filter .form-control::-webkit-input-placeholder {
    font-size: 15px;
  }

  .careers-filter .form-control::-moz-placeholder {
    font-size: 15px;
  }

  .careers-filter .form-control:-ms-input-placeholder {
    font-size: 15px;
  }

  .careers-filter .form-control::-ms-input-placeholder {
    font-size: 15px;
  }

  .careers-filter .form-control::placeholder {
    font-size: 15px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-filter .form-control::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
  }

  .careers-filter .form-control::-moz-placeholder {
    font-size: 15px;
    font-weight: 400;
  }

  .careers-filter .form-control:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 400;
  }

  .careers-filter .form-control::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 400;
  }

  .careers-filter .form-control::placeholder {
    font-size: 15px;
    font-weight: 400;
  }
}

.careers-filter .select2-container {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .careers-filter .select2-container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.careers-filter .select2-container .select2-selection--single {
  height: 57px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 11px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .careers-filter .select2-container .select2-selection--single {
    width: 254px;
    height: 57px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-filter .select2-container .select2-selection--single {
    width: 274px;
    height: 67px;
  }
}

.careers-filter .select2-container .select2-selection__rendered {
  padding: 14px 0;
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .careers-filter .select2-container .select2-selection__rendered {
    padding-left: 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-filter .select2-container .select2-selection__rendered {
    padding: 20px 0;
    padding-left: 20px;
  }
}

.careers-filter .select2-container .select2-selection__arrow,
.careers-filter .select2-container .select2-selection__clear {
  top: 20px;
  right: 5px;
}

.careers-filter .select2-container .select2-selection__placeholder {
  color: #000;
  opacity: 55%;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .careers-filter .select2-container .select2-selection__placeholder {
    font-size: 15px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-filter .select2-container .select2-selection__placeholder {
    font-size: 15px;
    font-weight: 400;
  }
}

.careers-filter .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dedede;
  border-radius: 11px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .careers-filter .search {
    width: 457px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-filter .search {
    width: 557px;
  }
}

.careers-filter .search .form-control {
  border: none;
  width: 100%;
}

.careers-filter .search .btn {
  background-color: #025d78;
  border-radius: 11px;
  color: #fff;
  padding: 15px 18px;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .careers-filter .search .btn {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-filter .search .btn {
    padding: 20px 24px;
  }
}

.careers-filter .search .btn .icon-search {
  font-size: 22px;
}

.careers-list .row {
  row-gap: 25px;
}

@media screen and (min-width: 1200px) {
  .careers-list .row {
    row-gap: 34px;
  }
}

.careers-list .col-lg-6 {
  padding: 0 15px;
}

.careers-list .card {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(2, 93, 120, 0.33);
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .careers-list .card {
    padding: 20px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-list .card {
    padding: 40px;
  }
}

.careers-list .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers-list .card-header span {
  display: inline-block;
}

.careers-list .card-header .datetime {
  color: #309689;
  background-color: rgba(48, 150, 137, 0.1019607843);
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  .careers-list .card-header .datetime {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-list .card-header .datetime {
    font-size: 16px;
  }
}

.careers-list .card-header button {
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.careers-list .card-header .icon-save {
  font-size: 23px;
}

.careers-list .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-list .card-body img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  height: 36px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .careers-list .card-body img {
    margin-bottom: 0;
  }
}

.careers-list .card-body .title {
  font-size: 20px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .careers-list .card-body .title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .careers-list .card-body .title {
    font-size: 28px;
  }
}

.careers-list .card-body p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1600px) {
  .careers-list .card-body p {
    font-size: 16px;
    font-weight: 600;
  }
}

.careers-list .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (min-width: 768px) {
  .careers-list .card-footer {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .careers-list .card-footer {
    margin-top: 27px;
  }
}

.careers-list .card-footer > div {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .careers-list .card-footer {
    gap: 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}

@media screen and (min-width: 1600px) {
  .careers-list .card-footer {
    gap: 24px;
  }
}

.careers-list .card-footer p {
  margin: 0;
  display: inline-block;
  color: #6c757d;
  font-size: 12px;
  /* font-weight: 500; */
  font-weight: 600;
  margin-left: 10px;
}

@media screen and (min-width: 1600px) {
  .careers-list .card-footer p {
    font-size: 16px;
  }
}

.careers-list .card-footer .btn {
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  padding: 15px 0;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .careers-list .card-footer .btn {
    margin-left: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 15px 25px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .careers-list .card-footer .btn {
    margin-left: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 12px 20px;
  }
}

#career-list-options .card .card-footer span {
  font-size: 15px;
}
@media screen and (min-width: 1600px) {
  #career-list-options .card .card-footer span {
    font-size: 20px;
  }
}
#career-list-options .card .card-footer .btn-career-new span {
  font-size: 15px;
}
