.aiprotectcaptcha-manual-overlay {
    margin-top: 20px;
    margin-bottom: 20px;
}

.aiprotectcaptcha-manual-images {}

.aiprotectcaptcha-manual-shape {
    overflow: hidden;
}

.aiprotectcaptcha-manual-title {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.aiprotectcaptcha-manual-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    overflow: hidden;
}

.aiprotectcaptcha-manual-row.is-choices {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.aiprotectcaptcha-manual-row img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.aiprotectcaptcha-manual-row.is-choices img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 300ms linear;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 5px;
}

.aiprotectcaptcha-manual-addition .aiprotectcaptcha-manual-row span {
    font-size: 50px;
    display: block;
    padding: 10px;
}

.aiprotectcaptcha-manual-shape .aiprotectcaptcha-manual-row.is-choices {
    position: relative;
    height: 400px;
    margin-bottom: 125px;
}

.aiprotectcaptcha-manual-shape .aiprotectcaptcha-manual-row.is-choices img {
    position: absolute;
}

@media (hover:hover) {
    .aiprotectcaptcha-manual-row.is-choices img:hover {
        border-color: black;
        box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    }

    .aiprotectcaptcha-manual-shape .aiprotectcaptcha-manual-row.is-choices img:hover {
        background-color: white;
        z-index: 1;
    }
}

@media (max-width:767px) {
    .aiprotectcaptcha-manual-row.is-choices img {
        -ms-flex: 0 0 calc(30% - 15px);
        flex: 0 0 calc(30% - 15px);
        max-width: calc(30% - 15px);
    }
}