/* new css for selfie */
.upload-pic-box{
    border-radius: 8px;
    width: 100%;
    height: 304px;
    overflow: hidden;
    position: relative;
}
.upload-pic-box img{
    max-width: 100%;
    max-height: 100%;
    /* border-radius: 8px; */
}
.video-wrapper {
    border-radius: 8px;
    width: 404px;         /* your desired width */
    aspect-ratio: 4 / 3;  /* force 4:3 aspect ratio */
    overflow: hidden;     /* hide overflow when video is cropped */
    position: relative;
}
.selfie-capture-section{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.selfie-instruction{
    margin-top: 20px;
    color: #C1261B;
}
.upload-input-file{
    position: absolute;
    opacity: 0;
}

.upload-selfie-dropdown{
    min-width: 120px !important;
}
@media (min-width: 576px) {
    .upload-photo-modal .modal-dialog {
        max-width: 436px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* sample image preview */
#sampleImgPreview{
    display:none; 
    position:fixed; 
    z-index:9999999999;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    overflow:hidden;
    opacity:0; 
    transition: opacity 0.4s ease;
    background-color: rgba(0,0,0,.5);
}
.sampleImgPreviewMiddle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sampleImgPreview-box{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 800px;
    max-height: 580px;
    aspect-ratio: 4 / 3;
    /* display: inline-block; */
    overflow: hidden;
    margin: 0 auto;
}
.sampleImgPreview-close{
    position: absolute;
    top:15px;
    right: 15px;
    background: none;
    border: none;
}
.sampleImgPreview-close svg {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 5px;
    fill: #fff;
    stroke: rgb(221, 221, 221);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
@media only screen and (max-width:767px) {
    #sampleImgPreview{
        padding: 20px;
    }   
}
/* selfie modal css */
.upload-photo-modal .btn-primary{
    font-size: 14px !important;
    padding: 5px 10px !important;
    height: 37px !important;
    margin-right: 0;
    font-weight: 500;
    line-height: inherit !important;
    background: #40bbec !important;
    border-color: #40bbec !important;
    border-radius: 6px;
    min-width: 80px;
}
.upload-photo-modal .btn-primary:hover,.upload-photo-modal .btn-primary:active {
    background-color: #fbfbfc !important;
    color: #40bbec !important;
    border-color: #40bbec !important;
    text-decoration: none;
}
.upload-photo-modal .btn-outline-primary{
    font-size: 14px !important;
    padding: 7px 10px !important;
    height: inherit !important;
    margin-right: 15px;
    border-color: #40bbec  !important;
    color: #40bbec  !important;
    font-weight: 500;
        transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.upload-photo-modal .btn-outline-primary:hover{
    background-color: #F2F2F2 !important;
    color: #40bbec !important;
}
.upload-photo-modal .modal-body,.upload-photo-modal .modal-header{
    padding-left: 16px !important;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.close-upload-photo-popup, .close-capture-selfie-popup{
    padding-left: 0rem;
    padding-right: 0.3rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
}
.manage-more-icon{
    border: none;
    width: 24px;
    height: 24px;
    background-color: transparent;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}
.dropdown-menu-manage-more {
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
    border: 1px solid #E9E9E9;
    min-width: 152px;
    white-space: normal;
    padding: 10px 16px;
    border-radius: 8px;
    right: 20px !important;
    left: inherit !important;
    transform: none !important;
    top: 26px !important;
}
.dropdown-menu-manage-more .dropdown-item{
    font-size: 12px !important;
    color: #000 !important;
    padding: 5px 0px;
    opacity: 1;
    font-weight: normal !important;
}
.dropdown-menu-manage-more .dropdown-item:hover{
    background-color: transparent!important;
}
.manage-more-icon.show{
    background-color: #D9D9D9;
    border-radius: 100%;

}
.identification-action-download{
  cursor: pointer;
}