/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
	font-family: arial, sans-serif !important;
	src: url('../fonts/poppins/Poppins-Regular.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: arial, sans-serif !important;
}

.captcha_image {
	position: relative;
	width: 100%; /* for IE 6 */
}

.cpatcha_code {
	position: absolute;
	top: 20px;
	margin-left: 25px;
	width: 100%;
}

/*---------------------------------------------*/
a {
	font-family: arial, sans-serif !important;
	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: arial, sans-serif !important;
	font-size: 14px;
	line-height: 1.7;
	color: #343a40;
	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;
}

/* ........................................ */
.payButton {
	bottom: 0px;
	position: absolute;
	left: 11px;
	font-weight: 600;
	bottom: 10px;
}

.receiptButton {
	position: absolute;
    left: 82px;
    font-weight: 600;
    bottom: 10px;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	font-family: arial, sans-serif !important;
	font-size: 13px;
	color: #666666;
	line-height: 1.5;
}

.txt2 {
	font-family: arial, sans-serif !important;
	font-size: 13px;
	color: #333333;
	line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ 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: 390px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 50px 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: Poppins-Bold; */
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 50px;
}

.login100-form-title i {
	font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #adadad;
	margin-bottom: 37px;
}

.input100 {
	font-family: arial, sans-serif !important;
	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 1.5s;  
	background: #6a7dfe;
	background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	background: -o-linear-gradient(left, #21d4fd, #b721ff);
	background: -moz-linear-gradient(left, #21d4fd, #b721ff);
	background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
	font-family: arial, sans-serif !important;
	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(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
	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);
}

/*------------------------------------------------------------------
[ 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: 25px;
	overflow: hidden;
	margin: 0 auto;
}

.login100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #a64bf4;
	background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
	background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
	background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
	background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
	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;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media ( max-width : 576px) {
	.wrap-login100 {
		padding: 77px 15px 33px 15px;
	}
	.h2, h2 {
    	font-size: 1.3rem !important;
	}
	.box-right {
		margin-right: auto !important;
	}
	.payButton {
		RIGHT:  7px !important;
		bottom: 141px !important;
		position: absolute;
		font-weight: 600;
		left: auto;
	}
	.receiptButton {
		RIGHT:6px !important;
		bottom: 102px !important;
		position: absolute;
		font-weight: 600;
		left: auto;
	}
	.col-md-8 {
		padding-bottom: 15px;
	}
	
}

/*------------------------------------------------------------------
[ 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: arial, sans-serif !important;
	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%);
	right: 5px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media ( max-width : 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif
}

p {
	margin: 0
}

.container {
	max-width: 900px;
	margin: 30px auto;
	background-color: #e8eaf6;
	padding: 35px
}

.box-right {
	padding: 10px 15px;
	border-radius: 15px;
	margin-right: -130px;
}

.box-left {
	padding: 20px 20px;
	background-color: white;
	border-radius: 15px
}

.textmuted {
	color: #7a7a7a
}

.bg-green {
	background-color: #d4f8f2;
	color: #06e67a;
	padding: 3px 0;
	display: inline;
	border-radius: 25px;
	font-size: 11px
}

.p-blue {
	font-size: 17px;
	color: #1976d2
}

.fas.fa-circle {
	font-size: 14px;
	color: #327e5b;
}

.p-org {
	font-size: 14px;
	color: #dc3545
}

.h7 {
	font-size: 15px
}

.h8 {
	font-size: 12px
}

.h9 {
	font-size: 10px
}

.bg-blue {
	background-color: #dfe9fc9c;
	border-radius: 5px
}

.form-control {
	box-shadow: none !important
}

.card input::placeholder {
	font-size: 14px
}

::placeholder {
	font-size: 14px
}

input.card {
	position: relative
}

.far.fa-credit-card {
	position: absolute;
	top: 10px;
	padding: 0 15px
}

.fas, .far {
	cursor: pointer;
	color: #327e5b;
}

.cursor {
	cursor: pointer
}

.btn.btn-primary {
	box-shadow: none;
	height: 40px;
	padding: 11px
}

.bg.btn.btn-primary {
	background-color: transparent;
	border: none;
	color: #1976d2
}

.bg.btn.btn-primary:hover {
	color: #539ee9
}

@media ( max-width :320px) {
	.h8 {
		font-size: 11px
	}
	.h7 {
		font-size: 13px
	}
	::placeholder {
		font-size: 10px
	}
}

@import url(https://fonts.googleapis.com/css?family=Lato:700);
/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f0f0f0;
} */
.box {
	position: relative;
}

/* common */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

.ribbon::before, .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #3498db;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}

.ribbon-top-left::before, .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}

.ribbon-top-right::before, .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}

.ribbon-top-right::before {
	top: 0;
	left: 0;
}

.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}

.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}

.ribbon-bottom-left::before, .ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}

.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}

.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}

.ribbon-bottom-right::before, .ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}

.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}

.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}

.invoice-ribbon {
	width: 97px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	right: -2px;
}

.ribbon-inner {
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 4px 0;
	left: -5px;
	top: 11px;
	width: 120px;
	background-color: #66c591;
	font-size: 15px;
	color: #fff;
}

.ribbon-inner:before, .ribbon-inner:after {
	content: "";
	position: absolute;
}

.ribbon-inner:before {
	left: 0;
}

.ribbon-inner:after {
	right: 0;
}

@media print {
	#non-printable {
		display: none;
	}
	#printable {
		display: block;
	}
}

.body-main {
	background: #ffffff;
	border-bottom: 15px solid #1E1F23;
	border-top: 15px solid #1E1F23;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 40px 30px !important;
	position: relative;
	box-shadow: 0 1px 21px #808080;
	font-size: 10px
}

.main thead {
	background: #1E1F23;
	color: #fff
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline label {
	margin: 5px 10px 5px 0;
}

.form-inline input {
	vertical-align: middle;
	margin: 5px 10px 5px 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}