:root {
  --payment-color: #2962ea;
}
.payment-body {
	border-radius: 0;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin: 100px 0;
}
.paypal-logo {
	width: 210px;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	padding: 12px 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 0 auto 15px auto !important;
}


.payment-form .form-group {
  margin-bottom: 25px;
}
.payment-form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

select {
  appearance: auto !important;
}

.form-control:focus {
  box-shadow: none;
}

.payment-form textarea.form-control {
  height: 120px;
}
.payment_inner {
	max-width: 340px;
}

.payable-amount {
  color: #4caf50;
  text-align: center;
  margin: 20px 0 8px;
}

.payment_wrap .desc p {
  font-size: 14px !important;
  line-height: 24px;
  color: #717171;
}

.payment_wrap {
  width: 100%;
  margin: 0 auto;
}

/* -----btn----- */

@media only screen and (max-width: 991px) {
 
  .payment_inner {
    margin-top: 20px;
  }

}

@media only screen and (max-width: 575px){
  .payment-inner h3 {
    font-size: 24px;
  }
  .payment-inner h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

/* payment page */

.payment-form  input.form-control,.payment-form  select.form-select {
  height: 45px;
  border-radius: 6px !important;
}
.payment-form  select.form-select {
  appearance: none !important;
}


/***New Css Payment Module Start***/
.scan-code {
	overflow: hidden;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 220px;
	height: 220px;
	max-width: 220px;
	max-height: 220px;
	min-width: 220px;
	min-height: 220px;
}
.scan-code
.scan-qr-sec {
	padding: 50px 50px !important;
}
.payent-rt h4 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #000;
}
.qr-head {
	padding: 18px 0;
	margin-bottom: 0;
}
.qr-head p {
	margin-bottom: 0;
	color: #000;
	text-align: left;
	font-size: 14px;
}


.qr-icn {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 15px;
	background: #fff;
	padding: 11px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	text-align: center;
	line-height: 40px;
}
.paypal-summry {
	height: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.qr_wrap img {
	width: 100%;
	height: 100%;
	border: none;
}


.payable-dis {
	width: 60%;
	min-width: 60%;
}

.payment-btn {
	padding: 0px 30px;
	background: #176acc;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #176acc;
	transition: all .5s ease-in-out;
	font-weight: 600;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.payment-btn:hover {
	background: transparent !important;
	color:#176acc;
	border: 1px solid #176acc;

}
.share-btn {
	padding: 0px 30px;
	background: #ffc107;
	display: inline-block;
	color: #000;
	border-radius: 4px;
	border: 1px solid #ffc107;
	transition: all .5s ease-in-out;
	font-weight: 600;
	font-size: 16px;
	height: 50px;
}
.share-btn:hover {
	background: transparent !important;
	color:#000;
	border: 1px solid #ffc107;

}

.terms-sec {
	text-align: left;
	border-top: 1px solid #ccc;
	padding: 15px 12px;
}
.terms-sec h4 {
	font-size: 14px;
	font-weight: 600;
	color: #313131;
}
.terms-sec p::after {
	position: absolute;
	left: 2px;
	top: 8px;
	width: 4px;
	height: 4px;
	background: #959595;
	border-radius: 50%;
	content: '';
}
.terms-sec p {
	margin-bottom: 4px;
	font-size: 12px;
	color: #6f6f6f;
	padding-left: 10px;
	position: relative;
	font-weight: 500 !important;
}

.payment-body .card {
	overflow: hidden !important;
}

@media (min-width:768px) and (max-width:991px) {
  .scan-code {
    margin: 0 auto 30px auto !important;
  }
  .payable-dis {
      width: 100%;
      min-width: 100%;
  }
  .payment-body {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .scan-code {
    margin: 0 auto 30px auto !important;
  }
  .payable-dis {
      width: 100%;
      min-width: 100%;
  }
  .payment-body {
    margin: 20px 0;
  }
}


/***New Css Payment Module End***/
.cursor-pointer{
	cursor: pointer;
}

.payment-or-text {
	width: 100%;
	position: relative;
	margin: 15px 0;
}

.payment-or-text:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	top: 50%;
	left: 0;
	transform: translate(0 ,-50%);
}

.payment-or-text span {
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: rgb(13 110 253);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	z-index: 9;
}