/* iPhone 12/13 mini */
/* 2340x1080 pixels at 476ppi */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body {
    height: calc(100% - 60px);
    margin-top: 60px;
    background-color: #bc2130;
  }
}

/* iPhone 12/13 and iPhone 12/13 Pro */
/* 2532x1170 pixels at 460ppi */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  body {
    height: calc(100% - 40px);
    margin-top: 40px;
    background-color: #bc2130;
  }
}

/* iPhone 12/13 Pro Max */
/* 2778x1284 pixels at 458ppi */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body {
    height: calc(100% - 50px);
    margin-top: 50px;
    background-color: #bc2130;
  }
}

/* iPhone 11 */
/* 1792x828px at 326ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {

  body {
    height: calc(100% - 40px);
    margin-top: 40px;
    background-color: #bc2130;
  }
}

/* iPhone 11 Pro */
/* 2436x1125px at 458ppi */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body {
    height: calc(100% - 50px);
    margin-top: 50px;
    background-color: #bc2130;
  }
}

/* iPhone 11 Pro Max */
/* 2688x1242px at 458ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  body {
    height: calc(100% - 40px);
    margin-top: 40px;
    background-color: #bc2130;
  }
}


/* iPhone X */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  body {
    height: calc(100% - 40px);
    margin-top: 40px;
    background-color: #bc2130 !important;
  }
}

/* Por defecto ocupa todo el ancho */
ons-page {
  display: block;
  /* Asegura que se comporte como un bloque */
  width: 100%;
}

.menu-bottom {
  width: 100%;
}

@media (min-width: 768px) {
  .menu-bottom {
    max-width: 1280px;
    /* ajusta al ancho deseado */
    margin: 0 auto;
    /* centra horizontalmente */
    padding: 0 16px;
    /* opcional, espacio interior */
  }
}

/* A partir de 768px (tablet/desktop) limitamos el ancho y centramos */
@media (min-width: 768px) {
  ons-page {
    max-width: 1280px;
    /* ajusta al ancho deseado */
    margin: 0 auto;
    /* centra horizontalmente */
    padding: 0 16px;
    /* opcional, espacio interior */
  }
}

.lost-password a {
  font-size: 0.850em;
  color: #bc2130;
}

.legal-footer {
  width: 100%;
  text-align: center;
}

.legal-footer a {
  display: inline-block;
  text-align: center;
}

.linkuperp-logo {
  display: flex;
  width: 100%;
  font-size: 0.9em;
  color: white;
  background-color: #333;
  padding: 10px 10px 10px 10px;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.linkuperp-logo-w {
  display: flex;
  width: 100%;
  font-size: 0.9em;
  padding: 10px 10px 10px 10px;
  flex-direction: column;
  align-items: center;
}

.linkuperp-logo-w img {
  margin-top: 2px;
  width: 64px;
  height: auto;
}

.app-version {
  margin: 20px;
}

.app-version-value {
  font-size: 1em;
}

.linkuperp-logo img {
  margin-top: 2px;
  width: 64px;
  height: auto;
}

html {
  font-size: 100%;
}

hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.menu-bottom {
  display: flex;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
}

.text-black {
  color: black;
}

.bg-penalized {
  background-color: #650812;
  color: yellow;
  font-weight: bold;
  border-radius: 4px;
}

.stores-end {
  height: 150px;
}

.button-bottom {
  flex: 2;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.btn-red {
  background-color: red !important;
}

.selected-btn {
  border-bottom: 2px solid #fff;
}

/* forms */

.field {
  padding-bottom: 8px;
}

.field .obj-title {
  font-size: 0.9em;
  font-weight: bold;
}

.field .obj-desc {
  font-size: 0.9em;
}

.field-title {
  font-size: 0.9em;
  border-bottom: 1px solid gray;
  margin-bottom: 2px;
}

.field-value {
  font-size: 0.9em;
}

.checkbox {
  display: block;
  padding: 0.5rem 0;
}

/* General */

.fl {
  float: left;
}

.section {
  padding: 8px;
  display: flow-root;
}

.section-audits {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.audit-resume-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
}

.collapse-title {
  font-weight: bold;
}

.section-title {
  font-weight: bold;
}

.tabbar__button {
  background-color: #bc2130 !important;
  color: white;
}

.tabbar__button :active {
  color: white;
}

:checked+.tabbar__button {
  color: white;
}

.bg-primary {
  background-color: #bc2130 !important;
}

.badge-primary {
  background-color: #bc2130 !important;
}

.badget-text {
  font-size: 1em;
  line-height: 12px;
}

.performance-alert-icon {
  font-size: 1.2rem;
}

.t-black {
  color: rgb(40, 40, 40) !important;
}

.row-app {
  position: relative;
  height: auto;
  margin: 8px;
}

.note {
  font-size: 0.8em !important;
  line-height: 1.2em !important;
}

.page__background {
  background-color: #fff;
}

.toolbar {
  background-color: #bc2130;
  color: white;
}

.back-button__icon {
  fill: #fff !important;
}

.ons-fab.ticket-fab {
  margin: 5px;
}

.ons-input :focus {
  border-bottom-color: #bc2130 !important;
}

.toolbar__title {
  color: white;
}

.toolbar-button {
  color: white;
}

.back-button__icon {
  color: white !important;
}

.back-button__label {
  color: white !important;
}

.profile-card {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}

.profile-name {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2.2rem;
  transition: opacity .2s ease;
  opacity: 1;
}

.profile-name-shrunk {
  opacity: 0;
}


.profile-name-menu {
  font-size: 1.1rem;
}

.profile-desc {
  font-size: 0.85rem;
  transition: opacity .2s ease;
  opacity: 1;
}

.profile-image {
  position: relative;
  margin-right: 10px;
  float: left;
}

.profile-image-menu {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
  float: left;
  border: 2px solid white;
  background-size: cover;
}

.profile-image-menu-small {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  background-size: cover;
  background-color: gray;
}

.user-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #888;
  border: 2px solid white;
  transition: all .2s ease;
  opacity: 1;
  position: relative;
}

.user-image-shrunk {
  width: 50px !important;
  height: 50px !important;
  opacity: 0;
}

.user-image.revert {
  transition-delay: .5s;
  /* Delay al volver al estado anterior */
}

.profile-rol {
  font-size: 0.8em;
  line-height: 0.8rem;
}

/* resume */
.resumeProfile,
.resumeStoreProfile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 256px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  background-color: #bc2130 !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
  transition: height .5s ease, background-image .5s ease;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.resumeStoreProfile {
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.resumeProfile-shrink,
.resumeStoreProfile-shrink {
  height: 56px !important;
  background-image: none !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.btn-store {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-store i {
  font-size: 2rem;
  margin-top: 6px;
  margin-bottom: 4px;
}

.store-name-toolbar {
  opacity: 0;
  transition: opacity .5s ease;
}

.store-name-toolbar-shrink {
  opacity: 1;
}

.stats-cont {
  display: flex;
  justify-content: space-evenly;
  row-gap: 6px;
  width: 100%;
  transition: opacity .2s ease;
  opacity: 1;
  margin-top: 6px;
}

.stats-cont-shrunk {
  opacity: 0;
}

.stats-cont-resume {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  font-weight: bold;
  row-gap: 6px;
  width: 100%;
  opacity: 1;
}

.h-fix {
  transition: height .5s ease;
  height: 206px;
}

.h-fix-shrunk {
  transition: height .5s ease;
  height: 56px !important;
}

.h-store-fix {
  height: 106px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 4px;
}

.stat-num {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
}

.stat-num i {
  font-size: 1.2rem;
}

.stat-num-s {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.stat-name {
  font-size: .85rem;
  text-align: center;
  line-height: 1.2rem;
}

.menu-profile-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 8px; */
  line-height: 56px;
}

.awards {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6px;
}

.warning-line {
  border-left: 2px solid black;
  margin: 2px;
}

.user-badget {
  display: flex;
  padding: 0px 6px;
  color: white;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
}

.s-cont-all {
  display: flex;
}

.performance-badget {
  display: flex;
  padding: 0px 6px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
}

.performance-badget span {
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 4px;
}

.performance-cont {
  display: flex;
  align-items: center;
}

.user-badget span {
  font-weight: bold;
}

.user-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  position: relative;
  top: -20px;
}

.user-value {
  font-weight: bold;
  font-size: 2rem;
}

.user-info {
  flex-grow: 1;
}

.user-stats {
  width: 100px;
}

.stats {
  display: flex;
}

.s-box {
  padding-top: 8px;
  padding-bottom: 4px;
  text-align: center;
  border-radius: 4px;
}

.s-box-grow {
  flex-grow: 1;
}

.s-box-50 {
  width: 50%
}

.s-box-top {
  margin-bottom: 4px;
}

.s-value-cont {
  display: flex;
  float: left;
  margin-right: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.s-value {
  font-size: 2em;
  font-weight: bold;
}

.s-value span {
  font-size: 0.8em;
  font-weight: bold;
}

.s-value i {
  font-size: 0.8em;
}

.header-cont {
  flex: 2;
  font-weight: bold;
}

.header-cont-two {
  display: flex;
  flex-direction: column;
}

.s-title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 20px;
}

.s-subtitle {
  font-size: 0.8em;
  font-weight: normal;
}

.store-list {
  font-size: 1em;
}

.store-list .card-header {
  padding: 6px !important;
}

.maint-info-cont {
  display: flex;
  justify-content: space-around;
  background-color: #bc2130;
  color: white;
  margin: 8px;
  padding-right: 4px;
  border-radius: 4px;
}

.notificaciones {
  display: block;
  width: 100%;
  position: fixed;
  top: 55px;
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
  color: #666;
  list-style: none;
  margin: 0px;
  z-index: 99;
}

.list-item--material__left {
  min-width: 36px;
}

.notificaciones li {
  padding: 10px;
  border-top: solid thin #dedede;
}

.notificaciones li.notify {
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.footer-notifications {
  color: #fff !important;
  font-size: 1em;
  padding: 3px !important;
  text-align: right;
}

.footer-notifications .button {
  padding: 0px;
  background-color: transparent;
  font-size: 1em;
  margin: 0px;
  line-height: initial;
}

.tickets-info {
  float: left;
  padding-right: 6px;
}

.new-ticket-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.tickets-info-detail {
  float: left;
  padding: 6px;
}

.bg-on-tracking {
  display: flex;
  margin-top: 8px;
  font-size: 1em;
  justify-content: flex-start;
  flex-direction: row;
  border-radius: 4px;
  align-items: stretch;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}


.timeline>li>.glyphicon,
.timeline>li>.ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

.timeline>li>.far,
.timeline>li>.fas,
.timeline>li>.glyphicon,
.timeline>li>.ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

.timeline>li>.timeline-item {
  box-shadow: none !important;
}

.timeline>span>li>.timeline-item {
  box-shadow: none !important;
}

.timeline-body .badge {
  white-space: normal;
  text-align: left;
}

.exc {
  padding: 8px;
  background-color: black;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.on-tracking {
  display: flex;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
}

.on-tracking-title {
  font-size: 0.9rem;
  color: black;
  font-weight: bold;
}

.store-penalized {
  background-color: orange;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  padding-left: 4px;
  padding-right: 4px;
  color: black;
  align-items: center;
  justify-content: center;
}

.ticket-slot {
  padding: 0px 4px 0px 4px;
}

.on-tracking-explanation {
  margin: 4px;
  display: flex;
  flex-direction: column;
}

.on-tracking-detail {
  font-size: 0.8em;
  line-height: 1.2em;
  color: black;
}

.store-priority-average {
  font-size: 0.9em;
}

.info-box {
  display: flex;
  position: relative;
  min-height: auto;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 4px;
}

.real-average {
  font-size: 0.8em;
  text-transform: none;
}

.info-box-icon {
  display: flex;
  width: 64px;
  font-size: 1.6em;
  line-height: 52px;
  justify-content: center;
  align-items: center;
}

.info-box-content {
  display: flex;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.info-box-detail {
  font-size: 0.9em;
  line-height: 0.8em;
}

.info-box-text {
  font-size: 0.9em;
  line-height: 1.1em;
  text-transform: none;
  display: flex;
  flex-wrap: wrap;
  text-wrap: balance;
}

.info-go {
  position: absolute;
  top: 16px;
  right: 16px;
}

.info-go i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chevron {
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
}

.button--large--cta {
  margin-bottom: 6px !important;
}

.c-level1 {
  background-color: rgba(220, 80, 80, 1);
  color: white;
}

.c-level1-viewed {
  /*background-color: rgba(220,80,80,.5);*/
  border-style: solid;
  border-color: rgba(220, 80, 80, 1);
  border-width: thin;
  color: black;
}

.c-level1-viewed i {
  color: rgba(220, 80, 80, 1);
}

.c-level2 {
  background-color: #337ab7;
}

.c-level3 {
  background-color: #f0ad4e;
}

.c-level4 {
  background-color: #5cb85c;
}

.card-box {
  margin: 8px;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
}

/* priorities */

.time-avg .value-avg {
  font-size: 1.3em;
}

.used-for-title {
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid white;
}

.time-over-average {
  background-color: yellow;
  color: black;
  padding: 4px;
  font-size: 1em;
  line-height: 1;
  display: flex;
  flex-direction: row;
}

.toa-icon {
  font-size: 1em;
}

.toa-title {
  font-size: 1.1em;
  font-weight: bold;
}

/* cards */

.card {
  position: relative;
}

.c-expired {
  position: relative;
  float: left;
  margin-right: 6px;
  background-color: yellow;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  color: rgba(220, 80, 80, 1);
  text-align: center;
}

.c-expired i {
  line-height: 22px;
}

.c-shop {
  position: relative;
  float: left;
  padding-right: 6px;
}

.c-create {
  position: relative;
  float: left;
  padding-right: 6px;
}

.c-go {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 20px;
}

.c-go i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Alerts */

.row-alert {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info-box-alert {
  display: flex;
  position: relative;
  min-height: 34px;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 4px;
  align-items: center;
}

.info-box-icon-alert {
  display: flex;
  width: 34px;
  height: 34px;
  font-size: 1.1em;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  float: left;
  text-align: center;
  background: black;
  align-items: center;
  justify-content: center;
}

.info-box-content-alert {
  display: contents;
  margin-left: 34px;
  line-height: 34px;
}

.info-box-number {
  font-size: 1.4rem;
  flex: 2;
  line-height: 1.4rem;
}

.prev-month-average {
  font-size: 1.1rem;
  flex: 2;
  font-weight: normal;
}

.ticket-priority-resume .info-box-number {
  font-size: 1em !important;
}

.new-alert-cont {
  position: relative;
  width: 100%;
  padding-top: 4px;
  padding-right: 10px;
}

.audit-resume-info {
  position: relative;
  padding-right: 10px;
  font-size: 0.8em;
}

.alert-shop {
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 0.8em;
}

.alert-create {
  position: relative;
  padding-right: 14px;
  font-size: 0.8em;
}

.alert-time {
  position: relative;
  padding-right: 14px;
  font-size: 0.8em;
}

.fs {
  font-size: 0.8em;
}

.alert-title {
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.9em;
  border-bottom: 1px solid white;
  margin-bottom: 4px;
}

.alert-description {
  font-size: 0.95em;
  line-height: 1.4;
  padding-bottom: 4px;
}

.alert-attendant {
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 0.9em;
  border-top: 1px solid white;
  margin-bottom: 4px;
}

.filter-shop {
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 1em;
}

.filter-technical {
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 0.9em;
}

.filter-time {
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 1em;
}

.filters {
  padding: 6px;
  /*height: 30px;*/
  overflow: auto !important;
}

.filter-item {
  padding: 6px;
  /*
  display: flex;
  justify-content: flex-end;
  */
}

.small-box {
  margin-bottom: 0px !important;
}

.alert-go {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 20px;
}

.alert-go i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert-detail {
  background-color: white;
  color: black;
  padding: 6px;
}

.progress {
  height: 4px;
}

.progress-bar {
  height: 100%;
  background-color: gray !important;
}

.progress-label {
  font-size: 1em;
}

.progress-top-description {
  font-size: 1em;
  display: block;
}

.progress-description {
  font-size: 0.8em;
}

.loading-indicator {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.viewed {
  font-size: 1em;
}

.viewed-list {
  padding-bottom: 40px !important;
}

.info-box-icon {
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* tickets */

.tickets-resume {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.timeline {
  margin-left: 8px;
  margin-right: 8px;
}

.ticket-detail {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.2rem;
}

.timeline-header {
  padding: 0px 0px 0px 0px !important;
  font-size: 1em;
}

.time {
  font-size: 0.85em;
  padding: 0px !important;
}

.timeline-body {
  padding: 10px 0px 6px 0px !important;
  line-height: 1.4rem;
}

.button-circle {
  position: relative;
  background-color: #3c8dbc;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-right: 12px;
  float: left;
}

.button-circle i {
  font-size: 1.3em;
}

.card {
  padding: 0px;
}

.card-header {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header-t {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.t-data {
  padding-top: 4px;
  display: flex;
}

.card-body {
  padding: 8px;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header-color1 {
  background-color: #c23321;
  color: white;
}

.header-color2 {
  background-color: #c23321;
  color: white;
}

.header-color3 {
  background-color: #c23321;
  color: white;
}

.header-color4 {
  background-color: #c23321;
  color: white;
}


.detail-title {
  font-weight: bold;
  width: 100%;
  font-size: 1.2rem;
  /* border-bottom: 1px solid white; */
  /* margin-bottom: 6px; */
}

.switch-solved {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  margin-top: 6px;
}

.detail-description {
  margin-bottom: 0.8rem;
}

.ticket-cat {
  font-size: 0.9rem;
  margin: 0.2rem 0;
}

ons-fab {
  width: 50px !important;
  height: 50px !important;
}

.list-item--nodivider__right {
  padding: 0px !important;
}

.list-item--nodivider__center {
  padding: 0px !important;
}

.fab--material__icon {
  line-height: 50px;
}

.timeline>span>li>.timeline-item>.timeline-header {
  font-size: 0.9em;
  display: flex !important;
}

.timeline>span>.time-label>span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.timeline>span>li>.fa,
.timeline>span>li>.glyphicon,
.timeline>span>li>.ion {
  left: 7px !important;
}

.timeline>span:before {
  left: 20px;
}

.timeline>span>li>.timeline-item>.timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  line-height: 1.1;
}

.timeline>span>li>.timeline-item {
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px !important;
  margin-right: 0px !important;
  padding: 0;
  position: relative;
  margin-top: 11px;
  margin-bottom: 16px;
}

.timeline>span>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>span>.time-label>span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.timeline>span>li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.t-entity {
  display: flex;
  flex-direction: column;
  flex: 2;
}

.t-title {
  display: flex;
  font-weight: bold;
}

.t-subtitle {
  display: flex;
  font-size: 0.8rem;
}

.t-audit {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.9rem;
  justify-content: space-between;
  margin-top: 4px;
}

.t-audit-result {
  color: white;
  border-radius: 4px;
  padding: 2px 6px 2px 6px;
  align-items: center;
}

.t-audit-icons {
  display: flex;
  align-items: center;
}

.t-audit-title {
  display: flex;
  line-height: 1.2rem;
  font-size: 0.9em;
  font-weight: bold;
}

.t-audit-desc {
  display: flex;
  line-height: 1.1rem;
  font-size: 0.9em;
}

.t-ticket {
  display: flex;
  color: white;
  align-items: center;
  flex-direction: row;
}

.t-ticket-header {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: flex-start;
}

.t-ticket-data {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  padding: 2px 6px 2px 6px;
}

.t-ticket-icon {
  height: 18px;
}

.t-ticket-priority {
  font-size: .9rem;
}

.ticket-fab {
  margin-left: 10px;
}

.t-count {
  padding: 4px;
  border-radius: 4px;
  display: flex;
  color: white;
  font-weight: bold;
  align-items: center;
  min-width: 40px;
  justify-content: center;
}

.callout {
  position: relative;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.callout h3 {
  margin: 4px 0 !important;
}

.callout p {
  margin-bottom: 4px !important;
  font-size: 0.9em;
}

.margin {
  margin: 10px;
  width: 60 !important;
  height: 30 !important;
}

button {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .4) !important;
}

.btn-light {
  color: gray;
}

.callout-red-alert {
  border-color: yellow !important;
}

.callout-red-viewed {
  border-color: #c23321;
  border-radius: 3px;
  border-right: 1px solid #c23321;
  border-top: 1px solid #c23321;
  border-bottom: 1px solid #c23321;
}

.callout-red-disabled {
  border-color: #c23321;
  border-radius: 3px;
  border-right: 1px solid #c23321;
  border-top: 1px solid #c23321;
  border-bottom: 1px solid #c23321;
  color: gray;
}

.cont3 {
  position: relative;
  width: 33.3%;
  float: left;
}

.cont4 {
  position: relative;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

.cont4 p {
  font-size: 1em;
}

.sep {
  clear: both;
}

.inner {
  padding: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 4px;
  justify-content: center;
}

.inner>.inner-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 28px;
}

.t-value {
  font-size: 0.9em;
  font-weight: bold;
}

.inner h3 {
  margin-bottom: 0px !important;
  font-size: 1.1em;
}

#filter-modal {
  background-color: white;
}

.filter-applied {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 4px;
}

.resume-icon {
  position: relative;
  width: 16px;
  color: white;
}

.resume-text-black {
  background-color: #d2d6de !important;
  color: black;
}

.test {
  border-style: solid;
  border-width: medium;
  border-color: black;
}

/*****************
 *** Custom CSS ***
 *****************/

ons-input[type=text] {
  width: 90%;
}

ons-button[modifier=large] {
  width: initial;
  margin: 10px;
}

ons-splitter-side[side="left"][animation="overlay"] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.highlight {
  background-color: lightyellow;
  color: rgba(255, 0, 0, 0.7);
}

.left-label {
  width: 30%;
  font-size: 1.1em;
  color: #666
}

div#loading {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #bc2130;
  z-index: 1000000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div#always-gps {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #bc2130;
  z-index: 1000000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div#always-gps p {
  font-size: 1em;
  color: #fff;
  padding: 30px;
}

div a#close-always {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;

}

div#offline {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
  z-index: 1000000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div#preview {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #bc2130;
  z-index: 1000000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.imagePreview {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}

.imagePreview img {
  max-width: 100%;
  height: auto;
}

.preview-close {
  z-index: 100;
  position: absolute;
  right: 10px;
  top: 10px;
}

#offline img {
  width: 50%;
  margin-bottom: 30px;
}

#login-bg {
  background-color: #bc2130;
}

#msg-load {
  text-align: center;
}

#msg-load {
  text-align: center;
  font-size: 1em;
  color: white;
}

#good-send i {
  font-size: 1.3em;
  color: #bc2130;
}

ons-progress-circular {
  width: 60px;
  height: 60px;
  /* color: #f00; */
}

.progress-circular__primary {
  stroke: white;
}

.mgtop {
  margin-top: 6px !important;
}

img.attached {
  display: inline-block;
  max-width: 75px;
  padding: 3px;
}

.stars {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  width: 100%;
}

.stars li {
  display: inline-block;
  font-size: 1.3em;
  padding: 5px;
}

.timeline>span>li>.fas {
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  line-height: 40px;
  position: absolute;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 13px;
  top: -4px;
  margin-top: 10px;
}

.timeline>span>li>.fa {
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  line-height: 40px;
  position: absolute;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 13px !important;
  top: -4px;
  margin-top: 10px;
}

.profile-image-icon {
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  line-height: 40px;
  position: absolute;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 13px !important;
  top: -4px;
  margin-top: 10px;
  background-size: cover;
  background-position: center;
}



/********************
 *** Animation CSS ***
 ********************/

#tabbarPage .list {
  background-color: grey;
  overflow-x: hidden;
  margin-top: -1px;
  border-bottom: 1px solid #ccc;
}

#tabbarPage .list-item {
  min-height: 0;
  height: 44px;
  background-color: white;
  margin: 1px 0 -1px 0;
}

#tabbarPage .list-item--material {
  height: 56px;
}

.list-title {
  margin-top: 12px;
}

.hide-children * {
  overflow: hidden;
}

.animation-swipe-right {
  pointer-events: none;
  -webkit-animation: swipe-right .9s ease-in-out forwards;
  animation: swipe-right .9s ease-in-out forwards;
}

.animation-swipe-left {
  pointer-events: none;
  -webkit-animation: swipe-left .9s ease-in-out forwards;
  animation: swipe-left .9s ease-in-out forwards;
}

.animation-remove {
  pointer-events: none;
  -webkit-animation: remove .7s ease-in-out forwards;
  animation: remove .7s ease-in-out forwards;
}

.form-button-row {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

@-webkit-keyframes swipe-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-3%);
    transform: translateX(-3%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 0;
    opacity: 0.3;
  }
}

@keyframes swipe-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-3%);
    transform: translateX(-3%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 0;
    opacity: 0.3;
  }
}

@-webkit-keyframes swipe-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 0;
    opacity: 0.3;
  }
}

@keyframes swipe-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 0;
    opacity: 0.3;
  }
}

@-webkit-keyframes remove {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
    height: 0;
  }
}

@keyframes remove {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
    height: 0;
  }
}

ons-fab.fab,
ons-speed-dial-item.fab,
button.fab {
  background-color: #bc2130 !important;
  color: white;
}

.card-footer {
  padding: 6px !important;
}

/* menu page */

.menu {
  border-bottom: 1px solid white;
}

#menuPage {
  padding-left: 4px;
  padding-right: 4px;
}

#menuPage .list {
  background-color: #bc2130 !important;
}

#menuPage .page__background {
  background-color: #bc2130;
  color: white !important;
}

#menuPage .page__content {
  background-color: #bc2130;
  color: white !important;
}

#menuPage .list-title {
  background-color: #bc2130;
  color: white !important;
}

#menuPage .list-item {
  background-color: #bc2130 !important;
  color: white !important;
  font-size: 1em;
}

/* Survey */

.item-cont {
  display: inline-block;
  width: 100%;
  color: black;
  margin-top: 2px;
  margin-bottom: 2px;
}

.item-bold {
  font-weight: bold;
}

.item-desc {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
}

.card-status {
  padding: 8px;
}

.card-subtitle {
  font-size: 0.9em;
  line-height: 1.5;
}

.item-image-preview {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.item-image-preview.item-file {
  width: 80px !important;
}

.item-file {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  padding: 4px;
  margin-bottom: 14px;
}

.survey-detail ul {
  padding-inline-start: 10px;
  padding-left: 16px;
}

.audit-resume-table {
  margin: 8px;
}

.resume-audit-buttons {
  display: flex;
  margin: 10px;
  row-gap: 4px;
  gap: 4px;
  flex-wrap: wrap;
}

.survey-title-cont {
  display: flex;
}

.survey-t {
  display: flex;
}

.surv-maintitle {
  font-size: 1.1em;
  font-weight: bold;
}

.surv-result {
  width: 100%
}

.audit-result {
  width: 100%;
  padding: 8px;
  font-size: 1.4em;
}

.surv-table-result {
  margin-bottom: 0px;
}

.surv-table-result tr {
  font-size: 0.75em;
}

.surv-table-result td,
.surv-table-result th {
  padding: 2px;
}

.hr-surv {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.surv-notes {
  font-size: 0.8em;
  margin-bottom: 6px;
}

.surv-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.surv-gallery {
  display: block;
  overflow: hidden;
  /* margin-bottom: 20px; */
  /* border-bottom: solid thin #ccc; */
}

.surv-image {
  position: relative;
  background-color: #cccccc;
  width: 80px;
  height: 45px;
  float: left;
  margin: 4px;
}

#audit-signature h3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#digital-signature {
  display: block;
}

#signature {
  width: 100%;
}

.surv-rel-title {
  display: flex;
  background-color: gray;
  color: white;
  font-weight: bold;
  /* padding: 4px; */
  justify-content: space-between;
  align-items: center;
}

.surv-rel-title {
  display: flex;
  background-color: black;
  color: white;
  font-weight: bold;
  /* padding: 4px; */
  justify-content: space-between;
  align-items: center;
}

.surv-mod-title {
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
}

.cap-result-icon {
  font-size: 1rem;
}

.cap-title {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
}

.cap-note {
  font-weight: normal;
}

.toggle-icon {
  font-size: 2rem;
}

.toggle-icon-small {
  font-size: 1.2rem;
}

.surv-cat-title {
  font-weight: bold;
}

.cat-bg {
  background-color: #cccccc;
}

.cat-bg2 {
  background-color: #fff;
  border: solid thin #ccc;
}

.cat-bg3 {
  background-color: #e6e4e4;
  border: solid thin #ccc;
}

.surv-cat-title-detail {
  font-weight: bold;
  font-size: 1em !important;
}

.surv-subcat-title {
  font-weight: bold;
  font-size: 1em !important;
  padding-left: 6px;
  padding-right: 6px;
}

.surv-subcat-title-detail {
  font-weight: bold;
  font-size: 1em !important;
}

.surv-item {
  font-size: 1em;
}

.surv-item-odd {
  background-color: rgba(0, 0, 0, .03);
}

.surv-item-options {
  padding-top: 1em;
}

.surv-input {
  font-size: 1em;
  width: 60px;
}

.bg-item {
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  background: #fff !important;
}

.item-observation {
  font-size: 0.9em;
}

.item-row {
  margin-bottom: 6px;
}

.surv-item-title {
  background-color: black;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 1em;
  font-weight: bold;
}

.surv-item-footer {
  margin-top: 20px;
}

.surv-font12 {
  font-size: 1em;
}

.surv-font14 {
  font-size: 1em;
}

#old-info {
  font-size: 0.8em;
}

.sur-item-left {
  position: relative;
  width: 90%;
  float: left;
}

.sur-item-right {
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 10%;
  float: left;
}

.surv-inf-shoop {
  font-size: 1.4em;
  line-height: 24px;
  font-weight: bold;
}

.surv-inf-manager {
  font-size: 1em;
}

.surv-inf-incharge {
  font-size: 1em;
}

.surv-result-card {
  margin: 8px;
  border-radius: 4px;
  height: 60px;
}

.surv-result-icon {
  display: flex;
  /* height: 46px; */
  font-size: 1.6em;
  /* line-height: 46px; */
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  /* width: 100%; */
  align-items: center;
  justify-content: center;
}

.surv-result-content {
  margin-left: 64px;
}

.surv-col-100 {
  display: flex;
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
  line-height: 1.1rem;
  flex-direction: column;
}

.surv-col-86 {
  display: flex;
  position: relative;
  width: 86%;
  float: left;
  height: 100%;
  line-height: 1.1rem;
  flex-direction: column;
}

.surv-col-14 {
  display: flex;
  width: 14%;
  color: white;
  align-content: flex-start;
}

.surv-cat-result {
  display: flex;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.surv-cap-result {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.collapse:not(.show) {
  display: block;
}

.collapse:not(.in) {
  display: none !important;
}

.observation textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  margin-bottom: 10px;
}

.observations {
  white-space: pre-wrap;
  width: 100%;
  font-size: 0.9em;
}

#observation .dialog {
  width: 95%;
}


.points-big {
  font-size: 1.1em;
}

.item-check {
  zoom: 1.4;
}

.item-buttons button {
  margin-right: 10px;
}

.item-errors {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
}

.requerido {
  font-size: 1em;
  display: inline-block;
  color: black;
  font-weight: normal;
}

button.not-apply {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  float: right;
  color: black !important;
}

.img-preview {
  padding: 10px;
  position: relative;
  margin-right: 15px;
  margin-top: 10px;
}

.img-preview-item {
  position: relative;
  padding: 10px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.image-slot {
  float: left;
}

a.del-picture {
  position: absolute;
  font-size: 1.3em;
  top: 0px;
  right: -10px;
  color: #bc2130;
}

.card.disabled {
  opacity: .3;
}

.item-disabled {
  opacity: .3;
}

.item-card {
  font-size: 1em !important;
}

.item-card .card-body {
  margin: 10px;
}

.item-card ul,
.item-card ol {
  padding-inline-start: 10px;
}

.item-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1em !important;
}

.audit-form {
  font-size: 1.1em;
}

.audit-form label {
  font-size: 1em;
  font-weight: 700;
  padding-left: 4px;
}

.item-column {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 14px;
  margin-bottom: 14px;
}

.column-item {
  flex: 1 1 auto;
}

.alert-surv-item {
  padding: .3rem 0.8rem !important;
}

.surv-item-title-edit {
  font-size: 1.3em;
  font-weight: bold;
  margin: 8px;
}

.survey-detail p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.survey-setup {
  font-size: 1em;
}

.survey-setup .card-body {
  margin: 10px;
}

.survey-setup .form-control {
  font-size: 1em;
}

.row-survey {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 6px;
}

.red-border {
  border-bottom: solid 3px #ffc107;
}

.btn-accordion {
  padding-left: 6px;
  padding-right: 0px;
}

.create-audit {
  display: block;
  margin: 10px;
}

.audit-dialog-option h3 {
  font-size: 0.9em;
  margin: 20px 20px 10px 20px;
}

.tabbar--material__border {
  height: 3px;
  background-color: white;
}

.success-recipients {
  color: black;
}

.mailing-list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  display: flex;
  flex-direction: column;
}

.mailing-list i {
  color: green;
}

.scrollable-modal-content {
  max-height: 500px;
  /* ajusta la altura máxima según tus necesidades */
  overflow-y: auto;
}

.audit-dialog-option h2 {
  font-size: 1em;
  margin: 0px 20px 0px 20px;
  font-weight: bold;
}

.audit-dialog-option button {
  display: block;
  margin: 20px auto;
}

.audit-dialog-option .dialog {
  width: 80%;
  text-align: center;
}

.audit-dialog-option p {
  text-align: center;
  margin-top: 35px;
  margin-top: 35px;
}

.btn.btn-in {
  background: none !important;
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0px !important;
  font-weight: bold;
  font-size: 0.9em;
  width: 100%;
  text-align: left;
  border-top: solid thin rgba(255, 255, 255, .4) !important;
  border-radius: 0px;
  margin-top: 5px;
}

#error-files-modal {
  background: #fff;
  padding: 20px;
}

#error-files-modal p {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #333;
}

#error-files-modal ul {
  font-style: none;
  width: 80%;
}

#error-files-modal ul li {
  text-align: left;
  position: relative;
}

#error-files-modal .del-picture {
  left: 110px;
}

#error-files-modal .modulo-imagen {
  display: inline-block;
}

#error-files-modal .modulo-imagen img {
  margin: 5px
}

#error-files-modal p {
  background-color: #fff;
  width: 100%;
  margin-left: -20px;
  padding: 14px 0px 20px 0px;
  font-size: 1em;
}

#audit-recipients {
  background-color: #bc2130;
}

#audit-recipients p {
  margin: auto;
  font-size: 0.9em;
  text-align: left;
}

#audit-recipients h2 {
  color: #666 !important;
}

#audit-recipients ul li {
  color: #000;
  padding: 5px 5px 0px;
  padding-left: 20px;
  font-size: 0.9em;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

#audit-recipients ul {
  text-align: center;
  list-style: none;
  margin-top: 20px;
  overflow: auto;
  margin-bottom: 40px;
}

.card.sin-sombra {
  box-shadow: none !important;
  border: 0px;
  text-align: right;
}

.error-ul {
  font-size: 0.9em;
}

.audit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.surv-inf-surv {
  font-size: 0.9em;
  line-height: 18px;
  margin-bottom: 6px;
}

/* end Survey */

/* Stores */

.segment-buttons {
  display: flex;

}

.stores-segment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.store-new-average {
  font-size: 1.8em;
  font-weight: bold;
}

.small-icon {
  font-size: 0.9em;
}

.badge-header {
  font-size: 1em;
}

.searchInput {
  flex: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.stores-list {
  font-size: 1em;
  font-weight: normal;
}

.stores-list-all {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.stores-icon {
  font-size: 0.9em;
}

.stores-list .card-header {
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.store-list-second-line {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
}

.store-list-second-line-right {
  justify-content: flex-end;
}


.store-average {
  text-align: left;
  font-size: 0.9rem;
}

.store-list-name {
  font-size: 1em;
  flex: 2;
}

.store-info {
  display: flex;
}

.store-ranking {
  font-size: 1.1em;
  font-weight: bold;
}

.store-points {
  font-size: 1.1em;
  font-weight: bold;
}

.store-code-name {
  font-size: 1.1em;
  font-weight: bold;
}

.order-area {
  margin-top: 4px;
  margin-bottom: 4px;
}

.stores-list-row {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 4px; */
  padding: 6px;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 12%); */
  align-items: flex-start;
}

.stores-list-row label {
  margin-bottom: 0px !important;
}

.store-search {
  display: flex;
  /* margin: 6px; */
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  /* margin-top: 4px; */
  margin-bottom: 8px;
}

.store-order {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  row-gap: 6px;
}

.rank-order {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.filter-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.filter-warning {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.df {
  display: flex;
}

.store-state-icons {
  display: flex;
}

.stores-list .card {
  padding: 0px;
  margin: 0px;
  margin-top: 6px;
}

.store-search-icon {
  margin: 6px;
}

.btn-sort {
  padding: 2px 8px;
  font-size: 1.3em;
}

/* google graphs */

.section-bar-chart {
  margin: 2px 8px;
}

/* Debug */

.btn-debug {
  margin-bottom: 10px;
  width: 260px
}

/* Survey */

.survey-detail {
  padding: 8px;
  font-size: 0.9em;
}

.survey-group-box {
  color: white;
  position: relative;
  width: 100%;
  overflow-wrap: break-word;
}

.action-plan-group-box {
  position: relative;
  width: 100%;
  overflow-wrap: break-word;
}

.end-space {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
}

.text-red {
  color: red;
}

.help .t0 {
  font-size: 1.1em;
}

.help .t1 {
  font-size: 1em;
}

.help .t2 {
  font-size: 0.9em;
}

.text2 {
  font-size: 0.9em;
}

.help .t3 {
  font-size: 0.8em;
}

.help .t4 {
  font-size: 0.7em;
}

.ribbon-bg {
  background-image: url(../images/ribbon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon {
  display: flex;
  color: white;
  line-height: 32px;
  font-weight: bold;
  font-weight: bold;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 8px;
}

.ribbon-number {
  font-size: 2em;
}

.ribbon-number-top {
  font-size: 1.6em;
  line-height: 0.8em;
}

.ribbon-top {
  font-size: 1em;
  line-height: 0.9em;
}

.iphone-video {
  position: relative;
}

.iphone-video video {
  display: inline-block;
}

/*.daterangepicker.dropdown-menu{
  top:60px!important;
}*/

/* messages */

.section-message {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.message-title {
  color: white;
  font-size: 1.1em;
  margin: 0px 30px 10px 30px;
}

.message-description {
  color: white;
  font-size: 1em;
  margin: 10px 30px 10px 30px;
}

.message-button {
  margin: 10px 30px 30px 30px;
}

/* media print */

.printable {
  display: none;
}

/* bar graphs css */

.g-cont {
  display: flex;
  background-color: gainsboro;
  width: 100%;
  height: 15px;
  flex-direction: column;
  margin-top: 6px;
}

.g-100 {
  display: flex;
  width: 100%;
  height: 15px;
  flex-direction: row;
}

.g-100-2 {
  display: flex;
  width: 100%;
  height: 5px;
  flex-direction: row;
}

.g-good {
  display: flex;
  height: 10px;
  background-color: green;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.g-bad {
  display: flex;
  height: 10px;
  background-color: red;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.g-good-p {
  display: flex;
  height: 5px;
  background-color: rgb(0, 65, 0);
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.g-good-np {
  display: flex;
  height: 5px;
  background-color: green;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.g-bad-p {
  display: flex;
  height: 5px;
  background-color: rgb(145, 0, 0);
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.g-bad-np {
  display: flex;
  height: 5px;
  background-color: red;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.store-selector {
  border-radius: 10px;
}

.stores-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#stores-action-sheet {
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

#config-action-org {
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.stores-buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  row-gap: 6px;
  width: 100%;
}

.active-org-row {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  align-items: center;
}

/* Calendar */

.c-today {
  border-radius: 4px;
  display: flex;
  width: 100%;
  border: 2px solid #bc2130;
}

.c-events-resume {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.activity-state {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, .03);
  padding: 10px 15px 10px 15px;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.bg-green {
  background-color: green;
}

.switch-working {
  transform: scale(1.2);
}

.c-day-cont {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
}

.c-day {
  display: flex;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: white;
  font-weight: bold;
  justify-content: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.c-monthyear {
  display: flex;
  padding: 2px;
  font-size: 0.9rem;
  font-weight: bold;
}

.c-tasks {
  font-weight: bold;
  display: flex;
  width: 100%;
  gap: 4px;
}

.cal-resume-row {
  display: flex;
  flex: 1;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  align-items: center;
  font-size: 1.2rem;
  flex-direction: row;
  justify-content: space-evenly;
}

.cal-resume-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cal-buttons-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cal-month-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: .8rem;
  margin-bottom: 12px;
}

.cal-month {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: .8rem;
}

.cal-t-month-year {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}

.cal-week {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cal-t-day {
  display: flex;
  background-color: #bc2130;
  color: white;
  flex: 1;
  justify-content: center;
  border: 1px solid white;
}

.cal-day {
  display: flex;
  height: 40px;
  flex: 1;
  line-height: 1rem;
  justify-content: flex-start;
  color: #888;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  margin: 1px;
}

.cal-resume-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.current-month {
  color: black;
  background-color: aliceblue;
}

.current-day {
  background-color: #bc2130;
  color: white;
  font-weight: bold;
}

.cal-hour {
  display: flex;
  width: 100%;
  margin-bottom: 2px;
  background-color: aliceblue;
}

.cal-hour-week {
  flex: 2;
  border-right: 2px solid white;
}

.cal-hour-week-cont {
  display: flex;
  width: 100%;
}

.cal-hour-number {
  display: flex;
  font-size: 0.6rem;
  border-right: 2px solid white;
  align-items: flex-start;
  justify-content: center;
  padding: 4px;
}

.cal-push-right {
  width: 36px;
}

.cal-header-cont {
  display: flex;
}

.borde-activo {
  border: 1px solid #bc2130;
}

.no-borde-activo {
  border: 1px solid white;
}

.cal-day-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.day-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.cal-week-day {
  flex: 2;
}

/* Events */

.cont-events-size {
  left: 34px;
  width: calc(100% - 34px);
}

.cont-events-cards {
  left: 0px;
  width: 100%;
}

.week-events-container {
  display: flex;
  position: relative;
  width: 100%;
  left: 34px;
}

.week-events-container-card {
  display: flex;
  position: relative;
  width: 100%;
  left: 0px;
  flex-direction: column;
}

.day-events {
  /* flex: 2; */
  left: 0px;
}

.cal-week-events {
  display: flex;
  position: absolute;
  top: 0px;
  width: 100%;
}

.cal-day-events {
  flex: 2;
  margin: 1px;
}

.event-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  top: 0px;
  height: auto;
  width: 100%;
}

.event-cont-icon {
  display: flex;
  border-radius: 4px;
  align-items: center;
  width: calc(100%/7);
  justify-content: center;
}

.event-cont-hours-mode {
  position: absolute;
}

.event-icon {
  display: flex;
  align-items: center;
  min-width: 30px;
  justify-content: center;
  background-color: rgb(0, 0, 0, 0.3);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.event-detail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  font-size: 0.9rem;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* end events */

.action-sheet-mask {
  background-color: rgba(0, 0, 0, .5) !important;
}

.action-sheet {
  font-size: 0.9rem;
}

.rotate90 {
  transform: rotate(90deg);
}

.user-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.gps-button span {
  font-weight: bold;
}

/* User Circle */

.user-circle-cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.user-circle {
  color: white;
  width: 26px;
  height: 26px;
  border-radius: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
}

/* Segments & rankings */

.segments-stats {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  width: 100%;
}

.res-seg-title {
  font-size: 1.1em;
}

.segment-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.segment-title-resume {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.export-buttons {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Rankings */
.rank-cont {
  padding: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.rank-data-box {
  display: flex;
  justify-content: space-between;
}

.rank-data-cont {
  display: flex;
  align-items: center;
}

.rank-pos-icon {
  font-size: 1.2em;
}

.rank-data {
  font-size: 1.3em;
  font-weight: bold;
}

.rank-slot {
  display: flex;
  border-radius: 4px;
  padding-right: 6px;
  padding-left: 6px;
  align-items: center;
}

.indicatorChart {
  width: 100%;
  height: 160px;
}

.indicator-ranking {
  margin-top: 4px;
  margin-bottom: 4px;
  border-left: 4px solid;
  padding-left: 4px;
}

.cat-name {
  margin-top: 4px;
  margin-bottom: 4px;
}

.cat-graph {
  margin-top: 2px;
  margin-bottom: 6px;
}

.graph-labels {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.graph-label-slot {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.graph-serie-box {
  display: block;
  height: 10px;
  width: 20px;
}

/* calendar */

.new-item-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.new-item-cont>* {
  margin: 6px;
  min-width: 220px;
}

/* Responsive */

.resp-row {
  margin: 0px !important;
}

.resp-col {
  padding: 0px !important;
}

/* For mobile phones: */

@media only screen and (min-width: 768px) {}

.user-viewer {
  display: flex;
  padding: 6px;
  background-color: whitesmoke;
  margin-top: 6px;
  border-radius: 4px;
  align-items: center;
}

.user-viewer .user-image {
  background-color: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 6px;
  border: 2px solid white
}

/* .toolbar__left,
.toolbar__center,
.toolbar__right {
  height: 0px;
  line-height: 0px;
} */

.change-user {
  display: flex;
  background-color: #333;
  color: white;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.user-viewer-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.viewer-profile-name {
  font-weight: bold;
  font-size: 1rem;
}

.viewer-profile-rol {
  font-size: .8rem;
  line-height: 0.9rem;
}

.priorities-charts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.priority-charts {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.priority-charts .title {
  margin-bottom: 4px;
}

.priority-data {
  display: flex;
  flex-direction: column;
  height: 26px;
  margin-bottom: 4px;
}

.catbar {
  display: flex;
  align-items: center;
}

.catbar-name {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.cat-name {
  display: flex;
  font-size: .85rem;
}

.cat-data-bar {
  height: 0.9rem;
}

.cat-t {
  margin: 10px;
  font-size: 0.9rem;
  font-weight: bold;
}

/* QR reader */

.qr-reader-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.qr-cont {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #555;
}

.qr-button {
  margin-top: 4rem;
}

.cv-buttons {
  display: flex;
  justify-content: center;
  height: 12vh;
  align-items: center;
  gap: 30px;
}

.cv-button {
  font-size: 2rem;
  border-radius: 50%;
  color: white;
  width: 82px;
  height: 82px;
}

.cv-titles-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.cv-list-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
  align-items: flex-start;
  padding: 4px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.cv-red {
  background-color: red !important;
}

.cv-green {
  background-color: green !important;
}

.cv-orange {
  background-color: orange !important;
}

.cv-cyan {
  background-color: cyan !important;
}

.cv-thumbail {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.cv-data {
  display: flex;
  flex-direction: column;
  flex: 2;
  text-align: left;
}

.cv-info {
  display: flex;
  font-size: 1rem;
  flex-direction: row;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cv-info-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: left;
}

.cv-row-name {
  font-size: 1rem;
  font-weight: bold;
}

.cv-row-info {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
}

.cv-title {
  display: inline-block;
  font-size: 0.85rem;
  flex-direction: column;
  border-bottom: 1px solid gray;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cv-store-code {
  width: 70px;
  font-weight: bold;
  text-align: right;
}

.cv-rate {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}

.cv-rate .far {
  flex: 1;
  text-align: center;
}

.cv-content {
  display: flex;
  flex-direction: column;
}

.cv-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.cv-search span {
  width: 100%;
}

.cv-thumbail i {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: cyan;
}

.cv-video {
  width: 100%;
  height: 76vh;
  object-fit: cover;
}

.cv-video-thumbail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cv-red {
  background-color: red !important;
}

.cv-green {
  background-color: green !important;
}

.cv-orange {
  background-color: orange !important;
}

.cv-cyan {
  background-color: cyan !important;
}

.span-stores-code {
  font-size: 0.70rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.org-user-cont {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.org-user-rol-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.org-user-rol {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.org-user-name {
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.org-user-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 2rem;
  justify-content: space-between;
}

.month-average {
  font-size: 1.4rem;
  font-weight: bold;
}

.org-user-multimedia {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #888;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.org-child-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #888;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.org-border-red {
  border: 2px solid red;
}

.org-border-green {
  border: 2px solid green;
}

.f-bg {
  display: flex;
  margin: 10px;
  width: calc(100vw - 20px);
  height: calc(100vh - 20px);
  background-color: white;
  color: #000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-cont {
  display: flex;
  flex-direction: column;
  background-color: #bc2130;
  height: 80vh;
  align-items: center;
  justify-content: center;
}

.f-icon {
  display: flex;
  font-size: 6rem;
  align-items: flex-end;
  justify-content: center;
}

.f-title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-align: center;
}

.f-desc {
  font-size: 1.2rem;
  text-align: center;
  color: white;
}

.f-detail {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: white;
}

.circles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 4px;
  font-size: .7rem;
  height: 60px;
}

.c-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-close {
  display: flex;
  height: 20vh;
  bottom: 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #bc2130;
}

#confeti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  /* Ajusta el índice Z según sea necesario para que aparezca por encima de otros elementos */
}

.org-stores-spy {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}

.btn-org {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  flex: 1;
}

.btn-org i {
  font-size: 1.5rem;
}

.rate-star {
  font-size: 2rem;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 30px
}

.dialog-stars {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: orange;
}

.dialog {
  border-radius: 8px;
}

.dialog button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tickets-resume-view-mode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}

/* categories list */

.category-cont {
  display: flex;
  flex-direction: column;
}

.category-item {
  display: flex;
  flex-direction: row;
  flex: 2;
  align-items: center;
  border-bottom: 1px solid #999;
  width: 100%;
  justify-content: space-between;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  padding: 6px;
  margin: 0px;
  margin-top: 6px;
}

.category-data {
  display: flex;
  flex-direction: column;
  flex: 2;
}

.subCat-cont {
  display: flex;
  margin: 6px;
  margin-left: 20px;
  border-bottom: thin solid lightgray;
  padding-bottom: 4px;
}

.sub-category-item {
  padding-bottom: 9px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 8px 0px;
  border-bottom: 1px solid #999;
}

.sub-category-slot {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.category-subitem-title {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  min-height: auto;
  width: 100%;
}

.sub-category-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.btn-warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.cat-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 4px;
  margin-bottom: 2px;
}

.subcat-tickets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.chart-color {
  display: flex;
  height: 4px;
  margin-top: 2px;
}

.category-first-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px !important;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.cat-values {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.cat-title-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.chart-icon-cont {
  display: flex;
}

.warning-short-legend {
  display: block;
  padding: 4px;
  border-radius: 4px;
}

.redPrev {
  background-color: #ffe1e4;
}

.greenPrev {
  background-color: #e3ffe0;
}

.card-subtitle {
  font-size: .9rem;
  font-weight: normal;
}

.on-traking-cont {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flex1 {
  flex: 1;
}

.card-color-fix {
  color: black;
}

.task-progress {
  font-size: 0.8em;
  line-height: 1.2em;
}

#task-modal .modal__content {
  vertical-align: bottom !important;
}

#step-modal .modal__content {
  vertical-align: bottom !important;
}

.task-done {
  color: gray;
  text-decoration: line-through;
}

.todo-detal-buttons {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
}

.badge-todo-alert {
  padding: 2px 6px;
  border-radius: 4px;
  background-color: red;
  color: white;
}

/* TodoList */

.task-list-item {
  display: flex;
  padding: 4px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.task-list-item-title {
  flex: 1;
  line-height: 1.2rem;
}

.task-detail-name {
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: flex;
  flex: 2;
}

ons-list-item i {
  width: 26px;
  text-align: center;
}

.new-todo-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.task-title-desc {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.task-title-desc p {
  font-size: 0.85rem;
  margin-bottom: 0;
}

.task-out-of-date {
  color: red;
}

.flipped-icon {
  transform: scaleX(-1);
}

.todo-item-title {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  align-items: center;
  min-height: 100px;
}

.todo-item-cont {
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
}

.todo-item-config {
  font-size: .85rem;
}

.todo-expired {
  color: red;
}

.t-list-cont {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.t-list-row {
  display: flex;
  flex-direction: column;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  border-color: rgba(0, 0, 0, 0.125);
  border-width: 1px;
  border-style: solid;
  align-items: center;
  border-radius: 4px;
}

.t-list-row-l {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: baseline;
  margin-bottom: 4px;
}

.t-list-row-sb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.t-row {
  display: flex;
  align-items: center;
}

.t-resume {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 8px;
}

.t-resume-item {
  display: flex;
  flex-direction: column;
  flex: 2;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  padding: 8px 0px;
  align-items: center;
  color: white;
}

.t-resume-item-num {
  font-size: 1.2rem;
}

.t-list-order {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  row-gap: 6px;
}

.todo-list-cont {
  display: flex;
  flex-direction: column;
  margin: 0px 8px;
  gap: 6px;
}

.todo-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  border-color: rgba(0, 0, 0, 0.125);
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  min-height: 50px;
}

.todo-list-step {
  display: flex;
  flex-direction: row;
  padding: 4px;
  min-height: 40px;
}

.todo-list-item-checkbox {
  padding-right: 8px;
}

.flex-2 {
  display: flex;
  flex: 2;
  justify-content: center;
  align-items: center;
}

.todo-b-resume {
  display: flex;
  flex-direction: column;
  flex: 2;
}

.todo-b-info {
  display: flex;
  flex-direction: row;
}

.grid-cont {
  display: grid;
  grid-template-columns: auto 2fr auto;
  /* Tres columnas iguales */
  gap: 4px;
  height: 100%;
}

.grid-header,
.grid-item {
  padding: 4px;
  /* border: 1px solid #ccc; */
  text-align: left;
}

.grid-header {
  font-weight: bold;
  background-color: #f0f0f0;
}

.grid-roles-cont {
  display: grid;
  grid-template-columns: auto 2fr auto;
  /* Tres columnas iguales */
  gap: 4px;
}

.grid-roles-header,
.grid-roles-item {
  padding: 4px;
  /* border: 1px solid #ccc; */
  text-align: left;
}

.grid-roles-header {
  font-weight: bold;
  background-color: #f0f0f0;
}

.list-detail {
  display: flex;
  flex-direction: column;
}

.list-name {
  font-size: 1.2rem;
  margin-bottom: 2px;
  line-height: normal;
  margin-bottom: 6px;
}

.note-list {
  font-size: 0.8em;
  line-height: 1.2em;
  border-bottom: 1px solid #d2d6de;
  padding-bottom: 2px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 4px;
  width: 100%;
}

.note-setup {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 10px;
}

.b-done {
  width: 26px;
  padding-right: 4px;
  text-align: center;
}

.user-assign-row {
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  border-color: rgba(0, 0, 0, 0.125);
  border-width: 1px;
  border-style: solid;
  align-items: center;
  border-radius: 6px;
  display: flex;
  align-content: space-between;
  flex-direction: row;
  justify-content: space-between;
}

.user-assign-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.user-assign-data-name {
  font-size: 0.95rem;
  line-height: 1em;
}

.task-avatar-sel {
  width: 36px;
  height: 36px;
  background-color: gray;
  border-radius: 50%;
  background-size: cover;
}

.task-avatar {
  width: 30px;
  height: 30px;
  background-color: gray;
  border-radius: 50%;
  background-size: cover;
}

.task-assigned-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 10px;
}

.task-assigned-to-name {
  display: flex;
  flex-direction: column;
}

.note-small {
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.select-user-data {
  display: flex;
  flex-direction: row;
}

.bg-info2 {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: white !important;
}

.store-type-cont {
  display: flex;
  flex-direction: column;
}

.image-slot2 {
  position: relative;
  height: 70px;
  width: 100px;
  background-color: gray;
  background-size: cover;
}

.close-photo {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  color: white;
}


.image-slot3 {
  position: relative;
  display: flex;
  height: 140px;
  width: 100%;
  background-color: gray;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
}

.image-slot3 button {
  border-radius: 50%;
}


.btn-todo-resume {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: auto;
}

.btn-todo-resume-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}


.todo-icon-resume {
  font-size: 2.3rem;
}

.todo-icon-resume-medium {
  font-size: 1.6rem;
}

.todo-icon-resume-small {
  font-size: 1.1rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.todo-data-resume {
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.todo-data-resume-sb {
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  width: 100%;
}

.todo-icon-svg {
  vertical-align: text-top;
  height: 13px;
}

.resume-icon-img {
  position: relative;
  vertical-align: text-top;
  height: 17px;
  top: 1px;
}


.task-desc-cont {
  display: flex;
  flex-direction: column;
}

.task-detail {
  display: flex;
  flex-direction: column;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  border-color: rgba(0, 0, 0, 0.125);
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  min-height: 50px;
}

.btn-icon-svg {
  width: 38px;
  max-height: 22px;
  padding-bottom: 4px;
}

.flex100 {
  display: flex;
  flex: 2;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.multimedia-cont {
  display: flex;
  flex-wrap: wrap;
}

.task-edit-row {
  display: flex;
  margin-top: 4px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  row-gap: 6px;
}

.task-row-content {
  width: 100%;
}

.filter-type {
  display: flex;
  flex-direction: column;
  padding: 6px;
}

/* Dona 1 valor*/

.doughnut-chart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doughnut-chart::before {
  content: '';
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #e0e0e0;
  /* Background color */
  position: absolute;
  z-index: 1;
}

.doughnut-chart::after {
  content: '';
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.doughnut-chart .label {
  position: absolute;
  font-size: 0.8em;
  color: black;
  z-index: 3;
}

/* fin dona 1 valor */

/* Dona 2 valores */

/* Dona 2 valores */

.doughnut-chart-two {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doughnut-chart-two::before {
  content: '';
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #e0e0e0;
  position: absolute;
  z-index: 1;
}

.doughnut-chart-two::after {
  content: '';
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.doughnut-chart-two .label {
  position: absolute;
  font-size: 0.8em;
  color: black;
  z-index: 3;
}

/* FIn Dona 2 valores */

.list-name-progress {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
  margin-bottom: 6px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: row;
}

.list-name-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.list-table-slots {
  padding-top: 8px;
  display: flex;
  flex-direction: row;
}

.list-table-slots-stores {
  padding-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list-table-slots-stores-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.callout-icon {
  font-size: 1.4rem;
}

.trix-button--icon-link {
  display: none;
}

.trix-button--icon-code {
  display: none;
}

.trix-button-group--file-tools {
  display: none !important;
}

.row-order {
  display: flex;
  row-gap: 4px;
  flex-wrap: wrap;
}

.bg-warning {
  color: black;
}

.survey-item-detail {
  display: flex;
  flex-direction: column;
}

.item-cont-detail {
  display: inline-block;
  width: 100%;
  border-left: 4px solid #EEEEEE;
  padding-left: 4px;
  background-color: floralwhite;
}

.item-text {
  line-height: 1.2em;
}

.error-row {
  display: flex;
  justify-content: space-between;
  background-color: #EEEEEE;
  margin-bottom: 3px;
  padding: 3px;
  font-size: 0.9em;
  flex-direction: column;
}

.store-spy-button {
  width: 100%;
}

.t-list-center {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.btn-group {
  background-color: white;
}

.b-g {
  display: flex;
}

.item-to-action-plan {
  display: flex;
  padding: 4px;
}

.event-type-cont {
  display: flex;
  flex-direction: row;
  font-weight: normal !important;
  align-items: center;
}

.event-type {
  display: flex;
  flex-direction: column;
}

.images-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ac-cont-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  border-left: 4px solid #EEEEEE
}

.ac-cont-info {
  display: flex;
  flex-direction: column;
  flex: 2;
}

.ac-cont-body {
  background-color: white;
  border-left: 4px solid #EEEEEE;
  margin-bottom: 10px;
  padding: 4px;
}

.message-stores-options {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.message-stores-options button {
  flex: 1;
}

.h-cont {
  display: flex;
  position: relative;
  font-size: .7rem;
  height: 80px;
  border-bottom: 1px solid rgb(190, 190, 190);
}

.h-v-points {
  display: flex;
  flex-direction: column;
  width: 20px;
  flex-direction: column-reverse;
}

.h-v-point {
  display: flex;
  height: 100%;
  border-top: 1px solid rgb(190, 190, 190);
  border-right: 1px solid rgb(190, 190, 190);
  justify-content: flex-end;
}

.h-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 100%;
}

.h-bar-100v {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  height: 100%;
  align-items: flex-end;
}

.h-bar {
  display: flex;
  background-color: red;
  color: white;
  width: 100%;
  margin: 0px 10px;
  justify-content: center;
  z-index: 2;
  min-height: 1px;
}

.h-text {
  position: relative;
  bottom: 0px;
  left: 0px;
  display: flex;
  color: white;
  width: 100%;
  justify-content: center;
  z-index: 2;
  min-height: 1px;
}

.h-bars-title {
  display: flex;
  font-size: .7rem;
}

.h-bars-title :first-child {
  margin-left: 18px;
}

.h-bar-title {
  display: flex;
  width: 100%;
  justify-content: center;
}

.h-threshold {
  position: absolute;
  left: 0px;
  width: 100%;
  border-top: 1px dotted gray;
}

.t-channel-title-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.h-span {
  position: absolute;
}

.r-task-text {
  display: flex;
  flex-direction: column;
}

.r-task-icon {
  font-size: 1.2rem;
}

.fsb {
  display: flex;
  justify-content: space-between;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 2rem;
}

.star-rating .fas {
  cursor: pointer;
  color: #ffd700;
  /* Color de estrellas doradas */
}

.star-rating .far {
  font-size: 2rem;
  color: #ccc;
  /* Color de estrellas vacías */
}

.feedback {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feedback-note {
  display: flex;
  justify-content: center;
  margin: 0px 30px;
  text-align: center;
  line-height: 1.2rem;
  font-weight: bold;
}

.task-step-options {
  display: flex;
  row-gap: 6px;
  gap: 6px;
}

.roles-cont {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 20px;
}

.roles-cont-scroll {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 20px;
  max-height: 70vh;
  overflow-x: scroll;
}

.stores-list-cont {
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}

.roles-row {
  display: flex;
  flex-direction: row;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  border-color: rgba(0, 0, 0, 0.125);
  border-width: 1px;
  border-style: solid;
  align-items: center;
  border-radius: 4px;
  justify-content: space-between;
}

.roles-rol {
  background-color: #d2d6de;
}

.alpha-white {
  color: rgba(255, 255, 255, 0.5);
  /* Blanco con 50% de opacidad */
}

.task-table {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
  /* espacio entre filas */
}

.task-row {
  display: grid;
  /* 80px para código, 200px para nombre, y 3 columnas iguales para las fechas */
  grid-template-columns: 60px 120px repeat(3, 1fr);
  align-items: left;
  /* centra verticalmente el contenido */
}

.task-row.header {
  font-weight: bold;
  background: #f5f5f5;
}

.task-div {
  padding: 2px 4px;
  border: thin solid #ddd;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body-cont {
  display: flex;
  flex: 1;
  width: 100%;
  /* Ajusta el ancho al 100% del contenedor padre */
  overflow-x: auto;
  /* Habilita el scroll horizontal */
  white-space: nowrap;
  /* Evita que el contenido se ajuste en varias líneas */
  font-size: 0.9rem;
}

.roles-col {
  display: flex;
  flex-direction: column;
}

.store-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2px;
}

.store-item {
  font-size: 0.9rem;
  background-color: gray;
  color: white;
  border-radius: 4px;
  padding: 2px;
}

.ticket-resolution-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-rate {
  padding: 10px;
  border-radius: 4px;
}

.card-geo {
  color: black;
}

.geo-feedback {
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 4px;
}

/* ------------------- */

.resume-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Dos columnas */
  gap: 10px;
  width: 100%;
  margin: auto;
}

.full-width {
  grid-column: 1 / -1;
  /* Abarca desde la primera hasta la última columna */
}

.resume-grid .ni {
  display: flex;
}

.resume-grid .ni button {
  width: 100%;
}

.row-busquedas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  border-color: rgba(0, 0, 0, 0.125);
  border-width: 1px;
  border-style: solid;
  align-items: center;
  border-radius: 4px;
}

.act-resume-icon {
  font-size: 1rem !important;
}

.resume-today {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.resume-date {
  font-size: 0.8rem;
}

.resume-welcome {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.resume-org {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.today-icon {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.org-icon {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.8rem;
}

.pop-up {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100vh;
  background-color: rgba(0, 0, 0, .2);
}

.fill-all {
  display: flex;
  width: 100%;
}

.resume-second-value {
  font-size: 1.2rem;
}

.stat-position {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 4px;
}

.stat-result {
  display: flex;
  flex: 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 4px;
}

.stat-position-num {
  display: flex;
  font-size: 1.8rem;
  line-height: normal;
  align-items: center;
}

.stat-position-num i {
  display: flex;
  font-size: 1.2rem;
  align-items: center;
}

.stat-result-num {
  display: flex;
  font-size: 1.8rem;
  line-height: normal;
  align-items: baseline;
}

.stat-store-num-store i {
  font-size: 1.2rem;
}

.stat-store-num-s {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.stat-store-name {
  font-size: .85rem;
  text-align: center;
  line-height: 1.2rem;
}

.current-store {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.current-store-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.current-store-code {
  font-weight: bold;
  line-height: normal;
}

.current-store-name {
  line-height: normal;
}

.stores-select-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
  padding: 6px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
  align-items: flex-start;
  align-items: center;
}

.eval-store {
  display: flex;
  flex-direction: column;
  padding: 10px !important;
  border-radius: 4px;
}

.alert-eval-title {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.alert-eval-description {
  margin-top: 6px;
  font-size: 0.85rem;
}

.alert-eval-cont {
  display: flex;
  flex-direction: column;
}

.geo-detected-store {
  display: flex;
}

.f2 {
  display: flex;
}

.ons-fab {
  display: flex !important;
  /* height: 60px !important; */
  align-items: center;
  justify-content: center;
}

.subcat-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.assist-info {
  display: flex;
  color: white;
  padding: 10px;
  border-radius: 4px;
  align-items: baseline;
}

.tickets-stats {
  display: flex;
  background-color: #888;
  width: 100%;
  padding: 10px;
  border: 1 solid red;
  border-radius: 4px;
}

.user-stats-data {
  display: flex;
  flex-direction: column;
}

.user-stats-line {
  display: flex;
  flex-direction: row;
}

.stats-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 6px;
  align-items: center;
  border-radius: 4px;
}

.stats-info span {
  font-size: 1.2rem;
}

.stats-c {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6px;
  gap: 4px;
}

.stats-resume {
  display: flex;
  align-items: center;
  /* border: 0.5px solid #bc2130; */
}

.stats-resume-icon {
  padding: 2px 6px;
  border-radius: 4px;
}

.store-active-plan-cont {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-danger {
  background-color: red !important;
  border-color: red !important;
  color: white;
}

.bg-blue-pdm {
  background-color: #d6efff !important;
}

.bg-red-pdm {
  background-color: rgb(255, 168, 168) !important;
}

.bg-green-pdm {
  background-color: rgb(208, 255, 208) !important;
}

.bg-orange-pdm {
  background-color: rgb(255, 226, 173) !important;
}

.pdm-smart {
  font-size: 1.2rem;
}

.org-multi {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.org-multi-2 {
  display: flex;
  gap: 10px;
}

.org-selection {
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 4px;
  background-color: #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
}

.pdm-container {
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 4px;
}

.pdm-values-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.pdm-value-cont {
  display: flex;
  flex-direction: column;
  padding: 4px;
  border-radius: 4px;
  align-items: center;
  flex: 1;
}

.gap1 {
  gap: 4px;
}

.icon-new-fix {
  bottom: 3px;
}

.tickets-pending-status {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cont-fix-1 {
  padding-right: 1px;
}

.img-cal-cog {
  display: flex;
  width: 18px;
}

.img-cal-stores {
  display: flex;
  width: 34px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.channel-stats-cont {
  width: 100%;
}

.sc-stats {
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}

.org-kpi {
  font-size: 0.8rem !important;
}

.pdm-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: auto;
  border-radius: 4px;
  width: 100%;
  color: white;
}

.select-rol-row {
  display: flex;
}

.file-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 31px;
}

.t-border-selected {
  border: 1px solid gray !important;
}

.t-selected {
  position: absolute;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  font-size: 1.3rem;
  background-color: #bc2130;
  color: white;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
}

.error-text {
  color: red;
}

.ia-t-menu {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.incidence-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  border-left-color: rgba(0, 0, 0, 0.125);
  border-left-width: 6px;
  border-left-style: solid;
  border-radius: 4px;
  min-height: 50px;
}

.t-priority-box {
  position: relative;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

.new-ticket-title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 10px;
}

table {
  font-size: 0.9rem;
}