body {
    background-color: #2B2B2B;
}

.text-blue{
    color: #77aaf2 !important;
}

.text-lightBlue{
    color: #3889fb !important;
}

.text-grey{
    color: #9a9a9a !important;
}

ol{
    list-style-type: none;
}

.border-gery{
    border-color: #007bff !important
}

.w-5{
    width: 5% !important
}


.w-10{
    width: 10% !important
}

.w-90{
    width: 90% !important
}

li{
    list-style-type: none;
}

/*border-grey{*/
/*    border-color: rgba(0, 0, 0, 0.125)*/
/*}*/

.border-bottom-grey{
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.border-top-grey{
    border-top: 1px solid rgba(0,0,0,.125)
}

.cursor-pointer{
    cursor: pointer;
}


