@import url("https://fonts.googleapis.com/css?family=Lato");

/* main wrapper */
body {
    color: white;
    width: 100%;
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
    background: unset;
}

.header {
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}

.body-confirm {
    background: unset;
}

.main-wrapper {
    background: linear-gradient(#094B8E,#1582C1); /* setting the gradient background */
    height: 100vh; 
    margin: 0 auto; 
    font-family: Lato;
    padding-left: 10%;
    padding-right: 10%;
}

.logo-top {
    padding-top: 10%;
}

h3.title-text {
    font-size: 16px;
    letter-spacing: 1.4pt;
    font-weight: 100;
}

p.btn-text {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    max-width: 900px;
}

p.sub-text {    
    text-align: left;  
    width: 85%;  
    line-height: 20px;
}

p {
    font-size: 12px;
}


.btn-inner{
    text-align: center;
}

.btn {
    padding-top: 5%;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 5pt;
    cursor: pointer;
}

.action-button-section {
    position: relative;
    margin: auto;
    top: 35px;
    max-width: 800px;
}

.scan-btn{
    text-align: center;    
    position: absolute;
    width: 80%;
    background: #dddddd;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    bottom: 0;
    top: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    max-width: 800px;
    height: 10%;
    position: absolute;
}

.scan-btn input {
    opacity: 0;
    background-color: black;
}

.scan-btn-inner {
    position: relative;
    margin: auto;
    height: 100%;
    width: 50%;
    text-align: center;
}

h5.scan-text {
    color: white;
    letter-spacing: 1.56pt;
}

.hiddenInput {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 50px;
    overflow: hidden;
}

/* CSS for ConfirmView.html */
.top-nav {
    margin: 0 auto;
    background: linear-gradient(#094B8E, #1582C1);
    width: 100%;
    color: white;
}

.main-wrapper-white {
    margin: 0 auto;
    font-family: Lato;
    background: white;
    color: black;
}

.top-nav-items {
    position: relative;
    bottom: 15px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.id-section {
    position: relative;
    float: left;
    width: 50%;
    height: 150px;
}

.licence-section {
    position: relative;
    float: right;
    width: 50%;
    height: 150px;
}

.main-wrapper-inner-confirm {
    margin-left: 10%;
    margin-right: 10%;
}

.profile-img {
    border-radius: 50%;
    width: 117px;
    height: 117px;
    max-height: 200px;
    max-width: 200px;
    object-fit: cover;
}

.licence-img {
    width: 100%;
    object-fit: cover;
    object-position: 0px 0px 30px 100px;
}

.passport-img {
    width: 100%;
    object-fit: cover;
}

.result-section {
    float: left;
    width: 40%;
    position: relative;
}

.scn-btn-done {
    background: #094B8E;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    padding-top: 1%;
    padding-bottom: 1%;
    color: white;
    bottom: 3%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.thankyou-message {
    position: relative;
    float: left;
}

p.done-text {
    letter-spacing: 1.2pt;
    font-weight: bold;
}

p.blue-res {
    color: #094B8E;
    font-weight: bold;
}

span.white-res {
    color: black;
    font-weight: normal;
}

p.score-res {
    margin: 0;
    font-size: 35px;
}

.logo {
    float: left;
    position: relative;
    top: 5px;
}

.logo-text {
    float: left;
    padding-left: 2.5%;
}

img.logo-img {
    width: 35px;
}

p.logo-text-p {
    text-align: center;
    letter-spacing: 1.1pt;
}

.logo-infotrack-img {
    height: 25px;
    position: relative;
    float: right;
    top: 3px;
}

.logo-text-p {
    font-size: 10px;
}

.user-details {
    margin: 0 auto;
    position: relative;
}

.scn-btn-done-span {
    color: white;
    text-decoration: none;
}

/* Buttons */
.btn-1 {
    float: left;
    width: 48%;
    padding-right: 4%;
}

.btn-2 {
    width: 48%;
    float: left;
}

.btn-3 {
    float: left;
    width: 100%;
    padding-top: 5%;
}

.licence-photo-section {
    position: relative;
    width: 60%;
    float: left;
}


.section-1 {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 5%;
}

.section-2 {
    position: relative;
    padding-top: 5%;
    width: 100%;
    float: left;
}

.section-3 {
    position: relative;
    padding-top: 5%;
    width: 100%;
    float: left;
}

.person-match-text {
    margin: 0;
}

.scn-btn-retry {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 650px) {
    .main-wrapper-inner-confirm {
        margin-left: 5%;
        margin-right: 5%;
        position: relative;
        float: left;
    }

    .top-nav-items {
        margin-left: 5%;
        margin-right: 5%;
    }

    .logo {
        top: 12px;
    }

    p.blue-res {
        font-size: 18px;
    }

    #name {
        margin: 0;
    }

    .section-1 {
        width: 40%;
        padding-right: 5%;
        padding-top: 2.5%;
    }

    .section-2 {
        width: 44%;
        padding-right: 5%;
        padding-top: 2.5%;
    }

    .id-section {
        padding-bottom: 5%;
        padding-right: 2%;
    }

    .profile-img {
        width: 135px;
        height: 135px;
    }

    .licence-section {
        padding-bottom: 5%;
        width: 48%;
    }

    .licence-img {
        height: auto;
        max-width: 100%;
        width: 300px;
        float: left;
    }

    .thankyou-message {
        width: 90%;
    }

    .scn-btn-retry {
        float: left;
        position: relative;
        width: 90%;
        text-align: center;
        text-decoration: underline;
        color: #094B8E;
    }

    .scn-btn-done {
        width: 90%;
        float: left;
        position: relative;
        margin-top: 150px;
    }

    .top-nav-items {
        padding-top: 6vh;
        padding-bottom: 6vh;
    }

    .logo-img {
        width: 50px;
    }

    .logo-text-p {
        font-size: 14px;
    }

    .logo-infotrack-img {
        height: 42px;
    }

    .passport-img {
        height: auto;
        max-width: 100%;
        width: 550px;
    }

    .thankyou-message {
        float: left;
        position: relative;
    }
    
}

@media screen and (min-width: 1330px) {

    .profile-img {
        width: 150px;
        height: 150px;
    }

    .passport-img {
        width: 600px;
    }

    .licence-section {
        width: 60%;
    }

    .id-section {
        width: 38%;
    }
}

@media screen and (max-width: 650px ) {
    .btn-inner-1{
        text-align: center;
        padding-bottom: 12%;
    }
}