::-webkit-scrollbar{margin-right:5px;background-color:#EEE;width:15px;}
::-webkit-scrollbar:horizontal{margin-right:5px;background-color:#EEE;height:7px}
::-webkit-scrollbar-thumb{
    background: #0d77b6;
    transition: all .3s ease-out;
    }
::-webkit-scrollbar-track{-webit-box-shadow:0 0 2px #ccc;box-shadow:0 0 2px #ccc;}


.fa-close:before {
    content: "\f00d";
}