



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: 'Anton', sans-serif;
  src: url('../fonts/poppins/'Anton', sans-serif.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
  
}

body, html {
	height: 100%;
	font-family: 'Anton', sans-serif, sans-serif;
  
}

/*---------------------------------------------*/
a {
	font-family: 'Anton', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Anton', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'Anton', sans-serif;
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 1.5;
  font-weight: normal;
}

.txtXS {
  font-family: 'Anton', sans-serif;
  font-size: 8px;
  color: #666666;
  line-height: 8px;
}

.txtSM {
  font-family: 'Anton', sans-serif;
  font-size: 10px;
  color: #666666;
  line-height: 10px;
}

.p-t-3 {padding-top: 3px;}

.p-b-15 {padding-bottom: 15px;}

.p-b-26 {padding-bottom: 26px;}

.p-b-35 {padding-bottom: 35px;}

.p-l-20 {padding-left: 20px;}



.m-b-37 {margin-bottom: 37px}
.m-b-30 {margin-bottom: 30px}
.m-b-25 {margin-bottom: 25px}
.m-b-20 {margin-bottom: 20px}
.m-b-15 {margin-bottom: 15px}
.m-b-10 {margin-bottom: 10px}
.m-b-8 {margin-bottom: 8px}
.m-b-5 {margin-bottom: 5px}
.m-b-3 {margin-bottom: 3px}
.m-t-60 {margin-top: 60px}
.m-t-40 {margin-top: 40px}
.m-t-30 {margin-top: 30px}
.m-t-25 {margin-top: 25px}
.m-t-20 {margin-top: 20px}
.m-t-15 {margin-top: 15px}
.m-t-10 {margin-top: 10px}
.m-t-5 {margin-top: 5px}
.m-l-40 {margin-left: 40px}
.m-l-20 {margin-left: 20px}
.m-l-10 {margin-left: 10px}
.m-l-5 {margin-left: 5px}


.main-form-margins{
  margin: 30px 20px 10px 20px;
}


.main-form-margins-2{
  margin: 35px 10px 0 10px;
}

.main-form-margins-3{
  margin: 20px 10px 0 10px;
}

.main-form-margins-4{
  margin: 30px 10px 0px 10px;
}

.main-form-margins-5{
  margin: 25px 10px 0 10px;
}

.main-form-margins-6{
  margin: 25px 10px 10px 10px;
}


.width-100{
  width: 100%;
}


.font-white{
  color: white;
}

.font-20{
  font-size: 20px;
}



.modal-login-btn-color{
  background: -webkit-linear-gradient(to right, #004f2b, #004f2b);
  background: -o-linear-gradient(to right, #004f2b, #004f2b); 
  background: -moz-linear-gradient(to right, #004f2b, #004f2b); 
  background: linear-gradient(to right, #004f2b, #004f2b); 
  border:none;
}



.radio-first {
  display: inline-block;
  padding-right: 30px;
}


.weak-password{
  color: #feab12;
  font-size: 13px;
}

.medium-password{
  color: #6666ff;
  font-size: 13px;
}

.strong-password{
  color: #12cc1a;
  font-size: 13px;
}


.inline{
  display: inline-block;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;  
}

.wrap-login100 {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 33px 55px 33px 55px;

  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
.login100-form-title i {
  font-size: 60px;
}

.login100-form-sub-title {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input100 {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(to right, #004f2b, #004f2b);
  background: -o-linear-gradient(to right, #004f2b, #004f2b);
  background: -moz-linear-gradient(to right, #004f2b, #004f2b);
  background: linear-gradient(to right, #004f2b, #004f2b);
}

.focus-input100::after {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -15px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(to right, #004f2b, #004f2b);
  color: -o-linear-gradient(to right, #004f2b, #004f2b);
  color: -moz-linear-gradient(to right, #004f2b, #004f2b);
  color: linear-gradient(to right, #004f2b, #004f2b);
}

.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(to right, #004f2b, #004f2b);
  color: -o-linear-gradient(to right, #004f2b, #004f2b);
  color: -moz-linear-gradient(to right, #004f2b, #004f2b);
  color: linear-gradient(to right, #004f2b, #004f2b);
}


.btn-show-instructions {
  font-size: 25px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-instructions:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(to right, #004f2b, #004f2b);
  color: -o-linear-gradient(to right, #004f2b, #004f2b);
  color: -moz-linear-gradient(to right, #004f2b, #004f2b);
  color: linear-gradient(to right, #004f2b, #004f2b);
}

.instructions-ul{
  margin-left: 10px;
  list-style-type:circle;
}

.instructions-ul li{
  margin-left: 10px;
  list-style-type:circle;
}

.forgot-pass-ins {
  float:right; 
  margin-top: 10px;
  color: #004f2b;
  cursor: pointer;
}

.forgot-pass-ins:hover {
  /*font-weight: bold;*/
  color: #004f2b;
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #004f2b, #004f2b, #004f2b, #004f2b);
  background: -o-linear-gradient(right, #004f2b, #004f2b, #004f2b, #004f2b);
  background: -moz-linear-gradient(right, #004f2b, #004f2b, #004f2b, #004f2b);
  background: linear-gradient(right, #004f2b, #004f2b, #004f2b, #004f2b);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}





/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: 'Anton', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: shake 0.5s;
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}


.log-in-logo{
  width: 150px;
  opacity: .8;
  padding-bottom: 15px;
}


@keyframes shake {
  0% { transform: translateX(1px) translateY(-50%) rotate(0deg); }
  10% { transform: translateX(-1px) translateY(-50%) rotate(0deg); }
  20% { transform: translateX(-3px) translateY(-50%) rotate(0deg); }
  30% { transform: translateX(3px) translateY(-50%) rotate(0deg); }
  40% { transform: translateX(1px) translateY(-50%) rotate(0deg); }
  50% { transform: translateX(-1px) translateY(-50%) rotate(0deg); }
  60% { transform: translateX(-3px) translateY(-50%) rotate(0deg); }
  70% { transform: translateX(3px) translateY(-50%) rotate(0deg); }
  80% { transform: translateX(-1px) translateY(-50%) rotate(0deg); }
  90% { transform: translateX(1px) translateY(-50%) rotate(0deg); }
  100% { transform: translateX(1px) translateY(-50%) rotate(0deg); }
}

.hr {
  /*position:absolute;
  margin-left:auto !important;
  margin-right:auto !important;
  background-color: #adadad;*/
  margin-bottom: 5px; 
  margin-top: 30px; 
  background-color: #adadad;
}












.stud-profile {
  position: relative;
  animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}

.stud-card {
  width: 100%;
  min-height: 100px;
  padding: 20px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.stud-card:after {
  content: '';
  display: block;
  width: 290px;
  height: 600px;
  background: -webkit-linear-gradient(to right, #d884b9, #e6a4ce);
  background: -o-linear-gradient(to right, #d884b9, #e6a4ce); 
  background: -moz-linear-gradient(to right, #d884b9, #e6a4ce); 
  background: linear-gradient(to right, #d884b9, #e6a4ce);
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.student-info-form {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.student-info-form-1 {
  width: 100%;
  min-height: 100px;
  padding: 20px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.firstinfo {
  flex-direction: row;
  z-index: 2;
  position: relative;
}
.firstinfo img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.firstinfo .profileinfo {
  padding: 0px 20px;
}
.firstinfo .profileinfo h1 {
  font-size: 1.8em;
}
.firstinfo .profileinfo h3 {
  font-size: 1.2em;
  color: #009688;
  font-style: italic;
}
.firstinfo .profileinfo p.bio {
  padding: 10px 0px;
  color: #5A5A5A;
  line-height: 1.2;
  font-style: initial;
}

.anileft{
  animation: animaleft 0.75s cubic-bezier(0.425, 1.14, 0.47, 1.125) 1.5s both;
}

.aniright{
  animation: animaright 0.75s cubic-bezier(0.425, 1.14, 0.47, 1.125) 1.5s both;
}

.anibottom{
  animation: animabottom 0.75s cubic-bezier(0.425, 1.14, 0.47, 1.125) 2.25s both;
}

.ul-tl{
  display: list-item; 
  list-style-type: disc;
  margin-left: 20px;
}

@keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes animainfos {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: -42px;
  }
}
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    right: -253px;
  }
  100% {
    transform: rotate(30deg);
    top: -24px;
    right: -78px;
  }
}
@keyframes animaleft {
  0% {
    opacity: 0;
    left: -500px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

@keyframes animaright {
  0% {
    opacity: 0;
    right: -500px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}

@keyframes animabottom {
  0% {
    opacity: 0;
    top: -500px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}








/*------------------------------------------------------------------
[ Form-Info ]*/


.select-options{
  width: 100%;
  padding: 13px 10px 8px 5px;
  border: 1px solid transparent;
  background: transparent;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: 0 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
  color: #666;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.select-btn{
  z-index: 0;
  position: absolute;
  top: 20%;
  right: 5%;
  font-size: 18px;
  color: #666;
}


.focus-select{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.select-options:focus{
  border-bottom: 1px solid #999;
}

.focus-select::after {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 20px;
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.select-options:focus ~ .focus-select::after {
  top: -10px;
  color: #db8abd;
  font-size: 14px;
  visibility: visible;
}


.has-val.select-options ~ .focus-select::after {
  top: -10px;
  color: #db8abd;
  font-size: 14px;
  visibility: visible;
}

.has-val-select-options{
  border-bottom: 1px solid #999;
}






.wrap-input-form {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.input-form {
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}

.focus-input-form {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input-form::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #999;
}

.focus-input-form::after {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input-form:focus + .focus-input-form::after {
  top: -10px;
  color: #db8abd;
  font-size: 14px;
}

.input-form:focus + .focus-input-form::before {
  width: 100%;
}

.has-val.input-form + .focus-input-form::after {
  top: -10px;
  color: #db8abd;
  font-size: 14px;
}

.has-val.input-form + .focus-input-form::before {
  width: 100%;
}



.focus-input-form-select2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 3;
  pointer-events: none;
}


.focus-input-form-select2::after {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.select2Focus .focus-input-form-select2::after {
  top: -10px;
  color: #db8abd;
  font-size: 14px;
}


.focus-input-form-select3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
  text-align: right;
}


.focus-input-form-select3::after {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  right: 0;
  padding-right: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.select3Focus .focus-input-form-select3::after {
  top: -10px;
  font-size: 14px;
}



.select2-container--default .select2-selection--multiple {
  border: 1px solid transparent;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #999 !important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  color: #444;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #ffffff;
}



.border-last {
  border-bottom: 1px solid #bbb;
}

.border-last:nth-last-child(1) {
  border-bottom: 1px solid transparent;
}



.addButton {
  background-color: #f296ce;
  border-radius: 50%;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.addButton:hover {
  background-color: #d383b4;
}


.removeButton {
  color: #f296ce;
  border-radius: 50%;
  background-color: #eaeaea;
  margin-top: 5px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.removeButton:hover {
  background-color: #e5e5e5;
}



.checkBoxDiv {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkBoxDiv input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* On mouse-over, add a grey background color */
.checkBoxDiv:hover input ~ .checkmark {
  background-color: #f2f2f2;
}

/* When the checkbox is checked, add a blue background */
.checkBoxDiv input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkBoxDiv input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkBoxDiv .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #ef9bcf;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




/* The container */
.radioButtonDiv {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioButtonDiv input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radioCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f2f2f2;
  border: solid 1px #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioButtonDiv:hover input ~ .radioCheckmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioButtonDiv input:checked ~ .radioCheckmark {
  background-color: #ef9bcf;
  /*border: solid 1px #ccc;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioButtonDiv input:checked ~ .radioCheckmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioButtonDiv .radioCheckmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.font-gray{
  color: #555;
  font-weight: normal;
  font-size: 16px;
}

.font-gray-14{
  color: #555;
  font-weight: normal;
  font-size: 14px;
}

.input-small{
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}


.input-small:focus{
  border-bottom: 1px solid #6a7dfe;
}


.float-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
}

.float-btn-font {
  font-size: 17px;
}


.unstyledDate::-webkit-inner-spin-button{
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.font-16{
  font-size: 16px;
}

.div-dynamic-col-3 {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

.div-dynamic-col-2 {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

.checkBoxDiv2:first-of-type {
  margin-top: 0;  
}

.checkBoxDiv2 {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-top: 12px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkBoxDiv2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  /*top: 0;*/
  left: 0;
  height: 20px;
  width: 40px;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}

/* On mouse-over, add a grey background color */
.checkBoxDiv2:hover input ~ .checkmark2 {
  border-bottom: solid 1px #9b9999;
}

/* When the checkbox is checked, add a blue background */
.checkBoxDiv2 input:checked ~ .checkmark2 {
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}

/* Create the checkmark2/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark2 when checked */
.checkBoxDiv2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark2/indicator */
.checkBoxDiv2 .checkmark2:after {
  left: 15px;
  /*top: -5px;*/
  margin-top: -5px;
  width: 10px;
  height: 20px;
  border: solid #ef9bcf;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.passed-bg{
  background-color: #dff0d8;
}

.failed-bg{
  background-color: #efd7d7;
}


.table > tbody > tr > td {
  vertical-align: middle;
}

.table > tbody > tr > th {
  vertical-align: middle;
}

.font-black-gray{
  color: #333333;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

.border-th{
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.border-td{
  border-top: 1px solid #cccccc;
}

.bold{
  font-weight: bold;
}

.check-green{
  color: #00a65a; 
  font-size: 18px;
}

.check-gray{
  color: #d2d6de; 
  font-size: 18px;
}


.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row-equal-height > [class*='col-'] {
 display: flex;
 flex-direction: column;
}


.flex-row{
  display:flex; 
  flex-wrap: wrap;
  justify-content: center;
}


.flex-row-column{
  display: flex; 
  flex-direction: column;
}

.flex-row-height{
  height: 100%;
}

.stick-to-bottom{
  position: relative;
  left: 0;
}

.stick-margin{
  margin-top: 0;
}

.break-long-links{
  word-wrap: break-word;
}



















/*------------------------------------------------------------------
[ Responsive ]*/

@media (min-width: 1200px){
  .stick-to-bottom{
    position: absolute;
    bottom: 0;
  }

  .stick-margin{
    margin-top: 130px;
  }
}

@media (max-width: 1024px){
  .div-dynamic-col-3 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  .div-dynamic-col-2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}


@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
    animation: shake 0.5s;
  }

}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 33px 15px 33px 15px;
  }

  .div-dynamic-col-3 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}

@media (max-width: 400px) {

  h1{font-size: 25px;}

  .stud-card:after {
    width: 300px;
    height: 620px;
  }

  @keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    right: -253px;
  }
  100% {
    transform: rotate(45deg);
    top: -24px;
    right: -78px;
  }
}



}

@media (max-width: 360px) {
  .stud-card:after {
    width: 290px;
    height: 610px;
  }

  @keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    right: -253px;
  }
  100% {
    transform: rotate(30deg);
    top: -24px;
    right: -78px;
  }
}