.u-width-50 {
width: 50%;
}
.u-row {
display: flex; flex-direction: row;
}
.u-cursor-pointer {
cursor: pointer;
}
.u-centerContent {
display: flex; justify-content: center;
}
.u-color-disabled {
color: $color-disabled;
}
.u-margin-bottom-10 {
margin-bottom: 10px;
}