.lds-ripple {
  display: inline-block;
  /* width: 200px;
    height: 200px; */
  position: relative;
}

.lds-ripple div {
  position: absolute;
  border: 15px solid #167073;
  opacity: 1;
  border-radius: 100%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 100px;
    left: 100px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 100px;
    left: 100px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 100px;
    left: 100px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

div#ImagenCargandoConsultaPrincipal {
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 40;
  z-index: 2;
  background: #ffffffa3;
  height: 100%;
}



.plus {
  --b: 2px;
  /* the thickness */
  width: 20px;
  /* the size */
  height: 20px;
  aspect-ratio: 1;
  border: 4px solid #c5c5c5;
  /* the outer space */
  background:
    conic-gradient(from 90deg at var(--b) var(--b), #c5c5c5 90deg, #fff 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
  display: inline-block;
  border-radius: 200px;
}

.alt {
  border-color: #fff;
  background:
    conic-gradient(from 90deg at var(--b) var(--b), #fff 90deg, #c5c5c5 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
}

.radius {
  border-radius: 100%;
}

.cnae_sic_plus {
  position: absolute;
  right: 5px;
  top: 10px;
}

.handy {
  cursor: pointer;
}

.favtitle {
  font-size: 16px;
}

.checkboxStyle {
  border-radius: 1.25em !important;
  font-size: 16px;
  margin: 0px;
}

.modal-backdrop.show {
  opacity: 0 !important;
  z-index: -1 !important;
}


.invalidFormElement {
  border: 1px solid #ff000061;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Sit on top */
  padding-top: 0px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.inputNumeroRegistros {
  max-width: 100px !important;
  padding: 0 0px !important;
  text-align: center;
  margin-left: 10px;
}

.ellipsify {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 140px;
  display: inline-block;
}

.backButton {
  text-align: right;
  position: absolute;
  right: 20px;
  font-size: 30px;
  display: none;
  cursor: pointer;
}


.elipsisWow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 140px;
  display: inline-block;
}


.cancelacion_suscripcion {
  font-size: 11px;
  margin-top: 20px;
}

#form_busqueda_empresas button.multiselect {
  font-size: 12px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  filter: invert(31%) sepia(100%) saturate(372%) hue-rotate(133deg) brightness(92%) contrast(89%);
}

.accordion-button:is(.collapsed)::after {
  filter: invert(31%) sepia(100%) saturate(372%) hue-rotate(133deg) brightness(92%) contrast(89%);
}


.accordion-body {
  padding: 0px 0px 0px 8px;
}

.list-group-item-primary a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 90%;
  vertical-align: top;
}

.list-group-item-primary span {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}


.list-group-item-primary {
  color: #000;
  background-color: #fff;
}

#label_sics_searching span {
  position: relative;
}

#label_cnaes_searching span {
  width: 67px;
  position: relative;
}

#AllSICsLIST, #AllCNAEsLIST {
  font-size: 12px;
  border: 1px solid #c6c6c6;
  border-radius: 10px 0px 0px 10px;
  max-height: 300px;
  overflow-y: scroll;
}

#AllSICsLIST::-webkit-scrollbar, #AllCNAEsLIST::-webkit-scrollbar {
  width: 6px;
}

#AllSICsLIST::-webkit-scrollbar-track, #AllCNAEsLIST::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#AllSICsLIST::-webkit-scrollbar-thumb, #AllCNAEsLIST::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.list-group-item {
  border-top: 0px;
  border-bottom: 1px solid #f2f2f2;
  border-left: 0px;
  border-right: 0px;

}

.list-group-item:first-child {
  border-top: 0px;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom: 0px;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #000;
  background-color: #f2f2f2;
}

.badge i.fa-solid.fa-close {
  position: absolute;
  top: -6px;
  background: white;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  color: #1c1c1c;
  font-size: 10px;
  right: -5px;
  border: 1px solid #CCC;
  line-height: 12px;
  cursor: pointer;
}

#resultado_busqueda_0 tr td:first-child, #resultado_busqueda_0 tr th:first-child {
  width: 30px;
}

#load_general td {
  padding: 6px 5px 6px 5px;
}

#resultado_busqueda_0 td {
  padding: 5px 5px 1px 5px;
}

#resultado_busqueda_0 .text-truncate {
  max-width: 150px;
}

#load_general .text-truncate {
  max-width: 150px;
}

#resultado_tabla_listados .text-truncate {
  max-width: 150px;
}

#load_archivados .text-truncate {
  max-width: 150px;
}


.multiselect-container>li>a {
  padding: 0;
  width: 100%;
  display: block;
}

.multiselect-container>li>a>label {
  width: 100%;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  font-weight: bold;
}

.dt-button.buttons-columnVisibility {
  background-color: #888;
  color: white;
}

.dt-button.buttons-columnVisibility:hover {
  background: #666 !important;
  color: white;
}

.dt-button.buttons-columnVisibility.active {
  background: #167073 !important;
}

.dt-button-background {
  background: none !important;
}

.dataTables_processing i {
  vertical-align: middle;
  font-size: 40px;
  margin-top: 15%;
}

.dataTables_processing {
  width: 100% !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 100% !important;
  vertical-align: middle !important;
  line-height: 50% !important;
  overflow: hidden !important;
}

.tpv_answer.OK {
  color: green !important;
}

.tpv_answer {
  font-size: 20px;
  color: #c6043f;
}

.paging_simple_numbers {
  font-size: 13px;
}

.dataTables_length {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.subdata_ficha_header i {
  margin-right: 10px;
}

.subdata_ficha_header {
  font-size: 14px;
  font-weight: normal;
}

.card {
  border: 1px solid #F4F4F4;
}

.card-header {
  background-color: #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
}

.btn-outline-success {
  border: 2px solid;
  font-weight: bold;
  font-size: 14px;
}


/* ¿Porque aplicas un estilo a TODOS los row de la web que es estructura base de bootstrap?
.row {
  margin-bottom: 20px;
} */

.box-cupn {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
}

.titu {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.row.ax {
  align-items: center;
}

.col {
  flex: 1;
}

input[name="coupon"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  margin-right: 10px;
}

.xbutton {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.xbutton.verde {
  background-color: #1a8663;
  margin: 0px;
}

.chkc-add-cupn {
  display: inline-block;
  margin-top: 10px;
}

/* Media query for responsive design */
@media (max-width: 768px) {
  .row.ax {
    flex-direction: column;
  }

  input[name="coupon"], .xbutton {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.table-overflow {
  overflow-y: auto;
  overflow-x: auto;
  padding: 10px;
}

.btn-cookie-settings {
  position: fixed;
  bottom: 0;
  right: 100px;
  background-color: #167073;
  color: #fff;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  z-index: 9999 !important;
}

#c-txt {
  font-size: 1.1em;
  line-height: 1.5em;
}

#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: inherit;
  font-size: .95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  transition: background-color .25s ease;
  width: 100%;
}


#acordeon-cookies .header-cookies {
  background: #e7e7e7;
  font-size: 17px;
  padding: 2px 10px;
  margin-top: 10px;
}

div#ga_cookies, div#gtm_cookies, div#necesary_cookies {
  position: absolute;
  right: 0px;
  top: 10px;
}

#acordeon-cookies h5 {
  padding: 10px 0px 0px 0px;
}