.icon-glr {
    width: 30px;
    height: 30px;
    fill: #fff
}

.icon-glr:hover {
    cursor: pointer;
    opacity: .8
}

.icon-glr.icon-arrow {
    fill: #000;
    width: 11px;
    height: 11px
}

.icon-glr.icon-close {
    fill: #fff
}

.icon-glr.icon-delete {
    fill: #000
}