/* login-modal.css — GENERATED by scripts/gen-login-modal.mjs. Do not hand-edit.
   Shared navbar + login/register-modal rules purged from the 4 landing sheets
   (jobseekers-new/jobseekers3/employer-new/employer3, cascade order) against the shared
   navbar components. Those 4 sheets load ONLY on /jobseeker & /employer now. Regen: npm run gen-login-modal */


/* ===== from jobseekers-new.css ===== */
  .jobseeker_logo{
    margin-top: 0px !important;
    max-width: 180px;
  }
h2 {
    font-family: 'Extra Bold';
}
/* .color_download_btn {
    position: absolute;
    top: 15%;
    right: 0;
    transform: translateY(-50%);
} */

/* .human_last_img{
    box-shadow: 0px 2px 5px #808080;
    border-radius: 12px;
} */

@media only screen and (min-width: 769px) and (max-width: 999px){
    .hide_in_mobile_jobseeker{
        display: none;
    }
    .hamburger .line{
        width: 34px;
        height: 3px;
        background-color: #4c8bf5 !important;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      
      .hamburger:hover{
        cursor: pointer;
      }
      
      /* ONE */
      
      @keyframes smallbig{
        0%, 100%{
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      
        50%{
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
        }
      }
    .jobseekers_login_register_model .new_pop_up_frm {
        /* margin-top: 0px !important; */
    }
    /* .col-md-8
    {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    }
    .col-md-4
    {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    } */
}

@media only screen and (max-width: 768px) {
    .hide_in_mobile_jobseeker{
        display: none;
    }
    .jobseekers_login_register_model .welcome-text h3 {
        font-size: 16px !important;
    }
    .jobseekers_login_register_model .welcome-text span {
        font-size: 11px !important;
    }
    .jobseekers_login_register_model .login_forms .model_btn {
        width: 180px !important;
    }
    .hamburger .line{
        width: 34px;
        height: 3px;
        background-color: #4c8bf5 !important;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      
      .hamburger:hover{
        cursor: pointer;
      }
      
      /* ONE */
      
      @keyframes smallbig{
        0%, 100%{
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      
        50%{
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
        }
      }
    .jobseekers_login_register_model .custom_model_header li {
        padding: 20px 15px 20px 15px !important;
    }
    .jobseekers_login_register_model .new_pop_up_frm {
        /* margin-top: 0px !important; */
    }
     /* div#app .mobile_jobseeker_header{
         display: block !important;
     } */
    /* .col-md-8
    {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }
    .col-md-4
    {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    } */
 }
 /* .mobile_jobseeker_header{
     display: none !important;
 } */
.jobseekers_login_register_model .welcome-text h3{
    color: #021737 !important;
}
.jobseekers_login_register_model .welcome-text span{
    font-size: 16px;
    color: #929292;
}
.jobseekers_login_register_model .custom_model_header a {
    font-family: 'Regular' !important;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.jobseekers_login_register_model ul.nav.nav-tabs li:last-child
{
    padding-bottom: 31px !important;
    padding-top: 31px !important;
}
.jobseekers_login_register_model .welcome-text {
    margin-bottom: 10px !important;
}
.jobseekers_login_register_model .form-control{
    /* border-radius: 44px; */
    height: 47px;
    border: 1px solid #E0E0E0 !important;
    color: #929292 !important;
    font-family: 'Regular';
    font-size: 14px !important;
    font-weight: 500;
}
.jobseekers_login_register_model .input-with-icon-left i {
    height: 47px !important;
    /* border-top-left-radius: 44px;
    border-bottom-left-radius: 44px; */
    border-right: unset !important;
    line-height: 45px !important;
    border: 1px solid #E0E0E0;
}
.jobseekers_login_register_model .input-group-addon-custom .model_i {
    border-left: unset !important;
    /* border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important; */
}
.jobseekers_login_register_model .input-group-addon-custom .sign_up_model_i {
    border-left: unset !important;
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
}
.jobseekers_login_register_model .input-group-addon-custom  .sign_up_model_retype_i
{
    border-left: unset !important;
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;

}
.jobseekers_login_register_model .model_btn{
    border-radius: 38px;
    width: 229px !important;
    margin-left: auto;
    margin-right: auto;
}
.jobseekers_login_register_model{
    border-radius: 5px;
}
.jobseekers_login_register_model div#myModal {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
.common_animation_btn {
    position: relative;
    margin: auto;
    width: 200px;
    max-width: 200px;
    background: #f0f5fe;
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-size: 14px;
    transition-delay: 0.6s;
    overflow: hidden;
    text-align: start;
    font-weight: 700;
    height:  43px!important;
    line-height: unset !important;
}
.common_animation_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4C8BF5;
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
}
.common_animation_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f5fe;
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
}
.common_animation_btn div {
    position: relative;
    /* top: 16px; */
    width: 100%;
    height: 26px;
    overflow: hidden;
}
.common_animation_btn .first_animation_span {
    color: #fff;
    transform: translateY(24px);
}
.common_animation_btn .second_animation_span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
}
.common_animation_btn .first_animation_span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
}
.common_animation_btn .second_animation_span {
    color: #4C8BF5;
    transform: translateY(0);
}
.common_animation_btn:hover {
    background: #4C8BF5;
    transition: 0.2s linear;
    transition-delay: 0.6s;
}
.common_animation_btn:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}
.common_animation_btn:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0;
}
.common_animation_btn:hover .first_animation_span {
    transform: translateY(0);
}
.common_animation_btn:hover .second_animation_span {
    transform: translateY(-24px);
}
.common_animation_btn .second_animation_span{
    color: #4C8BF5;
    transform: translateY(0);
}
.white_feather{
    color: #fff !important;
}
.jobseekers_login_register_model .common_animation_btn:after{
    background-color: #fff !important;
}
.jobseekers_login_register_model .common_animation_btn div
{
    left: 0;
    right: 0;
}
.jobseekers_login_register_model .common_animation_btn .second_animation_span
{
    left: 0;
    right: 0;
}
.jobseekers_login_register_model .common_animation_btn .first_animation_span
{
    left: 0;
    right: 0;
}
.jobseekers_login_register_model .model_btn {
    border: 2px solid #4C8BF5 !important;
    font-weight: 600 !important;
}
/* .color_download_btn:hover .active:before {
    background: linear-gradient(90deg, #fff 1.09%, #fff 100%) !important;
} */
/* .inactive_span{
    border: 4px solid #4C8BF580 !important;
} */
/* .inactive_span {
    color: #05215280 !important;
} */
.jobseekers_login_register_model .model_btn
{
    height: unset !important;
}
.jobseeker_spin{
    font-family: 'FontAwesome' !important;
    margin-right: 5px;
}
/* .jobseeker_slider_section .slick-prev {
    left: -1%;
	top: 60%;

} */
/* .jobseeker_slider_section .slick-next {
    right: -1%;
	top: 60%;

} */
/* .jobseeker_slider_section .testimonial-box:before {
    top: -57px;
    font-size: 100px;
    opacity: unset !important;
} */

/**** Lucky Draw Css Start ****/
/* stage2 button */

@media only screen and (max-width: 1600px) and (min-width: 1400px){
    /* .whats_app_bag{
        width: 441px !important;
        background-size: 441px !important;
        margin-left: 34% !important;
        margin-top: -147px !important;
    }
    .bkg_results{
        width: 850px;
        left: 42px !important;
    }
    .bkg_results2{
        width: 850px;
        left: 45% !important;
    }
    .right_penguin_img_lucky_draw img{
        max-width: 286px !important;
        margin-left: 944px !important;
        margin-top: -336px !important;
    }
    .left_penguin_img_lucky_draw img{
        max-width: 286px !important;
        margin-top: -373px !important;
        margin-left: 84px !important;
    }
    .bkg_card{
        width: 49%;
        left: 22px !important;
    }
    .bkg_card2{
        width: 49%;
        left: 750px !important;
    }
    .bkg_card3{
        width: 49%;
        top: 344px !important;
        left: 353px !important;
    }
    .chit_header img{
        max-width: 726px !important;
        right: -172px !important;
        top: -158px !important;
        z-index: 1;
    }
    .bg_lucky_draw1{
        background-image: url("../jobeekerImages/selectionpage.webp") !important;
    }
    .selectcircle{
        height: 634px !important;
        top: 71px !important;
    }
    .lucky_draw_card_box .cards{
        width: 286px !important;
        margin-left: 133px !important;
        margin-right: -37px !important;
        margin-top: 58px !important;
    } */
}
@media only screen and (max-width: 1400px) and (min-width: 1250px){
    /* .result_draw .results{
        font-size: 105px !important;
        margin-top: -84px !important;
        margin-bottom: 102px !important;
    } */
    /* .left_penguin_img_lucky_draw img{
        max-width: 304px !important;
        margin-top: -382px !important;
        margin-left: 46px !important;
    } */
    /* .bkg_results{
        left: 12px !important;
        top: 35px !important;
        width: 60%;
    }
    .bkg_results2{
        top: 33px !important;
        left: 495px !important;
        width: 60%;
    } */
}
@media only screen and (max-width: 1250px) and (min-width: 1100px)
{
   
    /* .whats_app_bag{
        background-size: 320px !important;
        width: 420px !important;
        margin-left: 285px !important; 
    }
    .result_draw .results{
        font-size: 112px !important;
        margin-top: -85px !important;
        margin-bottom: 107px !important;
    }
    .right_penguin_img_lucky_draw img{
        max-width: 29% !important;
        margin-left: 719px !important;
        margin-top: -294px !important;
    }
    .left_penguin_img_lucky_draw img{
        max-width: 29% !important;
        margin-top: -325px !important;
        margin-left: 3px !important;
    }
    .bkg_results{
        left: 36px !important;
        top: 29px !important;
        width: 70%;
    }
    .bkg_results2{
        top: 21px !important;
        left: 311px !important;
        width: 70%;
    } */
}

/* .choose_winnings_section{
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    width: 770px;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    font-family: 'Regular' !important;
    font-weight: 600;
    font-size: 28px;
} */


@media only screen and (max-width: 768px) {
    /* .lucky_draw_card_box {
        display: block !important;
    } */
    /* .mobile_col_four_lucky_draw
    {
        max-width: 100% !important;
        flex: 100% !important;
    }
    .mobile_col_eight_lucky_draw
    {
        max-width: 100% !important;
        flex: 100% !important;
    } */
}
@media only screen and (min-width: 769px) and (max-width: 999px){
    /* .lukcy_draw_forms {
        margin-top: -68px;
    } */
    /* .lucky_draw_card_box {
        display: block !important;
    } */
    
}
/**** Lucky Draw Css End ****/

/**** Jobseeker Singpass Form And Normal Form Css Start ****/
.continue_with_singpass_btn_jobseeker {
    border: 2px solid #D6D6D6;
    box-shadow: 0px 0px 4px 2px #0000000D;
    padding: 10px 30px 11px 30px;
    border-radius: 30px;
    font-family: 'Extra Bold' !important;
    font-weight: 700;
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 23px;
    color: #333333;
}
.jobseeker_singpass_img_i {
    max-width: 85px;
    vertical-align: sub;
}
@media only screen and (max-width: 768px) {
    .continue_with_singpass_btn_jobseeker
    {
        font-size: 14px !important;
    }
  }
  @media only screen and (max-width: 320px){
    .continue_with_singpass_btn_jobseeker{
        padding: 10px 20px 11px 20px !important;
    }
  }
@keyframes fadeInBottomJobseeker {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

/*** New Header Top Navigation Menu With Mobile And Tab View Start ***/
/*** New Header Top Navigation Menu With Mobile And Tab View End ***/
/* ===== from jobseekers3.css ===== */
  .jobseeker_logo{
    margin-top: 0px !important;
    max-width: 180px;
  }
h2 {
    font-family: 'Extra Bold';
}
/* .color_download_btn {
    position: absolute;
    top: 15%;
    right: 0;
    transform: translateY(-50%);
} */

/* .human_last_img{
    box-shadow: 0px 2px 5px #808080;
    border-radius: 12px;
} */

@media only screen and (min-width: 769px) and (max-width: 999px){
      
      /* ONE */
      
      @keyframes smallbig{
        0%, 100%{
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      
        50%{
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
        }
      }
    .jobseekers_login_register_model .new_pop_up_frm {
        /* margin-top: 0px !important; */
    }
    /* .col-md-8
    {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    }
    .col-md-4
    {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    } */
}

@media only screen and (max-width: 768px) {
    /* div#app .organization_div_three_jb img {
        max-width: 200px !important;
    } */
    .jobseekers_login_register_model .welcome-text h3 {
        font-size: 16px !important;
    }
    .jobseekers_login_register_model .welcome-text span {
        font-size: 11px !important;
    }
    .jobseekers_login_register_model .login_forms .model_btn {
        width: 180px !important;
    }
      
      /* ONE */
      
      @keyframes smallbig{
        0%, 100%{
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      
        50%{
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
        }
      }
    .jobseekers_login_register_model .custom_model_header li {
        padding: 20px 15px 20px 15px !important;
    }
    .jobseekers_login_register_model .new_pop_up_frm {
        /* margin-top: 0px !important; */
    }
     /* div#app .mobile_jobseeker_header_three{
         display: block !important;
     } */
    /* .col-md-8
    {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }
    .col-md-4
    {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    } */
 }
 /* .mobile_jobseeker_header_three{
     display: none !important;
 } */
.jobseekers_login_register_model .welcome-text h3{
    color: #021737 !important;
}
.jobseekers_login_register_model .welcome-text span{
    font-size: 16px;
    color: #929292;
}
.jobseekers_login_register_model .custom_model_header a {
    font-family: 'Regular' !important;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.jobseekers_login_register_model ul.nav.nav-tabs li:last-child
{
    padding-bottom: 31px !important;
    padding-top: 31px !important;
}
.jobseekers_login_register_model .welcome-text {
    margin-bottom: 10px !important;
}
.jobseekers_login_register_model .form-control{
    /* border-radius: 44px; */
    height: 47px;
    border: 1px solid #E0E0E0 !important;
    color: #929292 !important;
    font-family: 'Regular';
    font-size: 14px !important;
    font-weight: 500;
}
.jobseekers_login_register_model .input-with-icon-left i {
    height: 47px !important;
    /* border-top-left-radius: 44px;
    border-bottom-left-radius: 44px; */
    border-right: unset !important;
    line-height: 45px !important;
    border: 1px solid #E0E0E0;
}
.jobseekers_login_register_model .input-group-addon-custom .model_i {
    border-left: unset !important;
    /* border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important; */
}
.jobseekers_login_register_model .input-group-addon-custom .sign_up_model_i {
    border-left: unset !important;
    /* border-top-right-radius: 44px !important; */
    /* border-bottom-right-radius: 44px !important; */
}
.jobseekers_login_register_model .input-group-addon-custom  .sign_up_model_retype_i
{
    border-left: unset !important;
    border-top-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important;

}
.jobseekers_login_register_model .model_btn{
    border-radius: 38px;
    width: 229px !important;
    margin-left: auto;
    margin-right: auto;
}
.jobseekers_login_register_model{
    border-radius: 5px;
}
.jobseekers_login_register_model div#myModal {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
.white_feather{
    color: #fff !important;
}
.jobseekers_login_register_model .model_btn {
    border: 2px solid #4C8BF5 !important;
    font-weight: 600 !important;
}
/* .color_download_btn:hover .active:before {
    background: linear-gradient(90deg, #fff 1.09%, #fff 100%) !important;
} */
/* .inactive_span{
    border: 4px solid #4C8BF580 !important;
} */
/* .inactive_span {
    color: #05215280 !important;
} */
.jobseekers_login_register_model .model_btn
{
    height: unset !important;
}
.jobseeker_spin{
    font-family: 'FontAwesome' !important;
    margin-right: 5px;
}
/* .jobseeker_slider_section .slick-prev {
    left: -1%;
	top: 60%;

} */
/* .jobseeker_slider_section .slick-next {
    right: -1%;
	top: 60%;

} */
/* .jobseeker_slider_section .testimonial-box:before {
    top: -57px;
    font-size: 100px;
    opacity: unset !important;
} */

/**** Lucky Draw Css Start ****/
/* stage2 button */

@media only screen and (max-width: 1600px) and (min-width: 1400px){
    /* .whats_app_bag{
        width: 441px !important;
        background-size: 441px !important;
        margin-left: 34% !important;
        margin-top: -147px !important;
    }
    .bkg_results{
        width: 850px;
        left: 42px !important;
    }
    .bkg_results2{
        width: 850px;
        left: 45% !important;
    }
    .right_penguin_img_lucky_draw img{
        max-width: 286px !important;
        margin-left: 944px !important;
        margin-top: -336px !important;
    }
    .left_penguin_img_lucky_draw img{
        max-width: 286px !important;
        margin-top: -373px !important;
        margin-left: 84px !important;
    }
    .bkg_card{
        width: 49%;
        left: 22px !important;
    }
    .bkg_card2{
        width: 49%;
        left: 750px !important;
    }
    .bkg_card3{
        width: 49%;
        top: 344px !important;
        left: 353px !important;
    }
    .chit_header img{
        max-width: 726px !important;
        right: -172px !important;
        top: -158px !important;
        z-index: 1;
    }
    .bg_lucky_draw1{
        background-image: url("../jobeekerImages/selectionpage.webp") !important;
    }
    .selectcircle{
        height: 634px !important;
        top: 71px !important;
    }
    .lucky_draw_card_box .cards{
        width: 286px !important;
        margin-left: 133px !important;
        margin-right: -37px !important;
        margin-top: 58px !important;
    } */
}
@media only screen and (max-width: 1400px) and (min-width: 1250px){
    /* .result_draw .results{
        font-size: 105px !important;
        margin-top: -84px !important;
        margin-bottom: 102px !important;
    } */
    /* .left_penguin_img_lucky_draw img{
        max-width: 304px !important;
        margin-top: -382px !important;
        margin-left: 46px !important;
    } */
    /* .right_penguin_img_lucky_draw img{
         max-width: 304px !important; 
        margin-left: 807px !important;
        margin-top: -300px !important; 
    } */
    /* .bkg_results{
        left: 12px !important;
        top: 35px !important;
        width: 60%;
    }
    .bkg_results2{
        top: 33px !important;
        left: 495px !important;
        width: 60%;
    } */
}
@media only screen and (max-width: 1250px) and (min-width: 1100px)
{
   
    /* .whats_app_bag{
        background-size: 320px !important;
        width: 420px !important;
        margin-left: 285px !important; 
    }
    .result_draw .results{
        font-size: 112px !important;
        margin-top: -85px !important;
        margin-bottom: 107px !important;
    }
    .right_penguin_img_lucky_draw img{
        max-width: 29% !important;
        margin-left: 719px !important;
        margin-top: -294px !important;
    }
    .left_penguin_img_lucky_draw img{
        max-width: 29% !important;
        margin-top: -325px !important;
        margin-left: 3px !important;
    }
    .bkg_results{
        left: 36px !important;
        top: 29px !important;
        width: 70%;
    }
    .bkg_results2{
        top: 21px !important;
        left: 311px !important;
        width: 70%;
    } */
}

/* .choose_winnings_section{
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    width: 770px;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    font-family: 'Regular' !important;
    font-weight: 600;
    font-size: 28px;
} */


@media only screen and (max-width: 768px) {
    /* .lucky_draw_card_box {
        display: block !important;
    } */
    /* .mobile_col_four_lucky_draw
    {
        max-width: 100% !important;
        flex: 100% !important;
    }
    .mobile_col_eight_lucky_draw
    {
        max-width: 100% !important;
        flex: 100% !important;
    } */
}
@media only screen and (min-width: 769px) and (max-width: 999px){
    /* div#app .organization_div_three_jb img {
        max-width: 200px !important;
    } */
    .jobseekers_login_register_model .welcome-text h3 {
        font-size: 16px !important;
    }
    .jobseekers_login_register_model .welcome-text span {
        font-size: 11px !important;
    }
    .jobseekers_login_register_model .login_forms .model_btn {
        width: 180px !important;
    }
      
      /* ONE */
      
      @keyframes smallbig{
        0%, 100%{
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      
        50%{
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
        }
      }
    .jobseekers_login_register_model .custom_model_header li {
        padding: 20px 15px 20px 15px !important;
    }
    .jobseekers_login_register_model .new_pop_up_frm {
        /* margin-top: 0px !important; */
    }
     /* div#app .mobile_jobseeker_header_three{
         display: block !important;
     } */
    /* .col-md-8
    {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }
    .col-md-4
    {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    } */
    /* .lukcy_draw_forms {
        margin-top: -68px;
    } */
    /* .lucky_draw_card_box {
        display: block !important;
    } */
}
/**** Lucky Draw Css End ****/

/**** Jobseeker Singpass Form And Normal Form Css Start ****/
@media only screen and (max-width: 768px) {
    /* .or_p_jobseeker_three:before {
        width: 40% !important;
        top: 59% !important;
    }
    .or_p_jobseeker_three:after {
        width: 40% !important;
        top: 59% !important;
    } */
  }
  @media only screen and (max-width: 320px){
    /* .or_p_jobseeker_three:before {
        top: 63% !important;
        width: 35% !important;
    }
    .or_p_jobseeker_three:after {
        top: 63% !important;
        width: 35% !important;
    } */
  }
@keyframes fadeInBottomJobseeker {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

/*** New Header Top Navigation Menu With Mobile And Tab View Start ***/
/*** New Header Top Navigation Menu With Mobile And Tab View End ***/

  /* Scroll animations */

  @keyframes scrollUpUsers {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-50%);
    }
  }

  @keyframes scrollDownUsers {
    0% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(0%);
    }
  }
/* ===== from employer-new.css ===== */
.mobile_employer_header{
    display: none !important;
}
.white_feather{
    color: #fff !important;
}
h2 {
    font-size: 30px;
}
/* .benefits_elipse_relative {
    position: relative;
}
.benefits_elipse_img {
    position: absolute;
    right: -28px;
    top: -35px;
}
.benefits_elipse_img img{
    max-width: 145px;
} */
/* .reg_left_div h2 {
    color: #fff;
    font-family: 'Bold';
    font-size: 27px;
    font-weight: 500;
    line-height: 55px;
}
.reg_left_div p {
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Semi Bold' !important;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 9px;
    font-weight: 600;
} */
.jobseekers_login_register_model .welcome-text {
    margin-bottom: 27px !important;
}
@media only screen and (min-width: 1301px) and (max-width: 1350px)  {
    /* .penguin_image_employer {
        right: -340px !important;
    } */
}
@media only screen and (min-width: 769px) and (max-width: 999px)  {
    #hamburger-2.is-active .line:nth-child(1) {
        transform: translateY(6px) rotate(44deg);
    }
    #hamburger-2.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-2.is-active .line:nth-child(3) {
        transform: translateY(-13px) rotate(-47deg);
    }
    #hamburger-2 {
        padding-top: 0px !important;
        padding-right: 0px !important;
    }
    .mobile_employer_header{
        display: block !important;
    }
    .mobile_employer_header .jobseeker_logo {
        max-width: 130px !important;
    }
    .mobile_employer_header .jobseeker_logo {
        max-width: 130px !important;
    }
    .mobile_employer_header {
        background-size: 100% 100%;
    }
    .mobile_employer_header {
        padding-bottom: 0px;
    }
    h2 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 768px) {
    #hamburger-2 {
        padding-top: 0px !important;
        padding-right: 0px !important;
    }
    .hamburger .line{
        width: 34px;
        height: 3px;
        background-color: #4c8bf5 !important;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      
      .hamburger:hover{
        cursor: pointer;
      }
      
      /* ONE */
      
      #hamburger-2.is-active .line:nth-child(2){
        opacity: 0;
      }
      
      #hamburger-2.is-active .line:nth-child(1){
        /* -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg); */
        transform: translateY(6px) rotate(44deg);
      }
      
      #hamburger-2.is-active .line:nth-child(3){
        /* -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg); */
        transform: translateY(-13px) rotate(-47deg);
      }
      
      @keyframes smallbig{
        0%, 100%{
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      
        50%{
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
        }
      }
    .mobile_employer_header{
        display: block !important;
    }
    .mobile_employer_header .jobseeker_logo {
        max-width: 130px !important;
    }
    .mobile_employer_header .jobseeker_logo {
        max-width: 130px !important;
    }
    .mobile_employer_header {
        background-size: 100% 100%;
    }
    .mobile_employer_header {
        padding-bottom: 0px;
    }
    h2 {
        font-size: 20px !important;
    }
}
.pop_up_animation_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #4c8bf5; */
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
}

.pop_up_animation_btn div {
    position: relative;
    width: 100%;
    height: 26px;
    overflow: hidden;
    left: 0;
    right: 0;
}

.pop_up_animation_btn .first_animation_span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    left: 0;
    right: 0;
}

.pop_up_animation_btn .second_animation_span {
    color: #4C8BF5;
    transform: translateY(0);
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
}

.pop_up_animation_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
}

.pop_up_animation_btn{
    text-align: start !important;
}

.pop_up_animation_btn:hover {
    background: #4C8BF5;
    transition: background 0.2s linear;
    transition-delay: 0.6s;
}

.pop_up_animation_btn:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}

.pop_up_animation_btn:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0;
}

.pop_up_animation_btn:hover .first_animation_span {
    transform: translateY(0);
}

.pop_up_animation_btn:hover .second_animation_span {
    transform: translateY(-24px);
}

.pop_up_animation_btn .second_animation_span{
    color: #4C8BF5;
    transform: translateY(0);
}
/* .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
} */
@keyframes fadeInBottomEmployer {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

/*** New Header Top Navigation Menu With Mobile And Tab View Start ***/
/*** New Header Top Navigation Menu With Mobile And Tab View Start ***/
/* ===== from employer3.css ===== */
@media only screen and (max-width: 1100px) and (min-width: 1000px){
    /* div#app .employer_header_three  #navigation{
        margin-top: 4px !important;
    } */
    /* div#app .employer_header_three  #navigation ul li a
    {
        padding-bottom: 0px !important;
        font-size: 13px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    } */
}