.hidden {
    display:none;
}

textarea {
    background: #1A0D37!important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    width: 100%;
    padding: 17px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    outline: none;
}

.notificationUpdates {
    position: fixed;
    right: 10px;
    bottom: 20px;
}

.notificationMess {
    margin-top: 14px;
}

.breakWord {
    word-break: break-word;
}

.returnFont {
    font-size: 28px !important;
    color: #F2994A !important;
}