.invalid-feedback {
    position: absolute;
    font-style: italic;
    margin-top: .01rem;
}

.end-0 {
    right: 15px !important;
}

.cs-bgoverlay {
    opacity: .7 !important;
}

.ico-captcha {
    right: 10px;
    top: 22px;
    cursor: pointer;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .img-captcha {
        float: right;
        /* margin-top: 0.2vw; */
        margin-top: 4vw;
    }

    .ico-captcha {
        right: 10px;
        top: 36px;
        cursor: pointer;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .img-captcha {
        float: right;
        margin-top: 0.2vw;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .img-captcha {
        float: right;
        margin-top: 0.2vw;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .img-captcha {
        float: right;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .img-captcha {
        float: right;
    }
}

.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}