::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 80px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* estilos propioes */

.main-header[data-background-color=purple] .navbar-header {
    background: #03aaa7!important;
}

.main-header[data-background-color=purple] {
    background: #03aaa7!important;
}