/* Copyright (c) 2018-Present Webkul Software Pvt. Ltd. (<https://webkul.com/>) */
    /* See LICENSE file for full copyright and licensing details. */
.voucher{
	width:90%;
	min-height:150px;
	border:solid 1px #90CAF9;

	margin-left:20px;
	margin-top:10px;
}
.voucher_code{
	font-size: 24px;
	color:#757575;
	margin-top:1%;
	text-align:center;
	font-family:serif;
    font-style:italic;
}

.wk_modal{
	overflow-y:auto;
	max-height:500px;
}
.value_div{
	margin-left: 50px;
	margin-top: 5px;
	font-size: 13.5px;
	font-style: oblique;
	padding-right:10px;
}
.voucher_value{
	color:#F06292;
}
.voucher_desc{
	margin-left: 50px;
	font-size: 12px;
	font-style: oblique;
	color:#9E9E9E;
	padding-right:10px;
}
.btn_modal_vouchers{
	cursor:pointer;
}
.no_vouchers{
	width: 90%;
	height:400px;
	text-align: center;
	font-size: 40px;
	color:#BDBDBD;
}

.modal_heading{
	height:40px;
	box-shadow: 0px 3px 1px #888888;
	text-align: center;
	font-size: 24px;
	color:#611828;
	font-style:italic;
	font-family:serif;
}
.expirty_date{
	color:#4CAF50;
}
.no_voucher{
	font-size: 20px !important;
	color: #212121 !important;
}
.copy_code{
    position: relative;
    float:right;
    top: -5px;
    font-size: 16px;
    background-color: #AB47BC;
    color: white;
    cursor: pointer;
    padding: 0px 3px;
	width: 90px;

}
