@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

#image-captcha-container{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    z-index: 10001000000000;
    display: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.6);
}

#image-captcha-template-container{
    background: linear-gradient(180deg, rgba(45, 27, 78, 0.5) 0%, rgba(26, 15, 46, 0.5) 100%);
    min-height: 100%;
    color: rgba(74, 85, 101, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#image-captcha-template-container #image-captcha-template{
    font-family: 'Manrope', sans-serif;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#image-captcha-template #image-captcha-template-form{
    width: 75%;
    min-width: min(280px, 100%);
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 35px 18px;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 5px 60px -3px rgba(45, 27, 78, 0.3);
    border: 1px solid rgba(233, 30, 140, 0.2);
}

#image-captcha-template #image-captcha-template-form>p{
    color: rgba(74, 85, 101, 0.9);
    padding-top: 0px;
    text-align: center;
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
}

#image-captcha-template #image-captcha-template-images-container{
    background: linear-gradient(135deg, rgba(233, 30, 140, 0.05) 0%, rgba(45, 27, 78, 0.05) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 15px;
    border: 1px solid rgba(233, 30, 140, 0.1);
}

#image-captcha-template-container #image-captcha-template .fa-x{
    font-size: 20px;
    align-self: flex-end;
    color: rgba(74, 85, 101, 0.9);
    margin: 15px;
    transition: all 0.3s ease;
}

#image-captcha-template-container #image-captcha-template .fa-x:hover{
    color: #E91E8C;
    cursor: pointer;
    transform: scale(1.1);
}

#image-captcha-template #image-captcha-template-form #lets-try-different{
    display: flex;
    flex-direction: row;
    transition: all 0.3s ease;
    margin-top: 10px;
    color: rgba(74, 85, 101, 0.9);
}

#image-captcha-template #image-captcha-template-form #lets-try-different:hover{
    cursor: pointer;
    color: #E91E8C;
}

#image-captcha-template #image-captcha-template-form #lets-try-different span{
    font-size: 18px;
    padding: 4px;
}

#image-captcha-template .image-captcha-template-images-grid{
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    width: 100%;
}

#image-captcha-template .image-captcha-template-images-grid div,
#image-captcha-template .image-captcha-template-images-grid input{
    width: auto;
    position: relative;
    border: 4px solid transparent;
    margin: 2px;
}

#image-captcha-template .image-captcha-template-images-grid div img{
    width: 100%;
    height: 100%;
}

#image-captcha-template .image-captcha-template-images-grid div:hover{
    cursor: pointer;
}


#image-captcha-template #image-captcha-template-form .fa-check-circle{
    position: absolute;
    top: 6px;
    left: calc(100% - 26px);
    font-size: 20px;
    z-index: 1;
    color: #fff;
}

#image-captcha-template #image-captcha-template-form .selected{
    border: 4px solid #E91E8C;
    box-shadow: 0 4px 15px rgba(233, 30, 140, 0.3);
}

#image-captcha-template #image-captcha-template-form .selected img{
    opacity: 0.6;
}

#image-captcha-template #image-captcha-template-form .selected .fa-check-circle{
    color: #E91E8C;
}



#image-captcha-checkpoint{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: right;
    cursor: auto;
    max-width: 600px;
    margin: 0px auto !important;
    color: rgba(74, 85, 101, 0.9);
    margin-left:auto;
    margin-right: auto;
    width: 100%;

}
.submit-section-wrapper{
    width: 100%;
    color: rgba(74, 85, 101, 0.9);
}



#image-captcha-checkpoint #are-you-human-msg{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

#image-captcha-checkpoint label{
    padding: 10px;
}

#image-captcha-checkpoint #captcha-check-icon{
    font-size: 1.5rem;
    max-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#image-captcha-checkpoint #captcha-check-icon i{
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
    display: inline-block;
    border: 2px solid rgba(233, 30, 140, 0.3);
    border-radius: 50%;
}

#image-captcha-checkpoint #captcha-check-icon .fa-circle{
    color: #fff;
    border-color: rgba(233, 30, 140, 0.5);
}

#image-captcha-checkpoint #captcha-check-icon .fa-square{
    color: #fff;
    border-color: rgba(233, 30, 140, 0.5);
    border-radius: 50%;
}

#image-captcha-checkpoint:hover, #form-test-container #image-captcha-checkpoint label:hover{
    cursor: pointer;
}

#image-captcha-checkpoint .fa-check-circle{
    color: #E91E8C;
    cursor: auto;
    transform: scale(1.1);
    border-color: #E91E8C;
    border-radius: 50%;
    background: rgba(233, 30, 140, 0.1);
}

#image-captcha-checkpoint .fa-circle-xmark{
    color: #EF544C;
    cursor: auto;
}



#image-captcha-checkpoint #image-captcha-seems-robot-message{
    display: none;
    line-height: 1.6rem;
    cursor: auto;
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
}

#image-captcha-checkpoint #image-captcha-seems-robot-message>p{
    font-style: italic;
}

#image-captcha-checkpoint #image-captcha-seems-robot-message #image-captcha-wrong-result-message-try-again{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
#image-captcha-wrong-result-message-try-again{
    color: rgba(74, 85, 101, 0.9);
}

#image-captcha-wrong-result-message-try-again:hover{
    color: #E91E8C;
}


#image-captcha-checkpoint #image-captcha-seems-robot-message #image-captcha-wrong-result-message-try-again>p{
    padding-bottom: 16px;
    margin-bottom: 0;
}
#image-captcha-checkpoint #image-captcha-wrong-result-message{
    color: #EF544C;
    line-height: 1.6rem;
    font-weight: bold;
    cursor: auto;
}

#image-captcha-checkpoint #image-captcha-success-result-message{
    color: #E91E8C;
    line-height: 1.6rem;
    font-weight: bold;
    cursor: auto;
}

#image-captcha-checkpoint #message-after-email{
    display: none;
}

#alert-popUp-msg-container{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(2px);
    display: none;
    z-index: 999999 !important;
}

#alert-popUp-msg{
    margin: 50px auto;
    width: min(90%, 500px);
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
    border-radius: 24px;
    display: flex;
    box-sizing: border-box;
    padding: 35px 18px;
    justify-content: space-evenly;
    flex-direction: column;
    min-height: auto;
    left: calc(50% - min(90%, 500px)/2);
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 5px 60px -3px rgba(45, 27, 78, 0.3);
    border: 1px solid rgba(233, 30, 140, 0.2);
}

#alert-popUp-msg p {
    font-size: 18px;
    line-height: 24px;
    color: rgba(74, 85, 101, 0.9);
}





@media only screen and (max-width: 700px) {
    #image-captcha-template .image-captcha-template-images-grid div, 
    #image-captcha-template .image-captcha-template-images-grid input{
        margin: 0 !important;
    }
    #image-captcha-template #image-captcha-template-form{
        width: 100%;
    }
    .submit-section-wrapper{
        flex-direction: column;

    }
    #image-captcha-checkpoint .form-submit{
        order: 2;
    }
    #image-captcha-checkpoint #are-you-human-msg{
        order: 1;
        margin-bottom: 20px;
    }
  }

@media only screen and (max-width: 550px) {
    #image-captcha-template #image-captcha-template-form .fa-check-circle{
        font-size: 10px;
        left: calc(100% - 18px);
    }

    #image-captcha-template .image-captcha-template-images-grid div,
    #image-captcha-template .image-captcha-template-images-grid input{
        margin: 3px !important;
    }

    #image-captcha-template #image-captcha-template-form #lets-try-different{
        flex-direction: column;
        text-align: center;
        margin: 20px 0;
    }

    #image-captcha-template #image-captcha-template-form{
        padding: 18px;
    }
  }

@media only screen and (max-width: 375px) {
    #image-captcha-checkpoint #image-captcha-wrong-result-message #image-captcha-wrong-result-message-try-again{
        flex-direction: column;
    }

    #image-captcha-checkpoint #image-captcha-wrong-result-message #image-captcha-wrong-result-message-try-again .fa-solid{
        padding: 16px 0;
    }
  }

@media only screen and (max-width: 240px) {
    #image-captcha-template #image-captcha-template-form .fa-check-circle{
        font-size: 10px;
        left: calc(100% - 18px);
    }

    #image-captcha-checkpoint #are-you-human-msg{
        flex-direction: column;
    }

    #image-captcha-checkpoint #image-captcha-seems-robot-message #image-captcha-wrong-result-message-try-again{
        flex-direction: column;
    }

    #image-captcha-template #image-captcha-template-images-container{
        margin: 1rem;
    }

    #image-captcha-template .image-captcha-template-images-grid{
        display: grid;
        grid-template-columns: auto;
        width: 100%;
    }

    #image-captcha-template .image-captcha-template-images-grid [id*="image-captcha-template-generated-image"]:last-child{
        grid-column: auto;
    }

    #image-captcha-template #image-captcha-template-form button{
        width: 90%;
    }

    #image-captcha-checkpoint #image-captcha-seems-robot-message #image-captcha-wrong-result-message-try-again .fa-solid{
        padding-left: 0;
    }

  }
