.full{
  width: 100%;
  margin-top: 3px;
}
#table_orcamentos_wrapper{
  min-height: 300px!important;
}

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

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

.alert-danger a{
  color: #fff;
  text-decoration: underline #fff;
}

.dataTables_wrapper{
  min-height: 300px;
}

/* adicionar * vermelho em labels para campos obrigatorios */
.label-required::after{
  content: " *";
  color: red;
}

.alert-danger a:hover{
  color: #fff;
  text-decoration: underline #fff;
  opacity: .6;
}

.ico-active{
  color: #E3C446;
}

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

.tela{
    display: block;
    /* background: rgb(235, 237, 243); */
    background: #ebecf0;
    padding: 20px !important;
    border-radius: 5px;
}

#container-filter{
    border-radius: 5px;
    background: rgb(235, 237, 243);
}

.container-filter{
    border-radius: 5px;
    background: rgb(235, 237, 243);
}

.fundo-claro{
    background: rgb(235, 237, 243)!important;
}

.datatable-table{
    border-radius: 8px
}

.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;
}

.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;
}

input[readonly] {
  background-color: #F3F6F9!important; /* Cor de fundo diferente para indicar que é readonly */
  cursor: not-allowed; /* Cursor indicando que a edição não é permitida */
}

div.botoes{
  margin: 40px 0;
  padding: 0 250px
}

.mostrar-celular{
  display: none;
}

.mostrar-tablet-celular{
  display: none;
}

.accordion-container {
    display: inherit;
}
.accordion {
    margin: 5px;
    width: auto;
}
.checkbox-container {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.checkbox-container label {
    margin-left: 5px;
    user-select: none;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.main-checkbox {
    font-weight: bold;
    color: #333;
}

.arrow {
    margin-left: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform 0.3s ease;
}

.collapse-arrow {
    cursor: pointer;
}

.rotate {
    transform: rotate(-45deg);
}

.card-header, .card-header .card-title{
  background-color:#2E2E2E!important;
  color: #fff!important;
}

.titulo-tabela{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.color-green{
    color: #155724;
}

.color-red{
    color: #F64E60;
}

@media screen and (max-width: 1204px) {
  div.botoes{
    padding: 0 150px;
  }
}

@media screen and (max-width: 740px) {
    div.botoes{
      padding: 0 100px;
    }
    .card.card-custom > .card-body{
        padding: 1rem 1.25rem!important;
    }

    #container-filter{
        padding: 0!important;
        display: grid;
    }

    .container-filter{
        padding: 0!important;
        display: grid;
    }

    .tela{
        padding: 10px 5!important;
    }

    .container.animate__backInLeft{
        padding: 0;
    }
  }

  @media screen and (max-width: 700px) {
    .mostrar-tablet-celular{
      display: block;
    }
  }

@media screen and (max-width: 500px) {
  #main-content{
    padding: 25px 15px!important;
  }

  div.botoes{
    padding: 0;
  }

  .container .col-lg-12{
    padding: 0!important;
  }

  .mostrar-celular{
    display: block;
  }

  .esconder-celular{
    display: none;
  }

  .card.card-custom > .card-body{
    padding: 1rem 0rem!important;
}
}

@media screen and (max-width: 390px) {
  .logo-banner{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
