/*!
 * 
 * UNDP Design System 1.5.0
 *
 */
.chip{align-items:center;background:#f7f7f7;border:none;border-radius:20px;box-shadow:0 1px 2px rgba(0,0,0,.2);display:inline-flex;min-height:1.875rem;padding:4px 16px}.chip:hover{background-color:#edeff0}.chip.chip__cross:before{background:url(../../images/times-red.svg) no-repeat 0;content:"";display:inline-flex;height:22px;margin-left:-4px;margin-right:8px;padding-right:1.375rem;position:relative;top:0;width:auto}[dir=rtl] .chip__cross:before{margin-left:8px;margin-right:-4px}:lang(my) .chip{align-items:flex-end}:lang(my) .chip__cross{align-items:baseline}:lang(my) .chip__cross:before{top:5px}