:root {
  --refinance_color: rgb(108, 52, 131);
  --refinance_cashout_color: rgb(31, 97, 141);
}

body {
  font-family: sans-serif;
  background-color: gray;
  margin-bottom: 5%;
}

input[type="radio"]:checked {
  background-color: goldenrod;
  border: 1px solid goldenrod;
}

.OPTIONS__EXPLAINING p {
  margin: 0;
  font-size: 100%;
}

@media (min-width: 801px) {
  .HEADER {
    display: flex;
    border-bottom: 1px solid black;
    background-color: white;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    padding: 0 1%;
  }

  .header_title {
    background-color: white;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .tooltip__payment {
    display: flex;
    position: absolute;
    top: 0;
    border-radius: 10px;
    background-color: gainsboro;
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.2);
    width: 30%;
    z-index: 1000;
    transition: 0.3s ease all;
  }

  .tooltip__payment .thumb {
    width: 60%;
  }

  .tooltip__payment .thumb img {
    width: 100%;
  }

  .ribbon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
  }

  .contacto {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .titulo {
    color: darkred;
    padding: 1% 0 0 0;
  }

  .GENERAL__CONTAINER {
    margin: 0 7% 0 1%;
  }

  .FIRST__EXPLAINING__DIV {
    border: 1px solid black;
    border-radius: 5px;
    background-color: whitesmoke;
    margin: 3% 1%;
    padding: 1%;
    box-shadow: 8px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .ARROW__CONTAINER1,
  .ARROW__CONTAINER2,
  .ARROW__CONTAINER3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ARROW__CONTAINER1>div,
  .ARROW__CONTAINER2>div,
  .ARROW__CONTAINER3>div {
    font-size: 50px;
    padding: 0;
  }

  .ARROW__CONTAINER1>div {
    color: rgb(108, 52, 131);
  }

  .ARROW__CONTAINER2>div {
    color: goldenrod;
  }

  .ARROW__CONTAINER3>div {
    color: rgb(31, 97, 141);
  }

  .ARROW__CONTAINER1>div>i,
  .ARROW__CONTAINER2>div>i,
  .ARROW__CONTAINER3>div>i {
    background-color: whitesmoke;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  }

  .ARROW__CONTAINER1>div>i {
    border: 2px solid rgb(108, 52, 131);
  }

  .ARROW__CONTAINER2>div>i {
    border: 2px solid goldenrod;
  }

  .ARROW__CONTAINER3>div>i {
    border: 2px solid rgb(31, 97, 141);
  }

  .superior__form {
    display: flex;
    align-items: flex-end;
    gap: 1%;
  }


  .superior__form>:nth-child(1) {
    flex: 1;
  }

  .superior__form>:nth-child(2) {
    flex: 1.3;
  }

  .superior__form>:nth-child(3) {
    flex: 1;
  }

  .OPTION1,
  .OPTION2 {
    border: 1px solid goldenrod;
    border-radius: 5px;
    padding: 3%;
    background-color: gainsboro;
    flex: 1;
  }

  .OPTION1 label,
  .OPTION2 label {
    font-size: 60%;
    font-weight: bold;
  }

  .ORIGINAL_OPTIONS input,
  .ORIGINAL_OPTIONS span {
    border: 2px solid goldenrod;
    font-weight: bold;
  }

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

  .ORIGINAL_OPTIONS {
    border: 2px solid whitesmoke;
    border-radius: 10px;
    background-color: goldenrod;
    padding: 1%;
  }

  .ORIGINAL_OPTIONS>:nth-child(2) {
    display: flex;
    gap: 2%;
    border: 1px solid goldenrod;
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 3%;
    margin-bottom: 1%;
  }

  .ORIGINAL_OPTIONS>:nth-child(4) {
    display: flex;
    justify-content: space-around;
    gap: 3%;
    border: 1px solid goldenrod;
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 3%;
    margin-bottom: 1%;
  }

  .ORIGINAL_OPTIONS>:nth-child(4) label {
    font-size: 70%;
    font-weight: bold;
  }

  .ORIGINAL_OPTIONS>:nth-child(5) {
    border: 1px solid goldenrod;
    border-radius: 5px;
    background-color: whitesmoke;
  }

  .new_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(108, 52, 131);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    border: 2px solid whitesmoke;
    border-radius: 10px;
    padding: 1%;
  }

  .cashout_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid whitesmoke;
    background-color: rgb(31, 97, 141);
    padding: 2%;
    border-radius: 10px;
  }

  .new_data>div {
    display: flex;
    gap: 3%;
    border: 1px solid rgb(108, 52, 131);
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 2%;
    width: 100%;
  }

  .cashout_data>div:not(:first-child) {
    display: flex;
    gap: 3%;
    border: 1px solid rgb(31, 97, 141);
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 1% 3%;
    width: 100%;
    color: rgb(31, 97, 141);
    margin-bottom: 1%;
  }

  .FIRST__INPUTS>div {
    display: flex;
    justify-content: space-around;
    gap: 2%;
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 1%;
    color: rgb(31, 97, 141);
  }

  .ALERT__CONTAINER__CASHOUT {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 5px;
    background-color: whitesmoke;
  }

  .new_data input,
  .new_data span {
    border: 2px solid rgb(108, 52, 131);
  }

  .cashout_data input,
  .cashout_data span {
    border: 2px solid rgb(31, 97, 141);
  }

  .new_data input {
    color: rgb(108, 52, 131) !important;
    font-weight: bold;
  }

  .cashout_data input {
    color: rgb(31, 97, 141) !important;
    font-weight: bold;
  }

  .new_data label {
    font-size: 80%;
    font-weight: bold;
    color: rgb(108, 52, 131);
  }

  .cashout_data label {
    font-size: 70%;
    font-weight: bold;
    color: rgb(31, 97, 141);
  }

  .EQUITY__CONTAINER {
    display: flex;
    justify-content: space-around;
    gap: 3%;
  }

  .RESULTS {
    display: flex;
    justify-content: space-around;
    gap: 0.3%;
    border: 1px solid black;
    border-radius: 10px;
    padding: 0.3%;
    background-color: whitesmoke;
    text-align: center;
  }

  .RESULTS>div:first-child {
    flex: 1;
    border-right: 1px solid darkgoldenrod;
  }

  .RESULTS>div:last-child {
    flex: 1;
    border-left: 1px solid goldenrod;
  }

  .RESULTS>div:first-child>h4 {
    border: 1px solid rgb(108, 52, 131);
    border-radius: 5px;
    padding: 1% 0;
    background-color: rgb(108, 52, 131);
    color: white;
  }

  .RESULTS>div:last-child>h4 {
    border: 1px solid rgb(31, 97, 141);
    border-radius: 5px;
    padding: 1% 0;
    background-color: rgb(31, 97, 141);
    color: white;
  }

  .actual__results {
    display: flex;
    justify-content: space-around;
  }

  .actual__results h4 {
    font-size: 75%;
    font-weight: bold;
  }

  input[type="text"]:focus {
    box-shadow: none;
    outline: none;
  }

  .INTEREST__POINTS__REFINANCE>div {
    border-radius: 5px;
    padding: 2%;
    color: whitesmoke;
    background-color: rgb(108, 52, 131);
    margin-bottom: 3%;
  }

  .INTEREST__POINTS__REFINANCE>h4 {
    background-color: rgb(108, 52, 131);
    color: whitesmoke;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.5% 0;
    margin-bottom: 4%;
  }

  .INTEREST__POINTS__REFINANCE__CASHOUT>div {
    border-radius: 5px;
    padding: 2%;
    color: whitesmoke;
    background-color: rgb(31, 97, 141);
    margin-bottom: 3%;
  }

  .INTEREST__POINTS__REFINANCE__CASHOUT>h4 {
    background-color: rgb(31, 97, 141);
    color: whitesmoke;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.5% 0;
    margin-bottom: 4%;
  }

  .coste {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1%;
    padding: 2%;
    background-color: whitesmoke;
  }

  .coste h5 {
    text-align: center;
    font-size: 80%;
  }

  .costos_cierres {
    display: flex;
    justify-content: space-around;
    gap: 1%;
  }

  .mostrar__prestamos {
    text-align: center;
  }

  .PI__GRAPHIC__SECTION {
    background-color: lightgray;
    border: 1px solid black;
    border-radius: 10px;
    padding: 2%;
  }

  .REMAINING__GRAPHIC, .REFINANCE__GRAPHIC, .REFINANCE__CASHOUT__GRAPHIC, .ORIGINAL__GRAPHIC {
    display: flex;
    justify-content: space-between;
  }

  .REMAINING__GRAPHIC>div:first-child, .REFINANCE__GRAPHIC>div:first-child, .REFINANCE__CASHOUT__GRAPHIC>div:first-child, .ORIGINAL__GRAPHIC>div:first-child {
    flex: 1;
  }

  .REMAINING__GRAPHIC>div:last-child, .REFINANCE__GRAPHIC>div:last-child, .REFINANCE__CASHOUT__GRAPHIC>div:last-child, .ORIGINAL__GRAPHIC>div:last-child {
    flex: 1;
  }

  .REMAINING__GRAPHIC .container, .REFINANCE__GRAPHIC .container, .REFINANCE__CASHOUT__GRAPHIC .container, .ORIGINAL__GRAPHIC .container {
    width: 30%;
  }

  .ORIGINAL {
    border: 3px solid darkgoldenrod;
    border-radius: 5px;
    padding: 1%;
    background-color: whitesmoke;
  }

  .REMAINING__VS__REFINANCE {
    border: 3px solid var(--refinance_color);
    border-radius: 5px;
    padding: 1%;
    background-color: whitesmoke;
  }

  .REMAINING__VS__REFINANCE__CASHOUT {
    border: 3px solid var(--refinance_cashout_color);
    border-radius: 5px;
    padding: 1%;
    background-color: whitesmoke;
  }

  .FIXED__TOOLTIP {
    display: flex;
    justify-content: center;
    width: 60%;
    font-size: 80%;
    border: 1px solid black;
    border-radius: 10px;
    padding: 1%;
  }

  .FIXED__TOOLTIP>div:first-child {
    flex: 1;
    text-align: right;
    margin-right: 3%;
  }

  .FIXED__TOOLTIP>div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: white;
  }

  .FIXED__TOOLTIP>div:first-child p {
    padding: 0;
    margin: 0;
  }


  .grafica__container3 {
    border: 1px solid black;
    border-radius: 10px;
    background-color: whitesmoke;
    margin: 0 8% 0 8%;
    padding: 3% 5%;
  }

  /* --------------------------------- TABLA ------------------------------------------ */

  th {
    padding: 0.65% !important;
  }

  .COMPARATIVE__TABLES {
    padding: 1%;
    border: 1px solid black;
    background-color: whitesmoke;
    border-radius: 10px;
  }

  .table-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
    margin-bottom: 1%;
    padding: 0;
  }

  .table-row p {
    margin: 0;
  }

  .underline {
    text-decoration: underline;
    border-bottom: 1px solid black;
  }

  .new__remaining__data,
  .new__remaining__debtCashout,
  .new__remaining__debt {
    display: flex;
    justify-content: center;
    padding-top: 3%;
  }

  .PAGOS__REFINANCE {
    background-color: rgb(108, 52, 131);
  }

  .PAGOS__CASHOUT {
    background-color: rgb(31, 97, 141);
  }

  .PAGOS__REFINANCE>div {
    border: 2px solid black;
    border-radius: 5px;
    margin-bottom: 3%;
    padding: 1% 0;
    background-color: whitesmoke;
  }

  .PAGOS__CASHOUT>div {
    border: 2px solid black;
    border-radius: 5px;
    margin-bottom: 3%;
    padding: 1% 0;
    background-color: whitesmoke;
  }

  .selector__extra {
    display: flex;
    justify-content: space-around;
    gap: 1%;
  }

  .contenedor__bandera {
    position: fixed;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    top: 18%;
    right: 1%;
    border: 2px solid black;
    border-radius: 5px;
    background-color: whitesmoke;
    color: black;
    padding: 0.3% 0.6%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  }

  .CALCULATE__BUTTON {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border: 3px solid black;
  }

  .floating__div {
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 5%;
    right: 20px;
  }

  .floating__div button {
    margin-bottom: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid black;
    cursor: pointer;
  }

  table tbody {
    font-weight: bold;
    font-size: 100% !important;
  }


  .INPUT__EQUATION {
    text-align: center;
    color: black;
  }

  .INPUT__EQUATION p {
    margin: 0;
    padding: 0;
  }

  .SELECTS__CONTAINERS {
    display: flex;
    justify-content: center;
    gap: 3%;
    width: 100%;
  }

  .OPTIONS__EXPLAINING,
  .REFINANCE__EXPLAINING,
  .CASHOUT__EXPLAINING {
    border: 2px solid whitesmoke;
    color: whitesmoke;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    padding: 3%;
  }

  .OPTIONS__EXPLAINING {
    background-color: goldenrod;
  }

  .REFINANCE__EXPLAINING {
    background-color: rgb(108, 52, 131);
  }

  .CASHOUT__EXPLAINING {
    background-color: rgb(31, 97, 141);
  }

  .HOME_VALUE__REFINANCE_START_DATE {
    display: flex;
    justify-content: space-around;
    gap: 10%;
  }

  .HOME_VALUE__REFINANCE_START_DATE>:first-child {
    flex: 1;
  }

  .HOME_VALUE__REFINANCE_START_DATE>:last-child {
    flex: 1.2;
  }

  .EXTRA__SECTION {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2%;
    border: 1px solid black;
    padding: 1% 0;
    background-color: gainsboro;
    border-radius: 5px;
  }

  .TABLE__CONTAINER {
    background-color: gainsboro;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    padding: 1%;
  }

  .table {
    text-align: center;
  }

  .table thead th {
    font-size: 90%;
    padding: 1% 0.2%;
  }

  .table tbody {
    /* font-size: 60%; */
    font-weight: bold;
  }

  .TABLE__TITLE {
    text-align: center;
    padding: 1%;
    background-color: whitesmoke;
    position: sticky;
    top: 0;
    margin: 0;
  }

  .SCHEDULE__RADIOS {
    display: flex;
    justify-content: space-around;
  }

  .SCHEDULE__RADIOS>div {
    padding: 1%;
    margin-right: 3%;
    margin-bottom: 1%;
    border: 1px solid black;
    background-color: whitesmoke;
    border-radius: 10px;
  }

  .SCHEDULE__RADIOS>div div {
    margin-bottom: 2%;
    font-weight: bold;
  }

  #comparative_table_label {
    display: flex;
    justify-content: space-around;
    color: white;
  }

  #comparative_table_label h5 {
    padding: 0.5%;
    border-radius: 3px;
  }

  #SCHEDULE_TABLE_TR {
    position: sticky;
    top: 65px;
    background-color: black;
    color: white;
  }

  .EJE__X__DIV {
    display: flex;
    justify-content: space-between;
    padding-left: 9%;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
  }

  .EJE__X__DIV__REFINANCE {
    display: flex;
    justify-content: space-between;
    /* font-size: 90%; */
    padding-left: 9%;
    text-align: center;
    font-weight: bold;
  }

  .EJE__X__DIV__BALANCEvsTIME {
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
    padding-left: 6%;
    font-weight: bold;
  }

  .EJE__X__DIV__BREAK__EVEN {
    display: flex;
    justify-content: space-between;
    margin-top: 0.1%;
    padding-left: 10%;
    font-size: 65%;
    font-weight: bold;
  }
}



/* ------------------------------------------ */

/* Media Queries */

@media (max-width: 800px) {

  .HEADER {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: whitesmoke;
    border: 1px solid black;
    padding: 0 1%;
  }

  .HEADER img {
    width: 30%;
    height: auto;
  }

  .data_form {
    border: 1px solid black;
    background-color: whitesmoke;
    padding: 3%;
  }

  .FIRST__EXPLAINING__DIV {
    border: 1px solid black;
    border-radius: 5px;
    background-color: gainsboro;
    margin-bottom: 20%;
    padding: 3%;
    box-shadow: 8px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .ARROW__CONTAINER1 {
    text-align: center;
    color: rgb(108, 52, 131);
  }

  .ARROW__CONTAINER2 {
    text-align: center;
    color: goldenrod;
  }

  .ARROW__CONTAINER3 {
    text-align: center;
    color: rgb(31, 97, 141);
  }

  .REFINANCE__EXPLAINING {
    border: 1px solid black;
    background-color: rgb(108, 52, 131);
    color: whitesmoke;
    border-radius: 5px;
    padding: 1%;
  }

  .ORIGINAL_OPTIONS {
    border: 1px solid black;
    border-radius: 5px;
    background-color: goldenrod;
    color: whitesmoke;
    padding: 3%;
    margin-bottom: 10%;
  }

  .ORIGINAL_OPTIONS>:nth-child(1) {
    margin-bottom: 1% !important;
  }

  .ORIGINAL_OPTIONS>:nth-child(2) {
    display: flex;
    justify-content: space-around;
    gap: 1%;
    margin-bottom: 3%;
  }

  .ORIGINAL_OPTIONS>:nth-child(3) {
    display: flex;
    justify-content: space-around;
    gap: 3%;
    margin-bottom: 3%;
  }

  .ORIGINAL_OPTIONS>:nth-child(3) label {
    font-size: 65%;
  }

  .ORIGINAL_OPTIONS>:nth-child(4) {
    border: 1px solid black;
    border-radius: 5px;

  }

  .OPTION1,
  .OPTION2 {
    border: 0 !important;
    padding: 3%;
    color: black;
    font-size: 90%;
  }

  .actual__results {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }

  .actual__results h4 {
    font-size: 90%;
    font-weight: bold;
  }

  .new_data {
    border-radius: 5px;
    padding: 3%;
    background-color: rgb(108, 52, 131);
    color: whitesmoke;
    margin-bottom: 10%;
  }

  .cashout_data {
    border: 1px solid black;
    border-radius: 5px;
    padding: 3%;
    background-color: rgb(31, 97, 141);
    color: whitesmoke;
    text-align: center;
  }

  .FIRST__INPUTS>div {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }

  .cashout_data label {
    font-size: 80%;
  }

  .OPTIONS__EXPLAINING {
    border: 1px solid black;
    background-color: goldenrod;
    border-radius: 5px;
    color: whitesmoke;
    padding: 3%;
  }

  .OPTIONS__EXPLAINING>h6 {
    text-align: center;
  }

  .interes_costo_container {
    display: flex;
    justify-content: space-around;
    gap: 3%;
  }

  .HOME_VALUE__REFINANCE_START_DATE>:first-child {
    flex: 1;
  }

  .HOME_VALUE__REFINANCE_START_DATE>:last-child {
    flex: 1.1;
  }

  .coste {
    text-align: center;
  }

  .costos_cierres {
    display: flex;
  }

  .new__remaining__debt,
  .new__remaining__debtCashout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    padding: 5% 0;
  }

  .new__remaining__debt label,
  .new__remaining__debtCashout label {
    color: white !important;
  }

  #prestamoRefinanciamiento,
  #prestamoRefinanciamientoCashout {
    margin: 0;
  }

  .INPUT__EQUATION {
    font-size: 120%;
  }

  .INPUT__EQUATION p {
    margin: 0;
  }

  .CASHOUT__EXPLAINING {
    border: 1px solid black;
    background-color: rgb(31, 97, 141);
    color: whitesmoke;
    padding: 1%;
    border-radius: 5px;
  }

  #equityPercent {
    color: black;
    font-weight: bold;
  }

  .EQUITY__CONTAINER {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }

  .EQUITY__CONTAINER label {
    font-size: 80%;
  }

  #equityPercent_container {
    text-align: justify;
    margin-bottom: 5% !important;
    border: 1px solid black;
    padding: 0 2%;
    background-color: whitesmoke;
  }

  .results {
    border: 1px solid black;
    /* padding: 1%; */
    background-color: whitesmoke;
    margin-bottom: 5%;
  }

  .PAGOS__REFINANCE {
    border: 1px solid black;
    background-color: var(--refinance_color);
  }

  .PAGOS__CASHOUT {
    border: 1px solid black;
    background-color: var(--refinance_cashout_color);
  }

  .PAGOS__REFINANCE>h4,
  .PAGOS__CASHOUT>h4 {
    text-align: center;
    margin-top: 3%;
    background-color: whitesmoke;
  }

  .PAGOS__REFINANCE>div,
  .PAGOS__CASHOUT>div {
    border: 1px solid black;
    padding: 1% 2%;
    background-color: whitesmoke;
    margin-bottom: 3%;
    border-radius: 5px;
  }

  .pagos-container>div,
  .interes-container>div,
  .balance-container>div {
    padding: 0 !important;
  }

  .pagos-container>h4,
  .interes-container>h4,
  .balance-container>h4 {
    margin: 0 !important;
    margin-bottom: 3% !important;
    text-align: center;
  }

  .pagos,
  .intereses,
  .balances {
    margin: 0 !important;
  }

  .table-row {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0 !important;
  }

  .PMI__CONTAINER__REFINANCE,
  .PMI__CONTAINER__CASHOUT {
    border: 1px solid black;
    background-color: gainsboro;
    padding: 2%;
    text-align: center;
    margin-bottom: 3%;
  }

  .breakEven__container {
    border: 1px solid black;
    background-color: gainsboro;
    padding: 1%;
    margin-bottom: 5%;
  }

  .graficas__breakEven {
    text-align: center;
  }

  .INTEREST__POINTS__REFINANCE>div,
  .INTEREST__POINTS__REFINANCE__CASHOUT>div {
    border-radius: 5px;
    padding: 3%;
    background-color: var(--refinance_cashout_color);
    color: whitesmoke;
    margin-bottom: 3%;
    text-align: justify;
    border: 1px solid black;
  }

  .INTEREST__POINTS__REFINANCE h4,
  .INTEREST__POINTS__REFINANCE__CASHOUT h4 {
    text-align: center;
    font-size: 130%;
  }

  .INTEREST__POINTS__REFINANCE h4 {
    color: var(--refinance_color);
  }

  .INTEREST__POINTS__REFINANCE__CASHOUT h4 {
    color: var(--refinance_cashout_color);
  }

  .PI__GRAPHIC__SECTION {
    border: 1px solid black;
    background-color: whitesmoke;
    padding: 3%;
  }

  .FIXED__TOOLTIP {
    display: flex;
    justify-content: center;
    font-size: 60%;
    width: 80%;
    border: 1px solid black;
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 1%;
  }

  .FIXED__TOOLTIP>div:first-child {
    flex: 1;
    text-align: right;
    margin-right: 3%;
  }

  .FIXED__TOOLTIP>div:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: red;
  }

  .FIXED__TOOLTIP>div:first-child p {
    padding: 0;
    margin: 0;
  }

  .EXTRA__PAYMENT__SECTION {
    border: 1px solid black;
    background-color: whitesmoke;
  }

  .EXTRA__SECTION {
    background-color: gainsboro;
    width: 100%;
    padding: 3%;
    border: 1px solid black;
    border-radius: 5px;
  }

  .grafica__container3 {
    padding: 3%;
  }

  .grafica__container3>div:last-child {
    width: 100% !important;
    background-color: gainsboro;
  }

  .grafica__container3>div:last-child canvas {
    width: 100% !important;
    height: 100% !important;
  }

  .EXTRA__SECTION>div {
    font-size: 80%;
  }

  .SCHEDULE__RADIOS>div {
    margin-bottom: 3%;
    border: 1px solid black;
    padding: 3%;
    border-radius: 5px;
    font-size: 90%;
    background-color: gainsboro;
  }

  .SCHEDULE__RADIOS>div:nth-child(2) {
    pointer-events: none;
    opacity: 0.5;
  }

  .TABLE__CONTAINER {
    border: 1px solid black;
    background-color: whitesmoke;
    padding: 3%;
    margin: 0 !important;
  }

  .table {
    text-align: center;
  }

  .table thead {
    font-size: 45%;
  }

  .table tbody {
    font-weight: bold;
    font-size: 60%;
  }

  .TABLE__TITLE {
    text-align: center;
    padding: 1%;
    background-color: whitesmoke;
    position: sticky;
    top: 0px;
    margin: 0;
  }

  .TABLE__TITLE h2 {
    font-size: 100%;
  }

  #SCHEDULE_TABLE_TR {
    position: sticky;
    top: 30px;
    background-color: darkred;
    color: whitesmoke;
  }

  .contenedor__bandera {
    position: fixed;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    top: 1%;
    right: 3%;
    border: 2px solid black;
    border-radius: 5px;
    background-color: whitesmoke;
    color: black;
    padding: 0.3% 0.6%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  }

  .CALCULATE__BUTTON {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border: 3px solid black;
  }

  .floating__div {
    position: fixed;
    display: flex;
    bottom: 20px;
    left: 3vw;
  }

  .floating__div button {
    background-color: black;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 3px solid white;
    cursor: pointer;
    margin: 0 6%;
  }

  .EJE__X__DIV {
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
    font-size: 70%;
    margin-left: 12%;
    font-weight: bold;
  }

  .EJE__X__DIV div {
    margin: 0 !important;
    float: right;
  }

  .EJE__X__DIV__BALANCEvsTIME {
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
    font-size: 70%;
    font-weight: bold;
    margin-left: 12%;
  }

  .EJE__X__DIV__BREAK__EVEN {
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
    margin-left: 12%;
    font-size: 80%;
    font-weight: bold;
  }
}
