/*
 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
*/
html {
    height: -webkit-fill-available; /* We have to fix html height */
}
body {
    min-height: 100vh !important;
    min-height: -webkit-fill-available;
}
main {
	display: flex !important;
	flex-direction: column;
}
/* scroll bar CSS */
::-webkit-scrollbar {
    width: 10px; /* Set width of the scrollbar */
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set color of the track */
}
::-webkit-scrollbar-thumb {
    background-color: #888; /* Set color of the thumb */
    border-radius: 5px; /* Round the corners of the thumb */
}
/* Style for Firefox and other browsers */
::-webkit-scrollbar {
    width: 10px; /* Set width of the scrollbar */
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set color of the track */
}
::-webkit-scrollbar-thumb {
    background-color: #888; /* Set color of the thumb */
    border-radius: 5px; /* Round the corners of the thumb */
}
#boei_button{
	border: 2px solid black !important;
}
