article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.logo_column {
    position: absolute;
    top: 12px;
    left: 10px;
    right: auto;
    bottom: auto;
    z-index: 9;
}

.logo_column a i {
    color: #000;
}

.logo_column a:hover i {
    color: #a2a2a2 !important;
}

.logo_column a span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav>ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 700px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav>ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 14px;
    color: white;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

/* Icons */
.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.3em;
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
}

.content-wrap section.content-current {
    display: block;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }
}

.tabs-style-linemove nav {
    background: #25455d;
}

.tab-current:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fbc21b;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove nav a {
    padding: 1em 0;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
    color: #2CC185;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.tabs-style-linemove nav a span {
    font-weight: 600;
}

.progress_content {
    margin-bottom: 40px;
}

.title_sty1 h5 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

.title_sty1 {
    background-color: #f7f5f5;
    padding: 10px;
    text-align: left;
    position: sticky;
    top: 0;
}

.progress_item ul li:first-child {
    background-color: #27d28e;
    color: white;
}

.progress_item h6 {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.progress_item ul li {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    margin-right: -5px;
    width: 50%;
}

.progress_item ul {
    margin: 0;
    text-align: left;
}

.pie {
    margin: 0 auto 20px;
}

.progress_raidal_bar {
    border: 1px solid #ddd;
}

.components_item:last-child {
    margin-bottom: 0;
}

.components_item ul li img {
    max-width: 25px;
    display: block;
    margin: 0 auto;
}

.components_item ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
}

.components_item ul {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.components_item {
    margin-bottom: 0;
    padding: 12px;
}

.components_item ul li:last-child {
    font-size: 16px;
}

.components_item ul li:first-child {
    border-right: 1px solid #ddd;
}

.border {
    border: 1px solid #ddd;
}

.chapters_content table {
    width: 100%;
}

.chapters_content table tbody tr {
    border: 1px solid #ddd;
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.chapters_content table tbody tr:last-child {
    margin-bottom: 0;
}

.chapters_content table tbody tr td {
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

.chapters_content table tbody tr td:last-child {
    text-align: right;
    color: #04b904;
}

.chapters_content {
    padding: 10px;
}

.chapters {
    overflow: auto;
    max-height: 300px;
}

#container {
    padding: 0;
    background: transparent;
}

.bg-white {
    background-color: white;
}

#section-linemove-7 {
    padding: 0;
}

.nav-tabs>li>a {
    border: none;
    border-radius: 0;
    font-weight: 600;
    color: #000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 4px solid #25455d;
}

.nav-tabs>li a:hover {
    background-color: #fff;
}

.course_item span {
    font-size: 14px;
    display: block;
    text-align: left;
}

.course_icon {
    text-align: right;
}

.course_icon li {
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    transform: scale(1.0);
}

.course_icon li:hover img {
    transform: scale(0.8);
    transition: all 0.3s;
}

.course_icon ul {
    margin: 0;
}

.course_icon img {
    max-width: 30px;
    transition: all 0.3s;
}

.course_bg {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fffbed;
}

.course_table td,
.course_table th {
    padding: 0;
    text-align: left;
}

.course_table thead tr th {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 15px;
}

.course_table tbody tr td {
    border-right: 1px solid #ddd;
    padding: 10px;
}

.course_table tbody tr {
    border: 1px solid #ddd;
    background-color: #fff8f8;
}

.course_table {
    padding: 20px;
}

.datepicker table tr td.highlighted {
    background: #ffe0e0 !important;
    color: black !important;
    border-color: #fdd1d1 !important;
}

.datepicker td,
.datepicker th {
    padding: 10px !important;
    border: 1px solid #e0e0e0 !important;
}

.course_table input[type="number"] {
    text-align: center;
    padding: 0;
    width: 40px;
}

.course_table input {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 15px;
    height: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.course_table button {
    font-weight: bold;
    font-size: 25px;
    position: relative;
    top: 3px;
    background-color: transparent;
}

#sortable {
    margin-bottom: 0;
}

#sortable li {
    cursor: move;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: white;
}

#sequence_modal .modal-title {
    text-align: left;
}

#sequence_modal .modal-body {
    padding: 0;
}

#sequence_modal .modal-header {
    background: #fff5f1;
}

/*sidebar menu*/
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/



.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    border-right: 1px dotted red;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}

/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 360px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 52px;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    background-color: #f9f9f9;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 12px 40px 12px 35px;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
}

span.icon_onclick span {
    padding: 0 5px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    font-size: 12px;
}

.tabs-style-linemove nav a span.icon_onclick span i {
    font-size: 16px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: auto;
    top: 14px;
    left: 10px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    font-size: 13px;
    position: relative;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: auto;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.page-wrapper .page-content>div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

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

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #2cc185;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.tabs .sidebar-content ul li {
    display: block;
    text-align: left;
    -webkit-flex: initial;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: inherit;
    width: 100%;
    border-bottom: 1px solid #ececec;
    border-right: none;
    position: relative;
}

.tabs-style-linemove nav a span.icon_onclick {
    top: 1px;
    float: right;
    position: relative;
}

.tabs-style-linemove nav a span.icon_onclick span {
    margin-right: 5px;
}

[data-tooltip-position="top"]:before {
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[data-tooltip-position="left"]:before {
    -ms-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    background: #4486f4;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.4;
    min-width: 124px;
    text-align: center;
    border-radius: 4px;
    top: 0;
    display: none;
}

/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}

.icon_onclick {
    top: 10px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    font-size: 16px;
}

.dropdown_menu_style1 {
    min-width: 260px;
}

.icon_onclick span i {
    z-index: 99;
    position: relative;
}

#section-linemove-2 {
    padding: 0;
}

.width_resize_3 {
    width: 22.5%;
    padding-right: 0;
}

.width_resize_9 {
    width: 77.5%;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pd-0 {
    padding: 0;
}

#section-linemove-2 .nav-tabs>li>a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 18px 15px;
    line-height: 100%;
}

.accordion-container {
    text-align: left;
    padding: 15px;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.content_box {
    display: none;
}

.content_box p {
    margin: 0;
    font-size: 15px;
    line-height: 160%;
}

.content_box {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-color: #3399cc;
    color: #fff;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.tab_fixed {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.content-wrap {
    overflow: auto;
}

.content-current {
    padding-bottom: 100px !important;
}

.content_box .fa-edit {
    font-size: 1.5em;
    float: right;
    cursor: pointer;
    color: #03d603;
    margin-top: 30px;
}

.adjoined-bottom {
    margin-top: 20px;
}

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

.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #000;
}

table tbody tr td,
table thead tr td {
    font-size: 14px;
}

table thead tr td {
    font-weight: 600;
}

.table>tbody>tr>th {
    font-size: 15px;
    font-weight: 600;
}

footer {
    height: 27px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    top: auto;
    padding: 2px;
    text-align: center;
    background-color: #25455d;
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}

footer img {
    max-width: 90px;
    background-color: #fff;
    padding: 8px;
    border-radius: 100px;
}

.pd-all {
    padding: 15px;
}

.tab-pane h4 {
    font-weight: 600;
    text-align: left;
}

.other table tbody tr:nth-child(2n+2) {
    background-color: #e2fbfb;
}

.other table tbody tr:nth-child(2n+1) {
    background-color: #b6efef;
}

.other table tbody tr:nth-child(2n+2) td {
    border: 1px solid #7ed4d4;
}

.other table tbody tr:nth-child(2n+1) td {
    border: 1px solid #6cbdbd;
}

.other table tbody tr td:last-child {
    text-align: center;
    cursor: pointer;
}

.other table tbody tr td {
    text-align: left;
    padding: 13px;
}

#Resources_table tbody tr td:first-child {
    padding: 0;
}

#Resources_table tbody tr td a {
    padding: 13px;
    display: block;
}

.other table tbody tr {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.quiz_head .logo_column a span,
.quiz_head .logo_column a span i {
    color: white;
}

.quiz_head .logo_column {
    position: relative;
    top: 0;
}

.quiz_head {
    background-color: #25455d;
    padding: 15px;
}

.question:before {
    content: 'Q';
    font-size: 1.5em;
    line-height: 100%;
    position: absolute;
    left: 0;
    background-color: #25455d;
    height: 100%;
    top: 0;
    padding: 13px 14px;
    color: white;
}

.question {
    font-size: 1.3em;
    font-weight: 600;
    padding: 15px 15px 15px 65px;
    border: 3px solid #25455d;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}

.answer_textarea textarea {
    width: 100%;
    border: 3px solid #25455d;
}

.quiz_form textarea {
    padding: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

.answer_textarea {
    margin-bottom: 30px;
}

table thead tr th {
    font-size: 15px;
}

#Questions_table thead tr th,
#Questions_table tbody tr td {
    text-align: left;
}

.quiz_head .logo_column span {
    font-size: 1.3em;
}

.seassion,
#Questions {
    overflow: auto;
}

#Resources_table tbody tr td a {
    padding: 13px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.tabs .sidebar-wrapper ul li a span {
    color: #000;
}

.sidebar-submenu li a {
    padding: 18px !important;
    font-size: 15px;
    line-height: 100%;
}

.sidebar-submenu li {
    border-bottom: 1px solid #ddd !important;
}

.sidebar-submenu li .icon_onclick {
    top: 15px;
}


.tab-pane .btn-success {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tab-pane .btn:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tab-pane .btn {
    padding: 10px 35px;
    font-size: 16px;
}

.tab-pane .btn-info {
    margin-right: -5px;
}

.btn {
    border-radius: 0;
    display: inline-block;
}

.bg_color {
    background-color: #fbfbfb;
    padding: 20px 10px !important;
}

.classroom table {
    border: none;
}

.classroom table tbody tr td {
    padding: 15px;
    font-size: 15px;
    background-color: #e0f8ff;
    border: 1px solid #ffecea;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 21%);
    margin-bottom: 25px;
}

.classroom table tbody tr,
.classroom table tbody tr td {
    display: block;
    width: 100%;
}

.classroom_icon i {
    margin: 0 10px;
}

i.fas.fa-image {
    font-size: 20px;
    color: #ec594c;
    margin: 0 7px;
    cursor: pointer;
}

.classroom_icon .icon_onclick {
    top: 0;
    position: relative;
    right: 0;
}

.classroom_icon span.icon_onclick span {
    padding: 0;
}

.classroom_icon span[data-tooltip]:before {
    min-width: 145px;
    left: 0;
    right: auto;
    z-index: 99;
}

.tabs .sidebar-content ul.dropdown_menu_style1 li {
    border-bottom: 1px solid #ddd;
}

.sidebar-dropdown .sidebar-submenu .icon_onclick li a:before {
    display: none !important;
}

.sidebar-dropdown .sidebar-submenu .icon_onclick li a {
    padding: 12px !important;
}

.dropdown_menu_style2 {
    margin: 0;
    padding: 0;
}

.dropdown_menu_style2 li a {
    padding: 15px 5px;
}

.resource_availability {
    margin-bottom: 20px;
}

.resource_availability input {
    width: 17px;
    height: 17px;
}

.resource_availability h4 {
    margin: 0 0 10px;
    color: #424242;
    font-size: 15px;
}

.resource_availability p {
    margin: 0;
    font-size: 14px;
}

.resource_availability label {
    font-weight: 400;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.resource_availability label .col-1:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00abd2;
    top: 4px;
    border-radius: 100%;
    box-shadow: 0 0 7px 0px #09cbf7;
    display: none;
}

video {
    display: block;
    object-fit: cover;
}

.modal_header button {
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: block;
    width: 100%;
    opacity: 1;
    font-size: 27px;
}

.modal_header {
    position: absolute;
    background-color: white;
    z-index: 9;
    top: -10px;
    right: -20px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 8px 0;
}

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal.fade .modal-dialog {
    transform: translate(0, -100%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.classroom table tbody tr td {
    padding: 0;
}

table tbody tr td .td_pd {
    padding: 15px;
    display: inline-block;
    width: 80%;
    cursor: pointer;
}

.classroom_icon {
    position: relative;
    top: 15px;
}

.classroom table tbody tr td:hover {
    background-color: #e0f8ff42;
}

.add_resource {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
}

.dropdown_add {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #03d803;
    color: white;
    box-shadow: 0 0 5px 5px #03d8034d;
    border: 2px solid #078207;
}

.add_resource .open>.dropdown-menu {
    top: -130px;
    bottom: auto;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    right: 15px !important;
}

.add_resource ul li a i {
    float: right;
}

.add_resource ul li a {
    padding: 0;
}

.add_resource ul li a:hover span {
    display: inline-block;
}

.add_resource ul li a span {
    background-color: #9a9a9a;
    display: none;
    text-align: right;
    color: white;
    padding: 7px 20px;
    float: right;
    border-radius: 4px;
}

.add_resource ul {
    min-width: 320px;
}

.add_resource ul li:before,
.add_resource ul li:after,
.add_resource ul li a:before,
.add_resource ul li a:after {
    content: '';
    display: table;
    clear: both;
}

.add_resource .dropdown-menu>li>a:focus,
.add_resource .dropdown-menu>li>a:hover {
    background-color: #f5f5f500;
}

.add_resource ul li a i {
    float: right;
    width: 34px;
    height: 34px;
    background-color: #08ad08;
    border-radius: 100%;
    margin-left: 13px;
    padding: 10px;
    color: white;
}

.add_resource ul li:nth-child(1) {
    transform: translateY(88px);
}

.add_resource ul li:nth-child(2) {
    transform: translateY(44px);
}

.add_resource ul li {
    margin-bottom: 10px;
    transition: all 0.3s;
}

.add_resource .dropdown.open li {
    transform: translateY(0);
}

.dropdown .dropdown_add i {
    transition: all 0.6s;
    transform: rotate(0deg);
}

.dropdown.open .dropdown_add i {

    transform: rotate(90deg);
}

.dropdown.open .dropdown_add i:before {
    content: "\f00d";
}

.upload {
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.btn-update {
    background-color: #143742;
    color: white;
    width: 100%;
}

.upload .upload-files .header_part {
    background: #143742;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.upload .upload-files .header_part p {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 20px 0;
}

.upload .upload-files .header_part p i {
    transform: translateY(20px);
    opacity: 0;
    font-size: 30px;
}

.upload .upload-files .header_part p .up {
    font-weight: bold;
    transform: translateX(-20px);
    display: inline-block;
}

.upload .upload-files .header_part p .load {
    display: inline-block;
    font-weight: 100;
    margin-left: -8px;
    transform: translateX(-20px);
}

.upload .upload-files .body_part {
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.upload .upload-files .body_part input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}

.upload .upload-files .body_part i {
    font-size: 65px;
    color: lightgray;
}

.upload .upload-files .body_part p {
    font-size: 14px;
    padding-top: 15px;
    line-height: 1.4;
}

.upload .upload-files .body_part p b,
.upload .upload-files .body_part p a {
    color: #4db6ac;
}

.upload .upload-files .body_part.active {
    border: dashed 2px #4db6ac;
}

.upload .upload-files .body_part.active i {
    box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff, 0 0 0 lightgray;
}

.upload .upload-files .body_part.active .pointer-none {
    pointer-events: none;
}

.upload .upload-files .footer_part {
    width: 100%;
    margin: 0 auto;
}

.upload .upload-files .footer_part .divider {
    margin: 0 auto;
    border-top: solid 4px #46aba1;
    text-align: center;
    overflow: hidden;
    transition: width 0.5s ease;
}

.upload .upload-files .footer_part .divider span {
    display: inline-block;
    transform: translateY(-25px);
    font-size: 12px;
    padding-top: 8px;
}

.upload .upload-files .footer_part.hasFiles {
    height: auto;
}

.upload .upload-files .footer_part.hasFiles .divider {
    width: 100%;
}

.upload .upload-files .footer_part.hasFiles .divider span {
    transform: translateY(0);
    transition: transform 0.5s 0.5s ease;
}

.upload .upload-files .footer_part .list-files {
    width: 320px;
    margin: 0 auto;
    margin-top: 15px;
    padding-left: 5px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 210px;
}

.upload .upload-files .footer_part .list-files::-webkit-scrollbar-track {
    background-color: rgba(211, 211, 211, 0.25);
}

.upload .upload-files .footer_part .list-files::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(211, 211, 211, 0.25);
}

.upload .upload-files .footer_part .list-files::-webkit-scrollbar-thumb {
    background-color: rgba(77, 182, 172, 0.5);
}

.upload .upload-files .footer_part .list-files .file {
    width: 300px;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upload .upload-files .footer_part .list-files .file .name {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
    text-align: left;
}

.upload .upload-files .footer_part .list-files .file .progress {
    width: 175px;
    height: 5px;
    border: solid 1px lightgray;
    border-radius: 2px;
    background: linear-gradient(to left, rgba(77, 182, 172, 0.2), rgba(77, 182, 172, 0.8)) no-repeat;
    background-size: 100% 100%;
}

.upload .upload-files .footer_part .list-files .file .progress.active {
    -webkit-animation: progress 30s linear;
    animation: progress 30s linear;
}

.upload .upload-files .footer_part .list-files .file .done {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #4db6ac;
    border-radius: 50%;
    margin-left: -10px;
    transform: scale(0);
    position: relative;
}

.upload .upload-files .footer_part .list-files .file .done:before {
    content: "View";
    position: absolute;
    top: 0;
    left: -5px;
    font-size: 24px;
    opacity: 0;
}

.upload .upload-files .footer_part .list-files .file .done:hover:before {
    transition: all 0.25s ease;
    top: -30px;
    opacity: 1;
}

.upload .upload-files .footer_part .list-files .file .done #path {
    stroke-dashoffset: 7387.5942382813;
    stroke-dasharray: 7387.5942382813 7387.5942382813;
    stroke: #fff;
    fill: transparent;
    stroke-width: 50px;
}

.upload .upload-files footer .importar {
    outline: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    border: solid 1px #4db6ac;
    color: #4db6ac;
    background: transparent;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 4px;
    font-family: Roboto;
    line-height: 1;
    cursor: pointer;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    margin-left: calc(50% - 40px);
}

.upload .upload-files footer .importar.active {
    transition: transform 0.5s 1.5s ease, opacity 0.5s 1.5s ease, background;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.upload .upload-files footer .importar:hover {
    background: #4db6ac;
    color: #fff;
}

@media (max-width: 400px) {
    .upload {
        width: 100%;
        height: 100%;
    }
}

#Resource_Creation .modal-lg {
    width: 100%;
    max-width: 1100px;
}

.modal_col_pd {
    padding: 10px;
}

.modal_col_item i {
    font-size: 2.0em;
    margin-bottom: 10px;
}

.modal_col_item p {
    font-size: 14px;
    margin: 0;
    padding: 0 5px;
}

.modal_col_item {
    border: 1px solid #ddd;
    text-align: center;
    min-height: 120px;
    padding: 30px 0;
    cursor: pointer;
    box-shadow: 0 0 7px 1px #ddd;
    border-radius: 8px;
    transition: all 0.3s;
}

.modal_col_item:hover {
    box-shadow: none;
}

#Resource_Creation .modal-header button {
    color: white;
    opacity: 1;
    font-size: 27px;
}

#Resource_Creation .modal-header h5 {
    color: white;
    font-size: 1.0em;
    text-transform: uppercase;
}

#Resource_Creation .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #13232f;
}

.nodatafound {
    text-align: center;
    width: 77.33%;
    margin: auto;
}

.checkbox_style {
    padding-left: 15px;
    display: inline-block;
}

a.dropdown_add {
    display: inline-block;
    text-align: center;
    padding: 18px 0;
}

.back_title {
    background-color: #25455d;
    padding: 16px 0;
}

.back_title .logo_column {
    position: relative;
    top: 0;
}

.radio_btn_style ul {
    margin-bottom: 0;
    padding: 10px 0;
}

.radio_btn_style li:first-child {
    margin-right: 15px;
}

.radio_btn_style li {
    position: relative;
    padding: 0;
    padding-left: 40px;
    height: 30px;
    display: inline-block;
}

.radio_btn_style label {
    margin-bottom: 0;
    padding: 4px 0 0;
}

.radio_btn_style label:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #4e8df5;
    position: absolute;
    left: 7px;
    box-sizing: border-box;
    border-radius: 50%;
    top: 5px;
}

.radio_btn_style input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.radio_btn_style .bullet {
    position: relative;
    width: 25px;
    height: 25px;
    left: 2px;
    top: 0;
    border: 2px solid #4e8df5;
    opacity: 0;
    border-radius: 50%;
}

.radio_btn_style input[type="radio"]:checked~.bullet {
    position: absolute;
    opacity: 1;
    animation-name: explode;
    animation-duration: 0.350s;
}

.line {
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #4e8df5;
    opacity: 0;
}

.line.zero {
    left: 11px;
    top: -21px;
    transform: translateY(20px);
    width: 2px;
    height: 10px;
}

.line.one {
    right: -7px;
    top: -11px;
    transform: rotate(-55deg) translate(-9px);
}

.line.two {
    right: -20px;
    top: 11px;
    transform: translate(-9px);
}

.line.three {
    right: -8px;
    top: 35px;
    transform: rotate(55deg) translate(-9px);
}

.line.four {
    left: -8px;
    top: -11px;
    transform: rotate(55deg) translate(9px);
}

.line.five {
    left: -20px;
    top: 11px;
    transform: translate(9px);
}

.line.six {
    left: -8px;
    top: 35px;
    transform: rotate(-55deg) translate(9px);
}

.line.seven {
    left: 11px;
    bottom: -21px;
    transform: translateY(-20px);
    width: 2px;
    height: 10px;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.zero {
    animation-name: drop-zero;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.one {
    animation-name: drop-one;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.two {
    animation-name: drop-two;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.three {
    animation-name: drop-three;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.four {
    animation-name: drop-four;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.five {
    animation-name: drop-five;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.six {
    animation-name: drop-six;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

.radio_btn_style input[type="radio"]:checked~.bullet .line.seven {
    animation-name: drop-seven;
    animation-delay: 0.100s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

@keyframes explode {
    0% {
        opacity: 0;
        transform: scale(10);
    }

    60% {
        opacity: 1;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes drop-zero {
    0% {
        opacity: 0;
        transform: translateY(20px);
        height: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translateY(-2px);
        height: 0px;
        opacity: 0;
    }
}

@keyframes drop-one {
    0% {
        opacity: 0;
        transform: rotate(-55deg) translate(-20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(-55deg) translate(9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-two {
    0% {
        opacity: 0;
        transform: translate(-20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translate(9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-three {
    0% {
        opacity: 0;
        transform: rotate(55deg) translate(-20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(55deg) translate(9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-four {
    0% {
        opacity: 0;
        transform: rotate(55deg) translate(20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(55deg) translate(-9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-five {
    0% {
        opacity: 0;
        transform: translate(20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translate(-9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-six {
    0% {
        opacity: 0;
        transform: rotate(-55deg) translate(20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(-55deg) translate(-9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-seven {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        height: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translateY(2px);
        height: 0px;
        opacity: 0;
    }
}

.bg_white {
    border: 1px solid #ddd;
    padding: 0 20px;
}

.background_style {
    border: 1px solid #ddd;
    padding: 0 20px;
}

textarea {
    width: 100%;
    border: 1px solid #ddd;
}

.form-group {
    position: relative;
}

.icon_dropdown span i {
    z-index: 99;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 0;
}

.icon_dropdown {
    top: 30px;
}

.column_half:nth-child(2) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.column_half:nth-child(1) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.column_half p {
    margin: 0;
}

.column_half i {
    font-size: 2.0em;
}

.column_half {
    width: 49%;
    border: 1px solid #ddd;
    display: inline-block;
    height: 100%;
    min-height: 90px;
    vertical-align: top;
    margin-right: -5px;
    text-align: center;
    padding: 12px;
}

.pd-zero,
#section-linemove-6 {
    padding: 0;
}

.col_pd {
    padding: 15px;
    cursor: pointer;
}

.top_bar {
    position: relative;
    background: #25455d;
    height: 52px;
    width: 100%;
}

.question_text i {
    font-size: 1.4em;
    margin: 0 10px;
    cursor: pointer;
}

.marks_table table tbody tr td,
.marks_table table thead tr td {
    font-size: 14px;
    padding: 0 10px 15px;
    position: relative;
}

.marks_table {
    max-height: 600px;
    overflow: auto;
    padding-bottom: 275px;
}

.marks_table table tbody tr td img {
    width: 22px;
}

.marks_table table tbody tr td i {
    font-size: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.textarea_height {
    height: 70px;
    border: none;
    border-bottom: 2px solid #3081bd;
    resize: none;
}

.form-control:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #0668b1;
}

.input_border {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0
}

.i_style {
    font-size: 1.8em;
    color: #029f50;
    cursor: pointer;
}

.adavanced_btn {
    color: #029f50;
    font-size: 14px;
}

.adavanced_btn:hover,
.i_style:hover {
    color: #1dbf6e;
}

.bottom_footer {
    position: fixed;
    bottom: 48px;
    top: auto;
    left: 0;
    right: 0;
    background-color: #f7f7f7;
    padding: 10px 0;
}

.bottom_footer .btn {
    padding: 10px 30px;
    box-shadow: 0 0 4px 2px #ddd;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}

.btn-cancel {
    background-color: white;
    margin-right: 9px;
}

.question_text a {
    color: #000;
    font-size: 12px;
}

.question_text img {
    max-width: 20px;
}

.marks_table table tbody tr td:first-child {
    padding-left: 0;
}

.resource_type_columns ul li.active,
.resource_type_columns ul li:hover {
    background-color: #f5f5f5;
}

.resource_type_columns ul li {
    display: block;
    font-size: 1.1em;
    cursor: pointer;
    padding: 12px 10px;
}

.resource_type_columns h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 12px;
}

table tbody tr td .i_circle i {
    background: #03d803;
    color: white;
    padding: 8px 0;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    margin-right: 10px;
}

.circle_icon {
    color: #5cb85c;
    font-size: 18px;
}

.table_style table tbody tr td:nth-child(1) {
    border-left: 8px solid #03d803;
}

.table_style table tbody tr td {
    border-bottom: 8px solid #eaeaea;
    padding: 0 5px;
}

.table_style table tbody tr {
    background-color: white;
}

.table_style {
    margin-top: 10px;
}

.resource_type_columns {
    padding: 0;
}

.table_style thead tr th {
    border: none;
    background-color: #e0e0e0;
    padding: 15px 5px;
}

.table_style thead tr th:nth-child(1) {
    border-left: 9px solid #808080;
}

.table_style thead tr th {
    border: none;
    background-color: #e0e0e0;
    padding: 15px 5px;
    border-bottom: 9px solid #eaeaea;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.top_bar_back a i {
    color: #000;
}

.top_bar_back a:hover i {
    color: #a2a2a2 !important;
}

.top_bar_back a span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
}

.top_bar_back {
    background-color: #25455d;
    height: 52px;
    padding: 0 10px;
}

.data-tooltip {
    display: inline-block;
    position: relative;
}

.assessment_top_form ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.assessment_top_form ul li {
    color: #aaa;
    display: inline-block;
    position: relative;
    list-style-type: none;
}

.assessment_top_form ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
    width: 100%;
    margin: 0;
    height: 30px;
    left: 0;
    top: 10px;
}

.assessment_top_form ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.1em;
    padding: 0 25px 0 50px;
    margin: 14px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.assessment_top_form ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #aaa;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 12px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.assessment_top_form ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.assessment_top_form input[type=radio]:checked~.check {
    border: 3px solid #5cb85c;
}

.assessment_top_form input[type=radio]:checked~.check::before {
    background: #5cb85c;
}

.assessment_top_form input[type=radio]:checked~label {
    color: #5cb85c;
}

.tool-tip {
    top: 56px;
    z-index: 1;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 4px 4px #ddd;
    position: absolute;
    display: none;
    border: solid 1px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    width: 420px;
    text-align: left;
}

.mode_tooltip {
    cursor: pointer;
}

.mode_tooltip:hover .tool-tip {
    display: block;
}

.tool-tip .tooltip-text {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.status-text {
    margin-bottom: 15px;
    color: #000;
}

.status-text .mm {
    width: 145px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
}

.m-l-10 {
    margin-left: 1rem;
}

.list_style ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}

.list_style ul {
    margin: 0;
}

.seassion_column {
    background: #e0f7e9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #ddd;
}

.seassion_column label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 400;
    margin: 0
}

.seassion_select {
    background: #e0f7e9;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
}

.seassion_column input,
.input_bg {
    background-color: transparent;
    padding: 6px;
}

.seassion_select .bootstrap-select>.dropdown-toggle {
    border: none;
    background-color: transparent !important;
    color: #000 !important;
}

.seassion_select input[type="checkbox"] {
    vertical-align: bottom;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0;
}

.bootstrap-select .btn-default.active.focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default:active.focus,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select .btn-default:active:hover,
.bootstrap-select .open>.dropdown-toggle.btn-default.focus,
.bootstrap-select .open>.dropdown-toggle.btn-default:focus,
.bootstrap-select .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
}

.btn_add_column {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
}

.btn_add {
    background: transparent;
    border: none;
    color: #4da74d;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
}

.btn_add:hover,
.btn_add:active {
    background-color: transparent !important;
    color: #00b10061 !important;
    box-shadow: none !important;
}

.btn_add:focus {
    background-color: transparent !important;
    color: #4da74d !important;
}

.font14 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.activity-options-bg {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
}

.activity-options {
    display: flex;
    align-items: center;

}

.activity-options button {
    border: none;
    padding: 0;
}

.advanced_icon img {
    width: 20px;
}

.advanced_icon {
    border: none;
    padding: 0;
    background: transparent;
    position: relative;
}

.drop_down_style li a {
    padding: 14px 10px;
    font-weight: 600;
}

.drop_down_style {
    min-width: inherit;
    margin: 0;
    padding: 0;
    border: none;
}

.activity-options-bg small {
    font-size: 13px;
    color: #525050;
}

ul.answer_options_item>li:nth-last-child(1),
ul.answer_options_item>li:nth-last-child(2),
ul.answer_options_item>li:nth-last-child(3) {
    width: 40px;
    text-align: center;
}

ul.answer_options_item>li:first-child {
    padding-right: 8px;
}

ul.answer_options_item>li {
    display: table-cell;
    vertical-align: text-top;
}

#questiontexthere {
    clear: both;
}

.mt-30 {
    margin-top: 30px;
}

.question-details {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: auto;
    max-width: 720px;
    margin: auto;
    background-color: white;
    z-index: 9;
    border: 2px solid #0073ce;
}

.layout-column span {
    display: block;
    font-weight: 600;
    padding: 15px;
}

.bg_gray {
    background-color: whitesmoke;
}

.marks_column .bg_gray {
    min-height: 60px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.marks_column .bg_gray label {
    margin: 0;
    font-weight: 400;
}

.marks_column h6 {
    font-weight: 600;
    font-size: 13px;
}

.chapter label,
.bloom label {
    display: block;
    font-weight: normal;
    cursor: pointer;
}

.chapter {
    overflow-y: auto;
    max-height: 200px;
}

[for="question-details"] {
    font-weight: 400;
}

.btn_add_column .btn_add {
    margin-right: 16px;
}

.btn_add_column .btn_add:last-child {
    margin-right: 0;
}

.modal_lg {
    width: 100%;
    max-width: 800px;
}

.modal_xl {
    width: 100%;
    max-width: initial;
}

.modal_title_option h4 {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.modal_title_option select {
    max-width: 230px;
}

.modal_title_option select,
.modal_title_option button {
    border: none;
    border-bottom: 2px dotted #0448d0;
    padding: 0;
}

.modal_title_option button {
    margin-left: 5px;
    background-color: white;
}

.modal_title_option .form-control[disabled] {
    background-color: #eee0;
    opacity: 1;
}

.modal_selectpicker .bootstrap-select>.dropdown-toggle {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
}

.modal_selectpicker .btn-default.active,
.modal_selectpicker .btn-default:active,
.modal_selectpicker .open>.dropdown-toggle.btn-default,
.modal_selectpicker .btn-default:hover {
    background-color: white;
    box-shadow: none;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.table_cell_layout {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.w_40 {
    width: 40px;
}

.btn-green {
    background: transparent;
    border: 1px solid #02a252;
    color: #02a252;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background-color: #f7f7f7;
    color: #02a252;
    outline: none !important;
    box-shadow: none;
}

.no_border {
    border: none;
    padding: 0 10px;
    margin: 0;
    background: transparent !important;
    font-weight: 600;
}

.no_border:hover,
.no_border:focus,
.no_border:active {
    color: #038443;
    outline: none !important;
    box-shadow: none;
}

.modal-header .close {
    margin-top: 0;
    opacity: 1;
}

.modal_full {
    height: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #B9B8C3;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 6px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #139a13;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
}

.cbx span:last-child {
    margin-left: 8px;
}

.cbx:hover span:first-child {
    border-color: #3c53c7;
}

.inp-cbx:checked+.cbx span:first-child {
    border-color: #139a13;
    background: #139a13;
    animation: check 0.6s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked+.cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked+.cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}

.table_sw_checkbox table thead tr th {
    background-color: #f3f3f3;
}

.table_sw_checkbox table thead tr th,
.table_sw_checkbox table tbody tr td {
    padding: 15px;
}

.table_sw_checkbox table label {
    margin: 0;
}

.table_sw_checkbox table tbody tr td {
    border-bottom: 1px solid #ddd;
}

#question_rows {
    max-height: 360px;
    overflow: auto;
}

#options_div {
    max-height: 460px;
    overflow: auto;
}

.offline_option {
    white-space: nowrap;
}

.remove_select_border button {
    border: none;
}

.remove_select_border .dropdown {
    width: 100px !important;
    margin: 0 10px !important;
}

.create_question_paper p {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 400;
    clear: both;
}

.create_question_paper .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    clear: both;
}

.create_question_paper .file_upload {
    margin: auto;
    display: table;
}

.upload_intructions {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.ui_column label input {
    margin: 0;
    vertical-align: middle;
    margin-right: 8px;
}

.ui_column label {
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}

.ui_column h6 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
}

.file_info ul li {
    border: 1px solid #ddd;
    padding: 15px;
}

.file_info ul {
    margin: 0;
}

.file_info {
    padding-left: 180px;
}

.panel {
    border: solid 1px #dedede;
}

.panel-heading {
    background: rgba(255, 211, 47, 0.32);
    padding: 10px;
    border-bottom: solid 1px #dedede;
    font-weight: bold;
}

.inline_column input[type="radio"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.inline_column {
    display: flex;
    align-items: center;
}

.plus_btn {
    background-color: #03d803;
    color: white;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 270%;
    font-size: 15px;
    border-radius: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.table_pd table tbody tr td {
    padding: 15px 10px;
}

.modal-header button {
    opacity: 1;
    text-shadow: none;
    color: white;
    font-size: 25px;
}

.modal-header h5 {
    color: white;
    font-size: 1.3em;
    font-weight: 600;
}

.modal-header {
    border-bottom: 1px solid #25455d;
    background-color: #25455d;
}

.modal-lg {
    width: 100%;
    max-width: 1020px;
}

.modal_full {
    width: 100%;
    max-width: 99%;
}

#question_preview_label {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 170%;
}

#question_preview_media {
    width: 100%;
    display: flex;
    align-items: center;
}

#question_preview_media a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-left: 10px;
}

#question_preview_media audio {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

#question_preview_body tr td a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-left: 10px;
}

#question_preview_body tr td span,
#question_preview_body tr td input,
#question_preview_body tr td audio,
#question_preview_body tr td a {
    display: inline-block;
    vertical-align: middle;
}

#question_preview_body tr td span {
    margin-right: 10px;
}

#question_preview_body tr td input {
    float: right;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

#question_preview_body tr td {
    position: relative;
    padding-right: 35px !important;
}

#question_preview .modal-dialog .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

#questiontexthere input[type=file] {
    border: none;
    padding: 0;
    height: inherit;
    box-shadow: none;
    outline: none;
}

#question_media_div {
    display: block;
    margin-top: 15px;
}

.option_media {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 15px;
}

.option_media i {
    cursor: pointer;
    background-color: red;
    padding: 5px 0;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
}

.inline_icon i {
    position: absolute;
    left: auto;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
}

.inline_icon {
    width: 50%;
    position: relative;
}

.icon_space {
    width: 10%;
    text-align: right;
}

.icon_space button {
    margin-right: 15px;
}

.pagination-detail a.dropdown-item:hover,
.pagination-detail a.dropdown-item:focus {
    background-color: #f5f5f5;
}

.pagination-detail a.dropdown-item {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.pagination-detail .dropdown-menu {
    margin: 0;
    padding: 0;
}

input.form-control.search-input {
    box-sizing: border-box;
}

.fixed-table-toolbar {
    text-align: right;
}

.bootstrap-table .fixed-table-container .table td:last-child,
.bootstrap-table .fixed-table-container .table th:last-child {
    text-align: right;
}

label.dropdown-item.dropdown-item-marker span {
    vertical-align: super;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
    min-width: 220px;
}

.fixed-table-pagination {
    display: flex;
    align-items: center;
}
.toggle_button {
    display: none;
}
@media(max-width: 991px) {
    .toggle_button {
        display: inline-block;
        float: right;
    }
    .toggle_menu {
        display: none;
    }
    .resource_type_columns h3 {
        background-color: #f7f7f7;
        padding: 15px;
    }
    .resource_type_columns ul li.active,
    .resource_type_columns ul li:hover {
        color: #000;
    }
    .resource_type_columns ul li {
        display: inline-block;
        padding: 10px;
        margin: 8px 5px;
        background-color: #25455d;
        border-radius: 30px;
        color: white;
    }
    #add_new_question .modal_xl {
        position: inherit !important;
        overflow-y: auto;
    }
    #add_new_question .marks_table {
        height: auto !important;
    }
    #add_new_question .marks_table {
        height: inherit;
        background: white;
        max-height: max-content;
        padding: 0;
    }
    #add_new_question .bottom_footer {
        position: relative;
    }
    .bottom_footer {
        bottom: 30px;
    }
}

#loading_img_showdata {
    display: none;
}

#loading_img_showdata {
    background-color: rgba(255, 255, 255, 0.94);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    width: 110px;
    height: 110px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999999;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.nodata {
    font-size: 1.5em;
    color: #cacaca;
    text-align: center;
    padding: 40px;
}
.modal-header .close {
    opacity: 1;
    height: 24px;
    width: 24px;
    box-shadow: none;
    border: none;
    margin: 0;
    border-radius: 50px;
}
