.nav-wrap {
  background-color: #ef3f53 !important;
  color: #fff !important;
}

.nav-wrap a {
  color: #fff !important;
}

.footer {
  background-color: #100e37 !important;
  color: #fff !important;
}

.logo-mkweb {
  height: 40px;
}

#rc-imageselect,
.g-recaptcha {
  display: inline;
}

#rc-imageselect {
  max-width: 100%;
}

.g-recaptcha > div > div {
  width: 100% !important;
  height: 60px;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  text-align: center;
  position: relative;
  padding-left: 13%;
}

.text-pink {
  color: #ef3f53 !important;
}

.text-purple {
  color: #100e37 !important;
}

.newrone-table {
  box-shadow: 10px 4px 5px 0px rgba(242, 242, 242, 0.75);
  -webkit-box-shadow: 10px 4px 5px 0px rgba(242, 242, 242, 0.75);
  -moz-box-shadow: 10px 4px 5px 0px rgba(242, 242, 242, 0.75);
}

.card {
  box-shadow: 6px 11px 3px -3px rgba(242, 242, 242, 0.76);
  -webkit-box-shadow: 6px 11px 3px -3px rgba(242, 242, 242, 0.76);
  -moz-box-shadow: 6px 11px 3px -3px rgba(242, 242, 242, 0.76);
}

.soft-danger {
  background-color: #f18d86 !important;
}

.soft-success {
  background-color: #a8eecb !important;
}

.launch-module.active {
  color: red !important;
}

::-webkit-scrollbar {
  background-color: #fff;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #100e37;
  border-radius: 5px;
}

.texto-acortado {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
/* Tags */
.tag {
  display: inline-block;
  border-radius: 3px;
  padding: .2em .5em .3em;
  border: 0.1px solid #454e56;
  background: #fff;
  color: #000;
  font-weight: 600;
  margin: .25em .25em
}
.tag-sm {
  font-size: .7em;
  display: inline-block;
  letter-spacing: .15ch;
  font-weight: 400
}
.tag-lg {
  font-size: 1.2em;
  border-radius: 4px
}

.g-recaptcha > div {
  width: 100% !important;
  height: 78px;
}
.g-recaptcha > div > div {
  padding-left: 0%;
}
@media only screen and (max-width: 767px) {
  iframe {
    min-height: 0px !important;
    height: 100% !important;
    width: 100% !important;
  }
}

.scrollable-row {
  max-height: 100px; /* Establece la altura máxima para el contenedor */
  overflow-y: auto; /* Agrega un desplazamiento vertical si el contenido excede la altura máxima */
}