.spa-base {
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

.spa-nav {
    background: #313f48;
    border-bottom: 1px solid #313f48;
    height: 48px;
}

.spa-control .earn-amount{
    width: 51%;
    left: 25%;
    text-align: center;
}

.spa-home{
    padding-bottom: 75px !important;
}

/*.spa-body{*/
    /*background: #fff;*/
/*}*/

.spa-body{
    background: #fbfbfb;
}

.spa-home {
    top: 48px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.jobber_id_card_header{
    background: #313f48;
    text-align: center;
    padding: 50px 40px 50px 40px;
}

.jobber_id_card_header h3{
    color: #efefef;
    font-size: 1.2em;
    text-transform: uppercase;
}

.jobber_id_card_header h5{
    color: #fff;
}

.jobber_id_image{
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 18px;
}

.qr_jobber_id_image{
    width: 130px;
    height: 130px;
    object-fit: cover;
    margin: 0 auto;
}

.jobber_id_personal_info{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.jobber_id_personal_info h5 a{
    color: #8f8f8f;
}

.jobber_id_m4jam_info{
    text-align: center;
    margin-top: 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 10px;
}

.jobber_id_m4jam_info h5 a{
    color: #8f8f8f;
}

.qr_container{
    text-align: center;
}

.qr_container img{
    width: 111px;
    margin: 0px;
    height: 117px;
    background: #fbfbfb;
}

.qr_container_p p{
    text-align: center;
    margin-top: -12px;
    color: #8f8f8f;
    font-size: 11px;
}

.promo-code-block{
    text-align: left;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
}

.share-promo-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 264px;
}

.share_promo_code{
    text-align: center;
}

.share_promo_code a{
    font-size: 11px;
    color: #8f8f8f;
}

.info-container{
    margin: auto;
    background: #FFF;
    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.2);
    border-radius: 3px;
    height: 122px;
    max-width: 355px;
}

.info-container-image{
    display: flex;
    align-items: center;
    height: 121px;
    justify-content: center;
    text-align: left;
    font-size: 32px;
}

.info-container-image img{
    object-fit: cover;
}

.info-container-text{
    display: flex;
    align-items: center;
    height: 121px;
    justify-content: left;
    text-align: left;
}

.info-container-text div p{
    font-size: 11px;
    margin: 0px;
    color: #8f8f8f;
}

.info-container-text div h5{
    color: #8f8f8f;
}

.info-container-text a{
    color: #8f8f8f;
}

.info-container-full-length{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.info-container-m4jam{
    padding: 20px;
    color: #8f8f8f;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.info-container-m4jam a{
    color: #8f8f8f;
}

@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {

    .info-container{
        max-width: 480px;
    }

}

.menu{
    cursor: pointer;
}