@import './support.css';
@import './support-hubungi-kami.css';
/*  */
.mj-frame {
    margin: 0 auto;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: fit-content;
    padding: 20px 32px;
}

.mj-frame.text{
    font-weight: 700;
    font-size: 72px;
    line-height: 90px;
    color: #29B6B3;
    background: radial-gradient(100% 261.22% at 100% 0%, #ECF5E5 0%, #DAF1F0 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 24px;
}

.mj-frame > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

/* PAGE STYLE */
.pg-about,
.pg-media,
.pg-header {
    background: #FFF;
}

.pg-about .mj-slider-inner {
    display: flex;
    align-items: center;
}

.pg-about .mj-slider-inner .flickity-viewport {
    height: 510px !important;
    transition: height 0.2s;
}

.pg-about .mj-slider-inner .flickity-slider .col-12 {
    top: 30px !important;
    transition: top 0.5s, height 1s;
    transition-timing-function: ease;
}

.pg-about .mj-slider-inner .flickity-slider .col-12.is-selected {
    top: 0px !important;
}

.pg-about .mj-slider-inner .mj-card-display .mj-desc-text {    
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #196D6B;
}

.pg-about .mj-slider-inner .is-selected .mj-card-display .mj-desc-text {
    font-size: 24px;
    line-height: 32px;
}

/*  */
.mj-gradient-right-corner {
    background: radial-gradient(50% 50% at 50% 0%, #E3F1D8 0%, rgba(227, 241, 216, 0) 100%), radial-gradient(50% 56.25% at 100% 0%, #D4F0F0 0%, rgba(169, 226, 225, 0) 100%, rgba(212, 240, 240, 0) 100%), #FFFFFF;
}


/*  */
.pg-about .mj-section-hero-small-content .content-wrapper {
    padding-bottom: 0px;
    padding-top: 220px;
    bottom: 14px;
}

.pg-galeri .mj-card-display img {
    width: fit-content !important;
    display: flex;
    margin: 0 auto;
}

.pg-galeri .mj-card-display .mj-accordion {
    padding: 18px 0;
}

.pg-galeri .mj-card-display .mj-accordion .mj-title-text {
    font-size: 18px;
    line-height: 24px;
}

.pg-karir-header {
    background: var(--mj-gradient-soft-overflow);
}

.mj-desc-text.detail {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #196D6B;
}

#karir-holder {
    position: relative;
    min-height: 240px;
}

#karir-inner .mj-card-display {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    height: fit-content;
}

#karir-inner .mj-card-display .vacancy-card-content > label,
#karir-inner .mj-card-display .vacancy-card-content > span {
    display: block;
}

#karir-inner .mj-card-display .vacancy-card-content > label {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #2b706b;
    margin-bottom: 4px;
}

#karir-inner .mj-card-display .vacancy-card-content > span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #101828;
    font-family: 'Open Sans';
}

#karir-inner .mj-card-display .vacancy-card-content > ul {
    display: flex;
    margin: 16px 0 8px 0;
    padding: 0;
}

#karir-inner .mj-card-display .vacancy-card-content > ul > li {
    display: flex;
    align-items: center;
    margin-right: 24px;
    list-style: none;
    color: #475467;
    font-size: 14px;
}

#karir-inner .mj-card-display .vacancy-card-content > ul > li > img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    object-fit: contain;
    margin-bottom: unset;
    border-radius: unset;
}

#karir-inner .mj-card-display .vacancy-card-footer {
    flex-basis: 140px;
}

#karir-inner .mj-card-display .vacancy-card-footer > a {
    cursor: pointer;
}

.no-data-rows {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-data-rows > img {
    max-width: 100%;
}

.no-data-rows > label {
    display: block;
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #141414;
}

.no-data-rows > p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
}

.vacancy-section {
    margin-bottom: 36px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #424242;
}

.vacancy-section > h3 {
    font-size: 24px;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #d6d6d6;
    font-family: 'Metropolis';
    font-style: normal;
    letter-spacing: 0.02em;
    color: var(--teal-800);
}

.vacancy-section > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #424242;
    margin: 0 0 18px 0;
}

.vacancy-section ol > li,
.vacancy-section ul > li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #424242;
    margin: 0 0 12px 0;
}

.h-career {
    height: 460px;
}

.h-career .mj-section-hero-content {
    height: 460px;
}

.h-career .mj-section-hero-bg {
    height: 460px;
}

.h-career .mj-section-hero-bg > img {
    width: 100%;
    object-fit: cover;
    height: 460px;
}

#pagination-holder {
    display: flex;
    justify-content: center;
    overflow: visible;
    margin-top: 24px !important;
}

.result-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 24px;
}

.drop-zone {
	width: 150px;
	height: auto;
	border: 0;
	padding: 0;
}

.form-holder {
	position: relative;
}

.karir-position {
    position: sticky;
    top: 120px;
    height: 180px;
}

.karir-footer {
    background: #FAFAFA;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 24px;
    height: fit-content;
}

.karir-detail > .mj-card-display {
    height: fit-content;
    margin-bottom: 32px;
}

.karir-detail > .mj-card-display > .karir-item-section {
    margin-bottom: 36px;
}

.karir-detail > .mj-card-display > .karir-item-section > h3 {
    font-family: "Metropolis", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding: 0 0 16px 0;
    margin: 0;
    border-bottom: 1px solid #D6D6D6;
    color: #21928F;
}

.karir-detail > .mj-card-display > .karir-item-section > p,
.karir-detail > .mj-card-display > .karir-item-section > .raw-item > p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
    margin: 0;
    color: #424242;
}

.karir-detail > .mj-card-display > .karir-item-section > .raw-item > ul,
.karir-detail > .mj-card-display > .karir-item-section > .raw-item > ol {
    padding: 0 15px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
}

.karir-detail > .mj-card-display > .karir-item-section > .raw-item > ul > li,
.karir-detail > .mj-card-display > .karir-item-section > .raw-item > ol > li {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}

.karir-footer > h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #0a0a0a;
}

.karir-footer > p {
    color: #525252;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/** FORM */
.form-panel-wrapper {
    display: flex;
    justify-content: center;
    padding: 48px 0;
    transition: max-height 0.25s ease-out;
}

.form-panel-wrapper.hidden {
    display: none;
}

.form-panel-wrapper > .form-panel {
    width: min(100%, 730px);
    background: #FFF;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    color: #525252;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}

.form-panel-wrapper > .form-panel > h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    display: flex;
    gap: 0 8px;
    margin: 0 0 6px 0;
    padding: 0;
}

.form-panel-wrapper > .form-panel > .form-description > h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
}

.form-panel-wrapper > .form-panel > .form-description > p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-footer > label {
    color: #196D6B;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.form-resume-uploader {
    border: 1px solid #E3F1D8;
    background: #F6FAF2;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px 0;
}

.form-resume-uploader > h3 {
    display: flex;
    gap: 0 8px;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.form-resume-uploader > p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #525252;
}

.form-resume-uploader > .uploader-body {
    position: relative;
}

.form-resume-uploader > .uploader-body > p {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
}

.form-resume-uploader > .uploader-body > [type=file] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.form-resume-uploader > .uploader-body > .resume-mask {
    width: fit-content;
}

.form-resume-uploader > .uploader-result {
    border: 1px solid #F5F5F5;
    background: #FFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    padding: 16px;
}

.form-resume-uploader > .uploader-result.hidden {
    display: none;
}

.form-resume-uploader > .uploader-result > label {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #141414;
}

.form-resume-uploader > .uploader-result > label > svg {
    width: 16px;
    height: 16px;
}

.form-resume-uploader > .uploader-result > p {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #525252;
}

#uploader-result-processing svg {
    animation: spining 1s linear infinite;
}

#uploader-result-success label {
    color: #21928F;
}

#uploader-result-error label {
    color: #B42318;
}

#uploader-result-error {
    border: 1px solid #B42318;
}

#uploader-result-success {
    border: 1px solid #21928F;
}

.iradio-holder {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.iradio-holder > label.iradio-wrapper {
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: relative;
}

.iradio-holder > label.iradio-wrapper > input[type=radio] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.iradio-holder > label.iradio-wrapper > span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    gap: 0 8px;
    align-items: center;
}

.iradio-holder > label.iradio-wrapper > span::before {
    display: block;
    content: '';
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    background: #FFF;
}

.iradio-holder > label.iradio-wrapper > span::after {
    display: block;
    content: '';
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 3px;
    background: #FFF;
}

.iradio-holder > label.iradio-wrapper > input[type=radio]:checked ~ span::before {
    border: 1px solid #21928F;
}

.iradio-holder > label.iradio-wrapper > input[type=radio]:checked ~ span::after {
    background: #21928F;
}

.section-pengalaman {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    padding: 16px;
    border-radius: 16px;
    background: #FFF;
    border: 1px solid #D6D6D6;
}

.form-panel-success {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    color: #141414;
}

.form-panel-success > img {
    width: min(100%, 250px);
    height: auto;
    display: block;
    margin: 0 auto 24px auto;
}

.form-panel-success > h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.form-panel-success > p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #525252;
}

.color-red {
    color: red !important;
}

.color-dark {
    color: #292929 !important;
}

#second-experience {
    display: none;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.bg-soft {
    background: #F6FAF2 !important;
}

@media (max-width: 768px) {
	.hero-detail-career {
		padding-bottom: 310px !important;
	}

    #maju-content {
        height: 470px;
    }

    #maju-content .img-wrapper {
        width: 100%;
        height: 240px;
        position: absolute;
        top: 0;
    }

    #maju-content .img-wrapper > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #maju-content .content-wrapper {
        width: 100%;
        position: absolute;
        top: 220px;
        margin-bottom: 0;
        padding-bottom: 0;
        left: 0;
    }

    .pg-karir-header .mj-section-hero {
        padding-bottom: 0;
    }

    .pg-about .mj-slider-inner .is-selected .mj-card-display .mj-desc-text {
        font-size: 20px;
        line-height: 28px;
    }

    .pg-about .mj-section-hero-small-content .img-wrapper {
        width: 100%;
        height: auto;
        position: relative;
    }

    .pg-about .mj-section-hero-small-content .content-wrapper {
        width: 100%;
        left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        position:relative;
        padding-top: unset;
        overflow: unset;
    }   

    .pg-about .mj-section-hero-small-content .img-wrapper > img {
        border-radius: 0;
    }

    .mj-section-hero .mj-section-hero-cta {
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start;
    }

    .mj-section-hero .mj-section-hero-cta > a {
        margin-right: unset;
        margin-bottom: 8px;
        flex-basis: 48%;
        justify-content: center;
    }

    .h-career {
        height: auto;
    }

    .h-career .mj-section-hero-content {
        height: auto;
    }

    #karir-inner .mj-card-display {
        flex-wrap: wrap;
    }
    
    #karir-inner .mj-card-display .vacancy-card-content > label {
        margin-bottom: 8px;
    }
    
    #karir-inner .mj-card-display .vacancy-card-content > ul {
        display: flex;
        margin: 16px 0;
        padding: 0;
    }
    
    #karir-inner .mj-card-display .vacancy-card-footer {
        flex-basis: 100%;
    }

    .mj-gradient-right-corner {
        background: linear-gradient(-130deg, #D4F0F0 0%, rgba(227, 241, 216, 0) 25%), linear-gradient(-130deg, #E3F1D8 0%, rgba(169, 226, 225, 0) 50%, rgba(212, 240, 240, 0) 100%), #FFF;
    }

	.detail-section {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	#department-name-title {
		font-size: 48px;
		line-height: 56px;
	}

	#btn-apply-desktop {
		display: none;
	}
	
	#btn-apply-mobile {
		display: block;
	}

    .karir-position {
        position: relative;
        top: unset;
        height: auto;
    }
}

@keyframes spining {
    from {
        transform: rotate(0deg);
    } to {
        transform: rotate(360deg);
    }
}
