@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  color: #505050;
  font-size: 14px;
  width: 100%;
  height: 100%;
  position: relative;
}

.table td,
.table th {
  border: none;
}

.source_sans_pro {
  font-family: "Source Sans Pro", sans-serif;
}

.monserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.material-icons {
  vertical-align: bottom;
}

.negro {
  color: #000000;
}

.fondo_negro {
  background-color: #000000;
}

.blanco {
  color: #ffffff !important;
}

.fondo_blanco {
  background-color: #ffffff;
}
.fondo_trama {
  background-image: url("../images/backend/trama.png");
}

.fondo_gris {
  background-color: #d9d9d9;
}

.yellow {
  color: var(--main-color);
}

.fondo_yellow {
  background-color: var(--main-color);
}

.sombra_texto {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.avatar {
  border: 3px solid white;
}

@media (max-width: 991px) {
  .sm-sinfondo {
    background: none;
  }

  .sm-sinsombra {
    box-shadow: none;
  }
}
/* Layout */

/* Menu */
.menu {
  position: sticky !important;
  height: 100vh !important;
  top: 0;
}

nav {
  background: #32363f;
  width: 210px;
}

.nav .nav-item a {
  color: #858997;
}

.nav .nav-item.disabled a {
  color: #6f6f6f;
  pointer-events: none;
}

.nav .nav-item a .menu_icon,
.nav .nav-item a .menu_icon {
  border-radius: 0 25px 25px 0;
}
.nav .nav-item a .menu_icon img,
.nav .nav-item a .menu_icon img {
  width: 25px;
}

.nav .nav-item.activo a,
.nav .nav-item:hover a {
  font-weight: bold;
  color: #ffbb00;
}

.nav .nav-item.activo a .menu_icon,
.nav .nav-item:hover a .menu_icon {
  color: white;
  background: #ffbb00;
}

.nav .nav-item .collapse .nav {
  width: auto;
}

.nav .nav-item .collapse .nav-item {
  border: none;
}

.nav .nav-item .collapse .nav-item a {
  color: #444444;
  font-weight: 400;
}

.nav .nav-item .collapse .nav-item.activo a,
.nav .nav-item .collapse .nav-item:hover a {
  font-weight: bold;
  color: white;
}

.nav .nav-item .collapse {
  background: #e7e7f4;
}

.voodoo {
  bottom: 0;
  left: 0;
}
/* Fin Menu */

/* Header */
.principal {
  width: calc(100% - 210px);
  margin-bottom: 100px;
}

header {
  background: var(--main-color) url(../images/backend/header.png);
  height: 260px;
  border-radius: 0 0 0 150px;
  z-index: 3;
}
@media (max-width: 991px) {
  header {
    z-index: initial;
  }
}

.header_user {
  top: 10px;
  left: -30px;
  max-width: 55%;
  display: flex;
}

.header_nombre {
  height: 100px;
}

.header_nombre .avatar {
  height: 100px;
  width: 100px;
}

.contenedor {
  position: relative;
  max-width: 80%;
  margin: 0 auto -100px 150px;
  /* padding-top: 30px; */
  padding-bottom: 60px;  
  /* z-index: 4; */
}
.contenedor-coach {
  position: relative;
  max-width: 80%;
  margin: 0 auto -100px 150px;
  padding-top: 60px;
  padding-bottom: 60px;  
}

@media (max-width: 1340px) {
  .contenedor {
    max-width: 90%;
    margin-left: 70px;
  }
  .contenedor-coach  {
    max-width: 90%;
    margin-left: 70px;
  }
}

@media (max-width: 991px) {
  .principal {
    width: 100%;
    margin-bottom: 0;
  }

  header {
    height: 130px;
    border-radius: 0;
  }

  .header_user {
    position: initial;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 70%;
  }

  .header_nombre {
    height: 50px;
  }

  .header_nombre .avatar {
    height: 50px;
    width: 50px;
  }

  .contenedor {
    /* top: -40px; */
    margin: 0;
    max-width: 100%;
    padding-bottom: 0px;
    padding-bottom: 40px;
  }
  .contenedor-coach  {
    top: -40px;
    margin: 0;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* Fin Header

/* Contenedor Principal */

/* Fomulario Registro */
.woman {
  position: absolute;
  bottom: -20px;
  right: -50px;
  max-width: 100%;
}

.input {
  border: 4px solid #eeeeee !important;
  outline: none !important;
  outline: none !important;
  box-shadow: none !important;
  height: 50px;
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: var(--main-color) !important;
}

.button_bar {
  background: #f4f4f4;
  border-radius: 25px;
  display: block;
  min-height: 40px;
}

.subscription {
  background: #f4f4f4;
  border-radius: 15px;
}

.button_bar .link_cancel {
  color: #484848 !important;
  text-decoration: underline !important;
  background-color: transparent;
}

.button_bar .link_continuar {
  top: 0;
  right: 0;
}
.button_bar.button_bar_padding .link_continuar {
  top: 5px;
  right: 10px;
}

.btn_stripe {
  background-color: #696bed;
  background-image: url("../images/backend/register-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: black !important;
  border-radius: 25px !important;
  padding: 10px 45px 10px 25px;
  box-shadow: inset 0px -3px 0px 0px #3a37ac;
  border: none !important;
  line-height: 1;
}
.btn_stripe::focus,
.btn_stripe::hover,
.btn_stripe.focus {
  box-shadow: inset 0px -3px 0px 0px #3a37ac !important;
}

.btn_edit_test {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.btn_edit_test i {
  font-size: 18px !important;
}

.btn_yellow {
  background-color: var(--button-color);
  background-image: url("../images/backend/register-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: var(--button-text-color) !important;
  border-radius: 25px !important;
  padding: 10px 45px 10px 13px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
  border: none !important;
  line-height: 1.5;
}

.btn_close.btn_yellow::before,
.btn_open.btn_yellow::before {
  content: "";
  display: inline-flex;
  position: relative;
  background-repeat: no-repeat;
  bottom: 0;
}
.btn_close.btn_yellow {
  background-color: #acacac;
  color: #4e4e4e !important;
  /* pointer-events: all; */
  opacity: 0.5;
  box-shadow: inset 0px -3px 0px 0px rgb(36, 36, 36);
}
.btn_close.btn_yellow::before {
  background-image: url("../images/backend/close-padlock.png");
  width: 11px;
  height: 12px;
}
.btn_open.btn_yellow::before {
  background-image: url("../images/backend/open-padlock.png");
  width: 15px;
  height: 12px;
}

.btn_yellow:focus,
.btn_yellow.focus {
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color) !important;
}

.btn_close.btn_yellow:focus,
.btn_close.btn_yellow.focus {
  box-shadow: inset 0px -3px 0px 0px rgb(32, 32, 32) !important;
}

.border_left {
  border-left: 1px dashed #707070;
}

.border_right {
  border-right: 1px dashed #707070;
}

.border_top {
  border-top: 1px dashed #707070;
}

.border_bottom {
  border-bottom: 1px dashed #707070;
}

.border_dashed {
  border: 1px dashed #707070;
}

.input_weeks {
  width: 70px;
  height: 70px;
  padding: 0 0 0 5px;
  text-align: center;
}

.price_details {
  background: #f0f0f0;
  margin-top: -30px;
  border-radius: 0 0 15px 15px;
}

.days_left {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: #dbdbdb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.days_left2 {
  color: #838383;
  text-decoration: underline;
}

.hidden-file {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.online_coach {
  background: #000000;
}

.online_coach:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 24px;
  margin-top: -12px;
  top: 50%;
  left: 100%;
  background: url("../images/backend/flecha.png") center no-repeat !important;
}

.man_wrap {
  bottom: 0;
  width: 100%;
}

.goal_date {
  top: 15px;
  left: 15px;
}

.puntos {
  color: #c3c6d1;
  line-height: 7px;
}

.fondo_caqui {
  background: #f4f4f4;
}

.woman_goals {
  bottom: 0;
  right: 20px;
}
.woman_goals img {
  max-height: 280px;
}

.contenedor-indices {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.contenedor-indices .indices {
  width: 100%;
  align-self: center;
}
.indices.middle {
  background-color: #ffa700;
  color: white;
}
.indices.good {
  background-color: #77d904;
  color: white;
}
.indices.bad {
  background-color: #f64000;
  color: white;
}
.indices.very-bad {
  background-color: #ee0d0d;
  color: white;
}

.goal {
  border: 2px dashed #d1d1d1;
}

.goal:hover {
  background: var(--main-color);
}

@media (max-width: 991px) {
  .woman {
    bottom: 0;
    left: 10px;
    right: inherit;
    overflow-x: hidden;
    width: calc(100% - 20px);
  }

  .woman_wrapper:before {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    height: 12px;
    margin-top: -6px;
    top: 50%;
    right: 100%;
    background: url("../images/backend/flecha_movil.png") center no-repeat !important;
  }

  .input {
    border-radius: 10px !important;
    height: 40px;
  }

  .button_bar {
    background: none;
    border-radius: 0;
    text-align: center;
  }

  .button_bar .btn_yellow {
    position: initial;
  }

  .online_coach:after {
    left: inherit;
    right: 100%;
    width: 5px;
    height: 12px;
    margin-top: -6px;
    top: 50%;
    background: url("../images/backend/flecha_movil.png") center no-repeat !important;
  }
}

/* News */
.new_info {
  bottom: 0;
  left: 0;
  right: 0;
}

.new {
  transform: scale(1);
}

.new:hover {
  transform: scale(1.1);
}

.fixwwhite {
  padding-left: 10px;
  padding-right: 8px;
  text-align: left;
}

@media (max-width: 991px) {
  .news_list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
  }

  .new:hover {
    transform: scale(1);
  }

  .fixwwhite {
    white-space: initial;
    display: inline-block;
    padding-left: 10px;
    padding-right: 8px;
    text-align: left;
  }
}
/* Fin News */

.change_separator {
  background: #42bac2;
  height: 135px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 40px;
  align-items: baseline;
}
.change_separator .change_medal {
  padding-left: 4rem;
  position: relative;
  height: auto;
  max-width: 20%;
}
.change_separator .chan_title_separador {
  flex: 0 0 80%;
  align-self: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.change_separator .chan_title_separador .title_superior {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.change_separator .chan_title_separador .title_inferior {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.btn_test_new {
  height: 70%;
}

.test_type {
  z-index: 0;
}

.test_type:after {
  content: none;
  position: absolute;
  display: block;
  width: 30px;
  left: 100%;
  margin-left: -15px;
  height: 1px;
  top: 50%;
  border-top: 1px dashed #b1b1b1;
  z-index: -1;
}

.new_test {
  top: 55px;
  left: -10px;
}

.new_test:after {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  border-top: 1px dashed #b1b1b1;
  width: 50vw;
  left: 100%;
  top: 50%;
}

.empty_message {
  top: 40%;
  width: 100%;
  margin-top: -13px;
}

.category_block {
  top: 0;
  right: 0;
  justify-content: center;
  display: flex;
}

.category_block .dropdown-toggle {
  background: white;
  color: #959595;
  border: 4px solid #eeeeee !important;
  border-radius: 25px;
  position: relative;
  box-shadow: none !important;
}

.category_block .dropdown-toggle:after {
  right: 15px;
  top: 20px;
  position: absolute;
}

.category_block .dropdown-toggle:active,
.category_block.show .dropdown-toggle {
  background-color: var(--main-color) !important;
  color: #ffffff;
  border: 4px solid #ffffff !important;
  border-radius: 25px;
  position: relative;
  font-weight: bold;
}

.category_block .dropdown-menu {
  background-color: var(--main-color) !important;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-top: -5px;
  max-width: 80%;
  box-shadow: none !important;
  border: none !important;
  left: inherit !important;
  width: 100%;
}

.category_block .dropdown-menu a {
  border-bottom: 1px solid #ffd446 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.category_block .dropdown-menu a:last-child {
  border-bottom: none !important;
}

.category_block .dropdown-menu a.activa,
.category_block .dropdown-menu a:hover,
.category_block .dropdown-menu a:focus {
  background: #dba800 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.blog_content img {
  max-width: 100%;
}


.nav__menu {
  height: 92px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  max-width: 45%;
  justify-content: flex-end;
}
.nav__menu .header_iconos {
  display: flex;
  grid-area: 1 / 1 / 3 / 2;
  z-index: 1;
}
.nav__menu .header_iconos .separador {
  height: 50px;
  margin-top: auto;
  z-index: 0;
}

.nav__menu .header_perfil {
  grid-area: 2 / 2 / 3 / 3;
  max-width: 300px;
}
.nav__menu .nav__menu-item {
  position: relative;
  justify-content: center;
  margin-top: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.nav__menu .nav__menu-item .num-notifications {
  position: absolute;
  top: 3px;
  right: 6px;
  background-color: #f00;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  font-size: 0.8rem;
  text-align: center;
  color: white;
  line-height: 1;
  padding: 4px;
}
.nav__menu .nav__submenu {
  display: none;
  position: absolute;
  width: auto;
  background-color: #e1e1e1;
  top: 100%;
  min-width: 200px;
  max-width: 250px;
  max-height: calc(100vh - 100%);
}

.unread {
  background-color: #ffe1e1 !important;
}

.nav__menu .nav__submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}

.nav__menu .nav__menu-item .nav-link {
  cursor: pointer;
  position: relative;
  padding: 1rem 1rem;
}
.nav__menu .nav__menu-item .nav__submenu.open {
  display: block;
}

.nav__menu .nav__submenu-item > * {
  width: 100%;
  height: 100%;
}
.nav__menu .nav__submenu .nav__submenu-item-container {
  /* width: 100%;
  height: 100%; */
  overflow-y: auto;
  max-height: 300px;
}

.nav__menu .nav__submenu-item,
.nav__menu .nav__submenu-item-title {
  background: white;
  height: 50px;
  align-items: center;
  display: flex;
  line-height: inherit;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  color: #212529;
}

.nav__menu .nav__submenu-item-title.aleta::before,
.nav__menu .nav__submenu-item.aleta::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-color: transparent transparent rgb(33, 33, 33);
  border-style: solid;
  border-width: 0 10px 10px;
}

.nav__menu .nav__submenu-item-title {
  background: rgba(67, 67, 67, 1);
  background: -moz-linear-gradient(
    left,
    rgba(67, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(67, 67, 67, 1)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(67, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(67, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(67, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(67, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#000000', GradientType=1 );

  justify-content: center;
  color: #fff;
  border: none;
}

@media (max-width: 991px) {
  .nav__menu {
    max-width: 20%;
    height: 70px;
    z-index: 5;
  }
  .nav__menu .nav__submenu {
    max-width: 80vw;
    right: 0px;
  }
  .nav__menu .nav__menu-item .nav-link {
    margin: 1rem;
    padding: 0;
  }
  .nav__menu .nav__menu-item .num-notifications {
    background-color: transparent;
    color: #505050;
    top: 2px;
  }
  .nav__menu .nav__submenu-item-title.aleta::before,
  .nav__menu .nav__submenu-item.aleta::before {
    right: 12%;
    border-color: transparent transparent rgb(8, 8, 8);
  }
}

.menu_users {
  background: #343434;
  color: #ffffff;
  border-radius: 25px 0 0 25px;
  box-shadow: none !important;
  position: relative;
  text-align: right;
}
.menu_users .link-dropdown-users {
  max-width: 94%;
  display: inline-block;
}
.menu_users .dropdown {
  max-width: 100%;
  display: inline-flex;
  align-items: baseline;
  min-width: 100px;
}

.menu_users .dropdown-menu {
  background-color: #505050 !important;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-top: 8px;
  top: 100%;
  min-width: 105%;
  box-shadow: none !important;
}

.menu_users .dropdown-item {
  color: #ffffff !important;
}

.menu_users .dropdown-menu a {
  border-bottom: none !important;
}

.menu_users .dropdown-menu a:last-child {
  border-bottom: none !important;
}

.menu_users .dropdown-menu a.activa,
.menu_users .dropdown-menu a:hover {
  color: #dba800 !important;
  background: #000000 !important;
  font-weight: bold !important;
}

@media (max-width: 991px) {
  .category_block {
    position: relative;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }

  .btn_test_new {
    height: 40px;
    padding: 10px !important;
    box-shadow: inset 0px -3px 0px 0px var(--shaded-color);
    width: 80%;
    margin: auto;
  }
  .btn_test_new .wrapc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_test_new .wrapc img {
    margin-right: 8px;
    width: 20px;
  }
  .btn_test_new .wrapc br {
    display: none;
  }

  .new_test {
    position: absolute;
    width: 21vw;
    height: 80px;
    padding: 10px 10px !important;
    top: initial;
    left: initial;
    margin: 0 auto;
    font-size: 13px;
    z-index: 1;
    padding-top: 20px !important;
  }
  .new_test img {
    width: 20px;
  }

  .new_test:after {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    left: 50%;
    height: 20px;
    top: 100%;
    border-left: 1px dashed #b1b1b1;
  }

  .test_type:after {
    content: " ";
    position: absolute;
    display: block;
    width: 1px;
    left: 50%;
    margin-left: 0;
    height: 20px;
    top: 100%;
    margin-top: 0;
    background: white;
    border-left: 1px dashed #b1b1b1;
  }

  .change_separator {
    padding: 0 15px 10px !important;
    height: auto;
    margin-bottom: 20px;
  }
  .change_separator .change_medal {
    padding-left: 0;
  }
  .change_separator .chan_title_separador .title_superior {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .change_separator .chan_title_separador .title_inferior {
    font-size: 13px;
  }
}

.folder-input {
  position: relative;
}

.folder-input input {
  padding-left: 90px;
}

.folder-input:after {
  content: " ";
  display: block;
  position: absolute;
  background: url("../images/backend/public_html.png") left center no-repeat !important;
  height: 26px;
  width: 91px;
  top: 5px;
  left: 5px;
}

.titulo {
  color: #43425d;
}

.caja_nombre {
  background: #f5f6fa;
  color: #a3a6b4;
  border-radius: 5px 5px 0 0;
}

.caja_opciones ul {
  list-style: none;
}

.caja_opciones ul li {
  border-bottom: 1px solid #e0e0e0;
}

.caja_opciones ul.sin-ultimo li:last-child,
.caja_opciones ul.lista-tiendas li:last-child {
  border-bottom: none;
}

.caja_opciones ul li.activo,
.caja_opciones ul li:hover {
  background-color: #3850a3;
}

.caja_opciones ul li a {
  color: #4d4f5c;
}

.caja_opciones ul li.activo,
.caja_opciones ul li.activo a,
.caja_opciones ul li:hover,
.caja_opciones ul li:hover a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.editar {
  right: 10px;
}
/* Fin Contenedor Principal */

/* Modal Notificación */
.modal-notificacion .modal-dialog {
  margin-top: 200px;
  width: 400px;
}

.modal-notificacion .modal-content {
  border-radius: 40px;
}

.modal-notificacion .modal-body {
  height: 80px;
  padding-left: 130px;
  padding-right: 30px;
}

.modal-notificacion .woman_modal {
  bottom: 0;
  left: 25px;
}

.progress {
  background-color: #f0f2f8;
  border-radius: 3px;
  box-shadow: none;
  height: 20px;
  margin-top: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--main-color);
  box-shadow: none;
  text-align: left;
  height: 100%;
  width: 100%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes bar-loading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 1.5s linear infinite, bar-loading 1.5s linear;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.error_icon,
.succes_icon {
  top: 15px;
  right: 15px;
}

@media (max-width: 991px) {
  .modal-notificacion .modal-dialog {
    width: auto;
  }

  .modal-notificacion .modal-body {
    padding-left: 100px;
  }

  .modal-notificacion .woman_modal {
    width: 80px;
    left: 10px;
  }
}
/* Fin Modal Notificación */

/* Imagen superpuesta en modal */
.modal .grafica-figuras {
  display: none;
  z-index: 2;
  /* background-color: rgba(191, 191, 191, 0.4); */
  background-color: rgba(0, 0, 0, 0.76);
  margin: auto;
  position: absolute;
  width: 80%;
  left: 10%;
  border-radius: 20px;
  padding: 2rem;
  height: 110%;
  top: -5%;
}
.modal .grafica-figuras .close {
  color: white !important;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  text-shadow: 1px 1px 1px #000;
}
.modal .grafica-figuras .contenedor-grafico {
  height: 100%;
  width: 100%;
  display: flex;
}
.modal .grafica-figuras img {
  margin: auto;
  width: 80%;
  display: flex;
}
@media (max-width: 991px) {
  .modal .grafica-figuras {
    height: auto;
    top: 10%;
  }
}

/* Modal Coach */
.modal-coach .modal-dialog {
  width: 490px;
  max-width: 650px;
  margin-top: 100px;
}

.modal-coach .modal-content {
  border-radius: 20px;
}

.modal-coach .modal-body {
  height: 267px;
  padding-left: 230px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.modal-coach .man_modal {
  bottom: 0;
  left: -20px;
  width: 44%;
}

.modal-coach .text_coach {
  grid-area: 1 / 1 / 2 / 2;
}

.modal-coach .loader_coach {
  margin: auto !important;
  grid-area: 2 / 1 / 3 / 2;
}
.modal-coach .loader_coach .loader {
  width: 80px;
  margin: auto;
}

@media (max-width: 991px) {
  .modal-coach .modal-dialog {
    width: initial;
    max-width: initial;
  }

  .modal-coach .modal-content {
    border-radius: 15px;
  }

  .modal-coach .modal-body {
    height: auto;
    padding: 40px;
  }

  .modal-coach .loader_coach {
    text-align: right;
  }

  .modal-coach .loader_coach .loader {
    position: absolute;
    width: 80px;
    right: 70px;
  }

  .modal-coach .man_modal {
    position: relative;
    bottom: -40px;
    left: -20px;
    width: 65%;
  }
}
/* Fin Modal Coach */

/* Modal Test */
.modal-goals .modal-dialog {
  width: 650px;
  max-width: 650px;
  margin-top: 50px;
}

.modal-goals .modal-content {
  border-radius: 15px;
}

.modal-goals .modal-body {
  padding-left: 270px;
  padding-right: 20px;
}

.modal-goals .modal-body:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  background: var(--main-color) url(../images/backend/header.png);
  width: 200px;
  border-radius: 15px 0 0 15px;
  top: 0;
  left: 0;
}

.modal-goals .man_modal {
  bottom: 0;
  left: -20px;
  max-width: 250px;
}

.modal-goals .modal_title {
  position: absolute;
  right: 0;
  top: 20px;
  background: black;
  border-radius: 50px 0 0 50px;
  padding: 10px 20px 10px 60px;
  width: 500px;
}

.modal-goals .icon_title {
  top: 57%;
  left: 20px;
  margin-top: -18px;
  width: 28px;
}

.fondo_amarillo_claro {
  background: rgba(255, 198, 0, 0.4);
}

.goals_goback {
  position: absolute;
  top: 100%;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .modal-goals .modal-dialog {
    width: initial;
    max-width: initial;
    margin-top: 20px;
  }

  .modal-goals .modal-body {
    height: auto;
    padding: 20px;
  }

  .modal-goals .modal-body:before {
    display: none;
  }

  .modal-goals .modal_title {
    position: relative;
    right: 10px;
    top: 0;
    padding: 10px 20px 10px 60px;
    width: 110%;
  }
}
/* Fin Modal Terminos y condiciones */
/* Modal Test */
.modal-terms .modal-dialog {
  width: 650px;
  max-width: 650px;
  margin-top: 50px;
}

.modal-terms .modal-content {
  border-radius: 15px;
}

.modal-terms .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-terms .man_modal {
  bottom: 0;
  left: -20px;
}

.modal-terms .modal_title {
  position: absolute;
  right: 0;
  top: 20px;
  background: black;
  border-radius: 50px 0 0 50px;
  padding: 10px 20px 10px 60px;
  width: 500px;
}

.modal-terms .icon_title {
  top: 50%;
  left: 20px;
  margin-top: -18px;
}

@media (max-width: 991px) {
  .modal-terms .modal-dialog {
    width: initial;
    max-width: initial;
    margin-top: 20px;
  }

  .modal-terms .modal-body {
    height: auto;
    padding: 20px;
  }

  .modal-terms .modal-body:before {
    display: none;
  }

  .modal-terms .modal_title {
    position: relative;
    right: 10px;
    top: 0;
    padding: 10px 20px 10px 60px;
    width: 110%;
  }
}
/* Fin Modal Test */

/* Menu Movil */
.menu_movil_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.menu_movil {
  margin: 0 auto;
  width: 360px;
  height: 56px;
  background: url(../images/backend/menu_movil.png) right top no-repeat;
}

.boton_movil {
  position: absolute;
  right: 50px;
  top: -19px;
  cursor: pointer;
}

.boton_menu {
  background: #0f0f0f;
  color: #ffffff;
}

.menu_movil.menu_abierto {
  height: auto;
  overflow: visible;
}

.menu_movil.menu_abierto .boton_movil {
  transform: rotate(45deg);
}

.grafico {
  height: 250px;
}
.desabilitado {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .pretty .state {
    line-height: 1.5;
  }
  .pretty .state label {
    white-space: normal;
  }

  .pretty .state label:after,
  .pretty .state label:before {
    top: calc((0% - (100% - 1em)) - -37%);
  }

  .grafico {
    height: 300px;
  }
}
/* Fin Menu Movil */

/* Tiendas */
.tiendas_logo_wrapper {
  background: url("../images/backend/background_tienda.png") center/cover
    no-repeat;
  height: calc(100% - 80px);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.tiendas_logo img {
  max-height: 100px;
}

.tiendas_estado {
  top: 10px;
  right: 10px;
  cursor: default;
}

.tiendas_estado.activa {
  background: #12d62d;
}

.tiendas_estado.inactiva {
  background: #e0040b;
}

.tiendas_estado.pendiente {
  background: #f58220;
}

.tiendas_nombre {
  bottom: 10px;
  left: 10px;
}

.tiendas_info_acciones_wrapper {
  height: 80px;
}

.ult_modificacion {
  color: #a09fad;
}

.btn-white {
  background: white;
  color: #43425d;
  border-color: #d7dae2;
}

.tiendas_btn.dropdown-toggle {
  position: relative;
  padding-right: 70px;
}

.tiendas_btn.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}

.degrade-azul {
  position: relative;
  background: rgba(27, 64, 111, 1);
  background: -moz-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(27, 64, 111, 1)),
    color-stop(100%, rgba(53, 127, 222, 1))
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B406F', endColorstr='#357FDE', GradientType=1 );
}

.card-header {
  position: relative;
  background: rgba(27, 64, 111, 1);
  background: -moz-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(27, 64, 111, 1)),
    color-stop(100%, rgba(53, 127, 222, 1))
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(27, 64, 111, 1) 0%,
    rgba(53, 127, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B406F', endColorstr='#357FDE', GradientType=1 );
}

.card-header.collapsed {
  position: relative;
  background: white;
  color: #444444 !important;
  filter: none;
}

.flecha_colapso {
  top: 50%;
  left: 50%;
  margin-top: -12px;
}

.paso_estado,
.paso_estado2 {
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  right: 20px;
  background: url("../images/backend/step_bad.png") no-repeat center,
    url("../images/backend/step_ok.png") no-repeat center;
}

.paso_estado.incompleto,
.paso_estado2.incompleto {
  background: url("../images/backend/step_bad.png") no-repeat center;
}

.paso_estado.completo,
.paso_estado2.completo {
  background: url("../images/backend/step_ok.png") no-repeat center;
}

.card-header.collapsed .flecha_colapso i.material-icons {
  transform: rotate(-180deg);
  color: #444444;
}

.card-body {
  background: rgba(219, 219, 237, 0.5);
}

.dropzone {
  background: #f0f2f8;
  border: 1px solid #ced4da;
}

.dropzone .dz-message {
  font-weight: 400;
}

.dropzone .dz-message .note {
  display: block;
}

.dropzone .dz-preview {
  min-height: initial;
  width: 200px;
}

.dropzone .dz-preview {
  background: #dddfe7;
  margin: 0;
  padding: 10px;
}

.dropzone .dz-preview .dz-image {
  height: auto;
  width: 180px;
  max-height: 100%;
}

.dropzone.dropsinround .dz-preview .dz-image {
  height: auto;
  width: 180px;
  max-height: 100%;
  border-radius: 0;
}

.dropzone.dropsinround .dz-progress,
.dropzone .dz-progress,
.dropzone.dropsinround .dz-details,
.dropzone .dz-details {
  display: none;
}

.dropzone .dz-preview .dz-image img {
  width: 180px;
}

.dropzone.sin_aumento .dz-preview .dz-image img {
  width: auto;
  margin: 0 auto;
}

.dropzone .dz-preview .dz-remove {
  margin-top: 20px;
}

.barra_guardar {
  background: #dbdbed;
}

.btn_guardar {
  background: #17d632;
}

.btn_guardar:hover {
  background: #17d632;
}

.btn_guardar .icono {
  background: #19c431;
}

.btn_guardar:hover .icono {
  background: #19c431;
}

.btn_guardar.btn-light {
  background: #ffffff;
}

.btn_guardar.btn-light:hover {
  background: #ffffff;
}

.btn_guardar.btn-light .icono {
  background: #e8e8e8;
}

.btn_guardar.btn-light:hover .icono {
  background: #e8e8e8;
}

.btn-danger {
  background: #fd3f3f;
}

.btn-danger:hover {
  background: #fd3f3f;
}

.btn-danger .icono {
  background: #c43030;
}

.btn-danger:hover .icono {
  background: #c43030;
}

.form-group input.error,
.form-group select.error {
  color: red;
  border: 1px solid red;
  background: #ffe1e7;
}
.caja_categoria label.error,
.form-group label.error {
  position: absolute;
  top: 100%;
  left: 0;
  color: red;
  font-size: 10px;
  margin-top: 4px;
}

.upload_file_wrapper .btn-primary {
  border-radius: 0 0.25rem 0.25rem 0;
  background: #3b86ff;
  padding-left: 40px;
  padding-right: 40px;
}

.upload_file_wrapper.small .btn-primary {
  border-radius: 0 0.25rem 0.25rem 0;
  background: #3b86ff;
  padding-left: 10px;
  padding-right: 10px;
}

.pequeno.upload_file_wrapper .btn-primary {
  border-radius: 0 0.25rem 0.25rem 0;
  background: #3b86ff;
  padding-left: 10px;
  padding-right: 10px;
}

.archivo_oculto_validar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.barra_crear {
  position: relative;
  background: rgba(18, 214, 45, 1);
  background: -moz-linear-gradient(
    275deg,
    rgba(18, 214, 45, 1) 0%,
    rgba(28, 180, 49) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(18, 214, 45, 1)),
    color-stop(100%, rgba(28, 180, 49))
  );
  background: -webkit-linear-gradient(
    275deg,
    rgba(18, 214, 45, 1) 0%,
    rgba(28, 180, 49) 100%
  );
  background: -o-linear-gradient(
    275deg,
    rgba(18, 214, 45, 1) 0%,
    rgba(28, 180, 49) 100%
  );
  background: -ms-linear-gradient(
    275deg,
    rgba(18, 214, 45, 1) 0%,
    rgba(28, 180, 49) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(18, 214, 45, 1) 0%,
    rgba(28, 180, 49) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12D62D', endColorstr='#1CB431', GradientType=1 );
}

.barra_crear.naranja {
  background: -moz-linear-gradient(
    95deg,
    #ffa62e 0%,
    #ea4d2c 100%
  ); /* ff3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ea4d2c),
    color-stop(100%, #ffa62e)
  ); /* safari4+,chrome */
  background: -webkit-linear-gradient(
    95deg,
    #ffa62e 0%,
    #ea4d2c 100%
  ); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(
    95deg,
    #ffa62e 0%,
    #ea4d2c 100%
  ); /* opera 11.10+ */
  background: -ms-linear-gradient(95deg, #ffa62e 0%, #ea4d2c 100%); /* ie10+ */
  background: linear-gradient(355deg, #ffa62e 0%, #ea4d2c 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA4D2C', endColorstr='#FFA62E',GradientType=0 ); /* ie6-9 */
}

.closeModalNotificacion {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-content {
  border-radius: 7px;
  border: none;
}

.modal-header {
  border-radius: 5px 5px 0 0;
}

.multiselect-native-select,
.multiselect-native-select .btn-group,
.multiselect-native-select .btn-group .multiselect.btn {
  width: 100%;
  display: block;
}

.multiselect-native-select .btn-group .multiselect.btn {
  background: white;
  border: 1px solid #ced4da;
}

.multiselect-native-select
  .btn-group
  .multiselect.btn
  .multiselect-selected-text {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-bottom: -5px;
  text-align: left;
}

.multiselect-container > li > a > label {
  padding-left: 20px;
}

.multiselect-container > li > a {
  color: #4d4f5c !important;
}

.multiselect-container {
  width: 100%;
}

.tabla-listado {
  table-layout: fixed;
}

.tabla-listado thead {
  background: #f5f6fa;
  color: #a3a6b4;
}

.tabla-listado th,
.tabla-listado td {
  vertical-align: middle !important;
}

.tabla-listado input[type="checkbox"] {
  vertical-align: sub !important;
}

.tabla-listado .dragables tr {
  background-image: url("../images/backend/drag-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dee2e6;
}

.dragable_icon {
  background-image: url("../images/backend/drag-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tabla-listado .dragables tr td:first-child {
  cursor: move;
}

.imagen_lista {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #707070;
}

.lista-subspan {
  color: #3074ca;
}

.pretty .state label::before {
  background: white;
  border-color: #979797;
}

.acciones_boton {
  background: #979797;
  color: white;
  border: none;
  vertical-align: bottom;
}

.acciones_boton:hover,
.acciones_boton.activo {
  background: #3499ff;
}

.link-producto,
.link-producto:hover {
  color: initial;
  text-decoration: none;
}

.titulo_caja {
  background: #dfdfee;
}

.caja_categoria {
  background: #f9f9fc;
  border: 1px solid #e8e9ec;
}

.hover_cat {
  left: 0;
  top: 0;
  background: rgba(113, 113, 113, 0.8);
  opacity: 0.0000001;
}

.caja_categoria:hover .hover_cat {
  opacity: 1;
}

.preview-thumb {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dz-preview div.pointer,
.dz-preview div.pointer i {
  cursor: pointer !important;
}

.ck.ck-editor__main > .ck-editor__editable {
  min-height: 300px;
}

.caja_categoria span.nivel_1:last-child {
  font-weight: bold;
}

/* Pedidos */

.item-pedido {
  border-bottom: 1px solid #f1f1f3;
}

.item-pedido .circle {
  background: green;
  height: 33px;
  width: 33px;
  line-height: 36px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.item-pedido.activo,
.item-pedido:hover {
  background: #358df0;
  color: white;
}

.detalle_encabezado,
.detalle_productos,
.detalle_negociacion,
.detalle_cliente {
  border-bottom: 1px solid #f1f1f3;
}

.encabezado_datos {
  border-right: 1px solid #f1f1f3;
}

.encabezado_tipo {
  background: #ff6565;
}

.tabla_productos {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border: none;
}

.tabla_productos thead th {
  background: #f5f6fa;
  color: #a3a6b4;
  text-transform: uppercase;
  border: none;
  vertical-align: middle;
}

.tabla_productos tbody td {
  border-top: none;
  vertical-align: middle;
  border-bottom: 1px solid #f1f1f3;
}

.tabla_productos tbody tr:last-child td {
  border-bottom: none;
}

.borrar_producto {
  color: red;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.negociacion_titulo {
  background: #f5f6fa;
  color: #4d4f5c;
}

.detalle_recibo {
  background: #eaeaea;
  border-bottom: 1px solid #dddddd;
  border-radius: 5px 5px 0 0;
}

.detalle_total {
  background: #eaeaea;
  border-radius: 0 0 5px 5px;
}

.notificacion-fecha {
  background: #ff6565;
  width: 80px;
}

.h-80 {
  height: 80px;
}

.notificacion-contenido a {
  color: #4d4f5c;
}

.pretty .state label {
  padding-left: 5px;
}

.pretty .state label::after,
.pretty .state label::before {
  width: calc(1em + 4px);
  height: calc(1em + 4px);
}
.z-index-auto {
  z-index: auto !important;
}
.bg-contenedor-gray {
  background-color: #FAFAFA;
  top: -135px;
  position: relative;
  border-bottom-left-radius: 90px;
  padding-top: 165px;
  margin-top: 30px;
}
.bg-contenedor-gray .contenedor {
  z-index: 5;
}
.bg-contenedor-gray.bg-contenedor-gray-dashboard {
  z-index: 1;
}
.bg-contenedor-gray-2 {
  background-color: #F4F4F4;
  top: -125px;
  position: relative;
  border-bottom-left-radius: 90px;
  z-index: 0;
}
.bg-contenedor-gray-2 .contenedor {
  padding-bottom: 20px;
  z-index: 4;
  padding-top: 80px;
}
.bg-contenedor-none {
  top: -135px;
  position: relative;
  padding-top: 0;
}
.bg-contenedor-none .contenedor {
  padding-bottom: 0;
  z-index: 4;
}
.no-coach {
  padding-top: 0;
}
.frame-goal {
  width: 115px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .bg-contenedor-gray {
    top: 105px;
    border-bottom-left-radius: 0;
    background-color: transparent;
    padding-top: 0;
  }
  .bg-contenedor-gray-survey {
    /* top: -27px !important; */
  }
  .bg-contenedor-gray .contenedor {
    z-index: initial;
  }
  .bg-contenedor-gray-2 {
    top: 75px;
    border-bottom-left-radius: 0;
    z-index: initial;
  }
  .bg-contenedor-gray-2 .contenedor {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .bg-contenedor-none { 
    top: 75px;
  }
  .bg-contenedor-none .contenedor { 
    z-index: initial;
  }
  .no-coach {
    top: -70px;
  }
  .frame-goal {
    width: 65vw;
    margin-left: auto;
    margin-right: initial;
    height: 80px;
  }

  .frame-goal.frame-goal-full {
    width: 100%;
  }

  .frame-goal .wrapt {
    display: block;
  }
  .frame-goal .wrapc {
    display: block;
  }
  .frame-goal .frame-goal-content {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: medium;
    font-weight: bold;
    color: black;
    padding: 10px 10px;
  }
  .frame-goal .frame-goal-content img {
    width: 40px;
    margin-right: 15px;
  }
  .frame-goal .frame-goal-content br {
    display: none;
  }
  .frame-goal::before {
    display: block;
    content: none;
    padding-top: 100%;
  }
}

@media (max-width: 991px) {
  .pretty.lh-inherit {
    line-height: inherit;
  }
  .icon-menu {
    width: 30px;
  }
}

.pretty input {
  width: 5px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

#notificacionModalMessage {
  z-index: 1200;
}

.btn-link-quest {
  padding: 0;
  display: inline-flex;
}
.btn-link-quest img {
  width: 12px;
}

.v-backdrop {
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  width: 100vw;
  z-index: 1020;
  height: 100vh;
  background-color:  #000;
}
@media (max-width: 991px) {
  .v-backdrop-main {
    /** Mismo q tiene el header el movil */
    top: 130px;
  }

}

.v-backdrop.fade {
  opacity: 0;
}

.v-backdrop.show {
  opacity: 0.3;
  display: block;
}

.v-backdrop-xs {
  display: none !important;
}