:root {
    --aesRed: #db4641;
    --fieldColor: #3D3D99;
    --buttonColor: #3D3D99;
    --sliderColor: #3D3D99;
    --darkGrey: #c9c9c9;
    --BrightBlue: #00689f;
    --LightBlue: #99c2d8;
    --mediumGrey: #545b62;
    --lightGrey: #e6e6e6;
    --aesyellow: #efbc5b;
}
/*********************************************************
CORE CSS
**********************************************************/
.ck-editor__editable_inline {
    min-height: 250px;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    cursor: pointer;
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 45px;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
.autocomplete-no-suggestion a {
    color: #9a9a9a;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 45px;
}
.autocomplete-no-suggestion a:hover {
    text-decoration: none;
    color: #333333;
    opacity: .7;
}
.fa-notification {
    font-size: 2.5rem !important;
    position: absolute;
    top: -10px;
    right: 5px;
}
.fa-rotate {
    transform: rotate(180deg);
}
progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    appearance: none;
    height: 0.5rem;
    overflow: hidden;
    border: 0;
    border-radius: 0.25rem;
    background-color: var(--mediumGrey);
    color: var(--aesRed);
    width: 160px;
}
progress::-moz-progress-bar {
    background-color: var(--aesRed);
}
progress::-webkit-progress-value {
    background-color: var(--aesRed);
}
::-webkit-progress-bar {
    background-color: var(--mediumGrey);
}
#toast-container>div {
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #ccc !important;
}
.boxshadow-0 {
    box-shadow: unset !important;
}
/*********************************************************
DATATABLES
**********************************************************/
th.dtr-control:before,
td.dtr-control:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    border: unset !important;
    box-shadow: unset !important;
    height: 1.1em !important;
    width: 1.1em !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    content: '\f107';
    line-height: 1.2em;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: '\f106';
    line-height: 1.1em;
}
div.dataTables_wrapper div.dataTables_info {
    white-space: unset;
}
.dataTables_info {
    margin-left: auto;
}
.dt-buttons {
    float: right;
}
.dt-buttons .dt-button {
    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;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .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;
}
.dt-buttons .dt-button {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.dt-buttons .dt-button:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 0 8px;
}
table.dataTable {
    margin-top: 0 !important;
}
.tableActionsColumn {
    width: 0px;
    white-space: nowrap;
}
.dataTables_length {
    display: inline-block;
    margin-right: 1.5rem;
}
.ajax-file-upload-progress,
.ajax-file-upload-filename {
    width: 100% !important;
}
.ajax-file-upload-statusbar {
    padding: 10px;
}
/** Resumable.js **/
#resumable-drop {
    border: 2px dotted rgba(0, 0, 0, 0.3) !important;
    cursor: pointer;
    height: 150px;
    text-align: center;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: flex;
    align-items: center;
}
#resumable-browse {
    font-weight: bold !important;
    font-size: 1.6rem !important;
    padding-top: 5px !important;
    width: 100%;
}
.resumable-file-progress-wrapper {
    color: #fff !important;
    background-color: #616161 !important;
    word-wrap: normal !important;
    margin: 10px;
}
.resumable-file-progress {
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
.resumable-file-name {
    color: #999999;
    font-size: 1.2rem;
}
.resumable-file-status {
    color: #999999;
    font-weight: bold !important;
    font-size: 1.6rem !important;
}
.pointer-events-none {
    pointer-events: none;
}
/*!********************************************************
LOADER
**********************************************************/
.modal_loader {
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #00000080;
}
.modal_loader .animate__animated {
    vertical-align: middle;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #007abf;
    margin-left: 18px;
}
.modal_loader .loading_message {
    top: 35%;
    position: relative;
    padding: 2rem 0;
    background: #fff;
    border-top: 4px solid #545b62;
    border-bottom: 4px solid #545b62;
}
.modal_loader .spin {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 8px solid #2a567d33;
    border-radius: 50%;
    border-top-color: #2a567d;
    animation: 1s ease-in-out infinite spin;
    -webkit-animation: 1s ease-in-out infinite spin;
}
.inline_loader {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: #00000080;
}
.inline_loader .animate__animated {
    vertical-align: middle;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #007abf;
    margin-left: 18px;
}
.inline_loader .loading_message {
    top: 35%;
    left: 0;
    right: 0;
    position: absolute;
    padding: 2rem 0;
    background: #fff;
    max-width: 500px;
    margin: auto;
    border-radius: 15px;
}
.inline_loader .loading_message h4 {
    font-weight: bold;
    font-size: 2rem;
}
.inline_loader .loading_message p {
    font-size: 1.2rem;
}
.inline_loader .spin {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 8px solid #2a567d33;
    border-radius: 50%;
    border-top-color: #2a567d;
    animation: 1s ease-in-out infinite spin;
    -webkit-animation: 1s ease-in-out infinite spin;
}
.dataTables_length {
    display: inline-block;
    margin-right: 1.5rem;
}
.tableFilter {
    display: inline-block;
}
@media (max-width:1024px) {
    .inline_loader .spin,
    .modal_loader .spin {
        width: 40px;
        height: 40px;
        border-width: 6px;
    }
    .inline_loader .animate__animated,
    .modal_loader .animate__animated {
        font-size: 18px;
    }
}
@media (max-width:768px) {
    .autocomplete-search {
        background-size: 30px 30px;
    }
    .inline_loader .spin,
    .modal_loader .spin {
        width: 25px;
        height: 25px;
        border-width: 4px;
    }
    .inline_loader .animate__animated,
    .modal_loader .animate__animated {
        font-size: 14px;
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
.fa-success {
    color: green !important;
    font-size: 8rem !important;
}
.process-text {
    font-size: 1.3rem;
}
.success_message h2 {
    font-size: 1.8rem;
}
/*********************************************************
FORM RADIO/CHECKBOX
**********************************************************/
input.form-control[type=radio],
input.form-control[type=checkbox] {
    display: none;
    margin: 0;
}
input.form-control[type=radio]+label:before {
    border-radius: 100%;
}
input.form-control[type=radio]+label:before,
input.form-control[type=checkbox]+label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin: -2px .8rem 0 0;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    margin-top: -2px;
}
input.form-control[type=radio]:checked+label:before,
input.form-control[type=checkbox]:checked+label:before {
    background-color: var(--fieldColor);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
input.form-control[type=radio]:focus+label:before,
input.form-control[type=checkbox]:focus+label:before {
    outline: none;
    border-color: var(--fieldColor);
}
input.form-control[type=radio]:selected:disabled+label:before,
input.form-control[type=checkbox]:selected:disabled+label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
input.form-control[type=radio]+label:empty:before,
input.form-control[type=checkbox]+label:empty:before {
    margin-right: 0;
}
.scroll-x {
    overflow-x: auto;
}
.scroll-y {
    overflow-y: auto;
}
@charset "utf-8";
/*********************************************************
RESETS
**********************************************************/
html {
    scroll-behavior: smooth;
}
html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: top center;
}
body {
    background-color: #fff;
    color: #282828;
    font-family: 'Roboto', sans-serif;
}
p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.container {
    padding: 0;
    /*width:1190px;*/
}
img {
    max-width: 100%;
}
.small,
small {
    font-size: 70%;
    font-weight: inherit;
}
@media (min-width: 1450px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
        width: 1400px;
    }
}
/*********************************************************
DEFAULTS
**********************************************************/
p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #202020;
    font-size: 16px;
    font-weight: normal;
}
a {
    text-decoration: none;
}
a:hover {
    transition: .3s;
}
h1 {
    font-size: 45px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #202020;
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
    font-weight: bold;
}
h1 small {
    font-size: 50%;
    font-weight: normal;
    display: block;
}
h2 {
    font-size: 28px;
    margin-bottom: .5rem;
    color: #202020;
    font-family: "Oswald", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
    font-family: "Oswald", Sans-serif;
}
h3 small {
    font-size: 60%;
    font-weight: normal;
    display: block;
}
h4 {
    font-size: 18px;
    color: #202020;
    font-family: "Oswald", Sans-serif;
    font-weight: bold;
}
h4 small {
    font-size: 60%;
    display: block;
    color: #202020;
}
h5 {
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    font-family: "Oswald", Sans-serif;
}
hr {
    border-bottom: 2px solid #ccc;
}
.text-gold {
    color: var(--aesyellow);
}
.text-blue {
    color: var(--BrightBlue);
}
.text-ltGray {
    color: var(--lightGrey);
}
.text-red {
    color: var(--aesRed);
}
/*********************************************************
BUTTONS
**********************************************************/
.btn-default {
    color: #fff;
    background-color: #008AA1;
    border-radius: 40px;
    padding: 10px 25px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    display: inline-block;
}
.btn-default:hover {
    color: #fff;
    background-color: #206699;
}
.btn-gold {
    background-color: var(--aesyellow);
    color: #191919;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--aesyellow);
}
.btn-gold:hover {
    background-color: transparent;
    color: var(--aesyellow);
    border: 2px solid var(--aesyellow);
}
.btn-blue {
    background-color: var(--BrightBlue);
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--BrightBlue);
}
.btn-blue:hover {
    background-color: transparent;
    color: var(--BrightBlue);
    border: 2px solid var(--BrightBlue);
}
.btn-blue-upload {
    background-color: var(--BrightBlue);
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0;
    border: 2px solid var(--BrightBlue);
}
.btn-blue-upload:hover {
    background-color: transparent;
    color: var(--BrightBlue);
    border: 2px solid var(--BrightBlue);
}
.share-link {
    color: var(--BrightBlue);
    font-family: "Raleway", Sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.share-link i {
    font-size: 22px;
}
.btn-progress {
    background-color: #A8B4E5;
    color: #191919;
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-radius: 7px;
    padding: 5px 25px;
}
.btn-completed {
    background-color: #F9D895;
    color: #191919;
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-radius: 7px;
    padding: 5px 25px;
}
.btn-notstarted {
    background-color: #E1E1E1;
    color: #191919;
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-radius: 7px;
    padding: 5px 25px;
}
.btn-progress:hover,
.btn-notstarted:hover,
.btn-completed:hover {
    opacity: .8;
}
.btn-darkGray {
    background-color: var(--darkGrey);
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--darkGrey);
}
.btn-darkGray:hover {
    background-color: transparent;
    color: var(--BrightBlue);
    border: 2px solid var(--darkGrey);
}
.btn-ltBlue {
    color: #fff;
    background-color: #2f8ab9;
    border: 2px solid #2f8ab9;
}
.btn-ltBlue:hover {
    background-color: transparent;
    color: #2f8ab9;
}
.btn-red {
    background-color: var(--aesRed);
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--aesRed);
}
.btn-red:hover {
    background-color: transparent;
    color: var(--aesRed);
    border: 2px solid var(--aesRed);
}
.btn-red-completed {
    background-color: var(--aesRed);
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid var(--aesRed);
    border-radius: 0;
    padding: 7px 20px;
    vertical-align: super;
}
/*********************************************************
HEADER
**********************************************************/
.navbar-light .navbar-nav .nav-link {
    color: #333 !important;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0.5rem 1.2rem;
}
.navbar-nav .fa-search {
    font-size: 30px;
    padding-left: 25px;
    padding-top: 3px;
}
.dropdown-toggle::after {
    content: unset;
}
.dropdown-item {
    padding: 1rem 1.5rem;
}
.dropdown-menu {
    border: unset;
    border-radius: unset;
}
.nav-padding {
    padding: 5px 100px;
}
.nav-item {
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #4D4D4D;
}
.nav-item a {
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
}
.nav-item i {
    font-size: 20px;
    color: #4D4D4D;
    vertical-align: text-bottom;
    margin-left: 5px;
}
.navbar p {
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
}
/*********************************************************
HOMEPAGE
**********************************************************/
.home-banner {
    background-image: url(/assets/img/home-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.home-banner .home-logo {
    width: 150px;
}
.home-login {
    margin: 0 15%;
}
.home-login p {
    font-family: 'Open Sans', sans-serif;
    color: #4D4D4D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.home-login p.home-register {
    font-family: 'Open Sans', sans-serif;
    color: #4D4D4D;
    text-transform: unset;
    font-weight: bold;
    font-size: 16px;
}
.banner-title {
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
}
.banner-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
}
.home-right {
    padding: 60px 60px;
}
.home-right h3 {
    font-size: 34px;
}
.home-courses {
    border: 1px #fff solid;
    padding: 10px 8px;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
}
.home-login .form-control {
    height: calc(1.5em + 1.2rem + 2px);
    border-radius: 0;
    border-color: #8e8e8e;
}
.home-login .form-control::placeholder {
    color: #8e8e8e;
}
/*********************************************************
DASHBOARD
**********************************************************/
.dashboard-bg {
    min-height: 95vh;
    background-color: #dfdfdf;
    padding: 0px 100px;
}
.dashboard-right {
    background-color: #6a6a6a;
    height: 85vh;
    border-radius: 18px;
    margin-top: 60px;
}
.dashboard-right .avatar {
    margin-top: -50px;
}
.dashboard-right h3 {
    font-size: 30px;
    line-height: 1;
}
.dashboard-courses {
    border: 1px #fff solid;
    padding: 5px 8px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.my-courses {
    min-height: 78vh;
    border-radius: 10px;
}
.class-bg {
    background-color: #eeeeee;
}
.course-row {
    border-radius: 7px;
}
.in-progress {
    background-color: #efbc5b;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 20px;
    border-radius: 5px;
}
.dashboard-left h5 {
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #6a6a6a;
    font-weight: bold;
    line-height: 1;
}
.my-courses-title {
    margin-top: 50px;
}
.my-courses-title h5 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: #6a6a6a;
    font-weight: bold;
    line-height: 1;
}
.my-courses p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #6a6a6a;
    line-height: 1;
}
.progress-status p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #6a6a6a;
    line-height: 1;
}
a .fa-chevron-right {
    color: var(--BrightBlue);
    font-size: 25px;
    vertical-align: text-top;
}
.help {
    background-color: #5A5A5A;
    border-radius: 13px;
    padding: 10px 25px;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 94%;
}
.dashboard-right .btn-gold,
.dashboard-left .btn-gold {
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-radius: 7px;
    padding: 5px 25px;
}
.course-list div {
    border-left: 6px solid #fff;
    padding-left: 20px;
}
.course-list:hover {
    text-decoration: none;
}
.course-list h4 {
    font-family: "Oswald", Sans-serif;
    font-size: 26px;
    font-weight: bold;
}
.course-list p {
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.quiz-border {
    border-bottom: 2px solid #5A5A5A;
    padding-bottom: 20px;
}
.progress-status a {
    text-decoration: none;
}
.my-courses .video-completed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #188575;
    opacity: .9;
}
.my-courses .fa-check-circle {
    color: #fff;
    font-size: 50px;
}
.avatar {
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #000;
}
/*********************************************************
INTERNALS
**********************************************************/
/*********************************************************
FORM INPUT
**********************************************************/
.form-group.input-underline .form-control {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid darkgrey;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.5rem;
    margin: 4px 0 0 0;
    padding: 0;
}
.form-group.input-underline textarea.form-control {
    border: 1px solid #dee2e6 !important;
    margin-top: 1rem !important;
    padding: 8px 12px;
}
.form-group.input-underline .underline {
    height: 4px;
    width: 0px;
    position: relative;
    margin-top: -4px;
    background: var(--fieldColor);
    transition: .3s width ease-in-out;
}
.form-group.input-underline .form-control:focus+.underline {
    width: 100%;
    background: var(--fieldColor);
}
.form-group.input-underline label {
    margin: 0 0 -10px 0;
    padding: 0;
    display: block;
}
/*********************************************************
FORM RADIO
**********************************************************/
.radio {
    margin: 0.5rem;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked+.radio-label:before {
    background-color: var(--fieldColor);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: var(--fieldColor);
}
.radio input[type=radio]:selected:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}
/*********************************************************
FORM CHECKBOX
**********************************************************/
.checkbox {
    margin: 0.5rem;
}
.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.checkbox input[type=checkbox]+.checkbox-label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.checkbox input[type=checkbox]:checked+.checkbox-label:before {
    background-color: var(--fieldColor);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.checkbox input[type=checkbox]:focus+.checkbox-label:before {
    outline: none;
    border-color: var(--fieldColor);
}
.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.checkbox input[type=checkbox]+.checkbox-label:empty:before {
    margin-right: 0;
}
/*********************************************************
FORM SEARCH INPUT
**********************************************************/
.search__input {
    width: 100%;
    padding: 14px 24px 12px 24px;
    background-color: var(--fieldColor);
    transition: transform 250ms ease-in-out;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    background-color: var(--fieldColor);
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 95% center;
    border-radius: 5px;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.search__input::placeholder {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.search__input:focus::placeholder {
    color: grey;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.search__input:focus {
    padding: 14px 0 12px 0;
    outline: 0;
    color: grey;
    border: 1px solid transparent;
    border-bottom: 1px solid #575756;
    border-radius: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='grey' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>");
    background-position: 100% center;
}
/*********************************************************
BUTTONS
**********************************************************/
.btn-form {
    border: 3px solid var(--buttonColor);
    color: var(--buttonColor);
    background: none;
    cursor: pointer;
    padding: 20px 40px;
    margin: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-form:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    background: var(--buttonColor);
    opacity: .8;
}
/*********************************************************
FORM DATEPICKER/FLATPICKR
**********************************************************/
.flatpickr-input {
    background: #fff !important;
    height: 46px;
}
.flatpickr {
    background: #fff;
}
.flatpickr input {
    background: #fff !important;
    height: auto;
}
.flatpickr a.input-button {
    text-decoration: none;
    border: 1px solid #bbb;
    padding: 4px 10px;
    border-left: 0;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    line-height: 1;
}
.datepicker {
    height: 38px;
}
/*********************************************************
DATATABLES
**********************************************************/
th.dtr-control:before,
td.dtr-control:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    border: unset !important;
    box-shadow: unset !important;
    height: 1.1em !important;
    width: 1.1em !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    content: '\f107';
    line-height: 1.2em;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: '\f106';
    line-height: 1.1em;
}
div.dataTables_wrapper div.dataTables_info {
    white-space: unset;
}
.dataTables_info {
    margin-left: auto;
}
.dt-buttons {
    float: right;
}
.dt-buttons .dt-button {
    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;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .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;
}
.dt-buttons .dt-button {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.dt-buttons .dt-button:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 0 8px;
}
table.dataTable {
    margin-top: 0 !important;
}
.tableActionsColumn {
    width: 0px;
    white-space: nowrap;
}
/*********************************************************
RANGE SLIDER
**********************************************************/
.slidecontainer {
    width: 100%;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider:hover {
    opacity: 1;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--sliderColor);
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--sliderColor);
    cursor: pointer;
}
/*********************************************************
FOOTER
**********************************************************/
footer {
    background-color: #3d3d3d;
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
@media (max-width: 1450px) {}
@media (max-width: 1200px) {}
@media (max-width: 996px) {
    .home-login {
        margin: 0 5%;
    }
    .home-right {
        padding: 60px 20px;
    }
    .course-row img {
        width: 75%;
    }
}
@media (max-width: 768px) {
    .home-banner {
        background-position: center left;
    }
    .banner-title,
    .banner-text,
    .banner-title,
    .banner-text a {
        color: #4D4D4D !important;
    }
    .home-right {
        padding: 50px 10px;
    }
    .banner-title {
        font-size: 30px;
    }
    .dashboard-bg {
        padding: 0px 10px;
    }
    .home-courses,
    .home-right h3 {
        color: #4D4D4D !important;
    }
    .home-courses {
        border: 1px #4D4D4D solid;
    }
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
    .dashboard-bg {
        padding: 0px 10px;
    }
    .course-row img {
        width: 100%;
    }
    .home-logo {
        width: 200px;
    }
}
@media (max-width: 450px) {
    .btn-progress,
    .btn-completed,
    .btn-notstarted {
        font-size: 10px;
    }
}