@charset "UTF-8";
body.dark-mode {
  background-color: #121721;
  color: white;
}

.dark-mode header {
  background-color: #121721;
}

.dark-mode .box {
  background-color: #19202d;
  color: white;
}

.dark-mode .box .title {
  color: #fff;
}

.dark-mode .search-container {
  background-color: #000;
}

.dark-mode .search-container input[type=text]::-moz-placeholder {
  color: #6E8098;
}

.dark-mode .search-container input[type=text]::placeholder {
  color: #6E8098;
}

.dark-mode .search-container input[type=text] {
  color: #6E8098;
}

.dark-mode .search-container section {
  background-color: #19202d;
}

.dark-mode .job-header {
  background-color: #19202d;
}

.dark-mode .job-details {
  background-color: #19202d;
}

.dark-mode footer {
  background-color: #19202d;
}

.dark-mode .site {
  background-color: #303642 !important;
  color: #fff !important;
}

.dark-mode .site:hover {
  background-color: #6E8098 !important;
  color: #fff !important;
}

.dark-mode input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #ccc;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.dark-mode input[type=checkbox]:checked {
  background-color: #0075FF;
  border-color: #fff;
  border: none;
}

.dark-mode input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.job-header {
  height: 140px;
  width: 730px;
  background-color: #fff;
  margin: 0 auto;
  transform: translateY(-40px);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: center;
}
.job-header .job-logo-bg {
  height: 140px;
  width: 140px;
  background-color: #E99210;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-header .job-info-container {
  height: 140px;
  width: 590px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-header .job-info-container .job-info {
  display: flex;
  flex-direction: column;
}
.job-header .job-info-container .job-info .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.job-header .job-info-container .job-info .email {
  font-size: 16px;
  color: #6E8098;
  opacity: 0.8;
}
.job-header .job-info-container .site {
  margin-right: 40px;
  background-color: #F4F6F8;
  height: 48px;
  width: 141px;
  background-color: #F4F6F8;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  color: #5964E0;
  width: 147px;
}
.job-header .job-info-container .site:hover {
  background-color: #d5dde4;
  transform: scale(1.05);
}
.job-header .job-info-container .site:focus {
  outline: 2px solid white;
}

.job-details {
  min-height: 1257px;
  width: 730px;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.job-details .job-titles {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.job-details .job-titles .span {
  margin-bottom: 10px;
  color: #6E8098;
}
.job-details .job-titles h2 {
  margin-bottom: 10px;
}
.job-details .job-titles p {
  color: #5964E0;
}
.job-details .job-titles .circle {
  height: 4px;
  width: 4px;
  background: #6E8098;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  bottom: 2px;
}
.job-details .apply-btn {
  height: 48px;
  width: 141px;
  background-color: #5964E0;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.job-details .apply-btn:hover {
  background-color: #2e3cd8;
  transform: scale(1.05);
}
.job-details .apply-btn:focus {
  outline: 2px solid #afb4f0;
}
.job-details .paragraph, .job-details li {
  font-size: 16px;
  color: #6E8098;
  line-height: 26px;
  margin: 20px 0;
}

ul, ol {
  margin-left: 15px;
}

ol li {
  list-style-type: none;
  counter-increment: number;
}

ol li::before {
  content: counter(number) ". ";
  color: #2F4FC7;
  font-weight: bold;
  font-size: 16px;
  margin-left: -16px;
}

footer {
  height: 96px;
  background-color: #fff;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  max-width: 730px;
  margin: 0 auto;
}
footer .footer-container .apply-btn {
  height: 48px;
  width: 141px;
  background-color: #5964E0;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
footer .footer-container .apply-btn:hover {
  background-color: #2e3cd8;
  transform: scale(1.05);
}
footer .footer-container .apply-btn:focus {
  outline: 2px solid #afb4f0;
}
footer .footer-container .para {
  font-size: 16px;
  color: #6E8098;
  margin-top: 5px;
}

@media (max-width: 768px) {
  header {
    padding: 30px;
    background: url("/assets/tablet/bg-pattern-header.svg");
  }
  .search-container {
    max-width: 689px;
    height: auto;
    top: -20px;
    margin: 0 auto;
  }
  .search-container section:nth-child(1) {
    width: 229px;
  }
  .search-container section:nth-child(2) {
    width: 220px;
  }
  .search-container section:nth-child(3) {
    width: 240px;
  }
  .search-container .search-btn {
    width: 80px;
    height: 48px;
  }
  main {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    max-width: 689px;
    padding: 0;
  }
  .job-details {
    width: 90%;
  }
  .job-header {
    width: 689px;
  }
  .job-details {
    width: 689px;
  }
}
@media (max-width: 500px) {
  header {
    background: url(/assets/mobile/bg-pattern-header.svg) !important;
    flex-direction: column;
    height: auto;
    padding: 20px;
    text-align: center;
  }
  .search-container {
    flex-direction: column;
    height: auto;
    width: 90%;
    gap: 10px;
  }
  main {
    grid-template-columns: 1fr !important;
    padding: 0 20px;
  }
  .job-details {
    width: 95%;
    padding: 20px;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}
.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #fff;
  color: #19202D;
  text-align: center;
}
.error-container .err-title {
  font-size: 6rem;
  color: #ff4757;
  margin: 0;
}
.error-container .err-text {
  font-size: 1.5rem;
  margin: 10px 0;
}
.error-container #goHome {
  background: #ff6b81;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.error-container #goHome:hover {
  background: #ff4757;
}

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

body {
  background-color: #F4F6F8;
  font-family: "Kumbh Sans", sans-serif;
}

header {
  height: 160px;
  width: 100%;
  background: url("/assets/desktop/bg-pattern-header.svg") center/cover;
  padding: 40px;
  color: #F4F6F8;
}
header .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 20px;
}
header .wrapper .logo {
  width: 112px;
  height: 32px;
  font-size: 25px;
}
header .wrapper .mode {
  display: flex;
  gap: 8px;
}
header .wrapper .mode img {
  width: 15px;
  height: 15px;
}
header .wrapper .mode .button {
  display: inline-block;
  background-color: #fff;
  width: 35px;
  height: 18px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
header .wrapper .mode .button::before {
  content: "";
  position: absolute;
  background-color: #5964E0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 3px;
  transition: transform 0.3s;
}
header .wrapper .mode input {
  display: none;
}
header .wrapper .mode input:checked + .button::before {
  background-color: #939BF4;
  transform: translateX(18px);
}

.search-container {
  display: flex;
  height: 80px;
  max-width: 1110px;
  gap: 2px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  background-color: #F4F6F8;
  border-radius: 6px;
  overflow: hidden;
}
.search-container section {
  background-color: #fff;
  height: 78px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-container section input {
  height: 70px;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.search-container section input::-moz-placeholder {
  font-size: 16px;
  color: #19202D;
  opacity: 0.5;
}
.search-container section input::placeholder {
  font-size: 16px;
  color: #19202D;
  opacity: 0.5;
}
.search-container section img {
  height: 20px;
  padding-left: 20px;
}
.search-container section:nth-child(1) {
  width: 465px;
}
.search-container section:nth-child(2) {
  width: 300px;
}
.search-container section:nth-child(3) {
  width: 345px;
}
.search-container section:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search-container input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.search-container .search-btn {
  height: 48px;
  width: 141px;
  background-color: #5964E0;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  width: 123px;
}
.search-container .search-btn:hover {
  background-color: #2e3cd8;
  transform: scale(1.05);
}
.search-container .search-btn:focus {
  outline: 2px solid #afb4f0;
}

main {
  max-width: 1110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin: 61px auto 0;
  padding-bottom: 30px;
}
main .box {
  background-color: #fff;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
main .box:hover {
  box-shadow: 0px 15px 30px -11px rgba(131, 166, 210, 0.5);
  transform: scale(1.02);
}
main .box .logo-bg {
  height: 50px;
  width: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(35px, -25px);
}
main .box .box-content {
  padding-left: 35px;
}
main .box .box-content div {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  bottom: 5px;
}
main .box .box-content div span {
  font-size: 16px;
  color: #6E8098;
}
main .box .box-content div .circle {
  height: 4px;
  width: 4px;
  background: #6E8098;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 2px;
}
main .box .box-content .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
main .box .box-content p {
  font-size: 16px;
  color: #6E8098;
  margin-top: 30px;
  margin-bottom: 20px;
}
main .box .box-content p:last-of-type {
  color: #5964E0;
  font-weight: bold;
}
main .l-bg-1 {
  background: #E99210;
}
main .l-bg-2 {
  background: #E54D25;
}
main .l-bg-3 {
  background: #34353F;
}
main .l-bg-4 {
  background: #2F4FC7;
}
main .l-bg-5 {
  background: #132034;
}
main .l-bg-6 {
  background: #4E1853;
}
main .l-bg-7 {
  background: #4722C6;
}
main .l-bg-8 {
  background: #21427D;
}
main .l-bg-9 {
  background: #F2DECB;
}
main .l-bg-10 {
  background: #1F1F1F;
}
main .l-bg-11 {
  background: #37C790;
}
main .l-bg-12 {
  background: #F16718;
}

.load-btn {
  height: 48px;
  width: 141px;
  background-color: #939BF4;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  display: block;
  width: 141px;
  margin: 20px auto;
}
.load-btn:hover {
  background-color: #6570ef;
  transform: scale(1.05);
}
.load-btn:focus {
  outline: 2px solid #f0f1fd;
}/*# sourceMappingURL=style.css.map */