/* @media (min-width: 992px) {
      .topnav {
        height: 64px;
      }
    } */

/* .topnav {
      background: #fff;
      box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
      margin-top: 52px;
      padding: 0 calc(24px * .5);
      position: fixed;
      left: 0;
      right: 0;
      z-index: 100;
    } */

.content-page {
  padding: 70px 15px 65px 15px !important;
}

.m-nav {
  margin-top: 0 !important;
}

.topnav {
  position: sticky;
  top: 70px;
  margin-top: 0;
}

#wrapper {
  overflow: visible;
}

.cs-menu-scroll {
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
}

.cs-menu-scroll>*:not(.v-mobile) {
  display: inline-block;
}

.custom-nav-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.custom-nav-buttons>* {
  position: static;
}

@media screen and (min-width: 1024px) {
  .custom-panel {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 14rem);
  }

  .custom-panel-2 {
    overflow: hidden;
    height: calc(100vh - 13rem);
  }

  .archivos-table {
    max-height: none;
    height: calc(100vh - 28rem);
  }
}

.panel-scrolltable-large .scrollable {
  max-height: calc(100vh - 13.5rem);
}

.panel-scrolltable .scrollable {
  max-height: calc(100vh - 18rem);
}

.panel-scrolltable-2 .scrollable {
  max-height: calc(100vh - 18rem) !important;
}

.panel-scrolltable-chat .conversation-list {
  max-height: calc(100vh - 24rem) !important;
}

#chat .simplebar-mask {
  margin-bottom: 7rem !important;
}

.activity-time {
  max-width: 100px;
}

#importar_oportunidad .tasklist>li {
  height: 2.5rem;
}

#importar_oportunidad .tasklist>li.line {
  position: relative;
  border-color: transparent;
  padding-left: 0 !important;
}

/* #importar_oportunidad .tasklist>li.line::before {
      content: "";
      height: 1rem;
      width: 40%;
      top: 50%;
      right: -15%;
      display: flex;
      position: absolute;
      z-index: 1;
      background-image: url('assets/icons/arrow.png');
      background-size: contain;
      transform: rotate(180deg);
    } */

#importar_oportunidad .tasklist>li.line::before {
  content: "";
  height: 1.5rem;
  width: 50%;
  top: calc(50% - 0.75rem);
  right: -47%;
  display: flex;
  position: absolute;
  z-index: 0;
  background-image: url('assets/icons/arrow.png');
  background-size: contain;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}

/* #importar_oportunidad .tasklist>li.line::after {
      content: "\2190";
      position: absolute;
      top: -53.8%;
      left: 70%;
      font-weight: bold;
      font-size: 3rem;
      z-index: 1;
    } */

.mapeo-drop-zone li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 0.5rem 0 0 !important;
}

.mapeo-drop-zone>li>.contenido {
  display: flex;
  height: 100%;
  flex: 1;
  padding: 0.5rem 0 0.5rem 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

.mapeo-drop-zone>li>.action {
  display: none;
  align-items: center;
  justify-content: center;
}

.mapeo-drop-zone>li.with-content {
  border-color: rgb(255, 35, 35);
}

.mapeo-drop-zone>li.with-content>.action {
  display: flex;
}

.mapeo-list>li {
  margin-right: 0 !important;
}

.dropend .dropdown-menu-end[style] {
  right: auto !important;
}

.funnel-check .dias-input {
  display: none;
}

.funnel-check .dias-check+.dias-input {
  display: none;
}

.funnel-check .dias-check:checked+.dias-input {
  display: flex;
}

.dropdown-menu {
  min-width: 16.5rem !important;
}

.etapas-funnel .etapas-label {
  display: flex;
  flex-direction: column;
}

.etapas-funnel .etapas-label p {
  margin: 0;
}

.etapas-funnel .etapas-label>div {
  height: 3rem;
  display: flex;
  align-items: center;
}

.etapas-funnel .etapa-bar {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #999999;
}

.etapas-funnel .etapas-stats {
  display: flex;
  flex-direction: column;
}

.etapas-funnel .etapas-stats p {
  margin: 0;
}

.etapas-funnel .etapas-stats>div {
  height: 3rem;
  display: flex;
  align-items: center;
}

.funnel-ganados-perdidos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.funnel-ganados-perdidos .funnel-bar {
  border: 0.1rem solid #999999;
  height: 3rem;
}


.table-funnel> :not(caption)>*>* {
  padding: 0;
}

.table-funnel tr.total>* {
  padding-bottom: 1rem;
}

.table-funnel .etapa {
  width: 15%;
  padding: 0 1rem;
  vertical-align: middle;
}

.table-funnel .bar {
  width: 65%;
  text-align: center;
}

.table-funnel .bar>div {
  width: 100%;
  height: 3rem;
  border: 0.1rem solid var(--bs-primary);
  background-color: var(--bs-primary);
  opacity: 0.3;
}

.table-funnel .bar>div.bar-default {
  margin-left: auto;
}

.table-funnel .bar>div.separator {
  background-color: none;
  border: none;
}

.table-funnel .stats {
  width: 20%;
  padding: 0 1rem;
  vertical-align: middle;
  text-align: right;
}

.advance-info-oportunity {
  display: none;
}

.advance-info-oportunity.show {
  display: inline-block;
}