.ts-wrapper .ts-control {
    border: none;
    padding: 2px 2px;
}
.ts-dropdown {
    margin: 0.1rem 0 0;
}

.contest-block .drop-here {
    border: 1px #ffffff solid;
    padding-bottom: 10px;
}

.contest-block.drop-target .drop-here {
    border: 1px #eeeeee solid;
}

.contest-block.hovered {
    background: #e8f5e9;
}

.performance-item {
    cursor: move;
    transition: transform 0.3s, box-shadow 0.3s;
}

.performance-item.dragging {
    opacity: 0.5
}

.performance-item a {
    color: #dd4411;
}
.performance-item a:hover {
    color: #bb2200;
    text-decoration-line: none;
}

.performance-item.status_cancel:hover {
    opacity: 0.6;
}
.performance-item.status_cancel {
    opacity: 0.4;
}

.performance-item.status_done a,
.performance-item.status_cancel a{
    color: #141;
}
.performance-item.status_done a:hover,
.performance-item.status_cancel a:hover {
    color: #020;
}


td.rating-cell {
    cursor: pointer;
    min-width: 100px;
}

td.rating-cell:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-success-light {
    background-color: #e8f5e9 !important;
}

.rating-option {
    width: 60px;
    padding: 10px;
    font-size: 1.1rem;
}

.modal-content {
    border-radius: 15px;
}

.blocks-nav {
    position: relative;
    padding: 10px 0;
}

.performance-item:nth-child(even) td {
    background: #fdfdfd;
}

.performance-item-votes .rating-sum {
    cursor: pointer;
}
.performance-item-votes .degree_gp {
    cursor: pointer;
}
.performance-item-votes .degree_gp.grand {
    background: #ffda6a;
}