.layout-topbar {
	background-color: #f5f0e9;
}

.layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo img {
	width: auto;
	height: 60px;
}

body .ui-widget,
body .ui-widget .ui-widget {
	font-family: "Open Sans", sans-serif !important;
}

.ui-fluid .ui-selectonemenu {
	width: 100%;
	min-width: auto !important;
}

.layout-sidebar .sidebar-logo {
	background: black;
}

body .ui-input-icon-right {
	width: 100% !important;
}

/* body .ui-password.ui-password-masked .ui-password-icon {
	position: relative;
	top: 15px !important;
}

body .ui-password.ui-password-unmasked .ui-password-icon {
	position: relative;
	top: 15px !important;
} */

body .ui-input-icon-right>i:last-of-type {
	right: 1.5rem;
	color: #495057;
	top: 10px;
}

.header-title-left {
	color: white;
	font-size: 1.5rem;
	;
}

/* Target the .ui-datatable table to add a message above it */
.ui-datatable::before {
	content: "For best view kindly rotate your device";
	display: none;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}

/* Show the message on small screens in portrait orientation */
@media screen and (max-width: 768px) and (orientation: portrait) {
	.ui-datatable::before {
		display: block;
	}
}


.upload-table-data {
	width: 100%;
	table-layout: fixed;
}


#header-section {
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}

#header-section.hidden {
	opacity: 0;
}

.layout-topbar .layout-topbar-wrapper {
	height: 85px;
	/*box-shadow: 0px 0px 5px 0px #5d5d5d;*/
}

.layout-sidebar .sidebar-logo img {
	height: 55px;
	width: auto;
}

.payment-cart {
	position: relative;
	top: 8px;
	right: 15px;
	font-size: 14px;
	font-weight: bold;
}

.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions>li>a i {
	color: rgb(1, 83, 139);
}

.layout-topbar .layout-topbar-wrapper .layout-topbar-right .profile-item>a .profile-info-wrapper h3 {
	color: #0e0e0e;
	font-size: 14px;
}

.layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo .app-name {
	font-size: 16px;
}

.layout-wrapper.layout-horizontal .layout-main {
	padding-top: 0px;
}

.layout-footer {
	background-color: #2b2b2b;
}


p img {
	width: 100px !important;
	height: auto !important;
}

body .ui-menu.ui-menubar {
	background: transparent;
	border: none;
}

body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text,
body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon,
body .ui-menu.ui-menubar .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-icon {
	color: rgb(1, 83, 139);
	font-size: 14px;
	font-weight: 500;
}

h5 {
	font-size: 1.35rem;
	color: #58b975;
}

body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title {
	padding: 7px 15px;
}

.ui-wizard-step-title {
	font-size: 14px;
}

body .ui-fieldset {
	border: 1px solid #dee2e6;
	background: #ffffff;
	color: #212529;
	padding: 1.25rem;
	border-radius: 4px;
}

h6 {
	color: black;
	background: #f2f9fe;
	padding: 5px 10px;
	font-size: 1.17em;
	font-weight: 600;
}

.service_1_single .content {
	padding: 40px 25px 45px !important;
	height: 225px;
}

.pi-search:before {
	content: "\e966";
}


.service_1_img {
	height: 195px;
}

.block-title h3 {
	font-size: 50px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #01538b;
}

.block-title h3 {
	color: #01538b;
}

.service_1_single .content h3 {
	font-size: 25px !important;
}

body .ui-fileupload-simple .ui-icon-plusthick:before {
	content: "\e934" !important;
}

.list-unstyled {
	text-align: center;
}


.ui-fileupload-row>div {
	display: inline-block !important;
	padding: 4px 10px;
}


.ui-datatable-scrollable .ui-datatable-scrollable-body {
	overflow-x: auto !important;
	-webkit-overflow-scrolling: touch;
	/* Smooth scrolling for iOS */
}

.ui-datatable-scrollable {
	touch-action: pan-x pan-y;
	/* Allow scrolling within the datatable */
}

.panel-icon {
	color: #838383;
	padding-right: 10px;
}

.container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
}

.weather-card {
	background-color: white;
	color: black;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-content {
	display: flex;
	align-items: center;
	padding: 20px;
}

.card-text {
	flex: 1;
}

.card-header {
	color: black;
	font-size: 24px;
	margin-bottom: 10px;
}

.card-info {
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
}

.card-main-title {
	color: #607D8B;
	font-size: 17px;

}

.meteo-data {
	color: #FF9800;
	font-size: 13px;
}

.card-data {
	color: #FF5722;
	font-size: 3rem;
	font-weight: 600;
	/*	line-height: 0.5;*/
	overflow: hidden;
}

.card-data-normal {
	color: black;
	font-size: 3rem;
	font-weight: 600;
	/*line-height: 0.5;*/
	overflow: hidden;
}

.weather-place {
	margin-top: 30px;
}

.card-image img {
	width: 80px;
	height: auto;
	transition: transform 0.3s ease;
	/* Optional effect on image hover */
}

.meteo-image {
	text-align: center;
	position: absolute;
	margin: -55px -15px;
}

.meteo-image img {
	width: 60px;
	height: auto;
	transition: transform 0.3s ease;
	/* Optional effect on image hover */
}

/* Ensure that the image is always visible */
.card-image .meteo-image img {
	display: block;
	/* Always display the image */
}

/* Increase specificity to override the default CSS */
body .ui-dialog.meteo-pop .ui-dialog-titlebar {
	background: #2196f3 !important;
	color: white;
}

body .ui-dialog.meteo-pop .ui-dialog-content {
	background: #2196f3cc !important;
}

.meteo-date {
	color: white;
	font-size: 3rem;
	font-weight: 600;
	line-height: 0.7;
	overflow: hidden;
}

.meteo-time {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

.hselectmenu {
	vertical-align: middle;
	border: 1px solid #ced4da;
	position: relative;
	transform: none;
	padding: 0;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s,
		box-shadow 0.15s;
	border-radius: 4px;
	background: #ffffff;
	width: 100%;
	min-width: auto !important;
	padding: 0.5rem 0.75rem;
}

.last-log {
	padding-left: 25px;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-icon-bullet {
	background: #5e81ac;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
	background: transparent;
}

hr {
	border-top: 2px dotted rgba(145, 153, 169, 0.3);
	margin: 0rem 0;
}

body .ui-overlaypanel {
	margin-top: 210px;
	width: 250px;
}

.layout-footer .logo-text img {
	height: 50px;
	width: auto;
}

.footer-main b {
	font-size: 25px !important;
	color: #3dffed !important;
}

.footer-title {
	color: #00BCD4;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.layout-footer .logo-text .text span {
	color: #9199a9;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
}

.footer-separator {
	padding: 5px 35px;
	text-align: center;
	border-right: 1px solid;
}

.footer-content {
	padding: 5px 17px;
}

.footer-col {
	color: #f3f3f3 !important;
	font-size: 25px;
	line-height: 1;
}

.footer-details {
	font-size: 18px;
}

.footer-desc {
	color: #afafaf;
	font-size: 14px;
}

.footer-info {
	color: white;
	font-size: 18px;
}

footer-info,
.footer-info p {
	color: #fff !important;
	font-size: 16px !important;
	margin-top: 15px !important;
}

.footer-icon {
	color: #8BC34A;
	margin-right: 10px;
}

.footer-main b {
	font-size: 25px !important;
	color: white !important;
}

.footer-main>b>p {
	color: #ffffff !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	margin: 0 !important;
}

.footer-img {
	width: 100px !important;
	display: block !important;
}

h1 {
	font-size: 2.5rem !important;
}



.divider {
	width: 50px;
	height: 4px;
	background-color: #8BC34A;
	margin-top: 5px;
}
 
.address_title {
	margin-top: 5px;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
}

.layout-footer {
	height: auto;
	padding: 60px 20px;
}

.layout-content {
	padding: 0em;
	overflow: hidden;
	position: relative;
	bottom: 0px;
	margin-top: 80px;
}

.card {
	margin: 30px;
	margin-bottom: 2rem;
}

.main-title-header {
	color: #ffffff;
	position: relative;
	top: 10px;
	font-size: 1.5rem;
	font-weight: 600;
}

.landing-body .landing-header-wrapper {
	height: 800px;
}

.layout-topbar {
	z-index: 1000;
}

body .ui-datatable thead th {
	background: #c8f2ff;
}

th {
	background: #fff7ef;
	color: #212529;
	padding: 1rem 1rem;
	border: 1px solid #dee2e6;
	border-width: 1px 0 2px 0;
	text-align: left;
	box-sizing: content-box;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s,
		box-shadow 0.15s;
}

tr>td {
	padding: 1rem 1rem;
	border: 1px solid #dee2e6;
	border-width: 1px 0 0 0;
}

.icon-pending {
	font-size: 2rem !important;
}

.icon-check {
	font-size: 2rem !important;
	color: #8BC34A;
}

.uploadedDoc {
	color: #2196F3;
	font-size: 17px;
	font-weight: 600;
}


.mobee-img {
	width: 65%;
}

.weather-header {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	top: -25px;
	right: 5px;
}

.weather-detail {
	position: absolute;
	top: 68px;
}

.species-header {
	color: #0082e9;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
}

.species-count {
	color: rgb(0 0 0);
	font-size: 18px;
	font-weight: 700;
}

.weather-icon {
	float: right;
	width: 125px;
	height: 125px;
	right: -30px;
	position: absolute;
	top: 10px;
	opacity: 25%;
}

.weather-orange {
	background-color: #FFB41F !important;
}

/* Style for the card */
.license-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	transition: transform 0.3s ease-in-out, background 0.5s ease-in-out;
	cursor: pointer;
	margin: 15px;
	height: 220px;
}

.license-block:hover {
	transform: scale(1.05);
	background: #f1e8d2;
}

body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title.ui-state-highlight {
	background: #00b1e5;
}

/* Style for the icon */
.icon-block {
	font-size: 48px;
	/* Adjust the size of the icon as needed */
	color: #007bff;
	/* Change the color of the icon */
	margin-bottom: 10px;
}

.renew {
	background-color: #e0f4e1 !important;
	background-image: none !important;
	color: #000000 !important;
}

.upload-pic {
	width: 150px;
	;
}

/* Style for the content */
.info-content {
	text-align: center;
	padding: 0 20px;
}

.img-block {
	width: 125px;
	padding-top: 10px;
}

.info-title {
	color: black;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.required:after {
	content: '*';
	color: red;
	/* You can change the color as needed */
	margin-left: 2px;
	/* Adjust spacing between the label text and asterisk */
	font-weight: 700;
}

.ui-wizard-navbar {
	margin-top: 15px;
}

.card:last-child {
	margin-bottom: 15px;
}

.field {
	margin-bottom: 0.6rem;
}

/*STICKER HEADER*/
body .ui-toolbar {
	border: 1px solid #dee2e600;
	background: #ffffff;
	padding: 5px 1.25rem;
}

body .ui-message.ui-message-info {
	margin-top: 15px;
}

body .ui-tabs.ui-tabs-top>.ui-tabs-nav li.ui-tabs-header.ui-state-active {
	background: #00b1e5;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
	color: rgb(255, 255, 255);
}

body .ui-tabs.ui-tabs-top>.ui-tabs-nav li.ui-tabs-header {
	border: 1px solid #d5d5d5;
}

.ui-fileupload-simple .ui-button {
	overflow: hidden;
	background-color: transparent;
	color: #5E81AC;
	border: 1px solid;
	border-radius: 50%;
	height: 2.357rem;
	width: 2.357rem;
	padding: 0.5rem 0;
}

.ui-fileupload-simple .ui-button:hover {
	background: #5e81ac29;
	color: #5E81AC;
}

body .ui-button.ui-button-text-icon-left .ui-icon {
	left: 8px !important;
}

body .ui-widget-overlay {
	z-index: 995 !important;
}

.layout-menu-light .layout-sidebar {
	z-index: 990;
}

.layout-main-mask {
	z-index: 989;
}

.link-button {
	background: #8BC34A;
	color: #ffffff;
	border: 1px solid #8BC34A;
	border-radius: 50%;
	height: 2.357rem !important;
	width: 2.357rem !important;
	line-height: 2.357rem;
	display: inline-block;
}

.link-button:hover {
	background: #77a740;
}

.text-midle {
	text-align: -webkit-center;
}

/* Style for the card */
.license-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 100px;
	transition: transform 0.3s ease-in-out, background 0.5s ease-in-out;
	cursor: pointer;
	margin: 15px;
	height: 140px;
	width: 140px;
}

.licence-frame:hover {
	transform: scale(1.05);
	background: #f1e8d2;
}

.licence-frame {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	transition: transform 0.3s ease-in-out, background 0.5s ease-in-out;
	cursor: pointer;
	margin: 15px;
}

.license-block:hover {
	transform: scale(1.05);
	background: #ecf6e4;
	border: 2px dotted green;
}

/* Style for the icon */
.icon-block {
	font-size: 48px;
	/* Adjust the size of the icon as needed */
	color: #007bff;
	/* Change the color of the icon */
	margin-bottom: 10px;
}

/* Style for the content */
.info-content {
	text-align: center;
	padding: 0 20px;
}

.img-block {
	width: 90px;
	padding-top: 10px;
}

.img-frame {
	width: 55px;
	padding-top: 10px;
}

/*IMAGE GALLERY*/
h2 {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 15px;
	font-family: 'Atkinson Hyperlegible', sans-serif;
	color: #fff;
	text-align: center;
}


/* Apply to all screen sizes by default (safe) */
.ui-dialog .ui-dialog-content {
	overflow-y: auto !important;
	max-height: 75vh;
	/* Limits the height to 90% of the viewport */
}

/* Media query for small screens (portrait and landscape) */
@media screen and (max-width: 768px) {
	.ui-dialog {
		width: 90% !important;
		left: 5% !important;
		top: 5% !important;
	}

	.ui-dialog .ui-dialog-content {
		max-height: 80vh !important;
		/* Adjust as needed */
		overflow-y: auto !important;
	}
}

/* FARMERS FONT CHANGE REQUEST  */

.banner-carousel .active .content-box h1 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 6rem;
}

.banner-carousel .content-box h1 {
	line-height: 100px !important;
	font-size: 7rem !important;
}


/* Need not body and h2 css  */

/* Slider CSS Start  */
.thumbnail_slider {
	max-width: 700px;
	margin: 30px auto;
}

.splide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	width: 580px;
	overflow: hidden;
	transition: .2s;
	border-width: 2px !important;
	margin: 10px 4px;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	box-shadow: 2px 3px 8px #000000a3;
}

.map-container {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.map-container iframe {
	width: 100%;
	height: 280px;
	filter: grayscale(100%);
	border: none;
	display: block;
}


.contact-det {
	background: #8bc34a;
	z-index: 20;
	margin-top: -65px !important;
	margin-bottom: -30px !important;
	box-shadow: 5px 5px 3px -2px #a7a3a3;
}

.contact-header {
	color: white;
	font-size: 25px;
}

.contact-info {
	color: white;
	font-size: 16px;
}

.card-margin {
	margin: 0px;
}

.splide__slide img {
	width: auto;
	height: auto;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.info-title {
	color: black;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 0px;
}

.pi {
	font-family: 'primeicons' !important;
}

.invoice-head {
	background: #0394db;
}

.invoice-blue-subtitle {
	color: white;
	padding: 10px 20px;
}

.invoice-blue-title {
	color: white;
	font-weight: 700;
	font-size: 2rem;
}

.invoice-blue-price {
	color: white;
	font-weight: 600;
	font-size: 1.5rem;
}

.invoice-info {
	font-size: 2rem !important;
	padding: 0px 10px;
	line-height: 5px;
}

.invoice-bold {
	font-weight: 700;
}

.invoice-bold-title {
	font-weight: 700;
	color: #0394db;
}


p {
	overflow: auto;
}

.sucess-payment {
	border: 2px dotted #8BC34A;
	border-radius: 5px;
	background: #fafff4;
}

.payment-text {
	padding: 1rem 5rem;
}

.check-payment {
	font-size: 5rem !important;
	color: #8BC34A;
	padding-top: 20px;
}

.landing-body {
	background-color: #ffffff !important;
}

.ui-sticky {
	top: 90px !important;
	box-shadow: 0px 10px 15px -10px #afafaf;
}

.mobile-view {
	display: none;
}

@media (max-width : 960px) {
	.ui-sticky {
		top: 110px !important;
	}
}

@media only screen and (max-width: 500px) {
	.icons {
		display: none !important;
	}

	.contact-det {
		margin-bottom: 10px !important;
	}
}

@media only screen and (max-width: 991px) {
	.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo-wrapper .layout-topbar-logo img {
		height: 40px !important;
		width: auto !important;
	}

	.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
		height: auto;
		display: none;
	}

	body .ui-menu.ui-menubar>.ui-menu-list>.ui-menuitem {
		display: inline;
	}

	.invoice-blue-title {
		font-size: 1.5rem;
	}

	.mobile-view {
		display: block;
	}

	.login-body .login-content .login-panel .login-panel-content .logo img {
		width: 60px !important;
	}

	.license-block {
		height: 100px;
		width: 100px;
	}

	body .ui-widget {
		font-size: 10px;
	}

	body .ui-inputfield {
		font-size: 10px;
	}

	.ui-fluid .ui-button {
		width: auto;
	}
}

@media only screen and (max-width: 450px) {
	.icons {
		display: none !important;
	}

	.icon-check {
		font-size: 15px !important;
	}

	.upload-pic {
		width: 60px;
		;
	}

	.icon-pending {
		font-size: 15px !important;
	}

	table {
		font-size: 9px;
	}

	.uploadedDoc {
		font-size: 12px;
	}

	body .ui-button.rounded-button.ui-button-icon-only {
		height: 1.5rem;
		width: 1.5rem;
	}

	body .ui-button.ui-button-icon-only {
		width: 1.5rem;
	}

	body .pi {
		font-size: 10px;
	}

	body .ui-button.ui-button-icon-only .ui-icon {
		margin-top: -5px;
		margin-left: -5px;
	}

	.ui-fileupload-simple .ui-button {
		height: 1.5rem;
		width: 1.5rem;
	}

	body .ui-button.ui-button-text-icon-left .ui-icon {
		left: 5px !important;
		font-size: 10px !important;
	}

	.grid {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}

	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:not(.ui-helper-hidden) {
		text-align: left !important;
		width: 100% !important;
	}

	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
		padding: 1.4em !important;
		display: block !important;
	}

	.container-login {
		display: block !important;
	}

	.login-body .login-content .login-panel .login-panel-content {
		width: 100%;
		padding: 150px 15px 50px;
	}

	body .ui-dialog {
		width: 90% !important;
		height: 95% !important;
	}

	body .ui-widget {
		font-size: 1rem;
	}

	body .ui-inputfield {
		font-size: 1rem;
	}

	.ui-fluid .ui-button {
		width: 100%;
	}
	
}
/* ================================
   Voucher Details Page Styles
   ================================ */
 
.voucher-page {
	background-color: #f6f8fa;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
 
/* Card container */
.voucher-card {
	background-color: #fff;
	padding: 40px 50px;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
	text-align: center;
}
 
/* Title */
.voucher-title {
	font-size: 24px;
	font-weight: 700;
	color: #1b5e20;
	text-transform: uppercase;
	margin-bottom: 15px;
}
 
/* Details text */
.voucher-details {
	font-size: 16px;
	color: #333;
	margin: 6px 0;
}
 
.voucher-details b {
	color: #2e7d32;
}
 
/* QR Section */
.voucher-qr {
	margin-top: 30px;
	width: 160px;
	height: 160px;
	border: 2px solid #4caf50;
	padding: 8px;
	border-radius: 10px;
	background-color: #f9fff9;
}
 
/* Divider */
.voucher-divider {
	height: 2px;
	width: 80px;
	background-color: #4caf50;
	margin: 15px auto;
	border-radius: 4px;
}
 
/* Message Box */
.voucher-message-box {
	background-color: #e8f5e9;
	border: 1px solid #81c784;
	border-radius: 8px;
	padding: 10px 15px;
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
}
 
/* ================================
   Table Styles (centered)
   ================================ */
.voucher-table-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
 
.voucher-table {
	border-collapse: collapse;
	width: 70%;
	background-color: #fafafa;
}
 
.voucher-table th,
.voucher-table td {
	border: 1px solid #ddd;
	padding: 5px 5px;
	text-align: center;
	font-size: 15px;
}
 
.voucher-table th {
	background-color: #4caf50;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
}
 
.voucher-table tr:nth-child(even) {
	background-color: #f2f2f2;
}
 
.voucher-table tr:hover {
	background-color: #e8f5e9;
}