﻿
.noUi-tooltip {
    bottom: -115% !important;
    opacity: initial !important;
    border-radius: 30px;
    font-size: 10px;
}
.body-influencer .noUi-tooltip {
    background: #FA4B1B !important;
}
.body-empresa .noUi-tooltip {
    background: #1429EF !important;
}
.body-admin .noUi-tooltip {
    background: #f31d4a !important;
}
[data-format="currency"] .noUi-tooltip::before {
    content: "R$ ";
}

.noUi-horizontal{
    height:2px;
}

.noUi-touch-area {
    border: 3px solid black;
    border-radius: 100%;
}

    .noUi-touch-area::after {
        content: "";
    }

.noUi-handle:before, .noUi-handle:after {
    height: 0px;
    width: 0px;
    background: white;
}
.body-influencer [disabled] .noUi-connect {
    background-color: #F21D48;
}
.body-empresa [disabled] .noUi-connect {
    background-color: #1429EF;
}