/*
Theme Name: Foxiz Child
Theme URI: https://deothemes.com/foxiz/
Description: Child Theme do Foxiz
Author: Seu Nome
Template: foxiz
Version: 1.0.0
Text Domain: foxiz-child
*/


/* =========================================================
   SCROLLBAR PERSONALIZADA
   ========================================================= */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #39393A;
    border: 0 solid #ccc;
}

::-webkit-scrollbar-thumb {
    background: #1D1B1A;
    border: 0 solid #eee;
    height: 100px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #222222;
}