@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap);
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.color-primary {
  color: #5A8DEE;
}

.color-secondary {
  color: #475F7B;
}

.color-success {
  color: #39DA8A;
}

.color-danger {
  color: #FF5B5C;
}

.color-warning {
  color: #FDAC41;
}

.color-info {
  color: #00CFDD;
}

.color-dark {
  color: #222f3e;
}

.color-light {
  color: #A3AFBD;
}

.color-link {
  color: #2178d1;
}

* {
 font-family: 'Roboto', sans-serif;
}

#app {
  position: relative;
}

.notice.notice-success p {
    width: 840px;
}
.course {
    margin-top: 30px;
}
.head_title {
    padding: 15px 15px;
}
.head_title h3 {
    font-size: 15px;
    font-weight: 500;
    color: #0089d0;
}
.head_title p {
    text-align: justify;
}
.cardtow h5 {
    font-weight: 400;
}
.mudul_list span img {
    margin-right: 6px;
    float: left;
}
.mudul_list p {
  line-height: 23px;
  float: left;
}
mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 33px;
    color: #0089d0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
      color: #000;
}
.cardtow {
    margin-bottom: 12px;
}
.cardaccording {
    padding:6px 15px;
}
.card-headernew {
    border: 1px solid #d0d0d0;
    padding: 8px;
    border-radius: 3px;
	position:relative;
}
.card-headernew h5 a {
    font-size: 14px;
    color: #000;
}
.asmt {
    position: absolute;
    top: 3px;
    right: 89px;
    cursor: pointer;
    background-color: #ffc800;
    height: 30px;
    width: 105px;
    border-radius: 65px;

}
.asmt p {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    line-height: 30px;
}
.start_date {
    text-align: end;
}
.start_date p {
 color: #fff;
    margin-bottom: 0px;
    margin-top: 33px;
	    font-size: 13px;
}
.start_date span {
    margin-left: 3px;
}
p.unit_text {
      display: inline;
    font-size: 13px;
    color: #000;
    position: absolute;
    right: 90px;
    line-height: 27px;
}

.Lecture_2 {
    padding: 7px 11px;
    background: linear-gradient(45deg, #1A2980, #26D0CE);
    color: #fff;
    border-radius: 7px 7px 0px 0px;
    font-size: 15px;
   
}
.lect_icons {
	    padding: 15px 11px;
    margin-bottom: 30px;
    border: 1px solid #00000026;
    border-radius: 0px 0px 8px 8px;
    margin-top: 0px;
    box-shadow: 0px 12px 10px -15px #00000091;
	
}
.pdf1 span {
    float: left;
}
.pdf1 p{
	margin-bottom:0px;
}

.pdf1:hover {
    padding-left: 4px;
    transition: 1s;
}
.pdf1 {
    line-height: 38px;
    float: left;
    width: 100%;
    min-height: 40px;
}
#main {
  margin-left: 260px;
  background-color: #F7FAFF;
  min-height: 100vh;
  transition: margin-left 0.6s ease-out;
}
#main .main-content {
      padding: 1.5rem 1.5rem;
      padding-top: 0px;
}
#main .main-content .page-title h3 {
  font-size: 22px;
}
#main .main-content .text-subtitle {
  font-size: 0.9rem;
}

.breadcrumb-header .breadcrumb {
 
  padding-left:0;
}

.alert.alert-dismissible .close:focus, .custom-switch .custom-control-label:focus, .dropdown .dropdown-toggle:focus, .dropleft .dropdown-toggle:focus, .dropright .dropdown-toggle:focus, .dropup .dropdown-toggle:focus, .list-group button.list-group-item:focus, .modal .modal-content .modal-header .close:active, .modal .modal-content .modal-header .close:focus, .modal .modal-content .modal-header .close:hover, .navbar-components-wrapper .navbar .navbar-container.navbar-dark .navbar-toggler:focus, .navbar-components-wrapper .navbar .navbar-container.navbar-light .navbar-toggler:focus, .toast .toast-header .close:active, .toast .toast-header .close:focus, a:focus {
  outline: 0;
}

section .section-title:after {
  width: 70px;
  height: 2px;
  content: "";
  margin: 0.6rem 0 1rem;
  background-color: #5A8DEE;
  display: block;
}

a {
  text-decoration: none;
  outline: 0;
}

button {
  outline: 0;
}
span.notic {
    background-color: #ea0909;
    color: #fff;
    border-radius: 100px;
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    text-align: center;
    top: -10px;
    font-size: 13px;
    right: -5px;
}

span.noticdot {
    background-color: #ea0909;
    color: #fff;
    border-radius: 100px;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    text-align: center;
    top: -1px;
    font-size: 0px;
    right: 0px;
}
li.icon_bell a {
    color: #000;
}
li.icon_bell {
    position: relative;
}
svg.feather i {
  font-size: 11px;
  height: 1rem;
}

footer {
  padding: 1rem 1.5rem;
}

@media screen and (max-width: 767px) {
  #main {
    margin-left: 0;
  }

  .breadcrumb-header .breadcrumb {
    justify-content: flex-start;
    padding: 0;
    font-size: 0.8rem;
  }
}
/** 2.1 Alert  **/
.alert {
  border: none;
}
.alert p {
  margin-bottom: 0;
}
.alert button.close {
  padding: 0.75rem;
  line-height: 0.75;
}
.alert .alert-heading {
  margin-left: 0.4rem;
}
.alert .alert-heading + p {
  margin-left: 0.4rem;
}

.alert-primary {
  background-color: #029eff;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(2, 158, 255, 0.3);
}
.alert-primary a {
  color: #fff;
}

.alert-secondary {
  background-color: #ebeef3;
  color: #383d41;
  box-shadow: 1px 2px 9px rgba(235, 238, 243, 0.3);
}
.alert-secondary a {
  color: #fff;
}

.alert-success {
  background-color: #39DA8A;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(57, 218, 138, 0.3);
}
.alert-success a {
  color: #fff;
}

.alert-warning {
  background-color: #fdd347;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(253, 211, 71, 0.3);
}
.alert-warning a {
  color: #fff;
}

.alert-danger {
  background-color: #f55260;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(245, 82, 96, 0.3);
}
.alert-danger a {
  color: #fff;
}

.alert-dark {
  background-color: #454546;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(69, 69, 70, 0.3);
}
.alert-dark a {
  color: #fff;
}

.alert-light {
  background-color: #fefefe;
  color: #818182;
  box-shadow: 1px 2px 9px rgba(254, 254, 254, 0.3);
}
.alert-light a {
  color: #fff;
}

.alert-info {
  background-color: #56b6f7;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(86, 182, 247, 0.3);
}
.alert-info a {
  color: #fff;
}

.alert-light-primary {
  background-color: #E2ECFF;
}

.alert-light-secondary {
  background-color: #E6EAEE;
}

.alert-light-success {
  background-color: #D2FFE8;
}

.alert-light-danger {
  background-color: #FFDEDE;
}

.alert-light-warning {
  background-color: #FFEED9;
}

.alert-light-info {
  background-color: #CCF5F8;
}

/** 2.2 Avatar **/
.avatar {
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.avatar .avatar-content {
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}
.avatar .avatar-content svg, .avatar .avatar-content i {
  color: #fff;
  font-size: 1rem;
  height: 1rem;
}
.avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.avatar .avatar-status {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 0;
  right: 0;
}
.avatar.avatar-sm .avatar-content, .avatar.avatar-sm img {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}
.avatar.avatar-lg .avatar-content, .avatar.avatar-lg img {
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
}
.avatar.avatar-xl .avatar-content, .avatar.avatar-xl img {
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
}

/** 2.3 Badge **/
.btn .badge {
  border-radius: 50%;
  margin-left: 5px;
}
.btn .badge.bg-transparent {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff;
}

/** 2.4 Buttons **/
.btn i, .btn svg {
  width: 16px;
  height: 16px;
}
.btn.icon {
  padding: 0.4rem 0.6rem;
}
.btn.icon svg {
  width: 16px;
  height: 16px;
}
.btn.icon.icon-left svg {
  margin-right: 3px;
}
.btn.icon.icon-right svg {
  margin-left: 3px;
}
.btn.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn.btn-outline-white:hover {
  color: #333;
  background-color: #fff;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-secondary {
  color: #fff;
}
.btn.btn-success {
  color: #fff;
}
.btn.btn-danger {
  color: #fff;
}
.btn.btn-warning {
  color: #fff;
}
.btn.btn-info {
  color: #fff;
}
.btn.btn-dark {
  color: #fff;
}
.btn.btn-light {
  color: #fff;
}
.btn.btn-link {
  color: #fff;
}

.btn-group:not(.dropdown) .btn:not([class*=btn-]) {
  border: 1px solid #DFE3E7;
}
.btn-group > .btn {
  border-radius: 0.267rem;
}
.buttons .btn {
  margin: 0 10px 10px 0;
}

/** 2.5 Breadcrumb **/
.breadcrumb.breadcrumb-right {
  justify-content: flex-end;
  margin-top: 1rem;
}
.breadcrumb.breadcrumb-center {
  justify-content: center;
  margin-top: 1rem;
}

/** 2.6 Carousel **/
.carousel-inner {
  border-radius: 0.7rem;
  box-shadow: 0 5px 10px #adb5bd;
}

.carousel-caption h5 {
  color: #fff;
}

/** 2.7 Divider **/
.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;
}
.divider .divider-text {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  background-color: #FFF;
}
.divider .divider-text:before, .divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #DFE3E7;
}
.divider .divider-text:before {
  right: 100%;
}
.divider .divider-text:after {
  left: 100%;
}
.divider.divider-left .divider-text {
  left: 0;
  float: left;
  padding-left: 0;
}
.divider.divider-left-center .divider-text {
  left: -25%;
}
.divider.divider-right-center .divider-text {
  left: 25%;
}
.divider.divider-right .divider-text {
  float: right;
  padding-right: 0;
}

/** 2.8 Dropdowns **/
.dropdown-toggle:after {
  color: #fff;
}

.dropdown-menu-large {
  min-width: 16rem;
}

/** 2.9 Forms **/
.form-group {
  margin-bottom: 0.7rem;
}
.form-group label {
  font-size: 0.755rem;
  text-transform: uppercase;
  color:rgb(0 0 0 / 70%);
  font-weight: 500;
}
.form-group small {
  font-size: 0.7rem;
}
.cardaccording.disable {
    opacity: 0.4;
}
input.fileup {
    position: absolute;
    top: 26px;
    right: 0px;
    width: 90px;
    opacity: 0;
}
.profil_ico {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: #00000096;
    right: 0;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 100px;
    color: #fffc;
    line-height: 70px;
	display:none;
}
.avter {
    text-align: right;
    float: right;
}
.avter:hover .profil_ico {
    display: block;
    transition: 1s;
    cursor: pointer;
}
ol.number_list {
    line-height: 24px;
    padding-left: 16px;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.write p {
  color: green !important;
      float: left;
}
.worng p {
  color: red !important;
      float: left;
}
li.write {
    color: green;
	font-weight:600;
}
li.worng {
    color: #e00a0a;
    font-weight: 600;
}
.form-group.with-title {
  position: relative;
}
.resul_show {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.resul_show .card {
    padding: 12px;
}
.resul_show ul {
    padding-left: 0px;
    margin-bottom: 0px;
	text-align:center;
}
.resul_show li {
    display: inline-block;
	    margin-left:20px;
    margin-right:20px;
	position:relative;
	    font-size: 13px;
}
li.correct::before {
    position: absolute;
    left: -23px;
    content: "";
    background-color: green;
    height: 14px;
    width: 14px;
    top: 3px;
    border-radius: 2px;

}
li.incorrect::before {
    position: absolute;
    left: -23px;
    content: "";
    background-color: red;
      height: 14px;
    width: 14px;
    top: 3px;
    border-radius: 2px;
}
.card h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 18px;
    font-weight: 400;
}
li.attenpted::before {
    position: absolute;
    left: -23px;
    content: "";
        background-color: orange;
     height: 14px;
    width: 14px;
    top: 3px;
    border-radius: 2px;
}

.final_score {
    display: flex;
	    position: relative;
  
}
.total_num {
    background-color: #414141;
    height: 25px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    border-radius: 4px;
    float: left;
    box-shadow: 0px 2px 3px #000000ad;
    position: absolute;
    right: 28px;
}

.padione {
     margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    min-width: 536px;
}

.form-group.with-title label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 0.6rem;
  background-color: #e9ecef;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group.with-title .form-control, .form-group.with-title dataTable-input {
  padding-top: 2rem;
}
.form-group.with-title .form-control:focus ~ label, .form-group.with-title dataTable-input:focus ~ label {
  border-left: 1px solid #5A8DEE;
  border-top: 1px solid #5A8DEE;
  border-right: 1px solid #5A8DEE;
}
.form-group[class*=has-icon-].has-icon-left .form-control {
  padding-left: 2.5rem;
}
.form-group[class*=has-icon-].has-icon-left .form-control-icon {
  left: 0;
}
.form-group[class*=has-icon-].has-icon-right .form-control {
  padding-right: 2.5rem;
}
.form-group[class*=has-icon-].has-icon-right .form-control-icon {
  right: 0;
}
.form-group[class*=has-icon-] .form-control:focus ~ .form-control-icon i, .form-group[class*=has-icon-] .form-control:focus ~ .form-control-icon svg {
  color: #5A8DEE;
}
.form-group[class*=has-icon-] .form-control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.6rem;
}
.form-group[class*=has-icon-] .form-control-icon i, .form-group[class*=has-icon-] .form-control-icon svg {
  width: 1.2rem;
}

.form-check .form-check-input[class*=bg-] {
  border: 0;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}
.form-check .form-check-input.form-check-primary {
  background-color: #5A8DEE;
  border-color: #5A8DEE;
}
.form-check .form-check-input.form-check-primary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-primary.form-check-glow {
  box-shadow: 0 0 5px #88adf3;
}
.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-secondary {
  background-color: #475F7B;
  border-color: #475F7B;
}
.form-check .form-check-input.form-check-secondary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-secondary.form-check-glow {
  box-shadow: 0 0 5px #5a789b;
}
.form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-success {
  background-color: #39DA8A;
  border-color: #39DA8A;
}
.form-check .form-check-input.form-check-success:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-success.form-check-glow {
  box-shadow: 0 0 5px #64e2a3;
}
.form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-danger {
  background-color: #FF5B5C;
  border-color: #FF5B5C;
}
.form-check .form-check-input.form-check-danger:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-danger.form-check-glow {
  box-shadow: 0 0 5px #ff8e8f;
}
.form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-warning {
  background-color: #FDAC41;
  border-color: #FDAC41;
}
.form-check .form-check-input.form-check-warning:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-warning.form-check-glow {
  box-shadow: 0 0 5px #fec273;
}
.form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-info {
  background-color: #00CFDD;
  border-color: #00CFDD;
}
.form-check .form-check-input.form-check-info:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-info.form-check-glow {
  box-shadow: 0 0 5px #11f0ff;
}
.form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-dark {
  background-color: #222f3e;
  border-color: #222f3e;
}
.form-check .form-check-input.form-check-dark:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-dark.form-check-glow {
  box-shadow: 0 0 5px #34485f;
}
.form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-light {
  background-color: #A3AFBD;
  border-color: #A3AFBD;
}
.form-check .form-check-input.form-check-light:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-light.form-check-glow {
  box-shadow: 0 0 5px #c1c9d2;
}
.form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check .form-check-input.form-check-link {
  background-color: #2178d1;
  border-color: #2178d1;
}
.form-check .form-check-input.form-check-link:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.form-check .form-check-input.form-check-link.form-check-glow {
  box-shadow: 0 0 5px #4492e1;
}
.form-check .form-check-input.form-check-link.form-check-glow:not(:checked) {
  box-shadow: none;
}
.form-check.form-check-sm .form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.3em;
}
.form-check.form-check-sm label {
  font-size: 0.7rem;
}
.form-check.form-check-primary .form-check-input {
  background-color: #5A8DEE;
  border-color: #5A8DEE;
}
.form-check.form-check-secondary .form-check-input {
  background-color: #475F7B;
  border-color: #475F7B;
}
.form-check.form-check-success .form-check-input {
  background-color: #39DA8A;
  border-color: #39DA8A;
}
.form-check.form-check-danger .form-check-input {
  background-color: #FF5B5C;
  border-color: #FF5B5C;
}
.form-check.form-check-warning .form-check-input {
  background-color: #FDAC41;
  border-color: #FDAC41;
}
.form-check.form-check-info .form-check-input {
  background-color: #00CFDD;
  border-color: #00CFDD;
}
.form-check.form-check-dark .form-check-input {
  background-color: #222f3e;
  border-color: #222f3e;
}
.form-check.form-check-light .form-check-input {
  background-color: #A3AFBD;
  border-color: #A3AFBD;
}
.form-check.form-check-link .form-check-input {
  background-color: #2178d1;
  border-color: #2178d1;
}

.dataTable-input {
  min-height: calc(1.5em + 0.934rem + 2px);
  padding: 0.467rem 0.6rem;
  font-size: 0.9025rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555252;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #DFE3E7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dataTable-input:focus {
  color: #555252;
  background-color: white;
  border-color: #5A8DEE;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

/** 2.10 Modal **/
.modal .modal-content {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  border: none;
}
.modal .modal-full {
  max-width: 94%;
}
.modal .white {
  color: white;
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-header .modal-title {
  font-size: 1.1rem;
}
.modal .modal-header .close {
  padding: 7px 10px;
  border-radius: 50%;
}
.modal .modal-header .close:hover {
  background: #dee2e6;
}
.modal .modal-header i, .modal .modal-header svg {
  font-size: 12px;
  height: 12px;
  width: 12px;
}
.modal .modal-footer {
  padding: 1rem 2rem;
}
.modal.modal-borderless .modal-header {
  border-bottom: 0;
}
.modal.modal-borderless .modal-footer {
  border-top: 0;
}

/** 2.11 Sidebar **/
#sidebar.active .sidebar-wrapper {
  left: 0;
}
#sidebar:not(.active) ~ #main {
  margin-left: 0;
}

.sidebar-wrapper {
  width: 260px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  bottom: 0;
  border-right: 1px solid #eee;
  box-shadow: 0 0 10px #ececec;
  left: -260px;
  transition: left 0.6s ease-out;
}
.sidebar-wrapper .sidebar-header {
  font-size: 2rem;
  font-weight: bold;
}
.sidebar-wrapper .sidebar-header img {
    height: 112px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
.sidebar-wrapper .sidebar-toggler.x {
  position: absolute;
  right: 0;
  top: 0.5rem;
  display: none;
}
.sidebar-wrapper .menu {
  padding-left: 0;
  margin-top: 1rem;
}
.sidebar-wrapper .menu .sidebar-title {
  padding: 1.5rem 1.8rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
}
.sidebar-wrapper .menu .sidebar-link {
  display: block;
  padding: 0.7rem 1.5rem;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.sidebar-wrapper .menu .sidebar-link:hover span {
  opacity: 1;
}
.sidebar-wrapper .menu .sidebar-link > span {
  color: #053382;
  font-weight: 500;
  margin-left: 1rem;
  opacity: 0.8;
}
.sidebar-wrapper .menu .sidebar-item {
  list-style: none;
  margin-top: 0.5rem;
  position: relative;
}
.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" style="fill:none;stroke:gray;stroke-width:1"></polyline></svg>');
  position: absolute;
  color: #ccc;
  right: 15px;
  top: 12px;
  display: block;
}
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
  background-color: #e8f3ff;
}
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(46, 170, 244, 0.5);
  width: 5px;
}
.sidebar-wrapper .menu .submenu {
  list-style: none;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.sidebar-wrapper .menu .submenu.active {
  max-height: 500px;
}
.sidebar-wrapper .menu .submenu li a {
  padding: 0.7rem 3rem;
  display: block;
  color: #676767;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}
.sidebar-wrapper .menu .submenu li a:hover {
  margin-left: 0.3rem;
}

@media screen and (max-width: 767px) {
  .sidebar-wrapper {
    left: -270px;
  }
  .sidebar-wrapper .sidebar-toggler.x {
    display: block;
  }
}
/** 2.12 Card **/
.card {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  margin-bottom: 2.2rem;
}
.card.card-statistic {
  box-shadow: 1px 2px 5px rgba(47, 170, 244, 0.5);
  background: linear-gradient(to bottom, #25a6f1, #54b9ff);
  border: none;
}
.card.card-statistic .card-title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 5px;
}
.card.card-statistic .card-right p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
}
.card.card-statistic .card-right span.green {
  color: #6fff6f;
}
.card.card-statistic .card-right span.red {
  color: #ff7979;
}
.card.card-statistic .chart-wrapper {
  height: 100px;
}
.card .card-header {
  border: none;
}
.card .card-header h4 {
  font-size: 1.2rem;
}
.card .card-header ~ .card-body {
  padding-top: 0;
}
.card .card-content {
  position: relative;
}
.card .card-title {
         font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
        min-height: 70px;
        position: relative;
}
.card:hover .tail{
	transform:rotate(360deg);
	    transition: 1s;

}
span.endrol {
      font-size: 13px;
    background-color: yellow;
    text-align: center;
    height: 23px;
    width: 105px;
    line-height: 21px;
    color: #000;
    margin-top: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    position: absolute;
    right: -10px;
    top: 48px;
}
.card:hover .tailtow{
	transform:rotate(360deg);
	    transition: 1s;

}
a.but_a {
    border: 1px solid #e4dfdf;
    width: 80px;
    text-align: center;
    height: 29px;
    line-height: 30px;
    border-radius: 16px;
    transition: 1s;
	color:#000;
}
a.but_a:hover {
    background-color: #0089d0;
    color: #fff;
}
.tailtow{
	
	  position: absolute;
    top: 0;
    background: linear-gradient(35deg, #034a6f, #0089d0);
    color: #fff;
    right: 0;
    width: 68px;
    text-align: center;
    font-size: 12px;
    height: 20px;
    line-height: 21px;
    box-shadow: 1px 2px 4px #0006;
    border-radius: 2px;
}
.course_img img {
    width: 100%;
    height: 200px;
}
.wel_com {
    padding: 11px;
    background-size: 100%;
    height: 76px;
    border-radius: 5px;
	margin-bottom:30px;
}
.wel_com h1 {
    color: #fffffff0;
    line-height: 58px;
    font-size: 34px;
}
.tail {
    position: absolute;
    top: 0;
    background: linear-gradient(35deg, #0066ff, #081e3f);
    color: #fff;
    right: 0;
    width: 68px;
    text-align: center;
    font-size: 12px;
    height: 20px;
    line-height: 21px;
    box-shadow: 1px 2px 4px #0006;
    border-radius: 2px;
}
.card .card-body {
  padding:1.4rem 0.7rem;
      padding-bottom: 4px;
      position: relative;
}
.card .card-heading {
  color: #555;
  font-size: 1.5rem;
}
.card .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.card .card-img-overlay p {
  color: #eee;
}
.card .card-img-overlay .card-title {
  color: #fff;
}
.card_p {
    padding: 10px 10px;
        min-height: 110px;
}
.card_p p {
    text-align: justify;
    color: #414141;
    font-weight: 500;
    font-size: 13px;
	
}
.pricing .card {
  box-shadow: none;
  margin-bottom: 0;
  border-right: 1px solid #e9ecef;
  box-shadow: 0 10px 10px #e9ecef;
  margin-bottom: 0.5rem;
}
.pricing h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3rem;
}
.pricing .card-header .card-title {
  font-size: 2rem !important;
  margin-bottom: 0;
}
.pricing .card-header p {
  font-size: 0.8rem;
}
.pricing ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.pricing ul li i, .pricing ul li svg {
  width: 1rem;
  color: #39DA8A;
  font-size: 1rem;
  margin-right: 7px;
}
.pricing .card-highlighted {
  background-color: #5A8DEE;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing .card-highlighted .card-header, .pricing .card-highlighted .card-body {
  background-color: #5A8DEE;
  color: #fff;
}
.pricing .card-highlighted ul li {
  color: #fff;
}
.pricing .card-highlighted ul li i, .pricing .card-highlighted ul li svg {
  color: tint-color(#28a745, 2);
}
.pricing .card-highlighted .card-footer {
  background-color: #5A8DEE;
}
.pricing .card-highlighted .card-title {
  color: #fff;
  font-size: 1.8rem;
}

/** 2.13 Navs **/
.nav-pills .nav-link.active {
  box-shadow: 0 2px 10px rgba(90, 141, 238, 0.5);
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs .nav-link:hover {
  border: none;
  text-shadow: 0 0 2px rgba(90, 141, 238, 0.3);
}
.nav-tabs .nav-link.active {
  border: none;
  position: relative;
  color: #5A8DEE;
}
.nav-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #5A8DEE;
  left: 0;
  box-shadow: 0 2px 5px rgba(90, 141, 238, 0.5);
}

/** 2.14 Navbar **/
.navbar {
      height: 50px;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 1px 2px 3px #00000036;
}
.navbar .nav-link-user img {
  width: 30px;
}
.navbar.navbar-header li {
  display: flex;
  align-items: center;
}
.navbar.navbar-header li.nav-icon {
  margin-right: 0.4rem;
}
.navbar.navbar-header li.nav-icon .nav-link {
  display: block;
  padding: 0.4rem;
  border-radius: 50%;
}
.navbar.navbar-header li.nav-icon .nav-link:hover {
  background-color: #e9ecef;
}
.navbar.navbar-header .dropdown > a {
  color: #6c757d;
  font-weight: 600;
}
.navbar.navbar-header .dropdown > a svg {
  height: 24px;
  width: 24px;
}
.navbar.navbar-header .dropdown > a:after {
  display: none;
}

/** 2.15 Pagination **/
.pagination.pagination-primary .page-item.active .page-link {
  background-color: #5A8DEE;
  border-color: #5A8DEE;
  box-shadow: 0 2px 5px rgba(90, 141, 238, 0.3);
}
.pagination.pagination-secondary .page-item.active .page-link {
  background-color: #475F7B;
  border-color: #475F7B;
  box-shadow: 0 2px 5px rgba(71, 95, 123, 0.3);
}
.pagination.pagination-success .page-item.active .page-link {
  background-color: #39DA8A;
  border-color: #39DA8A;
  box-shadow: 0 2px 5px rgba(57, 218, 138, 0.3);
}
.pagination.pagination-danger .page-item.active .page-link {
  background-color: #FF5B5C;
  border-color: #FF5B5C;
  box-shadow: 0 2px 5px rgba(255, 91, 92, 0.3);
}
.pagination.pagination-warning .page-item.active .page-link {
  background-color: #FDAC41;
  border-color: #FDAC41;
  box-shadow: 0 2px 5px rgba(253, 172, 65, 0.3);
}
.pagination.pagination-info .page-item.active .page-link {
  background-color: #00CFDD;
  border-color: #00CFDD;
  box-shadow: 0 2px 5px rgba(0, 207, 221, 0.3);
}
.pagination.pagination-dark .page-item.active .page-link {
  background-color: #222f3e;
  border-color: #222f3e;
  box-shadow: 0 2px 5px rgba(34, 47, 62, 0.3);
}
.pagination.pagination-light .page-item.active .page-link {
  background-color: #A3AFBD;
  border-color: #A3AFBD;
  box-shadow: 0 2px 5px rgba(163, 175, 189, 0.3);
}
.pagination.pagination-link .page-item.active .page-link {
  background-color: #2178d1;
  border-color: #2178d1;
  box-shadow: 0 2px 5px rgba(33, 120, 209, 0.3);
}

.page-item:not(.active) .page-link:hover {
  color: #000;
}
.page-item i, .page-item svg {
  font-size: 13px;
  width: 13px;
  height: 13px;
}
.page-item .page-link {
  font-size: 0.875rem;
}
.page-item .page-link:focus {
  box-shadow: none;
}
.page-item:first-child {
  margin-right: 0.4rem;
}
.page-item:last-child {
  margin-left: 0.4rem;
}

/** 2.16 Table **/
.table td, .dataTable-table td, .table thead th, .dataTable-table thead th {
  vertical-align: middle;
}

.table thead th, .dataTable-table thead th {
  border-bottom: 2px solid #475F7B;
}

.dataTable-container {
  overflow-x: auto;
}

/** 2.17 Progress **/
.progress.progress-primary {
  overflow: visible;
}
.progress.progress-primary .progress-bar {
  background-color: #5A8DEE;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(90, 141, 238, 0.8);
}
.progress.progress-secondary {
  overflow: visible;
}
.progress.progress-secondary .progress-bar {
  background-color: #475F7B;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(71, 95, 123, 0.8);
}
.progress.progress-success {
  overflow: visible;
}
.progress.progress-success .progress-bar {
  background-color: #39DA8A;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(57, 218, 138, 0.8);
}
.progress.progress-danger {
  overflow: visible;
}
.progress.progress-danger .progress-bar {
  background-color: #FF5B5C;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(255, 91, 92, 0.8);
}
.progress.progress-warning {
  overflow: visible;
}
.progress.progress-warning .progress-bar {
      background-color: #0288d0;
    border-radius: 1rem;
    box-shadow: 0px 2px 3px rgb(37, 39, 40);
}
.progress.progress-info {
  overflow: visible;
}
.progress.progress-info .progress-bar {
  background-color: #00CFDD;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(0, 207, 221, 0.8);
}
.progress.progress-dark {
  overflow: visible;
}
.progress.progress-dark .progress-bar {
  background-color: #222f3e;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(34, 47, 62, 0.8);
}
.progress.progress-light {
  overflow: visible;
}
.progress.progress-light .progress-bar {
  background-color: #A3AFBD;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(163, 175, 189, 0.8);
}
.progress.progress-link {
  overflow: visible;
}
.progress.progress-link .progress-bar {
  background-color: #2178d1;
  border-radius: 1rem;
  box-shadow: 0px 2px 3px rgba(33, 120, 209, 0.8);
}
.progress.progress-sm {
  height: 0.4rem;
}
.progress.progress-lg {
  height: 0.8rem;
}
.progress .progress-bar {
  position: relative;
  overflow: visible;
}
.progress .progress-bar.progress-label:before {
  content: attr(aria-valuenow) "%";
 /* position: absolute;*/
  right: 0;
  top: -1.3rem;
  color: #000000;
  font-size: 0.8rem;
  font-weight:bold;
}

/** 3.1 Chat **/
.chat {
  border-radius: 5px;
}
.chat.chat-left .chat-message {
  background: #5A8DEE !important;
  float: left !important;
  color: #fff;
}
.chat .chat-message {
  text-align: left !important;
  float: right !important;
  margin: 0.2rem 0 1.8rem 0.2rem !important;
  color: #525361;
  background-color: #FAFBFB !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 0.75rem 1rem !important;
  position: relative !important;
  max-width: calc(100% - 5rem) !important;
  clear: both !important;
  word-break: break-word !important;
  border-radius: 0.267rem !important;
}

/** 3.1 Todo **/
.widget-todo-list-wrapper {
  padding: 0;
  margin: 0;
}
.widget-todo-list-wrapper .widget-todo-item {
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  list-style: none;
}
.widget-todo-list-wrapper .widget-todo-item:hover {
  background-color: #f8f9fa;
}
.widget-todo-list-wrapper .widget-todo-item .checkbox {
  margin-left: 1rem;
}
.widget-todo-list-wrapper .widget-todo-item i, .widget-todo-list-wrapper .widget-todo-item svg {
  font-size: 12px;
  cursor: move;
  height: 1rem;
}

/** 4.1 Auth Pages **/
#auth {
  background: #6c757d;
  min-height: 100vh;
  padding-top: 100px;

      background-size: 100%;
	  background-image:url(../images/loginbanner.png);
	  
}
.avter img {
    border-radius: 100px;
    height: 80px;
    width: 80px;
    border: 1px solid #cec7c7;
    padding: 2px;
}
.avter{
	text-align:right;
      position: absolute;
    right: 28px;
    top: 14px
}
h2.avtar_text {
    font-size: 30px !important;
    /*line-height: 80px;
    */margin-bottom: 0px;
}
.adhar img {
    height: 70px;
    width: 90px;
}
.modal-bodyvideo img{
	margin-left:auto;
	margin-right:auto;
	display:table;
}
#auth .card {
    box-shadow: 3px 5px 14px rgb(0 0 0 / 60%);
    border: none;
    border-radius: 10px;
}
.butnew a.btn.btn-primary.round {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 20px;
}
.card-body.pad {
    padding-top: 0px;
    margin-bottom: 18px;
}
.marg_one button {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 20px;
}

/** 4.1 Error Pages **/
#error {
  height: 100vh;
  width: 100%;
  background-color: #e9ecef;
}
#error .error-title {
  font-size: 10rem;
}

/** 5. Utilities **/
.text-xxs {
  font-size: 0.65rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.85rem;
}

.font-bold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.pt-32 {
  padding-top: 6rem;
}

.ml-50 {
  margin-left: 0.5rem;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-10 {
  width: 2.25rem;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-10 {
  height: 2.25rem;
}

.rounded-none {
  border-radius: 0;
}

.round {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 50%;
}

.square {
  border-radius: 0;
}

.text-red {
  color: #ff6384;
}

.bg-red {
  background-color: #ff6384 !important;
}

.text-orange {
  color: #ff9f40;
}

.bg-orange {
  background-color: #ff9f40 !important;
}

.text-yellow {
  color: #ffcd56;
}

.bg-yellow {
  background-color: #ffcd56 !important;
}

.text-green {
  color: #4bc0c0;
}

.bg-green {
  background-color: #4bc0c0 !important;
}

.text-info {
  color: #41B1F9;
}

.bg-info {
  background-color: #41B1F9 !important;
}

.text-blue {
  color: #3245D1;
}

.bg-blue {
  background-color: #3245D1 !important;
}

.text-purple {
  color: #9966ff;
}

.bg-purple {
  background-color: #9966ff !important;
}
.breadcrumb-header a {
    color: #fff;
    font-weight: 600;
}
.secon_pg {
    padding: 14px;
    border-radius: 4px;
    background-size: 100%;
    position: relative;
}

element.style {
    background-image: url(assets/images/banner-2.png);
}
.secon_pg h2 {
    color: #fff;
    font-size: 20px;
}

.breadcrumb-item.active {
    color: #fbf1f1;
    font-size: 15px;
}
.text-grey {
  color: #EBEFF6;
}
nav.breadcrumb-header {
    margin-top: 16px;
}
h2.head_time {
    font-size: 18px;
    color: #ff8d00;
    margin-top: 26px;
    margin-bottom: -20px;
}
.Question_tx p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #414141;
}
.modal-headernew {
    position: absolute;
    background-color: #fff;
    border-radius: 40px;
    padding: 5px;
    right: 7px;
    top: 10px;
}
.Question_tx p span {
    float: left;
    margin-right: 3px;
}
.bg-grey {
  background-color: #EBEFF6 !important;
}

.text-gray-700 {
  color: #4a5568;
}
.modal-headeralert h5 {
    font-size: 14px;
    color: red;
}
.modal-headeralert button.close {
    position: absolute;
    right: 10px;
    background-color: #fff;
    top: 4px;
    box-shadow: 1px 2px 3px #f1f1f1;
    border-radius: 190px;
    border: 1px solid #00000059;
    height: 29px;
    width: 30px;
}

.modal-headeralert {
    padding: 10px;
    border-bottom: 1px solid #e0dddd;
    padding-bottom: 0px;
}
.bg-gray-700 {
  background-color: #4a5568 !important;
}

.numlist ol {
    padding-left: 23px;
    line-height: 26px;
}
.numlist .btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 12px;
}
.gend {
    display: flex;
}
.gend {
    display: flex;
}
.Question_tx .form-check {
    margin-top: 10px;
	    margin-bottom: 0px;
}
.modal-headeralert {
    padding: 10px;
}
.Question_tx .form-check-label{
	font-size:13px;
}

ul.calendar_next li {
    display: inline-block;
    min-width: 344px;
    text-align: center;
    background-color: #efefef;
}
ul.calendar_next a {
    font-size: 15px;
}
td.active_cal {
    background-color: #0089d0;
    color: #fff;
}
.span12 {
    text-align: center;
}

ul.calendar_next li {
    display: inline-block;
    min-width: 344px;
    text-align: center;
}
ul.calendar_next {
    padding-left: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.batchpfl ul {
    padding-left: 0px;
    margin-bottom: 0px;
	margin-top:10px;
}
.batchpfl img {
    border-radius: 110px;
    height: 100px;
    width: 100px;
    border: 1px solid #bbbbbb;
    padding: 2px;
	
    float: right;
}
.name_first p {
    margin-bottom: 0px;
    line-height: 23px;
}
.batchpfl li {
    display: inline-block;
    margin-right: 10px;
	float:left;
}
.pdf1 a {
    color: #7b7a7a;
}
.name_first {
    margin-top: 10px;
}
ul.batchmateul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}
ul.batchmateul li {
  display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-right: 38px;
}
ul.batchmateul img {
    border-radius: 110px;
    border: 1px solid #f1f1f1;
    padding: 2px;
}

.tw-i-in {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 13px 12px;
    border-radius: 6px;
    box-shadow: 1px 2px 3px #e1e1e1;
}
.event1{
width: 100%;
    float: left;
    background-color: #fff;
    padding: 13px 12px;
    border-radius: 6px;
    box-shadow: 0px 3px 4px #b8b1b1;
    height: 360px;
}
.targetDiv {
    overflow-x: visible;
    overflow: auto;
    position: relative;
     height: 302px;
}
div#even_text {
    margin-top:20px;
}	

.panel.date {
    margin: 0px;
    width: 60px;
    text-align: center;
}
.panel.date .month {
    padding: 2px 0px;
    font-weight: 700;
    text-transform: uppercase;
	background-color: #0089d0;
    color: #fff;
}
.panel.date .day {
    padding: 3px 0px;
    font-weight: 700;
    font-size: 1.5em;
}
.panel.panel-danger.text-center.date {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-right: 11px;
	    border: 1px solid;
}
h4.media-heading {
    font-size: 14px;
}
.media-body p {
    font-size: 12px;
}
.blinking {
  -webkit-animation: 2s blink ease infinite;
  -moz-animation: 2s blink ease infinite;
  -ms-animation: 2s blink ease infinite;
  -o-animation: 2s blink ease infinite;
  animation: 2s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
a.showSingle.blinking {
     position: absolute;
    top: 23px;
    left: 17px;
}
.media-left {
    float: left;
}

.cal_div_w {
    float: left;
    width: 100%;
    height: auto;
}
.cal_select_box {
    float: left;
    width: 100%;
    padding: 5px 0px 15px;
}
.ques_box {
    float: left;
    width: 100%;
}
.ques_box_in {
    float: left;
    width: 100%;
}
h2.clender_h {
     font-size: 15px;
    color: #0089d0;
    margin-bottom: 17px;
    text-align: left;
}
.ques_box_in select {
    float: left;
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #ccc;
    outline: none;
}
.cal_week {
    width: 98%;
    float: left;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.cal {
      width: 14.28%;
    float: left;
  
    padding: 13px;
    background-color: #0089d0;
    color: #fff;
	   
}
.cal_days {
    width: 100%;
    float: left;
    background: #fff;
    border-left: 1px solid #e0e0e0;
   /* border-bottom: 1px solid #e0e0e0;*/
}
.cal1 {
width: 14%;
    height: 50px;
    float: left;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 3px;
    position: relative;
    line-height: 40px;
}
.cal1.active {
    background-color: #0089d0;
    color: #fff;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color:#009ed0;
	    position: relative;
}
.fnew img {
    margin-top:0px;
}
.notice-success>strong {
    color: #0089d0;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
.notificat {
    padding: 15px 15px;
   
    width: 100%;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    margin-bottom: 2.2rem;
    background-color: #fff;
    border-radius: 4px;
}
.v_alltime {
    position: absolute;
    width: 80px;
    height: 83px;
    right: 0px;
    top: 13px;
}
.v_date {
       font-size: 18px;
    float: left;
    width: 100%;
    background: #0089d0;
    text-align: center;
    font-weight: 600;
    line-height: 21px;
    padding-top: 8px;
    margin-top: -14px;
    border-radius: 3px 3px 0px 0px;
	    color: #fff;
}
.v_time {
    float: left;
    width: 100%;
    text-align: center;
    background: #444;
    color: #fff;
    font-size: 12px;
    padding: 3px 0px 2px;
    border-radius: 0px 0px 3px 3px;
}
.pass_change {
    margin-top: -59px;
}
footer {
       position: absolute;
    padding: 10px 270px 0px 0px !important;
    height: 40px;
    background: #f7faff;
    left: 50%;
    bottom: 0;
}
.pass_change img {
 
}
.v_alltime {
    float: left;
    margin-right: 18px;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}
.secon_pg p {
    margin: auto;
    color: #fff;
    font-size: 13px;
    float: right;
    margin-bottom: -10px;
}

.blinking {
  position: absolute;
    top: 10px;
  }
  .head_title .progress{
    height: 1rem;
  }
.completemodulestatus{
  color: green;
    font-weight: bold;
    margin-right: 10px;
}

 /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb{
  background: #0089d0; 
}
