/**
Global styles for icons and arrows.
**/

.icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ico-profile-gray {
    background-image: url('./../../img/icons/ico-profile-gray.svg');
}

.ico-close-white {
    background-image: url('./../../img/icons/ico-close-white.svg');
}

.ico-requirement-checked {
    background-image: url('./../../img/icons/ico-requirement-checked.svg');
}


/*********** Arrows *************/

.arrow-right-white {
    background-image: url('./../../img/arrows/arrow-right-white.svg');
}