/*CSS DO FORMULARIO*/

label {
  display: inline-block;
  text-align: right;
  width: 150px;
  margin-right: 10px;
}
ul li.buttons {
  padding-left: 163px;
}
ul ul.validation li {
  padding: 5px 10px;
  font-size: 10px;
}
ul ul.validation.login {
  list-style: none;
  margin-left: 60px;
  position: absolute;
  top: 42px;
}
input[type="file"].fd-file {
  background: #f00;
  height: 237px;
  /*  margin-left: -50%;*/
  margin-top: -118px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
ul.form,
ul.messages {
  list-style: none;
}
/* MOVIMENTAÇÃO DE PAGINA */

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.upload {
  background: none repeat scroll 0 0 #f0f0f0;
  border: 5px dashed #dddddd;
  border-radius: 15px;
  color: #aaa;
  font-size: 17px;
  font-weight: bold;
  padding: 80px 10px;
  /*position: absolute;*/
  left: 100px;
  text-align: center;
  /*top: 820px;*/
  /*width: 35%;*/
}
.progress .bar {
  background: linear-gradient(to bottom, #37b7b5, #2c706f);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
/*MENU PRINCIPAL*/

.homemenu {
  margin-top: 40px;
  margin-left: 40px;
  width: 500px;
  height: 350px;
  display: table;
  float: left;
}
.homemenu ul {
  list-style: none;
}
.homemenu li {
  display: block;
  padding: 5px 10px;
}
.homeimg {
  float: left;
  /*height:350px*/
}
.hometxt {
  /*width:790px;*/
  text-align: justify;
}
/* .hometitulo{
	/* float: left;*/
/*width:790px;*/

/* display: table;
} */
.clear {
  clear: both;
}

/* begin of login area */
input.form-control.name,
input.form-control.password {
  border-radius: 9px;
}
input.form-control.name::placeholder,
input.form-control.password::placeholder {
  /* border-radius: 8px; */
  color: #121214ad;
}
.login-confirm {
  margin-top: 30px;

  display: grid;
  justify-content: inherit;
}
.btn.btn-login {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #5cb85c;
  padding: 6px;
  border-radius: 28px;
}
.btn.btn-login:hover {
  filter: brightness(92%);
  color: #fff;
}
.btn.passRecovery {
  font-size: 16px;
  font-weight: bold;
  color: #105497;
  background-color: #fff;
  margin-left: 0;
}
.btn.passRecovery:hover {
  filter: brightness(85%);
  background-color: transparent;
}

/*  end of login area  */

.divrodape {
  color: #37b7b5;
  background-color: #37b7b5;
  height: 5px;
}
.footerpdf {
  display: table;
}
.footer1 {
  float: left;
  width: 33%;
}
.footer2 {
  width: 33%;
}
.footer3 {
  width: 33%;
}
small {
  font-size: 40%;
}

table tr.odd {
  background: #f5f5f5;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 32%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 37%;
}
small,
.small {
  font-size: 85%;
}

.esq {
  width: 40%;
  float: left;
  position: relative;
  color: black;
  margin: 2px;
}
.cent {
  width: 45%;
  float: left;
  color: black;
  margin: 10px;
}
.direi {
  width: 40%;
  float: right;
  color: black;
  margin: 2px;
}

.fluxo {
  /* background: #BEBEBE;
    */
  padding: 1%;
  clear: both;
}
.ordem1 {
  float: left;
  height: 100px;
  width: 100px;
  border-style: dashed;
  border-color: #37b7b5;
  /*background: #66CDAA;*/
  background: #ffffff;
}
.ordem2 {
  float: left;
  height: 100px;
  width: 100px;
  background: #ffffff;
}
.clear {
  clear: both;
}

/*add por Jordan*/
*,
*:after,
*:before {
  box-sizing: border-box;
}
p {
  padding: 0 10px;
}

.tabs-container {
  position: sticky;
  height: 680px;
  max-width: 98%;
  margin: 0 auto;
}
.tabs-container p {
  margin: 0;
  padding: 0;
}
input.tabs {
  display: none;
}
.tabs-container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

input.tabs + label {
  line-height: 40px;
  padding: 0 60px;
  float: left;

  background: #5a5a5a;
  color: #fff;
  cursor: pointer;
  transition: background ease-in-out 0.3s;
}
input.tabs:checked + label {
  color: #000;
  background: #eee;
}
input.tabs + label + div {
  width: 100%;
  opacity: 0;
  position: absolute;
  background: #eee;
  top: 40px;
  left: 0;
  height: 635px;
  padding: 10px;
  z-index: -1;
  transition: opacity ease-in-out 0.3s;
}
input.tabs:checked + label + div {
  opacity: 1;
  z-index: 1000;
}
div.scroll {
  overflow: scroll;
}

/* menu de cadastro de permissões de usuários*/

.tabs-container2 {
  position: sticky;
  height: 380px;
  max-width: 98%;
  margin: 0 auto;
}
.tabs-container2 p {
  margin: 0;
  padding: 0;
}
.tabs-container2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
input.tabs2 {
  display: none;
}

input.tabs2 + label {
  line-height: 40px;
  padding: 0 60px;
  float: left;

  background: #5a5a5a;
  color: #fff;
  cursor: pointer;
  transition: background ease-in-out 0.3s;
}
input.tabs2:checked + label {
  color: #000;
  background: #eee;
}
input.tabs2 + label + div {
  width: 100%;
  opacity: 0;
  position: absolute;
  background: #eee;
  top: 40px;
  left: 0;
  height: 305px;
  padding: 10px;
  z-index: -1;
  transition: opacity ease-in-out 0.3s;
}
input.tabs2:checked + label + div {
  opacity: 1;
  z-index: 1000;
}

/*Tabs container de Caixas*/

.tabs-container-caixa {
  position: sticky;
  height: 380px;
  max-width: 98%;
  margin: 0 auto;
}
.tabs-container-caixa p {
  margin-left: 0;
  padding: 0;
}
.tabs-container-caixa:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/*modal*/

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  overflow: scroll; /* activa scroll da página se a modal for muito comprida */
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 850px;
  position: relative;
  margin: 5% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  /*background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);*/
  background: -o-linear-gradient(#fff, #999);

  -moz-box-shadow: 1px 1px 30px #000;
  -webkit-box-shadow: 1px 1px 30px #000;
  box-shadow: 1px 1px 30px #000;
}

/*.fade.in { !*Altera cor de fundo de todos os modais*!*/
/*background: rgba(0,0,0,0.5);*/
/*overflow:scroll; !* activa scroll da página se a modal for muito comprida *!*/
/*}*/

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

.modalpic {
  float: left;
  padding: 6px;
  width: 300px;
  display: block;
  border: 4px solid #ffffff;
  border-radius: 30%;
  box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
  margin-right: 100%;
  margin-bottom: 20px;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > li
  > a:focus {
  background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a:hover,
.with-nav-tabs.panel-info
  .nav-tabs
  > li.dropdown
  .dropdown-menu
  > .active
  > a:focus {
  color: #fff;
  background-color: #31708f;
}

.panel-heading1 {
  /*padding: 10px 15px;*/
  background-color: #37b7b5;
  /*border-bottom: 1px solid transparent;*/
  border-bottom-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

div.form-group.form-inline.form-search {
  display: flex;
}
div.search-buttons {
  display: flex;
  padding: 0;
  margin-left: 100px;
  border-radius: 28px;
}
a#redirect {
  margin: 4px;
  height: fit-content;
  width: fit-content;
}

textarea.form-control {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 8px 2px 8px;
}

input.form-control.form-search {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  background-color: transparent;
  padding: 8px 8px 2px 8px;
}
label.form-search {
  margin: 10px 10px;
}

/* Toast container */
.toast {
  display: flex;
  align-items: center;
  width: 350px;
  padding: 15px;
  background-color: #2d3e50;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: -1000;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}

.toast-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.toast-header-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

.toast-icon {
  font-size: 20px;
}

.toast .toast-content {
  flex-grow: 1;
}

.toast-header {
  font-weight: bold;
  margin-bottom: 5px;
}

.toast-message {
  font-size: 14px;
}

/* Close button styling */


/* Toast Types */
.toast-info {
  background-color: #3498db;
}

.toast-success {
  background-color: #2ecc71;
}

.toast-warning {
  background-color: #f39c12;
  color: #222;
}

.toast-error {
  background-color: #e74c3c;
}

.toast-show {
  animation: toastAnimation 0.5s ease-out;
}

@keyframes toastAnimation {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.custom-switch input {
  display: none;
}

.custom-switch label {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s;
}

.custom-switch label:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

.custom-switch input:checked + label {
  background-color: #d9534f; /* Bootstrap success color */
}

.custom-switch input:checked + label:before {
  transform: translateX(26px);
}

.tox.tox-hugerte {
  border: 2px solid #ccc !important;
  border-radius: 6px;
  background-color: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.descricao_pedido::before, .descricao_ticket::before {
    content: "";
    position: absolute;
    left: -10px; 
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #8ab4f8; 
}

.resposta-atendente::after {
    content: ""; 
    position: absolute;
    right: -10px;
    bottom: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #A3D7A3; 
}

.icon-solicitante {
  font-size: 26px !important;
  height: 64px;
  width: 64px;
  border-radius: 15px;
  background-color: #8ab4f8;
  margin-right: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #292929;
  font-style: normal;
}

.icon-atendente {
  font-size: 26px !important;
  height: 64px;
  width: 64px;
  border-radius: 10px;
  background-color: #A3D7A3;
  margin-left: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #292929;
  font-style: normal;
}

.resposta-atendente::after, .resposta_ticket::after {
    content: ""; 
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #A3D7A3; 
}

.col.cards-ticket {
  transition: 0.2s ease-in-out;
  width: 220px;
  height: 80px;
  padding: 12px 0px;
}

.col.cards-ticket:hover {
  border-left: solid 13px #37B7B5 !important;
  cursor: pointer;
}

.col.cards-ticket:hover p, .col.cards-ticket:hover h2{
  color: #37B7B5 !important;
  transition: 0.2s ease;
}



/* Tooltips */
.btn-default:hover, #tooltipBtn:hover, .btn-default:focus, #tooltipBtn:focus {
  background-color: #00000000 !important;
  border: none !important;
}

.btn-secondary, a.btn-secondary {
  background-color: #6c757d !important;
  color: #fff !important;
  transition: 0.2s ease-in-out;
}
.btn-secondary, a.btn-secondary:hover {
  background-color: #4a5055 !important;
}

.custom-tooltip {
    position: absolute;
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1000;
    white-space: pre-wrap; /* Permite quebras de linha com \n e quebra de texto */
    max-width: 250px;
    
    /* Animação */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.custom-tooltip.visible {
    opacity: 1;
    visibility: visible;
}


/********************************************************************/
