@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

#pd-calculator *, 
#pd-calculator *::before, 
#pd-calculator *::after {
    box-sizing: border-box;
  }

  
#pd-calculator {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    max-width: 900px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}
#pd-calculator strong, 
#pd-calculator b {
    font-weight: 600;
}
#pd-calculator b {
    font-size: 18px;
}
#pd-calculator footer,
#pd-calculator section,
#pd-calculator header {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#pd-calculator header {
    font-weight: 500;
}
#pd-calculator section {
    margin-bottom: 15px;
}
#pd-calculator .results > section:nth-child(1) {
    background: #fdecf2;
}
#pd-calculator .results > section:nth-child(2) {
    background: #e5f5f6;
}
#pd-calculator .results > section:nth-child(2) dl {
    background-image: url(icon-2.svg);
}
#pd-calculator .results > section:nth-child(3) {
    background: #F2EEF9;
}
#pd-calculator .results > section:nth-child(3) dl {
    background-image: url(icon-3.svg);
}
#pd-calculator header > div,
#pd-calculator .results > section > div {
    width: 50%;
}
#pd-calculator footer > div,
#pd-calculator header > div,
#pd-calculator .results > section > div:nth-child(2)  {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
}
#pd-calculator header > div div,
#pd-calculator footer > div ,
#pd-calculator .results > section > div:nth-child(2) div {
    width: 50%;
}
#pd-calculator footer > div:first-child {
    font-weight: bold;
    justify-content: end;
    font-size: 16px;
    padding-right: 30px;
}
#pd-calculator footer > div div {
    display: flex;
    align-items: center;
}
#pd-calculator .pd-range-input {
    max-width: 500px;
}
#pd-calculator dl {
    padding: 0 0 0 40px;
    background: url(icon-1.svg) left top no-repeat;
    background-size: 30px;
    margin: 0 0 10px;
}
#pd-calculator dt {
    font-weight: bold;
}
#pd-calculator dd {
    margin: 0;
}
#pd-calculator strong {
    font-size: 26px;
    margin: 0 5px;
}
#pd-calculator em {
    margin-left: 40px;
    font-size: 20px;
    font-style: normal;
}

#pd-calculator footer small {
    white-space: nowrap;
    font-size: 12px;
}
#pd-calculator .asterix {
    font-size: 12px;
    color: #45464E;
}

@media screen and (max-width: 992px) {
    #pd-calculator footer > div:first-child {
        justify-content: start;
    }
    #pd-calculator header > div,
    #pd-calculator .results > section > div {
        width: 100%;
    }
    #pd-calculator footer, #pd-calculator section, #pd-calculator header {
        display: block;
    }
    #pd-calculator footer {
        padding: 20px 0;
        text-align: center;
    }
    #pd-calculator footer > div:nth-child(1)  {
        width: 100%;
        padding: 0;
        justify-content: center;
    }
    #pd-calculator footer > div:nth-child(2)  {
        display: flex;
        justify-content: space-evenly;
        padding: 20px 0 5px;
    }
    #pd-calculator footer > div:nth-child(3)  {
        width: 100%;
        justify-content: end;
    }
    #pd-calculator .results > section > div {
        border-radius: 10px;
        margin-top: 20px;
    }
    #pd-calculator .results > section > div:nth-child(2) {
        background: rgba(236, 64, 122, 0.1);
        padding: 20px;
    }
    #pd-calculator .results > section:nth-child(2) > div:nth-child(2) {
        background: rgba(0, 151, 167, 0.1);
    }
    #pd-calculator .results > section:nth-child(3) > div:nth-child(2) {
        background: rgba(126, 88, 194, 0.1);

    }

  }

  .pointer-shape {
    background: white !important;
    border: 4px solid #3D81FF !important;
  }