/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Influencer & Point Custom */
/* Menu */
.msps-myaccount .ui-tabs-nav {
	list-style: none;
	margin-left: 0;
}

.msps-myaccount .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
	background-color: #42839f;
}

.msps-myaccount .ui-tabs-anchor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border: 1px solid #ddd;
}

.msps-myaccount .ui-tabs-nav .ui-tabs-tab.ui-tabs-active .ui-tabs-anchor,
.msps-myaccount .ui-tabs-anchor:hover {
	border-color: #42839f;
}

.msps-myaccount .ui-tabs-anchor span {
	padding-top: 5px;
	font-size: 12px;
	color: #000;
	font-weight: 700;
}

.msps-myaccount .ui-tabs-nav .ui-tabs-tab.ui-tabs-active span {
	color: #fff;
}

/* Influencer */
.msre-inf-generate-link-wrapper {
	border: 1px solid #d3d3d3;
	font-size: 12px;
	padding: 10px;
}

.msre-inf-generate-link-wrapper h4 {
	padding-bottom: 10px;
}

.msre-inf-generate-link {
	display: flex;
}

.msre-inf-generate-link-wrapper .msre-inf-generate-link input.target-link {
	flex: 1;
	margin: 0;
}

.msre-inf-generate-link-wrapper .msre-inf-generate-link button.generate-link {
	border: 1px solid #006400;
	background-color: green;
	color: #fff;
	margin: 0;
	padding: 10px 30px;
	border-radius: 0;
}

.msps-myaccount table {
	width: 100%;
	background-color: #fff;
	border: none !important;
}

.msps-myaccount .msre-link-list table tr {
	background: 0 0;
	border: none;
}

.msps-myaccount .msre-link-list table tr td, .msps-myaccount .msre-link-list table tr th {
	font-size: 12px;
	line-height: normal;
	text-align: left;
	padding: 15px 5px !important;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
}

.msps-myaccount .msre-link-list table tr th {
	color: #4c4c4c;
	font-weight: 700;
}

.msre-link-list-table th.seq {
	width: 50px;
}

.msre-link-list-table th.number {
	width: 80px;
}

.msre-link-list-table th.product {
	width: 200px;
}

.msre-link-list-table th.expire-date {
	width: 90px;
}

.msps-myaccount .msre-link-list table tr td {
	color: #666;
}

.msps-myaccount table.msre-order-list-table tr th {
	color: #4c4c4c;
	font-weight: 700;
}

.msps-myaccount table.msre-order-list-table tr th.product {
	width: 200px;
}

.msps-myaccount table.msre_wd_table tr td {
	position: relative;
	width: 50%;
	font-size: 14px;
}

.msps-myaccount table.msre_wd_table tr td:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 85%;
	background-color: #e2e2e2;
	transform: translate(0, -50%);
}

.msps-myaccount table.msre_wd_table .msre-tcol {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.msps-myaccount table.msre_wd_table .msre-tcol .mstc-img {
	background-color: #f9f9f9;
	padding: 18px;
	margin-bottom: 20px;
	border-radius: 50%;
}

.msps-myaccount table.msre_wd_table .msre-tcol p {
	text-align: center;
}

.msps-myaccount table.msre_wd_table .msre-tcol p span {
	display: block;
	color: #d62e2e;
	font-size: 1.16em;
	font-weight: 700;
}

.msps-myaccount table.msre-request-list th.no {
	width: 50px;
}

.msps-myaccount table.msre-request-list th.date,
.msps-myaccount table.msre-request-list th.status {
	width: 100px;
}

.msps-myaccount table.msre-request-list th.req-amount {
	width: 80px;
}

.msps-myaccount table.msre-request-list th.account {
	width: 200px;
}

/* Point */
.msps-myaccount .contents #point {
	min-height: 200px;
}

.msps-myaccount .contents #point table {
	width: 100%;
	background-color: transparent;
	border: none;
	line-height: normal;
}

.msps-myaccount table tr td,
.msps-myaccount table tr th {
	color: #666;
	font-size: 12px;
	line-height: normal;
	text-align: left;
	padding: 15px 5px !important;
	vertical-align: middle;
	border: none !important;
	border-bottom: 1px solid #ececec !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.msps-myaccount .contents #point table tr td:first-child,
.msps-myaccount table.msps_point_statistics div p:first-child {
	width: 140px;
}

.msps-myaccount table.msps_point_statistics tr td {
	font-size: 14px;
}

.msps-myaccount table.msps_point_statistics div {
	clear: both;
}

.msps-myaccount table.msps_point_statistics p {
	margin: 0 0 8px;
	clear: none;
}

.msps-myaccount table.msps_point_statistics div p:first-child {
	float: left;
}

.msps-myaccount .t-wrap {
	font-size: 17px;
	line-height: 1.6;
	border-bottom: 2px solid #202020;
	margin: 0;
}

.msps-myaccount .t-wrap span {
	color: #fff;
	background-color: #202020;
	padding: .25em .6em;
}

.msps-myaccount .msre-clipboard-btn {
	height: auto;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	background-color: #202020;
	padding: 10px 12px;
	min-height: inherit;
	border: none;
	margin-left: .5em;
}

.msps-myaccount table.msps-logs tr th, .msps-myaccount table.msps-logs tr td {
	text-align: center;
	white-space: nowrap;
}

.msps-myaccount table.msps-logs tr th,
.msps-myaccount table.msre-request-list tr th {
	color: #4c4c4c;
	font-weight: 700;
}

.msps-myaccount table.msre-logs tr th.money_spent {
	text-align: center;
}

.msps-myaccount table.msps-logs tr td.desc {
	text-align: right;
	white-space: normal;
}

.msps-myaccount .msps-logs-pagination {
	text-align: center;
}

.msps-myaccount .msps-logs-pagination .button {
	width: 40px;
	height: 40px;
	line-height: normal;
	background: 0 0;
	margin: 0;
	padding: 0 !important;
	color: #555;
}

.msps-myaccount .msps-logs-pagination .button[disabled] {
	color: #111;
	border: none;
	border-bottom: 2px solid #111;
	border-radius: 0;
	pointer-events: none !important;
}

.msps-myaccount .msps-logs-pagination .button:hover {
	background: 0 0;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #555;
	border-radius: 0;
}

/* ATOVIA common service header start: 20260607-v25-partners */
@media (min-width: 922px) {
	.main-header-bar {
		min-height: 176px !important;
		display: flex !important;
		align-items: center !important;
		background: #fff !important;
	}

	.main-header-bar .ast-container {
		width: 100% !important;
		max-width: 1142px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
	}

	.site-branding,
	.ast-site-identity {
		flex: 0 0 220px !important;
		width: 220px !important;
		margin-right: 66px !important;
		padding: 0 !important;
	}

	.custom-logo-link,
	.site-logo-img {
		display: block !important;
	}

	.custom-logo-link img,
	.site-logo-img img,
	.ast-site-identity img {
		width: 220px !important;
		max-width: 220px !important;
		height: auto !important;
	}

	.ast-main-header-bar-alignment {
		flex: 1 1 auto !important;
		margin-left: 0 !important;
	}

	.main-header-menu {
		display: flex !important;
		align-items: flex-start !important;
	}

	.main-header-menu > .menu-item > .menu-link {
		min-height: 40px !important;
		line-height: 40px !important;
		padding: 0 20px !important;
		color: #222 !important;
		font-size: 17px !important;
		font-weight: 700 !important;
		letter-spacing: 0 !important;
		white-space: nowrap !important;
	}

	.main-header-menu .sub-menu {
		min-width: 130px !important;
	}

	.main-header-menu .sub-menu .menu-link {
		min-height: 46px !important;
		line-height: 46px !important;
		padding: 0 28px !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		letter-spacing: 0 !important;
		white-space: nowrap !important;
	}

	.ast-custom-button {
		min-height: 50px !important;
		padding: 0 25px !important;
		border-radius: 4px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		letter-spacing: 0 !important;
	}
}

@media (max-width: 921px) {
	.main-header-bar {
		min-height: 84px !important;
	}

	.main-header-bar .ast-container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.custom-logo-link img,
	.site-logo-img img,
	.ast-site-identity img {
		width: 170px !important;
		max-width: 170px !important;
		height: auto !important;
	}
}
/* ATOVIA common service header end: 20260607-v25-partners */

/* ATOVIA common service logo start: 20260608-v2-14 */
.site-branding.ast-site-identity {
	display: flex !important;
	align-items: center !important;
	flex: 0 0 220px !important;
	width: 220px !important;
	max-width: 220px !important;
	min-height: 59px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.site-branding.ast-site-identity .site-logo-img,
.site-branding.ast-site-identity .custom-logo-link {
	display: block !important;
	width: 220px !important;
	max-width: 220px !important;
	min-width: 220px !important;
	height: 59px !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.site-branding.ast-site-identity .custom-logo,
.site-branding.ast-site-identity .custom-logo-link img {
	display: block !important;
	width: 220px !important;
	max-width: 220px !important;
	min-width: 220px !important;
	height: auto !important;
	max-height: 59px !important;
	object-fit: contain !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.site-branding.ast-site-identity .ast-site-title-wrap,
.site-branding.ast-site-identity .site-title,
.site-branding.ast-site-identity .site-description {
	display: none !important;
}

@media (max-width: 921px) {
	.site-branding.ast-site-identity {
		flex-basis: 170px !important;
		width: 170px !important;
		max-width: 170px !important;
		min-height: 46px !important;
	}

	.site-branding.ast-site-identity .site-logo-img,
	.site-branding.ast-site-identity .custom-logo-link {
		width: 170px !important;
		max-width: 170px !important;
		min-width: 170px !important;
		height: 46px !important;
	}

	.site-branding.ast-site-identity .custom-logo,
	.site-branding.ast-site-identity .custom-logo-link img {
		width: 170px !important;
		max-width: 170px !important;
		min-width: 170px !important;
		max-height: 46px !important;
	}
}
/* ATOVIA common service logo end: 20260608-v2-14 */
