/* Widgets */

/* Alert */
.iwb-widget-alert {
    position: fixed;
    z-index: 7001;
    padding: 15px;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    color: rgb(0, 0, 0);
    text-align: left;
    background-color: rgb(255, 255, 255);
}

    .iwb-widget-alert.iwb-widget-alert-top {
        top: 0;
        right: 0;
        left: 0;
    }

    .iwb-widget-alert.iwb-widget-alert-left {
        bottom: 0;
        right: 0;
        left: 0;
    }

    .iwb-widget-alert.iwb-widget-alert-right {
        bottom: 0;
        right: 0;
        left: 0;
    }

    .iwb-widget-alert.iwb-widget-alert-bottom {
        right: 0;
        bottom: 0;
        left: 0;
        
    }

    .iwb-widget-alert img.iwb-widget-alert-close {
        height: 20px;
        width: 20px;
        align-self: flex-end;
    }

    .iwb-widget-alert > div {
        width: 80%;
        max-width: 1024px;
    }

        .iwb-widget-alert > div.iwb-widget-alert-title {
            font-weight: 700;
            margin-bottom: 5px;
        }

    .iwb-widget-alert a {
        color: rgb(0, 0, 0);
    }

    .iwb-widget-alert button {
        cursor: pointer;
        border-radius: 5px;
        padding: 8px 50px;
        border: none;
        font-size: 1.25em;
        font-weight: 700;
        font-family: unset;
        margin-top: 15px;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }

        .iwb-widget-alert button:hover {
            background-color: rgb(240, 240, 240);
        }

/* Employee */
