/*####################################*/
/* --------Плагин Code Click to Copy--------*/
/*####################################*/

.codeCopyTooltip {
    border: 0px !important;
    border-radius: 25px !important;
    animation: fadeInScale 0.2s ease-out forwards;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.9;
    }
}