.wp-80 {
  width: 80px !important;
}

#layout-navbar {
  z-index: 99 !important
}

.table-rounded {
  border-radius: 0.5rem;
  overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.bg-info-2 {
  background-color: #0066ff !important;
  color: #d9e8ff;
}

.btn-info-2 {
    color: #d9e8ff;
    background-color: #0066ff;
    border-color: #0066ff;
}

.btn-info-2:hover, .btn-info-2:focus, .btn-info-2:active {
    color: #d9e8ff!important;
    background-color: #004ec2!important;
    border-color: #004ec2!important;
}


.bg-info-2 {
  background-color: #0066ff !important;
  color: #d9e8ff;
}

.btn-info-2 {
    color: #d9e8ff;
    background-color: #0066ff;
    border-color: #0066ff;
}

.btn-info-2:hover, .btn-info-2:focus, .btn-info-2:active {
    color: #d9e8ff!important;
    background-color: #004ec2!important;
    border-color: #004ec2!important;
}


.table-rounded thead th {
  border-radius: 0.5rem 0.5rem 0 0;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: unset !important;
}

.table-rounded tbody tr:last-child td {
  border-radius: 0 0 0.5rem 0.5rem;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: unset !important;
}

.input-group {
  flex-wrap: wrap; 
}

.error-message {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.table-bordered {
  border-color: #d1d1d1;
}

/* Estilo para o thead */
.table thead {
  background-color: white;
  border: 1px solid silver;
}

/* Estilo para as bordas das células */
.table th,
.table td {
  border: 1px solid rgb(221, 221, 221);
  vertical-align: middle;
}

/* Estilo para ajustar o texto nas células */
.table td {
  word-wrap: break-word;
  white-space: nowrap;
  /* Previne quebra de linha */
}

.text-limit-dashboard {
  max-width: 200px;
}

.bg-opacity-10 {
  opacity: 0.15 !important;
}

#qrCodeImage {
  max-width: 50%;
  height: auto;
  margin-top: 15px;
}

#pixCodeWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

#qrCodeWrapper {
  display: flex;
  justify-content: center;
}

#pixCode {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  font-family: monospace;
}

.border-blue {
  border-color: #0f88ff !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.tutorial-cards {
  height: 100%;
}

.card-body {
  flex-grow: 1;
}

.swal-z-index {
  z-index: 99999 !important;
}

.modal-backdrop {
  z-index: 997 !important;
}

.modal {
  z-index: 998 !important;
}

.image-cad {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  /* Para que as imagens se ajustem melhor em telas pequenas */
}

.image-cad img {
  width: 100px;
  /* Definindo uma largura menor */
  height: 100px;
  /* Definindo uma altura menor */
  object-fit: cover;
  cursor: move;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-check {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
}

.form-check-2 {
  display: block;
  min-height: 1.378125rem;
  padding-left: 1.7em;
  margin-bottom: 0.125rem;
}

.td-fit {
  width: max-content !important;
  padding: 0;
  text-align: center;
}


#crop-area {
  width: 283.5px;
  height: 425.25px;
  border: 2px dashed rgb(119, 0, 255);
  position: absolute;
  cursor: move;
  background-color: rgba(119, 0, 255, 0.2);
  display: none;
}

#pdf-container {
  position: relative;
  display: inline-block;
}

.blurred-content {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s;
}

.blurred-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    z-index: 10;
    border-radius: 0.5rem;
    text-align: center;
    pointer-events: all;
}
.card {
    position: relative;
    overflow: hidden;
}

/* Estilo responsivo para telas menores */
@media (max-width: 768px) {

  .table td,
  .table th {
    white-space: normal;
    /* Permite quebra de linha em telas pequenas */
    font-size: 12px;
  }
}