/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

* {
  font-family: 'Montserrat', sans-serif;
}

.form-control {
  padding: 0.75rem;
}

.pink-container {
  background-color: #F5ECE9;
}

.nav-white-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: white;
}

.btn.btn-light {
  background-color: transparent;
  color: #FF5C73;
  border: none;
  font-weight: bold;
}

.btn-light:hover {
  background-color: transparent;
  color: rgba(255, 92, 114, 0.767);
}

.btn.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled):active {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}

.btn.btn-outline {
  color: #FF5C73;
  border: 2px solid #FF5C73;
  border-radius: 25px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 0.7rem 2rem;
}

.btn.btn-outline:hover {
  text-decoration: underline;
  color: #FF5C73;
}

.btn.btn-outline:focus {
  outline: none;
  box-shadow: none;
}

.btn.btn-primary:hover {
  background-color: rgba(255, 92, 114, 0.767);
  border-color: rgba(255, 92, 114, 0.767);
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: rgba(255, 92, 114, 0.767);
  border-color: rgba(255, 92, 114, 0.767);
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #FF5C73;
  border-color: #FF5C73;
}

.btn.btn-primary:focus {
  box-shadow: none;
}

.btn.btn-primary.shadow {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
}

.message-container .message-icon,
.message-icon-mobile {
  padding: 1.2rem;
  cursor: pointer;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  background-color: #FF5C73;
  border-radius: 35px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nav-container.container,
.presentation-container.container {
  max-width: 1200px;
}

.nav-container.container .link-content {
  color: #232323;
  font-weight: 500;
}

.nav-container.container .link-content:hover {
  text-decoration: none;
}

.nav-container.container .link-container.active .pink-circle {
  width: 8px;
  background-color: #FF4A70;
  height: 8px;
  border-radius: 50%;
}

.nav-container.container .link-container .pink-circle-container {
  cursor: pointer;
}

.nav-container.container .link-container:hover .pink-circle {
  width: 8px;
  background-color: #FF4A70;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.nav-container.container .navbar-brand.logo-jenny {
  font-weight: 600;
  font-size: 20px;
}

.navigation-mobile-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: white;
}

.navigation-mobile-header i {
  font-size: 20px;
}

.navigation-mobile-header.closed {
  display: none;
}

.overlay-menu-container {
  display: none;
}

.overlay-menu-container.opened {
  display: initial;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background-color: white;
}

.overlay-menu-container.opened .cross-close-menu-container i {
  color: #596981;
  font-size: 23px;
}

.overlay-menu-container.opened ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.overlay-menu-container.opened ul li a {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
}

.overlay-menu-container.opened ul li a:focus {
  text-decoration: none;
}

.overlay-menu-container.opened ul li .pink-circle-container .pink-circle {
  width: 6px;
  background-color: #FF4A70;
  height: 6px;
  border-radius: 50%;
}

body.menu-opened {
  overflow: hidden;
}

.navigation-private-section-container .menu-section-private {
  background-color: #000000;
}

.navigation-private-section-container .logo-home-private {
  cursor: pointer;
}

.menu-section-private .logo-container {
  margin-bottom: 5rem;
}

.menu-section-private .logo-container img {
  width: 100%;
}

.navigation-private-section-container .menu-section-private .nav-link {
  color: white;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  padding-left: 0;
  cursor: pointer;
}

.navigation-private-section-container .menu-section-private .nav-link:hover {
  font-weight: 500;
  color: #FF006E;
}

.navigation-private-section-container .menu-section-private .link-container .circle-content {
  width: 9px;
  height: 9px;
  margin-top: 0.25rem;
  background-color: #D8D8D8;
  border-radius: 50px;
}

.navigation-private-section-container .menu-section-private .link-container.active .circle-content,
.navigation-private-section-container .menu-section-private .nav-link:hover .circle-content {
  width: 10px;
  height: 10px;
  background-color: #FF006E;
  border-radius: 50px;
}

.navigation-private-mobile {
  position: fixed;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}

.navigation-private-mobile i {
  font-size: 20px;
}

.header-error {
  position:fixed;
  width: 100%;
  background-color: white;
  top: 0;
  padding: 2rem 6rem;
}
.header-error img {
  cursor: pointer;
}

.dashboard-section {
  display: none;
}

.dashboard-section.opened {
  display: block;
  padding-left: 2.5rem;
}

.dashboard-section.opened a {
  color: white;
  font-size: 14px;
}

.dashboard-section.opened .dashboard-link.active {
  color: #FF006E;
  font-weight: 600;
}

.dashboard-section.opened a:hover {
  color: #FF006E;
  text-decoration: none;
}

/* .nav-link.dashboard.opened, .nav-item.dashboard-mobile.opened {
  color: #FF006E;
} */

.nav-link.dashboard.opened i,
.nav-item.dashboard-mobile.opened i {
  transform: rotate(180deg);
}

.nav-link.dashboard.active .circle-content {
  width: 10px;
  height: 10px;
  background-color: #FF006E;
  border-radius: 50px;
}

.navigation-mobile .nav-item a {
  color: #000000;
}

.navigation-mobile .nav-item {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.navigation-mobile .nav-item.active a {
  color: #FF006E;
}

.overlay-private-container {
  display: none;
  font-size: 14px;
}

.overlay-private-container.opened {
  display: initial;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background-color: white;
}

.overlay-private-container.opened ul li {
  list-style: none;
}

.overlay-private-container.opened .cross-close-menu-private i {
  font-size: 21px;
}

.navigation-private-mobile.closed {
  display: none;
}

.dashboard-section-mobile {
  display: none;
}

.dashboard-section-mobile.opened {
  display: block;
}
.dashboard-section-mobile.opened .dashboard-link.active {
  color: #FF2E7B;
}

.header-private-section .icons-container .icon-account {
  color: #FF2E7B;
  font-size: 30px;
  cursor: pointer;
}
.header-private-section .icon-mail-box {
  cursor: pointer;
  color: #000000;
}

.header-private-section .icons-container .icon-notif {
  font-size: 20px;
  cursor: pointer;
}

.header-private-section .btn.btn-outline {
  padding: 0.2rem 1rem;
  font-size: 12px;
}

.header-private-section .dropdown-toggle::after {
  display: none;
}

.header-private-section .dropdown-menu.show {
  transform: translate3d(-125px, 49px, 0px) !important;
  padding: 1rem 0;
}

.header-private-section .dropdown-menu {
  min-width: 14rem;
}

.header-private-section .dropdown-item:focus,
.header-private-section .dropdown-item:hover {
  background-color: transparent;
  color: #FF2E7B;
  font-weight: 500;
}

.footer-container.container {
  max-width: 1200px;
}

footer.second-section-container {
  height: 100%;
}

footer a {
  color: #232323;
}

footer a:hover {
  color: #232323;
}

footer .links-container {
  color: #232323;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

footer .social-media-container a {
  color: #FF4A70;
  font-size: 20px;
}

footer .logo-jenny {
  font-weight: 600;
  font-size: 20px;
}

footer .logo-jenny:hover {
  text-decoration: none;
}

.notif-container {
  display: none;
}

.notif-container.opened {
  display: block;
  position: fixed;
  top: 0;
  z-index: 3000;
  background-color: white;
  height: 100%;
}

.notif-container.opened .notification-content {
  border-bottom: 1px solid #EDEDED;
  cursor: pointer;
}

/* .notif-container.opened .notification-card:hover {
  background-color: rgba(255, 92, 114, 0.767);
} */

.notif-container.opened .notification-content .title-notif {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

.close-notifications-container i {
  cursor: pointer;
  /* color: #FF5C73; */
}

​body.disabled {
  filter: blur(4px);
}

.notif-container.opened .bubble-pink {
  width: 1rem;
  height: 0.5rem;
  background-color: #FF006E;
  border-radius: 5px;
}

[v-cloak] {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav-container.container .link-content {
    color: #232323;
    font-size: 16px;
    line-height: 19px;
  }

  .message-container .message-icon,
  .message-icon-mobile {
    font-size: 20px;
  }

  .btn.btn-primary {
    color: #FFFFFF;
    background-color: #FF5C73;
    border-radius: 27.5px;
    border-color: #FF5C73;
    font-size: 16px;
    font-weight: 600;
    padding: 0.7rem 3rem;
  }

  .header-private-section h2 {
    font-size: 28px;
    line-height: 29px;
    color: #000000;
    padding-left: 0.9rem;
  }

  .header-private-section .dropdown-menu .user-name {
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
  }

  .header-private-section .dropdown-menu .company-content,
  .header-private-section .dropdown-menu .dropdown-item {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
  }

  .header-private-section .dropdown-menu.show .dropdown-item.active {
    color: #FF2E7B;
    background-color: transparent;
  }

  footer .illustration-jenny {
    height: 5rem;
  }

  footer a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .header-container.container {
    margin-top: 4rem;
    max-width: 850px;
  }

  .notif-container.opened {
    width: 20%;
    right: 0;
    box-shadow: -9px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .notif-container.opened .notifications-list {
    padding: 1.5rem;
  }

  .notif-container.opened .notification-content .description-notif,
  .notif-container.opened .notification-content .time-notification {
    font-size: 12px;
    line-height: 12px;
  }

  .notif-container.opened .notifications-total {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {

  .message-container .message-icon,
  .message-icon-mobile {
    font-size: 17px;
  }

  .nav-container.container .link-content {
    font-size: 14px;
    line-height: 19px;
  }

  .btn.btn-primary {
    color: #FFFFFF;
    background-color: #FF5C73;
    border-radius: 27.5px;
    border-color: #FF5C73;
    font-size: 14px;
    font-weight: 600;
    padding: 0.7rem 3rem;
  }

  .btn.btn-light {
    font-size: 14px;
  }

  .header-private-section h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
    padding-left: 0.9rem;
  }

  .notif-container.opened {
    width: 60%;
    left: 0;
    box-shadow: 9px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .notif-container.opened .notifications-list {
    padding: 1rem;
  }

  .notif-container.opened .notification-content .description-notif,
  .notif-container.opened .notification-content .time-notification {
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
  }

  .notif-container.opened .notifications-total {
    font-size: 12px;
  }
  .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  footer .illustration-jenny {
    height: 3rem;
  }

  footer .logo-jenny img {
    width: 3rem;
  }

  footer .column-images {
    display: flex;
    align-items: center;
  }

  footer .column-social-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  footer .column-social-media i {
    font-size: 18px;
  }

  footer .links-container-mobile a {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }

  footer .social-media-container {
    padding-right: 0;
  }
}
