.line-height-22 {
    line-height: 22px!important;
}
.pointer {
    cursor: pointer;
}
.m-t-6 {
    margin-top: 6px!important;
}
.color-white {
    color: #fff!important;
}
.opacity-0-7 {
    opacity: .7;
}
.fz-12 {
    font-size: 12px!important;
}
.fz-24 {
    font-size: 24px!important;
}
.justify-content-space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.text-align-items {
    -webkit-align-items: center;
    align-items: center;
}
.display-flex {
    display: -webkit-flex;
    display: flex;
}
.m-l-20 {
    margin-left: 20px!important;
}
.m-r-12 {
    margin-right: 12px!important;
}
.opacity-0-5 {
    opacity: .5;
}
.fz-10 {
    font-size: 10px!important;
}
.m-l-8 {
    margin-left: 8px!important;
}