/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/*=======================================================================================================*/
//Text Selection background

::-moz-selection {
	background-color: rgba(254, 213, 90, 0.60);
	color: #5B5C5E;
}

::selection {
	background-color: rgba(254, 213, 90, 0.60);
	color: #5B5C5E;
}

/*=======================================================================================================*/
//Custom Scrollbar
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
width: 10px;

}

::-webkit-scrollbar-track {
background: #ffffff; 
border:2px solid #fff;

} 
::-webkit-scrollbar-thumb {
background: #51545E; 
border:0px solid #fff;
border-radius:20px;

}

