﻿/*Register and profile*/
.select-sport-panel .sport-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    margin-right: 10px;
}

.select-sport-panel.active .sport-icon {
    background-color: #ff5533;
}

.select-sport-panel .sport-icon .img {
    background-color: #716e6c;
}

.select-sport-panel.active .sport-icon .img {
    background-color: white;
}
/*Register and profile*/

/*Profile*/
#profile-sports .sport-icon, .match-image .sport-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #faf9f7;
    display: inline-block;
}

.match-items-panel .sport-icon {
    margin-right: 10px;
}

#profile-sports .sport-icon .img, .match-image .sport-icon .img {
    background-color: #716e6c;
}
