/* start transaction page css */
.transaction-item {
	width: 100%;
}

.transaction-img {
	width: 60px;
	height: 60px;
	background: #38943F;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.transaction-left {
	display: flex;
	flex: 1;
}

.transaction-left .transaction-text {
	margin-left: 10px;
}

.transaction-left .transaction-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.transaction-list {
	padding-left: 0;
}

.transaction-item {
	text-decoration: none;
	list-style: none;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}

.transaction-item span:nth-child(1) {
	color: #727272;
	font-weight: 600;
}

.transaction-left .transaction-text p {
	margin-bottom: 0;
	font-size: 14px;
	color: #525252;
}

.transaction-right span {
	color: var(--primary);
}

.transaction-item span:nth-child(2) {
	color: #212121;
	font-weight: 600;
}

/* end transaction page css */



/* start personal check css */
.wallet-balance {
	background-color: #38943f2e;
	border-radius: 8px;
	padding: 30px;
	border: 1px solid var(--primary);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wallet-balance h5 {
	margin: 0;
}

.wallet-balance h4 {
	color: var(--primary);
}

.download-btn {
	width: 32px;
	height: 32px;
	background: #38943F;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-btn:hover {
	color: #fff;
}

/* end personal check css */

/* start wallet css */
.discount-item {
	background: var(--primary);
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 38px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.discount-item .discount-text {
	transform: rotate(-90deg);
	display: block ruby;
	text-wrap: nowrap;
	position: absolute;
	left: -10px;
}

.promo-wrapper {
	box-shadow: 0px 0px 3px 0px #b0afaf78;
	padding: 20px 20px 20px 60px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.promo-wrapper::before {
	content: '';
	position: absolute;
}

.promo-wrapper .promo-text-wrapper .promo-coupon {
	border-bottom: 1px dashed #B0AFAF;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.promo-wrapper .promo-text-wrapper .promo-coupon h6 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}

.promo-wrapper .promo-text-wrapper .promo-coupon p {
	color: #38943F;
	font-size: 14px;
}

a.apply-code {
	color: var(--primary);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}

.promo-text-wrapper p {
	font-size: 14px;
}

.text-grey {
	color: #6C6C6C;
}

/* end wallet css */

/* start payment css */
.added-card h6 {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
}

.added-card p {
	font-size: 14px;
	line-height: 25px;
	color: #7e7e7e;
	font-weight: 400;
}

.added-card {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.added-card input[type="checkbox" i] {
	width: 20px;
	height: 20px;
}

.added-card input[type="checkbox" i]:checked {
	accent-color: #38943F;
}

.payment-ic img {
	width: 110px;
	height: 55px;
	margin: 0 10px;
	object-fit: contain;
}

.payment-select {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.payment-select .form-check {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 25px;
}

.payment-select .payment-ic img {
	width: 110px;
	height: 55px;
	margin: 0 10px;
	object-fit: contain;
}

.payment-select .form-check input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.payment-select .form-check input:focus {
	box-shadow: 0 0 0 0.25rem rgb(55 146 62 / 22%);
}

.pay-label {
	font-size: 16px;
	color: #4f4f4f;
}

.payment-tabs .nav-link.active .payment-tab-item {
	background-color: #38943F24;
	border: 1px solid var(--primary);
}

/* end payment css */

/* start menu detail page css */
.post {
	display: flex;
	margin-top: 20px;
}

.post .content {
	display: flex;
}

.content-text {
	padding-left: 16px;
}

.content-img img {
	width: 80px;
	height: 80px;
}

.cr-t-review-rating i {
	color: #ff9d00;
}

.nav-tab-3 .nav-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.down-btn img {
	max-width: 122px;
}

.trans-drop .form-select {
	min-height: 40px;
	border-radius: 6px !important;
}

.download-ico {
	padding: 6px 8px;
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 4px;
	transition: all .5s ease-in-out;
	display: inline-block;
	font-size: 14px;
}

.download-ico:hover {
	background: #fff;
	color: #38943F;
}

.see-all-btn {
	text-decoration: underline !important;
	display: inline-block;
	color: var(--primary);
	transition: all .5s ease-in-out;

}

.order-img {
	width: 90px;
	overflow: hidden;
	border-radius: 8px;
}

.order-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner-page-card table td,
.inner-page-card table th {

	vertical-align: middle;
}

.inner-page-card table td:last-child,
.inner-page-card table th:last-child {
	text-align: center;
}

.eye-btn {
	padding: 5px;
	border-radius: 4px;
	border: none;
	display: inline-block;
	padding: 5px 10px;
}

.report-drop {
	max-width: 200px;
}

.report-drop .form-select {
	height: 40px;
	border-radius: 4px;
}

.report-drop .form-select:focus {
	border: none;

}

/******************/
/* Lunch Buttons */
/*****************/

.lunch-btn {
	background-color: var(--primary);
	color: #fff;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 3px;
}

.lunch-btn:hover {
	color: #fff;
	box-shadow: 0px 0px 10px #c4c3c3;
	transform: translate(0px, -10px);
}

.credit-req {
	background-color: #fff;
	padding: 30px 0px;
	box-shadow: 0px 0px 10px #cccccc;
	width: 100%;
	margin: auto;
	text-align: left;
}

.request-inner {
	display: flex;
}

.inner_wrap .lunch-request .custom_header {
	padding: 15px;
	background-color: #38943F;
	color: #fff;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
}

.lunch-credit-tab {
	padding: 30px;
	background-color: #fff;
	margin: auto;
	width: 100%;
}

.lunch-credit-tab tr {
	padding: 10px;
}

.request-inner {
	display: flex;
	justify-content: space-between;
	margin: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #e6e6e6;
	border-radius: 15px;
	padding: 20px 30px;
	gap: 15px;
}

.lunch-credit-tab td {
	padding: 10px 10px;
	border: 1px dashed #c9c6c6;
}

.lunch-credit-tab th {
	border: 1px dashed #c9c6c6;
	padding: 10px;
}

.meta-sec {
	display: flex;
	align-items: end;
	position: relative;
}

.theme-btn-3 {
	background-color: var(--primary);
	border: none;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #dfdfdf;
}

.meta-text p {
	font-size: 12px;
	margin-bottom: 0px;
}

.meta-text {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.theme-btn-4 {
	background-color: #ff9d00;
	border: none;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #dfdfdf;
}

.theme-btn-5 {
	background-color: #ec4d0e;
	border: none;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #dfdfdf;
}

.rate-star img {
	opacity: 0.4;
}

.rate-star img:hover {
	opacity: 1;
	transition: .4s;
	cursor: pointer;
}

.rate-sec {
	display: flex;
	justify-content: center;
	gap: 0px;
}

.rate-sec img {
	max-width: 80%;
}

.rate-btn-sec {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.rate-btn-2 {
	background-color: #4f4f4f;
	color: #fff;
	border: none;
	padding: 10px 30px;
}

.rate-btn-3 {
	background-color: var(--primary);
	color: #fff;
	border: none;
	padding: 10px 30px;
}

.rate-btn-sec {
	padding: 20px 0px;
	margin-top: 20px;
}

.rate-logo {
	text-align: center;
}


.rating-msg {
	width: 70%;
	margin: 0 auto;
}

.addres-box-list h3 {
	font-size: 25px;
	padding-top: 10px;
	font-weight: 600;
	color: #38943F;
}

.edit-addres-sec {
	display: flex;
	justify-content: start;
	gap: 30px;
	padding: 20px 0px;
}

.addres-box-list h4 {
	font-size: 20px;
	padding-bottom: 10px;
}

.addres-box-list .address-list p {
	font-size: 15px;
	padding-right: 10px;
}

.edit-addres-sec {
	cursor: pointer;
}

.add-address-btn {
	background-color: #ffffff;
	padding: 5px 15px;
	color: #38943F;
	border: none;
	font-size: 13px;
}

.add-address-btn-2 {
	background-color: #38943F;
	padding: 5px 15px;
	color: #fff;
	border: none;
	font-size: 13px;
}

.add-address-btn-2:hover {
	background-color: #38943F;
	padding: 5px 15px;
	color: #fff !important;
	border: none;
	font-size: 13px;
}

.add-address-btn:hover {
	background-color: #096d11;
	padding: 5px 15px;
	color: #fff;
	border: none;
}

.add-address-btn a {
	color: #fff;
}

.form-address {
	min-height: 38px;
	font-size: 13px !important;
}

.form-address {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#flexRadioDefault1\ first-box {
	position: absolute;
	top: 5px;
	left: 30px;
	z-index: 99;
}

.add-address-form {
	position: relative;
	padding-left: 0px;
}

#flexRadioDefault2\ first-box {
	position: absolute;
	top: 5px;
	left: 30px;
	z-index: 99;
}

.title-checkout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

  .custom_header p{
    margin-bottom: 0px;
  }
  .student-details-box {
  background-color: #fff;
  box-shadow: 0px 0px 10px #d0d0d0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.stud-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.stud-title h3 {
  font-size: 16px;
}
.stud-thumb img {
  border-radius: 50%;
  border: 5px solid #38943f;
}
.students-list {
  position: relative;
  top: 25px;
  left: 10px;
  z-index: 2;
}
.student-details-box span {
  font-size: 13px;
}
.stud-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stud-thumb img {
  border-radius: 50%;
  border: 5px solid #38943f;
  width: 60%;
  margin: 0 auto;
}
.add-btn {
  background-color: #fff;
  color: #38943f;
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
}
.del-btn {
  background-color: red;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
}
.edit-btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 5px;
  right: 5px;
  font-size: 13px;
  font-weight: 500;
}
.view-std-list {
  width: 100%;
}
.view-std-list tr th {
  padding: 5px;
  border: 1px dashed #dbdbdb;
  background-color: #38933f;
  color: #fff;
}
.view-std-list td {
  border: 1px dashed #9d9d9d;
  padding: 5px 10px;
}
.view-students-list {
  min-height: 50vh;
}
.students-listing {
  min-height: 50vh;
}
.view-std-list tr:last-child {
    /*! text-align: center; */
}
#payment span {
    background: #38943F;
}
#payment .stripe-button-el {
    background-image: unset;
    box-shadow: none;
}
.heigth{
	height: 100%;
}


