#woocommerce-product-data ul.wc-tabs li.memberhub_options a::before {
	content: "\f110";
	font-family: 'Dashicons';
}
#memberhub_product_data .select2-container {
	width: 50% !important;
}
.fr-icon.dashicons:before, .fr-icon .dashicons:before {
	font-family: 'Dashicons' !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.select2-container {
  max-width: 100%;
}
/* --- Woo Features Section Card Modernization --- */
.features-section .single-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px 0 #0001;
  margin: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, border-color 0.2s;
  border: 1px solid #e8e8e8;
  min-width: 200px;
  min-height: 180px;
  max-width: 320px;
  width: 100%;
}
.features-section .single-item:hover {
  box-shadow: 0 8px 32px 0 #0002;
  border-color: #b3d1ff;
}
.features-section .fr-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf1fb;
  border-radius: 12px;
  margin-bottom: 14px;
  font-size: 1.6rem;
  color: #3263f8;
  box-shadow: 0 2px 8px 0 #3263f80a;
}
.features-section .single-item h3 {
  font-size: 1.08rem;
  font-weight: 600;
  color: #232323;
  margin: 8px auto;
  text-align: center;
}
.features-section .single-item p {
  font-size: 0.97rem;
  color: #555;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .features-section .single-item {
	min-width: 140px;
	min-height: 120px;
	padding: 16px 6px 10px 6px;
  }
  .features-section .fr-icon {
	width: 38px;
	height: 38px;
	font-size: 1.2rem;
	margin-bottom: 8px;
  }
  .features-section .single-item h3 {
	font-size: 0.98rem;
	min-height: 18px;
  }
}
/* Admin css */
/* Settings page start*/
body{
	color:#121212;
}
a:focus{
	box-shadow: none !important
}
.block-desc{
	margin-top: 2px;
}
.bg-white{
	background-color: #fff;
}
.p-0{
	padding: 0 !important;
}
.flex-content{
	display: flex;
	align-items: center;
}
.mr_5{
	margin-right: 5px;
}
.doc_list{
	list-style: circle;
	display: flex;
	flex-direction: column;
}
.input-desc li{
	background-color: #f4f4f5;
	margin-bottom: 10px;
	padding: 7px 15px;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
}
textarea{
	border: 1px solid #E6E6E6;
}
.input-section{
	display: flex;
	flex-direction: column;
	align-items: end;
}
input,
input::placeholder {
	font-size: 13px;
}
.center-item{
	text-align: center;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mb-3{
	margin-bottom: 3%;
}
.mr-1{
	margin-right: 1%;
}
.ml-1{
	margin-left: 10px;
}
.mr-2{
	margin-right: 2%;
}
.mb-1{
	margin-bottom: 1% !important;
}
.mt-1{
	margin-top: 1% !important;
}
#wpcontent{
	padding: 0;
}
.wrap {
	padding-left: 13px;
}
.btn{
	cursor: pointer;
}
.extra-label{
	color:#121212;
}
h2.content-header {
	color: var(--member-header-bg,#121212);
	font-size: 26px !important;
	font-weight: 700 !important;
	line-height: 33.18px !important;
	margin-bottom: 20px !important;
}
h1.font_20{
	font-size: 20px ;
}
h1.font_18{
	font-size: 18px ;
}
h1.font_16{
	font-size: 16px ;
}
.font_bold {
	font-weight: 500 !important;
}
.ml-2{
	margin-left: 2%;
}
.admin-button,
.field {
	padding: 6px !important;
}
.input_width {
	width: 350px;
}
.repeat-wrapper {
	padding: 20px 5px;
	border: 1px solid #d5d5d5;
}
.heading-col{
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.single-block{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
}

.shortcode-block .single-block{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
	.generate-block{
		margin-right: 5px;
	}
}
.tab-wrapper .single-block {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
}
#woo-order .single-block{
	grid-template-columns: 225px auto auto;
	column-gap: 35px;
}
.repeat-section {
	display: flex;
	flex-direction: row;
	column-gap: 11px;
}
.repeat-block {
	flex-direction: column;
}
.action_rows {
	display: flex;
	padding-top: 22px;
	cursor: pointer;
}
.form-label {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	margin-bottom: 5px;
	min-width: 190px;
}
.center-align{
	display: flex;
	align-items: center;
}
.circle img{
	border-radius: 50%;
}
/* do not group these rules */
.input-wrap  input::placeholder::-webkit-input-placeholder {
	color: red;
}
.input-wrap  input::placeholder:-moz-placeholder {
	/* FF 4-18 */
	color: red;
	opacity: 1;
}
.input-wrap  input::placeholder::-moz-placeholder {
	/* FF 19+ */
	color: red;
	opacity: 1;
}
.input-wrap  input::placeholder:-ms-input-placeholder {
	/* IE 10+ */
	color: red;
}
.input-wrap  input::placeholder::-ms-input-placeholder {
	/* Microsoft Edge */
	color: red;
}
.input-wrap  input::placeholder::placeholder {
	/* modern browser */
	color: red;
}
.full_input {
	width: 100%;
}
.pt_3 {
	padding-top: 3%;
}
.mt_3 {
	margin-top: 3% !important;
}
.full-section{
	display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}
.group-block .full-section{
	width: 100%;
}
/**
 * Checkbox Toggle UI
 */
input[type="checkbox"].switcher-ui-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	width: auto;
	height: auto;
	vertical-align: middle;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 0 4px;
	background: none;
	box-shadow: none;
}
input[type="checkbox"].switcher-ui-toggle:focus {
	box-shadow: none;
}
input[type="checkbox"].switcher-ui-toggle:after {
	content: "";
	font-size: 8px;
	font-weight: 400;
	line-height: 18px;
	text-indent: -14px;
	color: #ffffff;
	width: 36px;
	height: 18px;
	display: inline-block;
	background-color: #a7aaad;
	border-radius: 72px;
	box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].switcher-ui-toggle:before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	border-radius: 50%;
	background-color: #ffffff;
}
input[type="checkbox"].switcher-ui-toggle:checked:before {
	left: 20px;
	margin: 0;
	background-color: #ffffff;
}
.cancel_member,.new_member,.all_members,
input[type="checkbox"].switcher-ui-toggle,
input[type="checkbox"].switcher-ui-toggle:before,
input[type="checkbox"].switcher-ui-toggle:after,
input[type="checkbox"].switcher-ui-toggle:checked:before,
input[type="checkbox"].switcher-ui-toggle:checked:after {
	transition: ease 0.15s;
}
input[type="checkbox"].switcher-ui-toggle:checked:after {
	content: "ON";
	background-color: #2271b1;
}
option.disable,.disable {
	position: relative;
	opacity: 0.5;
	pointer-events: none;
	display: flex;
}

/* Setting Tab Style */
.tab-content {
	border-radius: 5px;
	margin-bottom: 2%;
}
.check-wrap,.input-wrap,.input-wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.single-block .docs{
	text-align: right;
}
.settings_tab ul {
	display: flex;
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 1%;
}

.settings_tab_pan li {
	padding:10px 0;
	background: #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	margin: 0 30px 0 0;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.settings_tab li.active {
	font-weight: 600;
	position: relative;
	color: #3263f8;
}
.settings_tab li.active::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #3263f8;
}
.tab-content > div:not(.active),
.member-set-content:not(.active)
{
	display: none;
}
.d-none {
	display: none !important;
}


button.button-primary {
	padding: 6px 25px !important;
	font-size: 14px !important;
	line-height: 25px !important;
	background: var(--member-primary-bg,#0D6EFD) !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
}

button.button-primary:hover {
	background: linear-gradient(180deg, #254ec8 0%, #3263f8 100%) !important;
}

button.button-primary:focus {
	outline: none !important;
	box-shadow: none !important;
	line-height: 25px !important;
}

/* Tab CSS */

.input-wrap input,
.mail-part input,
.single-block .full_input{
	padding: 7px 10px;
	font-size: 13px;
	color: #605F5F;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	margin: 0;
	height: 40px;
}
.input-wrap input{
	width: 240px;
}
.full_input{
	height: 40px;
}
.select2-container{
	width: 240px !important;
}
#memberhub_plans ~ .select2-container,
#memberhub_product_plans ~ .select2-container,
.form-field .select2-container,
#memberhub_product_plans_wrapper .select2-container{
	width: 100% !important;
	max-width: 500px !important;
}
.select2-container .select2-selection--single{
	min-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	top:65% !important;
}
.select2-container--default .select2-selection--multiple{
	border: 1px solid #E6E6E6 !important;
	min-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-left: -8px !important;
}
.input-wrap select,
.input-wrap textarea,
.wp-core-ui select {
	border: 1px solid #E6E6E6 !important;
	font-size: 13px !important;
	border-radius: 4px !important;
	margin: 0;
	width: 240px;
}

.input-wrap select,
.wp-core-ui select {
	height: 40px;
}

.input-wrap input:focus,
.single-block input:focus {
	outline: none;
	box-shadow: 0 0 0 1px #3263f8;
	border: 1px solid #3263f8;

}

.shortcode-block .input-wrap select:focus, .wp-core-ui select:focus {
	outline: none;
	box-shadow: 0 0 0 1px #3263f8 !important;
	border: 1px solid #3263f8 !important;
}

.input-wrap .select2-selection:focus, .wp-core-ui select:focus {
	outline: none;
	box-shadow: 0 0 0 1px #3263f8 !important;
	border: 1px solid #3263f8 !important;
}

.input-wrap select:hover , .wp-core-ui select:hover{
	color: #3c434a !important;
}

.custom-switcher {
   	position: relative;
   	display: inline-block;
	width: 45px !important;
    height: 25px !important;
   	transition: all 0.3s cubic-bezier(.4,0,.2,1);
   	box-shadow: 0 2px 8px 0 #3263f81a;
   	vertical-align: middle;
   	margin: 0 8px;
   	background: #f4f8ff;
   	border-radius: 20px;
}
 .custom-switcher .slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #e3e8f0;
   -webkit-transition: background 0.3s cubic-bezier(.4,0,.2,1);
   transition: background 0.3s cubic-bezier(.4,0,.2,1);
   border-radius: 20px;
}
 .custom-switcher .slider:before {
   position: absolute;
   content: "";
   height: 24px !important;
   width: 24px !important;
   left: 4px;
   top: 4px;
   background-color: #fff;
   box-shadow: 0 2px 8px 0 #3263f81a;
   -webkit-transition: transform 0.3s cubic-bezier(.4,0,.2,1);
   transition: transform 0.3s cubic-bezier(.4,0,.2,1);
   border-radius: 50%;
}
 .custom-switcher input:checked + .slider {
   background: linear-gradient(90deg, #3263f8 0%, #254ec8 100%) !important;
   box-shadow: 0 2px 8px 0 #3263f81a;
}
 .custom-switcher input:checked + .slider:before {
   -webkit-transform: translateX(24px) !important;
   -ms-transform: translateX(24px) !important;
   transform: translateX(24px) !important;
   left: 0 !important;
}
 .custom-switcher .slider.round {
   border-radius: 20px;
}
 .custom-switcher input:focus + .slider {
   box-shadow: 0 0 0 3px #b3d1ff !important;
}
 .custom-switcher .slider:hover {
   filter: brightness(0.97);
   box-shadow: 0 4px 16px 0 #3263f81a;
}
 .custom-switcher input:checked + .slider:after {
   content: "";
}
 .custom-switcher input:not(:checked) + .slider:after {
   content: "";
}

.custom-switcher input {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	}

.custom-switcher .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

.custom-switcher .slider:before {
	position: absolute;
	content: "";
	height: 15px !important;
	width: 15px !important;
	left: 5px ;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

	/* .custom-switcher .slider:before {
	bottom: 4px;
	}
	.module-switcher .slider:before {
	bottom: 7px !important;
	} */

.custom-switcher input:checked + .slider {
	background: linear-gradient(180deg, #254ec8 0%, #3263f8 100%) !important;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.custom-switcher  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3 !important;
}

.custom-switcher  input:checked + .slider:before {
	-webkit-transform: translateX(20px) !important;
	-ms-transform: translateX(20px) !important;
	transform: translateX(20px) !important;
	left: 0 !important ;
}

.custom-switcher .slider.round {
	border-radius: 34px;
}

.custom-switcher .slider.round:before {
	border-radius: 50%;
}

/* #select2-member_by_products-container li  */
.select2-container--default .select2-search--inline .select2-search__field{
	width: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #EEF0F4 !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #0D165E !important;
	padding: 3px 5px 3px 24px !important;
	font-size: 13px;
	position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background: linear-gradient(180deg, #254ec8 0%, #3263f8 100%) !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-size: 13px !important;
	line-height: 13px !important;
	border: 1px solid transparent!important;
	padding: 0 3px !important;
	position: absolute !important;
	left: 4px !important;
	top: 50% !important;
	transform: translateY(-50%);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	padding-left: 0 !important;
}
/* Settings page end */

/* Table CSS */
.plan-action{
	cursor: pointer;
}
.column-actions,.update-plan{
	display: flex;
	align-items: center;
}
.column-actions{
	column-gap: 10px;
}

.column-actions div{
	display: flex;
	align-items: center;
	padding: 0px 8px !important;
	border-radius: 4px;
}
a.update-plan{
	background: #faf9f9;
	border: 1px solid #FD933A;
	color: #FD933A;
}
.action-link{
	display: flex;
	align-items: center;
	padding: 3px 5px;
	text-decoration: none;
	background: #F8FBFF;
	border: 1px solid #A8CBFE;
	color: #0D6EFD;
}
.action-link::before {
	margin-top: 5px;
	content: url(../images/action-arrow-right.svg);
}
.action-link:hover{
	color: #0D6EFD;
}
.update-plan{
	column-gap: 5px;
}
.update-plan::before,.update-member::before{
	width: 15px;
	height: 25px;
}
.update-member::before{
	content: url('../images/union.svg');
}
.update-plan::before{
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='union-edit' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 0.921875C12.5509 0.921875 11.6408 1.29889 10.9697 1.96997L9.96967 2.96997L0.46967 12.47C0.329018 12.6106 0.25 12.8014 0.25 13.0003V17.0003C0.25 17.4145 0.585786 17.7503 1 17.7503H5C5.19891 17.7503 5.38968 17.6713 5.53033 17.5306L15.0289 8.03207C15.0294 8.03159 15.0299 8.03111 15.0303 8.03064C15.0308 8.03016 15.0313 8.02968 15.0318 8.0292L16.0303 7.03063C16.7014 6.35955 17.0784 5.44936 17.0784 4.5003C17.0784 3.55124 16.7014 2.64106 16.0303 1.96997C15.3592 1.29889 14.4491 0.921875 13.5 0.921875ZM14.5 6.43964L14.9697 5.96997C15.3595 5.58019 15.5784 5.05154 15.5784 4.5003C15.5784 3.94907 15.3595 3.42041 14.9697 3.03063C14.5799 2.64085 14.0512 2.42188 13.5 2.42188C12.9488 2.42188 12.4201 2.64085 12.0303 3.03063L11.5607 3.5003L14.5 6.43964ZM10.5 4.56096L1.75 13.311V16.2503H4.68934L13.4393 7.5003L10.5 4.56096Z' fill='%23FD933A'/%3E%3C/svg%3E");
}
.column-actions .update-member-option{
	border: 1px solid #0D165E;
	background: #dbe2f4;
	cursor:pointer;
}
.column-actions .delete-member{
	border: 1px solid #5e0d0d;
	background: #f9c6c7;
}
.update-member-option span{
	color: #3263f8;
}
.delete-member span
{
	color: #d63a3a;
}
.column-actions .update-member-option,
.column-actions .delete-member
{
	padding: 8px;
	border-radius: 45px;
}
.update-member-option span,
.delete-member span
{
	position: relative;
	top: 7px;
}
.alternate, .striped>tbody>:nth-child(odd),
ul.striped>:nth-child(odd) {
	background-color: #fff;
}

td.enable_rules.column-enable_rules span {
	padding: 4px 20px 6px;
	background: rgba(50, 99, 248, 0.3);
	border-radius: 20px;
	font-size: 13px;
	text-transform: capitalize;
	color: #0D165E;
}

td.rules_type.column-rules_type.has-row-actions.column-primary {
	text-transform: capitalize;
}
.widefat td:last-child,
.widefat th:last-child{
	height: 42px;
	text-align: center;
}
.widefat td {
	color: #0D165E !important;
}

button.button.button-primary.update-member-option {
	font-weight: 600 !important;
	font-size: 13px !important;
}

button.button.button-danger.delete-member {
	padding: 4px 15px;
	margin-left: 10px;
	background: linear-gradient(180deg, #eb1d3a 0%, #ff1414 100%) !important;
	color: #fff;
	border: none !important;
	font-weight: 600 !important;
	transition: all 0.5s ease-in-out;
	border-radius: 5px;
}

button.button.button-danger.delete-member:hover {
	background: linear-gradient(180deg, #ff1414 0%, #eb1d3a 100%) !important;
}
/* Pro Tag */
a.pr-tag{
	position: absolute;
	text-decoration: none;
}
#short-codes a.pr-tag{
	left: 27%;
}
#settings a.pr-tag{
	left: 29%;
}
.select-pro-fr{
	position: relative !important;
	left: 5px !important;
}

/* Header menu start */
.menu{
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	padding: 1% 2%;
	background: #ffffff;
	border-radius: 5px;
}
.menu a{
	text-decoration: none;
}
.menu .logo {
	background: no-repeat;
	display: flex;
	width: fit-content;
	align-items: center;
}
.logo img{
	margin-right: 6px;
}
.menu h1{
	font-weight: 800;
	font-size: 22px;
}
.navigation li{
	display: inline-block;
	list-style: none;
}
.navigation li a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 14px;
}
.navigation li a.active,.version {
	height: fit-content;
	color: #1a7efb;
	border-radius: 6px;
}
.version {
	background: #e8f2ff;
}
.navigation li a.active{
	padding: 7px 14px;
}
.version{
	padding: 2px 5px;
	margin-top: 3px;
	font-size: 12px;
}
/* Header menu end */

/* License start */
.upgrade_pro,
.submit_member_license,
.revoke-license
{
	background-color: #1a7efb;
	border-color: #1a7efb;
	color: #fff !important;
	border-radius: 6px;
	font-weight: normal !important;
}
.upgrade_pro,
.submit_member_license
{
	padding: 8px 14px !important;
}
.license_info{
	width: 40%;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-success {
	color           : #3c763d;
	background-color: #dff0d8;
	border-color    : #d6e9c6
}
/* License end */

/* Overview page */
.bg-color{
	background-color: #3263f8;
	color: #fff;
}
.explore-plugin{
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	.btn{
		padding: 10px;
		border-radius: 6px;
	}
	.free-button{
		color: #121212;
		background: #F1F2F4;
	}
	.pro-button{
		color: #fff;
		background: #0D6EFD;
	}
}
.block-wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 12px;
	row-gap: 12px;
}
.block-wrapper{
	.single-item {
		background: #fff;
		box-shadow: 0 2px 18px 0 #0001;
		text-align: center;
		border-radius: 12px;
		padding-top: 25px;
		display: flex;
		flex-direction: column;
		align-items: center;
		transition: box-shadow 0.18s, border-color 0.18s;
		border: 1px solid #e8e8e8;
		min-width: 160px;
		min-height: 140px;
	}
	.single-item:hover {
		box-shadow: 0 6px 32px 0 #0002;
		border-color: #b3d1ff;
	}
	.fr-icon {
		width: 44px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #eaf1fb;
		border-radius: 12px;
		font-size: 1.5rem;
		color: #fff;
		box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
		margin: 0 auto 12px auto;
		filter: saturate(0.45) brightness(1.18);
	}
	h3 {
		font-size: 1rem;
		font-weight: 600;
		color: #232323;
		margin-bottom: 7px;
		text-align: center;
	}
	p {
		font-size: 0.93rem;
		color: #555;
		text-align: center;
		margin-bottom: 0;
	}
	p{
		font-size: 13px;
		font-weight: 400;
	}
	.single-item:nth-child(1) span{
		background: #7E36F4;
	}
	.single-item:nth-child(2) span{
		background: #FD933A;
	}
	.single-item:nth-child(3) span{
		background: #3E9A6F;
	}
	.single-item:nth-child(4) span{
		background: #DD5498;
	}
	.single-item:nth-child(5) span{
		background: #34D2F2;
	}
	.single-item:nth-child(6) span{
		background: #8660CB;
	}
	.single-item:nth-child(7) span{
		background: #FFCB2F;
	}
	.single-item:nth-child(8) span{
		background: #3485FD;
	}
	.single-item:nth-child(9) span{
		background: #E25563;
	}
	.single-item:nth-child(10) span{
		background: #00B894;
	}
	.single-item:nth-child(11) span{
		background: #FDCB6E;
	}
	.single-item:nth-child(12) span{
		background: #0984E3;
	}
	.single-item:nth-child(13) span{
		background: #6C5CE7;
	}
	.single-item:nth-child(14) span{
		background: #D63031;
	}
}

.single-item h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 19.36px;
	margin-bottom: 0;
}
.single-item span{
	font-size: 25px;
	padding: 10px;
	border-radius: 30px;
}
.fr-icon::before{
	color: #fff;
}
.text-center {
	text-align: center;
}
.p-5{
	padding: 5%;
}
.p-2{
	padding: 2% !important;
}
.p-7{
	padding: 7%;
}
.pt-5{
	padding-top: 5%;
}
.pb-2{
	padding-bottom: 2%;
}
.mt-2{
	margin-top: 2% !important;
}
.mt-3{
	margin-top: 3% !important;
}
.mt-5{
	margin-top: 5%;
}
.mb-1{
	margin-bottom: 1%;
}
.mb-2{
	margin-bottom: 2%;
}
.mb-5{
	margin-bottom: 5%;
}

.description a{
	text-decoration: none;
}
.mt-1{
	margin-top: 1% !important;
}
.mb-2{
	margin-bottom: 2% !important;
}
.mt-3{
	margin-top: 3% !important;
}
.mt-4{
	margin-top: 4% !important;
}
.mt-5{
	margin-top: 5% !important;
}
/* Color control start */
.wp-color-picker {
	height: 30px;
}
/* Color control end */
@media (max-width:425px){
	.block-wrapper {
		grid-template-columns: auto auto;
	}
}
/* Over view page css end */
/* Pro link start */
p.note{
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
}
a.pro-link{
	position: relative;
	text-decoration: none;
}
.pro-fr {
	padding: 0 4px;
	border: 1px solid #FD933A;
	font-size: 11px;
	background: #FFEAD8;
	color: #121212;
	border-radius: 6px;
}
.pro-link .pro-fr{
	justify-content: center;
	align-items: center;
	display: flex;
	width: 98px;
	position: absolute;
	top: 5px;
	right: 0;
}
.pro-link .pro-fr::after{
	position: relative;
	content: url('../images/arrow-right-pro.svg');
}
a.pro-link,
ul.select2-selection__rendered
{
	cursor: pointer;
}
a.pro-link:focus{
	box-shadow:none
}
/* Pro link end */

.settings_message {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.loading::after {
	content: url(../../assets/images/wheel.svg);
	position: absolute;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	border-radius: 290486px;
	margin-left: 4px;
}
.cart-icon-path{
	fill: #fff !important;
}
/* Safari */
	@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}

/* Accordion css start */
.accordion-item.active::after{
	content: "-";
	font-size: 18px;
}
.accordion-item::after{
	content: "+";
	font-size: 18px;
}

.member-set-content{
	transition: ease 0.15s;
}
.doc{
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 16.94px;
}
.content-wrapper{
	.shortcode-block .title1{
		font-size: 18px;
		font-weight: 700;
		line-height: 25.52px;
	}
}
.accordion-list{
	width: 100%;
	display: inline-grid;
	grid-template-columns: auto auto;
	column-gap: 20px;
	.accordion-item{
		transition: ease 0.15s;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		background: #fff;
		padding: 15px;
		border-radius: 6px;
		.title{
			font-size: 15px;
			font-weight: 600;
		}
		.closed,.opened{
			font-size: 24px;
		}
	}
	.accordion-item.active{
		background: var(--member-primary-bg,#0D6EFD);
		color: #fff;
	}
}
/* Accordion css end */

/* Modal css start */

/* The Modal (background) */
.popup-modal {
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}
.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 42%;
}

/* The Close Button */
.modal-close {
	font-size: 20px;
	color: #121212;
}
.modal-close:hover,
.modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/* Modal css end */

/* wp list table css start */
td.order_info{
	width: 100%;
	display: inline-block;
}
.content-header{
	display: flex;
}
.content-header .title{
	font-size: 20px;
	font-weight: 700;
	line-height: 33.18px;
}
.title-wrap{
	margin: 2% 0;
}
.tablenav {
	margin: 6px 0 18px;
}
.widefat th, .widefat td {
	border-bottom: 1px solid #E4E9EE !important;
}
.widefat thead tr th{
	border-bottom: none !important;
}
.widefat tfoot th, .widefat tfoot td{
	border-top: none !important;
}
.wp-list-table thead tr,
tfoot > tr
{
	height: 60px;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: 700;
	line-height: 17.86px;
}
.widefat tbody th.check-column{
	padding: 19px 0 0 3px;
}
.member_plan_id,#doaction,
.filter_modules_type
{
	margin-right: 0 !important;
}
#filter-by-plan,#filter-by-modules{
	margin-right: 5px;
}
#doaction, #doaction2, #filter-by-plan,
#filter-by-modules,#export-members,#export-plans
{
	height: 38px;
	border: 1px solid #81B4FE;
	color: #0D6EFD;
}
.add-member-opt.button,.add-member-opt.button:hover{
	background: #0D6EFD;
	color: #FAFAFB;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
}
.add-member-opt::before{
	content: '+';
	font-size: 15px;
	padding-right: 5px;
}
/* wp list table css end */

/* =============================================
   Reports Page — full redesign
   ============================================= */

/* Section label */
.rp-section-label {
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #888 !important;
	margin: 28px 0 14px !important;
	padding: 0 !important;
}

/* --- Performance cards --- */
.rp-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 8px;
}

.rp-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.06), 0 4px 16px 0 rgba(0,0,0,.04);
	border: 1px solid #eaecf0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 0.2s, transform 0.2s;
}

.rp-card:hover {
	box-shadow: 0 4px 24px 0 rgba(0,0,0,.12);
	transform: translateY(-2px);
}

.rp-card-body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px 22px 18px;
	gap: 14px;
}

.rp-card-left {
	display: flex;
	flex-direction: column;
	gap: 0;
	flex: 1;
	min-width: 0;
}

.rp-card-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #9ca3af;
	margin-bottom: 4px;
}

.rp-card-total {
	font-size: 36px;
	font-weight: 600;
	color: #111827;
	line-height: 1.05;
	margin-bottom: 16px;
	font-variant-numeric: tabular-nums;
}

.rp-card-icon-wrap {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Stat rows */
.rp-stats {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.rp-stat-chip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 4px 0;
	border-bottom: 1px solid #f3f4f6;
}

.rp-stat-chip:last-child {
	border-bottom: none;
}

.rp-stat-chip-label {
	font-size: 12px;
	color: #6b7280;
	font-weight: 500;
	white-space: nowrap;
}

.rp-stat-chip-val {
	font-size: 13px;
	font-weight: 700;
}

.rp-card-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 3px;
	padding: 10px 18px;
	background: var(--rp-light, #f9fafb);
	border-top: 1px solid #f0f0f0;
	color: var(--rp-accent, #3263f8);
	font-size: 12.5px;
	font-weight: 500;
	text-decoration: none;
	transition: filter 0.15s;
}

.rp-card-btn:hover {
	filter: brightness(0.95);
	color: var(--rp-accent, #3263f8);
}

/* --- States & Tables --- */
.rp-tables-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 8px;
}

.rp-table-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.06);
	border: 1px solid #eaecf0;
	overflow: hidden;
}

.rp-table-header {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 16px 20px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	font-weight: 700;
	color: #111;
	background: #fafbff;
}

.rp-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.rp-table thead tr {
	background: #f5f7ff;
	height: auto !important;
}

.rp-table thead th {
	padding: 11px 20px;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #666;
	border-bottom: 1px solid #eaecf0;
}

.rp-table tbody tr {
	border-bottom: 1px solid #f3f4f6;
	transition: background 0.1s;
}

.rp-table tbody tr:last-child {
	border-bottom: none;
}

.rp-table tbody tr:hover {
	background: #fafbff;
}

.rp-table tbody td {
	padding: 14px 20px;
	color: #333 !important;
	vertical-align: middle;
}

/* Period badges */
.rp-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}

.rp-badge-today {
	background: #e8f4fd;
	color: #0d6efd;
}

.rp-badge-month {
	background: #e8f7ed;
	color: #01AF28;
}

.rp-badge-year {
	background: #f3e8ff;
	color: #AD00FF;
}

/* Zero / money values */
.rp-zero {
	color: #bbb;
	font-size: 13px;
}

.rp-money {
	color: #01AF28;
}

/* --- Charts --- */
.rp-charts-grid {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 18px;
	margin-bottom: 32px;
	align-items: stretch;
}

.rp-chart-card {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.06), 0 4px 16px 0 rgba(0,0,0,.04);
	border: 1px solid #eaecf0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.rp-chart-body {
	padding: 16px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.rp-chart-doughnut {
	padding: 16px 24px 20px;
}

.rp-chart-doughnut canvas {
	max-height: 300px !important;
	max-width: 300px !important;
}

/* Custom chart legends */
.rp-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	padding: 12px 16px 16px;
	border-top: 1px solid #f3f4f6;
}

.rp-legend-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #f8fafc;
	border: 1px solid #e9ecef;
	border-radius: 20px;
	padding: 4px 10px 4px 6px;
	font-size: 12px;
	font-weight: 500;
	color: #374151;
	white-space: nowrap;
}

.rp-legend-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
}

/* Legacy .report-section / .box kept for other pages */
.report-section {
	margin-top: 2%;
	display: flex;
	justify-content: start;
	align-items: center;
}
.box {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-right: 2%;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	justify-content: space-between;
}

/* Responsive */
@media (max-width: 1100px) {
	.rp-summary-grid { grid-template-columns: 1fr 1fr; }
	.rp-charts-grid  { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
	.rp-summary-grid  { grid-template-columns: 1fr; }
	.rp-tables-grid   { grid-template-columns: 1fr; }
	.rp-charts-grid   { grid-template-columns: 1fr; }
}
/* Summary end here */

/* Modules page (um-modules) start */

/* Hero */
.um-modules-hero {
	width: 50%;
	padding: 36px 0 28px;
}
.um-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #eef2ff;
	color: #3263f8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 5px 12px;
	border-radius: 20px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.um-hero-badge .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
}
.um-hero-title {
	font-size: 2.2rem !important;
	font-weight: 800 !important;
	color: #111 !important;
	margin: 0 0 12px 0 !important;
	line-height: 1.15 !important;
	padding: 0 !important;
}
.um-hero-desc {
	font-size: 15px;
	color: #6b7280;
	margin: 0;
	max-width: 580px;
	line-height: 1.6;
}

/* Body wrapper */
.um-modules-body {
	padding: 0 0 0;
}

/* Section labels / titles */
.um-section-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #3263f8;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.um-section-title {
	font-size: 1.7rem !important;
	font-weight: 800 !important;
	color: #111 !important;
	margin: 0 0 10px 0 !important;
	line-height: 1.2 !important;
	padding: 0 !important;
}
.um-section-subtitle {
	font-size: 14px;
	color: #6b7280;
	margin: 0 0 28px 0;
	line-height: 1.5;
}

/* Modules section */
.um-modules-section {
	padding: 44px 0 36px;
	border-bottom: 1px solid #f0f0f0;
}
.um-module-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 28px;
}
.um-module-card {
	background: #fff;
	border: 1px solid #e8ecf5;
	border-radius: 14px;
	padding: 24px 24px 20px;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	box-shadow: 0 2px 12px rgba(50,99,248,0.05);
	transition: box-shadow 0.2s, border-color 0.2s;
}
.um-module-card:hover {
	box-shadow: 0 6px 24px rgba(50,99,248,0.1);
	border-color: #c7d7fd;
}
.um-module-icon {
	flex-shrink: 0;
	width: 58px;
	height: 58px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.um-module-icon svg {
	width: 38px;
	height: 38px;
	filter: drop-shadow(0 1px 3px rgba(0,0,0,0.12));
}
.um-module-icon--woo {
	background: linear-gradient(135deg, #f9edf5 0%, #f0d9ea 100%);
	border: 1px solid #e8c8de;
}
.um-module-icon--wp {
	background: linear-gradient(135deg, #e8f2fb 0%, #d5e8f7 100%);
	border: 1px solid #bcd8f0;
}
.um-module-card--woo {
	border-top: 3px solid #a64a7b;
}
.um-module-card--wp {
	border-top: 3px solid #0073aa;
}
.um-module-info {
	flex: 1;
}
.um-module-info h3 {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #111 !important;
	margin: 0 0 6px 0 !important;
	padding: 0 !important;
}
.um-module-info > p {
	font-size: 13px;
	color: #555;
	margin: 0 0 4px 0;
	line-height: 1.5;
}
.um-module-card--inactive {
	opacity: 0.5;
	filter: grayscale(0.5);
}
.um-module-card--inactive:hover {
	box-shadow: 0 2px 12px rgba(50,99,248,0.05);
	border-color: #e8ecf5;
}
.um-module-note {
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin: 4px 0 0 0 !important;
}
.um-module-pro-link {
	margin-top: 12px;
}
.um-module-pro-link a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #3263f8;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s;
}
.um-module-pro-link a:hover {
	color: #1a47c8;
}
.um-module-pro-link .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
}
.um-module-toggle {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

/* Features sections */
.um-features-section {
	padding: 44px 0 36px;
	border-bottom: 1px solid #f0f0f0;
}

/* CTA Banner */
.um-cta-banner {
	background: linear-gradient(135deg, #1e3fa8 0%, #3263f8 60%, #6ea8fe 100%);
	border-radius: 18px;
	padding: 52px 48px;
	margin: 40px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.um-cta-content {
	position: relative;
	z-index: 1;
}
.um-cta-badge {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 18px;
}
.um-cta-banner h2 {
	font-size: 1.9rem !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin: 0 0 12px 0 !important;
	line-height: 1.2 !important;
	padding: 0 !important;
}
.um-cta-banner p {
	font-size: 15px;
	color: rgba(255,255,255,0.85);
	margin: 0 auto 28px;
	max-width: 520px;
	line-height: 1.6;
}
.um-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	color: #3263f8 !important;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 26px;
	border-radius: 8px;
	text-decoration: none !important;
	transition: all 0.2s ease;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.um-cta-btn:hover {
	background: #f0f4ff;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.um-cta-btn .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
}

/* More Plugins section */
.um-more-plugins {
	padding: 44px 0 60px;
}
.um-plugin-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.um-plugin-card {
	background: #fff;
	border: 1px solid #eef0f5;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
}
.um-plugin-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(50,99,248,0.12);
	border-color: #c7d7fd;
}
.um-plugin-img {
	background: #f7f9ff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
}
.um-plugin-img img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.um-plugin-info {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}
.um-plugin-info h3 {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #111 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
}
.um-plugin-info p {
	font-size: 12px;
	color: #6b7280;
	margin: 0;
	line-height: 1.5;
	flex: 1;
}
.um-plugin-btns {
	display: flex;
	gap: 8px;
	margin-top: 6px;
}
.um-btn-outline {
	flex: 1;
	text-align: center;
	padding: 7px 8px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	background: #f4f6fb;
	color: #374151 !important;
	border: 1.5px solid #e5e7eb;
	transition: all 0.15s ease;
}
.um-btn-outline:hover {
	background: #eaecf5;
	color: #111 !important;
	border-color: #d1d5db;
}
.um-btn-filled {
	flex: 1;
	text-align: center;
	padding: 7px 8px;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	background: #3263f8;
	color: #fff !important;
	border: 1.5px solid transparent;
	transition: all 0.15s ease;
}
.um-btn-filled:hover {
	background: #1a47c8;
}

/* Responsive */
@media (max-width: 1100px) {
	.um-plugin-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
	.um-module-cards { grid-template-columns: 1fr; }
	.um-plugin-cards { grid-template-columns: 1fr 1fr; }
	.um-hero-title { font-size: 1.6rem; }
	.um-cta-banner { padding: 36px 24px; }
	.um-cta-banner h2 { font-size: 1.4rem; }
}

/* Modules page (um-modules) end */

/* ── New Modules Page (mh-*) ── */
.mh-modules-wrap {
	padding: 20px 0 56px;
}
.mh-pg-section {
	margin-bottom: 24px;
}
.mh-pg-section-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.mh-pg-section-head h2 {
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	white-space: nowrap;
	letter-spacing: -.01em;
	margin: 0 !important;
	padding: 0 !important;
}
.mh-ln {
	flex: 1;
	height: 1px;
	background: #e2e8f0;
}

/* Feature block */
.mh-feat-block {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
	transition: border-color .2s;
}
.mh-feat-head {
	padding: 22px 26px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.mh-feat-head-info { flex: 1; }
.mh-feat-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 20px;
	margin-bottom: 10px;
}
.mh-feat-label svg {
	width: 11px;
	height: 11px;
}
.mh-feat-label--wp  { background: #eff6ff; color: #1d4ed8; }
.mh-feat-label--wc  { background: #f3f0ff; color: #6d28d9; }
.mh-feat-title {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	letter-spacing: -.02em;
	margin-bottom: 4px;
}
.mh-feat-sub {
	font-size: 12.5px;
	color: #64748b;
	line-height: 1.55;
	max-width: 500px;
}
.mh-feat-note {
	font-size: 11px;
	color: #94a3b8;
	font-style: italic;
	margin: 6px 0 0 !important;
}

/* Master toggle */
.mh-mtog-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	padding-top: 2px;
}
.mh-mtog-lbl {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	color: #94a3b8;
	transition: color .2s;
	text-transform: uppercase;
}
.mh-mtog-lbl.on { color: #16a34a; }
.mh-mtog {
	width: 54px;
	height: 30px;
	border-radius: 15px;
	background: #dde3ed;
	position: relative;
	cursor: pointer;
	transition: background .3s, box-shadow .3s;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.08);
}
.mh-mtog:hover:not(.saving) {
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.08), 0 0 0 4px rgba(37,99,235,0.12);
}
.mh-mtog.on {
	background: #2563eb;
	box-shadow: inset 0 2px 4px rgba(37,99,235,0.2);
}
.mh-mtog.saving { opacity: 0.5; cursor: wait; pointer-events: none; }
.mh-mtog::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	top: 4px;
	left: 4px;
	transition: transform .3s cubic-bezier(.34,1.56,.64,1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
.mh-mtog.on::after { transform: translateX(24px); }

.mh-feat-divider { height: 1px; background: #e2e8f0; }

/* Collapsible body (wraps feat-grid + extra grid) */
.mh-feat-body {
	overflow: hidden;
	max-height: 1200px;
	transition: max-height .38s ease, opacity .25s;
	opacity: 1;
}
.mh-feat-body.collapsed {
	max-height: 0;
	opacity: 0;
	pointer-events: none;
}

/* Feature grid */
.mh-feat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
/* Extra row — same card size but lighter background tint */
.mh-feat-grid--extra .mh-feat-card {
	background: #fafbfc;
}
.mh-feat-card {
	padding: 22px 20px 20px;
	border-right: 1px solid #e2e8f0;
	transition: background .18s;
}
.mh-feat-card:last-child { border-right: none; }
.mh-feat-card:hover { background: color-mix(in srgb, var(--mh-accent, #2563eb) 4%, #fff); }
.mh-feat-icon {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.mh-feat-icon svg { width: 22px; height: 22px; }
.mh-feat-name {
	font-size: 12.5px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 5px;
	line-height: 1.3;
}
.mh-feat-desc {
	font-size: 11.5px;
	color: #64748b;
	line-height: 1.55;
}
.mh-feat-block.off .mh-feat-head-info { opacity: .45; }


/* Common modules */
.mh-common-block {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
}
.mh-grp + .mh-grp { border-top: 1px solid #e2e8f0; }
.mh-grp-head {
	padding: 13px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
}
.mh-grp-left { display: flex; align-items: center; gap: 10px; }
.mh-grp-icon {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.mh-grp-icon svg { width: 14px; height: 14px; }
.mh-grp-title { font-size: 12.5px; font-weight: 700; color: #0f172a; }
.mh-grp-sub   { font-size: 11px; color: #64748b; margin-top: 1px; }
.mh-grp-count {
	font-size: 11px;
	font-weight: 600;
	color: #94a3b8;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 2px 9px;
}
.mh-mod-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
.mh-mod-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 20px;
	border-right: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	transition: background .15s;
}
.mh-mod-card:hover { background: #f8fafc; }
.mh-mod-icon {
	width: 34px;
	height: 34px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.mh-mod-icon svg { width: 15px; height: 15px; }
.mh-mod-name {
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.35;
	margin-bottom: 5px;
}
.mh-mod-desc {
	font-size: 10.5px;
	color: #64748b;
	margin-top: 2px;
	line-height: 1.4;
}

/* More plugins */
.mh-more-block {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 28px;
}
.mh-more-eyebrow {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #2563eb;
	margin-bottom: 6px;
}
.mh-more-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	letter-spacing: -.02em;
	margin: 0 0 4px !important;
	padding: 0 !important;
}
.mh-more-sub {
	font-size: 13px;
	color: #64748b;
	line-height: 1.55;
	margin-bottom: 22px !important;
}
.mh-plugins-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.mh-plugin-card {
	background: #fff;
	border: 1.5px solid #e2e8f0;
	border-radius: 14px;
	padding: 22px 18px 18px;
	display: flex;
	flex-direction: column;
	transition: all .2s;
}
.mh-plugin-card:hover {
	border-color: #cbd5e1;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.mh-plugin-img {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	margin-bottom: 14px;
	object-fit: cover;
}
.mh-plugin-name {
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 6px;
	letter-spacing: -.01em;
}
.mh-plugin-desc {
	font-size: 12px;
	color: #64748b;
	line-height: 1.6;
	flex: 1;
	margin-bottom: 16px;
}
.mh-plugin-btns { display: flex; gap: 8px; }
.mh-btn-free {
	flex: 1;
	padding: 8px 0;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #0f172a;
	background: #fff;
	border: 1.5px solid #cbd5e1;
	text-align: center;
	text-decoration: none !important;
	transition: all .15s;
	display: block;
}
.mh-btn-free:hover { background: #f8fafc; border-color: #2563eb; color: #2563eb !important; }
.mh-btn-premium {
	flex: 1.4;
	padding: 8px 0;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #fff !important;
	background: #2563eb;
	border: 1.5px solid #2563eb;
	text-align: center;
	text-decoration: none !important;
	transition: all .15s;
	display: block;
}
.mh-btn-premium:hover { background: #1d4ed8; border-color: #1d4ed8; }

@media (max-width: 1100px) {
	.mh-plugins-grid { grid-template-columns: repeat(2, 1fr); }
	.mh-feat-grid    { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
	.mh-plugins-grid { grid-template-columns: 1fr 1fr; }
	.mh-feat-grid    { grid-template-columns: 1fr 1fr; }
	.mh-feat-head    { flex-direction: column; }
}
/* ── New Modules Page end ── */

.mh-modules-wrap {
	font-size: 14px;
}
.mh-pg-section-head h2 {
	font-size: 15px !important;
}
.mh-feat-head {
	padding: 18px 22px;
}
.mh-feat-label,
.mh-mtog-lbl,
.mh-more-eyebrow {
	font-size: 11px;
}
.mh-feat-title {
	font-size: 18px;
	line-height: 1.3;
}
.mh-feat-sub {
	font-size: 14px;
	line-height: 1.55;
	max-width: 560px;
}
.mh-feat-note {
	font-size: 12.5px;
}
.mh-feat-name {
	font-size: 14px;
}
.mh-feat-desc {
	font-size: 12.5px;
	line-height: 1.5;
}
.mh-grp-title {
	font-size: 14px;
}
.mh-grp-sub,
.mh-grp-count {
	font-size: 12px;
}
.mh-mod-desc {
	font-size: 12px;
}
.mh-more-title {
	font-size: 18px !important;
}
.mh-more-sub,
.mh-plugin-name {
	font-size: 14px;
}
.mh-plugin-desc {
	font-size: 12.5px;
}
.mh-btn-free,
.mh-btn-premium {
	font-size: 12.5px;
}

.memberhub-woo-module-disabled #woocommerce-product-data .show_if_subscription,
.memberhub-woo-module-disabled #woocommerce-product-data .show_if_mh_plan,
.memberhub-woo-module-disabled #woocommerce-product-data .show_if_variable-subscription,
.memberhub-woo-module-disabled #woocommerce-product-data .show_if_subscription_variation,
.memberhub-woo-module-disabled #woocommerce-product-data .subscription_pricing,
.memberhub-woo-module-disabled #woocommerce-product-data .subscription_options,
.memberhub-woo-module-disabled #woocommerce-product-data .variable_subscription_options {
	display: none !important;
}

/* Group field css start here*/
.input-group-field{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
}
.input-group-wrapper{
	display: grid;
}
.input-group-2{
	grid-template-columns: auto auto;
	column-gap: 5px;
}
.input-group-auto-4{
	grid-template-columns: 105px auto auto 120px;
	column-gap: 5px;
}
.input-group-3{
	grid-template-columns: auto 120px auto;
	column-gap: 5px;
}
.input-group-billing{
	grid-template-columns: 185px 120px 120px;
	column-gap: 5px;
	input{
		width: 100px;
	}
}
#_subscription_price{
	width: 150px;
}
.center-align{
	text-align: center;
	align-items: center;
	display: flex;
}
.full_input{
	width: 100% !important;
	height: 45px !important;
}
.group-block{
	.form-label{
		font-size: 13px;
		padding-bottom: 3px;
	}
	.input-wrap{
		align-items: start;
	}
	.input-wrap select{
		width: 100%;
		font-size: 12px !important;
		padding: 5px !important;
	}
	.input-wrap .input-wrap input{
		width: 100%;
	}
}

/* Group field css end here*/
/* License start */
.upgrade_pro,
.submit_filter_license,
.revoke-license
{
	background-color: #1a7efb;
	border-color: #1a7efb;
	color: #fff !important;
	border-radius: 6px;
	font-weight: normal !important;
}
.upgrade_pro,
.submit_filter_license
{
	padding: 8px 14px !important;
}
.license_info{
	width: 40%;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-success {
	color           : #3c763d;
	background-color: #dff0d8;
	border-color    : #d6e9c6
}
/* License end */

/* status start */
.tag{
	display: inline-block;
	margin-top: 7px;
	border-radius: 4px;
	padding: 6px 12px;
}
.success{
	background: #e7f5ea;
	color: #1BA97F;
}
.error{
	background: #FFE0E3;
	color: #DC3545;
}
/* status end */
.reset_expire{
	cursor: pointer;
	text-decoration: underline;
}
#um_subscription_meta .inside h2{
	padding-left: 0;
}
/* Table start */
#um-table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
  }
  
  #um-table td, #um-table th {
	border: 1px solid #ddd;
	padding: 8px;
  }
  
  #um-table tr:nth-child(even){background-color: #f2f2f2;}
  
  #um-table tr:hover {background-color: #ddd;}
  
  #um-table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background: #2271b1;
	border-color: #2271b1;
	color: white;
  }
  /* Table end */

  /* On board start */
  .onboard-wrap{
	padding: 10%;
	margin: 0 auto;
	display: flex;
	text-align: center;
  }
  .onboard .heading{
	color: #021343;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
  }
  .mail-part{
	display: flex;
	flex-direction: column;
	margin-top: 5%;
  }
  .help-text{
	color: #021343;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 30px;
	align-items: start;
	display: flex;
  }
  .onboard-submit{
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	background-color: #fe0467;
	border-radius: 6px;
	text-decoration: none;
	padding: 16px 37px;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	border: none;
	position: relative;
  }
  .onboard-footer{
	border-top: 1px solid #e4e6ee;
	margin-top: 40px;
	display: flex;
	flex-direction: row-reverse;
	padding-top: 20px;
  }
  /* On board end */
