/*
 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
*/

/* Custom Bricks Backend Styles */

:root {
	--builder-canvas-scrollbar-thumb_hover: transparent !important;
    --builder-canvas-scrollbar-thumb: transparent !important;
    --builder-canvas-scrollbar-track: transparent !important;
	--builder-toolbar-height: 0 !important;
	scrollbar-width: none !important;
}

*:focus {
  outline: none !important;
}

html,
body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;            /* IE / Edge Legacy */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

.brx-draggable.brx-empty,
.brx-draggable:empty{
  min-width:0 !important;
  min-height:0 !important;
  outline:none !important;
}

#bricks-preview-element-actions {
    display: none !important;
}

#bricks-preview,
#bricks-structure {
    height: 100vh !important;
}

/* Custom ACSS Dashboard Styles */

:root {
    --acss-dashboard-base-dark: hsl(193deg 6.47% 9.61%) !important;
}