:root {
  --pmc: #2196F3;
  --icc: #FF9800;
  --pbr: 7px;
}
.loyalty-message{
    padding: 12px 12px 12px 10px;
    margin: 0 0 15px 0;
    position: relative;
    list-style: none !important;
    display: block;
    width: auto;
    background-color: white;
    border-radius: var(--pbr);
    box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    color: #333333;
}
.daily-point {
    color: #FFF;
    border: none;
    font-size: 1.1em;
    padding: 12px 15px;
    border-radius: var(--pbr);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: inherit;
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#EAA533;
}
.daily-point svg{
	stroke: #FFF;
	margin-left: 10px;
	width: 24px;
}

.ah-widefat{
    background: #fff;
    border: 1px solid #eee;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .04); */
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0;
    border-radius: var(--pbr);
}
.ah-widefat td {
    vertical-align: top;
    color: #50575e;
    font-size: 0.98em;
    line-height: 1.5em;
    padding: 10px 15px;
}
.ah-widefat thead th {
    border-bottom: 1px solid #e4e7ef;
    line-height: 1.4em;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 1.05em;
}
.ah-widefat th, .ah-widefat thead td {
    font-weight: 400;
    text-align: right;
    line-height: 1.3em;
    font-size: 14px;
}
.ah-fixed {
    table-layout: fixed;
}
.ah-striped>tbody>:nth-child(odd){
    background-color: #eeeeee61;
}
.ah-tablenav {
    clear: both;
    height: 30px;
    margin: 6px 0 4px;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
}
.ah-tablenav .ah-tablenav-pages {
    margin: 0 0 9px;
}
.ah-tablenav .ah-tablenav-pages .button, .ah-tablenav .ah-tablenav-pages .tablenav-pages-navspan {
    display: inline-block;
    vertical-align: baseline;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0 4px;
    font-size: 1.1em;
    line-height: 2.2em;
    text-align: center;
    color: var(--pmc);
    border-color: var(--pmc);
    border-radius: var(--pbr);
    background: #f6f7f7;
}
.ah-tablenav .ah-tablenav-pages .button:hover, .ah-tablenav .ah-tablenav-pages .current-page {
    background: #eee;
    border-color: #333;
    color: var(--pmc)
}
.referral-body{
    background: white;
    padding: 15px;
    border-radius: var(--pbr);
    margin: 15px 0 15px 0;
    border: 1px solid #eee;
}
.referral-body h3{
    margin-bottom: 10px;
    font-size: 1em;
}
#ah-referral-form{
	position: relative;
	margin-top: 15px;
}
.referral-body input[type="text"]{
    padding: 10px;
    width: 100%;
    border: unset !important;
    background-color: #eeeeee99;
    height: 46px;
}
.referral-body button{
	position: absolute;
	width: auto;
	left: 7px;
	top: 7px;
	padding: 7px 15px;
	font-size: 1em;
	height: auto;
}
.referral-body p{
    margin-top: 10px;
}
.ah-used-point-position{
    position: relative;
    padding: 15px;
    border-radius: var(--pbr);
    margin: 15px 0 15px 0;
    border: 1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color:#eaa5338f ;
}
.ah-used-point-position label {
	font-size: 1.1em;
	font-weight: 500;
	margin-left: 25px;
	flex-shrink: 0;
}
.ah-used-point-position input {
	width: 100%;
	padding: 0;
}
.ah-used-point-position button.ah-use-piont {
	/* position: absolute; */
	padding: 0 15px;
	height: 38px;
	border: unset;
	margin-right: 10px;
	font-size: 1.1em;
	font-weight: 500;
}
.ah-used-point{
    /* text-align: left; */
    height: 38px;
    border-radius: var(--pbr);
    border: 1px solid #eeeff1;
    padding: 0px 10px 0px 5px;
}
.ah-used-nopoint{
    float: right;
    margin-top: 15px;
    width: 100%;
}
.ah-show-points-checkout{
    margin:10px 0; 
    padding:10px; 
    background-color: white;
    border-radius: var(--pbr);
    box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}
.ah-active-loyalty{
    display: block;
    color: #32cd32;
}
.ah-noactive-loyalty{
    display: block;
    color: #9E9E9E;
}
.ah-daily-point-section{
    margin-top: 20px;
}
.ah-daily-point-message{
    margin-top: 10px;
}
.ah-no-history{
    width:100%; 
    margin-top:20px; 
    border-top:1px solid #dbdbdb; 
    padding-top:10px;
}
.ah-identification-code{
    direction:ltr; 
    font-family:monospace;
    font-size: 22px;
    margin: 0px 10px;
}
.ah-user-referalcode{
    display: flex;
    align-items:center;
    gap:5px;
    box-shadow: 0 0 10px -4px #eee;
    padding: 10px 15px;
    border-radius: var(--pbr);
    justify-content: space-between;
    white-space: nowrap;
}
.ah-user-referalcode input[type="text"]{
    padding: 4px 5px !important;
    width: auto;
    min-width: 100px;
    font-size: 1.2em;
    border: none !important;
    text-align: left;
    line-height: 0;
}
.ah-user-referalcode button{
    color: red  !important;
    border: none;
    padding: 0;
    border-radius: var(--pbr);
    transition: all 0.3s;
    font-family: inherit;
    cursor: pointer;
    background-color: unset !important;
    height: auto;
    line-height: 0;
}
.ah-user-referalcode button svg{
	width: 20px;
	height: auto;
	stroke: #ddd;
}
.ah-user-referalcode button.copied svg{
	stroke: #4CAF50;
}
.ah-referalcode-detail{
    margin-top: 15px;
}

.ah-loyalty-product-points{
	display: flex;
	align-items: center;
	flex: 0 0 100%;
	margin: 15px 0;
}
.ah-loyalty-product-points svg{
    margin-left: 5px;
    stroke: var(--icc)
}
.ah-loyalty-product-points b{
    font-size: 120%;
    margin: 0 2px
}
.ah-icon{
	stroke: var(--icc);
	margin-left: 6px;
	width: 22px;
	height: auto;
}
.loyalty-points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	font-size: 12px;
    font-weight: 600;
}

.points-item {
	display: flex;
	align-items: center;
	flex-direction: row;
	font-size: 1.1em;
}
.points-item strong{
	margin-left: 10px
}
.points-item .woocommerce-Price-currencySymbol{
	font-size: 70%;
	opacity: 0.8
}

.loyalty-warning {
	display: flex;
	align-items: center;
	padding: 9px 15px;
	border: 1px solid #eee;
	margin: 15px 0;
	border-radius: var(--pbr);
	font-size: 1.05em;
}
.loyalty-warning svg{
	stroke: red
}

.ah-summary-points {
	position: relative;
	padding: 15px;
	border-radius: var(--pbr);
	margin: 15px 0 15px 0;
	border: 1px solid #eee;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.ah-summary-right {
	display: flex;
	align-items: center;
	flex-direction: row;
	font-size: 1.05em;
}
.ah-summary-right strong{
	font-size: 2em;
	background-color: #eeeeee91;
	border-radius: var(--pbr);
	padding: 0px 15px;
	margin-right: 8px;
}
.ah-summary-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}
.ah-summary-icon svg{
	width: 41px;
}
.ah-summary-icon p{}

.ah-summary-left {}
.ah-summary-left p{
	box-shadow: 0 0 10px -4px #eee;
	padding: 10px 15px;
	border-radius: var(--pbr);
}
.ah-summary-left b{
	margin-right: 5px;
	font-size: 119%;
}
.ah-summary-left .woocommerce-Price-currencySymbol{
	font-size: 59%;
	font-weight: normal;
}
.ah-myacc-points {
	position: relative;
	padding: 15px;
	border-radius: var(--pbr);
	margin: 20px 0 20px 0;
	border: 1px solid #eee;
	display: grid;
	grid-template-columns: 70% 30%;
	/* align-items: center; */
	justify-content: space-between;
}
.ah-myacc-left {border-right: 1px solid #eee;padding-right: 20px;}
.ah-myacc-scontent {
    max-height: 128px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffffff #f5f5f5;
}
.ah-myacc-scontent::-webkit-scrollbar{
    width: 5px; 
}
.ah-myacc-scontent::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.ah-myacc-scontent::-webkit-scrollbar-thumb {
    background-color: #ffffff; 
    border-radius: 10px;
    border: 2px solid #f0f0f0; 
}
.ah-myacc-scontent::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff; 
}
.ah-sc_item {
	font-size: 0.99em;
	margin-bottom: 13px;
	border-right: 1px dashed #eee;
	padding-right: 12px;
}
.ah-sc_item:hover{
	border-color: #4CAF50;
}
.el_ic{
	fill: #4CAF50;
	width: 12px;
	vertical-align: middle;
	margin: 0 3px
}
.el_ic.decerase{
    fill: #F44336;
}
@media only screen and (max-width: 980px) {
	.ah-myacc-points {
		grid-template-columns: 100%;
	}
	.ah-myacc-left {
		border-right: unset;
		padding-right: 0;
		padding-top: 30px;
	}
	.loyalty-points {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 30px;
	}
	.points-item {
		margin-bottom: 10px;
	}
}