.glyphicon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.glyphicon-pencil::before {
  content: "\f044";
}

.glyphicon-trash::before {
  content: "\f2ed";
}

.glyphicon-eye-open::before {
  content: "\f06e";
}

.box-img img {
  width: 270px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}

/* Moño de imagen jajajaja */

.ribbon-wrapper {
  right: 7px !important;
  top: 0px !important;
}

/* Estilos de transmision de la modelo en backend */

.card.direct-chat.direct-chat-primary {
  width: 100%;
  float: right;
  height: 500px;
}

.card.direct-chat.direct-chat-primary .direct-chat-messages {
  height: 100%;
}

#videos {
  display: contents;
}

#publisher {
  display: inline-block;
  width: 50%;
  height: 500px;
}

.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}

.button-scroll-box {
  display: none;
}

.popupscroll {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: white;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: table;
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
}

.popupscroll .popupscroll-box {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.popupscroll .popupscroll-box div {
  text-align: center;
  font-size: 25px;
  color: gray;
}

.direct-chat-messages {
  scroll-behavior: smooth;
}

@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}

@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    animation: none;
  }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}

#fondologin {
  /* background-image: url("../images/fondo_login.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

#fondosign {
  /* background-image: url("../images/fondo_signup.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

#fondoreset {
  /* background-image: url("../images/fondo_pass-reset.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

.help-block {
  color: #cc0000;
}

.login-card-body,
.register-card-body {
  background: #ffffff1a !important;
  border-radius: 30px !important;
}

/* .card {
  border-radius: 30px !important;
  background-color: #ffffff9f !important;
} */

.login-card-body,
.register-card-body {
  color: #000000 !important;
}

.formulario a:hover {
  color: #820112 !important;
}

.formulario a {
  color: #093db9 !important;
}

.box-img {
  width: 270px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}

/* Asignaciones de roles */
.font-size-i {
  font-size: 2.5rem;
}

.font-size-i-back {
  font-size: 2.5rem;
  color: #dc3545;
}

.font-size-i-back:hover {
  color: #c32c3a;
}

.font-size-i-forward {
  font-size: 2.5rem;
  color: #28a745;
}
.font-size-i-forward:hover {
  color: #24903d;
}

.content-header {
  padding: 10px 10px 0px 10px !important;
}
.content-wrapper > .content {
  padding: 0 1rem !important;
}

.sombra {
  -webkit-box-shadow: 9px 10px 25px 2px rgba(0, 0, 0, 0.85) !important;
  -moz-box-shadow: 9px 10px 25px 2px rgba(0, 0, 0, 0.85) !important;
  box-shadow: 9px 10px 25px 2px rgba(0, 0, 0, 0.85) !important;
}

.sidebar-dark-primary {
  background-color: #1b1d20 !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #f9b016 !important;
  color: #fff;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  background-color: #f9b016 !important;
}

td a {
  color: #614a19 !important;
}

td a:hover {
  color: #c1175c !important;
}

/* .btn-success {
  background-color: #614A19!important;
  border-color: #614A19!important;
}
.btn-success:hover {
  background-color: #c1175c !important;
  border-color: #c1175c !important;
} */

.swal2-icon.swal2-success {
  border-color: ligthen(#e71f71, 20%) !important;
  color: #614a19 !important;
}

/* Ocultar X de fileinput Wiget */
.fileinput-remove {
  display: none;
}

/* Imagenes y letras redondas */
.words-circle,
.image-circle {
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  color: #fff;
  object-fit: cover;
  object-position: center center;
}

.words-circle-color {
  background-color: #17a2b8 !important;
  color: #fff;
}

/* Tabs */
.card-primary:not(.card-outline) > .card-header {
  background-color: #343a40 !important;
}

/* Tables ORDERS */
.tables-list > li {
  float: left;
  padding: 2%;
  text-align: center;
  width: 16.6666666667%;
}

.tables-list > li img {
  border-radius: 0%;
  height: auto;
  max-width: 100%;
}

.tables-list {
  padding-left: 0;
  list-style: none;
}

/* Padding Modal */
.modal-body {
  padding: 2rem !important;
}

.tab-circle .words-circle,
.tab-circle .image-circle {
  font-size: 0.875rem;
  width: 23px;
  height: 23px;
  margin-right: 4px;
}

.circle-card-product .words-circle,
.circle-card-product .image-circle {
  display: inline-grid;
  border-radius: 28px 28px 0px 0px;
  width: 100%;
  height: 100px;
}
.card-product .card-body {
  padding: 0rem;
}
.card-product .card-body-information {
  padding: 1rem;
}

.card-product .list-group-unbordered > .list-group-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-product .col-sm-6,
.card-product .col-md-4,
.card-product .col-lg-3 {
  /*display: inline-grid;*/
}

.card-product .card {
  border-radius: 30px;
}

.color-tabs-bottom .nav-pills .nav-link.active {
  color: #fff;
  background-color: #e71f71;
}
/* Style Scroll */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50%;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #88888873;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.not-active {
  pointer-events: none;
  cursor: default;
  color: grey !important;
}
.redcolor {
  color: red !important;
}
.orders {
  margin: 1px;
}
#content-orders .card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
  position: absolute;
  right: 13px;
  top: 1px;
  z-index: 10;
}

.product-box {
  display: block;
}
.product-box div {
  display: inline-block;
}
.product-box div:last-child {
  float: right;
}
.time-elapsed {
  display: grid;
  text-align: center;
}
.info-box.bg-light.stock-0.data-box {
  position: absolute;
  bottom: 0px;
  padding: 0px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.btn.btn-success.deliver.mt-3 {
  position: absolute;
  bottom: 4px;
  left: 10px;
  right: 10px;
}
.time-elapsed-box {
  margin-bottom: 20px;
}

.content-wrapper {
  background-color: #ffffff !important;
}

/* Estilos Nuevos */

.layout-top-nav .wrapper .main-header .brand-image {
  height: 70px !important;
}
.btn-app {
  border-radius: 8px !important;
}
