.whale-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(0, 0, 34, 0.5);
    font-size: 24px;
    cursor: pointer;

    &:hover svg {
        background: rgba(14, 62, 118, 0.05);
    }
}
