html,
body {
    height: 100%;
}

.main-title {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.18;

    @media (max-width: 992px) {
        font-size: 2.25rem;
        line-height: 1.22;
    }
}

.main-secondary {
    color: #034D82;
    font-family: "DM Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: 0.3px;

    @media (max-width: 992px) {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.text-white {
    color: #FFF;
}

.text-blue {
    color: #034D82;
}

.body-text {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62;

    @media (max-width: 992px) {
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

.body-text-secondary {
    color: #000000;
    font-family: "DM Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.3px;

    @media (max-width: 992px) {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 1.75rem;

        li {
            position: relative;
            color: #000000;
            font-family: "DM Sans";
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 2;
            letter-spacing: 0.3px;

            @media (max-width: 992px) {
                font-size: 0.875rem;
                line-height: 1.5;
            }

            &::before {
                content: url('../img/mark.svg');
                position: absolute;
                left: -1.75em;
            }
        }
    }
}

.btn-politikai-primary {
    background-color: #fff;
    border-radius: 2px;
    min-height: 57px;
    padding: 18px 16px;

    color: #005490;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    @media (max-width: 992px) {
        font-size: 0.875rem;
    }

    &:hover {
        background-color: #fff;
        color: #005490;
    }
}

.btn-politikai-secondary {
    background-color: transparent;
    border-radius: 2px;
    min-height: 57px;
    padding: 18px 16px;

    color: #FFFFFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    @media (max-width: 992px) {
        font-size: 0.875rem;
    }

    &:hover {
        background-color: transparent;
        color: #FFFFFF;
    }
}

.btn-politikai-tertiary {
    background-color: transparent;
    border-radius: 2px;
    padding: 0;

    color: #0262D7;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    @media (max-width: 992px) {
        font-size: 0.875rem;
    }

    &:hover {
        background-color: transparent;
        color: #0262D7;
    }
}

.list-politikai-default {
    margin: 0;
    padding-left: 1.75rem;

    li {
        position: relative;
        color: #FFF;
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: 0.3px;

        @media (max-width: 992px) {
            font-size: 1rem;
            line-height: 1.5;
        }
    }
}


.bg-blue {
    background: #09427E;
}

.form-politikai {
    .form-politikai__title {
        font-family: "DM Sans";
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.22;
        letter-spacing: 0.3px;

        @media (max-width: 992px) {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }

    .form-label,
    .form-politikai__text {
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.3px;
    }

    .form-control {
        height: 45px;
        border-radius: 4px;
        background: #FFF;
    }

    .politikai__price {
        color: #FFF;
        font-family: "DM Sans";
        font-size: 2.813rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.3px;

        @media (max-width: 992px) {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }

    .form-check-input {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #FFF;
        border: 2px solid #FFFFFF;

        &:checked {
            background-color: #008000;
            border-color: #034D82;
        }
    }

    .form-politikai__link {
        color: #FFF;
        font-family: "DM Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.3px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .btn-politikai-primary {
        width: 100%;
        height: 45px;
        border-radius: 4px;
        background: #008000;

        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.3px;

        margin: 20px 0;
        text-transform: uppercase;

        @media (max-width: 992px) {
            font-size: 1rem;
            line-height: 1.5;
        }

        &:hover {
            filter: brightness(0.9);
        }
    }
}

.message-politikai {
    .message-politikai__title {
        color: #FFF;
        font-family: "DM Sans";
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.22;
        letter-spacing: 0.3px;
        margin-bottom: 28px;

        @media (max-width: 992px) {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }

    .message-politikai__text {
        color: #FFF;
        text-align: center;
        font-family: "DM Sans";
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: 0.3px;

        @media (max-width: 992px) {
            font-size: 1rem;
            line-height: 1.5;
        }

        p {
            margin-bottom: 28px;
        }

    }

    .btn-politikai-primary {
        text-decoration: none;

        display: block;
        min-width: 210px;
        width: max-content;
        border-radius: 10px;
        background: #008000;

        color: #FFF;
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: 0.3px;

        margin: 47px auto;

        @media (max-width: 992px) {
            font-size: 1rem;
            line-height: 1.5;
        }

        &:hover {
            filter: brightness(0.9);
        }
    }
}

.background-sky,
.page-dashboard,
body.archive,
.page-meu-perfil,
.page-ajuda {
    background: #f1f7ff;
}

.text-gray {
    color: #979797 !important;
}

.page-template-template-policts {
    .header {
        .navbar {
            #menu-main-menu {

                list-style: none;
                padding: 0;
                margin: 0;

                li {
                    display: inline-block;
                    margin-right: 20px;

                    a {
                        position: relative;
                        color: #011E40;
                        font-family: "DM Sans";
                        font-size: 0.875rem;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: 0.3px;
                        text-decoration: none;
                        padding: 0;

                        @media (max-width: 990px) {
                            color: #011E40;
                        }

                        &::after {
                            content: "";
                            position: absolute;
                            bottom: -5px;
                            left: 0;
                            width: 0;
                            height: 2px;
                            background-color: #011E40;
                            transition: width 0.3s ease-in-out;
                        }

                        &:hover::after {
                            width: 100%;
                        }
                    }

                    &:last-child {
                        a {
                            background-color: #008000;
                            padding: 10px 13px;
                            border-radius: 4px;
                            font-weight: 500;
                            color: #FFF;

                            @media (max-width: 990px) {
                                color: #FFF;
                            }

                            &::after {
                                display: none;
                            }

                            &:hover {
                                filter: brightness(0.9);
                            }
                        }
                    }
                }

            }
        }
    }
}

.sidebar {
    #logo {
        max-width: 181px;
    }

    .nav {
        .nav-item {
            .nav-link {
                display: grid;
                grid-template-columns: 24px 1fr;
                align-items: center;
                gap: 13px;

                padding: 8px 0;

                color: #939393;
                font-family: "DM Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;

                background: transparent;

                &.active {
                    color: #107EFF;
                }
            }
        }
    }
}

.main-content {
    .main-content__header-mobile {
        svg {
            max-width: 181px;
            display: block;
        }
    }

    .main-content__header {
        .title {
            color: var(--Text-100, #1A1A1A);
            font-family: "DM Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

        .avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #CBD5E1;
        }

        .username {
            color: var(--Text-100, #1A1A1A);
            font-family: "DM Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
    }

    .main-content__panel {
        .panel-title {
            color: var(--Text-100, #1A1A1A);
            font-family: "DM Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

        .panel-body {
            color: var(--Text-100, #1A1A1A);
            font-family: "DM Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .panel-body-2 {
            color: var(--Text-100, #1A1A1A);
            font-family: "DM Sans";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.86;
            margin-bottom: 1.86rem;
        }

        .list-group {
            .list-group-item {
                color: #107EFF;
                font-family: "DM Sans";
                font-size: 15px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                padding: 8px 0;

                .btn-title {
                    color: #107EFF;
                    font-family: "DM Sans";
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                }

                .btn-action {
                    display: flex;
                    align-items: center;
                    gap: 8px;

                    color: #979797;
                    font-family: "DM Sans";
                    font-size: 11px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                    text-decoration-line: underline;
                    text-decoration-style: solid;
                    text-decoration-skip-ink: auto;
                    text-decoration-thickness: auto;
                    text-underline-offset: auto;
                    text-underline-position: from-font;
                }
            }
        }

        .pagination {
            .page-item {
                &.active {
                    .page-link {
                        background: #C5F1FF;
                    }
                }

                .page-link {
                    color: #979797;
                    font-family: "DM Sans";
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;

                    border: 0;
                }
            }
        }

    }
}

.popup-form {
    &[aria-hidden="true"] {
        .lightbox {
            display: none;
        }

        .popup-form__content {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;

            .content {
                display: block;
                width: 100%;
                max-width: 100%;

                min-height: 75vh;
                height: 100%;
                max-height: 100%;

                iframe {
                    display: block;
                    width: 100%;
                    max-width: 100%;

                    height: 100%;
                    max-height: 100%;
                }
            }
        }
    }

    .lightbox {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;

        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.20);
    }

    .popup-form__content {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9;
        transform: translate(-50%, -50%);

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;

        border-radius: 0px;
        background: var(--Neutral-white, #FFF);

        width: 100%;
        max-width: 1048px;

        transition: all .3s ease;

        @media (max-width: 992px) {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            top: auto;
            bottom: 0;
            transform: translateX(-50%);
            height: 100%;
            max-height: 85vh;
            max-width: 100%;
        }

        .btn-close {
            display: flex;
            width: 30px;
            height: 30px;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            position: absolute;
            right: 0px;
            top: -50px;

            border-radius: 50%;
            background: #BCF3FF;
            opacity: 1;
        }

        .content {
            height: 100%;
            max-height: 100%;
            overflow-y: auto;
            display: block;
            width: 100%;
            max-width: 100%;
            min-height: 75vh;

            display: flex;
            flex-direction: column;

            iframe {
                flex-grow: 1;
                display: block;
                width: 100%;
                max-width: 100%;

                height: 100%;
                max-height: 100%;
            }

        }
    }
}