@charset "UTF-8";
@import 'colors.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Benne&display=swap");
.fa-user-doctor {
  content: "\f0f0";
}

.fa-magnifying-glass {
  content: "\f002";
}

.fa-trash {
  content: "\f1f8";
}

.fa-plus {
  content: "+";
}

.fa-arrow-up-right-from-square {
  content: "\f08e";
}

.fa-user-doctor {
  content: "\f0f0";
}

.fa-magnifying-glass {
  content: "\f002";
}

.fa-trash {
  content: "\f1f8";
}

.fa-plus {
  content: "+";
}

.fa-arrow-up-right-from-square {
  content: "\f08e";
}

.fa-trash-arrow-up {
  content: "\f829";
}

.fa-arrow-rotate-left {
  content: "\f0e2";
}

.fa-percent {
  content: "%";
}

.fa-notes-medical {
  content: "\f481";
}

.fa-arrow-right-from-bracket {
  content: "\f08b";
}

.fa-user-minus {
  content: "\f503";
}

.iconWhite {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(152deg) brightness(100%) contrast(102%);
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
  display: block;
}
body h1,
body h2,
body h3 {
  font-family: var(--titleFont);
}

#flagTipoDoc {
  display: flex;
  float: left;
  width: 2vw;
  height: 4vh;
  font-size: 3vh;
  font-weight: 600;
}

#mainUpperNav {
  display: flex;
  flex-direction: row;
  height: 11vh;
  width: 100vw;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  background-color: #148dd7;
  top: 0;
  left: 0;
  float: left;
  flex-wrap: nowrap;
  font-size: 2.5vh;
}
#mainUpperNav .navitem {
  color: var(--navItem);
  font-family: monospace;
  font-weight: bold;
}
#mainUpperNav #logo {
  top: 1.5vh;
  margin-right: 4vw;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 70%;
  background-position: center;
}
@media (min-width: 1024px) {
  #mainUpperNav #logo {
    left: 1vw;
    width: 16%;
  }
}
@media (max-width: 1024px) {
  #mainUpperNav #logo {
    left: 2vw;
    width: 40%;
  }
}
@media (max-width: 768px) {
  #mainUpperNav #logo {
    left: 2vw;
    width: 40%;
  }
}
@media (max-width: 480px) {
  #mainUpperNav #logo {
    left: 2vw;
    width: 40%;
  }
}
#mainUpperNav #fechaPrincipal {
  position: relative;
  left: 0px;
  float: left;
  margin-right: 1%;
}
#mainUpperNav #fechaPrincipal span {
  margin-right: 1vw;
}
#mainUpperNav #cajaNum {
  position: relative;
  float: left;
  margin-right: 10%;
}
#mainUpperNav #modalMenuPinPad {
  width: 15vh;
  height: 6vh;
  background-image: var(--logoMerchant);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
}
#mainUpperNav #nombreEmpresa {
  width: 5vh;
  height: 5vh;
  background-image: url(../../img/icons/apartment.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #logout {
  width: 5vh;
  height: 5vh;
  background-image: url(../../img/icons/logout.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #menuPhone {
  width: 5vh;
  height: 5vh;
  background-image: url(../../img/icons/bars-solid-full.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
@media (min-width: 1024px) {
  #mainUpperNav #menuPhone {
    display: none;
  }
}
@media (max-width: 1024px) {
  #mainUpperNav #menuPhone {
    display: block;
  }
}
@media (max-width: 768px) {
  #mainUpperNav #menuPhone {
    display: block;
  }
}
@media (max-width: 480px) {
  #mainUpperNav #menuPhone {
    display: block;
  }
}
#mainUpperNav #hacerTrasladoIN {
  width: 7vh;
  height: 5vh;
  background-image: url(../../img/icons/truck-moving-solid.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #listaPreciosArtVenta {
  width: 3vh;
  height: 5vh;
  background-image: url(../../img/icons/clipboard-list-solid.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #rankingVentasSede {
  width: 5vh;
  height: 5vh;
  background-image: url(../../img/icons/ranking-star-solid.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #fastConversorBtn {
  width: 5vh;
  height: 4vh;
  background-image: url(../../img/icons/calculator-solid.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #garantiaBtn {
  width: 5vh;
  height: 4vh;
  background-image: url(../../img/icons/award-solid-full.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #rankingVentasTotal {
  width: 5vh;
  height: 5vh;
  background-image: url(../../img/icons/chart-bar-solid.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #rankingRotate {
  width: 2vh;
  height: 2vh;
  background-image: url(../../img/icons/rotate-solid.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #listaInventarioArtTienda {
  width: 5vh;
  height: 5vh;
  background-image: url(../../img/icons/warehouse-solid.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #turnoCaja {
  width: 5vh;
  height: 5vh;
  background-image: url(../../img/icons/point_of_sale.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
  filter: invert(99%) sepia(99%) saturate(5%) hue-rotate(98deg) brightness(100%) contrast(106%);
}
#mainUpperNav #amountTrasladosIN {
  width: 2vw;
  height: 3.4vh;
  position: absolute;
  left: 74vw;
  top: 25px;
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
}
#mainUpperNav #amountTrasladosOUT {
  width: 2vw;
  height: 3.4vh;
  position: absolute;
  left: 78.3vw;
  top: 25px;
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
}

#principal {
  position: absolute;
  top: 11vh;
  width: 100vw;
  height: 89vh;
  left: 0px;
  float: left;
  background-color: #148dd7;
}

#colLeft {
  position: relative;
  width: 8vw;
  height: 100%;
  background-color: #148dd7;
  overflow: auto;
  color: var(--LightBgFont);
  float: left;
}
@media (max-width: 1024px) {
  #colLeft {
    width: 94%;
    left: 2%;
    height: 98%;
  }
}
@media (max-width: 1024px) {
  #colLeft {
    display: none;
  }
}
@media (max-width: 768px) {
  #colLeft {
    display: none;
  }
}
@media (max-width: 480px) {
  #colLeft {
    display: none;
  }
}
#colLeft #btnListPrincipal {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  #colLeft #btnListPrincipal {
    display: flex;
  }
}
@media (max-width: 1024px) {
  #colLeft #btnListPrincipal {
    display: none;
  }
}
@media (max-width: 768px) {
  #colLeft #btnListPrincipal {
    display: none;
  }
}
@media (max-width: 480px) {
  #colLeft #btnListPrincipal {
    display: none;
  }
}
#colLeft #btnListPrincipal .btnleft {
  width: 6vw;
  min-height: 12vh;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1vh;
  text-align: center;
  background-color: #0058c9;
  border: 0px;
}
#colLeft #btnListPrincipal .btnleft .txtFKey {
  font-size: 3vh;
}
#colLeft #btnListPrincipal .btnleft .detailFKey {
  font-size: 2vh;
}

#colMiddle {
  width: 73vw;
  display: flex;
  flex-direction: column;
  padding: 1% 1% 0% 1%;
  align-items: center;
  height: 96%;
  position: relative;
  float: left;
  background-color: ffffff;
  border-radius: 10px;
}
#colMiddle #formActive {
  width: 70vw;
  padding: 2.5vh 2vw 0vh 2vw;
  height: 13vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #a9d9f7;
  border-radius: 10px;
  margin-top: -1vh;
  margin-bottom: 1vh;
}
#colMiddle #formActive .inputFieldButton {
  display: flex;
  width: 20vw;
  justify-content: space-between;
}
#colMiddle #formActive input,
#colMiddle #formActive #searchArticulosL,
#colMiddle #formActive #putEmpresaFact {
  border: 2px solid #0058c9;
  border-radius: 10px;
  height: 4.5vh;
  margin-bottom: 1vh;
  padding-left: 10px;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  font-size: 2vh;
}
#colMiddle #formActive div:nth-child(2) ul {
  width: 19vw;
  margin-left: 3vw;
  margin-top: 0px;
}
#colMiddle #formActive div:nth-child(3) ul {
  width: 28vw;
  margin-left: 3vw;
  margin-top: 0px;
}
#colMiddle #managedList {
  height: 78%;
  border: 3px solid #0058c9;
  width: 100%;
  border-radius: 10px;
  margin-top: 1%;
  overflow-y: auto;
}
#colMiddle #managedList button {
  position: absolute !important;
  left: 58.8% !important;
  top: 13% !important;
  width: 20vw;
}
#colMiddle #managedList table thead {
  border-bottom: 3px solid #0058c9;
}
#colMiddle #managedList table thead th {
  padding: 10px 0px 10px 0px;
  color: #0058c9;
  line-height: 18px;
  font-style: italic;
  font-weight: 500;
  font-size: 1.2em;
}
#colMiddle #managedList table tr {
  font-family: var(--bodyFont);
  font-size: 2vh;
  font-weight: 300 !important;
}
#colMiddle #managedList table td {
  padding-left: 2%;
}
#colMiddle #managedList table .odd {
  background-color: var(--tableOdd) !important;
}
#colMiddle #managedList table .tableicon {
  height: 3vh;
  filter: invert(25%) sepia(85%) saturate(7500%) hue-rotate(206deg) brightness(91%) contrast(102%);
}

#colRight {
  width: 17vw;
  background-color: #148dd7;
  position: relative;
  float: left;
  height: 100%;
}

#cntRightSection {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  margin-top: 0vh;
}
#cntRightSection #searchBox {
  position: relative;
  float: left;
  width: 14vw;
  height: 30vh;
  border: 1px solid var(--border);
  border-radius: 15px 14px 10px 10px;
  margin-bottom: 4vh;
  margin-top: 1vh;
  display: none;
}
#cntRightSection #searchBox #searchKey {
  width: 100%;
  height: 12%;
  border-radius: 48px;
  background-color: var(--darkBackground);
  border: transparent;
  box-shadow: 2px 2px 2px var(--boxShadow);
  margin-left: -0.4%;
  margin-top: -1.2%;
}
#cntRightSection #principalLogo {
  width: 14vw;
  text-align: center;
  border-radius: 10px;
  height: 76vh;
}
#cntRightSection #principalLogo img {
  width: 70%;
}
#cntRightSection #totalAmount {
  min-height: 44vh;
  background-color: rgb(254, 254, 254);
  width: 14vw;
  padding-top: 3vh;
  border-radius: 10px;
  border: 1px solid var(--DarkBgFont);
}
#cntRightSection .btnRigth {
  width: 14vw;
  min-height: 12vh;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1vh;
  text-align: center;
  background-color: #0058c9;
  margin-top: 1vh;
  border: 0px;
}
#cntRightSection .btnRigth .txtFKey {
  font-size: 3.5vh;
}
#cntRightSection .btnRigth .detailFKey {
  font-size: 2.5vh;
}

.txtFKey {
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
}

.detailFKey {
  font-weight: 500;
  color: #ffffff;
}

.totalLine {
  font-size: 3vh;
  font-weight: bold;
  margin: 4% 8%;
}

.tasaLine,
.totalLine01,
.totalLine02,
.totalLine03,
.totalLine04,
.totalLine05,
.totalLine06,
.totalLine07 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.totalLine01,
.totalLine02,
.totalLine03,
.totalLine06 {
  font-size: 1.8vh;
  font-style: italic;
  font-weight: 400;
  margin: 8%;
}

.tasaLine,
.totalLine04,
.totalLine05,
.totalLine07 {
  font-size: 2vh;
  font-weight: bold;
  margin: 8%;
}

#searchArticulosL,
#putEmpresaFact,
#btnAddSearch {
  background-color: #0058c9;
  width: 9vw !important;
}

#btnDescGlob {
  background-color: #0058c9;
  width: 20vw !important;
}

#switchPrecioMoneda {
  width: 20vw;
  background-color: #0058c9;
}

.inputKeySearch {
  width: 20vw;
  color: #0058c9 !important;
}
.inputKeySearch::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0058c9;
  font-weight: bolder;
  opacity: 1; /* Firefox */
}
.inputKeySearch::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0058c9;
  font-weight: bolder;
  opacity: 1; /* Firefox */
}
.inputKeySearch::-ms-input-placeholder {
  color: #0058c9;
}
.inputKeySearch::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0058c9;
}

.inputMidKeySearch {
  width: 10vw;
  color: var(--mainColor) !important;
}
.inputMidKeySearch::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--placeHolderInput);
  font-weight: bolder;
  opacity: 1; /* Firefox */
}
.inputMidKeySearch::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--placeHolderInput);
  font-weight: bolder;
  opacity: 1; /* Firefox */
}
.inputMidKeySearch::-ms-input-placeholder {
  color: var(--placeHolderInput);
}
.inputMidKeySearch::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--placeHolderInput);
}

#newClienteFail {
  margin-left: -9.4vw;
  background-color: var(--mainColor);
  box-shadow: none;
  border-radius: 5px;
  height: 4.2vh;
  width: 8vw;
  font-size: 1.8vh;
  color: white;
  position: absolute;
  margin-top: 0.2vh;
  border: transparent;
}

#searchByCODArt {
  width: 9vw !important;
}

.dis {
  display: none !important;
}

.show {
  display: block !important;
}

.handCursor {
  cursor: pointer;
}

.menuSitef,
.menuInstapago {
  position: relative;
  float: left;
  width: 400px;
  height: 500px;
  background-color: white;
  border-radius: 15px;
  left: 50%;
  margin-left: -200px;
  margin-top: -250px;
  top: 50%;
}

#modalMenuMS {
  width: 15vh;
  height: 6vh;
  background-image: var(--logo-PinPad);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.flip-card {
  background-color: white;
  width: 100%;
  height: 10vh;
  perspective: 1000px;
  position: relative;
  margin-bottom: 1vh;
  border-radius: 10px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  transform: rotateY(180deg);
}

/*Accordion*/
/* Style the buttons that are used to open and close the accordion panel */
.accordionTT {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  border-bottom: 1px solid gray;
  border-left: none;
  text-align: left;
  outline: none;
  font-family: "Noto Sans";
  height: 6vh;
  line-height: 1vh;
  transition: 0.4s;
  border-right: none;
  border-top: none;
  font-weight: 600;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active,*/
.accordionTT:hover {
  background-color: #ccc;
}

.accordionTT:after {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  max-height: 300px;
  overflow-y: scroll;
  border-bottom: 1px solid black;
}

.configLabel {
  margin-bottom: 0px !important;
  font-size: 1.5vh !important;
  font-weight: 600;
  width: 15vw;
}

.groupMainColumns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.groupColumn {
  width: 48%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}

.selectOptions {
  margin-bottom: 10px;
  border: 2px solid #0058c9;
  border-radius: 5px;
  height: 5vh;
  padding: 0vh 1vw;
  font-weight: 600;
}

select[multiple] {
  width: 200px;
  height: auto;
  padding: 5px;
}

#fullVendedores,
#fullDespachadores {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.select2-selection__rendered {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.select2-results__options {
  font-size: 12px !important;
}

.copySelect2 {
  display: block;
  text-align: center;
  overflow: hidden;
  color: #444;
  font-weight: 400;
  width: 80%;
  height: 28px;
  line-height: 26px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #0058c9;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Posición del tooltip arriba del texto */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

#colMiddleLogin {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  position: absolute;
  background-color: ffffff;
  border-radius: 10px;
  top: 0px;
  left: 0px;
}

.actionsGroup {
  padding-right: 10px;
}

.discountAmountInline {
  color: red;
  font-weight: 600;
}

.confirmTras {
  border: 2px solid #0058c9;
  border-radius: 10px;
  height: 4.5vh;
  margin-bottom: 1vh;
  padding-left: 10px;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  font-size: 2vh;
  background-color: #0058c9;
  width: 10vw;
}

.cancelTras {
  border: 2px solid #c61a06;
  border-radius: 10px;
  height: 4.5vh;
  margin-bottom: 1vh;
  padding-left: 10px;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  font-size: 2vh;
  background-color: #c61a06;
  width: 10vw;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0px;
  height: 16px;
  border-radius: 10px;
  border: none;
  color: red;
  font-weight: 800;
  font-size: 15px;
  line-height: 11px;
}

#btnF07 {
  display: flex !important;
  flex-direction: row !important;
  min-height: 6vh !important;
}

/* Dispositivos pequeños (móviles) */
/* Tablets y dispositivos medianos */
/* Laptops y desktops */
/* Monitores grandes */
#statusFactCont {
  position: relative;
  height: 4vh;
  width: 140px;
  background-color: #ddeced;
  top: 0.2vh;
  z-index: 1;
  float: right;
  right: 1px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 5px;
  color: black;
  line-height: 4vh;
  text-align: center;
  font-style: italic;
}

#searchByFactNum {
  position: absolute;
}

#adminSedeList {
  font-family: "Noto Sans";
  font-weight: 400;
  width: 15vw;
  line-height: 11px;
  height: 3vh;
  border: 1px solid #0058c9;
  border-radius: 5px;
  margin-bottom: 1vh;
}/*# sourceMappingURL=principal.css.map */