@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/********* calculator style ***********/
#calculator-main {
  -webkit-box-shadow: 0px 24px 10px #dedcdc;
          box-shadow: 0px 24px 10px #dedcdc;
  padding: 20px;
  margin-top: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#calculator-main * {
  font-size: 16px;
}
#calculator-main .row {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#calculator-main hr {
  height: 1px;
  border: solid #ebeff5;
  border-width: 1px 0 0;
}
#calculator-main input:disabled {
  color: #333840;
}
#calculator-main h2.calc-main-heading {
  font-size: 25px !important;
  color: #423CAA !important;
  text-align: center !important;
}
#calculator-main input.calc-input:focus {
  outline: none;
  border: 1px solid #423CAA;
  border-color: #423CAA !important;
}
#calculator-main .calc-input {
  letter-spacing: 1px;
  color: #434a54;
  border: #c8d1e0 1px solid;
  height: 32px;
  font-weight: bold !important;
  border-radius: 2px;
  background: 0;
  background-color: #ffffff !important;
  font-weight: lighter;
  padding: 3px 2px 2px 4px;
  margin: 0;
  width: 100%;
  height: 32px !important;
  margin-bottom: 10px;
  font: 17px "Open Sans";
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
}
#calculator-main .calculator-btn {
  padding: 10px;
  background: #423CAA !important;
  color: #fff;
  font-weight: 600;
  border: none !important;
  height: 40px !important;
  line-height: 1;
  cursor: pointer;
}
#calculator-main .disabled-inp {
  border: none;
  background: #fff;
  text-align: center;
}
#calculator-main .disabled-inp:focus {
  outline: 0 !important;
}
#calculator-main .btn:focus {
  outline: 0 !important;
}
#calculator-main h2 {
  font-size: 16px;
  margin: 0px 0 5px 0px;
}
#calculator-main h3 {
  font-size: 14px;
  margin: 0px 0 10px 0px;
}
#calculator-main .toc1 {
  font-weight: 200;
  color: #423CAA !important;
  font-weight: 600 !important;
  padding: 20px 10px 22px;
  text-align: center;
  background: #ebeff5;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 98% 80%, 0% 100%);
}
#calculator-main .toc-input {
  background-color: #423CAA;
  color: #fff !important;
  padding: 10px;
  background: #423CAA;
  font-weight: 600;
  margin-top: 20px;
  -webkit-clip-path: unset;
          clip-path: unset;
}
#calculator-main .toc-result {
  background-color: #423CAA;
  color: #fff !important;
}

.p-0 {
  padding: 0 !important;
}

.col-sm-7 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.append-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.append-input-group input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  padding-right: 0 !important;
}
.append-input-group input:focus + span {
  border-color: #423CAA;
}
.append-input-group span {
  background-color: #fff;
  color: #000;
  border: 1px solid #c8d1e0;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.prepend-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.prepend-input-group input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important;
  padding-left: 0 !important;
}
.prepend-input-group input:focus + span {
  border-color: #423CAA;
}
.prepend-input-group span {
  background-color: #fff;
  color: #000;
  border: 1px solid #c8d1e0;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.rhw-warning {
  margin-top: 25px;
  text-align: center;
  color: red;
}

.rhw-hide {
  display: none !important;
}

.rhw-input {
  width: 100%;
  height: 40px !important;
  border: 1px solid #dae0e8;
  border-radius: 3px !important;
  padding: 2px 15px;
  font-size: 18px !important;
  color: #000000 !important;
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px !important;
  text-align: left !important;
  margin-right: 0 !important;
}
.rhw-input:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
  color: #8b8787;
}

.rhw-error-info {
  width: 90%;
  height: auto;
  margin: 30px auto;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #c7c4c4;
          box-shadow: 0 0 10px #c7c4c4;
}

.rhw-calc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rhw-calc-area .calc-row {
  margin: 0 3px;
}

.middle-res b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}

.result-text {
  text-align: center;
  font-weight: bold;
  font-size: 25px !important;
}

.rhw-tooltip {
  position: relative;
  display: inline-block;
}
.rhw-tooltip .rhw-tooltiptext {
  visibility: hidden;
  display: none;
  min-width: 300px;
  background: #fff !important;
  -webkit-box-shadow: 0 0 3px grey;
          box-shadow: 0 0 3px grey;
  color: #000;
  font-weight: normal;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px !important;
  color: #423CAA;
}

.rhw-tooltip-icon {
  font-family: "Roboto", sans-serif;
  width: 14px;
  height: 14px;
  line-height: 12px;
  display: inline-block;
  border: 0.5px solid #423CAA;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px !important;
  margin-left: 3px;
  padding-right: 0.5px;
  margin-left: 3px;
  color: #428bca;
  background: #fff !important;
  color: #423CAA;
  position: relative;
}
.rhw-tooltip-icon:hover + .rhw-tooltiptext {
  visibility: visible;
  display: block;
}

.rhw-tooltiptext:hover {
  visibility: visible;
  display: block;
}

@media screen and (max-width: 479px) {
  #calculator-main div.content {
    margin: 0;
    min-width: 300px;
    max-width: 100%;
  }
  #calculator-main div.calculator {
    padding: 0;
    margin: 0;
  }
  #calculator-main div.col-L {
    padding: 0;
    margin: 0 auto;
  }
  #calculator-main div.col-R {
    padding: 0;
    margin: 0 auto;
  }
  #calculator-main .R-sm-L {
    text-align: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  #calculator-main div.col-L {
    padding: 0;
    margin: 0 auto;
  }
  #calculator-main div.col-R {
    padding: 0;
    margin: 0 auto;
  }
  #calculator-main .R-sm-L {
    text-align: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 998px) {
  #calculator-main div.content {
    margin: 0 20px 0 0;
    width: 100%;
    max-width: 960px;
  }
}
@media screen and (min-width: 576px) and (max-width: 998px) {
  #calculator-main div.col-L {
    padding: 0 5px 0 0;
    margin: 0 auto;
  }
  #calculator-main div.col-R {
    padding: 0 0 0 5px;
    margin: 0 auto;
  }
  #calculator-main .R-sm-L {
    text-align: right;
  }
}
@media screen and (max-width: 998px) {
  body {
    padding: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  #calculator-main div.content {
    text-align: left;
    display: inline-block;
  }
  #calculator-main div.calculator {
    padding: 0;
    margin: 0 20px 0 0;
    display: inline-block;
  }
  #calculator-main div.col-L {
    padding: 0 5px 0 0;
    margin: 0 auto;
  }
  #calculator-main div.col-R {
    padding: 0 0 0 5px;
    margin: 0 auto;
  }
  #calculator-main .R-sm-L {
    text-align: right;
  }
}
@media screen and (min-width: 999px) and (max-width: 1199px) {
  #calculator-main div.calculator {
    width: 620px;
  }
  #calculator-main div.col-L {
    width: 310px;
  }
  #calculator-main div.col-R {
    width: 310px;
  }
}
@media screen and (min-width: 1200px) {
  #calculator-main div.calculator {
    width: 740px;
  }
  #calculator-main div.col-L {
    width: 370px;
  }
  #calculator-main div.col-R {
    width: 370px;
  }
}
@media screen and (max-width: 600px) {
  .rhw-input {
    font-size: 14px;
  }
  .calc-row {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .rhw-error-info {
    width: 100%;
  }
  .rhw-calc-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rhw-calc-area .calc-row {
    margin: 5px 3px;
  }
  .calc-row {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .rhw-error-info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .small-hidden {
    display: none;
  }
  #calculator-main .calc-input {
    width: 100%;
    max-width: 100%;
  }
}