.performance-metrics-img {
    border: 12px solid #303030;
    border-radius: 8px;
}

.templates-img {
    border: 4px solid #303030;
    border-radius: 8px;
}

.assessment-img {
    border: 8px solid #303030;
    border-radius: 8px;
}

.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;
}

.pricing-kludge {
    max-width: 415px !important;
}

.kludge-premium {
    margin-top: 28px;
    color: #000000;
    font-size: 18px;
}

.background-navy {
    background-color: #4295f7;
}

.how-works-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #4295f7;
}

.text-kludge-white {
    color: #ffffff;
}

.does-it-work-circle {
    background-color: #ffffff;
    color: #4295f7 !important;
}

.how-img {
    border: 4px solid #303030 !important;
    border-radius: 8px !important;;
}

.padding-top-40px-k {
    padding-top: 40px !important;
}

.k-mg-46 {
    margin-bottom: 46px !important;
}

.why-h {
    position: relative;
    top: 12px;
}

.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 */
}

.demo-success {
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 3px 9px;
    font-size: 15px;
}

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

.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;
}

.legal-doc h3 strong {
    font-weight: 600 !important;
}

.legal-doc h2 {
    margin-top: 35px;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 1.3;
}

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

    .iso-logo {
        display: none;
    }
}