html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  color: #000;
  position: relative;
  min-height: 100%;
  background-color: #e7e7e7;
}

.header-nav {
  background-color: #136e6e;
  width: 100%;
}
.header-nav li {
  display: inline;
  text-decoration: none;
}
.header-nav li a {
  color: #fff;
  text-decoration: none;
  margin-right: 56px;
}

.pagination.custom .page-item.active .page-link {
  background-color: #359999;
  color: #fff;
}
.pagination.custom .page-link {
  margin: 0 8px;
  color: #359999;
}

.navbar {
  background-color: #359999 !important;
  margin-top: -16px;
}
.navbar .img-fluid {
  max-width: 200px;
}
.navbar ul li a {
  color: #fff;
  margin-right: 72px;
  font-weight: 600;
  font-size: 18px;
}
.navbar .group-btn .btn {
  margin-left: 12px !important;
  padding: 16px 44px;
  font-size: 16px;
  font-weight: 600;
}
.navbar .dropdown-item {
  color: #000;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #359999;
}
.navbar .btn-light,
.navbar .btn-outline-light:hover {
  color: #359999;
}

.min-h-100 {
  min-height: 100%;
}

.bg-gray {
  background-color: #f2f2f2;
}

.bg-gray-dark {
  background-color: #F5F5F5;
}

.bg-new-primary {
  background-color: #359999;
}

.text-new-primary {
  color: #359999;
}

.img-rounded {
  border-radius: 50%;
}

.btn-new-primary {
  background-color: #359999;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
}
.btn-new-primary:hover {
  background-color: #359999;
  opacity: 90%;
  color: #fff;
}

.btn-outline-new-primary {
  border: 1px solid #359999;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
  color: #359999;
}
.btn-outline-new-primary:hover {
  background-color: #359999;
  opacity: 90%;
  color: #fff;
}

.round-0 {
  border-radius: 0px;
}

.round-10 {
  border-radius: 0px 20px 20px 0px;
}

.card-outline-green {
  border-top: 5px solid #359999;
  border-radius: 0px;
}
.card-outline-green .card-header {
  font-weight: 600;
  font-size: 20px;
}
.card-outline-green .card-body .navigation a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.card-outline-green .card-body .navigation a.active {
  background-color: #359999;
  color: #fff;
}

footer ul {
  list-style-type: none;
}
footer ul li {
  padding: 10px 0px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
}
footer .terms-area a {
  color: #fff;
  text-decoration: none;
  padding-right: 45px;
  font-weight: 400;
  font-size: 15px;
}
footer .icon-area {
  margin-left: 24px;
}
footer .icon-area i {
  margin-left: 24px;
  font-size: 28px;
}

.form-group .form-control {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
}
.form-group label {
  font-weight: 520;
  padding: 8px 0;
}

.radio-custom {
  float: left;
  margin: 0 5px 0 0;
  width: 100%;
  height: 40px;
  position: relative;
}
.radio-custom label {
  border: 1px solid #359999;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}
.radio-custom input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.radio-custom input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.radio-custom input[type=radio]:checked + label {
  background: #359999;
  border-radius: 10px;
  color: #fff;
}

.radio-cv-form {
  float: left;
  margin: 0 5px 0 0;
  width: 100%;
  height: 40px;
  position: relative;
}
.radio-cv-form label {
  border: 1px solid #359999;
  margin: 0;
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}
.radio-cv-form input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.radio-cv-form input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.radio-cv-form input[type=radio]:checked + label {
  background: #359999;
  border-radius: 10px;
  color: #fff;
}

.slider-home .slider-item {
  position: relative;
}
.slider-home .slider-item .description {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7058823529);
  color: #fff;
}
.slider-home .slider-item img {
  max-height: 60%;
  height: 450px;
  object-fit: fill;
}
.slider-home .slick-arrow {
  display: none !important;
}
.slider-home .slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-home .slick-dots li {
  display: inline;
}
.slider-home .slick-dots li button {
  background-color: #fff;
  /* Green */
  border: none;
  color: white;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 6px;
  margin-right: 24px;
}

.see-more {
  font-size: 16px;
  font-weight: 400;
}

.vacancy-area .badge {
  border-radius: 40px;
}
.vacancy-area .logo-perusahaan {
  width: 80px;
  height: 80px;
}
.vacancy-area .accordion-button:not(.collapsed) {
  background-color: #d9d9d9;
  color: #000;
}
.vacancy-area .accordion-button .desc {
  margin-left: 14px;
}
.vacancy-area .accordion-button .desc .status .badge {
  margin-right: 12px;
}
.vacancy-area .accordion-button .desc h2 {
  font-weight: 600;
  font-size: 16px;
}
.vacancy-area .accordion-button .desc p {
  font-weight: 500;
  font-size: 14px;
}
.vacancy-area .accordion-header .icon-perusahaan {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.vacancy-area .accordion-header .icon-perusahaan img {
  object-fit: fill;
}
.vacancy-area .accordion-header .desc {
  width: 75%;
}
.vacancy-area .accordion-body a {
  text-decoration: none;
  color: #000;
}
.vacancy-area .accordion-body h2 {
  font-weight: 800;
  font-size: 16px;
}
.vacancy-area .accordion-body p {
  font-weight: 500;
  font-size: 12px;
}
.vacancy-area .accordion-body .badge {
  margin-right: 12px;
}
.vacancy-area .accordion-body .item:hover {
  background-color: #f2f2f2;
}
.vacancy-area .accordion-body .badge-date {
  min-width: 106px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vacancy-area .accordion-body .detail-event {
  padding-left: 24px;
}
@media only screen and (max-width: 600px) {
  .vacancy-area .accordion-body .detail-event h2 {
    padding-right: 24px;
  }
}
.vacancy-area .accordion-body .list-category {
  font-size: 18px;
}
.vacancy-area .accordion-body .list-category .counting {
  font-weight: 700;
}

.article-area a {
  color: #000;
  text-decoration: none;
}
.article-area a .article-item .badge {
  margin-right: 12px;
  border-radius: 20px;
}
.article-area a .article-item h2 {
  font-weight: 600;
  font-size: 16px;
}
.article-area a .article-item p {
  font-weight: 500;
  font-size: 12px;
}

.login-area .logo-area img {
  margin-left: 45px;
}
.login-area .auth-image {
  height: 100vh;
}
.login-area .area-button .btn {
  min-width: 42%;
}
.login-area .login-form {
  width: 80%;
  margin-left: 48px;
  padding-top: 53px;
}
.login-area .auth-image {
  border-radius: 0px 10px 10px 0px;
  background-position: bottom;
  background-size: 100%;
  position: sticky;
  top: 0;
}
.login-area .pusaka {
  color: #3b8fa8;
  font-weight: bold;
  text-align: center;
}

.field-icon {
  float: right;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  left: -3%;
}

@media only screen and (max-width: 600px) {
  .login-area .auth-image {
    width: 100%;
    height: 20vh !important;
  }
  .login-area .login-form {
    margin-left: 0px;
  }
}
.img-cv-add {
  min-height: 83%;
}

.cv-step label {
  font-size: 20px;
  font-weight: 500;
}

.fz-24-w-600 {
  font-size: 24px;
  font-weight: 600;
}

.fz-18-w-500 {
  font-size: 18px;
  font-weight: 500;
}

.fz-20 {
  font-size: 20px;
}

.wizard-area .stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .wizard-area .stepper-wrapper {
    display: contents;
  }
}
.wizard-area .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 600px) {
  .wizard-area .stepper-item {
    font-size: 12px;
  }
}
.wizard-area .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}
@media (max-width: 600px) {
  .wizard-area .stepper-item::before {
    display: none;
  }
}
.wizard-area .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 3px dotted #ccc;
  background-color: none;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}
@media (max-width: 600px) {
  .wizard-area .stepper-item::after {
    display: none;
  }
}
.wizard-area .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  background: #ccc;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 65px;
}
@media (max-width: 600px) {
  .wizard-area .stepper-item .step-counter {
    width: 100%;
  }
}
.wizard-area .stepper-item.active {
  font-weight: bold;
}
.wizard-area .stepper-item.completed .step-counter {
  background-color: #359999;
  color: #fff;
}
.wizard-area .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 3px dotted #359999;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}
@media (max-width: 600px) {
  .wizard-area .stepper-item.completed::after {
    display: none;
  }
}
.wizard-area .stepper-item:first-child::before {
  content: none;
}
.wizard-area .stepper-item:last-child::after {
  content: none;
}

.vacancy-header-area .input-group-text {
  background-color: #fff;
  border: 0px;
  padding-left: 18px;
}
.vacancy-header-area .form-control {
  --bs-border-width:none;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 6px;
}

.primary-pagination {
  display: inline-block;
}

.filter-list {
  max-height: 600px;
  overflow-y: auto;
}

.about-company .company-name {
  margin-left: -42px;
}

.vacancy-full {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 600px) {
  .about-company .company-name {
    margin-left: 0px;
  }
}
.text-none {
  text-decoration: none;
}

.kewirausahaan-header {
  font-size: 32px;
  font-weight: 600;
  color: white;
}

.sub-header {
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.judul-teks {
  font-size: 20px;
  font-weight: 600;
}

.fz-14-w-600 {
  font-size: 14px;
  font-weight: 600;
}

.notif-card {
  margin: 3px;
}

.lomba-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.loc-lomba {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

.fz-14-w-400 {
  font-size: 14px;
  font-weight: 400;
}

.kewirausahaan-link {
  text-decoration: none;
}

.img-sampul {
  height: 215px;
  object-fit: fill;
  object-position: center;
}

.img-logo {
  margin-top: -158px;
  width: 200px;
  height: 208px;
  object-fit: fill;
  border-radius: 8px;
  border: 3px solid #FFF;
}

.ml-15 {
  margin-left: -15px;
}

.ma-30 {
  margin-top: -30px;
}

.img-small {
  width: 104px;
  height: 108px;
  border-radius: 8px;
  border: 3px solid #fff;
}

.fz-24-w-500 {
  font-size: 24px;
  font-weight: 500;
}

.fz-16 {
  font-size: 16px;
}

.fz-16-w-500 {
  font-size: 16px;
  font-weight: 500;
}

.mk-293 {
  margin-left: -293px;
}

.fz-18-w-400 {
  font-size: 18px;
  font-weight: 400;
}

.mini-sosmed {
  text-align: end;
  border-radius: 1000px;
  border: 12px solid #808080;
}

.marginl-350 {
  margin-left: 350px;
}

.frame {
  display: flex;
  object-fit: cover;
  width: 60px;
  height: 60px;
  padding: 16px 16px 16px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F3F4F6;
}

.fz-35 {
  font-size: 35px;
}

.al-right {
  align-items: end;
}

.tx-center {
  text-align: center;
}

.fz-18-w-400 {
  font-size: 18px;
  font-weight: 400;
}

.fz-24-w-600 {
  font-size: 24;
  font-weight: 600;
}

.fz-20-w-500 {
  font-size: 20px;
  font-weight: 500;
}

.tombol {
  text-align: right;
}

.fz-32-w-600 {
  font-size: 32px;
  font-weight: 600;
}

.fz-18-w-500 {
  font-size: 18px;
  font-weight: 500;
}

.img-org {
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.fz-24-w-400 {
  font-size: 24px;
  font-weight: 400;
}

.garis {
  border-top: 3px solid black;
}

.fz-23-w-400 {
  font-size: 23px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .fz-23-w-400 {
    font-size: 18px;
  }
}

.w-700 {
  font-weight: 700;
}

.txt-center {
  text-align: center;
}

.address-data .icon {
  padding-top: 100%;
}

@media only screen and (max-width: 600px) {
  .contact-us .contact-area {
    display: flex;
    flex-direction: column-reverse;
  }
  .address-data .icon {
    padding-top: 0%;
    text-align: left !important;
  }
}
.about-header .card-body .img-header {
  background-position: center top;
  height: 450px;
  background-size: 100%;
  position: relative;
}
.about-header .card-body .img-header .title-head {
  position: absolute;
  top: 45%;
  left: 40%;
}
.about-header .card-body h4 {
  opacity: 0.5;
}

.about-section .text-header {
  position: relative;
}
.about-section .text-header .divider {
  height: 3px;
  position: absolute;
  bottom: -1px;
}
.about-section .text-header .divider.mid {
  left: 25%;
}
.about-section .text-header .divider.right {
  right: 0;
}

li {
  padding-right: 0.6em;
}

@media only screen and (max-width: 600px) {
  .about-header .card-body .img-header h1 {
    left: 28%;
  }
}
.article-section .jumbotron {
  position: relative;
}
.article-section .jumbotron .jumbotron-image {
  max-height: 500px;
}
.article-section .jumbotron .description {
  background-color: rgba(0, 0, 0, 0.5960784314);
  position: absolute;
  bottom: 0;
}
.article-section .jumbotron a {
  color: #fff;
  text-decoration: none;
}
.article-section .navs-category {
  background-color: #f2f2f2;
}
.article-section .navs-category li {
  display: inline;
}
.article-section .navs-category li a {
  color: #000;
  text-decoration: none;
  padding: 16px 28px;
  display: inline-block;
}
.article-section .navs-category li a.active, .article-section .navs-category li a:hover {
  background-color: #359999;
  color: #fff;
}

.article-detail-section .title-news {
  position: absolute;
  top: 35%;
}

.chatbot-toggler{
background: #ffffff00 !important;
}

/*# sourceMappingURL=app.css.map */

.translate-dropdown {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    font-family: Arial, sans-serif;
}

.dropdown-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 14px 20px;  
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    transition: background 0.2s;
    min-width: 240px;
    display: flex;
    align-items: center;
}

.dropdown-btn img {
    width: 26px;
    height: 18px;
    margin-right: 10px;
}

#dropdown-label {
    flex-grow: 1;
    text-align: left;
}

#dropdown-arrow {
    margin-left: -35px;  
    font-size: 14px;
}

.dropdown-content {
    display: none;
    position: absolute;
    bottom: 65px;
    left: 0;
    background-color: #fff;
    min-width: 240px;       
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-content a {
    display: flex;
    align-items: center;
    padding: 14px 18px;    
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s;
}

.dropdown-content a img {
    margin-right: 12px;
    width: 26px;
    height: 18px;
    border-radius: 3px;
}

.dropdown-content a:hover {
    background-color: #f5f5f5;
}

.show {
    display: block;
}

/* === Translate dropdown responsive mobile === */
@media (max-width: 600px) {
  .translate-dropdown {
    left: 10px;
    bottom: 10px;
    z-index: 9999;
  }

  .translate-dropdown .dropdown-btn {
    padding: 8px 12px;
    font-size: 14px;
    min-width: 0;                 /* hapus paksa 240px */
    width: auto;
    max-width: calc(100vw - 20px); /* jangan sampai keluar layar */
    border-radius: 10px;
  }

  .translate-dropdown .dropdown-btn img {
    width: 18px;
    height: 13px;
    margin-right: 8px;
  }

  /* label bisa dipotong kalau kepanjangan */
  #dropdown-label {
    max-width: 120px;  /* bisa kamu naik/turun */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #dropdown-arrow {
    margin-left: 8px; /* jangan negatif */
    font-size: 12px;
  }

  .translate-dropdown .dropdown-content {
    min-width: 0;
    width: 180px;      /* lebih kecil di mobile */
    bottom: 48px;
  }

  .translate-dropdown .dropdown-content a {
    padding: 10px 12px;
    font-size: 13px;
  }

  .translate-dropdown .dropdown-content a img {
    width: 18px;
    height: 13px;
    margin-right: 8px;
  }
}
