::-moz-selection {
  background: #fff;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333; 
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333; 
  color: #fff;
  text-shadow: none;
}

.logo-web{
    width: 100%;
    height: 100px!important;
}

.logo-footer{
    width: 100px;
    height: 100px!important;
}

.fs-xl{
    font-size: 1.5rem!important;
}

.fw-bold{
    font-weight: bold;
}

.btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    transition: 0.3s all;
  }
  .btn-whatsapp i {
      color: #fff;
  }
  .btn-whatsapp:hover {
    transform: scale(1.3);
}


/** Modal tracking */
.btn-agml {
    background-color: var(--primary);
    color: #fff;
    border-radius: 15px;
    padding: 9px 18px;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--primary);
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
}

.content-status-result-guia {
    font-size: 1rem;
    padding: 0 1rem 0 0;
    height: 25rem;
    overflow-y: scroll;
}

.number-consult-guia {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    width: 30px;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: var(--primary);
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.separador-number-guia {
    width: 1px;
    height: 100%;
    border: 2px dashed var(--primary);
    margin: auto;
}

.hr-border-bottom {
    border: 1px solid #000
}


.br{
    border-radius: 8px;
}

.animate {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
  }

  @keyframes shimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
/***/