@charset "UTF-8";
.simulation-eye {
  background: #FFE5D0;
  color: #FE7E13;
  border: 1px solid #FFE5D0;
  border-radius: 4px;
}

.simulation-trash {
  background: #E0CFFC;
  color: #6611F1;
  border: 1px solid #E0CFFC;
  border-radius: 4px;
}

.modal-header i {
  cursor: help;
}

.open-table {
  pointer-events: none;
}

.open-table:after {
  position: absolute;
  margin-top: 10.4px;
  content: "+";
  font-size: 13px;
  left: 110px;
  pointer-events: auto;
  cursor: pointer;
}

.close-table {
  pointer-events: none;
}

.close-table:after {
  position: absolute;
  margin-top: 10.4px;
  content: "-";
  font-size: 13px;
  left: 110px;
  pointer-events: auto;
  cursor: pointer;
}

.small-info-tdata {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  background-color: white;
  font-weight: 300;
}

.frozen-cell {
  position: absolute;
  background-color: inherit;
  /* padding: 1px; */
  border: none;
}

thead {
  font-weight: bold;
  font-size: 16px;
  color: #00A870;
  background-color: #FFFFFF;
  border-bottom: 1px solid #00A870;
}

.simulate-thead {
  margin-left: 22px;
  margin-right: 82px;
  border-bottom: 1px solid #00A870;
  font-weight: bold;
  font-size: 16px;
  color: #00A870;
  background-color: #FFFFFF;
}

.simulate-thead p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.td-name {
  font-weight: bold;
  font-size: 16px;
  background-color: #F4F4F4;
  border-bottom: 2px solid rgba(0, 0, 0, 0.47);
}

th {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

td {
  padding: 10px;
  font-size: 13px;
  text-align: center;
}

td:first-child {
  text-align: left;
}

tbody tr:not(.table-title):not(.table-subtitle) {
  background-color: white;
}

table {
  width: 100%;
}

table, th, td {
  /* border: 1px solid rgba(153, 150, 147, 0.47); */
  border-collapse: collapse;
}

.td-extra-thick-left {
  border-left: 2px solid rgba(0, 0, 0, 0.47);
  border-collapse: collapse;
}

.td-extra-thick-right {
  border-right: 2px solid rgba(0, 0, 0, 0.47);
  border-collapse: collapse;
}

.table-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  background-color: #F4F4F4;
}

.table-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  background-color: #F9F9F9;
}

.table-indicator {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  #lock-column, #scroll-right-button, #scroll-left-button {
    display: none;
  }
  .frozen-cell {
    position: relative;
  }
  .open-table {
    pointer-events: none;
  }
  .open-table:after {
    position: absolute;
    margin-top: 24px;
    content: "+";
    font-size: 30px;
    left: 11vw;
    pointer-events: auto;
    cursor: pointer;
  }
  .close-table {
    pointer-events: none;
  }
  .close-table:after {
    position: absolute;
    margin-top: 24px;
    content: "-";
    font-size: 30px;
    left: 11vw;
    pointer-events: auto;
    cursor: pointer;
  }
  td {
    font-size: 25px;
  }
  thead, th {
    font-size: 28px;
  }
  .simulate-thead {
    font-size: 28px;
  }
  .simulate-thead p {
    font-size: 28px;
  }
}

@media (max-device-width: 850px) and (orientation: landscape) {
  #lock-column, #scroll-right-button, #scroll-left-button {
    display: none;
  }
  .frozen-cell {
    position: relative;
  }
}

.months-modal-thead-simulate {
  top: 100px;
  position: fixed;
  width: 100%;
  opacity: 0;
  z-index: 2;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .months-modal-thead-simulate {
    top: 100px;
  }
}

.tips-tooltip {
  border: 1px solid black;
  background-color: #FFF;
  color: #000;
}

.tooltip-next {
  border: 1px solid black;
  padding: 10px;
  border-radius: 5px;
  background-color: #f8f9fa;
  cursor: pointer;
}

.about-area-data {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 10px;
  background: #F8F9FA;
  border: 1px solid #F2EDF4;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  height: fit-content;
}

.about-area-data #inner-about-area-data {
  display: none;
}

.about-area-data #inner-about-area-data[show] {
  display: block;
}

.about-area-data h6 {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333B3F;
}

.about-arrow {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #35BB8E;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  background: #F8F9FD;
  color: #2F2F2F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-arrow[rotate="down"] {
  -webkit-animation: half-spin 0.5s forwards 1;
  /* Safari */
  animation: half-spin 0.5s forwards 1;
}

.about-arrow[rotate="up"] {
  -webkit-animation: half-spin-backwords 0.5s forwards 1;
  /* Safari */
  animation: half-spin-backwords 0.5s forwards 1;
}

/* Safari */
@-webkit-keyframes half-spin {
  0% {
    -webkit-transform: rotate(0deg);
    background: #F8F9FD;
    color: #2F2F2F;
  }
  100% {
    -webkit-transform: rotate(180deg);
    background: #00A870;
    color: white;
  }
}

@keyframes half-spin {
  0% {
    transform: rotate(0deg);
    background: #F8F9FD;
    color: #2F2F2F;
  }
  100% {
    transform: rotate(180deg);
    background: #00A870;
    color: white;
  }
}

/* Safari */
@-webkit-keyframes half-spin-backwords {
  0% {
    -webkit-transform: rotate(180deg);
    background: #00A870;
    color: white;
  }
  100% {
    -webkit-transform: rotate(0deg);
    background: #F8F9FD;
    color: #2F2F2F;
  }
}

@keyframes half-spin-backwords {
  0% {
    transform: rotate(180deg);
    background: #00A870;
    color: white;
  }
  100% {
    transform: rotate(0deg);
    background: #F8F9FD;
    color: #2F2F2F;
  }
}

.d-flex-column {
  display: flex;
  flex-direction: column;
}

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

.justify-content-center {
  justify-content: center;
}

.form-group-inline {
  margin: 10px 0px;
  box-sizing: content-box;
}

.form-control-inline, .form-control-inline-full {
  display: inline-block;
  width: fit-content;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-inline-full {
  width: 100% !important;
}

.numberinput:out-of-range {
  border: 2px solid red;
}

div[class^="inside-form-block-resume"] {
  margin: 10px -5px;
  padding: 10px 0 0 5px;
  justify-content: center;
  border: 1px solid #e9e3e3;
  border-radius: .25rem;
  background-color: #e9e3e3;
}

div[class^="inside-form-block-resume"] p {
  font-weight: bold;
  color: black;
}

.projection-form {
  margin: 0 20px;
}

.projection-form > h4 {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.20px;
  text-transform: uppercase;
  color: #00A870;
}

.projection-form > h4:first-child {
  margin: 0 -20px 20px;
  padding: 1em 20px;
  border-bottom: 1px solid #00A870;
}

.projection-form > h5, .projection-form h5.name-activity {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 18px;
  letter-spacing: 0.18px;
  color: #00A870;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 168, 112, 0.5);
}

.projection-form h5.name-activity {
  margin: 20px;
  padding: 0;
}

.projection-form p, .projection-form label {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.16px;
  color: #000000;
}

.projection-form div.name-form-input {
  background: #e8e9ed;
}

.projection-form div.name-form-input input:disabled {
  background: #e8e9ed !important;
}

.projection-form div.name-form-input label, .projection-form div.name-form-input input {
  font-weight: bold;
}

.projection-form > div {
  margin: 0 -20px;
}

.projection-form > div > * {
  padding: 0 20px;
}

.projection-form > div > span {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid #D5D7DB;
}

.projection-form > div > span > p {
  margin: 0;
}

.projection-form > div > span[data-kind="initial"] {
  background: rgba(232, 233, 237, 0.5);
}

.projection-form > div > span[data-kind="loan-params"] {
  background: rgba(232, 233, 237, 0.5);
}

.projection-form > div > div > div:nth-child(2) {
  display: inline-block;
}

.projection-form > div input.form-control {
  width: auto;
}

.projection-form > div div.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem 20px;
  border-bottom: 1px solid #D5D7DB;
}

.projection-form > div div.form-group > label {
  padding-right: 1em;
}

.projection-form.main-projection-form {
  margin: 0 20px !important;
  margin: 0 -20px;
}

.projection-form.main-projection-form h5 {
  margin: 20px;
  margin-left: 0;
  padding-left: 0;
}

.projection-form.main-projection-form > * {
  margin: 0 -20px;
  padding: 0;
}

.projection-form.main-projection-form label {
  padding-left: 0;
}

.projection-form.main-projection-form > * {
  padding: 0 20px;
}

.projection-form.main-projection-form > span {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid #D5D7DB;
}

.projection-form.main-projection-form > span > p {
  margin: 0;
}

.projection-form.main-projection-form > span[data-kind="initial"] {
  background: rgba(232, 233, 237, 0.5);
}

.projection-form.main-projection-form > span[data-kind="loan-params"] {
  background: rgba(232, 233, 237, 0.5);
}

.projection-form.main-projection-form > div > div:nth-child(2) {
  display: inline-block;
}

.projection-form.main-projection-form input.form-control {
  width: auto;
}

.projection-form.main-projection-form div.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 1rem 20px;
  border-bottom: 1px solid #D5D7DB;
}

.projection-form.main-projection-form div.form-group > label {
  padding-right: 1em;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .modal-dialog {
    max-width: 80%;
  }
  .modal-title {
    font-size: 35px;
  }
  div[class^="inside-form-block-resume"] p {
    font-size: 25px;
    line-height: 22px;
  }
  .form-group-inline small, .form-group-inline select, .form-group-inline button {
    font-size: 30px;
    margin-top: 10px;
    margin-right: 20px;
  }
  .form-group-inline small option, .form-group-inline select option, .form-group-inline button option {
    font-size: 1rem;
  }
  .form-group-inline small {
    display: block;
  }
  .projection-form > h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .projection-form > h5, .projection-form h5.name-activity {
    font-size: 28.5px;
    line-height: 27px;
  }
  .projection-form p, .projection-form label {
    font-size: 24px;
    line-height: 24px;
  }
}

.main-content-section {
  background: #FFFFFF;
  padding: 16px 20px 24px;
  border: 1px solid #F2EDF4;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.calculator {
  font-size: 24px;
  background-color: white;
  width: 100%;
  padding: 2%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.calculator button {
  /*
        Damos uma margem para que o scroll não faça os botões 'descerem'
        ao não caberem no row -> 90px - 2px = 88px;
      */
  width: 88px;
  height: 88px;
  color: white;
  border: none;
  margin: 5px 5px;
  box-shadow: 3px 3px 3px #cccccc;
  font-size: 30px;
  background-color: #3F4557;
}

.calculator .top {
  flex-direction: row;
  display: flex;
}

.calculator .button-clear {
  margin-right: 10px;
  margin-left: 0;
  border-radius: 50px;
}

.calculator .result-wrapper {
  display: inline-block;
  max-width: 100%;
}

.calculator output {
  width: 1010px;
  max-width: 100%;
  height: 80px;
  margin-top: 20px;
  font-size: 25px;
  padding: 5px 8px;
  color: white;
  border-radius: 8px;
  display: block;
  background-color: #00A870;
  margin-bottom: 20px;
  box-shadow: 1px 2px 2px rgba(0, 168, 112, 0.5);
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.calculator .row-operations {
  display: inline-block;
}

.calculator .indicator-btn {
  width: 195px;
}

@media (min-width: 576px) {
  .modal-dialog-calculator {
    max-width: 70% !important;
  }
}

div.erp-mapping-card {
  border-radius: 5%;
  border: 2px solid #dbdbdb;
  background: var(--Hover, #F7F9FB);
  min-height: 30vh;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
}

div.erp-mapping-card[status="Em andamento"] {
  background: #F7F9FB;
}

div.erp-mapping-card div.info-area {
  width: 100%;
  padding: 10px;
}

div.erp-mapping-card div.info-area b {
  display: inline;
}

div.erp-mapping-card div.info-area span {
  width: 90%;
  overflow: hidden;
  color: #1C1C1C;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 14 Regular */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

div.erp-mapping-card div.info-area span strong {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 14 Semibold */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

div.erp-mapping-card div.info-area span small {
  color: var(--black-40, rgba(28, 28, 28, 0.4));
  text-align: right;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 12 Regular */
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

div.erp-mapping-card div.info-area p {
  width: 90%;
  color: #9C9C9C;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: II Vorkurs;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

div.erp-mapping-card > div.buttons-area {
  width: 100%;
  background-color: #1dac7e;
  display: flex;
  justify-content: right;
  padding: 10px;
}

[id^=table-indicator-choose] > tr > td {
  cursor: pointer;
}

input#id_data_string_formula {
  cursor: pointer;
}

#indicator-list-modal {
  z-index: 1100 !important;
}

#calculator-modal {
  z-index: 1050 !important;
}

div.objective-card {
  border-radius: 16px;
  background: var(--Hover, #F7F9FB);
  padding: 10px;
}

div.objective-card[status="Concluído"] {
  background: #F0FAF5;
}

div.objective-card[status="Atrasado"] {
  background: #F5EEEE;
}

div.objective-card[status="Não iniciado"] {
  background: #FBFBFB;
}

div.objective-card[status="Em andamento"] {
  background: #F7F9FB;
}

div.objective-card[new-item] {
  border: 1px dashed #B7C4CD;
  background: #FBFBFB;
  display: flex;
  padding: 20px 38px 19px 24px;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  background: var(--Hover, #F7F9FB);
  margin-bottom: 16px;
  cursor: pointer;
  height: 100%;
}

div.objective-card div.input-group {
  display: flex;
  justify-content: space-between;
}

div.objective-card > span {
  display: flex;
  justify-content: space-between;
  width: 90%;
  overflow: hidden;
  color: #1C1C1C;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 14 Regular */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

div.objective-card > span strong {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 14 Semibold */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

div.objective-card > span small {
  color: var(--black-40, rgba(28, 28, 28, 0.4));
  text-align: right;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 12 Regular */
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

div.objective-card > span[new-item] {
  border: 1px dashed #B7C4CD;
  background: #FBFBFB;
  display: flex;
  padding: 20px 38px 19px 24px;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  background: var(--Hover, #F7F9FB);
  margin-bottom: 16px;
  cursor: pointer;
  height: 100%;
}

div.objective-card > span[new-item] span {
  height: 100%;
}

div.objective-card h4 {
  color: #1C1C1C;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: II Vorkurs;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 100% */
}

div.objective-card p {
  color: #9C9C9C;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: II Vorkurs;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

div.objective-card h6 {
  overflow: hidden;
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 14 Regular */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 0;
}

div.objective-card div.progress {
  border-radius: 30px;
  height: 5px;
  background: rgba(122, 171, 105, 0.2);
}

div.objective-card div.progress div.progress-bar {
  background: #7BAB6A;
}

div.objective-card h3 {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 14 Semibold */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

div.filter-box {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
  /* Cria uma nova caixa de seleção */
  /* Altera a cor quando a caixa de seleção está marcada */
}

div.filter-box .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

div.filter-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

div.filter-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #CACDCE;
}

div.filter-box .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 14px;
  left: 2px;
  bottom: 1px;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

div.filter-box input:checked + .slider {
  background-color: #1C1C1C;
}

div.filter-box input:focus + .slider {
  box-shadow: 0 0 1px #1C1C1C;
}

div.filter-box input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
  background-color: #FFFFFF;
  border: none;
}

div.filter-box .slider.round {
  border-radius: 34px;
}

div.filter-box .slider.round:before {
  border-radius: 50%;
}

div.filter-box input[type="checkbox"] {
  display: none;
  padding: 0;
}

div.filter-box input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

div.filter-box input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: url("../goals/img/noncheck.23b07c3bef3f.svg") no-repeat center center;
}

div.filter-box input[type="checkbox"]:checked + label::before {
  background: url("../goals/img/check.be6d52cc5ae3.svg") no-repeat center center;
  border: none;
}

.objective-container div.item-card {
  display: flex;
  padding: 20px 38px 19px 24px;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  background: var(--Hover, #F7F9FB);
  margin-bottom: 16px;
  cursor: pointer;
  height: 100%;
}

.objective-container div.item-card[new-item] {
  border: 1px dashed #B7C4CD;
  background: #FBFBFB;
}

.objective-container div.item-card[active] {
  background: #DCF7EE;
}

.objective-container div.item-card span > svg {
  margin-bottom: 16px;
}

.objective-container div.item-card h4 {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: II Vorkurs;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 0.2em;
}

.objective-container div.item-card p {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: II Vorkurs;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.objective-container div.item-card.item-description p {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  margin-bottom: 0;
}

.objective-container div.item-card a {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

.objective-container div.item-card a.delete-item {
  color: var(--Red, #FF4747);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.objective-container div.data-content {
  border-right: 1px solid #E5E5E5;
}

.objective-container label {
  color: var(--black-40, rgba(0, 0, 0, 0.4));
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 12 Regular */
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

.objective-container input[type="text"], .objective-container textarea, .objective-container input[type="number"] {
  border-radius: 8px;
  border: 1px solid var(--black-10, rgba(0, 0, 0, 0.1));
  background: var(--white-100, #FFF);
  color: #1C1C1C;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 14 Regular */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.objective-container div.form-check {
  border-radius: 8px;
  border: 1px solid var(--black-10, rgba(0, 0, 0, 0.1));
  background: var(--white-100, #FFF);
  padding: 16px 16px 16px 24px;
}

ul.machine-learning-options a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
}

ul.machine-learning-options a:hover {
  font-weight: 700;
}

ul.machine-learning-options i {
  cursor: help;
}

.form-group ~ #div_id_product_to_replicate {
  display: none;
}

#objective-results h4 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #00A870;
}

#objective-results h5 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}

#objective-results h5 > a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
}

#objective-results h5 > a:hover {
  font-size: 20px;
  font-weight: 700;
}

#objective-results p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}

#objective-modal a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
}

#objective-modal a:hover {
  font-weight: 700;
}

#objective-modal i {
  cursor: help;
}

p.pricing-value {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: black;
}

#month-function .tick text {
  font-size: 1.5em !important;
}

#month-function .axis-label {
  font-size: 3em !important;
}

#month-function .title {
  font-size: 3.2em !important;
}

#month-function circle {
  r: 3;
}

#gamification-resume div.gamification-card {
  border-radius: 16px;
  background: var(--Hover, #F7F9FB);
  padding: 10px;
}

#gamification-resume #position {
  display: flex;
  justify-content: space-between;
  width: 90%;
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 14 Semibold */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

#gamification-resume #position small {
  color: var(--black-40, rgba(28, 28, 28, 0.4));
  text-align: right;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 12 Regular */
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

#gamification-resume h4 {
  overflow: hidden;
  color: var(--black-100, #1C1C1C);
  text-align: center;
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 14 Regular */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

#gamification-resume div.progress {
  width: 100%;
  border-radius: 30px;
  height: 5px;
  background: #EBEDEF;
}

#gamification-resume div.progress div.progress-bar {
  background: #7BAB6A;
}

#gamification-resume h3 {
  color: var(--black-100, #1C1C1C);
  font-feature-settings: 'cv11' on, 'cv01' on, 'ss01' on;
  /* 14 Semibold */
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

#add-new-bill {
  background-color: transparent;
  position: fixed;
  bottom: 100px;
  right: 20px;
  border-radius: 5px;
  z-index: 1000;
  align-items: center;
  text-align: center;
}

.item-btn {
  border: 1px solid #929292;
  background-color: #00A870;
}

.page-links-btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.page-links-dropdown {
  transition: 0.2s;
}

#add-item-btn {
  position: fixed;
  bottom: 20px;
  right: 130px;
  background-color: #00A870;
  height: 60px;
  width: 60px;
  border: 1px solid #929292;
  border-radius: 30px;
  z-index: 2;
}

.data-block-items {
  font-family: "II Vorkurs", sans-serif;
}

.data-block-items > *:not(:first-child) {
  display: none;
}

.data-block-items span.fa-angle-down, .data-block-items span.fa-angle-up {
  cursor: pointer;
}

.data-block-items h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.2rem;
}

.data-block-items h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  display: inline;
}

.data-block-items h4 ~ div {
  display: inline;
}

.data-block-items > ul > li {
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
}

.data-block-items ul {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.data-block-items ul li {
  font-size: 1rem;
  line-height: 1.3rem;
}

.row-scrollable {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  #add-new-bill {
    bottom: 230px;
  }
  .item-btn {
    font-size: 2.5rem;
  }
  .page-links-dropdown a {
    font-size: 2.5rem;
  }
  #add-item-btn {
    height: 140px;
    width: 140px;
    font-size: 2rem;
    border-radius: 70px;
  }
  .data-block-items h3 {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  .data-block-items h4 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .data-block-items > ul > li {
    font-size: 2.9rem !important;
    line-height: 3.2rem !important;
  }
  .data-block-items ul {
    font-style: normal;
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 4rem;
  }
  .data-block-items ul li {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}

.parameters-bottom {
  overflow-x: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #00A870;
}

.parameters-bottom h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.parameters-bottom p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
}

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

.simulation-navbar a {
  padding: 0 0 10px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #CED4D9;
  border-bottom: 1px solid #CED4D9;
}

.simulation-navbar a:hover, .simulation-navbar a :link {
  text-decoration: none;
}

.simulation-navbar a:first-child {
  margin-left: 40px;
}

.simulation-navbar a:last-child {
  margin-right: 40px;
}

.simulation-navbar a[current-page] {
  color: #333B3F;
  border-bottom: 3px solid #333B3F;
}

#apear-disapear-div {
  justify-content: left;
  color: #FFFFFF;
  background-color: #00A870;
}

#apear-disapear-div > span {
  justify-content: space-between;
}

#apear-disapear-div > span:first-child {
  border-bottom: 1px solid #B6D1F8;
}

#apear-disapear-div span {
  display: flex;
}

#apear-disapear-div span i {
  cursor: pointer;
  padding: 4px 8px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

#apear-disapear-div span h5 {
  text-align: left;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: flex;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .simulation-navbar {
    text-align: center;
  }
  .simulation-navbar a {
    font-size: 32px;
    line-height: 38px;
  }
  #apear-disapear-div span h5 {
    font-size: 36px;
    line-height: 42px;
  }
  #apear-disapear-div i {
    font-size: 2em;
  }
  .parameters-bottom h6 {
    font-size: 30.8px;
    line-height: 48px;
  }
  .parameters-bottom p {
    font-size: 28px;
    line-height: 40px;
  }
}

.simulations-list {
  padding: 20px;
}

.simulations-list h5 {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #00A870;
}

.simulations-list p {
  font-family: "II Vorkurs", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #373737;
}

@media (max-device-height: 900px) and (orientation: portrait) {
  .container-fluid {
    overflow-x: scroll;
  }
  .simulations-list {
    width: 120%;
  }
  .simulations-list h5 {
    font-size: 27px;
    line-height: 30px;
  }
  .simulations-list p {
    font-size: 24px;
    line-height: 30px;
  }
}
