.method {
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px #ddd;
	padding: 10px;
	border: 1px solid #ddd;
}
.method img {
	height: 60px;
	object-fit: contain;
	padding: 0 8px;
}
.method.active {
	border: 2px solid #fd9f56;
}
.method label {
	display: inline-block;
	width: 90%;
	cursor: pointer;
}
.quick-pay li {
	display: inline-block;
	font-size: 21px;
	width: 19.4%;
	text-align: center;
	background: #fff;
	margin-bottom: 5px;
}
.quick-pay li input {
	position: absolute;
	left: 0;
	visibility: hidden;
}
.quick-pay {
	margin: 0;
	padding: 0;
}
.quick-pay li.active {
	border: 2px solid #fd9f56;
}
.quick-pay li label {
	padding: 25px;
	cursor: pointer;
}
.footer {
	text-transform: uppercase;
	font-weight: bold;
	color: #1e1666;
	border-top: 1px solid #f2d9a7;
}
.navbar-nav.bd-navbar-nav.flex-row.list-unstyled.menu-left.mb-0 li a{
	margin-left: 35px;
}
.left-side-menu-condensed .navbar-nav.bd-navbar-nav.flex-row.list-unstyled.menu-left.mb-0 li a {
	margin-top: 15px;
	margin-left: 0;
}
.tooltipjs {
	margin: 0 5px;
	cursor: pointer;
}
.wizard > .content > .body{
        position: relative !important;
        /*padding: 0px !important;*/
        min-height: auto !important;
    }
    .wizard > .content{
        min-height: auto !important;
    }
    .wizard > .content > .body input.error {
    margin-bottom: auto;
}
.wizard > .content > .body label.error {
    color: #ff3111 !important;
    display: inline-block !important;
    margin-left: 0px !important;
}
.custom-control {
    position: relative;
    display: grid !important;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
#matchType\[\]-error{
    
    position: absolute;
    left: 140px;
}

.preview {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

.preview span:nth-child(-n+5) {
	font-size: 18px;
	color: blue;
}
.preview #p-url, .preview #p-path, .preview #p-subpath {
	font-size: 15px;
	color: green;
}

@media(max-width: 780px){
	.text-center > .text-muted {
		color: #fff !important;
	}
	.navbar-custom .button-menu-mobile {
		 margin-right: 0; 
		margin-top: -10px;
	}
	.navbar-custom .logo {
		display: block;
	}
}