.growl-close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-top: -3px
}

.growl-close:hover {
    color: #fff;
    text-decoration: none
}

.growl-close:not(:disabled):not(.disabled):focus,
.growl-close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.growl-close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.growl-close.disabled {
    pointer-events: none
}

.alert-growl {
    border-radius: 10px;
    background-color: #191919;
    background-color: rgba(25, 25, 25, .9);
    border-width: 2px;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .9);
    color: #fff;
    box-shadow: 0 0 10px #191919;
    box-shadow: 0 0 10px rgba(25, 25, 25, .8)
}

.alert-growl button.growl-close {
    color: #fff;
    opacity: 1
}

.alert-growl img {
    float: left;
    padding: 0 5px 0 0
}

.alert-growl .alert-link {
    color: #fff
}



.kv-alert-separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.kv-progress-bar {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* Simple Pastel Notify Theme By Mark Gilliland */
[data-notify="container"][class*="alert-danger-"] {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(255, 179, 40);
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(255, 103, 76);
}

[data-notify="title"] {
    color: rgb(80, 80, 57);
    color: #fff;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    float: right;
    font-size: 18px;

}

[data-notify="message"] {
    float: right;
    text-align: right;
    font-size: 18px;

}

[data-notify="container"][class*="alert-danger-"]>[data-notify="message"] {
    font-weight: 400;
}

@media (max-width: 420px) {
    [data-notify-position] {
        width: 93%;

    }

    [data-notify="message"] {

        font-size: 16px;

    }
}