@charset "UTF-8";
.moduleQaptcha {
    width: 300px !important;
    border: 5px solid #d8d8d8;
    background-color: #fff
}

.moduleQaptcha .box {
    position: relative;
    padding: 40px 20px 20px 20px;
    background: #fff
}

.moduleQaptcha .topic {
    position: relative;
    min-height: 65px
}

.moduleQaptcha .topic .img img {
    display: block;
    width: 100%
}

.moduleQaptcha .topic .img::after {
    display: none;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7)
}

.moduleQaptcha .topic .img.loading::after {
    display: block
}

.moduleQaptcha .topic .trigger-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.moduleQaptcha .topic .trigger-container .trigger {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin: 5px;
    border: 2px solid #CCC;
    border-radius: 50%;
    cursor: pointer
}

.moduleQaptcha .topic .trigger-container .trigger.active {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.9)
}

.moduleQaptcha #submit_btn {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 13px;
    color: #fff
}