html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f8f8f8;
}

:root {
    --fm-primary-text-color: #00aecb;
    --fm-primary-btn-background: #00aecb;
    --fm-primary-btn-color: white;
}

.fm-primary-text {
    color: var(--fm-primary-text-color);
}


.fm-primary-btn {
    background: var(--fm-primary-btn-background);
    color: var(--fm-primary-btn-color);
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
}

.fm-footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 60%;
}

footer {
    background: white;
    position: fixed;
    width: 100%;
    bottom: 0;
}

@media (max-width: 768px) {
    .fm-footer-copyright {
        flex-direction: column;
        margin: 10px 25px;
        text-align: center;
        width: auto;
    }
}

body {
    padding-bottom: 110px;
}

footer a {
    text-decoration: none;
}

#fm-header-logo {
    display: flex;
    margin-top: 5%;
}

    #fm-header-logo #fm-header-logo-img {
        margin: auto;
        width: 100%;
        max-width: 160px;
        max-height: 160px;
    }

.fm-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 30px auto;
    background: white;
    padding: 30px 45px;
    border-radius: 15px;
    margin-bottom: 5%;
}

@media (max-width: 768px) {
    .fm-section {
        width: 95%;
        padding:30px 15px;
    }
}


.fm-section .fm-section-logo {
    max-width: 150px;
    margin: 20px 0;
}

.fm-alert-info-card {
    background: #f1f1f1;
    display: flex;
    flex-direction: row;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .fm-alert-info-card img {
        width: 100%;
        max-width: 50px;
    }

@media (max-width: 768px) {
    .fm-title {
    text-align:center;
        }

    #fm-quiz-forms [for="nps-score"]{
        font-weight:normal !important;
        width:auto !important;
    }
}
