#professionalClient, #GlobalAppStepTwo{
    display: none;
}
#inlineapplynow{
    display: block;
    margin: 20px 0;
}
#resultBox.results{
    border: 2px solid #000;
    padding: 15px;

    margin-bottom: 60px;
}

#restrictedMsg{
    margin-top:10px;
}

.eligible{
    background-color: #019c41;
    padding: 15px 22px;
    margin: 5px 5px 16px 5px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}
.broke-entity-header{
    align-items: center;
    margin: 5px 3px;

}
.broke-entity-header .header-content{
    cursor: pointer;
}

#global-application-form #nz .globalapplicationbutton{
    max-width: 49%;
}
#turnstile-widget-container iframe.show{
    visibility: visible !important;
    height: 65px !important;
    width: 300px !important;
}
#global-application-form .globalapplicationbutton:focus{
    outline: none !important;
}
#global-application-form .globalapplicationbutton{
cursor: pointer;
border-radius: 4px;
background-color: #26ce3a;
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(255, 255, 255, .15)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(255, 255, 255, .15));
background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(255, 255, 255, .15));
border: 0;
font-family: Lato, Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: italic;
line-height: 26px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
    margin: 10px 0;
    font-size: 20px;
    box-sizing: border-box;
    padding: 10px 75px 11px!important;
width: 48%;
    margin-right: 1%;
    margin-top:22px;
}

.lighter{
    font-weight: normal;
}
.blk, #resultBox a{
    color: #000 !important;
    font-weight:bold !important;
}

#page-wrapper #resultBox  .btn-success {
    border-radius: 4px;
    background-color: #26ce3a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(255, 255, 255, .15)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(255, 255, 255, .15));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(255, 255, 255, .15));
    border: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3em;
    padding: 10px 10% 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 20px 0 10px 0;
}


.fake-checkbox {
    width: 40px; /* size of the fake checkbox */
    height: 40px;
    border: 2px solid #ccc; /* border of the fake checkbox */
    margin: 10px; /* space between fake checkbox and content */
    background-color: #fff; /* white background */
    display: flex;
    justify-content: center;
    align-items: center;
}

.fake-checkbox.checked {
    background-color: #fff;
    background-image: url('/wp-content/themes/lmax/img/sprites/green-tick.png'); /* replace with your checkmark image path */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}



.header-content {
    display: flex;
    background: #caead5;
    width: 100%;
    border: 1px solid transparent;
    padding: 6px;
}
.broke-entity-header.active
.header-content {
    border: 1px solid #019c41;

}

.header-content .main-header, .header-content .sub-header {
    display: block; /* Ensure these are stacked */
    margin-bottom: 0;
}

.header-content .main-header {
    font-weight: bold;
    margin-top: 7px;
    color: #000;
}

.header-content .sub-header {
    color: #019c41;
    font-weight: bold;
    font-size: 15px;
}

.additional-info {
    display: none;
    padding-top: 10px;
}

.apply-btn {
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.broker-header {
    font-weight: bold;
}

.broker-details {
    color: #333;
}
#professionalClient{
    background: #f1f1f1;
    border: none;
}
.bensep{color: #000;}
@media screen and (max-width: 786px) {

    #global-application-form .globalapplicationbutton{
        width: 90%;
        display: block;
    }
    .bensep{color: transparent;display: block;    height: 0;}
    .header-content {
        display: flex;
        flex-wrap: wrap; /* Allow the items to wrap onto the next line */
        align-items: center; /* Keep items vertically aligned */
    }

    .fake-checkbox {
        flex: 0 0 40px; /* Do not grow, do not shrink, start at 40px */
        height: 40px; /* Make it square */
        margin-right: 10px; /* Add some space to the right of the checkbox */
    }

    .text-group {
        flex: 1; /* Allow this to grow to fill the space */
    }

    .main-header {
        flex-basis: 100%; /* Allow the header to take the full width if needed */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sub-header {
        flex-basis: 100%; /* Allow the sub-header to take the full width */
        display: block; /* This will ensure it's on a new line */
    }

}