.template-flex {
  display: flex;
  flex-wrap: wrap;
}

.iconTabs {
  display: contents;
}

.mfp-close span {
  color: #000;
}

.div-icon {
  position: absolute;
  top: 53px;
  left: 40%;
  margin-top: 4px;
  display: none;
}

/* .div-contentConact{
   padding-top: 3%;

 }*/
#audience {
  margin-top: 26px;
}

@media (max-width: 456px) {
  .nav-tabs li {
    display: inline;
    float: none;
  }

  li.active .div-icon {
    display: block;
    position: absolute;
    top: 8px;
  }

  li.active .div-icon .audienceTemp {
    margin-left: 81px;
  }

  li.active .div-icon .templateTemp {
    margin-left: 88px;
  }

  li.active .div-icon .landingTemp {
    margin-left: 113px;
  }

}

.checkbox-dropdown-branch {
  width: 100%;
  border: 1px solid #aaa;
  padding: 10px;
  position: relative;
  margin-top: -8px;

  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 4px;

  user-select: none;
  border-color: #C4C4C4 !important;
  height: 40px;
}

.checkbox-dropdown-branch label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #404040;
  margin-top: -2px;
}

.checkbox-dropdown-branch:after {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-top-color: #C4C4C4;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}

.checkbox-dropdown-branch.is-active:after {
  border-bottom-color: #C4C4C4;
  border-top-color: #fff;
  margin-top: -9px;
}

.checkbox-dropdown-branch-list {
  list-style: none;
  background: white;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  /* align the dropdown right below the dropdown text */
  border: inherit;
  border-top: none;
  left: -1px;
  /* align the dropdown to the left */
  right: -1px;
  /* align the dropdown to the right */
  opacity: 0;
  /* hide the dropdown */
  z-index: 100000000000;

  transition: opacity 0.4s ease-in-out;
  height: 100px;
  overflow: scroll;
  overflow-x: hidden;
  pointer-events: none;
  /* avoid mouse click events inside the dropdown */
}

.is-active .checkbox-dropdown-branch-list {
  opacity: 1;
  /* display the dropdown */
  pointer-events: auto;
  /* make sure that the user still can select checkboxes */
  overflow: hidden;
  /* Hidden scroll */
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  min-height: 150px;
  padding: 6px;
  height: auto;
}

.checkbox-dropdown-branch-list li .label-branch {
  display: block;
  border-bottom: 1px solid silver;
  padding: 10px;
  height: 75px;
  transition: all 0.2s ease-out;
}

.checkbox-dropdown-branch-list li .label-branch:last-child {
  border-bottom: none;
  /* Quitar el borde */
}

.checkbox-dropdown-branch-list li label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  height: 20px;
}

.checkbox-dropdown-branch-list li label img {
  width: 48px;
  height: 48px;
  border-radius: 91.5px;
}

/* Basic styling checkbox-branch */

#checkbox-branch {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  color: #0E5581 !important;
  transition: background 300ms;
  cursor: pointer;
}


/* Pseudo element for check styling */

#checkbox-branch::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

#checkbox-branch:checked {
  background-color: currentcolor;
}

#checkbox-branch:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


/* Disabled */

#checkbox-branch:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}


/* IE */

#checkbox-branch::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

#checkbox-branch:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.hide-search-stage {
  display: none;
}




.cards-equal-height {
  display: flex !important;
  flex-wrap: wrap !important;
}

.card-info-content {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

.cards-equal-height>a {
  display: flex !important;
  text-decoration: none !important;
  padding: 5px 15px !important;
}

@media (max-width: 781px) {
  .cards-equal-height>a {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .card-summary-layout {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .card-info-content {
    flex: 1 !important;
    margin-left: 15px !important;
    text-align: left !important;
  }

  .card-number-large {
    text-align: right !important;
    margin-left: 10px !important;
  }
}

@media (min-width: 782px) and (max-width: 1240px) {
  .cards-equal-height>a {
    width: 33.333% !important;
  }

  .card-summary-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
}

@media (min-width: 1241px) {
  .cards-equal-height>a {
    width: 33.333% !important;
  }

  .card-summary-layout {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .card-info-content {
    margin-left: 8px !important;
    flex: 1 !important;
    text-align: left !important;
  }
}

.cards-equal-height .panel {
  width: 100% !important;
  height: 100% !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
}

.cards-equal-height .panel-body {
  flex: 1 !important;
  padding: 15px !important;
  display: flex !important;
  align-items: center !important;
}

.widget-summary-col-icon {
  padding-right: 0 !important;
  width: auto !important;
}

.card-title-styling {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.2 !important;
}

.card-number-large span {
  font-size: 32px !important;
  color: #777 !important;
}