
.judgment-loading {
    position: relative;
}

.judgment-loading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}

.categories-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    background-color: #cccccc;
    border-radius: 1rem;
    position: sticky;
    top: 5px;
    left: 5px;
    right: 5px;
    max-width: 100% !important;
    z-index: 9999999;
}

.categories-menu > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.categories-menu > li > a {
    display: block;
    padding: 15px 25px;
    color: #666666;
    text-decoration: none;
}

.categories-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333333;
    font-weight: bold;
}

.entry-thumbnail {
    position: relative;
    display: inline-block;
}


.entry-thumbnail > .entry-thumbnail-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
    width: 25px;
}

.entry-thumbnail > .entry-thumbnail-icon.left {
    right: auto;
    left: 8px;
}

.entry-thumbnail > .entry-thumbnail-icon.badge {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.entry-thumbnail > .entry-thumbnail-icon > svg {
    fill: orange;
}

.entry-thumbnail .entry-thumbnail-img {
    border-radius: .5rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    transition: all ease 0.3s;
}

.entry-thumbnail:hover .entry-thumbnail-img,
.entry-thumbnail:focus .entry-thumbnail-img {
    opacity: 0.8;
}

.lg-on #wpadminbar {
    z-index: 1020 !important;
}


.judgment-rating.mt-3 {
    margin-top: 15px;
}

.judgment-rating .judgment-rating--title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    color: #999999;
}

.judgment-rating--bar {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.judgment-rating--bar > li {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #eeeeee;
    border-radius: 3px;
    border: 1px solid #cccccc;
    color: #666666;
    margin: 3px 5px;
    cursor: pointer;
    font-weight: bold;
    padding: 2px;
    transition: all ease 0.3s;
}

.judgment-rating--bar > li:hover {
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.judgment-rating--bar > li.active {
    background-color: #4CAF50;
    border-color: #A5D6A7;
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
}

.judgment-rating--bar > li.judgment-loading:before {
    background-size: 50%;
}

.judgment-TopRateBar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border: 4px dashed #cccccc;
    border-radius: 5px;
    min-height: 220px;
    font-size: 80px;
    color: #e7e7e7;
    padding: 20px;
}

.judgment-TopRateBar img {
    position: relative;
    width: 200px;
    max-width: 100%;
}

.judgment-TopRateBar:before {
    content: attr(data-rate);
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    color: #e7e7e7;
}

.judgment-TopRateBar-placeholder{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 10px;
    font-size: 16px;
    margin: auto;
}

.judgment-TopRateBar .remove {
    content: "Delete";
    display: inline-block;
    border: 1px solid #de0021;
    border-radius: 5px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #de0021;
    cursor: pointer;
    transition: all ease 0.3s;
    opacity: 0.7;
}

.judgment-TopRateBar:empty .remove {
    display: none !important;
}

.lg-outer .lg-thumb {
    width: 100% !important;
    text-align: center;
}

.lg-outer .lg-thumb-item {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}

.judgment-pagination {
    display: block;
    text-align: center;
}

.judgment-pagination span,
.judgment-pagination a {
    display: inline-block !important;
    padding: 3px 10px;
    text-align: center;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #666666;
    margin: 3px;
}

.judgment-pagination .prev,
.judgment-pagination .next {
    width: auto;
}

.judgment-pagination span {
    color: red;
}

.lg-sub-html, .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.lg-sub-html h5{
    color: #eeeeee;
}
