* {
    text-rendering: optimizeLegibility;  /* n�o funciona no IE e Edge */
    -webkit-font-smoothing: antialiased; /* apenas para Mac OS X/macOS */
    -moz-osx-font-smoothing: grayscale; /* apenas para Mac OS X/macOS */
}

:root {
    --border-color: rgba(0, 0, 0, 0.125);
    --hover-bg: rgba(0, 0, 0, 0.038);
    --link-color: #1882d7;
    --font-color: #000;
    --font-color-2: #353640;
    --font-color-3: #878790;

}

/* input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0px;
    
    background-clip: content-box;
    border: 1px solid #3b424f;
    border-radius: 3px;
    transition: all ease 0.2s;
}
  
input[type="checkbox"]:checked {
    background-color: #007bae !important;
} */

*::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.table_center td{
    padding: .45rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

.aviso-senha {
	margin-bottom: 1rem;
	margin-top: 1rem;
    font-weight: 500;
	color: #AA0505;
}

.aviso-success {
	margin-bottom: 1rem;
	margin-top: 1rem;
    font-weight: 500;
	color: green;
}

#novo-caso-menu:hover 
{
    background-color: #f5f5f5;
}

.card_campanha_registro {
    border-bottom:  1px solid rgba(81, 81, 81, 0.15);
    margin-bottom: 20px;
    padding: 10px 0px;
}

#novo-caso-menu 
{
    color: #000000;
    float: right;
    margin: 7px 20px 0 0;
    max-width: 150px;
    border: 1px solid #dedede; 
    padding-top: 4px; 
    padding-bottom:4px; 
    padding-left: 7px; 
    padding-right: 7px; 
    border-radius:2px;
}

#notify-menu:hover 
{
    color: #8c8c8c !important;
}

#notify-menu 
{
    float: right;
    margin: 7px 20px 0 0;
    max-width: 150px;
    border: 1px solid #dedede; 
    padding-top: 4px; 
    padding-bottom:4px; 
    padding-left: 7px; 
    padding-right: 7px; 
    border-radius:2px; 
    color:#616161; 
    font-size:17px; 
    border:0px; 
    margin-top:5px;
}


#config-menu:hover 
{
    color: #8c8c8c !important;
}

#config-menu 
{
    color: #000000;
    float: right;
    margin: 7px 20px 0 0;
    max-width: 150px;
    border: 1px solid #dedede; 
    padding-top: 4px; 
    padding-bottom:4px; 
    padding-left: 7px; 
    padding-right: 7px; 
    border-radius:2px;
}

.bg-light-blue {
  background-color: #DEEDFF !important; }


.bg-light-yellow {
  background-color: #fdffc9 !important; }

.img-modal {
    background-color: #10101038;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    overflow:auto;
}

.card-modal {
    background-color: #10101038;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    overflow:auto;
}

.obs-modal {
    background-color: #10101038;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
}

.busca-item:hover{
    background-color: #efefef;
    cursor:pointer;
}

.busca-item{
    margin-bottom:0.5rem;
    padding: 2px;
}

.busca-item-contas:hover{
    background-color: #e0e0e0;
    cursor:pointer;
}

.busca-item-contas{
    margin-bottom:0.5rem;
    padding: 2px;
}

.card-busca{
    padding:5px; 
    margin-bottom: 0rem;
}

.busca-hr{
    margin-top: 0.5rem; 
    margin-bottom: 0.5rem;
}

.div-busca{
    width:400px; 
    max-height:500px; 
    position:absolute; 
    float:left; 
    background-color:#efefef; 
    z-index:98; 
    margin-top:36px; 
    border-radius:2px; 
    overflow: auto;
}

.div-busca-opt{
    max-height:500px; 
    position:absolute; 
    float:left; 
    background-color:#efefef; 
    z-index:98; 
    border-radius:2px; 
    overflow: auto;
}

.busca-text{
    white-space: nowrap; 
    width: 19em; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.busca-txt-contato {
    white-space: nowrap; 
    width: 18em; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.limitador{
    white-space: nowrap; 
    width: 25em; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.limitador-contrato{
    white-space: nowrap; 
    width: 15em; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.limitador-dash{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.limitador-pabx{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    width: 100%; 
}

.edit-email {
    border: 1px solid #bfbfbf; 
    color: #4c4c4c;
    border-radius: 1px;
    padding-left:10px; 
    padding-right:10px; 
    padding-bottom:5px; 
    padding-top:5px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

#caso-assunto {
    font-size:16px;
    overflow: hidden;
}

#chart-dash-right {
    padding-right: 0px;
}

#chart-dash-left {
    padding-left: 0px;
}

.loading-bar {
    width: 100%;
    height: 5px;
    background-color: #e4e4e4;
    margin-top: -5px;
    display:none;
}

.loading-track {
    width: 50%;
    height: 5px;
    background-color: #3fa0bf;
}

.busca-contato {
    max-height: 300px;
    position: absolute;
    background-color: #fff;
    border:1.5px solid #e6e6e6;
    z-index: 97;
    border-radius:5px; 
    overflow: auto;
}

p {
    color:#505050;
}

.menu-icon
{
    font-size:20px;
}

.link-assunto {
    color: #585858 !important;
}

.separator {
    height:60px;
    border:1px solid #b9b9b9;
    margin:auto;
    width: 0.5px;
    margin-bottom:5px;
}

.body-progress {
    color:#fff; 
    height:30px; 
    line-height:30px; 
    text-align:center; 
    padding:0;
}

.card-border-left {
    border-top-left-radius:10px; 
    border-bottom-left-radius:10px;
}

.card-border-right {
    border-top-right-radius:10px; 
    border-bottom-right-radius:10px;
}

.card-empty {
    background-color:#d8d8d8;
}

.p-busca:hover {
    cursor:pointer !important;
    color:black;
    background-color:#eeeeee;
}

.p-busca {
    padding:9px 7px;
    margin:0px;
}

@media (max-width: 1600px)
{
    .content {
        padding: 1px;
    }

    .content {
        padding: 1px;
    }

    .calendar .card-body {
        text-align: center;
        font-size:7px;
        line-height: 30px;
    }

    .calendar .card-body {
        padding:0px !important;
    }

    .calendar {
        height:30px;
    }

    .span-case {
        font-size:12px !important;
    }

    .sub-span-case {
        font-size:12px !important;
    }

    .case-title {
        font-size:14px !important;
    }
    
    .sla-indicator {
        font-size:10px !important;
    }

    .clock-sla-indicator {
        font-size:10px !important;
    }

    .calendar span {
        font-size:8px !important;
    }

    .clean-date {
        height: 31.6px !important;
    }

    .week-day {
        height: 31.7px !important;
    }

    .week-day .card-body {
        padding:4px !important;
    }
}

.sub-product {
    height:35px !important; 
    /* padding:2px; */
}

.configs-badges {
    cursor:pointer;
    border-radius: 2px;
}

.configs-badges span {
    color: black !important;
}

.config-flex-row {
    display:flex; 
    flex-direction:row; 
    justify-content:space-between; 
    align-items: center;
    margin-top:25px;
    margin-bottom:25px;
    flex-wrap: wrap;
}

.configs-badges-new {
    cursor: pointer;
    border-radius: 10px;
    border:1px solid #d8d8d8 !important;
    height:40px;
    width:98%;
    margin-top:10px;
    margin-bottom:10px;
    transition: all ease 0.2s;
}
.configs-badges-new:hover {
    margin-left:2px;
}

.configs-badges-new span {
    color: black !important;
    line-height: 40px;
    padding-left:10px;
}

.configs-badges-new .fa-cog {
    color: #d8d8d8;
    line-height: 40px;
    font-size: 20px;
    float: right;
    width:20px;
}

.casos_hover:hover
{
    background-color: #f9f9f9;
}

.configs-badges-new:hover span {
    color:#007BAE !important;
}

.configs-badges-null {
    cursor: pointer;
    border-radius: 10px;
    border:1px solid transparent !important;
    height:40px;
    width:26%;
    margin-top:10px;
    margin-bottom:10px;
}

.sla-display {
    position: absolute;
    z-index:99;
}

.pergunta-display {
    position: absolute;
    z-index:99;
}

.pergunta2-display {
    position: absolute;
    z-index:99;
}

.selected-vision {
    font-weight: bold;
    color: #3b3b3b;
}

.case-title {
    font-size:15px;
}

.span-case {
    margin:0px; 
    font-size:12px; 
    font-weight:500;
}

.sub-span-case {
    margin:0px; 
    font-size:12px; 
    font-weight:400;
}

.link-int {
    color: #7aabe8 !important;
    font-weight: bold;
}

.bold-nick {
    color: #7aabe8 !important;
}

.content-case p {
    margin:0px !important;
    padding:0px !important;
}

.card-contas:hover {
    background-color: #f5f5f5;
}

.tr-contas:hover {
    background-color: #e4e4e4 !important;
    cursor:pointer;
}
.tr-contas .reenviar-email 
{
    display: none;
}

.tr-contas:hover .reenviar-email 
{
    display: flex;
}

.tr-contas:hover .status-text
{
    display: none;
}

.tr-contas:hover .ti-close
{
    display: none;
}

.ti-close
{
    padding: 6px;
    border-radius: 50%;
}

.ti-close:hover
{
    background-color: hsl(0deg 0% 0% / 5%);
}

.tr-contas-red {
    background-color:#ee616124;
}

.tr-contas-red:hover {
    background-color:#ee61613d !important;
    cursor:pointer;
}

.tr-contas-parcial {
    background-color:#ff810029;
}

.tr-contas-parcial:hover {
    background-color:#ff810038 !important;
    cursor:pointer;
}

.tr-red {
    background-color:#ee616124;
}

.tr-red:hover {
    background-color:#ee61613d !important;
    cursor:pointer;
}

.view-comissions:hover {
    background-color:#007bae42;
    cursor:pointer;
}

.view-comissions {
    text-align: center;
    padding:5px;
    color:#525252;
}

.hover-dash:hover {
    background-color:#bcbcbc80 !important;
    cursor:pointer;
}

.limitador-contas {
    white-space: nowrap; 
    width: 11em; 
    overflow: hidden;
    text-overflow: ellipsis;
    height:27px; 
    padding-top:7px; 
    padding-bottom:7px; 
    font-size:11px;
    color:#fff;
}

.lateral-active {
    color:#e5e5e5 !important;
}

.test-time:hover {
    background-color:#616161;
    color:#fff !important;
    cursor:pointer;
}

.selected-payment {
    background-color: #dcf6ff;
}

.error-plan {
    background-color:#ec1d1d1c !important;
    border:1px solid #9c090954;
}

.error-plan:focus {
    box-shadow: none;
    background-color:#ec1d1d1c !important;
    border:1px solid #9c090954;
}

.selected-att {
    background-color: #dcf6ff;
}

.hover-payment:hover {
    background-color:#acd5e44f;
    cursor:pointer;
}

.emp-profile-menu:hover {
    background-color:#e7e8e8;
    cursor:pointer;
}

@keyframes newInteraction {
    0% {
        bottom: 50px;
    }
    50% {
        bottom: 55px;
    }
    100% {
        bottom: 50px;
    }
}

#new-int {
    animation: newInteraction 1.3s infinite;
}

.item-define-send {
    background-color:#f2f2f2;
}

.item-define-send:hover {
    background-color:#fff;
    cursor:pointer;
}
  
.waytooltip .waytooltiptext-menusuperior {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 99;
    top: 150%;
    left: 14%;
    margin-left: -60px;
    width:300px;
}
  
.waytooltip .waytooltiptext-menusuperior::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    z-index:99;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}
  
.waytooltip:hover .waytooltiptext-menusuperior {
    visibility: visible;
}

.waytooltip:hover {
    cursor: pointer;
}

.waytooltip .waytooltiptext-caso {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 99;
    bottom: 172%;
    left: 27%;
    margin-left: -60px;
}
  
.waytooltip .waytooltiptext-caso::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index:99;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
  
.waytooltip:hover .waytooltiptext-caso {
    visibility: visible;
}

.waytooltip .waytooltiptext-prdcont {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 99;
    bottom: 172%;
    left: 27%;
    margin-left: -60px;
}
  
.waytooltip .waytooltiptext-prdcont::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index:99;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
  
.waytooltip:hover .waytooltiptext-prdcont {
    visibility: visible;
}

.waytooltip {
    position: relative;
}
  
.waytooltip .waytooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 27%;
    margin-left: -60px;
}
  
.waytooltip .waytooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
  
.waytooltip:hover .waytooltiptext {
    visibility: visible;
}


.waytooltip-contrato {
    position: relative;
    font-style: normal !important;
}
  
.waytooltip-contrato .waytooltiptext-contrato {
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 3;
    bottom: 150%;
    left: 27%;
    margin-left: -75px;
    font-style: normal !important;
    font-size:12px;
}
  
.waytooltip-contrato .waytooltiptext-contrato::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
  
.waytooltip-contrato:hover .waytooltiptext-contrato {
    visibility: visible;
}

.bg-change:hover {
    background-color:#e4e4e4 !important;
}

.display-none {
    display: none;
}

.color-f {
    color:#fff;
}

.item-empresa-selected {
    background-color:#efefef;
}

.item-solicitante-selected {
    background-color:#efefef;
}

.item-juridica-selected {
    background-color:#efefef;
}

.item-fisica-selected {
    background-color:#efefef;
}

.item-produto-selected {
    background-color:#efefef;
}

.item-produtoFilho-selected {
    background-color:#efefef;
}

.item-contato-selected {
    background-color:#efefef;
}

.item-categoria-selected {
    background-color:#efefef;
}

.item-resp-selected {
    background-color:#efefef;
}

.item-src-selected {
    background-color:#efefef;
}

.item-conta-selected {
    background-color:#efefef;
}

.item-contacts-selected {
    background-color:#efefef;
}

.item-usuario-selected {
    background-color:#efefef;
}

.item-fornecedor-selected {
    background-color:#efefef;
}

.item-categoriaProduto-selected {
    background-color:#efefef;
}

.item-conteudo-selected {
    background-color:#efefef;
}

.item-assunto-selected {
    background-color:#efefef;
}

.item-analista-selected {
    background-color:#efefef;
}

.item-executivo-selected {
    background-color:#efefef;
}

.item-empresaDesk-selected {
    background-color:#efefef;
}

.item-empresaCrm-selected {
    background-color:#efefef;
}

.item-contatoDeskEmail-selected {
    background-color:#efefef;
}

.item-contatoCrmEmail-selected {
    background-color:#efefef;
}

.item-contatoDesk-selected {
    background-color:#efefef;
}

.item-contatoCrm-selected {
    background-color:#efefef;
}

.calendar-success {
    background-color: #1adc46ad;
    cursor: pointer;
}

.calendar-warning {
    background-color: #ff9d00a3;
    cursor: pointer;
}

.calendar-danger {
    background-color: #ee3a3aa1;
    cursor: pointer;
}

.calendar-not-work {
    background-color: #525252;
    cursor: pointer;
    color:#fff !important;
}

.calendar-not-valid-day {
    background-color: #818181b3;
    cursor: pointer;
}

.selected-not-valid-day {
    background-color: #818181db;
    cursor: pointer;
}

.selected-danger {
    background-color: #b11c1cab !important;
    cursor: pointer;
}

.selected-warning {
    background-color: #b47003a3 !important;
    cursor: pointer;
}

.selected-success {
    background-color: #11b336ad !important;
    cursor: pointer;
}

.calendar-success:hover {
    background-color: #11b336ad;
    cursor: pointer;
}

.calendar-warning:hover {
    background-color: #b47003a3;
    cursor: pointer;
}

.calendar-danger:hover {
    background-color: #b11c1cab;
    cursor: pointer;
}

.calendar-not-valid-day:hover {
    background-color: #818181db;
    cursor: pointer;
}

.calendar-tecnico-has {
    background-color: #33cfc8ad;
}

.calendar-tecnico-nothas {
    background-color: #d4d4d4b3;
}

.calendar-tecnico-has:hover {
    background-color: #3ba09cad;
    cursor:pointer;
}

.calendar-tecnico-nothas:hover {
    background-color: #adadadb3;
}

.calendar-success-blue {
    background-color: #33cfc8ad;
}

.calendar-success-blue:hover {
    background-color: #2ca9a3ad;
    cursor:pointer;
}

.selected-success-blue {
    background-color: #2ca9a3ad !important;
}

.selected-tecnico-has {
    background-color: #3ba09cad !important;
}

.selected-tecnico-nothas {
    background-color: #adadadb3 !important;
}


.input-success {
    background-color:#0080000d !important;
    border:1px solid #00800040;
}

.input-success:focus {
    background-color:#0080000d !important;
    border:1px solid #00800040;
    box-shadow:none;
}

.ql-editor p {
    font-size:14px;
}

.calendar-filter:hover {
    background-color:#2196f3;
    cursor:pointer;
}

.export-emps {
    border:1px solid #cbcbcb; 
    padding-left:5px;
    padding-right:5px;
}

.export-emps:hover {
    background-color:#ececec;
    cursor:pointer;
}

.export-opts {
    border:1px solid #cbcbcb; 
    padding-left:5px;
    padding-right:5px;
}

.export-opts:hover {
    background-color:#ececec;
    cursor:pointer;
}

.export-recorrencia {
    border:1px solid #cbcbcb; 
    padding-left:5px;
    padding-right:5px;
}

.export-recorrencia:hover {
    background-color:#ececec;
    cursor:pointer;
}

.export-pesq {
    border:1px solid #cbcbcb; 
    padding-left:5px;
    padding-right:5px;
}

.export-pesq:hover {
    background-color:#ececec;
    cursor:pointer;
}

.export-casos {
    border:1px solid #cbcbcb; 
    padding-left:5px;
    padding-right:5px;
}

.export-casos:hover {
    background-color:#ececec;
    cursor:pointer;
}

.export-contas {
    border:1px solid #cbcbcb; 
    padding-left:5px;
    padding-right:5px;
    font-size:13px;
}

.export-contas:hover {
    background-color:#ececec;
    cursor:pointer;
}
.btn_export {
    border:1px solid #cbcbcb; 
    padding-left:5px;
    padding-right:5px;
    font-size:13px;
}

.btn_export:hover {
    background-color:#ececec;
    cursor:pointer;
}

.save-filter {
    display: flex;
    align-items: center;
    color: #007bae;
    font-size:14px; 
    cursor:pointer;
    transition: 0.2s;
}

.save-filter img {
    width: 22px;
    height: 22px;
    filter: brightness(0.7) saturate(1.9);
}

.save-filter:hover {
    color: #007bae !important;
    cursor: pointer;
}

.badge-sla-danger:not(.sla_status_badge) {
    color:#fff !important;
    background-color:#d74848;
}

.badge-sla-warning:not(.sla_status_badge) {
    color:#fff !important;
    background-color:#e8b90c;
}

.badge-sla-normal:not(.sla_status_badge) {
    color:#fff !important;
    background-color:#58c371;
}

.new-escalonamento:hover {
    background-color: #f9f9f9;
    cursor:pointer;
}
.new-escalonamento-inatividade {
    padding:10px 0px;
}
.new-escalonamento-inatividade:hover {
    background-color: #f9f9f9;
    cursor:pointer;
}

.activity-link {
    color:#515151 !important;
}

.activity-link:hover {
    color:#2f79c2 !important;
}

.calendar span {
    font-size:10px;
}

.label-disable {
    color: grey;
}

.input-disable {
    color: grey;
}

.has-attach {
    color:#449cf6;
}

.not-has-attach {
    color:#b2b2b2;
}

.bolder {
    font-weight: bold;
}

.conta-attach-remover {
    float:left; 
    position:absolute; 
    margin-top:-9px; 
    margin-left:-9px; 
    font-size:17px; 
    cursor:pointer; 
    z-index:2;
}

.wiki-attach-remover {
    float:left; 
    position:absolute; 
    margin-top:-9px; 
    margin-left:-9px; 
    font-size:17px; 
    cursor:pointer; 
    z-index:2;
}

.waytooltip-conta {
    position: relative;
    font-style: normal !important;
}
  
.waytooltip-conta .waytooltiptext-conta {
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 3;
    bottom: -450%;
    left: 47%;
    margin-left: -75px;
    font-style: normal !important;
}
  
.waytooltip-conta .waytooltiptext-conta::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}
  
.waytooltip-conta:hover .waytooltiptext-conta {
    visibility: visible;
}
  
.boleto-container:hover .waytooltiptext-conta {
    visibility: visible;
}

.quill-always-hidden-toolbar {
display: none;
visibility: hidden;
width: 0;
height: 0;
}

.quill-always-hidden-toolbar.ql-toolbar.ql-snow + .ql-container.ql-snow {
border-top: 1px solid #ccc;
}

.btn-back {
    background-color:transparent;
    border:1px solid #c7c7c7;
    color:grey;
    padding:3px;
    padding-left:10px;
    padding-right: 10px;
    margin-top:12px;
    margin-left:10px;
}

.toc_item {
    cursor:pointer;
    color:#349be4 !important;
}

.selected_menu {
    color:#267dbb;
}

.badge-emp-timeline {
    padding:5px; 
    font-size:11px; 
    margin-left:10px; 
    float:right; 
    margin-top:10px; 
    border:1px solid #80808052;
}

.badge-emp-timeline:hover {
    background-color:#efefef;
    cursor:pointer;
}

.content-msg-timeline {
    margin-top:10px; 
    margin-left:15px; 
    width:100%; 
    overflow:hidden; 
    border-left:1px solid #e0e0e0;
    position: relative; 
    text-align: justify; 
}

.content-msg p {
    font-size:13px;
    margin:0px;
}

.content-msg * {
    font-size: 13px !important;
}

.content-msg {
    font-size:13px !important; 
    width:100%; 
    overflow:hidden; 
    position: relative; 
    text-align: justify; 
}

.see_more {
    border-radius: 10px;
    background-color: #e4e4e4;
    color:#4c4c4c;
    width:25px;
    height:13px;
    line-height: 5px;
    text-align: center;
    font-weight: bold;
    font-size:15px;
    margin-top:10px;
    cursor:pointer;
}

.card-useremp {
    font-size:13px; 
    margin:0px; 
    padding:7px;
}

.card-useremp:hover {
    font-size:13px; 
    margin:0px; 
    padding:7px;
    background-color: #efefef;
    cursor:pointer;
}

.card-last-interactions {
    padding:0px; 
    margin-bottom:2px;
    padding:2px;
}

.card-last-interactions:hover {
    background-color: #efefef;
    cursor:pointer;
}

.card-emp-profile {
    padding:7px; 
}

.pabx-screen-popup {
    width:270px;
    position:fixed;
    z-index: 999;
    bottom:0;
    right:0;
    margin-right:30px;
    box-shadow:1px 0.5px 3px -1px rgba(140,140,140,0.75);
}

.header-popup {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor:pointer;
    background-color:#2196f3;
}

.body-popup {
    background-color:#fff;
    border-left:0.5px solid #d8d8d8;
    border-right:0.5px solid #d8d8d8;
}

.header-popup .title {
    margin:0px; 
    color:#fff; 
    line-height:35px; 
    padding-left:10px; 
    padding-right:10px; 
    font-size:13px;
    font-weight: 400;
    letter-spacing: 1px;
}

.header-popup .close-icon {
    float:right; 
    line-height:35px; 
    font-size:13px;
}

.body-popup .arrow {
    margin-right:10px; 
    margin-left:10px; 
    font-size:20px; 
}

.close-icon:hover {
    cursor: pointer;
    color:#dedede;
}

.body-popup .title {
    text-align:center; 
    font-size:13px; 
    margin:0px; 
    padding-top:5px;
    letter-spacing: 0.5px;
}

.pabx-icon-not:hover {
    color: #1c6bbf;
    cursor: pointer;
}

.atribui-chamada {
    padding:5px; 
    border:1px solid #c9c9c9; 
    text-align:center; 
    margin-top:10px;
}

.cancela-chamada {
    padding:5px; 
    border:1px solid #c9c9c9; 
    text-align:center; 
    margin-top:10px;
}

.atribui-chamada:hover {
    background-color: #e4e4e4; 
    cursor: pointer;
}

.cancela-chamada:hover {
    background-color: #e4e4e4; 
    cursor: pointer;
}

@keyframes icon_pabx {
    15% {
        transform: translateY(0px);
        transform: rotate(5deg);
    }
    30% {
        transform: translateY(1px);
    }
    50% {
        transform: translateY(2.5px);
        transform: rotate(0deg);
    }
    75% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0px);
        transform: rotate(-5deg);
    }
}

.animate_icon_pabx {
    animation: icon_pabx 1.2s infinite;
    color:#2196f3;
}

.toggled-body-popup {
    height:0%;
}

.toggled-header-popup {
    height:100%;
}

.toggled-pabx-screen-popup {
    height:37px;
}

.visible-body-popup {
    height:89%;
}

.visible-header-popup {
    height:11%;
}

.visible-pabx-screen-popup {
    height:320px;
}

/* [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #0084ff;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #0084ff;
    position: absolute;
    top: 3px;
    left: 3.5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */

.add_item_conta_pagamento:hover {
    background-color:#f6f6f6;
    cursor:pointer;
}

.notify-circle {
    position:absolute;
    font-size:10px;
    color:#e26666;
}

.notify-clear-all {
    border-top:1px solid #d6d6d6; 
    padding-top:5px; 
    padding-bottom:5px; 
    cursor:pointer;
}

.marcar-lido {
    font-size:12px; 
    margin:0px; 
    text-align:center;
}

.marcar-lido:hover {
    color:#6392da;
}

.marcar-all-lido-list:hover {
    color:#6392da;
}

.marcar-all-lido {
    text-align:center; 
    font-size:13px; 
    margin:0px;
}

.marcar-all-lido:hover {
    color:#6392da;
}

.ver-todas-notificacoes {
    text-align:center; 
    font-size:13px; 
    margin:0px;
}

.ver-todas-notificacoes:hover {
    color:#6392da;
}

.content-notifications {
    max-height:400px;
    overflow: auto;
}

/* width */
.content-notifications::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.content-notifications::-webkit-scrollbar-track {
  background: transparent; 
}

/* Handle */
.content-notifications::-webkit-scrollbar-thumb {
  background: #efefef; 
  /* background: #636E72; */
}

/* Handle on hover */
.content-notifications::-webkit-scrollbar-thumb:hover {
  background: rgb(167, 167, 167); 
}

.hover-prop:hover {
    background-color: #ececec;
}

.menu-options {
    display: flex;
    flex-direction: column;
    position:absolute;
    width: max-content;
    min-width: 200px;
    z-index:999; 
    margin-top:-37px; 
    background-color:#1E1E2D;
    border: 1px solid #2a2a3d;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #2a2a3d;
    -webkit-box-shadow: 0px 0px 3px 0px #2a2a3d;
    -moz-box-shadow: 0px 0px 3px 0px #2a2a3d;
}

.menu-options-mobile {
    z-index:999; 
    background-color:#1E1E2D;
    width: 100%;
}

.menu-option {
    margin: 0px;
    padding: 5px 10px;
    cursor:pointer;
    font-size: 13px; 
    font-weight: 600;
    color:#9496a1;
    transition: all ease 0.2s;
}

.menu-option:hover {
    background-color:#2a2a3d;
    color: #e5e5e5 !important;
}

.menu-option-selected {
    color: #e5e5e5 !important;
    background-color:#2a2a3d;
}

.hover-log:hover {
    background-color: #dedede;
}

.scrool-x {
    overflow-x: scroll;
    white-space: nowrap; 
    width: 99%;
    position: absolute;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-compendium {
    display: inline-block;
    width: 300px;
    margin: 0px 0px;
    height:700px;
}

.compendium-head {
    padding-left:2px;
    padding-right:2px;
    font-size:12px; 
}

/* width */
.scrool-x::-webkit-scrollbar {
    height: 6px;
}

/* Track */
.scrool-x::-webkit-scrollbar-track {
    background: transparent; 
    /* background: #636E72; */
}

/* Handle */
.scrool-x::-webkit-scrollbar-thumb {
    background: #888;
    /* background: #636E72; */
}

/* Handle on hover */
.scrool-x::-webkit-scrollbar-thumb:hover {
    background: rgb(167, 167, 167); 
}

.compendium-item {
    margin:auto;
    width:100%;
    background-color: #fff;
    margin-bottom:6px;
    padding:10px;
    font-size:12px;
    cursor: pointer;
}

.compendium-scrool-down {
    height:825px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom:0px;
}

/* width */
.compendium-scrool-down::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.compendium-scrool-down::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle */
.compendium-scrool-down::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.compendium-scrool-down::-webkit-scrollbar-thumb:hover {
    background: rgb(167, 167, 167); 
}

.font-titulo
{
    color: #515151;
    font-weight: 500;
    font-size: 16px;
}
.font-titulo button 
{
    font-size: 13px;
}

.status-selector-abertos {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #58c37180 !important; 
    color:#818181;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-abertos:hover {
    background-color: #58c371 !important; 
    color:#fff;
}

.status-selector-abertos-selected {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #58c371 !important; 
    color:#fff;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-estacionado {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #ffcc5480 !important; 
    color:#818181;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-estacionado:hover {
    background-color: #ffcc54 !important;
    color:#fff;
}

.status-selector-estacionado-selected {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #ffcc54 !important; 
    color:#fff;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-aguardando {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #deda5180 !important; 
    color:#818181;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-aguardando:hover {
    background-color: #deda51 !important;
    color:#fff;
}

.status-selector-aguardando-selected {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #deda51 !important; 
    color:#fff;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-resolvido {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #68a4d880 !important; 
    color:#818181;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-resolvido:hover {
    background-color: #68a4d8 !important;
    color:#fff;
}

.status-selector-resolvido-selected {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #68a4d8 !important; 
    color:#fff;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-todos {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #00c4c480 !important; 
    color:#818181;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.status-selector-todos:hover {
    background-color: #00C4C4 !important;
    color:#fff;
}

.status-selector-todos-selected {
    font-size: 12px;
    padding-left:10px; 
    padding-right:10px; 
    padding-top: 6px; 
    padding-bottom: 6px; 
    background-color: #00C4C4 !important; 
    color:#fff;
    cursor: pointer; 
    font-weight:500; 
    border-radius:0px; 
    margin: 5px 0px;
}

.dropdown_tasks
{
    color:#fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown_tasks:hover
{
    /* background-color: #eeeeee; */
    color:#fff;
    opacity: 0.85;
}

.link-acao {
    font-size:14px;
    font-weight: 400;
    color:#212529 !important;
    margin: 0px 10px;
}

.link-acao:hover {
    color:#676868 !important;
}

.boleto-tr-success {
    background-color:#28a7453d;
}

.boleto-tr-danger {
    background-color:#dc354569;
}

.btn-minimalist {
    color:#212529 !important; 
    padding:2px 10px; 
    background-color:transparent; 
    border-radius:4px; 
    border:1px solid #ced4da; 
    font-size:12px;
    cursor: pointer;
}

.btn-minimalist:hover {
    background-color: #ced4da36;
}

.card-option-payment {
    cursor:pointer;
}

.card-option-payment label {
    cursor:pointer;
}

.card-option-payment input {
    cursor:pointer;
}

.card-option-payment:hover {
    background-color:#e3e3e391;
}

.fixed-menus {
    padding-left:15px !important;
}

.menu-item-has-children {
    padding-right:15px;
    padding-left:15px;
}

.menu-title{
    padding-left:10px !important;
    padding-right:10px !important;
}

.menu-item {
    padding-left:15px !important;
}

.open .menu-item {
    padding-left:0px !important;
}
.open .menu-item-tasks {
    margin-right:0px !important;
    margin-left:0px !important;
    width: 24px !important;
    height:24px !important;
    border-radius: 9px !important;
}

.menu-item-tasks {
    width:20px; 
    height:20px; 
    margin-left:6px; 
    float:left; 
    border-radius:7px;
    margin-right:19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:3px;
}

.open .menu-item-has-children {
    padding-left:0px !important;
    padding-right:0px !important;
}

.open .fixed-menus {
    padding-left:0px !important;
}

.custom-tag-proposta {
    /* font-style:italic;  */
    font-weight:500;
    margin:7px 0px;
}

.custom-tag-description {
    font-style: normal;
    font-weight: 400;
}

.custom-tag-badge {
    background-color: #69606026;
    padding: 2px 10px;
    border-radius:4px;
}

.link_proposta:hover {
    color:#757575;
}

/* .plyr iframe {
    transition: 0.2s filter linear;
}

.plyr.plyr--paused iframe {
    filter: blur(1.5rem);
}  */

.tab_item_system {
    flex:1; 
    max-width:200px; 
    height:40px; 
    display:flex; 
    align-items:center; 
    padding:0 10px; 
    border-top:1px solid #eee; 
    border-left:1px solid #eee; 
    border-right: 1px solid #eee; 
    justify-content:space-between;
    transition: height ease 0.2s;
}

.tab_disabled_system {
    background-color: #eee;
}

.tab_item_system_selected {
    border-bottom:2px solid #007BAE;
    height:43px;
    background-color: #f7f7f7;
}

.tab_item_system:hover {
    cursor: pointer;
    height:43px;
    border-bottom:2px solid #007BAE;
    background-color: #f7f7f7;
}

.tab_disabled_system:hover {
    border-bottom:2px solid #d74848;
    height:43px;
}

.tab_disabled_system_selected {
    border-bottom:2px solid #d74848;
    height:43px;
}

.tab_item_system_content {
    display:flex;
    flex-direction:row; 
    align-items:flex-end; 
    justify-content:flex-start; 
    border-bottom:1px solid #eee; 
    height:50px;
}

.content_configs {
    border-left:1px solid #eee; 
    border-right:1px solid #eee; 
    border-bottom:1px solid #eee; 
    padding:20px 15px;
}

.analista_deps_badge {
    height:40px;
    width:200px; 
    margin-left:5px; 
    border-radius:5px;
    margin-bottom:5px; 
    display:flex;
    align-items:center; 
    color:#fff; 
    padding:0 10px; 
    justify-content:space-between;
    background-color:#F1F2F7;
    border-radius: 4px;
    border: 1px solid rgba(59, 66, 79, 0.30);
}
.analista_deps_badge span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#add_quadro {
    transition: all ease 0.2s;
    padding:5px;
    width:27px;
    margin-top:10px;
}

#add_quadro:hover {
    font-weight: bold;
    color:#fff !important;
    transform: rotateZ(90deg);
}

.menu-tasks-quadro div {
    transition: all ease 0.2s;
}

.right-panel-tasks {
    padding-left:260px !important;
}

.right-panel-tasks-open {
    padding-left:70px !important;
}

.quadros_menu {
    overflow:auto;
    width:100%;
    overflow-x:hidden;
}
.quadros_menu_alt {
    flex:1;
}
.quadros_menu_favoritos { 
    max-height: 35% !important;
}
.quadros_menu_container {
    width: 100%;
    max-height: 55.7vh;
    display: flex;
    flex-direction: column;
}
.open .quadros_menu_container {
    height: 50.7vh;
}

/* width */
.quadros_menu::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .quadros_menu::-webkit-scrollbar-track {
    background: transparent; 
  }
  
  /* Handle */
  .quadros_menu::-webkit-scrollbar-thumb {
    background: #666666;
    /* background: #636E72; */
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .quadros_menu::-webkit-scrollbar-thumb:hover {
    background: rgb(167, 167, 167); 
  }

.input_busca_superior {
    width:100%; 
    margin-top:5px; 
    float: left; 
    background-color:#f1f2f7;
}

.tr-contas {
    height:50px; 
    border:1px solid #dee2e6 !important; 
    background:#fff;
}
.notification_title {
    color:#6392da;
}
.notification_date {
    float:right; 
    color:grey;
}
.nota_download {
    border:1px dashed #cecece; 
    padding:10px 15px; 
    display:flex; 
    align-items:center;
    cursor:pointer;
    transition: all ease 0.2s;
}
.nota_download:hover {
    background-color: #efefef;
}
.nota_download:hover i {
    transform: translateY(1px);
}
.nota_download + .nota_download {
    margin-left:10px;
}
.nf_history_item {
    width:100%; 
    background-color:#efefef; 
    border:1px dashed #cecece; 
    display:flex; 
    flex-direction:row; 
    justify-content:space-between; 
    align-items:center; 
    padding:10px 15px;   
    transition: all ease 0.2s;
    cursor: pointer;
}
.nf_history_item:hover {
    margin-left: 2px;
}
.nf_history_item + .nf_history_item {
    margin-top:5px;
}
.campOption {
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    height:35px; 
    border:1px solid #e6e6e6; 
    width:100%; 
    border-radius:3px; 
    justify-content:space-between; 
    padding:0 20px;
    transition: all ease 0.2s;
}
.campOption:hover {
    background-color: #e6e6e6;
    transform: translateX(2px);
    cursor: pointer;
}
.campOption + .campOption {
    margin-top:5px !important;
}
.campOption p {
    margin:0; 
    font-size:13px;
}

.input_badges {
    height:38px; 
    width:100%; 
    background-color: transparent; 
    border:1px solid #ced4da; 
    border-radius:5px; 
    cursor:pointer; 
    display:flex; 
    align-items:center; 
    padding:0 5px !important; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    white-space:nowrap;
}

.input_badges span {
    background-color:#efefef; 
    padding:1px 10px; 
    border-radius:3px; 
    font-size:13px; 
    margin-right:4px;
}

.input_badges_container {
    width:100%; 
    background-color: #fff; 
    border:1px solid #ced4da; 
    position:absolute;
    top:0; 
    left:0; 
    margin-top:39px; 
    border-radius:5px; 
    padding:5px 5px; 
    cursor:default !important; 
    z-index:99;
}

.input_badge_search { 
    border:unset !important; 
    border-bottom:1px solid #ced4da !important; 
    width:100%; 
    background-color:transparent; 
    height:28px;
}

.input_badge_scroll {
    max-height:200px; 
    overflow:auto; 
    display:flex; 
    flex-direction:column; 
    margin-top:7px;
}

.input_badges_selector {
    width:100%; 
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    justify-content:flex-start; 
    padding:4px 0px; 
    background-color:transparent; 
    border-radius:3px; 
    margin-bottom:0px;
    cursor: pointer;
    transition: background ease 0.2s;
    transition: padding ease 0.2s;
}

.input_badges_selector:hover {
    background-color:#efefef; 
    padding-left:2px;
}

.input_badges_selector + .input_badges_selector {
    margin-top:5px;
}

.input_badges_selector input {
    width:15px; 
    height:15px; 
    margin:0 10px;
}

.input_badges_selector p {
    flex:1; 
    margin:0;
}

.input_badges_selector_container {
    max-height:200px; 
    overflow:auto; 
    display:flex; 
    flex-direction:column; 
    margin-top:7px;
}

.table-scroll-container {
    max-width:70vw; 
    display: block; 
    overflow-x: auto; 
    white-space: nowrap;
    border-right:1px solid #dee2e6;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.table-scroll-x {
    border-top:none !important; 
    border-left:none !important;
    border-bottom:none !important; 

    text-align:left; 
    background-color:white; 
    margin-bottom:0px; 
    border: 1px solid #ddd;
}

.table-scroll-x thead {
    background-color:#f6f6f6; 
    color:#7f7f7f; 
    font-weight:bold; 
    border-bottom:none;
    display:flex;
}

.table-scroll-x thead tr {
    flex:1; 
    display:flex; 
    width:100%;
    border-bottom:none !important;
}

.table-scroll-x thead tr th {
    text-align:right;
    padding-right:7.2px;   
    min-width:230px; 
    flex:1;
}

.table-scroll-x tbody {
    border-top:none !important;
    display: flex;
    flex-direction: column;
}

.table-scroll-x tbody tr {
    height:50px !important;
    display:flex; 
    border-top:none !important; 
    border-left:none !important; 
    align-items:center;
    border-right:none !important;
}

.table-scroll-x tbody tr td {
    padding-top:0px; 
    padding-bottom:0px; 
    min-width:230px; 
    flex:1; 
    height:100%; 
    display:flex; 
    align-items:center; 
    border-top:none;
}

.table-scroll-x tbody tr td > div {
    display:flex; 
    width:100%;
    flex-direction:row;
    height:30px; 
}

.table-scroll-container::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

/* Track */
.table-scroll-container::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle */
.table-scroll-container::-webkit-scrollbar-thumb {
    background: #888;
/* background: #636E72; */
    border-radius: 10px;
}

/* Handle on hover */
.table-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgb(167, 167, 167); 
}

.ellipsis-group {
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    max-width:11vw; 
    margin:0px;
}

#error-upload-filesize {
    text-align:center; 
    font-weight:500; 
    margin-bottom:5px;
    margin-top:10px;
}

.anotacao_opt_hyp {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.erros_adesao {
    margin:0; 
    border:1px solid #efefef; 
    padding:5px;
}

.erros_adesao + .erros_adesao {
    margin-top:5px;
}

.user_card_list:hover {
    background-color: #f8f8f8 !important;
    cursor: pointer;
}

.card_tasks_interaction {
    padding:0;
}

.card_tasks_interaction .card-body {
    display:flex; 
    align-items:center;
    padding:10px 10px;
}
.card_tasks_container {
    display:flex; 
    flex-direction:column;
    width:100%;
}
.card_tasks_header {
    flex:1; 
    display:flex; 
    align-items:center; 
    flex-direction:row;
}
.card_tasks_user_content {
    flex:1; 
    display:flex; 
    align-items:center;
}
.card_tasks_avatar {
    background-size:cover; 
    background-repeat:no-repeat; 
    border-radius:50%; 
    margin-right:10px; 
    border:1px solid #b1bdcd;
    width:30px; 
    height:30px;
    max-height:30px;  
    max-width:30px; 
}
.card_tasks_container_column {
    display:flex; 
    justify-content:center; 
    flex-direction:column;
}
.card_tasks_content {
    margin-top:10px; 
    margin-bottom:0px; 
    word-break:break-all;
}
.card_tasks_content p {
    margin-bottom: 0px !important;
}
.card_tasks_quadro {
    display:flex; 
    flex-direction:row; 
    align-items:center;
}

.card_tasks:hover {
    background-color:#efefef !important;
    cursor:pointer;
}
.tasks_links {
    color: #18212c !important;
}
.tasks_links:hover {
    color: #1882d7 !important;
}
.section_list_users:first-of-type {
    margin-left:5px;
}
.section_list_users + .section_list_users {
    margin-left:-5px;
}

.pagina_celula_nome {
    padding: 0px 0px 0px 10px;
    width: 99%;
    max-width: 99%;
    text-align: left;
    height: 38px;
    border-right: 1px solid #d2d2d2;
    cursor: pointer;
    font-size: 14px;
}

.pagina_celula_fim {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
    transition: all ease 0.2s;
    cursor: default;
}

.pagina_nome_texto {
    padding: 8px 10px 8px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #484848;
}

.pagina_coluna_icone {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
}

.pagina_coluna_icone:hover {
    cursor: grab;
}

.pagina_div_icone {
    background-color: #488AF6;
    width: 6px;
    height: 30px;
    margin: auto;
    border-radius: 0.2rem;
}

.menu-item {
    transition: background 0.2s;
}

.menu-item.active{
    background-color: #303044;
}

.menu-item:hover {
    background-color: #303044;
}

/* width */
.scroll_campanha_contacts::-webkit-scrollbar {
    width: 3px;
}

.campanha_contact_card
{
    padding: 0px 15px;
    width: 100%;
}

.campanha_contact_card > div
{
    padding: 10px 0px;
    width: 100%;
    display: flex;
    border-top: 1px solid rgba(81, 81, 81, 0.15);
}

.scroll_campanha_contacts > .campanha_contact_card:last-child > div
{
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
}

.url_link {
    text-decoration: underline !important;
}

.view-all-search {
    color:#5371e0ab; 
}
.color_default {
    color:#636363; 
}
.card-header {
    color:#636363;
    background-color: transparent;
}
.btn_atribuir_visita {
    background-color:#bdbdbd38 !important; 
    border:1px solid #b3b3b3 !important; 
    color:#636363 !important;
}
.btn_atribuir_visita:hover {
    background-color: #e6e6e6 !important;
    color:#636363 !important;
}
.analista_resp_header {
    background-color:#defaff;
}
.box-info-empresa {
    color:#585858 !important;
}
.stat-digit a {
    color: #585858 !important;
}
.automacao_container {
    background-color: #efefef;
    border: 1px solid #ced4da;
    margin-top:10px; 
    margin-bottom:10px; 
    margin-left:15px;
    padding: 15px; 
    margin-right: 15px;
}
.crm_dash_filter {
    background-color:#f4f4f4; 
    padding:7px; 
    border: 1px solid #e0e0e0; 
    cursor:pointer;
}
.crm_selected_filter {
    background-color:#e2edff; 
    padding:7px;
    border: 1px solid #5bbbff;
}

.filter_periodo .card {
    height:34px; 
    background-color:#fff; 
    border:1px solid rgba(0, 0, 0, 0.125); 
    margin-bottom:5px; 
    border-radius:5px;
    transition:all ease 0.2s;
}

.filter_periodo .card:hover {
    cursor: pointer;
    background-color:#efefef;
}

.filter_periodo .card .card-body {
    height:34px; 
    display:flex; 
    align-items:center; 
    color:#666; 
    font-size:13px;
    padding:0px;
    padding-left:10px;
}
.interaction_status {
    background-color:#efefef;
}
.active_contrato {
    background-color: #f5f5f5 !important;
}
.comissao_container {
    background-color: #f3f3f3;
    border: 1px solid #ced4da;
}
.border_table_contas {
    border:1px solid #e6e6e6;
}

.product-info:hover { 
    color:#1882d7 !important;
    cursor: pointer;
}
.product_info_handler:hover { 
    color:#1882d7 !important;
    cursor:pointer;
}
.tr-sub {
    background-color: #e6f9ff;
    padding:5px;
}
.card-useremp {
    display:flex;
    align-items: center;
}
.card-useremp span {
    margin-left:5px;
}
.icon_table_contas_doc {
    color: #878787 !important;
}
.icon_table_contas_doc_active {
    color:#1882d7 !important;
}
.open .left-panel .img-menu {
    margin-right:0px !important;
}
.contratos_semana_item a {
    color: #505050 !important;
}
.contratos_semana_item:hover a {
    color: #878787 !important;
}
.tr-contas .disable_icon {
    color: #878787 !important;
}
.tr-contas .disable_icon:hover {
    color: #878787 !important;
}
.badge.badge-info.badge_atraso {
    padding:5px 9px; 
    background-color: #dc3545c4 !important;
    border:1px solid #dc3545 !important; 
    color:#fff !important;
}
.badge.badge-info.badge_atraso i {
    color:#fff !important;
}
.badge_tasks_dash_warning {
    color: #474747 !important;
}
.navbar .navbar-nav li > a.menu_root {
    font-weight: 500;
}
#status_contrato, #status_conta {
    color:#fff !important; 
    float:right; 
    margin-right:15px; 
    height:38px; 
    width:200px;
}
.code_conta_solicitacao + .code_conta_solicitacao {
    margin-left:7px;
}
.code_conta_solicitacao:first-of-type {
    margin-left:4px;
}

.table_scroll tbody {
    display: block;
    max-height: 300px;
    overflow: auto;
}

.table_scroll thead, .table_scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: none !important;
}

.table_scroll thead th {
    border:none !important;
}

.table_scroll tbody::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

/* Track */
.table_scroll tbody::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle */
.table_scroll tbody::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.table_scroll tbody::-webkit-scrollbar-thumb:hover {
    background: rgb(167, 167, 167); 
}
.product_identificador {
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    max-width:250px; 
    display:inline-block;
    color: #484848 !important;
}
.product_identificador_redirect {
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    max-width:250px; 
    display:inline-block;
    color: #484848 !important;
}
.product_identificador_redirect:hover {
    color:#1882d7 !important;
    cursor: pointer;
}
.limite_usuarios_display {
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    margin-bottom:0.5rem;
}
.alert-dismissible {
    margin-bottom:0px !important;
}
.desc_atualizacao_tarefa ul, .desc_atualizacao_tarefa ol {
    padding-left:2em;
}
.desc_atualizacao_tarefa a {
    color:#1882d7 !important;
}
.ql-indent-1 {
    margin-left:1.5em;
}
.ql-indent-2 {
    margin-left:2.9em;
}
.ql-indent-3 {
    margin-left:4.8em;
}
.ql-indent-4 {
    margin-left:6.7em;
}
.ql-indent-5 {
    margin-left:8.6em;
}
.ql-indent-6 {
    margin-left:10.5em;
}
.ql-indent-7 {
    margin-left:12.4em;
}
.ql-indent-8 {
    margin-left:14.3em;
}
.ql-indent-9 {
    margin-left:16.2em;
}
.ql-editor {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.data_ultimo_reajuste {
    padding:0px 0px 0px 5px;
    height: 35px;
}
.preload {
    font-weight: 600;
    opacity: 0.5;
    font-style: italic;
}
.inside_table {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important; 
}
.inside_table tbody tr:first-child {
    border-top: none !important;
}

.inside_table tbody tr:first-child + tr {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important; 
}
.inside_table tbody tr:last-child {
    border-bottom: none !important;
}

.preview_task {
    background-color:#e5e5e5;
    animation: mymove 4.5s infinite;
}
  
@keyframes mymove {
    0% {background-color: #e5e5e5;}
    25% {background-color: #d0d0d0;}
    50% {background-color: #e5e5e5;}
    75% {background-color: #d0d0d0;}
    100% {background-color: #e5e5e5;}
}

.attach-getter {
    max-height: 300px;
    overflow: auto;
}

.attach-getter-option {
    height: 50px;
    cursor: default;
}

.attach-getter-option:hover {
    background-color: #488AF6;
    color: #ffffff;
    cursor: default;
}

.attach-getter-input {
    height: 50px;
    width: 100%;
    border: none;
}

.aviso-atividade {
    width: 20px;
    height: 20px;
    color: #000000 !important;
    font-size: 12px;
    text-align: center;
    background-color: #d4d4d4;
    border-radius: 50%;
    animation-name: aviso-atividade;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.aviso-atividade-view-2 {
    margin: auto;
    width: 50%;
}

.aviso-atividade-view-3 .aviso-atividade i {
    margin-top: 20%;
}

@keyframes aviso-atividade {
  0% {background-color: #d4d4d4;}
  50% {background-color: #ECC904;}
  100% {background-color: #d4d4d4;}
}

#sections_move_replica {
    overflow-y: scroll;
    max-height: 50vh;
}

.content-case ul, .anotacao_opt_hyp ul {
    padding-left: 2em;
}
.filter_content > div {
    gap:5px;
    flex-flow: wrap; 
}

.filter_content {
    display:flex;
}

.filter_content button {
    font-size:12px !important; 
    padding:7px;
}

.btn-success, .btn-danger, .btn-secondary, .btn-primary {
    border-radius:5px;
    font-size:14px;
}

.btn-filter {
    color:#212529 !important; 
    padding:7px 10px; 
    background-color:transparent; 
    border-radius:4px; 
    border:1px solid #ced4da; 
    font-size:12px;
}
.btn-filter:hover {
    background-color: #ced4da36;
}
.grid_filter_item {
    padding:0px 10px;
}
.grid_filter_modal_camps_3fr {
    display:grid; grid-template-columns:1fr 1fr 1fr;
}
.grid_filter_modal_camps_3fr 
    .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item  {
    margin-top:20px;
}

.grid_filter_modal_camps_4fr {
    display:grid; grid-template-columns:1fr 1fr 1fr 1fr;
}
.grid_filter_modal_camps_4fr 
    .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item  
{
    margin-top:20px;
}

.grid_filter_modal_camps_5fr {
    display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}
.grid_filter_modal_camps_5fr 
    .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item   
    + .grid_filter_item  
{
    margin-top:20px;
}

.grid_filter_modal_camps_6fr {
    display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid_filter_modal_camps_6fr 
    .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item 
    + .grid_filter_item   
    + .grid_filter_item   
    + .grid_filter_item  
{
    margin-top:20px;
}
#filter_badges {
    display:flex; 
    /* margin-top:10px;  */
    flex-flow: wrap; 
    gap: 5px;
}
.filter_badges_item {
    background-color:#e6e6e6;
    border:1px solid #ced4da;
    border-radius:5px; 
    font-size:12px;
    padding:2px 5px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.filter_badges_close {
    font-size:6px; 
    background-color:#fff; 
    border:1px solid #ced4da;
    border-radius:50%; 
    padding:5px; 
    margin-left:5px;
    cursor:pointer;
    transition: background ease 0.2s;
    transition: color ease 0.1s;
}
.filter_badges_close::before {
    margin-left:-0.5px;
}
.filter_badges_close:hover {
    background-color:#1882d7;
    color:#fff;
}
#badges_user_html {
    max-width: 200px !important;
}
#badges_produtos_html {
    max-width: 200px !important;
}
#exportar_equipamentos_filtros p {
    margin-bottom:5px;
}

.botao_seleciona_ambiente
{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.grid_botao_seleciona_ambiente
{
    display: flex;
    justify-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 40px 0px !important;
}

.seleciona_ambiente_overlay
{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.seleciona_ambiente_overlay p
{
    color: #000000;
    font-size: 20px;
    margin: 10px 0px 0px 0px;
}

.grid_seleciona_modo_cor
{
    display: flex;
    justify-items: center;
    justify-content: center;
}

.seleciona_modo_cor
{
    display: flex;
    align-items: center;
    height: 150px;
    background-size: 200% 200%;
    overflow: hidden;
}

.seleciona_modo_cor_dark
{
    border-radius: 0px 10px 10px 0px;
    justify-content: right;
}

.seleciona_modo_cor_white
{
    border-radius: 10px 0px 0px 10px;
    justify-content: left;
}

.seleciona_modo_cor_dark img
{
    height: 190%;
    width: 190%;
    max-width: unset;
}

.seleciona_modo_cor_white img
{
    height: 190%;
    width: 190%;
    max-width: unset;
}

.grid_alteracao_cor
{
    width: 100px;
    height: 40px;
    background-color: #dedede;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_seleciona_modo_cor
{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0px 5px;
    cursor: pointer;
}

.bolinha_sol
{
    border: solid 1px #a6a6a6;
    background-color: #a6a6a6;
    color: #f2f2f2;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bolinha_lua
{
    border: solid 1px #a6a6a6;
    background-color: #a6a6a6;
    color: #f2f2f2;
    font-size: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.animacao_seleciona_ambiente {
    transition: all 0.3s;
    transform: scale(1.1);
    z-index: 9999;
}

.animacao2_seleciona_ambiente {
    transition: all 0.3s;
    transform: scale(1);
}

.options_opt_gen {
    display:flex; 
    align-items:center; 
    padding:4px;
}

.option_opt_gen {
    flex:1; 
    border:1px solid #ced4da; 
    margin:0 5px; 
    padding:5px 5px;
    cursor: pointer;
    transition: all ease 0.2s;
}
.option_opt_gen:hover {
    background-color: #ced4da;
}

.option_opt_gen.selected {
    border-color: #1882d7;
    padding:4px;
}

/* Chat */

.grid-inputs
{
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: 60%;
}

.grid-filter {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    padding: 0 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
}
.grid-filter .grid-filter-item {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height:100%;
}
.grid-filter .grid-filter-item-btn {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    height:100%;
    padding-bottom:3px;
}

#chat_table
{
    border: none !important;
}

#chat_table tr
{
    border: none !important;
    background-color: transparent !important;
}

#chat_table td
{
    border-top: solid 1px #c4c4c48f !important;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 400;
}

#chat_table tr:hover td
{
    background-color: #CDE8F1;
}

#chat_table tbody tr:hover
{
    box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.1);
}

#chat_table td.acoes div
{
    display: flex;
    align-items: center;
    justify-content: end;
}

#chat_table td.acoes div,
.table_way_2 td.acoes div
{
    display: flex;
    align-items: center;
    justify-content: end;
}

#chat_table th
{
    color: #515151;
    border-bottom: solid 1px #c4c4c48f !important;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

#chat_table tbody:last-child td
{
    border-bottom: solid 1px #c4c4c48f !important;
}

#chat_table td.acoes .acoes_icone,
.table_way_2 td.acoes .acoes_icone
{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
}

#chat_table td.acoes .editar,
.table_way_2 td.acoes .editar,
.nova_tabela_registro .editar
{
    background-image: url(../../images/icone_editar_white.svg);
}

#chat_table td.acoes .excluir,
.table_way_2 td.acoes .excluir,
.nova_tabela_registro .excluir
{
    background-image: url(../../images/icone_excluir_white.svg);
}

#chat_table td.acoes .fluxo,
.table_way_2 td.acoes .fluxo
{
    background-image: url(../../images/icone_fluxo_white.svg);
}
#chat_table td.acoes .bloquear,
.table_way_2 td.acoes .bloquear
{
    background-image: url(../../images/shield_error_white.svg);
}

#chat_table tr:hover td.acoes .editar,
.table_way_2 tr:hover td.acoes .editar,
.nova_tabela_registro:hover .editar
{
    background-image: url(../../images/icone_editar_white_hover.svg);
}

#chat_table tr:hover td.acoes .excluir,
.table_way_2 tr:hover td.acoes .excluir,
.nova_tabela_registro:hover .excluir
{
    background-image: url(../../images/icone_excluir_hover.svg);
}

#chat_table tr:hover td.acoes .fluxo,
.table_way_2 tr:hover td.acoes .fluxo
{
    background-image: url(../../images/icone_fluxo_white_hover.svg);
}
#chat_table tr:hover td.acoes .bloquear,
.table_way_2 tr:hover td.acoes .bloquear
{
    background-image: url(../../images/shield_error.svg);
}

.nova_tabela_registro .chamados
{
    background-image: url(../../images/icone_chamados_white.svg);
}

.nova_tabela_registro .oportunidades
{
    background-image: url(../../images/icone_oportunidades_white.svg);
}

.nova_tabela_registro .tabela
{
    background-image: url(../../images/icone_tabela_white.svg);
}

.nova_tabela_registro:hover .chamados
{
    background-image: url(../../images/icone_chamados_hover.svg);
}

.nova_tabela_registro:hover .oportunidades:not(.disabled)
{
    background-image: url(../../images/icone_oportunidades_hover.svg);
}

.nova_tabela_registro:hover .tabela
{
    background-image: url(../../images/icone_tabela_hover.svg);
}

.nova_tabela_registro .oportunidades.disabled
{
    opacity: 0.5;
}

.nova_tabela_registro .acoes_icone
{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
}

.operador-foto
{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}

.fundo_chat_table
{
    width: 100%;
    padding: 0px 10px 10px 10px;
    border-radius: 5px;
}

.fundo_resales_table
{
    margin-top: 50px;
    width: 100%;
    padding: 0px 10px 10px 10px;
    border-radius: 5px;
}
#input-foto-perfil
{
    display: none;
}

#botao-foto-perfil
{
    border: 1px solid #9fa1a3 !important;
    border-radius: 0.25rem;
    padding: 6px;
    width: 185px;
    display: block;
    cursor: pointer;
}

.preview-foto-perfil
{
    width: 185px;
    height: 185px;
    padding: 8px;
    border: 1px solid #9fa1a3 !important;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}

.preview-foto-perfil img
{
    border-radius: 0.25rem;
    width: 167px;
    height: 167px !important;
    object-fit: cover;
}

#botao-foto-perfil img
{
    filter: brightness(0%);
}

.card-criar-canal
{
    background-color: #e6e6e6;
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.flex-valign-center
{
    display: flex;
    align-items: center;
}

#table_integracoes
{
    border: none !important;
    background-color: transparent !important;
    border-spacing: 2px !important;
    border-collapse: separate;
    width: 100%;
}

#table_integracoes tr
{
    border: none !important;
    background-color: transparent !important;
}

#table_integracoes td
{
    border: none;
    height: 42px;
    font-weight: 500;
}

#table_integracoes tr td:first-child
{
    border-radius: 4px 0px 0px 4px;
}

#table_integracoes tr td:nth-last-child(2)
{
    border-radius: 0px 4px 4px 0px;
}

#table_integracoes tr td:last-child
{
    border: none !important;
    background-color: transparent !important;
    opacity: 0;
}

#table_integracoes tr:hover td:last-child
{
    opacity: 1;
}

.canal_disabled
{
    filter: opacity(0.6);
}

.title-18
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

li:hover svg.img-menu path, li:hover svg.img-menu rect, li:hover svg.img-menu circle
{
    fill: #007BAE !important;
}

svg.img-menu path, svg.img-menu rect, svg.img-menu circle
{
    fill: #c8c9ce;
}

.settings-header
{
    float: right;
    margin: 8px 15px 0 0;
    max-width: 150px;
    border: 1px solid #dedede; 
    border-radius:2px;
    color:var(--font-color) !important;
    border:0px; 
}

.settings-header:hover
{
    color: var(--link-color) !important;
}

.settings-header svg
{
    width: 20px;
    height: 20px;
}

.card-content
{
    padding: 30px 28px;
}

.registros
{
    margin: 20px 0 0 28px;
    color: var(--font-color) !important;
    font-weight: 500;
}

.table-separate
{
    border-collapse: separate;
    border-spacing: 2px;
    border: none !important;
}

.table-separate img
{
    height: 24px;
    width: 24px;
}

.card_arredondado
{
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.15);
}

.icone-bloqueio-integracao
{
    filter: brightness(0.55);
}

#ws-loading {
    display:flex; 
    align-items:center; 
    justify-content:center; 
    height: calc(100vh - 200px); 
    width:100%;
}

.ws-loading-col {
    display:flex; 
    flex-direction:column; 
    align-items:center;
}

#ws-error {
    display:flex; 
    align-items:center; 
    justify-content:center; 
    height: calc(100vh - 200px); 
    width:100%;
}

.ws-error-col {
    display:flex; 
    flex-direction:column; 
    align-items:center;
}

#ws-connection-close {
    display:flex; 
    align-items:center; 
    justify-content:center; 
    height: calc(100vh - 200px); 
    width:100%;
}

.ws-connection-close-col {
    display:flex; 
    flex-direction:column; 
    align-items:center;
}

#loadingWrapper {
    width:100%; 
    height:100%; 
    display:flex;
    align-items:center; 
    justify-content:center;
}
#ws-localdb-error {
    display:flex; 
    align-items:center; 
    justify-content:center; 
    height: calc(100vh - 200px); 
    width:100%;
}

.ws-localdb-error-col {
    display:flex; 
    flex-direction:column; 
    align-items:center;
}
#ws-enterprise-error {
    display:flex; 
    align-items:center; 
    justify-content:center; 
    height: calc(100vh - 200px); 
    width:100%;
}

/* width */
.chat_tab_scroll::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.chat_tab_scroll::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle */
.chat_tab_scroll::-webkit-scrollbar-thumb {
    /* background: #efefef;  */
    /* background: #3b424f; */
    background-color: rgb(167, 167, 167); ;
}

/* Handle on hover */
.chat_tab_scroll::-webkit-scrollbar-thumb:hover {
    background: #084E65; 
}

/* o sistema n esta controlando msg lida ou n */
.msg-time-lbl .check_msg_see + .check_msg_see {
    margin-left:-6px;
}
.check_msg_see {
    padding:4px;
    display:flex;
}
.check_msg_see svg {
    height:11px;
    width:11px;
}
.check_msg_see.read svg path {
    fill:#00FF66;
}
.check_msg_see.error svg path {
    fill:#d72118;
}
.msg-time-lbl .check_msg_see.active {
    color:#1882d7;
}
.msg-time-lbl .check_msg_see.error {
    color:#d72118;
}
.message-bottom  {
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.queue {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    border:1px solid transparent;
    background-color: transparent;
    border-radius: 0px;
    background-color: #efefef;
    min-height: 80px;
    padding:10px 10px 10px 10px;
}
.queue-content {
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
    gap: 20px;
}
.queue-button:hover {
    background-color: #a9a9a9;
}

.toast_display {
    display:none;
}
.toast {
    padding: 5px 15px;
    min-width: 200px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.toast p {
    margin:0px;
}
.toast i {
    margin-right:5px;
}
.toast + .toast {
    margin-top:10px;
}
.toast_success i {
    color: #11b336;
}
.toast_error i {
    color: #ee3a3a;
}
.toast_success {
    background-color: #242c38;
    border:1px solid #3b424f;
}
.toast_error {
    background-color: #242c38;
    border:1px solid #3b424f;
}
.toasts_container {
    position:absolute; 
    right:5px; 
    top: 70px; 
    height:calc(100vh - 70px); 
    overflow:hidden;
}
.message_head_name p.unread, .message-info_time.unread {
    color:#37CFFF !important;
    opacity: 1 !important;
}
.unread_signal {
    background-color:#068EB9 !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color:#FFFFFF !important;
    font-size:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message_head_name {
    align-items: center;
    color: #505050;
    flex:1;
    overflow: hidden;
    white-space: nowrap;
}
.text-white {
    color: #515151 !important;
}
.load_content {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
    margin-top:-40px;
    text-align:center;
}
.load_content p {
    font-size: 16px;
    margin: 7px;
}
.loading_form_operador {
    height:100%;
}
.error_form_operador {
    height:100%;
}
.subtext-info {
    font-size: 0.69rem;
}
.success_chat_att {
    font-size:14px;
    text-align: center;
    margin-bottom:5px;
}
.error_chat_att {
    font-size:14px;
    text-align: center;
    margin-bottom:5px;
}
.salvando_form_operador {
    font-size:14px;
    text-align: center;
    margin-bottom:5px;
}
.chats-options {
    padding-left:0px !important;
}

.operacao_card
{
    display: flex;
    flex-direction: column;
    /* border-radius: 5px; */
    height: 100%;
}

.operacao_header
{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; 
}

.operacao_body
{
    background-color: #ffffff;
    padding: 2px 8px 10px;
    min-height: 37px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.operacao_footer
{
    min-height: 19px;
    max-height: 19px;
    /* background-color: #ffffff; */
}

.operacao_nome p
{
    word-break: break-word;
    text-align: center;
    padding: 0px 10px;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 8px 0px;
    color: #ffffff !important;
}

.operacao_mensagem
{
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0px;

    background-color: #CED4DA;;
    padding: 8px 10px;
    border-radius: 5px;
}

.operacao_saida
{
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 8px;
}

.operacao_saida_nome
{
    margin: 0px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.operacao_saida_tipo
{
    color: #000000 !important;
    margin: 0px !important;
    font-size: 11px !important;
}

.operacao_saida p
{
    line-height: 15px;
}

:root
{
    --fluxo_goiaba: 251, 125, 133;          /* #FB7D85 */
    --fluxo_azul_claro: 25, 119, 195;       /* #1977C3 */
    --fluxo_azul: 17, 75, 217;              /* #114BD9 */
    --fluxo_verde: 34, 139, 34;             /* #228B22 */
    --fluxo_verde_claro: 117, 217, 117;     /* #75D975 */
    --fluxo_rosa: 149, 11, 135;             /* #950B87 */
    --fluxo_rosa_claro: 224, 83, 210;       /* #E053D2 */
    --fluxo_amarelo: 161, 179, 29;          /* #A1B31D */
    --fluxo_amarelo_claro: 219, 242, 39;    /* #DBF227 */
    --fluxo_laranja: 187, 55, 36;           /* #BB3724 */
    --fluxo_laranja_claro: 255, 98, 74;     /* #FF624A */
    --fluxo_roxo: 107, 47, 153;             /* #6B2F99 */
    --fluxo_roxo_claro: 161, 71, 230;       /* #A147E6 */
    --fluxo_violeta: 99, 44, 140;           /* #632C8C */
    --fluxo_vermelho: 232, 75, 85;          /* #E84B55 */
    --fluxo_salmao: 251, 201, 204;          /* #FBC9CC */
}

/* sombra ao selecionar operação */
.drawflow .drawflow-node.operacao_enviar_mensagem.selected,
.drawflow .drawflow-node.operacao_envia_imagem.selected,
.drawflow .drawflow-node.operacao_envia_audio.selected,
.drawflow .drawflow-node.operacao_envia_documento.selected,
.drawflow .drawflow-node.operacao_envia_video.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_azul_claro)) !important;
}

.drawflow .drawflow-node.operacao_gravar_variavel.selected,
.drawflow .drawflow-node.operacao_envia_botoes.selected,
.drawflow .drawflow-node.operacao_envia_lista.selected,
.drawflow .drawflow-node.operacao_envia_lista_dinamica.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_verde)) !important;
}

.drawflow .drawflow-node.operacao_condicional.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_rosa)) !important;
}

.drawflow .drawflow-node.operacao_valida_datahora.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_roxo_claro)) !important;
}

.drawflow .drawflow-node.operacao_realizar_operacao.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_roxo)) !important;
}

.drawflow .drawflow-node.operacao_tipo_endpoint.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_rosa_claro)) !important;
}

.drawflow .drawflow-node.operacao_api.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_amarelo)) !important;
}

.drawflow .drawflow-node.operacao_pausar_fluxo.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_laranja)) !important;
}

.drawflow .drawflow-node.operacao_encaminhar_fluxo.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_laranja_claro)) !important;
}

.drawflow .drawflow-node.operacao_enviar_fila.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_amarelo_claro)) !important;
}

.drawflow .drawflow-node.operacao_receber_mensagem.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_violeta)) !important;
}

.drawflow .drawflow-node.operacao_aguardar_mensagem.selected,
.drawflow .drawflow-node.operacao_aguardar_multiplos_arquivos.selected,
.drawflow .drawflow-node.operacao_aguardar_imagem.selected,
.drawflow .drawflow-node.operacao_aguardar_audio.selected,
.drawflow .drawflow-node.operacao_aguardar_video.selected,
.drawflow .drawflow-node.operacao_aguardar_documento.selected
{
    box-shadow: 0 2px 15px 2px rgb(var(--fluxo_azul)) !important;
}

.output_content
{
    display: flex;
    justify-content: space-between;
}

.output_case
{
    display: flex;
    align-items: center;
}

/* cor dos outputs */
.output_case.output_azul .output
{
    background-color: rgb(var(--fluxo_azul_claro)) !important;
}

.output_case.output_verde .output
{
    background-color: rgb(var(--fluxo_verde)) !important;
}

.output_case.output_verde_claro .output
{
    background-color: rgb(var(--fluxo_verde_claro)) !important;
}

.output_case.output_laranja .output
{
    background-color: rgb(var(--fluxo_laranja)) !important;
}

.output_case.output_rosa .output
{
    background-color: rgb(var(--fluxo_rosa)) !important;
}

.output_case.output_rosa_claro .output
{
    background-color: rgb(var(--fluxo_rosa_claro)) !important;
}

.output_case.output_roxo_claro .output
{
    background-color: rgb(var(--fluxo_roxo_claro)) !important;
}

.output_case.output_roxo .output
{
    background-color: rgb(var(--fluxo_roxo)) !important;
}

.output_case.output_amarelo .output
{
    background-color: rgb(var(--fluxo_amarelo)) !important;
}

.output_case.output_amarelo_claro .output
{
    background-color: rgb(var(--fluxo_amarelo_claro)) !important;
}

.output_case.output_violeta .output
{
    background-color: rgb(var(--fluxo_violeta)) !important;
}

.output_case.output_anil .output
{
    background-color: rgb(var(--fluxo_azul)) !important;
}

.output_case.output_encaminha_fluxo .output
{
    background-color: rgb(var(--fluxo_laranja_claro)) !important;
}

.output_case.output_goiaba .output
{
    background-color: rgb(var(--fluxo_goiaba)) !important;
}

.operators_photos_content {
    display:flex;
    align-items: center;
}
.operator_photo_box {
    width: 30px;
    height:30px;
    border:2px solid #efefef;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
.plus_photo_box {
    width: 23px;
    height:23px;
    border-radius: 50%;
    background-color: #1881d7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
}
.operator_photo_box + .plus_photo_box {
    margin-left: -5px;
}
.operator_photo_box + .operator_photo_box {
    margin-left: -5px;
}
.custom_list {
    width: 100%;
    position: relative;
}
.custom_list_input {
    width: 100%;
    height:38px;
}
.custom_list_container {
    position: absolute;
    display: flex;
    background: #fff;
    border:1px solid #efefef;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    flex-direction: column;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index:99;
}
.custom_list_option_container {
    padding:10px 10px;
    transition: all ease 0.2s;
}
.custom_list_option_container:hover {
    background-color: #efefef;
    cursor: pointer;
}
.custom_list_option {
    display:flex;
    flex-direction: row;
    align-items: center;
}
.operador_foto_list {
    background-repeat: no-repeat;
    background-size:cover;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border:2px solid #efefef;
    margin-right:5px;
}
.operador_nome {
    font-size:14px;
    color:#242C3880;
}

.grupo_palavras_palavras
{
    display: flex;
    flex-wrap: wrap;
}

.grupo_palavras_palavra
{
    display: flex;
    width: fit-content;
    padding: 5px;
    margin: 0px 5px 5px 0px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #242C3880;
    font-size: 10px;
}

.grupo_palavras_palavra p
{
    color: #242C3880;
    font-size: 12px;
    line-height: 12px;
}

.btn_remover_grupo_palavra
{
    font-size: 10px;
    color: #242C3880;
    cursor: pointer;
}

.node_grupo_palavras_palavra
{
    color: #242C3880;
    width: fit-content;
    padding: 4px;
    margin: 5px 5px 0px 0px;
    border-radius: 5px;
}

.remove_detalhe_saida
{
    padding: 0px !important;
    border: none !important;
}

.box_variaveis
{
    padding: 5px;
    border-radius: 5px;
}

.fluxo_variavel
{
    padding: 5px;
    width: fit-content;
    color: #ffffff;
    cursor: pointer;
}

.content-message-img {
    border-radius: 5px !important;
    display:flex; 
    align-items:center; 
    flex-direction:row; 
    justify-content:center;
    box-shadow: inset #14181f75 0px 0px 10px 2px;
    border-radius: 10px !important;
}
.content-message-img.downloading {
    animation-name: downloadingImage;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height:154px;
    width: 235px;
    border-radius: 10px;
}

.content-message-video {
    border-radius: 5px !important;
    display:flex; 
    align-items:center; 
    flex-direction:row; 
    justify-content:center;
    box-shadow: inset #14181f75 0px 0px 10px 2px;
    border-radius: 10px !important;
}
.content-message-video.downloading {
    animation-name: downloadingImage;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height:222px;
    border-radius: 10px;
}

@keyframes downloadingImage {
    0% {
        box-shadow: inset #384152 0px 0px 40px 2px;
    }
    50% {
        box-shadow: inset #384152 0px 0px 10px 2px;
    }
    100% {
        box-shadow: inset #384152 0px 0px 40px 2px;
    }
}
.content-message-video-bg {
    display:flex; 
    align-items:center; 
    flex-direction:row; 
    justify-content:center;
    width: 100%; 
    height: 100%; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    border-radius: 10px !important;
    box-shadow: inset #14181f75 0px 0px 10px 2px;
}
.content-message-img-bg {
    display:flex; 
    align-items:center; 
    flex-direction:row; 
    justify-content:center;
    width: 100%; 
    height: 100%; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    border-radius: 10px !important;
    box-shadow: inset #14181f75 0px 0px 10px 2px;
}
.archive_image_msg {
    border-radius: 5px; 
    max-width:100%; 
    filter:blur(1px);
}
.archive_image_msg.no_blur {
    filter:blur(0px) !important;
}
.btn_download_img {
    margin:0px; 
    padding:5px 10px; 
    border-radius:100px; 
    border:1px solid #ababab; 
    position:absolute;
    transition: all ease 0.2s;
}
.btn_download_file {
    color:#4c4c4c;
}
.btn_download_img:hover {
    background-color:#c7c7c7d1;
    cursor: pointer;
}
.archive_image_load {
    width: 25px;
}
.btn_download_media_progress {
    transition: all ease 0.2s;
}

.btn_download_media_progress_audio {
    margin-right:10px !important;
}

.btn_download_media_progress_image {
    padding:5px 10px;
    margin:0px !important;
    position:absolute;
}

.message-audio {
    max-width: 340px;
    width: auto !important;
    height: 68px;
    padding: 7px 10px 7px 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    margin-bottom: 24px; 
    position: relative; 
}
.menu-operacoes
{
    display: flex;
    flex-direction: column;

    width: fit-content;
    height: fit-content;
    max-height: calc(100vh - 69px);
    background-color: #fff;
    padding: 10px;
    gap: 10px;

    border-radius: 4px !important;
    border: none !important;

    overflow-y: overlay;
    overflow-x: hidden !important;

    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.menu-operacoes::-webkit-scrollbar-track
{
    background-color: #F1F2F7;
}

.opcao-operacao
{
    display: flex;
    position: unset;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    
    min-height: 60px;
    max-height: 60px;
    width: 124px;

    border-radius: 4px !important;
    border: solid 1px #d1d1d1;

    text-align: center;

    line-height: 15px;
    /* cursor: move; */
}

.opcao-operacao:hover
{
    background-color: #f2f2f2;
}

.subopcao-operacao:hover
{
    background-color: #f2f2f2;
}

.opcao-title
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex:1;
}

.opcao-operacao-icone
{
    border: none;
    width: 25px;
    margin-bottom: 2px;
    object-fit: contain;
}

.opcao-operacao span
{
    font-weight: 500;
    color: #0d0d0d;
    font-size: 13px;
}

/* Cor das bordas laterais */
.opcao-operacao.operacao-azul, .opcao-operacao.operacao-azul .subopcao-operacao, .opcao-operacao.operacao-azul .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_azul_claro));
}

.opcao-operacao.operacao-verde, .opcao-operacao.operacao-verde .subopcao-operacao, .opcao-operacao.operacao-verde .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_verde));
}

.opcao-operacao.operacao-verde_claro, .opcao-operacao.operacao-verde_claro .subopcao-operacao, .opcao-operacao.operacao-verde_claro .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_verde_claro));
}

.opcao-operacao.operacao-laranja, .opcao-operacao.operacao-laranja .subopcao-operacao, .opcao-operacao.operacao-laranja .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_laranja));
}

.opcao-operacao.operacao-laranja_claro, .opcao-operacao.operacao-laranja_claro .subopcao-operacao, .opcao-operacao.operacao-laranja_claro .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_laranja_claro));
}

.opcao-operacao.operacao-rosa, .opcao-operacao.operacao-rosa .subopcao-operacao, .opcao-operacao.operacao-rosa .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_rosa));
}

.opcao-operacao.operacao-roxo_claro, .opcao-operacao.operacao-roxo_claro .subopcao-operacao, .opcao-operacao.operacao-roxo_claro .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_roxo_claro));
}

.opcao-operacao.operacao-roxo, .opcao-operacao.operacao-roxo .subopcao-operacao, .opcao-operacao.operacao-roxo .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_roxo));
}

.opcao-operacao.operacao-amarelo_claro, .opcao-operacao.operacao-amarelo_claro .subopcao-operacao, .opcao-operacao.operacao-amarelo_claro .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_amarelo_claro));
}

.opcao-operacao.operacao-amarelo, .opcao-operacao.operacao-amarelo .subopcao-operacao, .opcao-operacao.operacao-amarelo .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_amarelo));
}

.opcao-operacao.operacao-anil, .opcao-operacao.operacao-anil .subopcao-operacao, .opcao-operacao.operacao-anil .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_azul));
}

.opcao-operacao.operacao-azul-claro, .opcao-operacao.operacao-azul-claro .subopcao-operacao, .opcao-operacao.operacao-azul-claro .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_azul_claro));
}

.opcao-operacao.operacao-rosa_claro, .opcao-operacao.operacao-rosa_claro .subopcao-operacao, .opcao-operacao.operacao-rosa_claro .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_rosa_claro));
}

.opcao-operacao.operacao-goiaba, .opcao-operacao.operacao-goiaba .subopcao-operacao, .opcao-operacao.operacao-goiaba .subopcao-operacao.clone
{
    border-left: solid 10px rgb(var(--fluxo_goiaba));
}

.subopcao-operacao.clone
{
    width: 120px !important;
    border-radius: 4px;
}

.subopcao-operacao.clone,
.opcao-operacao.clone
{
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.painel-direito-fluxo
{
    flex: 1 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#painel-opcoes-operacao
{
    display: flex;
    padding: 10px 10px;
    flex-direction: column;
    width: 360px;
    height: calc(100vh - 54px);
    position: fixed;
    left: calc(100vw - 360px);
    background-color: #FFFFFF;
    z-index: 998;
}

.btn-painel-opcoes-operacao
{
    color: #252d38;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    padding: 6px;
    border-radius: 50%;
}

#btn-help-opcoes-operacao
{
    color: #3d3834;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 15px;
    top: 20px;
}

#btn-help-opcoes-operacao:hover
{
    color: #026c84;
    transform: scale(1.1);
}

#body-painel-opcoes-operacao
{
    padding: 0px 5px;
    margin: 0px 0px;
    overflow-y: auto;
}

.preview-painel-opcoes-operacao
{
    background-color:#e5e5e5;
    animation: painel_fluxo_preview 4.5s infinite;
    border-radius: 5px;
}
  
@keyframes painel_fluxo_preview
{
    0% {background-color: #e5e5e5;}
    25% {background-color: #d0d0d0;}
    50% {background-color: #e5e5e5;}
    75% {background-color: #d0d0d0;}
    100% {background-color: #e5e5e5;}
}

.operacao_mensagem
{
    word-break: break-word;
}
.operacao_description {
    word-break: break-word;
    font-size: 12px;
    color: #505050 !important;
    margin:0px;
}
.operacao_content_padding {
    padding:4px;
}

.btn_adicionar_grupo
{
    color: #068EB9 !important;
    cursor: pointer;
}

.btn_remover_grupo
{
    font-size: 10px;
    color: #DC3545 !important;
    margin: 0px;
    cursor: pointer;
    width: fit-content;
}

.api_fluxo_variavel
{
    display: flex;
    width: fit-content;
    padding: 5px;
    margin: 8px 5px 0px 0px;
    border: 1px solid #ced4da !important;
    border-radius: 10px;
    font-size: 10px;
}

.api_fluxo_variavel p
{
    color: #505050;
    font-size: 12px;
    line-height: 12px;
    line-break: anywhere;
}
.api_fluxo_variavel i
{
    color: #505050;
}

.btn_remover_variavel,
.btn_remover_multipart_valor
{
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
}

#api_variaveis_fluxo,
#api_multipart_valores
{
    display: flex;
    flex-wrap: wrap;
}

.input_nome_fluxo
{
    background-color: transparent;
    border: solid 1px #2a2a3d;
    padding: 0px 0px 0px 5px;
    border-radius: 5px;
}

.btn_editar_nome_fluxo
{
    cursor: pointer;
}

.btn_editar_nome_fluxo:hover
{
    color: white;
}

/* CHATS */

.chats-card {
    height: calc(100vh - 65px);
    overflow: auto;
}
.chats-card .card-body {
    height: 100%;
    padding: 17px 11px;
}

.searchbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border:1px solid #ced4da;
    margin:7px 10px;
    border-radius: 4px;
    height:34px;
}
.searchbox input {
    border:none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    flex:1;
    padding:0 10px;
}

.searchbox .queues_button {
    background-color: #ced4da;
    height: 100%;
    width: 40px;
    border-radius: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.2s;
}
.searchbox .queues_button:hover  {
    background-color: #aeb3b9;
    cursor: pointer;
}
.searchbox .search_button {
    background-color: transparent;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-item {
    padding: 0px 16px;
    transition: background ease 0.2s;
    border-bottom: 1px solid #F1F2F7;
    cursor: pointer;
	padding-bottom: 10px;
	padding-top: 10px;
}

.person-img {
    width: 53px;
    height: 53px;
}
.person-img_main {
    object-fit: cover;
    border-radius: 100%;
}
.person-img_icon {
    right: -7px;
    top: -4px;
}

#chatSection {
    width: calc(100% - 252px);
    padding-left:0px;
}

#chatSection.chamado {
    width: 100%;
    height: calc(100vh - 178px);
    padding-left:0px;
}

.message-info {
    flex: 2;
    margin-left: 15px;
    max-width: 80%;
}
.message-info_time,
.message-info_text {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
	font-weight: 300;
}

.message_head_name p {   
    text-transform:capitalize;
	font-weight: 500;
}
.message_head_name > p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
}

/* messages block */
.messages-block {
    width: 100%;
    height: calc(100vh - 65px);
    padding: 10px 12px 14px 13px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url('../../images/chats/chat-background-claro.png');*/
    background-image: url('../../images/chats/fundo-chat-claro.png');
    overflow: hidden;
}
.wrapper {
    overflow-y: auto;
    padding-right: 2px;
}

.message-button {
    max-width: 330px;
    width: 100%;
    padding: 7px 10px 7px 14px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    margin-bottom: 5px; 
    position: relative; 
}
.message-button-option.replyed {
    background-color: #084E65 !important;
}
.message-button .text {
    font-size: 13px;        
    font-weight: 600;
}
.message-button .time {
    font-size: 12px;
    line-height: 21px;
    opacity: 0.8;
}
.message-button.message-own {
    margin-bottom: 5px !important;
}
.message-button-container {
    margin: 0 15px 24px auto;
    max-width: 330px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 24px; 
    position: relative; 
    display:grid;
    grid-template-columns: 1fr;
    gap: 4px;
}
.message-button-option {
    padding: 7px 10px 7px 14px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    position: relative; 
    background-color: #068EB9;
    color:#fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
.message-button-container::after {
    content: none !important;
}

.message-divisor {
    height: 1px;
    width: 90%;
    background-color: #171c2328;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top:5px;
    margin-bottom:5px;
}
.message-list {
    max-width: 330px;
    width: 100%;
    padding: 7px 10px 7px 14px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    margin-bottom: 5px; 
    position: relative; 
}
.message-list-option.replyed {
    background-color: #084E65 !important;
}
.message-list .text {
    font-size: 13px;        
    font-weight: 600;
}
.message-list .time {
    font-size: 12px;
    line-height: 21px;
    opacity: 0.8;
}
.message-list.message-own {
    margin-bottom: 5px !important;
}
.message-list-container {
    margin: 0 15px 24px auto;
    max-width: 330px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 24px; 
    position: relative; 
    display:flex;
    flex-direction: column;
    align-items: left;
    background-color: #068EB9;
    padding: 7px 10px 7px 14px;
}

.row_option_text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list-scroll {
    max-height: 300px;
    overflow: auto;
}

/* width */
.message-list-scroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.message-list-scroll::-webkit-scrollbar-track {
    background: transparent; 
    padding: 20px 0;
}

/* Handle */
.message-list-scroll::-webkit-scrollbar-thumb {
    background: #efefef; 
    /* background: #636E72; */
}

/* Handle on hover */
.message-list-scroll::-webkit-scrollbar-thumb:hover {
    background: rgb(167, 167, 167); 
}

.message-list-option {
    padding: 7px 10px 7px 14px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    position: relative; 
    background-color: #068EB9;
    color:#fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
.message-list-container::after {
    content: none !important;
}
.message-list-view {
    padding:7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    border-radius: 16px;
    transition: all ease 0.2s;
}
.message-list-view:hover {
    background-color: #084e6552 !important;
}
.message-list-view i {
    color: #fff !important;
    margin-right:5px;
    font-weight: 500;
}
.message-list-view p {
    color: #fff !important;
    margin:0px;
    font-weight: 500;
}
.list-section-title {
    font-size: 13px;
    text-align: center;
    color:#fff !important;
    margin:5px 0;
}
.section-rows-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
}
.section-row-option {
    padding:7px 10px;
    width: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color:#fff;
}
.section-row-option:hover {
    background-color: #084e6552 !important;
}

.section-row-option input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 3px;
    
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #fff;
    border-radius: 50%;
}
  
.section-row-option input[type="radio"]:checked {
    background-color: #fff !important;
}

.message {
    max-width: 330px;
    width: fit-content;
    padding: 7px 10px 7px 14px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    margin-bottom: 24px; 
    position: relative; 
} 
.message .text {
    font-size: 13px;
    font-weight: 600;
}
.message .time {
    font-size: 12px;
    line-height: 21px;
    opacity: 0.8;
}
.message-text-content {
    word-break: break-word;
    line-height: 20px !important;
    color: #fff !important;
    font-size: 14px;
}
.message-loading-content {
    display:flex; 
    align-items:center;
    color: #4c4c4c !important;
    font-size: 0.8rem;
}
.message-loading-content img {
    margin-right: 5px;
}
.message-loading-content i {
    margin-right: 5px;
}
.message-own {
    background-color: #068EB9;
    margin: 0 15px 24px auto;
}
.message-own::after {
    content: " ";
    width: 14px;
    height: 24px;
    background-color: #068EB9;
    clip-path: polygon(0 36%, 0% 100%, 100% 68%);
    position: absolute;
    top: 6px;
    right: -11px;
}
.message-media-sending {
    background-color: #efefef;
    margin: 0 15px 24px auto;
}
.message-media-sending::after {
    content: " ";
    width: 14px;
    height: 24px;
    background-color: #ffffff;
    clip-path: polygon(0 36%, 0% 100%, 100% 68%);
    position: absolute;
    top: 6px;
    right: -11px;
}
.message-with {
    background-color: #084E65;
    margin: 0 auto 24px 15px;
}
.message-with::before {
    content: " ";
    width: 14px;
    height: 24px;
    background-color: #084E65;
    clip-path: polygon(100% 0, 0 36%, 100% 68%);
    position: absolute;
    left: -11px;
    top: 14px;
}
.message-sender {
    color: #FFFFFF !important;
}
.message-with .msg-time-lbl {
    color: #D0D0D0 !important;
}
.message-own .msg-time-lbl {
    color: #fff !important;
}

#btn_exibe_options {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 70px;
    cursor: pointer;
    transition: all ease 0.2s;
}

#closeIcon {
    display: none;
}

.send-message {
    width: 100%;
    background: #fff !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 0px 4px rgba(0, 0, 0, 0.05), 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 11px 15px 11px 8px;
    min-height: 48px;
    max-height: 200px;
}
.send-message textarea {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    color: #515151 !important;
    margin-left: 16px;
    background: #fff;
    margin-right: 20px;
    resize: none;
}
.send-message textarea::placeholder {
    color: #A8A8A8;
}
.send-message .icons li {
    height: 24px;
    margin: 0 4px;
}
.send-message .icons li:last-child {
    margin-left: 12px;
    margin-right: 0;
}

/* right card - options */
.chats-options {
    display: none;
}
.chats-right-card {
    height: calc(100vh - 65px);
}
.chats-right-card .card-body {
    padding: 20px 18px 20px;
}
.chats-right-card .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 40px 10px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.switch input {
    display: none;
}
.switch-handle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.switch span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #3B424F;
    border-radius: 20px;
    transition: 0.4s;
}
.switch span:last-child::before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    /* left: 3px;
    bottom: 2.8px; */
    transition: 0.4s;
}
.switch input:checked + span {
    background-color: #4ECC5C;
}
.switch input:checked + span::before {
    transform: translateX(17px);
}

.chats-right-card .btn {
    width: 100%; 
    padding: 15px 30px;
}
.chats-right-card .btn + .btn {
    margin-top:0.5rem;
}
.chats-right-card .btn-secondary { 
    margin-bottom: 13px;
}

.flex-chats {
    display: flex;
    align-items: center;
}
.chat-item.active {
    background-color: #068eb93b;
}
.message-full {
    background-color: #c4c4c480;
    margin: auto;
	text-align: center;
}

.chat-item:hover {
    background-color: #068eb93b;
}

#chatOptions
{
    color: #505050;
    display: flex;
    padding: 0px;
    flex-direction: column;
    width: 350px;
    height: calc(100vh - 54px);
    position: fixed;
    left: 100vw;
    z-index: 998;
}

.attach_container {
    width:100%; 
    position:relative; 
    margin-bottom:5px;
}
.attach_list {
    background-color:#fff; 
    width:100%; 
    border-radius:10px; 
    display:flex; 
    flex-direction:column; 
    justify-content:flex-end;
}
.attach_item {
    display:flex; 
    flex-direction:row; 
    align-items:center; 
    height:38px; 
    justify-content:space-between; 
    padding:0px 10px;
    transition: all ease 0.2s;
    border-radius:10px; 
    gap: 5px;
}
.attach_item:hover {
    background-color: #eeeeee;
    cursor: pointer;
}
.attach_remove {
    padding:5px;
}
.attach_remove:hover {
    color: #dc3545;
}
.attach_link {
    color:#1882d7 !important;
    /* text-decoration: underline !important; */
}
.attach_filename i {
    margin-right: 5px;
}
.attach_filename img {
    margin-right: 5px;
}
.attach_link:hover {
    color:#1562b5 !important;
}
.attach_filename {
    display:flex;
    flex:1;
    align-items: center;
}

#drawflow {
    /*cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
    cursor: -o-grab !important;
    cursor: -ms-grab !important;
    cursor: grab !important; */
}

#drawflow:active {
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -o-grabbing !important;
    cursor: -ms-grabbing !important;
    cursor: grabbing !important;
    cursor: grabbing !important;
}
.unabled_webhook {
    animation: hookUnset 2s infinite;
    margin-right:5px;
}

@keyframes hookUnset {
    0% {
        opacity:1;
    }
    10% {
        opacity:0.7;
    }
    25% {
        opacity:0.5;
    }
    50% {
        opacity:0.3;
    }
    75% {
        opacity:0.5;
    }
    90% {
        opacity:0.7;
    }
    100% {
        opacity:1;
    }
}

.webhook_set_box {
    background-color: #efefef;
    border-radius: 3px;
}

.audio-bar
{
    height: 30px;
    width: 275px;
    cursor: pointer !important;
}

.play_chat_audio
{
    cursor: pointer;
    margin-right: 10px;
    font-size: 23px;
    display: flex;
    align-items: center;
}

.content-message-audio-download
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding:5px 10px;
}
.content-message-audio-download.downloading
{
    opacity: 0.5;
}
.content-message-audio
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding:5px 5px;
}
.content-message-audio .surfer {
    flex:1;
}
wave {
    border-right:  none !important;
}
.audio_badge {
    display: flex;
    flex-direction: row;
}
.audio_badge img {
    height: 40px;
}
.audio_badge span {
    color:#D0D0D0 !important;
    font-size: 11px;
    margin-top:2px;
    align-self: end;
    margin-right: 5px;
}
.audio_download {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.audio_download img {
    height: 28px;
}
.audio_download span {
    color:#D0D0D0 !important;
    font-size: 11px;
    margin-top:2px;
}
.fake_download_audio_track {
    flex:1;
    margin:0 10px;
    border:2px solid #ffffff8c;
    border-radius: 2px;
    position:relative;
}
.fake_download_audio_track .fake_track_badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
}
.fake_audio
{
    display: none;
}

.audio_bar_disabled
{
    opacity: 0.5;
    cursor: default !important;
}

.chat_video
{
    width: 100%;
}

.video_disabled
{
    display: none;
}

.fake_video
{
    width: 500px;
    position: fixed;
    top: 0px;
    opacity: 0;
}

.message-video {
    max-width: 340px;
    width: auto !important;
    min-height: 100px;
    /* padding: 7px 10px 7px 10px; */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 24px; 
    position: relative; 
    border: 1px solid #152F5066;
    background-color: #068db8 !important;
    cursor: pointer;
    max-height: 222px;
    height: 100%;
}
.message-video canvas {
    border-radius: 10px;
}
.message-video::before {
    content: none !important;
}
.message-video::after {
    content: none !important;
}
.message-video img {
    border-radius: 10px !important;
}
.chat_video_preview_load
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 320;
}

.content-message-video
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.chat_video_preview
{
    display: flex;
    justify-content:center;
    height: 100%;
    width: 353px;
    border-radius: 10px;

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.25);

    cursor: pointer;
    overflow: hidden;
}

.play_icon {
    position: absolute;
}

.chat_video_preview_overlay
{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.video_play_button
{
    height: 80px;
    width: 80px;
}

.video_download_button
{
    height: 80px;
    width: 80px;
}

.btn_download_video, .btn_download_image
{
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

    cursor: pointer;
}

#chat_gallery
{
    left: 0px;
    top: 0px;
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
}

#gallery_current_media
{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto; */
    /* max-width: 90%; */
    position: absolute;
}

#gallery_current_media > *:first-child {
    max-width: 80%;
    max-height: 80%;
}

#galley_content
{
    width: 100%;
    height: 100%;
}

.message-img {
    width: 235px;
    height: 154px;
    /* padding: 7px 10px 7px 10px; */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 24px; 
    position: relative; 
    border: 1px solid #152F5066;
    background-color: #068db8 !important;
}
.label_img_content {
    position: absolute;
    left:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    color: #fff !important;
    font-size: 11px;
    padding: 5px 10px;
}
.content-message-img img {
    border-radius: 10px;
}
.message-img::before {
    content: none !important;
}
.message-img::after {
    content: none !important;
}
.message-img-download {
    max-width: 235px;
    width: auto !important;
    /* padding: 7px 10px 7px 10px; */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 24px; 
    position: relative; 
    border: 1px solid #152F5066;
    background-color: #068db8 !important;
    cursor: pointer;
}
.message-img-download img {
    border-radius: 10px;
}
.message-img-download::before {
    content: none !important;
}
.message-img-download::after {
    content: none !important;
}

.message-video-download {
    width: 353px;
    /* padding: 7px 10px 7px 10px; */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 24px; 
    position: relative; 
    border: 1px solid #152F5066;
    background-color: #068db8 !important;
    cursor: pointer;
}
.message-video-download::before {
    content: none !important;
}
.message-video-download::after {
    content: none !important;
}
.message-video-download img {
    border-radius: 10px !important;
}
.label_video_content_download {
    position: absolute;
    left:0;
    bottom:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff !important;
    font-size: 11px;
    padding: 5px 10px;
}
.label_video_content {
    position: absolute;
    left:0;
    bottom:0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #fff !important;
    font-size: 11px;
    padding: 5px 10px;
}

.label_img_content_download {
    position: absolute;
    left:0;
    bottom:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff !important;
    font-size: 11px;
    padding: 5px 10px;
}

.message-img .text {
    font-size: 13px;
    font-weight: 600;
}

.message-img .time {
    font-size: 12px;
    line-height: 21px;
    opacity: 0.8;
}
.message-doc .time {
    font-size: 12px;
    line-height: 12px;
    opacity: 0.8;
    margin-top:2px;
    margin-bottom:0px;
}
.message-doc .doc_name {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:4px;
    color:#EEE !important;
    font-size: 15px;
}

.message-doc .doc_filesize {
    font-size: 10px;
    color:#EEE !important;
}

.btn_download_audio
{
    height: 30px !important;
    width: 30px;
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.chat_image_preview
{
    cursor: pointer;
    border-radius: 5px;
}

.message-doc
{
    max-width: 307px;
    width: auto !important;
    height:58px;
    padding: 7px 10px 7px 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    margin-bottom: 24px; 
    position: relative; 
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.chat_doc_icon
{
    height: 100%;
    max-height: 40px;
    margin-right: 5px;
}

.content-message-doc
{
    width: 100%;
    display: flex; 
    align-items: center; 
    flex-direction: row; 
    justify-content: space-between;
}

.btn_download_doc
{
    height: 30px !important;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:3px;
    cursor: pointer;
}
.btn_download_doc span
{
    font-size:10px;
}
#record_audio
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.record_audio_outer_container
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.record_audio_badge {
    display: flex;
    align-items: center;
}

.record_audio_track_fake {
    flex:1;
    border:1px solid #364050;
    margin: 0 40px;
}

.record_audio_inner_container
{
    display: flex;
    align-items: center;
}

#play_recorded_audio
{
    margin-right: 10px;
    font-size: 30px;
    display: none;
    cursor: pointer;
}

#stop_audio_recording
{
    display: flex;
    margin-right: 10px;
    font-size: 30px;
    cursor: pointer;

    animation-name: example;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;  
}

@keyframes example {
    0% {opacity: 1;}
    100% {opacity: 0.6;}
  }

#record_audio_counter
{
    margin-right: 10px;
    font-size: 20px;
}

#send_recorded_audio
{
    width: 105%;
    height: 97%;
    opacity: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#delete_audio
{
    font-size: 28px;
    display: flex;
    cursor: pointer;
}
.message_flags {
    text-decoration:underline;
    color:#1562b5;
    transition: all ease 0.2s;
}
.message_flags:hover {
    color:#1882d7;
    cursor: pointer;
}

.seleciona_empresa,
.seleciona_bot,
.seleciona_campanha
{
    cursor: pointer;
}

.btn_light_blue
{
    padding: 0px 10px;
    background-color: #068EB9;
    border-color: #068EB9;
    color: #ffffff;
    border-radius: 5px;
    transition: all .15s ease-in-out;
}

.btn_light_blue:hover
{
    background-color: #00B4EAE6;
    border-color: #00B4EAE6;
}

.btn_dark_blue
{
    padding: 0px 10px;
    background-color: #173F51;
    border: none;
    color: #B9C5CA;
    border-radius: 5px;
    transition: all .15s ease-in-out;
}

.btn_dark_blue:hover
{
    background-color: #11303d;
}

.btn_limpar_filtros
{
    margin-top: 10px;
}

.btn_limpar_filtros a
{
    color: #00B4EACC;
}

.filtros_head
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filtros_head_btns
{
    display: flex;
    align-items: center;
    gap: 5px;
}

.filtros_body
{
    height: 0px;
    margin-top: 0px;
}

#expande_filtros
{
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
}

#emoji_panel
{
    position: fixed;
    bottom: 77px;
    z-index: 10;
}

.emoji_categories_box .emoji img {
    filter: brightness(0);
    opacity: 50%;
}

#btn_emoji_panel
{
    filter: brightness(0.499);
    max-width: 30px !important;
}

#drawflow
{
    overflow: hidden !important;
    position: relative !important;
}

#drawflow .drawflow
{
    position: relative !important;
    width: 10000px !important;
    height: 10000px !important;
    background-image: url(../../images/chat_background.png);
    background-position: -1px -6px;
}

.message_bar_icons
{
    filter: brightness(0.499);
    width: 20px;
    height: 20px;
    max-width: 25px !important;
    cursor: pointer;
}

#bottom_bar
{
    display: flex;
    align-items: center;
    z-index: 998;
}

#send_message
{
    width: 105%;
    height: 97%;
    opacity: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#send_message_container
{
    cursor: pointer;
    background-color: #068EB9;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    margin-left: 10px;
}

#menuIcon
{
    width: 80px;
}

#chat-content
{
    height: calc(100vh - 54px);
}

#chat-content.chamado
{
    height: 100%;
}

#save_operator_box_data,
#finalizar_chat
{
    border-radius: 5px;
    padding: 7px 10px;
}

#fluxo_infos
{
    overflow: visible;
    width: 145px;
    position: fixed;
    z-index: 998;
    
    height: calc(100vh - 64px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#fluxo_action_buttons
{
    position: fixed;
    margin-left: 160px;
    z-index: 997;
    
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.rounded_return_button
{
    width: 30px;
    height: 30px;
    background-color: #242c38;
    border-radius: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded_return_button i
{
    color: #ffffff;
    height: 12.5px;
    width: 12.5px;
}

#drawflow_parent
{
    display: grid;
    height: calc(100vh - 54px);
}

#btn_fluxo_principal_box
{
    position: fixed;
    right: 10px;
    margin-top: 10px;
    z-index: 998;
}

#box_autenticacao
{
    display: flex; margin-top: 8px;
}

#api_multipart_valor_file
{
    display: none;
}

#btn_multipart_input_file
{
    display: none;
    opacity: 0;
    margin: 0px 5px 0px 0px;
    height: 100%;
    align-items: center;
}

#multipart_input_file_name
{
    display: none;
    opacity: 0;
    margin: 0px;
}

.message-alert-chatbox {
    position: absolute;
    top: -50px;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: #068eb98c !important;
    max-width: 500px;
}

.barra_digitacao {
    position: relative;
}

.canal_header
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    min-width: 624px;
    max-width: 982px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 8px;
}

.canal_body
{
    display: flex;
    flex-direction: row;

    border-style: solid;
    border-width: 2px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-width: 624px;
    max-width: 982px;
}

.canal_desc
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 15px 0px 15px;
    width: 190px;
    border-right: solid 2px;
}

.canal_desc p
{
    margin-bottom: 5px;
}

.canal_integracoes
{
    width: 788px;
    padding: 10px;
}

.canal_header.canal_disabled
{
    border-radius: 5px;
}

.canal_whatsapp .canal_header
{
    background-color: var(--whatsapp-background-color);
}

.canal_telegram .canal_header
{
    background-color: var(--telegram-background-color);
}

.canal_sms .canal_header
{
    background-color: var(--sms-background-color);
}

.canal_whatsapp .primary_color
{
    color: var(--whatsapp-color);
}

.canal_telegram .primary_color
{
    color: var(--telegram-color);
}

.canal_sms .primary_color
{
    color: var(--sms-color);
}

.canal_whatsapp .canal_body,
.canal_whatsapp .canal_desc
{
    border-color: var(--whatsapp-background-color);
}

.canal_telegram .canal_body,
.canal_telegram .canal_desc
{
    border-color: var(--telegram-background-color);
}

.canal_sms .canal_body,
.canal_sms .canal_desc
{
    border-color: var(--sms-background-color);
}

.canal_whatsapp #table_integracoes td
{
    background-color: var(--whatsapp-table-background-color);
}

.canal_telegram #table_integracoes td
{
    background-color:var(--telegram-table-background-color);
}

.canal_sms #table_integracoes td
{
    background-color: var(--sms-table-background-color);
}

:root
{
    --whatsapp-table-background-color: rgba(70, 199, 86, 0.5);
    --telegram-table-background-color: rgba(52, 171, 222, 0.5);
    --sms-table-background-color: rgba(28, 107, 191, 0.5);

    --whatsapp-background-color: rgba(70, 199, 86, 0.7);
    --telegram-background-color: rgba(52, 171, 222, 0.7);
    --sms-background-color: rgba(28, 107, 191, 0.7);

    --whatsapp-color: rgb(70, 199, 86);
    --telegram-color: rgb(52, 171, 222);
    --sms-color: rgb(28, 107, 191);
}

.help_icon
{
    color: #ffffff !important;
    margin-right: -5px;
    margin-bottom: 10px;
}

.canal_whatsapp .help_icon circle 
{
    stroke: var(--whatsapp-color);
    fill: transparent;
}

.canal_whatsapp .help_icon path 
{
    fill: var(--whatsapp-color);
}

.canal_telegram .help_icon circle 
{
    stroke: var(--telegram-color);
    fill: transparent;
}

.canal_telegram .help_icon path 
{
    fill: var(--telegram-color);
}

.canal_sms .help_icon circle 
{
    stroke: var(--sms-color);
    fill: transparent;
}

.canal_sms .help_icon path 
{
    fill: var(--sms-color);
}

.canal_integracoes.sem_integracao
{
    display: flex;
    flex: 1;
    flex-direction: column;
}

.msg_sem_integracao
{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_all
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.separate_all
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card_painel_opcoes
{
    border-radius: 8px;
}

.title_painel_opcoes
{
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    color: #515151;
    font-weight: 700;
}

.subtitle_painel_opcoes
{
    margin: 0px;
    font-size: 14px;
    color: #515151;
    font-weight: 700;
}

.grupo_palavras_palavras_value
{
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 10px;
}

.painel_opcoes_config_desc small
{
    color: rgba(81, 81, 81, 1) !important;
}

.drawflow .drawflow-node:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0px 0px 3px #c1c1be;
    box-shadow: 0 0px 0px 3px #c1c1be;
  }
  
#tipos_retorno
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tipo_retorno
{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tipo_retorno label
{
    margin-bottom:2px;
    cursor: pointer;
}

.tipo_retorno input
{
    width: 17px;
    height: 17px;
    margin: 0px 5px;
}

.chat_tooltip {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
}
.chat_tooltip.toggle_helper {
    cursor: pointer;
}

.chat_tooltip svg
{
    padding-bottom: 2px;
}

.chat_tooltip .chat_tooltip_content {
    visibility: hidden;
    position: fixed;
    background-color: #ffffff;
    width: 230px;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
}

.chat_tooltip.toggle_helper .chat_tooltip_content {
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    left: 25px;
    background-color: #ffffff;
    width: 230px;
    color: #fff;
    padding: 0px;
    border-radius: 10px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
}

.chat_tooltip.tooltip_to_top .chat_tooltip_content {
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    left: 25px;
    background-color: #ffffff;
    width: 230px;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
}

.chat_tooltip:hover .chat_tooltip_content {
    visibility: visible;
    opacity: 1;
}
.chat_tooltip.active:hover .chat_tooltip_content {
    visibility: hidden;
    opacity: 0;
}

.chat_tooltip_content:hover .chat_tooltip_content {
    visibility: visible;
    opacity: 1;
}

.chat_tooltip_title
{
    text-align: center;
    font-size: 14px;
    color: #068EB9 !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.chat_tooltip_body
{
    padding: 20px;
    border-radius: 10px;
    border: dashed 1px #068EB9;
    max-height: 200px;
    overflow: auto;
}

.chat_tooltip.toggle_helper .chat_tooltip_body
{
    padding: 10px;
    border-radius: 10px;
    border: dashed 1px #068EB9;
    max-height: 200px;
    overflow: auto;
}

.chat_tooltip_paragraph
{
    margin-bottom: 10px;
    line-height: 18px;
}

.chat_tooltip_body .chat_tooltip_paragraph:last-child
{
    margin-bottom: 0px !important;
}

.time_selector_group
{
    display: flex;
}

.time_selector
{
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.time_selector i
{
    cursor: pointer;
    font-size: 10px;
}

.output_x_icon
{
    color: #DC3545;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
    right: 10px;
    line-height: 10px;
}

.f-1
{
    flex: 1;
}

.chat_tooltip svg circle
{
    stroke: #36ADE1;
    fill: transparent;
}

.chat_tooltip svg path
{
    fill: #36ADE1;
}

.chat_tooltip.toggle_helper svg circle
{
    stroke: #505660;
    fill: transparent;
}

.chat_tooltip.toggle_helper svg path
{
    fill: #505660;
}

.chat_tooltip.toggle_helper.active svg circle
{
    stroke: #36ADE1;
    fill: transparent;
}

.chat_tooltip.toggle_helper.active svg path
{
    fill: #36ADE1;
}

.opcao-multiple
{
    cursor: pointer !important;
}

.operacao-azul .multiple-selection-opener
{
    color: rgb(var(--fluxo_azul));
}

.operacao-verde .multiple-selection-opener
{
    color: rgb(var(--fluxo_verde));
}

.operacao-verde_claro .multiple-selection-opener
{
    color: rgb(var(--fluxo_verde_claro));
}

.operacao_saida.green {
    background-color:#228b2230;
}

.operacao-laranja .multiple-selection-opener
{
    color: rgb(var(--fluxo_laranja));
}

.operacao-laranja_claro .multiple-selection-opener
{
    color: rgb(var(--fluxo_laranja_claro));
}

.operacao-rosa .multiple-selection-opener
{
    color: rgb(var(--fluxo_rosa));
}

.operacao-amarelo .multiple-selection-opener
{
    color: rgb(var(--fluxo_amarelo));
}

.operacao-amarelo_claro .multiple-selection-opener
{
    color: rgb(var(--fluxo_amarelo_claro));
}

.operacao-anil .multiple-selection-opener
{
    color: rgb(var(--fluxo_azul));
}

.operacao-azul-claro .multiple-selection-opener
{
    color: rgb(var(--fluxo_azul_claro));
}
.operacao_saidas hr {
    opacity: 0.3;
    margin-top:8px;
    margin-bottom:8px;
}
.multiple-selection-opener
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-left: solid 1px #d1d1d1;
    font-size: 12px;
    padding: 0px 2px;
}

.multiple-selection
{
    padding: 10px;
    border-radius: 4px;
    background-color: #FFF;
    display: none;
    position: fixed;
    left: 145px;
    z-index: 99;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.multiple-selection-body
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.subopcao-operacao
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    
    min-height: 60px;
    max-height: 70px;
    width: 120px !important;

    border-radius: 4px !important;
    border: solid 1px #adadad;
    border-left: 0px;

    text-align: center;
    line-height: 15px;
    /* cursor: move; */
}

.subopcao-operacao .opcao-title
{
    padding: 9px;
    font-size: 11px;
}

.subopcao-operacao span
{
    font-size: 11px;
}

.operacao_saida_imagem
{
    width: 100%;
    height: 120px;
    padding-right: 10px;
}

.operacao_saida_imagem_media
{
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#envia_arquivo_file
{
    display: none;
}

.dotted_btn
{
    font-size: 12px;
    border: 1px dashed #007BAE;
    border-radius: 4px;
    padding: 4px 7px;
    cursor: pointer;
}

.dotted_btn img
{
    margin-left: 5px;
    width: 12px;
    height: 12px;
}
.solid_btn
{
    font-size: 12px;
    border: 1px solid #007BAE;
    border-radius: 4px;
    padding: 4px 7px;
    cursor: pointer;
    background-color: transparent !important;
    color:#515151 !important
}

.fake_input span {
    color:#515151;
}

.solid_btn img
{
    margin-left: 5px;
    width: 12px;
    height: 12px;
}

.fluxo_drop_file
{
    padding: 30px;
    border: 2px dashed #007BAE;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
}

.envia_arquivo_input_file
{
    opacity: 0;
    display: none;
    align-items: center;
    margin-top: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px;
}

.envia_arquivo_input_file img
{
    width: 30px;
    height: 30px;
}

.envia_arquivo_input_file div:first-child
{
    border-right: solid 1px rgba(0, 0, 0, 0.1) !important;
}

#fluxo_envia_arquivo_name
{
    margin-left: 5px;
}

.operacao_saida_audio
{
    display: none;
    opacity: 0;
}

.play_audio
{
    cursor: pointer;
    min-width: 15px;
    font-size: 18px;
}

.fluxo_audio_progress
{
    margin-left: 5px;
    width: 100px;
    height: 20px;
}

.fluxo_audio_info
{
    flex-direction: column;
    margin-left: 5px;
}

.fluxo_audio_info div:first-child
{
    padding: 5px;
    border-radius: 100%;
    background-color: #1882D7;
}

.fluxo_audio_info div:first-child img
{
    width: 18px;
    height: 18px;
}

.fluxo_audio_info div:nth-child(2)
{
    font-size: 10px;
}

.operacao_saida_audio_sem_midia 
{
    flex: 1;
}

.operacao_saida_audio_sem_midia div
{
    background-size: 290%;
    background-position: center;
    height: 25px;
    width: 25px;
}

.operacao_saida_documento_midia
{
    flex: 1;
    display: none;
    opacity: 0;
}

.operacao_saida_documento_midia div:first-child
{
    background-size: 290%;
    background-position: center;
    height: 25px;
    width: 25px;
}

#fluxo_envia_arquivo_size
{
    flex: 1;
    margin-right: 5px;
    text-align: right;
}

.operacao_saida_video_midia
{
    display: none;
    opacity: 0;
    margin-right: 10px;
    height: 100%;
    width: 100%;
}

.operacao_saida_video
{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.operacao_envia_video 
{
    max-width: 300px !important;
}

.operacao_envia_video .operacao_saida
{
    max-width: none;
}

.operacao_envia_video video
{
    cursor: pointer;
}

.start-checkboxes {
    display:flex; 
    align-items:center; 
    flex-direction: row;
    justify-content:flex-start;
    gap:50px;
}
.start-checkboxes label {
    margin-bottom:2px;
    margin-left:5px
}
.evenly-checkboxes {
    display:flex; 
    align-items:center; 
    justify-content:space-evenly;
}

.evenly-checkboxes label {
    margin-bottom:2px;
    margin-left:5px
}

.operacao_opcoes_checkbox, .new_checkbox {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    display: inline-block;
    width: 17px;
    height: 17px;
    
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #83878E;
    border-radius: 3px;
}
.operacao_opcoes_checkbox + label {
    color:  #83878E !important;
    cursor: pointer;
}
.operacao_opcoes_checkbox:checked, .new_checkbox:checked, .operacao_opcoes_checkbox:hover, .new_checkbox:not(:disabled):hover {
    border: 1px solid #068EB9 !important;
}
.operacao_opcoes_checkbox:checked + label {
    color:  #068EB9 !important;
}
.operacao_opcoes_checkbox:checked:before, .new_checkbox:checked:before, .operacao_opcoes_checkbox:hover:before, .new_checkbox:not(:disabled):hover:before {
    color: #068EB9 !important;
    content: "\2713";
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.operacao_opcoes_checkbox:focus, .new_checkbox:focus {
    box-shadow:none !important;
}   
.resposta_button_content + .resposta_button_content,
.resposta_list_content + .resposta_list_content {
    margin-top:5px;
}
.resposta_button_header,
.resposta_list_header {
    margin:0px;
    color: #068EB9 !important;
    margin-bottom:3px;
    font-weight: 500;
}
.resposta_button_excluir,
.resposta_list_excluir,
.exclui_campo_form {
    color:rgb(var(--fluxo_vermelho));
    font-weight: 400;
    font-size: 11px;
    cursor: pointer;
}

.resposta_button_excluir:hover,
.resposta_list_excluir:hover,
.exclui_campo_form:hover {
    font-weight: 600;
}

.insere_campo_form,
.add_new_item_list {
    margin:0px;
    color: #068EB9 !important;
    margin-bottom:3px;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

.insere_campo_form:hover,
.add_new_item_list:hover {
    font-weight: 900;
}

.switch-label
{
    /* box-shadow: inset 2px 2px 10px #444444; */
}
.switch-label.dark {
    background-color: rgba(22, 27, 34, 0.3) !important;
}

.btn_flow_reset_core
{
    padding: 8px 10px;
}

#btn_fechar_modal
{
    cursor: pointer;
}

.foto_canal
{
    width: 100px;
    height: 100px;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #efefef;
    padding:4px;
    border-radius: 50%;
    position: relative;
    cursor:pointer;
}
.foto_canal_bg_photo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.canal_photo_icon {
    background-color: #068EB9 !important;
    /* opacity: 0.5; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom:0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}
.canal_photo_icon i {
    color:#fff;
    font-size: 13px;
}

.title-primary {
    color: #37CFFF !important;
    font-weight: 700;
}

.channel_helper {
    border:1px dashed rgba(55, 207, 255, 0.5); 
    border-radius: 10px; 
    padding:10px 15px 20px;
    position: fixed;
    right:100px;
    max-width: 900px;
    margin-top:40px;
    background-color: #efefef;
}
.channel_helper_container {
    max-height: 600px;
    overflow: auto;
    display: none;
}
.channel_helper_title {
    color: #37CFFF !important;
    font-weight: 500;
}
.channel_helper_text {
    /* color: #fff !important; */
    font-weight: 400;
    font-size: 13px;
}
.channel_helper_image {
    border-radius: 5px;
    margin-bottom:10px;
}
.channel_helper_text a {
    color: #37CFFF !important;
}
.channel_helper_text a:hover {
    text-decoration: underline !important;
}
.menu_queues {
    position: absolute; 
    left:10px;
    top:10px;
    z-index:999;
    background-color: #F1F2F7;  
    min-width: 280px;
    border-radius: 6px;
    display:none;
}

.queues_list_container {
    display: flex;
    flex-direction: column;
}

.queue_list_item {
    padding: 8px 10px 8px 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 13px;
    transition: all ease 0.2s;
}
.queue_item_active_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}
.queue_item_active_content img {
    width: 8px;
}
.queue_list_item:hover {
    background-color: #068EB91A;  
}
.queue_list_item.active {
    background-color: #068EB91A;  
}
.queue_item_counter {
    background-color: #068EB9;
    color: #1E252F;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    display: none;
}
.tab_waychat {
    display: none;
}
.queue_list_item > span {
    flex:1;
}
.queue_item_icon {
    margin-right: 10px;
}
.queues_list_container .queue_list_item:first-child {
    border-radius: 6px 6px 0 0;
}
.queues_list_container .queue_list_item:last-child {
    border-radius: 0 0 6px 6px;
}
#btn_exibe_options {
    width: 120px;
    right:-20px;
    transition: all ease 0.2s;
}
#btn_exibe_options:hover {
    right:-18px;
}
.toggle_operator_panel {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #515151;
    background: #F1F2F7;
    padding: 5px 10px;
    gap: 5px;
    /* position: absolute; */
    border-radius: 10px;
}
#icon_options {
    cursor: pointer;
}

.operacao_anotacao .operacao_nome p
{
    margin: 0px;
    color: var(--dark-800) !important;
}

.operacao_anotacao .operacao_header
{
    /* border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; */
    min-height: 34px;
    height: auto !important;
}

.anotacao_texto
{
    padding: 18px 18px 10px 18px;
    margin: 0px;
    color: #000;
    color: var(--dark-800) !important;
    font-weight: 500;
    line-height: 16px;
    word-break: break-word;
}

.operacao_anotacao .operacao_body
{
    height: 139px;
    overflow: hidden;
}

.operacao_anotacao .operacao_footer
{
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important; 
}

:root
{
    --anotacao-primary-hortela: #D4945A;
    --anotacao-secondary-hortela: #D7A576;

    --anotacao-primary-rosa: #F69CE2;
    --anotacao-secondary-rosa: #F8ADE7;

    --anotacao-primary-amarelo: #F4D55B;
    --anotacao-secondary-amarelo: #FDF49F;

    --anotacao-primary-azul: #78B6FF;
    --anotacao-secondary-azul: #95C6FF;

    --anotacao-primary-verde: #86C87A;
    --anotacao-secondary-verde: #A0D995;

    --anotacao-primary-salmao: #FFABAD;
    --anotacao-secondary-salmao: #FFC2C4;

    --anotacao-primary-grama: #769AA1;
    --anotacao-secondary-grama: #89ADB4;

    --anotacao-primary-chiclete: #A7B2E5;
    --anotacao-secondary-chiclete: #C4CCF0;

    --anotacao-primary-hortela: #59AFBC;
    --anotacao-secondary-hortela: #87CCD6;
    
    --anotacao-primary-tutti_frutti: #E9B4C8;
    --anotacao-secondary-tutti_frutti: #F2D0DD;

    --anotacao-primary-lilas: #B8A2CF;
    --anotacao-secondary-lilas: #C6B4D9;

    --anotacao-primary-bege: #C6A391;
    --anotacao-secondary-bege: #D8BBAC;

    --anotacao-primary-cinza: #A5C8CD;
    --anotacao-secondary-cinza: #C0D9DD;

    --anotacao-primary-menta: #A1E4C5;
    --anotacao-secondary-menta: #C9F2DF;
}

.anotacao_seletor_cor
{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #000;
    cursor: pointer;
}

/* Header */

.operacao_anotacao .operacao_card[data-cor="0"] .operacao_header
{
    background-color: var(--anotacao-primary-rosa);
    border: solid 1px var(--anotacao-primary-rosa);
}

.operacao_anotacao .operacao_card[data-cor="1"] .operacao_header
{
    background-color: var(--anotacao-primary-salmao);
    border: solid 1px var(--anotacao-primary-salmao);
}

.operacao_anotacao .operacao_card[data-cor="2"] .operacao_header
{
    background-color: var(--anotacao-primary-hortela);
    border: solid 1px var(--anotacao-primary-hortela);
}

.operacao_anotacao .operacao_card[data-cor="3"] .operacao_header
{
    background-color: var(--anotacao-primary-grama);
    border: solid 1px var(--anotacao-primary-grama);
}

.operacao_anotacao .operacao_card[data-cor="4"] .operacao_header
{
    background-color: var(--anotacao-primary-chiclete);
    border: solid 1px var(--anotacao-primary-chiclete);
}

.operacao_anotacao .operacao_card[data-cor="5"] .operacao_header
{
    background-color: var(--anotacao-primary-amarelo);
    border: solid 1px var(--anotacao-primary-amarelo);
}

.operacao_anotacao .operacao_card[data-cor="6"] .operacao_header
{
    background-color: var(--anotacao-primary-hortela);
    border: solid 1px var(--anotacao-primary-hortela);
}

.operacao_anotacao .operacao_card[data-cor="7"] .operacao_header
{
    background-color: var(--anotacao-primary-tutti_frutti);
    border: solid 1px var(--anotacao-primary-tutti_frutti);
}

.operacao_anotacao .operacao_card[data-cor="8"] .operacao_header
{
    background-color: var(--anotacao-primary-verde);
    border: solid 1px var(--anotacao-primary-verde);
}

.operacao_anotacao .operacao_card[data-cor="9"] .operacao_header
{
    background-color: var(--anotacao-primary-lilas);
    border: solid 1px var(--anotacao-primary-lilas);
}

.operacao_anotacao .operacao_card[data-cor="10"] .operacao_header
{
    background-color: var(--anotacao-primary-azul);
    border: solid 1px var(--anotacao-primary-azul);
}

.operacao_anotacao .operacao_card[data-cor="11"] .operacao_header
{
    background-color: var(--anotacao-primary-bege);
    border: solid 1px var(--anotacao-primary-bege);
}

.operacao_anotacao .operacao_card[data-cor="12"] .operacao_header
{
    background-color: var(--anotacao-primary-cinza);
    border: solid 1px var(--anotacao-primary-cinza);
}

.operacao_anotacao .operacao_card[data-cor="13"] .operacao_header
{
    background-color: var(--anotacao-primary-menta);
    border: solid 1px var(--anotacao-primary-menta);
}


/* Corpo */

.operacao_anotacao .operacao_card[data-cor="0"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="0"] .operacao_footer
{
    background-color: var(--anotacao-secondary-rosa);
}

.operacao_anotacao .operacao_card[data-cor="1"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="1"] .operacao_footer
{
    background-color: var(--anotacao-secondary-salmao);
}

.operacao_anotacao .operacao_card[data-cor="2"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="2"] .operacao_footer
{
    background-color: var(--anotacao-secondary-hortela);
}

.operacao_anotacao .operacao_card[data-cor="3"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="3"] .operacao_footer
{
    background-color: var(--anotacao-secondary-grama);
}

.operacao_anotacao .operacao_card[data-cor="4"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="4"] .operacao_footer
{
    background-color: var(--anotacao-secondary-chiclete);
}

.operacao_anotacao .operacao_card[data-cor="5"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="5"] .operacao_footer
{
    background-color: var(--anotacao-secondary-amarelo);
}

.operacao_anotacao .operacao_card[data-cor="6"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="6"] .operacao_footer
{
    background-color: var(--anotacao-secondary-hortela);
}

.operacao_anotacao .operacao_card[data-cor="7"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="7"] .operacao_footer
{
    background-color: var(--anotacao-secondary-tutti_frutti);
}

.operacao_anotacao .operacao_card[data-cor="8"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="8"] .operacao_footer
{
    background-color: var(--anotacao-secondary-verde);
}

.operacao_anotacao .operacao_card[data-cor="9"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="9"] .operacao_footer
{
    background-color: var(--anotacao-secondary-lilas);
}

.operacao_anotacao .operacao_card[data-cor="10"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="10"] .operacao_footer
{
    background-color: var(--anotacao-secondary-azul);
}

.operacao_anotacao .operacao_card[data-cor="11"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="11"] .operacao_footer
{
    background-color: var(--anotacao-secondary-bege);
}

.operacao_anotacao .operacao_card[data-cor="12"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="12"] .operacao_footer
{
    background-color: var(--anotacao-secondary-cinza);
}

.operacao_anotacao .operacao_card[data-cor="13"] .operacao_body,
.operacao_anotacao .operacao_card[data-cor="13"] .operacao_footer
{
    background-color: var(--anotacao-secondary-menta);
}

.anotacao_seletor_cor.selected
{
    background-color: transparent !important;
}

.anotacao_seletor_cor.selected[data-cor="0"]
{
    border: 3px solid var(--anotacao-secondary-rosa);
}

.anotacao_seletor_cor.selected[data-cor="1"]
{
    border: 3px solid var(--anotacao-secondary-salmao);
}

.anotacao_seletor_cor.selected[data-cor="2"]
{
    border: 3px solid var(--anotacao-secondary-hortela);
}

.anotacao_seletor_cor.selected[data-cor="3"]
{
    border: 3px solid var(--anotacao-secondary-grama);
}

.anotacao_seletor_cor.selected[data-cor="4"]
{
    border: 3px solid var(--anotacao-secondary-chiclete);
}

.anotacao_seletor_cor.selected[data-cor="5"]
{
    border: 3px solid var(--anotacao-secondary-amarelo);
}

.anotacao_seletor_cor.selected[data-cor="6"]
{
    border: 3px solid var(--anotacao-secondary-hortela);
}

.anotacao_seletor_cor.selected[data-cor="7"]
{
    border: 3px solid var(--anotacao-secondary-tutti_frutti);
}

.anotacao_seletor_cor.selected[data-cor="8"]
{
    border: 3px solid var(--anotacao-secondary-verde);
}

.anotacao_seletor_cor.selected[data-cor="9"]
{
    border: 3px solid var(--anotacao-secondary-lilas);
}

.anotacao_seletor_cor.selected[data-cor="10"]
{
    border: 3px solid var(--anotacao-secondary-azul);
}

.anotacao_seletor_cor.selected[data-cor="11"]
{
    border: 3px solid var(--anotacao-secondary-bege);
}

.anotacao_seletor_cor.selected[data-cor="12"]
{
    border: 3px solid var(--anotacao-secondary-cinza);
}

.anotacao_seletor_cor.selected[data-cor="13"]
{
    border: 3px solid var(--anotacao-secondary-menta);
}

.queue-call {
    width: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.queue-button {
    padding:4px 0;
    font-size: 11px;
    border:none;
    border-radius: 20px;
    color:#51515180;    
    background-color: #CECECE;
    transition: all ease 0.2s;
    width: 93px;
    cursor: not-allowed !important;
}

.queue-button.active {
    background-color: #068EB9 !important;
    border: 2px solid #077799 !important;
    animation: queue_button_breath 4s infinite ease-in-out;
    color:#fff;
    cursor: pointer !important;
}

.queue-button.active:hover {
    background-color:#077799 !important;
}

@keyframes queue_button_breath {
    0% {
        transform: scale(1.0);
        box-shadow: none;
    }
    5% {
        transform: scale(1.01);
        box-shadow:1px 1px 3px 4px rgba(6, 142, 185, 0.25);
    }
    10% {
        transform: scale(1.02);
        box-shadow:1px 1px 3px 4.5px rgba(6, 142, 185, 0.25);
    }
    15% {
        transform: scale(1.03);
        box-shadow:1px 1px 3px 5px rgba(6, 142, 185, 0.25);
    }
    20% {
        transform: scale(1.02);
        box-shadow:1px 1px 3px 4.5px rgba(6, 142, 185, 0.25);
    }
    25% {
        transform: scale(1.01);
        box-shadow:1px 1px 3px 4px rgba(6, 142, 185, 0.25);
    }
    30%, 100% {
        transform: scale(1.0);
        box-shadow: none;
    }
}

#queue-empty p {
    margin:0px; 
    font-size: 13px;
}

#queue-not-empty p {
    margin:0px;
    font-size: 13px; 
}

.queue-time {
    color: #51515180 !important;
    font-size: 12px;
}

.queue-title-success {
    color:#0F8E2C !important;
    font-size: 14px;
    font-weight: 600;
}

.queue-title-warn {
    color:#FFE70E !important;
    font-size: 14px;
    font-weight: 600;
}

.queue-title-danger {
    color:#DC3545 !important;
    font-size: 14px;
    font-weight: 600;
}

.box-operator-title {
	color:#068EB9 !important;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.form-group-operator label {
    color:#515151 !important;
}
.form-group-operator input::placeholder {
    color:#515151 !important;
}

.form-group-operator select {
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url("../../images/chats/select_icon.svg") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
}

.attachment_drag {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.attachment_drag_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.drag_dashed {
    border: 2px dashed #D9D9D9;
    border-radius: 20px;
    width: 70%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    box-sizing: border-box;
}

.drag_dashed p {
    color: #00000066 !important;
    font-size: 38px;
}

.drag_dashed img {
    filter: brightness(0);
    height: 60px;
}

.attach_item img {
    border-radius: 2px;
}

.attach_remove {
    color: #fff;
}
.day-message {
    max-width: 200px;
    width: auto;
    padding: 2px 15px;
    border-radius: 10px;
    background-color: #c4c4c4 !important;
}
.day-message p {
    font-size: 12px; 
    color: #fff !important;
    font-weight: 600;
}

.filter_periodo_body {
    background-color: #F1F2F7;
    border: solid 1px #ced4da !important; 
    border-radius: 4px;
}

#fluxo-context-menu
{
    border-radius: 4px;

    background-color: #ffffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 50%);

    opacity: 0;
    display: none;
    position: absolute;
    flex-direction: column;

    min-width: 180px;
}

#fluxo-context-menu .context-menu-button-group .context-menu-button:first-child
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#fluxo-context-menu .context-menu-button-group .context-menu-button:last-child
{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.context-menu-button-group
{
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.context-menu-button
{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 10px;
    width: 100%;

    transition: all 0.2s;
    color: var(--font-color);
    cursor: pointer;
}

.context-menu-button-icon
{
    width: 14px;
    text-align: center;
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.context-menu-wrapper
{
    margin: 5px 0px;
    width: 100%;
    background-color: var(--dark-300);
}

.context-menu-multiple-opener
{
    margin-left: 10px;
}

.context-menu-multiple
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.context-menu-multiple-body
{
    border-radius: 4px;

    background-color: #ffffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 50%);

    opacity: 0;
    display: none;
    position: absolute;
    flex-direction: column;

    min-width: 192px;
}

#context-menu-operacoes-group
{
    overflow-y: auto;
}

.wy-input-grid
{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
    grid-column-gap: 50px;
    grid-row-gap: 15px;
    padding: 0 50px 20px;
}

.grid2
{
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr !important;
}

.grid2-single
{
    grid-template-columns: 1fr 2fr !important;
    grid-template-rows: 1fr !important;
}

.grid3-single
{
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr !important;
}


.oportunidade-campos-personalizados
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.oportunidade-campos-personalizados > .form-group
{
    margin: 15px 50px 0px 0px !important;
}

.oportunidade-campos-personalizados .col
{
    padding: 0px;
    width: 100% !important;
    max-width: none !important;
    flex: none;
}

.card-icon
{
    display: flex;
    align-items: center;
}

.card-icon span
{
    font-size: 16px;
    font-weight: 600 !important;
}

.card-icon img
{
    margin-right: 20px;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.dashboard_grid2
{
    margin: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
}

.dashboard_grid3
{
    margin: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 8px;
}

.dashboard_grid4
{
    margin: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 8px;
}

.card-rect-content
{
    flex-direction: row;
    display: flex;
}

.dashboard_grid4 .card-rect-content .first-title
{
    font-size: 40px !important;
}

.dashboard_grid3 .card-rect-content .first-title
{
    font-size: 15px !important;
}

.dashboard_grid3 .card-rect-content .first-title > img
{
    object-fit: contain;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}

.card-rect-content .second-title
{
    font-size: 20px !important;
}

.card-rect-content .first-title
{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.card-rect-content .second-title
{
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.top-rect
{
    border-radius: 4px !important;
    border-top: solid 19px;
    padding:20px 10px !important;
}

.left-rect
{
    border-radius: 4px !important;
    border-left: solid 14px !important;
    padding-left:0 !important;
}

.card-rect-content
{
    height: 100%;
    padding: 20px 28px;
    align-items: center;
}

.texto_azul_escuro
{
    color: #1C6BBF;
}

.btns_campanha
{
    display: flex;
    flex-direction: column;
}

.btns_campanha button
{
    padding: 5px 28px;
    border: solid 1px transparent;
    border-radius: 25px;
}

.dashboard-card-header
{
    font-size: 20px;
    border-bottom: solid 2px #1C6BBF;
    font-weight: 700;
    padding: 5px 25px;
}

.dashboard-card-body
{
    color: #212529;
    padding: 20px;
}

.dashboard-card-table-row
{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #068EB90D;
    margin-bottom: 15px;
    padding-right: 30px;
    font-size: 18px;
}

.dashboard-graph-header
{
    font-size: 20px;
    padding: 5px 25px;
    color: #212529;
}

.dashboard-progress-bar
{
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #11ACE5;
    border-radius: 25px;
}

.dashboard-progress-bar-progress
{
    height: 100%;
    text-align: center;
    background-color: #7412CF;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.btn_tipo_campanha img
{
    object-fit: contain;
    width: 50px;
    height: 50px;
}

.btn_tipo_campanha
{
    cursor: pointer;
    border-radius: 4px;
    height: 85px;
    width: 150px;
    border: solid 1px #3B424F1A;
    background-color: #F1F2F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn_tipo_campanha.selected
{
    background-color: #7EC1D9;
}

.btn_tipo_campanha:hover:not(.disabled):not(.selected)
{
    background-color: #B7E6F1;
}

.btn_tipo_campanha.disabled
{
    cursor: default;
    opacity: 0.4;
}

.campanha_advise
{
    display: none;
    border-radius: 4px;
    padding: 5px;
    background-color: #BD9B2254;
    border: solid 1px #DFB726;
}

.campanha_advise > div:first-child
{
    margin-right: 5px;
}

.campanha_advise li
{
    margin-left: 30px;
}

.last-card
{
    margin-bottom: 0px;
    border-bottom: 0px !important;
}

.linha_visualizacao_empresa
{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px #C4C4C40D;
    justify-content: space-between;
    padding: 0px 50px 10px 50px;
}

.linha_visualizacao_empresa span
{
    width: fit-content;
}

.linha_visualizacao_empresa > img:first-child
{
    width: 50px;
    height: 50px;
}

.linha_visualizacao_empresa .visualizacao_empresa_coluna
{
    display: flex;
    flex-direction: column;
}

.linha_visualizacao_empresa .visualizacao_empresa_coluna span:first-child
{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.linha_visualizacao_empresa .empresa_foto
{
    width:30px;
    height:30px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:50%;
    border:1px solid #c3c3c3;
    margin-right: 5px;
}

.flex-v-center-align
{
    align-items: center;
}

.campanha_manual_icone
{
    background-color: #515151;
    border-radius: 100%;
    padding: 10px
}

.campanha_manual_icone img
{
    filter: brightness(1000%);
    width: 28px !important;
    height: 28px !important;
}

.message_campanha_criada span
{
    font-size: 24px;
    font-weight: 400;
}

.message_campanha_criada
{
    margin-bottom: 40px;
}

.btn_campanha_criada
{
    cursor: pointer;
    padding: 8px 40px;
    border: solid 1px #1C6BBF;
    border-radius: 5px;
    margin-bottom: 25px;
}

.img_campanha_criada_filter
{
    filter: brightness(0);
}

.dashboard-graph-body
{
    height: 400px;
}

.dashboard_campanha_canal_integracao_dados
{
    filter: brightness(0) saturate(100%) invert(72%) sepia(15%) saturate(1858%) hue-rotate(75deg) brightness(89%) contrast(86%);
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 15px;
}

.email_client_type {
    cursor: pointer;
    transition: all ease 0.2s;
}
.email_client_type:hover .card-body {
    background-color: #efefef;
}
.email_client_type.active .card-body {
    background-color: #efefef;
}
.template-config {
    height: 100%;
}
.template-preview {
    /*background-image: url("../../images/chats/chat-background-claro.png");*/
    background-image: url('../../images/chats/fundo-chat-claro.png');

    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
    position: relative;
}
.content-template {
    height: calc(100vh - 55px) !important; 
    margin-top:-5px; 
    padding:7px 10px;
}
.template-config .card {
    height:100%;
}
.template_title {
    font-size: 16px !important;
    font-weight: 500;
}
.template_title img {
    width:14px;
    margin-right: 7px;
    margin-left: 13px;
}
.template_title a:hover {
    color: #515151 !important;
}
.action_buttons {
    width: 100%;
    position: absolute;
    bottom:0;
    left: 0;
    padding: 10px;
    text-align: right;
}
.action-buttons-position {
    position: relative;
}
.action_buttons button {
    border-radius: 2px;
    min-width: 120px;
    padding: 7px 9px;
    font-size: 13px;
}
.action_buttons button:first-child {
    min-width: 150px;
}

.template-form-content {
    padding:10px 30px 0 30px;
    margin-top:10px;
}

.input-h38 {
    height:38px;
}
.template-form-content .form-group {
    margin-bottom:10px !important;
}

.categories_options {
    display: flex;
    gap: 5px;
    flex-direction: column;
    max-height:300px;
    overflow: auto;
}

.category_chose {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    border:1px solid #ced4da;
    border-radius: 4px;
    transition: all ease 0.2s;
}

.category_chose.active {
    margin-left:10px;
    background-color: #ced4da;
}
.category_chose.active i {
    color:#068EB9;
}

.category_chose:hover {
    margin-left:10px;
    background-color: #ced4da;
    cursor: pointer;
}
.category_chose:hover i {
    color:#068EB9;
}

.category_chose p {
    margin:0px;
}

.category_chose i {
    font-size: 20px;
    margin-right: 10px;
}

.btn-upload-midia-template {
    background-color: transparent !important;
    padding: 4px 9px;
    border: 1px dashed #068EB9;
    border-radius: 4px;
    font-size: 11px;
}

.template_upload {
    width: 100%;
    padding: 10px 20px;
    height:100px;
    border: 1px dashed #068EB9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-top:10px;
}
.template_upload p {
    margin:0px;
    text-align: center;
    color: #515151;
    font-size: 16px;
    font-weight: 400;
}

.message-content-preview {
    padding:40px 30px;
}

.message-content-preview .message{
    min-width: 300px;
    padding:10px;
}
.alert_facebook {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding:10px 15px;
    background: #223953;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-bottom:20px;
}
.alert_facebook i {
    color:#ffffff;
    font-size: 25px;
}
.alert_facebook p {
    margin-bottom:0px;
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
    color:#ffffff !important;
}
.alert_facebook p span {
    font-weight: 500;
}   
.message-footer {
    font-size: 11px;
    margin-top:5px;
    width: 100%;
    color:#ffffffc9;
}

.message-midia-prev {
    width: 100%;
    background-image: url('../../images/image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:200px;
    border-radius: 16px;
    margin-bottom:10px;
}

.message-content-preview #message_body {
    width: 100%;
}
.media_infos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.media_uploaded {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    max-width: 200px;
    padding:2px 7px;
    border: 1px dashed #068EB9;
    border-radius: 4px;
}
.media_uploaded i {
    margin-left:10px;
    font-size: 10px;
}
.media_uploaded_filename {
    flex:1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
}
.media_upload_remove {
    cursor: pointer;
}
.alert_variable {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding:10px 15px;
    background: #366c81;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-bottom:20px;
}
.alert_variable i {
    color:#ffffff;
    font-size: 25px;
}
.alert_variable p {
    margin-bottom:0px;
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
    color:#ffffff !important;
}
.alert_variable p span {
    font-weight: 500;
}   
.template_created_content {
    display:flex; 
    flex-direction: column; 
    align-items:center; 
    justify-content:center; 
    min-height: 400px;
}
.template_redirect_btn {
    background-color:transparent;
    padding:7px 10px; 
    min-width:250px; 
    border: 1px solid #1C6BBF; 
    border-radius:5px; 
    color:#fff;
    cursor: pointer;
}
.template_redirect_link {
    color: rgba(255, 255, 255, 0.5) !important; 
    margin-top:15px;
    cursor: pointer;
}

.table_contatos_data
{
    padding: 0px 70px;
    overflow: hidden;
    width: 100%;
}

/* #table_importar_contatos
{
} */

/* #table_filtrar_contatos
{
} */

.table_contatos_data > div
{
    border: solid 1px #1C6BBF !important;
    border-radius: 5px !important;
    overflow: auto;
    max-height: 500px;
}

.table_contatos_data table
{
    width: 100%;
    text-align: center;
    border: none !important;
    border-radius: 5px !important;
    max-height: 500px;
}

.table_contatos_data table thead tr
{
    background-color: #1C6BBF !important;
}

.table_contatos_data table thead th
{
    color: #fff;
    padding: 10px;
}

.table_contatos_data table thead th:not(:last-child)
{
    border-right: solid 1px #5788bd !important;
}

.table_contatos_data table tbody td
{
    padding: 10px;
}

#table_filtrar_contatos table tbody td
{
    min-width: 150px;
}

.table_contatos_data table tbody tr:not(:last-child)
{
    border-bottom: solid 1px #d7d7d7;
}

.table_contatos_data table tbody tr td:not(:last-child)
{
    border-right: solid 1px #d7d7d7;
}

.campos_importar_contatos
{
    max-width: 50% !important;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 15px;
    row-gap: 20px;
}

.v-flex-align
{
    display: flex;
    align-items: center;
}

#button_importar_contatos_adicionar_campo
{
    max-width: 50% !important;
    cursor: pointer;
    display: flex;
    border: dashed 1px #1C6BBF;
    border-radius: 4px;
    padding: 5px 0px;
    font-size: 25px;
    justify-content: center;
}

#button_importar_contatos_adicionar_campo i
{
    filter: brightness(1.7);
}

.remove_campo_custom
{
    cursor: pointer;
    position: absolute;
    margin-left: -23px;
    margin-top: 13px;
}

#preview_contatos_importados table
{
    width: 100%;
    text-align: center;
    border: none !important;
}

#preview_contatos_importados td
{
    padding: 15px 0px;
    border-top: solid 1px #c4c4c48f;
}

#preview_contatos_importados th
{
    padding: 15px 0px;
    border-bottom: solid 1px #c4c4c48f;
}

#preview_contatos_importados tbody:last-child td
{
    border-bottom: solid 1px #c4c4c48f;
}

#preview_contatos_importados tr
{
    background-color: transparent !important;
}

.img-usuario {
    float: left !important;
}

.header_content_opts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding:0 10px;
}

.opt_card_list_opts
{
    color:#212529; 
    background-color:#fff; 
    border: 1px solid #ced4da;
    float:left; 
    font-size:13px; 
    text-align:center;
    cursor:pointer;
    padding:4px 7px;
    border-radius: 5px;
    transition: all ease 0.2s;
    display: flex;
    align-items: center;
    gap: 7px;
}
.opt_card_list_opts:hover
{
    background: #ced4da;
}

.opt_card_list_opts.active
{
    background: #ced4da;
}

.filter_content .header_pipeline_chose label {
    z-index: 1!important;
    background-color:#fff; 
    border-radius: 2px;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    font-size: 11px;
    margin-top:-7px;
    margin-left:7px;
    padding: 0 5px;
}
.filter_content .header_pipeline_chose select {
    min-width: 250px;
}
.filter_content .header_pipeline_chose select:focus { 
    border: 1px solid #ced4da;
    box-shadow:none;
}

.filter_content .header_pipeline_chose select::selection {
    padding-top:10px;
}

.opt_card_list_opts:hover
{
    background-color:#ced4da36; 
}

.opt_card_list_opts + .opt_card_list_opts
{
    margin-left:5px;
}

.importar_contatos_campos
{
    display: flex;
    flex-direction: column;
}

.importar_contatos_campos_header
{
    display: flex;
    column-gap: 5px;
}

.importar_contatos_campos_tab_selector
{
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
    background-color: #c4c4c48f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition-duration: 0.2s;
}

.importar_contatos_campos_tab_selector.selected, .importar_contatos_campos_tab_selector:hover
{
    background-color: #a3a3a38f !important;
}

.importar_contatos_campos_body
{
    max-height: 500px;
    overflow: auto;
    padding: 34px;
    border: solid 1px #a3a3a38f;
    border-radius: 5px;
    border-top-left-radius: 0px !important;
}
.chose_journey_days_of_week {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.chose_journey_days_of_week div {
    padding:5px 7px;
    border: 1px solid #ced4da;
    /* border:1px solid #3b424f; */
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.2s;
    color:#212529;
}
.chose_journey_days_of_week div:not(.active):hover {
    background-color: #B0CCE4;
    transform: translateY(2px);
}
.chose_journey_days_of_week div.active {
    background-color: #7BB8EB;
    transform: translateY(2px);
}

/**
** TABELA UTILIZADA NA CRIAÇÃO DO HORÁRIO DE FUNCIONAMENTO DA CAMPANHA
*/
.table_bg_chat {
    width:100%;
    margin: 0 auto;
}
.table_bg_chat tr td,.table_bg_chat tr th {
    text-align: center;
}
.table_bg_chat thead tr th {
    background-color: #ced4da6e;
    font-weight: 500 !important;
}
.table_bg_chat tbody tr {
    background-color: transparent;
}
.table_bg_chat tr {
    border: 1px solid #ced4da;
}
.table_bg_chat tr {
    height: 38px;
}
.table_bg_chat td, .table_bg_chat th {
    padding: 0 12px;
}
.table_bg_chat td + td, .table_bg_chat th + th {
    border-left: 1px solid #ced4da;
}
/**
** TABELA UTILIZADA NA CRIAÇÃO DO HORÁRIO DE FUNCIONAMENTO DA CAMPANHA
*/

/**
** TABELA NOVA UTILIZADA NOS CADASTROS DO WAY (proposta da implementação da nova config de SMTP)
*/
.table_way_2 {
    width:100%;
    margin: 0 auto;
    border: none !important;
}
.table_way_2.bordered {
    border: 1px solid #ced4da !important;
}
.table_way_2 tr td,.table_way_2 tr th {
    text-align: left;
}
.table_way_2 thead tr th {
    background-color: transparent !important;
    font-weight: 500 !important;
}
.table_way_2 tbody tr {
    background-color: transparent !important;
}
.table_way_2 tr {
    background-color: transparent !important;
    transition: background ease 0.2s;
}
.table_way_2 tbody tr:hover {
    background-color: #CDE8F1;
}
.table_way_2 tbody tr:hover
{
    box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.table_way_2 tbody tr + tr {
    border-top: 1px solid #ced4da;
}
.table_way_2 thead tr {
    border-bottom:1px solid #ced4da;
    font-size: 14px;
}
.table_way_2 tr {
    height: 50px;
}
.table_way_2 td, .table_way_2 th {
    padding: 0 12px;
}
.table_way_2 tr > td, .table_way_2 tr > th {
    padding: 0 40px;
}
.table_way_2.no_large_pd tr > td,
.table_way_2.no_large_pd tr > th {
    padding: 0 10px;
}
/**
** TABELA UTILIZADA NA CRIAÇÃO DO HORÁRIO DE FUNCIONAMENTO DA CAMPANHA
*/

.body_no_pad {
    padding:.75rem 0;
}
.body_no_pad .insert_pad {
    padding:0 .75rem;
}

.remove_funcionamento_campanha {
    margin-right:7px;
    font-size:16px; 
    cursor: pointer;
}
.card-dash-divider {
    width:2px; 
    background-color:rgba(57, 72, 103, 0.15); 
    height:100%;
}
.email_sv_container {
    max-width: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.email_sv {
    width: 170px;
    border: 1px solid #ced4da;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding:7px 0;
    justify-content: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all ease 0.2s;
    cursor: pointer;
    border-radius: 5px;
}
.email_sv:hover {
    background-color: rgba(6, 142, 185, 0.2);
}
.email_sv.active {
    background-color: rgba(6, 142, 185, 0.2);
}
.email_sv span {
    margin-left:5px;
}
.d-flex-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content:center;
}

.grid_registro_campanha
{
    display: grid;
    grid-template-columns: 2fr 5fr; 
    column-gap: 10px;
    padding: 6px 10px;
}

#expande_contatos
{
    cursor: pointer;
    font-size: 16px;
}

.historico_contato
{
    display: flex;
}

.historico_contato_contatos
{
    display: flex;
    flex-direction: column;
}

.historico_contato_contato 
{
    margin-top: 15px;
    font-size: 12px;
    display: flex;
}

.historico_contato_contato > div
{
    padding-bottom: 8px;
}

.historico_contato_contato > div:not(:last-child)
{
    border-bottom: 1px solid rgba(81, 81, 81, 0.15);
}

.historico_contato_contato > div:not(:first-child)
{
    padding: 0px 10px;
}

.historico_contato_contato > div:first-child
{
    padding-right: 10px;
}

.historico_contato_contato > div:not(:last-child):not(:first-child)
{
    border-left: 1px solid rgba(81, 81, 81, 0.15);
}

.btn-primary {
    background-color: #007BAE !important;
    border:none;
}

.btn-primary:hover {
    background-color: #0088c2 !important;
}

.btn-chat {
    padding: 10px 18px;
    min-width: 100px;
    border-radius: 2px !important;
    font-size:14;
    font-weight: 500;
    max-height:40px;
}
.btn-resales {
    padding: 10px 13px;
    min-width: 100px;
    border-radius: 2px !important;
}

.filter_toggle_body {
    padding: 30px 0px;
}

.submit_container {
    margin-top: 30px;
    text-align: right;
}

.btn-transparent {
    background-color: transparent !important;
    color:#212529;
}
#expande_filtros.active {
    background-color: #efefef !important;
}
#expande_filtros:hover {
    background-color: #efefef !important;
}
.import_alert_danger {
    background-color: #ff000026;
    border:1px solid #763131;
    border-radius: 2px;
    padding:6px 10px;
    width: 100%;
    margin-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
#tel_mov_search_for_invalids {
    padding: 6px 0px;
}
#tel_mov_search_for_invalids p {
    margin:0px;
}
#tel_mov_invalids { 
    padding: 6px 0px;
    background-color: #ff000026;
    border:1px solid #763131;
    border-radius: 2px;
    padding:6px 10px;
    margin-top:10px;
}
#tel_mov_invalids p {
    margin:0px;
    font-size: 12px;
}
#tel_mov_invalids i {
    margin-right:7px;
}

.error_template_creation {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding:10px 15px;
    background: #ff000026;
    border: 1px solid #763131;
    border-radius: 3px;
    margin-bottom:30px;
}
.error_template_creation i {
    color:#B1BDCD;
    font-size: 25px;
}
.error_template_creation p {
    margin-bottom:0px;
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
    color:#B1BDCD !important;
}

.success_template_creation {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding:10px 15px;
    background: #33ff0026;
    border: 1px solid #317636;
    border-radius: 3px;
    margin-bottom:30px;
}
.success_template_creation i {
    color:#B1BDCD;
    font-size: 25px;
}
.success_template_creation p {
    margin-bottom:0px;
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
    color:#B1BDCD !important;
}

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

.ql-tooltip
{
    position: static !important;
}

.chat_preview_card
{
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    transition-property: scale;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    box-shadow: -5px 5px #007497;
}

.chat_preview_card:hover
{
    scale: 105%;
}

.chat_preview_card .chat_preview_card_img
{
    border: solid 2px #0E3442;
    border-radius: 4px;
    margin: 10px 0px;
}

.chat_preview_card .chat_preview_card_img img
{
    height: 221px;
    object-fit: contain;
}

.chat_preview_grid
{
    margin: 0px 100px 20px 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    margin-top: 14px;
}

.chat_preview_card p
{
    margin: 20px 0px;
    font-size: 20px;
}

.chat_preview_card a
{
    margin: 20px 0px;
}

.chat_preview_banner
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 14px 20px 40px 20px;
    border-radius: 10px;
    padding: 50px;
    background-color: #0074974D;
}

.chat_preview_banner img
{
    height: 150px;
}

.chat_preview_banner P
{
    padding: 0px 20%;
    text-align: center;
    margin-top: 20px;
    line-height: 45px;
    font-size: 32px;
}
.remove_anexo_analista {
    color: #dc3545c4;
    font-weight: 700;
    font-size: 11px;
    transition: all ease 0.2s;
    cursor: pointer;
    padding:5px;
}

.remove_anexo_analista:hover {
    transform: rotate(90deg);
}

.anexo_analista_item {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding:2px 10px;
    gap:5px;
    border:1px solid #0066cc12;
    cursor: pointer;
    background-color: #0066cc12;
    border-radius: 5px;
    transition: all ease 0.2s;
    margin-bottom: 10px;
}

#upload_btn:hover {
    border:1px solid #0066cc12;
    cursor: pointer;
    background-color: #0066cc12;
}

.anexo_analista_item i:first-of-type {
    color: #0074974D;
}
.anexo_analista_item p {
    margin:0px;
    font-size:12px;
    margin-right: 20px;
}

.h-e-flex-align
{
    display: flex;
    justify-content: end;
    align-items: center;
}

.h-e-flex
{
    display: flex;
    justify-content: end;
}

.h-c-flex-align
{
    display: flex;
    justify-content: center;
}

.h-sb-flex-align
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v-e-flex-align
{
    display: flex;
    align-items: end;
}
.v-c-flex-align
{
    display: flex;
    align-items: end;
}
.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    display: flex;
    flex-direction: row !important;
}

.btn_header_chamados
{
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_header_chamados p
{
    margin: 0px;
    transition: all 0.4s;
}

.btn_header_chamados svg
{
    margin-right: 10px;
    width: 30px;
}

.btn_header_chamados svg line
{
    stroke: #b1bdcd;
    transition: all 0.4s;
}

.btn_header_chamados.selected svg line, .btn_header_chamados:hover svg line
{
    stroke: #007bae !important;
}

.btn_header_chamados p
{
    color: #b1bdcd !important;
}

.btn_header_chamados svg path
{
    fill: #b1bdcd;
    transition: all 0.4s;
}

.btn_header_chamados.selected svg path, .btn_header_chamados:hover svg path
{
    fill: #007BAE !important;
}

.btn_header_chamados.selected p, .btn_header_chamados:hover p
{
    color: #007BAE !important;
}

.checkbox_label_inline
{
    display: flex;
    align-items: center;
    gap: 5px;
}

.chamados_grid_filtros
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 20px;
}

#screen-visoes > span a > span.selected-vision
{
    color: #515151 !important;
}

#screen-visoes
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    border-radius: 0px;
    padding: 20px 25px;
    gap: 10px 30px;
}

#screen-visoes > span
{
    display: flex;
    align-items: center;
    gap: 10px;
}

#screen-visoes > span a > span
{
    color: #b1bdcd;
    transition: color 0.4s;
    display: flex;
    align-items: center;
    font-weight: 500;
}

#screen-visoes > span a:hover > span
{
    color: #007bae !important;
}

#screen-visoes > span a > span i
{
    font-size: 17px;
    margin-right: 5px;
}

#screen-visoes > span a span.contain_tickets,
#screen-visoes > span a span.contain_tickets span
{
    color: #6d8cb5;
}
#screen-visoes > span a span.selected-vision,
#screen-visoes > span a span.selected-vision span,
#screen-visoes > span a span.selected-vision.contain_tickets,
#screen-visoes > span a span.selected-vision.contain_tickets span,
#screen-visoes > span a span#sla_vencido.selected-vision,
#screen-visoes > span a span#sla_vencido.selected-vision span,
#screen-visoes > span a span#sla_vencido.selected-vision.contain_tickets,
#screen-visoes > span a span#sla_vencido.selected-vision.contain_tickets span,
#screen-visoes > span a span#sla_vencer.selected-vision,
#screen-visoes > span a span#sla_vencer.selected-vision span,
#screen-visoes > span a span#sla_vencer.selected-vision.contain_tickets,
#screen-visoes > span a span#sla_vencer.selected-vision.contain_tickets span,
#screen-visoes > span a span#no_analist.selected-vision,
#screen-visoes > span a span#no_analist.selected-vision span,
#screen-visoes > span a span#no_analist.selected-vision.contain_tickets,
#screen-visoes > span a span#no_analist.selected-vision.contain_tickets span
{
    color: #515151 !important;
}

#screen-visoes > span:hover a span.contain_tickets,
#screen-visoes > span:hover a span.contain_tickets span
{
    color: #515151 !important;
}

#screen-visoes > span a span#sla_vencido.contain_tickets,
#screen-visoes > span a span#sla_vencido.contain_tickets span
{
    color: #eb5e5e !important;
}
#screen-visoes > span:hover a span#sla_vencido.contain_tickets,
#screen-visoes > span:hover a span#sla_vencido.contain_tickets span
{
    color: #515151 !important;
}

#screen-visoes > span a span#sla_vencer.contain_tickets,
#screen-visoes > span a span#sla_vencer.contain_tickets span
{
    color: #e8b90c !important;
}
#screen-visoes > span:hover a span#sla_vencer.contain_tickets,
#screen-visoes > span:hover a span#sla_vencer.contain_tickets span
{
    color: #515151 !important;
}

#screen-visoes > span a span#no_analist.contain_tickets,
#screen-visoes > span a span#no_analist.contain_tickets span
{
    color: #f9ff00 !important;
}
#screen-visoes > span:hover a span#no_analist.contain_tickets,
#screen-visoes > span:hover a span#no_analist.contain_tickets span
{
    color: #515151 !important;
}

#screen-visoes > span:hover a span
{
    color: #515151 !important;
}

.header_casos
{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    padding: 11px 15px;
    border-radius: 4px;
    background-color: #FFF;
    font-weight: 700;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.header_casos > span
{
    display: flex;
    align-items: center;
}

.header_casos > span.d-grid
{
    display: grid !important;
    grid-template-columns: 1fr 6fr 1fr;
}

.header_casos > span:not(:first-child)
{
    justify-content: center;
}

.header_casos > span p
{
    white-space: nowrap;
    margin-bottom: 0px;
}

.header_casos input
{
   margin-right: 15px;
}

.body_casos
{
    margin: 5px;
}

.chamado_registro
{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    padding: 11px 15px 11px 16px;
    border-bottom: solid 1px #3B434F4D;
    border-radius: 4px;
}

.casos_itens_container .caso_table_item:last-child .chamado_registro
{
    border-bottom: none !important;
}

#chamados_contato .header,
.novo_popup .chamado_registro
{
    display: grid;
    padding: 11px 0px;
    gap: 5px;
    grid-template-columns: 1fr repeat(7, 2fr);
    max-width: 1150px;
}

#chamados_contato .header > span
{
    font-weight: 600;
}

#chamados_contato .body
{
    max-height: 350px;
    overflow: auto;
    flex-direction: column;
}

#chamados_contato .header > span,
.novo_popup .chamado_registro > span
{
    justify-content: center !important;
    text-align: center;
}

#chamados_contato
{
    background-color: #F1F2F7;
    border-radius: 4px;
}

.chamado_registro:has(> .case-refer-click:hover)
{
    background-color: rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.caso_table_item:hover {
    /* background-color: rgba(0, 0, 0, 0.06); */
    cursor: pointer;
}

.chamado_registro > span
{
    display: flex;
    align-items: center;
}

.chamado_registro > span:not(:first-child)
{
    justify-content: center;
}

.chamado_registro p
{
    margin-bottom: 0px;
}

.chamado_registro input 
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.open_header_chamados
{
    width: 15px;
    cursor: pointer;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.open_header_chamados:hover
{
    color: #007BAE;
}

.open_header_chamados.open
{
    transform: rotate(-180deg);
}

.popup_detalhes_sla
{
    position: fixed;
}

.lista_chamado_status
{
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.sla-chamado-info
{
    border-radius: 4px;
    display: flex;
    min-width: 130px;
    max-width: 130px;
    width: 130px;
    min-height: 30px;
    height: fit-content;
}

.sla-chamado-info span:first-child
{
    display: flex;
    align-items: center;
    padding: 8px 13px;
    min-width: 38px;
}

.sla-chamado-info span:first-child img
{
    height: 12px;
}

.sla-chamado-info span:nth-child(2)
{
    color: #515151DE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff !important;
    width: 100%;
}

.sla-chamado-info.badge-sla-normal,
.sla-chamado-info.badge-sla-warning,
.sla-chamado-info.badge-sla-danger
{
    background-color: transparent !important;
}

.sla-chamado-info.badge-sla-neutral span:first-child
{
    color: #393939;
    background-color:#6A7784;
}
.sla-chamado-info.badge-sla-success span:first-child
{
    color: #393939;
    background-color:#58C371;
}
.sla-chamado-info.badge-sla-normal span:first-child
{
    color: #FFFFFF;
    background-color:#1C6BBF;
}
.sla-chamado-info.badge-sla-warning span:first-child
{
    color: #393939;
    background-color:#e8b90c;
}
.sla-chamado-info.badge-sla-danger span:first-child
{
    color: #FFFFFF;
    background-color: #B51D2C;
}

.sla-chamado-info.badge-sla-neutral
{
    border: solid 1px #6A7784 !important;
}
.sla-chamado-info.badge-sla-success
{
    border: solid 1px #58C371;
}
.sla-chamado-info.badge-sla-normal
{
    border: solid 1px #1C6BBF;
}
.sla-chamado-info.badge-sla-warning
{
    border: solid 1px #e8b90c;
}
.sla-chamado-info.badge-sla-danger
{
    border: solid 1px #B51D2C !important;
}

.sla-chamado-info.no-sla
{
    border: solid 1px #dfdfdf;
}

.no-sla-clock-bg
{
    color: #ffffff;
    background-color: #dfdfdf;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.casos_acoes
{
    display: flex;
    width: fit-content;
    border-radius: 2px;
    opacity: 0;
}

.casos_acao
{
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    display: none;
    padding: 4px 5px;
    margin: 10px 0px;
    cursor: pointer;
    color: var(--font-color);
    border: solid 1px #3b434f30;
    transition: background ease 0.2s;
}
.casos_acao + .casos_acao {
    border-left:none;
}

.casos_acao:first-of-type
{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.casos_acao:last-of-type
{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.casos_acao:hover
{
    background-color: #edededd1;
}

.casos_acao img
{
    width: 15px;
}

.remove-vision
{
    cursor: pointer;
}

#mesclar_chamados_selecionar_principal
{
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 10px
}

#mesclar_chamados_selecionar_principal div
{
    font-size: 16px;
}

#mesclar_chamados_selecionar_principal input
{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.btn_carregar_mais_chamados
{
    display: flex;
    justify-content: center;
    margin: 10px;
}

.btn_carregar_mais_chamados .carregar_mais
{
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    background-color: #ffffff12;
    transition: background-color 0.2s, opacity 0.2s;
}

.btn_carregar_mais_chamados .carregar_mais:not(.disabled):hover
{
    background-color: #ffffff24;
}

.btn_carregar_mais_chamados .carregar_mais.disabled
{
    opacity: 0.5;
    cursor: default !important;
}

.ultimos_casos_carregados
{
    display: none;
}

.sla-display, .sla-display .card
{
    border-radius: 2px;
}

.abas_chamado
{
    display: flex;
}

.chamado_interacao
{
    margin-right: 86px;
}

.chamado_interacao_content
{
    width: 100%;
}

.expand-case
{
    cursor: pointer;
    transition: transform 0.4s;
}

.expand-case:hover
{
    color: #007bae;
}

.expand-case.expanded
{
    transform: rotate(-180deg);
}

.chamado_filtros
{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0px 15px 85px;
    border-bottom: solid 1px #0000001A;
}

.chamado_filtros > div
{
    display: flex;
    align-items: center;
    gap: 8px;
}

.interacao_anexos_images
{
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.interacao_anexos_images img
{
    width: 100px;
    border-radius: 4px;
    object-fit: cover;
    height: 100px;
}

.interacao_anexos_files
{
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.interacao_anexos_files .interacao_file
{
    align-items: center;
    display: flex;
    padding: 5px;
    border: solid 1px #0000001A;
    border-radius: 4px;
}

.interacao_anexos_files .interacao_file img
{
    filter: brightness(0.5);
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.tipo_nova_interacao
{
    opacity: 0.8;
    cursor: pointer;
    transition: color 0.4s, border-bottom 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:5px;
}

.tipo_nova_interacao.selected
{
    cursor: default;
    opacity: 1;
    color: #007BAE;
    border-bottom: solid 2px #007BAE;
    padding-bottom: 2px;
}

.tipo_nova_interacao:hover
{
    opacity: 1;
    color: #007BAE;
    border-bottom: solid 2px #007BAE;
    padding-bottom: 2px;
}

#email_contato_href:hover, #obs-active:hover
{
    color: #007BAE;
}

#resetar_senha_acesso_empresa:hover
{
    color: #007BAE;
	border: solid 1px #007BAE;
}

/* DEFINE COR E SOMBRA PARA INTERAÇÃO DE ENTRADA */
.chamado_interacao_in .chamado_interacao_content
{
    background-color: #ffffff;
}

.chamado_interacao_out .chamado_interacao_content
{
    background-color: #ffffff;
}

/* DISTANCIA INTERAÇÕES */
#respostas_chamado .chamado_interacao_in + .chamado_interacao_in,
#respostas_chamado .chamado_interacao_out + .chamado_interacao_out,
#respostas_chamado .chamado_interacao_in + .chamado_interacao_out,
#respostas_chamado .chamado_interacao_out + .chamado_interacao_in
{
    margin-top: 30px;
}

/* DISTANCIA INTERAÇÕES */
#ticket_interactions .chamado_interacao_in + .chamado_interacao_in,
#ticket_interactions .chamado_interacao_out + .chamado_interacao_out,
#ticket_interactions .chamado_interacao_in + .chamado_interacao_out,
#ticket_interactions .chamado_interacao_out + .chamado_interacao_in
{
    margin-top: 30px;
}

.move_to_msg {
    cursor:pointer;
}
.move_to_msg:hover {
    color:#007BAE;
}

#respostas_chamado .chamado_interacao_in + #msg,
#respostas_chamado .chamado_interacao_out + #msg
{
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 2px #0000001A;
}

#respostas_chamado .chamado_interacao_log + #msg,
#respostas_chamado + #msg
{
    padding-top: 30px;
    border-top: solid 2px var(--cor_fim_interacoes_chamado);
}

#respostas_chamado .chamado_interacao_anotacao + #msg
{
    padding-top: 30px;
    border-top: solid 2px #FB7D8566;
}

.chamado_interacao_log + .chamado_fim
{
    margin-top: 0px;
    height: 2px;
    border: none;
}

.chamado_interacao_anotacao + .chamado_fim
{
    background-color: #FB7D8566 !important;
    margin-top: 0px;
    height: 2px;
    border: none;
}

/* GRID DA FOTO E DA INTERAÇÃO */
.chamado_interacao_in
{
    display: flex;
    gap: 25px;
}

.chamado_interacao_out
{
    display: flex;
    gap: 25px;
}

.chamado_interacao_anotacao
{
    display: flex;
    gap: 25px;

    border-left: solid 2px #FB7D8566;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 130px;
}

.chamado_interacao_log
{
    display: flex;
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 130px;
}

/* DEFINE TAMANHO DA FOTO DO DONO E DISTANCIA */
.chamado_interacao_in .img_dono img,
.chamado_interacao .img_dono img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chamado_interacao_in .img_dono,
.chamado_interacao_out .img_dono
{
    width: 41px;
    height: 41px;
    margin-left: 20px;
    flex-shrink: 0;
}

.chamado_interacao_anotacao .img_dono,
.chamado_interacao_log .img_dono
{
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    margin-left: 15px;
}

.log_reduced .img_dono,
.log_reduced .img_dono
{
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    margin-left: 0px !important;
}

.interacao_header .descricao_chamado_datahora
{
    color: #515151;
}

/* DEFINE O HEADER */
.chamado_interacao_in .interacao_header
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 8px 12px 8px 12px;
    border: none;
    background-color: #ABD6FA;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.chamado_interacao_in .interacao_header > div
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.chamado_interacao_out .interacao_header
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 8px 12px 8px 12px;
    border: none;
    background-color: #D9E0E7;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.chamado_interacao_out .interacao_header > div
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.chamado_interacao_anotacao .interacao_header
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 8px 12px 8px 12px;
    border: none;
    background-color: #C9CACC;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.chamado_interacao_anotacao .interacao_header > div
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

/* DEFINE O BODY */
.interacao_body
{
    line-break: anywhere;
}

.chamado_interacao_in .interacao_body
{
    padding: 20px;
    background-color: #FFFFFF;
    border-right: none;
    box-shadow: 0px 2px 2px 0px #00000026;
    
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.chamado_interacao_out .interacao_body
{
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 2px 0px #00000026;
    border-right: none;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.chamado_interacao_anotacao .interacao_body
{
    padding: 20px;
    background-color: #FFFFFF;
    border-right: none;
    box-shadow: 0px 2px 2px 0px #00000026;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.chamado_interacao_icon
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -18px;
    margin-top: 0px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background-color: #fff;
}

.chamado_interacao_icon.borda_vermelha
{
    border: solid 2px #FB7D85;
}

.chamado_interacao_icon.borda_vermelha img
{
    width: 15px;
}

/* LOGS */
.chamado_interacao_log .interacao_log_content
{
    width: 100%;
    padding-left: 79px;
}

.chamado_interacao_log .log_body
{
    display: flex;
    justify-content: space-between;
}

.chamado_interacao_log .log_body .interacao_img_log_content
{
    display: flex;
    gap: 25px;
}

.chamado_interacao_log .log_body.sla
{
    margin-top: 8px;
    margin-bottom: 8px;
}
.chamado_interacao_log .log_body.log_reduced.sla
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.chamado_interacao_log .log_body .datahora
{
    margin-right: 54px;
}

.chamado_interacao_log .log_body .log_props div
{
    display: flex;
    flex-direction: column;
}

.chamado_interacao_log .log_body .log_props span
{
    font-weight: 500 !important;
    text-align: left;
    background-color: transparent !important;
    font-size: 13px;
    padding: 5px 0px !important;
    margin: 0px !important;
    clear: both;
}

.chamado_interacao_border
{
    margin-top: 30px;
    margin-bottom: 0px;
    border-color: #0000001A !important;
}

.nova_interacao
{
    margin: 0px 86px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px #00000026;
}

.nova_interacao .nova_interacao_header
{
    font-weight: 600;
    background-color: #D9E0E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    padding: 8px 12px 8px 12px;
    transition: all 0.4s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nova_interacao_body
{
    background-color: #ffffff;
    transition: all 0.4s;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nova_interacao_body .ql-toolbar
{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #4e586526;
}

.nova_interacao_body #editor
{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #4e586526;
}

.nova_interacao.anotacao .nova_interacao_header
{
    background-color: #C9CACC !important;
}

.nova_interacao.anotacao .nova_interacao_body
{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 2px 0px #00000026;
}

.chamado_navs_secoes
{
    position: absolute;
    display: flex;
    gap: 40px;
    margin-left: 65px;
    font-weight: 700;
}

.chamado_nav_secoes
{
    transition: color 0.4s, border-bottom 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.chamado_nav_secoes.selected
{
    padding-bottom: 9px;
    cursor: default;
    color: #007BAE;
    border-bottom: solid 2px #007BAE;
}

.chamado_nav_secoes:hover
{
    padding-bottom: 9px;
    color: #007BAE;
    border-bottom: solid 2px #007BAE;
}

.configuracoes_chamado {
    background-color: #fff;
    border-radius: 2px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 10px;
    max-height: calc(100vh - 116px);
}

.configuracoes_chamado_propriedades {
    /* grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 50px 25px;
    border-right: 1px solid #B6D1F3; */
    
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 50px 25px;
    border-right: 1px solid #BABDC5;
    height: 100%;
}

.configuracoes_chamado_propriedades > span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.configuracoes_chamado_propriedades > span + span {
    padding-left: 5px;
}
.configuracoes_chamado_propriedades > span > span {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 25px; */
}
.configuracoes_chamado_propriedades > span > span + span {
    flex: 1;
    justify-content: flex-start;
    gap:5px;
}

.configuracoes_chamado_propriedades img {
    width: 30px;
}

.configuracoes_chamado_pessoas {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;

    display: flex;
    align-items: center;
    column-gap: 80px;
    padding: 30px 30px;
    border-bottom: 1px solid #BABDC5;

    max-height: 120px;
}

.configuracoes_chamado_pessoas .pessoa
{
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.configuracoes_chamado_pessoas .pessoa .img
{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;

    width: 41px;
    border-radius: 50%;
    margin-right: 20px;
}

.configuracoes_chamado_pessoas .pessoa .img img
{
    border-radius: 50%;
}

.configuracoes_chamado_pessoas .pessoa .nome
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.configuracoes_chamado_pessoas .pessoa .empresa
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}


.configuracoes_chamado_solicitacao
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;

    padding: 10px 25px 50px 10px;
    max-height: calc(100vh - 210px);
}

.configuracoes_chamado_solicitacao .chamado_interacao_content .interacao_body
{
    max-height: calc(100vh - 322px);
    overflow: auto;
}

.btns_editar_chamado
{
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.btns_editar_chamado button
{
    width: 100%;
    padding: 12px 0px;
    border-radius: 3px !important;
}

.btns_editar_chamado button:first-child
{
    flex: 1;
}

.btns_editar_chamado button:last-child
{
    flex: 2;
}

#obs-active
{
    cursor: pointer;
}

.observadores_chamado
{
    display: flex;
    flex-direction: column;
}

.chamado_empresa_contatos
{
    flex: 1;
    width: 100%;
    background-color: #ffffff;
}

.chamado_empresa_servicos
{
    flex: 2;
    width: 100%;
    background-color: #ffffff;
}

.chamado_empresa_contatos .header
{
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    padding: 10px 20px;
    border-bottom: solid 1px #FFFFFF0D;
}

.chamado_empresa_servicos .header
{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: solid 1px #FFFFFF0D;
}

.grid_dados_empresa
{
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 10px;
    gap: 10px;
}

.body_chamado_empresa_contatos, .body_chamado_empresa_servicos
{
    padding: 10px 40px;
    overflow: auto;
    max-height: 400px;
}

.body_chamado_empresa_contatos .campanha_contact_card:first-child > div
{
    border-top: none !important;
}

.body_chamado_empresa_servicos .card-last-interactions
{
    cursor: default !important;
}

.body_chamado_empresa_servicos .card-last-interactions:hover
{
    background-color: transparent !important;
}

.chamado_empresa_infos
{
    padding: 10px 20px;
    background-color: #fff;

    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.chamado_empresa_infos .nome_empresa
{
    display: flex;
    align-items: center;
    font-weight: 700;
}

.executivo_responsavel
{
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.executivo_responsavel .img
{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;

    width: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.executivo_responsavel .img img
{
    border-radius: 50%;
}

.executivo_responsavel .nome
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.executivo_responsavel .empresa
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}


.chamado_empresa_infos .dados_empresa
{
    display: flex;
    padding: 10px 0px;
    gap: 40px;
    margin: 10px 34px;
}

.text_blue
{
    color: #007BAE;
}

#resetar_senha_acesso_empresa
{
    font-size: 10px;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    width: 21px;
    height: 21px;
    cursor: pointer;
    border: solid 1px #515151;
}

#resetar_senha_acesso_empresa i
{
    line-height: 8px;
}

.editar-interacoes
{
    cursor: pointer;
}

.exibe_remover_visao
{
    cursor: pointer;
}

.barra_superior_chamado
{
    display: flex;
    padding: 10px 0px 10px 20px;
    border-bottom: solid 1px #51515133;
}

.popup_sla
{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: solid 1px #3B434F4D;
    font-size: 12px !important;
}

.popup_sla > div
{
    padding: 10px;
}

.popup_sla > div:not(:last-child)
{
    border-bottom: solid 1px #3B434F4D;
}

.popup_sla_status
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sla_status_badge.badge-sla-danger
{
    color:#d74848 !important;
}

.sla_status_badge.badge-sla-warning
{
    color:#e8b90c !important;
}

.sla_status_badge.badge-sla-normal
{
    color:#58c371 !important;
}

#nav_back_ticket {
    cursor:pointer;
}

#nav_back_ticket:hover {
    color: #007bae;
}

.submit-resp:not(.item-define-send),
.submit-resp-contact:not(.item-define-send)
{
    border: none;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px;
    background-color: #007BAE !important;
}

.submit-resp.round {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.chamado-interacao-pulsing-content {
    animation-name: pulseInteraction;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes pulseInteraction {
    0% {box-shadow: 0px 0px 18px 0px #2e2e2e;}
    25% {box-shadow: 0px 0px 12px 0px #2e2e2e;}
    50% {box-shadow: 0px 0px 8px 0px #2e2e2e;}
    75% {box-shadow: 0px 0px 12px 0px #2e2e2e;}
    100% {box-shadow: 0px 0px 15px 0px #2e2e2e ;}
}

.send-chamado-button
{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 11.5px 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    transition: background-color 0.2s;
    background-color: #007BAE;
    border-left: solid 1px #155aa5;
    color: #ffffff;
}

.send-chamado-button:hover
{
    background-color: #0088c2;
}

.send-chamado-button i
{
    transition: 0.4s;
}

.send-chamado-button.opened i
{
    transform: rotate(-180deg);
}

#send-methods
{
    padding:0px;
    position:absolute;
    bottom:50px;
    z-index:99;
    display:none;
    border: solid 1px #3B434F4D;
}

#send-methods > div
{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

#send-methods > div > span
{
    padding: 10px 10px;
}

#send-methods > div > span:not(:last-child)
{
    border-bottom: solid 1px #3B434F4D;
}

.left-menu-queue {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border:1px solid var(--border-color);
    padding:0px;
}

.queue-option {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    padding:7px 10px;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.2s;
}
.queue-option + .queue-option {
    border-top:1px solid var(--border-color);
}
.queue-option:hover {
    background-color: var(--border-color);
    padding-left:12px;
}
.queue-option:hover i {
    color:#007bae;
}
.queue-option p {
    margin:0px;
}
.queue-option.active {
    background-color: var(--border-color);
    padding-left:12px;
}
.queue-option.active i {
    color:#007bae;
}
.pesquisa_perguntas {
    display: flex;
    flex-direction: column;
}
.pesquisa_pergunta {
    display: grid;
    grid-template-columns: 0.1fr 1fr 1fr;
    gap:10px;
    border:1px solid var(--border-color);
    padding:10px 20px 10px 0px;
}
.pesquisa_pergunta + .pesquisa_pergunta {
    border-top:none;
}
.add_question {
    border:1px solid var(--border-color);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.2s;
}
.add_question:hover {
    background-color: var(--border-color);
}
.add_question p {
    margin-bottom:0px;
}
.pesquisa_pergunta + .add_question {
    border-top:none;
}

.content-queue-notifications {
    display:flex;
    flex-direction: column;
}
.queue-notification-item {
    display:flex;
    flex-direction: row;
    border:1px solid var(--border-color);
    padding:10px;
    align-items: center;
    gap:20px;
    transition: all ease 0.2s;
    cursor: pointer;
}
.notify_label {
    margin:0px;
    flex:1;
}
.queue-notification-item:hover {
    background-color: var(--border-color);
    transform: translateX(3px);
}

.exibe_popup_chamados_arquivados
{
    width: fit-content;
    cursor: default;
    margin-left: 23px;
}

.popup_chamados_arquivados
{
    display: none;
    position: fixed;
    background-color: #fff;
}

.popup_chamados_arquivados
{
    border: solid 1px var(--border-color);
}

.popup_chamados_arquivados div:first-child
{
    border-bottom: solid 1px var(--border-color);
    padding: 12px 12px 10px 12px;
}

.popup_chamados_arquivados div:last-child
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 12px 12px 12px;
}

.fila_desk_btn_container {
    display:flex; 
    align-items:center; 
    height:42px; 
    padding-left:20px; 
    margin-top:1px; 
}
.fila_desk_btn {
    font-size:12px; 
    padding:5px 10px; 
    border:1px solid #d8d8d8; 
    border-radius:3px; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    overflow:hidden;
    transition: all ease 0.2s;
    cursor:pointer;
}
.fila_desk_btn:hover {
    background-color: #d8d8d8; 
}

#queue_choose_popup {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index:100;
    background-color: rgb(0 0 0 / 30%);
    left:0;
    top:0;
}

.container_choose {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top:40px;
}

.queue_selection_container {
    width:70%;
    height: 70%;
    background-color: #fff;
    border:1px solid var(--border-color);
    padding:20px 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    border-radius: 2px;
    box-shadow:2px 3px 3px 1px rgb(0 0 0 / 5%)
}

.queue_choose_title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.queue_choose_options {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    row-gap: 10px;
    padding-top: 50px;
    margin:0 auto;
    flex:1;
}
.share_queue_options {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin:0 auto;
    flex:1;
}
.share_queue_option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border:1px solid var(--border-color);
    padding:30px 0px;
    text-align: center;
    gap:10px;
    border-radius:5px;
    transition: all ease 0.2s;
    position: relative;
    z-index: 99;
    min-width: 100px;
}
.share_queue_option:hover  {
    cursor: pointer;
    transform: translateY(-4px) translateX(-4px);
    box-shadow: 0px 0px 10px rgb(84 126 169 / 25%);
    border:1px solid #1C6BBF;
    background-color: #1c6bbf14;
}
.share_queue_option.active {
    transform: translateY(-4px) translateX(-4px);
    box-shadow: 0px 0px 10px rgb(84 126 169 / 25%);
    border:1px solid #1C6BBF;
    background-color: #1c6bbf14;
}

.share_queue_option p {
    margin-bottom:0px;
}

.grid_queue_option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid var(--border-color);
    padding:0px 5px;
    text-align: center;
    width: 133px;
    height: 129px;
    gap:10px;
    border-radius:5px;
    transition: all ease 0.2s;
    position: relative;
    z-index: 99;
    perspective: 1000px;
}

.grid_queue_option:hover {
    /* background-color: var(--hover-bg); */
    cursor: pointer;
    transform: translateY(-4px) translateX(-4px);

    box-shadow: 0px 0px 10px rgb(84 126 169 / 25%);
    /* border:1px solid #1C6BBF; */
    /* background-color: #1c6bbf14; */
}

.grid_queue_option.new {
    box-sizing: border-box;
    width: 133px;
    height: 129px;
    border: 1px dashed #007BAE !important;
    border-radius: 5px;
}

.grid_queue_option.new p {
    color: #007BAE !important;
}
.grid_queue_option p {
    margin-bottom:0px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid_queue_option .queue_option_sub_title {
    font-size:11px;
}
  
.grid_queue_option.new.disabled p {
    color: #3b424f !important;
}
.grid_queue_option.new.disabled {
    border: 1px dashed #3b424f !important;
}
.grid_queue_option.new.disabled svg path {
    fill: #3b424f !important;
}
.grid_queue_option.new.disabled:hover {
    transform: none;
    box-shadow: none;
    cursor: not-allowed;
}

.queue_helper {
    font-size: 12px;
    text-align: center;
}
.queue_helper a {
    color: #1C6BBF !important;
}

.loading_chooses {
    flex-direction: column;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding:10px;
}
.loaded_chooses {
    height: 100%;
}
.flex_chooses {
    display:flex;
    flex-direction: column;
    height: 100%;
}
.queue_choose_options {
    flex:1;
    margin-bottom:20px;
}
.queue_favorite_picker {
    position:absolute; 
    top:7px; 
    left:7px; 
    z-index:999;
    display: none;
    color: #ff930e !important;
}
.queue_favorite_picker.active {
    display: block;
}
.grid_queue_option:hover .queue_favorite_picker, .grid_queue_option:hover .queue_edit_picker {
    display: block;
}

.queue_edit_picker {
    position:absolute; 
    top:7px; 
    right:7px; 
    z-index:999;
	display: none;
}

.queue_edit_picker path{
	fill: #B1BDCD80;
}

.queue_edit_picker:hover path {
	fill: #007BAE;
}

.queue_pick {
    display:flex; 
    flex-direction:column; 
    align-items:center; 
    justify-content:center;
}

.departments_selectors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    gap: 10px;
    row-gap: 10px;
    padding:20px 0;
}

.departments_check_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:10px;
    margin:0px;
    border:1px solid var(--border-color);
    padding:10px 20px;
    cursor: pointer;
    transition: all ease 0.2s;
    border-radius: 3px;
}
.departments_check_container p {
    margin:0px;
}
.departments_check_container:hover {
    background-color: var(--border-color);
    transform: translateX(-1px) translateY(-1px);
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-5 {
    gap:5px;
}
.gp-10 {
    gap:10px;
}
.confirm_action_modal {
    display:none;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:1099;
}
.confirm_action_modal_bg {
    width: 100%;
    height: 100%;
    background-color: #10101038;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shared_case_container {
    width:100%; 
    border:1px solid #ced4da; 
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    padding:7px 10px;
    transition: all ease 0.2s;
}
.shared_case_container:hover {
    transform: translateX(3px);
    background-color:#ced4da; 
    cursor: pointer;
}
.shared_case_container i {
    font-size:13px;
}
.shared_case_label {
    display:flex; 
    align-items:center; 
    gap:5px;
}
.shared_case_label span {
    font-size:13px;
}
.shared_case_badge {
    width:10px; 
    height:10px;
    border-radius:3px;
}
.shared_cases_container {
    display: flex;
    flex-direction: column;
    gap:3px;
}

#menu_chamado_open,
#menu_chat_open
{
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
    z-index: 99;
    padding: 5px 28px 5px 10px;
    right: -18px;
    top: 158px;
    color: #fff;
    background-color: #007BAE;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
}

#menu_chamado_open:hover,
#menu_chat_open:hover
{
    right: 0px;
}

#menu_chamado_open p,
#menu_chat_open p
{
    color: #fff !important;
}

#menu_chamado
{
    display: flex;
    flex-direction: column;
    position: fixed;
    overflow: auto;
    height: 100vh;
    width: 350px;
    z-index: 999;
    top: 0px;
    right: -350px;
    background-color: #ffffff;
    border-left: solid 1px #51515133;
}

#menu_chamado .menu_header
{
    display: grid;
    grid: repeat(1, auto) / repeat(3, auto);
    grid-template-rows: 1fr;
    padding: 20px 15px;
}

#menu_chamado .menu_content
{
    padding: 20px 45px;
}

.chamado_editar_grid
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#fecha_menu_chamado
{
    cursor: pointer;
    transition: all 0.2s;
}

#fecha_menu_chamado:hover
{
    color: #007BAE;
}

.header_casos.disabled
{
    border-left: solid 6px #d35722 !important;
    filter: grayscale(1);
    opacity: 0.5;
}

.header_casos.disabled,
.header_casos.disabled span,
.header_casos.disabled p
{
    color: #d35722 !important;
}

.chamado_interacao_log + .chamado_interacao_log,
.chamado_interacao_anotacao + .chamado_interacao_anotacao,
.chamado_interacao_log + .chamado_interacao_anotacao,
.chamado_interacao_anotacao + .chamado_interacao_log

{
    padding-top: 0px;
}

.chamado_interacao_log:has(+ .chamado_interacao_log),
.chamado_interacao_anotacao:has(+ .chamado_interacao_anotacao),
.chamado_interacao_log:has(+ .chamado_interacao_anotacao),
.chamado_interacao_anotacao:has(+ .chamado_interacao_log)
{
    padding-bottom: 60px !important;
}

.show-visit-details
{
    cursor: default;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px #0000001a;
}

.show-visit-details > p
{
    padding: 5px 10px;
}

.visita_tecnica_popup
{
    width: 100%;
    z-index: 99;
    display: none;
    padding: 5px;
    border-top: solid 1px var(--dark-600);
}

.lista_chamado_visitas_tecnicas
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    max-height: calc(102vh - 553px);
}

#desk_context_menu {
    position: absolute;
    display: none;
    z-index:1099;
}

.desk_content_menu_container {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    border:1px solid var(--border-color);
    border-radius: 5px;
}
.desk_content_menu_container .desk_share_context_option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.desk_content_menu_container .desk_share_context_option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.desk_share_context_option {
    display: grid;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-template-columns: 0.5fr 2fr;
    padding:8px 20px;
    background-color: #ffffff;
    gap:10px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.2s;
}
.desk_share_context_option.disabled {
    display:none;
}
.desk_share_context_option:hover {
    cursor: pointer;
    background-color: #F1F2F7;
}
.desk_share_context_option.disabled:hover {
    background-color: #d5d5d5;
    font-style: italic;
    color:#858585 !important;
}
.desk_share_context_option + .desk_share_context_option {
    border-top:1px solid rgba(59, 66, 79, 0.1);
}
.desk_share_context_option img {
    text-align: center;
}
.desk_share_context_option span {
    text-align: left;
    font-size:12px;
}
.queue-right-container {
    display: flex;
    flex-direction: column;
    border-left:1px solid rgba(49, 60, 76, 0.2);
}
.content-queue-share-body
{
    display: flex;
}
.filter_queue_share
{   
    transition: all ease 0.2s;
}
.filter_queue_share.active svg line {
    stroke: #1C6BBF;
}
.filter_queue_share:hover svg line {
    stroke: #1C6BBF;
}
.content-queue-right {
    background-color: #fff;
    min-height: 300px;
    padding:20px;
    border-radius: 3px;
    flex: 1;
}
.share_mode_options {
    display:flex;
    flex-direction: column;
    gap:10px;
    margin-top:38px;
}
.share_mode_option {
    display: flex;
    flex-direction: row;
    gap: 25px;
    border:1px solid #c1c1c1;
    padding: 8px 18px;
    border-radius: 2px;
    transition: all ease 0.2s;
}
.share_mode_option p {
    transition: all ease 0.2s;
}
.share_mode_option img {
    transition: all ease 0.2s;
}
.share_mode_option_disabled {
    display: flex;
    flex-direction: row;
    gap: 25px;
    border:1px dashed #c1c1c1;
    opacity: 0.7;
    padding: 8px 18px;
    border-radius: 2px;
    transition: all ease 0.2s;
}
.share_mode_option_disabled p {
    margin-bottom:0px;
}
.share_mode_option:hover {
    cursor: pointer;
    border-color: #007BAE !important;
    transform: translateX(3px) translateY(-3px);
    box-shadow: 0px 0px 10px rgb(84 126 169 / 25%)
}
.share_mode_option:hover p {
    color: #007BAE !important;
}
.share_mode_option:hover svg path {
    fill:#007BAE;
}
.share_mode_option.active {
    border-color: #007BAE !important;
    transform: translateX(3px) translateY(-3px);
    box-shadow: 0px 0px 10px rgb(84 126 169 / 25%)
}
.share_mode_option.active svg path {
    fill:#007BAE;
}
.share_mode_option.active p {
    color: #007BAE !important;
}
.share_mode_option p {
    margin-bottom:0px;
}
.share_queue_options_error {
    text-align: center;
}

#sync_action_buttons {
    gap: 5px;
    margin-top: 20px;
}

.or_separator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.share_mode_option_button {
    padding: 8px 18px;
    border-radius: 2px;
    transition: all ease 0.2s;
}
/**
** TABELA NOVA UTILIZADA NOS CADASTROS DO WAY (proposta da implementação da nova config de SMTP)
*/
.table_way_share {
    width:100%;
    margin: 0 auto;
    border: none !important;
}
.table_way_share.bordered {
    border: 1px solid rgba(80, 80, 80, 0.1) !important;
}
.table_way_share tr td,.table_way_share tr th {
    text-align: left;
}
.table_way_share thead tr th {
    background-color: transparent !important;
    font-weight: 500 !important;
}
.table_way_share tbody tr {
    background-color: transparent !important;
}
.table_way_share tr {
    background-color: transparent !important;
    transition: background ease 0.shares;
}
.table_way_share tbody tr:hover {
    background-color: rgba(6, 14share, 185, 0.share) !important;
    cursor: pointer;
}
.table_way_share tbody tr + tr {
    border-top: 1px solid rgba(80, 80, 80, 0.1);
}
.table_way_share thead tr {
    border-bottom:1px solid rgba(80, 80, 80, 0.1);
    font-size: 15px;
}
.table_way_share tr {
    height: 50px;
}
.table_way_share td, .table_way_share th {
    padding: 0 1px;
}
.table_way_share tr > td, .table_way_share tr > th {
    padding: 0 4px;
}
.table_way_2 tr:hover td.acoes {
    opacity: 1 !important;
}

input, select {
    background-color: #F1F2F7;
}

input.form-control, select.form-control {
    background-color: #F1F2F7;
}
.desk_share_context_option svg path {
    fill: #505050;
}

.sharing_cases_view {
    display:flex; 
    font-size: 11px;
}

.share_feeback_container {
    display:flex; 
    flex-direction:column; 
    gap:15px;
    max-height: 375px;
    overflow: auto;
    padding: 0px 5px;
}

.share_feedback_item {
    display:flex; 
    flex-direction:row; 
    align-items:center;
    gap:10px;
    transition: all ease 0.2s;
    padding:15px;
    border-radius: 3px;
    border: solid 1px var(--dark-300);
}

.share_feedback_item:hover {
    background-color: #d5d8db;
    cursor: pointer;
}

.complement_log {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.complement_log:hover .complement_plus_container_display {
    display: block !important;
}

.complement_plus_container_display {
    position: absolute;
    left:calc(100%);
    top:calc(-100%);
    padding-left: 10px;
}
.complement_plus_container {
    display:flex;
    flex-direction: column;
    width: 200px;
    background-color: #F1F2F7;
    border:1px solid rgba(59, 66, 79, 0.1);
    border-radius: 2px;
}
.complement_plus_container:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.complement_plus_container:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.complement_plus_container_item {
    padding:2px 10px;
    display: flex;
    flex-direction: row;
    transition: all ease 0.2s;
}
.complement_plus_container_item:hover {
    background-color: #fff;
}
.complement_plus_container_item + .complement_plus_container_item {
    border-top:1px solid rgba(59, 66, 79, 0.1);
}
.complement_plus_container_item a,
.complement_plus_container_item span {
    justify-content: center;
    font-size:13px !important;
    font-weight: 400 !important;
    color:#505050;
}

.log_body.log_reduced {
    display:flex; 
    flex-direction:column;
    margin-left:40px; 
    gap:8px;
}
.log_body.log_reduced .datahora {
    font-size: 12px !important;
}
.log_body.log_reduced .log_props.props_reduced {
    padding-top:10px;
    display:flex; 
    flex-direction:column; 
    gap:8px;
}
.log_body.log_reduced .log_props.props_reduced span {
    padding:0px !important; 
    color:#505050 !important;
    font-weight: 400 !important;
}
.log_body.log_reduced .log_props.props_reduced .color_default {
    color:#505050 !important;
}
.log_body.log_reduced .log_props.props_reduced b {
    font-weight: 700 !important;
}

.chamado_interacao_icon.user_interaction_icon {
    left: -24px; 
    width:45px; 
    height:46px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cke_inner, .cke_top, .cke_bottom
{
    border-radius: 4px;
}

.cke_dialog_body td, .cke_dialog_body tr, .cke_dialog_body table
{
    border: none !important;
}

.cke_notification_message
{
    color: #000 !important;
}

.cke_chrome
{
    border-radius: 4px !important;
}

.email_template_badges
{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.email_template_badge
{
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 10px;
    background-color: #F1F2F7;
    border: 1px solid rgba(59, 66, 79, 0.1);
}

.email_badge_header
{
    cursor: pointer;
}

.email_badge_body
{
    display: none;
    padding-top: 10px;
}

.email_template_variaveis
{
    border: solid 1px var(--dark-300);
}

.email_template_variaveis > div
{
    padding: 10px;
}

.email_template_files
{
    min-height: 100px;
    max-height: 300px;
    column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    overflow: auto;
    flex-wrap: wrap;
}

.email_template_drop_area
{
    display: none;
    align-items: center;
    justify-content: center;
    border: dashed 1px #0066CC;
    border-radius: 4px;
    height: 300px;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(81, 81, 81, 0.5);
}

.campanha_file_img
{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.campanha_file_img p
{
    margin: 0px !important;
}

.campanha_file_img img
{
    width: 100px;
    border-radius: 4px;
    object-fit: cover;
    height: 100px;
}

.import_alert_danger {
    background-color: #ff000026;
    border:1px solid #FBBABB;
    border-radius: 2px;
    padding:6px 10px;
    width: 100%;
    margin-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
#tel_mov_search_for_invalids, #email_search_for_invalids {
    padding: 6px 0px;
}
#tel_mov_search_for_invalids p, #email_search_for_invalids p {
    margin:0px;
}
#tel_mov_invalids, #email_invalids { 
    padding: 6px 0px;
    background-color: #ff000026;
    border:1px solid #FBBABB;
    border-radius: 2px;
    padding:6px 10px;
    margin-top:10px;
}
#tel_mov_invalids p, #email_invalids p {
    margin:0px;
    font-size: 12px;
}
#tel_mov_invalids i, #email_invalids i {
    margin-right:7px;
}

.error_template_creation {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding:10px 15px;
    background: #ff000026;
    border: 1px solid #763131;
    border-radius: 3px;
    margin-bottom:30px;
}
.error_template_creation i {
    color:#B1BDCD;
    font-size: 25px;
}
.error_template_creation p {
    margin-bottom:0px;
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
    color:#B1BDCD !important;
}

.success_template_creation {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding:10px 15px;
    background: #33ff0026;
    border: 1px solid #317636;
    border-radius: 3px;
    margin-bottom:30px;
}
.success_template_creation i {
    color:#B1BDCD;
    font-size: 25px;
}
.success_template_creation p {
    margin-bottom:0px;
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
    color:#B1BDCD !important;
}

.campanha_file_img .btn_remove_arquivo_campanha
{
    margin-top: 18px;
    margin-left: 100px;
}

.btn_remove_arquivo_campanha
{
    position: absolute;
    background-color: #F1F2F7;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_remove_arquivo_campanha i
{
    line-height: 11px;
}

#visualizacao_empresas
{
    max-height: 500px;
    overflow: auto;
}

.btn-input-group
{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-left: none;
    border: 1px solid rgba(59, 66, 79, 0.1);
    background-color: rgba(28, 107, 191, 0.18);
    color: #515151;
}

.btn-input-group:hover
{
    background-color: rgba(23, 79, 139, 0.18);
}

.modal-footer-2
{
    display: flex;
    justify-content: end;
    column-gap: 10px;
    padding: 15px;
}

#email_template_preview
{
   padding: 0px 50px;
}

.email_template_preview_parent
{
    margin-top: 10px;
    border-radius: 4px;
    color: #2a2a2a;
    padding: 0px 10%;
    background-color: #e9ecef;
}

.email_template_preview_parent p
{
    color: #2a2a2a;
}

.email_template_preview_content
{
    border-left: solid 1px #adadad;
    border-right: solid 1px #adadad;
}

.fake_destinatario_img
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
}

.fake_destinatario_img div
{
    width: 40px;
    height: 40px;
    border: solid 1px #626161;
    border-radius: 100%;
    overflow: hidden;
}

.fake_remetente p
{
    line-height: 10px;
    margin: 0px;
}

#email_template_preview_assunto
{
    font-size: 26px;
    font-weight: 400;
    padding: 20px 0px 28px 70px;
    padding-top: 20px;
    padding-bottom: 28px;
}

#email_template_preview_content
{
    padding: 10px 70px 10px 70px;
}

.campanha_file_anexo .btn_remove_arquivo_campanha
{
    margin-top: -18px;
    margin-left: 152px;
}

.campanha_file_anexo.primary
{
    background-color: #E3F3FF;
    border: solid 1px #AFCCE5;
}

.campanha_file_anexo.danger
{
    background-color: #F9E8EA;
    border: solid 1px #FBBABB;
}

.campanha_file_anexo.primary i:not(.fa)
{
    background-color: #79B7ED;
}

.campanha_file_anexo.danger i:not(.fa)
{
    color: #FC9B9C;
}

.campanha_file_anexo
{
    min-width: 171px;
    display: flex;
    padding: 5px;
    border-radius: 4px;
    height: fit-content;
}

.campanha_file_anexo img
{
    opacity: 0.6;
    height: 25px;
    margin-right: 8px;
}

.campanha_file_anexo p
{
    margin: 0px;
}

input[type="date"]::-webkit-calendar-picker-indicator
{
    color: rgba(0, 0, 0, 0);
    background: url(../../images/calendario_input.png) no-repeat;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator
{
    color: rgba(0, 0, 0, 0);
    background: url(../../images/relogio_input.png) no-repeat;
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.preview_campanha
{
    margin-left: 50px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.preview_campanha > div
{
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.header_preview_campanha
{
    background-color: #F1F2F7;
    font-size: 12px;
    padding: 10px 15px;
    border: solid 1px rgba(81, 81, 81, 0.5);
}

.campo_preview_campanha
{
    font-size: 13px;
    padding: 10px 15px;
    border: solid 1px rgba(81, 81, 81, 0.5);
}

.preview_campanha > div:first-child .header_preview_campanha
{
    border-top-left-radius: 4px;
}

.preview_campanha > div:first-child .campo_preview_campanha
{
    border-top-right-radius: 4px;
}.escalonamento-inatividade {
    border: 1px solid #ced4da;
    padding:20px 0px;
}

.inactivity_alert {
    position: relative;
    background-color: #ECC904;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    font-size: 11px;
    padding-top:1px;
    animation-name: aviso-atividade;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.inactivity_alert:hover .inactivity_container {
    opacity: 1;
}
.inactivity_container {
    /* display: none; */
    position: absolute;
    background-color: #ECC904;
    font-size: 12px;
    left: 0;
    top:0;
    border-radius:10px;
    height: 20px;
    align-items: center;
    padding-left:7px;
    width: 680%;
    display: flex;
    opacity: 0;
    transition: all ease 0.2s;
}

.box_op_sts_labels {
    text-align:center; 
    font-size:12px;
    margin:0px;
    margin-bottom:5px;
}

.btn-history-back i {
    transition: all ease 0.2s;
}
.btn-history-back:hover i {
    margin-right:3px;
}

.select_product_bases {
    border-bottom:0.5px solid #e0e0e0; 
    border-top:0.5px solid #e0e0e0; 
    padding:8px; 
    text-align:left; 
    line-height:20px;
    float:left; 
    width:100%;
}

.select_product_bases label {
    margin:0px;
}

.body
{
    display: flex;
}

.recomendacao_img_canal_integracao
{
    font-size: 10px;
    margin-top: 5px;
}

.body_status_contrato
{
    display: flex;
    overflow: hidden;
    margin: 0px 8px;
    gap: 1px;
    background-color: rgba(0, 0, 0, 0.125);
}

.card_status_contrato
{
    display: flex;
    min-width: 180px;
    flex: 1;
    height: 75px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.card_status_contrato:hover
{
    background-color: #f5f5f5;
}

.card_status_contrato.selected
{
    background-color: #f5f5f5;
    border-width: 4px !important;
}

.card_status_contrato.selected p
{
    font-weight: 600;
}

.btn_navegar_status_chamados
{
    display: flex;
    align-items: center;
    position: absolute;
    margin-top: 22px;
    height: 25px;
    width: 25px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.4;
    transition: all 0.2s;
}

.btn_navegar_status_chamados:hover
{
    opacity: 1;
}

.btn_navegar_status_chamados i
{
    line-height: 10px;
}

.btn_navegar_status_chamados.dec
{
    margin-left: -5px;
    padding: 0px 8px;
}

.btn_navegar_status_chamados.inc
{
    right: 2px;
    padding: 0px 10px;
}

.open_menu_popup
{
    cursor: pointer;
}

.operacao_preview
{
    display: none;
    border-radius: 4px;
    background-color: #adadad;
}

.context-menu-button.operacao-goiaba:hover
{
    background-color: rgba(var(--fluxo_goiaba), 0.2);
}

.context-menu-button.operacao-salmao:hover
{
    background-color: rgba(var(--fluxo_salmao), 0.2);
}

.context-menu-button.operacao-vermelho:hover
{
    background-color: rgba(var(--fluxo_vermelho), 0.2);
}

.context-menu-button.operacao-azul:hover
{
    background-color: rgba(var(--fluxo_azul), 0.2);
}

.context-menu-button.operacao-azul_claro:hover
{
    background-color: rgba(var(--fluxo_azul_claro), 0.2);
}

.context-menu-button.operacao-amarelo:hover
{
    background-color: rgba(var(--fluxo_amarelo), 0.2);
}

.context-menu-button.operacao-amarelo_claro:hover
{
    background-color: rgba(var(--fluxo_amarelo_claro), 0.2);
}

.context-menu-button.operacao-laranja:hover
{
    background-color: rgba(var(--fluxo_laranja), 0.2);
}

.context-menu-button.operacao-laranja_claro:hover
{
    background-color: rgba(var(--fluxo_laranja_claro), 0.2);
}

.context-menu-button.operacao-verde:hover
{
    background-color: rgba(var(--fluxo_verde), 0.2);
}

.context-menu-button.operacao-verde_claro:hover
{
    background-color: rgba(var(--fluxo_verde_claro), 0.2);
}

.context-menu-button.operacao-rosa:hover
{
    background-color: rgba(var(--fluxo_rosa), 0.2);
}

.context-menu-button.operacao-rosa_claro:hover
{
    background-color: rgba(var(--fluxo_rosa_claro), 0.2);
}

.context-menu-button.operacao-roxo:hover
{
    background-color: rgba(var(--fluxo_roxo), 0.2);
}

.context-menu-button.operacao-roxo_claro:hover
{
    background-color: rgba(var(--fluxo_roxo_claro), 0.2);
}

#left-panel > nav:not(.left-panel-tasks)
{
    width: 100% !important;
}

.left-panel-tasks
{
    z-index: 999;
    position: fixed;
    width: 260px;
    height: 100vh;
    transition: width 0.3s ease;

    display: flex;
    flex-direction: column;
}

body.open #left-panel .left-panel-tasks
{
    width: 75px;
}

body:not(.open) #left-panel .left-panel-tasks
{
    width: 260px;
}

.checkbox_table_gerar_contas
{
    display: flex;
    align-items: center;
    justify-content: end;
}

.sub_category_insert {
    border:1px solid #3b424f; 
    padding:5px 10px; 
    border-radius:3px; 
    display:flex; 
    align-items:center; 
    gap:10px;
}
.sub_category_insert + .sub_category_insert {
    margin-top:10px;
}

.menu-expander-more {
    display:flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    gap:7px;
    color:#9496A1;
    font-size: 12px;
    transition: all ease 0.2s;
    cursor: pointer;
    padding:15px 0;
}

.menu-expander-more i {
    color:#fff;
    font-size: 8px;
    margin-top:2px;
}

.menu-expander-more:hover {
    gap:10px;
    color:#fff;
}

.menu-expander-content {
    display: none;
}

.core_connection_menu_badge {
    width:16px; 
    height:16px; 
    border-radius:50%; 
    position:absolute; 
    background-color:#B3261E; 
    right:20px; 
    top:10px; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    border:2px solid #1E1E2D;
}

.core_connection_menu_badge.active {
    background-color:#FCB03F; 
}

.core_connection_menu_badge.active .connection_badge_counter {
    color: #000 !important;
    font-size: 8px;
    font-weight: 700;
}

.menu-item:hover .core_connection_menu_badge { 
    border-color: #303044 !important;
}

.ajax-page-content {
    display:none;
}

.skeleton_box {
    height: 2em;
    position: relative;
    overflow: hidden;
    background-color: #e9e9e9;
    border:none;
    border-radius: 5px;
}

.skeleton_box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(45deg, #fff 0 50%, #fff 20%, #fff 60%, #fff 50%);
    animation: shimmer 1.5s infinite;
    content: '';
}

@keyframes shimmer {
100% {
    transform: translateX(100%);
}
}

.visao_load_data {
    cursor: pointer;
}

.visao_load_data:hover {
    color: #007BAE;
}

.novo_popup
{
    height: fit-content;
    min-width: 50%;
    padding: 16px;
    border-radius: 8px;
    background-color: #ffffff;
}

.novo_popup .popup_body
{
    margin-top: 25px;
    width: 100%;
    display: flex;
}

.novo_popup .left_section
{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 40px;
    border-right: 1px solid #FFFFFF0D
}

.novo_popup .right_section
{
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
}

.novo_popup .right_section .buttons
{
    display: flex;
    gap: 30px
}

.popup_title
{
    font-size: 16px;
}

.popup_subtitle
{
    font-size: 12px;
    line-height: 18px;
    color: #515151 !important;
}

.popup_button
{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 1px;
    border: solid 1px #0000004D;
}

.popup_button:hover:not(.disabled,.active)
{
    cursor: pointer;
}

.popup_button.disabled:hover,
.popup_button.active:hover
{
    cursor: default;
}

.popup_button.disabled
{
    border: solid 1px #00000026;
    color: #00000080;
}

.popup_button.active, .popup_button:hover:not(.disabled)
{
    border: solid 1px #007BAE !important;
    color: #007BAE !important;
}

.popup_button.disabled img
{
    filter: grayscale(1) !important;
}

.popup_button.disabled.sms img
{
    filter: grayscale(1) !important;
	opacity: 0.5;
}

.popup_button.active img, .popup_button:not(.disabled):hover img
{
    filter: brightness(1) !important;
}

#vincular_chat_contatos, #vincular_chamado_empresa
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    border: solid 1px #00000026;
    background-color: #f1f2f7;
    max-height: 300px;
    overflow: auto;
}

#vincular_chat_contatos .contato, #vincular_chamado_empresa .contato
{
    display: flex;
    gap: 25px;
    padding-bottom: 10px;
    border-bottom: solid 1px #00000026;
}

#vincular_chat_contatos .contato, #vincular_chamado_empresa .contato:last-child
{
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#vincular_chat_contatos .check
{
    display: flex;
    align-items: center;
}

#vincular_chat_contatos .dados, #vincular_chamado_empresa .dados
{
    display: flex;
    gap: 10px;
}

#vincular_chat_contatos .dados .contato_nome, #vincular_chamado_empresa .dados .contato_nome
{
    font-size: 12px;
    line-height: 15px;
}

#vincular_chat_contatos .dados .contato_email
{
    font-size: 10px;
    line-height: 15px;
}

#vincular_chamado_empresa .dados .qtd_contatos
{
    font-size: 10px;
    line-height: 15px;
}

#vincular_chat_contatos .dados .contato_telefone
{
    font-size: 10px;
    line-height: 20px;
}

.novo_popup .popup_footer
{
    padding: 10px;
    gap: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.novo_popup .nenhum_contato, .novo_popup .nenhuma_empresa
{
    width: 100%;
    text-align: center;
    font-style: italic;
    opacity: 0.5;
    font-size: 12px;
    margin: 0px;
}

.novo_popup #info_empresa
{
    margin: 25px 0px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.novo_popup #info_empresa .nome
{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.novo_popup #info_empresa .qtd_contatos
{
    font-size: 12px;
    opacity: 0.5;
    margin: 0px;
}

.novo_popup .novo_contato_buttons
{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.novo_popup #novo_contato
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.novo_popup .btn_novo_contato
{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #007BAE;
}

.novo_popup .btn_novo_contato img
{
    width: 22px;
    height: 22px;
    filter: brightness(0.7) saturate(1.9);
}

.novo_popup #configs_contato
{
    display: flex;
    gap: 10px;
}

.shake
{
	position: relative;
	animation-name: shake;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out
}

@keyframes shake
{
	0% {left: 0px}
	10% {left: -2px}
	20% {left: 2px}
	30% {left: -2px}
	40% {left: 2px}
	50% {left: -2px}
	60% {left: 2px}
	70% {left: -2px}
	80% {left: 2px}
	90% {left: -2px}
	100% {left: 0px}
}

.novo_popup #nenhum_chamado_advise
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 25px;
}

.novo_popup #vincular_chamado_section
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.novo_popup #nenhum_chamado_advise .title
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	font-size: 16px;
}

.novo_popup #nenhum_chamado_advise .subtitle
{
    text-align: center;
	font-size: 12px;
	opacity: 0.5;
}

.dash_admin_grid
{
	gap: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
}

.dash_admin_grid + .dash_admin_grid
{
	margin-top: 10px;
}

.new_card
{
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border-radius: 5px;
}

.font-titulo
{
    color: #515151;
    font-weight: 500;
    font-size: 16px;
}

.dash_admin_table
{
	text-align:center;
	background-color: white;
	margin-bottom:0px;
	border: 1px solid #ddd;
}

.dash_analista_grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding-left: 10px;
	padding-right: 10px;
    gap: 10px;
}

.dash_analista_grid > div
{
    display: flex;
    flex-direction: column;
    margin-bottom: 0px !important;
}

.dash_analista_grid .dash_card_header
{
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dash_analista_grid .dash_card_header p
{
    margin: 0px;
    color: #515151;
    font-weight: 500;
    font-size: 16px;
}

#content-status-selector
{
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#content-status-selector > .mudar_status
{
    cursor: pointer;
    padding: 15px;
    transition: all 0.2s;
}

#content-status-selector > .mudar_status:hover,
#content-status-selector > .mudar_status.selected
{
    background-color: rgba(0, 0, 0, 0.05);
}

#content-status-selector > .mudar_status p
{
    margin: 0px;
    color: #515151;
    font-weight: 500;
    font-size: 16px;
}

.dash_infos_chamado
{
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.dash_infos_chamado:hover
{
    background-color: rgba(0, 0, 0, 0.05);
}

.dash_chamados
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.novo_radio_original
{
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;

    font: inherit;
    color: #161B22;
    border: 2px solid #161B22;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    place-content: center;

    transform: translateY(-0.075em);

    cursor: pointer;
}

.novo_radio_original::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #1C6BBF;
}

.novo_radio_original:checked::before {
    transform: scale(1);
}

.desc_atualizacao_tarefa > p
{
    margin: 0px;
}

.iniciar_chat_contato
{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF0D;
}

.iniciar_chat_contato .contato_imagem
{
    border: solid 2px #1C6BBF;
    border-radius: 100%;
    overflow: hidden;
}

.iniciar_chat_contato .contato_imagem img
{
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.iniciar_chat_contato .contato_dados
{
    display: flex;
    flex-direction: column;
}

.iniciar_chat_contato .contato_dados .nome
{
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
}

.iniciar_chat_contato .contato_dados .email
{
    margin: 0px;
    font-size: 10px;
    line-height: 16px;
}

.iniciar_chat_contato .contato_dados .telefone
{
    margin: 0px;
    font-size: 12px;
    color: #00000080;
}

.iniciar_chat_canais 
{
    display: flex;
    gap: 25px;
}

.iniciar_chat_canais .popup_button
{
    flex: 1;
}

.iniciar_chat_advise
{
    background-color: #72161640;
    color: #515151;
    padding: 12px 30px;
    color: 12px;
    border-radius: 4px;
	font-weight: 500;
}

.vincular_numero
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}
.sub-menu.children.dropdown-menu {
    background-color: #1e1e2d;
    border: 1px solid #50505c !important;
}
.iniciar_chat_template_preview
{
    background-color: #F1F2F7;
    border: 1px solid #00000026;
    border-radius: 4px;
    min-height: 100px;
    padding: 12px;
    margin-top: 10px;
}

#sem_contato_template_preview
{ 
   /* background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../images/chats/chat-background-claro.png');*/
}

.iniciar_chat_botoes
{
    margin-top: 25px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.left_section_iniciar_chat
{
    min-width: 340px;
}

#chat_nao_iniciado
{
    padding-top: 25vh;
    display:flex;
    flex-direction: column;
    align-items:center; 
    height: calc(100vh - 105px); 
    width:100%;

  /*  background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../images/chats/chat-background-claro.png');*/
}

#chamado_sem_empresa
{
    padding-top: 25vh;
    display:flex;
    flex-direction: column;
    align-items:center; 
    height: calc(100vh - 105px); 
    width:100%;
}

#template_preview
{
   /* background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../images/chats/chat-background-claro.png');*/
}

#chat_nao_iniciado .title, #chamado_sem_empresa .title
{
    font-size: 24px;
    font-weight: 700;
}

#chat_nao_iniciado .subtitle, #chamado_sem_empresa .subtitle
{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
}

.legend-input_legend
{
    padding: 0px;
    line-height: 0px;

    position: absolute;
    transition: all 0.2s;
    background-color: #ffffff;
    height: 10px;
}

.legend-input_fieldset:has(.legend-input_input:placeholder-shown) .legend-input_legend
{
    margin-top: 20px;
    margin-left: 12px;
    font-size: 0.80rem;
    z-index: 997;
}

.legend-input_fieldset
{
    margin: 0px;
    padding: 0px;
    border: solid 1px #ced4da;
    border-radius: 4px;
}

.legend-input_input
{
    display: block;
    position: relative;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.80rem;
    line-height: 1.5;
    background-clip: padding-box;
    background-color: transparent !important;
    border: none;
    border-radius: 4px;
    z-index: 998;
}

.legend-input_fieldset:has(.legend-input_input:focus) .legend-input_legend,
.legend-input_fieldset:has(.legend-input_input:not(:placeholder-shown)) .legend-input_legend
{
    margin-top: -2px;
    margin-left: 20px;
    font-size: 12px;
    z-index: 999;
    padding: 0 4px;
}

.mini-label
{
    color: #8E9297;
    font-size: 12px;
}

.conta_documentos
{
    display: flex;
    gap: 15px;
    padding-left: 6px;
}

.conta_documento
{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.conta_documento_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e9ecef;
    border: 1px solid #ddd;
    padding: 12px;
}

.conta_documento_body
{
    flex: 1;
    text-align: start;
    padding: 20px;
    border: 1px solid #ddd;
}

.conta_documento_body_inner
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.img_conta_documento
{
    height: 64px;
}

.info_conta_documento
{
    word-break: break-word;
}

.resizable_button
{
    cursor: nwse-resize;
    float: right;
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
    margin-right: 2px;
}

.resizable_button::before
{
    content: url("../../images/redimensionar-box.svg");
}

.sub-menu.children.dropdown-menu {
    background-color: #1e1e2d;
    border: 1px solid #50505c !important;
}

#menu_superior_chamado_chat
{
    display: flex;
    padding: 15px;
    width: 100%;
    background-color: #f1f2f7;
}

#menu_superior_chamado_chat .perfil_contato
{
    width: fit-content;
    display: flex;
    gap: 12px;
    align-items: center;
}

#menu_superior_chamado_chat .perfil_contato #contato_img_perfil
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #b1bdcd;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

#menu_superior_chamado_chat .perfil_contato #contato_img_perfil img
{
    object-fit: contain;
    width: 40px;
    height: 40px;
}

#menu_superior_chamado_chat .perfil_contato .contato_dados
{
    display: flex;
    flex-direction: column;
}

#menu_superior_chamado_chat .perfil_contato .contato_dados #contato_nome, #menu_superior_chamado_chat .perfil_contato .contato_dados #contato_encerradas
{
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
}

.abre_chamado_historico_chats:hover .contato_infos
{
	color: #007BAE !important;
}

#menu_superior_chamado_chat .perfil_contato .contato_dados #contato_data
{
    font-weight: 400;
    font-size: 10px;
    margin: 0px;
}

#menu_superior_chamado_chat  .abre_chamado_historico_chats
{
    cursor: pointer;
}

.historico_chats_content#historico_chats
{
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 999999;
    background-color: #ffffff;
    overflow: auto;
    max-height: 400px;
    border: solid 1px #51515133;
}

.historico_chats_content#historico_chats .registro
{
    display: flex;
}

.historico_chats_content#historico_chats .registro:not(:last-child)
{
    border-bottom: solid 1px #51515133;
}

.historico_chats_content#historico_chats .registro:hover
{
    background-color: #068eb93b;
}

.historico_chats_content#historico_chats .registro_contato,
.historico_chats_content#historico_chats .registro_dados
{
    font-size: 12px;
    cursor: pointer;
}

.historico_chats_content#historico_chats .registro_contato
{
    font-weight: 600;
    padding: 10px 0px 10px 15px;
	width: 200px;
}

.historico_chats_content#historico_chats .registro_dados
{
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 10px 10px;
}

.historico_chats_content#historico_chats .registro_contato .borda
{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 15px;
}

.input-group .form-control:not(:first-child), .input-group .custom-select:not(:first-child)
{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.historico_chats_content#historico_chats .registro_contato .contato_imagem
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #b1bdcd;
    border-radius: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.historico_chats_content#historico_chats .registro_contato .contato_nome
{
    font-weight: 700;
    white-space: nowrap;
}

.menu_chamado_abas
{
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    padding: 1px 80px;
    border-bottom: solid 1px #51515133;
}

.menu_chamado_abas .aba
{
    font-weight: 700;
    cursor: pointer;
    padding-bottom: 5px;
    transition: 0.2s;
}

.menu_chamado_abas .aba.selected
{
    padding-bottom: 6px;
    position: relative;
    top: 1px;
    color: #007BAE;
    border-bottom: solid 2px #007BAE;
}

#chamado_menu_chat
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.right-panel-h
{
    height: calc(100vh - 54px);
}

#chamado_chat_vincular_aviso
{
    left: calc(50% - 161px);
    margin-top: 90px;
    position: absolute;
    text-align: center;
    z-index: 98;
	background-color: rgb(255, 255, 255);
    border-radius: 8px;
	padding: 10px;
    width: 322px;
}

#chamado_chat_vincular_aviso p
{
	font-weight: 600;
}

.content_flex
{
    display: flex;
}

#popup_vincular_chat_chamado, #popup_vincular_empresa_chamado
{
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.item_var + .item_var {
    margin-top:5px;
}
.item_var  {
    display:flex;
    align-items: center;
}

.btn_tipo_chats_pesquisa
{
    width: 35px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: var(dark-300);
}

.btn_tipo_chats_pesquisa:hover
{
    color: #007BAE;
}

.unread_badge {
    background-color: #068EB9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -14px;
}
.goto_chat {
    transition: scale ease 0.2s;
}

.goto_chat:hover {
    cursor:pointer;
    scale: 1.1;
}

.sync_list {
    top: 0;
    left: calc(-100% - 280px);
    max-width: 330px;
    width: 330px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index:99;
}
.sync_list .sync_option {
    display:flex;
    align-items: center;
    padding:5px 7px;
    gap:5px;
}
.sync_list .sync_option:hover {
    background-color: #ced4da;
}

.sync_list .sync_option p {
    margin:0px;
}   

.sync_list_tooltip:hover .sync_list {
    display: block !important;
}

.btn_iniciar_chat_chats
{
    margin: 10px 10px;
    padding: 10px 0px;
    color: #007BAE;
    border: dashed 1px #007BAE;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    cursor: pointer;
}

.btn_iniciar_chat_chats:hover
{
    background-color: #007BAE0D;
}

.btn_iniciar_chat_chats img
{
    height: 20px;
    width: 20px;
}

.aviso_chamado_nao_vinculado
{
    display: flex;
    gap: 5px;
    color: #E0AF51 !important;
    opacity: 1 !important;
}

.span_chamado_txt
{
	color: #515151;
}

.view_chat_badge {
    color:#00D3C7; 
    display:flex; 
    flex-direction:row !important; 
    margin-left:30px; 
    gap:10px; 
    align-items:center; 
    margin-top: -2px;
    transition: all ease 0.2s;
}

.view_chat_badge:hover {
    cursor: pointer;
    gap:5px;
    color:#35a39c;
}

.view_chat_badge:hover svg {
    transform: scale(0.9);
}   
.view_chat_badge:hover svg circle {
    fill:#00d3c72e;
}

#chat_encerrado_advise
{
    position: relative;
    z-index: 99;
}

.chat_encerrado_msg
{
    display: flex;
    gap: 5px;
    padding: 10px 20px;
    height: fit-content;
    width: fit-content;
    background-color: #8f0e0e;
    border: solid 1px #8f0e0e;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.infos_fila_chats
{
    display: flex;
    padding: 20px;
}

.iniciar_chat_template_variables
{
    padding:9px;
    border-radius: 4px;
    width:100%;
    background: #F1F2F7;
}

#ticket_interactions > div.chamado_interacao_out:first-child,
#ticket_interactions > div.chamado_interacao_in:first-child
{
    margin-top: 30px;
}

.menu-item.disabled {
    opacity: 0.5;
}
.core_connection_menu_badge.disabled {
    background: #666;
}
.disabled_icon_menu {
    font-size: 8px;
    color: #fff;
}

.assunto_caso_item
{
    font-weight: 700;
}

#barra_superior_chamado_chamado_numero
{
    flex: 1;
    text-align: right;
    padding-right: 30px;
    color: #00000080;
}

.img_branca
{
    filter: brightness(0);
}

#btn_link_chats
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007BAE;

    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 10px;

    width: 70px;
    height: 70px;
    cursor: pointer;
}

#btn_link_chats:hover
{
    background-color: #0088c2;
}

#btn_link_chats img
{
    height: 30px;
}

#btn_link_chats.hidden
{
    opacity: 0 !important;
}

.casos_section + .casos_section
{
    margin-top: 5px;
}

.popup_button.seleciona_canal
{
    border: solid 1px #313C4C !important;
    border-radius: 2px !important;
}

.popup_button.seleciona_canal.sms
{
    border: solid 1px #ced4da;
    border-radius: 2px;
}

.notif_chamado_vinculado
{
    position: absolute;
    right:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notif_chamado_vinculado:hover
{
    cursor: pointer;
    scale: 1.1;
}

#sem_chamados_fltro,
#sem_chamados_fila
{
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sem_chamados_fila
{
    margin-top: 20vh;
}

#sem_chamados_fltro svg,
#sem_chamados_fila svg
{
    width: 190px;
}

#sem_chamados_fltro svg path,
#sem_chamados_fila svg path
{
    fill: #878787B5;
}

#sem_chamados_fltro p
{
    font-size: 20px;
    color: #878787;
    margin-bottom: 30px;
}

#sem_chamados_fila p
{
    font-size: 20px;
    color: #878787;
    margin-bottom: 15px;
}

#sem_chamados_fila small
{
    font-size: 14px;
    color: #878787;
    margin-bottom: 20px;
}

#sem_chamados_fila button
{
    margin-bottom: 30px;
}

#btn_vincular_chamado svg
{
	width: 25px;
    height: 25px;
	fill: #007BAE;
	stroke: #007BAE;
}

#btn_vincular_chamado svg path
{
	fill: #007BAE;
	stroke: #007BAE;
}

.voltar_vinculo_chat
{
	margin-right: 10px;
	cursor: pointer;
	align-self: center;
    font-weight: 600;
}

.voltar_vinculo_chat:hover
{
	color: #007BAE;
}

.queue_bordered_ffeaa4:hover {
    border-color:#ffeaa4 !important;
    box-shadow: 0px 0px 4px #ffeaa4;
}
.queue_bordered_ffb2a0:hover {
    border-color:#ffb2a0 !important;
    box-shadow: 0px 0px 4px #ffb2a0;
}
.queue_bordered_ea6565:hover {
    border-color:#ea6565 !important;
    box-shadow: 0px 0px 4px #ea6565;
}
.queue_bordered_ff7aaa:hover {
    border-color:#ff7aaa !important;
    box-shadow: 0px 0px 4px #ff7aaa;
}
.queue_bordered_ffcb68:hover {
    border-color:#ffcb68 !important;
    box-shadow: 0px 0px 4px #ffcb68;
}
.queue_bordered_fc5d42:hover {
    border-color:#fc5d42 !important;
    box-shadow: 0px 0px 4px #fc5d42;
}
.queue_bordered_fc5d42:hover {
    border-color:#fc5d42 !important;
    box-shadow: 0px 0px 4px #fc5d42;
}
.queue_bordered_ff4196:hover {
    border-color:#ff4196 !important;
    box-shadow: 0px 0px 4px #ff4196;
}
.queue_bordered_a59bff:hover {
    border-color:#a59bff !important;
    box-shadow: 0px 0px 4px #a59bff;
}
.queue_bordered_725cea:hover {
    border-color:#725cea !important;
    box-shadow: 0px 0px 4px #725cea;
}
.queue_bordered_1d6d8b:hover {
    border-color:#1d6d8b !important;
    box-shadow: 0px 0px 4px #1d6d8b;
}
.queue_bordered_0f896c:hover {
    border-color:#0f896c !important;
    box-shadow: 0px 0px 4px #0f896c;
}
.queue_bordered_b2ebf2:hover {
    border-color:#b2ebf2 !important;
    box-shadow: 0px 0px 4px #b2ebf2;
}
.queue_bordered_40b9ff:hover {
    border-color:#40b9ff !important;
    box-shadow: 0px 0px 4px #40b9ff;
}
.queue_bordered_0084e6:hover {
    border-color:#3d3834 !important;
    box-shadow: 0px 0px 4px #3d3834;
}
.queue_bordered_026c84:hover {
    border-color:#026c84 !important;
    box-shadow: 0px 0px 4px #026c84;
}
.queue_bordered_00ecec:hover {
    border-color:#00ecec !important;
    box-shadow: 0px 0px 4px #00ecec;
}
.queue_bordered_00cec9:hover {
    border-color:#00cec9 !important;
    box-shadow: 0px 0px 4px #00cec9;
}
.queue_bordered_00ce92:hover {
    border-color:#00ce92 !important;
    box-shadow: 0px 0px 4px #00ce92;
}
.queue_bordered_008057:hover {
    border-color:#008057 !important;
    box-shadow: 0px 0px 4px #008057;
}
.queue_bordered_adbec4:hover {
    border-color:#adbec4 !important;
    box-shadow: 0px 0px 4px #adbec4;
}
.queue_bordered_91684a:hover {
    border-color:#91684a !important;
    box-shadow: 0px 0px 4px #91684a;
}
.queue_bordered_493323:hover {
    border-color:#493323 !important;
    box-shadow: 0px 0px 4px #493323;
}
.queue_bordered_006643:hover {
    border-color:#006643 !important;
    box-shadow: 0px 0px 4px #006643;
}
.queue_bordered_253133:hover {
    border-color:#253133 !important;
    box-shadow: 0px 0px 4px #253133;
}
.queue_bordered_00cd92:hover {
    border-color:#00cd92 !important;
    box-shadow: 0px 0px 4px #00cd92;
}
.queue_bordered_27d761:hover {
    border-color:#27d761 !important;
    box-shadow: 0px 0px 4px #27d761;
}

.badge_profile_letter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #b1bdcd;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.badge_profile_letter.has_sync {
    background-color: #79BCDE;
}
.badge_profile_letter + .person-img_icon {
    right: 0 !important;
}   
.contact_name_chat  {
    font-weight: 700;
    font-size: 12px;
    text-transform: none !important;
}
.enterprise_name_chat {
    font-weight: 400;
    font-family: 'Noto Sans', 'Segoe UI';
    color: #515151 !important;
    opacity: 0.5;
    font-size: 12px;
}
.tab_waychat.tab_desk {
    padding:8px;
}
.tab_waychat.tab_desk .chat-item {
    border-radius: 5px;
}

.has_sync {
    background-color: #79BCDE !important;
}

#propriedades_handle {
    cursor:pointer;
    transition: all ease .2s;
}
#propriedades_handle:hover {
    color:#007BAE;
}

#empresas_busca_display,
#solicitante_busca_display 
{
    background-color: #F1F2F7;
    border: 1px solid #ced4da;
    width: 100%;
    z-index: 99;
    border-radius: 0.25rem;
}
#empresas_busca_content,
#solicitante_busca_content 
{
    display:flex;
    flex-direction: column;
    max-height: 300px;
    overflow: auto;
}
.empresa_option,
.solicitante_option {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:5px 10px;
    transition:all ease 0.2s;
}
.empresa_option p,
.solicitante_option p {
    margin:0;
}
.empresa_option:hover,
.solicitante_option:hover {
    background-color: #fff;
    cursor:pointer;
    padding-left:11px;
}

.search_button:hover svg path:first-child
{
	fill: #007BAE;
}

.search_button:hover svg path:nth-child(2)
{
	stroke: #007BAE;
}

.search_button svg path:nth-child(2)
{
	stroke: #515151;
}

.editar-interacoes path
{
	fill: #515151;
}

.editar-interacoes:hover path
{
	fill: #007bae;
}

.exibe_remover_visao:hover
{
	color: #007bae;
}

.whatsapp_contact_icon.disabled {
    opacity: 0.2;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.card-cert-expiration-dash {
    padding:10px; 
    background-color:#f86c6b;
    border: 1px solid #bd5555;
}
.card-cert-expiration-dash + .card-cert-expiration-dash {
    margin-top:4px;
}

.casos_section.skeleton .header_casos
{
    align-items: center;
    border-left: solid 6px #dbdbdb;
    background-color: #FFF;
    padding: 15px 15px;
    gap: 10px;

    /* background: linear-gradient(90deg, #f1f2f7 35%, rgba(0,0,0,0) 50%,#f1f2f7 65%); */
	background-size: 200% 200%;
	animation: desk_skeleton 2s ease infinite;
}

.casos_section.skeleton .header_casos span
{
    border-radius: 4px;
    background-color: #d8dee6;
    height: 12.25px;
    width: 50%;
    align-self: center;
    justify-self: center;

    background: linear-gradient(90deg, #d8dee6 20%, rgba(255,255,255,0) 50%,#d8dee6 80%);
	background-size: 200% 200%;
	animation: desk_skeleton 2s ease infinite;
}

.casos_section.skeleton .header_casos div
{
    display: flex;
    justify-content: space-between;
}

.casos_section.skeleton .header_casos div s pan
{
    border-radius: 4px;
    height: 12.25px;
    width: 50%;
}

.casos_section.skeleton .header_casos div span.checkbox
{
    border-radius: 2px;
    height: 17px;
    width: 17px;
    display: flex;
}

.casos_section.skeleton .body_casos
{
    margin-right: 0px;
}

.casos_section.skeleton .chamado_registro:hover
{
    cursor: default;
}

.casos_section.skeleton .caso_table_item:hover
{
    background-color: transparent !important;
}

.casos_section.skeleton .chamado_registro
{
    border-bottom: solid 1px #51515126;
    align-items: center;
    gap: 10px;
}

.casos_section.skeleton .chamado_registro span
{
    border-radius: 4px;
    background-color: #d8dee6;
    height: 12.25px;
    width: 50%;
    align-self: center;
    justify-self: center;

    background: linear-gradient(90deg, #d8dee6 20%, rgba(255,255,255,0) 50%, #d8dee6 80%);
	background-size: 200% 200%;
	animation: desk_skeleton 2s ease infinite;
}

.casos_section.skeleton .chamado_registro div:not(.sla)
{
    display: flex;
    justify-content: space-between;
}

.casos_section.skeleton .chamado_registro div:not(.sla) span
{
    border-radius: 4px;
    height: 12.25px;
    width: 30%;
}

.casos_section.skeleton .chamado_registro div span.checkbox
{
    border-radius: 2px;
    height: 17px;
    width: 17px;
    display: flex;
}

/* sla */
.casos_section.skeleton .chamado_registro div.sla
{
    display: flex;
    justify-content: center;
    padding: 0% 15%;
}

.casos_section.skeleton .chamado_registro div.sla span:first-child
{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 30px;
    flex: 1;
}

.casos_section.skeleton .chamado_registro div.sla span:last-child
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    flex: 3;
}

@keyframes desk_skeleton {
	0% {background-position: 150% 50%;}
	100% {background-position: -50% 50%;}
}

.chamado_interacao_out.skeleton.inicial
{
    margin-top: 30px;
}

.chamado_interacao_out.skeleton .chamado_interacao_content
{
    box-shadow: none;
}


.chamado_interacao_out.skeleton:not(.inicial) .interacao_header
{
    height: 40px;
    background-color: #B1BDCD33;
    align-items: center;
}

.chamado_interacao_out.skeleton.inicial .interacao_header
{
    height: 40px;
    background-color: #c8e2f7;
    align-items: center;
}

.chamado_interacao_out.skeleton .skeleton_span.linha1
{
    width: 70%;
    margin-bottom: 8px;
}

.chamado_interacao_out.skeleton .skeleton_span.linha2
{
    width: 50%;
    margin-bottom: 28px;
}

.chamado_interacao_out.skeleton .skeleton_span.linha3
{
    width: 30%;
    margin-bottom: 40px;
}

.chamado_interacao_out.skeleton .skeleton_span.linha4
{
    width: 80%;
}

.chamado_interacao_out.skeleton .img_dono,
.chamado_interacao_log.skeleton .img_dono
{
    border-radius: 100%;
    background-color: #d8dee6;
    background: linear-gradient(90deg, #d8dee6 20%, rgba(255,255,255,0) 50%, #d8dee6 80%);
	background-size: 200% 200%;
	animation: desk_skeleton 2s ease infinite;
}


.chamado_interacao_out.skeleton .interacao_body .skeleton_span,
.chamado_interacao_out.skeleton:not(.inicial) .interacao_header .skeleton_span,
.chamado_interacao_log.skeleton .skeleton_span
{
    display: flex;
    height: 12.25px;
    border-radius: 18px;
    background-color: #d8dee6;
    background: linear-gradient(90deg, #d8dee6 20%, rgba(255,255,255,0) 50%, #d8dee6 80%);
	background-size: 200% 200%;
	animation: desk_skeleton 2s ease infinite;
}


.chamado_interacao_out.skeleton.inicial .interacao_header .skeleton_span
{
    display: flex;
    height: 12.25px;
    border-radius: 18px;
    background-color: #acd4f3;
    background: linear-gradient(90deg, #acd4f3 20%, rgba(255,255,255,0) 50%, #acd4f3 80%);
	background-size: 200% 200%;
	animation: desk_skeleton 2s ease infinite;
}


.chamado_interacao_log.skeleton
{
    border-left: solid 2px #D9DFE7;
}

.chamado_interacao_log.skeleton .chamado_interacao_icon
{
    border: solid 2px #D9DFE7;
}

.chamado_interacao_log .log_body .log_props span.chamado_log_titulo
{
    color: #515151;
    font-weight: 600 !important;
}

.chamado_log_propriedades
{
    display: flex;
    flex-direction: column;
}

.chamado_log_propriedades div
{
    margin: unset !important;
    padding: unset !important;
}

.chamado_log_propriedades br
{
    margin: 0px !important;
    line-height: 0px;
    content: "";
}

.chamado_interacao_log .log_body .log_props .chamado_log_propriedades > span:first-child
{
    margin-bottom: 8px !important;
}


#resales_table
{
    border: none !important;
}

#resales_table tr
{
    border: none !important;
    background-color: transparent !important;
}

#resales_table td
{
    border-top: solid 1px #c4c4c48f !important;
    padding: 15px 10px;
}

#resales_table tr:hover td
{
    background-color: #CDE8F1;
}

#resales_table tbody tr:hover
{
    box-shadow: 1px 1px 9px rgba(255, 255, 255, 0.1);
}

#resales_table td.acoes div
{
    display: flex;
    align-items: center;
    justify-content: end;
    gap:3px;
}

#resales_table th
{
    color: #515151;
    border-bottom: solid 1px #c4c4c48f !important;
    padding: 10px;
}

#resales_table tbody:last-child td
{
    border-bottom: solid 1px #c4c4c48f !important;
}

#resales_table td.acoes .acoes_icone
{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
    background-size: contain;
}

#resales_table .icon_rounded
{
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

#resales_table .icon_rounded i
{
    font-size: 10px;
    color: #ffffff;
    height: 11px;
    width: 11px;
    padding: 1px 1px 0px 0px;
}

#resales_table td.acoes .editar
{
    background-image: url(../../images/icone_editar_white.svg);
}

#resales_table td.acoes .excluir
{
    background-image: url(../../images/icone_excluir_white.svg);
}

#resales_table td.acoes .fluxo
{
    background-image: url(../../images/icone_fluxo_white.svg);
}
#resales_table td.acoes .bloquear
{
    color: #515151;
    font-size: 20px;
    width: 20px;
}
#resales_table td.acoes .desbloquear
{
    color: #515151;
    font-size: 20px;
    width: 20px;
}

#resales_table tr:hover td.acoes .editar
{
    background-image: url(../../images/icone_editar_white_hover.svg);
}

#resales_table tr:hover td.acoes .excluir
{
    background-image: url(../../images/icone_excluir_hover.svg);
}

#resales_table tr:hover td.acoes .fluxo
{
    background-image: url(../../images/icone_fluxo_white_hover.svg);
}
#resales_table tr:hover td.acoes .bloquear path
{
    fill: #c55c5c;
}
#resales_table tr:hover td.acoes .desbloquear path
{
    fill: #6eb244;
}

.fake_input {
    height:38px;
    width: 100%;
    background-color: #F1F2F7;
    border:1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 0.80rem;
    line-height: 1.5;
    color: #495057;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    align-items: center;
}

.certificates_tests_display {
    padding:0px;
    
}
.certificates_tests_container {
    display:flex;
    flex-direction:column;
    border-radius: 5px;
}

.certificates_tests_container div:first-of-type
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.certificates_tests_container div:last-of-type
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.certificates_tests_container > div {
    display:flex;
    flex-direction: row;
    align-items: center;
    gap:10px;
    padding:10px 10px;
    opacity: 0.5;
}
.certificates_tests_container > div p {
    margin:0px;
}
.certificates_tests_container > div.validation_success {
    background-color: #0ee11e14 !important;
    opacity: 1;
}
.certificates_tests_container > div.validation_failed {
    background-color: #e10e0e14 !important;
    opacity: 1;
}
.teste_texts {
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.test_error {
    display: none;
}
.feedback-domain-submit {
    margin-bottom:10px;
}
.content-custom-boxes {
    display:flex;
    flex-direction: row;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap:41px;
    page-break-after: always; /* CSS 2.1 syntax */
    break-after: always; /* CSS 3 syntax */
}
.custom-box-up {
    min-width: 220px;
    width: 220px;
    max-width: 220px;
    flex:1;
    display: flex;
    flex-direction: column;
    border:1px solid #EAEBEC;
    border-radius: 4px;
}
.custom-box-header {
    background-color: #EAEBEC;
    height: 36px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    padding:0 10px;
    position: relative;
}
.custom-box-header p {
    margin:0px;
    color: #515151;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-box-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:31px;
    padding:18px 0px;
    background-color: #F1F2F7;
    transition: all ease 0.2s;
    position: relative;
}
.custom-box-body .dotted_btn {
    color:rgba(81, 81, 81, 0.70) !important;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom:0px;
}
.custom-box-body.filled {
    background-color: #F1F2F7 !important;
}
.custom-box-footer {
    background-color: #F1F2F7;
    border-top: 1px solid #EAEBEC;
    height: 36px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}
.custom-box-footer p {
    margin:0px;
    color: #515151 !important;
    font-size: 10px;
    font-family: Inter;
}
.preview_image {
    height: 72px !important;
}
.image-preview-remove {
    display: none;
    position:absolute; 
    width: 16px;
    height: 18px;
    top:10px; 
    right:10px;
    cursor: pointer;
    animation: all ease 0.2s;
    background-image: url(../../images/icone_excluir_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.image-preview-remove:hover {
    background-image: url(../../images/icone_excluir_hover.svg);
}
.error-upload {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;

    font-size: 10px;
    font-weight: 500;
    background: #e9c8c8;
    display: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.error-upload div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.form-horizontal-compendium input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.form-horizontal-compendium select {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left:none !important;
}

.display_users_limit {
    display:flex; 
    align-items:center; 
    padding:10px 8px; 
    border-radius: 4px; 
    border: 1px solid #ced4da; 
    gap:5px; 
    width:250px; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    white-space:nowrap; 
    justify-content:center;
}
.display_users_limit span {
    display:flex;
    align-items: center;
}

.display_users_limit:nth-child(2) {
    color:#515151;
}

.analista_deps_badge span {
    color: #515151;
}

.input_number_no_incrementor::-webkit-outer-spin-button,
.input_number_no_incrementor::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.input_number_no_incrementor[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.input_number_no_incrementor {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.number_incrementor {
    width: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 6px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-radius: 0 4px 4px 0;
    background-color: #f1f2f7;
}
.number_incrementor div {
    flex:1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.2s;
    cursor: pointer;
}
.number_incrementor div:hover {
    background-color: #ced4da;
}

.dash_full_screen {
    min-height: calc(100vh - 54px);
    width: 100%;
    background-color: transparent;
    margin-top: -5px;
    overflow-y: auto;
    overflow-x: hidden;
    padding:12px;
    gap:12px;
    display: grid;
}

.grid_header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:12px;
}
.grid_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
}

.grid_body .dash_full_screen_column {
    height: 360px;
}

.dash_full_screen_column {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid rgba(177, 189, 205, 0.30);
    padding:15px 20px;
    cursor: pointer;
    transition: all ease 0.2s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.dash_full_screen_column .flex-row-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}
.dash_full_screen_column .flex-row-title .box-title {
    margin:0px; 
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.dash_full_screen_column .flex-row-title img {
    height:18px; 
}
.dash_full_screen_column .flex-row-title p small {
    font-size: 10px;
    font-weight: 400;
}
.flex-row-informations {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex:1;
    margin-top:10px;
}
.informations-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex:2;
}
.informations-graph {
    flex:1;
    max-width: 92px;
    max-height: 92px;
}
.informations-text p {
    margin:0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.informations-text p.cyan {
    color: #149A9A !important;
}
.informations-text p.light-blue {
    color: #6CB7FC !important;
}
.informations-text p.purple {
    color: #7941EF !important;
}
.informations-text p.green {
    color: #58C371 !important;
}
.dash_full_screen_column.cyan:hover {
    border-color: #149A9A !important;
}
.dash_full_screen_column.blue:hover {
    border-color: #6CB7FC !important;
}
.dash_full_screen_column.purple:hover {
    border-color: #7941EF !important;
}
.dash_full_screen_column.green:hover {
    border-color: #58C371 !important;
}
.informations-text > span {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.informations-text > span span {
    color: #878787;
}

.flex-col {
    display: flex;
    flex-direction: column;
}
.graph-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 92px;
    max-height: 92px;
}
.content_graph {
    border-radius: 999px;
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;

    color: #515151;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 2px;
}

.last_updates_list {
    display:flex;
    flex-direction: column;
    overflow: auto;
    height:90%;
}

.update_registry {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    margin: 0 11px;
    border:1px solid transparent;
    transition: all ease 0.1s;
}
.update_name {
    margin:0px;
    flex:1;
}
.update_state {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:5px;
}
.update_state p {
    margin:0px;
}

.update_available {
    color:#007BAE !important;
}

.update_registry + .update_registry {
    border-top:1px solid rgba(81, 81, 81, 0.20);
}
.update_registry:hover {
    border:1px solid #007BAE;
    border-radius: 2px;
}

.tenancias_container {
    display: flex;
    flex-direction: row;
    margin-top:21px;
}
.tenancia_informations {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex:1;
    padding:0px 40px;
    gap:6px;
    height:100%;
    border-right: 1px solid rgba(81, 81, 81, 0.20);
}
.tenancia_aditionals {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex:1;
    gap:6px;
}

.descriptions_container {
    display: flex;
    flex-direction: row;
    gap:5px;
    margin-top:26px;
}
.descriptions_container img {
    width:20px;
    height:20px;
    margin-top:2px;
}
.descriptions_items {
    display:flex;
    flex-direction: column;
    flex:1;
    gap:6px;
}

.tenancia_handle_group {
    width:100%;
}
.tenancia_handle_group label {
    margin-bottom:5px;
}

.content_tenancy_name {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:flex-start;
    gap:5px;
}
.content_tenancy_name p {
    margin:0px;
    color: #515151;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.content_tenancy_description {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.content_tenancy_description span:last-of-type {
    color:#515151 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.content_tenancy_description span:first-of-type {
    color: #878787 !important;
}

.container_certificate_status {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cert_badge span {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.cert_badge {
    padding: 7px 20px;
    border-radius: 4px;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}
.cert_badge.success {
    border: 1px solid #28A745;
    background: rgba(40, 167, 69, 0.20);
}
.cert_badge.danger {
    border: 1px solid #DC3545;
    background: rgba(220, 53, 69, 0.20);
}
.cert_badge.warning {
    border: 1px solid #FFC700;
    background: rgba(255, 199, 0, 0.20);
}
.container_licence_infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex:1;
    gap:20px;
    padding-left:16px;
}
.info_item {
    display:flex;
    flex-direction: column;
}
.info_header {
    display:flex;
    flex-direction: row;
    gap:5px;
    align-items: center;
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.info_body {
    overflow: auto;
    max-height: 70px;
    display: flex;
    flex-direction: row;
    gap:5px;
    align-items: center;
    flex-wrap: wrap;
    white-space: wrap;
}
.point-purple {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #7941EF !important;
}
.point-green {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #58C371 !important;
}

#resend_oauth_email {
    width:100%; 
    padding:10px 0;
}
#back_to_login {
    width:100%;
    padding:10px 0;
    background-color:transparent;
    color:#2089be;
}

.btn-resend {
    border:1px solid #2089be; 
    background-color: #1f87bc; 
    color:#fff; 
    padding:5px 15px; 
    border-radius:3px; 
    float:none; 
    margin:0 auto;
}

#input-access-code {
    text-align: center;
    width: 80% !important;
}
#input-access-code::placeholder {
    text-align: center;
}

.login_wrapper *,
.login_wrapper
{
    transition: all 0.4s, color 0.08s !important;
}

.login_wrapper
{
    width: 100vw;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 150px;

    padding: 0px 50px;
}

.login_logo
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_logo img
{
    width: 270px;
}

#login_user_name
{
    font-weight: 600;
}

.login_user_photo
{
    width: 100px;
    height: 100px;
}

.login_user_data
{
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 10px;
}

.login_data
{
    margin-top: 33px;
    display: flex;
    flex-direction: column;
}

.login_label
{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    transition: all 0.4s, color 0.08s !important;
}

.login_remember
{
    display: flex;
    align-items: center;
    gap: 5px;

    font-size: 10px;
    font-weight: 400;
}

.login_remember_check
{
    transform: scale(0.5, 0.5);
    margin-left: -12px;
    margin-top: -6px;
    margin-bottom: 0px;
}

.login_forgot_password
{
    cursor: pointer;

    font-size: 10px;
    font-weight: 500;
}

.login_btn
{
    padding: 8px 22px;
    font-size: 12px;
    font-weight: 700;
    background-color: #007bae;
    line-height: 14.52px;
}

.btn_change_theme
{
    position: fixed;
    right: 63px;
    top: 36px;
}

.btn_change_theme .switch
{
    width: 84px;
    height: 30px;
    margin-bottom: 0px;
}

.btn_change_theme .switch span:last-child::before
{
    width: 22px;
    height: 22px;

    top: 3.5px;
    left: 5px;

    transition: all 0.4s, color 0.08s !important;

    z-index: 11;
}

.btn_change_theme .switch .switch-label
{
    text-transform: none;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
}

.btn_change_theme .switch.switch-3d .switch-input:checked~.switch-handle
{
    left: 52px !important;
}

#icone_dark
{
    top: 10px;
    position: absolute;
    z-index: 10;
    left: 63px;
}

#icone_light
{
    top: 10px;
    position: absolute;
    z-index: 10;
    left: 11px;
}

.login_user_img
{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 965px)
{
    .login_wrapper
    {
        flex-direction: column;
        background-color: #007bae !important;
        gap: 0px;
        padding: 50px;
    }
}

.oauth_subtitle
{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 14.52px;
}

.login_wrapper a.reenviar_codigo_btn
{
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    color: #007BAE !important;
    border-bottom: solid 1px #007BAE;
    width: fit-content;
}

.oauth_title
{
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
}

.login_body
{
    overflow: hidden;
}

.login_body.light .login_wrapper
{
    background-color: #f1f2f7 !important;
    color: #515151 !important;
}

.login_body.dark .login_wrapper
{
    background-color: #181d25 !important;
    color: #B1BDCD !important;
}

.login_body.light a
{
    color: #515151 !important;
}

.login_body.dark a
{
    color: #B1BDCD !important;
}

.login_form
{
    width: 445px;
    border-radius: 4px;
    padding: 20px 45px;
}

.login_body.light .login_form
{
    background-color: #fff !important;
}

.login_body.dark .login_form
{
    background-color: #1d232c !important;
}

.login_body.light .login_field
{
    background-color: #FFFFFF !important;
    border: solid 1px #3B424F4D !important;
}

.login_body.light .login_field.error
{
    background-color: #E7B7B773 !important;
    border: solid 1px #D6373780 !important;
}

.login_body.dark .login_field
{
    background-color: #202730 !important;
    border: solid 1px #3B424F !important;
    color: #B1BDCD;
}

.login_body.dark .login_field.error
{
    background-color: #D637371A !important;
    border: solid 1px #D6373766 !important;
}

.login_body .login_field:focus
{
    transition: all 0.4s, color 0.08s, background-color 0s !important;
}

.login_body.dark input:-webkit-autofill,
.login_body.dark input:-webkit-autofill:hover, 
.login_body.dark input:-webkit-autofill:focus, 
.login_body.dark input:-webkit-autofill:active{
    transition: all 0s !important;
    -webkit-box-shadow: 0 0 0 30px #292f3a inset !important;
    -webkit-text-fill-color: #B1BDCD !important;
}

.login_body.light input:-webkit-autofill,
.login_body.light input:-webkit-autofill:hover, 
.login_body.light input:-webkit-autofill:focus, 
.login_body.light input:-webkit-autofill:active{
    transition: all 0s !important;
    -webkit-box-shadow: 0 0 0 30px #f1f2f7 inset !important;
    -webkit-text-fill-color: #495057 !important;
}

.login_body.light .aviso-senha
{
    color: #AA0505 !important;
}

.login_body.dark .aviso-senha
{
    color: #D63737 !important;
}

.login_body.dark a
{
    color: #B1BDCD !important;
}

.login_body.light .btn_change_theme .switch span:last-child::before
{
    background-color: #BFBFBF !important;
}

.login_body.dark .btn_change_theme .switch span:last-child::before
{
    background-color: #595959 !important;
}

.login_body.light .btn_change_theme .switch .switch-label
{
    padding-left: 31px;
}

.login_body.dark .btn_change_theme .switch .switch-label
{
    padding-left: 27px;
}

.login_body.light .btn_change_theme .switch .switch-label
{
    color: #F1F2F7 !important;
}

.login_body.dark .btn_change_theme .switch .switch-label
{
    color: #515151 !important;
}

.infos_chamado_props
{
    display: flex;
    flex-direction: column;
    gap: 15px;
    line-height: 20px;
}

#infos_chamado.chamado_interacao
{
    padding-top: 29px;
    padding-bottom: 13px;
}

#infos_chamado.chamado_interacao span
{
    padding: 0px !important;
    font-size: 16px !important;
}

.header_to_ui_page
{
    cursor: pointer;
}

.conta-refer-click.deletada
{
    opacity: 0.5;
}

.gerar_conta_deletada {
    background-color: #ee616124 !important;
}

.aviso_conta_excluida
{
    
}

.tr_readjust.disabled > * {
    opacity: 0.5 !important;
}
.tr_readjust.disabled:hover td {
    background-color: #fff !important;
}

.skeleton_menu_tasks.normal
{
    border-radius: 4px;
}

.skeleton_menu_tasks.round
{
    border-radius: 50%;
}

.skeleton_menu_tasks.anim
{
    background: linear-gradient(90deg, #d8dee6 20%, rgba(255,255,255,0) 50%, #d8dee6 80%);
    background-size: 200% 200%;
    animation: desk_skeleton 2s ease infinite;
}
.dates_container {
    display:flex;
    flex-direction:column;
    width:50%;
    border:1px solid rgba(0, 0, 0, 0.1); 
    border-radius:5px 5px 0 0;
}
.date_item {
    display:flex; 
    flex-direction:row; 
    gap:10px; 
    flex:1; 
    padding:15px; 
}
.date_item label {
    margin-bottom:1px;
}
.date_item + .date_item {
    border-top:1px solid rgba(0, 0, 0, 0.1); 
}
.add_new_date_item {
    width:50%; 
    border-left:1px solid rgba(0, 0, 0, 0.1); 
    border-right:1px solid rgba(0, 0, 0, 0.1); 
    border-bottom:1px solid rgba(0, 0, 0, 0.1); 
    border-radius: 0 0 5px 5px; 
    padding:5px 0; 
    cursor:pointer;
    transition: all ease 0.2s;
}

.add_new_date_item_text {
    margin:0px; 
    text-align:center; 
    font-size:12px; 
    font-weight:500;
}
.add_new_date_item:hover {
    background-color: #f1f2f7;
}

.competencias_container {
    display:flex;
    width:100%;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    gap:15px;
}
.competencia_item {
    height: 140px;
    width: 130px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border:1px solid #ced4da;
    border-radius: 5px;
    transition: all ease 0.2s;
    cursor:pointer;
}
.competencia_item.active {
    background-color: #F1F2F7;
}
.competencia_item:hover {
    background-color: #F1F2F7;
}
.competencia_title {
    margin:0px;
    font-size:14px;
}
.competencia_subtitle { 
    font-size:12px;
}

.interacao_body ul, .interacao_body ol
{
    margin-left: 1.5em;
}

.form_operador_header
{
    display: grid;
    grid: repeat(1, auto) / repeat(3, auto);
    grid-template-rows: 1fr;
    margin-bottom: 40px;
}

#btn_fechar_form_operador
{
    cursor: pointer;
}

.select_task
{
    opacity: 0;
    display: flex;
    width: 0px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.tarefaColunaNome  > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarefaColunaNome_nome
{
    display: flex;
    align-items: center;
    width: calc(100% - 15px);
}

.tarefaDiv .tarefaColunaNome
{
    padding: 0px 0px 0px 5px !important;
}

.tarefaColunaNomeInput 
{
    width: 100%;
}

.divTarefa.tarefaDiv:has(> .sortableListsOpener) .tarefaColunaNome 
{
    padding: 0px 0px 0px 22px !important;
}

.tarefaTabela:hover .select_task:not(.force_hide),
.select_task.active:not(.force_hide)
{
    width: 17px;
    opacity: 1;
}

.tarefaColunaNomeTexto
{
    transition: all 0.5s !important;
}

.tarefaTabela:hover .tarefaColunaNomeTexto,
.tarefaColunaNomeTexto.active
{
    margin-left: 12px !important;
}

#selected_tasks_moving
{
    margin-left: -20px;
}

.context_menu_task_container
{
    width: 220px;
}

#chat_table.execucoes_siptek td {
    border-top: none !important;
}

.execucoes_siptek td,
.execucoes_siptek th
{
    color: var(--font-color) !important;
}
.reenviar-email
{
    width: 120px;
    height: 30px;
    background: #007BAE; 
    border-radius: 4px;
    color: white;
    display: none;
    justify-content: center;
    align-items:center;
    font-size: 11.28px;
    font-weight: 400;
} 
.reenviar-email-img
{
    width: 12px!important;
    height: 12px;
    margin-right: 5px;
}

.vincular_chamado_checkbox::before
{
    width: 100%;
}

.vincular_chamado_checkbox
{
    display: flex;
}
.view_token {
    transition: color ease 0.2s;
}
.view_token:hover {
    color:#2089be !important;
}
.view_urls {
    transition: color ease 0.2s;
}
.view_urls:hover {
    color:#2089be !important;
}
.infos_api_chat {
    margin-top:20px;
}
.infos_api_chat p {
    margin:0px;
    padding-left:20px;
}
.infos_api_chat p + p {
    font-size:12px;
}
.container_senha_alterada
{
    width: 549px;
    height: 237px;
    top: 355px;
    left: 894px;
    padding: 100px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.body_senha_alterada
{
    margin:30px 0px 40px 0px ;
    font-size: 12px;
    text-align: center;
}
.input_nao_visualizar_senha 
{
    background: url('../../images/visibility_off.svg') no-repeat;
    padding-left: 30px;
}

.input_visualizar_senha 
{
    background: url('../../images/visibility.svg') no-repeat;
    padding-left: 30px;
}

.toggle_password 
{
    position: relative;
    float: right;
    top: -23px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.tempo_config_senhas
{
    transition:0.2s;
    display: none;
    visibility: hidden;
}
.show
{
    transition:0.2s;
    display: flex;
    visibility: visible;
}
.label_expiracao_senha{
    width: 100%;
    display: flex;
    justify-content:space-between;

}
.container_data_expiracao_senha_cliente{
    width: 100%;
    display: flex;
    justify-content:space-between;
}
.container_data_expiracao_senha_cliente div{
    width: 45%;
}
.data_expiracao_senha{
    transition: opacity .3s;
    display: none;
    opacity: 0;
}

.title_menu_nova_tarefa
{
    font-size: 16px;
    font-weight: bold;
}

.acao_chamado
{
    color: transparent;
}

.acao_chamado circle,
.acao_chamado path
{
    transition: all 0.2s;
}

.acao_chamado:hover circle
{
    stroke: #793FF6;
}

.acao_chamado:hover path
{
    fill: #793FF6;
}

.registro_tarefa_chamado
{
    cursor: pointer
}

.registro_tarefa_chamado,
.header_tarefa_chamado
{
    height: 44px;
}

.registro_tarefa_chamado > td:not(:first-child),
.header_tarefa_chamado > th:not(:first-child)
{
    text-align: center;
}

.registro_tarefa_chamado > td:first-child
{
    padding-left: 50px;
    text-align: left;
}

.header_tarefa_chamado > th:first-child
{
    padding-left: 0px;
    text-align: left;
}

.header_tarefa_chamado > th:first-child > i
{
    margin-left: 13px !important;
    margin-right: 18px !important;
}

.registro_tarefa_chamado > td
{
    transition: all 0.4s;
    border-bottom: solid 1px #dee2e6;
    border-top: solid 1px #dee2e6;
    background-color: #fff;
    padding: 0px 25px;
}

.registro_tarefa_chamado > td:first-child,
.header_tarefa_chamado > th:first-child
{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 3px;
    border-left: solid 1px #dee2e6;
}

.registro_tarefa_chamado > td:last-child,
.header_tarefa_chamado > th:last-child
{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 3px;
    border-right: solid 1px #dee2e6;
}

.header_tarefa_chamado th
{
    border-bottom: solid 1px #dee2e6;
    border-top: solid 1px #dee2e6;
    background-color: #fff;
    text-align: center;
    padding: 10px 25px;
    font-weight: 500;
}

.tabela_tarefas_chamado
{
    width: 100%;
}

.more-persons.more_persons_desk
{
    margin-left: 27px !important;
}

.registro_tarefa_chamado_responsaveis_detalhe
{
    display: flex;
    flex-direction: column;
    gap: 5px;

    border: 1px solid #ccc;
    background-color: #fff;

    width: 250px;
    position: absolute;
    z-index: 999;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 10px 0px;
    padding: 5px;
}

.registro_tarefa_chamado_responsaveis_detalhe_registro
{
    background-color: #efefef;
    border: 1px solid #dcdcdc;

    padding: 2px 10px 2px 2px;
    border-radius: 40px;
    flex: 1;
    display: flex;
    cursor: default;
    align-items: center;
}

.registro_tarefa_chamado_responsaveis_detalhe_registro img
{
    border-radius: 100%;
    margin-right: 5px;
}

.registro_tarefa_chamado.selected td
{
    background-color: rgba(0, 0, 0, 0.06) !important;
}

.open_tarefas_chamado
{
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.open_tarefas_chamado:not(.open)
{
    transform: rotate(-180deg);
}

#detalhe_tarefa_descricao_editor
{
    overflow: hidden;
}

select:disabled
{
    color: #49505747;
}

.tarefa_coluna_status_chamado_wrapper
{
    display: flex;
    justify-content: center;
}

.tarefa_coluna_status_chamado > div:first-child
{
    width: 120px;
}

.menu-title.busca_title {
    background-color: #efefef;
    color: #515151; 
    font-size: 13px; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
    padding: 10px 10px !important;
}

.card-busca div .header_to_ui_page:not(:first-child) .p-busca {
    border-top:1px solid #efefef !important;
}
.contract_products_count {
    position: relative;
    height:50px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_products_contract {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    align-items: center;
    justify-content: center;
}
.contract_products_count:hover .view_products_count {
    display: none;
}
.contract_products_count:hover .view_products_contract {
    display: flex;
}
.tooltip_toggler:hover .tooltip_display {
    display:flex;
}
.tooltip_toggler {
    position: relative;
}
.tooltip_display {
    transition: all ease 0.2s;
    display:none;
    align-items: center;
    justify-content: center;
    padding:10px;
    min-width: 250px;
    position:absolute;
    font-size: 12px;
    font-weight: 400;
    background-color:#efefef;
    z-index:99;
    bottom:50%;
    left:50%;
    border: 1px solid #dee2e6;
    border-radius:2px;
}
.popup_products {
    min-height: 100px;
    max-height: 200px;
    min-width:450px;
    background-color:#efefef;
    border: 1px solid #dee2e6;
    display:none;
    position:absolute;
    bottom:50%;
    left:70%;
    transform: translateY(50%);
    overflow: auto;
    border-radius: 5px;
    z-index: 100;
}
.popup_products table {
    border:none;
    border-radius: 5px;
}
.popup_products table {
    font-size: 12px;
    width:100%;
}
.popup_products table th, .popup_products table td {
    padding: 5px;
    vertical-align: center;
}
.popup_products table td {
    background-color:#fff;
}
.popup_products table tr td:first-of-type,
.popup_products table tr th:first-of-type {
    padding-left:10px;
}
.popup_products table tr td:last-of-type,
.popup_products table tr th:last-of-type {
    padding-right:10px;
}
.menu-title.busca_title svg path, 
.menu-title.busca_title svg ellipse {
    fill: #515151;
}
.sufee-alert {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sufee-alert .badge-pill {
    height:20px;
    display:flex;
    align-items:center;
}

#detalhe_tarefa_descricao_editor .ql-editor
{
    resize: unset !important;
    height: 200px !important;
}

#detalhe_tarefa_descricao_editor .ql-tooltip,
#atualizacao_tarefa_editor .ql-tooltip
{
    transform: unset;
    border-bottom: unset !important;
}

.editor_interacoes .ql-tooltip
{
    margin: 20px 0px;
    padding-top: 15px;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
    border-color: #4e586526 !important;
    color: #515151;
    background-color: transparent;
}

.editor_oportunidade .ql-tooltip input,
.editor_perso .ql-tooltip input,
.editor_interacoes .ql-tooltip input,
#descricao_nova_tarefa .ql-tooltip input
{
    color: #495057 !important;
    border-radius: 0.25rem;
    border: 1px solid #ced4da !important;
    padding: 6px 12px !important;
    font-size: 0.80rem !important;
    line-height: 1.5;
    height: unset !important;
}

.editor_oportunidade .ql-tooltip,
.editor_perso .ql-tooltip,
#descricao_nova_tarefa .ql-tooltip
{
    position: unset !important;
    transform: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-top: 1px solid #ccc;
    background-color: transparent;
}

#descricao_nova_tarefa
{
    overflow: auto;
}

#descricao_nova_tarefa .ql-editor
{
    resize: unset !important;
    height: 200px !important;
}

.ql-tooltip input
{
    border-radius: 0.25rem !important;
}

.detalhesTarefaBoxCard
{
    border-left: solid 1px #51515133;
}

.relatorio_atendimentos_wrapper
{
    display: flex;
    flex-direction: column-reverse;
    background-color: #F1F2F7;
    padding: 18px;
    margin-top: 30px;
    border: 1px solid #D7DCE280;
    border-radius: 4px;
}

.relatorio_atendimentos
{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 42px;
    row-gap: 20px;
}

.relatorio_atendimentos > div
{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.menu_sessoes_historico
{
    display: flex;
    flex-direction: column;
}
.titulo_menu_chat {
    padding:10px 0 20px 0;
    position: sticky;
    left: 0;
    top: 0;
    z-index:98;
    background-color: #fff;
}
.titulo_menu_chat p
{
    font-size: 16px;
    font-weight: 700;
    color:#007BAE;
    margin:0;
}

.total-atendimentos 
{
    font-size:14px;
    font-weight: 600;
    color:#515151;    
}
.operador_foto_grid
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.selecionar_operador
{
    cursor: pointer;
}

.selecionar_operador span 
{
    font-size:14px;
    font-weight: 400;
    color: #515151;
}
.session_period 
{   
    font-size:10px !important;
    font-weight: 500 !important;
    color:#515151B2 !important;
    text-align: center;
}
.descricao_sessao_analista {
    font-size:12px;
    font-weight: 400;
    color:#515151;
}
.analista_nome_sessao {
    font-size:12px;
    font-weight: 400;
    color:#515151;
}
.active_chat_history 
{
    background-color: #28A745;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left:5px;
}

.new_checkbox:not(:disabled):hover ~ .new_checkbox_label,
.new_checkbox:checked ~ .new_checkbox_label
{
    color: #068EB9 !important;
}

.new_checkbox:disabled
{
    opacity: 0.5;
}

.new_checkbox:disabled ~ .new_checkbox_label
{
    opacity: 0.5;
}

.copy_input_content
{
    cursor: pointer;
}

#button_gerar_link i, .link_pagamento
{
    text-decoration: underline !important;
    color: #007BAE;
    font-weight: 600;
    font-style: normal;
}

.cobranca_status
{
    font-weight: 600;
}

.cobranca_status.aguardando
{
    color: #18191B;
}

.cobranca_status.recebido,
.cobranca_status.processando
{
    color: #007BAE;
}

.cobranca_status.aprovado
{
    color: #609D23;
}

.cobranca_status.estornado
{
    color: #EE8133;
}

.cobranca_status.atrasado
{
    color: #C63F3F;
}

input.disabled2:disabled
{
    color: #4E5358B3 !important;
}
.endereco_pagamento {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
}


.process_acao_anotacao
{

    background-color: #51461F;
    border: 1px solid #76652D;
    border-radius: 4px;
    color: white;
    min-height: 83px;
    /* resize: both; */
    overflow: auto;
    padding: 5px;
}

.acao_anotacao
{
    z-index: 0 !important;
}

.badge_active_chat {
    display:flex; 
    flex-direction:column; 
    align-items:flex-start; 
    justify-content:center; 
    border:1px solid #01A8F5; 
    background-color:#90D3F259; 
    max-width:400px; 
    min-width:370px; 
    margin:0 auto; 
    border-radius:4px; 
    padding: 10px 7px; 
    font-weight:500; 
    color:#515151; 
    gap: 5px;
}

.badge_inactive_chat {
    display:flex; 
    flex-direction:column; 
    align-items:flex-start; 
    justify-content:center; 
    border:1px solid #E58B8B; 
    background-color:#F4DEDE; 
    max-width:400px; 
    min-width:370px; 
    margin:0 auto; 
    border-radius:4px; 
    padding: 10px 7px; 
    font-weight:500; 
    color:#515151; 
    gap: 5px;
}


#relatorio_dre th, 
#relatorio_dre td  {
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    vertical-align: middle !important;
}
#relatorio_dre .tr-contas {
    cursor: default;
}
#relatorio_dre .entrada {
    color: #28a745 !important;
}
#relatorio_dre .saida {
    color: #dc3545 !important;
}
#relatorio_dre .line-container {
    width: 20px;
    border-top: 3px solid #b1bdcd;
    border-bottom: 3px solid #b1bdcd;
    padding: 2px 0;
    margin: 5px 9px;
}

#change-senha .card-body {
    background-color:white !important;
    height: 310px;
}

.readonly-select { 
    background: #dbdbdb !important;
    pointer-events: none;
    touch-action: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

@media (min-width: 576px) {

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}
#change-senha
{
    display: flex;
}

}

.exclui_campo_builder {
    color:rgb(var(--fluxo_vermelho));
    font-weight: 400;
    font-size: 11px;
    cursor: pointer;
}

.exclui_campo_builder:hover {
    font-weight: 500;
}

#selecao_icones
{
    border: 1px solid #ddd!important;
}

.icone-wrapper
{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.icone-btn i
{
        color: #444;
}