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


.sidebar.brxe-container {
    height: 100vh;
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    justify-content: space-between;
    flex-direction: column;
}

.brx-header-left #brx-header {
    width: 200px;
}

.brx-header-left #brx-header {
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 998;
}