/* CAT EDITION */

.bans-player-expiry {
    padding-right: 1em;
}

img[src=""] {
    display: none;
}


.p-img .ahh-link {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.ahh-link {
    color: white !important;
    text-decoration: underline;
    transition: color 0.1s ease-in;
}

.ahh-link:hover, .ahh-link:focus {
    color: #00BFFF !important;
}

table.loading tr {
    transition: filter 0.6s ease-out;
    filter: blur(4px);
}

#emptyTemplate {
    background: #070a0e;
    height: 70px;
}

table.loading {
    position: relative;
}

table.loading::after {
    position: absolute;
    z-index: 10001;
    top: 80px;
    bottom: 0;
    right: 0;
    left: 0;
    content: url("/img/loading.svg");
}

