body {
    background-color: var(--background-lightest);
    font-family: "Ubuntu", sans-serif !important;
}

.container > .topbar > .right::after {
    background: none !important;
}

body .container {
    max-width: 100%;
    background-color: var(--background-lightest);
}

    body .container > .topbar {
        background: linear-gradient(90deg, var(--color-primary-purple-dark) 40%, var(--color-primary-purple) 100%);
    }

        body .container > .topbar > .left > .lc-tooltip .item.notifications,
        body .container > .topbar .center > .lc-tooltip .item.notifications,
        body .container > .topbar .right > .lc-tooltip .item.notifications {
            position: relative;
        }
        body .container > .topbar .right > .lc-tooltip .item.notifications.active {
            position: relative;
            padding: 0px;
            border-radius: 0px;
        }

            body .container > .topbar > .left > .lc-tooltip .item.notifications .badge,
            body .container > .topbar .center > .lc-tooltip .item.notifications .badge,
            body .container > .topbar .right > .lc-tooltip .item.notifications .badge {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                top: 3px;
                right: 3px;
                background-color: #fff;
                color: #000;
                font-size: 10px;
                padding: 2px;
                border-radius: 8px;
                min-width: 20px;
                color: #fff;
                background-color: #4ebaff;
            }

                body .container > .topbar > .left > .lc-tooltip .item.notifications .badge.success,
                body .container > .topbar .center > .lc-tooltip .item.notifications .badge.success,
                body .container > .topbar .right > .lc-tooltip .item.notifications .badge.success {
                    background-color: #a5bf3e;
                }

                body .container > .topbar > .left > .lc-tooltip .item.notifications .badge.warning,
                body .container > .topbar .center > .lc-tooltip .item.notifications .badge.warning,
                body .container > .topbar .right > .lc-tooltip .item.notifications .badge.warning {
                    background-color: #fff; 
                    color: #000;
                }

                body .container > .topbar > .left > .lc-tooltip .item.notifications .badge.danger,
                body .container > .topbar .center > .lc-tooltip .item.notifications .badge.danger,
                body .container > .topbar .right > .lc-tooltip .item.notifications .badge.danger {
                    background-color: #e64646;
                }

        body .container > .topbar > .left .lc-tooltip > .item,
        body .container > .topbar .center > .lc-tooltip > .item,
        body .container > .topbar .right > .lc-tooltip > .item {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            width: 44px;
            font-family: "Ubuntu", sans-serif;
            font-weight: 700;
            cursor: pointer;
            color: #fff;
        }

            body .container > .topbar > .left .lc-tooltip > .item > i,
            body .container > .topbar .center > .lc-tooltip > .item > i,
            body .container > .topbar .right > .lc-tooltip > .item > i {
                font-size: 24px;
            }



            body .container > .topbar > .left .lc-tooltip > .item > .avatar,
            body .container > .topbar .center > .lc-tooltip > .item > .avatar,
            body .container > .topbar .right > .lc-tooltip > .item > .avatar {
                width: 24px;
                height: 24px;
                border: 1px solid #fff;
                border-radius: 14px;
            }

        body .container > .topbar > .left > .items {
            display: flex;
            gap: 0px;
        }

            body .container > .topbar > .left > .items > .division {
                width: 3px;
                height: 22px;
                border-radius: 2px;
                background-color: #ccc;
                margin-left: 8px;
                margin-right: 16px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            body .container > .topbar > .left > .items > .group {
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 50px;
                width: fit-content;
                max-width: 150px;
                font-size: 0.8rem;
                padding-right: 10px;
            }

        body .container > .topbar > .left .items .lc-tooltip .item .title {
            margin-left: 0;
        }

        body .container > .topbar > .left .items .gtm {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 36px;
            min-width: 52px;
            margin-top: 8px;
            border-radius: 10px 10px 0 0;
            font-family: "Ubuntu", sans-serif;
            font-weight: 500;
            padding: 10px 20px;
            cursor: pointer;
            color: var(--text-dark);
            position: relative;
            background-color: var(--background-white);
            margin-left: 20px;
            margin-right: 20px;
        }

            body .container > .topbar > .left .items .gtm.secops {
                background-color: #f1f5fb;
            }

            body .container > .topbar > .left .items .gtm .title {
                font-size: 14px;
            }

            body .container > .topbar > .left .items .gtm::after,
            body .container > .topbar > .left .items .gtm::before {
                content: "";
                position: absolute;
                bottom: 0;
                width: 20px;
                height: 20px;
                background-color: var(--color-primary-purple-dark);
                border-radius: 50%;
            }

            body .container > .topbar > .left .items .gtm::after {
                left: -20px;
                box-shadow: 10px 10px #fff;
            }

            body .container > .topbar > .left .items .gtm::before {
                right: -20px;
                box-shadow: -10px 10px #fff;
            }

            body .container > .topbar > .left .items .gtm.secops::after {
                box-shadow: 10px 10px #f1f5fb;
            }

            body .container > .topbar > .left .items .gtm.secops::before {
                box-shadow: -10px 10px #f1f5fb;
            }


            body .container > .topbar > .left .items .gtm > i {
                font-size: 24px;
                text-align: center;
                font-weight: 100;
            }

        body .container > .topbar > .center {
            position: fixed;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
        }

            body .container > .topbar > .center > .logo {
                height: 20px;
                min-height: -webkit-fill-available !important;
                margin: 10px !important;
            }

        body .container > .topbar > .right .changearea {
            padding-left: 20px;
            margin-right: 15px;
            width: 250px;
            display: flex;
            justify-content: end;
            align-items: center;
        }

            body .container > .topbar > .right .changearea .lastupdate {
                display: flex;
                flex-direction: column;
                text-align: right;
                font-weight: 400;
                font-size: 11px;
                color: var(--text-dark);
                opacity: 0.5;
                gap: 2px;
            }

            body .container > .topbar > .right .changearea .notification {
                height: 50px;
                font-family: "Ubuntu", sans-serif;
                font-weight: 500;
                font-size: 10px;
                text-align: right;
                color: #ffffff;
                text-overflow: ellipsis;
                overflow: hidden;
                display: flex;
                align-items: center;
            }

                body .container > .topbar > .right .changearea .notification > span {
                    -webkit-line-clamp: 3;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

    body .container > .toolbar {
        z-index: 10;
    }


        body .container > .toolbar > .right > *:not(:last-child)::after {
            content: " ";
            display: inline-flex;
            width: 1px;
            height: 20px;
            border-radius: 2px;
            background-color: var(--line-dark);
            margin: auto 12px;
        }

        body .container > .toolbar > .right * > .lc-dropdown * {
            white-space: nowrap;
        }

        body .container > .toolbar > .right > .gridfilter {
            display: flex;
            align-items: center;
            overflow: hidden;
            font-size: 12px;
        }

            body .container > .toolbar > .right > .gridfilter > .size {
                font-weight: 700;
            }

            body .container > .toolbar > .right > .gridfilter:hover {
                overflow: visible;
            }

        body .container > .toolbar > .right > .select-period {
            display: flex;
            align-items: center;
            font-size: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            user-select: none;
        }

        body .container > .toolbar > .right > .functions {
            position: relative;
            display: flex;
            overflow: hidden;
        }

            body .container > .toolbar > .right > .functions:hover {
                overflow: visible;
            }

        body .container > .toolbar > .right > .row {
            display: flex;
            align-items: center;
            gap: 5px;
        }

            body .container > .toolbar > .right > .row > .lc-dropdown {
                font-size: 12px;
                font-weight: 500;
            }

                body .container > .toolbar > .right > .row > .lc-dropdown .ppi {
                    font-weight: bolder;
                }

            body .container > .toolbar > .right > .row select {
                font-family: "Ubuntu", sans-serif;
                font-size: 13px;
                font-weight: 500;
                padding: 4px 5px;
                border: 0;
                cursor: pointer;
            }

        body .container > .toolbar > .right > .clientgroup {
            display: flex;
            align-items: center;
        }

            body .container > .toolbar > .right > .clientgroup span {
                max-width: 100px;
                overflow: hidden;
                text-overflow: ellipsis;
                margin: 0 10px;
                white-space: nowrap;
                font-size: 12px;
                font-weight: 400;
            }

        body .container > .toolbar > .right > .last {
            display: flex;
            align-items: center;
            gap: 5px;
        }

    body .container > .page {
        margin: 0 auto;
        padding: 0.75rem;
    }

    body .container>.topbar>.left>.items>.logo {
            height: 20px;
        }

.pp-dropmenu > .items > .group-solution {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .25rem;
    padding: .0rem 0;
}

.pp-dropmenu > .items .group-solution-meu-lc {
    display: flex;
    grid-gap: 0.25rem;
    gap: 0.25rem;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: .25rem 1.5rem;
}

.pp-dropmenu > .items > .item .group-solution {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.pp-dropmenu > .items > .item .label,
.pp-dropmenu .label {
    margin-bottom: 0;
}


.pp-dropmenu .color-group {
    width: .5rem;
    height: .5rem;
    border: 1px solid #fff;
    background: blue;
    border-radius: 50%;
}


.pp-dropmenu > .items > .item,
.pp-dropmenu > .items .item {
    gap: 0.3125rem;
    flex-shrink: 0;
    align-self: stretch;
}


.pp-dropmenu > .items,
.pp-dropmenu .subitems {
    width: 280px !important;
}

    .pp-dropmenu .subitems > .group-solution .item {
        cursor: pointer;
        width: 100%;
        display: flex;
        padding: 0.3125rem 1.5rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0.125rem;
        align-self: stretch;
    }


.pp-dropmenu .items > .group-solution .item {
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 0.3125rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.125rem;
}


.pp-dropmenu .subitems > .group-solution {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

    .pp-dropmenu .subitems > .group-solution .item .label.solution-name,
    .pp-dropmenu .items > .group-solution .item .label {
        color: var(--text-light);
        font-family: "Ubuntu", sans-serif;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }


    .pp-dropmenu .subitems > .group-solution .item .label,
    .pp-dropmenu .items > .group-solution .item .label {
        margin-bottom: 0 !important;
    }

    .pp-dropmenu .subitems > .group-solution .item .solution {
        display: flex;
        align-items: flex-start;
        gap: .25rem;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }


.pp-dropmenu .title-menu {
    color: var(--text-light);
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 1.4rem */
    letter-spacing: -0.035rem;
    display: flex;
    padding: .75rem 1.25rem;
    align-items: center;
    gap: 0.3125rem;
    align-self: stretch;
}

.pp-dropmenu .subitems > .group-solution .item i {
    font-size: 18px;
    font-weight: bolder;
}




.pp-dropmenu .subitems > .group-solution .item.selected,
.pp-dropmenu .items > .group-solution .item.selected {
    background-color: #eee;
}

.pp-dropmenu .subitems > .group-solution .item:hover,
.pp-dropmenu .subitems > .group-solution .item:hover .label,
.pp-dropmenu .items > .group-solution .item:hover,
.pp-dropmenu .items > .group-solution .item:hover .label {
    background-color: #f5f5f5;
    color: var(--text-default);
}

.pp-dropmenu .subitems > .group-solution .item > .label {
    display: flex;
    align-items: center;
    gap: 10px;
}


.pp-dropmenu .subitems > .group-solution .item .sufixo,
.pp-dropmenu .item .sufixo {
    font-size: 11px;
    color: var(--text-light);
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1rem */
}


.pp-dropmenu > .items hr,
.pp-dropmenu .items .group-solution hr {
    margin: 1rem auto;
    display: inline-block;
    width: calc(100% - 3rem);
    padding: 0 1.5rem;
    background-color: #d6d8e1;
    border: 0
}

.pp-dropmenu > .subitems > .group-solution .item i {
    font-size: 22px;
    font-weight: 300;
}


.pp-dropmenu .subitems .group-solution,
.pp-dropmenu .items .group-solution {
    margin: 0;
}

    .pp-dropmenu .subitems .group-solution .group-title {
        font-size: 0.75rem;
        color: var(--text-light);
        padding: 5px 24px;
        display: block;
        font-weight: 500;
    }


    .pp-dropmenu .items .group-solution .group-title {
        font-size: 10px;
        font-family: "Ubuntu", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        /* 1rem */
        letter-spacing: -0.025rem;
        color: var(--text-light);
        display: block;
    }


/*.pp-dropmenu .group_0 .color-group {
    background-color: #5F5DAD;
}

.pp-dropmenu .group_1 .color-group {
    background-color: #0055A8;
}

.pp-dropmenu .group_2 .color-group {
    background-color: #16C2F3;
}

.pp-dropmenu .group_3 .color-group {
    background-color: #6E2D8E;
}

.pp-dropmenu .group_4 .color-group {
    background-color: #DC291E;
}

.pp-dropmenu .group_5 .color-group {
    background-color: #59BAC5;
}*/


/*.pp-dropmenu .subitems .group-solution.group_0 .group-title, .pp-dropmenu .items .group-solution.group_0 .group-title {
    color: #5F5DAD;
}

.pp-dropmenu .subitems .group-solution.group_1 .group-title, .pp-dropmenu .items .group-solution.group_1 .group-title {
    color: #0055A8;
}

.pp-dropmenu .subitems .group-solution.group_2 .group-title, .pp-dropmenu .items .group-solution.group_2 .group-title {
    color: #16C2F3;
}

.pp-dropmenu .subitems .group-solution.group_3 .group-title, .pp-dropmenu .items .group-solution.group_3 .group-title {
    color: #6E2D8E;
}

.pp-dropmenu .subitems .group-solution.group_4 .group-title, .pp-dropmenu .items .group-solution.group_4 .group-title {
    color: #DC291E;
}

.pp-dropmenu .subitems .group-solution.group_5 .group-title, .pp-dropmenu .items .group-solution.group_5 .group-title {
    color: #59BAC5;
}*/



.pp-dropmenu > .items {
    height: fit-content;
    overflow-y: auto;
}

    .pp-dropmenu > .items::-webkit-scrollbar {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 0.25rem;
        background-color: #eee;
        z-index: 99;
    }

    .pp-dropmenu > .items::-webkit-scrollbar-thumb {
        background: #cccccf;
        border-radius: 0.25rem;
    }

        .pp-dropmenu > .items::-webkit-scrollbar-thumb:hover {
            background: #ddd;
        }

    .pp-dropmenu > .items::-webkit-scrollbar-track {
        border-radius: 0.25rem;
    }



/* plataforma */

.container > .topbar {
    /*background-color: #173192 !important;*/
    place-content: space-between;
    display: flex;
    flex-direction: row;
    /* background-color: #173192 !important; */
    height: 44px !important;
    min-width: fit-content;
}

    .container > .topbar > .left {
        /*background-color: #173192 !important;*/
        place-content: space-between;
        display: flex;
        flex-direction: row;
        /* background-color: #173192 !important; */
        height: 44px !important;
        min-width: fit-content;
    }

    .container > .topbar > .center {
        /*background-color: #173192 !important;*/
        place-content: space-between;
        display: flex;
        flex-direction: row;
        /* background-color: #173192 !important; */
        height: 44px !important;
        min-width: fit-content;
    }

    .container > .topbar > .right {
        /*background-color: #173192 !important;*/
        place-content: space-between;
        display: flex;
        flex-direction: row;
        /* background-color: #173192 !important; */
        height: 44px !important;
        min-width: fit-content;
    }

    .container > .topbar > .left > .items {
        overflow: inherit !important;
    }




.pp-dropmenu {
    top: 44px !important;
}

.container > .toolbar {
    height: 36px !important;
    display: flex !important;
    justify-content: space-between;
    position: relative;
}

    .container > .toolbar > .left {
        display: flex !important;
        justify-content: space-between;
    }

        .container > .toolbar > .left > .items > span.item {
            white-space: nowrap;
            color: var(--text-light) !important;
            font-size: 12px !important;
            padding: 0 10px !important;
            height: 22px !important;
            font-weight: 400 !important;
        }


        .container > .toolbar > .left > .items {
            padding: 0 25px 0 12px;
            gap: 10px;
            flex: 1 1;
        }

            .container > .toolbar > .left > .items > span.item:hover {
                background-color: var(--background-light) !important;
                color: var(--text-default) !important;
            }

    .container > .toolbar > .right .element,
    .container > .toolbar > .right .clientgroup {
        color: var(--text-light) !important;
    }

    .container > .toolbar > .right {
        height: 36px !important;
        padding: 0 12px !important;
        display: flex !important;
    }


        .container > .toolbar > .right .input-toggle > .title {
            color: var(--text-light);
        }

.toolbar > .left > .btnscroll {
    border-radius: 10px;
    border: none;
    box-shadow: 0px -4px 8px 4px #ebebeb;
    padding: 4px 10px;
}

    .toolbar > .left > .btnscroll.left {
        box-shadow: 0px -4px 8px 4px #ebebeb;
        border-radius: 0px 10px 10px 0px;
        z-index: 1;
    }

.pp-dropmenu > .items > .item,
.pp-dropmenu .subitems > .item {
    font-size: 13px;
    font-weight: 400 !important;
    font-family: 'Ubuntu' !important;
}

.pp-dropmenu > .items,
.pp-dropmenu .subitems {
    background-color: var(--background-white) !important;
    color: var(--text-default) !important;
}

.pp-input>.title,
.pp-dropdown>.title,
.pp-input>.field>input,
.pp-dropdown>.field>.value {
    font-family: "Ubuntu" !important;
    color: var(--text-default) !important;
}


.MuiInputBase-input {
    font-family: 'Ubuntu' !important;
}

.pp-input>.field.required,
.pp-dropdown>.field.required {
    border-left: 3px solid #ffb800 !important;
}


div.pp-input > .field:focus,
div.pp-textarea > .field:focus,
div.pp-dropdown > .field:focus,
div.pp-multiselect > .field:focus {
    border: 1px solid var(--color-secondary-lime) !important;
    border-left: 3px solid var(--color-secondary-lime) !important;
}

.pp-modal > .body > .header > .title {
    font-family: "Ubuntu" !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    color: var(--text-dark) !important;
}

.pp-modal > .body > .content {
    color: var(--text-default) !important;
}

spline-viewer {
    width: 100%;
    height: 100vh;
    display: block;
}


.homeflex .fix-card-content .card-frame-header-content {
    display: none !important;
}

.MuiBox-root.css-vxc1o {
    left: -30px;
}

.pp-tooltip>.body>.main>.content {

    background-color: var(--background-light) !important;
    box-shadow: 0px 0px 3px rgba(32, 47, 47, 0.36) !important;
    color: var(--text-default) !important;
}

.MuiGrid-root {
    font-family: 'Ubuntu' !important;
}




.lc-datatableinfinite.infinitetable-with-tooltip>.body>.row>.cells>.cell,
.lc-datatableinfinite.infinitetable-with-tooltip>.body>.lc-accordion.visible>.body>.row>.cells>.cell {
    overflow: visible !important;
    overflow: initial !important;
}

.pp-textarea>.field>textarea,
.MuiTypography-body1 {
    font-family: 'Ubuntu' !important;
    color: var(--text-default);
}

.MuiButtonBase-root {
    font-family: 'Ubuntu' !important;
    color: var(--text-default) !important;
}

.MuiSlider-valueLabel {
    color: var(--color-primary-purple-dark) !important;
}


.MuiSlider-track {
    height: 4px !important;
}

.MuiSlider-rail {
    height: 4px !important;
}

.MuiPopover-paper,
.css-3bmhjh-MuiPaper-root-MuiPopover-paper,
.MuiPaper-elevation8 {
    box-shadow: none !important;
    background: transparent !important;
}

.news-article {
    font-family: 'Ubuntu';
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;

    line-height: 1.6;
    border-radius: 4px;
}

.news-header,
.news-footer {
    text-align: center;
    margin-bottom: 20px;
}

.news-title {
    color: #333;
    margin-bottom: 5px;
}

.news-date {
    color: #888;
    font-size: 0.85em;
}
.news-introduction {
    color: #666;
}
.news-content {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.news-category {
    margin-bottom: 20px;
}

.news-category-title {
    color: #444;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.news-category-list {
    list-style: none;
    padding-left: 0;
}

.news-category-item {
    background-color: #f9f9f9;
    margin-bottom: 5px;
    padding: 10px;
    border-left: 3px solid #0078d4; /* A color that suits the theme */
    border-left: 3px solid #789; /* A color that suits the theme */
    border-radius: 2px;
}

.news-additional-info,
.news-objective,
.news-contact,
.news-thanks,
.news-sign-off {
    color: #666;
    margin-top: 20px;
    font-size: 0.95em;
}

@keyframes append {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.container>.page>.notifications {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 44px;
  background-color: #fff;
  width: 600px;
  height: calc(100vh - 52px);
  right: 0;
  z-index: 1000;
  box-shadow: 0px 0px 18px rgba(58, 79, 135, 0.3);
  padding: 24px;
  animation: append 0.2s linear;
}

.container>.page>.notifications.visible {
  display: flex;
}

.container>.page>.notifications>.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container>.page>.notifications>.header>.title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 200;
  font-size: 22px;
  color: var(--text-default);
}

.container>.page>.notifications>.header>.functions {
  display: flex;
}

.container>.page>.notifications>.search {
  height: 0;
  overflow: hidden;
  transition: height 0.2s linear;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  margin-top: 5px;
}

.container>.page>.notifications>.search input {
  border: 0;
  font-size: 16px;
  width: 100%;
  margin: 5px;
  background-color: transparent;
  font-family: "Ubuntu", sans-serif;
}

.container>.page>.notifications>.search input::placeholder {
  color: #ddd;
}

.container>.page>.notifications>.search i {
  font-size: 20px;
}

.container>.page>.notifications>.search.visible {
  height: 40px;
}

.container>.page>.notifications>.subheader {
  display: flex;
  flex-direction: row-reverse;
  margin: 16px 0;
}

.container>.page>.notifications>.body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  inline-size: 100%;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: -16px;
}

.container>.page>.notifications>.body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.container>.page>.notifications>.body::-webkit-scrollbar-thumb {
  background: #cccccf;
  border-radius: 0.25rem;
}

.container>.page>.notifications>.body::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.container>.page>.notifications>.body::-webkit-scrollbar-track {
  border-radius: 0.25rem;
}

.container>.page>.notifications>.body>.message {
  padding: 16px;
  font-family: "Ubuntu", sans-serif;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-right: 8px;
}

.container>.page>.notifications>.body>.message:hover {
  background-color: #f8f8f8;
}

.container>.page>.notifications>.body>.message.success {
  border: 2px solid #a5bf3e;
}

.container>.page>.notifications>.body>.message.warning {
  border: 2px solid #ffb800;
}

.container>.page>.notifications>.body>.message.danger {
  border: 2px solid #d35555;
}

.container>.page>.notifications>.body>.message.info {
  border: 2px solid #0580ce;
}

.container>.page>.notifications>.body>.message>.header {
  display: flex;
  justify-content: space-between;
}

.container>.page>.notifications>.body>.message>.header>.title {
  font-weight: 500;
  font-size: 13px;
  color: var(--text-default);
  margin-bottom: 8px;
}

.container>.page>.notifications>.body>.message>.header>.title>.ppi {
  font-size: 16px;
  margin-right: 6px;
}

.container>.page>.notifications>.body>.message>.header>.functions>.ppi {
  cursor: pointer;
}

.container>.page>.notifications>.body>.message>.when {
  color: #8b90a3;
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 16px;
}

.container>.page>.notifications>.body>.message>.content {
  color: var(--text-default);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}

.container>.page>.notifications>.body>.message>.content>a {
  text-decoration: none;
  color: #0580ce;
}

.container>.page>.notifications>.body>.message.read>.header>.title {
  color: #8b90a3;
}

.container>.page>.notifications>.body>.message.read>.content {
  color: #8b90a3;
}

.container>.page>.notifications>.body>.allread {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.container>.page>.notifications>.body>.allread>.ppi {
  font-size: 30px;
  color: #0580ce;
  margin-bottom: 10px;
}

.container>.page>.notifications>.body>.allread>span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-default);
}

.load-more-link {
  background: none;
  border: none;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1rem;
  padding: 5px;
}

.load-more-link:hover {
  text-decoration: none;
  color: #0056b3;
}

.message .content {
  max-width: 100%;
  overflow: hidden;      /* evita scroll */
  white-space: normal;   /* permite quebra de linha */
}

.message .content table {
  width: 100%;           /* força ocupar só o container */
  max-width: 100%;
  table-layout: fixed;   /* colunas se ajustam ao espaço */
}

.message .content td,
.message .content th {
  word-break: break-word; /* quebra conteúdo longo dentro das células */
  white-space: normal;
}

.message .content img {
  max-width: 100%;       /* imagem nunca passa do container */
  height: auto;
  display: block;
}
/* Notification preferences — LiveCloud UI pattern (aligned with User 360°) */

/* Garante que o SideModal abra na frente do painel de notificações (z-index 1000) */
.np-sidemodal-host .side-modal {
    z-index: 1100;
}

.notification-preferences {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: "Ubuntu", sans-serif;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    padding: 4px 0 8px;
}

/* ── Header (SideModal) ───────────────────────────────────────────── */
.np-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.np-header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8C40E3, #5A2EA6);
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.np-header__title {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.np-header__title strong {
    font-size: 16px;
    font-weight: 600;
    color: #2E1956;
    color: var(--text-default, #2E1956);
}

.np-header__title small {
    font-size: 12px;
    color: #6B6F86;
}

/* ── Note ─────────────────────────────────────────────────────────── */
.np-note {
    font-size: 12.5px;
    line-height: 1.5;
    color: #6B6F86;
    margin: 0;
}

.np-note strong {
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-weight: 600;
}

/* ── Section ──────────────────────────────────────────────────────── */
.np-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.np-section-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #2E1956;
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #ECEFF6;
}

.np-section-count {
    font-size: 11px;
    font-weight: 600;
    color: #5B6E9C;
    background: #ECEFF6;
    border-radius: 12px;
    padding: 1px 8px;
}

/* ── Solution list ────────────────────────────────────────────────── */
.np-gtm-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.np-gtm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #ECEFF6;
    border-radius: 12px;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

.np-gtm-row:hover {
    border-color: #C8BCEE;
    box-shadow: 0 1px 4px rgba(69, 69, 255, 0.08);
}

.np-gtm-id {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.np-gtm-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #F4F0FE;
    color: #6E3FC4;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.np-gtm-name {
    font-size: 13.5px;
    font-weight: 500;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.np-gtm-channels {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Cadência do WhatsApp: chip-resumo + popover */
.np-cadence-anchor {
    position: relative;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #ECEFF6;
}

.np-cadence-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #E3DcF7;
    background: #F9F8FE;
    color: #6E3FC4;
    padding: 4px 8px 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 120ms ease, background 120ms ease, box-shadow 120ms ease;
}

.np-cadence-chip svg {
    font-size: 14px;
}

.np-cadence-chip.is-immediate {
    color: #8b8ba7;
    background: #F6F7FB;
    border-color: #ECEFF6;
}

.np-cadence-chip:hover,
.np-cadence-chip.is-open {
    border-color: #C8BCEE;
    box-shadow: 0 1px 4px rgba(69, 69, 255, 0.10);
}

.np-cadence-chip__caret {
    font-size: 12px !important;
    opacity: 0.7;
    transition: transform 120ms ease;
}

.np-cadence-chip.is-open .np-cadence-chip__caret {
    transform: rotate(180deg);
}

/* Popover */
.np-cadence-pop {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 30;
    width: 258px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    background: #fff;
    border: 1px solid #ECEFF6;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(46, 25, 86, 0.14);
}

.np-cadence-opt {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid transparent;
    background: transparent;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease;
}

.np-cadence-opt:hover {
    background: #F9F8FE;
}

.np-cadence-opt.is-active {
    background: #F4F0FE;
    border-color: #E3DcF7;
}

.np-cadence-opt__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #F4F0FE;
    color: #6E3FC4;
    font-size: 15px;
    flex-shrink: 0;
}

.np-cadence-opt__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1;
}

.np-cadence-opt__text strong {
    font-size: 12.5px;
    font-weight: 600;
    color: #2E1956;
    color: var(--text-default, #2E1956);
}

.np-cadence-opt__text small {
    font-size: 10.5px;
    color: #8b8ba7;
    color: var(--text-light, #8b8ba7);
}

.np-cadence-opt__check {
    font-size: 16px;
    color: #6E3FC4;
    flex-shrink: 0;
}

/* Linha "Toda [dia] às [hora]" dentro do popover */
.np-cadence-when {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
    padding: 8px 10px 4px;
    border-top: 1px dashed #ECEFF6;
    font-size: 12.5px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
}

.np-inline-select {
    font-size: 12.5px;
    font-weight: 600;
    padding: 3px 6px;
    border: 1px solid #ECEFF6;
    border-radius: 8px;
    background: #F9F8FE;
    color: #6E3FC4;
    cursor: pointer;
}

.np-inline-select:focus {
    outline: none;
    border-color: #C8BCEE;
}


.np-channel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* Canal bloqueado (ex.: Email sempre ativo, ainda não editável) */
.np-channel-item--locked {
    cursor: not-allowed;
}

.np-channel-item--locked .input-toggle {
    pointer-events: none;
    opacity: 0.85;
}

/* Canal bloqueado e ativo: cinza neutro (ligado, porém não editável) */
.np-channel-item--locked .input-toggle.toggled > .box {
    background-color: #C5C9D6 !important;
}

.np-channel-item--locked .input-toggle.toggled > .box > .dot {
    background-color: #fff !important;
}

/* Toggle do WhatsApp ativo usa o roxo claro padrão da aplicação */
.np-channel-item:not(.np-channel-item--locked) .input-toggle.toggled > .box {
    background-color: var(--color-primary-purple-light) !important;
}

/* Dot branco para contrastar com o box roxo (base usa cinza/--text-light) */
.np-channel-item:not(.np-channel-item--locked) .input-toggle.toggled > .box > .dot {
    background-color: #fff !important;
}

.np-channel-label {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #6B6F86;
}

.np-channel-label svg {
    font-size: 14px;
    color: #5B6E9C;
}

/* ── Empty state ──────────────────────────────────────────────────── */
.np-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 32px 16px;
    text-align: center;
    color: #8A8FA3;
    font-size: 13px;
    border: 1px dashed #E3E6F0;
    border-radius: 12px;
    background: #FAFAFD;
}

.np-empty svg {
    font-size: 28px;
    color: #B7BCD0;
}

