/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2023 IMAJIKU.
*/

/* =PAYMENT GATEWAY
-------------------------------------------------------------*/

.glady-box{
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.glady{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #dddddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.glady-top{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #ffcaad;
	padding: 15px 20px 25px 20px;
	border-radius: 0 0 25% 25%;
	-moz-border-radius: 0 0 25% 25%;
	-webkit-border-radius: 0 0 25% 25%;
}
.glady-body{
	display: block;
	position: relative;
	width: 100%;
	padding: 20px;
}
.glady-head{
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0 0;
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	-moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.glady-head-title{
	display: block;
	width: 100%;
}
.glady-head-title h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	color: #333333;
}
.glady-head-cost{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 145px;
	flex: 1;
}
.glady-head-cost h4{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #777777;
}
.glady-head-cost h3{
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #232323;
}
.glady-head-cost p{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	color: #777777;
}
.glady-head-time{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	background-color: #ffcaad;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	flex-wrap: wrap;
	margin-bottom: 10px;
	width: auto;
}
.glady-head-time h4{
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}
.glady-head-time h3{
	color: #FF0000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.glady-item{
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0 5px;
}
.glady-item-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.glady-item-img img{
	display: block;
	width: auto;
	height: 18px;
	margin: 0 auto;
}
.glady-item-desc{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.glady-item-desc h4{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #777777;
}
.glady-item-desc h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
	color: #232323;
}
.glady-item-action .btn{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);	
	padding: 2px;
}
.glady-item-action .btn i{
	font-size: 12px;
	color: #777777;
}
.glady-item-info p{
	font-size: 12px;
}

.glady-scancode-img{
	display: block;
	position: relative;
	width: 100%;
	padding: 10px;
}
.glady-scancode-img img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.glady-action{
	margin-top: 30px;
}