form.share img {
    width: 100px;
    aspect-ratio: 1;
}

form.share div.copy {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    margin-top: 50px;
    width: 310px;

    border-radius: 6px;
    position: relative;
}
form.share div.copy input{
    width: 100%;
    margin: 0;
    padding-left: 50px;
    color: var(--secondary_color);
    font-family: Inter;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
}

form.share div.copy img {
    position: absolute;
    left: 15px;

    width: 25px;
    aspect-ratio: 1;

}
form.share div.copy code {
    position: absolute;
    line-height: 12.8px;
    font-size: 10px;
    color: green;
    background-color: rgba(0, 128, 0, 0.105);
    right: 0;
    top: -25px;
    padding: 2.5px 5px;
    border-radius: 6px;
    display: none;
}

form.share div.copy p {
    margin: 0 10px;
    color: var(--secondary_color);
    font-family: Inter;
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;

}

form.share  span {
    margin-top: 15px;
    text-decoration: underline;
    cursor: pointer;
    color: var(--secondary_color);
    font-family: Inter;
    font-weight: 500;
}



