.error {
    background-image: url("../images/notify/error.png");
    height: 93px;
    max-width: 100%;
}

.error_text {
    height: 40px;
    max-width: 100%;
    color: #817667;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    left: 20px;
    overflow: hidden;
    text-shadow: 2px 2px 8px #000;
}

.error_title {
    height: auto;
    max-width: 100%;
    color: #ee5b43;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    left: 20px;
    text-shadow: 2px 2px 8px #000;
}

.error_x {
    text-align: right;
    color: #ee5b43;
    position: relative;
    right: 10px;
    bottom: 20px;
    cursor: url("../cursor/cursor.cur"), auto;
}
.error_x:hover {
    text-align: right;
    color: #f6ada1;
    position: relative;
    right: 10px;
    bottom: 20px;
    transition: all 0.3s linear;
}

.success {
    background-image: url("../images/notify/success.png");
    height: 93px;
    max-width: 100%;
}

.success_text {
    height: 40px;
    max-width: 100%;
    color: #817667;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    left: 20px;
    overflow: hidden;
    text-shadow: 2px 2px 8px #000;
}

.success_title {
    height: auto;
    max-width: 100%;
    color: #8FA150;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    left: 20px;
    text-shadow: 2px 2px 8px #000;
}

.success_x {
    text-align: right;
    color: #8FA150;
    position: relative;
    right: 10px;
    bottom: 20px;
    cursor: url("../cursor/cursor.cur"), auto;
}
.success_x:hover {
    text-align: right;
    color: #dde2ca;
    position: relative;
    right: 10px;
    bottom: 20px;
    transition: all 0.3s linear;
}

.warning {
    background-image: url("../images/notify/warning.png");
    height: 93px;
    max-width: 100%;
}

.warning_text {
    height: 40px;
    max-width: 100%;
    color: #817667;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    left: 20px;
    overflow: hidden;
    text-shadow: 2px 2px 8px #000;
}

.warning_title {
    height: auto;
    max-width: 100%;
    color: #c19e3f;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    left: 20px;
    text-shadow: 2px 2px 8px #000;
}

.warning_x {
    text-align: right;
    color: #c19e3f;
    position: relative;
    right: 10px;
    bottom: 20px;
    cursor: url("../cursor/cursor.cur"), auto;
}
.warning_x:hover {
    text-align: right;
    color: #e0ce9f;
    position: relative;
    right: 10px;
    bottom: 20px;
    transition: all 0.3s linear;
}

.errors {
    color: #ee5b43;
    text-align: center;
    text-shadow: 2px 2px 8px #000;
}

.notifLevel {
    background-image: url("../images/notify/level.png");
    height: 159px;
    width: 487px;
    display: flex;
    align-items: center;
}

.notifLevelText {
    width: 100%;
    text-align: center;
    color: #cab6a5;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.52px;
}

.notifLevelTextDwa {
    width: 100%;
    text-align: center;
    color: #f4b747;
    font-size: 30px;
    font-weight: 400;
    line-height: 23.52px;
}

.exitLevel {
    position: relative;
    bottom: 30px;
    color: #cab6a5;
    size: 30px;
}

.exitLevel:hover {
    color: #ddd0c5;
}
