#dashboardQuestionChartsID .text-left .blue-btn {
    width: auto;
    background: #1b87e6;
    border-radius: 4px;
    position: relative;
    line-height: 14px;
    display: inline-block;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    margin-left: 5px;
    text-align: center;
}
#dashboardQuestionChartsID .text-left .blue-btn:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-right-color: #1b87e6;
    border-width: 5px;
    margin-top: -5px;
}

.choice-indicator {
    width:80px;
    height: 24px;
    background-color: #1B3380;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin:0 20px;
    padding: 5px 8px 5px 3px;
    position:relative;
}

.choice-indicator::after {
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: rgba(27, 51, 128, 0);
    border-right-color: #1B3380;
    border-width: 12px;
    content: "";
    margin-top: -12px;
    position: absolute;
    pointer-events: none;
    right: 100%;
    top: 50%;
}