/* This CSS apply specificities on captcha */
#li-antibot-iframe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    position: relative;
    width: 100%;
    height: 300px;
    margin-left: 10px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border-width: initial;
    border-style: initial;
}
#li-antibot-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 3px;
    width: auto;
    margin-bottom: 17px;
}
#li-antibot-text-purpose {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #1F2937;
}
#li-antibot-text {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #1F2937;
    & ul {
        padding-inline-start: 40px;
        list-style-type: disc;
    }
}
#li-antibot-switcher {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    width: auto;
}
#li-antibot-refresh, #li-antibot-sub-switcher {
    width: auto;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0055B7;
}
#li-antibot-questions-container {
    margin-top: 13px;
}
#li-antibot-questions-container img {
    padding: 5px;
}
#li-antibot-audio{
    width: 100%;
}
.li-antibot-picto{
    width: 64px;
    height: 64px;
}
#li-antibot-answer-container{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
    margin-top: 13px;
}
#li-antibot-answer-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 4px;
    width: 260px;
    height: 64px;
    background: #FFFFFF;
}
#li-antibot-answer-instruction{
    height: 20px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
#li-antibot-answer{
    padding: 10px 12px;
    width: 95%;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 6px;
}
#li-antibot-validate{
    width: 96px;
    height: 40px;
    background: #E2001A !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#li-antibot-refresh:hover, #li-antibot-sub-switcher:hover, #li-antibot-validate:hover{
    cursor: pointer;
}
#li-antibot-questions-container img:hover {
    padding: 1px;
    border: 4px solid #E2001A;
    cursor: pointer;
}
#li-antibot-notes{
    visibility: hidden;
    display: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    flex-direction: row;
    gap: 5px;
    margin-top: 5px;
}
#li-antibot-notes i{
    padding-top: 5px;
    font-style: normal;
}
#li-antibot-check-img, #li-antibot-error-img{
    padding-top: 2px;
    width: 16px;
    height: 20px;
}
#li-antibot-info-img{
    padding-top: 3px;
    width: 20px;
    height: 20px;
}

@media screen and (max-width:768px){
    #li-antibot-iframe {
        width: 95%;
        margin-bottom: 10px;
    }
}

