img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.credit {
  position: absolute;
  bottom: 5px;
  right: 10px;
  opacity: 0.8;
  font-size: 12px;
}

#myChart {
  max-height: 460px;
}

#myChartxx {
  max-height: 460px;
}

.chartDiv {
  /* max-height: 493px; */
  display: block;
  height: 345px;
  align-items: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

.result_text {
  text-align: left;
  margin-bottom: 5px;
  font-size: 1rem;
}

.display_result {
  text-align: right;
  font-size: 1rem;
  margin-bottom: 5px;
  color: #4895ef;
  font-weight: 600;
}

.form-range {
  width: inherit !important;
  margin: 10px 0;
  background-color: transparent;
}

.input-box {
  display: flex;
  align-items: center;
  max-width: 150px;
  background-color: #ebf9f5;
  border: 1px solid #ebf9f5;
  border-radius: 4px;
  padding-left: 0.3rem;
  overflow: hidden;
  font-family: sans-serif;
  width: 100%;
}

.input-box .prefix {
  font-weight: 300;
  font-size: 14px;
  color: #00b386;
  padding: 0.5rem;
}

.input-box input {
  flex-grow: 1;
  font-size: 14px;
  background-color: #ebf9f5;
  border: none;
  outline: none;
}

.input-box:focus-within {
  border-color: #00b386;
}

.text_input {
  color: #00b386;
  font-weight: 600;
  height: 40px;
  width: 100%;
  float: right;
  outline: 0;
  background-color: #ebf9f5;
  border: 1px solid #ebf9f5;
  border-radius: 3px;
}

.text_input::-webkit-outer-spin-button,
.text_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* .text_input[type="number"] {
                    -moz-appearance: textfield;
                  } */

.chin {
  display: block;
  font-weight: 600;
  height: 40px;
  width: 50px;
  line-height: 40px;
  padding-left: 5px;
  outline: 0;
  border-radius: 3px;
  background-color: #ebf9f5;
  color: #00b386;
}

.outer_div {
  min-height: 100px;
  /* background-color: #eee; */
  /* padding: 10px; */
  margin-bottom: 2px;
}

.outer_div2 {
  padding: 20px 70px 20px 30px;
}

.hide-span {
  position: absolute;
  opacity: 0;
  z-index: -9;
}

.inner_div {
  /* border-left: 5px solid #0ebeff; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* padding-left: 10px; */
  position: relative;
}

.row {
  --bs-gutter-x: 0 !important;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #00b386;
  height: 25px;
  width: 25px;
  border-radius: 10x;
  background: #f8f8f8;
  cursor: pointer;
  margin-top: -10px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 0px 0px 0px #000000, 0px 0px 3px #0d0d0d;
  outline: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #00b386;
  /* Set the desired background color for the track */
  border-radius: 0px;
}

input[type="range"]:active::-webkit-slider-runnable-track {
  background: #00b386;
  /* Blue color for the track when dragging */
}

#showValue,
#showValue2,
#showValue3 {
  position: absolute;
  border: 1px solid #9ccaff;
  width: 40px;
  height: 30px;
  background: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a1ff;
  top: 45px;
  left: 0px;
}

#showValue:before,
#showValue2:before,
#showValue3:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 7px solid #4895ef;
  height: 0px;
  width: 0px;
  position: absolute;
  /* left: 0; */
  top: -12px;
}

.thisthis {
  font-weight: 300;
  font-size: 11px;
  float: right;
  line-height: 2;
}

.text-center {
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 500px) {
  .text_input {
    margin-left: 10px;
    font-size: 18px;
    padding: 5px;
    width: 100px;
  }

  .input-box input {
    margin: 0;
    font-size: 12px;
    padding: 5px;
  }

  #textValue,
  #textValue2 {
    font-size: 14px;
    margin: 0;
  }

  .outer_div2,
  .outer_div {
    padding: 10px 0;
    font-size: 12px;
  }

  .inner_div {
    margin: 0;
  }

  .slider_box {
    padding-right: 0;
    /* display: flex !important;
    justify-content: end !important; */
  }

  .inner_div {
    padding: 0;
  }

  .thisthis {
    width: 95px;
    line-height: 2;
  }

  .display_result {
    font-size: 16px;
    text-align: end;
  }
}

@media only screen and (max-width: 500px) {
  .result_text {
    font-size: 13px;
  }

  .display_result {
    font-size: 13px;
  }

  #textValue,
  #textValue2,
  #textValue3 {
    font-size: 13px;
  }

  .col-4 {
    font-size: 13px;
  }
}

.tab {
  overflow: hidden;
  /* margin-left: 35px; */
}

.clientbtx {
  font-family: Poppins, sans-serif;
  background-color: #042c58 !important;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  /* pointer-events :unset */
}

/* Style the buttons inside the tab */
.tab button {
  font-family: Arial, Helvetica, sans-serif;
  background-color: inherit;
  color: #00b386;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  margin-left: 20px;
  font-weight: 600;
}

.tab button :first-child {
  margin-left: 0 !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ebf9f5;
  border-radius: 55px;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ebf9f5;
  border-radius: 55px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

.col-6 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #535568;
}

@media screen and (max-width: 500px) {
  .tab {
    overflow: hidden;
    margin-left: 0px !important;
  }

  .tab button {
    font-size: 16px;
  }

  .tab button:first-child {
    margin-left: 0;
  }
}
