
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* estilos generales*/
html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #4A4A4A;
  background-color: #F3F6FA;
}

.fs-11{
  font-size: 11px;
}
p, .fs-14{
	font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 20px;
}
.fs-24{
  font-size: 24px;
}
.fs-28{
  font-size: 28px;
}
.fs-36{
  font-size: 36px;
}
/*colores personalizados*/

h3, h6, .txt-darkcprmx{
	color: #001B71;
  font-weight: bold;
}

.txt-cprmx{
	color:#0271CE ;
}

.txt-basic{
  color:#9F9EAD ;
}
.txt-cgreen{
  color: #8CC152;
}
.txt-dgreen{
  color: #78D461;
}
.cprmx-actn{
 background-color: #0271CE;
}
.cprmx-outline{
 border-color: #0271CE;
}
.bg-dark-cprmx{
	background-color: #1E1E2D;
}
.bg-cgreen{
  background-color: #78D461;
}

.bg-cpink{
  background-color: #F53572;
}
.bg-cred{
  background-color: #F6433F;
}


/* estilos buttons*/
.btn-coutline{
    color: #44444F;
    border-color: #F1F1F5;
}
.no-content::after{
content: none;
}

.btn-elim {
    color: #fff;
    background-color: #F6433F;
    border-color: #F6433F;
}
.btn-elim:focus {
    color: #fff;
    background-color: #C62521;
    border-color: #F96966;
}
.btn-elim:hover {
    color: #fff;
    background-color: #C62521;
    border-color: #F96966;
}
.btn-elim:active {
    color: #fff;
    background-color: #C62521;
    border-color: #F96966;
}

.btn-notif {
    color: #fff;
    background-color: #5D3DD8;
    border-color: #7F67DA;
}
.btn-notif:focus {
    color: #fff;
    background-color: #4728C0;
    border-color: #7F67DA;
}
.btn-notif:hover {
    color: #fff;
    background-color: #4728C0;
    border-color: #7F67DA;
}
.btn-notif:active {
    color: #fff;
    background-color: #4728C0;
    border-color: #7F67DA;
}

.btn-cancel {
    color: #fff;
    background-color: #ED5565;
    border-color: #F07986;
}
.btn-cancel:focus {
    color: #fff;
    background-color: #D33B4B;
    border-color: #F07986;
}
.btn-cancel:hover {
    color: #fff;
    background-color: #D33B4B;
    border-color: #F07986;
}
.btn-cancel:active {
    color: #fff;
    background-color: #D33B4B;
    border-color: #F07986;
}

.btn-report {
    color: #fff;
    background-color: #78D461;
    border-color: #78D461;
}
.btn-report:focus {
    color: #fff;
    background-color: #5DA94A;
    border-color: #B7F3A8;
}
.btn-report:hover {
    color: #fff;
    background-color: #5DA94A;
    border-color: #B7F3A8;
}
.btn-report:active {
    color: #fff;
    background-color: #5DA94A;
    border-color: #B7F3A8;
}

.btn-email{
    color: #fff;
    background-color: #48CFAD;
    border-color: #95DECC;
}
.btn-email:focus {
    color: #fff;
    background-color: #07A77F;
    border-color: #95DECC;
}
.btn-email:hover {
    color: #fff;
    background-color: #07A77F;
    border-color: #95DECC;
}
.btn-email:active {
    color: #fff;
    background-color: #07A77F;
    border-color: #95DECC;
}
.btn-lgreen{
    color: #fff;
    background-color: #A0D468;
    border-color: #C1DDA3;
}
.btn-lgreen:focus {
    color: #fff;
    background-color: #74B52F;
    border-color: #C1DDA3;
}
.btn-lgreen:hover {
    color: #fff;
    background-color: #74B52F;
    border-color: #C1DDA3;
}
.btn-lgreen:active {
    color: #fff;
    background-color: #74B52F;
    border-color: #C1DDA3;
}

.btn-pagos{
  background-color: #9F9EAD;
  border-color: #9F9EAD;
}
.btn-check:active+.btn-pagos, .btn-check:checked+.btn-pagos {
    color: #fff;
    background-color: #0271CE;
    border-color: #0271CE;
}

.btn-cpink {
    color: #fff;
    background-color: #E93267;
    border-color: #E93267;
}
.btn-cpink:focus {
    color: #fff;
    background-color: #CE0B44;
    border-color: #E93267;
}
.btn-cpink:hover {
    color: #fff;
    background-color: #CE0B44;
    border-color: #E93267;
}
.btn-cpink:active {
    color: #fff;
    background-color: #CE0B44;
    border-color: #E93267;
}

/* estilos tabs*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs  .nav-link.active {
    color: #0271CE;
    font-weight: bold;
}
.nav-link {
    color: #65647B;
}


#editor-container {
  height: 350px;
}

/* estilos login*/
.bg-login{
	background: url(../img/login_bg_02.png)center center no-repeat;
	background-size: cover;
}

/* estilos sidebar*/

@-webkit-keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes sonar {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

.sidebar-wrapper {
  width: 280px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 999;
  -webkit-transition: left .3s ease, width .3s ease;
  transition: left .3s ease, width .3s ease; }
  .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .sidebar-wrapper a {
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  .sidebar-wrapper .sidebar-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .sidebar-wrapper .sidebar-content {
    max-height: calc(100% -35px);
    height: calc(100% - 35px);
    overflow-y: scroll;
    position: relative; }
    .sidebar-wrapper .sidebar-content.desktop {
      overflow-y: hidden; }
  .sidebar-wrapper .badge {
    border-radius: 0; }

.sidebar-bg .sidebar-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .sidebar-bg .sidebar-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.sidebar-wrapper .sidebar-brand {
  padding: 1rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px; }
  .sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px; }
  .sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block; }
  .sidebar-wrapper .sidebar-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    width: 100%; }
    .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
      display: inline-block;
      -webkit-animation: swing ease-in-out .5s 1 alternate;
      animation: swing ease-in-out .5s 1 alternate; }
    .sidebar-wrapper .sidebar-menu ul li a i {
      margin-right: 10px;
      font-size: 20px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .sidebar-wrapper .sidebar-menu ul li a .menu-text {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      overflow: hidden; }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after,
  .sidebar-wrapper .sidebar-menu .sidebar-subdropdown > a:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu,
    .sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu {
      display: none; }
      .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul,
      .sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu ul {
        padding: 5px 0; }
      .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li,
      .sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li {
        padding-left: 25px;
        font-size: 13px; }
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a,
        .sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li a {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; 
          border-left: none!important;
        }
          
          .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
          .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label,
          .sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li a .badge,
          .sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li a .label  {
            margin-left: auto; }
      .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after,
      .sidebar-wrapper .sidebar-menu .sidebar-subdropdown.active > a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 15px; }

.sidebar-wrapper .sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sidebar-wrapper .sidebar-footer > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    height: 35px;
    line-height: 35px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-wrapper .sidebar-footer > div > a {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .sidebar-wrapper .sidebar-footer > div a .notification {
      position: absolute;
      top: 0; }
    .sidebar-wrapper .sidebar-footer > div.pinned-footer {
      display: none; }
  .sidebar-wrapper .sidebar-footer .dropdown-menu {
    bottom: 36px;
    left: 0 !important;
    top: initial !important;
    right: 0;
    -webkit-transform: none !important;
    transform: none !important;
    border-radius: 0;
    font-size: .9rem; }
  .sidebar-wrapper .sidebar-footer .messages .dropdown-item {
    padding: .25rem 1rem; }
  .sidebar-wrapper .sidebar-footer .messages .messages-header {
    padding: 0 1rem; }
  .sidebar-wrapper .sidebar-footer .messages .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-wrapper .sidebar-footer .messages .message-content .pic {
      width: 40px;
      height: 40px;
      overflow: hidden; }
      .sidebar-wrapper .sidebar-footer .messages .message-content .pic img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .sidebar-wrapper .sidebar-footer .messages .message-content .content {
      line-height: 1.6;
      padding-left: 5px;
      width: calc(100% - 40px); }
      .sidebar-wrapper .sidebar-footer .messages .message-content .content .message-title {
        font-size: 13px; }
      .sidebar-wrapper .sidebar-footer .messages .message-content .content .message-detail {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .sidebar-wrapper .sidebar-footer .notifications .dropdown-item {
    padding: .25rem 1rem; }
  .sidebar-wrapper .sidebar-footer .notifications .notifications-header {
    padding: 0 1rem; }
  .sidebar-wrapper .sidebar-footer .notifications .notification-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sidebar-wrapper .sidebar-footer .notifications .notification-content .icon {
      width: 40px;
      height: 40px; }
      .sidebar-wrapper .sidebar-footer .notifications .notification-content .icon i {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px; }
    .sidebar-wrapper .sidebar-footer .notifications .notification-content .content {
      line-height: 1.6;
      padding-left: 5px;
      width: calc(100% - 40px); }
      .sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-time {
        font-size: .7rem;
        color: #828282; }
      .sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-detail {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .sidebar-wrapper .sidebar-footer .badge-sonar {
    display: inline-block;
    background: #d86703;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0; }
    .sidebar-wrapper .sidebar-footer .badge-sonar:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid #d86703;
      opacity: 0;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      -webkit-animation: sonar 1.5s infinite;
      animation: sonar 1.5s infinite; }



/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh; }
  .page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 2px;
    background-size: cover; }
  .page-wrapper .theme.selected {
    border: 2px solid #00c7ff; }
  .page-wrapper .theme.default-theme {
    background: #1d1d1d; }
  .page-wrapper .theme.chiller-theme {
    background: #374140; }
  .page-wrapper .theme.legacy-theme {
    background: #2e333c; }
  .page-wrapper .theme.ice-theme {
    background: #3a4d56; }
  .page-wrapper .theme.cool-theme {
    background: #46454c; }
  .page-wrapper .theme.light-theme {
    background: #ececec; }
  .page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    -webkit-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
    overflow-x: hidden;
    padding-left: 80px;
     }
    .page-wrapper .page-content .overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 998;
      background: #000;
      opacity: .5;
      display: none; }
  .page-wrapper.toggled .sidebar-wrapper {
    left: 0px; }
  @media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
      padding-left: 280px; } }
  @media screen and (max-width: 768px) {
    /*.page-wrapper.toggled .page-content .overlay {
      display: block; } */}
  @media screen and (min-width: 768px) {
    .page-wrapper.toggled.pinned .page-content {
      padding-left: 80px; } }
  .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper {
    width: 80px; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
      padding: 10px; }
      .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic {
        margin: 0 auto;
        width: 50px;
        float: none; }
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic img {
          margin: auto; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search input,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-info,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .header-menu,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .sidebar-submenu,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a > span,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a::after,
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div:not(.pinned-footer) {
      display: none !important; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search .input-group-text {
      height: 35px; }
    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div.pinned-footer {
      display: block; }
  .page-wrapper .mCSB_scrollTools {
    width: 6px; }
  .page-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0px; }

/*----------------sidebar-theme-colors----------------*/

    .default-theme .sidebar-wrapper {
  background-color: #1E1E2D; }
  .default-theme .sidebar-wrapper .sidebar-item {
    border-top: 1px solid none; }
    .default-theme .sidebar-wrapper .sidebar-item:first-child {
      border-top: none; }
  .default-theme .sidebar-wrapper a:not(.dropdown-item),
  .default-theme .sidebar-wrapper .sidebar-header,
  .default-theme .sidebar-wrapper .sidebar-search input,
  .default-theme .sidebar-wrapper .sidebar-search i {
    color: #adadad; }
  .default-theme .sidebar-wrapper a:not(.dropdown-item):hover,
  .default-theme .sidebar-wrapper .sidebar-menu li.active > a {
    color: #0271CE;

     }
  .default-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .default-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background-color: #2b2b2b;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 1px; }
  .default-theme .sidebar-wrapper .sidebar-menu a:hover i,
  .default-theme .sidebar-wrapper .sidebar-menu a:hover:before,
  .default-theme .sidebar-wrapper .sidebar-menu li.active a i {
    color: #0271CE; }

  .default-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
  .default-theme .sidebar-wrapper .sidebar-menu .sidebar-subdropdown div {
    background-color: #2b2b2b; }
  .default-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #868686; }
  .default-theme .sidebar-wrapper .sidebar-footer {
    background-color: #2b2b2b;
    -webkit-box-shadow: 0px -1px 5px #1d1d1d;
    box-shadow: 0px -1px 5px #1d1d1d;
    border-top: 1px solid #2b2b2b; }
  .default-theme .sidebar-wrapper .sidebar-footer > div:first-child {
    border-left: none; }
  .default-theme .sidebar-wrapper .sidebar-footer > div:last-child {
    border-right: none; }

.default-theme.toggled #close-sidebar {
  color: #adadad; }

.default-theme.toggled #close-sidebar:hover {
  color: #d8d8d8; }

.default-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.default-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.default-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #525965;
  border-radius: 0; }

.default-theme .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.default-theme.sidebar-bg .sidebar-wrapper:before {
  background-color: rgba(42, 42, 42, 0); }

.default-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a i,
.sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li a i,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
  color: #65647B; }

.default-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li > a:hover,
.sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li > a:hover, 
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a {
  color: #0271CE; 
  background: linear-gradient(90deg, #1A2541 8.4%, #1E1E2F 93.13%);
  border-left: solid 3px #0079FF;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li > a:hover,
.sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li > a:hover,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu  li.sidebar-subdropdown.active > a,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-subdropdown div li.active > a
{
  border-left: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:hover > i,
.sidebar-wrapper .sidebar-menu .sidebar-subdropdown .sidebar-subsubmenu li a:hover > i,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a > i
{
    color: #0271CE; 
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
  border-color: none; }

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
  background-color: rgba(81, 81, 81, 0.5); }

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-subdropdown div,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background: linear-gradient(90deg, #1A2541 8.4%, #1E1E2F 93.13%);
  border-left: solid 3px #0079FF;
   }
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-subdropdown div
 {
  border-left: none;
 }

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
  background-color: rgba(56, 56, 56, 0.5);
  -webkit-box-shadow: 0px -1px 5px rgba(29, 29, 29, 0.8);
  box-shadow: 0px -1px 5px rgba(29, 29, 29, 0.8);
  border-top: 1px solid #383838; }

/*Estilos Dashboard*/


.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 2rem;
}



/*Estilos ACTIVIDAD APP*/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0271CE;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
.register .register-right .customer-badge {
  padding: 7px 30px;
  border-bottom: 1px solid #E9ECF2;
  min-height: 80px;
  background-color: #FFFFFF;
}
.register .register-right .customer-badge.location {
  height: 60px;
}
.register .register-right .customer-badge .avatar {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.register .register-right .customer-badge .avatar img {
  width: 100%;
  border-radius: 50%;
}
.register .register-right .customer-badge .details {
  padding: 0px;
  padding-left: 72px;
  text-align: left;
  padding-top: 10px;
  position: relative;
}
.register .register-right .customer-badge .details .name {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
}
.register .register-right .customer-badge .details .name .balance,
.register .register-right .customer-badge .details .name .points {
  font-size: 12px;
}
.register .register-right .customer-badge .details .name:hover {
  color: #489ee7;
}
.register .register-right .customer-badge .details .email {
  color: #67676C;
  font-size: 10px;
  font-weight: 400;
}
.register .register-right .customer-badge .details .btn-edit {
  width: 47px;
  height: 36px;
  background-color: #F9FBFC;
  border: 1px solid #e8ebf1;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #489ee7;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -7px;
  margin-right: -30px;
}
.register .register-right .customer-badge.suggestions {
  border-left: 0px solid #d7dce5;
  border-right: 0	px solid #E9ECF2;
  height: 60px !important;
  padding: 7px 15px !important;
}
.register .register-right .customer-badge.suggestions .avatar {
  width: 35px;
  height: auto;
}
.register .register-right .customer-badge.suggestions:hover,
.register .register-right .customer-badge.suggestions.active,
.register .register-right .customer-badge.suggestions:focus {
  background-color: #f3f4f8;
}
.register .register-right .customer-badge.suggestions .details {
  padding-top: 5px;
  text-align: left;
  padding-left: 40px;
  line-height: 14px;
}
.register .register-right .customer-badge.suggestions .details .name {
  color: #8cc2f0;
}
.customer-badge {
  padding: 7px 30px;
  border-bottom: 1px solid #E9ECF2;
  background-color: #FFFFFF;
}
.customer-badge .avatar {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.customer-badge .avatar img {
  width: 100%;
  border-radius: 50%;
}
.customer-badge .details {
  padding: 0px;
  padding-left: 72px;
  text-align: left;
  padding-top: 10px;
  position: relative;
}
.customer-badge .details .name {
  font-weight: 400;
  color: #67676C;
  font-size: 12px;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  font-size: 12px !important;
}
.customer-badge .details .name .balance,
.customer-badge .details .name .points {
  font-size: 12px;
}
.customer-badge .details .name:hover {
  color: #489ee7;
}
.customer-badge .details .email {
  color: #67676C;
  font-size: 10px;
  font-weight: 400;
}
.customer-badge .details .btn-edit {
  width: 47px;
  height: 36px;
  background-color: #F9FBFC;
  border: 1px solid #e8ebf1;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #489ee7;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -7px;
  margin-right: -30px;
}
.customer-badge.suggestions {
  border-left: 0px solid #d7dce5;
  border-right-width: 0px;
  padding: 0px !important;
  height: 48px !important;
  cursor: pointer;
}
.customer-badge.suggestions .suggest-item {
  padding: 7px 5px !important;
  position: absolute !important;
}
.customer-badge.suggestions .suggest-item:hover,
.customer-badge.suggestions .suggest-item.active,
.customer-badge.suggestions .suggest-item:focus {
  background-color: #f3f4f8;
  width: 100%;
}
.customer-badge.suggestions .avatar {
  width: 35px !important;
  height: auto;
}
.customer-badge.suggestions .details {
  padding-top: 5px;
  text-align: left;
  padding-left: 40px;
  line-height: 14px;
}
.customer-badge.suggestions .details .name {
  color: #000;
  padding-left: 5px;
}
.customer-badge.suggestions .details .email {
  padding-left: 5px;
  color: #8cc2f0;
}
@media (max-width: 767px) {
  .customer-badge .details .name {
    width: 250px;
  }
}

.search-checkmark {
  position: relative;
}
.search-checkmark i.fa{
  position: absolute;
  top: 50%;
  right: 5px;
  color: #fff;
  font-size: 0.75rem;
  background: #00a65a;
  padding: 5px;
  border-radius: 50%;
  ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
}

.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.loader {
  z-index: 9999;
  width: 58px;
  height: 58px;
  border: 5px solid #FFF;
  border-bottom-color: #0271CE;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  /*Position loader at center of the screen*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.loader-label{
  position: fixed;
  top: 55%;
  left: 51.5%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 9999;
}

.bg-dashboard {
  box-shadow: 0.5px 3px 10px rgba(119, 119, 119, 0.1) !important;
  color: #ffffffff !important;
  max-height: 120px !important;
  max-width: 85% !important;
  /* center card */
  margin: 0 auto !important;
}
.bg-dashboard-sm{
  max-height: 80px !important;
}

.bg-dashboard-blue {
  background-color: #1E75FF !important;
}

.bg-dashboard-darkblue {
  background-color: #1A2541 !important;
}

.bg-dashboard-pink {
  background-color: #FC7E83 !important;
}

.bg-dashboard-pink .feature-icon {
  color: #FC7E83 !important;
}

.bg-dashboard-blue .feature-icon {
  color: #1E75FF !important;
}

.bg-dashboard-darkblue .feature-icon {
  color: #1A2541 !important;
}

.bg-dashboard-blue-alt {
  background-color: #5D9CEC !important;
}

.bg-dashboard-blue-alt .feature-icon {
  color: #5D9CEC !important;
}

.bg-dashboard-orange {
  background-color: #EC9568 !important;
}

.bg-dashboard-orange .feature-icon {
  color: #EC9568 !important;
}
.bg-dashboard-icon-blue-2 {
  color: #0271CE !important;
}
.bank_table_body tr{
  cursor: pointer;
}
.bg-dashboard-darkblue-alt {
  background-color: #050773 !important;
}
.bg-dashboard-darkblue-alt .feature-icon {
  color: #050773 !important;
}
