@import "./colors.css";

.scroll-hint-icon {
    padding: 10px;
}

.slick-dots li {
    margin: 0;
}

.form-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 0px;
    gap: 10px;
}

#map iframe {
    width: 100%;
    height: 170px;
}

#formApply input::placeholder {
    color: #D9D9D9;
}

#formApply select:required:invalid {
    color: #D9D9D9;
}

#formApply select option:disabled {
    color: #D9D9D9;
}

#formApply select option {
    color: #555;
}

#formApply .select-month-birthday,
#formApply .select-year-birthday{
 appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/assets/icon/chevron-down-back-light.svg');
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 12px 7px;
}

.btnDetailJob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 40px;
    width: 270px;
    background: var(--color-ls-action-hover);
    box-shadow:  0 1px 3px 0 rgb(0 0 0 / 0.1);
    border-radius: 4px;
}

.btn-apply-job {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    max-width: 400px;
    width: 100%;
    height: 50px;
    background: var(--color-ls-action-hover);
    border-radius: 9999px;
    margin: 0 auto;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.btn-apply-job.disabled {
    background: #aaa;
    box-shadow: unset;
}
.btn-apply-job i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #fff;
    mask: url(/assets/atoms-icon/task_alt_fill0_wght400_grad0_opsz48.svg) left/20px no-repeat;
    -webkit-mask: url(/assets/atoms-icon/task_alt_fill0_wght400_grad0_opsz48.svg) left/20px no-repeat;
}

.line-left {
    position: relative;
    padding-left: 8px;
}

.line-left::after {
    position: absolute;
    content: '';
    left: 0;
    width: 2px;
    height: 16px;
    top: 2px;
    background: #FF6325;
}

.job-detail-company-url::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/assets/atoms-icon/chevron_right_blue.svg) no-repeat center/cover;
}

.job-internal-link .job-internal-link-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 185.714%;
    letter-spacing: 1.12px;
    text-align: center;
}

.job-internal-link .job-internal-link-title span::before {
    content: '';
    position: absolute;
    display: table-cell;
    width: 18px;
    height: 18px;
    background-color: var(--color-ls-action-hover, #ff6600); /* đổi màu ở đây */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.job-internal-link .job-internal-link-area .job-internal-link-title span::before {
    mask-image: url(/assets/img/common/iconArea.svg);
   -webkit-mask-image: url(/assets/img/common/iconArea.svg);

}

.job-internal-link .job-internal-link-category .job-internal-link-title span::before {
    mask-image: url(/assets/img/common/iconIndustry.svg);
   -webkit-mask-image: url(/assets/img/common/iconIndustry.svg);
}

.job-internal-link .job-internal-link-employment .job-internal-link-title span::before {
    mask-image: url(/assets/icon/iconStatus.svg);
   -webkit-mask-image: url(/assets/icon/iconStatus.svg);
}

.job-internal-link .job-internal-link-tag .job-internal-link-title span::before {
   mask-image: url(/assets/img/common/iconCriteria.svg);
  -webkit-mask-image: url(/assets/img/common/iconCriteria.svg);
}

/* footer {
    padding-bottom: 64px;
} */

.job-detail-slick .slide {
    width: 100%;
    height: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-detail-slick.slick-not-init .slide:nth-child(n+2) {
    display: none;
}

.entry-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    letter-spacing: 0.1em;
    color: rgba(51, 51, 51, 0.8);
}
.entry-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    color: #659000;
}

.recommend-list-pick-up::-webkit-scrollbar-track {
    background-color: #E9E9E9;
}

@media screen and (min-width: 768px) {
    #map iframe {
        width: 100%;
        height: 300px;
    }

    #slick-slider-dots ul {
        width: 343px;
    }

    #slick-slider-dots ul li button {
        height: 6px;
    }
}

@media screen and (min-width: 1024px) {
    #map iframe {
        width: 100%;
        height: 450px;
    }
}