.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: 0.2rem;
}

.dataTables_filter {
    margin-right: 0.2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}


.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.line-title {
    line-height: 25px;
}

#sidebar .select2-container {
    padding: 0.8445rem 1rem;
}

#sidebar .select2-selection__arrow {
    display: none !important;
}

.courceSection {
    width: 100%;
}

.movable {
    cursor: move;
    border: 1px solid gray;
    padding: 5px;
}

video.player {
    width: 100%;
    object-fit: fill
}

.messages .admin-msg {
    width: 90%;
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
}

.messages .user-msg {
    float: right;
    width: 45%;
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
}

.logo-preview {
    max-width: 50px;
}

/********************************************/
/* mixins */
/* variables */
/* Basic */
a {
    color: #39f;
}

a:hover {
    color: #0d86ff;
}

.btn-primary {
    background: #6367b3;
    border-color: #6367b3;
}

.btn-primary:hover {
    background: #5357aa;
}

.nav-tabs-top {
    border-bottom: none;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .nav-tabs-top {
        margin-bottom: 8px;
    }
}

.nav-tabs-top .nav-item {
    font-weight: bold;
}

@media screen and (max-width: 575px) {
    .nav-tabs-top .nav-item .nav-link {
        padding: 4px 8px;
    }
}

.nav-tabs-top .nav-item .nav-link:hover {
    color: #768192;
    border-color: transparent;
}

.nav-tabs-top .nav-item .nav-link:focus {
    border-color: transparent;
}

.nav-tabs-top .nav-item .nav-link.active {
    background: #fff;
    border-color: #d8dbe0 #d8dbe0 #fff;
}

@media screen and (max-width: 575px) {
    .nav-tabs-top .nav-item .nav-link.active {
        border-bottom-color: #d8dbe0;
        border-radius: 4px;
    }
}

.select2-results__option {
    padding: 6px;
}

[dir="rtl"] .dropdown-menu {
    text-align: right;
}

/* layout */
.c-main {
    padding-top: 1rem;
}

.breadcrumb {
    border-bottom: none;
    margin: 0;
    line-height: 32px;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        display: none;
    }
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 0;
}

@media screen and (max-width: 399px) {
    .card-body {
        padding: 1.25em 1em;
    }
}

/* pagination */
.page-item .page-link {
    border-radius: 4px;
}

/* Sidebar */
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover,
.c-sidebar .c-sidebar-nav-link:hover {
    background-color: #39f;
}

/* tables */
.table th {
    border-top-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: transparent;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"] {
    padding: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row.row-length-search > div[class^="col-"]:first-child {
    padding-right: 15px;
    padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row.row-length-search > div[class^="col-"]:last-child {
    padding-left: 15px;
    padding-right: 0;
}

[dir="rtl"] .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 2px 0 0;
}

[dir="rtl"] .dataTables_wrapper .dataTables_info {
    float: none;
}

[dir="rtl"] .dataTables_wrapper .dataTables_paginate {
    float: none;
}

[dir="rtl"] div.table-responsive > div.dataTables_wrapper > div.row.row-length-search > div[class^="col-"]:first-child {
    padding-left: 15px;
    padding-right: 0;
}

[dir="rtl"] div.table-responsive > div.dataTables_wrapper > div.row.row-length-search > div[class^="col-"]:last-child {
    padding-right: 15px;
    padding-left: 0;
}

ul.dtr-details {
    padding: 0;
    list-style: none;
}

ul.dtr-details li {
    margin-bottom: 5px;
}

td.child {
    border-left: none;
    border-right: none;
}

table.dataTable.no-footer {
    border-bottom-color: #d8dbe0;
}

[dir="rtl"] table.table-bordered.dataTable th:last-child,
[dir="rtl"] table.table-bordered.dataTable th:last-child,
[dir="rtl"] table.table-bordered.dataTable td:last-child,
[dir="rtl"] table.table-bordered.dataTable td:last-child {
    border-left-width: 1px;
    border-right-width: 1px;
}

[dir="rtl"] table.dataTable thead .sorting:before,
[dir="rtl"] table.dataTable thead .sorting_asc:before,
[dir="rtl"] table.dataTable thead .sorting_desc:before,
[dir="rtl"] table.dataTable thead .sorting_asc_disabled:before,
[dir="rtl"] table.dataTable thead .sorting_desc_disabled:before {
    right: auto;
    left: 1em;
}

[dir="rtl"] table.dataTable thead .sorting:after,
[dir="rtl"] table.dataTable thead .sorting_asc:after,
[dir="rtl"] table.dataTable thead .sorting_desc:after,
[dir="rtl"] table.dataTable thead .sorting_asc_disabled:after,
[dir="rtl"] table.dataTable thead .sorting_desc_disabled:after {
    right: auto;
    left: 0.5em;
}

[dir="rtl"] table.dataTable thead > tr > th.sorting_asc,
[dir="rtl"] table.dataTable thead > tr > th.sorting_desc,
[dir="rtl"] table.dataTable thead > tr > th.sorting,
[dir="rtl"] table.dataTable thead > tr > td.sorting_asc,
[dir="rtl"] table.dataTable thead > tr > td.sorting_desc,
[dir="rtl"] table.dataTable thead > tr > td.sorting {
    padding-right: 0.75em;
    padding-left: 30px;
}

/* courses */
.card-tabs {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
}

@media screen and (max-width: 991px) {
    .card-tabs {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 8px;
    }
}

[dir="rtl"] .card-tabs {
    right: 20px;
    left: auto;
}

@media screen and (max-width: 991px) {
    [dir="rtl"] .card-tabs {
        right: auto;
    }
}

.row-length-search {
    justify-content: flex-end;
    min-height: 44px;
}

@media screen and (max-width: 991px) {
    .row-length-search {
        justify-content: flex-start;
    }
}

.row-length-search [class*="col-"] {
    width: auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 575px) {
    .row-length-search [class*="col-"]:first-child {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .row-length-search [class*="col-"]:nth-child(2) {
        padding: 0;
    }
}

[dir="rtl"] .row-length-search {
    margin-right: auto;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    [dir="rtl"] .row-length-search {
        justify-content: flex-start;
    }
}

.dataTables_wrapper .dataTables_processing {
    height: auto;
    padding: 0.5em;
}

.card-header .btn-group > a {
    margin-right: 0.5em;
}

div.dataTables_wrapper div.dataTables_length select {
    vertical-align: baseline;
    min-width: 60px;
}

[dir="rtl"] div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-right: 0.5em;
}

[dir="rtl"] .btn-group > .btn:not(:first-child) {
    margin-left: 0;
}

[dir="rtl"] .custom-select {
    background-position-x: 0.75rem;
}

[dir="rtl"] .card-header .btn-group > a {
    margin-right: 0;
    margin-left: 0.5em;
}

/* Courses */
.list-movable {
    list-style: none;
    padding: 0;
    margin-bottom: 1em;
}

.list-movable .list-item-movable {
    border: 1px solid #d8dbe0;
    border-radius: 0.25rem;
    background: #fff;
    margin-bottom: 0.5em;
    padding: 5px;
    cursor: move;
}

.list-movable .list-item-movable:hover {
    background: #fafafa;
}

.list-movable .list-item-movable .btn.btn-xs {
    height: 26px;
}

.list-movable .list-item-movable .row {
    align-items: center;
}

[dir="rtl"] ul.gj-list-bootstrap li [data-role="display"] {
    padding-right: 4px;
    padding-left: 0;
}

.post-h {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.post-h .actions {
    text-align: right;
}

[dir="rtl"] ul.gj-list-bootstrap {
    padding-right: 0;
}

[dir="rtl"] .post-h .actions {
    text-align: left;
}

/* Lessons */
.dropzone .dz-message {
    margin: 3em 0;
}

.datatable-translates tbody tr {
    cursor: pointer;
}

body{
    background: #141819;
    color: #ffffff;
}

.login-card-signup{
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.login-card .login-card-signup .btn-primary.active{
    background: #ffffff;
    color: #000;
    border-color: rgba(255, 255, 255, 0.15);
}
.text-black{
    color: #000;
}
.login-card-form .btn-primary{
    background: #000;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.login-card-form .btn-primary:hover,
.login-card .login-card-signup .btn-primary.active:hover{
    opacity: 0.8;
}
.login-card-form .btn-link{
    color: #000;
    text-decoration: none;
}

.login-card-form .btn-link:hover {
    text-decoration: underline;
}


.fc-slot-today, .fc-day-today {
    background-color: #5ea4ff;
}

.note {
    max-width: 100px;
}

input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f1ce51 !important;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f1ce51 !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #f1ce51 !important;
}

.calendar-header{
    padding-top: 0;
    padding-bottom: 0;
}

.prioritized{
    background-color: #f9e108 !important;
}

#calendar.loading {
    position: relative;
}

#calendar.loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
