.background-page {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    padding: 0px;
    background-color: rgb(240, 240, 240);
    color: white;
}

.sidebar-ouvidoria {
    height: 100%;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 24px;
}

.logo-sidebar-box {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.logo-sidebar-img {
    width: 55px;
    height: auto;
}

/*Sidebar*/
.sidebar-ouvidoria {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 24px;
}

.logo-sidebar-box {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

#logo-sidebar {
    width: 55px;
    height: auto;
}

#logo-mobile {
    width: 0px;
}

.sidebar-menu-group {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 24px;
}

.sidebar-menu-btn-box {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    margin-bottom: 12px;
}

.sidebar-menu-btn-box:hover {
    background-color: #FFF;
    cursor: pointer;
}

.sidebar-menu-btn-icon {
    width: 18px;
    margin-bottom: 2px;
}

.sidebar-menu-btn-label {
    color: black;
    font-size: 16px;
}

.profile-image-background {
    width: 45px;
    height: 45px;
    background-color: crimson;
    border-radius: 50%;
    padding: 2px;
    margin-bottom: 6px;
}

.profile-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.profile-name {
    color: black;
    font-weight: 700;
    font-size: 12px;
}

.sidebar-profile-group {
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-section {
    height: 100%;
    width: calc(100% - 100px);
}

.content-header {
    height: 60px;
    width: 100%;
    padding: 16px 16px 16px 0px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.page-title {
    font-size: 1.2rem;
}

.content-page-background {
    width: 100%;
    height: 100%;
    padding: 16px 24px 16px 0px;
}

.content-page {
    width: 100%;
    height: 100%;
    max-height: 950px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    border-radius: 8px;
    padding: 16px;
    background-color: rgb(244,244,244);
    color: black;
}

.dashboard-header {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.dashboard-header-card-group {
    width: 60%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.dashboard-header-card {
    min-width: 120px;
    width: fit-content;
    height: fit-content;
    border: 1px solid rgb(224,224,224);
    border-radius: 8px;
    padding: 16px;
    margin-right: 16px;
}

.dashboard-header-card-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgb(104,104,104);
}

.dashboard-header-card-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}

.dashboard-header-card-content-number {
    font-size: 36px;
    font-weight: 800;
}

.dashboard-header-card-description {
    font-size: 12px;
    font-weight: 400;
    color: rgb(124,124,124);
}

.dashboard-header-profile {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.profile-card {
    min-width: 120px;
    width: fit-content;
    height: 100%;
    border: 1px solid rgb(224,224,224);
    border-radius: 8px;
    padding: 16px;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.dashboard-row {
    width: 100%;
    height: fit-content;
    padding: 24px 16px 16px 0px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

.content-div-title {
    font-size: 24px;
    font-weight: 700;
}

.content-div-ouvidoria {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

#lista-chamados{
    width: 100%;
    height: 350px;
    margin-right: 16px;
}

.dashboard-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(224,224,224);
    border-radius: 8px;
    padding: 16px;
}

.lista-chamados-div {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

#lista {
    height: 280px;
    width: 100%;
    overflow-y: auto;
}

/* width */
#lista::-webkit-scrollbar {
    width: 3px;
}

/* Track */
#lista::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #f1f1f1;
}

/* Handle */
#lista::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #888;
}

/* Handle on hover */
#lista::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.lista-chamados-row {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 12px;
}

#header {
    margin: 0px;
}

.column-protocolo {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 15%;
}

.protocolo {
    font-size: 14px;
    font-weight: 500;
}

.column-data {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 15%;
}

.data {
    font-size: 14px;
    font-weight: 400;
}

.column-tipo {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 15%;
}

.tipo {
    font-size: 14px;
    font-weight: 400;
}

.tipo-badge {
    padding: 4px 8px;
    border-radius: 6px;
}

.reclamacao {
    background-color: #f17f00;
    color: white;
}

.elogio {
    background-color: #fb1185;
    color: white;
}

.solicitacao {
    background-color: green;
    color: white;
}

.denuncia {
    background-color: #f20007;
    color: white;
}

.sugestao {
    background-color: #ffd400;
    color: white;
}

.simplifique {
    background-color: #0081d4;
    color: white;
}


.column-setor {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 20%;
    padding-right: 16px;
}

.setor {
    font-size: 14px;
    font-weight: 400;
}

.setor-badge {
    padding: 4px 8px;
    border-radius: 6px;
    background-color: rgb(224,224,224);
    color: black;
}

.column-categoria {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 15%;
    padding-right: 16px;
}

.categoria {
    font-size: 14px;
    font-weight: 400;
}

.categoria-badge {
    padding: 4px 8px;
    border-radius: 6px;
    background-color: rgb(224,224,224);
}

.column-status {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 10%;
}

.status {
    font-size: 14px;
    font-weight: 400;
}

.column-actions {
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 10%;
}

.actions {
    font-size: 14px;
    font-weight: 400;
}


.setor-badge {
    padding: 4px 8px;
    border-radius: 6px;
}

.idac {
    background-color: rgb(0, 92, 0);
    color: white;
}

.prefeitura {
    background-color: #801612 !important;
    color: white !important;
}

.educacao {
    background-color: #11305D;
    color: white;
}

.saude {
    background-color: rgba(33, 37, 41, 0.5);
    color: white;
}

.esporte {
    background-color: rgb(25,135,84);
    color: white;
}

.eventos {
    background-color: black;
    color: white;
}

.comunicacao {
    background-color: crimson;
    color: white;
}

.fazenda {
    background-color: orangered;
    color: white;
}

.obras {
    background-color: #FFC107;
    color: white;
}

.status-badge {
    padding: 4px 6px;
    border-radius: 6px;
}

.pendente {
    background-color: #d8a200;
    color: white;
}

.resolvido {
    background-color: #198754;
    color: white;
}

.aberto {
    background-color: #0D6EFD;
    color: white;
}

.nao-resolvido {
    background-color: crimson;
    color: white;
}

.btn-action-ouvidoria-lista {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid black;
    margin-right: 8px;
}

#editar {
    background-color: black;
}

#editar:hover {
    background-color: rgb(80, 80, 80);
}

#responder {
    background-color: transparent;
}

#responder:hover {
    background-color: rgb(204,204,204);
}

.btn-action-ouvidoria-lista-icon {
    width: 100%;
}

.chart-div {
    height: 350px;
}

#chamados-time-line{
    width: 40%;
    margin-right: 16px;
}

#chamados-pie-status{
    width: 30%;
    margin-right: 16px;
}

#chamados-pie-setor{
    width: 30%;
    margin-right: 16px;
}

#chamados-pie-tipo{
    width: 30%;
    margin-right: 16px;
}

/*Modal Editar Chamado*/
#modalEditarChamado {
    color: black;
    background-color: #FCFBFC;
}

.background-modal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.menu-col {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.modal-title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon-modal-title {
    height: 24px;
    width: auto;
}

.text-modal-title {
    font-size: 20px;
    font-weight: 700;
}

.status-box {
    margin-left: 12px;
    color: rgb(164,164,164);
    font-size: 14px;
    margin: 24px 0px;
}

.status-tag {
    border-radius: 12px;
    border: none;
    background-color: #198754;
    color: white;
    padding: 5px 10px;
    margin-left: 8px;
}

.menu-option {
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 12px;
    background-color: transparent;

    &:hover {
        cursor: pointer;
        background-color: rgb(234,234,234);
    }
}

.icon-modal-menu {
    height: 18px;
    width: auto;
    margin-right: 16px;
}

.text-modal-menu {
    font-size: 16px;
    font-weight: 700;
}


.content-col {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    border-radius: 12px;
    border: 1px solid rgb(184,184,184);
    background-color: white;
}

.content-col-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 38px;
}

#content-col-title-text {
    font-weight: 700;
}

.btn-close-modal-chamado {
    border: none;
    border-radius: 12px;
    background-color: rgb(238,238,238);
    padding: 6px 10px;
    font-size: 20px;
    color: rgb(94,94,94);
    
    &:hover {
        background-color: rgb(214,214,214);
    }
}

.dados-box-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

.label {
    font-size: 16px;
    margin-right: 16px;
    white-space: nowrap;
    min-width: 180px;
}

.dados-info-input {
    outline: none;
    border: 1px solid rgb(214,214,214);
    border-radius: 8px;
    padding: 6px 12px;
    width: 100%;
}

.btn-secao-modal-chamado {
    border-radius: 12px;
    border: none;
    background-color: black;
    color: white;
    padding: 6px 12px;

    &:hover {
        background-color: rgb(57, 57, 57);
    }
}

#btn-prorrogar-prazo, #btn-transferir-chamado {
    width: 100%;
    margin-top: 24px;
}

#prorrogar-prazo-box, #transferir-chamado-box {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
}

#comentario-avaliacao-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;

}

.prorrogar-prazo-title {
    font-size: 16px;
    margin-bottom: 12px;
}

#justificativa-prazo, #comentario-avaliacao {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 6px;
    padding: 12px;
    border: 1px solid rgb(194,194,194);
    outline: none;
    font-size: 16px;
}

#btn-salvar-prorrogar-prazo {
    font-size: 14px;
    width: fit-content;
}

#select-setor {
    margin-bottom: 16px;
}

#nota-stars-row {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#nota-text {
    font-weight: 700;
    font-size: 16px;
    margin-right: 8px;
    padding: 3px;
    border: 1px solid rgb(224,224,224);
    border-radius: 6px;
    background-color: rgb(244,244,244);
}