/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  overflow: hidden;
}

#mainContainer {
  width: 100%;
  height: 100vh;
}

header {
  margin-left: auto;
}

table {
  font-size: medium;
  border-collapse: collapse;
  text-align: left;
  padding: 1rem;
  width: 60%;
  margin: 1.5rem auto;
  position: relative;
  margin-top: -0.5rem;
  overflow: hidden;
}

th {
  margin: 0.5em 1em;
  height: 70px;
  text-align: center;
  font-weight: 300;
  font-family: "europa", sans-serif;
  color: #061323;
}

td {
  text-align: center;
  padding: 0.5em 0.25em;
  height: 3.4rem;
  border-bottom: 1px solid #ddc5b2;
}

table tr:nth-child(1) {
  background: #e9eff7;
  color: black;
  font-weight: 400;
  font-size: 15px;
}

img {
  border-style: none;
}

input:focus {
  transition:
    background 500ms,
    color 500ms;
  outline-color: #2764ac;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "europa", sans-serif;
  color: #354052;
  margin: 0;
  padding: 0rem 0px 0px;
  text-align: center;
}

/* --------------- Classes: --------------- */

.leftColumn {
  color: #2764ac;
  text-align: left;
}

.tabs__label {
  padding: 8px 16px;
  cursor: pointer;
  width: 220px;
}

.tabs__radio {
  display: none;
}

.tabs__radio:checked + .tabs__label {
  width: 12rem;
  font-weight: bold;
  color: #2764ac;
  border-bottom: 3px solid #2764ac;
  transition: all 100ms ease-in;
}

.tabs__radio:checked + .tabs__label + .tabs__content {
  display: initial;
  padding: 0.5rem;
}

.tabs__content {
  order: 1;
  width: 100%;
  line-height: 1.5;
  display: none;
}

h1 {
  font-size: 28px;
  font-weight: 100;
  color: #e3f3ff;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  color: #921795;
}

h3 {
  color: #80868d;
  font-size: 16px;
  font-weight: 300;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 700px;
}

input[type="number"],
input[type="text"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
}

.clear_fix {
  clear: both;
}

/* --------------- IDs: --------------- */

#tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#logo {
  width: 160px;
}

#calcIcon {
  color: #e3f3ff;
}

#headerContainer {
  width: 100%;
  margin-left: 20%;
  margin-top: 1rem;
  text-align: center;
}

#header {
  display: flex;
  max-width: 60%;
  justify-content: center;
  align-items: center;
  background: #2764ac;
}

#headerTextContainer {
  width: 100%;
  margin-left: 35px;
}

#mipsCalculatorInputs {
  border-bottom: 1px solid #ddc5b2;
  border-left: 1px solid #ddc5b2;
  border-right: 1px solid #ddc5b2;
  padding: 1rem;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 20px 0px;
  position: relative;
  overflow: hidden;
}

#footer {
  padding: 1rem;
  max-width: 60%;
  margin: 20px auto;
  padding: 20px 20px 0px;
  position: relative;
  margin-top: -0.5rem;
  overflow: hidden;
}

#footerText {
  color: #b5c5d9;
  font-size: 14px;
}

#createPDF {
  margin-top: 0.25rem;
}

#calculators {
  margin: 0;
  padding: 0;
}

#printContainer {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: 0.3rem;
}

#printContainer button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}

#printContainer button:focus {
  outline: none;
}

#printContainer button:hover svg path {
  fill: #f9f9f7;
  transform: scale(1.1);
  transition: 300ms;
}

#printContainer svg {
  width: 23px;
  height: 23px;
}

#printContainer.hover {
  width: 30px;
  height: 30px;
}

#printContainer svg path {
  fill: #f9f9f7;
  transition: fill 250ms;
}

#results {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: -0.6rem;
}

.results_li_left {
  margin-right: 1.2rem;
  margin-left: 0.9rem;
}

.results_li_right {
  margin-left: 1.2rem;
  margin-right: 0.9rem;
}

#quickInputs {
  padding: 0;
  list-style-type: none;
  margin-top: -1rem;
  margin-bottom: 10px;
}

#quickInputs li {
  display: block;
  width: 45.5%;
}

#quickInputs .space {
  width: 0.5rem;
  height: 1rem;
  position: relative;
  margin: 0 10px 7px;
}

#quickInputs .or {
  font-size: 13px;
  color: #b5c5d9;
  text-transform: uppercase;
  border: 1px solid #d0dae7;
  width: 38px;
  height: 38px;
  position: relative;
  margin: 0 10px 7px;
}

#quickInputs .space span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}

#quickInputs .or span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}

#quickInputs .inputContainer {
  width: calc(50% - 24px);
}

#quickInputs .inputContainer:focus-within label {
  color: #2764ac;
}

#dollarIcon {
  position: absolute;
  color: #97a6b9;
  top: 228px;
  left: 50px;
  transition:
    background 400ms,
    color 500ms;
}

#quickInputs #dollarIcon2 {
  position: absolute;
  color: #97a6b9;
  margin-top: 3.3rem;
  margin-left: -30rem;
  transition:
    background 400ms,
    color 500ms;
}

#gridContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

#inputsContainerGrossRev {
  display: block;
  width: 100%;
  text-align: center;
}

.inputWrapper {
  position: relative;
  width: 100%;
  max-width: 300px; /* Optional */
  margin-left: auto;
  margin-right: auto;
}

.inputWrapper input {
  width: 100%;
  text-align: center; /* Adjust depending on icon size */
  height: 65px; /* Optional: match your design */
  font-size: 16px;
  border: 1px solid #ddc5b2;
}

.inputIconLeft {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #97a6b9; /* Or your preferred color */
  pointer-events: none; /* Allows clicks to pass through */
}

.inputIconRight {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #97a6b9; /* Or your preferred color */
  pointer-events: none; /* Allows clicks to pass through */
}

#grossMedicareRevContainer {
  margin-top: 3.3rem;
  height: 237px;
  max-width: 25rem;
  width: 100%;
  background-color: #e9eff7;
  border: 1px solid #ddc5b2;
  display: block;
  justify-content: center;
  align-items: center;
}

#gmrAmount {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#quickInputs:focus-within #dollarIcon {
  color: #2764ac;
}

#quickInputs:focus-within #dollarIcon2 {
  color: #2764ac;
}

#percentIcon {
  position: absolute;
  color: #97a6b9;
  top: 379px;
  right: 555px;
  transition:
    background 400ms,
    color 500ms;
}

#quickInputs:focus-within #percentIcon {
  color: #2764ac;
}

#quickInputs .inputContainer label {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #b5c5d9;
  transition: color 350ms;
}

::placeholder {
  color: #97a6b9;
  opacity: 1;
  font-size: 16px;
}

#quickInputs .inputContainer label {
  color: #97a6b9;
}

#quickInputs .inputContainer input {
  width: 100%;
  border: 1px solid #d0dae7;
  padding: 15px 20px;
  margin-top: 8px;
  transition: border-color 350ms;
  font-size: 17px;
  color: #354052;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
}

#quickInputs .inputContainer input:active {
  border-color: #43aaff;
}

#quickInputs .inputContainer input {
  border-color: #97a6b9;
}

#quick_calc {
  display: none;
  width: 100%;
  overflow: hidden;
}

#grossMedicareRevenue {
  margin-top: 0.5rem;
  width: 100%;
}

#grossMedicareRevenue li {
  margin-bottom: -10px;
}

#grossMedicareRevenue .box {
  float: left;
  width: calc(100%);
  background: #e9eff7;
  padding: 20px 15px 25px;
}

#grossMedicareRevenue:nth-of-type(even) {
  margin-right: auto;
  margin-top: 2rem;
}

#grossMedicareRevenue .box p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

#grossMedicareRevenue .box h2 {
  margin: 10px 0 0;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

#grossMedicareRevenue .box h2 span {
  font-size: 17px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  bottom: 3px;
}

#worstCase,
#annualSavedAverageNeg,
#midpoint,
#annualSavedAveragePos,
#bestCase {
  background-color: #f0ebee;
  font-weight: 600;
  color: black;
}

@media (max-width: 500px) {
  .tabs__label {
    font-size: 14px;
    width: 140px;
  }

  #mipsCalculatorInputs {
    padding: 0.25rem;
    padding-bottom: 2rem;
  }

  br {
    display: none;
  }

  #printContainer {
    margin-top: 0.5rem;
  }

  #quickInputs .or {
    margin: 1px 50px 10px;
  }

  #quickInputs .space {
    display: none;
  }

  #quickInputs {
    margin-top: 0px;
  }

  #quickInputs .inputContainer {
    max-width: 280px;
    width: 100%;
    margin: 8px auto 0;
  }

  #quickInputs #dollarIcon {
    margin-top: 3.65rem !important;
  }

  #quickInputs #dollarIcon2 {
    margin-top: 3.7rem !important;
    margin-right: 20%;
    transition:
      background 400ms,
      color 500ms;
  }

  #quickInputs #percentIcon {
    margin-top: 3.65rem !important;
    margin-left: -1.6rem !important;
  }

  #quickInputs .inputContainer label {
    text-align: center;
  }

  #quick_calc {
    width: calc(100%);
  }

  #quick_calc_2 .box {
    float: none;
    width: 100%;
    max-width: 280px !important;
    margin: 0 auto 30px !important;
  }

  #quickInputs #dollarIcon {
    margin-top: 3.65rem;
  }

  #quickInputs #dollarIcon2 {
    margin-top: 3.45rem;
    margin-right: 20%;
    transition:
      background 400ms,
      color 500ms;
  }

  #quickInputs #percentIcon {
    margin-top: 3.65rem;
  }

  #footer {
    padding: 0.25rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 659px) {
  #quickInputs #dollarIcon {
    margin-top: 5.75rem;
  }

  #quickInputs #dollarIcon2 {
    margin-top: 4.45rem;
    margin-right: 20%;
    transition:
      background 400ms,
      color 500ms;
  }

  #quickInputs #percentIcon {
    margin-top: 5.75rem;
    margin-left: -1.6rem;
  }
}

@media (max-width: 780px) {
  body {
    margin-top: 0rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  #quickInputs li {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }

  #printContainer {
    display: flex;
    justify-content: center;
  }

  #gridContainer {
    grid-template-columns: 1fr;
  }

  #printContainer button:hover svg path {
    transform: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  #mipsCalculatorInputs {
    max-width: 100%;
    border: none;
  }

  #grossMedicareRevContainer {
    margin-top: 0rem;
  }

  #header {
    margin-left: auto;
    margin-right: auto;
  }

  #headerContainer {
    margin-left: auto;
    margin-right: auto;
  }

  #header {
    max-width: 100%;
  }

  .tabs__label {
    font-size: 14px;
    width: 140px;
  }

  #results {
    display: block;
    margin-bottom: -2rem;
  }

  .results_li_right {
    margin-left: auto;
    margin-right: auto;
  }

  .results_li_left {
    margin-left: auto;
    margin-right: auto;
  }

  table {
    width: 85%;
  }

  #footer {
    max-width: 85%;
  }
}

@media print {
  #mipsCalculatorInputs {
    border: 1px solid #2764ac;
  }
  body {
    zoom: 80%;
  }
}

/*# sourceMappingURL=main.css.map */
