
.button-home{
    border-radius: 35px;
    width: 60%;
}
.RetirementContentCalc{
    margin-bottom: 5%;
}
.retirement-home-title{
    font-weight: 700;
}
body > div.dialog-off-canvas-main-canvas > div > section > article > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > h2{
    font-size:40px!important;
}
p.home-title-bars{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -2em;
    padding: 1em 2em;
}
body > div.dialog-off-canvas-main-canvas > div > section > article > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item{
    padding: 0 14%;
}
div.HomeCalculator > div > div.MyBars {
    background-color: #f7f5f2;
    padding: 1em;
    border-radius: 35px;
    margin-bottom: 4em;
    width: 100%!important;
}
div.HomeCalculator > div > div.MyBars > div.wrap{
    background-color: #f7f5f2;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
    padding: 4em!important;
    border-radius: 35px!important;
    width: 100%!important;
}
div.calc {
    color: #353535;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
}
div.field--type-string{
    display:none!important;
}

.calc  input[type="range"] {
    accent-color: #ed1b2a;
  }

  .rangeslider,
  .rangeslider__fill {
    display: block;  
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .rangeslider {
    background: #e6e6e6;
    position: relative;
  }
  .rangeslider--horizontal {
    height: 7px;
    width: 100%;
  }
  .rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  .rangeslider__fill {
    background: #de2d40;
    position: absolute;
  }
  .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
  }
  .rangeslider__handle {
      background: #fff;
      color: black;
      cursor: pointer;
      display: inline-block;
      border: 1px solid #b5b5b5;
      width: 2.9em;
      height: 1.9em;
      position: absolute;
      -moz-border-radius: 22px;
      -webkit-border-radius: 22px;
      border-radius: 7px;
      line-height: 1.8em;
      text-align: center;
      font-size: 1.2em;
  }
  .rangeslider--horizontal .rangeslider__handle {
    top: -13px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
  }
  input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  }
  .div-ranges div {
    margin-bottom: 7%;
  }


  .icon-tooltip{
    width: 6%;
    margin-left: 5%;
 }
 .div-ranges div .tooltip {
    position: relative;
    display: initial;
    opacity: 1 !important;
}
.div-ranges div .tooltip .tiptext {
    visibility: hidden;
    width: 190px;
    background-color: #ed1b2a;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 7px 14px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);    
}
.div-ranges div .tooltip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.div-ranges div .tooltip:hover .tiptext {
    visibility: visible;
}
.div-ranges div .tooltip.bottom .tiptext{
    margin-left: -90px;
    top: 150%;
    left: 50%;
}
.div-ranges div .tooltip.bottom .tiptext::after{
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #2E2E2E transparent;
}
.labels-none{
    display: none;
}
    
/* .calc input[type='range'] {
    overflow: hidden;
    -webkit-appearance: none;
    background-color: #fff;
  }
  
.calc input[type='range']::-webkit-slider-runnable-track {
    height: 11px;
    -webkit-appearance: none;
    color: #ed1b2a;
    margin-top: -1px;
}

.calc input[type='range']::-webkit-slider-thumb {
    width: 12px;
    -webkit-appearance: none;
    height: 12px;
    border-radius: 100%;
    cursor: ew-resize;
    border: 1px solid black;
    background: #fff;
    box-shadow: -150px 0 0 150px #ed1b2a;
} */
/* input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 200px;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#ff4500, #ff4500);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
} */

/* 
    .MyBars {
        height: 10em;
    } */

.MyBars .BarsLayout {
    text-align: center;
    margin: 0 auto;
    margin: 1em auto;
    padding-top: 2em;
    display: flex;
    justify-content: center;
    gap: 1em;
}

.MyBars .BarSpace {
    width: 100%;
    height: 10em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.MyBars .theBar {
    width: 100%;
    /* max-width: 8em; */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ccc;
    min-height: 2%;
    position: relative;
    border-radius:10px
}
.MyBars .theMoney {
    position: absolute;
    top: -2em;
    width: 100%;
    height: 2em;
    flex: 0 0 2em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MyBars .theMoney .value {
    font-weight: bold;
    font-size: 1.25em;
}

.MyBars .theText {
    padding: 0.5em;
    font-weight: bold;
    font-size: 0.875em;
}
.content_width_cal {
    background-color: #fff;
    padding: 1% 20%;
}


.div-ranges {
    display: table-caption;
    width: 33%;
    padding-left: 1%;
}

.div-ranges div input{
    width: 98%;
}

.MyLines .wrap {
    margin: 1em auto;
}

.MyLines {
    margin-top: 5%;
}

.MyLines .movingText {
    margin-top: -0.5em;
    position: relative;
    display: flex;
}

.MyLines .movingText .pusher {
    flex: 0 1 calc(0% - 0%);
    flex: 0 1 calc(var(--percentage, 0%) - 0%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.MyLines .movingText .txt {
    white-space: nowrap;
    background-color: #fff;
    padding: 0.5em 1em;
    border-radius: 0.25em;
    font-weight: bold;
}

.MyLines .movingMark {
    margin-top: -0.875em;
    margin-bottom: -0.675em;
    display: flex;
}

.MyLines .movingMark .pusher {
    flex: 0 1 calc(0% - 0%);
    flex: 0 1 calc(var(--percentage, 0%) - 0%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.MyLines .movingMark .markWrap {
    padding: 0 0.5em;
}

.MyLines .movingMark .marker {
    width: 1.25em;
    height: 1.25em;
    position: relative;
}

.MyLines .movingMark .marker::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: #fff;
    rotate: 45deg;
    border-radius: 1px;
}

.MyLines .lines {
    gap: 0.25em;
    display: flex;
}

.MyLines .lineBlock {
    background-color: #fff;
    padding: 1.3% 5% 1% 1%;
    overflow: hidden;
    border-radius: 4px;
}

.MyLines .popperTrigger {
    padding: 1em 0.5em 0.125em;
    cursor: pointer;
}

.MyLines span {
    font-weight: bold;
    word-wrap: none;
    white-space: nowrap;
    color: #fff;
    font-size: 1.2em;
}

#percentageTooltip {
    color: #000;
}

.chars {
    width: 80%;
    margin-left: 4%;
}
.is-danger{
    display: none;
}

.is-warning{
    display: none;
}

.is-good{
    display: none;
}

.is-great{
    display: none;
}

#is-danger-highlight{
    color: #fc6f56;
}

#is-warning-highlight{
    color:  #feca30;
}

#is-good-highlight{
    color: #1dacca
}

#is-great-highlight{
    color: #8bbd4b
}

.headline {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.4;
}

.button-cal {
    background-color: white;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.button-cal.is-primary {
    background-color: #ed1b2a;
    border-color: transparent;
    color: #fff;
}
.box--offset{
    margin-bottom: 2%;
    box-shadow: 0 0.5em 0.1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
}

.box {
    background-color: white;

    border-radius: 6px;
    color: #353535;
    display: block;
    padding: 1.25rem;
}   
.disclaimarBox {
    margin-top: 1em;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
}
.smail-cal {
    font-size: 0.875em;
}
.box--offset p:first-child {
    font-size: 1.125em;
}

.notification {
    background-color: whitesmoke;
    border-radius: 4px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification.is-success {
    background-color: #48c78e;
    color: #fff;
}
.notification.is-danger {
    background-color: #f14668;
    color: #fff;
    display: block;

}
.has-text-danger {
    color: #f14668 !important;
}

.table-cal td .is-danger {
    color: #f14668;
    display: block;
}

.table-cal  td .is-success {
    color: #48c78e;
    display: block;
}

#notification-danger{
    display: none;
}

#notification-success{
    display: none;
}
.has-text-weight-bold {
    font-weight: 700 !important;
}

.tableContainerModal{
    max-width: 100%;
    overflow: auto;
}
.table-cal {
    border-collapse: collapse;
    border-spacing: 0;
    width: 92%;
    max-width: 100%;
    overflow: auto;
    line-height: 1.3;
    font-size: 0.875em;
    background-color: white;
    color: #363636;
}
.table-cal th.desired, td.desired {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-cal td, th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.scheduleSummaryTable th {
    min-width: 10em;
}

.table-cal tbody {
    background-color: transparent;
}
.scheduleSummaryTable th {
    min-width: 10em;
}

.scheduleSummaryTable td {
    min-width: 12em;
}

.content_width_modal{
    background-color: #fff;
    padding: 4%;
    padding-top: 4%;
    padding-bottom: 4%;
}

#myModalYourSchedule{
    color: #363636;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.125;
}

.dField .dLabel{
    color: #353535;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6;
}

.dField .dValue{
    color: #353535;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6;
    margin-left: 1%;
}

.scheduleTable .table th{
    color: #353535;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6;
}

.scheduleTable .table tbody{
    color: #353535;
    font-size: 1.2em;
    line-height: 1.6;
}

.spanTh{
    color: #353535;
    line-height: 1.6;
    font-weight: 600;
    padding: 0 2%;
}

.CalculatorSummary{
    font-size: 1.2em;
}

.chart-index{
    margin-left: 40%;
}

.headline1 {
    font-weight: bold;
    line-height: 1.4;
    margin: 5% 0%;
}

.headline-p{
    font-size: 1.6em;
}

.notification-conten{
    font-size: 1.1em;
}

.div-ranges-home {
    width: 100% !important;
    margin: 2em;
}
.chars-home-div{
    width: 400px;
}

@media(max-width: 1440px) {
    .content_width_cal {
        padding: 1% 15%;
    }
    .MyLines span {
        font-size: 1em;
    }
    .headline-p {
        font-size: 1.4em;
    }
    .chart-index {
        margin-left: 26%;
    }
}


@media(max-width: 1366px) {
    .content_width_cal {
        padding: 1% 13%;
    }
}

@media(max-width: 768px) {
    body > div.dialog-off-canvas-main-canvas > div > section > article > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > h2{
        font-size:30px!important;
    }
    div.calc {
        display: grid;
    }
    body > div.dialog-off-canvas-main-canvas > div > section > article > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item{
        padding: 1% 0%;
    }
    .div-ranges {
        width: 95%;
        padding-left: 5%;

    }
    .content_width_cal {
        padding: 1% 0%;
    }
    .chars {
        width: 95%;
    }
    .div-ranges div label {
        font-size: 1.7em;
    }
    .chart-index {
        margin-left: -3%;
    }
    .div-ranges-home {
        width: 50% !important;
    }
}

@media(max-width: 415px) {
    div.calc {
        display: grid;
    }
    .chars {
        width: 55%;
    }
    .div-ranges {
        width: 55%;
        padding-left: 5%;

    }
    .MyLines span {
        font-size: 0.6em;
    }
    .chars-div{
        width: 95% !important;
    }
    body > div.dialog-off-canvas-main-canvas > div > section > article > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item{
        padding: 1% 0%;
    }
    .content_width_cal {
        padding: 1% 0%;
    }
    .div-ranges div label {
        font-size: 1.7em;
    }
    .chart-index {
        margin-left: -3%;
    }
    .div-ranges-home {
        width: 90% !important;
    }
}
