.badge-info{
    background: #4635c5;
    color: #fff;
    display: inline-block;
}
.badge-success {
    color: #fff;
    background-color: #1cc88a;
}
.wildcard-box {
    background: #4232ba;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.copied-box {
    background: #333;
    color: #eee;
    padding: 7px 9px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 4px;
    box-shadow: 0 1px 5px #333;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 1;
    display: none;
}