.rightSideCard {
  width: -webkit-fill-available;
  min-height: -webkit-fill-available;
  position: fixed;
  z-index: 11;
  background-color: rgba(94, 111, 169, 0.2);
  left: 0;
  top: 0;
}
.rightSideCard .contentPopupRight {
  background-color: #ffffff;
  display: block;
  right: 0;
  height: 100vh;
  top: 71px;
  position: absolute;
  overflow: auto;
}
.rightSideCard .contentPopupRight .contentHeadPopupRight {
  background-color: var(--secondaryBlue);
  display: flex;
  width: 98%;
  height: 34px;
  justify-content: space-between;
  padding: 1em;
  color: white;
  padding-right: 0;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
.rightSideCard .contentPopupRight .contentHeadPopupRight h3 {
  margin: 0;
  font-weight: 100;
  font-family: "Inter Bold";
  margin-left: 1em;
}
.rightSideCard .contentPopupRight .contentHeadPopupRight .closeButton {
  font-size: 24px;
  margin-right: 0.6em;
  background-color: #7e8cba;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.rightSideCard .contentPopupRight div.contentBodyPopup {
  padding: 2em;
  padding-top: 1em;
}
.rightSideCard .contentPopupRight .contentButtonsPopup {
  padding-top: 2em;
  text-align: right;
  padding-right: 0.3em;
}
.rightSideCard .contentPopupRight div.contentButtons {
  text-align: right;
  margin-bottom: 5em;
  margin-right: 2em;
}
.rightSideCard .contentPopupRight p.textComplete {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Inter Regular";
  font-size: 14px;
}

section.sectionPopUps {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 12;
  background-color: rgba(11, 15, 50, 0.2);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sectionPopUps div.contentPopup {
  background-color: white;
  width: 30em;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 15px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  margin-top: 5em;
}
section.sectionPopUps div.contentPopup header.headerPopup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  padding: 1em;
  position: relative;
  padding-bottom: 0.5em;
  padding-top: 1.3em;
}
section.sectionPopUps div.contentPopup header.headerPopup h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Inter Bold";
}
section.sectionPopUps div.contentPopup header.headerPopup button {
  margin-left: auto;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-image: url(./../../public/img/Xhover.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.sectionPopUps div.contentPopup header.headerPopup button i {
  display: none;
}
section.sectionPopUps div.contentPopup header.headerPopup button:hover {
  background-image: url(./../../public/img/X.svg);
}
section.sectionPopUps div.contentPopup hr {
  border: 0.1px solid #d9d9d9;
}
section.sectionPopUps div.contentPopup div.bodyPopup {
  background: #f0f1f6;
  margin-top: 2em;
  border-radius: 12px;
  padding: 1em 2.5em;
  text-align: center;
  padding-top: 1em;
  margin: 1.3em;
  margin-bottom: 1em;
}
section.sectionPopUps div.contentPopup div.bodyPopup span.contentIcon {
  display: block;
  margin: auto;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 65px;
  border-radius: 7px;
  border: none;
}
section.sectionPopUps div.contentPopup div.bodyPopup .iconBlue {
  background: #a0aacd;
}
section.sectionPopUps div.contentPopup div.bodyPopup .iconCheck {
  background-image: url(./../../public/img/completar.svg);
}
section.sectionPopUps div.contentPopup div.bodyPopup .iconX {
  background-image: url(./../../public/img/eliminar.svg);
}
section.sectionPopUps div.contentPopup div.bodyPopup .iconDesactivateUnit {
  background-image: url(./../../public/img/Desactivar-unidad.svg);
}
section.sectionPopUps div.contentPopup div.bodyPopup .iconDiscardsReactivate {
  background-image: url(./../../public/img/reactivar-descartes.svg);
  border-radius: 17px !important;
}
section.sectionPopUps div.contentPopup div.bodyPopup .iconDiscardsDesactivate {
  background-image: url(./../../public/img/desactivar-descartes.svg);
  border-radius: 17px !important;
}
section.sectionPopUps div.contentPopup div.bodyPopup p.textComplete {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Inter Regular";
  font-size: 12px;
}
section.sectionPopUps div.contentPopup div.bodyPopup .textName {
  margin: 0;
  font-family: "Inter Bold";
}
section.sectionPopUps div.contentPopup div.bodyPopup select {
  background-color: white;
}
section.sectionPopUps div.contentPopup .contentButtonsPopup {
  padding-top: 0;
  padding-bottom: 1em;
  text-align: right;
  padding-right: 1.4em;
}

section.popupShowFilters {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10;
  background-color: rgba(94, 111, 169, 0.2);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.popupShowFilters div.contentPopup {
  background-color: white;
  padding: 0em;
  width: 28em;
  max-width: 90vw;
  max-height: 89vh;
  overflow-y: auto;
  border-radius: 15px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  margin-top: 5em;
  overflow-x: hidden;
}
section.popupShowFilters div.contentPopup header.headerPopup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  padding: 1em;
  text-align: center;
  padding-left: 2em;
}
section.popupShowFilters div.contentPopup header.headerPopup h3 {
  text-align: center;
  margin: 0;
  margin-left: 2em;
  flex-grow: 1;
  font-family: "Inter Bold";
}
section.popupShowFilters div.contentPopup header.headerPopup button {
  margin-left: auto;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-image: url(./../../public/img/Xhover.svg);
  background-position: center;
}
section.popupShowFilters div.contentPopup header.headerPopup button i {
  display: none;
}
section.popupShowFilters div.contentPopup header.headerPopup button:hover {
  background-image: url(./../../public/img/X.svg);
}
section.popupShowFilters div.contentPopup hr {
  border: 0.1px solid #d9d9d9;
}
section.popupShowFilters div.contentPopup div.bodyPopup {
  background: #f0f1f6;
  border-radius: 12px;
  padding: 0em;
  text-align: center;
  margin: 2em;
  margin-bottom: 0;
  margin-top: 1.5em;
}
section.popupShowFilters div.contentPopup div.bodyPopup span.contentIcon {
  display: block;
  margin: auto;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  border: none;
}
section.popupShowFilters div.contentPopup div.bodyPopup .iconBlue {
  background: #a0aacd;
}
section.popupShowFilters div.contentPopup div.bodyPopup .iconCheck {
  background-image: url(./../../public/img/completar.svg);
}
section.popupShowFilters div.contentPopup div.bodyPopup .iconX {
  background-image: url(./../../public/img/eliminar.svg);
}
section.popupShowFilters div.contentPopup div.bodyPopup p.textComplete {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Inter Regular";
  font-size: 14px;
}
section.popupShowFilters div.contentPopup div.bodyPopup .textName {
  margin: 0;
  font-family: "Inter Medium";
}
section.popupShowFilters div.contentPopup div.bodyPopup span#inputDelete {
  text-align: center;
}
section.popupShowFilters div.contentPopup div.bodyPopup span#inputDelete input {
  width: 32%;
  text-align: center;
}
section.popupShowFilters div.contentPopup div.bodyPopup .contentSelectFilter {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 1em;
  margin-top: 0;
  width: calc(100% - 2em);
  padding-bottom: 1.3em;
}
section.popupShowFilters div.contentPopup div.bodyPopup .contentSelectFilter label {
  font-size: 15px;
}
section.popupShowFilters div.contentPopup div.bodyPopup .contentSelectFilter select {
  width: 93%;
  background-color: #ffffff;
}
section.popupShowFilters div.contentPopup div.bodyPopup .contentSelectFilter i {
  right: 50px;
  top: calc(50% + 1px);
}
section.popupShowFilters div.contentPopup div.bodyPopup span.contentSelectFilter:last-child {
  border-bottom: none;
}
section.popupShowFilters div.contentPopup .contentButtonsPopup {
  padding-top: 1em;
  text-align: right;
  padding-right: 2em;
  padding-bottom: 1em;
}

.buttonCheck,
.buttonX,
.buttonTel,
.buttonMail,
.buttonMessage,
.buttonTransfer,
.buttonMigrate {
  border: none;
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 35px;
  border-radius: 7px;
}

.buttonX {
  background-image: url(./../../public/img/eliminar.svg);
}

.buttonCheck {
  background-image: url(./../../public/img/completar.svg);
}

.buttonTel {
  background-image: url(./../../public/img/phonehover.svg);
}

.buttonMail {
  background-image: url(./../../public/img/mailhover.svg);
}

.buttonMessage {
  background-image: url(./../../public/img/messagehover.svg);
}

button.buttonCheck:hover {
  background-blend-mode: screen;
  background-color: #8ad37c;
}

button.buttonX:hover {
  background-blend-mode: screen;
  background-color: #e4989a;
}

.buttonTransfer {
  background-image: url(./../../public/img/transferir.svg);
}

.buttonMigrate {
  background-image: url(./../../public/img/migrar.svg);
}

span.contentTextDisabled {
  margin-top: 17px;
  position: relative;
  display: block;
  text-align: left;
  margin-left: 5px;
}
span.contentTextDisabled label {
  font-size: 13px;
  font-family: "Inter Bold";
  color: var(--primaryDarkBlue);
}
span.contentTextDisabled p {
  margin-top: 3px;
  font-size: 12px;
}

/*# sourceMappingURL=popup-global.css.map */
