.ReceiveMoney-container {
    text-align: center;
}
.ReceiveMoney-title {
    color: #824DFF;
    font-size: 42px;
    font-weight: bold;
    margin: 20px 0 ;
    text-align: center;
}
.Stopped-recruitment {
    color: #00a3d9;
    font-size: 38px;
    font-weight: bold;
}
.ReceiveMoney-desc {
    margin-bottom: 0;
    min-height: 15px;
    font-size: 15px;
}
.ReceiveMoney-lb_step {
    margin-top: 35px;
    color: #00a3d9;
    font-size: 36px;
    font-weight: bold;
}
.ReceiveMoney-formContainer {
    padding-top: 15px;
    background: #00a3d9;
    color: #fff;
}
.ReceiveMoney-formContainer > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ReceiveMoney-form {
    margin: 0 0 40px;
    max-width: 400px;
    width: 100%;
}
.ReceiveMoney-formTitle {
    font-size: 16px;
    font-weight: bold;
}
.ReceiveMoney-btn_step2 {
    padding: 10px 35px;
    font-size: 18px;
    border: 1px solid #fff;
}
.Step1-formTitle {
    max-width: 450px;
    width: 100%;
    margin-top: 20px;
    padding: 15px 0 20px;
    border-top: 1px solid #fff;
}
.ReceiveMoney-formTitle.title1 {
    font-size: 20px;
    margin-bottom: 25px;
}
.Step2-form .ReceiveMoney-form {
    margin-bottom: 15px;
}
.Step2-form .ReceiveMoney-form > .ReceiveMoney-formTitle {
    margin-bottom: 25px;
    max-width: initial;
}
.Step1-form .Step1-formUp,
.Step1-form .Step1-formDown {
    max-width: 400px;
    width: 100%;
}
.Step1-form {
    margin-bottom: 120px;
}
/* .Step1-form .Step1-formUp {
    margin-top: 20px;
} */
.Step1-form .Step1-formDown {
    margin-bottom: 30px;
}
.select-job-name, .select-job-base-name {
    background-color: white;
}
.ReceiveMoney-privacyPolicy {
    padding: 50px 0 80px;
}
.ReceiveMoney-privacyPolicy.signup {
    padding: 20px 0 0;
}
.ReceiveMoney-privacyPolicy_desc {
    margin: 0 auto;
    padding: 15px 15px 20px;
    max-width: 100%;
    text-align: left;
    border: 1px solid #bbb;
    height: 184px;
    overflow-y: scroll;
}
.ReceiveMoney-agree {
    text-align: center;
}
.ReceiveMoney-agreeGroup {
    display: inline-flex;
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    justify-content: center;
}
.ReceiveMoney-submit {
    padding: 15px 0;
    width: 300px;
    font-size: 18px;
}
.ReceiveMoney-submit > i {
    margin-right: 5px;
    font-size: 20px;
}
.ReceiveMoney-policy-text {
    color: #212529;
}

.SignUp-intro {
    margin: 20px 0 30px;
    /*padding: 15px;*/
    background: #f5f5f5;
    /*border-radius: 8px;*/
    text-align: left;
}
.SignUp-intro_title {
    margin-bottom: 20px;
    color: #00a3d9;
    font-weight: bold;
}
.SignUp-intro_lb {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
.SignUp-intro_desc.desc1 {
    color: #666;
    font-size: 13px;
}
.SignUp-intro_desc.desc2 {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.SignUp-radios > label {
    margin-right: 45px;
}
.SignUp-groupCheckbox {
    margin-top: 35px;
}
.SignUp-checkbox .checkmark {
    width: 24px;
}
.SignUp-checkbox .checkmark:after {
    -webkit-transform: translateX(9px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(9px) translateY(-3px) rotate(45deg);
    transform: translateX(9px) translateY(-3px) rotate(45deg);
}
.SignUp-email.hide {
    display: none;
}
.SignUp-title {
    background-color: #00a3d9;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
.SignUp-title p {
    font-size: 20px;
    margin-bottom: 0 !important;
}
.SignUp-description {
    padding: 5px 10px;
    word-wrap: break-word;
}
.SignUp-list_characteristics {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.SignUp-characteristic_name {
    border: 1px solid black;
    border-radius: 5px;
    margin: 5px 10px;
    padding: 4px 10px;
}
.ReceiveMoney-back_to_top.btn_back{
    display: none;
}
.ReceiveMoney-back_to_top, .ReceiveMoney-to_search_page {
    text-align: center;
    display: flex;
    justify-content: center;
}
.ReceiveMoney-back_to_top > a {
    border-radius: 10px;
    padding: 1px 25px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #0281AA;
    text-decoration: none;
    text-align: center;
    border: 1px solid #0281AA;
    outline: none;
    cursor: pointer;
    width: 203px;
    height: 66px;
}
.ReceiveMoney-back_to_top .back_to_top{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.ReceiveMoney-back_to_top .first-text,.mobile-first-text {
    font-size: 14px;
    color: #f5ff01;
}
.ReceiveMoney-back_to_top .second-text,.mobile-second-text {
    font-size: 20px;
}
.ReceiveMoney-to_search_page {
    margin: 10px 0;
}
.ReceiveMoney-to_search_page > a:first-child{
    font-size: 20px;
}
.ReceiveMoney-to_search_page > a {
    display: inline-flex;
    margin: 0 5px;
    text-align: center;
    width: 203px;
    height: 66px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
}
.ReceiveMoney-show_more {
    text-align: center;
}
.ReceiveMoney-show_more a {
    color: #ffa700;
    text-decoration: none;
}
form.ReceiveMoney-formArea .Form-group {
    margin-bottom: 10px;
}
form.ReceiveMoney-formArea .Form-group-note {
    margin-top: -5px;
    margin-bottom: 5px;
}

.collapse:not(.show) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.5rem;
    overflow: hidden;
}

.collapse:not(.show) div.ReceiveMoney-back_to_top {
    display: none;
}

.collapsing  {
    height: 2.5rem;
}

/*.collapsing div.ReceiveMoney-back_to_top {*/
/*    display: none;*/
/*}*/

.characteristic-collapse.collapse:not(.show) {
    -webkit-line-clamp: 2;
    height: auto;
}

.characteristic-collapse.collapsing {
    height: auto;
}

.Step2-formUp {
    width: 40%;
}

.ReceiveMoney-policy {
    color: #000000;
    text-align: center;
}
.ReceiveMoney-policy a {
    color: #0025ff;
    text-decoration: none;
}

@media screen and (max-width: 860px) {
    .ReceiveMoney-agreeGroup,
    .ReceiveMoney-privacyPolicy_desc {
        max-width: 100%;
    }
    .Step2-formUp {
        width: 50%;
    }
    .Stopped-recruitment {
        font-size: 34px;
    }
}
@media screen and (max-width: 740px) {
    .Step2-formUp {
        width: 60%;
    }
    .Stopped-recruitment {
        font-size: 30px;
    }
}

@media screen and (max-width: 620px) {
    .Step2-formUp {
        width: 70%;
    }
    .Stopped-recruitment {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .ReceiveMoney-form,
    .Step1-form .Step1-formUp,
    .Step1-form .Step1-formDown {
        max-width: 290px;
    }
    .ReceiveMoney-privacyPolicy_desc {
        max-width: 100%;
        font-size: 12px;
    }
    .ReceiveMoney-agreeGroup {
        max-width: 100%;
        width: 100%;
    }
    .ReceiveMoney-submit {
        width: calc(100% - 40px);
    }
    .Step2-formUp {
        width: 100%;
    }
    .Stopped-recruitment {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .ReceiveMoney-submit.signup {
        width: calc(100% - 20px);
    }
    .Step2-formUp {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .ReceiveMoney-submit.signup {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 340px) {
    .ReceiveMoney-to_search_page > a {
        font-size: 8px;
    }
}

.back_top {
    align-items: center;
    border-radius: 50% !important;
    flex-direction: column;
    background: #824DFF;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    bottom: 73px;
    right: 30px;
    z-index: 10;
    width: 75px !important;
    height: 75px !important;
    padding: 0px !important;
    display: flex !important;
    left: calc(100% - 27.5%);
}
/* .btn_back,.mobile-first-text,.mobile-second-text{
    display: none;
} */
.Ic-backToTop{
    background-image: url("/candidate/images/backtotop.svg");
    background-position: 50%;
    background-size: contain;
    color: #ffffff;
    width: 36px;
    height: 18px;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}
.pc-text{
    color: #ffffff;
    font-size: 18px;
}
/* css for mobile */
@media screen and (max-width: 767px){
    /* .back_top{
        width: calc(100% - 24px) !important;
        position: fixed;
        bottom: 0px;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
        display: grid !important;
        border-radius: 0px !important;
    }
    .btn_back,.Ic-backToTop,.pc-text{
        display: none;
    }
    .first-text{
        margin-top: 4px;
    } */

    .back_top {
        right: 13px;
        left: calc(100% - 25.5%);
    }

}

/* css for carousel suggest jobs */

.card-suggest-job {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 90%;
}

.card-suggest-job .card-body {
    padding-right: 8px;
}

.swiper-button-prev,
.swiper-button-next {
    top: 63%;
    size: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #00A3D9;
}

.swiper-slide{
    cursor: auto;
    height: auto;
}

.slide-content{
    margin-left: -4px;
    margin-right: 80px;
}

.swiper-button-prev{
    left: 0;
}

.swiper-button-next{
    right: 0;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}
.job-suggest-title{
    color: #018ebc;
}
.job-suggest-label{
    background-color: white;
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #707070;
    border-left: 8px solid #0281AA;
    margin: 48px 0px;
}
.job-suggest-label p{
    font-size: 18px;
    margin-bottom: 0 !important;
    color: #000000;
    font-weight: bold;
    padding: 8px 0px 4px 16px;
}
.job-suggest-term{
    background-color: #ff9c39;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    padding: 4px;
    font-weight: 700;
    line-height: 11px;
    height: fit-content;
    margin-right: 2%;
    min-width: fit-content;
}
.job-suggest-company-name{
    color: #438931;
    font-size: 12px;
}
.job-suggest-icon .fa-map-marker-alt{
    margin-right: 4px;
}
.job-suggest-icon .fa-dollar-sign{
    margin-right: 7px;
}

.list-characteristics{
     display: -webkit-box ;
     display: flex;
    overflow-x: scroll ;
    margin-right: -10px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap ;
    height: 45px ; 
  }
  .list-characteristics::-webkit-scrollbar {
    display: none;
}

.swiper-characteristics{
    width: auto !important;
}
.characteristic-item{
    font-size: 12px;
}

.job-suggest-icon{
    color: #00A3D9;
}
.job-suggest-updated-at{
    margin-left: 8px;
    font-size: 12px;
}

:root {
    --swiper-navigation-size: 35px;
}
@media screen and (max-width: 767px){
    .swiper-button-prev,.swiper-button-next{
        display: none;
    }
    .job-suggest-updated-at{
        font-size: 10px;
    }
    .job-suggest-label{
        margin-top: 0px;
    }

}

 .Step2-formUp-input{
    border-radius: 3px !important;
}
/* 
.Form-group-label{
    width: 17% !important;
}
.center-input .Form-group{
    justify-content: center;
}
.center-input .Form-group-note{
    width: 60%;
}
*/
@media screen and (max-width: 992px){
    /* .center-input .Form-group{
        justify-content: initial;
    }
    .Form-group-label{
        width: 30% !important;
    }
    .center-input .Form-group-note{
        width: 100%;
    } */
    .mobile-none{
        display: none !important;
    }
}
