@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;500&display=swap");

:root {
  --color-one: #f5f5f5;
  --color-two: #24292e;
  --color-three: #0366d6;
  --form-color: #14111a;
  --accent-color: #455a64;
  --border-color: #d8d8d8;
  /*  */
  --color-btn-primary: #009fe2;
  --color-btn-primary-hover: #0286be;
  --color-btn-secondary: #9ea8bd;
  --color-btn-secondary-hover: #5d616a;
  --color-btn-danger: #ff0000;
  --color-btn-danger-hover: #760000;
  --color-btn-success: #34da0b;
  --color-btn-success-hover: #28a30a;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Inter" !important;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-one);
  color: #333;
  /* font-size: 16px; */
}

.cursor_pointer {
  cursor: pointer;
}

.page-content {
  padding-left: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.modal-gap {
  gap: 20px;
}

.text-center {
  text-align: center;
}

.display-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.justify-content-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

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

.full-box {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

.form-neon {
  border: 1px solid var(--border-color);
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
}

.radio-avatar-form {
  padding: 30px 7px;
}

.img-avatar-form {
  max-width: 100px;
}

/*  Login */

.login-container form input[type="text"],
.login-container form input[type="password"] {
  color: white;
  background-color: transparent;
}

.login-container form input[type="text"]:focus {
  color: white;
}

.login-container a {
  color: white;
  font-size: 13px;
  font-weight: bold;
}

.login-container [class*=" bmd-label"],
.login-container [class^="bmd-label"] {
  color: white;
}

.login-container .form-control {
  background-image: linear-gradient(0deg, #fff 2px, rgba(0, 150, 136, 0) 0),
    linear-gradient(0deg, rgb(255 255 255 / 25%) 1px, transparent 0);
}

/*----------  login Styles  ----------*/

.login-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #43c6ac;
  background: -webkit-linear-gradient(to right, #191654, #43c6ac);
  background: linear-gradient(to right, #191654, #43c6ac);
}

.login-container .login-content {
  width: 95%;
  max-width: 360px;
  height: auto;
  background-color: #fff0;
  border: 0px solid var(--border-color);
  border-radius: 4px;
  padding: 15px;
  color: var(--accent-color);
}

.login-container .btn-login {
  width: 330px;
  height: 42px;
  left: 795px;
  top: 796px;
  border: 0;
  margin-top: 0px;
  color: white;
  background-color: var(--color-btn-primary);
  border-radius: 5px;
  font-weight: bold;
}

.login-container .btn-login:hover {
  background-color: var(--color-btn-primary-hover);
  border: 1px solid var(--color-btn-primary-hover);
  text-decoration: none;
  color: #fff;
}

.btn-login:active,
.btn-login:focus {
  outline: none;
}

/*  Scrolls */

.nav-lateral .scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.nav-lateral .scroll::-webkit-scrollbar-thumb {
  background: rgba(102, 107, 122, 1);
}

.nav-lateral .scroll::-webkit-scrollbar-thumb:active,
.nav-lateral .scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 107, 122, 1);
}

.nav-lateral .scroll::-webkit-scrollbar-track {
  background: rgba(29, 30, 34, 1);
}

.nav-lateral .scroll::-webkit-scrollbar-track:hover,
.nav-lateral .scroll::-webkit-scrollbar-track:active {
  background: rgba(29, 30, 34, 1);
}

/*----------  modals custom styles  ----------*/

.open {
  display: block !important;
}

.modals {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgb(0 0 0 / 60%);
}

.modals .modal-bla {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
}

.modals .modal-bla .modal-cuadro {
  min-width: 50%;
  background-color: #fff;
}

.modals .modal-bla .modal-cuadro .modal-title {
  font-size: 30px;
}

.modals .modal-bla .modal-cuadro .modal-body {
  padding: 30px;
}

.modal-body {
  padding: 20px 40px 0 !important;
}

/*----------  nav power-off styles  ----------*/

.nav-lateral-img {
  display: flex;
  justify-content: center;
}

.nav-lateral-off {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  font-size: 25px;
}

.nav-lateral-off .left-content {
  display: flex;
  flex-direction: column-reverse;
  color: white;
}

.nav-lateral-off img {
  width: 120px;
}

.nav-lateral-off .fa-right-to-bracket {
  padding: 0;
}

.nav-lateral-off a {
  /* color: var(--color-btn-primary); */
  color: white;
}

.nav-lateral-off a:hover {
  color: var(--color-btn-primary-hover);
}

.nav-lateral-content {
  max-width: 270px;
  height: 100%;
  background-color: var(--color-two);
  background-color: rgba(36, 41, 46, 0.94);
  overflow-y: scroll;
  padding-bottom: 50px;
}

.nav-lateral-bar {
  height: 3px;
  background-color: var(--color-btn-primary);
}

/*----------  content-form styles  ----------*/

.content-form {
  position: relative;
  margin: 50px 75px;
}

/*----------  redes styles  ----------*/

.fa-facebook,
.fa-instagram,
.fa-twitter,
.fa-linkedin {
  font-size: 25px;
}

.social {
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.social-modif b,
.social b {
  width: 100px;
  margin-left: 15px;
}

/*----------  button styles  ----------*/

textarea {
  background: #e2e6ee;
  padding: 0 15px;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 110px;
  padding-top: .5rem;
  -webkit-appearance: auto;
}

textarea:focus {
  border: 0;
}

button {
  border: none;
  outline: none;
}

button input[type="button"] {
  outline: none;
}

.button-form {
  display: flex;
  width: 100%;
  gap: 15px;
  margin: 20px 0;
  text-decoration: none;
  padding-left: 45%;
}

.button-form a {
  text-decoration: none;
  color: #fff;
}

.btn-success.active.custom-file-control:before,
.btn-success.custom-file-control:active:before,
.btn-success.custom-file-control:focus:before,
.btn-success.custom-file-control:hover:before,
.btn-success.focus.custom-file-control:before,
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.open > .btn-success.dropdown-toggle.custom-file-control:before,
.open > .btn.btn-success.dropdown-toggle {
  color: #4caf50;
  background-color: hsla(0, 0%, 60%, 0.2);
  border-color: hsla(0, 0%, 60%, 0.2);
}

.btn {
  height: 40px;
  background: transparent !important;
  color: #fff;
  text-transform: none;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  cursor: pointer;
  color: white !important;
  border-radius: 10px !important;
  transition: 1s;
  text-decoration-line: none !important;
}

.button:hover {
  color: #fff;
}

.color-primary {
  background-color: var(--color-btn-primary) !important;
}

.color-primary:hover {
  background-color: var(--color-btn-primary-hover) !important;
}

.color-secondary {
  background-color: var(--color-btn-secondary) !important;
}

.color-secondary:hover {
  background-color: var(--color-btn-secondary-hover) !important;
}

.color-danger {
  background-color: var(--color-btn-danger) !important;
}

.color-danger:hover {
  background-color: var(--color-btn-danger-hover) !important;
}

.color-success {
  background-color: var(--color-btn-success) !important;
}

.color-success:hover {
  background-color: var(--color-btn-success-hover) !important;
}

.right {
  margin-inline-start: auto;
}

.left {
  margin-inline-end: auto;
}

.modif-data {
  margin: 50px 30px;
}

.button-group {
  display: flex;
  gap: 25px;
  margin: auto 0;
}

/*----------  Page headers styles  ----------*/

.page-header {
  /* padding-bottom: 60px !important; */
  padding: 0 !important;
}

.page-header > :nth-child(1) {
  padding-bottom: 7px;
}

.page-header > :nth-child(2) {
  font-size: 18px;
}

.preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  margin: 50px 0;
  background: #eaeaea;
  border: 1px solid #b4b4b4;
}

.form-25 {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  column-gap: 40px;
}

.form-50 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
}

.form-75 {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  column-gap: 20px;
}

.form-100 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
}

.form-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
}

/*----------  Page container styles  ----------*/

.page-container {
  margin: 30px 0 50px;
}

.page-container .title-module {
  border-bottom: 1px solid;
  margin-bottom: 30px !important;
  font-size: 20px;
}

form .page-container .space {
  margin: 15px;
}

.group-form {
  flex: 0 0 50%;
  max-width: 100%;
  padding-bottom: 25px;
}

.group-form input[type="text"],
.group-form input[type="date"],
.group-form select {
  width: 300px;
  height: 40px;
  background: #e2e6ee;
  padding: 0 15px;
  border: none;
  border-radius: 10px;
  appearance: auto;
}

.group-form-all {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 25px;
}

.group-form p,
.group-form-10 p,
.group-form-all p {
  margin-bottom: 5px;
}

.content-form input[type="text"],
.content-form input[type="date"],
.content-form input[type="time"],
.content-form select {
  width: 300px;
  height: 40px;
  background: #e2e6ee;
  padding: 0 15px;
  border: none;
  border-radius: 10px;
  appearance: auto;
}

select::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

select::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
}

#file-input::before {
  content: "Select a file";
}

#file-input:focus::before {
  content: "File selected: " attr(data-file);
}

#content-file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  line-height: 120px;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-right: 2rem;
    border-radius: 100%;
    aspect-ratio: 1;
}

.upload-file {
  width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.center-alt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#file-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 40px;
  padding: 0 30px;
  cursor: pointer;
  color: white;
  border-radius: 10px;
  transition: 1s;
  text-decoration-line: none;
  background-color: var(--color-btn-primary);
}

#file-button:hover {
  background-color: var(--color-btn-primary-hover);
}

input[type="file"]::-webkit-file-upload-button {
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 40px;
  padding: 0 30px;
  cursor: pointer;
  color: white;
  background-color: var(--color-btn-primary);
  border-radius: 10px;
  transition: 1s;
  outline: 0px;
  border: none;
}

/*  */

.content-form input[type="text"]:focus,
.group-form input[type="text"]:focus,
.content-form input[type="date"]:focus,
.content-form select:focus,
.content-form textarea:focus {
  background: #ffffff;
  border: 1px solid #e2e6ee;
  box-shadow: 0px 4px 18px rgba(158, 168, 189, 0.31);
  border: none;
  outline: 0px;
}

.select-btn {
  display: flex;
  width: 300px;
  height: 40px;
  background-color: #fff;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.select-menu .select-btn i {
  font-size: 10px;
}

/*----------  Page nav tabs  ----------*/

.page-nav-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.page-nav-tabs li,
.page-nav-tabs li a {
  height: 40px;
  line-height: 40px;
}

.page-nav-tabs li {
  margin: 5px 20px;
}

.page-nav-tabs li a {
  color: var(--accent-color);
  font-size: 17px;
  min-width: 200px;
  width: auto;
  display: block;
  text-align: center;
  user-select: none;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid transparent;
}

.page-nav-tabs li a.active {
  color: var(--color-btn-primary);
  cursor: none;
  pointer-events: none;
}

.page-nav-tabs li a:hover {
  text-decoration: none;
  color: #333;
  border-bottom: 2px solid #333;
}

/*----------  Page 404 styles  ----------*/

.container-404 {
  background: #000428;
  background: linear-gradient(to right, #004e92, #000428);
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------  Edit bootstrap styles  ----------*/

.form-control[readonly] {
  background-color: transparent;
}

.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.form-control-file:active,
.form-control-file:focus {
  outline: none;
}

.search {
  margin: 20px 0 30px;
}

.search input[type="text"] {
  width: 255px;
  height: 40px;
  padding: 0 7px;
  border: 1px solid var(--color-btn-primary);
  border-radius: 10px;
}

.search input[type="text"]:focus {
  outline: 0px;
}

/* form {
    overflow: auto;
} */

.width-150 {
  width: 150%;
}

.width-175 {
  width: 175%;
}

.width-250 {
  width: 250%;
}

button.btn.dlt_button.button.color-danger{
    color: #ffffff !important;
}

.table tr td {
  border: 0;
  vertical-align: middle;
}

.table tr td button {
  background: transparent;
}

table .btn {
  border: 1px solid #ccc;
  background: transparent;
  color: var(--color-btn-primary) !important;
}

table a {
  color: #213a8f;
}

.table tr td:nth-child(2),
.table tr td:nth-child(4) {
  color: #12204e;
}

.table tr td:nth-child(2),
.table tr td:nth-child(4) {
}

.fa-cloud-arrow-up,
.fa-cloud-arrow-down,
.fa-right-to-bracket {
  font-size: 25px;
  color: var(--color-btn-primary);
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
}

.fa-cloud-arrow-up:hover,
.fa-cloud-arrow-down:hover,
.fa-right-to-bracket:hover {
  transition: 1s;
  color: var(--color-btn-primary-hover);
}

.table thead th {
  color: #fff;
  background: var(--color-btn-primary);
  border: 1px solid #ffffff;
  vertical-align: middle;
  height: 50px;
  padding: 8px;
  text-align: start;
  position: sticky !important;
  top: 0 !important;
  z-index: 1;
}

.table-resources{
    margin-top: 1.5rem;
}

.table tbody td {
  padding: 8px;
  vertical-align: text-top;
}

.table tbody td a {
  color: black;
  text-decoration: revert;
}

.fa-circle-plus {
  color: #000;
}

.fa-circle-dot {
  color: #f8c81f;
}

.fa-circle-xmark {
  color: #ff0000;
}

.fa-circle-check {
  color: #34da0b;
}

.table-dark {
  border: 1px solid var(--accent-color);
}

.table-dark thead tr {
  background-color: var(--accent-color);
}

.table-dark td,
.table-dark thead th,
.table-dark th {
  border: none;
}

.table-dark tbody tr:hover {
  color: var(--color-btn-primary-hover);
  background-color: #f5f5f5;
  font-weight: bold;
}

.page-link {
  transition: all 0.2s ease-in-out;
}

.page-link:hover,
.page-link.active {
  background-color: var(--color-btn-primary-hover);
  color: #fff;
}

table form {
  margin-bottom: 0;
}

/*----------  Text Styles  ----------*/

.roboto-medium {
  font-family: "roboto_medium_regular";
}

.roboto-condensed-light {
  font-family: "roboto_condensed_light";
}

.roboto-condensed-regular {
  font-family: "roboto_condensed_regular";
}

/*----------  Page layout Styles  ----------*/

.main-container {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.page-content,
.nav-lateral {
  width: 100%;
  height: 100%;
}

.page-content,
.nav-lateral-content {
  overflow: auto;
}

/*  Nav Lateral */

.nav-lateral {
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  background-image: url(./../images/LateralBar.png);
  background-position: center center;
  background-size: cover;
}

.nav-lateral-bg {
  display: none;
}

.nav-lateral-bar {
  height: 3px;
  background-color: var(--color-btn-primary);
}

.nav-lateral-avatar {
  padding: 40px 0;
}

.nav-lateral-avatar i {
  display: none;
}

.nav-lateral-avatar img {
    width: 56%;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    aspect-ratio: 1;
}

.nav-lateral-avatar figcaption {
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
}

.nav-lateral-menu {
  height: auto;
}

.nav-lateral-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-lateral-menu ul li {
  width: 100%;
  height: auto;
}

.nav-lateral-menu ul li a {
  /* display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 20px;
    transition: all .2s ease-in-out; */
  display: flex;
  padding: 0 10px;
  gap: 10px;
  color: #fff;
  height: 40px;
  text-decoration: none;
}

.nav-lateral-menu ul li a .icon {
  position: relative;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.nav-lateral-menu ul li a p {
  display: flex;
  align-items: center;
  pointer-events: none;
  margin-bottom: 0;
}

.nav-lateral-menu ul li a.active {
  color: #fff;
  background-color: var(--color-btn-primary);
}

.nav-lateral-menu ul li a:hover {
  color: #fff;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.1) 50%,
    transparent
  );
}

.nav-lateral-menu ul li ul {
  display: none;
  border: 1px solid var(--color-btn-primary);
  background: rgba(20, 30, 48, 0.5);
}

.nav-lateral-menu ul li ul a {
  padding-left: 35px;
  line-height: 40px;
}

.show-nav-lateral-submenu {
  display: block !important;
}

.nav-lateral-menu .fa-chevron-down,
.nav-lateral-menu .fa-chevron-up {
  float: right;
  height: 45px;
  line-height: 45px;
  margin-right: 7px;
  transition: all 0.2s ease-in-out;
}

/*----------  Home Styles  ----------*/

.table-dashboard {
  background-color: #fff;
  color: #333;
}

.table-dashboard thead tr th {
  color: #333;
  font-weight: bolder;
  text-transform: uppercase;
}

.dash-container {
  justify-content: center;
  text-align: center;
  flex-wrap: wrap-reverse;
}

.tile {
  height: 200px;
  width: 200px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  color: var(--color-btn-primary) !important;
  border: none !important;
  border-radius: 10px !important;
  user-select: none;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(158, 168, 189, 0.5) !important;
}

.dash-container .tile:hover {
  text-decoration: none;
  border-color: var(--color-btn-primary-hover) !important;
}

.tile:focus,
.tile:active {
  outline: none;
}

.tile-tittle {
  margin: 0;
  width: 100%;
  padding: 0;
  color: var(--color-btn-primary-hover);
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--border-color);
  transition: all 0.2s ease-in-out;
  font-family: "Inter" !important;
}

.tile:hover .tile-tittle {
  color: #fff;
  /* border-radius: 8px 8px 0 0; */
  border-color: var(--color-btn-primary-hover) !important;
  background-color: var(--color-btn-primary-hover) !important;
}

.tile-icon {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 22px;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--border-color);
}

.tile-icon > i {
  font-size: 80px;
}

.tile-icon > p {
  font-family: "Inter" !important;
  height: 35px;
  line-height: 35px;
}

.tile:hover .tile-icon > i,
.tile:hover .tile-icon > p {
  color: var(--color-btn-primary-hover) !important;
}

/*----------  Product  ----------*/

.product-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.product-list,
.product-category {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.product-list {
  width: calc(100% - 250px);
  padding: 20px;
}

.product-category {
  flex-grow: 0;
  width: 250px;
}

.product-category h5 {
  color: var(--color-btn-primary);
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.product-category-list {
  width: 100%;
  height: auto;
}

.product-category-list a {
  padding: 10px 0;
  border-left: 4px solid transparent;
  display: block;
  color: #333;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.product-category-list a:hover {
  text-decoration: none;
  color: var(--color-btn-primary-hover);
  border-left: 4px solid var(--color-btn-primary-hover);
  font-weight: bolder;
}

.img-product-list {
  max-width: 160px;
  max-height: 160px;
  min-width: 100px;
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 0 !important;
  background-color: rgba(2, 133, 255, 0.05);
}

.table-product {
  width: 100%;
}

.table-product td {
  padding: 9px 0;
}

.form-product {
  display: inline-block;
  margin: 0;
}

.media-product {
  padding: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 25px;
}

.media-product:hover {
  background-color: rgba(2, 133, 255, 0.05);
}

.product-media-body {
  position: relative;
}

.media-product-title {
  color: var(--color-btn-primary);
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.media-product-options {
  border-top: 1px solid #e1e1e1;
}

.img-product-info {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*----------  Sale  ----------*/

.sale_input-cant {
  width: 40px;
  margin: 0 auto;
  padding: 0;
  padding-right: 0;
  height: auto;
  text-align: center;
}

.btn-sale-options {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

/*----------  Breakpoints personalizados  ----------*/

@media only screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }

  .column-half {
    padding-top: 1rem;
  }

  /*  */
  .nav-lateral-avatar figcaption {
    font-size: 20px;
  }

  .page-header > :nth-child(2) {
    font-size: 15px;
  }

  .nav-lateral-menu ul li a {
    font-size: 17px;
  }

  /*  */
  /*  */
  .page-content {
    margin-left: 0 !important;
  }

  .nav-lateral-content {
    max-width: 100%;
  }

  /*  Page content */
  .nav-lateral {
    width: 0;
  }

  .nav-lateral.show-lateral {
    width: 100%;
  }

  .navbar-info-phone {
    height: 50px;
    border-bottom: 1px solid var(--border-color);
    text-align: right;
    padding-right: 10px;
  }

  .navbar-info-phone div {
    color: var(--accent-color);
    height: 50px;
    min-width: 40px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.2s ease-out;
    user-select: none;
  }

  .navbar-info-phone div:hover {
    color: var(--color-btn-primary-hover);
    background-image: radial-gradient(
      circle,
      rgba(250, 30, 78, 0.1),
      transparent 80%
    );
  }

  .navbar-info-phone div:active,
  .navbar-info-phone div:focus {
    outline: none;
  }

  /*  */
  .content-form {
    margin: 30px 20px;
  }

  .button-form {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0;
  }

  .button-form .button {
    width: 100%;
  }

  /*  */
  .group-form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-form input[type="text"],
  .content-form input[type="date"],
  .content-form select {
    width: 100%;
  }

  /*  */
  .nav-lateral-avatar img {
    width: 40%;
  }

  .nav-lateral-avatar i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    display: block;
    transition: all 0.2s ease-out;
  }

  /*  */
  .button-group {
    width: inherit;
    display: block;
  }

  .button-group div {
    width: 100%;
    margin-bottom: 10px;
  }

  /*  */
  .form-100 {
    margin-bottom: 50px;
  }

  .modal-body .form-100 {
    margin: 0;
  }

  /*  */
  .modal-cuadro {
    width: 100%;
    height: 100%;
  }

  .group-form input[type="text"],
  .group-form input[type="date"],
  .group-form select {
    width: 100%;
  }

  .modal-footer {
    display: block;
  }

  .modal-footer > :not(:last-child),
  .modal-footer > :not(:first-child) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /*  */
  .content-form input[type="text"],
  .content-form input[type="date"],
  .content-form select,
  .content-form textarea {
    width: 100%;
  }

  /*  */
  .form-25 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 13px;
  }

  .button-form {
    margin-left: 0px !important;
  }

  /*  */
  .navbar-info-phone {
    display: none;
  }

  .nav-lateral-avatar figcaption {
    font-size: 15px;
  }

  .page-header > :nth-child(2) {
    font-size: 17px;
  }

  .nav-lateral-menu ul li a {
    font-size: 13px;
  }

  /*  */
  .navbar-info-phone {
    display: none;
  }

  /*  */
  .content-form {
    margin: 30px 20px;
  }

  .nav-lateral {
    width: 200px;
  }

  .page-content {
    margin-left: 200px !important;
  }

  /*  */
  .form-100 {
    margin-bottom: 50px;
  }

  /*  */
  /*  */
  .content-form .form-50 {
    width: 100%;
  }

  /*  */
  .page-header div .form-50 {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 15px;
  }

  /*  */
  .nav-lateral-avatar figcaption {
    font-size: 17px;
  }

  .nav-lateral-menu ul li a {
    font-size: 16px;
  }

  .page-header > :nth-child(2) {
    font-size: 18px;
  }

  /*  */
  .content-form {
    margin: 30px 20px;
  }

  .navbar-info-phone {
    display: none;
  }

  .nav-lateral {
    width: 270px;
  }

  .page-content {
    margin-left: 270px !important;
  }

  /*  */
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }

  /*  */
  /* .form-50 {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        column-gap: 20px;
    } */
  /*  */
  .content-form .form-50 {
    width: 95%;
  }

  .content-form .form-75 {
    width: 95%;
  }

  .form .group-form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  html {
    font-size: 15px;
  }

  /*  */
  .nav-lateral-avatar figcaption {
    font-size: 17px;
  }

  .nav-lateral-menu ul li a {
    font-size: 16px;
  }

  .page-header > :nth-child(2) {
    font-size: 18px;
  }

  /*  */
  .content-form {
    margin: 50px;
  }

  .navbar-info-phone {
    display: none;
  }

  .nav-lateral {
    width: 270px;
  }

  .page-content {
    margin-left: 270px !important;
  }

  /*  */
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }

  /*  */
  /* .form-50 {
        width: 50%;
    } */
  /*  */
  .content-form .form-50 {
    width: 100%;
  }

  .form .group-form {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: -50px;
  }
}

/*----------  Breakpoints personalizados  ----------*/

.column-half {
  padding-left: 1rem;
}

.column-half p {
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}

.column-half button {
  margin-top: 2.5rem !important;
}

.column-half h5 {
  margin-bottom: 0.5 !important;
  margin-top: 1rem !important;
}

.seleccion-foto {
  padding-top: 2rem !important;
}

.button-form {
  margin-left: 55vh;
}

.form-row .button-editar {
  padding-left: 85%;
  padding-top: 1rem;
}

.button:disabled {
  background-color: red !important;
  opacity: 0.5 !important;
  cursor: inherit;
}

/* PAGINATION */

#contenedor-botones-paginas {
  display: flex;
  gap: 10px;
}

#contenedor-botones-paginas .button {
  min-width: auto;
}

#pag_content {
  width: auto;
  text-align: center;
  appearance: none;
  cursor: pointer;
  border: 1px solid #b4b4b4;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 255px;
  height: 40px;
  padding: 0 7px;
  background: #e2e6ee;
  border: 1px solid var(--color-btn-primary);
  border-radius: 10px;
}

.btn-excel {
  /* background-color: darkgreen !important; */
  color: darkgreen !important;
  border: 1px solid darkgreen !important;
  font-size: 50px;
}

.btn-excel:hover {
  background-color: darkgreen !important;
  color: #fff !important;
  /* border: 1px solid darkgreen !important; */
}

/* PAGINATION */
.dropdown-menu.show{
    background: #565e64;
}

.dropdown-menu .dropdown-item{
    flex-flow: nowrap row;
    gap: 20px;
}

.btn-secondary.custom-file-control:before, .btn.btn-secondary{
    border-color: none !important;
}

.input-modal{
    width: 300px !important;
    height: 40px !important;
    background: #E2E6EE !important;
    padding: 0 15px !important;
    border: none !important;
    border-radius: 10px !important;
    appearance: auto !important;
}


.preview-before{
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-right: 2rem;
    border-radius: 100%;
    aspect-ratio: 1;
}

.preview-after{
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-right: 2rem;
    border-radius: 100%;
    aspect-ratio: 1;
}

#logout_mask{
    margin-bottom: 0 !important;
}

#maskOut{
    display: flex;
    gap: 20px;
    background: none;
    color: white !important;
    font-weight: 400;
}

#logout:hover #maskOut{
    color: #009fe2 !important;
}

.full_admin{
        width: 300px;
    height: 40px;
    background: #e2e6ee;
    padding: 0 15px;
    border: none;
    border-radius: 10px;
    appearance: auto;
}

.importante{
    background: #48606e;
    color: white;
    padding: 2rem;
    margin-bottom: 1rem;
}

.popup{
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  z-index: 9999;
  border-radius: 10px!important;
  width: 40%;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Color oscuro semi-transparente */
  z-index: 9998; /* Asegura que el overlay esté detrás del popup */
  display: none; /* Ocultar inicialmente */
}

@media (min-width: 1024px){
#popup h3{
    font-size: 1rem!important;
    }    
}


#cerrar-popup{
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.imagen-popup{
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
  border-radius: 5px!important;
}