table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    bottom: 0.86em !important;
}

.table-responsive {
    overflow-x: initial !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: inherit;
    background: none;
    font-weight: normal;
    color: #454545;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	color: #f8f8f8;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #f8f8f8;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 5px 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 8px !important;
}

.select2-dropdown {
    border: 1px solid #ced4da !important;
    box-shadow: 0.2px 0.2px 10px #ced4da !important;
}
.select2-search--dropdown {
    padding: 3px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    padding: 6px 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible  {
    outline: 2px solid #ced4da !important;
}

.dt-button {
    /* cursor: pointer; */
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 0.9rem;
    font-size: .8125rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.buttons-excel {
    color: #fff !important;
    background-color: #1f7502 !important;
    border-color: #1f7502 !important;
}

.buttons-pdf {
    color: #fff !important;
    background-color: #9d0404 !important;
    border-color: #9d0404 !important;
}

.dt-buttons {
    display: block;
    float: left;
    padding: 0px 0px 10px 0;
}


.remove-button, .remove-question-button {
    cursor: pointer;
}

.option-checkbox {
    text-align: center;
}
.option-checkbox-button {
    cursor: pointer;
    margin-top: 12px;
}

.remarkable-badge {
    font-size: 11px;
}

.bg-warning-subtle {
    background-color: #fff5da;
}

table.dataTable>thead .sorting_asc:before {
    display: none;
}

table.dataTable>thead .sorting_asc:after {
    display: none;
}

.delete-btn {
    cursor: pointer;
}

.question-box img, .answer-box img {
    width: 200px;
}

.question-editor, .answer-editor, .descriptive-answer-editor{
    height: 200px;
}

.learning-question-style p img {
    width: 35px;
    border-radius: 100%;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    /* display: none !important; */
}

.correct-checkbox-input {
    cursor: pointer !important;
}