﻿.copy-icon {
    cursor: pointer;
    width: 24px; /* Increase the width as needed */
    height: 20px; /* Increase the height as needed */
}

    .copy-icon[data-feather]::before {
        content: '\f0c5'; /* Adjust the icon code as needed */
        font-family: 'Feather';
    }



.eye-icon {
    cursor: pointer;
    position: absolute;
    top: 20%;
    right: 5%;
    color: var(--bs-gray);
    height: 20px;
}


