:root {
    --cbiDarkGray: #4D4D4D;
    --cbiLightGray: #D1D1D1;
    --cbiGold: #FFB000;
    --cbiBlue: #001B4D;
    --fieldColor: #3D3D99;
    --buttonColor: #3D3D99;
    --sliderColor: #3D3D99;
    --cbiDLightGray: #D1D1D1;
    --LightBlue: #A8B4E5;
    --cbiGrey: #D8DEE9;
}
/*********************************************************
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: 20px;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: var(--cbiBlue);
}
.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: 20px;
}
.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(--cbiGrey);
    color: var(--cbiBlue);
    width: 160px;
}
progress::-moz-progress-bar {
    background-color: var(--cbiBlue);
}
progress::-webkit-progress-value {
    background-color: var(--cbiBlue);
}
::-webkit-progress-bar {
    background-color: var(--cbiGrey);
}
#toast-container>div {
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #ccc !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;
}
.pointer-events-none {
    pointer-events: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
/*!********************************************************
STATUS SLIDER
**********************************************************/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 !important;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6acae;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 25px;
    width: 100%;
}
.switch .slider:before {
    position: absolute;
    content: "\f00d";
    height: 30px;
    width: 30px;
    left: -1px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #e41d25;
    font-family: "Font Awesome 5 Free";
    color: #e41d25;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-weight: 900;
}
input:checked+.slider {
    background-color: #37B470;
}
input:focus+.slider {
    box-shadow: 0 0 1px #ccc;
}
input:checked+.slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    border-color: #087845;
    color: #087845;
    content: "\f00c";
    padding-left: 4px;
}
.switch .slider.round {
    border-radius: 34px;
}
.switch .slider.round:before {
    border-radius: 50%;
}
@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(--cbiGold);
}
.text-blue {
    color: var(--cbiBlue);
}
.text-ltGray {
    color: var(--cbiLightGray);
}
/*********************************************************
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(--cbiGold);
    color: #191919;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--cbiGold);
}
.btn-gold:hover {
    background-color: transparent;
    color: var(--cbiGold);
    border: 2px solid var(--cbiGold);
}
.btn-gold-rounded {
    background-color: var(--cbiGold);
    color: #191919;
    font-family: "Oswald", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--cbiGold);
    border-radius: 10px;
    text-transform: uppercase;
    padding: 0.375rem 1rem
}
.btn-blue {
    background-color: var(--cbiBlue);
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--cbiBlue);
}
.btn-blue:hover {
    background-color: transparent;
    color: var(--cbiBlue);
    border: 2px solid var(--cbiBlue);
}
.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(--cbiDarkGray);
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid var(--cbiDarkGray);
}
.btn-darkGray:hover {
    background-color: transparent;
    color: var(--cbiBlue);
    border: 2px solid var(--cbiDarkGray);
}
.btn-ltBlue {
    color: #fff;
    background-color: #2f8ab9;
    border: 2px solid #2f8ab9;
}
.btn-ltBlue:hover {
    background-color: transparent;
    color: #2f8ab9;
}
/*********************************************************
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: 200px;
}
.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;
}
.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;
}
.login-disclaimer {
    background-color: #F5EDDA;
    border: 3px solid #FFB000;
}
.login-disclaimer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: unset;
}
/*********************************************************
DASHBOARD
**********************************************************/
.dashboard-bg {
    min-height: 95vh;
    background-color: #F1F1F1;
    padding: 0px 100px;
}
.dashboard-right {
    background-color: #4D4D4D;
    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: var(--cbiBlue);
    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(--cbiBlue);
    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
**********************************************************/
.support-form {
    border-radius: 20px;
}
.support-form p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.support-form .btn-gold {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-radius: 7px;
}
.support-form .form-control {
    background-color: #EBEEF1;
    color: #4D4D4D;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: calc(1.5em + 1.75rem + 2px);
}
.support-form textarea.form-control {
    height: unset;
}
.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;
    }
}
@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;
    }
}
