
.alert-top-position {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    width: 350px;
    max-width: 100%;
    top: 50%
}

.alert-messages {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.alert-messages > div {
    padding: 15px;
    font-size: 14px;
    margin-bottom: 5px;
}

.alert-messages > div a {
    color: inherit;
    text-decoration: underline !important;
}

.alert-messages .alert-gray {
    background: #f3f3f3;
}

.alert-messages .alert-error {
    background: #f8d7da;
    color: #721c24 !important;
}

.alert-messages .pe-7s-check {
    font-size: 35px;
}

.alert-messages .icon-vector_stroke {
    font-size: 25px;
}

.alert-messages .close {
    right: 10px;
    top: 0;
    position: absolute;
    font-size: 25px;
    color: inherit;
    text-shadow: none;
}
