/*font-family: 'Lexend', sans-serif;*/

/*PUBLILAND GLOBAL FRAMEWORK V2.4*/
HTML,
BODY,
DIV,
SPAN,
APPLET,
OBJECT,
IFRAME,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
PRE,
A,
ABBR,
ACRONYM,
ADDRESS,
BIG,
CITE,
CODE,
DEL,
DFN,
EM,
IMG,
INS,
KBD,
Q,
S,
SAMP,
SMALL,
STRIKE,
STRONG,
SUB,
SUP,
TT,
VAR,
B,
U,
I,
CENTER,
DL,
DT,
DD,
OL,
UL,
LI,
FIELDSET,
FORM,
LABEL,
LEGEND,
TABLE,
CAPTION,
TBODY,
TFOOT,
THEAD,
TR,
TH,
TD,
ARTICLE,
ASIDE,
CANVAS,
DETAILS,
EMBED,
FIGURE,
FIGCAPTION,
FOOTER,
HEADER,
HGROUP,
MENU,
NAV,
OUTPUT,
RUBY,
SECTION,
SUMMARY,
TIME,
MARK,
AUDIO,
VIDEO,
MAIN,
BUTTON {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font-family: "Figtree", sans-serif;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
HTML {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
BODY {
  font: 62.5% "Figtree", Arial, Helvetica, sans-serif;
  color: #413a44;
  background: #fcf4e7;
  height: 100%;
  min-height: 100%;
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
}
HTML,
BODY {
  height: 100%;
}
H1,
H2,
H3,
H4,
H5,
H6 {
  font-weight: 400;
  font-size: 100%;
  display: block;
  font-family: "Figtree", sans-serif;
}
ARTICLE,
ASIDE,
DETAILS,
FIGCAPTION,
FIGURE,
FOOTER,
HEADER,
HGROUP,
MENU,
NAV,
SECTION,
MAIN {
  display: block;
}
TABLE {
  border-collapse: collapse;
  border-spacing: 0;
}
TH {
  text-align: left;
}
TD,
TH {
  empty-cells: show;
}
INPUT,
SELECT,
TEXTAREA,
BUTTON {
  font: 1em "Figtree", Arial, Helvetica, sans-serif;
  color: #413a44;
  background: #fff;
  border: 1px solid #687b8c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
INPUT:focus,
TEXTAREA:focus,
BUTTON:focus {
  outline: none;
}
INPUT,
SELECT,
BUTTON {
  vertical-align: middle;
}
INPUT[type="radio"],
INPUT[type="checkbox"] {
  border: none;
  height: auto !important;
  width: auto !important;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
INPUT[type="submit"],
INPUT[type="reset"],
INPUT[type="button"],
BUTTON {
  cursor: pointer;
  -webkit-appearance: none;
}
TEXTAREA {
  overflow: auto;
  -webkit-appearance: none;
  resize: none;
}
INPUT::-moz-focus-inner,
BUTTON::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #584e5b;
}
:-moz-placeholder {
  color: #584e5b;
  opacity: 1;
}
::-moz-placeholder {
  color: #584e5b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #584e5b;
}
UL,
OL,
LI {
  list-style: none;
}
IMG {
  vertical-align: top;
  height: auto;
}
A {
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}
A:active,
A:hover {
  outline: 0;
}
STRONG {
  font-weight: 700;
}
EM {
  font-style: italic;
}
.Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*FIN FRAMEWORK*/

/*LOGIN*/
.start {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #fcf4e7;
  background-image: url(images/login-topbg.svg), url(images/login-botbg.svg);
  background-position: left top, center bottom;
  background-repeat: no-repeat;
}
.start .cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 750px;
}
.start .chaco h1 {
  font-weight: 600;
  font-size: 5.4em;
}
.start .chaco h2 {
  font-weight: 500;
  font-size: 2.5em;
  color: #908892;
  margin-bottom: 35px;
}
.start .chaco h3 {
  font-size: 1.9em;
  line-height: 1.2;
  margin-bottom: 35px;
}
.start .chaco h4 {
  font-size: 1.9em;
  color: #db7755;
  line-height: 1.2;
  margin-bottom: 102px;
}
.start .chaco h5 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.2em;
}
.start .chaco h5 img {
  margin-left: 10px;
}
.login {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  box-shadow: 1px 1px 70px 1px rgba(104, 123, 140, 0.15);
  border-radius: 10px;
  padding: 47px 30px;
}
.login h3 {
  font-weight: 600;
  font-size: 2em;
  text-align: center;
  margin-bottom: 29px;
}
.login .field {
  margin-bottom: 20px;
  position: relative;
}
.login label {
  display: block;
  font-weight: 500;
  font-size: 1.4em;
  color: #584e5b;
  margin-bottom: 12px;
  padding-left: 15px;
}
.login input {
  border: 1px solid rgba(88, 78, 91, 0.5);
  padding-left: 40px;
  font-size: 1.5em;
  color: #584e5b;
}
.login .username {
  background: url(images/user-icon.svg) 15px center no-repeat;
}
.login .password {
  background: url(images/lock-icon.svg) 15px center no-repeat;
  padding-right: 50px;
}
.login .lock {
  position: absolute;
  top: 26px;
  right: 0;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}
.login .forget {
  margin-bottom: 31px;
  text-align: right;
  padding-right: 25px;
  font-size: 1.3em;
  font-weight: 600;
  color: #db7755;
}
.login button {
  margin-bottom: 28px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.login p {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
}
.login p strong {
  color: #db7755;
  margin-left: 8px;
  font-size: 1.1em;
}

/*DASHBOARD*/
.dashboard {
  display: flex;
  min-height: 100vh;
}
.sidebar {
  width: 250px;
  padding: 46px 30px;
  background-color: #fff;
  background-image: url(images/sidebar-tl.svg), url(images/sidebar-tr.svg);
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  flex-shrink: 0;
}
.sidebar h1 {
  font-weight: 600;
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 6px;
}
.sidebar h4 {
  color: #908892;
  font-weight: 500;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 34px;
}
.sidebar button {
  justify-content: flex-start;
  padding-left: 15px;
}
.sidebar button span {
  width: 24px;
  margin-right: 9px;
  text-align: center;
}
.sidebar .selected {
  color: #db7755;
  background: #fcf4e7;
}
.sidebar .selected path {
  stroke: #db7755;
}
.sidebar li:last-child {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f0f4f7;
}
.dashcontent {
  width: 87%;
  padding: 0 48px;
}
.dashhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
.dashhead h3 {
  font-weight: 500;
  font-size: 1.6em;
}
.dashhead h3 span {
  color: #908892;
  font-size: 0.8em;
}
.dashhead ul {
  display: flex;
  align-items: center;
}
.dashsearch {
  padding-left: 23px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
  margin-right: 30px;
}
.dashsearch::-webkit-input-placeholder {
  color: #908892;
}
.dashsearch:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.dashsearch::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.dashsearch:-ms-input-placeholder {
  color: #908892;
}
.dashhead .add {
  margin-right: 41px;
}
.dashhead .add img {
  margin-right: 9px;
}
.dashhead .alert {
  position: relative;
  margin-right: 39px;
}
.dashhead .alert .on {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background: #ce471c;
}
.dashhead figure img {
  border-radius: 100%;
}
.dashcontent .title {
  font-weight: 500;
  font-size: 1.8em;
  color: #584e5b;
  margin-bottom: 28px;
}
.dashbox {
  background: #fff;
  box-shadow: 1px 1px 70px 1px rgba(104, 123, 140, 0.15);
  border-radius: 10px;
  padding: 10px 30px 30px 30px;
  min-height: 670px;
  margin-bottom: 40px;
}
/**/
@media screen and (max-width: 1350px) {
  .sidebar {
    width: 230px;
    padding: 46px 20px;
  }
  .dashcontent {
    width: 100%;
    padding: 0 24px;
  }
  .dashbox {
    padding: 10px 15px 30px 15px;
  }
}

/*NOTIFICACIONES*/
.tabs {
  display: flex;
  border-bottom: 1px solid #f0f4f7;
  margin-bottom: 30px;
}
.tabs li {
  position: relative;
  margin: 0 14px;
}
.tabs button {
  padding: 0 12px;
}
.tabs .selected {
  color: #db7755;
}
.tabs .selected:before {
  content: "";
  display: block;
  border-bottom: 1.5px solid #db7755;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tabs .bagde {
  margin-left: 10px;
}
/**/
.notificacionestable {
  width: 100%;
}
.notificacionestable td {
  padding: 17px 9px;
  vertical-align: middle;
  border-bottom: 3px solid #fff;
}
.notificacionestable td:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
  width: 18px;
}
.notificacionestable td:nth-child(2) {
  width: 20px;
}
.notificacionestable td:nth-child(3) {
  padding-left: 18px;
}
.notificacionestable .itemlabel {
  padding: 5px 16px 6px 16px;
  display: inline-block;
  min-width: 88px;
}
.notificacionestable h4 {
  font-weight: 500;
  font-size: 1.4em;
}
.notificacionestable p {
  font-size: 1.5em;
}
.notificacionestable small {
  font-weight: 500;
  font-size: 1.2em;
  color: #908892;
}
.notificacionestable td:last-child {
  text-align: right;
  padding-right: 18px;
}
.notificacionestable .active td {
  background: rgba(144, 136, 146, 0.08);
}
.notificacionestable .active td:nth-child(1),
.notificacionestable .active td:nth-child(2) {
  background: #fff;
}
.notificacionestable .active td:nth-child(3) {
  border-radius: 15px 0 0 15px;
}
.notificacionestable .active td:last-child {
  border-radius: 0 15px 15px 0;
}
.notificacionestable .active h4 {
  font-weight: 600;
}
.notificacionestable .checkbox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.notificacionestable .checkbox input {
  visibility: hidden;
  position: absolute;
  left: -50px;
}
.notificacionestable .checkbox span {
  display: flex;
  width: 18px;
  height: 18px;
  border: 1px solid #908892;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.notificacionestable .checkbox input:checked + span {
  background: #db7755;
  border: 1px solid #db7755;
}
.notificacionestable .checkbox input:checked + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2px;
}

/*PEDIDOS*/
.pedidostable {
  width: 100%;
}
.pedidostable td {
  border-bottom: 3px solid #fff;
  background: rgba(144, 136, 146, 0.06);
  padding: 10px 9px;
  vertical-align: middle;
}
.pedidostable td:first-child {
  padding-left: 18px;
  border-radius: 15px 0 0 15px;
}
.pedidostable td:last-child {
  padding-right: 18px;
  border-radius: 0 15px 15px 0;
}
.pedidostable td small {
  font-size: 1.2em;
  font-weight: 500;
  color: #908892;
}
.pedidostable td h4 {
  font-weight: 600;
  font-size: 1.4em;
}
.pedidostable td p {
  font-size: 1.4em;
}
.pedidostable td span {
  font-size: 1.5em;
}
.pedidostable td strong {
  color: #ce471c;
  font-weight: 6600;
  font-size: 1.4em;
}
.pedidostable td:last-child button {
  float: right;
}
.pedidostable td figure {
  display: flex;
  align-items: center;
}
.pedidostable td figure img {
  flex-shrink: 0;
}
.pedidostable td figcaption {
  font-size: 1.4em;
  margin-left: 9px;
}

/*SIN ASIGNAR*/
.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  padding-top: 20px
}
.modal-head .asignar-btn {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.modal-head .asignar-btn img {
  margin-right: 10px;
}
.modal-head ul {
  display: flex;
  align-items: center;
}
.modal-head li {
  margin-right: 17px;
}
.modal-head h1 {
  font-weight: 600;
  font-size: 2em;
}
.pedido {
  border-top: 1px solid rgba(144, 136, 146, 0.15);
  padding-top: 19px;
  margin-bottom: 23px;
}
.pedido h2 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 7px;
}
.pedido h5 {
  font-size: 1.3em;
  color: rgba(88, 78, 91, 0.85);
  margin-bottom: 20px;
}
.pedido ul {
  display: flex;
  margin-bottom: 23px;
}
.pedido li {
  text-align: center;
  margin-left: 34px;
}
.pedido li:first-child {
  margin-left: 0;
}
.pedido h4 {
  font-weight: 500;
  font-size: 1.2em;
  color: #908892;
  margin-bottom: 12px;
}
.pedido p {
  font-size: 1.5em;
  padding-top: 7px;
}
.pedido figure img {
  border-radius: 100%;
  border: 1px solid #339589;
  margin-bottom: 8px;
}
.pedido figure .empty {
  border: none;
}
.pedido figcaption {
  font-size: 1.4em;
  line-height: 1.3;
}
.pedido .group {
  display: flex;
}
.pedido .group figure {
  margin: 0 15px 0 0;
}
.pedido .badge {
  display: inline-block;
  padding: 8px 16px 8px 16px;
}
/**/
.pedido-detalle {
  padding-top: 22px;
  border-top: 1px solid rgba(144, 136, 146, 0.15);
  margin-bottom: 32px;
}
.pedido-detalle h3 {
  font-weight: 500;
  font-size: 1.2em;
  color: #908892;
  margin-bottom: 17px;
}
.pedido-detalle li {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.pedido-detalle figure {
  flex-shrink: 0;
  margin-right: 17px;
}
.pedido-detalle figure img {
  border-radius: 10px;
}
.pedido-detalle .data {
  width: 100%;
  max-width: 262px;
}
.pedido-detalle p {
  font-size: 1.4em;
  line-height: 1.2;
  margin-bottom: 5px;
}
.pedido-detalle small {
  font-size: 1.3em;
  color: rgba(88, 78, 91, 0.85);
}
.pedido-detalle .cant {
  display: flex;
  align-items: center;
}
.pedido-detalle .cant h4 {
  font-weight: 500;
  font-size: 1.8em;
  padding: 0 13px;
}
.pedido-detalle .delete {
  margin-left: auto;
}
.pedido-detalle .add-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #339589;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
  padding-bottom: 2px;
  margin-right: 9px;
}
/**/
.pedido-importes {
  padding-top: 22px;
  border-top: 1px solid rgba(144, 136, 146, 0.15);
  margin-bottom: 32px;
}
.pedido-importes h3 {
  font-weight: 500;
  font-size: 1.2em;
  color: #908892;
  margin-bottom: 29px;
}
.pedido-importes h1 {
  padding-left: 20px;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 10px;
}
.pedido-importes h1 span {
  font-weight: 400;
  font-size: 0.8em;
  margin-right: 5px;
}
.pedido-importes ul {
  display: flex;
}
.pedido-importes h4 {
  font-size: 1.4em;
  padding-left: 66px;
  padding-top: 14px;
  margin-right: 26px;
  color: #584e5b;
}
.pedido-importes h4 span {
  font-size: 1.2em;
  font-weight: 600;
}
.pedido-importes figure {
  margin-right: 15px;
}
.pedido-importes figure img {
  border-radius: 100%;
  border: 1px solid #339589;
  margin-bottom: 7px;
}
.pedido-importes figcaption {
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
}
/**/
.asignar-search {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative
}
.asignar-search .search {
  padding-left: 23px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
  margin-right: 30px;
  font-size: 1.5em;
  color: #584e5b;
  border: 1px solid #D1D5DB;
}
.asignar-filtros {
  margin-bottom: 24px;
  display: flex;
}
.asignar-filtros li {
  margin-left: 24px;
}
.asignar-filtros label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.asignar-filtros input {
  visibility: hidden;
  position: absolute;
  left: -50px;
}
.asignar-filtros span {
  border: 1.5px solid #584e5b;
  display: block;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.asignar-filtros small {
  margin-left: 9px;
  font-weight: 500;
  font-size: 1.4em;
}
.asignar-filtros input:checked + span {
  background: #db7755;
  border: 1px solid #db7755;
}
.asignar-filtros input:checked + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2px;
}
.asignar-box {
  height: 500px;
  overflow: auto;
  padding-right: 20px;
  margin-right: -20px;
}
.asignartable {
  width: 100%;
}
.asignartable td {
  background: rgba(144, 136, 146, 0.06);
  padding: 9px 15px;
  vertical-align: middle;
  border-bottom: 10px solid #fff;
}
.asignartable td p {
  color: #1c2a34;
  font-size: 1.5em;
}
.asignartable td:first-child {
  border-radius: 10px 0 0 10px;
}
.asignartable td:last-child {
  border-radius: 0 10px 10px 0;
}
.asignartable td:last-child button {
  float: right;
}
.asignartable .people {
  display: flex;
  align-items: center;
}
.asignartable .people span {
  font-weight: 500;
  font-size: 1.4em;
}
.asignartable .people img {
  border-radius: 100%;
  border: 1px solid #339589;
  margin-right: 14px;
}
/**/
.producto ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.producto li {
  position: relative;
  width: 118px;
  margin-right: 19px;
  margin-bottom: 11px;
}
.producto li figure img {
  filter: blur(4px);
  border-radius: 12px;
}
.producto li button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -21px;
}
.producto li button img {
  margin-right: 9px;
}
.producto p {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 22px;
}
.producto h4 {
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.producto .whatsapp img {
  margin-left: 10px;
}
/**/
.persona .fullimage {
  position: relative;
}
.persona .fullimage figure {
  margin: -25px -38px 20px -38px;
}
.persona .fullimage figure img {
  width: 100%;
}
.persona .fullimage button {
  position: absolute;
  top: 38px;
  right: -10px;
}
.persona h1 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 11px;
}
.persona p {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 28px;
}
.persona h4 {
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 14px;
}
.persona ul {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.persona li {
  margin-right: 8px;
  margin-bottom: 11px;
}
.persona li span {
  display: inline-block;
}
.persona .info {
  display: flex;
  margin-bottom: 26px;
}
.persona .info h4 {
  margin-bottom: 5px;
}
.persona .info small {
  font-size: 1.5em;
}
.persona .group {
  margin-right: 52px;
}
.persona .info button {
  flex-direction: column;
}
.persona .info button img {
  margin-bottom: 2px;
}
.persona .whatsapp img {
  margin-left: 10px;
}

/*COORDINADORAS*/
.coordinadoras-searh {
  display: flex;
  margin-bottom: 35px;
}
.coordinadoras-searh input {
  padding-left: 23px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
  margin-right: 34px;
}
.coordinadoras-searh button span {
  display: flex;
  background: #339589;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 9px;
}
.coordinadoras-filter {
  display: flex;
  align-items: center;
  padding-left: 23px;
  margin-bottom: 28px;
}
.coordinadoras-filter h4 {
  font-size: 1.5em;
  margin-right: 19px;
}
.coordinadoras-filter ul {
  display: flex;
  align-items: center;
}
.coordinadoras-filter li {
  margin-right: 22px;
}
.coordinadoras-filter li label {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.coordinadoras-filter li input {
  visibility: hidden;
  position: absolute;
  left: -580px;
}
.coordinadoras-filter li span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #584e5b;
  width: 18px;
  height: 18px;
}
.coordinadoras-filter li small {
  font-weight: 500;
  font-size: 1.4em;
  margin-left: 10px;
}
.coordinadoras-filter li input:checked + span {
  background: #db7755;
  border: 1px solid #db7755;
}
.coordinadoras-filter li input:checked + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2px;
}
.coordinadoras-filter button {
  margin-left: auto;
}
.coordinadoras-filter button img {
  margin-right: 9px;
}
.coordinadoras-filter button.btn-crear {
  margin-left: 0;
}
.coordinadoras-filter button.btn-crear span {
  display: flex;
  background: #339589;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 9px;
}
.coordinadoras-filter button.btn-crear img {
  margin-right: 0;
}
.coordinadoras-cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.coordinadoras-cards li {
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 32%;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.coordinadoras-cards figure {
  flex-shrink: 0;
  margin-right: 11px;
}
.coordinadoras-cards figure img {
  border-radius: 100%;
  border: 1px solid #339589;
}
.coordinadoras-cards .data {
  cursor: pointer;
}
.coordinadoras-cards h4 {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 4px;
}
.coordinadoras-cards p {
  font-size: 1.5em;
}
.coordinadoras-cards .actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.coordinadoras-cards .actions .delete {
  margin-left: 7px;
}
@media screen and (max-width: 1350px) {
  .coordinadoras-cards li {
    width: 31.8%;
  }
}

/*COORDINADORAS GRUPOS*/
.coordinadoras-grupos {
  padding-top: 30px;
}
.coordinadoras-grupos li {
  display: flex;
  margin-bottom: 18px;
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 23px 33px;
}
.coordinadoras-grupos figure {
  flex-shrink: 0;
  margin-right: 11px;
}
.coordinadoras-grupos figure img {
  border-radius: 100%;
  border: 1px solid #339589;
}
.coordinadoras-grupos h4 {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 4px;
}
.coordinadoras-grupos p {
  font-size: 1.5em;
}
.coordinadoras-grupos h3 {
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 13px;
}
.coordinadoras-grupos .group {
  display: flex;
  align-items: center;
}
.coordinadoras-grupos .actions {
  display: flex;
  align-items: center;
}
.coordinadoras-grupos .actions .delete {
  margin-left: 7px;
}

/*COORDINADORAS GRUPOS EDITAR*/
.grupo-cols {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 26px;
  margin-bottom: 50px;
}
/**/
.pedidos-lista-2 {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 24px;
  margin: 30px 0;
}
.pedidos-lista-2 .head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pedidos-lista-2 h4 {
  font-weight: 500;
  font-size: 1.8em;
  color: #413a44;
  width: 140px;
}
.pedidos-table-container {
  width: 100%;
  max-height: 500px;
  height: auto;
  overflow: auto;
  padding-right: 26px;
}
.pedidos-table-2 {
  width: 100%;
}
.pedidos-table-2 th {
  padding: 15px 10px;
  color: #584e5b;
  font-size: 1.2em;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}
.pedidos-table-2 th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pedidos-table-2 th span {
  margin-left: 14px;
}
.pedidos-table-2 th small {
  color: #584e5b;
  font-size: 1.2em;
}
.pedidos-table-2 th strong {
  font-size: 1.2em;
  font-weight: 600;
}
.pedidos-table-2 td {
  padding: 10px 10px;
  background-color: rgba(220, 215, 215, 0.3);
  border-bottom: 6px solid white;
  vertical-align: middle;
}
.pedidos-table-2 td:first-child {
  border-radius: 15px 0 0 15px;
}
.pedidos-table-2 td:last-child {
  border-radius: 0 15px 15px 0;
}
.pedidos-table-2 td p {
  color: #413a44;
  font-size: 1.4em;
}
.pedidos-table-2 .center {
  text-align: center;
}
.pedidos-table-2 input {
  text-align: center;
  margin: 0 auto;
}
.pedidos-table-2 strong {
  font-weight: 600;
  font-size: 1.5em;
}
.pedidos-table-2 img {
  border-radius: 10px;
}
.pedidos-table-2 button img {
  margin-right: 7px;
}
.pedidos-table-2 .action td {
  background: rgba(206, 71, 28, 0.12);
}
.pedidos-table-2 td span {
  color: #413a44;
  font-size: 1.5em;
}

/*PEDIDOS*/
.pedidos-search-filters {
  margin-bottom: 40px;
}
.pedidos-search-filters ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
}
.pedidos-search-filters li {
  display: flex;
  align-items: center;
}

.pedidos-search-filters label {
  font-weight: 500;
  font-size: 1.2em;
  margin-right: 10px;
  white-space: nowrap;
}
.pedidos-search-filters li:nth-child(1) {
  width: 13%;
}
.pedidos-search-filters li:nth-child(2) {
  width: 20%;
}
.pedidos-search-filters li:nth-child(3) {
  width: 17%;
}
.pedidos-search-filters li:nth-child(4) {
  width: 24%;
}
.pedidos-search-filters li:nth-child(5) {
  width: 20%;
}
.pedidos-search-filters input {
  padding-left: 13px;
}
.pedidos-search-filters input::-webkit-input-placeholder {
  color: #908892;
}
.pedidos-search-filters input:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.pedidos-search-filters input::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.pedidos-search-filters input:-ms-input-placeholder {
  color: #908892;
}
.pedidos-search-filters select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 15px;
}

.div-magnifity-glass {
  display: flex;
  border-radius: 10px;
  background-color: white;
  align-items: center;
  padding-right: 5px;
}

.div-select-caretdown {
  display: flex;
  border-radius: 10px;
  background-color: white;
  align-items: center;
  padding-right: 5px;
}
/**/
.pedidos-table-1 {
  width: 100%;
}
.pedidos-table-1 th {
  padding: 18px 15px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  color: #584e5b;
  white-space: nowrap;
}
.pedidos-table-1 th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pedidos-table-1 th span {
  margin-left: 14px;
}
.pedidos-table-1 td {
  padding: 15px 15px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 7px solid #fcf4e7;
  font-size: 1.4em;
  color: #413a44;
}
.pedidos-table-1 td:first-child {
  border-radius: 16px 0 0 16px;
}
.pedidos-table-1 td:last-child {
  border-radius: 0 16px 16px 0;
}
.pedidos-table-1 .center {
  text-align: center;
}
.pedidos-table-1 button {
  margin: 0 auto;
}
.pedidos-table-1 .progress-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  width: 100%;
}
.pedidos-table-1 .progress-box {
  width: 100%;
  height: 6px;
  /* background: rgba(65, 58, 68, 0.1); */
  border-radius: 40px;
}
.pedidos-table-1 .progress-bar {
  display: block;
  height: 6px;
}
.pedidos-table-1 .progress-area label {
  font-weight: 600;
}
/**/
.pedido-detail-bar {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 24px;
  margin-bottom: 17px;
}
.pedido-detail-bar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pedido-detail-bar li {
  margin: 0 5px;
}
.pedido-detail-bar strong {
  font-size: 1.4em;
  color: #584e5b;
  font-weight: 600;
}
.pedido-detail-bar p {
  font-size: 1.4em;
  color: #584e5b;
}
.pedido-detail-bar button {
  font-size: 1.5em;
}
.pedido-detail-bar button img {
  margin-right: 7px;
}
/**/
.pedido-observaciones {
  font-size: 1.4em;
  padding-left: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1350px) {
  .pedido-detail-bar {
    padding: 15px 10px;
  }
  .pedido-detail-bar strong {
    font-size: 1.3em;
  }
  .pedido-detail-bar p {
    font-size: 1.3em;
  }
  .pedido-detail-bar button {
    font-size: 1.3em;
  }
  .pedido-observaciones {
    padding-left: 10px;
  }
}
/**/
.asignacion-productos {
  margin-bottom: 35px;
}
.asignacion-head {
  display: table;
  width: 100%;
}
.asignacion-head h4 {
  display: table-cell;
  width: 40%;
  font-size: 1.8em;
  font-weight: 500;
  padding: 0 16px 25px 32px;
}
.asignacion-head p {
  display: table-cell;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 0 25px 0;
  width: 10%;
}
.asignacion-head .last {
  width: 13%;
}
.asignacion-head .empty {
  display: table-cell;
  width: 17%;
}
.asignacion-head .center {
  text-align: center;
}
.asignacion-row {
  display: table;
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 7px;
}
.asignacion-row .asig-title {
  display: table-cell;
  width: 40%;
  padding: 9px 16px 9px 32px;
  vertical-align: middle;
}
.asignacion-row .ob {
  display: table-cell;
  padding: 9px 0;
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
.asignacion-row .cant {
  display: table-cell;
  padding: 9px 0;
  width: 10%;
  text-align: center;
  font-size: 2em;
  vertical-align: middle;
}
.asignacion-row .asig {
  display: table-cell;
  padding: 9px 0;
  width: 10%;
  text-align: center;
  font-size: 2em;
  vertical-align: middle;
}
.asignacion-row .coord {
  display: table-cell;
  padding: 9px 0;
  vertical-align: middle;
}

.asignacion-row .asig-title .group {
  display: flex;
  align-items: center;
}
.asignacion-row .asig-title span {
  margin-right: 19px;
  opacity: 0.2;
}
.asignacion-row .asig-title span img {
  transform: rotate(180deg);
}
.asignacion-row .asig-title figure {
  margin-right: 17px;
}
.asignacion-row .asig-title figure img {
  border-radius: 10px;
}
.asignacion-row .asig-title p {
  font-size: 1.4em;
}
.asignacion-row .ob button {
  margin: 0 auto;
}
.asignacion-row .coord ul li figure {
  position: relative;
}
.asignacion-row .coord ul img {
  width: 36px;
  border-radius: 100%;
  margin-right: 5px;
}
.asignacion-row .user-btn img {
  margin-right: 7px;
}
.asignacion-row .action {
  display: table-cell;
  padding: 9px 16px 9px 32px;
  width: 17%;
  vertical-align: middle;
}
.asignacion-row .action button {
  float: right;
  vertical-align: middle;
  opacity: 0.2;
}
.asignacion-row .action {
  font-size: 1.5em;
}
.asignacion-row .action img {
  margin-right: 7px;
}
.asignacion-row .prod {
  margin-top: 4px;
}
/**/
.row-open .asig-title span {
  opacity: 1;
}
.row-open .asig-title span img {
  transform: rotate(0);
}
.row-open .action button {
  opacity: 1;
}
.detail-open {
  padding: 10px 0 0 76px;
}
.detail-open h4 {
  font-size: 1.5em;
  margin-bottom: 12px;
}
.detail-open li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #ffffff;
  border-radius: 14px;
  padding: 13px 16px;
  margin-bottom: 7px;
}
.detail-open li.sin-asignar {
  background: rgba(220, 215, 215, 0.4);
}
.detail-open .status {
  padding-bottom: 8px;
}
.detail-open .num {
  font-size: 1.5em;
  padding-bottom: 8px;
}
.detail-open .prod {
  display: flex;
  align-items: flex-end;
}
.detail-open .prod img {
  width: 36px;
  border-radius: 100%;
}
.detail-open .prod .data {
  padding-left: 26px;
  min-width: 250px;
}
.detail-open .prod figure:empty {
  width: 36px;
}
.detail-open .prod .data img {
  width: auto;
  margin-right: 7px;
}
.detail-open .prod label {
  font-weight: 500;
  font-size: 1.2em;
  color: #908892;
  margin-bottom: 14px;
  display: inline-block;
}
.detail-open .prod p {
  font-size: 1.4em;
  padding-bottom: 8px;
}
.detail-open .cant {
  text-align: center;
  padding-bottom: 8px;
}
.detail-open .cant label {
  font-size: 1.2em;
  color: #908892;
  display: inline-block;
  margin-bottom: 13px;
}
.detail-open .cant span {
  font-size: 1.5em;
}
.detail-open .total {
  text-align: center;
  padding-bottom: 8px;
}
.detail-open .total label {
  font-size: 1.2em;
  color: #908892;
  display: inline-block;
  margin-bottom: 13px;
}
.detail-open .total span {
  font-size: 1.5em;
  font-weight: 600;
}
.detail-open .progress {
  padding-bottom: 8px;
  padding-right: 70px;
}
.detail-open .progress label {
  font-size: 1.2em;
  color: #908892;
  display: inline-block;
  margin-bottom: 13px;
}
.detail-open .progress-area {
  display: flex;
  align-items: center;
  width: 100%;
}
.detail-open .progress-box {
  width: 90px;
  height: 5px;
  border-radius: 40px;
  background: rgba(65, 58, 68, 0.1);
}
.detail-open .progress-box span {
  height: 5px;
  display: block;
  background: #584e5b;
  border-radius: 40px;
}
.detail-open .progress-area small {
  margin-left: 24px;
  font-size: 1.4em;
  color: #584e5b;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 1350px) {
  .detail-open .progress {
    padding-right: 0px;
  }
}
/**/
.stock-producto .modal-head li button {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.stock-producto .modal-head li button img {
  margin-right: 9px;
}
.stock-producto .info {
  border-top: 1.5px solid rgba(144, 136, 146, 0.15);
  padding-top: 29px;
  margin-bottom: 37px;
}
.stock-producto .info h2 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 20px;
}
.stock-producto .data {
  display: flex;
}
.stock-producto .data figure {
  flex-shrink: 0;
  margin-right: 20px;
}
.stock-producto .data figure img {
  border-radius: 12px;
}
.stock-producto .data p {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.stock-producto .data p:last-child {
  margin-bottom: 0;
}
.stock-producto .detalles {
  padding-top: 30px;
  border-top: 1.5px solid rgba(144, 136, 146, 0.15);
}
.stock-producto .detalles h3 {
  font-size: 1.2em;
  font-weight: 500;
  color: #908892;
  margin-bottom: 28px;
}
.stock-items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(144, 136, 146, 0.15);
  border-radius: 15px;
  margin-bottom: 6px;
  padding: 16px 20px;
}
.stock-items p {
  font-size: 1.6em;
}
.stock-items .cant {
  display: flex;
  align-items: center;
}
.stock-items .cant button {
  font-size: 1.6em;
  padding-bottom: 2px;
}
.stock-items .cant h4 {
  font-weight: 500;
  font-size: 1.8em;
  padding: 0 13px;
  width: 50px;
  text-align: center;
}
/**/
.agregar-stock .coordinadoras-filter {
  padding-left: 0;
}
.agregar-stock .coordinadoras-filter li:last-child {
  margin-right: 0;
}
.agregar-stock .coordinadoras-searh {
  margin-bottom: 0;
}
.agregar-stock .coordinadoras-searh input {
  margin-right: 0;
}
.agregar-stock .results {
  padding: 10px 22px 22px 22px;
}
.agregar-stock .results li {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(144, 136, 146, 0.15);
  padding: 13px 0;
}
.agregar-stock .results li:first-child {
  border-top: none;
}
.agregar-stock .results figure {
  margin-right: 17px;
}
.agregar-stock .results img {
  border-radius: 10px;
}
.agregar-stock .results p {
  font-size: 1.4em;
}
.add-to-stock {
  border-top: 1px solid rgba(144, 136, 146, 0.15);
  padding-top: 33px;
  margin-top: 38px;
}
.add-to-stock h3 {
  font-size: 1.2em;
  font-weight: 500;
  color: #908892;
  margin-bottom: 20px;
}
.add-to-stock .stock-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.add-to-stock .stock-item figure {
  margin-right: 17px;
}
.add-to-stock .stock-item img {
  border-radius: 10px;
}
.add-to-stock .stock-item p {
  font-size: 1.4em;
}
.add-to-stock .stock-items {
  margin-left: 60px;
}

/*LISTA DE PRECIOS*/
.pedidos-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  margin-bottom: 28px;
}
.pedidos-topbar .ptitle {
  display: flex;
  align-items: center;
}
.pedidos-topbar .ptitle h2 {
  color: #584e5b;
  font-size: 2.8em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.pedidos-topbar .ptitle h2 img {
  margin-right: 7px;
}
.pedidos-topbar .ptitle button {
  margin-right: 24px;
}
.pedidos-topbar .action-btn img {
  margin-right: 9px;
}
.pedidos-topbar ul {
  display: flex;
  align-items: center;
}
.pedidos-topbar li:last-child {
  margin-left: 35px;
}
.pedidos-topbar .save-btn img {
  margin-right: 7px;
}
.pedidos-topbar .back-btn img {
  margin-right: 7px;
}
.pedidos-topbar .delete-btn img {
  margin-right: 7px;
}
.pedidos-topbar li:nth-child(2) {
  margin-left: 41px;
}
.pedidos-topbar .spacer {
  padding: 0px 15px;
}
/**/
.pedidos-filters {
  margin-bottom: 14px;
}
.pedidos-filters ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.pedidos-search {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: white;
  padding-right: 10px;
}
.pedidos-search label {
  font-size: 1.2em;
  font-weight: 500;
  margin-right: 16px;
}
.pedidos-search input {
  padding-left: 16px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
}
.pedidos-search input::-webkit-input-placeholder {
  color: #908892;
}
.pedidos-search input:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.pedidos-search input::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.pedidos-search input:-ms-input-placeholder {
  color: #908892;
}
.pedidos-filters .field {
  display: flex;
  align-items: center;
}
.pedidos-filters .field label {
  font-size: 14px;
  color: #584e5b;
}
.pedidos-filters .field input {
  margin-left: 11px;
}
.pedidos-filters .field:first-child {
  width: 29%;
}
.pedidos-filters .field:last-child {
  margin-left: 29px;
  width: 69%;
}
.pedidos-filters .status {
  margin-left: 18px;
}
.pedidos-filters .status + .field {
  width: 62%;
}
/**/
.pedidos-boxes {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 17px 24px;
  margin-top: 15px;
  width: 100%;
}
.pedidos-boxes h4 {
  font-weight: 500;
  font-size: 1.8em;
  color: #413a44;
  width: 20%;
}
.pedidos-boxes ul {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: left;
}
.pedidos-boxes li {
  width: 100%;
}
.pedidos-boxes .field {
  display: flex;
  align-items: center;
  justify-content: left;
}
.pedidos-boxes .field label {
  font-size: 1.4em;
  color: #584e5b;
  width: auto;
}
.pedidos-boxes .field input {
  text-align: center;
  width: 3rem;
  margin: 0px 10px;
}
.pedidos-boxes .field .porcent {
  font-weight: 700;
  font-size: 1.4em;
}
.pedidos-boxes .field span {
  margin: 0px 10px;
}
.pedidos-boxes .btn-usar img {
  margin-right: 7px;
}
.pedidos-boxes .btn-calcular img {
  margin-right: 6px;
}
.pedidos-boxes li strong {
  font-weight: 700;
  font-size: 1.4em;
}
.pedidos-boxes-error {
  margin: 15px 5px;
}
/**/
.nuevo-producto {
  display: flex;
  background: #ffffff;
  width: auto;
  border-radius: 20px;
  padding: 3rem 0px;
  margin: 15px 0px;
  justify-content: space-evenly;
}

.nuevo-producto h4 {
  font-weight: 500;
  font-size: 1.8em;
  color: #413a44;
  margin-bottom: 20px;
}

.nuevo-producto-create {
  width: 40%;
}

.nuevo-producto-table {
  width: 60%;
  padding-right: 50px;
}

.nuevo-producto-table .overflow-y-scroll {
  overflow: auto;
}

.nuevo-producto-create h4 {
  padding: 0px 50px;
}

.nuevo-producto-create .content {
  width: 100%;
  padding: 0px 50px;
}

.nuevo-producto-create form {
  display: flex;
  padding-top: 20px;
}

.nuevo-producto-create .field-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.nuevo-producto-create .field label {
  font-weight: 500;
  color: #908892;
  font-size: 1.4em;
  padding-bottom: 10px;

}

.nuevo-producto-create .field input {
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.4em;
}

.nuevo-producto-create .button-group {
  display: flex;
  margin-top: 20px;
}

.nuevo-producto-create .button-group.space-between {
  justify-content: space-between;
}

.nuevo-producto-create .button-group.flex-end {
  justify-content: flex-end;
}

.nuevo-producto-create button {
  background-color: #339589;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1.5em;
  cursor: pointer;
}

.nuevo-producto-create button:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.nuevo-producto-create .error {
  color: red;
  font-size: 1em;
  margin-top: 5px;
}


/**/
.pedidos-lista {
  padding-top: 14px;
}
.pedidos-table {
  width: 100%;
}
.pedidos-table th {
  padding: 18px 22px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  color: #584e5b;
  white-space: nowrap;
}
.pedidos-table th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pedidos-table th span {
  margin-left: 14px;
}
.pedidos-table td {
  padding: 15px 22px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 7px solid #fcf4e7;
  font-size: 1.4em;
  color: #413a44;
}
.pedidos-table td p {
  line-height: 1.2;
  color: #584e5b;
}
.pedidos-table td:first-child {
  border-radius: 16px 0 0 16px;
}
.pedidos-table td:last-child {
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 1350px) {
  .pedidos-table th {
    padding: 18px 16px;
  }
  .pedidos-table td {
    padding: 15px 16px;
    font-size: 1.3em;
  }
}
/**/
.pedidos-lista-2 {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 24px;
  margin-bottom: 30px;
}
.pedidos-lista-2 .head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pedidos-lista-2 h4 {
  font-weight: 500;
  font-size: 1.8em;
  color: #413a44;
  width: 140px;
}

.pedidos-table-2 {
  width: 100%;
}
.pedidos-table-2 th {
  padding: 15px 10px;
  color: #584e5b;
  font-size: 1.2em;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}
.pedidos-table-2 th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pedidos-table-2 th span {
  margin-left: 14px;
}
.pedidos-table-2 th small {
  color: #584e5b;
  font-size: 1.2em;
}
.pedidos-table-2 th strong {
  font-size: 1.2em;
  font-weight: 600;
}
.pedidos-table-2 td {
  padding: 10px 10px;
  background-color: rgba(220, 215, 215, 0.3);
  border-bottom: 6px solid white;
  vertical-align: middle;
}
.pedidos-table-2 td:first-child {
  border-radius: 15px 0 0 15px;
}
.pedidos-table-2 td:last-child {
  border-radius: 0 15px 15px 0;
}
.pedidos-table-2 td p {
  color: #413a44;
  font-size: 1.4em;
}
.pedidos-table-2 .center {
  text-align: center;
}
.pedidos-table-2 input {
  text-align: center;
  margin: 0 auto;
}
.pedidos-table-2 strong {
  font-weight: 600;
  font-size: 1.5em;
}
.pedidos-table-2 img {
  border-radius: 10px;
}
.pedidos-table-2 button img {
  margin-right: 7px;
}
.pedidos-table-2 .action td {
  background: rgba(206, 71, 28, 0.12);
}
.pedidos-table-2 td span {
  color: #413a44;
  font-size: 1.5em;
}

/*PEDIDOS*/
.pedidos-search-filters {
  margin-bottom: 40px;
}
.pedidos-search-filters ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
}
.pedidos-search-filters li {
  display: flex;
  align-items: center;
}
.pedidos-search-filters label {
  font-weight: 500;
  font-size: 1.2em;
  margin-right: 10px;
  white-space: nowrap;
}
.pedidos-search-filters li:nth-child(1) {
  width: 13%;
}
.pedidos-search-filters li:nth-child(2) {
  width: 20%;
}
.pedidos-search-filters li:nth-child(3) {
  width: 17%;
}
.pedidos-search-filters li:nth-child(4) {
  width: 24%;
}
.pedidos-search-filters li:nth-child(5) {
  width: 20%;
}
.pedidos-search-filters input {
  padding-left: 13px;
}
.pedidos-search-filters input::-webkit-input-placeholder {
  color: #908892;
}
.pedidos-search-filters input:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.pedidos-search-filters input::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.pedidos-search-filters input:-ms-input-placeholder {
  color: #908892;
}
.pedidos-search-filters select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 15px;
}
/**/
.pedidos-table-1 {
  width: 100%;
}
.pedidos-table-1 th {
  padding: 18px 15px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  color: #584e5b;
  white-space: nowrap;
}
.pedidos-table-1 th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pedidos-table-1 th span {
  margin-left: 14px;
}
.pedidos-table-1 td {
  padding: 15px 15px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 7px solid #fcf4e7;
  font-size: 1.4em;
  color: #413a44;
}
.pedidos-table-1 td:first-child {
  border-radius: 16px 0 0 16px;
}
.pedidos-table-1 td:last-child {
  border-radius: 0 16px 16px 0;
}
.pedidos-table-1 .center {
  text-align: center;
}
.pedidos-table-1 button {
  margin: 0 auto;
}
.pedidos-table-1 .progress-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  width: 100%;
}
.pedidos-table-1 .progress-box {
  width: 100%;
  height: 6px;
  /* background: rgba(65, 58, 68, 0.1); */
  border-radius: 40px;
  min-width: 109px;
}
.pedidos-table-1 .progress-bar {
  display: block;
  height: 6px;
}
.pedidos-table-1 .progress-area label {
  font-weight: 600;
}
/**/
.pedido-detail-bar {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 24px;
  margin-bottom: 17px;
}
.pedido-detail-bar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pedido-detail-bar strong {
  font-size: 1.4em;
  color: #584e5b;
  font-weight: 600;
}
.pedido-detail-bar p {
  font-size: 1.4em;
  color: #584e5b;
}
.pedido-detail-bar button {
  font-size: 1.5em;
}
.pedido-detail-bar button img {
  margin-right: 7px;
}
/**/
.pedido-observaciones {
  font-size: 1.4em;
  padding-left: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1350px) {
  .pedido-detail-bar {
    padding: 15px 10px;
  }
  .pedido-detail-bar strong {
    font-size: 1.3em;
  }
  .pedido-detail-bar p {
    font-size: 1.3em;
  }
  .pedido-detail-bar button {
    font-size: 1.3em;
  }
  .pedido-observaciones {
    padding-left: 10px;
  }
}
/**/
.asignacion-productos {
  margin-bottom: 35px;
}
.asignacion-head {
  display: table;
  width: 100%;
}
.asignacion-head h4 {
  display: table-cell;
  width: 40%;
  font-size: 1.8em;
  font-weight: 500;
  padding: 0 16px 25px 32px;
}
.asignacion-head p {
  display: table-cell;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 0 25px 0;
  width: 10%;
}
.asignacion-head .last {
  width: 13%;
}
.asignacion-head .empty {
  display: table-cell;
  width: 17%;
}
.asignacion-head .center {
  text-align: center;
}
.asignacion-row {
  display: table;
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 7px;
}
.asignacion-row .asig-title {
  display: table-cell;
  width: 40%;
  padding: 9px 16px 9px 32px;
  vertical-align: middle;
}
.asignacion-row .asig-title .group {
  display: flex;
  align-items: center;
}
.asignacion-row .asig-title span {
  margin-right: 19px;
  opacity: 0.2;
}
.asignacion-row .asig-title span img {
  transform: rotate(180deg);
}
.asignacion-row .asig-title figure {
  margin-right: 17px;
}
.asignacion-row .asig-title figure img {
  border-radius: 10px;
}
.asignacion-row .asig-title p {
  font-size: 1.4em;
}
.asignacion-row .ob {
  display: table-cell;
  padding: 9px 0;
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
.asignacion-row .ob button {
  margin: 0 auto;
}
.asignacion-row .cant {
  display: table-cell;
  padding: 9px 0;
  width: 10%;
  text-align: center;
  font-size: 2em;
  vertical-align: middle;
}
.asignacion-row .asig {
  display: table-cell;
  padding: 9px 0;
  width: 10%;
  text-align: center;
  font-size: 2em;
  vertical-align: middle;
}
.asignacion-row .user-btn img {
  margin-right: 7px;
}
.asignacion-row .last-column {
  display: flex;
  width: 100%;
}
.asignacion-row .last-column .coord{
  width: 50%;
}
.asignacion-row .last-column .coord ul{
  display: flex;
  justify-content: left;
}
.asignacion-row .last-column .coord span{
  margin-right: 5px;
  cursor: pointer;
}
.asignacion-row .last-column button{
  width: 50%;
}
.asignacion-row .last-column .prod{
  width: 100%;
}
/**/
.row-open .asig-title span {
  opacity: 1;
}
.row-open .asig-title span img {
  transform: rotate(0);
}
.row-open .action button {
  opacity: 1;
}
.detail-open {
  padding: 10px 0 0 76px;
}
.detail-open h4 {
  font-size: 1.5em;
  margin-bottom: 12px;
}
.detail-open li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #ffffff;
  border-radius: 14px;
  padding: 13px 16px;
  margin-bottom: 7px;
}
.detail-open li.sin-asignar {
  background: rgba(220, 215, 215, 0.4);
}
.detail-open .status {
  padding-bottom: 8px;
}
.detail-open .num {
  font-size: 1.5em;
  padding-bottom: 8px;
}
.detail-open .prod {
  display: flex;
  align-items: flex-end;
}
.detail-open .prod img {
  width: 36px;
  border-radius: 100%;
}
.detail-open .prod .data {
  padding-left: 26px;
  min-width: 250px;
}
.detail-open .prod figure:empty {
  width: 36px;
}
.detail-open .prod .data img {
  width: auto;
  margin-right: 7px;
}
.detail-open .prod label {
  font-weight: 500;
  font-size: 1.2em;
  color: #908892;
  margin-bottom: 14px;
  display: inline-block;
}
.detail-open .prod p {
  font-size: 1.4em;
  padding-bottom: 8px;
}
.detail-open .cant {
  text-align: center;
  padding-bottom: 8px;
}
.detail-open .cant label {
  font-size: 1.2em;
  color: #908892;
  display: inline-block;
  margin-bottom: 13px;
}
.detail-open .cant span {
  font-size: 1.5em;
}
.detail-open .total {
  text-align: center;
  padding-bottom: 8px;
}
.detail-open .total label {
  font-size: 1.2em;
  color: #908892;
  display: inline-block;
  margin-bottom: 13px;
}
.detail-open .total span {
  font-size: 1.5em;
  font-weight: 600;
}
.detail-open .progress {
  padding-bottom: 8px;
  padding-right: 70px;
}
.detail-open .progress label {
  font-size: 1.2em;
  color: #908892;
  display: inline-block;
  margin-bottom: 13px;
}
.detail-open .progress-area {
  display: flex;
  align-items: center;
  width: 100%;
}
.detail-open .progress-box {
  width: 90px;
  height: 5px;
  border-radius: 40px;
  background: rgba(65, 58, 68, 0.1);
}
.detail-open .progress-box span {
  height: 5px;
  display: block;
  background: #584e5b;
  border-radius: 40px;
}
.detail-open .progress-area small {
  margin-left: 24px;
  font-size: 1.4em;
  color: #584e5b;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 1350px) {
  .detail-open .progress {
    padding-right: 0px;
  }
}
/**/
.pedidos-cuentas H3 {
  margin: 0 0 19px 24px;
  font-weight: 500;
  font-size: 1.8em;
}
.pedidos-cuentas .box {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  margin-bottom: 30px;
}
.pedidos-cuentas h4 {
  font-size: 1.4em;
  color: #584e5b;
  margin-bottom: 20px;
}
.pedidos-cuentas ul {
  border-top: 1px solid #dcd7d7;
  display: flex;
  padding-top: 24px;
  column-gap: 50px;
}
.pedidos-cuentas span {
  font-size: 1.4em;
  color: #584e5b;
  line-height: 1.6;
}
.pedidos-cuentas strong {
  font-size: 2em;
  color: #ce471c;
  font-weight: 600;
  line-height: 1.6;
}
.pedidos-cuentas .main span {
  color: #413a44;
  font-weight: 600;
}
.pedidos-cuentas .main strong {
  color: #413a44;
}
/**/
.modal-asignar {
  margin: 20px 0;
  border-radius: 12px;
}
.modal-asignar .modal-head {
  padding-bottom: 24px;
}
.modal-asignar .modal-head h1 {
  font-weight: 500;
  font-size: 2.2em;
}
.asignar-producto-num {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.asignar-producto-num img {
  border-radius: 10px;
}
.asignar-producto-num p {
  padding-left: 17px;
  font-size: 1.4em;
}
.asignar-producto-num h4 {
  font-weight: 500;
  font-size: 2.2em;
  margin-left: auto;
}
.asignar-list {
  overflow: auto;
  height: 390px;
  padding-right: 16px;
  margin-bottom: 20px;
}
.asignar-list .asignar-coordinadora {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #D1D5DB;
  border-radius: 15px;
  height: 54px;
  padding: 13px 17px;
  margin-bottom: 6px;
}
.asignar-list .asignar-stock {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 64px;
  border-radius: 15px;
  border: 1px solid #D1D5DB;
  padding: 13px 17px;
  margin-bottom: 10px;
}
.asignar-list figure img {
  width: 34px;
  border-radius: 100%;
}
.asignar-list figure div {
  width: 44px;
  border-radius: 100%;
}

.asignar-list p {
  padding-left: 13px;
  font-size: 1.4em;
}
.asignar-list .cant-action {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.asignar-list .cant-action button {
  margin-left: 9px;
}
.asignar-list .cant-action input {
  margin-left: 9px;
  text-align: center;
  border: 1px solid #DCD7D7;
}
.modal-asignar .btn-confirmar img {
  margin-right: 7px;
}

.stock-yellow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEF9C3;
  padding: 10px;
  border-radius: 10px;
  color: #854D0E;
  border: 1px solid #FEF08A;
  line-height: 1.8em;
}

.magnifity-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.quality-badge {
  border-radius: 20px;
  background-color: #FFEDAE;
  margin-left: 10px;
  color: #854D0E;
  padding: 10px;
  font-size:14px;
  font-weight: 500; 
}

/*Modal delivey*/
.modal-delivery {
background-color: white;
width: 700px;
border-radius: 10px;
/* padding: 0px 20px; */
 height: auto;
max-height: 630px; 
overflow-y: auto;
display: flex;
flex-direction: column;
height: 100%
}

.modal-delivery h3 {
  font-size: 20px;
  line-height: 24px;
  padding-left: 8px
}

.modal-delivery-product-title {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.modal-delivery-product-title span{
  display: flex;
}

.modal-delivery-product-title h3 {
  font-weight: 700;
  font-size: 15px
}

.modal-delivery-product-title p{
  line-height: 18px;
  font-size: 16px
}


.modal-delivery-product-container {
  padding: 20px 20px 0 20px;
   border: 1px solid #D1D5DB;
   border-top-right-radius: 8px;
   border-top-left-radius: 8px;
   height:auto;
   margin-top: 8px;
   margin: 0px 28px;
   overflow-y: auto;
}

.delivery-section {
  margin: 10px 0;
}

.delivery-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delivery-quality-label {
  font-size: 16px;
}

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

.delivery-controls input{
  width: 50px;
}

.delivery-button {
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
}

.delivery-quantity {
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
}

.delivery-produced {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
}

.stock-section {
  display: flex;
  font-size: 15px;
  color: #339589;
  font-weight: bold;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.total-section {
  display: flex;
  justify-content: flex-end;
  bottom: 0;
  gap: 40px;
  background-color: #F8FAFC;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 14px;
  margin: 0 28px;
  border: 1px #DCD7D7 solid;
}

.total-item {
  font-weight: bold;
  font-size: 15px;
}

.total-item-faltan {
  color: #DB7755;
}

.delivery-button-section {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 20px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}


/*PEDIDOS ALTA*/
.nuevo-pedido-top {
  padding-top: 4px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.nuevo-pedido-top .switch {
  width: 18%;
  padding-top: 10px;
}
.nuevo-pedido-top .switch label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nuevo-pedido-top .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.nuevo-pedido-top .switch .leyend {
  font-size: 1.4em;
  font-weight: 500;
  color: #db7755;
}
.nuevo-pedido-top .switch .bar + .leyend {
  color: #413a44;
}
.nuevo-pedido-top .switch .bar {
  display: block;
  background: #f1c9bb;
  border-radius: 7px;
  width: 34px;
  height: 14px;
  margin: 0 8px;
  position: relative;
}
.nuevo-pedido-top .switch .circle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #db7755;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: -3px;
  transition: all 0.3s ease;
}
.nuevo-pedido-top .fields {
  width: 82%;
}
.nuevo-pedido-top .switch input:checked + .leyend {
  color: #413a44;
}
.nuevo-pedido-top .switch input:checked + .leyend + .bar + .leyend {
  color: #db7755;
}
.nuevo-pedido-top .switch input:checked + .leyend + .bar .circle {
  left: 14px;
}
.nuevo-pedido-top .fields .row {
  display: flex;
  flex-wrap: wrap;
}
.nuevo-pedido-top .fields li div {
  display: flex;
  align-items: center;
}
.nuevo-pedido-top .fields label {
  display: block;
  font-size: 1.4em;
  color: #584e5b;
  text-align: right;
  padding-right: 11px;
  white-space: nowrap;
}
.nuevo-pedido-top .fields li:nth-child(1) {
  width: 40%;
}
.nuevo-pedido-top .fields li:nth-child(1) label {
  min-width: 140px;
}
.nuevo-pedido-top .fields li:nth-child(2) {
  width: 25%;
}
.nuevo-pedido-top .fields li:nth-child(2) label {
  min-width: 80px;
}
.nuevo-pedido-top .fields li:nth-child(3) {
  width: 35%;
}
.nuevo-pedido-top .fields li:nth-child(3) label {
  min-width: 128px;
}
.nuevo-pedido-top .fields li:nth-child(4) {
  width: 100%;
  margin: 15px 0;
}
.nuevo-pedido-top .fields li:nth-child(4) label {
  min-width: 140px;
}
.nuevo-pedido-top .fields input {
  padding: 0 14px;
}
/**/
.lista-precios {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.lista-precios h3 {
  font-weight: 500;
  font-size: 1.5em;
  width: 17%;
}
.lista-precios .btn-add img {
  margin-right: 7px;
}
.lista-precios p {
  font-weight: 500;
  font-size: 1.4em;
}
.lista-precios .btn-edit {
  margin-left: auto;
}
.lista-precios .btn-edit img {
  margin-right: 7px;
}

.upload-modal {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  gap: 20px;
}

.upload-modal > .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 16px;
  color: #584e5b;
  text-align: center;
}

.upload-modal > .success-message {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #339589;
}

.upload-modal > .error-message {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;

  color: #584e5b;
}

/**/
.productos {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 27px;
  min-height: 230px;
}
.productos .head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.productos .head h3 {
  font-weight: 500;
  font-size: 1.5em;
  width: 17%;
}
.productos .btn-add img {
  margin-right: 7px;
}
.productos .disabled {
  opacity: 0.3;
  filter: grayscale();
}
.productos-table {
  width: 100%;
}
.productos-table .center {
  text-align: center;
}
.productos-table th {
  font-size: 1.2em;
  color: #584e5b;
  padding: 6px 0 12px 0;
}
.productos-table th:nth-child(1) {
  width: 52%;
}
.productos-table th:nth-child(6) {
  width: 10%;
}
.productos-table td {
  font-size: 1.2em;
  color: #584e5b;
  padding: 6px 0;
  font-size: 1.4em;
  vertical-align: middle;
}
.productos-table td:nth-child(1) {
  width: 52%;
}
.productos-table td:nth-child(6) {
  width: 10%;
}
.productos-table td strong {
  font-size: 1.1em;
}
.productos-table .center button {
  margin: 0 auto;
}
.productos-table .last button {
  float: right;
}
.productos-table .prod {
  display: flex;
  align-items: center;
}
.productos-table .prod figure {
  margin-right: 17px;
}
.productos-table .prod img {
  border-radius: 10px;
}
/**/
.producto-action button {
  float: right;
}
.producto-action button img {
  margin-right: 7px;
}
/**/
.modal-lista-precios .modal-head h1 {
  font-weight: 500;
  font-size: 2.2em;
}
.modal-lista-precios ul {
  min-height: 300px;
  max-height: 300px;
  overflow: auto;
}
.modal-lista-precios li {
  margin-bottom: 25px;
}
.modal-lista-precios li label {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.modal-lista-precios li input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -30px;
  top: -30px;
}

.modal-lista-precios .circle {
  display: block;
  border: 2px solid #323239;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.circle {
  display: block;
  /* border: 2px solid #323239; */
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.modal-lista-precios p {
  font-size: 1.4em;
  line-height: 1.3;
}
.modal-lista-precios p span {
  font-weight: 500;
  display: inline-block;
  padding-bottom: 3px;
}
.modal-lista-precios input:checked + .circle {
  border-color: #db7755;
}
input:checked + .circle {
  border-color: #db7755;
}
.modal-lista-precios input:checked + .circle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #db7755;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
}
.modal-lista-precios .btn-usar img {
  margin-right: 7px;
}

/* .conatiner-price-list{
  border: 1px solid red;
  max-height: 600px;
  overflow-y: auto;
} */
/**/
.modal-productos .modal-head h1 {
  font-weight: 500;
  font-size: 2.2em;
}
.modal-productos .coordinadoras-filter {
  margin-bottom: 36px;
  padding-left: 0;
}
.productos-result {
  overflow: auto;
  padding-right: 16px;
  margin-bottom: 40px;
  height: 390px;
}

.transfer-result {
  overflow: auto;
  padding-right: 16px;
  margin-bottom: 40px;
  max-height: 390px;
  height: auto;
}

.transfer-result li {
  display: flex;
  align-items: center;
  background: rgba(220, 215, 215, 0.3);
  border-radius: 15px;
  padding: 14px 16px;
  margin-bottom: 6px;
}

.transfer-result label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #584e5b;
  font-size: 1.2em;
  font-weight: 500;
}
.transfer-result input {
  padding-left: 13px;
}

.transfer-result p {
  font-size: 1.4em;
  margin-left: 16px;
}

.productos-result li {
  display: flex;
  align-items: center;
  background: rgba(220, 215, 215, 0.3);
  border-radius: 15px;
  padding: 14px 16px;
  margin-bottom: 6px;
}
.productos-result .selected {
  background: #fcf4e7;
}
.productos-result p {
  font-size: 1.4em;
  margin-left: 16px;
}
.productos-result img {
  border-radius: 10px;
}
.productos-result .cant {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.productos-result label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #584e5b;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 10px;
}
.productos-result input {
  padding-left: 13px;
}

/* .item-product{
  border: 1px solid red;
} */

.modal-productos .btn-confirm img {
  margin-right: 7px;
  border: 1px solid red;
}

.modal-productos {
  height: auto;
  overflow-x: scroll;
  position: relative;
}
.container-btn-confirm {
  position: absolute;
  bottom: 5px;
  right: 60px;
}
/**/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*PRODUCTOS*/
.productos-page-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  margin-bottom: 28px;
}
.productos-page-topbar .ptitle {
  display: flex;
  align-items: center;
}
.productos-page-topbar .ptitle h2 {
  color: #584e5b;
  font-size: 2.8em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.productos-page-topbar .ptitle h2 img {
  margin-right: 7px;
}
.productos-page-topbar .action-btn img {
  margin-right: 9px;
}
.productos-page-topbar ul {
  display: flex;
  align-items: center;
}
.productos-page-topbar li:last-child {
  margin-left: 14px;
}
.productos-page-topbar .delete-btn img {
  margin-right: 7px;
}
.productos-page-topbar .back-btn img {
  margin-right: 7px;
}
.productos-page-topbar .spacer {
  margin-right: 30px;
}
.productos-page-filters {
  margin-bottom: 26px;
}
.productos-page-filters ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.magnifity {
  padding-right: 10px;
}
.productos-page-search {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: white;
  border: 1px solid grey;
}
.productos-page-search input {
  padding-left: 16px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
}
.productos-page-search input::-webkit-input-placeholder {
  color: #908892;
}
.productos-page-search input:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.productos-page-search input::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.productos-page-search input:-ms-input-placeholder {
  color: #908892;
}
.productos-page-filters .download-btn img {
  margin-right: 7px;
}
.productos-page-categorias {
  margin-bottom: 38px;
}
.productos-page-categorias ul {
  display: flex;
  /*   justify-content: space-between;
  align-items: center;
  column-gap: 20px; */
}
.productos-page-categorias li {
  display: flex;
  align-items: center;
  margin: 10px;
}
.productos-page-categorias label {
  display: block;
  font-size: 1.2em;
  padding-right: 9px;
}
.productos-page-categorias select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  height: 40px;
  border: none;
  font-size: 1.4em;
}
.productos-table-container {
  width: 100%;
  max-height: 440px;
  height: auto;
  overflow: auto;
  padding-right: 26px;
  background-color: white;
  border-radius: 10px;
}

.reports {
  padding: 0px 15px;
  border-radius: 10px;
}
.productos-table-1 {
  width: 100%;
}
.productos-table-1 th {
  padding: 20px 20px 20px 0px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  color: #584e5b;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
}
.productos-table-1 th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.productos-table-1 th span {
  margin-left: 14px;
}
.productos-table-1 td {
  padding: 12px 0px 12px 5px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 7px solid #ffffff;
  font-size: 1.2em;
  color: #413a44;
  background-color: rgba(65, 58, 68, 0.04);
}
.productos-table-1 td:first-child {
  border-radius: 16px 0 0 16px;
}
.productos-table-1 td:last-child {
  border-radius: 0 16px 16px 0;
}
.productos-table-1 figure img {
  border-radius: 100%;
}
.productos-table-1 .center {
  text-align: center;
}
.productos-table-1 .image-data {
  display: flex;
  align-items: center;
}
.productos-table-1 .image-data figcaption {
  padding-left: 10px;
}

.container_products_page {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
}

.action_comar_artisan {
  display: flex;
  margin-bottom: 30px;
}

/*PRODUCOS EDITAR*/
.productos-edit-data {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 13px;
}
.productos-edit-data .field-row {
  margin-bottom: 13px;
}
.productos-edit-data .field {
  display: flex;
  align-items: center;
}
.productos-edit-data label {
  display: block;
  color: #584e5b;
  font-size: 1.4em;
  padding-right: 10px;
  width: 112px;
  text-align: right;
  flex-shrink: 0;
}
.productos-edit-data .fiels3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productos-edit-data .fiels3 .field:nth-child(1) {
  width: 22%;
}
.productos-edit-data .fiels3 .field:nth-child(2) {
  width: 46%;
}
.productos-edit-data .fiels3 .field:nth-child(2) label {
  width: auto;
  padding-left: 20px;
}
.productos-edit-data .fiels3 .field:nth-child(3) {
  width: 32%;
}
.productos-edit-data .fiels3 .field:nth-child(3) label {
  width: auto;
  padding-left: 20px;
}
.productos-edit-data select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 13px;
  height: 40px;
}
.productos-edit-options {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 13px;
}
.productos-edit-options ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 38px;
}
.productos-edit-options li {
  display: flex;
  align-items: center;
  width: 33%;
}
.productos-edit-options label {
  display: block;
  font-size: 1.4em;
  padding-right: 9px;
}
.productos-edit-options select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 13px;
  height: 42px;
  font-size: 1.4em;
}
.productos-edit-medidas {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 13px;
}
.productos-edit-medidas h3 {
  font-size: 1.8em;
  margin-bottom: 23px;
}
.productos-edit-medidas .row {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.productos-edit-medidas select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 13px;
  height: 42px;
  font-size: 1.4em;
}
.productos-edit-medidas .actions {
  padding-top: 12px;
}
.productos-edit-medidas .actions .btn img {
  margin-right: 7px;
}
.productos-edit-images {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 30px;
}
.productos-edit-images .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
}
.productos-edit-images h3 {
  font-size: 1.8em;
  margin-bottom: 23px;
}
.productos-edit-images h4 {
  color: #584e5b;
  font-size: 1.4em;
  margin-bottom: 11px;
}
.productos-edit-images .main-image {
  margin-bottom: 24px;
}
.productos-edit-images .image {
  position: relative;
}
.productos-edit-images .image figure img {
  max-width: 100%;
  border-radius: 16px;
  width: 184px;
  max-height: 215px;
  min-height: 215px;
}
.productos-edit-images .other-images {
  width: 80%;
}
.productos-edit-images .other-images h4 {
  margin-left: 2%;
}
.productos-edit-images .other-images ul {
  display: flex;
  flex-wrap: wrap;
}
.productos-edit-images .other-images li {
  margin-left: 2%;
  margin-bottom: 24px;
}
.productos-edit-images .image .upload-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -65px;
  margin-top: -22px;
}
.productos-edit-images .image .delete-btn {
  position: absolute;
  bottom: -10px;
  right: -5px;
}
.productos-edit-images .add-image {
  background: #dcd7d7;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productos-edit-images .add-btn img {
  margin-right: 7px;
  filter: brightness(0);
  opacity: 0.8;
}

/*AJUSTES*/
.ajustes-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 30px 0 30px;
  margin-bottom: 30px;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #f0f4f7;
  margin-bottom: 30px;
}
.tabs li {
  position: relative;
  margin: 0 11px;
  font-size: 1.5em;
  font-weight: 500;
}
.tabs span {
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  cursor: pointer;
}
.tabs .active {
  color: #db7755;
  border-bottom: 1.5px solid #db7755;
}
.ajustes .cols {
  display: flex;
  flex-wrap: wrap;
}
.ajustes .col {
  width: 32%;
  margin-bottom: 36px;
  margin-left: 1.3%;
}
.ajustes .col h4 {
  font-size: 1.8em;
  margin-bottom: 15px;
}
.ajustes .card {
  border: 1px solid #908892;
  border-radius: 12px;
  height: 246px;
  padding: 13px 0;
}

.ajustes .card ul {
  overflow: auto;
  height: 220px;
}

.ajustes .card li {
  display: flex;
  align-items: center;
  height: 42px;
  font-size: 1.6em;
  color: #5a5a67;
  padding: 0 24px;
  margin-bottom: 3px;
  cursor: pointer;
}

.ajustes .card li:hover {
  background-color: rgb(244, 244, 244);
  border-radius: 5px;
  transition: 0.18s;
}

.ajustes .card li.selected {
  background: #908892;
  color: #fff;
  border-radius: 5px;
}
.ajustes .card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 0 16px;
}
.ajustes .card-foot img {
  margin-right: 6px;
}
.ajustes .card-foot .btn-disabled {
  filter: grayscale();
  opacity: 0.3;
}

.modal-ajustes {
  border-radius: 12px;
}

.modal-ajustes .modal-head h1 {
  font-weight: 400;
}
.ajustes-fields .row {
  margin-bottom: 20px;
}
.ajustes-fields label {
  display: block;
  color: #908892;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.ajustes-fields input {
  font-size: 1.5em;
  color: #413a44;
  padding: 0 16px;
  height: 48px;
}
.ajustes-fields .actions {
  padding-top: 17px;
}
.ajustes-fields .action-btn img {
  margin-right: 7px;
}
.ajustes-fields select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 13px;
  height: 48px;
  font-size: 1.4em;
}
.ajustes-fields textarea {
  width: 100%;
  border: 1px solid #908892;
  border-radius: 10px;
  height: 86px;
  font-size: 1.5em;
  color: #413a44;
  padding: 16px;
}

.no_items_ajustes {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #584e5b;
  font-size: 18px;
}

.spinner-items-ajustes {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*ARTESANAS*/
.artesanas-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  margin-bottom: 28px;
}
.artesanas-topbar .ptitle {
  display: flex;
  align-items: center;
}
.artesanas-topbar .ptitle h2 {
  color: #584e5b;
  font-size: 2.8em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.artesanas-topbar .ptitle h2 img {
  margin-right: 7px;
}
.artesanas-topbar .action-btn img {
  margin-right: 9px;
}
.artesanas-topbar ul {
  display: flex;
  align-items: center;
}
.artesanas-topbar li:last-child {
  margin-left: 14px;
}
.artesanas-topbar li:nth-last-child(2) {
  margin-left: 54px;
}
.artesanas-topbar .top-btns {
  margin-left: 34px;
}
.artesanas-topbar .top-btn img {
  margin-right: 7px;
}
.artesanas-topbar .delete-btn img {
  margin-right: 7px;
}
.artesanas-topbar .spacer {
  margin-right: 30px;
}
/**/
.artesanas-filters {
  margin-bottom: 26px;
}
.artesanas-filters ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.artesanas-search {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  padding-right: 10px;
}
.artesanas-search input {
  padding-left: 16px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
}
.artesanas-search input::-webkit-input-placeholder {
  color: #908892;
}
.artesanas-search input:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.artesanas-search input::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.artesanas-search input:-ms-input-placeholder {
  color: #908892;
}
.artesanas-filters .download-btn img {
  margin-right: 7px;
}
/**/
.artesanas-filter {
  padding-left: 0;
}
/**/
.artesanas-categorias {
  margin-left: 5px;
  margin-bottom: 38px;
}
.artesanas-categorias ul {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 20px;
}
.artesanas-categorias li {
  display: flex;
  align-items: center;
  width: 25%;
}
.artesanas-categorias label {
  display: block;
  font-size: 1.2em;
  padding-right: 9px;
}
.artesanas-categorias select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  height: 40px;
  border: none;
  font-size: 1.4em;
}
/**/

.artesanas-table-container {
  width: 100%;
  overflow: auto;
  padding-right: 26px;
  height: 440px;
}

*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-thumb {
  background-color: rgb(220, 220, 220);
  border-radius: 20px;
}
.artesanas-table-1 {
  width: 100%;
}
.artesanas-table-1 th {
  padding: 10px 12px 22px 12px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  color: #584e5b;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fcf4e7;
}
.artesanas-table-1 th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.artesanas-table-1 th span {
  margin-left: 14px;
}
.artesanas-table-1 td {
  padding: 12px 12px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 7px solid #fcf4e7;
  font-size: 1.4em;
  color: #413a44;
}
.artesanas-table-1 td:first-child {
  border-radius: 16px 0 0 16px;
}
.artesanas-table-1 td:last-child {
  border-radius: 0 16px 16px 0;
}
.artesanas-table-1 figure img {
  border-radius: 100%;
}
.artesanas-table-1 .center {
  text-align: center;
}
.artesanas-table-1 .image-data {
  display: flex;
  align-items: center;
}
.artesanas-table-1 .image-data figcaption {
  padding-left: 10px;
}

.artesanas-table-1 .order-by {
  display: flex;
  justify-content: flex-start;
}

/*SEARCH INPUT*/

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.input-container input {
  padding: 12px;
  /* border: 1px solid gray; */
  border-radius: 10px;
  display: flex;
  width: 200px; 
  font-size: 14px;
}

.input-container input::placeholder {
  color: #888; 
  font-style: italic;
  font-size: 11px; 
}

.input-container svg {
  position: absolute;
  right: 8px;
  pointer-events: none;
}

.input-container ul {
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto; 
  background: white;
  /* border: 1px solid gray; */
  border-radius: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 50;
  display: flex;
  flex-direction: column; 
}

.input-container ul li {
  padding: 20px;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
}

.input-container ul li:hover {
  background: #f0f0f0;
}

.nuevo-producto-create input,
.nuevo-producto-create .input-container,
.nuevo-producto-create ul {
  width: 100%;
}

.nuevo-producto-create input::placeholder {
  font-size: 1em;
  font-style: italic;
  opacity: 0.5;
  color: #413a44;
}

.nuevo-producto-table {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-right: 50px;
  max-height: 650px;
}

.nuevo-producto-table .table-container {
  max-height: 650px;
  overflow-y: auto;
}

.nuevo-producto-table .table-body button img {
  margin-right: 0px;
}



/*NUEVA ARTESANA*/
.nueva-artesana {
  background: #ffffff;
  border-radius: 20px;
  padding: 12px 30px 24px 30px;
  margin-bottom: 30px;
}
.artesana-tab {
  display: flex;
  border-bottom: 1px solid #f0f4f7;
  margin-bottom: 26px;
}
.artesana-tab li {
  margin-right: 30px;
}
.artesana-tab span {
  display: flex;
  height: 46px;
  align-items: center;
  padding: 0 12px;
  font-weight: 500;
  font-size: 1.4em;
  cursor: pointer;
}
.artesana-tab .active {
  color: #db7755;
  border-bottom: 1.5px solid #db7755;
}
/**/
.na-cols {
  display: flex;
  justify-content: space-between;
}
.na-col {
  width: 70%;
}
.na-upload {
  width: 250px;
  padding-top: 24px;
}
.na-layer .field-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}
.na-layer .field {
  width: 100%;
  position: relative;
}
.na-layer .col-2 .field {
  width: 48%;
}
.na-layer .field label {
  display: block;
  font-weight: 500;
  color: #908892;
  font-size: 1.4em;
  padding-bottom: 10px;
}
.na-layer .field input {
  height: 48px;
  padding-left: 16px;
  border: 1px solid #908892;
  font-size: 1.5em;
}
.na-layer .field select {
  height: 48px;
  padding-left: 16px;
  border: 1px solid #908892;
  font-size: 1.5em;
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.na-layer .disabled {
  background: #dcd7d7;
}
.na-layer .field textarea {
  height: 70px;
  padding: 14px 16px;
  border: 1px solid #908892;
  font-size: 1.5em;
  border-radius: 10px;
  width: 100%;
}
.na-layer .field ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}   

.na-layer .field li {
  margin-bottom: 18px;
  width: 25%;
}
.na-layer .field li label {
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 400;
  padding-bottom: 0;
  color: #413a44;
  overflow: hidden;
}
.na-layer .field li label input {
  position: absolute;
  left: -100px;
  opacity: 0;
  width: 0;
  height: 0;
}
.na-layer .field li label span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid #413a44;
  margin-right: 12px;
}
.na-layer .field li label input:checked + span {
  border-color: #db7755;
}
.na-layer .field li label input:checked + span:after {
  content: "";
  display: block;
  width: 9px;
  height: 4px;
  border-bottom: 1px solid #db7755;
  border-left: 1px solid #db7755;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.na-layer .field li label input:checked + span + small {
  color: #db7755;
}
.na-upload .upload-box {
  border-radius: 16px;
  background-color: #ccc;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.na-upload .upload-btn img {
  margin-right: 7px;
}

.nuevo-producto-create .input-container ul {
  flex-wrap: nowrap;
}
.nuevo-producto-create .input-container li {
  width: 100%;
}

/*GRUPOS*/
.grupo-filter {
  margin-bottom: 8px;
  background: #ffffff;
  border-radius: 20px;
  padding: 14px 20px;
}
.grupo-filter ul {
  display: flex;
  align-items: center;
}
.grupo-filter li {
  display: flex;
  align-items: center;
  width: 30%;
  margin-right: 20px;
}
.grupo-filter label {
  display: block;
  color: #584e5b;
  font-size: 1.4em;
  padding-right: 10px;
}
.grupo-filter select {
  padding: 0 14px;
  background-image: url(images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/**/
.grupo-coordinadora {
  margin-bottom: 8px;
  background: #ffffff;
  border-radius: 20px;
  padding: 14px 20px;
}
.grupo-coordinadora ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grupo-coordinadora .group {
  display: flex;
  align-items: center;
}
.grupo-coordinadora .group label {
  display: block;
  font-size: 1.4em;
  color: #584e5b;
}
.grupo-coordinadora .group figure {
  display: flex;
  align-items: center;
  margin-left: 13px;
}
.grupo-coordinadora .group img {
  border-radius: 100%;
}
.grupo-coordinadora .group figcaption {
  margin-left: 13px;
  font-size: 1.5em;
}
.grupo-coordinadora .btn img {
  margin-right: 7px;
}
/**/
.grupo-artesanas {
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 20px;
  padding: 14px 20px 20px 14px;
}
.grupo-artesanas .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.grupo-artesanas .head h3 {
  font-weight: 500;
  font-size: 1.7em;
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.grupo-artesanas .head h3 .circle {
  margin-left: 10px;
}
.grupo-artesanas .head .btn img {
  margin-right: 7px;
}
/**/
.grupos-area {
  padding-right: 16px;
  overflow: auto;
  height: 300px;
}
.grupos-area ul {
  display: flex;
  align-items: center;
  column-gap: 2%;
  flex-wrap: wrap;
}
.grupos-area li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32%;
  margin-bottom: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(65, 58, 68, 0.08);
  border-radius: 16px;
  padding: 13px 14px;
}
.grupos-area figure {
  display: flex;
  align-items: center;
}
.grupos-area figure img {
  border-radius: 100%;
}
.grupos-area figcaption {
  font-size: 1.3em;
  margin-left: 10px;
}
/**/
.agregar-artesana {
  max-height: 90%;
}
.agregar-artesana .modal-head h1 {
  font-weight: 500;
}
.agregar-artesana .artesanas-search {
  margin-bottom: 18px;
}
.agregar-artesana .coordinadoras-filter {
  margin-bottom: 22px;
}
.agregar-artesana .agregadas {
  margin-bottom: 17px;
}
.agregar-artesana .agregadas ul {
  display: flex;
  align-items: center;
  column-gap: 9px;

  overflow-x: scroll;
}
.agregar-artesana .agregadas li {
  display: flex;
  align-items: center;
  background: #db7755;
  border-radius: 40px;
  padding: 8px 10px;
}
.agregar-artesana .agregadas figure {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.agregar-artesana .agregadas figure img {
  border-radius: 100%;
}
.agregar-artesana .agregadas figcaption {
  font-size: 1.1em;
  color: #fff;
  margin-left: 8px;
}
/**/
.agregadas-opciones {
  margin-bottom: 24px;
  max-height: 400px;
  overflow: auto;
}
.agregadas-opciones li {
  margin-bottom: 9px;
}
.agregadas-opciones li:last-child {
  margin-bottom: 0;
}
.agregadas-opciones label {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.agregadas-opciones input {
  width: 0;
  height: 0;
  position: absolute;
  left: -1000px;
  opacity: 0;
}
.agregadas-opciones span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #323239;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin-right: 18px;
}
.agregadas-opciones input:checked + span {
  background: #db7755;
  border: 1px solid #db7755;
}
.agregadas-opciones input:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2px;
}
.agregadas-opciones figure {
  display: flex;
  align-items: center;
}
.agregadas-opciones figure img {
  border-radius: 100%;
}
.agregadas-opciones figcaption {
  font-size: 1.3em;
  margin-left: 10px;
}
/**/
.agregar-artesana .btn img {
  margin-right: 8px;
}
/**/
.agregadas-opciones .input-radio span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #323239;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-right: 18px;
}
.agregadas-opciones .input-radio input:checked + span {
  background: #fff;
  border: 1px solid #323239;
}
.agregadas-opciones .input-radio input:checked + span:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #db7755;
  border-radius: 100%;
  margin-top: 3px;
}
/**/
.atencion-artesana h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.4em;
  color: #584e5b;
  margin-bottom: 25px;
}
.atencion-artesana h4 img {
  margin-right: 6px;
}
.atencion-artesana p {
  font-weight: 500;
  font-size: 1.7em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 34px;
}
.atencion-artesana .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atencion-artesana .actions button img {
  margin-right: 7px;
}

/*STOCK*/
.stock-page-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  margin-bottom: 28px;
}
.stock-page-topbar .ptitle {
  display: flex;
  align-items: center;
}
.stock-page-topbar .ptitle h2 {
  color: #584e5b;
  font-size: 2.8em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.stock-page-topbar .ptitle h2 img {
  margin-right: 7px;
}
.stock-page-topbar .action-btn img {
  margin-right: 9px;
}
.stock-page-topbar ul {
  display: flex;
  align-items: center;
}
.stock-page-topbar li:last-child {
  margin-left: 14px;
}
.stock-page-topbar .delete-btn img {
  margin-right: 7px;
}
.stock-page-topbar .back-btn img {
  margin-right: 7px;
}
.stock-page-topbar .spacer {
  margin-right: 30px;
}
/**/
.stock-page-filters {
  margin-bottom: 26px;
}
.stock-page-filters ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.stock-page-search {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: white;
}
.stock-page-search input {
  padding-left: 16px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
}
.stock-page-search input::-webkit-input-placeholder {
  color: #908892;
}
.stock-page-search input:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.stock-page-search input::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.stock-page-search input:-ms-input-placeholder {
  color: #908892;
}
/**/
.stock-page-categorias {
  margin-bottom: 38px;
}
.stock-page-categorias ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.stock-page-categorias li {
  display: flex;
  align-items: center;
  width: 25%;
}
.stock-page-categorias label {
  display: block;
  font-size: 1.2em;
  padding-right: 9px;
}
.stock-page-categorias select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  height: 40px;
  border: none;
  font-size: 1.4em;
}
/**/
.stock-table-container {
  width: 100%;
  height: 410px;
  overflow: auto;
  padding-right: 26px;
}
.stock-table {
  width: 100%;
}
.stock-table th {
  padding: 10px 22px 22px 22px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  color: #584e5b;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fcf4e7;
}
.stock-table td {
  padding: 22px 22px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 7px solid #fcf4e7;
  font-size: 1.4em;
  color: #413a44;
}
.stock-table td:first-child {
  border-radius: 16px 0 0 16px;
}
.stock-table td:last-child {
  border-radius: 0 16px 16px 0;
}
.stock-table .center {
  text-align: center;
}
.stock-table button img {
  margin-right: 8px;
}
/**/
.stock-title {
  margin: 0 0 27px 0;
  font-size: 2em;
  font-weight: 600;
}
.stock-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 26px;
  margin: 20px 0;
}
.stock-container:last-child {
  margin-bottom: 10px;
}
.stock-container h3 {
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 18px;
}
.stock-filter {
  margin-bottom: 18px;
}
.stock-filter ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stock-filter .transferir-btn img {
  margin-right: 8px;
}
.stock-filter .disabled {
  background: #dcd7d7;
}
.stock-productos-list ul {
  overflow: auto;
}
.stock-productos-list li {
  margin-bottom: 6px;
}
.stock-productos-list li:last-child {
  margin-bottom: 0;
}
.stock-productos-list label {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.stock-productos-list input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -7000px;
}
.stock-productos-list .check {
  border: 1px solid #323239;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.stock-productos-list input:checked + .check {
  background: #db7755;
  border-color: #db7755;
}
.stock-productos-list input:checked + .check:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  margin-top: -3px;
}
.stock-productos-list .item {
  background: rgba(220, 215, 215, 0.3);
  border-radius: 15px;
  width: 98%;
  padding: 9px 36px 9px 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stock-productos-list .item .quantities {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stock-productos-list figure {
  margin-right: 16px;
}
.stock-productos-list img {
  border-radius: 10px;
}
.stock-productos-list p {
  font-size: 1.4em;
}
.stock-productos-list .cant {
  margin-left: auto;
  color: #584e5b;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  min-width: 100px;
}
.stock-productos-list .cant strong {
  color: #413a44;
  font-weight: 400;
  font-size: 1.6em;
  margin-left: 10px;
}
/**/
.stock-h-container {
  width: 100%;
  height: 270px;
  overflow: auto;
  padding-right: 26px;
}
.stock-h-table {
  width: 100%;
}
.stock-h-table th {
  padding: 8px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 400;
  color: #584e5b;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}
.stock-h-table th:first-child {
  padding-left: 0;
}
.stock-h-table th:last-child {
  padding-right: 0;
}
.stock-h-table td {
  padding: 5px 8px;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: 400;
}
.stock-h-table td:first-child {
  padding-left: 0;
}
.stock-h-table td:last-child {
  padding-right: 0;
}
.stock-h-table .center {
  text-align: center;
}
.stock-h-table button {
  margin: 0 auto;
}
.stock-h-table .fTqa-DB img {
  margin-right: 5px;
}
/**/
.modal-transferir .modal-head h1 {
  font-weight: 400;
}
.tranferir-box {
  margin-bottom: 25px;
}
.tranferir-box h3 {
  margin-bottom: 18px;
  color: #908892;
  font-size: 1.6em;
}
.tranferir-box ul li {
  margin-bottom: 15px;
}
.tranferir-box > ul > li > label > input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -30px;
  top: -30px;
}
.tranferir-box ul li label {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 20px;
}
.tranferir-box ul li label p {
  margin: 0 40px;
  color: #323239;
  font-size: 1.4em;
  font-weight: 500;
}

.tranferir-box input:checked + .circle {
  border-color: #db7755;
}
.tranferir-box input:checked + .circle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #db7755;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
}
.transfer-order {
  width: 100%;
}
.transfer-order div {
  font-size: 1.2em;
  color: #413a44;
  background: rgba(220, 215, 215, 0.3);
  border-radius: 16px;
  margin: 15px 0;
}
.transfer-order div li label {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal-transferir .productos-result {
  height: auto;
  padding: 0;
}
.modal-transferir .btn img {
  margin-right: 7px;
}
.tranferir-box select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 13px;
  height: 48px;
  font-size: 1.4em;
  width: 340px;
}
.tranferir-actions {
  padding-top: 50px;
  display: flex;
  align-items: center;
}
.tranferir-actions .btn {
  margin-right: 14px;
}
.modal-transferir .btn {
  margin-right: 14px;
}
/**/
.modal-felicitaciones h2 {
  color: #584e5b;
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
.modal-felicitaciones p {
  color: #339589;
  font-weight: 600;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 30px;
}
.modal-felicitaciones .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.div-delete {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.span-delete {
  padding: 10px;
  font-size: 16px;
}
.span-delete span {
  font-weight: bold;
}

.div-delete button:nth-child(1) {
  padding: 10px;
  margin: 5px;
  background-color: #d36161;
  color: white;
}
.div-delete button:nth-child(2) {
  background-color: #d2d2d2;
  padding: 10px;
  margin: 5px;
}
/*STOCK*/
.stock-page-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  margin-bottom: 28px;
}
.stock-page-topbar .ptitle {
  display: flex;
  align-items: center;
}
.stock-page-topbar .ptitle h2 {
  color: #584e5b;
  font-size: 2.8em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.stock-page-topbar .ptitle h2 img {
  margin-right: 7px;
}
.stock-page-topbar .action-btn img {
  margin-right: 9px;
}
.stock-page-topbar ul {
  display: flex;
  align-items: center;
}
.stock-page-topbar li:last-child {
  margin-left: 14px;
}
.stock-page-topbar .delete-btn img {
  margin-right: 7px;
}
.stock-page-topbar .back-btn img {
  margin-right: 7px;
}
.stock-page-topbar .spacer {
  margin-right: 30px;
}
/**/
.stock-page-filters {
  margin-bottom: 26px;
}
.stock-page-filters ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.stock-page-search {
  display: flex;
  align-items: center;
}
.stock-page-search input {
  padding-left: 16px;
  background: #fff url(images/magnifyingglass.svg) no-repeat 96% center;
}
.stock-page-search input::-webkit-input-placeholder {
  color: #908892;
}
.stock-page-search input:-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.stock-page-search input::-moz-placeholder {
  color: #908892;
  opacity: 1;
}
.stock-page-search input:-ms-input-placeholder {
  color: #908892;
}
/**/
.stock-page-categorias {
  margin-bottom: 38px;
}
.stock-page-categorias ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.stock-page-categorias li {
  display: flex;
  align-items: center;
  width: 25%;
}
.stock-page-categorias label {
  display: block;
  font-size: 1.2em;
  padding-right: 9px;
}
.stock-page-categorias select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  height: 40px;
  border: none;
  font-size: 1.4em;
}
/**/
.stock-table-container {
  width: 100%;
  height: 440px;
  overflow: auto;
  padding-right: 26px;
}
.stock-table {
  width: 100%;
}
.stock-table th {
  padding: 10px 22px 22px 22px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  color: #584e5b;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fcf4e7;
}
.stock-table td {
  padding: 22px 22px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 7px solid #fcf4e7;
  font-size: 1.4em;
  color: #413a44;
}
.stock-table td:first-child {
  border-radius: 16px 0 0 16px;
}
.stock-table td:last-child {
  border-radius: 0 16px 16px 0;
}
.stock-table .center {
  text-align: center;
}
.stock-table button img {
  margin-right: 8px;
}
/**/
.stock-title {
  margin: 0 0 27px 0;
  font-size: 2em;
  font-weight: 600;
}
.stock-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 26px;
  margin-bottom: 20px;
}
.stock-container:last-child {
  margin-bottom: 10px;
}
.stock-container h3 {
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 18px;
}
.stock-filter {
  margin-bottom: 18px;
}
.stock-filter ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stock-filter .transferir-btn img {
  margin-right: 8px;
}
.stock-filter .disabled {
  background: #dcd7d7;
}
.stock-productos-list ul {
  overflow: auto;
}
.stock-productos-list li {
  margin-bottom: 6px;
}
.stock-productos-list li:last-child {
  margin-bottom: 0;
}
.stock-productos-list label {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.stock-productos-list input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -7000px;
}
.stock-productos-list .check {
  border: 1px solid #323239;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.stock-productos-list input:checked + .check {
  background: #db7755;
  border-color: #db7755;
}
.stock-productos-list input:checked + .check:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  margin-top: -3px;
}
.stock-productos-list .item {
  background: rgba(220, 215, 215, 0.3);
  border-radius: 15px;
  width: 98%;
  padding: 9px 36px 9px 9px;
  display: flex;
  align-items: center;
}
.stock-productos-list figure {
  margin-right: 16px;
}
.stock-productos-list img {
  border-radius: 10px;
}
.stock-productos-list p {
  font-size: 1.4em;
}
.stock-productos-list .cant {
  margin-left: auto;
  color: #584e5b;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  min-width: 100px;
}
.stock-productos-list .cant strong {
  color: #413a44;
  font-weight: 400;
  font-size: 1.6em;
  margin-left: 10px;
}
.stock-productos-list .cant .available-quantity {
  color: #339589;
}
/**/
.stock-h-container {
  width: 100%;
  height: 270px;
  overflow: auto;
  padding-right: 26px;
}
.stock-h-table {
  width: 100%;
}
.stock-h-table th {
  padding: 8px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 400;
  color: #584e5b;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}
.stock-h-table th:first-child {
  padding-left: 0;
}
.stock-h-table th:last-child {
  padding-right: 0;
}
.stock-h-table td {
  padding: 5px 8px;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: 400;
}
.stock-h-table td:first-child {
  padding-left: 0;
}
.stock-h-table td:last-child {
  padding-right: 0;
}
.stock-h-table .center {
  text-align: center;
}
.stock-h-table button {
  margin: 0 auto;
}
.stock-h-table .fTqa-DB img {
  margin-right: 5px;
}
/**/
.modal-transferir .modal-head h1 {
  font-weight: 400;
}
.tranferir-box h3 {
  margin-bottom: 18px;
  color: #908892;
  font-size: 1.6em;
}
.modal-transferir .productos-result {
  height: auto;
  padding: 0;
}
.modal-transferir .btn img {
  margin-right: 7px;
}
.tranferir-box select {
  background-image: url(images/caretdown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 13px;
  height: 48px;
  font-size: 1.4em;
  width: 340px;
}
.tranferir-actions {
  padding-top: 50px;
  display: flex;
  align-items: center;
}
.modal-transferir .btn {
  margin-right: 14px;
}

/* REPORTES  */
.detalle-reportes-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detalle-reportes-row h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #908892;
}

.detalle-reportes-row h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #413a44;
  margin-top: 5px;
}

.detalle-reportes-row .reporte-nombres {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #413a44;
}

.detalle-reporte-dinero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0f0f0;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.detalle-reporte-dinero > .reporte-dinero-element-wrapper > h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #584e5b;
}

.detalle-reporte-dinero > .reporte-dinero-element-wrapper > h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #413a44;
  margin-top: 10px;
}

/**/
.modal-felicitaciones h2 {
  color: #584e5b;
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
.modal-felicitaciones p {
  color: #339589;
  font-weight: 600;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 30px;
}
.modal-felicitaciones .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.divisor {
  margin: 0.5rem 0;
  border: 1px solid #e9e9e9;
}

.container-select {
  background-color: white;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid gray;
}

.artisan-loading {
  font-size: 18px;
  color: #413a44;
}

/* ENTREGAS */
.main-information-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 75%;
  align-items: flex-start;
}

.main-information-column {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 10px;
}

.main-information-column p:first-child {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 5px;
}

.main-information-column p:nth-child(2) {

font-weight: 400;
font-size: 16px;
line-height: 19px;
}

.entregas-table-container {
  width: 100%;
  height: 410px;
  overflow: auto;
  padding-right: 26px;
}
.entregas-table {
  width: 100%;
}
.entregas-table th {
  padding: 10px 22px 22px 22px;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 500;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
}
.entregas-table .entregas-data-row {
  background: #413A440A;
  padding: 10px 22px 22px 22px;
  border-bottom: 7px solid white;
}
.entregas-table td {
  padding: 22px 22px;
  vertical-align: middle;
  font-size: 1.4em;
}
.entregas-table td:first-child {
  border-radius: 16px 0 0 16px;
}
.entregas-table td:last-child {
  border-radius: 0 16px 16px 0;
}

.container_products_artisan {
  background-color: white;
  border-radius: 15px;
  padding: 15px;
  margin-top: 30px;
  display: flex;
}

.container_products_artisan .container_div_1 {
  width: 70%;
}
.container_products_artisan .container_div_1 .price_artisan span {
  margin-left: 20px;
  font-size: 15px;
}
.container_products_artisan h2 {
  font-size: 20px;
  color: #413a44;
}
.container_products_artisan .div_col_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  margin-left: 20px;
}
.container_products_artisan .div_col_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.div_artisan .div_col_1 h2 {
  margin-left: 10px;
}

.div_artisan .div_col_1 p {
  font-size: 16px;
  margin: 10px;
}
.div_artisan .div_col_2 p {
  font-size: 16px;
  margin: 10px;
}

.container_products_artisan h3 {
  font-size: 15px;
  color: #413a44;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
}
.container_products_artisan .div_artisan {
  display: flex;
  margin: 10px;
  padding: 10px;
}

.container_products_artisan .img_artisan {
  border-radius: 100%;
  width: 70px;
}

.container_products_artisan .conatiner_types {
  display: flex;
  flex-direction: column;
}
.container_products_artisan .conatiner_types .flex_types {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.container_products_artisan .conatiner_types span {
  font-size: 16px;
  margin-left: 10px;
  padding: 10px;
}

.container_img_details{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 230px);
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: auto;
}

.img_details{
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.100);
}

.name_product {
  margin: 10px;
  padding: 10px;
}
.name_product h2 {
  font-weight: bold;
}
.name_product p {
  font-size: 16px;
  margin-top: 5px;
}

/*Modal Transfer*/

.transfer-modal {
    max-height: 600px;
    background-color: white;
    width: 700px;
    border-radius: 10px;
    /* padding: 0px 20px; */
     height: auto;
    max-height: 600px; 
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%
}
.transfer-modal h3 {
  font-size: 20px;
  line-height: 24px;
  padding-left: 32px;
  padding-bottom: 10px
}

.transfer-modal p {
  padding: 0px 30px;
   font-size: 14px;
   line-height: 18px
}

.transfer-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  padding-top: 20px
}

.transfer-container {
  padding: 0px 30px;
  font-size: 14px;
  line-height: 18px
}
.transfer-container h4{
margin: 20px 0 0 0;
color: #555
}

.transfer-container p {
  padding: 0
}

.transfer-modal-table-container {
  overflow: hidden;
  border-radius: 10px;
}

.transfer-modal-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
}

.transfer-modal-table thead tr {
  background-color: #f9f9f9;
  border-bottom: 2px solid #ddd;
}

.transfer-modal-table th {
  padding: 8px;
  text-align: left;
  font-weight: bold;
  color: #333;
}

.transfer-modal-table tbody tr {
  border-bottom: 1px solid #eee;
}

.transfer-modal-table tbody tr.batch-A {
  background-color: #fef9c3;
}

.transfer-modal-table tbody tr.batch-B {
  background-color: #ffedae;
}

.transfer-modal-table td {
  padding: 8px;
  color: #555;
}

.transfer-modal-button-container {
  width: 100%;
  display: flex;
  justify-content: end;
  position: sticky;
  bottom: 0;
  background-color: white;
  padding: 20px 30px 0 30px;
  text-align: center;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1)
}

.transfer-modal-button-container button {
  border: 1px solid #D1D5DB;
  margin: 0 0 20px 0px
}

.assigned-stock-quality-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.assigned-stock-quality-text {
  margin: 0;
  text-align: center;
}

.assigned-stock-stock-amount {
  margin-right: 60px;
}

.delivery-line {
  height: 1px;
  background-color: #ffedae;
  margin-top: 20px;
  border: none;
}