/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2021, 2:45:23 PM
    Author     : duongca
*/
.job-alert-page{
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}
.job-alert-page-content{
    display: flex;
    width: 100%;
    align-items: center;
}
.job-alert-page-content .content-wraper {
    display: flex;
    width: 100%;
}
.job-alert-page-left{
    width: 100%;
    position: relative;
    flex: 0 0 auto;
    -webkit-box-flex: 0;
}
.job-alert-page .job-alert-page-left{
    width: 50%;
}
.job-alert-page-right{
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 50px;
    padding-bottom: 100px;
}
.job-alert-page-right .job-alert-banner{
    margin-top: 50px;
}
.job-alert-page-content .iw-heading{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e6e9;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.job-alert-page-content .iw-heading .heading-content{
    display: flex;
    gap: 24px;
    align-items: center;
}
.job-alert-page-content .heading-title .sub-title{
    color: var(--colors-primary-500);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.job-alert-page-content .heading-title .title{
    color: var(--colors-grey-900);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.job-alert-page-content .heading-description ul{
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.job-alert-page-content .heading-description ul li{
    display: flex;
    gap: 8px;
    margin-right: 16px;
}
.job-alert-page-content .heading-description ul li span {
    color: var(--colors-darkgrey-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.job-alert-page-content .heading-description ul li span.icon {
    color: var(--colors-primary-500);
    display: flex;
}
.job-alert-page-content input[type='checkbox']{
    height: auto;
}
.job-alert-page-content .iwj-thankyou-page{
    margin: 0 auto;
    min-width: 500px;
}
.job-alert-page-content .iwj-thankyou-page .thankyou-panel > h3{
    margin: 20px 0 10px;
}

.iw-conditional-grf-group .sec-title{
    margin-bottom: 10px;
    color: var(--colors-grey-700);
}
.check-box-require{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.job-alert-homepage-wraper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.job-alert-homepage-inner{
    max-width: 850px;
    background: #fff;
    padding: 30px;
    width: 100%;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    min-height: 400px;
}
.job-alert-form-content .form-row{
    display: flex;
    gap: 20px;
}
.job-alert-form-content .form-row > div{
    flex: 1;
}
.job-alert-homepage .job-alert-page-content,
.job-alert-jobs .job-alert-page-content{
    flex-direction: column;
}
.job-alert-jobs .job-alert-page-right{
    padding-bottom: 0;
}
.job-alert-jobs .job-alert-page-right .job-alert-banner{
    margin-top: 0;
}
.job-alert-homepage button.close {
    top: 10px;
    right: 10px;
    position: absolute;
    font-size: 24px;
    padding: 5px 10px;
}
.job-alert-homepage-inner .iwj-confirm-page .confirm-page-content{
    padding: 50px 0 100px;
}
.job-alert-homepage-inner .confirm-page-content .confirm-page-content-inner{
    height: auto;
}

/*Multiple step*/
.job-alert-page .job-alert-page-content.multisteps{
    max-width: 800px;
    margin: 0 auto;
}
.job-alert-page-content.multisteps{
    text-align: center;
    flex-direction: column;
}
.job-alert-page-content.multisteps .heading-content-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.job-alert-page-content.multisteps .heading-description{
    margin: 0 auto;
    max-width: 500px;
}
.job-alert-page-content.multisteps .heading-description ul li span{
    font-size: 14px;
}
.job-alert-page-content.multisteps .iw-heading{
    align-items: center;
    margin-bottom: 40px;
}
.job-alert-page-content.multisteps .job-alert-form-content{
    width: 100%;
    margin-bottom: 50px;
}
.job-alert-page-content.multisteps .page-steps {
    font-weight: 500;
    color: var(--colors-grey-700);
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
.job-alert-page-content.multisteps fieldset {
    position: relative;
    display: none;
    flex-direction: column;
    gap: 30px;
}
.job-alert-page-content.multisteps fieldset.active {
    display: flex;
}
.job-alert-page-content.multisteps .fs-title {
    color: var(--colors-base-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.job-alert-page-content.multisteps .fs-inputs{
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}
.job-alert-page-content.multisteps .fs-inputs .fs-group-fields {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}
.job-alert-page-content.multisteps .fs-inputs .fs-item {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid var(--colors-grey-300);
    cursor: pointer;
}
.job-alert-page-content.multisteps .fs-inputs .fs-item.active {
    border: solid 2px var(--colors-primary-500);
}
.job-alert-page-content.multisteps .fs-inputs .fs-item .fs-field-icon {
    display: flex;
}
.job-alert-page-content.multisteps .fs-inputs .fs-item .fs-field-content {
    width: 100%;
}
.job-alert-page-content.multisteps .fs-inputs .fs-item .fs-field-title{
    color: var(--colors-darkgrey-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.job-alert-page-content.multisteps .iwj-button-loader, .job-alert-page-content.multisteps .action-group {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.job-alert-page-content.multisteps .fs-inputs .iwj-submit-btn {
    margin-top: 15px;
}
.job-alert-page-content.multisteps .multiselect-container.dropdown-menu {
    display: block;
    position: relative;
}
@media (max-width: 768px){
    .job-alert-page .job-alert-page-left{
        width: 100%;
    }
    .job-alert-page .job-alert-page-right{
        display: none;
    }
}
@media (max-width: 480px){
    .job-alert-page-content .iw-heading{
        gap: 20px;
        padding-bottom: 30px;
    }
    .job-alert-page-content .iw-heading .heading-content .heading-icon{
        display: none;
    }
    .job-alert-page-content .heading-description ul{
        flex-direction: column;
    }
    .job-alert-form-content .form-row{
        flex-direction: column;
    }
    .job-alert-homepage-inner{
        padding: 30px 15px;
    }
}