﻿.pop-up-alert,
.pop-up {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pop-up-alert.active,
.pop-up.active {
  display: block;
}

.pop-up-alert .form-pop-alert {
  padding: 40px;
}

.pop-up-alert h3 {
  text-align: center;
  padding: 0 0 50px 0;
  font-size: 16px;
}

.form-pop-alert .button {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.pop-up-alert .form-pop-alert,
.pop-up .form-pop-up-dialog {
  width: 650px;
  height: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.pop-up-alert .form-pop-alert {
  width: 400px;
  height: 225px;
}

.pop-up #form-checkout {
  width: 100%;
  padding: 40px;
}

.pop-up .col.col2.thumb-checkout {
  width: 40%;
}

.pop-up .col.col2.info-checkout {
  width: 56%;
}

.pop-up .col.col2.info-checkout h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
}

.pop-up .col.col2.info-checkout h4 {
  font-size: 16px !important;
  color: #666 !important;
  margin: 5px 0 !important;
}

.pop-up .col.col2.info-checkout .orange-c {
  color: #f58634;
  font-size: 20px;
}

.pop-up .col.col2.info-checkout .orange-c,
.pop-up .col.col2.info-checkout .item-sub {
  font-weight: 800;
}

.pop-up .thumb-image {
  height: 200px;
  width: 100%;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pop-up .col.col2.info-checkout .ico.check-item h4 {
  text-align: left !important;
  color: #fff !important;
  font-weight: 800 !important;
  padding: 10px 15px !important;
}

.pop-up .col.col2.info-checkout .ico.check-item {
  width: 100%;
  height: 40px;
  border-radius: 80px;
  background-color: var(--primary);
  display: block;
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-image: url(../../img/check-list.png);
  background-size: 30px;
  margin: 53px 0 0 0;
}

.pop-up .button.btn-checkout {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: block;
}

.button-checkout-content {
  position: relative;
  padding: 40px 0 0 0;
  width: 100%;
}



.list-learning-item {
	padding: 2%;
	border-radius: 0.2rem;
	margin-bottom: 1%;
}

.panel-body.scroll-1 {
	height: 320px;
	overflow-y: scroll;
}

.panel-body.scroll-5 {
	height: 760px;
	overflow-y: scroll;
}

#contact {
	/* background-image: url(../Images/contact-1.jpg); */
	background: #c33764;
	background: -webkit-linear-gradient( rgba(23, 23, 23, 0.8), rgba(23, 23, 23, 0.8) ), url(/Content/Images/contact-1.jpg);
	background: linear-gradient(rgba(23, 23, 23, 0.8), rgba(23, 23, 23, 0.8)), url(/Content/Images/contact-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100px;
	padding: 50px 0;
}

#contact.contact-page {
	height:100%;
}

#contact {
	padding: 40px 0;
	color: white;
}

#contact a {
	color: #fff;
}

#contact a:hover {
	color: var(--orange);
}

	#contact .ico {
		 width: 100px; 
		 
		 background-size: 160px; 		 
		 margin: 0 auto 15px; 
		 display: block; 
	}

	#contact .form {
		max-width: 650px;
		min-width: 240px;
		width: 100%;
		margin: 30px auto 50px;
		text-align: center;
	}

		#contact .form textarea, #contact .form input[type="text"], .form input[type="email"] {
			display: block;
			width: 100%;
			background-color: #000;
			background-size: 24px;
			background-position: top 50% right 20px;
			background-repeat: no-repeat;
			padding: 10px;
			text-indent: 10px;
			border-radius: 0.8rem;
			margin-bottom: 15px;
			border: 0;
			color: white;
			font-size: 13px;
			border: 2px solid #222;
		}

#footer {
	background: var(--dark-purple);
	border-top: 2px solid var(--yellow);
	padding: 40px 0;
}

/* Admin forms */
.report_holder ol, .report_holder ul {
	list-style: none;
}
.report_holder li {
	float: left;
	padding: 5px 20px 5px 0;
	height: 44px;
	line-height: 44px;
}

.report_holder:after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.report_holder li span.report_input.right input {
	height: 34px;
	line-height: 34px;
	background: #f48f23;
	display: block;
	color: white;
	border: 0;
	padding: 0 15px;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}

	.report_holder li span.report_input.right input:hover {
		background: #1e1e1e;
	}