.ld_suv-alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    width: 100%;
    font-weight: normal;
    margin-bottom: 1.25rem;
    top: 0;
    padding: 10px;
    font-size: 0.8125rem;
    background-color: #008cba;
    border-color: #0078a0;
    color: white;
    box-shadow: 0px 1px 5px 0 darkslategrey;
}

.ld_suv-alert-box.success {
    background-color: #435dac;
    border-color: #3a945b;
    color: white;
    text-align: center;
    font-size: 20px;
}

#videoOuter {
    box-sizing: border-box;
    width: 184px;
    height: 184px;
    border-radius: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #336600;
    padding: 6px;
    color: #fff;
    font-size: 1.4em;
    z-index: 999999;
    border: 5px solid #336600;
}

#videoOuter > #videoInput {
    position: relative;
    right: 11px;
    bottom: 11px;
    opacity: 1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    object-fit: cover;
    width: 184px;
    height: 184px;
}

#videoOuter.suv-error {
    border: 5px solid #ac4343;
}

.suv-success {
    border: 5px solid #435dac;
}

.face-dec-main-fl,
.woo-ext-pnl {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: rgb(255 255 255 / 89%);
}

#faceDetection,
.ld_suv-alert-box.error.extensionError {
    box-shadow: none;
    max-width: 575px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}

.ld_suv-alert-box.error p,
.ld_suv-alert-box.error.extensionError p {
    line-height: 1.4;
    font-weight: 500;
    color: #e44e4e;
    text-align: center;
    margin: 0px;
    font-size: 24px;
}
.user-main-fl{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    border: 1px solid #bfb9b9;
    box-shadow: 0 0 23px 0 #00000030;
    position: relative;
}
.user-main-fl .usr-clse{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
    transition: .3s;
}
.user-main-fl .usr-clse img{
    width: 12px;
    filter: invert(1);
    object-fit: contain;
}
.user-main-fl input[type="file"]{
    width: 100%;
    padding: 10px;
    background: #eee;
    margin: 0 0 15px 0;
}
.user-main-fl input[type="file"]::file-selector-button{
    padding: 3px 10px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    border:none;
    outline: none;
    box-shadow: none;
}
.user-main-fl p{
    margin: 0px;
}
.user-main-fl form{
    margin: 0px 0 10px 0;
}
#faceDetection #initMsg{
    padding: 0px;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
}
#faceDetection #initMsg p{
    line-height: 1.4;
    font-weight: 500;
    color: #e44e4e;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
}
.ld_suv-alert-box button{
    padding: 10px 20px;
}
.user-main-fl h3{
    margin-top: 0;
}
.ld-fc-images{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 20px;
}
.ld-fc-images > div{
    position: relative;
}
.ld-fc-images > div label{
    border-radius: 10px;
    /* border: 1px dashed #dbdbdb; */
    padding: 25px 10px;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23BBBBBBFF' stroke-width='2' stroke-dasharray='12%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 7px;
transition: .3s;
cursor: pointer;
}
.ld-fc-images > div label:hover{
    background-color: #eee;
}
.ld-fc-images > div label span{
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 0 0 10px;
    color: #484848;
}
.ld-fc-images > div img{
    width: 50px;
    margin: 0 auto;
    object-fit: contain;
    filter: contrast(0.3);
    box-shadow: none;
    display: block;
}
.user-main-fl p.usr-fl-nte{
padding: 8px 20px;
background: #eee;
border-left: 3px solid red;
font-size: 14px;
line-height: 14px;
margin-top: 30px;
}

.user-main-fl input[name="suv_labeled_form"]{
    padding: 10px 20px;
}
.ld-fc-images > div > div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 7px;
}
.ld-fc-images > div > div::before{
    position: absolute;
    right: 5px;
    top: 5px;
    content: 'x';
    background: red;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 20px;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: .3s;
    color: #fff;
    padding-bottom: 7px;
}

.ld-fc-images > div > div img{
    width: 100%;
    filter: inherit;
}




/* Responsive Starts */
@media (max-width: 990px) {
    #videoOuter {
        width: 150px;
        height: 150px;
        border-width: 3px;
    }

    #videoOuter > #videoInput {
        width: 150px;
        height: 150px;
        right: 9px;
        bottom: 9px;
    }

    #videoOuter.suv-error {
        border-width: 3px;
    }

    #faceDetection p,
    .ld_suv-alert-box.error.extensionError p, 
    #faceDetection #initMsg p {
        font-size: 22px;
    }

    #faceDetection,
    .ld_suv-alert-box.error.extensionError {
        max-width: 475px;
    }
}

@media (max-width: 767px) {
    #videoOuter {
        width: 100px;
        height: 100px;
        border-width: 3px;
        top: 30px;
    }

    #videoOuter > #videoInput {
        width: 100px;
        height: 100px;
        right: 9px;
        bottom: 9px;
    }
    .face-dec-main-fl{
        align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow-y: auto;
}
    .ld-fc-images{
        grid-gap: 15px;
    }
}

@media (max-width: 575px) {
    #faceDetection,
    .ld_suv-alert-box.error.extensionError {
        padding: 30px 20px;
    }

    #faceDetection p,
    .ld_suv-alert-box.error.extensionError p, 
    #faceDetection #initMsg p {
        font-size: 18px;
    }
    .ld-fc-images > div label{
        padding: 25px 5px;
}
    .ld-fc-images{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px){
    .user-main-fl{
        padding: 20px 30px;
    }
    .ld-fc-images{
        grid-template-columns: repeat(1, 1fr);
    }
    .user-main-fl .usr-clse{
        padding: 7px;
    }
    .user-main-fl .usr-clse img{
        width: 10px;
    }
}