/*                               

  ╦ ╦┌┐ ┬  ╔═╗┌─┐┬─┐┬┌┬┐┌─┐┌─┐    
  ║ ║├┴┐│  ║  ├─┤├┬┘│ │ ├─┤└─┐    
  ╚═╝└─┘┴  ╚═╝┴ ┴┴└─┴ ┴ ┴ ┴└─┘    
  Joomla-template by Egbert Prins 
  Contact: egbertprins@gmail.com
  Version 3.0.13 - Release date 06-07-2024
                
*/
@charset "UTF-8";

#system-message-container joomla-alert {
  bottom: 0;
  left: 0;
  padding: 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

#system-message-container joomla-alert .alert-heading {
  display: none;
}

#system-message-container joomla-alert .alert-wrapper {
  border: 2px solid white;
  border-radius: 10px;
  padding: 30px;
}

#system-message-container joomla-alert button {
  font-size: 32px;
  right: 2px;
  top: 6px;
}