/* MUNTA */
.bgshow {
        background-image: var(--bg-url, url("../img/bg.jpg")) !important;
        background-size: cover !important;
        background-position: center center;
        background-color: #344767;
}
.boleto {
    background-image: url("../img/fondo-ticket.png");
    background-size: 100%;
    background-repeat: repeat-y;
    font-family: 'Courier New', Courier, monospace;
  }
.boleto2 {
    font-family: 'Courier New', Courier, monospace;
}

  .boleto .content-center, .boleto2 .content-center {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .boleto .img-boleto, .boleto2 .img-boleto {
   max-width: 50%;
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .boleto .header-ticket, .boleto2 .header-ticket {
   font-size: 21px;
   font-weight: 800;
  }

  .boleto .line-ticket, .boleto2 .line-ticket {
    font-size: 23px;
    font-weight: 800;
    color:#000;
   }

  .boleto .ticket-combinacion, .boleto2 .ticket-combinacion {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 600;
  }

  .boleto .ticket-combinacion .text-center, .boleto2 .ticket-combinacion .text-center{
    text-align: center;
  }

  .boleto .ticket-moreinfo, .boleto2 .ticket-moreinfo {
    font-size: 21px;
    font-weight: 600;
  }

  .boleto .ticket-footer p, .boleto2 .ticket-footer p {
  color:#000;
  text-align: right;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  }

  .btn-text {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  }

  #btn-actualizar #countdown {
    padding-right: 5px;
  }

  /** Common CSS for all buttons & selector. */

/* CSS by Github. Source: https://getcssscan.com/css-buttons-examples */
/* region */
button.html5-qrcode-element,
select.html5-qrcode-element,
button.scanapp-button {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  margin-bottom: 5px;
}

button.html5-qrcode-element:hover,
select.html5-qrcode-element:hover,
button.scanapp-button:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

button.html5-qrcode-element:disabled,
select.html5-qrcode-element:disabled,
button.scanapp-button:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

button.html5-qrcode-element:active,
select.html5-qrcode-element:active,
button.scanapp-button:hover {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

button.html5-qrcode-element:focus,
select.html5-qrcode-element:focus,
button.scanapp-button:focus {
  outline: 1px transparent;
}

button.html5-qrcode-element:before,
select.html5-qrcode-element:before,
button.scanapp-button::before {
  display: none;
}

button.html5-qrcode-element:-webkit-details-marker,
select.html5-qrcode-element:-webkit-details-marker,
button.scanapp-button:-webkit-details-marker {
  display: none;
}

/* Torch button. */
button#html5-qrcode-button-torch.html5-qrcode-button-torch-on,
button.scanapp-button.enticing {
  background-color: #fff000;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  transition: 200ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:not(:disabled):hover,
button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:not(:disabled):focus,
button.scanapp-button.enticing:not(:disabled):hover,
button.scanapp-button.enticing:not(:disabled):focus
{
  outline: 0;
  background: #f4e603;
}

button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:disabled,
button.scanapp-button.enticing:disabled
 {
  filter: saturate(0.2) opacity(0.5);
  -webkit-filter: saturate(0.2) opacity(0.5);
  cursor: not-allowed;
}

.label {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #344767;
    margin-left: 0.25rem;
}

.icon-boleto {
    max-width: 25%;
}

@media (min-width: 992px) {

    .qrbox {
        padding-left: 100px !important;
    }
}

@keyframes custom-rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#refresh-icon {
    animation: custom-rotation 1s linear infinite; /* Adjust duration and timing function as needed */
}

.borderleft {
    border-left: 2px solid #eaeaea;
}

div[data-lastpass-icon-root] {
    display: none !important;
}
svg[data-lastpass-icon=true]{
    visibility:none;
 }

.fija {
    resize: none;
}

#count_message {
  background-color: smoke;
  margin-top: -20px;
  margin-right: 5px;
}
