/* 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:130px;
	border:solid 1px #90CAF9;
	
	/* margin-left:20px; */
	margin:10px auto;
	background: #fff;
}
.voucher_code{
	font-size: 20px;
	color:#757575;
	margin-top:1%;
	text-align:center;
	/* font-family:serif;
    font-style:italic; */
}

.wk_modal{
	overflow-y:auto;
	max-height:320px;
}
.value_div{
	margin-left: 50px;
	margin-top: 5px;
	font-size: 13.5px;
	/* font-style: oblique; */
	padding-right:10px;
}
.voucher_value {
    color: #fb0a0a;
}
.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: 14px !important;
	color: #212121 !important;
}
.copy_code{
	position: relative;
    float: right;
    top: -6px;
    font-size: 16px;
    background-color: #1665ad;
    color: white;
    cursor: pointer;
    padding: 0px 3px;
    width: 90px;
	
}
.voucher_div_css{
    box-shadow: 0 10px 20px 0 lightgrey !important;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 40px;
}
.voucher_div_css h3{
font-size:22px;
}