<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fs-16 {
	font-size:16px;
}
.unit-example {
	display: none;
}
.column-path {
	min-width: 220px;
}

.hide-only {
	display: none!important;
}

.width-200 {
	width: 200px !important;
}

.width-150 {
	width: 150px !important;
}

.width-100 {
	width: 100px !important;
}

.width-50 {
	width: 50px !important;
}

.w-30 {
	width: 30%!important
}

/*margin*/

/*padding*/
.padding-10 {
	padding: 10px;
}

@media (min-width: 768px){
	#rc-imageselect, .g-recaptcha {
		transform:scale(1);
		-webkit-transform:scale(1);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

@media (max-width: 321px){
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.82);
		-webkit-transform:scale(0.82);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}
.nav-wizard-25p li {
	min-width: 25%;
}

.fancybox-overlay-fixed {
	/*top: 78px;*/
}

/*payment*/
.nutsmind-pay-list {
    text-align: center;
    border: 3px solid #666;
    border-radius: 12px;
	margin-bottom: 40px;
	background: #fff;
	overflow: hidden;
}

.nutsmind-pay-list img {
    padding: 10px;
	width: 100%;
}

.nutsmind-pay-box{
	padding:40px 0; 
	min-height: 500px; 
}

.nutsmind-pay-title{
	font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.nutsmind-pay-name-title {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    color: #333;
    line-height: 1em;
    background: #f8f8f8;
	border-top: 1px #f3f3f3 solid;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.nutsmind-pay-name-title:hover {
	text-decoration: none;
    background: #666;
    color: #fff;
	border-top: 1px #f4f4f4 solid;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}


.unit-imgSelectArea {
	width: 100px;
	padding: 0;
	position: relative;
}

.unit-imgSelectArea img, .unit-area .unit-imgSelectArea [data-field="thumb"] {
	max-width: 100px;
	height: auto;
}

.unit-imgSelectArea .unit-imgSelectMethod {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: .3s all ease;
}

.unit-imgSelectArea:hover .unit-imgSelectMethod {
	opacity: 1;
	pointer-events: inherit;
}

.unit-imgSelectArea .unit-imgSelectMethod a {
	background-color: transparent;
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.unit-imgSelectArea .unit-imgSelectMethod a:last-child {
	border-right: 0;
}

.unit-imgSelectArea.addImg a {
	border: 0;
	background-color: #eee;
}

.unit-imgSelectArea.addImg a:hover {
	background-color: #ddd;
}</pre></body></html>