/*
 Theme Name:   Nideel
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
/* Fix bottom Footer */
html {
    height: 100%;
}

body {
    min-height: 100vh; 
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

/* Fix focus <a> */
body.bricks-is-frontend :focus-visible {
    outline: none;
}

* {
    outline: none!important;
}

/* Fix outline .btn */
.btn {
    outline: none !important;
}

/* Fix required form */
.brxe-form {
  ::after {
    color: red;
}
}

main#brx-content {
	margin-top:var(--navbar-height)
}

.difference {
	mix-blend-mode:difference;
}

/* Fix GSAP markers
html {
  scroll-behavior: unset !important;
}
 */