.currency-input {

}
.roi-input {
    margin-bottom: 12px;
    background: #f4f6f8;
    border-radius: 4px;
    padding: 8px 20px;
    position: relative;
}
.roi-input input, .roi-input select {
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    width: 100%;
    padding: 10px 0;
}
.roi-input input:focus, .roi-input select:focus {
    outline: 0;
    border: 0;    
    border-bottom: 1px solid #A11CF2;
    background: #efefef;
}
.roi-input p, .roi-subresults > div > p:first-child {
    margin-bottom: 3px;
}
.roi-input p {
    font-size: 13px;
    line-height: 20px;
    color: #86869a;
}
i.popover {
    position: absolute;
    background: url("../../../dist/images/pricing-popover-circle.svg") no-repeat;
    min-width: 16px;
    min-height: 16px;
    margin-right: 0;
    display: inline-block;
    cursor: pointer;
    border: 0;
    left: 93%;
    top: 50%;
    width: 16px;
    margin-top: -8px;
    z-index: 1;
}
.roi-result {
    background: #A11CF2;
    color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
}
.eyebrow-heading {
    margin-bottom: 10px;
}
.elementor-widget-affise-roi-calculator .headings {
    text-align: center;
}
.elementor-widget-affise-roi-calculator .subheading {
    margin-bottom: 60px;
}
.roi-text h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.roi-text h4 {
    color: white;
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
}
p#roi-result {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}
p.sub-roi-result {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
@media only screen and (max-width: 600px) {
    p#roi-result {            
        font-size: 30px;
        line-height: 40px;
    }
}
.roi-subresults {
    margin-top: 15px;
    background: #F6ECFF;    
    padding: 16px 50px;
    margin-bottom: 20px;
}
.sbresult {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
div#custom-handle {
    font-size: 10px;
    width: 36px;
    font-weight: bold;
    height: 15px;
    text-align: center;
    outline: 0;
    background: #A11CF2;
    color: #ffffff;
    top: -7px;
    border: 0;
}
div#slider-range-max {
    border: 0;
    background: #A11CF2;
    height: 1px;
    padding-bottom: 1px!important;
}