/* general */
html *:not(#appleid-signin *) {
	font-family: "DM Sans", sans-serif;
}

html .logged-in-external .fa-solid {
	font-family: "Font Awesome 6 Free" !important;
}

/* header */
#site-header {
	background-color: transparent;
	position: absolute;
	width: 100%;
}

.page:not(.home) header#site-header, .blog #site-header{
	background: url('/wp-content/uploads/bg-jumbotron.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative !important;
}

.header-titles a {
	font-weight: 700;
	display: flex;
	color: #ffffff !important ;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	flex-direction: row;
	align-items: flex-end;
	line-height: 1.2;
}

.header-titles img {
	height: 68px;
}

.header-titles a:hover {
	color: #ffffff !important;
}

.header-navigation-wrapper {
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

ul.primary-menu {
	justify-content: center;
	letter-spacing: 0 !important;
	flex-wrap: unset !important;
}

ul.primary-menu li {
	margin-top: 0 !important;
	margin-left: 53px;
}

ul.primary-menu li:first-child, .menu-buttons li:first-child {
	margin-left: 0 !important;
}

.menu-buttons li {
	list-style-type: none !important;
	width: 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 !important;
	height: 40px;
	align-items: center;
	color: #ffffff;
}

.menu-buttons li.register-menu {
	background-color: #ffffff;
	border-radius: 30px;
	margin-left: 10px !important;
}

.menu-buttons li.register-menu a{
	color: #ff8c43 !important;
}

.menu-buttons {
	display: flex !important;
	flex-direction: row;
}

.secondary-menu {
	max-width: 50%;
}

#site-header li.current_page_item a {
	color: #ffffff;
}

#site-header li a {
	color: #ffffff;
	text-decoration: none !important;
	font-size: 16px !important;
	font-family: "DM Sans", sans-serif;
}

#site-header li.current_page_item a:after {
	border-bottom: 2px solid #fff;
	content: '';
	display: block;
	margin: 0 auto; 
	width: 40%; 
	padding-top: 5px;
}

/* footer */
.footer-group-logo a {
	font-weight: 700;
	display: flex;
	color: #ffffff !important ;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	flex-direction: row;
	align-items: flex-end;
	line-height: 1.2;
}

.footer-group-logo img {
	height: 68px;
}

.footer-group-logo a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.footer-group-logo {
	width: 129px;
	max-width: 50%;
}

#site-footer {
	background: url('/wp-content/uploads/Footer.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 40px !important;
}

.footer-socialmedia a {
	display: flex;
	flex-direction: column;
}

.footer-credits .grid-x.grid-padding-x {
	align-items: center; 
}

#site-footer p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.1px;
}

#site-footer hr {
	max-width: 100% !important;
	color: #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
	margin: 2.5rem auto !important;
}

.footer-logo .cell.small-12.medium-6.large-7 {
	padding-left: 0 !important;
}

.footer-logo .cell.large-5 {
	padding-right: 0 !important;
}

.footer-copyright span:before {
	content: '';
	border-right: 1px solid #ffffff;
	margin: 0 7px 0px 5px;
}

.footer-copyright a {
	color: #ffffff !important;
}

.footer-copyright a:hover {
	text-decoration: none !important;
}

.footer-socialmedia i {
	color: #ffffff;
	font-size: 16px;
}

.footer-socialmedia {
	display: flex;
	flex-direction: row;
	justify-content: end;
}

.footer-socialmedia div {
	margin-right: 15px;
}

.footer-socialmedia div:last-child {
	margin-right: 0 !important;
}

.footer-credits .cell.small-12.medium-6.large-3 {
	padding-right: 0 !important;
}

.footer-credits .cell.small-12.medium-6.large-9 {
	padding-left: 0 !important;
}

.footer-secondary li {
	list-style-type: none;
}

.footer-secondary li a {
	color: #ffffff !important;
	font-size: 18px;
}

.footer-secondary ul.sub-menu {
	margin-left: 0;
}

.footer-secondary li a:hover {
	text-decoration: none !important;
}

.footer-secondary .menu-item-has-children>a {
	font-size: 20px !important;
	text-transform: uppercase;
	letter-spacing: 0.1px;
}

.footer-main-menu li {
	flex-basis: 12rem;
}

.footer-main-menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-secondary ul.sub-menu a {
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.1px;
}

.footer-main-menu a[href="#"] {
	pointer-events: none;
}

.subscription-block h3 {
	color: #ffffff;
	font-size: 20px !important;
	text-transform: uppercase;
	margin-top: 13px;
	letter-spacing: 0.1px;
}

#site-footer .subscription-block p {
	margin-top: 2rem;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1px;
}

legend.frm_screen_reader {
	display: none !important;
}

.fp-sub-email input{
	background-color: #FFFFFF33 !important;
	border: 0 !important;
	border-radius: 50px !important;
	height: 58px !important;
	padding: 10px 20px !important;
	color: #ffffff !important;
	margin-bottom: 15px;
	font-size: 16px !important;
}

.fp-sub-email input::placeholder {
	color: #ffffff !important;
	letter-spacing: 0 !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 16px !important;
}

.fp-sub-email {
	margin-top: 30px;
	margin-bottom: 10px !important;
}

.fp-sub-email button {
	border-radius: 30px !important;
	background-color: #ffffff !important;
	color: #FF7327 !important;
	border: 0 !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 13px 20px;
	cursor: pointer;
}

.fp-sub-email input:focus {
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.6) !important;
}

.footer-secondary .frm_style_formidable-style.with_frm_style .frm_error, .footer-secondary .frm_style_formidable-style.with_frm_style .frm_limit_error {
	margin: 10px 5px 0 10px;
	color: #ffffff !important;
	font-family: "DM Sans", sans-serif !important;
}

/* landing page */
.star-row {
	display:inline-flex;
}

/* testimonials swiper */
.testimonial-carousel {
	width: 100%;
	padding: 40px 20px;
}

.testimonial-carousel .swiper-slide {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	min-height: 305px;
}

.testimonial-row {
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 305px;
}

.testimonial-content {
	line-height: 1.6;
	color: #000000;
}

.testimonial-footer {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 20px;
	gap: 12px;
}

.testimonial-image img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonials-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.testimonial-author {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 3px;
	color: #222;
}

.testimonial-star i {
	color: #ffc107;
	font-size: 1rem;
}

.testimonial-row .swiper-pagination {
	margin-top: 30px;
	text-align: center;
}

.testimonial-content p {
	color: #383141;
	font-size: 16px;
	line-height: 1.4;
}

.testimonial-star {
	display: flex;
}

.testimonial-carousel .swiper-pagination-bullet-active {
	background: #ffffff !important;
}

.testimonial-carousel .swiper-pagination {
	position: relative !important;
	bottom: 0 !important;
}

.testimonial-carousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.8);
}

.testimonial-carousel .swiper-pagination-bullet {
	margin: 0 7px !important;
	cursor: pointer;
	background: #FFFFFF !important;
}

@media (max-width: 640px) {
	.testimonial-footer {
		/* 		flex-direction: column;
		text-align: center; */
	}
	.testimonials-group {
		/* 		align-items: center; */
	}
}

/* faq */
#fp-faq p {
	margin-bottom: 0;
}

#fp-faq .e-child {
	padding-top: 0;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#fp-faq .e-n-accordion-item[open] > .e-n-accordion-item-title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; 
}

#fp-faq .e-n-accordion-item[open] {
	border: 2px solid #ff8c43 !important;
	border-radius: 12px;
}

/* form api  */
/* set the country to be AUD only */
#from-dropdown {
	pointer-events: none;
}

#from-dropdown #from-options {
	display: none;
}

#to-dropdown .custom-dropdown-option[data-code="AUD"], #to-dropdown .custom-dropdown-option[data-receiving="false"]{
	display: none !important;
}
/*  */
.remit-card * {
	font-family: "DM Sans", sans-serif !important;
}

.remit-card select, .remit-card input {
	border: 0 !important;
	font-size: 22px;
	padding: 0 !important;
}

.remit-breakdown {
	font-size: 14px;
	margin: 10px 0;
}

.remit-result {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.remit-button {
	background: orange;
	color: white;
	padding: 12px;
	border: none;
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
	font-weight: bold;
}

#send-now {
	width: 100%;
	padding: 16px;
	background: #ff8c43;
	color: #ffffff;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	position: absolute;
	bottom: 30px;
	width: 420px;
	text-decoration: none !important;
}

#send-now:hover {
	text-decoration: none !important;
	cursor: pointer;
}

#fee-summary {
	font-size: 16px;
	background: #ffffff;
	margin: 40px 0 20px 0;
	color: #000000;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.remit-card label {
	font-size: 16px;
	color: #000000;
	font-weight: 400 !important;
	margin: 0 !important;
	line-height: 1rem;
}

.remit-card {
	max-width: 480px;
	margin-left: auto;
	padding: 30px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.05);
	font-family: sans-serif;
	min-height: 500px;
	position: relative;
}

.remit-section {
	margin-bottom: 20px;
}

.remit-label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	color: #333;
}

.remit-amount-group {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 6px 0 12px;
	border-radius: 6px;
	border: 1px solid #868685;
	height: 100%;
	padding: 15px !important;
}

.remit-amount-input {
	flex: 1;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 12px;
	font-size: 16px;
}

.custom-dropdown {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:relative;
	cursor: pointer;
}

.custom-dropdown-toggle {
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.custom-dropdown-toggle span.tw-icon.tw-icon-chevron-down {
	margin-left: 10px;
}

.custom-dropdown-toggle img {
	width: 24px;
	height: 16px;
	margin-right: 8px;
	object-fit: contain;
	border-radius: 2px;
}

.custom-dropdown-menu {
	position: absolute;
	top: 100%;
	left: -10px;
	width: 350px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 12px;
	margin-top: 15px;
	z-index: 999;
	display: none;
	-webkit-box-shadow: 0 0 40px rgba(69, 71, 69, .2);
	box-shadow: 0 0 40px rgba(69, 71, 69, .2);
}

@media (max-width:1540px) {
	.custom-dropdown-menu {
		width: 260px;
	}
}

.custom-dropdown-options-wrapper {
	max-height: 400px;
	overflow-y: auto;
}

.custom-dropdown-option {
	display: flex;
	align-items: center;
	padding: 13px 12px;
	cursor: pointer;
	transition: background 0.2s;
	font-size: 16px;
}

.custom-dropdown-option:hover {
	background: #f0f0f0;
}

.custom-dropdown-option img {
	width: 24px;
	height: 16px;
	margin-right: 8px;
	object-fit: contain;
}

.remit-amount-group [type=color]:focus, .remit-amount-group [type=date]:focus, .remit-amount-group [type=datetime-local]:focus, 
.remit-amount-group [type=datetime]:focus, .remit-amount-group [type=email]:focus, .remit-amount-group [type=month]:focus, 
.remit-amount-group [type=number]:focus, .remit-amount-group [type=password]:focus, .remit-amount-group [type=search]:focus, 
.remit-amount-group [type=tel]:focus, .remit-amount-group [type=text]:focus, .remit-amount-group [type=time]:focus, 
.remit-amount-group [type=url]:focus, .remit-amount-group [type=week]:focus, .remit-amount-group textarea:focus {
	box-shadow: none !important;
}

.remit-amount-group input[type=number]::-webkit-inner-spin-button,
.remit-amount-group input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.remit-amount-group input[type=number] {
	-moz-appearance: textfield; 
}

.custom-dropdown-toggle #to-selected, .custom-dropdown-toggle #from-selected {
	font-size: 16px !important;
}

.total-fees, .total-amount, .current-rate {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.amount-number {
	font-weight: 900;
}

.amount-number:before {
	font-family: 'Font Awesome 6 Free';
	margin-right: 10px;
	color: #a8a8a8;
}

.total-fees .amount-number:before {
	content: '\f056';
}

.total-amount .amount-number:before {
	content: "=";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 19px;
	border-radius: 50%;
	background-color: #a8a8a8;
	color: #ffffff;
	font-size: 9px;
}

.current-rate .amount-number:before {
	content: '\f057';
}

.total-amount .amount-number {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.error-message {
	height: 25px;
	display: flex;
	color: #FF0000;
}

.validation-message {
	color: #e74c3c;
	font-size: 0.8em;
	margin-top: 5px;
	display: none;
}

.spinner {
	animation: rotate 1s linear infinite;
}

span.button-spinner {
	color: #ffffff !important;
}

.spinner .path {
	stroke: #ffffff !important;
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out infinite;
}

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

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

/* rfi form */

.rfi-form-wrapper button {
	cursor: pointer;
	width: 100%;
	padding: 16px;
	background: #ff8c43;
	color: #000000;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none !important;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.rfi-form-wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}

.rfi-form-wrapper * {
	font-family: "DM Sans", sans-serif;
}

.rfi-form-wrapper h2 {
	font-size: 35px;
	line-height: 1;
	margin-bottom: 30px;
	margin-top: 20px;
}

.form-field label {
	font-size: 20px;
}

.upload-block {
	margin-bottom: 1.5rem;
}

.upload-label {
	display: block;
	padding: 2rem;
	border: 2px dashed #ccc;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.upload-label:hover {
	border-color: #999;
	background: #f9f9f9;
}

.upload-input {
	display: none;
}

.upload-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.upload-icon {
	width: 48px;
	height: 48px;
	fill: #666;
}

.upload-text {
	font-size: 1.1rem;
	color: #333;
}

.upload-hint {
	color: #666;
	font-size: 0.9rem;
}

.file-preview {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.file-preview-item {
	background: #f0f0f0;
	padding: 0.5rem;
	border-radius: 4px;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.file-preview-item-remove {
	color: #ff4444;
	cursor: pointer;
}

.upload-label.dragover {
	border-color: #0066cc;
	background-color: rgba(0, 102, 204, 0.05);
}

.upload-label.uploaded {
	border-color: #4CAF50;
	background-color: rgba(76, 175, 80, 0.1);
	transition: all 0.3s ease;
}

@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

.upload-success-message {
	color: #4CAF50;
	animation: fadeOut 2s ease-in-out forwards;
	animation-delay: 1s;
}

#rfi-dynamic-form input[type="text"] {
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}

#rfi-dynamic-form input[type="text"]::placeholder {
	font-size: 16px;
}

.rfi-form-wrapper .form-field {
	margin-bottom: 30px;
}

.rfi-body {
	background: url(/wp-content/uploads/section-6.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: top;
	min-height: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/* sign in */
.page-id-353, .page-id-405 {
	background: url(/wp-content/uploads/bg-jumbotron.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-id-353 header#site-header, .page-id-353 .footer-logo, .page-id-353 .footer-secondary, .page-id-353 #site-footer hr, 
.page-id-405 .footer-logo, .page-id-405 .footer-secondary, .page-id-405 #site-footer hr, .page-id-405 header#site-header{
	display: none;
}

.page-id-353 footer#site-footer, .page-id-405 footer#site-footer {
	background: none !important;
}

.minimalist-footer * {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500 !important;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
}

.login-link a {
	text-decoration: underline !important;
}

.page-id-353 p, .page-id-405 p {
	font-weight: 500 !important;
	font-family: "DM Sans", sans-serif !important;
}

.login-form label, .register-form div, .register-form label {
	color: #ffffff !important;
	font-family: "DM Sans", sans-serif !important;
}

.frm_show_password_wrapper input[type=password], .frm_show_password_wrapper input[type=text] { 
	font-family: "DM Sans", sans-serif !important;
}

.register-form .with_frm_style .frm_hidden_container .frm_primary_label, .register-form .with_frm_style .frm_pos_hidden, .register-form .frm_hidden_container .frm_primary_label {
	visibility: visible !important;
}

.login-form button.frm_button_submit, .register-form button.frm_button_submit, .register-form button.frm_prev_page{
	background: #ffffff !important;
	border-color: #ff8c43 !important;
	color:  #ff8c43 !important;
	box-shadow: none !important;
	border-radius: 8px !important;
	width: 100% !important;
	padding: 13px !important;    
	font-size: 16px !important;
	margin-top: 20px !important;
}

.login-form  #frm_field_7_container.login {
	visibility: visible !important;
	overflow: visible !important;
	position: relative !important;
	height: 100%;
}

.login-form button.frm_button_submit:hover, .register-form button.frm_button_submit:hover, .register-form button.frm_prev_page:hover, 
.register-form .frm_style_formidable-style.with_frm_style .frm_rootline input[type="button"]:hover {
	text-decoration: none !important;
}

.login-form input, .register-form input, .register-form select {
	border: 0 !important;
	font-family: "DM Sans", sans-serif !important;
}

.login-form .form-field , .register-form .form-field {
	margin-bottom: 30px !important;
}

.login-form .form-field.login {
	margin-bottom: 0 !important;
}

.login-form button.frm_show_password_btn, .register-form button.frm_show_password_btn {
	color: #ff8c43 !important;
}

.login-form.frm_loading_prev .frm_prev_page, .login-form.frm_loading_form .frm_button_submit, .frm_style_formidable-style.with_frm_style .frm_submit button[disabled] {
	color: #ff8c43 !important;
	text-decoration: none !important;
}

.login-form.frm_loading_form .frm_button_submit {
	color: #ffffff !important;
}

.login-form .frm_button_submit[disabled]:before {
	border-color: #ff8c43 !important;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	margin-left: -12px;
}

.login-form.frm_loading_form .frm_button_submit, .frm_style_formidable-style.with_frm_style .frm_submit button[disabled] {
	color: #ffffff !important;
}

.register-form .frm_forms .frm_rootline input.frm_page_back:hover {
	text-decoration: none !important;
}

.frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
	color: #000000 !important;
	font-size: 14px;
	font-family: "DM Sans", Sans-serif !important;
}

.frm_error_style * {
	font-family: "DM Sans", Sans-serif !important;
}

select#field_billing_country , select#field_residence_country_id{
	padding-right: 30px;
}

.register-form .frm_error_style div {
	color: #F04438 !important;
}

#frm_form_6_container .frm_submit {
	display: inline-flex;
	grid-gap: 0 2%;
}

#frm_field_60_container .frm_submit {
	width: 100%;
}

.register-form li.frm_rootline_single.frm_current_page input {
	transform: scale(1.3);
}

.register-form  .frm_forms .frm_rootline input.frm_page_back {
	background-color: #9EBFE2 !important;
}

.register-form .frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"] {
	color: #ff8c43 !important;
}

/* logged in environment */
.logged-in-external .internal,  .logged-out-external .external  {
	display: flex;
}

.logged-in-external .external, .logged-out-external .internal , 
.logged-in-external:not(.home) .header-navigation-wrapper, .logged-in-external:not(.home) .secondary-menu, .logged-out-external .logged-header,
.logged-in-external.home .logged-header, .logged-in-external:not(.home) .normal-header, .logged-in-external:not(.home) footer#site-footer,
#site-header .internal.current_page_item a:after{
	display: none;
}

.logged-in-external:not(.home) header#site-header {
	background: none !important;
}

.header-titles .logged-header a, .logged-in-external .internal a {
	color: #ff8c43 !important;
}

.logged-in-external .header-inner {
	justify-content: space-between !important;
}

.logged-in-external .internal {
	justify-content: flex-end;
	width: unset !important;
	margin-right: 20px !important;
}

.home.logged-in-external .internal {
	width: 50px !important;
}

.logged-in-external .internal:last-child {
	margin-right: 0 !important;
}

.header-titles .logged-header p {
	margin-bottom: 0;
	width: 50px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.home.logged-in-external .internal a {
	color: #ffffff !important;
}

.home .dashboard:before {
	content: '\e1b0';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #ffffff;
	font-size: 30px;
}

.home .dashboard a {
	opacity: 0;
	position: absolute;
}

.logged-in-external .secondary-menu .my-profile {
	display: block !important;
	width: 100% !important;
}

.logged-in-external .secondary-menu {
	display: block !important;
}

.logged-in-external .secondary-menu li {
	display: none !important;
}

.logged-in-external .secondary-menu li a {
	color: #ff8c43 !important;
}

/* user sidebar */
.user-sidebar .current_page_item, .user-sidebar .current-page-ancestor, .user-sidebar .current-menu-item a {
	background-color: #FFF9F1 !important;
}

.user-sidebar .current_page_item a, .user-sidebar .current-page-ancestor a{
	color:#ff8c43 !important;
	border-radius: 30px;
}

.user-sidebar li {
	list-style-type: none;
	/* 	line-height: 1.2; */
	font-size: 18px;
	/*     margin-bottom: 20px; */
	padding: 10px 30px;
	border-radius: 30px;
}

.user-sidebar a {
	display: flex;
	flex-direction: row;
	color: #000000;
}

.user-sidebar a:before {
	width: 20px;
	margin-right: 15px;
	object-fit: cover;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	transform: none !important;
	background-color: unset !important;
	opacity: 1 !important;
}

.user-sidebar a:hover, .user-sidebar a:focus{
	color: #ff8c43 !important;
}

.user-sidebar a:hover:before {
	color: #f2662c;
}

/* .logged-in-home a:before {
content: '\f4d3';
font-weight: 900;
font-family: 'Font Awesome 6 Free';
color: #f2662c;
}

.transactions a:before {
content: '\f543';
font-weight: 900;
font-family: 'Font Awesome 6 Free';
color: #f2662c;
}

.beneficiaries a:before {
content: '\f5bf';
font-weight: 900;
font-family: 'Font Awesome 6 Free';
color: #f2662c;
}

.dashboard a:before {
content: '\f2bd';
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: #f2662c;
}

.logout a:before {
content: '\f2f5';
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: #f2662c;
} */

/* transactions */
.transaction-card {
	border: 1px solid #FFF9F1;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.transaction-card p {
	margin: 4px 0;
	font-size: 18px;
}

.transaction-card p.ref-no {
	font-size: 20px;
	font-weight: 900;
}

.transaction-card .cell.medium-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
}

.transaction-card p.status {
	margin-right: 30px;
	text-transform: uppercase;
}

.transaction-card p.is_paid.not-paid-red, .transactions-details  p.is_paid.not-paid-red{
	color: #ed1b24;
}

.transaction-card p.is_paid.paid-green, .transactions-details  p.is_paid.paid-green, #transaction-detail-content p.is_paid.paid-green{
	color: #3BB143;
}

.filter-block label, #transactions-table-container p {
	font-size: 18px;
}

.filter-block input , .filter-block select{
	font-size: 17px; 
	cursor: pointer;
	border-radius: 8px;
}

button#filter-button {
	background-color: #ff8c43;
	border-radius: 8px;
	font-size: 16px;
	padding: 15px 40px;
	cursor: pointer;
	width: 100%;
}

button#filter-button:hover, button#filter-button:focus , #pagination-controls button.pagination-btn:hover, #pagination-controls button.pagination-btn:focus{
	text-decoration: none !important;
}

.filter-block input#filter-monthyear {
	display: inline !important;
	padding: 0.5rem !important;
	background-color: #ffffff;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMjQiPjxwb2x5Z29uIHBvaW50cz0iMCwwIDMyLDAgMTYsMjQiIHN0eWxlPSJmaWxsOiByZ2IoMTM4LCAxMzgsIDEzOCkiPjwvcG9seWdvbj48L3N2Zz4=);
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem !important;
}

.gif-spinner-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
}

.transaction-card p.status.initial, .transaction-card p.status.pending {
	color: #FF9800;
	font-weight: 700;
}

.transaction-card p.status.failed{
	font-weight: 700;
	color: #D30000;
}

.transaction-card p.status.completed {
	font-weight: 700;
	color: #3BB143;
}

.flatpickr-current-month {
	font-family: "DM Sans", sans-serif !important;
}

.flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-month.endRange {
	background-color: #ff8c43;
	border-color: #ff8c43;
}

.flatpickr-monthSelect-months span {
	width: calc(40% - 1.875rem);
}

.flatpickr-calendar {
	width: 350px;
}

span.arrowUp, span.arrowDown {
	display: none;
}

.numInputWrapper {
	pointer-events: none !important;
}

/*  beneficiaries  */
input#beneficiary-search {
	padding: 15px !important;
	font-size: 18px;
	height: 50px;
}

.flag-with-name img {
	width: 24px;
	height: 16px;
	margin-right: 8px;
	object-fit: contain;
}

.beneficiary-card .flag-with-name {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 8px !important;
}

p.full-name {
	margin: 0 !important;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1;
}

.beneficiary-card * {
	font-size: 18px !important;
	margin-bottom: 0 !important;
}

#beneficiaries-container .beneficiary-card {
	border: 1px solid #FFF9F1;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}

.bene-status {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.row-top {
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
}

.row-title h1 {
	font-size: 35px;
	font-weight: 600;
}

.row-top img {
	object-fit: contain;
}

.row-top {
	margin-bottom: 20px;
}

.bene-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.no-bene {
	min-height: 350px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.btn-add-bene {
	display: inline-block;
	padding: 10px 16px;
	background-color: #ff8c43;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	font-size: 18px;
	margin: 20px auto;
	/*     width: 100%; */
	text-align: center;
	border: 1px solid #ff8c43;
}

.btn-add-bene:hover, .btn-add-bene:focus, .btn-add-bene:active, 
button#filter-button:hover, button#filter-button:focus, button#filter-button:active {
	background-color: #FFF9F1;
	color: #ff8c43 !important;
	text-decoration: none;
}

.bene-not i {
	color: #D30000;
	width: 25px;
}

.bene-trusted i {
	color: #3BB143;
	width: 25px;
}

.bene-trusted i:before, .bene-not i:before{
	font-size: 20px;
}

/*  pagination row */
.entries-show {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pagination-right {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

label.entriesPerPage {
	/* width: 100%; */
	text-align: center;
}

select#per-page-selector {
	margin-bottom: 0;
	border-radius: 8px;
	padding-right: 25px !important;
	width: 60px;
	text-align: center;
	display: flex;
	margin-left: 10px;
}

div#pagination-controls button.pagination-btn {
	color: #000000;
	font-size: 16px;
	padding: 10px;
	/* background-color: #FFF9F1; */
	border: 1px solid #cccccc;
	border-radius: 8px;
	letter-spacing: 0;
	min-width: 70px;
	cursor: pointer;
	height: 39px;
	font-weight: 500;
}

div#pagination-controls button.pagination-btn.next {
	margin-left: 20px;
}

.pagination-left, #transactions-range-info{
	font-size: 16px;
}

div#pagination-controls {
	display: flex;
}

/* transaction detail template */
.page-template-page-transaction .wrapper, .page-template-page-beneficiary .wrapper, .page-template-transaction-history .wrapper {
	max-width: 1240px;
	margin: 0 auto;
	margin-top: 50px;
}

.page-template-page-transaction .container .user-sidebar nav:nth-child(2), .page-template-page-beneficiary .container .user-sidebar nav:nth-child(2), .page-template-transaction-history .container .user-sidebar nav:nth-child(2){
	display: none;
}

.transactions-details p.status.initial, .transactions-details p.status.pending{
	color: #FF9800;
	text-transform: uppercase;
}

.transaction-card p.status.failed, .transactions-details p.status.failed, .transaction-card p.status.cancelled, .transactions-details p.status.cancelled{
	text-transform: uppercase;
	color: #ed1b24;
	font-weight: 700;
}

.transaction-card p.status.completed, .transactions-details p.status.completed{
	text-transform: uppercase;
	color: #3BB143;
}

#transaction-detail-content * {
	font-size: 18px !important;
}

#transaction-detail-content  p.payout-method, select#payout_method {
	text-transform: capitalize;
}

#transactions-table-container .transaction-card p.status {
	margin-right: 0 !important;
}

.user-sidebar ul#menu-1-8a191b4 {
	margin-left: 0;
}

#transaction-detail-content h3 {
	font-size: 20px !important;
	font-weight: 600;
	margin-bottom: 15px !important;
}

.page-template-page-transaction .user-sidebar nav {
	margin-right: 27.5px;
}

.page-template-page-transaction .container .user-sidebar li {
	padding: 10px 20px !important;
	height: 46px;
}

.bene-buttons {
	display: flex;
	flex-direction: row;
	column-gap: 50px;
	margin: 70px 0 30px 0;
}

.paid-row, .not-paid-row, .cancel-row {
	width: 100%;
}

button#mark-as-paid-btn, button#mark-as-unpaid-btn, button#cancel-transaction-btn {
	width: 100%;
	border-radius: 8px;
}

button#mark-as-paid-btn .button-text, button#mark-as-unpaid-btn .button-text, button#cancel-transaction-btn .button-text {
	font-size: 16px !important;
}

button#cancel-transaction-btn:hover {
	border: 1px solid #a53b2a;
	color: #a53b2a;
	background-color: #ffffff;
}

button#mark-as-paid-btn:hover, button#mark-as-unpaid-btn:hover, button#cancel-transaction-btn:hover, button#mark-as-paid-btn:focus, button#cancel-transaction-btn:focus , button#back-home:hover, button#back-home:focus{
	text-decoration: none !important;
}

button#mark-as-paid-btn, button#mark-as-unpaid-btn {
	background-color: #ff8c43 !important;
}

button#mark-as-paid-btn:hover, button#mark-as-unpaid-btn:hover {
	background-color: #ffffff !important;
	border: 1px solid #ff8c43 !important;
	color: #ff8c43 !important;
}

button#submit-transaction-btn .button-text {
	font-weight: 600;
}

button#cancel-transaction-btn:hover span.button-spinner {
	color: #a53b2a !important;
}

button#mark-as-paid-btn:hover .button-spinner, button#mark-as-unpaid-btn:hover .button-spinner {
	color: #ff8c43 !important;
}

/*  create beneficiary  */
.bene-title h1 {
	font-size: 35px;
	font-weight: 600;
	text-align: center;
}

.bene-top {
	margin-bottom: 70px;
}

.bene-title {
	position: relative;
}

.bene-title img {
	position: absolute;
	top: 25%;
}

.bene-field {
	margin-bottom: 15px;
}

.bene-field input, .bene-field select{
	cursor: pointer;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 20px;
	height: 39px;
	border-radius: 8px;
	width: 100%;
}
.bene-field select {
	padding-right: 30px;
}

.bene-field label {
	font-size: 18px !important;
}

.bene-submit, .trans-submit, #submit-beneficiary-inline{
	border-radius: 8px !important;
	width: 100%;
	margin-top: 20px !important;
	background-color: #ff8c43 !important;
	font-size: 16px !important;
	font-weight: 500;
	padding: 13px !important;
	min-height: 44px;
	cursor: pointer;
	border: 1px solid #ff8c43 !important;
}

.bene-submit:hover, .bene-submit:focus, .trans-submit:hover, .trans-submit:focus,
#submit-beneficiary-inline:hover, #submit-beneficiary-inline:focus{
	text-decoration: none !important;
	background-color: #FFF9F1 !important;
	color: #ff8c43 !important;
}

.bene-field input {
	margin-top: 10px;
}

option, strong{
	font-family: "DM Sans", sans-serif !important;
}

p, button{
	font-size: 18px;
}

/* bene form progress */
.form-progress {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.form-progress .step {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	transition: background-color 0.3s ease;
	border-color: rgba(235, 235, 235, 1) !important;
	background-color: #EAECF0;
	font-family: "DM Sans", sans-serif !important;
	font-size: 17px;
	color: #000000 !important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-progress .step.active {
	background-color: #ff8c43;
	color: #ffffff !important;
	font-size: 15px;
}

.form-step {
	display: none;
}

.form-step.active {
	display: block;
}

.form-progress .step:after {
	height: 1px;
	background: rgba(234,236,240,1);
	content: '';
	position: absolute;
	top: calc((40px / 2) - 1px);
	left: 40px;
	width: 410px;
	z-index: -1;
}

.form-progress .step:last-child:after {
	display: none;
}

.step-1 .button-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

button.form-next-btn {
	background: #ff8c43 !important;
	border-color: #ff8c43 !important;
	color: #ffffff !important;
	box-shadow: none !important;
	border-radius: 8px !important;
	width: 100% !important;
	padding: 13px !important;
	font-size: 16px !important;
	margin-top: 20px !important;
	cursor: pointer;
	min-height: 44px;
}

.forms-buttons {
	display: flex;
	flex-direction: row;
	gap: 50px;
}

button.form-prev-btn {
	background: #ffffff !important;
	border: 1px solid #ff8c43 !important;
	color: #ff8c43 !important;
	box-shadow: none !important;
	border-radius: 8px !important;
	width: 100%;
	padding: 13px !important;
	font-size: 16px !important;
	margin-top: 20px !important;
	cursor: pointer;
	min-height: 44px;
}

button.form-prev-btn:hover, button.form-next-btn:hover {
	text-decoration:none !important;
}

button.form-next-btn:hover {
	background-color: #FFF9F1 !important;
	color: #ff8c43 !important;
	border: 1px solid #ff8c43 !important;
}

button.form-next-btn[disabled] {
	cursor: not-allowed;
	opacity: 0.6;
}

.step.completed {
	background-color: #9EBFE2 !important;
	color: #ffffff !important;
}

.field-error {
	color: red;
	font-size: 13px;
	display: none;
	margin-top: 3px;
}

/* beneficiary success  */
.page-id-1223 .normal-header {
	display: block !important;
	width: 130px;
}

.page-id-1223.logged-in-external header#site-header {
	background-color: #ff8c43 !important;
}

.page-id-1223 .logged-header {
	display: none;
}

.success-headings h2{
	letter-spacing: 1.2px;
}

/* personal details */
.email-shortcode p{
	font-size: 15px !important;
	margin-bottom: 0 !important;
}

.personal-details p {
	margin-bottom: 0 !important;
}

#details .elementor-icon-box-wrapper:after {
	content: '\f105';
	position: absolute;
	right: 0;
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	color: #000000;
	font-size: 20px;
}

#details .elementor-icon-box-wrapper {
	position: relative;
}

/* user profile */
.user-profile button {
	opacity: 0.5;
}

.user-avatar img {
	border-radius: 50px !important;
}

.user-avatar {
	margin-bottom: 20px;
}

.user-profile {
	margin: 0 auto;
	line-height: 1.6;
}

.user-profile h3 {
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 600;
}

.user-top-details p {
	font-size: 20px;
	margin: 0;
}

hr:before, hr:after {
	display: none !important;
}

hr {
	color: #cbcccc !important;
	height: 1px !important;
	background: linear-gradient(to left, currentColor calc(50% - 16px), currentColor calc(50% + 16px)) !important;
}

.user-profile select, .user-profile input {
	border-radius: 8px;
	height: 39px !important;
}

.user-profile input {
	padding: 5px 10px;
	font-size: 16px;
}

.user-profile label {
	font-size: 17px;
}

.user-profile .field {
	margin-bottom: 10px;
}

.user-profile .field:first-child {
	margin: 0 !important;
}

.total-fields {
	margin: 30px 0 50px 0 !important;
}

.total-fields p {
	margin-bottom: 10px;
}

button.btn-add-bene {
	border-radius: 8px;
	width: 100% !important;
	height: 50px;
	cursor: pointer;
}

button.btn-add-bene:hover {
	text-decoration: none !important;
}

.user-profile a.btn-add-bene {
    width: fit-content;
    display: flex;
}

/* user home */
.currency-calculator .remit-card {
	max-width: 100% !important;
	padding: 30px 0;
	box-shadow: none !important;
	border-radius: 0 !important;
	background: transparent;
}

.currency-calculator #send-now {
	width: 100% !important;
	border-radius: 8px !important;
	color: #ffffff;
	position: relative;
	bottom: 0;
	margin-top: 20px;
	border: 1px solid #ff8c43;
}

.currency-calculator, .transaction-summary, .beneficiary-summary {
	margin-bottom: 30px !important;
}

.currency-calculator #send-now:hover {
	background-color: #FFF9F1;
	color: #ff8c43 !important;
}

.summary-card h2, .user-name h2 {
	font-weight: 700;
	font-size: 22px;
	cursor: default;
}

.summary-card a, .summary-card a:hover, .summary-card a:focus{
	color: #000000;
	text-decoration: underline !important;
	font-size: 17px;
}

.summary-card .summary-all {
	display: flex;
	justify-content: flex-end;
}

.transaction-row p, .beneficiary-summary p{
	font-size: 18px;
}

.status-date {
	display: flex;
}

.status-date p:first-child:after {
	content: '|';
	margin: 0 10px;
	color: #cbcccc;
}

.transaction-summary p.status , .transaction-summary p.cancelled, .transaction-summary p.failed, .transaction-summary p.pending, .transaction-summary p.completed{
	margin-right: 0 !important;
	text-transform: unset !important;
	font-weight: 500 !important;
}

.bene-block  .swiper-button-next, .bene-block  .swiper-button-prev {
	color: #ff8c43;
}

.bene-block {
	position: relative;
}

.bene-block .swiper-button-next::after {
	justify-content: end;
}

.bene-block .swiper-button-prev::after{
	justify-content: start;
}

.bene-block .swiper-button-prev::after, .bene-block .swiper-button-next::after {
	font-weight: 900;
	display: flex;    
	font-size: 22px !important;
}

.trust-active p , .trust-active .bene-trusted i:before, .trust-active .bene-not i:before{
	font-size: 14px !important;
}

.trust-active .bene-not i, .trust-active .bene-trusted i {
	width: 18px;
}

.bene-block .bene-initials .initials {
	background-color: #eeeeee;
	padding: 15px 20px;
	border-radius: 50px;
	width: fit-content;
	margin: 20px auto;
}

.bene-block .bene-initials .initials p {
	font-size: 25px !important;
	font-weight: 700;
}

.bene-initials {
	position: relative;
}

.bene-block .flag img {
	border-radius: 50%;
	width: 2rem !important;
	height: 2rem;
	object-fit: cover;
	border: 3px solid #fff;
	object-position: center center;
}

.bene-block .flag {
	position: absolute;
	right: 30px;
	bottom: 0;
}

.bene-initials {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}

.bene-block .flag-with-name {
	justify-content: center;
	margin-top: 20px;
}

.bene-block p.full-name {
	text-align: center;
}

/*  create transaction  */
#create-transactions-form .currency-calculator .remit-card {
	padding: 0 !important;
	min-height: 400px;
}

#funds-form select {
	border-radius: 8px;
	padding: 0px 30px 0px 20px;
	font-size: 16px;
}

#funds-form label {
	font-size: 18px;
}

/* create transaction progress steps */
.progress-bar-wrapper {
	margin-bottom: 20px;
	position: relative;
}

.progress-bar-bg {
	background-color: #eee;
	height: 2px;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: -1;
}

.progress-bar-fill {
	height: 100%;
	width: 0%;
	background-color: #9EBFE2;
	transition: width 0.3s ease;
}

.progress-step.completed {
	background-color: #9EBFE2 !important;
}

.progress-step {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ff8c43;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	/*     font-weight: bold; */
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.progress-step.active {
	background-color: #ff8c43;
	transform: scale(1.3);
	color: #ffffff;
	border-color: #ff8c43;
}

/* total summary */
.total.total-text p, .amount-number {
	font-size: 18px;
	margin-bottom: 0;
}

.summary-total {
	background-color: #9EBFE2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	/* border: 1px solid #9EBFE2; */
	border-radius: 8px;
	padding: 20px 15px;
	margin-bottom: 15px;
	color: #ffffff;
}

.total.amount .amount-number {
	text-align: end;
	font-size: 24px;
}

.total.total-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* bene in transaction */
.bene-add-trans a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bene-add-trans p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 0;
	margin-left: 10px;
}

.bene-add-trans {
	margin: 40px 0;
}

.bene-transaction .beneficiary-card {
	cursor: pointer;
	border: 2px solid #FFF9F1;
}

.bene-transaction .beneficiary-card.selected {
	border: 2px solid #9EBFE2;
	background-color: #eef6ff;
}

.bene-transaction .no-bene {
	font-size: 20px;
}

/*  step 3 review*/
.receiver-card p, .receiver-card span, .transfer-card p , .transfer-card span {
	font-size: 18px;
}

.receiver-card span, .transfer-card span {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	text-align: right;
	margin-bottom: 5px;
}

.receiver-name {
	display: flex;
	font-size: 20px;
}

.receiver-name p#step3-receivername {
	margin-right: 8px;
	margin-bottom: 0 !important;
}

.receiver-amount {
	border-radius: 8px;
	padding: 20px 15px;
	margin-bottom: 30px;
	margin-top: 20px;
	color: #ffffff;
	background-color: #9EBFE2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

h5#step3-toreceiver {
	font-size: 30px;
	font-weight: 700;
	margin: 10px 0 !important;
}

.review-section h5 {
	margin-bottom: 15px;
	font-weight: 700;
}

.transfer-card {
	margin-bottom: 30px;
}

.transfer-card hr {
	width: 100%;
	height: 2px !important;
	margin: 20px 0 !important;
}

.transfer-card span#step3-total {
	color: #ff8c43;
	font-weight: 800;
	font-size: 22px;
}

.bene-add-trans {
	padding: 30px 15px;
	background-color: #9EBFE2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	border-radius: 8px;
}

.trans-submit span.button-spinner , .bene-buttons span.button-spinner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.success-msg {
	color: #155724;
	background-color: #d4edda;
	padding: 10px;
	border-radius: 8px;
	font-size: 18px;
	margin: 25px 0 !important;
}

.error-msg {
	color: #721c24;
	background-color: #f8d7da;
	padding: 10px;
	font-size: 18px;
	border-radius: 8px;
	margin: 25px 0 !important;
}

.forms-buttons button[disabled] {
	cursor: not-allowed;
	opacity: 0.7;
}

/* reset password - email */
.page-id-1492, .page-id-1537, .page-id-1578, .page-id-1680, .page-id-2477{
	background: url(/wp-content/uploads/bg-jumbotron.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-id-1492 header#site-header, .page-id-1492 .footer-logo, .page-id-1492 .footer-secondary, .page-id-1492 #site-footer hr, 
.page-id-1537 header#site-header, .page-id-1537 .footer-logo, .page-id-1537 .footer-secondary, .page-id-1537 #site-footer hr, 
.page-id-1578 header#site-header, .page-id-1578 .footer-logo, .page-id-1578 .footer-secondary, .page-id-1578 #site-footer hr,
.page-id-1680 header#site-header, .page-id-1680 .footer-logo, .page-id-1680 .footer-secondary, .page-id-1680 #site-footer hr,
.page-id-2477 header#site-header, .page-id-2477 .footer-logo, .page-id-2477 .footer-secondary, .page-id-2477 #site-footer hr {
	display: none;
}

.page-id-1492 footer#site-footer, .page-id-1537 footer#site-footer, .page-id-1578 footer#site-footer, .page-id-2477 footer#site-footer {
	background: none !important;
}

.page-id-1492 p, .page-id-1537 p, .page-id-1578 p, .page-id-1680 p. .page-id-2477 p{
	font-weight: 500 !important;
}

#custom-reset-form input[type="submit"] {
	color: #ff8c43;
	font-size: 16px !important;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 13px 10px;
	width: 100%;
	margin: 30px 0 20px 0 !important;
	border: 1px solid #ff8c43 !important;
}

#custom-reset-form label{
	color: #ffffff;
}

#custom-reset-form input[type="submit"]:hover {
	text-decoration: none !important;
	color: #ff8c43;
	background-color: #FFF9F1 !important;
}

#custom-reset-form #reset-message, #resend-message {
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 8px;
	margin: 15px 0 !important;
}

#custom-reset-form input#reset_email {
	border-radius: 8px;
	border: 0 !important;
	height: 39px;
	font-size: 16px;
	padding: 20px;
}

#custom-reset-form .message.success,  #resend-container .message.success {
	color: #155724;
	background-color: #d4edda;
}

#custom-reset-form .message.error , #resend-container .message.error  {
	color: #721c24;
	background-color: #f8d7da;
}

button#resend-btn {
	text-align: center;
	font-size: 18px;
	width: 50%;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 8px;
	margin: 0 auto !important;
	color: #ff8c43;
	text-decoration: none;	
	cursor: pointer;
}

div#resend-container {
	text-align: center;
}

div#resend-message {
	width: 300px;
	margin: 25px auto !important;
	text-align: center;
}

button#resend-btn[disabled] {
	cursor: not-allowed;
	color: #ff8c4380;
}

.resend-container {
	min-height: 350px;
	display: flex;
	flex-direction: column !important;
	justify-content: center !important;
}

.footer-link a {
	text-decoration: underline;
}

#change-password-form label {
	color: #ffffff;
	font-size: 16px;
}

#change-password-form input#new_password {
	border-radius: 8px;
	border-color: #ffff;
	font-size: 16px;
}

#change-password-form #submit-btn {
	width: 100%;
	margin: 30px 0 !important;
	background-color: #ffffff;
	border-radius: 8px;
	color: #ff8c43;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
	border: 1px solid #ff8c43 !important;
	height: 47px;
}

#change-password-form #submit-btn:hover, #change-password-form #submit-btn:active, #change-password-form #submit-btn:focus {
	text-decoration: none;	
	background-color: #FFF9F1 !important;
	color: #ff8c43 !important;
}

#change-password-form #toggle-password i:before {
	font-size: 18px;
	color: #f2662c;
}

#change-password-form #toggle-password i {
	display: flex;
}

#change-password-form #toggle-password i.fa-regular.fa-eye-slash {
	transform: rotate(180deg);
}

#change-password-form #toggle-password i, span#submit-spinner i {
	font-family: "Font Awesome 6 Free" !important;
}

#change-message {
	font-size: 15px;
	padding: 10px;
	border-radius: 8px;
}

#change-message.error  {
	color: #721c24;
	background-color: #f8d7da;
}

#change-message.info:before {
	content: '\f06a';
	margin-right: 5px;
	font-family: 'Font Awesome 6 Free' !important;
	font-weight: 900;
	font-size: 20px;
}

#change-message.info {
	color: #ffffff;
	margin-top: 0 !important;
	padding: 0 !important;
	padding-bottom: 10px !important;
	flex-direction: row;
	align-items: center;
}

#change-message.success {
	color: #155724;
	background-color: #d4edda;
}

span#submit-spinner {
	cursor: not-allowed;
	text-align: center;
	width: 100%;
	margin: 30px 0 !important;
	background-color: #ffffff;
	border-radius: 8px;
	color: #ff8c43;
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #ff8c43 !important;
}

/*  */
.page-id-483.logged-in-external header#site-header, .page-id-481.logged-in-external header#site-header, 
.page-id-1616.logged-in-external header#site-header, .page-id-1680.logged-in-external header#site-header, .page-id-1995.logged-in-external header#site-header, .page-id-3763.logged-in-external header#site-header,
.page-id-2249.logged-in-external header#site-header , .page-id-2141.logged-in-external header#site-header, .page-id-2157.logged-in-external header#site-header, .page-id-1831.logged-in-external header#site-header {
	background: url('/wp-content/uploads/bg-jumbotron.svg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center;
	position: relative !important;
}

.page-id-483.logged-in-external .logged-header, .page-id-481.logged-in-external .logged-header, .page-id-1616.logged-in-external .logged-header, .page-id-1680.logged-in-external .logged-header, .page-id-2249.logged-in-external .logged-header, .page-id-2141.logged-in-external .logged-header, .page-id-2157.logged-in-external .logged-header, .page-id-1831.logged-in-external .logged-header, .page-id-1995.logged-in-external .logged-header, .page-id-3763.logged-in-external .logged-header,
.page-id-483.logged-in-external .internal, .page-id-481.logged-in-external .internal , .page-id-1616.logged-in-external .internal, .page-id-1680.logged-in-external .internal, .page-id-2249.logged-in-external .internal, .page-id-2141.logged-in-external .internal, .page-id-2157.logged-in-external .internal, .page-id-1831.logged-in-external .internal, .page-id-1995.logged-in-external .internal, .page-id-3763.logged-in-external .internal {
	display: none;
}

.page-id-483.logged-in-external .normal-header, .page-id-481.logged-in-external .normal-header, .page-id-1616.logged-in-external .normal-header, .page-id-1680.logged-in-external .normal-header, .page-id-2157.logged-in-external .normal-header,
.page-id-2249.logged-in-external .normal-header, .page-id-2141.logged-in-external .normal-header, .page-id-1831.logged-in-external .normal-header, .page-id-1995.logged-in-external .normal-header, .page-id-3763.logged-in-external .normal-header,
.page-id-481.logged-in-external .header-navigation-wrapper, .page-id-1616.logged-in-external .header-navigation-wrapper, .page-id-1680.logged-in-external .header-navigation-wrapper, .page-id-3763.logged-in-external .header-navigation-wrapper,
.page-id-2141.logged-in-external .header-navigation-wrapper, .page-id-2157.logged-in-external .header-navigation-wrapper, .page-id-1831.logged-in-external .header-navigation-wrapper, .page-id-481.logged-in-external .secondary-menu, .page-id-1616.logged-in-external .secondary-menu, .page-id-1680.logged-in-external .secondary-menu, .page-id-2141.logged-in-external .secondary-menu, .page-id-2157.logged-in-external .secondary-menu, .page-id-1831.logged-in-external .secondary-menu,
.page-id-483.logged-in-external #site-footer, .page-id-481.logged-in-external #site-footer, .page-id-1616.logged-in-external #site-footer, .page-id-1680.logged-in-external #site-footer, .page-id-2249.logged-in-external #site-footer, .page-id-2141.logged-in-external #site-footer, .page-id-2157.logged-in-external #site-footer, .page-id-1831.logged-in-external #site-footer, .page-id-1995.logged-in-external #site-footer, .page-id-3763.logged-in-external #site-footer  {
	display: block !important;
}

.page-id-483 span.toggle-icon, .page-id-481 span.toggle-icon, .page-id-1616 span.toggle-icon, .page-id-1680 span.toggle-icon, .page-id-2249 span.toggle-icon, .page-id-2141 span.toggle-icon, .page-id-2157 span.toggle-icon, .page-id-1831 span.toggle-icon, .page-id-63 span.toggle-icon, .page-id-1995.logged-in-external span.toggle-icon {
	color: #ffffff;
}

.page-id-483.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-481.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-1616.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-1680.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-2249.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-2141.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-2157.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-1831.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-63.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-1995.logged-in-external nav.mobile-menu[aria-label="Mobile"], .page-id-3763.logged-in-external nav.mobile-menu[aria-label="Mobile"]{
	display: block !important;
}

.page-id-483.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-481.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-1616.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-1680.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-2249.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-2141.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-2157.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-1831.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-63.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-1995.logged-in-external nav.mobile-menu[aria-label="User"], .page-id-3763.logged-in-external nav.mobile-menu[aria-label="User"]{
	display: none !important;
}

.initial-shortcode .initial {
	background-color: #9EBFE2;
	border-radius: 50%;
	padding: 10px;
	width: 45px;
	margin-right: 10px;
}

.initial-shortcode {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-self: center;
}

.initial-shortcode i {
	/* 	font-family: "Font Awesome 6 Free" !important; */
	margin-left: 10px;
}

.page-id-1223 .initial-fullname p {
	color: #ffffff !important;
}

.initial-shortcode p {
	margin-bottom: 0;
	color: #000000;
}

.initial-shortcode .initial p {
	/* 	color: #9EBFE2 !important; */
}

/* login error  */
.login-error {
	font-size: 18px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	font-size: 18px;
	max-width: 500px;
	margin: 0 auto;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
}

/* subscribe */

#site-footer .frm_message p {
	color: #468847 !important;
}

#site-footer .frm_message {
	margin-bottom: 0 !important;
	margin-top: 15px !important;
}

#site-footer .frm_style_formidable-style.with_frm_style .frm_error_style p {
	color: #F04438 !important;
}

#site-footer .frm_style_formidable-style.with_frm_style .frm_error_style {
	margin-top: 15px;
	margin-bottom: 0 !important;
}

#subscriber-message.error {
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 16px;
	margin: 10px 0;
}

#subscriber-message.success {
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 16px;
	margin: 10px 0;
}

.spinner-icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
}

.nsm7Bb-HzV7m-LgbsSe.hJDwNd-SxQuSe.i5vt6e-Ia7Qfc.uaxL4e-RbRzK {
	border-radius: 8px;
	height: 44px;
	font-size: 15px;
}

span.premium-tootltip-text {
	width: 100% !important;
}

span.premium-tootltip-text button#subscriber-button {
	float: left;
	width: 100%;
}

#inner .fp-sub-email input {
	border: 1px solid #ff8c43 !important;
	color: #000000 !important;
	font-size: 18px !important;
}

#inner button#subscriber-button {
	border: 1px solid #ff8c43 !important;
	font-size: 16px !important;
	color: #ffffff !important;
	background-color: #ff8c43 !important;
}

#inner button#subscriber-button:hover {
	background-color: #ffffff !important;
	color: #ff8c43 !important;
}

#inner .fp-sub-email input::placeholder {
	color: #ff8c43 !important;
	font-size: 18px !important;
}

#inner-home span.elementor-button-icon {
	background-color: #cccccc;
	padding: 15px;
	font-size: 20px;
	border-radius: 50%;
}

#inner-home path {
	fill: #ffffff !important;
}

#inner-home span.elementor-button-content-wrapper {
	align-items: center;
}

#inner-home span.elementor-button-content-wrapper:after {
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	right: 10px;
	position: absolute;
}

/* breadcrumb */
#breadcrumbs a.post.post-page span, #breadcrumbs span.post.post-page.current-item {
	font-size: 20px;
	color: #000000 !important;
}

#breadcrumbs a.post.post-page span {
	text-decoration: underline;
}

#breadcrumbs i.fa-solid.fa-chevron-right {
	margin: 0 10px !important;
}

#breadcrumbs i.fa-solid.fa-chevron-right:before {
	font-size: 15px !important;
}

/* help */
#form_contact-us input, #form_contact-us select, #form_contact-us textarea {
	border-color: #cccccc !important;
	box-shadow: none !important;
	font-size: 15px;
}

#form_contact-us label {
	font-size: 17px !important;
	margin-bottom: 0;
	color: #000000;
}

#form_contact-us .frm_description {
	color: #000000 !important;
}

#form_contact-us select {
	padding-right: 30px;
}

#form_contact-us button.frm_button_submit.frm_final_submit {
	background: #ffffff !important;
	border-color: #ff8c43 !important;
	color:  #ff8c43 !important;
	box-shadow: none !important;
	border-radius: 8px !important;
	width: 100% !important;
	padding: 13px !important;
	font-size: 18px !important;
	margin-top: 20px !important;
}

#form_contact-us button.frm_button_submit.frm_final_submit:hover {
	text-decoration: none !important;
	background: #ff8c43 !important;
	color: #ffffff !important;
}

#form_contact-us h3.frm_form_title {
	text-align: center;
	margin-bottom: 0 !important;
}

#form_contact-us .frm_description p {
	text-align: center;
	color: #000000 !important;
	font-size: 16px;
}

#form_contact-us  .frm_form_field:not(.frm_compact) .frm_dropzone {
	max-width: 100%;
}

#contact-us .frm_message {
	min-height: 300px !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}

#contact-us .frm_message * {
	color: #000000 !important;
	text-align: center;
}

#contact-us .frm_message h3 {
	letter-spacing: 0.5px;
	font-size: 50px !important;
}

#contact-us .frm_message p {
	font-size: 18px !important;
}

#form_contact-us .frm_error_style {
	display: none;
}

#form_contact-us .frm_error, #form_contact-us  .frm_limit_error {
	color: #F04438 !important;
}

/*  privacy policy */

.privacy-listing li {
	margin-bottom: 10px !important;
}

.privacy-listing table {
	margin-top: 0;
	font-size: 18px;
	border-color: #ffffff !important;
}

.privacy-listing thead, .privacy-listing tbody tr {
	background: none !important;
}

/*  password strength  */

.frm-password-strength {
	display: flex;
	flex-wrap: wrap;
}

.frm-pass-req, .frm-pass-verified {
	font-size: 15px !important;
	width: 100%;
	-ms-flex: 1 1 17.5rem;
	-webkit-box-flex: 1;
	flex: 1 1 17.5rem;
	padding-right: .5rem;
	flex-basis: 18rem;
	color: #ffffff !important;
}

.frm-pass-req .frmsvg, .frm-pass-verified .frmsvg {
	width: 18px !important;
	height: 18px !important;
}

.checkbox-registers a {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* google sign in */
#google-login-error-modal, #google-login-success-modal  {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	align-items: center;
	justify-content: center;
}

.error-modal-google,.success-modal-google {
	background: #ffffff;
	font-size: 18px;
	padding: 20px;
	border-radius: 8px;
	max-width: 700px;
	width: 90%;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	position: relative;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

p#google-login-success-message {
	margin-bottom: 0;
}

.error-modal-google a {
	width: 200px;
	padding: 13px !important;
	font-size: 17px;
	display: inline-block;
	margin-top: 10px;
	background: #ff8c43;
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.error-modal-google a:focus, .error-modal-google a:hover {
	color: #ff8c43;
	background: #ffffff;
	border: 1px solid #ff8c43;
}

.google-modal-close {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 35px;
	cursor: pointer;
	color: #ff8c43;
	font-weight: 900;
}

/*  */
.home .initial-fullname, .page-id-481.logged-in-external .initial-fullname, .page-id-483.logged-in-external .initial-fullname, .page-id-1616.logged-in-external .initial-fullname, .page-id-2249.logged-in-external .initial-fullname, .page-id-2141.logged-in-external .initial-fullname, .page-id-2157.logged-in-external .initial-fullname, .page-id-1831.logged-in-external .initial-fullname, .page-id-1995.logged-in-external .initial-fullname, .page-id-3763.logged-in-external .initial-fullname{
	display: none;
}

.home .initial-shortcode .initial p, .page-id-481.logged-in-external .initial-shortcode .initial p .page-id-483.logged-in-external .initial-shortcode .initial p,  .page-id-1616.logged-in-external .initial-shortcode .initial p,  .page-id-2249.logged-in-external .initial-shortcode .initial p, .page-id-2141.logged-in-external .initial-shortcode .initial p, .page-id-2157.logged-in-external .initial-shortcode .initial p, .page-id-1831.logged-in-external .initial-shortcode .initial p,  .page-id-1995.logged-in-external .initial p, .page-id-3763.logged-in-external .inital p{
	color: #ffffff !important;
}

.home .initial-shortcode .initial, .page-id-481.logged-in-external .initial-shortcode .initial, .page-id-483.logged-in-external .initial-shortcode .initial, .page-id-1616.logged-in-external .initial-shortcode .initial, .page-id-2249.logged-in-external .initial-shortcode .initial, .page-id-2141.logged-in-external .initial-shortcode .initial, .page-id-2157.logged-in-external .initial-shortcode .initial,  .page-id-1831.logged-in-external .initial-shortcode .initial,  .page-id-1995.logged-in-external .initial-shortcode .initial, .page-id-3763.logged-in-external  .initial-shortcode .initial{
	margin-right: 0;
}

input#field_date_of_birth {
	color: #000000 !important;
}

/*  resend verification email page */
#form_user-registration button[disabled] {
	color: #ff8c43 !important;
}

#form_user-registration .frm_message {
	display: none !important;
}

#resend-verification-wrapper {
	text-align: center;
	margin-top: 30px;
}

div#resend-verification-wrapper p {
	color: #ffffff;
	font-size: 18px;
}

#resend-verification-btn {
	padding: 20px 25px;
	background: #ffffff;
	color: #ff8c43;
	border: 1px solid;
	border-radius: 8px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: unset;
}

#resend-verification-btn:hover, #resend-verification-btn:focus {
	text-decoration: none !important;
	border: 1px solid #ffffff;
	background: transparent;
	color: #ffffff !important;
}

#resend-verification-btn:disabled {
	background: #ffffff;
	cursor: not-allowed;
	opacity: 0.5;
}

#resend-verification-btn:disabled:hover {
	color: #ff8c43 !important;
}

.registration-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	border-radius: 8px;
	font-size: 18px;
}

#form_user-registration span.frm_inline_box {
	box-shadow: none !important;
	border: 0 !important;
}

/*  wallet */
.wallet-balance {
	display: flex;
}

.wallet-balance p.wallet-amount {
	margin-left: 7px;
	color: #155724;
	font-weight: 600;
	font-size: 20px !important;
}

.wallet-block {
	font-size: 18px;
	padding: 15px;
	/*     border: 1px solid #868685; */
	border-radius: 8px;
	background-color: #9EBFE250;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	height: 100%;
}

#bank-account-container {
	background-color: #fff3e0;
	font-size: 18px;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.wallet-dashboard {
	margin-bottom: 30px;
}

.wallet-block p, #bank-account-container p {
	margin-bottom: 10px;
}

/* bank name search */
ul#bank-suggestion-dropdown {
	font-size: 16px !important;
}

#bank-suggestion-dropdown .spinner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

#bank-suggestion-dropdown .spinner::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

/* modal */
.bene-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bene-modal-content {
	background: white;
	padding: 30px;
	max-width: 600px;
	width: 90%;
	border-radius: 10px;
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
}

.bene-modal-close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

/* google sign in */
.S9gUrf-YoZ4jf {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

/*  */
#inline-create-beneficiary select#routingCodeType1 {
	margin-bottom: 0;
}

#beneficiary-response p {
	font-size: 18px;
}

#inline-create-beneficiary h1 {
	margin-bottom: 20px;
	font-family: "DM Sans", sans-serif;
	font-size: 35px;
}

/* page beneficiary  */
.recipient-top-details p {
	text-align: center;
	font-size: 20px;
}

.recipient-top-details h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
}

.page-template-page-beneficiary h2 {
	font-size: 20px;
	margin-bottom: 0 !important;
}

.page-template-page-beneficiary hr {
	margin-top: 5px;
	border-bottom: 0 !important;
	margin-bottom: 10px;
}

.page-template-page-beneficiary h3 {
	font-size: 18px;
	margin: 0 !important;
}

.page-template-page-beneficiary p {
	font-size: 18px;
	margin: 0 !important;
}

.recipient-acc-details div {
	margin-bottom: 20px;
}

.account-details-row {
	margin-bottom: 30px;
}

.account-settings-row, .account-transaction-row {
	margin-bottom: 50px;
}

.transaction-icon {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	height: 100%;
	align-items: center;
	font-size: 20px;
	color: #9EBFE2;
}

.account-settings-row p, .account-transaction-row p{
	line-height: 1.2rem;
	margin: 5px 0 !important;
	color: #454545;
	font-size: 15px !important;
}

.trusted-toggle {
	width: 60px;
	height: 30px;
	border-radius: 30px;
	background: #9EBFE2;
	position: relative;
	cursor: pointer;
	transition: background 0.3s;
}

.trusted-toggle::after {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: 3px;
	left: 3px;
	transition: left 0.3s;
}

.trusted-toggle.trusted {
	background: #ff8c43;
}

.trusted-toggle.trusted::after {
	left: 33px;
}

.trans-history {
	cursor: pointer;
}

.payout p {text-transform: capitalize;}

.bene-transactions-table th, .bene-transactions-table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.bene-transactions-table th {
	background: #f4f4f4;
}

.transaction-card {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 1rem;
	background: #f9f9f9;
}

a.btn-back {
	cursor: pointer;
	font-family: "DM Sans", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FF8C43;
	padding: 12px 24px;
}

a.btn-back:hover, a.btn-back:focus {
	text-decoration: none !important;
	color: #FF8C43;
}

.transaction-history-page h1 {
	font-size: 35px;
	letter-spacing: 0.1px;
}

.delete-button {
	border: 1px solid #a94442;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	font-size: 18px;
}

.delete-button span {
	width: 100%;
	margin: 0;
	color: #a94442;
	border-color: #ebccd1;
	text-transform: uppercase;
	text-align: center;
	font-weight:600;
}

.delete-button:hover {
	background-color: #a94442;
}

.delete-button:hover span, .delete-button:active span, .delete-button:focus span{
	color: #ffffff;
	text-decoration: none !important;
}

button.bene-delete:hover {
	text-decoration: none;
}

/*  create account modal  */
.bank-modal-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.bank-modal-content {
	background: #ffffff;
	padding: 2em;
	border-radius: 8px;
	width: 100%;
	max-width: 700px;
}

.bank-modal-content label {
	display: block;
	font-size: 18px;
}

#bank-modal .error-message {
	font-size: 15px;
	margin-bottom: 1em;
}

#bank-add-wrapper p {
	font-size: 15px;
	font-style: italic;
}

button#open-bank-modal {
	background-color: #ff8c43;
	border-radius: 8px;
	color: #ffffff;
	border-color: #ff8c43;
}

button#open-bank-modal:hover, button#open-bank-modal:active,button#open-bank-modal:focus {
	text-decoration: none !important;
	background-color: #FFF9F1;
	color: #ff8c43;
}

#bank-modal input, #bank-modal select, .withdraw-amount input {
	border-radius: 8px;
	font-size: 15px;
	padding: 0 30px 0 15px;
	margin-bottom: 0 !important;
}

.payout-buttons .cell {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.payout-submit button, .payout-close button{
	border-radius: 8px;
	border: 1px solid #ff8c43;
	padding: 10px 35px;
	background-color: #ff8c43;
	cursor: pointer;
	color: #ffffff;
	margin: 20px 0;
}

.payout-submit button:hover, .payout-close button:hover {
	color: #ff8c43;
	text-decoration: none !important;
	background-color: #FFF9F1;
}

.payout-submit button[disbaled], .payout-close button[disabled] {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}

.payout-submit button[disbaled]:hover, .payout-close button[disabled]:hover {
	border-radius: 8px;
	border: 1px solid #ff8c43;
	padding: 10px 35px;
	background-color: #ff8c43;
	cursor: pointer;
	margin: 20px 0;
	color: #ffffff;
}

.bank-modal-content h2 {
	text-align: center;
	margin-bottom: 20px;
}

#withdraw-button {
	border-radius: 8px;
	background-color: #ff8c43;
	border: 1px solid #ff8c43;
}

#withdraw-button:hover, #withdraw-button:focus, #withdraw-button:active {
	text-decoration: none;
	background: #ffffff;
	color: #ff8c43;
}

.withdraw-amount span {
	font-size: 13px;
	font-style: italic;
	color: #6d6d6d;
}

.withdraw-amount label {
	margin-bottom: 0 !important;
}

/* apple sign in */
#appleid-signin * {
	height: 40px !important;
	letter-spacing: 0 !important;
}

.google-btn-container {
	width: 100%;
	padding: 0;            
	box-sizing: border-box;
}

.g_id_signin {
	display: block;
	width: 100% !important;
}

div#google-login-message.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

div#google-login-message {
	font-size: 18px;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
}

div#google-login-message.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

#login-success-modal p {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	margin-bottom: 0;
	padding: 10px;
	border-radius: 8px;
}

#login-success-modal, #login-error-modal {
	font-size: 18px;
	text-align: center;
}

#login-error-modal p {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	margin-bottom: 0;
	padding: 10px;
	border-radius: 8px;
}

div#google {
	display: flex;
	flex-direction: column;
}

.footer-socialmedia .fa-brands {
	font-family: "Font Awesome 6 Brands" !important;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free" !important;
}

/* link apple id settings */
h3#link-apple-id {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	cursor: pointer;
}

#send-now[disabled] {
	opacity: 0.7;
}

/* payment instruction */
.row-top.payment {
	display: inline-flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}

.payment-instruction, .tracking {
	display: flex;
	flex-direction: column;
}

button#how-to-pay-btn, button#tracking-btn {
	margin-bottom: 0 !important;
	background-color: #9EBFE2;
	border-radius: 8px;
	padding: 15px;
	border: 1px solid #9EBFE2;
}

button#tracking-btn:hover, button#how-to-pay-btn:hover {
	background-color: #ffffff;
	color: #9EBFE2;
}

button#how-to-pay-btn:hover, button#how-to-pay-btn:active, button#how-to-pay-btn:focus, button#tracking-btn:hover, button#tracking-btn:active, button#tracking-btn:focus {
	text-decoration: none;
}

.how-to-pay-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.how-to-pay-modal-content {
	background: #fff;
	padding: 2rem;
	max-width: 700px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	position: relative;
	cursor: default;
}

#how-to-pay-modal h1, .tracking-modal-content h1 {
	font-size: 25px;
	font-weight: 600;
}

#how-to-pay-dynamic .cell p {
	margin-bottom: 10px;
}

.how-to-pay-modal-content .close-modal, .close-tracking-modal {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 40px;
	cursor: pointer;
}

/* cancel modal */
.custom-modal-overlay {
	position: fixed;
	z-index: 9999;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex; align-items: center; justify-content: center;
}

.custom-modal-content {
	background: #fff;
	padding: 1.5rem;
	border-radius: 8px;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.custom-modal-content p {
	font-size: 18px;
}

.custom-modal-content h3 {
	font-size: 25px;
	font-weight: 600;
}

input#cancel-reason-input {
	font-size: 15px;
	border-radius: 8px;
	padding: 10px 15px;
}

button#cancel-close-btn {
	border-radius: 8px;
	background-color: #cc4b37 !important;
}

button#submit-cancel-reason:hover , button#submit-cancel-reason:active, button#submit-cancel-reason:focus{
	background-color: #ffffff !important;
	border: 1px solid #9EBFE2;
	color: #9EBFE2;
	text-decoration: none !important;
}

button#submit-cancel-reason {
	border-radius: 8px;
	background-color: #9EBFE2;
	border: 1px solid #9EBFE2;
}

button#cancel-close-btn:hover, button#cancel-close-btn:active, button#cancel-close-btn:focus {
	border: 1px solid #a53b2a;
	color: #a53b2a;
	background-color: #ffffff !important;
	text-decoration: none !important;
}

/*  delete recipient */
#delete-confirm-modal.modal-overlay {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex; justify-content: center; align-items: center;
	z-index: 9999;
}

#delete-confirm-modal .modal-content {
	background: #ffffff;
	padding: 20px;
	border-radius: 8px;
	max-width: 700px;
	width: 100%;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#delete-confirm-modal .modal-buttons {
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}

#delete-confirm-modal .modal-buttons button {
	padding:15px 30px;
	min-width: 130px;
	cursor: pointer;
}

#confirm-delete-btn:hover span.button-spinner {
	color: #a53b2a !important;
}

#delete-confirm-modal .modal-buttons button:hover, #delete-confirm-modal .modal-buttons button:active, #delete-confirm-modal .modal-buttons button:focus {
	text-decoration: none !important;
}

#delete-confirm-modal .modal-confirm {
	background-color: #cc4b37 !important;
	border-radius: 8px;
	border: 1px solid #a53b2a;
	color: #ffffff;
	font-size: 18px;
}

#delete-confirm-modal .modal-confirm:hover {
	border: 1px solid #a53b2a;
	color: #a53b2a;
	background-color: #ffffff !important;
	text-decoration: none !important;
}

#delete-confirm-modal .modal-cancel {
	color: #ffffff;
	border-radius: 8px;
	background-color: #9EBFE2 !important;
	border: 1px solid #9EBFE2;
	font-size: 18px;
}

#delete-confirm-modal .modal-cancel:hover {
	background-color: #ffffff !important;
	border: 1px solid #9EBFE2;
	color: #9EBFE2;
}

#delete-confirm-modal h3 {
	font-size: 25px;
	font-weight: 600;
}

/* to be deleted */
form.post-password-form {
	max-width: 1260px;
	margin-top: 50px !important;
}

.post-password-required * {
	font-size: 18px;
}

.post-password-required input[type="submit"] {
	font-size: 20px;
	margin: 10px 0;
	border-radius: 8px;
}

.post-password-required {
	min-height: 1000px;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
	text-decoration: none !important;
}

.original-fee {
	text-decoration: line-through;
	color: #888;
	margin-right: 0.5em;
}

.discounted-fee {
	color: #008000;
	font-weight: bold;
}

/* discount promotional message */
.error-message.promo-1, .error-message.promo-2 {
	background-color: #e6f4ea;
	color: #008000;
	padding: 8px 10px;
	margin-top: 10px;
	font-weight: 500;
	height: 100%;
}

/* transaction tracking */
.tracking-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tracking-modal-content {
	background: #fff;
	padding: 2rem;
	max-width: 700px;
	width: 100%;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.status-timeline-vertical {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-left: 30px; 
}

.status-timeline-vertical::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #ccc;
	z-index: 0;
}

.status-timeline-vertical .step {
	display: flex;
	align-items: start;
	position: relative;
	z-index: 1;
}

.status-timeline-vertical .circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	margin-right: 12px;
	position: relative;
	z-index: 2;
	background-clip: padding-box;
}

.status-timeline-vertical .step.active .circle {
	border-color: #ff8c43;
	background-color: #fff;
}

.status-timeline-vertical .step.completed .circle {
	background-color: #28a745;
	border: 0 !important;	
}

.status-timeline-vertical .step.completed .circle::after {
	content: '✔';
	color: #ffffff;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.status-timeline-vertical .step-content {
	display: flex;
	flex-direction: column;
}

div#tracking-modal-body {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 50px 0;
}

.status-timeline-vertical .step-content .title {
	font-weight: 600;
	margin: 0;
	letter-spacing: 0;
    line-height: 1;
	font-size: 18px;
}

.status-timeline-vertical .step-content .timestamp {
	font-size: 13px;
	color: #777;
	margin: 0 !important;
}

div#transaction-status-timeline-wrapper .step.completed {
	background-color: unset !important;
	color: #000000 !important;
}

.extra-note p {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.extra-note h2 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0 !important;
}

.extra-note {
	margin-top: 4px;
}

.status-timeline-vertical .step.cancelled .circle {
	background-color: #d9534f; /* light red background */
	border:0;
	color: #d9534f;
}

.status-timeline-vertical .step.cancelled .circle .icon {
	color: #d9534f;
	font-size: 14px;
	line-height: 24px;
}

.status-timeline-vertical .step.cancelled .title,
.status-timeline-vertical .step.cancelled .timestamp {
	color: #d9534f;
	font-weight: bold;
}

.step.cancelled .icon::before {
	color: #ffffff;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.step.completed[data-status="completed"]:after {
    content: '\e1a8';
    font-family: 'FontAwesome';
    color: #ff8c43;
    margin-left: 10px;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-2.cmplz-show {
    font-size: 16px;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-2.cmplz-show:hover {
    text-decoration: none;
}