.muhide-wathq-message {
    display: none;
    width: 100%;
    margin: 16px 0 8px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
}

.muhide-wathq-message.is-visible {
    display: block !important;
}

.muhide-wathq-message.is-success {
    background: #e8f6ef;
    color: #0f6b3e;
    border: 1px solid #b7e0c8;
}

.muhide-wathq-message.is-warning {
    background: #fff6e5;
    color: #8a5a00;
    border: 1px solid #f3d7a0;
}

.muhide-disclaimer {
    width: 100%;
    margin: 16px 0 8px;
    padding: 16px 18px;
    border-radius: 8px;
    background: #f4f7fb;
    border: 1px solid #d5e0ee;
    color: #1d3557;
    line-height: 1.7;
    box-sizing: border-box;
}

.muhide-disclaimer h3,
.muhide-disclaimer h4 {
    margin: 0 0 8px;
    font-size: 16px;
}

.muhide-disclaimer p {
    margin: 0 0 8px;
}

.muhide-disclaimer p:last-child {
    margin-bottom: 0;
}

#nextBtn.muhide-busy {
    opacity: 0.7;
    pointer-events: none;
}

.muhide-signatory-wrapper .input-group-prepend {
    width: 100%;
}

#authorized_person_select {
    min-height: 38px;
}

#muhide-signatory-contact-fields .input-group-prepend {
    width: 100%;
}
