@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif&family=Roboto:wght@500;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/regular.min.css");
:root {
  --ltn__body-font:'Roboto', sans-serif;
  --black:#000;
  --white:#fff;
  --border:#e5e4e4;
  --green:#466abc;
  --red:red;
  --grey-1:#5c6877;
  --text-1:#7c7c7c;
  --text-2:#565656;
  --text-3:#404040;
  --text-4:#9b9b9b;
  --text-5:#044f4e;
  --text-6:#969696;
  --text-7:#adb5bd;
  --border-1:#d2d3d4;
  --icon:#afafb0;
  --background:#f7f7f7;
  --transition:all 0.30s ease-in-out;
  --font-weight: 'ExcellenceInMotionScreen-Bold';
}

body {
  font-family: var(--ltn__body-font) !important;
}

.padding20 {
  padding: 20px 0;
}

.padding30 {
  padding: 30px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding50 {
  padding: 50px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding80 {
  padding: 80px 0;
}

section .contribution h2 {
  font-size: 18px;
  font-weight: 500;
}

section .contribution .item {
  -webkit-box-shadow: 0 0 2px #999;
          box-shadow: 0 0 2px #999;
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  margin: 7px 0px;
  
}

section .contribution .item label {
  margin-bottom: 5px; margin-top:0px;
  color: #2a2a2a;
  font-weight: 500;
  font-size: 14px;
}

section .contribution .item .input {
  position: relative;
}

section .contribution .item .input i {
  position: absolute;
  right: 20px;
  top: 12px;
}

section .contribution .item .input input[type="text"] {
  width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
  font-size: 14px;
  border-radius: 5px;
}

section .contribution .item .input select {
  width: 100%;
  padding: 12px 10px;
  border: solid 1px #ccc;
  font-size: 14px;
  border-radius: 5px;
}

section .contribution .item .divTotalCal {
  padding: 10px;
  background: #005f98;
  border: 1px solid #eee;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  color: #eee;
  margin-top:21px;
}
section .contribution .item .divTotalCal input[type="text"]{background:none; color:var(--white); border:none; width:100%;font-weight: 700;text-align: center;font-size: 15px;}
.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #005f98;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #444444;
}

.range-slider__range:active::-webkit-slider-thumb {
  background: #444444;
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #005f98;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
  background: #444444;
}

.range-slider__range:active::-moz-range-thumb {
  background: #444444;
}

.range-slider__range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #444444;
          box-shadow: 0 0 0 3px #fff, 0 0 0 6px #444444;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #005f98;
  padding: 5px 10px;
  margin-left: 8px;
}

.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #005f98;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.bx--graph-header {
  font-weight: 300;
  font-size: 24px;
}

.overlay {
  fill: #3d70b2;
  opacity: .1;
  display: none;
  pointer-events: none;
}

.line {
  stroke-width: 2;
  stroke: #FF00FF;
  fill: none;
  pointer-events: none;
}

.axis path {
  stroke: #5A6872;
}

.tick line {
  stroke: #5A6872;
}

.tick text {
  fill: #5A6872;
}

.graph-container {
  position: relative;
}

.tooltip {
  font-weight: 700;
  padding-left: 1rem 2rem;
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DFE3E6;
  padding: .25rem .5rem;
  pointer-events: none;
  display: none;
}

.tooltip:after {
  content: '';
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.y path {
  display: none;
}

.label {
  font-size: 10px;
  font-weight: 700;
  fill: #5A6872;
  text-anchor: middle;
}

/*back to top button*/
.back-to-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 45px;
  color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: #222226;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
}

.back-to-top:hover {
  background: var(--blue);
  color: var(--white);
}
/*# sourceMappingURL=stylesheet.css.map */