.tags {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.tags a {
    font-size: 10px !important;
    margin-bottom: 5px;
}

.tags span {
    cursor: pointer;
    margin-right: 1rem;
}
.tag.disabled {
    background-color:#696969 !important;
    color: #ffffff !important;
}

.tag-corp-news:hover,
.tag-report:hover,
.tag-life-corp:hover,
.tag-innovation:hover
.tag-projects:hover,
.tag-finance:hover,
.tag-contracts:hover,
.tag-it-release:hover,
.tag-staff:hover {
    color: #ffffff !important;
    background-color: #262a30 !important;
    box-shadow: none !important;
}

.tag-corp-news,
.tag-report,
.tag-life-corp,
.tag-innovation,
.tag-projects,
.tag-finance,
.tag-contracts,
.tag-it-release,
.tag-staff {
    padding: 5px 10px !important;
    border-radius: 0;
}

.tag-corp-news {
    color: #262a30;
    background-color: #FFC600;
}

.tag-report {
    color: #ffffff;
    background-color: #1DB3DC;
}

.tag-life-corp {
    color: #262a30;
    background-color: #C1C5C8;
}

.tag-innovation {
    color: #385CAD;
    background-color: #CAD1EA;
}

.tag-projects {
    color: #1DB3DC;
    background-color: #A2D9E7;
}

.tag-contracts {
    color: #262a30;
    background-color: #C1C5C8;
}

.tag-finance {
    color: #ffffff;
    background-color: #385CAD;
}

.tag-staff {
    color: #262a30;
    background-color: #C1C5C8;
}

.tag-it-release {
    color: #ffffff;
    background-color: #9370db;
}


.tag {
    padding: 5px 10px !important;
    border-radius: 0;
    color: #262a30;
    background-color: #C1C5C8;
}
.tag:hover {
    color: #262a30;
    background-color: #FFC600;
}

@media (max-width: 540px) {
    .tags a {
        font-size: 10px !important;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .tags a {
        font-size: 16px !important;
    }

    .tags {
        font-size: 14px !important;
        line-height: 2.0;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tags a {
        font-size: 14px !important;
    }

    .tags {
        font-size: 14px !important;
        line-height: 3;
    }
}
