<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Arial';
  src: url('/content/fonts/arial.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Bahnschrift';
  src: url('/content/fonts/bahnschrift.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Calibri';
  src: url('/content/fonts/calibri.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Cambria';
  src: url('/content/fonts/cambria.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Candara';
  src: url('/content/fonts/candara.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Comic Sans MS';
  src: url('/content/fonts/comic-sans-ms.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Consolas';
  src: url('/content/fonts/consolas.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Constantia';
  src: url('/content/fonts/constantia.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Corbel';
  src: url('/content/fonts/corbel.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Courier New';
  src: url('/content/fonts/courier-new.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Ebrima';
  src: url('/content/fonts/ebrima.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Fabada';
  src: url('/content/fonts/fabada-regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Franklin Gothic Medium';
  src: url('/content/fonts/franklin-gothic-medium.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Gadugi';
  src: url('/content/fonts/gadugi.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Georgia';
  src: url('/content/fonts/georgia.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Impact';
  src: url('/content/fonts/impact.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Javanese Text';
  src: url('/content/fonts/javanese-text.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Leelawadee UI';
  src: url('/content/fonts/leelawadee-ui.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Malgun Gothic';
  src: url('/content/fonts/malgun-gothic.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Microsoft Sans Serif';
  src: url('/content/fonts/microsoft-sans-serif.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Mongolian Baiti';
  src: url('/content/fonts/mongolian-baiti.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Nirmala UI';
  src: url('/content/fonts/nirmala-ui.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Palatino Linotype';
  src: url('/content/fonts/palatino-linotype.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Tahoma';
  src: url('/content/fonts/tahoma.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Times New Roman';
  src: url('/content/fonts/times-new-roman.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Trebuchet MS';
  src: url('/content/fonts/trebuchet-ms.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Verdana';
  src: url('/content/fonts/verdana.ttf') format('truetype');
  font-weight: 400;
}
.back-login {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-login:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: inherit;
  background-color: #f0f3f4;
  background-image: url("../img/background/back_login.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  content: "";
}
.req:after {
  content: ' *';
  color: #c0392b;
  font-size: 17px;
  line-height: 15px;
}
/*load*/
.ui-load {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.ui-load .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 26px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.ui-load .icon-holder {
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  height: 68px;
  width: 100%;
}
.ui-load .icon-holder .fa {
  font-size: 64px;
  color: #fff;
}
/*Fim do load*/
/*load*/
.load-2 {
  font-size: 70px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -100px;
}
/*success*/
.ui-success {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background: #22b263;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.ui-success .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 26px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.ui-success .icon-holder {
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  height: 68px;
  width: 100%;
}
.ui-success .icon-holder .fa {
  font-size: 64px;
  color: #fff;
}
.ui-error {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background: #d76158;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.ui-error .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 24px;
  width: 100%;
}
.ui-error .icon-holder {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.ui-error .icon-holder .fa {
  font-size: 50px;
  color: #fff;
}
.ui-warning {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background: #e4992e;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.ui-warning .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 24px;
  width: 100%;
}
.ui-warning .icon-holder {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.ui-warning .icon-holder .fa {
  font-size: 50px;
  color: #fff;
}
.bg-abrirChamados {
  background-color: #3F51B5;
}
.bg-abrirChamados:hover {
  background-color: #3547ab;
}
.bg-ag-atendimento {
  background-color: #d76158;
}
.bg-ag-atendimento:hover {
  background-color: #cd574e;
}
.bg-ag-aprovacao {
  background-color: #880015;
}
.bg-ag-aprovacao:hover {
  background-color: #7e000b;
}
.bg-reprovado {
  background-color: #c02828;
}
.bg-reprovado:hover {
  background-color: #b61e1e;
}
.bg-expirado {
  background-color: #e4992e;
}
.bg-expirado:hover {
  background-color: #da8f24;
}
.bg-atendendo {
  background-color: #22b263;
}
.bg-atendendo:hover {
  background-color: #18a859;
}
.bg-pausado {
  background-color: #ffc423;
}
.bg-pausado:hover {
  background-color: #f5ba19;
}
.bg-agendado {
  background-color: #7565b2;
}
.bg-agendado:hover {
  background-color: #6b5ba8;
}
.bg-meusChamados {
  background-color: #41a5f6;
}
.bg-meusChamados:hover {
  background-color: #379bec;
}
.bg-conferencia {
  background-color: #FE4A89;
}
.bg-finalizados {
  background-color: #757575;
}
.bg-finalizados:hover {
  background-color: #6b6b6b;
}
.bg-avaliar {
  background-color: #009688;
}
.bg-avaliar:hover {
  background-color: #008c7e;
}
.bg-alterado {
  background-color: #E67E22;
}
.bg-todos {
  background-color: #34718d;
}
.bg-todos:hover {
  background-color: #2a6783;
}
.arrow.left.arrow-alterado:after {
  border-right-color: #E67E22;
}
.arrow.left.arrow-right:after {
  border-right-color: #E67E22;
}
.b-alterado {
  border-color: #E67E22;
}
.paginacao .ul {
  padding: 6px;
}
.btn.btn-padrao {
  width: 22px;
  height: 20px;
  border-radius: 18px;
  padding: 0px;
}
.btn-view {
  background-color: #2FB56A;
  width: 22px;
  height: 20px;
  border-radius: 18px;
  padding: 0px;
  color: #ffffff;
}
.btn-view:hover {
  background-color: #1b9b53;
  color: #ffffff;
}
.btn-view:focus {
  color: #ffffff;
}
.btn-avaliar {
  background-color: #dec60c;
  width: 22px;
  height: 20px;
  border-radius: 18px;
  padding: 0px;
  color: #ffffff;
}
.btn-avaliar:hover {
  background-color: #ccac1a;
  color: #ffffff;
}
.btn-avaliar:focus {
  color: #ffffff;
}
.btn-aprovar-ticket {
  background-color: #1f3a68;
  color: #ffffff;
}
.btn-aprovar-ticket:hover {
  background-color: #112241;
  color: #ffffff;
}
.btn-aprovar-ticket:focus {
  color: #ffffff;
}
.btn-search {
  background-color: #2FB56A;
  font-size: 15px;
  width: 28px;
  height: 29px;
  padding: 0px;
  border-radius: 5px;
}
.btn-search:hover {
  background-color: #1b9b53;
}
.btn-reset {
  background-color: #d76158;
  font-size: 18px;
  width: 28px;
  height: 29px;
  padding: 0px;
  border-radius: 5px;
}
.btn-reset:hover {
  background-color: #cd574e;
}
.icone-usuario {
  font-size: 24px;
  margin-top: 5px;
}
.footer {
  min-height: 0px !important;
  height: 20px !important;
  background-color: #293041 !important;
  position: fixed !important;
}
.footer-version {
  margin-top: 15px;
  margin-right: 20px;
}
.footer-name {
  margin-left: 20px;
  margin-top: 10px;
}
.btn-guardianserver {
  color: #ffffff !important;
  background-color: #2FB56A;
  border-color: #2FB56A;
}
.bg-guardianserver-nav1 {
  background-color: #007532;
}
.bg-guardianserver-nav2 {
  background-color: #2FB56A;
  color: #dcf2f8;
}
.bg-guardianserver-nav2 .lt {
  background-color: #1b9b53;
}
.bg-guardianserver-nav2 .lter {
  background-color: #1b9b53;
}
.bg-guardianserver-nav2 .dk {
  background-color: #1b9b53;
}
.bg-guardianserver-nav2 .dker {
  background-color: #1b9b53;
}
.bg-guardianserver-nav2 .bg {
  background-color: #2FB56A;
}
.bg-guardianserver-nav2 .item-menu {
  width: 5em !important;
  border: 1px solid #61be65;
  margin-right: -1px;
}
.bg-guardianserver-nav2 a {
  color: #ffffff;
}
.bg-guardianserver-nav2 a:hover {
  color: #ffffff;
}
.bg-guardianserver-nav2 a.list-group-item:hover {
  background-color: inherit;
}
.bg-guardianserver-nav2 a.list-group-item:focus {
  background-color: inherit;
}
.bg-guardianserver-nav2 .nav &gt; li:hover &gt; a {
  background-color: transparent !important;
  color: #ffffff;
}
.bg-guardianserver-nav2 .nav &gt; li:focus &gt; a {
  background-color: transparent !important;
  color: #ffffff;
}
.bg-guardianserver-nav2 .nav &gt; li.active &gt; a {
  background-color: transparent !important;
  color: #ffffff;
}
.bg-guardianserver-nav2 .nav &gt; li &gt; a {
  color: #f2f2f2;
}
.bg-guardianserver-nav2 .nav &gt; li &gt; a:hover {
  background-color: transparent !important;
}
.bg-guardianserver-nav2 .nav &gt; li &gt; a:focus {
  background-color: transparent !important;
}
.bg-guardianserver-nav2 .nav .open &gt; a {
  background-color: transparent !important;
}
.bg-guardianserver-nav2 .caret {
  border-bottom-color: #dcf2f8;
  border-top-color: #dcf2f8;
}
.bg-guardianserver-nav2 .open &gt; a {
  color: #ffffff;
}
.bg-guardianserver-nav2 .open &gt; a:hover {
  color: #ffffff;
}
.bg-guardianserver-nav2 .open &gt; a:focus {
  color: #ffffff;
}
.bg-guardianserver-nav2 .text-muted {
  color: #b0e1f1 !important;
}
.bg-guardianserver-nav2 .text-lt {
  color: #ffffff !important;
}
.bg-guardianserver-nav2 .auto .list-group-item {
  background-color: transparent;
  border-color: #1b9b53 !important;
}
.button1-acoes {
  padding: 0px;
  margin-left: 8px;
}
.button2-acoes {
  padding: 0px;
  margin-left: 3px;
}
.footer-versao {
  margin-right: 15px;
}
.footer-nome {
  margin-left: 15px;
}
.input-file {
  overflow: hidden;
}
.input-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.btn-full {
  width: 100% !important;
  font-size: 15px;
}
/*log chamado*/
.log-color {
  background-color: #F6F8F8;
}
.log-color:hover {
  background-color: #f1f3f3 !important;
}
.verticalcenter {
  width: 460px;
  /* margin-left: 35%;*/
  /*margin-top  :   14%;*/
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-border {
  border: none;
}
.btn-login {
  height: 47px;
  border-radius: 20px;
  width: 60%;
}
.brand {
  width: 270px;
  display: -webkit-box;
  padding-bottom: 20px;
  margin: 0 auto;
}
.btn-avaliar {
  background-color: #dec60c;
  width: 22px;
  height: 20px;
  border-radius: 18px;
  padding: 0px;
  color: #ffffff;
}
.btn-avaliar:hover {
  background-color: #ccac1a;
  color: #ffffff;
}
.btn-avaliar:focus {
  color: #ffffff;
}
.btn-search {
  background-color: #2FB56A;
  font-size: 15px;
  width: 28px;
  height: 29px;
  padding: 0px;
  border-radius: 5px;
  border: none;
}
.btn-search:hover {
  background-color: #1b9b53;
}
.dropdown-avaliar {
  left: -228px !important;
}
.abrir-chamado-bloqueado {
  background-color: #f6f8f8 !important;
  border-color: #f6f8f8 !important;
}
.abrir-chamado-bloqueado .bg-abrirChamados {
  background-color: #f6f8f8 !important;
  border-color: #f6f8f8 !important;
}
.abrir-chamado-bloqueado .bg-abrirChamados:hover {
  background-color: #f6f8f8 !important;
  cursor: default !important;
}
.select-header {
  padding: 10px;
}
.box-pagination .display-pagination {
  margin-top: 25px;
}
.bootstrap-tagsinput {
  width: 100% !important;
}
.btn-header-login {
  margin-top: 8px;
  background-color: #e98b20 !important;
  border-color: #ed8617 !important;
}
.btn-login-faq {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 100px;
  font-weight: bold;
  background-color: #e98b20;
  border-color: #ed8617;
  border-radius: 5px;
  padding: 3px !important;
}
.checked {
  color: orange;
}
.avaliacao {
  font-size: 25px;
  margin-top: -5px;
  cursor: pointer;
}
.btn-anexar-listagem {
  width: 90px;
  margin-top: 27px !important;
  margin-right: 130px !important;
}
.info-dispositivo {
  cursor: pointer;
  position: absolute;
  top: 4px;
  margin-left: 4px;
  color: #1f7ac4;
  font-size: 16px !important;
}
.ui-select-bootstrap .ui-select-choices-row &gt; span {
  text-decoration: none;
  outline: 0;
  padding: 10px !important;
}
.ui-select-bootstrap .ui-select-choices-row.active &gt; span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  padding: 10px;
  background-color: rgba(47, 181, 106, 0.76) !important;
}
.ui-select-choices-group-label {
  font-weight: 600 !important;
  font-size: 13px;
  padding: 7px !important;
  text-align: center;
  margin-top: -10px;
  background: rgba(0, 1, 1, 0.1);
}
.ui-select-container {
  border: 1px solid #cfdadd;
  border-radius: 2px;
}
body &gt; .ui-select-bootstrap.open {
  z-index: 999999;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #aaa;
}
*::-webkit-scrollbar-thumb {
  background: #2FB56A;
  border-radius: 100px;
}
.descricao-chamado-list {
  border: solid 1px #F2F2F2;
  background-color: #F2F2F2;
  margin-top: -10px;
  overflow: auto;
  word-wrap: break-word;
  max-width: 90vw;
}
.fundo-branco {
  border: solid 1px #F2F2F2;
  background-color: #F2F2F2;
}
.log-chamado-list {
  margin-top: -10px;
  max-height: 400px;
  overflow: auto;
  max-width: 86vw;
  word-wrap: break-word;
}
.log-chamado-list.menor {
  max-width: 80vw;
}
.aviso {
  border: #FACFC8 3px solid;
  background-color: #FACFC8;
  color: red;
  border-radius: 2px;
}
color-picker input {
  width: 100%;
}
.title-edicao-texto {
  height: 30px;
}
.segunda-barra .navbar-nav:hover {
  background-color: gray;
}
.segunda-barra .navbar-nav:active {
  background-color: gray;
}
.log-comentario-solicitacao {
  background-color: #D9D9D9;
  border-radius: 5px;
  margin-top: 5px;
}
.log-comentario-solicitacao.par {
  background-color: #E9E9E9;
}
.log-comentario-solicitacao.primeiro {
  margin-top: 10px;
}
.borders-dash-privacidade {
  border-left: #e0e0d1 solid 2px;
  border-right: #e0e0d1 solid 2px;
  min-height: 500px;
}
.strong-class {
  font-weight: 900;
}
.item-list-cookie {
  padding-left: 10px;
  border-bottom: #e0e0d1 solid 2px;
}
.list-cookie {
  text-align: left;
  max-height: 400px;
  overflow: auto;
}
.tamanho-linha-padrao {
  line-height: 2.8;
}
.margin-laterais {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-esquerda {
  margin-left: 5px;
}
.content-comentarios {
  max-height: 400px;
  overflow: auto;
  margin-top: 5px;
}
.conteudo-comentario .foto {
  width: 6%;
  display: inline-block;
}
.conteudo-comentario .foto img {
  width: 50px;
}
.conteudo-comentario .conteudo {
  width: 93%;
  display: inline-block;
}
.conteudo-comentario .conteudo .title {
  margin-bottom: 0px;
}
.conteudo-comentario .conteudo .linha {
  margin-top: 0px;
  margin-bottom: 0px;
}
.label-sem-margin-bottom {
  margin-bottom: 0px;
}
.box-script {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #707980;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 40px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}
.switchery &gt; small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px;
}
.iconLock-open {
  margin-left: 10px;
  color: green;
}
.iconLock {
  margin-left: 10px;
  color: red;
}
.switche {
  padding: 10px 10px 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  transform: scale(0.7);
  top: -5px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #22b263;
}
input:focus + .slider {
  box-shadow: 0 0 1px #22b263;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.headerBar {
  width: 101%;
}
.botao-novo-ticket {
  margin: 4px 16px 4px 4px;
  color: white !important;
  border-radius: 10px;
  border: 1px solid white;
  background-color: #2FB56A;
  display: flex;
  align-items: center;
}
.botao-novo-ticket:hover {
  background-color: #007532 !important;
  color: white !important;
}
.fonTicket {
  font-weight: 900;
}
.dashBar {
  margin-bottom: -9px;
}
.lgpdIcon {
  font-size: 17px;
}
.noTopPadding {
  padding-top: 0;
}
.fixedBar {
  position: fixed;
  width: 100%;
  box-shadow: 0px -1px 12px -2px black;
  z-index: 999;
  padding: 19px 48px 8px 32px;
}
.fixedBar .combo-botao-direita {
  float: right;
}
.fixedBar .combo-botao-direita button {
  margin: 0, 5px;
}
.fixedBar .combo-botao-direita a {
  margin: 0px 5px;
}
.bar-avaliacao {
  top: 0px;
  display: grid;
  justify-content: center;
}
.bodySimple {
  padding-top: 100px !important;
}
.dashBody {
  height: 87vh;
  overflow: auto;
}
.dispBody {
  padding-top: 100px !important;
}
.panelGrafico {
  padding: 0;
}
.highcharts-background,
.highcharts-button-box {
  fill: transparent;
}
.padder-v {
  height: 102px !important;
}
.padder-v:hover {
  transform: scale(1.01);
}
.iconColumn {
  width: 3.333333%;
}
.ticketIcon {
  font-size: 30px;
}
.botaoVoltarTicket {
  width: 55%;
}
.ticketBody {
  padding: 70px 2% 0% 2%;
  max-height: 100%;
  overflow: auto;
}
.ticketBodyAvalicao {
  position: absolute;
  top: 40%;
  padding: 70px 2% 0% 2%;
  max-height: 100%;
  overflow: auto;
}
.headerInfosTicket {
  display: flex;
  justify-content: space-between;
}
.assuntoTicket {
  font-weight: 500;
  color: #898989;
}
.timelineTicket {
  padding-left: 20px;
}
.timeline {
  width: 90vw;
}
.timelineItems {
  width: 29vw;
}
@media (max-width: 768px) {
  .timelineItems {
    width: 100% !important;
  }
}
.infosTicket {
  padding-right: 0;
}
.anexosTicket {
  max-height: 309px;
  overflow-y: scroll;
}
.timesTicket {
  max-height: 805px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 34%;
}
.noBottomSpace {
  margin-bottom: 5px;
  min-height: 471px;
}
.infoTicketGroup {
  display: grid;
}
.labelsTicket {
  font-weight: 600;
  color: #a7a7a7;
}
.textInfosTicket {
  margin-left: 20px;
  font-size: 22px;
}
.descrInfosTicket {
  margin-left: 20px;
  font-size: 18px;
}
.labelAnexo {
  margin-left: 20px;
}
.dashIcon {
  width: 3.33333%;
}
.dispTitle {
  margin-top: 6px;
}
.dispTable {
  margin-bottom: -9px !important;
}
.iconFixedBar {
  font-size: 37px;
}
.responsiveBlock {
  height: 12vh !important;
  padding-top: 12% !important;
}
.responsiveBlock:hover {
  transform: scale(1.01);
}
.alerta-espaco {
  display: flex;
  justify-content: center;
}
.chamado-alertas {
  margin: 0px;
}
.tab {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  height: 60px;
  border: 0 !important;
  background-color: inherit !important;
}
.tab-box {
  padding: 0 30px;
  margin-bottom: 20px;
}
.tablinks {
  transition: 0.3s;
  margin: 1px !important;
  border-radius: 4px 4px 0 0;
  padding: 0 10px !important;
}
.modal-dialog {
  height: 93%;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  padding: 16px !important;
}
.modal-header {
  border: 0 !important;
}
.tabcontent {
  margin: 0 32px;
  border: 0 !important;
  padding: 0 !important;
}
#image-rodape-modal {
  height: 35px;
  width: 140px;
}
#image-title-modal {
  height: 60px;
  width: 250px;
}
.btn-footer {
  margin-right: 35px;
  margin-bottom: 18px;
  height: 33px;
  border-radius: 4px;
}
#Direitos {
  overflow: hidden !important;
}
.faP {
  font-size: 11px;
  margin-left: 10px;
  transition: all 300ms ease-in-out;
}
.btn {
  height: 35px;
}
#London {
  height: 350px;
  overflow-y: auto;
}
.collapsible {
  transition: 1s;
  border-radius: 3px !important;
  -moz-border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  box-shadow: -2px 5px 9px 1px rgba(0, 0, 0, 0.9) !important;
  margin: 10px 0px 10px 9px !important;
  width: 97% !important;
}
.content {
  margin-top: -19px;
  margin-bottom: 15px;
  box-shadow: 3px -1px 12px 1px rgba(0, 0, 0, 0.9) !important;
  padding: 0px 0px !important;
  width: 97% !important;
  margin-left: 9px !important;
  border-radius: 6px;
}
.chosed .fa {
  transform: rotateZ(180deg);
}
.mini-widget {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  left: 41% !important;
  bottom: 39% !important;
}
.aviso-resolucao {
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 95%;
  margin: 7px;
}
.content-mini-widget {
  border: 0 !important;
  position: relative !important;
}
.privacyIcon {
  font-size: 20px;
}
.privacy .expandido {
  height: 730px !important;
  width: 650px;
}
.customizeDiv {
  border: 2px solid black;
  border-radius: 4px;
  margin-top: 24px;
  padding-bottom: 15px;
  width: 500px;
}
.text-center {
  text-align: center;
}
.inicial {
  height: 300px !important;
  border: solid black 1px;
}
.mini {
  height: 200px !important;
  border: solid black 1px;
}
.alert {
  border-width: 0px 0 0 2px;
  word-break: break-word;
}
.alert-warning {
  color: #9c8204;
  background-color: #fdeda2;
  border-color: #f9d00d;
}
.descricaoCookies {
  height: auto !important;
  padding: 15px !important;
  margin-top: 8px !important;
}
.checkVisualiza_lp {
  height: 65px !important;
  padding-top: 20px !important;
}
.labelCheckLp {
  font-size: 15px;
  margin-left: 10px;
}
.btn-save-img {
  margin-top: 10px;
}
.clickable {
  cursor: pointer;
}
.visible {
  display: block !important;
}
.invisible {
  display: none !important;
}
.solicitarBotao {
  text-align: right;
  padding-top: 15px;
}
.botaoAcptCookies {
  padding: 5px 31px;
  text-align: right;
}
#graficoVisitas,
#graficoSolicitacoes {
  height: 350px;
}
.backButtonLogs {
  margin: 0 3px;
}
.userPicLogs {
  width: 50px;
  float: left;
}
.btn-remove-anexo,
.saveCommentLogs,
.attachBox {
  margin-top: 25px;
}
.nfIcon {
  font-size: 110%;
}
.navbar-brand {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.nav-itens-txt {
  margin-left: 4px;
}
@media (max-width: 1550px) {
  .dashIcon {
    width: 4.33333%;
  }
  .dispTitle,
  .fatTitle {
    margin-left: 10px;
  }
  .dispBody {
    padding-top: 75px !important;
  }
}
@media (max-width: 1366px) {
  .headerBar {
    width: 102%;
  }
}
@media (max-height: 766px) {
  .se-sem-espaco {
    transform: scale(0.95);
    margin-top: -12px;
  }
  .dashBody {
    height: 90vh;
  }
  .app-content-full {
    overflow: hidden !important;
    position: inherit !important;
    height: 91vh !important;
  }
}
@media (max-height: 900px) {
  .responsiveBlock {
    padding-top: 8% !important;
  }
}
@media (max-width: 768px) {
  .fixedBar {
    margin-top: -18px;
  }
  .dashBar {
    display: flex;
  }
  .dashIcon {
    margin-right: 15px;
  }
  .dashBody {
    padding-top: 6.5% !important;
  }
  .sem-espaco-panel {
    height: 32vh;
  }
  .sem-espaco-divTable {
    height: 100%;
  }
  .table thead &gt; tr &gt; th {
    padding: 11px 11px 3px;
  }
}
@media screen and (max-height: 660px) {
  .se-sem-espaco {
    transform: scale(0.9);
    margin-top: -23px;
  }
  .dashBody,
  .bodySimple {
    padding-top: 6% !important;
  }
  .ticketBody {
    padding-top: 5% !important;
  }
  .form-group {
    margin-bottom: 7px;
  }
  .alert {
    padding: 10px;
  }
  .sem-espaco-panel {
    height: 35vh;
  }
  .sem-espaco-divTable {
    height: 100%;
  }
  .sem-espaco-table {
    font-size: 13px;
  }
  .table thead &gt; tr &gt; th {
    padding: 10px 5px 0px;
  }
  .sem-espaco-data-info {
    margin-top: -6px;
  }
  .sem-espaco-save {
    position: fixed;
    top: 87%;
    right: 8%;
  }
  .pagination-sm {
    margin-right: 75px !important;
  }
}
@media screen and (max-height: 537px) {
  .fixedBar {
    margin-top: 4px;
    height: 11%;
  }
  .fixedBar .row {
    margin-top: -1%;
  }
  .sem-espaco-chamado {
    height: 9%;
  }
  .dashBar {
    margin-top: -1%;
  }
  .dashBody,
  .bodySimple {
    padding-top: 6% !important;
  }
  .ticketBody {
    padding-top: 4% !important;
    font-size: 11px;
  }
  .form-control {
    font-size: 11px;
    height: 28px;
  }
  .form-group {
    margin-bottom: 7px;
  }
  .alert {
    font-size: 11px;
    padding: 9px;
    margin-bottom: 10px;
  }
  .sem-espaco-form-title {
    display: none;
  }
  .textInfosTicket {
    font-size: 18px;
  }
  .dispTitle span {
    font-size: 19px;
  }
  .sem-espaco-panel {
    height: 32vh;
  }
  .sem-espaco-divTable {
    height: 100%;
  }
  .sem-espaco-table {
    font-size: 10px;
  }
  .table thead &gt; tr &gt; th {
    padding: 0;
  }
  .table thead &gt; tr &gt; th p {
    margin: 7px 0 7px;
  }
  .table tbody &gt; tr &gt; td {
    padding: 5px 10px 2px;
  }
  .sem-espaco-data-info {
    margin-top: -14px;
  }
  .sem-espaco-data-info strong {
    font-size: 31px;
  }
  .dashIcon {
    margin-right: 10px;
  }
  .sem-espaco-save {
    position: fixed;
    top: 87%;
    right: 9%;
  }
  .pagination-sm {
    margin-top: -25px !important;
    margin-right: 75px !important;
  }
}
.log-avaliacao {
  width: 100%;
  display: inline-flex;
}
.log-avaliacao img {
  width: 50px;
  height: 50px;
}
.log-avaliacao li {
  color: white;
  list-style-type: none;
}
.log-avaliacao .titulo {
  font-size: 16px;
  font-weight: bold;
}
.div-lang-flags {
  top: 5%;
  left: 3%;
  width: 200px;
  position: absolute;
  display: flex;
  justify-content: space-around;
}
.img-lang-login {
  width: 50px;
  height: 35px;
  margin: 0 !important;
  cursor: pointer;
}
.selected-lang-flag {
  border: 2px solid #212838;
  border-radius: 4px;
  transform: scale(1.1);
}
.card-formulario {
  margin: 20px;
  display: grid;
  background-color: #2fb56a;
  color: white;
  padding: 10px;
  border-radius: 10px;
  height: 110px;
  max-height: 110px;
  text-align: center;
  cursor: pointer;
}
.card-formulario &gt; .material-icons {
  font-size: 64px;
  margin-bottom: 10px;
  cursor: pointer;
}
.card-formulario &gt; span {
  cursor: pointer;
}
.card-formulario:hover {
  background-color: #18a859;
  transform: scale(1.01);
}
.formulario-padrao {
  background-color: #23b7e5 !important;
}
</pre></body></html>