:root {
    --red-lighter: #991f38;
    --white-50: rgba(255,255,255, .5);
    --secondary-green: #a5b35b;
    --hover-gray: rgba(255,255,255, .5);
    --red-2: rgb(214, 0, 43);
    --red-3: rgba(214, 0, 43, 0.911);
}

.bg-lcs-light {
    background-color: rgba(255,255,255, .2);
}

.text-white {
    color: #fff;
}

.tr-announcement:hover {
    cursor: pointer;
    color: var(--red-lighter);
}

td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#message-body {
    padding: 2em;
}
.lcs-bg-warning {
    background-color: #ccbd3a;
}
.lcs-card-link {
    cursor:pointer;
    color: #fff;
}

.lcs-card-link a {
    text-decoration: none;
    color: #fff;
}

.lcs-card-link:hover a {
    color: var(--hover-gray);
}

.show-card-btn {
    text-decoration: none;
    padding: .6rem;
    padding-left: .8rem;
    font-size: 1.1rem;
    color: #fff;
}
.sidebar-item {
    cursor: pointer;
}

/* table tbody tr:last-child {
    border-bottom: transparent;
} */

.text-secondary-lcs {
    color: var(--secondary-green);
}

.lcsCatagoryCard {
    overflow-y: auto;
}

.card-body {
    height: 520px;
    overflow-y: auto;
}

.lcs-text-red-3 {
    color: var(--red-3)
}

/* .lcs-text-red-2 {
    color: var(--red-2)
} */

.lcs-border-red-3 {
    border-color:  var(--red-3) !important;
}

/* .lcs-border-red-2 {
    border-color:  var(--red-2) !important;
} */