* { margin: 0; padding: 0;}
body { font-family: "Inter", sans-serif; background: #fff;}
img { max-width: 100%;}
h2 { font-family: "Inter", sans-serif; letter-spacing: 0.3px;}
h3 { font-family: "Inter", sans-serif; font-size: 20px !important;}
h4 { font-family: "Inter", sans-serif; letter-spacing: 0.3px;}
.container { width: 100%; max-width: 100%; padding: 0;}
.header-top-section { background: #fff; height: 80px; width: 100%; margin: 0; padding: 17px 38px; 
  box-shadow: 0px 0px 10px 0px rgba(26, 58, 95, 0.15); position: relative; z-index: 2;
}
.open-close-menu-bar { float: left; margin: 7px 3% 0 0;  padding: 0;}
.logo { float: left; margin: 7px 0 0 0; padding: 0; width: 196px;}
.search-part { float: left; margin: 0 ; padding: 0 0 0 34px; width: 385px; position: relative;}
.search-part .header-search { float: left; width: 100%; margin: 0; padding: 0 35px 0 0; background: none !important; 
  border: none; border-bottom: 1px solid #475884 !important; font-weight: 300; font-size: 16px; color: #b9beca;
  box-shadow: none !important;
}

.search-part .header-search::-webkit-input-placeholder { /* Chrome */
  color: #b9beca;
}
.search-part .header-search:-ms-input-placeholder { /* IE 10+ */
  color: #b9beca;
}
.search-part .header-search::-moz-placeholder { /* Firefox 19+ */
  color: #b9beca;
  opacity: 1;
}
.search-part .header-search:-moz-placeholder { /* Firefox 4 - 18 */
 color: #b9beca;
  opacity: 1;
}
.search-part .search-btn { float: left; margin: 0; padding: 0; background: none !important; 
  position: absolute; right: 0; top: 5px;
}
.search-part .search-btn img { margin: 0; padding: 0;}
.header-right-part { float: right; margin: 0; padding: 0; width: 45%; text-align: right;}
.inbox { display: inline-block; margin: 9px 0px 0 0; padding: 0; color: #b9beca; 
  font-weight: 400; font-size: 16px;
}
.inbox i { font-size:22px; color: #7f99cc;}
.notification { display: inline-block; margin: 9px 26px 0 0; color: #b9beca; 
  font-weight: 400; font-size: 16px;
}
.notification i {
  font-size: 22px; color: #0073e6;
}
.header-right-part .selectBox { float: right; border: 0; padding: 0 18px 0 0px; margin: 0 0% 0 49px; width: 225px;
  background-image: url(images/header-drop-img.png); background-repeat: no-repeat; background-position: right 14px;
}
.user-div { float: left; margin: 0 6px 0 0; padding: 0; width: 48px;}
.selectBox__value { float:left; margin: 10px 0 0 0; padding: 0; color: #333; font-size: 16px; 
  font-weight: 600; width: 144px; text-align: left;
}

.side-menu-section { padding: 42px 0 0 0; float: left; width: 20%; background: #fff; 
  position: relative; z-index: 1; 
}
.side-menu-content { margin: 0; padding: 0; transition-duration: 1s;}
.side-menu-content ul { list-style: none; margin: 0; padding: 0;}
.side-menu-content ul li { margin: 0 0 1px 0; padding: 0; float: left; width: 100%;}
.side-menu-content ul li a { margin: 0; padding: 16px 0 16px 52px; color: #333; font-weight: 400; font-size: 16px; 
  background: none !important; float: left; text-decoration: none; width: 100%;
}
.side-menu-content ul li a:hover { color: #0073e6;}
/*.side-menu-content ul li a:hover svg path {
  fill: #000;
}
svg:hover {
  fill: red;
}*/
.side-menu-content ul li a img { margin: 4px 18px 0 0; padding: 0; float: left; width: 17px;}
.side-menu-content ul li .dropdown .btn { background: none !important; border: none !important; 
  box-shadow: none !important; padding: 16px 0 16px 52px; margin: 0; color: #333; width: 100%;
  text-align: left; border-radius: 0;
}
.side-menu-content ul li .dropdown .btn:hover { color: #0073e6;}
.side-menu-content .dropdown-menu { 
    position: inherit !important;
    transform: none !important;
    margin: 0;
    padding: 0 0 0 28px;
    background: none;
    border: none;
    width: auto;
    border-left: 2px solid #7f99cc;
    left: 73px !important;
    border-radius: 0;
} 
.side-menu-content ul li a i { margin:0 30px 0 0; font-size: 17px; width: 17px}
.side-menu-content ul li .dropdown .btn i { margin:0 30px 0 0; font-size: 17px; width: 17px;}
.side-menu-content ul li.active a {color: #0073e6;}
.side-menu-content ul li.active .dropdown .btn { color: #0073e6;}
.side-menu-content ul li .dropdown .btn::after { display: none;}
.side-menu-content ul li .dropdown .btn[aria-expanded="false"]{ 
  background-image: url(images/uparrow-img.png) !important;
  background-repeat: no-repeat !important; background-position: 83% 25px !important; 
}
.side-menu-content ul li .dropdown .btn[aria-expanded="true"]{ 
  background-image: url(images/drop-arrow.png) !important;
  background-repeat: no-repeat !important; background-position: 83% 25px !important; 
}
.side-menu-content ul li .dropdown .btn img { margin: 0 18px 0 0; width: 20px;}
.side-menu-content .dropdown-menu a { background: none !important; border: none !important; padding: 8px 0 8px 0px;}
.side-menu-content .dropdown-menu a:hover { background: none !important;}
.side-menu-content ul li.active .dropdown-menu a { background: none !important;}
.side-menu-section:after { position: absolute; width: 100%; height: 16px; content: "";
/*  top: -17px; left: 0; box-shadow: -6px 7px 9px #2a3859;*/
}
.open .side-menu-content ul li .dropdown .btn img { float: none; display: block; margin: 0 auto;}
.open .side-menu-section { width: 6%;}
.open .side-menu-section ul { padding: 0;}
.open .side-menu-content ul li a { padding: 16px 0 16px; text-indent: -9999px; font-size: 0;}
.open .side-menu-content ul li .dropdown .btn { padding: 16px 0 16px; font-size: 0;}
.open .side-menu-content ul li a img { display: block;  margin: 0 auto; float: none;}
.open .side-menu-content ul li a i { text-indent: 10030px;}
.open .side-menu-content ul li .dropdown .btn i { margin:0 0 0 30px;}
.open .main-body-section { width: 94%;}
.open #demos { width: 88%; margin: 0 auto;}
.open .main-body-content { width: 100%;}
.open .main-body-content .owl-item { margin-right: 20px;}
.open .dropdown-menu.show { display: none;}

.open .side-menu-content ul li .dropdown .btn[aria-expanded="false"] { background-image: none !important;}
.open .side-menu-content ul li .dropdown .btn[aria-expanded="true"] { background-image: none !important;}


.main-body-section { float: left; width: 80%; margin: 33px 0 0; padding: 45px 25px; background-color: #f0f0f0;}
.administrator-part { margin:0 0 34px 0; padding:0 15px; float: left; width: 100%;}
.administrator-in-left { float:left; margin: 0; padding: 0;}
.administrator-in-left h4 { margin:0; padding:0; color: #333; font-size: 18px; font-weight: 400;}
.administrator-in-left h3 { margin: 2px 0 0; padding:0; color: #333; font-size: 20px; font-weight: 600;}
.customise-this-page-btn { float: right;
    margin: 5px 0 0;
    padding: 0;
    width: 206px;
    background: #0073e6;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.customise-this-page-btn:hover { text-decoration:none; color: #fff;}
.body-tab-panel { background: #fff; margin: 0; padding: 0;}
.main-body-content .nav-tabs { border: 0; background: #fff; margin: 0 0 12px 15px; width: 365px; 
  border-radius: 13px; box-shadow: 0 1px 9px rgba(26, 58, 95, 0.15);
}
.main-body-content .nav li { margin: 0; border-left: 1px solid #dee1e4;}
.main-body-content .nav li:first-child { margin-left: 0; border: 0;}
.main-body-content .nav li a { color: #333; margin: 0; padding: 0 21px; font-size: 16px; font-weight: 400; 
  width: auto; height: 44px; background: #fff; line-height: 44px; text-align: center; border-radius: 0;
  border: 0; display: inline;
}
.main-body-content .nav-tabs .nav-link.active {color:#000; font-weight: 600;}
.main-body-content .nav-tabs .nav-link:hover { color:#000; font-weight: 600;}
.main-body-content .py-4 { padding: 0 !important;}
.main-body-content .py-4 .col-md-12 { padding: 0;}
.owl-carousel.owl-drag .owl-item { padding: 0 4px;}
.body-tab-part { margin: 0 0 40px 0;}
.body-tab-part .columns { padding: 0 30px;}
.body-tab-part #demos .owl-carousel .item { padding: 5px; height: 326px; background: #fff;}
.body-tab-part #demos .owl-carousel .item .tab-in-content { padding: 5px; height: 318px; background: #fff; 
  box-shadow: 0 0 5px #ccc;
}
.body-tab-part #demos .owl-carousel { margin: 0;}
.body-tab-part #demos .owl-carousel .item .tab-in-content h4 { margin: 29px 0 10px 0; color: #6e7178; font-size: 16px; 
  font-weight: 600; padding: 0 25px; letter-spacing: 0.3px;
}
.body-tab-part #demos .owl-carousel .item .tab-in-content span { margin: 0; color: #a7abb6; font-size: 14px; 
  font-weight: 400; margin: 0; padding: 0 25px; letter-spacing: 0.3px;
} 
.tab-in-con-part {
  border-radius: 15px;
  text-align: center;
  padding: 45px 20px;
}
.tab-in-con-part h2 {
  color: #fff; font-size: 40px; font-weight: 700; margin: 0 0 21px;
}
.tab-in-con-part h3 {
  color: #fff; font-size: 20px; font-weight: 600; line-height: 26px;
}
.enrolled-courses {
  background-color: #003399;
} 
.course-activities {
  background-color: #0073e6;
}
.course-completed {
  background-color: #4dd2ff;
}
.activities-completed {
  background-color: #333333;
}
.tab-content .col-xl-3.col-md-6.col-sm-6:first-child {}
/*.open .main-body-section { width: 92.5%; transition-duration: 1s;}*/

.progress-bar-part { float: left; width: 100%; margin: 20px 0 0 0; padding: 0 25px;}
.progress-bar-part p { margin: 0 0 4px 0; padding: 0; color: #9b9fa9; font-size: 14px; font-weight: 400;}
.progress-in-line { float: left; width: 100%; height: 6px; background: #384b70; position: relative;}
.progress-green { position: absolute; left: 0; top: 0; width: 65%; height: 6px; background: #069d42;}
.progress-red { position: absolute; left: 0; top: 0; width: 38%; height: 6px; background: #ee3864;}
.progress-blue { position: absolute; left: 0; top: 0; width: 50%; height: 6px; background: #6c4eda;}
.progress-yellow { position: absolute; left: 0; top: 0; width: 10%; height: 6px; background: #ffc130;}
.owl-theme .owl-nav button span { font-size: 30px;}

.row { max-width: 100% !important;}
.row .main-body-content .row { margin: 0 !important;}

.course-progress-section { background: #fff; float: left; width: 100%;}

.course-progress-section { margin: 0 0 40px 0; padding: 0px 0 0; border-radius: 15px;}
.course-progress-section h2 { margin: 0 0 40px 0; padding: 36px 40px 35px; color: #6e7178; font-size: 16px; 
  font-weight: 600; border-bottom: 1px solid #f0efef;
}
.progress-in-content-left { margin: 0; padding: 34px 22px; float: left; width: 75%;}
.progress-heading-con {
  float: left; width: 100%; border-bottom: 1px solid #f0f0f0; padding: 0 15px 0 47px;
}
.progress-heading-in-lrft-con {
    float: left; 
    width: 75%; 
    border-right: 1px solid #f0f0f0;
    padding: 22px 0;
}
.progress-heading-con h3 { float: left;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 20px;
    margin: 0;
    width: 41%;
}
.progress-heading-con h3 img {
  margin: 0 20px 0 -40px;
}
.filter-cls { 
    float: right;
    width: 59%;
    padding: 0 17px 0 0;
    text-align: right;
}
.progress-heading-con span { 
  display: inline-block; 
  margin: 3px 0 0 4%; 
  padding:0; 
  font-size: 16px; 
  font-weight: 400; 
  color: #8a8a8a;
  position: relative;
  top: 0;
}
.progress-select { display: inline-block; width: 57%; margin: 0 0 0 14px; padding: 0 28px 0 20px; background-color: #f0f0f0; 
  height: 36px; line-height: 36px; border-radius: 15px; border: 0; font-size: 16px; font-weight: 400; color: #8a8a8a;
}
.progress-heading-con h3.recently-accessed-courses { float:left; width: 100%;}
.recently-accessed-courses-div {
  float: left;
  width: 25%;
  padding: 22px 0;
}
.progress-in-content-right {
  float: left;
  width: 25%;
  border-left: 1px solid #f0f0f0;
  padding: 0 0 100px;
}
.progress-in-content-right h4 { 
  font-size:16px; 
  font-weight: 500; 
  color: #333; 
  margin: 20px 0 0; 
  padding: 19px 25px;
  border-bottom: 1px solid #f0f0f0;
}
.progress-in-content-right a {
  color: #0073e6; 
  font-size: 16px; 
  font-weight: 400; 
  text-decoration: none; 
  padding: 11px 25px 11px 60px; 
  float: left;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
.progress-in-content-right a span { float:left; margin: 0 14px 0 -39px; padding: 0;}
.progress-in-main-con {
  height: 490px;
}
.activity-part {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 0 33px 0;
}
.activity-part h3 {
  color: #fff;
  font-weight: 600;
  background-color: #333;
  margin: 0;
  padding: 24px 29px;
  border-radius: 15px 15px 0 0;
}
.activity-in-main-con-box {
  margin: 0;
  padding: 0;
  height: 430px;
  overflow: auto;
}
.activity-in-con-left {
  float: left;
  margin: 0;
  padding: 0;
}
.activity-in-con-right {
  float: left;
  margin: 0;
  padding: 0;
  padding: 0 0 0 24px;
  width: 84%;
}
.activity-in-con-right h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}
.activity-in-con-right h4 span {
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.activity-in-con-right p {
    margin: 0;
    padding: 0;
    color: #939393;
    font-weight: 600;
    font-size: 16px;
}
.activity-in-con-part {
    border-bottom: 1px solid #f0f0f0;
    padding: 18px 25px;
}
.activity-in-con-part:last-child {
    border-bottom: 0;
}
.student-enrolled span {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}
.student-enrolled .activity-in-con-left img {
  border-radius: 50%;
}


main {
  width: 400px;
  margin: 30px auto;
}
section {
  margin-top: 30px;
}
.pieID {
  display: inline-block;
  vertical-align: top;
}
.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 auto 15px;
}
.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
}
.legend li {
  width: auto;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0;
  border-left: 1.25em solid black;
  float: left;
  border: 0;
  margin: 0 7px 8px;
}
.legend em {
  font-style: normal;
  float: left;
  position: relative;
  top: -2px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  padding: 0 0 0 20px;
}
 
.legend span {
  float: right;
}
.slice.s2-0 span {
  background-color: #0073e6 !important;
}
.slice.s0-0 span {
  background-color: #4dd2ff !important;
}
.slice.s1-0 span {
  background-color: #333 !important;
}
.courses-cls-pro .activity-in-main-con-box {
   text-align: center; overflow: visible;
} 
.courses-cls-pro .activity-in-main-con-box section { margin: 0 auto; padding: 56px 0 0;}


.achievement-table .progress {
    background-color: #abbad1;
    border: 0;
    height: 6px;
    margin-bottom: 0;
    padding: 0px;
    float: left;
    width: 34%;
    margin: 9px 0 0;
}

.progress-report-table .progress {
    width: 300px;
    max-width: 280px;
}
.achievement-table .progress-bar {
    background-color: #4dd2ff;
}
.achievement-table table td p {
  float: left; 
  width: 50%; 
  font-size: 16px;
  color: #333;
  padding: 0 18px 0 0;
  margin: 0;
  font-weight: 500;
}
.achievement-table table td span.value-par {
    margin: 0px 0 0 21px; color: #333; font-size: 16px;
}

.legend li:first-child {
    border-color: #0073e6 !important;
    padding-left: 0;
    position: relative;
}

.legend li:first-child:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  border-radius: 14px;
  left: 0;
  top: 4px;
  background-color: #0073e6;
}
.legend li {
  position: relative;
}
.legend li:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  border-radius: 14px;
  left: 0;
  top: 4px;
  background-color: #4dd2ff;
}
.legend li:last-child {
    border-color: #333333 !important;
    position: relative;
}
.legend li:last-child:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  border-radius: 14px;
  left: 0;
  top: 4px;
  background-color: #333;
}
.legend span {
  display: none;
}

.todolist-main { margin: 0; padding: 0; height: 300px;}
.to-do-list-section { background: #fff; margin: 0; padding: 25px 0 10px;}
.add-to-do-part { float: left; width: 100%; border-bottom: 1px solid #f1f2f4; margin: 0 0 1px 0; padding: 0 40px;}
.to-do-list-section h2 { color: #6e7178; font-size: 16px;  font-weight: 600; margin: 9px 0 0 0; 
  padding: 0; float: left;
}
.to-do-list-section .addtodo-btn { float: right; width: 134px; height: 38px; text-align: center; line-height: 38px; 
  background: #ff7340; font-size: 16px; font-weight: 400; color: #fff; border-radius: 2px; 
  padding: 0; margin: 0 0 25px 0px;
}

.search-to-do-part { float: left; width: 100%; background: #eff1f4; padding: 0 40px; 
  border-left: 1px solid #fff; border-right: 1px solid #fff;
}
.todolist-panel-section { padding-left: 0;}
.courselog-section { padding-right: 0;}

.search-left { float: left; width: 48%; margin: 0; padding: 17px 0;}
.search-left label { float: left; margin: 0 20px 0 0;}
.search-left .search-to-do-input { float: left; font-size: 17px; font-weight: 300; width: 67%; 
  background: none !important; border: 0; box-shadow: none; margin: 0; padding: 0;
}
.dropdown-right { float: right; width: 51%; margin: 17px 0 0 1%; padding: 0;}
.dropdown-right select { float: left; width: 49%; color: #6e7178; font-weight: 400; font-size: 14px; 
  appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 1px solid #d3d7e1 !important; 
  background-color: #fff !important; border-radius: 3px;
}
.dropdown-right .date-drop { margin: 0 2% 0 0; padding: 0 0 0 33px; 
  background-image: url("images/date-img.png"), url("images/arrow-img.png");
  background-position: 10px 8px, 94% 15px;
  background-repeat: no-repeat, no-repeat; width: 55%;
}
.dropdown-right .all-drop { margin: 0; padding: 0 0 0 28px; 
  background-image: url("images/all-img.png"), url("images/arrow-img.png");
  background-position: 9px 9px, 91% 15px;
  background-repeat: no-repeat, no-repeat; width: 43%;
}
.checkbox-section { float: left; width: 100%; padding: 28px 40px 0; height: 315px; overflow: auto; 
  border-top: 1px solid #f1f2f4; margin: 1px 0 0 0;
}
.check-in-con { margin: 0 0 29px 0;}
.form-check-input[type="checkbox"] { border-radius: .25em;}
.form-check .form-check-input { float: left; margin: 1px 0 0 0;}
.form-check-input { width: 22px; height: 22px; margin-top: .25em; background-color: #fff;
  background-repeat: no-repeat; background-position: center; background-size: contain;
  border: 1px solid rgba(0,0,0,.25); -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("images/check-img.png");
}
.form-check-input:checked {
  /*background-color: #0d6efd;
  border-color: #0d6efd;*/
}
.check-in-con .form-check { padding: 0; float: left;}
.checkbox-section .form-check-label { color: #6e7178; font-size: 15px; font-weight: 400; 
  padding: 0 0 0 40px; margin: 0; letter-spacing: 1px;
}
.checkbox-section .form-check p { color: #aaadb6; font-size: 13px; font-weight: 400; 
  margin: 0; padding: 4px 0 0 40px;
}
.edit-part { float: right; margin: 10px 0 0 0; padding: 0;}
.edit-part span { margin: 0; padding: 0; float: left; width: 26px; height: 27px; cursor: pointer;}
.edit-part span img { margin: 0; padding: 0;}
.course-log-main-section { margin: 0; padding: 0; background: #fff;}
.courselog-drop-part { margin: 0; padding: 26px 40px; float: left; width: 100%; border-bottom: 1px solid #f0efef;}
.courselog-drop-part h2 { margin: 8px 0 0 0; padding: 0; color: #6e7178; font-size: 16px;  font-weight: 600; float: left;}
.courselog-drop-part .course-log-right-drop { float: right; border: 1px solid rgba(0,0,0,.10);
  -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("images/arrow-img.png");
  background-position: 94% 17px; background-repeat: no-repeat; color: #a3a6b0; width: 68%; border-radius: 3px;
  font-size: 16px; padding: 0 46px 0 20px; margin: 0; background-color: #fff !important; height: 40px;
}
.course-log-in-content { margin: 0; padding: 37px 40px 20px; float: left; width: 100%; height: 395px;}
.course-log-in-content h2 { margin: 0 0 6px 0; padding: 0; color: #6e7178; font-size: 16px;  font-weight: 600;}
.course-log-in-content h4 { margin: 0; padding: 0; color: #a7abb6; font-size: 14px; font-weight: 400;}
.table-part { margin: 20px 0 0 0; padding: 0;}
.table-part table { border: 1px solid #f1f2f4;}
.table-part td { margin: 0; padding: 15px 25px; font-weight: 400; font-size: 16px; color: #9b9fa9; 
  border-bottom: 1px solid #f1f2f4; background: #fff;
}
.submited { color: #46b974;}
.started { color: #ff7340;}
.completed { color: #6c4eda;}
.course-achievement-leaderboard-section { 
  margin: 40px 0 0 0; 
  padding: 0 0 40px 0; 
  background: #fff; 
  border-radius: 15px;
  box-shadow: 0 5px 25px #e1dede;
}
.course-achievement-leaderboard-section h2 {  margin: 0; padding: 28px 29px; color: #fff; 
  font-size: 16px; font-weight: 600; border-bottom: 1px solid #f0efef; text-transform: uppercase;
  background-color: #333333; border-radius: 15px 15px 0 0;
}
.achievement-table { margin: 0 0 0 0; padding: 0 0;}
.achievement-table table { margin: 0; padding: 0; border: 1px solid #f1f2f4;}
.achievement-table table tr { background: #fff;}
table tr:nth-of-type(2n) { background: #fff !important;}
.achievement-table table th { padding: 17px 25px; margin: 0; background: #f7f7f7; color: #333333; 
  font-size: 16px; font-weight: 500; border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.achievement-table table td { margin: 0; padding: 15px 25px; color: #333; font-weight: 500; font-size: 16px; 
  border-bottom: 1px solid #f1f2f4; border-right: 1px solid #f1f2f4;
}
.achievement-table table td span { color: #0073e6; font-weight: 600;}
.progress-report-sort-by-part { 
  margin:0; 
  padding: 0 20px 0 28px; 
  background-color: #333333; 
  float: left; 
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.progress-report-sort-by-part h2 { float:left; width: auto; border: 0;}
.sortby-in-con-right {
  float: right; margin: 0; padding: 0;
}
.search-container { 
    display: inline-block;
    width: 318px;
    background-color: #4b4b4b;
    height: 38px;
    border-radius: 20px;
    position: relative;
    top: 20px;
}
.progress-report-select {
    display: inline-block;
    width: 180px;
    background-color: #4b4b4b !important;
    border: 0;
    border-radius: 20px;
    font-size: 16px;
    color: #8a8a8a;
    padding: 0 20px;
    height: 38px;
    background-image: url(images/pro-report-select-arrow.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    top: 7px;

}
.sortby-cls {
    display: inline-block;
    margin: 0 5px 0 19px;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 7px;
}
.search-container .input-search-pro { 
    float: left;
    margin: 0;
    padding: 0 18px;
    width: 272px;
    height: 38px;
    border: 0;
    background-color: #4b4b4b !important;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    border-radius: 20px;
}
.search-container .search-btn { 
  float:left; margin: 0; padding: 0; width: 45px; 
  background-color: inherit; height: 38px; border-radius: 20px;
}

.input-search-pro::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.input-search-pro::-webkit-input-placeholder { /* Chrome */
  color: #8a8a8a;
}
.input-search-pro::-ms-input-placeholder { /* IE 10+ */
  color: #8a8a8a;
}
.input-search-pro::-moz-placeholder { /* Firefox 19+ */
  color: #8a8a8a;
  opacity: 1;
}
.search-container .input-search-pro::-moz-placeholder { /* Firefox 4 - 18 */
  color: #8a8a8a;
  opacity: 1;
}

.search-to-do-input::-webkit-input-placeholder { /* Chrome */
  color: #6e7178;
}
.search-to-do-input:-ms-input-placeholder { /* IE 10+ */
  color: #6e7178;
}
.search-to-do-input::-moz-placeholder { /* Firefox 19+ */
  color: #6e7178;
  opacity: 1;
}
.search-to-do-input:-moz-placeholder { /* Firefox 4 - 18 */
 color: #6e7178;
  opacity: 1;
}

.owl-theme .owl-nav { display: none;}
.body-tab-part .owl-theme .owl-dots { margin: 33px 0 33px 0;}
.owl-theme .owl-dots button { margin: 0;}
button:focus { outline: none;}
/*input[placeholder], [placeholder], *[placeholder] {
    color: red !important;
}*/
:focus-visible {
    outline: none;
}
.course-log-right-drop:focus-visible {
  outline: 1px solid #00aaff;
}
.dropdown-right select:focus-visible {
  outline: 1px solid #00aaff;
}

.selectBox .dropdown-menu {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  width: 100%;
  max-height: 300px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
}
.selectBox.show .dropdown-menu {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: translateY(0);
  margin: 13px 0 0 0;
  padding: 0;
}

.selectBox {
  border: 1px solid #ccc;
  position: relative;
  padding: 12px 24px;
  cursor: pointer;
  &__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
  }

  &.show {
    background-color: #fff;
    &:after {
      transform: translateY(-50%) rotate(180deg);
    }
    .dropdown-menu {
      transition: all 0.3s ease-in-out;

      // max-height: 300px;
      visibility: visible;

      opacity: 1;
      z-index: 1;

      transform: translateY(0);
    }
  }
}


/*-----student-css-start-----*/

.student-main-body-section { height:100vh;}
.student-left-con { float: left; background: #fff; padding: 34px 40px; border-radius: 7px; width: 100%; 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .15); margin: 0 0 35px 0;
}
.student-left-user-part-img { float: left; width: 176px; height: 176px; padding: 6px; border-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .20);
}
.student-left-user-part-img img { border-radius: 4px; width: 100%;}
.student-left-user-part-con { float: left; margin: 42px 0 0 0; padding: 0 0 0 28px;}
.student-left-user-part-con h2 { margin: 0; padding: 0; color: #333; font-weight: 400; font-size: 35px;}
.student-left-user-part-con h6 { margin: 0; padding: 0; color: #333; font-weight: 400; font-size: 20px;}
.course-table { background-color: #fff; margin: 0; padding: 0; border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .15);
}
.course-table h3 { background-color: #0073e6; color: #fff; font-weight: 400; font-size: 20px !important; margin: 0;
    padding: 19px 29px; border-radius: 10px; border: 1px solid #fff; position: relative; z-index: 1;
}
.course-table table { border: 0; margin: 0; width: 100%; margin: -5px 0 0; border-radius: 11px;}
.course-table table tr th { background-color: #333333; color: #fff; font-weight: 400; font-size: 18px;
    padding: 20px 25px 15px; position: relative;
}
.course-table table tr th:first-child { border-radius: 0 0 0 10px; border-left: 1px solid #fff;}
.course-table table tr th:last-child { border-radius: 0px 0 10px 0; border-right: 1px solid #fff;}
.course-table table tr th:after { position: absolute; content: ""; width: 1px; height: 42px; background-color: #3d3d3d;
  right: 0; top: 0; bottom: 0; margin: auto;
}
.course-table table tr th:last-child:after { display: none;}
.course-table table tr:first-child { box-shadow: none;}
.course-table table tr { box-shadow: 0px 4px 6px rgba(0, 0, 0, .15); background-color: inherit !important; border-radius: 0 0 10px 10px;}
.course-table table tr td { padding: 14px 25px; position: relative;}
.course-table table tr td:after { position: absolute; content: ""; width: 1px; height: 42px; background-color: #c7c7c7; right: 0; top: 0; bottom: 0; margin: auto;}
.course-table table tr td:last-child:after { display: none;}
.student-sec-btn { background-color: #002b9c; font-weight: 300; font-size: 18px; color: #fff; text-decoration: none; padding: 4px 10px;
    width: auto; border-radius: 4px; height: auto; line-height: 24px; float: left; text-align: center;
}
.student-sec-btn:hover { color: #fff; text-decoration: none;}
.level-number { float: left; margin: 0; padding: 0;  width: 36px; height: 36px; line-height: 36px; text-align: center; background-color: #b2bfe1;
    border-radius: 4px; font-weight: 400; font-size: 18px; color: #fff; margin: 0 3px 3px;
}
.level-number-active { background-color: #6680c4; font-weight: bold;}
.yes-btn { margin: 0; padding: 0; width: 68px; height: 34px; background-color: #66abf0; font-weight: 400; font-size: 18px;
    color: #fff; border: 1px solid #2c91f5; border-radius: 4px;
}
.yes-btn:hover { background-color: #66abf0; color: #fff;}
.no-btn { margin: 0; padding: 0; width: 68px; height: 34px; background-color: #d1d9ed; font-weight: 400; font-size: 20px;
    color: #fff; border: 1px solid #cdd5e7; border-radius: 4px;
}
.no-btn:hover { background-color: #d1d9ed; color: #fff;}
.elt-score { float: left; margin: 0; padding: 0; border: 1px solid #b2bfe1; color: #b2bfe1; border-radius: 4px; height: 34px;
    width: 56px; line-height: 34px; text-align: center; font-weight: bold; font-size: 20px;
}
.elt-score-active { float: left; margin: 0; padding: 0; border: 1px solid #4a9ced; color: #0073e6; border-radius: 4px;
    height: 34px; width: 56px; line-height: 34px; text-align: center; font-weight: bold; font-size: 18px;
}
.ns-btn { margin: 0; padding: 0; width: 68px; height: 34px; background-color: #bcbcbc;  font-weight: bold;
    font-size: 20px; color: #fff; border: 1px solid #cfcfcf; border-radius: 4px;
}
.ns-btn:hover { background-color: #bcbcbc; color: #fff;}
.ready-to-test-section { background-color: #333333; border-radius: 11px; border: 1px solid #fff; margin: 32px 0 0; 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .15); padding: 0 0 14px 0;
}
.ready-to-test-section h3 {  background-color: #0073e6; color: #fff;  font-weight: 400; font-size: 20px !important; padding: 19px 29px;
    border-radius: 8px; position: relative; z-index: 1; margin: 0 0 14px;
}
.student-main-body-section .container .row { margin: 0 auto;}
.test-no-btn { float: left; margin: 0 0 0 29px; padding: 0; background-color: #66abf0; font-size: 20px; font-weight: 400; color: #fff;
  width: 61px; height: 36px; line-height: 36px; text-align: center; border-radius: 4px; transition-duration: 0.8s;
  -moz-transition-duration: 0.8s; -webkit-transition-duration: 0.8s; border: 0;
}
.test-no-btn:hover { background-color: #333; border: 1px solid #fff;}
.test-certificate-btn { float: left; margin: 0 8px; padding: 0 18px; background-color: #d3d3d3; font-size: 20px;
  font-weight: 400; color: #fff; height: 36px; line-height: 36px; text-align: center; border-radius: 4px;
  transition-duration: 0.8s; -moz-transition-duration: 0.8s; -webkit-transition-duration: 0.8s; border: 0;
}
.test-certificate-btn:hover { background-color: #333; border: 1px solid #fff;}
.next-course-btn { float: left; margin: 0 8px; padding: 0 18px; background-color: #333333; font-size: 20px; font-weight: 400;
  color: #66abf0; height: 36px; line-height: 36px; text-align: center; border-radius: 4px; border: 1px solid #66abf0;
  transition-duration: 0.8s;  -moz-transition-duration: 0.8s; -webkit-transition-duration: 0.8s;
}
.next-course-btn:hover { background-color: #333; border: 1px solid #fff;}
@media (max-width: 1730px) {
  .course-table table tr th { font-size: 17px; padding: 20px 20px 15px;}
  .course-table table tr td { padding: 14px 20px; position: relative;}
  .course-table h3 { padding: 19px 20px;}
  .student-sec-btn { font-size: 17px;}
  .level-number { width: 34px; height: 34px; line-height: 34px; font-size: 17px;}
  .yes-btn { width: 60px; height: 34px; font-size: 17px;}
}
@media (max-width: 1630px) {
  .course-table table tr th { font-size: 16px; padding: 20px 15px 15px;}
  .course-table table tr td { padding: 14px 15px; position: relative;}
  .course-table h3 { padding: 19px 15px;}
}
@media (max-width: 1600px) {
  .course-table table tr th { padding: 26px 15px 21px; font-size: 17px;}
  .course-table table tr td { padding: 14px 15px;}
  .course-table h3 { padding: 19px 15px;}
}
@media (max-width: 1450px) {
  .student-sec-btn { padding: 3px 10px; width: 100%; font-size: 17px;} 
  .yes-btn { width:100%; padding: 0 9px; font-size: 17px;}
  .elt-score-active { padding: 0 10px; width: 100%; font-size: 17px;}
  .elt-score { padding: 0 10px; width: 100%; font-size: 17px;}
  .no-btn { width:100%; padding: 0 9px; font-size: 17px;}
  .ns-btn { width:100%; padding: 0 9px; font-size: 17px;}
}
@media (max-width: 1150px) {
  .student-main-body-section-part { padding: 45px 8px; }
  .course-table table tr th { padding: 26px 17px 21px; font-size: 18px;}
  .course-table table tr td { padding: 14px 17px;}
  .student-left-user-part-con h2 { font-size: 32px;}
}
@media (max-width: 1023px) {
  .main-body-section.student-main-body-section-part { padding: 125px 15px 70px;}
}
@media (max-width: 900px) {
  .student-main-body-section .col-xl-5.col-md-5.col-sm-12 { flex: 100%; max-width: 100%;}
  .student-main-body-section .col-xl-7.col-md-7.col-sm-12 { flex: 100%; max-width: 100%;}
  .student-main-body-section { height: 100%;}
}
@media (max-width: 670px) {
  .next-course-btn { margin:11px 8px 0 29px;}
}
@media (max-width: 500px) {
  .main-body-section.student-main-body-section-part { padding: 125px 0px 70px;}
  .course-table h3 { padding: 19px 15px; font-size: 18px !important;}
  .course-table table tr th { padding: 26px 8px 21px; font-size: 16px;}
  .course-table table tr td { padding: 14px 7px;}
  .student-sec-btn { padding: 0 10px; width: 100%; font-size: 17px;}
  .level-number { width: 30px; height: 30px; line-height: 30px;}
  .yes-btn { width: 100%; padding: 0 6px; font-size: 18px;}
  .elt-score { padding: 0 8px; width: 100%; font-size: 17px;}
  .ready-to-test-section h3 { padding: 19px 15px;}
  .test-no-btn { margin: 0 0 0 15px;}
  .next-course-btn { margin: 11px 8px 0 15px; padding: 0 15px; font-size: 19px;}
}
@media (max-width: 380px) {
  .next-course-btn {
    margin: 11px 8px 0 15px;
    padding: 0 11px;
    font-size: 17px;
  }
}

/*-----student-css-end-----*/



 
@media (max-width: 1465px) {
  .progress-report-table .progress {
    max-width: 164px;
  }
}

@media (max-width: 1368px) {
  .add-to-do-part { padding: 0 25px;}
  .search-to-do-part { padding: 0 25px;}
  .checkbox-section { padding: 28px 25px;}
  .courselog-drop-part { padding: 26px 25px;}
  .course-log-in-content { padding: 37px 25px 20px;}
  .table-part td { padding: 15px 18px;}
  .course-achievement-leaderboard-section h2 { padding: 28px 28px;}
  .progress-report-sort-by-part h2 { padding: 28px 0;}
  .achievement-table { padding: 0 0;}
  .achievement-table table th { padding: 17px 28px;}
  .achievement-table table td { padding: 15px 28px;}
  .checkbox-section { height: 326px;}
  .course-log-in-content { height: 405px;}
  .body-tab-part .columns { padding: 0 15px;}
  .course-progress-section h2 { padding: 36px 25px 35px;}
}

@media (max-width: 1290px) {
    .search-part { width: 28%; margin: 0 0 0 5%;}
    .header-right-part { width: 47%;}
    .logo { width: auto;}
    .search-part { padding: 0; width: 27%;}
    .inbox { margin: 9px 6% 0 0;}
}

@media (max-width: 1250px) {
    .search-part { width: 24%; margin: 0 0 0 5%;}
    .header-right-part { width: 52%;}
    .search-part .header-search { width: 93%;}
    .header-right-part .selectBox { width: 41%; margin: 0 0% 0 6%;}
    .search-part .search-btn { right: 19px;}
}

@media (max-width: 1200px) {
  .header-top-section { padding: 17px 25px;}
}

@media (max-width: 1199px) {
  .checkbox-section { height: 336px;}
  .course-log-in-content { height: 415px;}
  .side-menu-content ul li a { padding: 16px 0 16px 50px;}
  .side-menu-content ul li .dropdown .btn { padding: 16px 0 16px 50px;}
  .side-menu-content .dropdown-menu { padding: 0;}
  .side-menu-content .dropdown-menu a { padding: 16px 0 16px 85px;}
}

@media (max-width: 1150px) {
  .inbox { margin: 9px 5% 0 0;}
  .inbox img { margin: 0 12px 0 0;}
  .notification img { margin: 0 12px 0 0;}
  .search-part { width: 26%; margin: 0 0 0 4%;}
  .header-right-part { width: 50%;}
  .header-right-part .selectBox { width: 44%; margin: 0 0% 0 5%;}
  .user-div { float: left; margin: 0 7% 0 0; padding: 0; width: 24%;}
  .selectBox__value { width: 69%;}
}

@media (max-width: 1099px) {
  .header-top-section { padding: 17px 20px;}
  .search-part { width: 25%;}
  .search-part .header-search { width: 92%;}
  .inbox { margin: 9px 4% 0 0; font-size: 15px;}
  .notification { font-size: 15px;}
  .inbox img { margin: 0 8px 0 0;}
  .notification img { margin: 0 8px 0 0;}
  .header-right-part .selectBox { width: 42%; margin: 0 0% 0 5%;}
  .checkbox-section { height: 360px;}
  .course-log-in-content { height: 439px;}
  .todolist-panel-section { max-width: 100%; flex: 100%; padding: 0; margin: 0 0 30px 0;}
  .checkbox-section { height: 300px;}
  .courselog-section { max-width: 100%; flex: 100%; padding: 0;}
  .course-log-in-content { height: auto;}
  .side-menu-content ul li a { padding: 16px 0 16px 35px;}
  .side-menu-content ul li .dropdown .btn { padding: 16px 0 16px 35px;}
  .side-menu-content .dropdown-menu a { padding: 16px 0 16px 75px;}
}

@media (max-width: 1050px) {
  .header-right-part .selectBox { padding: 0 33px 0 0px;}
  .selectBox__value { font-size: 15px;}
}

@media (max-width: 1023px) {
  .inbox { font-size: 0; margin: 9px 2% 0 0;}
  .notification { font-size: 0;}
  .inbox img { margin: 0 5px 0 0;}
  .header-right-part { width: 46%;}
  .header-right-part .selectBox { width: 53%;}
  .search-part .header-search { width: 90%;}
  .header-right-part .selectBox { padding: 0 25px 0 0px; margin: 0 0% 0 2%;}
  .selectBox__value { font-size: 14px;}
  .side-menu-section { position: absolute; width: 275px;}
  .main-body-section { width: 100%; padding: 125px 40px 70px;}
  .header-top-section { position: fixed; z-index: 9;}
  .side-menu-section { display: none; height: 100%; position: fixed; top: 94px; width: 270px;}
  .open .side-menu-section { display: block; width: 275px; top: 77px;}
  .open .main-body-section { width: 100%;}
  .open #demos { width: 100%;}
  html, body{ height:100%; width: 100%;}
  .container{ width:100%; height:100%;}
  .open .side-menu-content ul li a { text-indent: 0; padding: 16px 0 16px 30px; font-size: inherit;}
  .open .side-menu-content ul li .dropdown .btn { font-size: 16px;}
  .open .side-menu-content .dropdown-menu a { padding: 16px 0 16px 98px;}
  .header-right-part .selectBox { width: 57%;}
  .side-menu-content ul li a i { margin: 0 10px 0 0;}
  .open .side-menu-content ul li a i { text-indent: 0;}
  .open .side-menu-content ul li .dropdown .btn i { margin: 0 10px 0 30px;} 
}

@media (max-width: 850px) {
  .inbox img { width: 20px;}
  .notification img { width: 20px;}
  .user-div img { width: 41px;}
  .search-part .search-btn img { width: 17px;}
  .logo img { width: 122px;}
  .user-div { margin: 0 13px 0 0;}
  .selectBox__value { width: 66%;}
}

@media (max-width: 767px) {
  .header-left { float: left; width: 45%;}
  .header-right-part { padding: 0 0 0 25px;}
  .header-right-part .selectBox { width: 100%; margin: 4px 0 0 0;}
  .header-top-section { padding: 4px 15px; height: 94px; position: fixed; z-index: 9;}
  .open-close-menu-bar { margin: 23px 4% 0 0;}
  .search-part { margin: 7px 0 0 0; width: 100%;}
  .notification img { margin: 0;}
  .user-div { width: 16%;}
  .selectBox__value { width: 77%; text-align: left;}
  .main-body-section { padding: 125px 20px 40px;}
  .course-progress-section h3 { padding: 20px 20px;}
  .course-progress-section h3 span { margin: 0;}
  .course-achievement-leaderboard-section { overflow: auto;}
  .achievement-table { width: 700px;}
  .side-menu-section { display: none; height: 100%; position: fixed; top: 94px;}
  .open .side-menu-section { display: block;}
  html, body{ height:100%; width: 100%;}
  .container{ width:100%; height:100%;}
}

@media (max-width: 570px) {
  .header-right-part { width: 45%; padding: 0 0 0 5px;}
  .header-right-part .selectBox { margin: 12px 0 0 0;}
  .search-part .header-search { font-size: 15px;}
  .user-div { margin: 5px 12px 0 0;}
  .main-body-content .nav li a { width: 100px;}
  .owl-theme .owl-dots .owl-dot { margin: 5px 4px;}
}

@media (max-width: 479px) {
  .user-div { margin: 3px 8px 0 0; width: 18%;}
  .selectBox__value { width: 75%; white-space: nowrap; overflow: hidden;}
  .search-part .search-btn img { width: 15px;}
  .header-top-section { padding: 4px 10px;}
  .header-left { width: 44%;}
  .search-left { width: 100%;}
  .dropdown-right { width: 100%; margin: 0 0 17px 0; padding: 0;}
  .courselog-drop-part h2 { width: 100%; margin: 0px 0 10px 0;}
  .courselog-drop-part .course-log-right-drop { width: 100%;}
  .selectBox.show .dropdown-menu a { font-size: 15px;}
}

@media (max-width: 400px) {
  .header-right-part .selectBox { background-position: right 10px;}
  .selectBox__value { font-size: 13px;}
  .user-div { margin: 6px 6px 0 0; width: 19%;}
  .search-part .header-search { font-size: 14px;}
  .header-right-part { width: 44%;}
  .search-part .header-search { width: 89%; padding: 0 30px 0 0;}
}

@media (max-width: 375px) {
  .selectBox.show .dropdown-menu { left: -6px;}
}



@media (min-width: 992px) {
    
}


