:root {
  --background-color: #c0dfed; /* Ganti dengan warna latar belakang yang diinginkan */
  --color: #013c5e;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Error Template */
#error {
  position: relative;
  height: 100vh;
}

#error .error {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.error {
  max-width: 710px;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  line-height: 1.4;
}

.error .error-code {
  height: 200px;
  line-height: 200px;
}

.error .error-code h1 {
  font-family: "Fredoka One", cursive;
  font-size: 168px;
  margin: 0px;
  color: #0a0a29;
  text-transform: uppercase;
}

.error h2 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
  margin: 0;
}

.error a {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 15px;
  text-decoration: none;
  color: #39b1cb;
}

.error a > .arrow {
  position: relative;
  top: -2px;
  border: solid #39b1cb;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
  .error .error-code {
    height: 122px;
    line-height: 122px;
  }
  .error .error-code h1 {
    font-size: 122px;
  }
}
/* Error Template End*/

/* Talent Card */
/* .card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

.required::after {
  content: " *";
  color: red;
}

/* CSS Kustom Modal Login*/
.custom-color-1 {
  background-color: var(--background-color);
}

.custom-color-2 {
  background-color: var(--color);
}

.custom-text-1 {
  color: var(--background-color);
}

.custom-text-2 {
  color: var(--color);
}

.cursor-pointer {
  cursor: pointer;
}

.title-text {
  border-bottom: 3px solid #c0dfed;
}

.custom-btn {
  background: #007bff;
  color: #fff;
}

.login-btn {
  background-color: var(--color);
}

.text-login {
  color: var(--color);
}

.talent-card {
  border-radius: 0;
}

.talent-list-card {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
}

.card-title {
  color: #04364a;
  font-weight: bold;
}

/* .rounded-image {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  object-fit: cover;
} */

.rounded-image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.rounded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent-list-card:hover {
  box-shadow: 5px 0 10px #c0dfed;
  transform: translateY(-2px);
}

@media only screen and (max-width: 768px) {
  .talent-list-card .card-body,
  .interview-list-card .card-body {
    padding: 0.5em 1.2em;
  }
  .talent-list-card .card-body .card-text,
  .interview-list-card .card-body .card-text {
    margin: 0;
  }
}

.interview-list-card {
  flex-direction: row;
  align-items: center;
}
.interview-list-card:hover {
  box-shadow: 5px 0 10px #c0dfed;
  transform: translateY(-2px);
}

.interview-list-card .card-text {
  font-size: smaller;
}

/* .user-card {
  border-radius: 0;
  height: 150px;
  box-shadow: 0px 1px 0px 0px #ddd;
} */

.skills {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skills-list .badge:hover {
  white-space: normal;
  max-width: none;
  word-wrap: break-word;
}

.work-assignment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}

.skill-list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

/* Footer Custom*/
.footer {
  background-color: #c0dfed;
  color: #6c757d;
  font-size: 14px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.href {
  color: #6c757d;
}
/* End Footer Custom*/

/* Navbar */
.brand-image {
  max-width: 75px;
  max-height: 40px;
}

/* Navbar custome */

.user_nav-container {
  padding: 0;
}

.user_nav-container .navbar-nav {
  margin-left: auto;
}

.user_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  align-items: center;
}

.user_nav-container .navbar-nav .nav-item:hover .nav-link {
  font-weight: 500;
  color: var(--color);
  border-bottom: 3px solid #c0dfed;
}

.user_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
  color: var(--color);
  border-bottom: 3px solid #c0dfed;
}

.user_nav-container .navbar-toggler {
  outline: none;
}

.user_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* End Navbar Custom */

.main-custom-container {
  background-color: var(--background-color);
  /* background-color: #006E90; */
}

.custom-container {
  background-color: #ffffff;
  /* background-color: #006E90; */
}

.custom-mitra-section {
  background-color: var(--background-color);
  /* background-color: #006E90; */
}

/* Tambahkan kode CSS untuk mengubah bentuk item menu menjadi bulat saat dihover */
.nav-menu {
  padding: 8px 8px;
  transition: background-color 0.3s, width 100ms, height 100ms;
  height: 100px;
}

/* Tambahkan CSS untuk mengatur warna latar belakang saat dihover */
.nav-menu:hover {
  background-color: #ffffff; /* Ganti dengan warna yang Anda inginkan */
  color: #176b87; /* Ganti dengan warna teks yang sesuai */
  width: 180px; /* Ubah lebar saat hover */
  height: 60px; /* Ubah tinggi saat hover */
}

.navbar-brand.active {
  background-color: #ffffff; /* Warna latar belakang saat aktif */
  color: #176b87; /* Warna teks saat aktif */
  border-radius: 0px; /* Sudut bulat pada shape tambahan */
  transition: background-color 0.3s; /* Transisi saat hover */
  height: 100%;
}

/* CSS untuk tombol Invite */
.invite-button-container {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 999; /* Untuk memastikan tombol tetap di atas elemen lain */
}

.invite-button {
  background-color: var(--color); /* Warna latar belakang tombol */
  color: #fff; /* Warna teks tombol */
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Bayangan tombol */
}

.invite-button:hover {
  background-color: #0056b3; /* Warna latar belakang saat tombol dihover */
  transform: scale(1.05); /* Efek sedikit membesar saat tombol dihover */
}

.invited-button {
  background-color: #ec1c24; /* Warna latar belakang tombol */
  color: #fff; /* Warna teks tombol */
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Bayangan tombol */
}

.invited-button:hover {
  background-color: palevioletred; /* Warna latar belakang saat tombol dihover */
  transform: scale(1.05); /* Efek sedikit membesar saat tombol dihover */
}

.disabled-button {
  pointer-events: none; /* Menonaktifkan event mouse */
}

/* Calendar */

/* #calendar {
  max-width: 50%;
  margin: auto;
  background: #fff;
  padding: 15px;
} */

.fc-event {
  cursor: pointer;
  border: 1px solid #eee !important;
}

.fc-content {
  padding: 3px !important;
}

.fc-content .fc-title {
  display: block !important;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.fc-customButton-button {
  font-size: 13px !important;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateY(-50%);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group > label {
  margin-bottom: 10px;
}

#delete-modal .modal-footer > .btn {
  border-radius: 3px !important;
  padding: 0px 8px !important;
  font-size: 15px;
}

.fc-scroller {
  overflow-y: hidden !important;
}

.context-menu {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  padding: 5px;
}

/* .context-menu.show {
  display: block;
} */

.context-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.context-menu ul > li {
  display: block;
  padding: 5px 15px;
  list-style-type: none;
  color: #333;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  transition: 0.1s;
  font-size: 13px;
}

.context-menu ul > li:hover {
  color: #fff;
  background-color: #007bff;
  border-radius: 2px;
}

.fa,
.fas {
  font-size: 13px;
}

.title-card {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* WebKit (Chrome, Safari) */
.scrollable-content::-webkit-scrollbar {
  width: 8px; /* Lebar scrollbar */
  border-radius: 10px; /* Mengatur sudut (radius) scrollbar */
}

.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #c9c9c9; /* Warna handle scrollbar */
  border-radius: 10px; /* Mengatur sudut (radius) handle scrollbar */
}

.scrollable-content::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Warna track scrollbar */
  border-radius: 10px; /* Mengatur sudut (radius) track scrollbar */
}

/* Firefox */
.scrollable-content {
  scrollbar-width: thin; /* Lebar scrollbar */
}

.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #c9c9c9; /* Warna handle scrollbar */
  border-radius: 10px; /* Mengatur sudut (radius) handle scrollbar */
}

.scrollable-content::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Warna track scrollbar */
  border-radius: 10px; /* Mengatur sudut (radius) track scrollbar */
}

/* .fixed-height-container {
  height: 100vh;
  overflow: hidden;
} */


/* Media Query */

/* Untuk layar laptop besar (lebar lebih dari 1400px) */
@media (min-width: 1400px) {
  .talent-card {
    height: 85vh;
    max-height: 100vh;
  }

  .iframe-width {
    height: 85vh;
  }



  .scrollable-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 77vh;
    max-height: 100vh;
  }
}

/* Untuk layar laptop kecil (lebar lebih dari atau sama dengan 1200px) */
@media (min-width: 1200px) {
  .talent-card {
    height: 85vh;
    max-height: 100vh;
  }

  /* yg sebelumnya */
  /* .iframe-width {
    width: 105%;
    height: 80vh;
  } */

  .iframe-width {
    width: 95%;
    height: 80vh;
  }

  .scrollable-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 70vh;
    max-height: 100vh;
  }
}

@media (min-width: 992px) {
  .list-talent-card {
    margin-right: 0;
    padding-right: 0;
  }

  .iframe-talent-card {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .iframe-width {
    width: 90%;
    height: 80vh;
  }

  .scrollable-content {
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden;
    max-height: 65vh; /* Limit height to 100% of viewport height */
  }
}

@media (max-width: 767.98px) {
  .iframe-width {
    width: 90%;
    height: 80vh;
  }

  .scrollable-content {
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden;
    max-height: 65vh; /* Limit height to 100% of viewport height */
  }
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_padding3 {
  padding: 5px 20px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--color);
}

.heading_container h2 span {
  color: #008cb3;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

/* .header_section {
  padding: 7px 0;
} */

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-brand {
  color: var(--color);
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*/

/* .custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0px 0 10px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  color: var(--color);
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.slider_section .detail-box2 h1 {
  color: var(--color);
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box2 h2 {
  color: var(--color);
}

.slider_section .text-institute h1 {
  font-size: 75px;
  font-family: "Boogaloo", sans-serif;
  overflow-wrap: break-word;
}

.slider_section .detail-box p {
  color: var(--color);
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: var(--color);
  color: var(--background-color);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #afafaf;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box-mitra {
  margin: 120px 0;
  align-items: center;
}

.slider_section .img-box img {
  width: 100%;
  height: auto;
}
.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
  animation: upDown 5s infinite;
}

.slider_section .img-main {
  margin: 45px 0;
}

.slider_section .img-main img {
  width: 100%;
}

.slider_section .img-dashboard img {
  width: 75%;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: var(--background-color);
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 175px;
  min-width: 150px;
  height: 125px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100px;
  max-height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color);
}

.service_section .box .detail-box p {
  color: var(--color);
}

/*team section */
.team_section {
  text-align: center;
  background-color: var(--background-color);
  color: var(--color);
}

.team_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  /* padding: 15px 0 15px 0; */
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-top: 25px;
  background: white;
}

.team_section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_section .team_container .box .img-box img {
  width: 150px;
  border: 5px solid #ffffff;
}

/*team section end*/

.about_section {
  background-color: white;
  color: var(--color);
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
  height: auto;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}

.info_section {
  background-color: var(--background-color);
  color: var(--color);
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: var(--color);
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  color: var(--color);
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: var(--color);
  text-align: center;
}

.footer_section p {
  color: white;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#back-to-top-btn:hover {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #003874;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#back-to-top-btn i {
  font-size: 24px;
}

#back-to-top-btn i :hover {
  font-size: 24px;
}

/* filter css*/
/* Tata letak untuk ikon */
.toggle-icon {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  right: 10px;
  transform: translateY(-50%);
}

/* Tata letak untuk judul */
.toggle-title {
  cursor: pointer;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.job-info {
  margin-bottom: 2px; /* Sesuaikan nilai ini sesuai kebutuhan Anda */
  font-size: 14px;
}

/* mitra */
.data_section {
  position: relative;
}

.data_section card {
  margin-left: 10px;
}

.data_section thead th {
  background-color: var(--background-color);
  color: var(--color);
  font-size: 12px;
}

.data_section table a {
  width: 80%;
  padding: 5px;
  box-sizing: border-box;
}

.amount-data .card-body {
  color: #666666;
}

.amount-data .card-body .card-title {
  color: #666666;
  font-weight: normal;
}

.card-lowongan, .card-talent {
  min-height: 520px;
}

.card-lowongan .btn-group a {
  background-color: var(--background-color);
  color: var(--color);
  transition: 0.2s;
}

.card-lowongan .btn-group a:hover{
  background-color: #2ca4e9;
  color: var(--color);
}

.card-lowongan .btn-group .active {
  background-color: var(--color);
  color: var(--background-color);
}

.card-lowongan .table .btn-apply {
  background-color: #6FCF97;
  color: white;
  transition: 0.2s;
}

.card-lowongan .table .btn-apply:hover{
  background-color: #88ffba;
  color: rgb(139, 139, 139);
}

.card-lowongan .table .btn-applied {
  background-color: #da5d27;
  color: white;
}
.card-jobDetail{
  cursor: pointer;
}