/* Your Custom CSS Goes here */.alert {
    position: relative;    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;    border: 1px solid transparent;
    border-radius: 0.25rem;}
.alert .close {
    position: absolute;    top: 0;
    right: 0;    padding: 0.75rem 1.25rem;
    color: inherit;    background: transparent;
    border: 0;    font-size: 1.5rem;
    font-weight: 700;    line-height: 1;
    opacity: 0.5;    cursor: pointer;
}
.alert .close:hover {
    opacity: 1;












/* Your Custom CSS Goes here */
