.toast-top-custom {
    top: 5px;
    right: 5px;
    position: absolute !important;
}

@media (max-width: 768px) {
    .title-captacion {
        font-size: 18px !important;
    }
}

.suffix-icon {
    position: absolute;
    right: 10px;
    top: 52%;
    transform: translateY(-50%);
}

.tippy-box[data-theme~='custom-light'] {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    padding: 10px;
    border-radius: 6px;
    text-align: justify;
}

#toast-container > div {
    opacity: 1;
}