.background-second-step{
    background-image: url('../img/facechoose-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1280px;
    width: 950px
}

.custom-styles-icons div img{
    width: 150px;
    width: 150px;
    cursor: pointer;
}


.clear-right {
    cursor: pointer;
}
.custom-styles-icons div{
    width: 320px
}

.custom-styles-icons{
    height: 900px;
    padding-top: 17%
}

.clear-right{
    width: 190px;
    height: 145px;
}

.back-arrow-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-left: -25%;
    width: 850px
}

.centered-mainPhoto{
    align-items: flex-end;
}

.camera-icon-container span{
    background: url('../img/camera.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    cursor:pointer
}

.upload-icon-container label{
    background: url('../img/uploadIcon.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    cursor:pointer
}

.upload-icon-container input{
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.modalCamera {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    background: #FFBE06;
    padding: 30px 0 50px 0;
    border-radius: 10px;
    border: 3px solid #000;
}

.modalCamera.active {
    display: flex;
}

.btn-exit {
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    border: none;
    font-size: 22px;
}

.btn-exit:focus,
.takePhoto:focus {
    outline: none;
}

#cameraImage,
#photoVideo {
    display: none;
    width: 40vw;
    border-radius: 10px;
}

#cameraImage.active,
#photoVideo.active {
    display: block;
}

.takePhoto {
    margin-top: 15px;
    border-radius: 10px;
    background: white;
    color: #000;
    font-weight: 700;
    border: 3px solid #000;
    opacity: .8;
    transition: all .3s;
}

.takePhoto:hover,
.savePhoto:hover,
.resetPhoto:hover {
    opacity: 1;
}

.wrapBtnPhoto {
    display: none;
    justify-content: space-between;
    margin-top: 5px;
    width: 20%;
}

.wrapBtnPhoto.active {
    display: flex;
}

.savePhoto {
    border-radius: 10px;
    background: green;
    font-weight: 600;
    border: 3px solid #000;
    opacity: .8;
    transition: all .3s;
}
.resetPhoto {
    border-radius: 10px;
    background: red;
    font-weight: 600;
    border: 3px solid #000;
    opacity: .8;
    transition: all .3s;
}

@media ( max-width: 2560px ){
    .back-arrow-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-left: -25%;
        width: 800px
    }

    .background-second-step{
        height: 1280px;
        width: 700px
    }

    .camera-icon-container span{
        width: 150px;
        height: 150px;
    }
    
    .upload-icon-container span{
        width: 150px;
        height: 150px;
    }
}

@media ( max-width: 1440px ){
    .back-arrow-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-left: -15%;
        width: 850px
    }

    .background-second-step{
        height: 1280px;
        width: auto
    }

    .back-arrow-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-left: -18%;
        margin-bottom: -20%;
        width: 850px;
    }

    .background-second-step{
        height: 1280px;
        width: auto
    }

    .custom-styles-icons div img{
        width: 150px;
        width: 150px;
    }
    
    .custom-styles-icons{
        height: 890px;
        padding-top: 15%
    }

    .next-step-img{
        width: 60%
    }

    .camera-icon-container span{
        width: 150px;
        height: 150px;
    }
    
    .upload-icon-container label{
        width: 150px;
        height: 150px;
    }

}

@media ( max-width: 1400px ){
    .back-arrow-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-left: -15%;
        width: 850px
    }

    .background-second-step{
        height: 1280px;
        width: auto
    }

    .back-arrow-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-left: -18%;
        margin-bottom: 0;
        width: 850px;
    }

    .background-second-step{
        height: 1111px;
        width: auto
    }

    .custom-styles-icons div{
        width: 260px;
    }
    
    .custom-styles-icons{
        height: 780px;
        padding-top: 15%
    }

    .next-step-img{
        width: 50%
    }

    .camera-icon-container span{
        width: 150px;
        height: 150px;
    }
    
    .upload-icon-container label{
        width: 150px;
        height: 150px;
    }

    .upload-icon-container{
        width: 250px
    }
    
    .camera-icon-container{
        width: 250px;
    }
}

@media ( max-width: 1024px ){
    .back-arrow-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-left: -15%;
        width: 850px
    }

    .background-second-step{
        height: 1280px;
        width: auto
    }

    .back-arrow-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-left: -12%;
        margin-top: 35%;
        width: 850px;
    }

    .background-second-step{
        height: 930px;
        width: auto
    }

    .centered-mainPhoto{
        align-items: center;
    }

    .next-step-img{
        width: 60%
    }
    
    .custom-styles-icons{
        height: 650px;
        padding-top: 17%
    }

    .clear-right{
        width: 80px;
        height: 80px;
    }

    .camera-icon-container span{
        width: 100px;
        height: 100px;
    }
    
    .upload-icon-container label{
        width: 100px;
        height: 100px;
    }

    .custom-styles-icons div{
        width: 210px
    }
    
}

@media ( max-width: 768px ){
    .next-step-img{
        width: 60%
    }

    .custom-styles-icons div{
        width: 150px
    }

    .background-second-step{
        height: 695px;
        width: auto
    }

    .custom-styles-icons{
        height: 470px;
        padding-top: 17%
    }

    .camera-icon-container span{
        width: 90px;
        height: 90px;
    }
    
    .upload-icon-container label{
        width: 90px;
        height: 90px;
    }
}

@media ( max-width: 426px ){
    .next-step-img{
        width: 65%
    }

    .custom-styles-icons div img{
        width: 60px;
        width: 60px;
    }

    .custom-styles-icons div{
        width: 90px
    }

    .background-second-step{
        height: 410px;
        width: auto;
        margin-left: 2% !important;
    }

    .custom-styles-icons{
        height: 280px;
        padding-top: 12%
    }

    .clear-right{
        width: 50px;
        height: 50px;
    }

    .camera-icon-container span{
        width: 70px;
        height: 70px;
    }
    
    .upload-icon-container label{
        width: 70px;
        height: 70px;
    }
}

@media ( max-width: 376px ){
    .next-step-img{
        width: 75%
    }

    .custom-styles-icons div img{
        width: 50px;
        width: 50px;
    }

    .background-second-step{
        height: 365px;
        width: auto;
        margin-right: -30px;
        margin-left: 10% !important;
    }

    .second-step{
        display: flex;
        justify-content: end;
    }

    .custom-styles-icons{
        height: 250px;
        padding-top: 15%
    }

    .custom-styles-icons div{
        width: 75px
    }

    .clear-right{
        width: 50px;
        height: 50px;
        margin-left: -20px
    }

    .camera-icon-container span{
        width: 50px;
        height: 50px;
    }
    
    .upload-icon-container label{
        width: 50px;
        height: 50px;
    }
}

@media ( max-width: 321px ){
    .next-step-img{
        width: 75%
    }

    .custom-styles-icons div{
        width: 60px;
    }

    .background-second-step{
        height: 310px;
        width: auto;
        margin-right: 0;
        margin-left: 8% !important;
    }

    .second-step{
        display: flex;
        justify-content: end;
    }

    .custom-styles-icons{
        height: 210px;
        padding-top: 15%
    }

    .clear-right{
        width: 45px;
        height: 45px;
        margin-left: -10px
    }

    .camera-icon-container span{
        width: 50px;
        height: 50px;
    }
    
    .upload-icon-container label{
        width: 50px;
        height: 50px;
    }
}

