* {
    box-sizing: border-box;
}
p {
    font-weight: 400;
    margin: 0;
}
a {
    text-decoration: none;
    color: #fff;
    margin: 0;
    cursor: pointer;
}
div#content {
    height: 100vh;
}
.mobile-screen {
    width: 100%;
    background: #fcc;
    height: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/wp-content/uploads/2019/10/qbkls.png);
}
.mobile-screen .main-container {
    width: 374px;
    max-height: 724px;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    background-color: #fff988;
    position: relative;
}
.lh-ambassador-mb{
    font-size: 17px;
    background-color: #FFF988;
}
.ambassador-row {
    padding: 15px 20px;
}
.ambassador-row .ing-end {
    width: 41px;
    vertical-align: middle;
    margin: 6px 3px 14px;
}
span.bg-radius.yellow {
    background-color: #FFF988;
    color: #0C8342;
}
span.bg-radius {
    font-size: 20px;
    font-family: 'Roboto-Black';
    background-color: #EA9E42;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
span.bg-border {
    font-size: 50px;
    font-family: 'Roboto-Black';
    border: 3px solid;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
.ambassador-row h1 span {
    font-family: 'Roboto-Black';
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
}
body#th-site .ambassador-row h1 span {
    font-family: 'DB Adman X';
    font-size: 28px;
    font-weight: 500;
}
.ambassador-row .title {
    font-family: 'Roboto-Black';
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fbdc3a;
}
body#th-site .ambassador-row .title {
    font-size: 28px;
    font-family: 'DB Heavent';
    font-weight: 500;
}
.ambassador-row .option p:last-child {
    border-bottom: none;
    margin-bottom: 0;
    color: #000;
}
body#th-site .ambassador-row .option p:last-child {
    font-size: 22px;
    font-family: 'DB Adman X';
    font-weight: 500;
}
.box-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 10px;
}
.ambassador-first p {
    color: #fff;
    line-height: 24px;
}
body#th-site .ambassador-first p {
    font-size: 20px;
    font-family: 'DB Adman X';
    font-weight: 400;
}
.ambassador-first{
    background-color: #61AB41;
}
.ambassador-first .deadline {
    margin: 20px 0;
}
.ambassador-first .deadline p:first-child {
    border-bottom: 2px solid;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
body#th-site .ambassador-first .deadline p:first-child {
    font-size: 22px;
    font-family: 'DB Adman X';
    font-weight: 400;
}
.ambassador-second .title {
    color: #fff;
}
.ambassador-second {
    background-color: #0C8342;
    color: #fff;
}
.ambassador-second .option p {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff !important;
}
.ambassador-second .option p img {
    width: 55px;
    margin-left: auto;
    margin-right: 20px;
}
.ambassador-third {
    background-color: #EA9E42;
}
.ambassador-third .title {
    color: #fff;
}
.ambassador-third .call-btn {
    display: flex;
    align-items: center;
    background-color: #A56B2D;
    border-radius: 15px;
    margin: 20px auto 10px;
    padding: 10px;
    justify-content: center;
    margin-left: -50px;
    font-size: 26px;
}
.ambassador-third .call-btn img {
    width: 70px;
    margin-right: 10px;
}
.ambassador-third span.bg-radius {
    background-color: #a56b2d;
    position: absolute;
    top: 0;
    left: 0;
}
.ambassador-third p {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000;
}
.ambassador-fourth {
    padding: 15px 0;
}
.ambassador-fourth span.bg-radius {
    background-color: #E5C438;
    color: #0C8342;
}
.ambassador-fourth span.bg-border, .ambassador-fourth .title {
    color: #0C8342;
}
.ambassador-fourth .option .items {
    border-bottom: 2px solid #777;
    margin-bottom: 20px;
    padding: 0 20px 20px;
    position: relative;
}
.ambassador-fourth .img-box img {
    margin-bottom: 20px;
}
.upload-box .results {
    flex-basis: 172px;
    max-width: 172px;
    margin: 2%;
}
.upload-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.option .items:last-child {
    border-bottom: none;
}
.take-img-box {
    display: none;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,.3);
    text-align: center;
}
@media (max-width: 767px) {
    .mobile-screen {
        display: block;
    }
    .main-container {
        width: 100% !important;
        height: auto !important;
    }
    .top-main-menu {
        display: none !important;
    }
}
.form-box {
    text-align: center;
}
.form-box .input-field {
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-family: 'Roboto-Bold';
}
.form-box .btn-submit {
    background-color: #0C8342;
    border: none;
    border-radius: 10px;
    width: 85%;
    padding: 15px;
    margin-top: 20px;
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto-Black';
    cursor: pointer;
}
form.tv-form-submit-ragic .photo {
    display: none;
}
.btn-submit img {
    width: 32px;
    /* margin-left: 10px; */
    display: none;
    /* position: absolute; */
    /* margin-top: 6px; */
}
.take-img-box input {
    background-color: #0C8342;
    border: none;
    border-radius: 5px;
    padding: 7px 15px;
    margin: 15px;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto-Regular';
    cursor: pointer;
}
.img-box p {
    font-size: 22px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 20px;
}
div#results1::before, div#results2::before, div#results3::before, div#results4::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.webcamjs-ios-text img {
    width: 50px;
    margin-top: -26px;
}
.language-close {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #c7c7c7;
    font-size: 36px;
    cursor: pointer;
    font-weight: 600;
    z-index: 1;
    line-height: 18px;
}
.isempty {
    border: 2px solid #ff0000 !important;
}
.error-message {
    margin-bottom: 20px;
    text-align: center;
    color: #ff0000;
    font-size: 20px;
}
.load_result.error-message {
    margin-top: 20px !important;
    text-align: center;
    color: #ff0000 !important;
    font-size: 20px;
}
.upload-box .results, .webcamjs-ios-placeholder {
    height: 129px !important;
    width: 172px !important;
    position: relative;
}
#th-site .form-box .btn-submit {
    font-family: 'DB Heavent';
    font-size: 28px;
    font-weight: 500;
}
@media (max-width: 413px) {
    .upload-box .results, .webcamjs-ios-placeholder {
        height: 115px !important;
        width: 154px !important;
        position: relative;
    }
    .upload-box .results {
        flex-basis: 154px;
        max-width: 154px;
    }
}
@media (max-width: 374px) {
    .upload-box .results {
        flex-basis: 46%;
        max-width: 46%;
    }
}
body#ph-site div#results3 {
    display: none !important;
}
body#ph-site div#results4 {
    display: none !important;
}
body#th-site div#results4 {
    display: none !important;
}

@media (min-width: 767px) {
    .upload-box .results {
        margin-bottom: 28px !important;
    }
    .upload-box .results {
        flex-basis: 46%;
        max-width: 46%;
    }
}
.imgloading {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.form-box .btn-submit.btn-loading {
    padding: 12px;
}
.content-popup h4 {
    font-family: 'Roboto-Black';
    font-size: 28px;
    text-align: center;
    color: #fbdc3a;
    margin: 15px 0 25px;
}

.btn-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.btn-box a {
    background-color: #fbdc3a;
    padding: 10px 26px;
    border-radius: 5px;
    color: #000;
}
.driver-popup {
   
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.driver-popup  p {
    color: #fff;
    font-family: "Roboto-Medium",sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}
.driver-popup .overlay {
    position: fixed;
    min-height: calc(720px - 280px);
    padding-bottom: 5px;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 724px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.driver-popup .content-popup {
    text-align: center;
    width: 350px;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
}
.driver-popup.popup-success,
.driver-popup.popup-errors {
    display: none;
}
.driver-popup.popup-success .content-popup{
    background: #61ab41;
}

.driver-popup.popup-errors .content-popup{
    background: #f44336;
}


@media(max-width: 767px) {
    .overlay {
        width: 100%;
        height: 100%;
    }
    .content-popup {
        width: 95%;
    }
}
@media (max-width: 375px) {
    .webcamjs-ios-text img {
        margin-top: -21px;
    }
}

.lh-ambassador-mb.cls-maintenancer{background-color: transparent;}
.mobile-screen .main-container{background-color: transparent; min-height: 660px;} 

.lh-ambassador-mb.cls-maintenancer .Content-maintenancer{text-align: center; margin: 20px 0; font-size: 20px; line-height: 25px;}
.lh-ambassador-mb.cls-maintenancer .Content-maintenancer a{color: #007500;}