:root {
    /*--bs-border-color: #dee2e6;*/ /* cor padrão */
    --bs-border-color: #c0c0c0;
}

html,
body {
    height: 100%;
}

body {
    background-color: gainsboro;
    font-family: "Roboto", sans-serif;
}

header span {
    color: #0d47a1;
}

.message img {
    width: 100%;
    height: auto;
    display: block;
}
.descricaoInteracao {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

    .descricaoInteracao table {
        width: 100% !important; 
        table-layout: auto; 
        word-break: break-word; 
    }

    .descricaoInteracao p {
        display: block; 
        word-break: break-word; 
    }

    .descricaoInteracao td {
        white-space: normal; 
        word-break: break-word;
    }

    .descricaoInteracao img {
        max-width: 100%; 
        height: auto;
        display: block; 
    }

.toglesenha {
    margin-top: -23px;
    position: absolute;
    right: 24px;
    cursor: pointer;
}


.progress, .progress-stacked {
    --bs-progress-height: 0.4rem !important;
}
    #tinyedit {
    display: none;
    position: fixed;
    background: white !important;
    bottom: 0;
    animation: openTinyedit 1s ease;
}

@keyframes openTinyedit {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/*SIDERBAR FIM*/

.logout {
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
    width: 100%;
}

.logout-btn {
    width: 100%;
    border: none;
    padding: 12px;
    font-size: 14px;
    display: flex;
    font-size: 14px;
    gap: 10px;
    align-items: baseline;
    border-radius: 3px;
    text-align: start;
    cursor: pointer;
    background-color: transparent;
    color: darkred;
}

.usuarioLogado {
    padding-right: 40px;
}

    .usuarioLogado a {
        gap: 14px;
        display: flex;
        text-transform: uppercase;
        text-decoration: none;
        padding-right: 17px;
        color: darkgrey;
        align-items: center;
    }

        .usuarioLogado a i {
            font-size: 18px;
            display: flex;
            width: 40px;
            background: #efefef;
            border-radius: 1000%;
            height: 40px;
            justify-content: center;
            align-items: center;
        }

        .user {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 24px;
        }

.user_avatar {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: large;
    background-color: #e5e5e5;
    object-fit: cover;
    color: gray;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.user_infos {
    display: flex;
    flex-direction: column;
    margin: 0px;
}
    .user_infos span:last-child {
        color: lightgray !important;
        font-size: 12px !important;
    }

.side_items {
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    list-style: none !important;
    align-items: flex-start;
    width: 100%;
}
.side-item {
    width: 100%;
    border-radius: 3px;
    /*height: 50px;*/
    cursor: pointer !important;
}

    .side-item.active {
        background-color: #2196f3 !important;
        color: white !important;
    }

    .side-item:hover:not(.active), .logout-btn:hover {
        background-color: #ececec !important;
    }

    .side-item a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: #575757;
        justify-content: flex-start;
    }

    .side-item.active a {
        color: white;
    }

.side_items .side-item .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    list-style: none !important;
    align-items: flex-start;
    width: 100%;
}


    .side_items .side-item .sub-menu li {
        width: 100%;
        border-radius: 3px;
        padding: 6px;
        cursor: pointer !important;
        text-decoration: none;
    }

.side-item .sub-menu li.active {
    background-color: #2196f3 !important;
    color: white !important;
}


    .side-item .sub-menu li.active a {
        color: white;
    }
  

        .side_items .side-item .sub-menu li a {
            width: 100%;
            height: 100%;
            text-decoration: none;
            display: flex;
            font-size:14px;
            align-items: center;
            justify-content: flex-start;
        }



    .side_items .side-item .sub-menu.open {
        max-height: 200px; /* Altura máxima do submenu quando aberto */
    }

.arrow {
    transition: transform 0.6s ease; /* Transição suave para a rotação */
}

/* Ícone da seta rotacionado quando o submenu está aberto */
.side-item.open .arrow {
    transform: rotate(180deg);
}
        .side-item a i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
        }
.text-item {
    padding-right: 10px;
    color: darkgrey;
    display: flex;
    align-items: center;
}

.item-description {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    transition: width .6s;
    height: auto;
}

.menu {
    padding-left: 40px;
    display: flex;
    gap: 8px;
    height: 61px;
    align-items: center;
}

    .menu .item-menu {
        gap: 9px;
        color: black;
        display: flex;
        cursor: pointer;
        text-decoration: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        transition: width .6s;
        height: 100%;
        padding: 0px 10px;
        align-items: center;
        border-bottom: 3px solid transparent;
    }

.item-menu:hover {
    background: #a9a9a938;
    border-bottom: 3px solid gray;
}
/*sidebar novo*/
.nabMenuBar {
    color: #51719d !important;
    font-size: 24px !important;
}

.nav-menu-item {
    text-decoration: none;
    color: white;
}

    .nav-menu-item:hover {
        text-decoration: none;
        color: white;
        border-left: 5px solid white;
        transition: 0.1s;
    }
.sideNavOpen {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-right: 10px;
    overflow-x: hidden;
    padding-left: 10px;
    padding-top: 50px;
    transition: width 0.3s ease;
    background-color: #ffff;
}

.sideNavClose .user {
    opacity: 0;
    display:none;
    transition: opacity 0.6s ease;
}

.sideNavClose .logout {
    opacity: 0;
    display: none;
    transition: opacity 0.6s ease;
}
.sideNavClose .side_items {
    opacity: 0;
    display: none;
    transition: opacity 0.6s ease;
}

.sideNavClose {
    padding-left: 0;
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    z-index: 10;
    background-color: #ffff;
    transition: width 1s ease;
}

.ContentOverlay {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}

.ContentOverlayClose {
    display: none;
    transition: display 0.9s ease;
}

.Content {
    margin-left: 60px;
    margin-top: 60px;
    z-index: 5;
}


/*sidebar novo*/
            .navegacao {
                margin-top: 52px;
                padding: 9px;
                display: flex;
                align-items: center;
                border-bottom: 2px #2196f3 solid;
                width: 100%;
            }

.breadcrumb {
    margin-bottom: 0 !important;
    color: #2196f3;
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color) !important;
    /*color: #2196f3;*/
}

main {
    flex: 1;
    padding: 20px 0;
}

footer {
    background-color: #424242 !important;
    box-shadow: 0 -1px 4px #333;
}

    footer span {
        font-size: 0.8em;
    }

/* blink animarion */
/* https://codepen.io/_Master_/pen/PRdjmQ */
.blink {
    font-size: 0.9em;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s; /* 0.6s; */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* bootstrap */
.btn {
    /*border-radius: 0 !important;*/
}

.card-header {
    background-color: #2196f3 !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    border-bottom: 0 !important;
}

/*
.form-label {
    color: #666 !important;
}
*/

.dropdown-item-spw {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
}

/* outros */

[disabled] {
    cursor: not-allowed !important;
}

.card-entrada {
    width: 350px;
}

input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}

.custom-checkbox label, .custom-radio label {
    display: inline !important;
}

textarea {
    resize: none;
}

.radAceito {
    display: flex;
}

    .radAceito input {
        margin-top: 5px;
    }

        .radAceito input:hover, .radAceito label:hover {
            cursor: pointer;
        }

    .radAceito label {
        background-color: red;
        color: #fff;
        padding: 5px;
    }

.col-aceito {
    width: 130px;
}

@media (max-width: 768px) {
    .card-entrada {
        width: 100% !important;
    }
}
/* outros */

.modalBackgroundCep {
    /*
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.70;
    */
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.btn-navegacao button {
    min-width: 110px !important;
}

/* loading (spinner) */
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    /*background: rgba(102,102,102,0.5);*/
    z-index: 9999;
}

    .loading .loadsistem {
        padding: 30px;
        height: 110px;
        text-align: center;
        background: #fff;
        position: absolute;
        top: 50%;
        margin-top: -90px;
        left: 50%;
        margin-left: -130px;
        border-radius: 4px;
        border: 1px solid #000;
    }

        .loading .loadsistem p {
            font-size: 15px !important;
            font-weight: bold;
            color: #000;
        }

        .loading .loadsistem img {
            margin-bottom: 5px;
        }


#loadingIndicator {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 4000;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 26px -3px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px 0px 26px -3px rgba(0,0,0,0.69);
    box-shadow: 0px 0px 26px -3px rgba(0,0,0,0.69);
}


/*INICIO CHAT*/

.dx-htmleditor-content img {
    vertical-align: middle;
    padding-right: 10px;
}

.dx-htmleditor-content table {
    width: 50%;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
    display: inline-block;
    margin-right: 40px;
}

    .option > .dx-selectbox,
    .option > .label {
        display: inline-block;
        vertical-align: middle;
    }

    .option > .label {
        margin-right: 10px;
    }

.message {
    font-size: 10pt;
    line-height: 10px;
}

.chat {
    float: left;
    background: #f2f5f8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
}

.chat-header {
    position: relative;
    z-index: 10;
    padding: 20px;
    border-bottom: 2px solid white;
    background-color: white;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 24%);
}

}

.chat-header img {
    float: left;
}

.chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}

.chat-header .chat-about-two {
    /* float: left; */
    padding: 0px 10px;
    /* margin-top: 6px; */
    border-right: 2px solid #c8c8c8;
    height: 100%;
    display: flex;
    align-items: center;
}

.chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
}

.chat-header .chat-num-messages {
    color: #888;
}

.chat-header .fa-pencil-square {
    float: right;
    color: #2196f3;
    font-size: 31px;
    cursor: pointer;
    margin-top: 12px;
}

.chat-history {
    border-bottom: 2px solid transparent;
}

    .chat-history .message-data {
        margin-bottom: 15px;
    }

    .chat-history .message-data-time {
        color: #757575;
        padding-left: 6px;
    }

    .chat-history .message {
        color: black;
        padding: 7px 10px;
        line-height: 14px;
        font-size: 16px;
        border-radius: 7px;
        margin-bottom: 0px;
        width: 60%;
        position: relative;
    }

        .chat-history .message:after {
            top: 7%;
            left: 0%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #2ecc71;
            transform: rotate(-90deg);
            border-width: 10px;
            margin-left: -20px;
        }

    .chat-history .my-message {
        background: #f1f1f142;
        border: 3px solid #2ecc71;
    }

    .chat-history .other-message {
        background: #f1f1f142;
        border: 3px solid #3498db;
    }

    .chat-history .spw-message {
        background: #f1f1f142;
        border: 3px solid #ff9201;
    }

        .chat-history .spw-message:after {
            border-bottom-color: #ff9201;
            right: 0%;
            left: 100%;
            margin-left: 0px;
            transform: rotate(90deg);
        }

    .chat-history .other-message:after {
        border-bottom-color: #3498db;
        right: 0%;
        left: 100%;
        margin-left: 0px;
        transform: rotate(90deg);
    }

.chat-message {
    padding: 30px;
}

    .chat-message textarea {
        width: 100%;
        border: none;
        padding: 10px 20px;
        font: 14px/22px "Lato", Arial, sans-serif;
        margin-bottom: 10px;
        border-radius: 5px;
        resize: none;
    }

    .chat-message .fa-file-o,
    .chat-message .fa-file-image-o {
        font-size: 16px;
        color: gray;
        cursor: pointer;
    }

    .chat-message button {
        float: right;
        color: #3498db;
        font-size: 16px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        font-weight: bold;
        background: #f2f5f8;
    }

        .chat-message button:hover {
            color: #2980b9;
        }

.online,
.offline,
.me {
    margin-right: 3px;
    font-size: 10px;
}

.online {
    color: #2ecc71;
}

.offline {
    color: #ff9201;
}

.me {
    color: #3498db;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.message h6, p {
    font-weight: 400 !important;
    line-height: 18px !important;
    font-size: 18px !important;
    margin: 0px !important;
}


.chat-ul {
    font-size: 14px;
    line-height: 0px;
    list-style: none;
}



.tox .tox-mbtn {
    display: none !important;
}


#tinyedit {
    background: white;
    border-radius: 10px 10px 0px 0px;
    background: content-box;
    box-shadow: 10px;
    -webkit-box-shadow: 0px 4px 9px 7px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 1px 2px 10px 10px rgb(0 0 0 / 43%);
}

#closetinyedit {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

    #closetinyedit:hover {
        background: #e6e6e6;
    }

#tinymce {
    line-height: 3px;
}

.t_arquivo {
    word-break: break-all;
    width: 100%;
    padding: 10px;
    border: 2px solid #ffffff00;
    display: flex;
    border-radius: 10px;
}

    .t_arquivo:hover {
        background: #a29d9d17;
        border: 2px solid #9999992e;
    }

    .t_arquivo a {
        font-weight: 500;
        font-size: small;
        display: flex;
        text-decoration: none;
        align-items: center;
    }

        .t_arquivo a i {
            padding-right: 12px;
            font-size: 60px;
        }


.t_inteiracao {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #2196f3f2;
    padding: 5px 12px;
    margin-top: 14px;
    border-radius: 0px;
    text-decoration: none;
    color: white;
}

    .t_inteiracao:hover {
        background: #41a4f3f2;
    }





  /*  FIM CHAT*/


@media (max-width: 575.98px) {
    .menu {
        display: none;
    }

    .usuarioLogado {
        display: none;
    }

    .chat-history .message {
        width: 100%;
    }

    .messages-container {
        padding: 0px;
    }

    .col-body {
        padding: 0px;
    }

    .chat-body {
        padding: 20px 0px;
    }

    .user_avatar {
        display: none;
    }

    .message h6, p {
        font-weight: 400 !important;
        line-height: 13px !important;
        font-size: 12px !important;
        margin: 0px !important;
    }

    .chat-ul {
        font-size: 11px;
        line-height: 0px;
        list-style: none;
    }

    .chat-history .other-message {
        background: #f1f1f1;
        border: 1px solid #3498db;
    }
    .t_arquivo a {
        font-weight: 500;
        font-size: 10px;
        display: flex;
        text-decoration: none;
        align-items: center;
    }
    .t_arquivo {
        word-break: break-all;
        width: 100%;
        padding: 0px;
        border: 2px solid #ffffff00;
        display: flex;
        border-radius: 1px;
    }
}



.spw-card-perfil-container {
    box-sizing: border-box;
    height: auto;
    max-width: 436px;
    top: 70px;
    right: 29px;
    transition: max-height 0.3s cubic-bezier(0.82, 0.25, 0.36, 1.23);
}

.spw-card-header {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.spw-name {
    font-weight: 500;
    color: #7b7a7a;
}

.spw-icon-user {
    width: 40px;
    background: #efefef;
    border-radius: 1000%;
    height: 40px;
    padding: 5px;
    display: flex;
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

    .spw-icon-user:hover {
        background-color: #c1c1c1;
    }

.spw-card-content {
    padding: 10px;
    display: flex;
    position: absolute;
    display: none;
    right: 0%;
}

    .spw-card-content.show {
        display: block;
    }

.spw-card-perfil-container.expand {
    max-height: 500px;
}


.spw-card {
    box-sizing: border-box;
    height: auto;
    max-width: 436px;
    min-width: 249px;
    padding: 8px 12px 16px;
    position: relative;
}

.spw-btn-close {
    position: relative;
    background: none;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #444746;
    cursor: pointer;
    height: 35px;
    width: 35px;
    outline: 0;
    display: flex;
    padding: 8px;
    position: absolute;
    right: 20px;
    top: 42px;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.spw-card-perfil {
    background: #efefef;
    border-radius: 10px;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .3);
    height: 100%;
    outline: 1px solid transparent;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.spw-card-perfil-email {
    background: #e1e1e1;
    height: 26px;
    display: flex;
    text-align: center;
    transition: opacity .15s cubic-bezier(.4,0,.2,1);
    align-items: center;
}

.spw-bg-email {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: normal;
    color: #1f1f1f;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 64px);
    opacity: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: opacity .15s;
}

.spw-card-avatar {
    display: flex;
    height: 86px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    outline: none;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.spw-user-name {
    color: #333030;
    font-family: "Google Sans", "Roboto";
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: normal;
    margin: 8px 0;
    text-align: center;
}

.spw-footer-wrapper {
    align-items: center;
    display: flex;
    width: 100%;
    padding: 10px;
    margin-bottom: 2px;
}

    .spw-footer-wrapper:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .spw-footer-wrapper:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

.spw-footer-content {
    width: 100%;
    cursor: pointer;
    background: #dfdfdf;
    border-radius: 15px;
    padding: 0px 9px;
}

    .spw-footer-content:hover {
        background: #c1c1c1;
    }

.spw-btn-close:hover {
    background: #c1c1c1;
}

.spw-btn-sair {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    margin-left: 1px;
}

.spw-btn-trocarsenha {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
    margin-right: 1px;
}

.spw-footer-link {
    color: black;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: flex;
    height: calc(24px + 2.25rem);
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.spw-text {
    color: black;
}

.spw-icon-container {
    color: #2196f3;
    padding: 5px;
}

.dx-toolbar .dx-toolbar-items-container {
    height: 0px;
}


.my-style {
    background: #efefef !important;
}

.dx-datagrid .dx-link {
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-size: 18px 18px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    margin: 0 3px;
    text-decoration: auto;
    cursor: pointer;
    color: #03a9f4;
}

/*.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td {
    background-color: rgb(244 3 3 / 4%);
    color: rgba(0, 0, 0, .87);
}*/
/*
.dx-checkbox-checked .dx-checkbox-icon {
    color: #fff;
    background-color: #f40303;
    border: none;
    font: 14px / 1em DXIcons;
    text-align: center;
}

.dx-checkbox-indeterminate .dx-checkbox-icon {
    color: #fff;
    border: none;
    font: 18px / 1em DXIcons;
    text-align: center;
}*/



.timeline-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-item.selected {
    background-color: #314889;
    color: white; /* Altera a cor do texto para garantir legibilidade */
}

.timeline {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.timeline-item {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: initial;
    flex: 0 0 auto;
    width: 76px;
    /* align-content: center; */
    height: 21px;
    display: flex;
    border-radius: 6%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
    cursor: pointer;
    user-select: none;
    align-items: center;
    justify-content: center;
}

button {
    margin: 10px;
}

.card-spw {
    background-color: white;
    border-radius: 7px;
}

.spw-view {
    width: 100%;
    display: flex;
    background: #ffffff;
    justify-content: center;
    border-radius: 7px;
    color: #2196f3;
    cursor: pointer;
}

    .spw-view:hover {
        background: #b9dffb;
    }

.sub-titulo-spw {
    font-weight: 500;
    color: #606060;
}

.number-spw {
    font-size: 27px;
    font-weight: 900;
    color: #606060;
}

.titulo-spw {
    font-size: medium;
    font-weight: 600;
    padding: 0px 0px 9px 15px;
    color: #606060;
}

.data-fundo-spw {
    width: fit-content;
    display: flex;
    padding: 4px 3px;
    gap: 3px;
    border-radius: 28px;
    flex-direction: column;
}

.data-semanda-spw {
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-number-spw {
    border-radius: 100%;
    padding: 5px;
    background-color: #E9E9E9;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-msg-spw {
    display: flex;
    font-weight: 500;
    color: gray;
    background-color: #e9e9e9;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
}

.profile-titulo-spw {
    font-weight: 500;
    color: #606060;
}

.profile-sub-spw {
    font-size: x-small;
    color: #c5c5c5;
}

.profile-status-spw {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: small;
    width: 80px;
    border-radius: 13px;
}

.profile-text-spw {
    font-size: 13px !important;
    display: -webkit-box;
    line-height: 14px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-link-spw {
    cursor: pointer;
    background: #ededed;
    padding: 2px 7px;
    color: #2196f3;
    border-radius: 3px;
}

    .profile-link-spw:hover {
        background: #b9dffb;
    }

.caixa-data-spw {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    padding: 10px;
    position: relative;
}

.day-list {
    display: inline-flex; /* Exibe os itens em linha */
    gap: 10px;
    position: relative;
}

.day-item {
    text-align: center;
    padding: 6px;
    width: fit-content;
    display: flex;
    padding: 4px 3px;
    gap: 3px;
    border-radius: 28px;
    flex-direction: column;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.3s;
}

    .day-item:hover {
        background-color: #f0f0f0;
    }

    .day-item.active {
        background-color: #E9E9E9;
    }

        .day-item.active .day-number {
            background-color: #2196F3;
            color: white;
        }

.day-letter {
    font-size: small !important;
    font-weight: 400 !important;
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.day-number {
    border-radius: 100%;
    padding: 5px;
    background-color: #E9E9E9;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

#spline-chart {
    height: 359px;
    padding: 0px 19px;
}

.maxima-spw {
    width: 40px;
    gap: 4px;
    color: white;
    border-radius: 5px;
    display: flex;
    height: 40px;
    font-size: medium;
    align-items: center;
    justify-content: center;
}

.text-prioridade-spw {
    font-size: 20px;
    font-weight: 600;
    color: #606060;
}
.floating-value {
    display: none;
    position: fixed;
    font-size: 33px;
    font-weight: 700;
    color: white;
    z-index: 10000;
    top: 72px;
    /* right: 10px; */
    background-color: rgb(33 150 243);
    padding: 10px;
    border-radius: 5px;
    min-width: 138px;
    height: 43px;
    text-align: -webkit-center;
    align-content: center;
} 


@media (max-width: 767.98px) {
    .menu {
        display: none;
    }
    .usuarioLogado {
        display: none;
    }
}


@media (max-width: 1140.98px) {
    .menu {
        display: none;
    }
    .usuarioLogado {
        display: none;
    }
}