.text-danger {
    color: red;
}

#ALERT_MODEL .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

#ALERT_MODEL .modal-header {
    background: #A9265D;
    color: #fff;
    border: 0;
    padding: 15px 20px;
}

#ALERT_MODEL .modal-title {
    font-size: 20px;
    font-weight: 600;
}

#ALERT_MODEL .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 28px;
    text-shadow: none;
    outline: none;
}

#ALERT_MODEL .modal-body {
    padding: 30px 25px 20px;
}

.success-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #f8e8ef;
    color: #A9265D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.complaint-success-message h4 {
    margin: 0 0 8px;
    color: #A9265D;
    font-size: 22px;
    font-weight: 600;
}

.success-text {
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
}

.reference-box {
    background: #fbf4f7;
    border: 1px solid #e8cbd8;
    border-radius: 7px;
    padding: 14px 15px;
    margin: 0 auto 15px;
}

.reference-box span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
}

.reference-box strong {
    display: block;
    color: #A9265D;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.save-reference {
    margin: 0;
    color: #777;
    font-size: 13px;
}

#ALERT_MODEL .modal-footer {
    border-top: 1px solid #eee;
    padding: 12px 20px;
}

#ALERT_MODEL .modal-footer .btn {
    min-width: 90px;
    border-radius: 5px;
    background: #A9265D;
    border-color: #A9265D;
    color: #fff;
}