/* === GERAL === */
.cl-sidebar .collapse-button {
  border-top: 0 none !important;
  background: none !important;
  width: auto !important;
}

.lite-vcenter {
  vertical-align: middle;
}
.lite-hcenter {
  text-align: center;
  margin: 0 auto;
}

.lite-border {
  /* background-color:#eee;*/
  border: 1px solid #888;
  border-radius: 3px;
}

.lite-border-white {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.lite-input-group-monitoramento {
  text-align: center !important;
  margin: 0 auto !important;
  display: flex;
  flex-direction: row;
}
.lite-input-group-monitoramento input {
  padding: 0 2px !important;
  height: 22px !important;
}

.lite-input-group-monitoramento select {
  padding: 0 2px !important;
  height: 22px !important;
}

.lite-td-monitoramento td {
  padding: 0 3px !important;
}

/* === MODAL ZOOM === */
#modalZoom .modal-dialog {
  width: 93vw;
}

#modalEditarZoom .modal-dialog {
  width: 93vw;
}

.cl-wrapper-zoom {
  padding-top: 0 !important;
}

.modal-content-zoom {
  height: calc(100vh - 60px);
  background-color: #f6f6f6 !important;
}

.modal-body-lg {
  height: calc(100vh - 130px);
}

.cl-mcont-zoom {
  padding: 0 20px !important;
}

/* === FORM === */
.lite-select {
  padding: 6px 2px !important;
}

.lite-select-width-auto {
  padding: 6px 2px !important;
  width: auto;
  display: inline-block;
}

/* === TABLE === */
.lite-table .col-checkbox {
  text-align: center;
  width: 1%;
}

.lite-table.table-no-inner-border .col-checkbox {
  border-right: 1px solid #dddddd;
}

.lite-table tbody tr.checked td {
  background-color: rgba(147, 175, 236, 0.13);
}

.lite-tab .col-checkbox {
  overflow: scroll !important;
  text-align: center;
  width: 1%;
}

.lite-tab.table-no-inner-border .col-checkbox {
  border-right: 1px solid #dddddd;
}

.lite-tab tbody tr.checked td {
  background-color: rgba(147, 175, 236, 0.13);
}

.lite-monitoramento-td-error td {
  background-color: #e7908d;
  border-right: 1px solid #e7908d;
  border-left: 1px solid #e7908d;
}

label.tag-label {
  font-size: 10px;
  font-weight: normal !important;
}

label.tag-value {
  font-size: 22px;
  font-weight: normal !important;
}

/***** Editor *****/
#imagem-fundo-editor {
  border: solid 1px lightgray;
  margin: 5px 23.5rem 5px 5px;
}

#imagem-fundo-monitoramento {
  border: solid 1px lightgray;
  margin: 0;
}

.menu-horizontal {
  margin: 15px 0 15px 25rem;
  display: flex;
  position: fixed;
  z-index: 5;
}

.menu-horizontal-posicao-item {
  margin-right: 10px;
  float: left;
}

.editor-horizontal {
  margin-left: 25rem;
  background-color: #f6f6f6;
  color: inherit;
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
  margin-top: 0;
}

.editor-horizontal:focus {
  outline: none;
}

.menu-horizontal-item {
  border: solid 1px lightgray;
  padding: 7px;
  margin-right: 5px;
  background-color: white;
}

.menu-horizontal-disabled {
  cursor: not-allowed;
}

.menu-horizontal-enabled {
  cursor: pointer;
}

.custom-color-picker {
  margin: 0 0 0 0px !important;
  width: 59px;
  height: 35px;
}

.custom-color-picker-texto {
  margin: 0 0 0 5px !important;
  width: 72px;
  height: 34px;
}

.custom-color-picker-intervalo {
  width: 215px;
  height: 26px;
}

.custom-color-picker-preview {
  width: 33px !important;
  height: 23px !important;
}

.custom-color-picker-texto-preview {
  width: 45px !important;
  height: 23px !important;
}

.custom-color-picker-intervalo-preview {
  width: 190px !important;
  height: 100% !important;
}

.menu-editor-cenario {
  position: absolute;
  /*
  	top: 100%;
	left: 0;
	*/
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-editor-cenario li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
}

.menu-editor-cenario li:hover {
  background-color: #def;
}

.menu-editor-cenario ul li {
  display: inline;
}

.menu-editor-cenario ul li span {
  padding: 2px 10px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid #ededed;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Deixa a tooltip invisível pro default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Posiciona a tooltip sobre o elemento */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* formatação da caixa de texto da tooltip */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Mostra o texto da tooltip com hoover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lista-estados-componente {
  float: left;
  min-width: 160px;
  width: 100%;
  font-size: 14px;
  text-align: left;
  list-style: none;
  padding-left: 0 !important;
}

.lista-estados-componente li {
  cursor: pointer;
  list-style-type: none;
}

.lista-estados-componente li:hover {
  background-color: #def;
}

.lista-estados-componente-selected {
  background-color: #def;
}

.editor-cenario {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

*.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;

  /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
  -ms-user-select: none;
  user-select: none;
}

.submenu-editor-cenario {
  position: relative;
}

.submenu-editor-cenario > span:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}

.submenu-editor-cenario > .menu-editor-cenario {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.submenu-editor-cenario:hover > .menu-editor-cenario {
  display: block;
}

#submenu-editor {
  width: 150px;
}

.submenu-col {
  float: right;
}

.submenu-col li {
  width: 50px;
  height: 50px;
  display: block !important;
}

.submenu-col li a {
  color: #272930;
  left: -17px;
  top: 15%;
}

.submenu-col li a i {
  width: 40px;
  height: 40px;
}

.componente-selecionado {
  cursor: move;
  border: 1px dashed;
  border-color: gray;
  box-sizing: border-box;
  padding: 2px;
}

[draggable] {
  cursor: move;
}

.padding-top {
  padding-top: 4px;
}

.line-hr {
  color: #b6b6b6;
  background: #b6b6b6;
  width: 100%;
  height: 1px;
}

/* Gallery */

.imagem-card {
  text-align: center;
  width: 150px;
  float: left;
  display: block;
  margin: 5px;
  padding: 5px;
  border: solid 1px lightgray;
}

.imagem-card-title {
  display: inherit;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imagem-card-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 86px;
  margin-top: 3px;
}

.imagem-card-content {
  margin: auto;
  max-width: 135px;
  max-height: 86px;
}

.gallery-pasta-btn:focus,
.gallery-pasta-btn:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  background-image: linear-gradient(to bottom, #5bc0de 100%, #f9f9f9 100%);
}

.gallery-space {
  margin: 5px;
}

.gallery-container-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.gallery-title {
  padding: 10px;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
  border: lightgrey 1px solid;
  font-weight: bold;
}

.thumb {
  margin-bottom: 30px;
}

.image-hover:hover {
  opacity: 0.3;
}

.image-resize-gallery {
  width: 85px;
  border-width: low;
  border-style: solid;
  border-color: #4d90fd;
}

.image-responsive-gallery {
  display: block;
  height: 70px;
  max-width: 100%;
}

.dive-resize-gallery {
  width: 10%;
}

.style-image-name {
  font-family: "Sans-serif";
  font-size: 15px;
  font-weight: bold;
}

/*=== UPLOAD IMAGE====== */

#formUpload > input {
  width: 100%;
  height: 100%x;
  background: #eae7e7;
  color: transparent;
  border-width: low;
  border-style: solid;
  border-color: #ffffff;
}

#divUpload {
  border-width: low;
  border-style: solid;
  border-color: #ffffff;
}

/* ==== IMPORTAR��O CSV LEITURA TAG ======*/

.lite-square {
  display: table;
  width: 450px;
  height: 200px;
  background: #f8f8f8 repeat scroll 0% 0% #fff;
  margin: auto 5px auto 2px;
  border: 1px solid;
}

#uploadCsv {
  position: relative;
  top: -10px;
  right: 10px;
}

#importarArquivoCsv {
  position: absolute;
  bottom: 95px;
  left: 30px;
}

.color {
  background: black;
}
.lite-parameters-import #titleLeituraTag {
  background: #2494f2 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 22px;
  margin-left: -75px;
  margin-right: auto;
  margin-top: -3px;
  padding: 10px;
  position: relative;
  right: -74px;
  top: 3px;
  width: 450px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.lite-button-title {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.lite-parameters-import #colunas {
  position: relative;
  height: 20px;
  width: 220px;
  top: 172px;
  left: 29px;
}

.lite-parameters-import #cabecalho {
  position: relative;
  top: 74px;
  right: -35px;
  vertical-align: top;
}

.lite-parameters-import #label-cabecalho {
  position: relative;
  top: 75px;
  right: -33px;
  vertical-align: top;
}

.lite-parameters-import #buttonUploadLeitura {
  position: relative;
  top: 110px;
  left: 100px;
  box-align: center;
  margin-top: auto;
}

/* ==================================================== */

.progress-border {
  width: 25px;
  height: 45px;
  border: 2px solid #ccc;
  overflow: hidden;

  position: absolute;
  border-radius: 4px;
}

.progress-background {
  background-color: #659d9a;
  width: 100%;
  position: absolute;
  margin-bottom: 0 !important;
  bottom: 0;
}

.box {
  color: white;
  background: black;
}

.ace_editor {
  height: 300px;
}

.cursor-hand {
  cursor: pointer;
}

.indicador-abaixo-meta {
  color: red;
  font-weight: bold;
}

.indicador-nao-calculado {
  color: red;
}

.indicador-a-calcular {
  color: blue;
}

.back-to-top-lite {
  position: fixed;
  bottom: 0;
  left: 225px;
  height: 80px;
  text-decoration: none;
  color: #fff;
  background-color: rgba(39, 41, 48, 0.6);
  font-size: 12px;
  padding: 9px 12px;
}

.margem-direita-8 {
  margin-right: 8px !important;
}

.circle-red {
  height: 15px;
  width: 15px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.circle-green {
  height: 15px;
  width: 15px;
  background-color: #11ea39;
  border-radius: 50%;
  display: inline-block;
}

.total-registros {
  margin-left: 15px;
}

.reconhecer-alarmes {
  margin-left: 0px;
}

/* Editor cenário */
.editor-cenario-rotacionar-item {
  width: 17%;
  height: 34px;
  font-weight: normal;
  padding: 9px 0px 0px 0px;
}

.editor-cenario-rotacionar {
  width: 240px;
  margin-left: 0px;
}

.editor-cenario-espessura-contorno {
  width: 109px;
  display: initial;
}

.editor-cenario-preenchimento-contorno {
  width: 250px;
  padding-left: 0px;
}

.editor-cenario-descricao {
  font-weight: bold;
  margin: 0 0 0px;
}

.editor-cenario-fonte {
  width: 160px;
  display: initial;
}

.editor-cenario-tamanho-fonte {
  width: 70px;
  display: initial;
}

.editor-cenario-stilo-fonte-div {
  width: 160px;
  margin-left: 0px;
  display: block;
}

.editor-cenario-stilo-fonte {
  width: 33%;
  height: 35px;
  font-family: Times New Roman;
}

.editor-cenario-stilo-fonte-negrito {
  font-weight: bold;
}

.editor-cenario-stilo-fonte-italico {
  font-style: italic;
}

.editor-cenario-stilo-fonte-sublinhado {
  text-decoration: underline;
}

.editor-cenario-posicao-X {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0px !important;
  margin-left: 27px;
  margin-right: 4px;
}

.editor-cenario-posicao-Y {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0px !important;
  margin-left: 10px;
}

.editor-cenario-posicao-input {
  width: 75px;
  margin-left: 5px;
  display: initial;
}

.editor-cenario-largura {
  margin-left: 27px;
}

.editor-cenario-altura {
  margin-left: 12px;
}

.editor-cenario-menu-superior {
  position: absolute;
  z-index: 5;
  top: 0;
  margin-top: 100px;
  right: 0;
  margin-right: 16px;
}

.editor-cenario-layers {
  position: absolute;
  z-index: 5;
  top: 0;
  margin-top: 100px;
  right: 0;
  margin-right: 250px;
}

.small-version {
  color: white;
  font-size: 60%;
}

.color-white {
  color: #c9d4f6;
}

.padding-menu {
  padding-right: 30px !important;
}

.text-center {
  text-align: center;
}

.tag-modelo-id {
  font-weight: bold;
}

#last-th a {
  display: block;
  width: 171px;
}

.ctm-sm,
.ctm-th-sm a {
  display: block;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}

.ctm-md,
.ctm-th-md a {
  display: block;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}

.ctm-col-checkbox {
  width: auto !important;
  display: inline-block !important;
}

.ctm-lg,
.ctm-th-lg a {
  display: block;
  width: 75px;
  min-width: 75px;
  max-width: 75px;
}

.ctm-xl,
.ctm-th-xl a {
  display: block;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.ctm-col-fixed {
  position: sticky;
  background-color: white !important;
}

.ctm-action {
  display: block;
  width: 30px;
}

.ctm-table-tag {
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100vw - 347px);
}

.ctm-pointer-none {
  pointer-events: none;
}

@media screen and (max-width: 980px) {
  .ctm-table-tag {
    width: calc(100vw - 200px);
  }
}

@media screen and (max-width: 767px) {
  .ctm-table-tag {
    width: calc(100vw - 87px);
  }
}

.id-info {
  font-size: 0.8em;
  color: gray;
}

.action-btn {
  gap: 0.8rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

#novo-lancamento {
  display: flex;
  justify-content: end;
}

.div-monitoramento-subcenario {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  line-height: normal;
}

.div-monitoramento-subcenario li {
  cursor: pointer;
  list-style-type: none;
}

.div-monitoramento-subcenario ul li {
  display: inline;
}

.div-monitoramento-subcenario ul li span {
  display: inline-block;
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid #ededed;
}

.monitoramento-subcenario {
  position: relative;
  padding: 0%;
}

.monitoramento-subcenario > span:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}

.monitoramento-subcenario > .div-monitoramento-subcenario {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.monitoramento-subcenario:hover > .div-monitoramento-subcenario {
  display: block;
}

.componentSelected {
  outline: 1px solid #007bff;
  outline-offset: 3px;
}

.parentComponentSelected {
  outline: 1px solid #007bff;
  outline-offset: 3px;
}

.alarmSelected {
  outline: 1px solid #ff2600;
  outline-offset: 3px;
}

.scrollable-list {
  max-height: 500px;
  overflow-y: auto;
}

.scrollable-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.scrollable-list {
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}

.scrollable-list {
  -ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
}

.navegar-comunicacao-link {
  text-decoration: underline;
  color: #555555;
}

.navegar-comunicacao-link:hover {
  text-decoration: underline;
  color: #555555;
}

.monitoramento-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin: 0;
}

.monitoramento-container p {
  font-size: 16px;
  margin: 0;
}

#dados-conexao {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  margin: 0;
}

#dados-conexao p {
  margin: 0;
}

#dados-conexao span {
  font-size: 12px;
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin: 0;
}

.itens-mobile {
  display: none;
}

.paginacao-mobile {
  display: none;
}

#layers {
  position: fixed;
  top: 50px;
  left: 0;
  width: 25rem;
  height: calc(100vh - 50px);
  background-color: #272930;
  color: #ffffff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#layers .panel-body {
  padding: 0;
}

#layers .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 1rem 1rem 1rem;
  border-bottom: 1px solid #474e5a;
  margin: 1rem 0 1rem 0;
  gap: 10px;
}

#layers .button-voltar {
  margin: 0;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#layers .button-voltar:hover {
  transform: scale(1.03);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  background-color: #2c2f36;
}

#layers input {
  background-color: transparent;
  width: 100%;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
}

.layer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  margin-bottom: 2px;
}

.layer-container:hover {
  opacity: 0.8;
  background-color: #1e2025;
}

.layer-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  padding-left: 1rem;
}

.layer-item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  gap: 10px;
  overflow: hidden;
}

.error-alert {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.layer-item h6 {
  font-size: 1rem;
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layerItemSelected {
  background-color: #2b598d;
}

.layer-children {
  width: 100%;
}

.layer-items-parent {
  font-weight: bold;
}

#cenario-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#layer-title {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  padding-left: 1rem;

  background-color: #272930;
  z-index: 1000;
}

.scroll-area {
  overflow-y: auto;
  flex-grow: 1;
  padding: 0 1rem;
}

#design-tools {
  position: fixed;
  top: 50px;
  right: 0;
  width: 23rem;
  height: 100%;
  background-color: #272930;
  color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  padding: 1rem 0 5rem 0;
  max-height: calc(100vh - 50px);
  justify-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#design-tools::-webkit-scrollbar {
  width: 6px;
}

#design-tools::-webkit-scrollbar-track {
  background: transparent;
}

#design-tools::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.design-title {
  font-size: 1.2rem;
  padding-left: 1rem;
}

.center-form-data {
  padding-bottom: 1rem;
}

.design-info {
  font-size: 0.8rem;
  margin-bottom: 5px;
  padding-left: 1rem;
  color: #f5f3f4;
}

.design-dimension-input {
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
}

.design-dimension-input-item {
  position: relative;
}

.input-wrapper {
  position: relative;
}

.input-wrapper img {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
  z-index: 1;
}

.input-wrapper select,
.input-wrapper input {
  padding-left: 25px;
  background-color: #1e2025;
  color: #ffffff;
  width: 90px;
  height: 25px;
  border-radius: 4px;
  outline: none;
  border: 1px solid transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease;
}

.input-wrapper select:focus,
.input-wrapper input:focus {
  border-color: #2b598d;
}

.input-wrapper select.design-select-font,
.input-wrapper input.design-select-font {
  width: 190px;
  padding-left: 10px;
}

.input-wrapper input.cenario-properties {
  width: 190px;
  padding-left: 10px;
}

.input-wrapper div.color-picker-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-left: 5px;
  padding: 0;
  width: 190px;
  height: 25px;
  background-color: #1e2025;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.input-wrapper div.color-picker-container:focus-within {
  border-color: #2b598d;
}

input[type="color"] {
  width: 30px;
  height: 25px;
  border: none;
  padding: 0;
  background: none;
}

#color-picker-hex-input {
  width: 80px;
  border: none;
  padding: 0;
  height: 20px;
}

.font-options {
  width: 190px;
  height: 25px;
  margin: 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.design-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#align-buttons {
  display: flex;
  flex-direction: row;
  width: 190px;
  justify-content: space-between;
  align-items: center;
}

.design-buttons button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: #1e2025;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  border-radius: 4px;
}

.design-buttons button:hover {
  background-color: #2c2f36;
}

.font-style-selected {
  background-color: #2b598d !important;
}

#categoria-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
}

#remover-categoria-img {
  float: right !important;
}

.dados-cenario {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dados-cenario .input-wrapper {
  width: 25px;
}

.last-cenario-item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #474e5a;
}

#component-config {
  position: fixed;
  top: 200px;
  right: 22rem;
  width: 22rem;
  height: 70%;
  background-color: #272930;
  color: #ffffff;
  overflow-y: auto;
  z-index: 2;
  padding: 1rem 0 1rem 0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.btn-action {
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#action-estados.design-buttons,
#action-subcenario.design-buttons,
#action-tag.design-buttons,
#action-variavel.design-buttons,
#action-chart-tag.design-buttons,
#action-chart-variavel.design-buttons {
  width: 50px;
  gap: 4px;
}

#component-style {
  margin-top: 2rem;
}

#component-config .input-wrapper select,
.input-wrapper input {
  width: 95%;
}

#component-config .design-dimension-input,
#component-config .design-dimension-input-item,
#component-config h3 {
  margin: 0;
  padding: 0;
  width: 100%;
}

.status-toggle {
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.status-toggle input {
  border-radius: 4px;
}

.gauge-interval {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.toast {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #333;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 9999;
  animation: slideInFromRight 0.4s ease-out;
  margin-bottom: 12px;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.toast-content {
  display: flex;
  flex: row;
  align-items: center;
  gap: 10px;
}

.toast .close {
  cursor: pointer;
  font-size: 18px;
  padding-bottom: 6px;
  margin-left: auto;
}

.progress-bar {
  height: 4px;
  width: 100%;
  animation: shrink 5s linear forwards;
  margin-top: 8px;
  border-radius: 0 0 6px 6px;
}

@keyframes shrink {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

#menu-componente {
  z-index: 1000;
}

#img-estados {
  margin-top: 1rem;
}

@keyframes slideDown {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.show-items {
  animation: slideInFromRight 0.4s ease-out;
}

.modal-alarme-cenario {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #ccc;
  padding: 16px;
  width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fechar-modal {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  color: #888;
}

.fechar-modal:hover {
  color: #000;
}

#imagem-alarme {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.list-tag-icon {
  list-style-type: none;
  list-style-image: url("../images/tag.png");
}

.list-tree-item {
  list-style-type: none;
  cursor: pointer;
  font-weight: 200;
}

.list-tree-item-disabled {
  list-style-type: none;
  cursor: not-allowed;
  font-weight: 200;
  opacity: 0.6;
}

.last-tree-item:hover {
  opacity: 0.8;
}

.cursor-spinner {
  cursor: wait !important;
}

.tree-folder::before {
  content: "\f07b";
  font-family: "FontAwesome";
  font-style: normal;
  margin-right: 5px;
  color: #ffca29;
}

.tree-folder.open::before {
  content: "\f07c";
}

.menu-editor-componente {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #272930;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: #ffffff;
}

.menu-editor-componente li {
  padding: 10px 8px;
  cursor: pointer;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.menu-editor-componente li:hover {
  background-color: #2b598d;
}

.menu-editor-componente ul li {
  display: inline;
}

.menu-editor-componente ul li span {
  padding: 2px 10px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 3px solid #ededed;
}

.menu-componente-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}

.menu-componente-item-info {
  opacity: 0.5;
  font-size: 0.8rem;
}

#guide-vertical {
  position: absolute;
  top: 0px;
  width: 1px;
  background: rgba(255, 72, 0, 0.8);
  pointer-events: none;
  z-index: 9999;
  display: none;
}

#guide-horizontal {
  position: absolute;
  left: 0px;
  height: 1px;
  background: rgba(255, 72, 0, 0.8);
  pointer-events: none;
  z-index: 9999;
  display: none;
}

.selection-box {
  position: fixed;
  border: 2px dashed #007bff;
  background-color: rgba(0, 123, 255, 0.1);
  z-index: 9999;
}

@media (max-width: 768px) {
  .itens-computador {
    display: none;
  }

  .itens-mobile {
    display: table-cell;
  }

  .paginacao-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .monitoramento-table-items th {
    font-size: 10px;
  }

  .monitoramento-table-items td {
    font-size: 10px;
  }

  .cl-mcont {
    padding: 0;
    margin: 0;
  }

  .id-info {
    display: none;
  }

  .monitoramento-container p {
    font-size: 10px;
  }

  .monitoramento-container span {
    font-size: 8px;
    padding: 2px;
  }

  #dados-conexao {
    font-size: 8px;
  }

  #dados-conexao span {
    padding: 2px;
    border-radius: 2px;
  }

  .block-flat .content {
    padding-top: 0;
  }
}
