/* Custom styles */

a, a:hover {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.bg-white {
	background-color:#fff;
}

.bg-white-important {
	background-color:#fff !important;
}

.bg-color-transparent-important {
	background-color:transparent !important;
}

.bg-grey {
	background-color:#D0D0D0;
}

.bg-grey-1 {
	background-color:#F6F6F6;
}

.bg-grey-2 {
	background-color:#E8E8E8;
}

.bg-grey-2-hover:hover {
	background-color:#E8E8E8;
}

.bg-orange {
	background-color:#FF6841;
}

.bg-rgba-000-60 {
	background-color:rgba(0,0,0,0.60);
}

.text-blue {
	color:#203345;
}

.text-red {
	color:#f00;
}

.text-orange {
	color:#FF6841;
}

.text-underline {
	text-decoration:underline;
}

.font-size-10px {
	font-size:10px;
	line-height:normal;
}

.font-size-12px {
	font-size:12px;
	line-height:normal;
}

.font-size-20px {
	font-size:20px;
	line-height:normal;
}

.font-size-24px {
	font-size:24px;
	line-height:normal;
}

.p-0-important {
	padding:0 !important;
}

.px-8px {
	padding-left:8px;
	padding-right:8px;
}

.px-12px {
	padding-left:12px;
	padding-right:12px;
}

.px-16px {
	padding-left:16px;
	padding-right:16px;
}

.py-16px {
	padding-top:16px;
	padding-bottom:16px;
}

.pxy-8px {
	padding:8px;
}

.pxy-12px {
	padding:12px;
}

.pxy-16px {
	padding:16px;
}

.pxy-24px {
	padding:24px;
}

.pxy-24px-important {
	padding:24px !important;
}

.pt-24px {
	padding-top:24px;
}

.pb-12px {
	padding-bottom:12px;
}

.my-0 {
	margin-top:0;
	margin-bottom:0;
}

.my-12px {
	margin-top:12px;
	margin-bottom:12px;
}

.my-24px {
	margin-top:24px;
	margin-bottom:24px;
}

.mt--12px {
	margin-top:-12px;
}

.mt-0 {
	margin-top:0;
}

.mt-24px {
	margin-top:24px;
}

.mb-12px {
	margin-bottom:12px;
}

.mb-16px {
	margin-bottom:16px;
}

.mb-24px {
	margin-bottom:24px;
}

.ms-12px {
	margin-left:12px;
}

.me-12px {
	margin-right:12px;
}

.me-16px {
	margin-right:16px;
}

.border-none-important {
	border:none !important;
}

.border-bottom-1px {
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.border-bottom-color-blue {
	border-bottom-color:#203345;
}

.border-bottom-color-hover-blue:hover {
	border-bottom-color:#203345;
}

.border-bottom-color-grey {
	border-bottom-color:#D0D0D0;
}

.border-radius-50pct {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.border-radius-8px {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.border-radius-12px {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.pointer-events-none {
	pointer-events:none;
}

.transition-all {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.opacity--0 {
	opacity:0;
}

.opacity-hover-1:hover {
	opacity:1;
}

.h-1px {
	height:1px;
}

.h-36px {
	height:36px;
}

.w-0-important {
	width:0 !important;
}

.w-100,
.w-100pct {
	width:100%;
}

.w-32px {
	width:32px;
}

.w-36px {
	width:36px;
}

.w-42px {
	width:42px;
}

.w-50px {
	width:50px;
}

.w-72px {
	width:72px;
}

.w-96px {
	width:96px;
}

.w-196px {
	width:196px;
}

.font-weight-600 {
	font-weight:600;
}

.font-weight-600-important {
	font-weight:600 !important;
}

.font-weight-700, 
.strong {
	font-weight:700;
}

.font-weight-700-important, 
.strong-important {
	font-weight:700 !important;
}

.flex-auto {
	-moz-flex:0 0 auto;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}

.flex-auto-important {
	-moz-flex:0 0 auto !important;
	-webkit-flex:0 0 auto !important;
	flex:0 0 auto !important;
}

.flex-1,
.flex-items-1 > * {
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.top-0 {
	top:0;
}

.top-50pct {
	top:50%;
}

.left-0 {
	left:0;
}

.right-0 {
	right:0;
}

.z-index-1 {
	z-index:1;
}

.z-index-999 {
	z-index:999;
}

.exclamation-icon,
.mepr-account-container button.exclamation-icon,
.email-icon,
.phone-icon,
.edit-icon,
.view-icon {
	width:16px;
	height:16px;
	background-color:transparent !important;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	display:inline-block;
	padding:0 !important;
	border:none !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}

.subscription-icon {
	background:url('images/subscription-icon.png') no-repeat 50% 50%;
	background-size:16px 16px;
}

.subscription-icon.professionals {
	background-color:#898989;
}

.subscription-icon.essentials {
	background-color:#FF6841;
}

.subscription-icon.advanced {
	background-color:#A5C8F5;
}

.exclamation-icon,
.mepr-account-container button.exclamation-icon {
	background-image:url('images/ui-exclamation.png') !important;
}

.email-icon {
	background-image:url('images/email-icon.png');
}

.phone-icon {
	background-image:url('images/phone-icon.png');
}

.edit-icon {
	background-image:url('images/edit-icon.png');
}

.view-icon {
	background-image:url('images/view-icon.png');
}

.edit-password-field {
	position:absolute;
	z-index:1;
	right:10px;
	top:50%;
	margin-top:-8px;
}

.btn-orange {
	background-color:#FF6841 !important;
	color:#fff !important;
	border-color:#FF6841 !important;
}

.btn-orange:hover,
.btn-orange:focus,
.mepr-account-container button:hover,
.mepr-account-container button:focus {
	background-color:#FF5427 !important;
	border-color:#FF5427 !important;
	color:#fff !important;
}

.site-header.account-header.fixed {
	position:fixed;
	width:100%;
	top:0;
	z-index:9999;
}

.site-main .mepr-account-container button,
.site-main .mepr-account-container input[type="submit"] {
	border: 1px solid;
	border-color: #FF6841;
	background-color: #FF6841;
	background-image:none;
	color: #fff;
	padding:12px 16px;
	line-height:1;
	font-family: "Aptos";
}

.site-main .mepr-account-container button.mpca-course-sub-account-progress {
	font-weight:600;
	line-height:normal;
}

.site-main .mepr-account-container button:hover,
.site-main .mepr-account-container button:focus,
.site-main .mepr-account-container input[type="submit"]:hover,
.site-main .mepr-account-container input[type="submit"]:focus {
	background-color:#FF5427;
	border-color:#FF5427;
	color:#fff;
}

.popover {
	border-color:#fff;
}

.popover-body {
	padding: 0 8px;
	color:#203345;
	border-color:#fff;
	-moz-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	-webkit-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
}

.popover .popover-arrow {
	display:none;
}

.site-header #user-menu-button > .profile-menu__avatar {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.mepr-account-container button.exclamation-icon:hover,
.mepr-account-container button.exclamation-icon:focus {
	background-color:transparent !important;
	border-color:transparent !important;
}

.mepr-account-container {
	font-family: "Aptos";
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	gap:0;
	overflow: hidden;
	min-height: 100vh;
}

.mepr-pro-template #primary > #mepro-login-hero, 
.mepr-pro-template #primary > .mepr-account-container {
	padding-left: 12px;
	padding-right: 12px;
	gap:0;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#mepr-account-content {
	display: block !important;
	padding: 0 !important;
}

#mepr-account-content h1 {
	font-size:36px;
	line-height:normal;
}

#mepr-account-nav .mepr-nav-item a {
	padding:16px;
	line-height:1;
	color:#fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

#mepr-account-nav.mepr-nav .mepr-nav-item.--active a, 
#mepr-account-nav.mepr-nav .mepr-nav-item.mepr-active-nav-tab a {
	background:#385168;
}

#mepr-account-nav .mepr-nav-item a:hover {
	background:#385168;
}

#mepr-account-content {
	background-color:#ffff;
	color:#203345;
	padding:0;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

#mepr-account-content h1,
#mepr-account-content h2,
#mepr-account-content h3,
#mepr-account-content h4,
#mepr-account-content h5,
#mepr-account-content h6 {
	color:#203345;
}

#mepr-account-content .mepr-pro-account-table__col-actions button.mepr-tooltip-trigger {
	width:32px;
	height:32px;
	background:url('images/action-button-icon.png') no-repeat 50% 50%;
	background-size:16px auto;
	padding:0;
	background-color:#fff;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#mepr-account-content .mepr-pro-account-table__col-actions button.mepr-tooltip-trigger:hover,
#mepr-account-content .mepr-pro-account-table__col-actions button.mepr-tooltip-trigger:focus {
	background-color:#F6F6F6 !important;
}

.mepr-subscriptions-wrapper {
	color:#203345;
}

.mepr-pro-account-table__col-actions .mepr-tooltip-content,
.site-header .profile-menu__dropdown.dropdown {
	padding:16px;
	background-color:#fff;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	-moz-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	-webkit-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
}

.mepr-pro-account-table__col-actions .mepr-tooltip-content .mepr-account-row-action,
.site-header .dropdown__item.profile-menu__dropdown-item {
	padding:12px 16px;
	padding-left:48px;
	color:#203345;
	font-size:16px;
	position:relative;
	font-family: "Aptos";
}

.site-header .dropdown__item.profile-menu__dropdown-item {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.mepr-pro-account-table__col-actions .mepr-tooltip-content .mepr-account-row-action:before,
div.btn.mepr-pro-account-table__badge:before,
.site-header .dropdown__item:before {
	content:'';
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	position:absolute;
	left:16px;
	top:50%;
	margin-top:-8px;
}

.mepr-account-update:before {
	background-image:url('images/update-icon.png');
}

.mepr-account-update:hover:before {
	background-image:url('images/update-orange-icon.png');
}

.mepr-account-upgrade:before {
	background-image:url('images/other-membership-icon.png');
}

.mepr-account-upgrade:hover:before {
	background-image:url('images/other-membership-orange-icon.png');
}

.mepr-account-cancel:before {
	background-image:url('images/cancel-icon.png');
}

.mepr-account-cancel:hover:before {
	background-image:url('images/cancel-orange-icon.png');
}

.mepr-account-manage-sub-accounts:before {
	background-image:url('images/sub-accounts-icon.png');
}

.mepr-account-manage-sub-accounts:hover:before {
	background-image:url('images/sub-accounts-orange-icon.png');
}

.site-header .dropdown__item:first-child:before {
	background-image:url('images/profile-home-icon.svg');
}

.site-header .dropdown__item:first-child:hover:before {
	background-image:url('images/profile-home-orange-icon.svg');
}

.site-header .dropdown__item:nth-child(2):before {
	background-image:url('images/profile-password-icon.svg');
}

.site-header .dropdown__item:nth-child(2):hover:before {
	background-image:url('images/profile-password-orange-icon.svg');
}

.site-header .dropdown__item:last-child:before {
	background-image:url('images/profile-logout-icon.svg');
}

.site-header .dropdown__item:last-child:hover:before {
	background-image:url('images/profile-logout-orange-icon.svg');
}

.site-header .profile-menu__button#user-menu-button:hover,
.mepr-pro-account-table__col-actions .mepr-tooltip-content .mepr-account-row-action:hover,
.site-header .dropdown__item:hover {
	background-color:#F6F6F6;
}

div.btn.mepr-pro-account-table__badge {
	padding-left:38px;
	padding-right:12px;
	position:relative;
}

.btn.mepr-pro-account-table__badge.--is-active, 
.btn.mepr-pro-account-table__badge.--is-complete {
	color:#203345;
}

.mepr-pro-account-table__badge.--is-active:before {
	background-image:url('images/check-icon.svg');
}

.btn.mepr-pro-account-table__badge.--is-lapsed {
	color:#203345;
	background-color:#FFE0C5;
}

.mepr-pro-account-table__badge.--is-lapsed:before {
	background-image:url('images/expired-icon.svg');
	color:rgb(107, 33, 168);
}

#primary .mepr-account-container a,
.mepr-account-container form a {
	color: #203345;
}

#mepr-account-nav.mepr-nav .mepr-nav-item a {
	color:#fff;
	line-height:normal;
}

#mepr-account-nav.mepr-nav .mepr-nav-item a:before {
	content:'';
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}

#mepr-account-nav.mepr-nav .mepr-nav-item.mepr-home a:before {
	content:'';
	background-image:url('images/home-icon.svg');
}

#mepr-account-nav.mepr-nav .mepr-nav-item.mepr-payments a:before {
	content:'';
	background-image:url('images/payment-icon.svg');
}

#mepr-account-nav.mepr-nav .mepr-nav-item.mepr-subscriptions a:before {
	content:'';
	background-image:url('images/subscription-icon.svg');
}

#mepr-account-nav.mepr-nav .mepr-nav-item.mepr-courses a:before {
	content:'';
	background-image:url('images/courses-icon.svg');
}

#mepr-account-nav.mepr-nav .mepr-nav-item.mepr-team a:before {
	content:'';
	background-image:url('images/team-icon.svg');
}

#mepr-account-nav.mepr-nav .mepr-courses + .mepr-nav-item a:before,
#mepr-account-nav span.mepr-nav-item a:before {
	content:'';
	background-image:url('images/support-icon.svg');
}

#mepr-account-nav.mepr-nav .mepr-nav-item.mepr-logout a:before {
	content:'';
	background-image:url('images/logout-icon.svg');
}

.mp_wrapper label {
	margin-bottom:10px;
}

.mp_wrapper input[type="text"],
.mp_wrapper input[type="password"] {
	color:#203345;
	border-color:#fff !important;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.mepr-account-container #mepr-account-content .mepr-form input[type="password"] {
	display: block;
	width: 100%;
	height:auto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #203345;
	border:1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mp_wrapper input[type="text"]:hover,
.mp_wrapper input[type="password"]:hover,
.mp_wrapper input[type="text"]:focus,
.mp_wrapper input[type="password"]:focus,
.mepr-account-container #mepr-account-content .mepr-form input[type="password"]:hover,
.mepr-account-container #mepr-account-content .mepr-form input[type="password"]:focus {
	-moz-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	-webkit-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
}

#mepr-account-content #mepro-login-hero .mepro-boxed {
	background-color:#F6F6F6;
	color: #203345;
}

.address-content {
	position:absolute;
	top:0;
	left:-99999px;
	opacity:0;
	z-index:-9999;
}

.address-content.active {
	position:relative;
	opacity:1;
	z-index:9;
	left:auto;
}

.app-layout .profile-menu__text, .guest-layout .profile-menu__text, .app-layout .profile-menu__arrow_down, .guest-layout .profile-menu__arrow_down,
.app-layout .profile-menu__text--small, 
.guest-layout .profile-menu__text--small {
	color: #203345 !important;
}

.mfp-content {
	font-family: "Aptos";
	font-size:16px;
}

.site-header #user-menu-button .profile-menu__text {
	font-family: "Aptos";
}

.mfp-content .mepr-white-popup .mepr-btn {
	font-family: "Aptos";
	font-size: 16px;
	background: #FF6841;
	padding: 12px 16px;
	border-color:#FF6841;
	width:100%;
	font-weight:700;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.mfp-content .mepr-white-popup .mepr-btn:hover,
.mfp-content .mepr-white-popup .mepr-btn:focus {
	background-color:#FF5427;
	color:#fff;
}

.mfp-content .mepr-white-popup .mepr-btn.mepr-upgrade-cancel,
.mfp-content .mepr-white-popup .mepr-btn.mepr-upgrade-cancel:hover,
.mfp-content .mepr-white-popup .mepr-btn.mepr-upgrade-cancel:focus,
.mfp-content .mepr-white-popup .mepr-btn.mepr-confirm-no,
.mfp-content .mepr-white-popup .mepr-btn.mepr-confirm-no:hover,
.mfp-content .mepr-white-popup .mepr-btn.mepr-confirm-no:focus {
	color:#203345;
	font-weight:400;
	background-color:transparent;
	border-color:transparent;
}

.site-main .mepr-account-container button.mepr-upgrade-cancel,
.site-main .mepr-account-container button.mepr-upgrade-cancel:hover,
.site-main .mepr-account-container button.mepr-upgrade-cancel:focus {
	color:#203345 !important;
	font-weight:400;
	background-color:transparent !important;
	border-color:transparent !important;
}

.mfp-content .mepr-upgrade-dropdown {
	padding:10px;
	background-color:#fff;
	color:#939393;
	border:1px solid #F6F6F6;
	width:100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.mepr-upgrade-sub-text {
	color:#203345;
	font-weight:600;
	font-size:16px;
	text-align:left;
}

.mfp-content .mepr-white-popup {
	background:#fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	-webkit-box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
	box-shadow: 0 0 10.2px 0 rgba(68, 68, 68, 0.15);
}

.mfp-bg.mfp-ready {
	background:#fff;
}

.mfp-wrap.mfp-ready {
	backdrop-filter:blur(2px);
}

#mpca_sub_account_search {
	max-height:40px;
	width:309px;
}

#mpca-add-sub-user-btn {
	-moz-border-radius:36px;
	-webkit-border-radius:36px;
	border-radius:36px;
}

.mpca_export_sub_accounts {
	display:inline-block;
	width:40px;
	height:40px;
	background:url('images/search-button-icon.png') no-repeat 50% 50%;
	background-size:16px auto;
	background-color:#203345;
	border:none;
	padding:0;
	text-indent:-99999px;
	overflow:hidden;
	-moz-border-radius:8px !important;
	-webkit-border-radius:8px !important;
	border-radius:8px !important;
}

.mpca_export_sub_accounts:hover,
.mpca_export_sub_accounts:focus {
	background-color:#FF6841;
}

.mepr_update_account_table {
	padding:24px;
	background-color:#F6F6F6;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.course-progress-modal-content,
.course-progress-modal-content .course-progress-summary-row .course-progress-summary-title > a,
.course-progress-modal-content .quiz-progress-summary-row .quiz-progress-summary-title > a {
	color:#203345;
}

.course-progress-modal-content .course-progress-summary-row .course-progress-summary-title > a:hover,
.course-progress-modal-content .quiz-progress-summary-row .quiz-progress-summary-title > a:hover {
	color: #FF6841;
}

.course-progress-modal-content .course-progress-summary-row .ca-user-progress {
	background-color: #FF6841;
}

.p-FieldLabel {
	font-family:'Aptos';
	font-size:16px;
}



@media (min-width:576px) {
	
	.w-xs-auto {
		width:auto;
	}
	
}

@media (min-width:768px) {
	
	.pxy-md-24px {
		padding:24px;
	}
	
	.w-md-auto {
		width:auto;
	}
	
	.w-md-196px {
		width:196px;
	}
	
	.w-md-309px {
		width:309px;
	}
	
	.flex-md-1 {
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
	
}

@media (min-width:992px) {
	
	.position-lg-absolute {
		position:absolute;
	}
	
	.w-lg-auto {
		width:auto;
	}
	
	.w-lg-360px {
		width:360px;
	}
	
	.w-lg-362px {
		width:362px;
	}
	
	.h-lg-100 {
		height:100%;
	}
	
	.h-lg-100vh {
		height:100vh;
	}
	
	.overflow-lg-hidden {
		overflow:hidden;
	}
	
	.overflow-lg-y-auto {
		overflow-y:auto;
		overflow-x:hidden;
	}
	
	.overflow-lg-y-auto-important {
		overflow-y:auto !important;
		overflow-x:hidden !important;
	}
	
	.overflow-lg-y-hidden {
		overflow-y:hidden;
	}
	
}

@media (min-width:1200px) {
	
	.me-xl-12px {
		margin-right:12px;
	}
	
	.min-width-xl-167px {
		min-width:167px;
	}
	
	.w-xl-131px {
		width:131px;
	}
	
	.w-xl-196px {
		width:196px;
	}
	
	.w-xl-362px {
		width:362px;
	}
	
	.flex-xl-1 {
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
	
}

@media (max-width:1199px) {
	
	.site-main .mepr-account-container button.mpca-course-sub-account-progress {
		font-size:10px;
		line-height:normal;
		padding: 5px 10px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}
	
}

@media (max-width:991px) {
	
	.site-header .profile-menu__hamburger {
		color: #203345 !important;
	}
	
	#mepr-account-nav.mepr-nav .mepr-nav-item a {
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.row.mepr-account-container {
		min-height:0;
	}
	
	#mepr-account-nav.open {
		margin-bottom:12px;
	}
	
}

@media (max-width:767px) {
	
	.mepr-pro-account-table__col-actions .mepr-tooltip-content {
		width:97vw;
	}
	
}

@media (max-width:575px) {
	
	#mpca_sub_account_search {
		width: 100%;
	}
	
}
