.selection-off {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	background-color: #ff9800;	
  border-radius: 50px;
  animation: bgrandom 20s infinite;
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}




/* Show Password*/
.field-icon {
  float: right;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #a1a0a0;
  position: relative;
  left: -5px;
}

.welcome-header{
    padding: 8px 0px;
    background: #0064B2;
    color: #ffffff;
}
.welcome-header h4{
   font-size: 16px;
   line-height: 35px;
   margin: 0px;
}


.student-nav{list-style-type: none; padding: 0px;}
.student-nav li{display: inline; margin-right:20px;}
.student-nav li strong{font-weight: normal; position: relative; top:3px;}
.student-nav li span
{background: white; width:25px; height: 25px; border-radius: 50%; color:#04528e;}
.student-nav li span::before{position: relative; left: 6px; top: 3px;}


#myTabContent{
    border: 1px solid #dee2e6;
    border-top: 0;
    padding:16px;
    border-radius: 0px 0px 5px 5px;
}


.count{background: #2eacd9;
    color: #ffffff;
    float: right;
    width: 22px;
    height: 22px;
    padding: 7px;
    line-height: 8px;
    border-radius: 50% !important;}



.fa:before{
    content:'\f154';
    padding-right: 0px;
}


.coursesAccordion .card-header{
    padding: 0.10rem 0.55rem !important;
}
.coursesAccordion .card-header button{
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}
.coursesAccordion .collapse{
border-bottom: 1px solid #d8d8d8;
}

.browseCourse
{
  background: #46B39A;
  background: -webkit-linear-gradient(top left, #8CC683, #46B39A);
  border-radius: 5px;
  padding: 12px 0px;
}
.browseCourse a{
  color:white;
  font-weight: 400;
}
.browseCourse a:hover{
  background: inherit;
}

.listMenu{
    list-style-type: none;
    padding: 0px;}
.listMenu li{
    padding: 5px 12px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    left:0px;
    transition: all 0.2s;
}
.listMenu li:hover{
  left: 5px;
    cursor: pointer;
}
.listMenu li a:hover{
    text-decoration: none;
}




/* ========= CARD ========= */
.card{
  transition: .5s;
}
.card:hover{
  box-shadow: 0 0 15px #673ab785;
}
.card_0{
    border: 1px solid #9e9eef !important;
  }
  .card_0 > .card-header,
  .card_0 > .card-footer{
    background:-webkit-linear-gradient(top left, #8c8bf6, #afaefa);
    color:white !important;
  }
  
  
  .card_1{
    border: 1px solid #43dcbd !important;
  }
  .card_1 .card-header,
  .card_1 .card-footer{
    background:-webkit-linear-gradient(top left, #0ed7b3, #58dfc3);
    color:white !important;
  }


  .card_2{
    border: 1px solid #50a3ff !important;
  }
  .card_2 .card-header,
  .card_2 .card-footer{
    background:-webkit-linear-gradient(top left, #459dff, #71b3ff);
    color:white !important;
  }
  
  
  
  
  
  .card_3{
    border: 1px solid #ffc167 !important;
  }
  .card_3 .card-header,
  .card_3 .card-footer{
    background:-webkit-linear-gradient(top left, #ffb538, #ffc97d);
    color:white !important;
  }
  
  
  .card_4{
    border: 1px solid #ff6c85 !important;
  }
  .card_4 .card-header,
  .card_4 .card-footer{
    background:-webkit-linear-gradient(top left, #ff5d79, #fe8497);
    color:white !important;
  }
  
  /* ========= CARD END ========= */






  /* -----------------Notification----------------- */
.notification-success{background: #8bc34a;color: #ffffff;}
.notification-danger{background: #f44336;color: #ffffff;}
.notification-warning{background: #ff9800;color: #ffffff;}
.notification-info{background: #2196f3;color: #ffffff;}
.notification{
	display: block;
	font-size: 14px;
	padding: 15px 10px;
	position: fixed;
	top: 10%;
	right: 3%;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: left;
	z-index: 99999999;
}


@media (min-width:576px) {
	.notification {
		width: 90%;
	}
}
@media (min-width:768px) {
	.notification {
		width: 50%;
	}
}
@media (min-width:992px) {
	.notification {
		width: 50%;
	}
}
@media (min-width:1200px) {
	.notification {
		width: 30%;
	}
}
@media (min-width:1400px) {
	.notification {
		width: 30%;
	}
}

.animateOpen{
	z-index: 999999;
	-webkit-animation:moveOpen 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
}
/* Safari and Chrome */
@-webkit-keyframes moveOpen 
{
	from {-webkit-transform: translate(0,-100px);}
	10% {-webkit-transform: translate(0,20px);}
	12% {-webkit-transform: translate(0,22px);}
	16% {-webkit-transform: translate(0,20px);}
	80% {-webkit-transform: translate(0,20px);}
	85% {-webkit-transform: translate(0,25px);}
	to {-webkit-transform: translate(0,-100px);}
}

/* -----------------Notification----------------- */


.bg-purple{
  background-color: rgba(114,89,243,1);
  color: white;
}

.wp2{
  background: url('../images/wp2.jpg') fixed;
  background-size: cover
}

.user-icon-register{
  border: 2px solid #2d373e;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 45px;
  height: 45px;
}
.user-icon{
  border: 2px solid #0064b2;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 45px;
  height: 45px;
}
button:active, button:focus{
  outline: 0px !important;
  border: 0px !important;
}
.btn-register{
  /* background: linear-gradient(331deg, rgba(85,108,232,1) 0%, rgba(114,89,243,1) 100%); */
  background: linear-gradient(331deg, rgb(95 179 32) 0%, rgb(82 169 38) 100%);
  border: 0px;
  color: white;
  border-radius: 50px;
  padding: 6px 25px;
  box-shadow: 0px 0px 8px #6ec72dd6;
  transition: 0.7s;
}

.btn-register:hover{
  background: linear-gradient(331deg, rgb(253 206 68) 0%, rgb(227 164 48) 100%);
  box-shadow: 0px 0px 8px #c7ad2d85;
  color: rgb(72, 45, 0);
}


.card-transparent{
  background: rgba(255, 255, 255, .2) !important;
}
.courseBtn{
  border: 0px;
  color: #f5f5f5;
  margin: 2px 0px;
  background: linear-gradient(331deg, rgba(85,108,232,1) 0%, rgba(114,89,243,1) 100%) !important;
  font-weight: 500;
  text-align: left;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 50px;
  font-family: cursive;
  padding: 6px 11px;
}

.courseBtn-3
{
  background: rgb(71,22,235);
  background: linear-gradient(331deg, rgba(71,22,235,1) 0%, rgba(137,69,255,1) 100%);
}
.courseBtn-1
{
  background: rgb(22,102,235);
  background: linear-gradient(331deg, rgba(22,102,235,1) 0%, rgba(69,206,255,1) 100%) !important;
}
.courseBtn-2
{
  background: rgb(229,100,21);
  background: linear-gradient(331deg, rgba(229,100,21,1) 0%, rgba(255,69,189,1) 100%);
}


.disable_cover_for_card {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1; /* make sure logout_box has a z-index of 2 */
  background-color: #8d8d8d;
  opacity: 0.3;
  margin: -1.25rem;
  background-image: url('../../images/disabled_fill.svg');
  cursor: not-allowed;
}