





[data-theme="dark"] .visible-on-lightmode  {
   display: none
}

[data-theme="light"] .visible-on-darkmode  {
   display: none
}




.brxe-block>p {
  margin: 0;
}




html body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow-x: hidden !important;
  overflow-y: scroll;
 
}




:where(.at-section--alt-odd #brx-content > section:nth-child(odd)) {
  background: var(--at-section--alt-background);
}

:where(.at-section--alt-even #brx-content > section:nth-child(even)) {
  background: var(--at-section--alt-background);
}



@media(max-width: 477px) {
  body {
    --at-header-height: 150px;
    
  }
}

@media(max-width: 766px) {
  body {
    --at-header-height: 150px;
    
  }
}

@media(max-width: 990px) {
  body {
    --at-header-height: 150px;
    
  }
}

@media(min-width: 991px) {
  body {
    --at-header-height: 150px;
    
  }
}




body.bricks-is-frontend :focus-visible {
  outline-offset: var(--at-focus-outline-offset);
  z-index: 1;
}


@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  
  [class*=fade-],
  [class*=-fade] {
    opacity: 1 !important;
  }
}







.bricks-form-group {
    margin-bottom: 20px;
}

.bricks-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #222;
}

.bricks-input,
.bricks-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.bricks-input:focus,
.bricks-textarea:focus {
    border-color: #0073aa;
    outline: none;
}

.bricks-button {
    margin-right: 10px;
    padding: 8px 16px;
    background-color: #0073aa;
    border: none;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.bricks-button:hover {
    background-color: #005177;
}

.bricks-image {
    border-radius: 50%;
    border: 2px solid #ddd;
    max-width: 100px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.frontend-profile-message {
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.frontend-profile-message.success {
    background-color: #d4edda;
    color: #155724;
}

.frontend-profile-message.error {
    background-color: #f8d7da;
    color: #721c24;
}









