.button-tag {
    background-color: #1473E3;
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.button-tag:disabled {
    background-color: rgba(0, 0, 0, .075)!important;
    cursor: not-allowed;
}