
.form-group .form-control{
	border: 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #000000;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.blockUi {
	display:none;
	position: fixed;
	width: 100%;
	/* height: 100%; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0a001ba6;
	z-index: 2000;
	text-align: center;
}

.blockUi img {
	width: 100px;
	margin-top: 25%;
}

.bg-cust1 {
	background-color: #ededed !important;
	box-shadow: -1px 3px 2px 0px rgba(87, 97, 100, 0.35);
	padding: 5px;
}

strong {
	font-weight: bold;
}

td span.badge-info {
	font-size: 14px;
	background-color: #DB1669;
	min-width: 50px;
}

td select.form-control {
	width: auto;
	height: 34px;
	/* float: left; */
	font-size: 14px;
	margin: auto;
}

.bg-cust1 .btn {
	width: auto;
	height: 34px;
	float: right;
	font-size: 14px;
}

.ppkSection1 {
	height: 160px;
}

.ppkSection1 .page_nav {
	margin-top: -40px;
}

.ppkSection1 h2.text-white.mb-2 {
	padding-top: 45px;
}

table caption {
	caption-side: top;
	text-align: center;
	font-weight: bold;
}

.innerSection1 table td, .innerSection1 .table th {
	padding: 10px;
}

.customLink1 {
	padding: 0px;
	background: #DB1669;
	color: #ffffff;
	font-size: 14px;
	box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
	border-radius: 0px;
	display: block;
	margin-bottom: 10px;
	width: 120px;
}

.customLink2 {
	padding: 2px;
	background: #feffb3;
	color: #000000 !important;
	font-size: 14px;
	box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}

.innerSection1 {
	padding: 10px;
	background: #fbeeff;
	border-radius: 12px;
	box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
	margin: 20px 0;
}

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.ratings {
  display: flex;
  width: 100%;
  justify-content: right;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.ratings-0 {
  filter: grayscale(100%);
}

.ratings > input {
  display: none;
}

.ratings > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.ratings > input:checked ~ label,
.ratings > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.ratings > input:not(:checked) ~ label:hover,
.ratings > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after{
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji-wrapper:after{
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
}

.emoji > svg {
  margin: 15px 0; 
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.rating-1:checked ~ .emoji-wrapper > .emoji { transform: translateY(-100px); }
.rating-2:checked ~ .emoji-wrapper > .emoji { transform: translateY(-200px); }
.rating-3:checked ~ .emoji-wrapper > .emoji { transform: translateY(-300px); }
.rating-4:checked ~ .emoji-wrapper > .emoji { transform: translateY(-400px); }
.rating-5:checked ~ .emoji-wrapper > .emoji { transform: translateY(-500px); }

.feedback {
  max-width: 360px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 30px rgba(0,0,0,.05);
}


#pageMessages {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 30%;
	z-index: 1100;
	display: none;
}

.datepickerContainer{
    cursor:pointer;
}
.selectVASCourse{
	background: #b96aab;
	height: 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    box-shadow: inset -1px 0px 2px 1px rgba(87, 97, 100, 0.35);
	}
	.selectVASQuestion{
	background: #b96aab;
	height: 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    box-shadow: inset -1px 0px 2px 1px rgba(87, 97, 100, 0.35);
	}
	.selectVASTopic{
	background: #b96aab;
	height: 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    box-shadow: inset -1px 0px 2px 1px rgba(87, 97, 100, 0.35);
	}
	.accUpDownBtn{
	display: inline-block;
    width: 23px;
    height: 23px;
    background: #dd9fff;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    font-size: 24px;
    font-size: 24px;
    right: 5px;
    position: absolute;
    top:3px;
	}
	.posRel{
	position: relative;
	}
	.ppkWorkflow{
	display: block;
	}
	.ppkWorkflowMob{
	display: none;
	}
	.paidStatusLabel{
	background: none;
    position: absolute;
    right: 141px;
    padding: 1px 2px;
    top: 18px;
    box-shadow: 6px 7px 13px 0px rgba(87, 97, 100, 0.35);
    border: 1px solid #5e8179;
	}
	.paidStatusLabel .badge-light {
	    background-color: #fbeeff;
	    font-weight: 500;
	    font-size: 14px;
	}
	.paidStatusLabel.paidPlan .badge-light {
	   	color:#e27325;
	}
	.paidStatusLabel.freePlan .badge-light {
	color: #ffffff;
    background: #5d8179;
    font-weight: 500;
	}
	.paidStatusLabel.paidPlan {
        border: 1px solid #e27325;
        z-index: 100;
        cursor: pointer;
	}
	.paidStatusLabel.freePlan {
	    border: 1px solid #5e8179;
	}
.guideInfo .alert{
	background-color: #ffffde;
}
.text-green{
	color:#5d8179;
	font-weight:500;
}
	.reportDiv .card{
		background: #ffffff;
		color: #000000;
	}
@media screen and (max-width: 768px) {
	.ppkWorkflow{
	display: none;
	}
	.ppkWorkflowMob{
	display: inline;
	}
	.datepickerContainer,.startDateContainer{
    width: 180px;
}
	
	.container {
		padding: 2px;
	}
	.ppkSection1 {
		height: auto;
	}
	.ppkSection1 .page_nav {
		margin-top: 30px;
	}
	#accordion .card-header {
		padding: 10px 3px;
	}
	#accordion .card .card-body {
		padding: 7px;
	}
	.customLink1 {
		display: block;
		width: 130px;
	}
	.innerSection1 table td, .innerSection1 .table th {
		padding: 5px;
	}
	.blockUi img {
		margin-top: 60%;
	}
	#pageMessages {
		position: fixed;
		bottom: 15px;
		right: 15px;
		width: 100%;
		left:0;
		z-index: 10000;
	}
	.selectVASCourse{
	width: 100% !important;
	}
	.selectVASTopic{
	width: 100% !important;
	}
	
	.customLink2.w-50{
	width: 100% !important;
	}
	.videoresonsive{
	width: 100%;
	height: auto;
	}
	.innerSection1{
	padding: 0px;
	}
	.paidStatusLabel{
    position: absolute;
    right: 15px;
    padding: 1px 3px;
    top:-16px;
    box-shadow: 6px 7px 13px 0px rgba(87, 97, 100, 0.35);
	}
}


.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}
.whatsapp {
	background: #4AC959;
	color: white;
}


.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


.content {
  margin-left: 75px;
  font-size: 30px;
}

@media screen and (min-width: 401px) and (max-width: 3000px) {
 #what { display: none; } 
}


 
 
 
 
 .button {
 text-align: center;
    cursor: pointer;
    outline: none;
    color: black;
    border: none;
     border-radius: 4px;
      text-align: center;
      width: 50px;
       margin: 5px;
}

.button:hover {background-color: #c32665;
color: white;
border-radius: 40px;
}
.button_next:hover {background-color: #c32665;
color: white;
}
.button_prev:hover {background-color: #c32665;
color: white;
}
.button:active {
  background-color: #c32665;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button_next:active {
  background-color: #c32665;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button_prev:active {
  background-color: #c32665;
  box-shadow: 0 5px #666;
  transform: translateY(10px);
}


*{font-family: 'Roboto', sans-serif;}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.button_next{
	background-color: #39CCCC;
  border: none;
  color: white;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 14px;
  border-radius: 5px
}
.button_prev{
	background-color: #39CCCC;
    margin-right: 801px;
    margin-bottom: 14px;
   
  border: none;
  color: white;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px
}


.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #c32665;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '\2714';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #c32665;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}


.pic{
	max-width: 50%; position: relative;  border: 1px solid #d2d6d3;border-radius: 8px;padding: 5px;box-shadow: 10px 10px 5px grey;
	margin-top:10px;
    margin-left: auto; 
    margin-right: auto;
}

#rateTitle{
padding-left: 800px
}

@media screen and (min-width: 200px) and (max-device-width: 480px) {
  audio{
  padding-right: 50px;
}
#rateTitle{
	padding-left: 120px;
}
.pic{
	max-width: 100%;
}
.button_prev{
	margin-right: 117px;
}
.w-50{
	width: 100%!important;
}
}
.checked {
  color: orange;

}

.floatingbutton{
			position: fixed;
			bottom: 25px;
			width: 231px;
			background: transparent;
			clear: both;
			height: 20px;
			margin: auto;
			left: 0;
			right: 0;
			z-index:200;
			display:block;
		}
	.floatingbutton  a{
			background-color: #D82F5E;
		color: #FFFFFF;
		padding: 5px 15px;
		font-size: 14px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		}
	.floatingbutton  a:nth-of-type(n){
	    bottom: 40px;
		float: left;
		position: relative;
        left: 555px;
		}
	.floatingbutton  a:nth-of-type(n+2){
		float: right;
		position: relative;
        left: 43px;
		}
		
		@media screen and (min-width: 200px) and (max-device-width: 480px) {
		.floatingbutton{
			position: fixed;
			bottom: 25px;
			width: 231px;
			background: transparent;
			clear: both;
			height: 20px;
			margin: auto;
			left: 0;
			right: 0;
			z-index:200;
			display:block;
		}
	.floatingbutton  a{
		background-color: #D82F5E;
		color: #FFFFFF;
		padding: 5px 15px;
		font-size: 14px;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		}
	.floatingbutton  a:nth-of-type(n){
	    bottom: 40px;
		float: left;
		position: relative;
        left: 190px;
		}
	.floatingbutton  a:nth-of-type(n+2){
		float: right;
		position: relative;
        left: 43px;
		}
		
		}