.header-body-right {
    margin-right: 0;
    margin-left: auto;
}

.header-body > .header-body-left {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

footer.form-footer {
    padding: 15px 30px;
    background-color: white;
    box-shadow: 0 0 10px -8px black;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

.zsiq_floatmain {
    bottom: 55px !important;
}

#titlediv.zsiq_cnt {
    display: none !important;
}

@media (max-width: 590px) {
    footer.content-footer {
        display: grid !important;
    }

    footer.content-footer * {
        font-size: 9px !important;
    }
}

.validDocForm input[type="checkbox"].form-control {
    display: inline;
    width: 5%;
}

.validDocForm label {
    vertical-align: text-bottom;
}

.validDocForm label strong a {
    padding: 5px;
    border-radius: 10px;
}

.validDocForm label strong a:hover {
    background-color: rgba(0, 129, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
