.masthead img {
  width: 800px;
  max-width: 80vw;
}

.activeCategory {
  box-shadow: inset 0px 0px 0px 3px #474747 !important;
}

.regimen {
  background-image: url("./img/mockups/regimen.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  min-height: 500px;
  max-width: 100vw;
}

.regimen2 {
  height: 500px;
  width: 500px;
  background-image: url("./img/imgs/user_flow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.subsImg {
  height: 200px;
  width: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

select {
  cursor: pointer;
}

.step {
  transition: all 0.3s;
}

.point {
  margin: 0 0.4rem;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px #6c757d solid;
  transition: all 0.3s;
}

.point-filled {
  background-color: #6c757d;
}

#thumbnail {
  /* height: 40px;
  width: 40px;
  border-radius: 20px;
  background-image: url("./img/imgs/profile.png");
  background-position: center;
  background-size: cover; */
  cursor: pointer;
}

.thumbnail {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

#profilePicture {
  min-height: 100px;
  min-width: 100px;
  border-radius: 50px;
  background-image: url("./img/imgs/profile.png");
  background-position: center;
  background-size: cover;
  cursor: default;
}

.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1;
}

.btn {
  transition: all 0.3s;
}

.btn:hover {
  transform: scale(1.05);
}

.ribbon-child {
  color: #f8f9fa;
  transition: all 0.3s;
}

.ribbon:hover .ribbon-child,
.ribbon.hover .ribbon-child {
  color: transparent;
  text-shadow: 0 0 14px #f8f9fa;
}

.review {
  transition: all 0.3s;
}

.review:hover {
  transform: scale(1.1);
}

.clientItem {
  max-width: 300px;
  overflow: auto;
}

.clientSeparator {
  width: 80%;
  border-top: 1px solid #d1d1d1;
}

#clientList {
  z-index: 100010;
}

#drawerBackdrop {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.category {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 1rem;
  color: white;
  font-size: 0.7rem;
  /* box-shadow: inset 15px 15px 16px 0 rgba(0, 0, 0, 0.4); */
}

.newProductBtn {
  height: 170px;
  width: 140px;
  border-radius: 20px;
  border: dashed #6c757d 2px;
  color: #6c757d;
  transition: all 0.3s;
}

.newProductBtn ion-icon {
  color: #6c757d;
}

.newProductBtn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.neum {
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.2),
    -8px -8px 12px 0 rgba(255, 255, 255, 0.9);
}

.ProductBtn {
  min-height: 170px;
  width: 140px;
  border-radius: 20px;
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.2),
    -8px -8px 12px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: all 0.3s;
}

.ProductBtn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.circle {
  width: 90px;
  min-height: 90px;
  border-radius: 45px;
}

#dropZoneKey {
  width: 90%;
  border-radius: 25px;
  border: dashed #6c757d 2px;
  /* background-color: rgba(0, 0, 0, 0); */
  transition: all 0.5s;
}

#dropZoneXML {
  width: 100%;
  border-radius: 25px;
  border: dashed #6c757d 2px;
  /* background-color: rgba(0, 0, 0, 0); */
  transition: all 0.5s;
}

#dropZoneLogo {
  width: 100%;
  border-radius: 25px;
  border: dashed #6c757d 2px;
  /* background-color: rgba(0, 0, 0, 0); */
  transition: all 0.5s;
}

.dragover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Drawer client list */

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: white; /* Black*/
  overflow-x: auto; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  color: #6c757d;
  display: block;
  transition: 0.3s;
}

.clientItem {
  width: 100%;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #aaaaaa;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

#template1 {
  border: solid 2px skyblue;
}

#template2 {
  border: solid 2px wheat;
}

#template3 {
  border: solid 2px darkseagreen;
}

.template {
  min-width: 200px;
  min-height: 300px;
  border-radius: 20px;
  margin-bottom: 2rem;
}

#invoice {
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.2),
    -8px -8px 12px 0 rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  min-width: 35vw;
  max-width: 670px;
}

#categoriesList {
  max-width: 65vw;
}

.text-minimal {
  color: #b2babe;
}

.colorPicker {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 10px;
  border: 0;
  transition: all 0.1s;
}

.colorPickerChosen {
  border: 2px black solid;
}

.colorPicker:hover {
  transform: scale(1.2);
}

.modal-xl {
  max-width: 1240px !important;
}

.hrSep {
  height: 1px;
  width: 100%;
  background-color: grey;
}

.smallInput {
  width: 90px;
}

ion-icon {
  transition: all 0.1s;
}

.bigBtn {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.1s;
  cursor: pointer;
}

.bigBtn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#newClientGoldPrices {
  transition: all 0.2s;
}

.msgBar {
  height: 2rem;
  position: fixed;
  width: 100vw;
  z-index: 1000100;
  top: -2rem;
  transition: all 0.15s;
}

.msgBarShow {
  top: 0;
}

.editBtn {
  color: #b2babe;
}

.editBtn:hover {
  color: #474747;
}

.porcentaje {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  cursor: pointer;
  margin: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.porcentaje:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#reactiveDiscountAmount {
  font-size: 2rem;
  width: 100px;
}

#serviceTaxAmountReact {
  font-size: 2rem;
  width: 100px;
}

#porcentajeDeDatos {
  transition: all 0.2s;
}

.subscriptionBox {
  border: 2px dashed #b2babe;
  background-color: #f2f2f2;
}

#productSearchBar {
  background: url("./icons/search-bar.svg") 4%/6% no-repeat;
}

#invoiceSearchBar {
  background: url("./icons/filter.svg") 2%/3% no-repeat;
}

.hoverableInvoice:hover {
  background-color: #e7e7e7;
}

.applyPaymentsButton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* height: 50px; */
}

.selectionBorder {
  box-shadow: inset 0px 0px 0px 3px cornflowerblue;
}

#topUpSearchBar {
  background: url("./icons/search.svg") 4%/5% no-repeat;
}

.badge-orange {
  color: #ffffff;
  background-color: darkorange;
}

.quoteItem {
  /* container */
  width: 240px;
  position: relative;
  background-color: transparent;
}

.quoteContent {
  /* content */
  background-color: white;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  transition: 0.3s ease;
}

.quoteActions {
  /* buttons */
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0px;
  left: 0px;
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s ease;
}

.quoteItem:hover .quoteContent {
  opacity: 0.3;
}

.quoteItem:hover .quoteActions {
  opacity: 1;
}

.profileRoundCard {
  border-radius: 20px;
}

.missing-subscription {
  box-shadow: inset 0px 0px 0px 3px #e44141 !important;
}

hr {
  margin-left: 0;
  margin-right: 0;
}

.userImg {
  background-image: url("./icons/person-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 150px;
  min-height: 150px;
  /* color: #e7e7e7; */
}

.supportQR {
  max-height: 150px;
  /* border-radius: 15px; */
}

.supportBox {
  padding: 2rem;
  /* border: 2px #b2babe dashed; */
  background-color: white;
  border-radius: 25px;
  cursor: pointer;
}
