/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

/* element separation */
.sepH_a {margin-bottom:5px!important}
.sepH_b {margin-bottom:10px!important}
.sepH_c {margin-bottom:20px!important}

.sepV_a {margin-right:5px!important}
.sepV_b {margin-right:10px!important}
.sepV_c {margin-right:20px!important}


.btn-list-wrapper {
	margin: 0 auto;
	text-align: center;
}

.btn-list-wrapper > ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.btn-list-wrapper > ul > li {
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	margin: 0 1%;
	position: relative;
	vertical-align: middle;
	word-spacing: normal;
}

@media (max-width: 768px) {
	.btn-list-wrapper > ul > li {
		width: 100%;
	}
}

.btn-list-wrapper > ul > li .helper-icon {
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
}

.wc-wrapper .wc-button-link {
	color: #0463bc;
	display: inline-block;
	position: relative;
    text-transform: capitalize;
    border: 2px solid #0091d4;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 40px;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
	white-space: nowrap;
}
.wc-wrapper .wc-button-link.btn-link-small {
	font-size: 11px;
	padding: 2px 5px;
}
.wc-wrapper .wc-button-link:focus,
.wc-wrapper .wc-button-link:hover {
    text-decoration: none
}
.wc-wrapper .wc-button-link:hover, .wc-wrapper .wc-button-link.wc-btn-active {
    background-color: #0091d4;
    color: #fff!important;
}
.wc-wrapper .wc-button-link.wc-red {
    border: 2px solid #d9534f;
	color: #ac2925!important;
}
.wc-wrapper .wc-button-link.wc-red:hover {
    background-color: #c9302c;
	color: #fff!important;
}

.in-msg-wrap {
	background-color: #fff;
	color: #333;
	border-radius: 8px;
}

.in-msg-wrap a {
	color: #398dd8;
}



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.wc-limiter {
	width: 100%;
	margin: 0 auto;
}

.container-table100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 10px;
	box-sizing: border-box;
}

.wrap-table100 {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.wc-table {
	width: 100%;
	display: table;
	margin: 0;
}

.wc-table .wc-row:nth-child(2n) {
    background-color: #e9faff;
}

@media screen and (max-width: 768px) {
	.wc-table {
		display: block;
	}
}

.wc-row {
	display: table-row;
	background: #fff;
}

.wc-row.wc-header {
	color: #ffffff;
	background: #0463bc;
}

@media screen and (max-width: 768px) {
	.wc-row {
		display: block;
	}

	.wc-row.wc-header {
		padding: 0;
		height: 0px;
	}

	.wc-row.wc-header .cell {
		display: none;
	}

	.wc-row .cell:before {
		font-family: Poppins-Bold;
		font-size: 12px;
		color: #808080;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;

		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}
}

.cell {
	display: table-cell;
}

@media screen and (max-width: 768px) {
	.cell {
		display: block;
	}
}

.wc-row .cell {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #666666;
	line-height: 1.2;
	font-weight: unset !important;

	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.wc-row.wc-header .cell {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset !important;

	padding-top: 19px;
	padding-bottom: 19px;
}

.wc-table, .wc-row {
	width: 100% !important;
}

.wc-row:not(.wc-header):hover {
	background-color: #ececff;
}

@media (max-width: 768px) {
	.wc-row {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 18px;
		padding-top: 30px;
		padding-right: 15px;
		margin: 0;
	}
	
	.wc-row .cell {
		border: none;
		padding-left: 30px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.wc-row .cell:nth-child(1) {
		padding-left: 30px;
	}
	
	.wc-row .cell {
		font-family: Poppins-Regular;
		font-size: 18px;
		color: #555555;
		line-height: 1.2;
		font-weight: unset !important;
	}

	.wc-table, .wc-row, .cell {
		width: 100% !important;
	}
}



.gateways_block {
	margin-top: 10px;
	text-align: left;
}

.gateways_choose_method {
	padding-top: 15px;
}

.gateways_choose_method ul {
	list-style-position: outside;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 20px;
}

.gateways_choose_method ul li.gw_item {
    border: 2px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    line-height: 1;
    padding: 4px 1px 4px 4px;
	
	width: 136px;
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	
	background-color: #ddd;
}

.gateways_choose_method ul li.gw_item:hover {
	border-color:#0088CC
}

	.gateways_choose_method ul li.gw_item a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.gateways_choose_method ul li.gw_item a:hover {
		text-decoration: none;
	}
	
		.gateways_choose_method ul li.gw_item a img {
			max-height: 35px;
		}

		.gateways_choose_method ul li.gw_item p {
			color: #666;
			font-size: 12px!important;
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			
			margin: 0;
		}
		
		.gateways_choose_method ul li.gw_item p span {
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
		
.gateways_choose_method .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.gateways_choose_method .clearfix {
    display: block;
}


.wc-wrapper.wc-main-index {
	padding: 10px 10px 30px 10px;
	border-bottom: 3px solid gray;
}

.wc-wrapper.wc-main-index:after {
	clear: both;
}

.wc-wrapper.wc-main-index h1, .wc-wrapper.wc-main-index h2, .wc-wrapper.wc-main-index h3 {
	margin: 0.5em 0;
}


#jGrowl .jGrowl-notification {
	opacity: 1;
	border-radius: 0;
}

#jGrowl .jGrowl-notification .jGrowl-header {
    font-size: 14px;
	font-weight: 300;
    margin-bottom: 5px;
}

#jGrowl .jGrowl-notification .jGrowl-close {
    font-size: 17px;
    font-weight: 300;
}
.wc-main-index {
	--wc-primary: #18b89b;
	--wc-primary-dark: #0f8f79;
	--wc-ink: #172033;
	--wc-muted: #64748b;
	--wc-line: #e5eaf0;
	--wc-surface: #f7faf9;
	color: var(--wc-ink);
	max-width: 1180px;
	margin: 0 auto;
}

.wc-dashboard-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 28px;
	align-items: center;
	padding: 34px;
	margin-bottom: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #effcf8 100%);
	border: 1px solid rgba(24,184,155,.18);
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(15, 80, 68, .08);
}

.wc-dashboard-kicker {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(24,184,155,.12);
	color: var(--wc-primary-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
}

.wc-dashboard-heading h1 { margin: 12px 0 6px; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; }
.wc-dashboard-heading p { margin: 0; color: var(--wc-muted); font-size: 15px; }

.wc-balance-card {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border-radius: 18px;
	color: #fff;
	background: linear-gradient(135deg, #16b897, #0c8f79);
	box-shadow: 0 14px 30px rgba(12,143,121,.23);
}

.wc-balance-label { font-size: 13px; opacity: .82; }
.wc-balance-card strong { margin: 5px 0; font-size: 30px; line-height: 1.25; }
.wc-balance-note { font-size: 12px; opacity: .78; }

.wc-main-index .btn-list-wrapper { text-align: left; }
.wc-main-index .btn-list-wrapper > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 0;
}

.wc-main-index .btn-list-wrapper > ul > li { display: block; margin: 0; padding: 0; font-size: 15px; }
.wc-main-index .btn-list-wrapper > ul > li .wc-button-link {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	width: 100%;
	min-height: 84px;
	padding: 16px 18px;
	border: 1px solid var(--wc-line);
	border-radius: 16px;
	background: #fff;
	color: var(--wc-ink);
	box-shadow: 0 8px 24px rgba(23,32,51,.05);
	text-align: left;
	white-space: normal;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wc-main-index .btn-list-wrapper > ul > li .wc-button-link:hover {
	transform: translateY(-2px);
	border-color: rgba(24,184,155,.55);
	background: #fff;
	color: var(--wc-ink) !important;
	box-shadow: 0 14px 32px rgba(15,143,121,.12);
}

.wc-menu-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--wc-surface);
	color: var(--wc-primary-dark);
	font-size: 23px;
}
.wc-menu-icon:before { content: "◎"; }
a[href*="alias=upbalance"] .wc-menu-icon:before { content: "＋"; }
a[href*="alias=donate"] .wc-menu-icon:before { content: "♡"; }
a[href*="alias=payhidecontent"] .wc-menu-icon:before { content: "◈"; }
a[href*="alias=digitalcart"] .wc-menu-icon:before { content: "▣"; }
a[href*="alias=upbalancepromocode"] .wc-menu-icon:before { content: "⌁"; }
.wc-menu-copy { display: flex; min-width: 0; flex-direction: column; }
.wc-menu-copy strong { font-size: 16px; line-height: 1.35; }
.wc-menu-copy small { overflow: hidden; margin-top: 3px; color: var(--wc-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.wc-menu-arrow { color: var(--wc-primary); font-size: 22px; transition: transform .18s ease; }
.wc-button-link:hover .wc-menu-arrow { transform: translateX(3px); }

.wc-wrapper .gateways_block,
.wc-wrapper .in-msg-wrap,
.wc-wrapper .wrap-table100 {
	border: 1px solid var(--wc-line, #e5eaf0);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(23,32,51,.06);
}
.wc-wrapper .gateways_block { padding: 24px; }
.wc-wrapper input[type="text"], .wc-wrapper input[type="email"], .wc-wrapper select, .wc-wrapper textarea {
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid #d9e0e7;
	border-radius: 10px;
	background: #fff;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.wc-wrapper input:focus, .wc-wrapper select:focus, .wc-wrapper textarea:focus {
	border-color: #18b89b;
	box-shadow: 0 0 0 3px rgba(24,184,155,.13);
	outline: none;
}

@media (max-width: 760px) {
	.wc-dashboard-hero { grid-template-columns: 1fr; padding: 22px; border-radius: 17px; }
	.wc-main-index .btn-list-wrapper > ul { grid-template-columns: 1fr; }
	.wc-main-index .btn-list-wrapper > ul > li .wc-button-link { min-height: 76px; }
	.wc-menu-copy small { white-space: normal; }
}
