
/*///////////////////////////////////////////*/
/* Compound Interest syles                   */
/*///////////////////////////////////////////*/




#compound .container-compound {
    max-width: 1020px;
    margin: 0 auto;
}


@media screen and (max-width: 760px) {
    #compound .container-compound .input-container {
        margin-right: 0;
    }
}


#compound #currency-selection {
  margin-bottom: 20px;
  text-align: right;
}

#compound .currency-button {
  font-size: 18px;
  margin-right: 10px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

#compound .currency-button:focus {
  outline: none;
}

#compound .currency-button.focused {
  background-color: #ccc;
}

#compound h1.summary-total {
    margin-top: -8px;
}

#compound .segmented-buttons input[type="radio"] {
  display: none;
}
#compound .segmented-buttons div {
  display: inline;
}

#compound .segmented-buttons label {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--input-background); 
  border: 3px solid var(--input-background);
  cursor: pointer;
}

#compound .segmented-buttons input[type="radio"]:checked + label {
  background-color: var(--input-background); 
  color: var(--accent-color);  
  border: 3px solid var(--accent-color); 
}

#compound .segmented-buttons label:first-of-type {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

#compound .segmented-buttons label:last-of-type {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

#compound .segmented-buttons label:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
}
#compound .highcharts-text-outline {
    stroke: none !important; /* Set stroke to none to remove the outline */
}
#compound .highcharts-credits {
    display: none;
}
#compound .compound-computed {
    margin-top:40px;
    border: 1px solid var(--divider);
    border-radius: 100px;
    padding: 16px;
}

#compound .segmented-buttons  {
    height: 48px;
}

#compound .segmented-buttons .form-check {
    padding-left: 0;
}

#compound #depositPeriodCol {
    padding-left: 32px;
}