@charset "UTF-8";

@font-face {
  font-family: "Rubik-Regular";
  src: url(/fonts/Rubik-Regular.ttf?46df28800514364ef2766f74386b1bd3) format("truetype");
}

@font-face {
  font-family: "Rubik-Bold";
  src: url(/fonts/Rubik-Bold.ttf?627d0e537f4a06a535ae956e4a87837f) format("truetype");
}

body {
  font-family: "Rubik-Regular" !important;
}

.page-content {
  padding: 85px 12px 60px 12px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #d0d0d0;
}

.main-content {
  margin-left: 18rem !important;
  overflow: hidden;
}

.image-country {
  width: 35px;
  height: 35px;
  padding: 1px;
  aspect-ratio: 3/2;
  -o-object-fit: none;
     object-fit: none;
}

.vertical-collpsed .main-content {
  margin-left: 6rem !important;
  overflow: hidden;
}

#ruc_search_text {
  overflow-wrap: break-word;
}

.text-align-role {
  margin-left: 26px;
}

#result.error {
  background-color: #f75757;
  color: white;
  font-weight: bold;
}

.current-month {
  background: #00ACBA !important;
  color: #fcfcfc;
}

.space-buttons {
  margin-bottom: 5px;
}

/* Style the buttons */

.space-buttons {
  padding: 4px 16px;
  cursor: pointer;
}

/* Style the active class (and buttons on mouse-over) */

.space-buttons:hover {
  background-color: #666 !important;
}

.container-button {
  background-color: #00ACBA;
  border: 1px solid #fff;
  color: #fff !important;
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  bottom: 27px;
  right: 27px;
  font-size: 12px !important;
  padding: 10px;
  transition: ease 10s;
  animation: efecto 2.2s infinite;
}

.button {
  width: 35px;
  display: block;
  text-align: center;
  margin: auto;
}

@keyframes efecto {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
  }

  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}

.exchange_global {
  font-size: 23px !important;
  margin-top: 15px;
  margin-right: -120px;
}

.setting-filter {
  margin-left: 15px;
  margin-top: 15px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top7 {
  margin-top: 7px;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-left15 {
  margin-left: 15px;
}

.margin-left19 {
  margin-left: 19px;
}

.margin-left30 {
  margin-left: 30px;
}

.margin-mini10 {
  margin-top: 10px;
  margin-left: 10px;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

label.error {
  color: #dc4a46;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #00ACBA;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #00ACBA;
  border-left-color: #00ACBA;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preload_wait {
  z-index: 9999;
  position: fixed;
  background-color: #5b626b;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease-in-out;
}

.preload_wait .content_preload_wait {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #00ACBA;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%, 0% {
    transform: scale(1);
  }
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #00ACBA;
  color: #f3f6f9;
}

.form-control:disabled {
  background-color: #eaeaea;
  opacity: 1;
}

.form-control[readonly] {
  background-color: #eaeaea;
  opacity: 1;
}

._table tbody tr td {
  padding: 6px;
  text-align: center;
}

._table tbody tr td input {
  padding: 5px;
  height: 25px;
  font-size: 16px;
}

.list_products tbody tr td:nth-child(5),
.list_products tbody tr td:nth-child(6) {
  text-align: right;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  z-index: 2147483647 !important;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: transparent;
  border-bottom: 3px solid #00ACBA;
  border-right: none;
  border-left: none;
  border-top: none;
}

.ui-autocomplete-loading {
  background: white url("/assets/images/loading.gif") right center no-repeat;
}

p.white-space {
  white-space: pre-line;
  word-break: break-word;
}

ul.circle {
  list-style-type: circle;
}

.btn-free-product {
  font-size: 10px;
  margin-left: 8px;
  margin-top: 2px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-yellow {
  color: #F7A700 !important;
}

.text-blue {
  color: #00ACBA !important;
}

.text-gray {
  color: #96989a !important;
}

.text-black {
  color: #000000 !important;
}

.text-red {
  color: #b81d2e !important;
}

.text-green {
  color: rgba(12, 58, 33, 0.831372549) !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-yellow-bg {
  background: #F7A700 !important;
}

.text-blue-bg {
  background: #00ACBA !important;
}

.text-gray-bg {
  background: #96989a !important;
}

.text-black-bg {
  background: #000000 !important;
}

.text-red-bg {
  background: #b81d2e !important;
}

.text-green-bg {
  background: rgba(12, 58, 33, 0.831372549) !important;
}

.text-white-bg {
  background: #FFFFFF !important;
}

.custom-button {
  flex: 0 0 43%;
}

@keyframes gradient {
  100% {
    background-size: 4000px 1000px;
  }
}

.box-form {
  margin: 1%;
  width: 50%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex: 1 1 100%;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px 6px rgba(9, 11, 111, 0.5215686275);
}

.box-form div {
  height: auto;
}

.box-form .left .overlay {
  padding: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

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

.overlay .texto {
  flex: 1 1 auto;
}

.box-form .left .overlay h1 {
  font-size: 10vmax;
  line-height: 1;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
}

.box-form .left .overlay span p {
  margin-top: 30px;
  font-weight: 900;
}

.box-form .right {
  padding: 30px 0px 0px 0px;
  overflow: hidden;
  width: 100%;
}

.box-form .right h5 {
  font-size: 6vmax;
  line-height: 0;
}

.box-form .right p {
  font-size: 14px;
  color: #B0B3B9;
}

.box-form .right .inputs {
  overflow: hidden;
  padding: 10px !important;
}

.box-form .right input {
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 2px solid #00ACBA;
}

.box-form .right button {
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 30px;
  display: inline-block;
  border: 0;
  outline: 0;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  display: block;
}

.wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #00ACBA !important;
  display: grid;
  place-items: center;
  transition: opacity 0.25s, visibility 1s;
}

.fade-loading {
  opacity: 0;
  visibility: hidden;
}

body > div.wrapper > div > span,
body > div.preload_wait.text-center > div > div > div > span {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 600;
}

body > div.box-form > div.right > div.footer-login-text {
  background: #00ACBA;
  padding: 10px 5px 5px 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  width: 270px !important;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 6px;
  right: -15px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

#vertical-menu-btn > i {
  color: #FFFFFF !important;
  background: #00ACBA !important;
  border-radius: 5px;
  padding: 1px 4px 1px 2px;
}

body[data-sidebar=dark] #sidebar-menu ul li a:not(.active):hover {
  color: #00ACBA !important;
  background: #F7A700 !important;
  border-radius: 10px;
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
  color: #00ACBA !important;
}

body[data-sidebar=dark] .navbar-brand-box,
body[data-sidebar=dark] .vertical-menu {
  background: #FFFFFF;
}

body[data-sidebar=dark] .mm-active .active {
  color: #00ACBA !important;
  background-color: rgba(150, 152, 154, 0.0705882353);
  border: 2px solid #00ACBA !important;
  border-radius: 10px;
}

body[data-sidebar=dark] #sidebar-menu ul li a {
  color: #00ACBA !important;
}

body[data-sidebar=dark] #sidebar-menu ul > li > a.mm-active {
  color: #FFFFFF !important;
  background-color: #F7A700 !important;
  border-radius: 10px;
}

body[data-sidebar=dark] .mm-active > i {
  color: #FFFFFF !important;
}

body[data-sidebar=dark] .mm-active .active i {
  color: #FFFFFF !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
  font-size: 1.1rem;
  margin-left: -5px !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  background-color: #FFFFFF !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #9b9b9b;
  color: #00ACBA !important;
  border-radius: 10px;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: #00ACBA !important;
}

body > div.modal.fade.text-left.show > div > div > div.modal-body > form > div.row.col-md-12 > div.col-md-1.loading_btn {
  margin-top: 4%;
  padding: 10px 0px 0px 0px !important;
}

.vertical-menu {
  width: 270px;
  z-index: 1001;
  background: #FFFFFF;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 60px;
  box-shadow: 10px 5px 5px #c3c1c1 !important;
  padding: 0px 20px 0px 20px;
}

.noti-icon .badge {
  position: absolute;
  top: 9px !important;
  right: 3px !important;
  font-size: 10px;
  border-radius: 5px;
  background-color: #c62e4b;
}

#sidebar-menu .has-arrow:after {
  content: "\F35D" !important;
  color: #00ACBA;
  font-size: 21px;
}

#sidebar-menu ul li ul.sub-menu li a {
  margin-top: 3% !important;
}

body[data-sidebar=dark] #sidebar-menu ul li a {
  margin-bottom: 5px !important;
}

body[data-sidebar=dark] #sidebar-menu ul li a:not(.active):hover {
  margin-bottom: 5px !important;
}

#page-topbar > div > div:nth-child(2) > div:nth-child(5) {
  top: 3px;
}

#page-header-notifications-dropdown > i {
  font-size: 30px;
}

.button-topbar {
  width: 24px;
}

.btn-support {
  border-radius: 10px;
  width: 100% !important;
  padding: 5px 11px 5px 12px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.btn-support {
  background: #1AAB8A !important;
  color: #fff !important;
  position: relative;
  border: none;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
}

a.btn-support:hover {
  background: #fff !important;
  color: #1AAB8A !important;
}

a.btn-support:before,
a.btn-support:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #1AAB8A;
  transition: 400ms ease all;
}

a.btn-support:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

a.btn-support:hover:before,
a.btn-support:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.text-primary {
  color: #00ACBA !important;
}

.btn-primary {
  color: #FFF;
  background-color: #00ACBA;
  border-color: #00ACBA;
}

.btn-success {
  color: #fff;
  background-color: rgba(12, 58, 33, 0.831372549);
  border-color: rgba(12, 58, 33, 0.831372549);
}

.text-success {
  color: #355b46 !important;
}

.btn-info {
  color: #FFf;
  background-color: #00ACBA;
  border-color: #00ACBA;
}

.box .mini-stat h5,
.box .mini-stat strong,
.box .mini-stat i {
  color: #00ACBA;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: transparent;
  border-bottom: 3px solid #243644;
  border-right: none;
  border-left: none;
  border-top: none;
}

.text-danger {
  color: #9f001b !important;
  font-weight: 600;
}

.bg-dark {
  background-color: #00ACBA !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00ACBA;
  outline: 0;
  box-shadow: none;
}

.btn-link {
  font-weight: 400;
  color: #00ACBA;
  text-decoration: none;
}

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

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #fff;
  color: #00ACBA !important;
}

.footer {
  bottom: 0;
  padding: 20px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  left: 225px;
  height: 60px;
  background-color: #fff;
  color: #00ACBA;
}

.btn-delete-row {
  font-size: 12px !important;
  border-radius: 0px !important;
  background-color: #b81d2e !important;
  border: 1px solid #b81d2e !important;
  padding: 0px 2px 2px 3px !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #00ACBA !important;
  border-color: #00ACBA !important;
}

.btn-outline-primary {
  color: #00ACBA;
  border-color: #00ACBA;
}

.btn-outline-primary:hover {
  background-color: #00ACBA;
  border-color: #00ACBA;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #00ACBA;
  border-color: #00ACBA;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(126, 126, 126, 0.5);
}

#list_items > tbody > tr.odd > td:nth-child(8) > div > button:hover,
#list_items > tbody > tr.odd > td:nth-child(8) > div > button:focus {
  background: #00ACBA !important;
  border: 1px solid #00ACBA !important;
}

body > div.preload_wait.text-center > div > div > div > span.wait {
  position: absolute;
  top: 55%;
  left: 46%;
}

div.dataTables_processing > div:last-child > div {
  background: #F7A700;
}

.img-communications {
  width: 130px;
  height: 170px;
  padding: 12px 0px 0px 0px;
}

#modal_detail > div > div > div.modal-body > div.row > div:nth-child(1),
#modal_detail > div > div > div.modal-body > div.row > div:nth-child(2) {
  border: 1px solid #ddd;
  padding: 20px 20px 20px 20px;
}

@keyframes pop-up {
  0% {
    transform: translateY(80%);
    opacity: 0;
  }

  60% {
    transform: translateY(-10px);
    opacity: 1;
  }

  80% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes blink {
  20% {
    transform: scaleY(1);
  }

  25% {
    transform: scaleY(0.1);
  }

  30% {
    transform: scaleY(1);
  }
}

@keyframes blink-fancy {
  0%, 25%, 28.33%, 45%, 48.33%, 51.67%, 93.33%, 96.67% {
    transform: scaleY(1);
  }

  26.67%, 46.67%, 50%, 95% {
    transform: scaleY(0.1);
  }
}

@keyframes looky-loo {
  0%, 42.31%, 50%, 69.23%, 100% {
    transform: translate3d(0, 0, 0);
  }

  7.69%, 23.08% {
    transform: translate3d(-5px, 0, 0);
  }

  26.92%, 38.46% {
    transform: translate3d(5px, 0, 0);
  }

  53.85%, 65.38% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes looky-loo-ears {
  0%, 42.31%, 50%, 69.23%, 100% {
    transform: translate3d(0, 0, 0);
  }

  7.69%, 23.08% {
    transform: translate3d(3px, 0, 0);
  }

  26.92%, 38.46% {
    transform: translate3d(-3px, 0, 0);
  }

  53.85%, 65.38% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes looky-loo-beard {
  50%, 69.23%, 100% {
    transform: translate3d(0, 0, 0);
  }

  53.85%, 65.38% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes cloud-right {
  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes cloud-left {
  50% {
    transform: translateX(-8px);
  }

  100% {
    transform: translateX(0);
  }
}

circle.blinking-eyes {
  animation: blink-fancy 6s linear infinite;
}

#Dave {
  animation: pop-up 1s ease-in-out 1;
}

#Eyes,
#unibrow,
#moustache,
#Blush {
  animation: looky-loo 13s ease-in-out infinite;
  animation-delay: 2s;
}

#Ears {
  animation: looky-loo-ears 13s ease-in-out infinite;
  animation-delay: 2s;
}

#beard-lower,
#beard-innershadow,
#Neck-Innershadow {
  animation: looky-loo-beard 13s ease-in-out infinite;
  animation-delay: 2s;
}

#cloud-right {
  animation: cloud-right 5s ease-in-out infinite;
}

#cloud-left {
  animation: cloud-left 5s ease-in-out infinite;
  animation-delay: 1s;
}

#easter-egg {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

svg:hover #easter-egg {
  opacity: 1;
  transition: all 0.1s ease-in-out;
}

@media (max-width: 980px) {
  .box-form {
    flex-flow: wrap;
    width: 80%;
    text-align: center;
    align-content: center;
    align-items: center;
  }

  .box-form .right {
    width: 100%;
  }

  .main-content {
    margin-left: 0 !important;
  }

  div.navbar-brand-box,
  span.logo-sm,
  span.logo-lg {
    display: none !important;
  }

  .btn-support {
    border-radius: 10px;
    width: 100% !important;
    padding: 5px 11px 5px 12px;
    font-size: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #page-topbar > div > div:nth-child(2) > div:nth-child(5) {
    margin-top: 1% !important;
  }

  #page-header-notifications-dropdown > i {
    font-size: 35px !important;
  }
}

.username-container {
  max-width: 150px;
  /* Ajusta según el diseño */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

