* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

section {
    padding: 0px;
}

.mob-3d {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.iner-wrapmob {
    padding: 0px 0px;
    height: 100%;
}

.mob-3d p {
    font-size: 16px;
}

button.capture-btn {
    background-color: #232320;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

button.capture-btn:focus {
    outline: 0;
}

button.capture-btn:hover {
    background-color: #3280f0;
}

.video-wrap {
    background: #D9D9D9;
    width: 100%;
    height: 100vh;
    border-radius: 5px;
    position: relative;
    max-width: 800px;
}

.video-wrap video {
    transform: scaleX(-1);
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    position: fixed;
}
    
.face-analysis {
    color: #fff;
    position: fixed;
    grid-template-columns: 38% 62%;
    padding: 17px 15px;
    z-index: 110;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    align-items: center;
}

.captureimgbtn-container {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100vw;
    z-index: 110;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    align-items: center;
    text-align: center;
}

#overlay-image {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 100;
    transform: rotateY(180deg);
}

.btn-wrapper {
    position: relative;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border: 1px solid rgb(255, 255, 255);
}

.capture-btn {
    position: absolute;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    top: 4px;
    left: 4px;
    background: rgb(255, 255, 255);
}
.custum-half-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

span.img-circle {
    /* width: 100px; */
    width: 100%;
    height: 300px;
    /* height: 100px; */
    display: inline-block;
    /* border: 1px dotted #000000; */
    /* border-radius: 50%; */
    overflow: hidden;
    margin-bottom: 13px;
    padding: 0px 10px;
}

#imageCreatedSuccess .modal-body {
    text-align: center;
    padding: 1rem 0;
}

span.img-circle img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
div#messageModal p {
    font-size: 16px;
    margin-bottom: 19px;
    text-align: center;
}
div#messageModal button.custom-btn {
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.removeglass {
  padding: 10px 62px 0px;
}
button.btn.btn-primary.continue-btn {
    width: 230px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
    background-color: #E94D37;
    padding: 10px 12px;
    border: none;
}
h6.congo-h6 {
    font-size: 17px;
    font-weight: 700;
    color: #E94D37;
}
.tryon-modalhdr {
    position: relative;
    padding-top: 15px;
}
.tryon-modalhdr button.close {
    position: absolute;
    left: 0px;
}
span.tryon-success > img {
    max-width: 40px;
}
/* agree */
div#privacy-policy {
    background-color: #fff;
}
.btns-mob-agree  button {
    border: none;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 6px;
    background-color: #E94D37;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.content-body {
    background-color: #fff;
    margin: 9px;
    padding: 12px;
    border-radius: 4px;
}

.virtual-header {
    padding: 12px 0px;
    border-bottom: 1px solid gray;
    margin-bottom: 12px;
}
