/*Custom CSS*/
.newdev{
  color: #EB2C2B;
}
.mr-1{
  margin-right: 1em;
}
.required{
  color: #EB2C2B !important;
}
.invalid-feedback{
  color: #EB2C2B;
  font-weight: bolder;
}
@media only screen and (max-width: 600px) {
  .logo{
    height: 100%;
    width: 100%;
  }
}


span.helper{
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
}
div.input-slug-container{
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;

}
.input-slug-item{
  min-width: 90px;
  margin-right: 0.1em;
}
.input-slug-item.input-slug-text{
  margin: 0!important;
  background: #fbfdff;
  border: 1px solid #dde6ef;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
  width: calc(100% - 180px);
}
#emoji {
width: 160px;
}
.htmx-request .my-indicator{
    display:inline;
}


.redes-sociales-contenedor{
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 50px;
}
.redes-sociales-item{
  border-bottom: none!important;
}

/* Logo Carousel Styles */
.utf-carousel-logo-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: auto !important;
  padding: 20px 10px;
}

/* Email Logo Styles */
.email-logo-cell {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.email-logo-link {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  mso-line-height-rule: exactly;
  text-decoration: none;
  color: #1376C8;
  font-size: 14px;
}

.email-logo-img {
  display: block;
  border: 0;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}
