#password-requirements .list-pass {
    list-style: none;
    padding: 0; 
    margin: 0;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 2px solid #4CAF50 !important; 
}


.help-tip {
    cursor: pointer;
    position: relative;
    margin-left: -10px;
}

.help-tip:before {
    content: "?";
    display: inline-block;
    background-color: #008cff;
    color: white;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px; 
    border-radius: 50%;
    font-size: 15px; 
    font-weight: bold;
}


.help-tip:hover::after {
    content: attr(data-tip);
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

