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

.active-link-account {
    font-size: 1.4rem;
    text-align: left;
    border-radius: .75rem;
    padding-top: 1.2rem;
    padding-right: 1.9rem;
    padding-bottom: 1.2rem;
    padding-left: 1.9rem;
    width: 100%;
    justify-content: flex-start!important;
    background-color: var(--primary-t-1);
	z-index: 99999;
}

.active-side-template-wrapper{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: fixed;
    top: var(--space-4xl);
    right: 0;
    left: 0;
    background-color: var(--white);
}