.captcha-custom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 10px;
}
.captcha-custom__image{
    width: calc(100% - 56px);
}
.captcha-custom__reload{
    width: 46px;
    margin-left: 10px;
}
.captcha-custom__reload .btn.btn-primary{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: none !important;
    border: 0px !important;
    opacity: 1 !important;
}
.captcha-custom__reload a:hover, .captcha-custom__reload a:focus{
    background: none !important;
    border: 0px !important;
    opacity: 1 !important;
}
.captcha-custom__play{
    width: 46px;
    margin-left: 10px;
    cursor: pointer;
}
.captcha-custom__play audio{
    display: none;
}
.captcha-custom svg{
    fill: #ACAFB3;
    transition: 0.4s;
}
.captcha-custom__item:hover svg{
    fill: #1b3fa1;
}
.captcha-custom__item{
    background: #FFFFFF;
    border: 1px solid #EBEDF2;
    box-sizing: border-box;
    border-radius: 4px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
