.princingestimatorform-container {
    max-width: 840px;
    text-align: right;
    margin-top: 1.5em
}

.princingestimatorform-container label {
    font-size: 18px
}

.princingestimatorform-container select {
    top: 0;
    width: 100%;
    border: none;
    height: 47px;
    color: #332e2e;
    text-align: left;
    font-weight: 700;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #dadada;
    padding: 13px 30px 12px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
}

.princingestimatorform-container .btn-container {
    display: block;
    text-align: center
}

.princingestimatorform-container .btn-container .btn {
    margin-top: 55px
}

.princingestimatorform-container .field {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.princingestimatorform-container .field>* {
    margin-bottom: 15px
}

.princingestimatorform-container .money {
    background-color: #dadada;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    color: #332e2e;
    border: none;
    padding: 13px 20px;
    width: 100%;
    height: auto;
    line-height: normal;
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    transition: all 450ms ease
}

.princingestimatorform-container .range__totalonlinerevenue {
    display: inline-block;
    width: 68px;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    color: #332e2e;
    border: none;
    padding: 13px 20px;
    height: auto;
    line-height: normal;
    background-color: #dadada;
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    transition: all 450ms ease
}

.princingestimatorform-container .field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.princingestimatorform-container input::-webkit-inner-spin-button,
.princingestimatorform-container input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.princingestimatorform-container input[type=number] {
    -moz-appearance: textfield
}

.princingestimatorform-container input[type=range] {
    width: -webkit-calc(100% - 78px);
    width: -moz-calc(100% - 78px);
    width: calc(100% - 78px)
}