.icon-close {
    height: 1.5rem;
    width: 1.5rem;
    background-color: transparent;
    background-image: var(--icon-close);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}