:root {
  --blue: #1559a6;
  --sblue: #008cff;
  --softBlue: #e3f2ff;
  --sblack: #797a7b;
  --grey: #9a9a9b;
  --fotter-title: #8babc5;
  --btn-gradient: linear-gradient(71.63deg, #1559a6 25.34%, #008cff 113.59%);
}
* {
  box-sizing: border-box;
}
.form-control,
.form-select {
  /* border: none !important; */
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
  transition: none !important;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 36px;
  color: var(--blue);
  font-weight: 700;
}
h2 {
  font-size: 24px;
  color: var(--blue);
  font-weight: 700;
}
.color-blue {
  color: var(--blue);
}
.color-sblue {
  color: var(--sblue);
}
.color-sblack {
  color: var(--sblack);
}
.color-grey {
  color: var(--grey);
}
.color-red {
  color: #ff0004;
}
.home-1 {
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  width: 100%;
  min-height: auto; /* jangan pakai 100vh di mobile */
  overflow: visible;
  padding-top: 18vh;
  padding-bottom: 60px;
}

.home-1-title {
  text-align: center;
  font-size: 44px;
  color: var(--blue);
}
.search-box {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  align-items: center;
  gap: 10px;
}
.search-box input,
.search-box select {
  border: none;
  outline: none;
  box-shadow: none;
}
.search-divider {
  height: 30px;
}
.btn {
  min-width: 120px;
}
.btn-gradient {
  color: #fff;
  background: var(--btn-gradient);
}
.fs20 {
  font-size: 20px;
}
.talent {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.btn-popular {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: space-between;
  min-width: 120px;
  background-color: #fff;
  gap: 10px;
}
.btn-popular p {
  color: var(--blue);
  margin-bottom: 3px;
  text-align: center;
}
/* home-2 */
.home-2 {
  background-color: #f5fdff;
  padding: 60px 0;
}
.card-keuntungan {
  background-color: #e3f2ff;
}
.text-see-all {
  color: var(--blue);
}
.job-card {
  border: 1px solid var(--grey);
  overflow: hidden;
  background-color: #fff;
  margin-right: 10px;
  margin-left: 10px;
  height: 100%;
}
.job-card h2 {
  margin-bottom: 1rem;
}
.job-card .color-grey {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.5em * 2); /* tinggi tetap 2 baris, meski teksnya 1 baris */
  line-height: 1.5em; /* sesuaikan dengan line-height kamu */
}
.con-populer-kategori {
  position: relative;
}
.con-populer-kategori .arrow-left {
  position: absolute;
  left: -8px;
  top: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
}
.con-populer-kategori .arrow-right {
  position: absolute;
  right: -8px;
  top: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  transform: translateY(-50%) scaleX(-1);
  border: 0;
  background-color: transparent;
}
.arrow-right:active {
  transform: translateY(-50%) scaleX(-1) scale(0.9);
}
.arrow-left:active {
  transform: translateY(-50%) scale(0.9);
}
/* home-3 */
.home-3 {
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  padding: 60px 0;
}
.home-3-card {
  background: linear-gradient(to right, #1559a6, #008cff);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px !important;
  margin-right: 30px;
}

/* home-4 */
.home-4 {
  padding: 60px 0;
}
.card-latest-job {
  border: 1px #cecece solid;
}
.latest-job-tag {
  border: 1px #000 solid;
  width: max-content;
  min-width: 160px;
}
.latest-job-logo {
  height: 4rem;
  width: 4rem;
  border-radius: 2rem;
}
.latest-job-date {
  color: var(--blue);
  font-weight: bold;
}
/* footer */
.footer {
  background-color: var(--blue);
  padding: 60px 0;
}
.footer p:hover {
  color: var(--fotter-title) !important;
}
.footer-logo {
  margin-bottom: 80px;
}
.footer-title {
  color: var(--fotter-title);
}
.btn-footer-sub {
  border: 1px var(--blue) solid;
  color: var(--blue);
  min-width: max-content;
}
.copy-right {
  background-color: #000;
  color: #909090;
}

/* about-us */
.about-us {
  background-color: #008cff;
  height: 48dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.about-us p {
  font-size: 40px;
}
/* about-us-2 */
.about-us-2 {
  padding: 60px 0;
}
/* about-us-3 */
.about-us-3 {
  padding: 60px 0;
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
}
/* about-us-4 */
.about-us-4 {
  padding: 60px 0;
}
/* blog */
.blog {
  background-color: #008cff;
  height: 48dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* blog-2 */
.blog-2 {
  padding: 60px 0;
}
.blog .fw-bold {
  font-size: 40px;
}
.text-read {
  color: #8babc5;
}
.btn-lainnya {
  border: 1px var(--blue) solid;
  padding: 10px 40px;
}

/* modal */
.nav-modal a {
  font-size: 24px;
  color: #9a9a9b;
}
.nav-modal .active {
  color: var(--blue) !important;
  background-color: transparent;
  font-weight: bold;
}
.tab-content .active {
  background-color: transparent;
}
.forgot-password {
  color: var(--blue) !important;
}
.auth {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.auth .modal-content {
  width: 40%;
  background-color: #fff;
  position: relative;
}
.icon-close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.form-control::placeholder {
  color: #9a9a9b;
}
.form-check-label {
  font-size: 14px;
}
/* job */
.job {
  background-color: #008cff;
  height: 48dvh;
}
.box-filter {
  flex-direction: column;
  height: 100vh;
  overflow-x: scroll;
}
.box-filter::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.job-list {
  padding: 60px 0;
}
.job-list-scroll {
  /* display: flex;
  flex-direction: column; */
  height: 100vh;
  overflow-x: scroll;
}
.job-list-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.custom-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 2px solid #000;
  background-color: #d9d9d9;
  margin-right: 10px;
}
.custom-checkbox:checked {
  background-color: #000; /* kotak jadi hitam */
  border-color: #000; /* border tetap hitam */
}
.card-latest-job a {
  color: #000;
  text-decoration: none;
}
.card-latest-job {
  transition: transform 0.5s ease;
}
.card-latest-job:hover {
  border: 2px var(--sblue) solid;
  transform: scale(1.02);
}
.hover-check {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  margin: 0.8rem auto;
}
.hover-check input:active {
  border-color: #000;
}
.hover-check input:focus {
  border-color: #000;
  box-shadow: none;
}
.hover-check:hover {
  background-color: #f5f5f5;
}
.hover-check label {
  width: 100%;
}

/* job detail */
.job-detail {
  padding-top: 18vh;
  padding-bottom: 60px;
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
}

.job-detail .latest-job-tag {
  min-width: min-content;
}
.job-detail-des {
  padding: 60px 0;
}

.progress {
  height: 8px;
  border-radius: 10px;
  background-color: #e3f2ff;
}
.progress-bar {
  background-color: var(--blue);
  border-radius: 10px;
}
.btn-outline-blue {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
  color: var(--blue) !important;
}
.btn-upload {
  background-color: #e3f2ff;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: bold;
}
.btn-upload:hover {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}
.btn-upload:active {
  transform: scale(0.95);
  color: var(--blue);
}
.card-document {
  background-color: #fff;
  border: 1px var(--blue) solid;
  border-left: none;
}
.documnet-type {
  min-width: 4rem;
}
.question-custom-checkbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0;
  margin-right: 0.5rem;
  border-color: #9a9a9b;
}
.question-custom-checkbox:checked[type="checkbox"] {
  --bs-form-check-bg-image: none;
  background-color: #fff;
  border: 6px var(--blue) solid;
}
.form-check {
  display: flex;
  align-items: center;
}
.box-custom-checkbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0;
  margin-right: 0.5rem;
  border-color: #9a9a9b;
}
.box-custom-checkbox:checked[type="checkbox"] {
  background-color: #000;
}
/* profile */
.profile {
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 100px;
}
.photo-profile {
  background-color: var(--sblue);
  border-radius: 200px;
  width: 100px;
  height: 100px;
  border: 1px var(--blue) solid;
}
.photo-profile img {
  border-radius: 50%;
}
.profile-name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.card-profile {
  background-color: #fff;
  box-shadow: 1px 10px 42px -17px rgba(21, 89, 166, 0.52) !important;
  /* padding: ; */
  margin-bottom: 30px;
}
.profile .row {
  margin-right: 0;
  margin-left: 0;
}
.profile .row .row > * {
  padding-left: 0;
  padding-right: 0;
}

/* detail profile */
.detail-profile {
  background-color: #fff;
  border-top: 1px var(--grey) solid;
}
.detail-profile .nav-tabs {
  border: none;
  color: #000;
}

.detail-profile .nav-link {
  border: none;
  padding: 1.5rem;
  min-width: 180px;
  color: #000;
}
.detail-profile .nav-link.active {
  background-color: transparent;
  border: none;
  border-bottom: 5px var(--blue) solid;
  color: var(--blue);
  font-weight: bold;
}

.detail-profile .overlay-menu {
  margin-top: -76px;
}

.btn-blue-gradient {
  transition: all 0.3s ease;
  color: #fff;
  background: var(--btn-gradient);
  border: 1px solid #cecece;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-blue-gradient:hover {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}
.btn-sblue-gradient {
  transition: all 0.3s ease;
  color: var(--blue);
  background: var(--softBlue);
  border: 1px solid var(--blue);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-sblue-gradient:hover {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}

.btn-white-gradient {
  transition: all 0.2s ease;
  color: var(--blue);
  border: 1px var(--blue) solid;
  background-color: #fff;
}

.btn-white-gradient:hover {
  color: var(--blue);
  border: 1px var(--blue) solid;
  background-color: #bfe2ff !important;
}

.btn-blue-gradient:active,
.btn-white-gradient:active,
.btn-sblue-gradient:active {
  transform: scale(0.95);
}
.text-see-all {
  text-decoration: none;
}

/* experience */
.profile-tab-panel {
  margin-top: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-detail-exp {
  background-color: #f5f5f5;
  min-height: 230px;
  margin-bottom: 40px;
}
.detail-exp-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.detail-exp-top-left p {
  margin-bottom: 0;
}
/* edit profile */
.edit-profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-img-profile {
  position: relative;
  background-image: url("../../vendor/assets/icons/lsicon_user-filled.svg");
  width: 126px;
  height: 126px;
  background-color: var(--blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.edit-img-profile::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* icon kamera */
.edit-img-profile img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* saat hover */
.edit-img-profile:hover::after,
.edit-img-profile:hover img {
  opacity: 1;
}
/* pencari telent */
.pencari-telent {
  padding-top: 200px;
}
.stepper {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.stepper li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  height: 70px;
  color: gray;
  font-weight: normal;
  font-size: 24px;
}

/* Bulatan */
.stepper li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid gray;
  background: white;
}

/* Garis penghubung */
.stepper li::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 30px;
  width: 3px;
  height: 100%;
  background: gray;
}

.stepper li:last-child::after {
  display: none;
}

/* Aktif */
.stepper li.active {
  color: var(--sblue);
  font-weight: bold;
}

.stepper li.active::before {
  border-color: var(--blue);
}

/* Selesai */
.stepper li.completed {
  color: var(--sblue);
  font-weight: bold;
}

.stepper li.completed::before {
  border-color: var(--blue);
}

.stepper li.completed::after {
  background: var(--blue);
}

#categoriInput {
  color: var(--bs-body-color);
}

.form-select-cus {
  display: flex;
  flex: 1;
}
.note-alamat {
  font-size: 12px;
  color: var(--blue);
}
.syarat {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.syarat img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.syarat input {
  flex: 1;
}
.syarat input:focus {
  outline: none;
  border: none !important;
  border-color: #0d6efd !important;
}

/* .ql-toolbar .ql-snow{
  border: 0;
}
.editor-container{
  display: flex;
  height: 100%;
  background-color: #fff;
}
.ql-editor {

  border-top: 0;
  background-color: #fff;
  height: 100%;
} */
.ql-toolbar.ql-snow {
  border: none;
}
.ql-container.ql-snow {
  border: none;
}
.ql-editor {
  border: none;
  outline: none;
  border-top: 0;
  height: 350px;
}
.btn-grey {
  display: flex;
  border: 1px solid #cecece;
  align-items: center;
  justify-content: center;
}
.card-question {
  border: solid 1px #9a9a9b;
}
.card-question .form-select-cus {
  border: solid 2px #000;
}
/* .btn-type-quest{
  min-width: auto;
  border: solid 3px var(--blue);
  color: var(--blue);
  font-weight: bold;
  background-color: #E3F2FF;
}
.btn-type-quest:active{
  transform: scale(0.95);
  background-color: #E3F2FF;
}
.btn-type-quest:hover {
  background: #E3F2FF;
  color: var(--blue);
  border: 1px solid var(--blue);
}
.btn-type-quest2{
  border: solid 2px #CECECE;
  color: #000;
  background-color: #F5F5F5;
}
.btn-type-quest2:active{
  transform: scale(0.95);
  background-color: #F5F5F5;
}
.btn-type-quest2:hover {
  background: #F5F5F5;
  color: #000;
  border: 2px solid #CECECE;
} */
.tipe-pertanyaan .nav-tabs,
.tipe-pertanyaan .nav-link {
  border: none;
}
.tipe-pertanyaan .nav-tabs {
  gap: 16px;
}
.tipe-pertanyaan .nav-tabs .nav-link {
  border: solid 3px #cecece;
  color: #000;
  background-color: #f5f5f5;
}
.tipe-pertanyaan .nav-tabs .nav-link.active {
  border: solid 3px var(--blue);
  color: var(--blue);
  font-weight: bold;
  background-color: #e3f2ff;
}
.btn-add-question {
  display: flex;
  gap: 10px;
  color: var(--blue);
  border: none;
  padding-left: 0;
  width: 280px;
}
.btn-add-question:hover {
  color: var(--blue);
}
.btn-delete-question {
  border: 1px #000 solid;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.btn-delete-question:hover {
  transform: scale(0.95);
}
.btn-delete {
  background-color: #a61517;
  color: #fff;
  min-width: 100px;
  display: flex;
}
.btn-save {
  min-width: 100px;
}
.bulat {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid grey;
}
.text-yn {
  min-width: 60px;
  margin-bottom: 0;
}
/* toggle  */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--sblue);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--sblue);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#check .box {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid grey;
}
#check .form-control {
  width: 30%;
}
.btn-add-option {
  border: 1px solid #000;
}
.btn-add-option:hover {
  border: 1px solid #000;
}
.icon-trash {
  min-width: auto;
  background-color: #a61517;
  display: flex;
}
.icon-trash:hover {
  min-width: auto;
  background-color: #a61517;
}
.icon-trash img {
  height: 20px;
}
#upload .form-check {
  display: flex;
  align-items: center;
}
#upload input {
  margin-top: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #9a9a9b;
}
#upload .form-check label {
  border: 1px solid #9a9a9b;
  min-width: 30%;
}

/* Nonaktifkan semua efek hover dan focus pada input lokasi */
#input.form-control-location,
#input.form-control-location:hover,
#input.form-control-location:focus,
#input.form-control-location:active {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
  transition: none !important;
}
/* pencari talent awal */
.top-talent-awal {
  padding-top: 18vh;
  padding-bottom: 20vh;
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  position: relative;
}
.card-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%);
}

.card-overlay .card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mid-talent-awal {
  padding-top: 26vh;
  background-color: #deffff;
}
.img-women-cpb {
  width: 500px;
}
.card-post-info-loker {
  background-color: #fff;
  border: 1px var(--blue) solid;
  border-radius: 20px;
  height: fit-content;
  width: 100%;
}
.card-post-info-loker ul {
  list-style: none;
  padding-left: 0;
}
.card-post-info-loker li img {
  padding-right: 10px;
  padding-bottom: 10px;
}

.card-post-info-loker .title {
  color: var(--sblue);
  font-size: 24px;
}
.card-post-info-loker .price {
  font-size: 48px;
}
.bottom-talent-awal {
  padding: 80px 0;
}
.partner-item {
  height: 140px !important;
  width: 160px !important;
  border: 1px var(--blue) solid;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* contact-us */
.contact-us {
  padding: 60px 0;
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  position: relative;
}
.form-contact-us {
  border: 1px var(--sblue) solid;
  background-color: #fff;
}
.form-contact-us .title {
  color: var(--sblue);
  font-size: 24px;
  margin-bottom: 0;
}
.form-contact-us textarea {
  height: 130px;
}
.form-contact-us .form-control {
  background-color: #f6f6f6;
}
/* modal register company */
.btn-toggle {
  background-color: transparent;
  border: none;
}
#companyModal::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
/* nav-photo-profile */
.nav-photo-profile {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}
.nav-photo-profile p {
  width: 60px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-photo-profile .arrow-down {
  width: 30px;
}
.nav-photo-profile .photo {
  background-color: #fff;
  border-radius: 50%;
}
/* setting-menu */
.setting-menu {
  background-color: #fff;
  position: absolute;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 180px;
  top: 60px;
  border-radius: 10px;
  border: 1px #cecece solid;
  left: 50%;
  transform: translateX(-50%);
}
.logout {
  color: #ff0004;
}
.profile-tab {
  overflow: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.profile-tab::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.btn-post-loker {
  position: absolute;
  right: 0;
  bottom: -90px;
}
.empty-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.empty-item img {
  margin-bottom: 10px;
}

.toggle-password {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  bottom: 16px;
}
.reg-toggle {
  bottom: 10px;
}
.testi-img {
  display: flex;
  border-radius: 60px;
  width: 120px;
  height: 120px;
}

.slick-testi .slick-dots {
  display: flex !important;
  justify-content: left;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.slick-testi .slick-dots li {
  margin: 10px;
  padding: 0;
  padding-top: 30px;
}

.slick-testi .dot-line {
  display: block;
  width: 40px;
  height: 6px;
  border-radius: 5px;
  background: #d3d3d3; /* abu-abu default */
  transition: background 0.3s;
}

.slick-testi .slick-dots li.slick-active .dot-line {
  background: #0d6efd; /* biru Bootstrap */
}

.partner-item {
  margin: 0 20px;
}
/*  */
.social img:hover {
  transform: scale(1.2);
}
/* lamaran saya */
.lamaran-saya {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../../vendor/assets/page1bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40dvh;
}
.lamaran-saya .title {
  color: var(--sblue);
  margin-top: 10dvh;
  font-size: 40px;
  font-weight: bold;
}

.tab-lamaran-saya {
  background-color: #fff;
  border-top: 1px var(--grey) solid;
}
#semuaLamaran .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 0;
}
#semuaLamaran .empty p {
  width: 30dvw;
  text-align: center;
}
.lamaran .content {
  padding-top: 50px;
}
/* .lamaran .content .row{
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
} */
.card-lamaran {
  display: flex;
  flex-direction: row;
  border: 2px #8babc5 solid;
  padding: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.card-lamaran .left {
  display: flex;
  flex-direction: row;
}
.card-lamaran .left img {
  height: 80px;
  width: 80px;
  margin-right: 20px;
  border-radius: 40px;
}
.card-lamaran p {
  margin-bottom: 10px;
}
.card-lamaran .posisi {
  font-size: 24px;
  color: var(--sblue);
  font-weight: bold;
}
.card-lamaran .instansi {
  color: var(--blue);
}
.card-lamaran .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-lamaran .box-calender {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-lamaran .box-calender p {
  margin-bottom: 0;
  margin-left: 10px;
}
.card-lamaran .status {
  margin-top: 20px;
  background-color: #f5f5f5;
  border: 1px var(--grey) solid;
  text-align: center;
  padding: 12px 0;
  width: max-content;
  min-width: 180px;
}
.card-lamaran .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.card-lamaran .right p {
  margin-bottom: 0;
  color: var(--sblue);
}
.kualifikasi {
  background-color: #00ffff99 !important;
}
.ditolak {
  background-color: #000 !important;
  color: #fff !important;
}
.interview {
  background-color: var(--blue) !important;
  color: #fff !important;
}
/* card  */
.card-loker {
  flex-direction: row;
  border: 1px #8babc5 solid;
  border-radius: 20px;
  margin-bottom: 40px;
}
.container-box-kandidat {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.container-box-kandidat .box-kandidat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px #8babc5 solid;
  padding: 10px;
  min-width: 110px;
  border-radius: 6px;
  /* gap: 10px; */
}
.container-box-kandidat .box-kandidat p {
  margin-bottom: 0;
  font-weight: bold;
}
.container-box-kandidat .box-kandidat .number {
  font-size: 40px;
}
.container-box-kandidat .box-kandidat .desc {
  font-size: 16px;
}
.text-kandidat {
  font-size: 16px;
  margin-bottom: 0;
}
.kandidat-number {
  font-size: 36px;
}
.card-padding {
  padding: 40px;
}
.card-loker .form-switch .form-check-input {
  height: 2em;
  width: 4em;
  margin-right: 16px;
}
.card-loker .form-switch {
  margin-bottom: 20px;
}
.arrow-img {
  margin-left: 10px;
}
.card-padding .title {
  font-weight: bold;
  font-size: 24px;
}
.text-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.text-icon p {
  margin-bottom: 0;
  margin-left: 10px;
}
.masa-aktif {
  color: var(--blue);
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
}
.card-loker .action-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background-color: #d9edff;
  gap: 20px;
  padding: 30px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* kandidat */
.empty-kandidat {
  height: 40dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-kandidat p {
  font-size: 20px;
  color: var(--grey);
}
#myTabKandidat .container {
  padding-top: 30px;
}
.card-kandidat {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 2px #8babc5 solid;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
  color: #000;
}
.card-kandidat .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.card-kandidat .left .box-name .name {
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
}
.card-kandidat .left img {
  height: 80px;
  width: auto;
  border-radius: 50px;
}
.card-kandidat .middle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.card-kandidat .middle .pengalaman .title {
  color: var(--grey);
  font-size: 16px;
  font-weight: bold;
}
.card-kandidat .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}
.card-kandidat .row {
  padding: 0 !important;
  margin: 0 !important;
}
/* skrining */
.skrining {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.box-skrining {
  margin-bottom: 30px !important;
}
.skrining p {
  margin-bottom: 0;
}
.skrining .title {
  color: var(--grey);
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.skrining .question {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.skrining .text-answer {
  color: #000;
  margin-bottom: 4px;
}
.skrining .user-answer {
  color: var(--sblue);
}
.action-kandidat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.shadow-kandidat {
  box-shadow: 0px 4px 40px 0px #008cff57;
}
.action-kandidat p {
  margin-bottom: 0;
}
.action-kandidat .text-kandidat {
  padding: 0 20px;
}
.action-kandidat .box-button {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
/* ringkasan */
.ringkasan {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ringkasan .title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ringkasan .desc {
  margin-bottom: 20px;
}
.gallery {
  margin-bottom: 40px;
}
.gallery img {
  border-radius: 10px;
}
.ringkasan .box-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
}
.ringkasan .box-address p {
  margin-bottom: 0;
}
.ringkasan .box-address :hover {
  color: var(--sblue);
}
.box-sosmed {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.ringkasan .box-gallery .arrow-left {
  position: absolute;
  left: -6px;
  top: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
}
.ringkasan .box-gallery .arrow-right {
  position: absolute;
  right: -6px;
  top: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  transform: translateY(-50%) scaleX(-1);
  border: 0;
  background-color: transparent;
}
.ringkasan .gallery .gallery-item {
  padding: 0 10px;
}
.ringkasan .gallery .gallery-item img {
  width: 100%;
}
.tap-one-page {
  text-align: center;
}
/* edit-profile-rekruter */
.edit-profile-rekruter {
  padding-top: 140px;
  padding-bottom: 100px;
  overflow: hidden; /* ❗ matikan scroll di container besar */
}

.rekruter-form-edit {
  max-height: 70vh; /* tinggi area scroll */
  overflow-y: auto; /* scroll hanya di dalam bagian kanan */
  scroll-behavior: smooth;
  padding-right: 10px;
}
.edit-profile-rekruter .row,
.edit-profile-rekruter .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}
.box-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.form-grey {
  background-color: #f5f5f5 !important;
  border: 1px #cecece solid;
}
.edit-profile-rekruter hr {
  border-top: 2px #000 solid;
  opacity: 1;
  margin: 30px 0;
}

.edit-profile-rekruter textarea {
  min-height: 160px;
}

.upload-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.upload-box {
  width: 23%;
  height: 180px;
  border: 1.5px solid #1b63c5;
  border-radius: 12px;
  background-color: #e6f3ff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b63c5;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 2%;
}

.upload-box:hover {
  background-color: #d9ebff;
}

.upload-box input {
  display: none;
}

.upload-box span {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 6px;
}

.uploaded-image {
  background-size: cover;
  background-position: center;
  position: relative;
}

.remove-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.remove-btn:hover {
  background-color: #f5f5f5;
}
.box-btn-edit-profile {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 20px;
}
.nav-text .active{
  color: var(--blue);
  font-weight: 600;
}
