/* root */

.widget {
  padding: 1.5rem;
  border: 1px solid #ededed;
}

/* ocultar boton comprar en pc */

.shop-accounts-mobile {
  display: none;
}

.separador {
  display: none;
}

/* css login */

.container-slider-login {
  display: none;
}

.img-banners {
  height: 400px;
}

/* login */

a.link-recovery-pass {
  font-weight: 700;
  color: #4361ee;
}

/* tables */

div#zero-config_wrapper {
  padding: 1rem;
}

div#zero-config_filter {
  margin-right: -20px !important;
}

div#zero-config_length {
  margin-left: -20px;
}

div#html5-extension_wrapper {
  padding: 1rem;
}

a.btn {
  width: 50% !important;
  height: 40px;
}

/* btn circle */

.btn-circle {
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 41px;
  border-radius: 50px;
}

.info-btn {
  position: absolute !important;
  right: 13px;
  top: 10px;
}

/* register  */

.auth-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(
    -225deg,
    #396afc 0%,
    #396afc 29%,
    #2948ff 100%
  );
  width: 55%;
}

/* height tom select */
.ts-control {
  height: 48px;
}

.widget-content-area {
  border: 0px solid #e0e6ed !important;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  padding: 0;
  background-color: #fff;
}

.dataTables_wrapper .dataTables_length select.form-control {
  width: 79px;
}



/* css checkbox table */
.checkbox-tables {
  margin-left: -35px !important;
}

/* menu activo segun url */

a.active {
  color: #008eff !important;
}

/* cards border */

.widget-content-area {
  border: 1px solid #e0e6ed;
}

/* container btns forms */
.btn-forms {
  display: flex;
  gap: 15px;
}

/* input readonly */

.form-control:disabled:not(.flatpickr-input),
.form-control[readonly]:not(.flatpickr-input) {
  background-color: #f1f2f3;
  cursor: no-drop;
  color: #585858;
}

.deleteAllUsers {
  width: 40px;
}

/* css header btn tables */

.container-btn--tables {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-bottom: 15px;
}

/* cards list accounts */

.card-container {
  background-color: #231e39;
  border-radius: 5px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
  color: #b3b8cd;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 350px;
  max-width: 100%;
  text-align: center;
}

.card-container .pro {
  color: #231e39;
  background-color: #febb0b;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.card-container .round {
  border: 1px solid #03bfcb;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
}

a.primary {
  background-color: #03bfcb;
  border: 1px solid #03bfcb;
  border-radius: 3px;
  color: #231e39;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10px 25px;
}

button.primary.ghost {
  background-color: transparent;
  color: #02899c;
}

.info-accounts {
  color: #b8b8b8;
}

.cards-accounts {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 10px;
  justify-content: center;
}

.img-accounts--card {
  object-fit: cover;
}

p.info-accounts {
  width: 80%;
  margin: 0 auto;
}

.cards-pagination {
  padding-top: 30px;
}

.delete-accounts,
.btn-shop {
  position: absolute;
  right: 20px;
  height: 30px;
  padding: 5px 7px 5px 6px;
  border-radius: 5px;
}
button#checksAccounts {
  margin-left: auto;
}

p.prices-original {
  text-align: center !important;
}

/* checkbox cards */

label.checks-accounts {
  position: absolute;
  right: 10px;
  top: 22px;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

input.form-control.form-control-icon.input-prices {
  width: 150px;
  margin: 0 auto;
}

/* flatpicker modal */

.flatpickr-calendar {
  z-index: 99999 !important;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 9998888;
}

/* logs */

.timeline-line .item-timeline {
  display: flex;
  margin-top: -10px;
  gap: 20px;
}

/* notifications */

.navbar
  .navbar-item
  .nav-item.dropdown.notification-dropdown
  .dropdown-menu
  .notification-scroll {
  height: auto;
  min-height: 50px;
}

body.dark
  .navbar
  .navbar-item
  .nav-item.dropdown.notification-dropdown
  .dropdown-menu
  .notification-scroll {
  height: auto;
  min-height: 50px;
}

/* dashboard */

.w-icon-custom {
  color: #004196 !important;
  background-color: #dde3f5 !important;
}

.content {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  gap: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  background-color: #4b38b3;
  color: #fff;
}

.number-container {
  background-color: #f1f1f1;
  width: 50px;
  height: 50px;
  color: #fc374e;
  font-size: 2em;
  font-weight: 700;
  padding-inline: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* sidebar */

.badge-menu {
  position: absolute;
  left: 130px !important;
  top: 14px !important;
  font-size: 12px !important;
  padding: 2px 5px 2px 5px;
}

/* dashboard proveedores */

.container-message-welcome {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-accounts,
.btn-shop {
  position: absolute;
  right: 20px;
  width: 40px;
  height: 33px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 7px 5px 7px 3px;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: column;
}

/* css comprar saldos */

.tab-pane {
  color: #383838;
}

/* css mobile */

/* generar cuentas clientes */
@media screen and (max-width: 776px) {
  .card-slider {
    height: 350px;
  }
  .img-slider {
    height: 270px;
  }
  .cards-accounts {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
  }
  .btn-marcar {
    margin-left: 16%;
  }
  .icon-prices {
    left: 50px !important;
  }
  .form-icon .form-control-icon {
    padding-left: 1.7rem;
    position: relative;
  }

  .container-slider-login {
    display: initial;
  }

  .img-banners {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 476px) {
  .cards-accounts {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
  }

  .shop-accounts {
    display: inline;
  }
}

/* css bitacora registros */

.timeline-2::after {
  background-color: #146666 !important;
  height: 99%;
}

.btn-delete--bitacoras {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* css pagos */

.btn-whatsapp {
  background-color: #128c7e !important;
  border: none;
}

.btn-email {
  background-color: #147ad1 !important;
  border: none;
}

/* css renovar cuentas */

.header-table {
  display: flex;
  gap: 10px;
}

/* css chat */

.chat-app .people-list {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 7;
}

.chat-app .chat {
  margin-left: 280px;
  border-left: 1px solid #eaeaea;
}

.people-list {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.people-list .chat-list li {
  padding: 10px 15px;
  list-style: none;
  border-radius: 3px;
}

.people-list .chat-list li:hover {
  background: #efefef;
  cursor: pointer;
}

.people-list .chat-list li.active {
  background: #efefef;
}

.people-list .chat-list li .name {
  font-size: 15px;
}

.people-list .chat-list img {
  width: 45px;
  border-radius: 50%;
}

.people-list img {
  float: left;
  border-radius: 50%;
}

.people-list .about {
  float: left;
  padding-left: 8px;
}

.people-list .status {
  color: #999;
  font-size: 13px;
}

.chat .chat-header {
  padding: 15px 20px;
  border-bottom: 2px solid #f4f7f6;
}

.chat .chat-header img {
  float: left;
  border-radius: 40px;
  width: 40px;
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 14px;
}

.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff;
}

.chat .chat-history ul {
  padding: 0;
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 0px;
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px;
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
}

.chat .chat-history .message-data img {
  border-radius: 40px;
  width: 40px;
}

.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px;
}

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .my-message {
  background: #efefef;
}

.chat .chat-history .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #e8f1f3;
  left: 93%;
}

.chat .chat-message {
  padding: 20px;
}

.online,
.offline,
.me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle;
}

.online {
  color: #86c541;
}

.offline {
  color: #e47297;
}

.me {
  color: #1d8ecd;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.chat-history {
  height: 500px;
  overflow-y: auto;
}

.message-data-time {
  position: relative;
}

p.hora-user-1 {
  position: absolute;
  left: 70px;
  width: 170px;
  top: 25px;
}

p.hora-user-2 {
  text-align: right;
  margin-right: 105px;
}

#details-ticket-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .chat-app .people-list {
    height: 465px;
    width: 100%;
    overflow-x: auto;
    background: #fff;
    left: -400px;
    display: none;
  }

  #details-ticket-mobile {
    display: initial;
    height: 150px;
  }

  .chat-app .people-list.open {
    left: 0;
  }
  .chat-app .chat {
    margin: 0;
  }
  .chat-app .chat .chat-header {
    border-radius: 0.55rem 0.55rem 0 0;
  }
  .chat-app .chat-history {
    height: 300px;
    overflow-x: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chat-app .chat-list {
    height: 650px;
    overflow-x: auto;
  }
  .chat-app .chat-history {
    height: 600px;
    overflow-x: auto;
  }

  .chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 89% !important;
  }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .chat-app .chat-list {
    height: 480px;
    overflow-x: auto;
  }
  .chat-app .chat-history {
    height: calc(100vh - 120px);
    overflow-x: auto;
  }
}

@media screen and (max-width: 476px) {
  .notification-container {
    padding: 0rem;
    width: 100%;
  }
  .notification-container:before {
    content: "";
    display: none;
  }
  .notification-container {
    display: block;
    height: max-content;
    overflow-y: auto;
  }

  .col-lg-6.hidden-sm.d-flex.justify-content-end.container-buttons-chat {
    display: flex;
    gap: 10px;
  }

  .chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 86% !important;
  }

  /* mostrar boton comprar en mobile */

  .shop-accounts {
    display: initial;
  }

  .shop-accounts-mobile {
    display: initial;
  }

  .separador {
    display: initial;
  }

  .img-banners {
    height: 150px !important;
    object-fit: cover;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .container-slider-login {
    display: initial;
    height: 145px;
  }

  .details-chat-header {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
