:root {
  --txt-color-white: #fff;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  /* --info: ##36C387; */
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.align-text {
  float: left;
}

.fieldset-evaluation {
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid #e2f3ec;
}

.evaluation-field > input {
  width: 100%;
  outline: none;
  font-size: 10pt;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px 5px 5px 6px;
}

.button-evaluation {
  margin-top: 10px;
}

.button-evaluation > button {
  width: 47%;
  font-size: 9pt;
  padding: 4px 6px;
  border-radius: 3px;
}

.button-evaluation > button:first-child {
  margin-right: 2%;
}

.icon-color {
  color: #1571f6 !important;
}

.label {
  color: var(--txt-color-white);
  border-radius: 3px;
  padding: 3px 20px;
  font-size: 11pt;
}

.label-primary {
  background-color: var(--primary);
}

.label-danger {
  background-color: var(--danger);
}

.label-success {
  background-color: var(--success);
}

.label-warning {
  background-color: var(--warning);
}

.label-info {
  background-color: var(--info);
}

* {
  font-family: "Calibri", sans-serif;
}

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

.align-item i {
  font-size: 28px;
}

.bca-color {
  color: #36c387;
}

.dt-margim-bottom {
  margin-bottom: 8px !important;
}

.icon-ticket-code {
  cursor: pointer;
  color: grey;
}

.ticket-abbreviation {
  color: #e72929;
  font-weight: bold;
}

.ticket-abbreviation i {
  font-size: 16px;
}

.ico-detail {
  margin-left: 18px;
  margin-right: 18px;
}

.d-inherit {
  display: inherit;
}

.ico-ticket i {
  cursor: pointer;
  color: grey;
  float: right;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 15px;
}

.ico-ticket i:hover {
  color: #36c387;
}

/* .ico-ticket i:first-child {
  margin: 15px 0 8px 40px;
} */

.message-error {
  font-size: 10pt;
  text-align: center;
  color: orangered;
  font-weight: 600;
}

.login-required {
  cursor: pointer;
  text-decoration: underline;
}

.login-required:hover {
  color: #36c387;
}

.logged-name {
  color: black;
  font-weight: 600;
  cursor: pointer;
}

.profile-sub-nav {
  width: 100%;
  font-size: 10pt;
  text-align: center;
}

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

.m-bottom {
  margin-bottom: 10px;
}

.user-image {
  border: 3px solid #36c387;
}

.not-ticket {
  text-align: center;
  font-weight: 600;
  font-size: 11pt;
}

.chk-forgot {
  height: 24px;
  width: 16px;
  margin-right: 5px;
}

.bca-border-color {
  border-color: #36c387;
}

.btn-color {
  background-color: #36c387 !important;
  border-color: #36c387;
  margin-top: 10px;
  float: right;
}

.btn-logged {
  width: 100%;
  margin-bottom: 6px;
  background-color: #36c387;
  border-color: #36c387;
  color: #FFF;
}

.bt-guest{
  border: 1px solid #36c387;
}

.btn-logged:hover {
  background-color: #36c387;
  color: white;
}

.card {
  border: none;
}

.card-footer-icone {
  cursor: pointer;
}

.w-30 {
  width: 400px;
  margin: 12px;
  /* float: left; */
}

.w-30-nleft {
  width: 408px;
  margin: 12px;
  float: right;
}

.link-more {
  font-weight: 800;
  text-decoration: none;
  float: right;
  display: none;
}

.card-body {
  /* z-index: 9999; */
  margin-top: -10px;
  box-sizing: border-box;
  /* position: absolute; */
  height: 179px;

  background: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: none;
}

.card-body-desk {
  /* font-family: Roboto; */
  font-family: "Calibri", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: #e72929;
}

.card-body-ticket {
  font-family: "Calibri", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 75px;

  color: #e72929;
}

.number {
  font-weight: 800;
  margin-right: 10px;
}

.card-footer {
  color: #e72929 !important;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-top: none;
  height: 57px;
}

.card-header-abbr {
  /* font-family: "Roboto"; */
  font-family: "Calibri", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}

.card-header-desc {
  /* font-family: "Roboto"; */
  font-family: "Calibri", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #ffffff;
}

.card-header-code {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;

  color: #ffffff;
}

.card-body-waiting {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;

  color: #e72929;
}

.card-header {
  background: #36c387;
  cursor: pointer;
}

.card-icon-left {
  margin-right: 10px;
}

.card-icon-right {
  margin-left: 10px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  /* -webkit-overflow-scrolling: touch; */
}

section {
  position: relative;
  height: 90vh;
}

#tab-collection1,
#tab-collection2,
#tab-collection3,
#tab-collection4,
#tab-collection5 {
  display: none;
}

/* .tab-pane {
  padding-top: 15px;
} */

.row .col-md-4:nth-child(1) .card-not-ticket,
.row .col-md-4:nth-child(5) .card-not-ticket {
  background-color: #36c387;
  background: linear-gradient(to right, #36c387, #36c387);
}

.row .col-md-4 .card {
  margin-bottom: 30px;
}

.card-not-ticket {
  background-color: #36c387;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  padding: 20px 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease-in all;
}

.card-not-ticket h1 i {
  font-size: 15px;
}

.card-not-ticket p {
  margin-bottom: 2px !important;
}

.card-not-ticket span i {
  font-size: 12px;
}

.card-not-ticket span {
  font-size: 9pt;
}

.card-not-ticket .out-of-hours {
  color: black;
}

.card i {
  font-size: 48px;
}

.card h1 {
  font-size: 20px;
  margin: 0;
}

.back-button {
  position: absolute;
  cursor: pointer;
  font-size: 16px;
  color: #262835;
  margin-left: 15px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2000;
}

.loader2 {
  background-color: #36c387;
  display: none;
}

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  perspective: 200px;
}

.plain {
  width: 64px;
  height: 64px;
  background-color: #fff;
  margin: 0 auto;
  animation-name: plain-animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes plain-animation {
  0% {
    transform: rotateX(0deg);
    transform: rotateY(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateZ(-180deg);
  }
}

#loader2 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  perspective: 200px;
}

#loader2 .plain {
  background-color: #36c387;
  width: 32px;
  height: 32px;
}

.carousel-indicators li {
  background-color: #36c387;
}

.carousel-indicators li.active {
  background-color: #36c387;
}

.modal-header {
  /* background-color: #36C387; */
  color: #fff;
  font-size: 16px;
}

.info-detail-service {
  cursor: pointer;
  margin-top: -112px;
}

.badge {
  background-color: #fff;
  color: #36c387;
}

ul.nav-button li:hover {
  background-color: #36c387;
}

ul.nav-button li {
  background-color: #36c387;
  color: #fff;
  padding: 12px 14px;
  display: inline-block;
  min-width: 120px;
  margin: 8px;
  border-radius: 48px;
  cursor: pointer;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
  text-align: center;
  font-size: 18px;
}

ul.nav-button {
  list-style: none;
  margin: 0;
  padding: 0;
}

#toast-container {
  position: fixed;
  left: 15px;
  bottom: 0;
  width: 300px;
  z-index: 1100;
  /* left: 270px; */
}

.alert {
  border: none;
  background-color: #333;
  color: #fff;
  border-radius: 2px;
}

.alert-warning {
  background-color: #f39c12 !important;
}

.alert-error {
  background-color: #e74c3c !important;
}

.alert-success {
  background-color: #2ecc71 !important;
}

.alert-info {
  background-color: #36c387 !important;
}

.alert-primary {
  background-color: #007bff !important;
}

.alert-birthday {
  background-color: #9b59b6 !important;
}

.alert-default {
  background-color: grey !important;
}

#modal-historic table {
  font-size: 12px;
}

.loading-ticket {
  left: 50%;
  color: gray;
  font-size: 14pt;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
}

.ft-size {
  font-size: 10px !important;
}

.ticket {
  background-color: #fff;
  padding: 8px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
  /* cursor: pointer; */
  transition: 0.5s ease all;
}

.ticket:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.ticket-logo {
  width: 140px;
  height: 100px;
  float: left;
  /* margin-right: 32px; */
}

.ticket-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ticket-data {
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.ticket::after,
.ticket-data::after {
  clear: both;
  display: table;
  content: "";
}

.ticket p {
  margin: 0;
  font-size: 14px;
}

.ticket h1 {
  margin: 0;
  font-size: 18px;
}

.ticket h2 {
  margin: 0;
  font-size: 24px;
}

.ticket-data span {
  font-weight: 700;
  color: #6f6f71;
}

.ticket-data .label {
  font-weight: initial;
  color: #fff;
}

.ticket .carousel-indicators {
  left: -22px;
  top: 0;
  bottom: initial;
  margin-left: 0;
}

.ticket .carousel-indicators li {
  display: list-item;
  background-color: #eee;
  margin: 8px 0;
  width: 12px;
  height: 12px;
  border: none;
  border-top: 2px solid #d2d2d2;
}

.ticket-body {
  background-color: #fff;
  padding: 4px;
}

.ticket-body::after {
  content: "";
  clear: both;
  display: table;
}

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

.ticket-action .navbar-nav a {
  color: #888;
}

.ticket-action .navbar-nav a:hover,
.ticket-action .navbar-nav a:focus,
.ticket-action .navbar-nav a:active {
  background-color: transparent;
  color: #444;
}

.ticket hr {
  margin-bottom: 0;
}

.loader img {
  display: none;
}

.fixed-top {
  display: none;
}

@media (max-width: 500px) {
  #modal-login .modal-dialog {
    width: 96% !important;
  }

  header {
    display: none;
  }

  .fixed-top {
    display: block;
  }

  main {
    margin-top: 15%;
  }

  .ticket {
    text-align: center;
  }

  .ticket-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .ticket-data {
    float: none;
  }

  .ticket .carousel-indicators {
    display: none;
  }

  .btn-facebook {
    background-color: #3b5998 !important;
  }

  .btn-messenger {
    background-color: #fff !important;
    border: 1px solid #0084ff !important;
    color: #0084ff !important;
  }

  .w-30 {
    width: 323px;
    margin: 12px;
  }

  .loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2000;
  }

  .loader img {
    display: block;
  }

  .loader .loading-box {
    background-color: #36c387;
    margin-top: 10%;
  }
}

#ticket-image {
  display: none;
}

.notification-ticket-shared {
  color: red;
  animation: newTicketShared 1400ms ease-in-out infinite;
}

@keyframes newTicketShared {
  0% {
    opacity: 0.4;
  }

  15% {
    opacity: 0.2;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

.printing-animate {
  animation: warning 2000ms ease-in-out infinite;
}

@keyframes warning {
  0% {
    color: #e72929;
  }

  50% {
    color: rgb(248, 159, 159);
  }

  80% {
    color: #e72929;
  }

  100% {
    color: #e72929;
  }
}

.ticket-called-in-desk {
  background-color: #ff4800;
}

.accept-ticket-shared {
  margin-right: 8px;
  cursor: pointer;
}

.ticket-available {
  margin-bottom: 10px;
}

.ticket-available fieldset {
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #36c387;
}

.ticket-available legend {
  color: #36c387;
  font-size: 0.9em;
  font-weight: bold;
}

.ticket-available span {
  float: left;
  cursor: pointer;
  font-weight: bold;
  margin: 0 12px 20px 0px;
}

.ticket-available label {
  float: left;
  font-size: 10pt;
  font-weight: bold;
  margin: 5px 0 21px 3px;
}

.ticket-available label i {
  color: #f72929;
}

.warningNoService {
  color: grey;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

.animate-flicker {
  animation: flicker 3s linear infinite;
  color: #f72929;
}

@keyframes flicker {
  0%,
  19.999%,
  22%,
  62.999%,
  64%,
  64.999%,
  70%,
  100% {
    opacity: 0.99;
    filter: drop-shadow(0 0 1px rgba(252, 211, 77))
      drop-shadow(0 0 15px rgba(245, 158, 11))
      drop-shadow(0 0 1px rgba(252, 211, 77));
  }
  20%,
  21.999%,
  63%,
  63.999%,
  65%,
  69.999% {
    opacity: 0.4;
    filter: none;
  }
}

.your-ticket-called {
  font-size: 11pt;
  font-weight: 800;
  color: #36c387;
  margin-top: 10px;
}

.ticket-no-printing {
  font-weight: 800;
  font-size: 10pt;
  color: #f72929;
}

.animate-avaliation {
  animation: avaliation 3s linear infinite;
  font-weight: bolder;
  color: green;
  font-size: 9pt;
  cursor: pointer;
}

@keyframes avaliation {
  0%,
  19.999%,
  22%,
  62.999%,
  64%,
  64.999%,
  70%,
  100% {
    opacity: 0.99;
    filter: drop-shadow(0 0 1px rgba(252, 211, 77))
      drop-shadow(0 0 15px rgba(245, 158, 11))
      drop-shadow(0 0 1px rgba(252, 211, 77));
  }
  20%,
  21.999%,
  63%,
  63.999%,
  65%,
  69.999% {
    opacity: 0.4;
    filter: none;
  }
}

.size-text {
  font-size: 11pt !important;
  font-weight: bold;
}

.menu-web {
  font-size: 10pt;
  font-weight: 600;
  font-family: Calibri, sans-serif;
}

.d-none {
  display: none;
}

.ticket-printed {
  top: 15%;
  width: 19px;
  height: 19px;
  margin-left: -43px;
  position: absolute;
  border-radius: 100%;
}

.ticket-printed-mobile {
  top: 15%;
  width: 19px;
  height: 19px;
  margin-left: -35px;
  position: absolute;
  border-radius: 100%;
}


.total-ticket-mobile {
  color: white !important;
  background-color: #e72929 !important;
}

.total-ticket-web {
  font-size: 11pt;
  color: white !important;
  background-color: #e72929 !important;
}

.ticket-evaluation {
  padding-left: 0;
  font-size: 20px;
  list-style: none;
  margin-bottom: 10px;
  display: inline-flex;
}

.service-name {
  font-size: 10pt;
  font-weight: bold;
}

.ticket-priority {
  color: #007bff;
  font-weight: 800;
  font-size: 13pt;
}

.last-ticket-called {
  color: #007bff;
  font-weight: 800;
  font-size: 9pt;
}

.box-service {
  height: 200px;
  width: 100%;
  border: 3px #eee solid;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}

.checkInputService {
  border-bottom: 1px #eee solid;
  padding: 4px;
  display: block;
  cursor: pointer;
}


.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px 0;
}
.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.divider::before {
  margin-right: 10px;
}
.divider::after {
  margin-left: 10px;
}


/* Botão do Google */
.btn-gmail {
  border: 1px solid #db4437; /* Vermelho padrão do Google */
  color: #db4437; /* Vermelho padrão do Google */
  background-color: #fff; /* Fundo branco */
  font-weight: bold;
}

.btn-gmail:hover {
  background-color: #db4437;
  color: #fff; /* Texto branco ao passar o mouse */
}

/* Botão da Apple */
.btn-apple {
  border: 1px solid #000; /* Preto */
  color: #000; /* Preto */
  background-color: #fff; /* Fundo branco */
  font-weight: bold;
}

.btn-apple:hover {
  background-color: #000; /* Fundo preto ao passar o mouse */
  color: #fff; /* Texto branco ao passar o mouse */
}

/* Botão do Facebook */
.btn-facebook {
  border: 1px solid #1877f2; /* Azul padrão do Facebook */
  color: #fff; /* Texto branco */
  background-color: #1877f2; /* Fundo azul */
  font-weight: bold;
}

.btn-facebook:hover {
  background-color: #145dbf; /* Azul mais escuro ao passar o mouse */
}


@media (max-width: 500px) {
  .logo-loader{
    margin-top: 50%; max-width: 100%; max-height: 100%;
  }
}

.total-ticket-web {
  width: 15px;
  height: 15px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ticket-printed-web {
  top: 15%;
  width: 64px;
  height: 19px;
  margin-left: -35px;
  position: absolute;
  border-radius: 100%;
}

.ticket-printed-web-modal{
  top: 15%;
  width: 109px;
  height: 19px;
  margin-left: -35px;
  position: absolute;
  border-radius: 100%;
}

.total-ticket-mobile {
  width: 15px;
  height: 15px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#MenuMobile{
  margin-right: 3%;
}

#show-main-content{
  margin-top: 100px;
  height: 700px;
}