.table td,
.table th {
    padding: .75rem;
    vertical-align: top
}

.dash-dot,
.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis
}

body {
    background-color: #f3f3f3;
    scroll-behavior: smooth
}

.login-card {
    background-color: rgba(77, 138, 255, .05);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto;
    padding: 30px 12px
}

.p-l-0 {
    padding-left: .75rem !important
}

.p-r-0 {
    padding-right: .75rem !important
}

.login-form,
.singup-form {
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.login-form {
    width: 450px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.singup-form {
    width: 700px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box,
.course-box {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* newly added */
    min-height: 100%; 
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15)
}

.fx-card-item {
    position: relative;
    display: contents
}

.fx-card-item .fx-overlay-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.fx-card-item .fx-overlay-1:hover img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0)
}

.fx-card-item .fx-overlay-1 img {
    display: block;
    position: relative;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    width: 100%;
    height: 200px;
    border-radius: 5px
}

.bbsr-0 {
    border-bottom-left-radius: 0 !important
}

.bber-0 {
    border-bottom-right-radius: 0 !important
}

img {
    max-width: 100%
}

.fx-card-item .fx-overlay-1:hover .fx-overlay {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.fx-card-item .fx-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgb(0 0 0 / 29%);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 1
}

.fx-card-item .fx-overlay-1 .fx-info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0)
}

.fx-card-item .fx-overlay-1 .fx-info>li {
    list-style: none;
    display: inline-block;
    margin: 0 3px
}

.fx-card-item .fx-overlay-1 .fx-info>li a {
    border-color: #fff;
    color: #fff;
    padding: 12px 15px 10px
}

.fx-card-item a {
    color: #737373
}

.theme-primary .btn-danger {
    background-color: #f2426d;
    border-color: #f2426d;
    color: #fff
}

.course_img {
    width: 300px;
    height: 230px
}

.fx-card-item .fx-card-content {
    text-align: center;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.pull-up {
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.pull-up:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, .2);
    box-shadow: 0 14px 24px rgba(0, 0, 0, .2);
    z-index: 999
}

.mb-15 {
    margin-bottom: 15px !important
}

.box-body>:last-child,
.media-body>*,
ul {
    margin-bottom: 0
}

.box-body {
    padding: 1rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 5px
}

.icon-delete i,
.page-header-icon i {
    float: left;
    border-radius: 5px;
    -webkit-box-pack: center;
    font-size: 16px;
    display: inline-flex
}

.theme-primary .bg-warning {
    background-color: #fec801 !important;
    color: #fff
}

.fs-24 {
    font-size: 1.8461538462rem !important
}
a{
text-decoration:none
}

.fs-16 {
    font-size: 1.2307692308rem !important;
    text-decoration:none !important; 
}

.text-dark {
    color: #191d33 !important
}

.text-fade {
    color: #a1a4b5 !important
}

.fw-500 {
    font-weight: 500 !important
}

.h-50 {
    height: 50px !important
}

.w-50 {
    width: 50px !important
}

.me-15 {
    margin-right: 15px !important
}

.l-h-33 {
    line-height: 3.3rem !important
}

.btn-active-light-succes,
.btn.btn-light {
    color: #7e8299 !important;
    border-color: #f5f8fa;
    background-color: #f5f8fa
}

.btn.btn-light:hover {
    color: #7e8299;
    border-color: #eff2f5;
    background-color: #eff2f5 !important
}

.bookmark {
    text-align: right
}

.text-align-center,
ul.count_down li {
    text-align: center
}

ul {
    padding-left: 0;
    list-style-type: none
}

.page-header {
    padding-top: 30px;
    padding-bottom: 30px
}

.icon-delete i {
    width: 24px;
    height: 24px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff3636;
    color: #fff !important
}

.icon-delete-align {
    overflow: hidden;
    align-items: stretch;
    justify-content: center;
    background: 0 0;
    display: inline-block;
    padding: 8px 0 0
}

.page-header-icon i {
    width: 40px;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #2b2b2b
}

.page-header-icon i:hover {
    background-color: #4e73df;
    color: #fff !important
}

.f-w-blod,
.fw-600,
.fw-bolder {
    font-weight: 600 !important
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    font-weight: 700
}

.black {
    color: #181c32
}

.action-btn-custom {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f8fa;
    color: #a1a5b7
}

.card .card-footer,
.card .card-header,
.card-sub-header {
    background-color: transparent
}

.action-btn-custom:hover,
.primary-color {
    color: #4e73df
}

.me-1 {
    margin-right: .25rem !important
}

.white,
.white-color {
    color: #fff
}

.mb-10 {
    margin-bottom: 2.5rem !important
}

.pt-9 {
    padding-top: 2.25rem !important
}

.pt-4 {
    padding-top: 1.25rem !important
}

.pb-4 {
    padding-bottom: 1.25rem !important
}

.card {
    border: 0;
    box-shadow: 0 0 20px 0 rgba(76, 87, 125, .02)
}

.card .card-header .card-title,
.card .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32
}

.card .card-header .card-title {
    display: flex;
    align-items: center;
    margin: .5rem .5rem .5rem 0
}

.fs-3 {
    font-size: 1.35rem !important
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    border-bottom: 1px solid #eff2f5
}

.card .card-footer {
    padding: 2rem 2.25rem;
    border-top: 1px solid #eff2f5
}

.me-2 {
    margin-right: .5rem !important
}

.mb-8 {
    margin-bottom: 2rem !important
}

.form-check.form-check-custom {
    display: flex;
    align-items: center;
    margin: 0
}

.me-9 {
    margin-right: 2.25rem !important
}

.ms-3 {
    margin-left: .75rem !important
}

.form-check-input {
    position: absolute;
    margin-top: 0 !important;
    margin-left: -1.25rem;
    width: 22px;
    height: 22px
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.card-sub-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    color: #181c32;
    padding: .75rem .8rem;
    margin-bottom: 0;
    word-wrap: break-word
}

.badge-light-danger,
.badge-light-success,
.badge-light-warning {
    align-items: center;
    padding: 10px;
    display: inline-flex
}

.mw-650px {
    max-width: 650px !important
}

.avatar-upload,
.bg-img,
.box-header,
.timeline-item,
.wizard .wizard-body .step.initial {
    position: relative
}

.avatar-thumbnail-preview {
    border: 2px dashed #3c8dbc;
    max-height: 170px;
    height: 170px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.drag-drop-img-style {
    position: absolute;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    cursor: pointer
}

.avatar-thumbnail-preview .imagePreview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.d-block,
.show {
    display: block !important
}

.hide {
    display: none
}

.err {
    color: #ff0000bd;
    font-size: 14px
}

.min-h-250px {
    min-height: 250px !important
}

.bgi-size-cover {
    background-size: cover
}

.bgi-no-repeat {
    background-repeat: no-repeat
}

.bgi-size-contain {
    background-size: contain
}

.separator {
    display: block;
    height: 0;
    border-bottom: 2px solid #eff2f5
}

.me-4 {
    margin-right: 1rem !important
}

.btn-active-light-succes:hover {
    border-color: #dcfdfd;
    background-color: #dcfdfd !important
}

.separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: #e4e6ef
}

.badge-light-success {
    color: #00d9d9;
    background-color: #dcfdfd
    /* color: #ffffff; */
}
.enrollbadge{
color:white;
}

.badge-light-warning {
    color: #ffc700;
    background-color: #fff8dd
}

.badge-light-danger {
    color: #f1416c;
    background-color: #fff5f8
}

.badge-light-primary {
    color: #7239ea;
    background-color: #f8f5ff;
    display: inline-flex;
    align-items: center;
    padding: 10px
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e6f0 !important
}

.table td {
    border-top: 2px solid #e3e6f0 !important
}

.table th {
    border-top: none !important
}

.text-danger {
    color: #e74a3b !important;
    font-size: 13px
}

.form-control {
    border: 2px solid #e3e6f0 !important
}

.my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
}

.fs-3x {
    font-size: 3rem !important
}

.ls-n2 {
    letter-spacing: -.115rem !important
}

.lh-1 {
    line-height: 1 !important
}

.fs-6 {
    font-size: 1.075rem !important
}

.custom-file-button input[type=file] {
    margin-left: -2px !important
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none
}

.custom-file-button input[type=file]::file-selector-button {
    display: none
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer
}

.p-06 {
    padding: .6rem !important
}

.custom_preview_img {
    width: 90px;
    height: 90px
}

.thumb {
    position: relative;
    display: block;
    width: 100px;
    height: 90px
}

.gallery-image-remove {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    background: #1391d3
}

.btn-irv,
.btn-irv-default {
    font-weight: 700;
    color: #fff !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.vh100 {
    min-height: 100vh
}

.margin-auto {
    margin: auto
}

.card-like {
    margin-top: 10px;
    margin-bottom: 9rem !important;
    border-radius: 6px;
    padding: 30px 50px !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.btn-irv {
    width: 100%;
    background: #038dab;
    transition: .3s
}

.btn-irv:hover {
    background: #02738d;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.btn-irv-default {
    background: #bbb
}

.bolder-size,
.fw-800 {
    font-weight: 800
}

.btn-irv-default:hover {
    background: #aaa
}

.text-overflow,
.wizard {
    overflow: hidden
}

.wizard .wizard-header {
    margin-bottom: 5px
}

.wizard .wizard-header h1 {
    margin-top: 0;
    margin-bottom: 20px
}

.wizard .wizard-header h1 small {
    color: #bbb
}

.wizard .wizard-header hr {
    border-color: #038dab;
    border-top-width: 2px
}

.wizard .wizard-header .steps {
    height: 15px
}

.wizard .wizard-header .steps .wizard-step {
    background: #038dab;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    opacity: .2;
    border-radius: 50%;
    transition: .8s
}

.wizard .wizard-header .steps .wizard-step.active {
    opacity: 1
}

.wizard .wizard-body {
    position: relative;
    transition: .3s cubic-bezier(.68, -.3, .37, .6)
}

.wizard .wizard-body .step {
    transition: .3s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    right: -100%;
    opacity: 0
}

.wizard .wizard-body .step.off {
    opacity: 0 !important;
    right: 100% !important
}

.wizard .wizard-body .step.active {
    right: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    transition: .4s linear .1s
}

.wizard .wizard-footer {
    margin-top: 30px
}

.m-b-12 {
    margin-bottom: 12px
}

.info-text-show {
    display: block;
    font-size: 13px;
    color: #484a54
}

.noClick {
    pointer-events: none;
    opacity: .5
}

.mt-1rem {
    margin-top: 1rem
}

.audio::-webkit-media-controls-panel {
    background: #fff
}

.todo-list {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0
}

.todo-list .handle {
    cursor: move;
    display: inline-block;
    margin: 0 5px
}

.m-b-1rem,
.mb-1rem {
    margin-bottom: 1rem
}

.overflow-x-auto {
    overflow-x: auto
}

.border-warning {
    border: 2px solid #f6c23e
}

.border-danger {
    border: 2px solid red
}

.pageinfo-slide {
    display: flex;
    flex-direction: row-reverse
}

.bg-success-elearn {
    background-color: #58baab !important;
    color: #fff
}

.box .bg-img,
.box.bg-img {
    border-radius: 5px
}

.bg-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.p-30 {
    padding: 30px !important
}

.mt-45 {
    margin-top: 45px !important
}

.me-30 {
    margin-right: 30px !important
}

.l-h-50 {
    line-height: 3.5714285714rem !important
}

.text-white-70 {
    color: rgba(255, 255, 255, .7) !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.no-shadow {
    box-shadow: none !important
}

.box-header {
    color: #191d33;
    display: block;
    padding: 1.5rem;
    border-bottom: 1px solid #f0f3f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-border {
    border: 0 !important
}

.box-header .box-title {
    display: inline-block;
    margin: 0;
    font-weight: 400
}

.bg-primary-light {
    background-color: #e2f3fc !important;
    color: #019ff8 !important
}

.p-1rem {
    padding: 1rem
}

.media-list:hover {
    background-color: #f0f3f6
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, .3)
}

.div-scroll-das {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll
}

.mt-20 {
    margin-top: 20px
}

.bg-topic-completed {
    background-color: var(--success) !important;
    color: #fff !important
}

.bg-topic-inprogress {
    background-color: var(--yellow) !important;
    color: #fff !important
}

.h-250px {
    height: 250px !important
}

.pt-15 {
    padding-top: 1.75rem !important
}

.mt-n20 {
    margin-top: -3rem !important
}

.mb-2rem {
    margin-bottom: 2rem
}

.rounded-2 {
    border-radius: .475rem !important
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.h-180px {
    height: 180px !important
}

.black-bg {
    background-color: #000 !important;
    color: #fff !important
}

.svg-icon.svg-icon-primary {
    color: #7239ea
}

.bolder-size {
    font-size: 22px
}

.ls-n1 {
    letter-spacing: -.1rem !important
}

.timeline-item {
    padding: 0;
    margin: 0;
    display: flex
}

.mtb05 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.timeline-content {
    width: 100%;
    overflow: auto;
    margin-bottom: 1.5rem
}

.p6 {
    padding: 6px !important
}

.form-control:focus {
    box-shadow: unset !important
}

.mb05 {
    margin-bottom: .5rem
}

.padding10 {
    padding: 10px
}

.dash-dot {
    display: inline-block;
    width: 320px;
    overflow: hidden !important
}

.bg-light-gray {
    background-color: #f8f5ff !important
}

.border-dashed {
    border-style: dashed !important;
    border-color: #e4e6ef
}

.p-6 {
    padding: 1.5rem !important
}

.me-3 {
    margin-right: .75rem !important
}

.h-200px {
    height: 200px !important
}

.end-0 {
    right: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.position-absolute {
    position: absolute !important
}

.fs-18rem {
    font-size: 1.8rem !important
}

.z-index-2 {
    z-index: 2 !important
}

.mb-7 {
    margin-bottom: 1.75rem !important
}

ul.count_down {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 15px
}

ul.count_down li {
    display: inline-block;
    color: #fff;
    padding: 10px
}

.l-h-2 {
    line-height: 2
}

.fs-23 {
    font-size: 23px !important
}

.theme-blue-bg {
    /* background-color: #4e73df !important; */
    background-color: #292f4f !important;
    color: #fff !important
}

.text-gray {
    color: #878787 !important;
    font-size: 13px
}

.p0 {
    padding: 0 !important
}

.text-intro-nodata {
    text-align: center;
    padding: 5rem;
    text-transform: uppercase
}

#meaning_timer,
#question_timer,
#stem_timer,
#word_timer,
.timer {
    padding: .25rem .5rem
}

.drawer {
    display: flex !important;
    overflow: auto;
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transition: transform .3s ease-in-out
}

.drawer.drawer-start {
    left: 0;
    transform: translateX(-100%)
}

.wrap-flex {
    flex-wrap: wrap !important
}

.m-t-b-4 {
    margin-top: 4px;
    margin-bottom: 4px
}

@media (min-width:768px) {
    .dp-sm-name {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.serial_no {
    width: 30px;
    height: 30px;
    font-weight: 600;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4e73df;
    color: #fff !important;
    cursor: pointer;
    float: left;
    border-radius: 3px;
    -webkit-box-pack: center;
    font-size: 14px;
    display: inline-flex
}