joomla-alert{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;border-radius:var(--hiq-border-radius);border-style:solid;border-width:var(--hiq-alert-border-width);display:block;margin-bottom:1rem;min-width:250px;padding:var(--hiq-alert-padding);position:relative}joomla-alert .joomla-alert--close,joomla-alert .joomla-alert-button--close{color:inherit;float:right;padding:.25rem .5rem}joomla-alert .joomla-alert--close{-webkit-box-sizing:content-box;box-sizing:content-box;font-size:2rem;height:1em;inset-inline-end:0;position:absolute;top:0;width:1em;z-index:2}joomla-alert .joomla-alert--close,joomla-alert .joomla-alert--close:focus,joomla-alert .joomla-alert--close:hover,joomla-alert button.joomla-alert-button--close,joomla-alert button.joomla-alert-button--close:focus,joomla-alert button.joomla-alert-button--close:hover{background-color:transparent;border:0;cursor:pointer;line-height:1}joomla-alert.alert-primary,joomla-alert[type=primary]{background-color:var(--hiq-alert-primary-bg);border-color:var(--hiq-alert-primary-border);color:var(--hiq-alert-primary-text)}joomla-alert.alert-info,joomla-alert[type=info]{background-color:var(--hiq-alert-info-bg);border-color:var(--hiq-alert-info-border);color:var(--hiq-alert-info-text)}joomla-alert.alert-success,joomla-alert[type=success]{background-color:var(--hiq-alert-success-bg);border-color:var(--hiq-alert-success-border);color:var(--hiq-alert-success-text)}joomla-alert.alert-warning,joomla-alert[type=warning]{background-color:var(--hiq-alert-warning-bg);border-color:var(--hiq-alert-warning-border);color:var(--hiq-alert-warning-text)}joomla-alert.alert-danger,joomla-alert[type=danger]{background-color:var(--hiq-alert-danger-bg);border-color:var(--hiq-alert-danger-border);color:var(--hiq-alert-danger-text)}@-webkit-keyframes joomla-alert-fade-in{0%{opacity:0}}@keyframes joomla-alert-fade-in{0%{opacity:0}}@-webkit-keyframes joomla-alert-fade-out{0%{opacity:1}to{opacity:0}}@keyframes joomla-alert-fade-out{0%{opacity:1}to{opacity:0}}html[dir=rtl] joomla-alert .joomla-alert--close,html[dir=rtl] joomla-alert .joomla-alert-button--close{float:left}