@font-face {
  font-family: "sf_pro_displayregular";
  src: url("../fonts/1Regular/sf-pro-display-regular-webfont.woff2")
      format("woff2"),
    url("../fonts/1Regular/sf-pro-display-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  /* background: #0472B9; */
  font-family: "sf_pro_displayregular", sans-serif;
  font-size: 24px;
  font-weight: 300;
  overflow: auto;
  /* font-family: 'Muli', 'Helvetica', Arial, sans-serif; */
}

.header-vascomm {
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.header-vascomm .logo-vascomm {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

.navbar-brand .logo-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  color: #038555;
}

.title-slider {
  font-size: 1rem;
}

.text-green {color: #007050;}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

#slider ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #0472b9;
  text-align: center;
  line-height: 300px;
}

a.control_prev,
a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50px;
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.center {
  text-align: center;
}

.margin-top {
  margin-top: 7%;
  margin-bottom: 5%;
}

.android {
  background-color: #0472b9;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.mobile-image {
  display: none;
}

.desktop-image {
  display: block;
}

.apply-btn {
  position: absolute;
  bottom: 100px;
}

.apply-btn a {
  border-color: white;
}

/*Home*/
.btnVisit {
  text-decoration: none;
  color: white;
  margin-right: 20px;
  padding: 7px 20px;
  background-color: #0472b9;
  border-radius: 21px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}
.btnVisit:hover {
  text-decoration: none;
  color: white;
}
.title-slide-home {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 29px;
  text-align: center;
  color: #026C44;
  margin-bottom: 1rem;
}

.subtitle-slide-home {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #012241;
  margin-left: 12%;
  margin-right: 12%;
}
.masonry {
  column-count: 3;
  column-gap: 3%;
  column-width: 30%;
}
.poster {
  width: 100%;
}

/*Detail*/
.spaceDetail {
  margin-top: 2%;
  color: black;
}
/* .buttonBack{
  position: absolute;
} */
.buttonBack a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #8f8f8f;
}
.buttonBack .arrow {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #8f8f8f;
}

.buttonBack a:hover {
  text-decoration: none;
}
.detail {
  overflow-x: hidden;
}
.card-detail {
  border: none;
  background: none;
}
.wizard-container {
  display: grid;
  grid-template-columns: 40% 60%;
  clear: both;
}
.card-form {
  margin-top: 80px !important;
}
#imageid {
  width: 100%;
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
  padding-top: 60px;
}
.detail-right {
  padding: 20px 25px;
  font-size: 14px;
}
.detail-right hr {
  border-top: 2px solid #0472b9;
  width: 100px;
}
.detailTitle {
  text-align: center;
  color: #0472b9;
  font-weight: bold;
  font-size: 16px;
}
.jobDes {
  text-align: justify;
}
.detail-right ul {
  font-size: 16px;
}
.detail-right ul li {
  text-align: justify;
}
.btnSubmit {
  width: 300px;
  margin: 10px auto;
}
.btnSubmit p {
  text-align: center;
  color: #0472b9;
  font-size: 15px;
  padding: 0%;
}
.btnSubmit a {
  display: inherit;
}
.card {
  margin: auto;
}
.btn-daftar {
  font-size: 14pt;
  border: 2px solid #0080dd;
  text-align: center;
  border-radius: 50px;
  padding: 5px;
  text-decoration: none;
}
.btn-daftar:hover {
  font-size: 14pt;
  border: 2px solid #0080dd;
  background-color: #0080dd;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
.container:has(.container-unset),
.container-lg:has(.container-unset) {
  max-width: unset;
  margin-top: unset !important;
  padding-left: 0;
  padding-right: 0;
}
.curved-container {
  position: relative;
  /* background-color: #ffffff; */
  background: linear-gradient(to bottom, #ffffff, #f1f1f1);
  height: 100px;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
}
.card-recruitment {
  background-color: #007050;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 500;
}
.card-pill {
  position: relative;
  background-color: #3F7652;
  width: 100%;
  padding-top: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.bg-card-pill-green-last {
  position: relative;
  background-color: #3F7652;
  border-radius: 50%;
  max-width: 207px;
  max-height: 207px;
}
.bg-card-pill-green {
  position: relative;
  background-color: #3F7652;
  border-radius: 50%;
  max-width: 207px;
  max-height: 207px;
}
.arrow-process {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translate(-50%, -50%);
}
.title-card-pill {
  color: #026c44;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 0;
  height: 55px;
}
.body-card-pill {
  font-size: 14px;
  font-size: 14px;
  text-align: center;
  margin-left: -18px;
  margin-right: -18px;
}
.title-fasilitas {
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  color: #026C44;
}
.card-fasilitas {
  background-color: #fff86b;
  color: #026C44;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  padding: 20px;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 200px;
}
.text-green {
  color: #026C44;
}
.div-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body-78 {
  width: 78px;
  height: 78px;
  min-width: 78px !important;
}
.body-30 {
  width: 30px;
  height: 30px;
  min-width: 30px !important;
}
.fs-24{
  font-size: 24px;
}
.fs-22{
  font-size: 22px;
}
.fs-20{
  font-size: 20px;
}
.fs-18{
  font-size: 18px;
}
.bg-green-footer {
  background-color: #1c8a43;
  height: 50px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.footer-style {
  background-color: #F7F1D1;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 5px 10px 10px 10px #cccccc;
}
/* .bg-card-pill-green:not(:last-child)::after { */
/* .bg-card-pill-green::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 21px;
  right: -48%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='xMidYMid meet' data-bbox='61.025 27.525 77.95 144.875' viewBox='61.025 27.525 77.95 144.875' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='color' role='presentation' aria-hidden='true' aria-label=''%3E%3Cg%3E%3Cpath d='M79.9 147.1c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6 1.4 0 2.8-.5 3.8-1.6 2.1-2.1 2.1-5.5 0-7.6-2-2.1-5.5-2.1-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M113.5 113.5c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6s2.7-.5 3.8-1.6c2.1-2.1 2.1-5.5 0-7.6-2.1-2.1-5.5-2.1-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M129.8 96.1c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6 1.4 0 2.7-.5 3.8-1.6 2.1-2.1 2.1-5.5 0-7.6-2.1-2-5.5-2-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M62.6 29.1c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6 1.4 0 2.7-.5 3.8-1.6 2.1-2.1 2.1-5.5 0-7.6s-5.5-2.1-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M62.6 163.2c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6 1.4 0 2.7-.5 3.8-1.6 2.1-2.1 2.1-5.5 0-7.6-2.1-2-5.5-2-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M96.7 130.3c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6 1.4 0 2.8-.5 3.8-1.6 2.1-2.1 2.1-5.5 0-7.6s-5.5-2.1-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M113.5 79.9c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6s2.8-.5 3.8-1.6c2.1-2.1 2.1-5.5 0-7.6-2.1-2.1-5.5-2.1-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M79.9 46.3c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6 1.4 0 2.7-.5 3.8-1.6 2.1-2.1 2.1-5.5 0-7.6-2-2.2-5.5-2.2-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3Cpath d='M96.7 63.1c-2.1 2.1-2.1 5.5 0 7.6 1 1 2.5 1.6 3.8 1.6 1.4 0 2.8-.5 3.8-1.6 2.1-2.1 2.1-5.5 0-7.6-2.1-2.1-5.5-2.1-7.6 0z' fill='%23534741' data-color='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
} */

.badge-primary {
  color: #fff;
  background-color: #EAC300;
}

.box-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #EAC300;
  cursor: pointer;
}

.rounded-2 {
  border-radius: .5rem !important;
}

nav .dropdown-menu .dropdown-item {
  cursor: pointer;
}

nav .dropdown-menu .dropdown-item:active {
  background-color: #EAC300;
  color: #007050;
}

.overflow-hidden {
  overflow: hidden !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

@media screen and (max-width: 864px) {
  .masonry {
    column-count: 1;
    column-gap: 3%;
    column-width: 30%;
  }
  .wizard-container {
    display: grid;
    grid-template-columns: 1fr;
    clear: both;
  }
  .title-slider {
    font-size: 18px;
  }
  .tbl-pelamar {
    min-width: 900px;
    width: 900px;
    max-width: 900px;
  }
}

@media only screen and (max-width: 600px) {
  .desktop-image {
    display: none !important;
  }
  .mobile-image {
    display: block !important;
  }
  .buttonBack {
    margin-top: 20px !important;
    cursor: pointer;
  }
  .header-vascomm {
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.2);
  }
  .logo-vascomm {
    width: 120px !important;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .btnVisit {
    text-decoration: none;
    color: white;
    margin-right: 0px;
    padding: 5px 20px;
    background-color: #0472b9;
    border-radius: 21px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }

  .apply-btn {
    bottom: -51px;
  }
  .margin-top {
    margin-top: 10%;
    margin-bottom: 8%;
  }
  .buttonBack a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #8f8f8f;
  }
}
