.lb-menu-toggle {
width: 27px;
height: 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
}
.lb-menu-toggle span {
display: block;
height: 2px;
width: 100%;
border-radius: 30px;
background-color: var(--e-global-color-primary, #007187);
transition: all 0.3s ease-in-out;
}
.elementor-popup-modal .dialog-close-button {
outline: 0;
}