.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #3949ab !important;
}


.lessons-lists-area {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
!important;
}

tr.selected {
    background: #ddd !important;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    margin-right: 10px;
}

div.dt-buttons {
    position: relative;
    float: left;
    font-size: 12px;
!important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow-x: hidden !important;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 999999999 !important;
}


.rakings .lists ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 15px;
}

.rakings .lists ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}

.rakings .lists ol li::before {
    content: counter(my-awesome-counter);
    color: #fcd000;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - -29px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #796AEE;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
    z-index: 99;
}

.rakings .filter {
    background: #ededed;
    padding: 15px 15px 0px;
}

body .question-types-1 .question-item {
    margin-bottom: 20px;
}


body .question-types-1 .question-item span.qlen {
    background: #f44336;
    width: 25px;
    height: 25px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 2px 2px 3px #333;
    font-weight: bold;
}

body .question-types-1 .question-item span.not-answer {
    display: flex;
    justify-content: center;
    text-decoration: underline;
    font-size: 16px;
    color: red;
}

body .question-types-1 .question-item p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

body .question-types-1 .question-item .question-answers {
    position: relative;
}

body .question-types-1 .question-item .question-answers .question-answer-empty {
    background: #dedede;
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 0px;
}

body .question-types-1 .question-item .question-answers ul {
    padding: 0px;
}

body .question-types-1 .question-item .question-answers ul li {
    list-style: none;
    display: flex;
    padding: 7px 0px;
    cursor: pointer;
}

body .question-types-1 .question-item .question-answers ul li.active {
    border: 1px solid #607d8b;
    border-radius: 5px;
    padding: 7px;
}

body .question-types-1 .question-item .question-answers ul li.answer-success {
    border: 1px solid #607d8b;
    border-radius: 5px;
    padding: 7px;
    background: #4caf50;
    color: #fff;
}

body .question-types-1 .question-item .question-answers ul li.answer-false {
    border: 1px solid #607d8b;
    border-radius: 5px;
    padding: 7px;
    background: #f44336;
    color: #fff;
}

body .question-types-1 .question-item .question-answers ul li span {
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

body .question-types-1 .question-item .question-answers ul li p {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

body .question-types-1 .question-item:nth-child(odd) {
    background: #fff;
    border-radius: 7px;
}

.remove-file {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #f44336;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    display: none;
    justify-content: center;
    box-shadow: 0px 0px 15px #333;
    cursor: pointer;
}


.general-stat-categort-list {
    padding: 0px;
    margin: 0px;
}

.general-stat-categort-list li {
    padding: 0px;
    margin: 0px;
    list-style: none;

}

.general-stat-categort-list li a {
    display: block;
    cursor: pointer;
    padding: 4px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.general-stat-categort-list li a.active {
    background: #ededed;
    font-weight: bold;
    color: red;

}

.general-stat-categort-list li:last-child a {
    border: none;
}
