/* ---------------
Estimator 
------------------ */

.wdt-sc-estimator-calc .wdt-sc-one-half .wdt-sc-estimator-form > div.column {
    margin: 0;
}

.wdt-sc-estimator-calc .wdt-sc-one-half .wdt-sc-estimator-form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    color: var(--wdtHeadAltColor);
    text-align: left;
}

.wdt-sc-estimator-calc .wdt-sc-one-half .wdt-sc-estimator-form > div.column  span.wdt-estimator-span {
    font-size: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
    font-family: var(--wdtFontTypo_Alt);
    margin-bottom: 20px;
    display: block;
}


.wdt-sc-estimator-calc .wdt-sc-one-half .wdt-sc-estimator-form > div.column .estimator-range-wrapper .estimator-range-workers span {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    margin: 0;
}


.wdt-sc-estimator-calc .wdt-sc-one-half .wdt-sc-estimator-form > div.column .estimator-range-wrapper .estimator-range-workers {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

/* input range Style */

.wdt-sc-estimator-calc input[type=range] {
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 0;
  }

  .wdt-sc-estimator-calc input[type=range]:focus {
    outline: none;
  }

  /* chrome */

  .wdt-sc-estimator-calc input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: var(--wdtBorderColor);
    border-radius: 5px;
    border: 0px solid #000000;
    transition: all 0.2s linear;
  }

  .wdt-sc-estimator-calc input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid var(--wdtPrimaryColor);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: var(--wdtPrimaryColor);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
  }

  .wdt-sc-estimator-calc input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--wdtBorderColor);
  }

  /* firefox */

  .wdt-sc-estimator-calc input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: var(--wdtBorderColor);
    border-radius: 5px;
    border: 0px;
  }

  .wdt-sc-estimator-calc input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid var(--wdtPrimaryColor);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: var(--wdtPrimaryColor);
    cursor: pointer;
  }

  .wdt-sc-estimator-calc input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }

  .wdt-sc-estimator-calc input[type=range]::-ms-fill-lower {
    background: var(--wdtBorderColor);
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
  }

  .wdt-sc-estimator-calc input[type=range]::-ms-fill-upper {
    background: var(--wdtBorderColor);
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
  }

  .wdt-sc-estimator-calc input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid var(--wdtPrimaryColor);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: var(--wdtPrimaryColor);
    cursor: pointer;
  }

  .wdt-sc-estimator-calc input[type=range]:focus::-ms-fill-lower {
    background: var(--wdtBorderColor);
  }

  .wdt-sc-estimator-calc input[type=range]:focus::-ms-fill-upper {
    background: var(--wdtBorderColor);
  }


/* inpuut type number style  */

/* Chrome, Safari, Edge, Opera */

/* .wdt-sc-estimator-calc input[type=number]::-webkit-inner-spin-button, 
.wdt-sc-estimator-calc input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none;
} */

/* Firefox */

/* .wdt-sc-estimator-calc input[type=number] {
  -moz-appearance: textfield;
} */

/* output container */

.wdt-sc-estimator-calc .wdt-estimator-output-wrapper {
    width: fit-content;
    min-width: 300px;
    margin: 70px auto 0;
    padding: 20px;
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtHeadAltColor);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 5px 0px rgb(var(--wdtHeadAltColorRgb),0.2);
    -webkit-box-shadow: 5px 5px 5px 0px rgb(var(--wdtHeadAltColorRgb),0.2);
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-sc-estimator-calc .wdt-estimator-output-wrapper:hover {
    background-color: var(--wdtSecondaryColor);
    color: var(--wdtAccentTxtColor);
}

.wdt-sc-estimator-calc .wdt-estimator-output-wrapper > * {
    display: inline-block;
    margin: 0;
    font-size: var(--wdtFontSize_H3);
    line-height: normal;
    font-weight: var(--wdtFontWeight_H3);
    color: inherit;
}

.wdt-sc-estimator-calc .wdt-estimator-output-wrapper .wdt-sc-estimator-notify {
    order: 1;
    margin-left: 4px;
}

.wdt-sc-estimator-calc .wdt-estimator-output-wrapper .wdt-sc-estimator-notify h2 {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}


/* Over All responsive */


@media (max-width:767px) {
    .wdt-sc-estimator-calc .wdt-sc-one-half .wdt-sc-estimator-form {
        gap: 40px;
    }
}

@media (max-width:600px) {
    .wdt-sc-estimator-calc .wdt-sc-one-half .wdt-sc-estimator-form {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width:480px) {
    .wdt-sc-estimator-calc .wdt-estimator-output-wrapper {
        min-width: 200px;
    }
}