* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	--form-background: white;
	--footer-background: #222;
}

.boxcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.boxitem {
	margin: 2rem 0;
	border: 2px solid #ccc;
	border-radius: 5px;
	min-width: 250px;
}

.boxitem-payonce {
	margin: 2rem 0;
	border: 2px solid #ccc;
	border-radius: 5px;
	min-width: 250px;
	height: fit-content;
}

.boxheader {
	border-bottom: 1px solid #ccc;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 1rem;
}

.boxcontent {
	padding: 3rem;
}

.login_box {
	margin-top: 5%;
}

.container{
	margin-bottom: 25%;
}

.login_box .container {
	margin-bottom: 0;
}

.pay_once .container {
	margin-bottom: 0;
	height: fit-content;
}

.table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.table-border {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 4px 4px 0 0;
	margin: 10px auto;
}

.table-nav {
	background-color: #f7f7f9;
	padding: 15px;
}

.right-float {
	float: right;
}

.right-align {
	text-align: right;
}

.hide {
	visibility: hidden;
}

.expires-div {
	
}

.form-amount {
	clear: both;
	width: 10%;
}

.form-amount input[type="text"] {
	min-width: 100px;
}

.left-float {
	float: left;
}

.margin-left {
	margin-left: 10px;
}
.clear-both {
	clear: both;
}

.form-30 {
	width: 30%;
}

.state-list {
	display: block;
	margin-top: 2px;
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	background-color: #f1f1f1;
}

.pad-left-20 {
	padding-left: 20px;
}

.margin-left-20 {
	margin-left: 20px;
}

.width-auto {
	width: auto;
}

.site_logo{
	display: flex;
	justify-content: center;
}

.site_logo img {
    flex-shrink: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px 0 10px 0;
    object-fit: contain;
}

#svcmsg {
	margin-top: 20px;
}

.payment-result {
	font-weight: bold;
}

.fee-notify {
	float: left;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: var(--footer-background);
	color: white;
	text-align: center;
}

.footer_logo {
	display: flex;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.footer_logo img {
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
	padding: 5px 0 5px 0;
	object-fit: contain;
}

.payform {
	background-color: var(--form-background);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.payform-contact {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
}

.payform-account {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
}

.payform-amountAndFee{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: fit-content;
}

.payform-account input[type="text"] {
	min-width: 200px;
}

.payform-address {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content:space-between;
	column-gap: 20px;
}

.payform-email {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.payform-carddetails {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: flex-start;
	column-gap: 20px;
}

.payform-select-list {
	display: block;
	margin-top: 2px;
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	background-color: #f1f1f1;
}

.inline-block-child {
	display: inline-block;
  }

.flex-body{
	display: flex;
}

.show-pdf{
	height: 75vh;
	width: 75vh;
}
