body {
    background-color: #fce3e3;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    user-select: none;
}

.flexCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

/* ------------------------------------------------------------------------------------ */
/* PICTURE THIS INTRO */

#cameraLogo {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 8%;
}

#pictureThisText {
    height: 8%;
    margin-bottom: 55px;
}

#aiPhotobooth {
    height: 6%;
    margin-bottom: -50px;
}

#steps {
    width: 80%;
    height: 50%;
    margin-left: 2vw;
    margin-bottom: 40px;
    position: relative;
    background-image: url("assets/Group 85.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#steps::before {
    content: "";
    background-image: url("assets/3Dobj-AI_sparkle-Teal-Any_BG.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 40px;
    right: -80px;
    width: 30vw;
    height: 30vw;
}

/* ------------------------------------------------------------------------------------ */
/* LOADING VIEW */

#loadingView {
    font-size: 4vw;
    color: #efefef;
    font-weight: bold;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.95);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

#continueStepsBtn {
    height: 5%;
}
/* ------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------ */
/* CHOOSE AI MODEL */
#chooseModel {
    position: absolute;
    bottom: 12vh;
    width: 60vw;
    height: 50px;
    max-width: 450px;
    max-height: 80px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
}

#chooseModel #label {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 1.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    border-radius: 10vw;
    margin-left: 2vw;
    text-align: center;
}

#model1 {
    margin-left: 1px;        
}

#model2 {
    margin-left: 0px;
}

#model3 {
    margin-right: 2vw;    
}

.modelOption {
    width: 8vw;
    height: 8vw;
    max-width: 70px;
    max-height: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
    flex-shrink: 0;
}

.modelOption:hover {
    border: 2px solid #ccc;
}

.modelOption.selected {
    border: 2px solid #000;    
}

#continueChooseModelBtn {
    height: 5%;
    position: absolute;
    bottom: 5vh;
}

#restartCamera {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.75);
}

#restartCameraText {    
    color: #efefef;
    background-color: #000;
    padding: 4vw;
    border-radius: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vw;
}

#restartCameraText #title {
    font-size: 22px;
    font-weight: bold;
}

#restartCameraText #description {
    font-size: 14px;
}

#restartCameraBtn {
    height: 40px;
}

/* ------------------------------------------------------------------------------------ */
/* CAMERA PREVIEW */

.input_video {
    display: none;
}

.output_canvas {
    width: 100%;
    height: 100%;
}

#cameraPreview {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
}

#captureButton {
    position: absolute;
    bottom: 4vh;
    width: 25vw;
    height: 25vw;
    max-width: 80px;
    max-height: 80px;
    background-image: url("assets/Group 38.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}        

#changeSegmentationBtn {
    position: absolute;
    bottom: 6.5vh;
    width: 25vw;
    height: 10vw;
    max-width: 120px;
    max-height: 50px;
    left: 5vw;
    background-image: url("assets/Component-2-4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#flipCameraBtn {
    position: absolute;
    bottom: 6.5vh;
    right: 10vw;
    width: 12vw;
    height: 12vw;
    max-width: 60px;
    max-height: 60px;
    background-image: url("assets/Component-3-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#chooseAI {
    position: absolute;
    bottom: 18vh;            
    width: 49vw;
    height: 16vw;
    max-width: 400px;
    max-height: 80px;
    background: #fff;
    border-radius: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}

#ai1 {
    margin-left: 1px;
    width: 13vw;
    height: 13vw;
    max-width: 70px;
    max-height: 70px;
    background-image: url("assets/ai1_red.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#ai2 {
    width: 13vw;
    height: 13vw;
    max-width: 70px;
    max-height: 70px;
    background-image: url("assets/ai2_gray.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#ai3 {
    margin-right: 1px;
    width: 13vw;
    height: 13vw;
    max-width: 70px;
    max-height: 70px;
    background-image: url("assets/ai3_gray.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* ------------------------------------------------------------------------------------ */
/* RESULT VIEW */
#resultHolder {
    margin-top: 1vw;
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#resultImage {            
    width: 80vw;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#shareBtn {
    margin-top: 3vw;
    margin-bottom: 3vw;
    width: 80vw;
}

#retakeBtn, #downloadBtn {
    width: 80vw;
}

#retakeDownload {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

#chooseImageSize {
    margin-top: 3vw;
    width: 40vw;
    height: 20vw;
    background: #fff;
    border-radius: 10vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

#export9x16, #export1x1 {
    width: 15vw;
    height: 15vw;            
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#export9x16 {
    background-image: url("assets/export_9x16_red.png");
}

#export1x1 {
    background-image: url("assets/export_1x1_gray.png");
}