/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #111827 !important;
}

::-webkit-scrollbar-thumb {
  background-color: #facc15 !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #facc15 !important;
}

.prevent-select {
  -webkit-user-select: none !important; /* Safari */
  -ms-user-select: none !important; /* IE 10 and IE 11 */
  user-select: none !important; /* Standard syntax */
}

.ss-scroll {
	background-color: #facc15 !important;
	width: 4px;
	border: 1px solid #d1d5db;
}