.elementor-22335 .elementor-element.elementor-element-9f53e5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22335 .elementor-element.elementor-element-b58c14c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eaa8736 */.uwy.userway_p2{
    display:none!important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c3fed1 */h1 {
    text-align: center;
    color: #444;
}

form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

input[type="date"],
input[type="number"],
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

input[type="date"]:focus,
input[type="number"]:focus,
select:focus {
    border-color: #0066cc;
    outline: none;
}

button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #035A9F;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #2577B8;
}

.error-message {
    color: red;
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 14px;
}

#result {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
}

#result-h2{
    margin-left: 300px;
}

#spouseInfo,
#spouseDob {
    display: none;
}

input.error {
    border-color: red;
}

#infoSection {
    text-align: center;
    margin-top: 20px;
}

#infoButton {
    padding: 10px 20px;
    background-color:#59BB5D;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    transition: transform 0.2s ease-in-out;
}

#infoButton:hover {
    background-color: #59BB5D;
    transform: scale(.98);
}

#infoMessage {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-width: 1px 1px 0 1px;
     border-style: solid; 
    border-color: #D0D0D0;
}

#calculationDetails{
    border-width: 0 1px 1px 1px;
    border-style: solid; 
    border-color: #D0D0D0; 
     padding: 10px;
}

#infoMessage a {
    color: #0066cc;
    text-decoration: none;
}

#infoMessage a:hover {
    text-decoration: underline;
}


    .tooltip {
        position: relative;
        display: inline-block;
        cursor: help;
        margin-bottom:5px;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%; /* Position above the element */
        left: 50%;
        margin-left: -100px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip-icon {
        font-size: 12px; 
        border: 1px solid #000; 
        border-radius: 50%; 
        padding: 2px 6px; 
        background-color: #ddd; 
        margin-left: 5px;
    }/* End custom CSS */