.spin {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #4295f7 !important;
    border-left: 4px solid #4295f7 !important;
    border-bottom: 4px solid #4295f7 !important;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.kludge-logo {
    width: 75px;
    height: 75px;
}

.button.fullfield {
    color: #ffffff;
    background-color: #4295f7;
    border-color: #4295f7;
}

.button.fullfield:hover {
    background-color: #2485ff;
    border-color: #2485ff;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.contact-box a.background-dark-b {
    background-color: #4295f7;
}

.submit-kludge-blue {
    color: #ffffff !important;
    background-color: #4295f7 !important;
    border-color: #4295f7 !important;
}

.submit-kludge-blue:hover {
    background-color: #2485ff !important;
    border-color: #2485ff !important;
}


.submit-kludge-blue:disabled {
    cursor: not-allowed;
    /* You can customize other styles for the disabled state if needed */
    opacity: 0.7; /* Example: Reducing opacity for a visually disabled look */
}

.kludge-menu-item:hover {
    color: #4295f7;
}

@media screen and (max-width: 1085px) {
    .gdpr-logo {
        display: none;
    }

    .iso-logo {
        display: none;
    }
}