body,
html {
  -webkit-font-smoothing: antialiased;
}

:root {
  --main-bg-color: #AED581;
  --dark-bg-color: #2E7D32;
  --ligth-bg-color: #AED581;
  --main-hover: #AED581;
  --first-table-header: #74C080;
  --last-table-header: #1B905D;

  /* 1de9b6 */

  /* 80cbc4 */

  /* 2dbcb0 */
}

.triple-button {
  fill: black;
  display: inline-block;
  padding: 5px;
}

.sideMenuItem {
  background-color: var(--dark-bg-color);
  color: white !important;
  font-weight: 200;
}

.sideMenuItem:hover {
  background-color: var(--dark-bg-color) !important;
  color: var(--main-hover) !important;
}

.sideMenuItem:hover svg {
  color: var(--main-hover) !important;
}

.sign-out-component {
  line-height: 50px;
}

.sign-out-component button:hover {
  line-height: 50px;
  color: var(--main-hover) !important;
  background-color: var(--ligth-bg-color) !important;
}

.sign-out-component div:hover {
  background-color: var(--ligth-bg-color) !important;
}

.sign-out-component span {
  color: black !important;
}

.sign-out-component div {
  background-color: white;
  border: 0;
}

.sign-out-component>button>div>div>span:first-child {
  display: none
}

.sign-out-component>button>div>div>span:last-child>span {
  padding: 0 !important;
  color: inherit !important;
}

.sign-in-button:hover {
  background-color: var(--dark-bg-color) !important;
  color: var(--main-hover) !important;
}

.table-cell-header {
  color: white !important;
}

.table-header {
  /* background-color: var(--main-bg-color); */
  background-color: #0A6617;
}

.table-responsive {
  margin-top: 20px;
}

.table-header>th {
  color: white !important;
}

.primary-button:hover span {
  color: var(--main-hover) !important;
}

.themed-date-picker div div {
  background-color: red;
}

.side-menu>div:last-child {
  background-color: var(--main-bg-color) !important;
  overflow: hidden !important;
}

.component-title {
  color: var(--dark-bg-color) !important;
}

.chart-container>svg {
  padding-left: 15px;
  padding-right: 15px;
}

.uploadFileInput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

/* Calendar */

.calendar {
  display: block;
  position: relative;
  width: 100%;
  background: var(--neutral-color);
  /* border: 1px solid var(--border-color); */
}

.calendar .header {
  background-color: var(--ligth-bg-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 115%;
  padding: 1.5em 0;
  border-bottom: 1px solid var(--border-color);
}

.calendar .header .icon {
  cursor: pointer;
  transition: .15s ease-out;
}

.calendar .header .icon:hover {
  transform: scale(1.75);
  transition: .25s ease-out;
  color: var(--main-color);
}

.calendar .header .icon:first-of-type {
  margin-left: 1em;
}

.calendar .header .icon:last-of-type {
  margin-right: 1em;
}

.calendar .days {
  text-transform: uppercase;
  font-weight: 400;
  color: var(--text-color-light);
  font-size: 70%;
  padding: .75em 0 !important;
  border-bottom: 1px solid var(--border-color);
}

.calendar .body .cell {
  position: relative;
  height: 5em;
  border-right: 1px solid var(--border-color);
  overflow: hidden;
  cursor: pointer;
  background: var(--neutral-color);
  transition: 0.25s ease-out;
}

.calendar .body .cell:hover {
  background: var(--bg-color);
  transition: 0.5s ease-out;
}

.calendar .body .selected {
  border-left: 10px solid transparent;
  border-image: linear-gradient(45deg, var(--dark-bg-color) 0%, var(--main-bg-color) 40%);
  border-image-slice: 1;
  transition: .5s ease-in;
  flex-basis: calc(100% / 7 - 11px)  !important;
  width: calc(100% / 7 - 11px) !important;
}

.calendar .body .row {
  border-bottom: 1px solid var(--border-color);
  transition: .5s ease-in;
}

.calendar .body .row:last-child {
  border-bottom: none;
}

.calendar .body .cell:last-child {
  border-right: none;
}

.calendar .body .cell .number {
  position: absolute;
  font-size: 82.5%;
  line-height: 1;
  top: .75em;
  right: .75em;
  font-weight: 700;
}

.calendar .body .disabled {
  color: var(--text-color-light);
  pointer-events: none;
}

.calendar .body .cell .bg {
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
  opacity: 0;
  font-size: 8em;
  position: absolute;
  top: -.2em;
  right: -.05em;
  transition: .25s ease-out;
  letter-spacing: -.07em;
}

.calendar .body .cell:hover .bg, .calendar .body .selected .bg  {
  opacity: 0.15;
  transition: .5s ease-in;
}

.calendar .body .col {
  transition: 0s ease-in;
  flex-grow: 0;
  flex-basis: calc(100% / 7 - 1px);
  width: calc(100% / 7 - 1px);
}

/* Pages SingUp and SingUpLoad */
.PhoneInput {
  display: grid !important;
  grid-template-columns: 15% 85% !important;
}

.PhoneInputInput {
  background-color: #F2F2F2;
  border: none;
  padding: 0.75em 1em;
  border-radius: 0.8em;
  z-index: 1;
}

.PhoneInputCountry {
  justify-content: center;
}

.PhoneInputCountryIcon--border {
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.PhoneInputCountryIcon {
  width: 75% !important;
  height: 100% !important;
}

.PhoneInputInput:focus-visible {
  outline: none;
}

.sing-up-loading-logo {
  -webkit-animation: anim 3s infinite ease;
  animation: anim 3s infinite ease;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  25% {
    -webkit-transform: rotateY(360deg);
  }

  50% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(360deg);
  }
}

@keyframes anim {
  0% {
    transform: rotateY(0deg);
  }

  33.4% {
    transform: rotateY(360deg);
  }

  33.5% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

.list-export::-webkit-scrollbar {
  background: #E5E5E5;
  width: 3em;
  border-radius: 1em;
  margin-right: 2em;
}

.list-export::-webkit-scrollbar-thumb {
  background: #616161;
  border-radius: 2em;
  border: 1em solid #E5E5E5;
}

.text-helper-stock {
  color: #388E3C !important;
  text-decoration: underline;
}

/* Global styles */

:root {
  --main-bg-color: #AED581;
  --dark-bg-color: #2E7D32;
  --ligth-bg-color: #AED581;
  --main-hover: #AED581;
  --middle-grey: #78909C;

  /* 1de9b6 */

  /* 80cbc4 */

  /* 2dbcb0 */

  --main-color: #2E7D32;
  --text-color: #777;
  --text-color-light: #CCC;
  --border-color: #EEE;
  --bg-color: #F9F9F9;
  --neutral-color: #FFF;
  --bkg-green: #66BB6A;
  --bkg-green-end: #43A047;
}

html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
  font-size: 60%;
}

body {
  font-family: Roboto;
}

:global(#app) {
  background-color: #FAFAFA;
  min-height: 100%;
  min-width: 100%;
}

.wrapper {
  /* max-width: calc(768px + 16px * 2); */

  margin: 40px 0 auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 0 16px;
  flex-direction: column;
}

.logoWrapper {
  padding: 2em 0;
}

.logo {
  width: 50%;
  margin: auto auto;
  display: block;
}

/* FR: custom react select error */

.Select.error .Select-control {
  box-shadow: 0 0 3px red;
}

.subtotal {
  background-color: var(--main-bg-color);
}

.total {
  background-color: var(--dark-bg-color);
  color: white;
}

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

.underline {
  text-decoration: underline;
}

.text-30 {
  font-size: 30px;
}

.text-12 {
  font-size: 12px;
}

/* CUSTOMIZE STYLES */

.container {
  margin-top: 30px !important;
}

.sign-out-submit {
  width: 100%;
}

.sign-out-submit span > svg {
  position: absolute;
  top: 7px;
}

.material-radio-button-inline {
  margin-top: 35px;
}

.material-radio-button-inline > div {
  height: 30px !important;
  width: auto !important;
  display: inline-block !important;
  margin-right: 15px;
}

.floating-actionn-button {
  right: 20px !important;
  bottom: 20px !important;
}

.modal-header {
  padding: 0 !important;
  line-height: 2 !important;
}

.modal-header * {
  font-size: 18px !important;
}

.card-title {
  background: #55BED5;
}

.card-title * {
  color: #FFF !important;
}

.input-group-closed {
  position: relative;
}

.input-group-closed .btn-closed {
  position: absolute;
  right: 15px;
  bottom: 7px;
  font-size: 20px;
  cursor: pointer;
}

.input-group-closed .btn-closed:hover {
  color: #9E9E9E;
}

.btn-inline-block {
  display: inline-block !important;
  width: auto !important;
  min-width: auto !important;
  margin-right: 10px;
}

.btn-group-right {
  text-align: right;
}

.table-custom-ui {
  margin-top: 20px;
  border-top: solid 2px #DDD;
}

.chart rect {
  fill: white;
  opacity: .6;
}

.chart text {
  fill: white;
  font: bold 10px sans-serif;
  text-anchor: end;
}

.domain {
  stroke: white;
}

.bkg-blue {
  background: linear-gradient(60deg, #26C6DA, #00ACC1);
  box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.bkg-green {
  background: linear-gradient(60deg, var(--bkg-green), var(--bkg-green-end));
  box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2)
}

.bkg-red {
  background: linear-gradient(60deg, #EF5350, #E53935);
  box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2)
}

.bkg-grey {
  background: linear-gradient(60deg, #FFF, #E0E0E0);
  box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(210, 210, 210, 0.2);
}

.bkg-orange {
  background: linear-gradient(60deg, #FFA726, #FB8C00);
  box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.bkg-pink {
  background: linear-gradient(60deg, #EC407A, #D81B60);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.facturas {
  align-items: center;
  width: 100%;
}

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

.tick line {
  stroke: white;
}

.chart-container {
  position: relative;
}

.chart-numbers {
  border-radius: 5px;
  top: -15px;
  height: 58px;
  width: 58px;
  position: absolute;
  left: 14px;
  padding: 10px;
}

.chart-numbers-alt {
  border-radius: 5px;
  top: -15px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 14px;
  padding: 10px;
}

.chart-graphs {
  border-radius: 5px;
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
  top: -15px;
}

.chart-graphs > svg {
  display: inherit;
  margin-right: auto;
  margin-left: auto;
}

.chart-numbers svg {
  font-size: 38px;
  color: #FFF;
}

.chart-numbers-alt svg {
  font-size: 38px;
  color: #FFF;
}

.chart-title,
.chart-value {
  text-align: right;
  line-height: 1.6em !important;
  padding-right: 14px;
  padding-left: 14px;
}

.chart-title-graphs {
  text-align: left;
  line-height: 2.56em !important;
  padding-left: 17px;
}

.chart-value {
  padding-bottom: 10px;
}

.chart-title {
  color: #999 !important;
  font-weight: 300 !important;
  font-size: 1.8rem !important;
  padding-top: 10px;
}

.chart-container h3 {
  font-size: 17px;
  margin: 0;
  line-height: 45px;
  margin-left: 6%;
  font-weight: 300;
}

.char-body-filter {
  min-height: 48px;
}

.item-container-tcit {
  margin-bottom: 125px !important;
}

.pie-chart {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.pie-chart>div {
  display: inline-block;
  float: none !important;
}

/* Use this selector to override bar styles on bar charts. Bars are also strokes so you have maximum freedom in styling them. */
.ct-series-a .ct-bar {
  /* Colour of your bars */
  stroke: white;

  /* The width of your bars */

  stroke-width: 20px;
  stroke-opacity: 0.5;

  /* Yes! Dashed bars! */

  /* stroke-dasharray: 20px; */

  /* Maybe you like round corners on your bars? */

  /* stroke-linecap: round; */
}

/* Use this selector to override the line style on a given series */
.ct-series-a .ct-line {
  /* Set the colour of this series line */
  stroke: white;

  /* Control the thikness of your lines */

  stroke-width: 2px;
}

/* This selector overrides the points style on line charts. Points on line charts are actually just very short strokes. This allows you to customize even the point size in CSS */
.ct-series-a .ct-point {
  /* Colour of your points */
  stroke: white;

  /* Size of your points */

  stroke-width: 7px;
}

#activity-chart .ct-series-a .ct-bar{
  stroke-width: 10px !important;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end, .ct-chart-line .ct-label.ct-horizontal.ct-end {
  color: white;
  font-size: 10px;
  -webkit-transform: rotate(40deg);
  -webkit-transform-origin: left bottom;
  -moz-transform: rotate(40deg);
  -moz-transform-origin: left bottom;
  -ms-transform: rotate(40deg);
  -ms-transform-origin: left bottom;
  -o-transform: rotate(40deg);
  -o-transform-origin: left bottom;
  transform: rotate(40deg);
  transform-origin: left bottom;
  position: absolute;
  top: 0px;
  left: 26%;
  white-space: nowrap;
  text-align:left;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start, .ct-chart-pie .ct-label {
  color: white;
  font-size: 12px;
  fill: black;
}

.ct-series-a .ct-slice-pie {
  fill: #FFA726;
}

.ct-series-b .ct-slice-pie {
  fill: #26C6DA;
}

svg:not(:root) {
  overflow: visible !important;
}

.table-responsive {
  /* margin-top: 20px; */
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
  }
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

/* GENERAL */

* {
  box-sizing: border-box;
}

main {
  display: block;
  margin: 0 auto;
  margin-top: 5em;
  max-width: 50em;
}

/* GRID */

.row {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.row-middle {
  align-items: center;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-start {
  justify-content: flex-start;
  text-align: left;
}

.col-center {
  justify-content: center;
  text-align: center;
}

.col-end {
  justify-content: flex-end;
  text-align: right;
}

.custom {
  padding-top: '8px' !important;
  padding-right: '22px' !important;
  padding-bottom: '8px' !important;
  padding-left: '22px' !important;
}

@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;

    /* size: letter; */
  }

  .no-print,
  .no-print * {
    display: none !important;
  }

  .page-break-after {
    page-break-after: always;
  }
}

.welcomeHeader {
  padding: 0;
  height: 70px;
  background-image: linear-gradient(135deg, var(--first-table-header), var(--last-table-header));
  font-family: Roboto, condensed;
  text-align: left !important;
}

.welcomeLogo {
  margin-left: 50px;
  margin-top: 7px;
  height: 55px;
}

.closeIcon {
  height: 70px !important;
  margin: 0 50px 0 auto !important;
  color: white !important;
  float: right !important;
}

.closeIconContent {
  height: 70px !important;
  margin: 0 30% 0 auto !important;
  color: var(--last-table-header) !important;
  float: right !important;
}

.title {
  font-size: 37px;
  color: var(--last-table-header) !important;
  padding: 0 20px;
  margin: 15px 0 10px 0;
}

.subTitle {
  font-family: Roboto, medium;
  font-size: 15px;
  color: var(--last-table-header) !important;
  margin: 0 0 20px 0;
}

.startButton {
  margin: 0 auto !important;
  height: 32px;
  width: 175px !important;
  font-family: Roboto, medium !important;
  font-size: 14px !important;
  font-weight: bolder !important;
  padding: 2px !important;
  color: var(--last-table-header) !important;
  background-color: white;
  box-shadow: 0.5px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px !important;
  border: 0 solid !important;
}

.infoCard {
  background-color: var(--last-table-header) !important;
  color: white !important;
  border-radius: 28px !important;
  margin: auto;
  height: 52px;
  width: 52px;
}

.i {
  font-size: 35px !important;
  margin-top: 9px;
  margin-left: 1px;
}

.infoName {
  font-family: Roboto, condensed;
  font-size: 13px;
  font-weight: 400 !important;
  color: var(--last-table-header) !important;
  text-align: center;
  margin-top: 10px;
  padding: 0 5%;
}

.footer {
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 40px !important;
}

.nextButton {
  font-family: Roboto, medium !important;
  font-size: 14px !important;
  font-weight: bolder !important;
  text-transform: unset !important;
  color: var(--last-table-header) !important;
  padding-right: 0;
}

.infoPage {
  height: 100%;
  width: 100%;
  background-image: url('https://drive.google.com/uc?id=1pq9rLS7YaTWz6wY5xDnTPvpaw6IXIyY7&authuser=0&export=download');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 960px 100%;
  padding: 0 !important;
  overflow: visible !important;
}

.pageIcon {
  margin: 18px 0 0 32px !important;
  background-color: var(--last-table-header) !important;
  color: white !important;
  border-radius: 28px !important;
  height: 52px;
  width: 52px;
  z-index: 10 !important;
}

.contentTitle {
  font-family: Roboto, condensed;
  font-size: 14px;
  font-weight: 500 !important;
  color: var(--last-table-header) !important;
  margin-top: 35px;
  text-align: left;
}

.contentImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  max-height: 40%;
  margin-top: -10px;
}

.listCheckIcon {
  font-size: 24px !important;
  color: var(--last-table-header) !important;
}

.listItem {
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-field-style {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-field-style > input {
  border: 1px solid rgba(120, 144, 156, 0.5);
  width:80%;
  height: 5rem;
  border-radius: 5px;
  padding: 1rem 1rem;
}
.text-field-style > input:focus,
.text-field-style > input:active,
.text-field-style > input:hover,
.text-field-style > input:focus-visible {
  box-shadow: 0 0 0 0.3rem rgba(76, 175, 80, .3);
  outline: none;
}

.text-field-style > input + svg {
  position: absolute;
  right: 14%;
  top: 35%;
  color: rgba(120, 144, 156, 0.5);
}
