.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00c0ef;
    border-color: #666;
    padding: 1px 10px;
    color: rgb(0, 0, 0);
}
.user-rating {
    direction: rtl;
    font-size: 25px;
    unicode-bidi: bidi-override;
    padding: 0px 25px;
    display: inline-block;
}
.user-rating input {
    opacity: 0;
    position: relative;
    left: -24px;
    z-index: 2;
    cursor: pointer;
}
.user-rating span.star:before {
    color: #777777;
    content: "ï€†";
    /*padding-right: 5px;*/
}
.user-rating span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.user-rating span {
    margin-left: -22px;
}
.user-rating span.star:before {
    color: #777777;
    content: "\f006";
    /*padding-right: 5px;*/
}
.user-rating input:hover+span.star:before, .user-rating input:hover+span.star~span.star:before, .user-rating input:checked+span.star:before, .user-rating input:checked+span.star~span.star:before {
    color: #ffd100;
    content: "\f005";
}
.selected-rating {
    color: #ffd100;
    font-weight: bold;
    font-size: 3em;
}


.user-rating span.temp:before {
    color: #777777;
    content: "ï€†";
    /*padding-right: 5px;*/
}
.user-rating span.temp {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.user-rating span.temp:before {
    color: #777777;
    content: "\f087";
    /*padding-right: 5px;*/
}
.user-rating input:hover+span.temp:before, .user-rating input:hover+span.temp~span.temp:before, .user-rating input:checked+span.temp:before, .user-rating input:checked+span.temp~span.temp:before {
    color: #4400ff;
    content: "\f164";
}
.selected-rating {
    color: #4400ff;
    font-weight: bold;
    font-size: 3em;
}
.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
    }
.my-atividade-scrollbar {
        position: relative;
        height: 250px;
        overflow: auto;
    }
.table-wrapper-scroll-y {
    display: block;
    }   

    
