.full{
  width: 100%;
  margin-top: 3px;
}

.ico-pesquisa{
  font-size: 25px;
}

.ico-pesquisa:hover{
  cursor: pointer;
}

.ico-active{
  color: #E3C446;
}

.info-plan:hover{
  cursor: pointer;
}

.pulse-button {
  position: relative;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

.img-table{
  width: 50px;
  border-radius: 8px;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #009192;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader-cancelar{
  color: red;
  font-size: 5px;
}

.loader-correcao{
  color: blue;
  font-size: 5px;
}

.loader-pagamento{
  color: #52B99A;
  font-size: 8px;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes fadebarcode {
  from {opacity: 0;}
  to {opacity: 1;}
}

.mousetrap{
  width: 0;border:none;outline:none;background: #f3f6f9;
  position: relative;
}
#mousetrapTitle{
  position: absolute;
  top: -26px;
  left: 16px;
  color: green;
  background-color: #fff;
  box-shadow: 0 0 5px #fff;

  display: none;
  align-items: center;
  gap: 3px;
}

.pr-2{
  background:#F3F6F9;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 35px;
}

.mousetrap:focus{
  border:none;outline:none;border-right: 3px solid #000;
  animation: fadebarcode .5s infinite ease-in-out;
}

.select-disabled {
  pointer-events: none;
  background: #E3E6E8 !important;
}


@media (max-width: 900px) {

  .table.table-bordered:has([data-label]) {
    border: none !important;
  }
  .table.table-bordered:has([data-label]) > :not(caption) > * > * {
    border: none !important;
  }

  .table:has([data-label]) {
    width: 100%;
    display: block;
    border-collapse: collapse;
  }

  .table:has([data-label]) thead { display: none; }

  .table:has([data-label]) tbody {
    display: block;
    width: 100%;
  }

  .table:has([data-label]) tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 8px;
    background: var(--tbl-row-bg, #fff);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 0;
  }

  .table:has([data-label]) tbody td {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid var(--tbl-border, #eee);
    text-align: right;
    box-sizing: border-box;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .table:has([data-label]) tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #6c757d;
    text-align: left;
    min-width: 110px;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: auto;
  }

  .table:has([data-label]) tbody td:last-child {
    border-bottom: none;
  }

  .table:has([data-label]) td form,
  .table:has([data-label]) td div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100% !important;
    overflow-x: auto;
    gap: 6px;
    margin-top: 6px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .table:has([data-label]) td form::-webkit-scrollbar,
  .table:has([data-label]) td div::-webkit-scrollbar {
    height: 6px;
  }

  .table:has([data-label]) td form::-webkit-scrollbar-thumb,
  .table:has([data-label]) td div::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .table:has([data-label]) .btn {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }

  .table:has([data-label]) tbody tr {
    display: block;
    margin: 12px auto;
    border-radius: 12px;
    background: var(--tbl-row-bg, #fff);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 6px 0;
    border-left: 2px solid var(--main-color, #6c63ff); /* borda colorida */
    transition: all 0.25s ease;
    position: relative;
  }
}


.scroll-btn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0.4;
  z-index: 9999;
  background: #4C6EF5;
  color: #fff;
  border: none;
  padding: 10px 10px;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.scroll-btn:hover {
  background: #3B5BDB;
}

.scroll-btn.hidden {
  display: none;
}

.filtro-form .form-group {
  margin-bottom: 4px !important;
}

.filtro-form .col-form-label {
  margin-bottom: -5px !important;
  font-size: 12px;
}

.form-title h3 {
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
    padding-left: 18px;
    color: #1e2235;
    margin-top: 10px;
}

.form-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 70%;
    background: var(--main-color); /* Roxo do Jidox */
    border-radius: 6px;
    transform: translateY(-50%);
}

.d-form .form-group {
    margin-bottom: 7px !important; /* antes era 20px~ */
}

.d-form label {
  margin-bottom: -8px;
}

.btn-save-anim {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.25s ease;
    position: relative;
    overflow: hidden;
}

.btn-save-anim:hover {
    background: #5a36a2;
    transform: translateY(-2px);
}

.btn-save-anim i {
    margin-right: 6px;
    transition: 0.25s ease;
}

.btn-save-anim:hover i {
    transform: rotate(20deg) scale(1.2);
}
