@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
#welcomeheader .mdbtn, .w100 {overflow: hidden}
* {	box-sizing: border-box;	outline: 0!important}
body {overflow-x: hidden}
.w100 {width: 100%}
.ad-placement-header-footer {display: none}
#re-send {margin-bottom: 0;margin-top: 20px}
.welcome-container {width: 100%;height: 100%}
.help-block-welcome {color: #777;margin-bottom: 5px;font-size: 12px}
#welcomeheader {width: 100%;position: relative;	z-index: 99;height: 45px;}
#welcomeheader .mdbtn {	min-width: 88px;user-select: none;padding: 5px 0;height: auto;margin: 7.5px 0}
.logo {display: block;margin-top: 10px;	margin-right: 55px}
.logo img {max-width: 130px}
.welcome-search-con {color: #fff;position: relative}
.welcome-search-con i {position: absolute;left: 10px;top: 2px}
.login, .welcome-footer, .wrapper {	position: relative}
.welcome-search {background: rgba(0, 0, 0, .2);border: 0;padding: 5px 13px 5px 30px;width: 400px;margin-top: -15px;max-width: 400px;border-radius: 2px;height: 32px;transition: background .2s ease-out;outline: 0;font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif}
.welcome-footer {padding: 10px;	float: left}
.welcome-footer-right {padding: 10px 0 10px 10px;float: right;margin-right: -15px;position: relative;color: #919191;}
.welcome-footer a {color: #919191;}
.welcome-footer a:hover {color: #333;}
.welcome-footer a:not(.lang) {padding-right: 10px;text-shadow: none}
footer:empty {padding: 0}
.wrapper {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;min-height: calc(100vh - 110px);margin: 10px 0 10px;width: 100%;}
.wrapper:after, .wrapper:before {-webkit-box-flex: 1;box-flex: 1;-webkit-flex-grow: 1;flex-grow: 1;content: '';display: block;height: 24px}
.g-recaptcha {transform: scale(.85);transform-origin: 0 0}
.login {-webkit-flex-shrink: 0;flex-shrink: 0;margin: 0 auto;width: 100%;display: flex;align-items: center;flex-wrap: wrap;}

/* Aktivbook auth layout */
.ak-page-wrapper {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7b518;
	padding: 20px;
}

.ak-auth-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
	padding: 32px 40px;
	width: 100%;
	max-width: 420px;
	position: relative;
}

.ak-close-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #374151;
}
.ak-close-btn:hover {
	color: #111827;
}

.ak-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: #d97706;
}

.ak-auth-heading h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 6px;
	color: #1f2937;
}

.ak-auth-heading p {
	margin: 0 0 24px;
	color: #4b5563;
	font-size: 20px;
	line-height: 1.45;
}

.ak-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.ak-field label {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #374151;
}

.ak-field input,
.ak-field select {
	border-radius: 10px;
	border: 1px solid #d1d5db;
	padding: 10px 12px;
	font-size: 16px;
	color: #1f2937;
	background: #fff;
}
.ak-field input::placeholder {
	color: #6b7280;
	font-size: 16px;
	opacity: 1;
}
.ak-field select {
	color: #1f2937;
}
.ak-field input:focus,
.ak-field select:focus {
	border-color: #d97706;
	outline: none;
	box-shadow: 0 0 0 2px rgba(217, 119, 6, 0.15);
}

.ak-form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	font-size: 15px;
}

.ak-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
}

.ak-forgot-link {
	color: #b45309;
	text-decoration: none;
	font-weight: 500;
}
.ak-forgot-link:hover {
	color: #92400e;
	text-decoration: underline;
}

.ak-btn-primary {
	border-radius: 999px;
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 600;
}

.ak-auth-footer {
	margin-top: 18px;
	font-size: 15px;
	text-align: center;
	color: #4b5563;
}
.ak-auth-footer a {
	color: #b45309;
	font-weight: 600;
	text-decoration: none;
	margin-left: 4px;
}
.ak-auth-footer a:hover {
	color: #92400e;
	text-decoration: underline;
}

.ak-privacy-note {
	margin-top: 16px;
	font-size: 14px;
	color: #6b7280;
	text-align: center;
	line-height: 1.45;
}
.ak-privacy-note .ak-privacy-icon {
	vertical-align: middle;
	margin-right: 6px;
	opacity: 0.9;
	color: #6b7280;
}

/* Login page: bright yellow background, off-white card (like reference image) */
.ak-login-page {
	background: #facc15;
}
.ak-login-page .ak-auth-card {
	background: #fefce8;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	max-width: 420px;
}
.ak-login-page .ak-auth-card form {
	gap: 0.5rem;
}
.ak-login-page .ak-field {
	margin-bottom: 8px;
}
.ak-login-page .ak-field label {
	margin-bottom: 4px;
}
.ak-login-page .ak-auth-heading h1 {
	color: #1f2937;
}
.ak-login-page .ak-auth-heading p {
	color: #4b5563;
}
.ak-login-page .ak-btn-primary,
.ak-login-page .ak-auth-card button[type="submit"] {
	background-color: #eab308;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 16px;
}
.ak-login-page .ak-btn-primary:hover:not(:disabled),
.ak-login-page .ak-auth-card button[type="submit"]:hover:not(:disabled) {
	background-color: #ca8a04;
	color: #ffffff;
}
.ak-login-page .ak-auth-footer p {
	color: #4b5563;
}
.ak-login-page .ak-auth-footer a {
	color: #b45309;
	font-weight: 600;
}
.ak-login-page .ak-auth-footer a:hover {
	color: #92400e;
}
.ak-login-page .ak-privacy-note {
	color: #6b7280;
}
.ak-login-page .ak-icon-container {
	color: #d97706;
}

/* Register page: solid golden-yellow background like image 2 */
.ak-register-page {
	background: #f5a623;
}
.ak-register-page .ak-auth-card {
	background: #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
	max-width: 440px;
}
.ak-register-page .ak-auth-card form {
	gap: 0.5rem;
}
.ak-register-page .ak-field {
	margin-bottom: 8px;
}
.ak-register-page .ak-field label {
	margin-bottom: 4px;
}
.ak-register-page .ak-auth-heading h1 {
	color: #1f2937;
}
.ak-register-page .ak-auth-heading p {
	color: #4b5563;
}
.ak-register-page .ak-field label {
	color: #374151;
}
.ak-register-page .ak-field input,
.ak-register-page .ak-field select {
	color: #1f2937;
	border-color: #d1d5db;
}
.ak-register-page .ak-field input::placeholder {
	color: #6b7280;
}
.ak-register-page .ak-terms-check {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.5;
}
.ak-register-page .ak-terms-check a {
	color: #b45309;
}
.ak-register-page .ak-terms-check a:hover {
	color: #92400e;
}
.ak-register-page .ak-btn-primary,
.ak-register-page .ak-auth-card button[type="submit"] {
	background-color: #d97706;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 16px;
}
.ak-register-page .ak-btn-primary:hover:not(:disabled),
.ak-register-page .ak-auth-card button[type="submit"]:hover:not(:disabled) {
	background-color: #b45309;
	color: #ffffff;
}

/* Username + Zufall button row */
.ak-field-with-action .ak-input-with-btn {
	display: flex;
	gap: 8px;
	align-items: stretch;
}
.ak-field-with-action .ak-input-with-btn input {
	flex: 1;
	min-width: 0;
}
.ak-btn-zufall {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0 12px;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	background: #f9fafb;
	color: #374151;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s, border-color 0.2s;
}
.ak-btn-zufall:hover {
	background: #f3f4f6;
	border-color: #9ca3af;
	color: #1f2937;
}
.ak-btn-zufall svg {
	flex-shrink: 0;
}
.ak-auth-footer a {
	color: #b45309;
}
.ak-register-page .ak-privacy-note {
	color: #6b7280;
}

@media (max-width: 600px) {
	.ak-auth-card {
		max-width: 100%;
		padding: 24px 20px;
	}
}
.login form {padding: 30px 0px}
.login form.small-padd {padding: 0px 0px 30px;}
.login > .col-md-7 {padding-right: 30px;}
.login > .col-md-5 {padding-left: 60px;	}
.terms, .terms label {position: relative}
.btn {font-weight: 500;font-family: Roboto, sans-serif}
.forgot_password {text-align: right;margin: 10px 0 30px;}
.login_signup_combo {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;	display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;flex-wrap: wrap;margin: 20px 0;position: relative}
.login_signup_combo .btn {line-height: 20px;min-width: 110px;border-radius: 2em;text-align: center;padding: 10px 15px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);letter-spacing: 0.5px;transition: all 0.2s;}
.login_signup_combo .btn:hover {box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.login_signup_combo .login__ .btn {margin-right: 15px;}
.social_btns p {margin-bottom: 10px;font-family: Roboto, sans-serif;color: #747474;font-size: 13px;}
.social_btns a {text-decoration: none;width: 39px;height: 39px;margin: 0 5px 0 0;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);transition: all .2s ease;border:0;	padding: 8px;margin-top: 5px;}
.errors, .success {padding: 4px;font-size: 13px;margin-bottom: 10px;border: 1px solid;border-radius: 5px;}
.errors i, .success i, .errors:empty, .success:empty {display: none;}
.errors {color: red}
.success {color: green}
.login .title {color: #444;font-size: 22px;margin: 0 0 17px;font-weight: 600;font-family: Lato, sans-serif}
.terms {margin-top: 15px;padding-left: 22px}
.terms input[type=checkbox] {opacity: 0;margin: 0 0 6px 4px;display: none}
.terms label::after, .terms label::before {display: inline-block;left: 0;margin-left: -20px}
.terms label {padding-left: 5px;min-height: 20px;font-weight: 400;cursor: pointer;user-select: none}
.terms label::before {content: "";position: absolute;width: 17px;height: 17px;top: 2px;border: 2px solid rgba(0, 0, 0, .54);border-radius: 2px;background-color: #fff;transition: all 90ms cubic-bezier(0, 0, .2, .1)}
.terms input[type=checkbox]:checked+label::before {background-color: #1e2322;border-color: #1e2322}
.terms label::after {position: absolute;width: 16px;height: 16px;top: 0;padding-left: 3px;padding-top: 1px;font-size: 11px;color: #555}
.terms input[type=checkbox]:checked+label::after {border: 2px solid #fff;border-top: none;border-right: none;content: "";height: 5px;left: 3px;position: absolute;top: 7px;transform: rotate(-45deg);width: 10px;transition: .2s;color: #fff}

/*Welcome Image*/
.sun_welcome_img {width: 100%;}
.sun_welcome_img img {width: 100%;}

/*Welcome Heading*/
.sun_welcome_heading {font-family: "Roboto", sans-serif;}
.sun_welcome_heading h1 {font-weight: 300;margin-top: 0;margin-bottom: 15px;}
.sun_welcome_heading p {font-size: 15px;margin-bottom: 0;}

/*Input Fields*/
.sun_input_holder {border-radius: 7px;border: 1px solid #ddd;position: relative;}
.sun_input_holder .sun_input {margin:0;}
.sun_input_holder .sun_input input, .sun_input_holder .sun_input textarea, .sun_input_holder .sun_input select {border:0;border-radius: 0;border-bottom: 1px solid #ddd;}
.sun_input_holder .sun_input:first-child input, .sun_input_holder .sun_input:first-child textarea, .sun_input_holder .sun_input:first-child select {border-radius: 7px 7px 0 0;}
.sun_input_holder .sun_input:last-child input, .sun_input_holder .sun_input:last-child textarea, .sun_input_holder .sun_input:last-child select {border:0;border-radius: 0 0 7px 7px;}
.sun_input{position: relative;margin-bottom: 30px;font-family: "Roboto", sans-serif;}
.sun_input input, .sun_input textarea, .sun_input select {width: 100%;font-size: 17px;padding: 15px 10px 0px 55px;display: block;color: #333;border: 1px solid #ddd;border-radius: 5px;transition: all 0.2s;height: 60px;margin:0;}
.sun_input textarea {padding: 25px 10px 5px 55px;resize: vertical;}
.sun_input input:focus, .sun_input textarea:focus, .sun_input select:focus{border-color:#4d91ea}
.sun_input label {position: absolute;cursor: text;opacity: 1;transition: 0.2s ease all;pointer-events: none;top: 8px;left: 55px;font-size: 12px;color: #7e7e7e;user-select: none;padding: 0px;margin: 0;}
.sun_input input::placeholder, .sun_input textarea::placeholder {opacity: 0;}
.sun_input input:placeholder-shown:not(:focus) + label, .sun_input textarea:placeholder-shown:not(:focus) + label {top: 50%;font-size: 16px;color: rgba(0,0,0,0.38);transform: translateY(-50%);}
.sun_input select{padding: 15px 10px 0px 50px;/*text-indent: 52px;*/line-height: 56px;}
.sun_input svg {position: absolute;top: 17px;left: 15px;color: #979797;pointer-events: none;}
.loading_cont {position:relative;}
.loading {position: absolute;overflow: hidden;top: 0px;left: 2px;right: 2px;height: 2px;background-color: #ddd;z-index: 9;border-radius: 7px 7px 0px 0px;}
.loading::before {content: '';position: absolute;left: 0;top: 0;width: 35%;height: 100%;background-color: #4d91ea;-webkit-animation-name: loading;animation-name: loading;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-duration: 1s;animation-duration: 1s;border-radius: 2em;}
@-webkit-keyframes loading {
0% {left: -50%;}
100% {left: 100%;}
}
@keyframes loading {
0% {left: -50%;}
100% {left: 100%;}
}

/*Language*/
.sun_lang_select_menu{box-shadow: 0 0px 100px rgba(0, 0, 0, 0.02), 0 10px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);-webkit-transform: rotate3d(1,1,0,15deg);transform: rotate3d(1,1,0,15deg);-webkit-transform-origin: 0 100%;transform-origin: 0 100%;opacity: 0;will-change: transform,opacity;-webkit-transition-property: opacity,-webkit-transform;transition-property: opacity,-webkit-transform;transition-property: transform,opacity;transition-property: transform,opacity,-webkit-transform;-webkit-transition-duration: .25s;transition-duration: .25s;display: block;visibility: hidden;pointer-events: none;min-width: 140px;}
.sun_lang_select_menu:before {content: "";position: absolute;top: -6px;right: 30px;width: 20px;height: 20px;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);border-radius: 20px 0 3px 0;background: #fff;z-index: -1;}
.lang_selct.open .sun_lang_select_menu{-webkit-transform: none;transform: none;opacity: 1;pointer-events: auto;visibility: visible;margin-top: 10px;}
.sun_lang_select_menu li a {font-size: 13px;line-height: 29px;padding: 0 15px;transition: background-color .1s;margin:0;border: 0;display: flex;align-items: center;flex-direction: row-reverse;justify-content: flex-end;}
.sun_lang_select_menu li a .language_initial {width: 16px;margin-right: 10px;}




@media (min-width:1200px) {
.container {width: 1170px;}
}

@media (max-width:1200px) {
.welcome-footer, .welcome-footer-right {font-size: 12px;padding: 9px}
}

@media (max-width:992px) {
.login > .col-md-7 {display: none;}
.login > .col-md-5 {padding-left: 15px;margin: auto;}
.login > .col-md-4 {margin: auto;}
}

@media (max-width:815px) {
.login {max-width: 90%}
}

@media (max-width:640px) {
.welcome-footer, .welcome-footer-right {float: none!important;display: block;text-align: center}
.login .social_btns {text-align: center;}
}

@media (max-width:390px) {
.login {min-width: 100%}
}
.payment_box .btn {width: 100%;background-color: white;color: #2c2c2c;text-align: inherit;display: flex;align-items: center;border-bottom: 1px solid rgba(0, 0, 0, 0.07);border-radius: 0;padding: 20px 25px;transition: all 0.15s;font-family: "Lato", sans-serif; font-weight: 600;box-shadow: none;}
.payment_box .btn:hover {background-color: rgba(0, 0, 0, 0.04);}
.payment_box .btn:last-child {border:0;}
.payment_box .btn svg, .payment_box .btn img {margin-right: 15px;width: 32px;height: 32px;}



/*Plans*/
.wow_membr_signup_plan {box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);border-radius: 7px;padding: 10px;margin-top: 20px;background-color: white;}
.wow_sup_plan_hdr {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.wow_sup_plan_hdr > div {font-size: 23px;}
.wow_sup_plan_hdr > div span {display: inline-block;vertical-align: text-top;line-height: 1;}
.wow_sup_plan_hdr > div img, .wow_sup_plan_hdr > div svg {width: 24px;height: 24px;vertical-align: middle;}
.wow_sup_plan_hdr b {margin: 0;}
.wow_membr_signup_plan .col-lg-6 svg {vertical-align: middle;width: 20px;height: 20px;}
.wow_membr_signup_plan .modal-footer {padding: 10px 0 0;margin-top: 10px;}

/*Password Check*/
.helper-text {display: none;margin-top: 6px;font-size: 12px;line-height: 18px;}
.helper-text li.valid {color: #1aac20;}

/*Bank transfer Modal*/
svg {vertical-align: middle;}

.dt_bank_trans_modal .bank_info {width: 100%;margin-top: 24px;margin-bottom: 30px;}
.dt_bank_trans_modal .bank_info .dt_settings_header {width: 100%;margin-left: auto;margin-right: auto;border-radius: 7px;height: auto;background-color: #2196f3;background: linear-gradient(90deg, #03A9F4 0%, #2196f3 35%, #3F51B5 100%);padding: 16px;overflow: hidden;position: relative;}
.dt_bank_trans_modal .dt_settings_circle-1 {width: 290px;height: 290px;background-image: radial-gradient(circle 800px at 75% -25%,#000000 0,rgba(255, 255, 255, 0) 100%);left: -28px;top: -28px;opacity: .05;position: absolute;border-radius: 50%;pointer-events: none;}
.dt_bank_trans_modal .dt_settings_circle-2 {opacity: .03;position: absolute;border-radius: 50%;pointer-events: none;width: 500px;height: 500px;background-image: radial-gradient(circle 800px at 10% -25%,#000000 0,rgba(255, 255, 255, 0) 100%);right: -242px;top: 17px;}
.dt_bank_trans_modal .bank_info .bank_info_innr {position: relative;width: 100%;color: #fff;z-index: 1;border: 6px solid rgba(255, 255, 255, 0.3);padding: 20px;border-radius: 5px;}
.dt_bank_trans_modal .bank_info .bank_info_innr > svg {position: absolute;opacity: 0.3;left: 16px;top: 16px;width: 45px;z-index: -1;}
.dt_bank_trans_modal .bank_info .bank_info_innr .row p {margin: 0;font-size: 18px;word-break: break-word;}
.dt_bank_trans_modal .bank_info .bank_info_innr .row .col {margin-top: 18px;}
.dt_bank_trans_modal .bank_info .bank_info_innr .bank_name {font-size: 22px;padding: 5px .75rem 0 55px;}
.dt_bank_trans_modal .bank_info .bank_info_innr .help-block {text-transform: uppercase;font-size: 12px;color: rgba(255, 255, 255, 0.73);}

.dt_bank_trans_modal .dt_user_profile {background-color: #f8f8f8;margin: 0 auto 25px;padding: 10px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);border-radius: 7px;overflow: hidden;}
.dt_bank_trans_modal .dt_user_profile > span {margin-bottom: 5px;font-size: 18px;display: flex;align-items: center;}
.dt_bank_trans_modal .dt_user_profile > span svg {margin-right: 5px;color: #6b6b6b;}
.dt_bank_trans_modal .dt_prof_vrfy {margin: 0;list-style-type: disc;}
.dt_bank_trans_upl_rec {text-align: center;}
.dt_bank_trans_upl_rec a {display: inline-block;border-bottom: 1px dashed;color: #3f3f3f;padding-bottom: 5px;font-size: 14px;transition: all 0.15s;text-decoration: none;}
.dt_bank_trans_upl_rec a:hover {border-bottom-style: solid;}
.dt_bank_trans_upl_rec a svg {width: 20px;height: 20px;margin-top: -3px;}
.upload_bank_receipts {text-align: center;display: none;}
.upload_bank_receipts > div {width: 100%;max-width: 200px;height: 185px;margin: auto;background-color: #f0f0f0;border: 2px solid #ddd;border-radius: 7px;display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer;}
.upload_bank_receipts svg {width: 45px;height: 45px;color: #4a4a4a;background-color: lightgrey;padding: 10px;border-radius: 50%;margin-bottom: 10px;}
.upload_bank_receipts p {margin-bottom: 0px;}
#bank_transfer_modal.up_rec_active .hide_alert_info_bank_trans, #bank_transfer_modal.up_rec_active .dt_bank_trans_upl_rec {display: none;}
#bank_transfer_modal.up_rec_active .upload_bank_receipts {display: block;}
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts img {width: 100%;height: 100%;object-fit: cover;}
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts svg, #bank_transfer_modal.up_rec_img_ready .upload_bank_receipts p {display: none;}

#bank_transfer_donate_modal.up_rec_active .hide_alert_info_bank_trans, #bank_transfer_donate_modal.up_rec_active .dt_bank_trans_upl_rec {display: none;}
#bank_transfer_donate_modal.up_rec_active .upload_bank_receipts {display: block;}
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts img {width: 100%;height: 100%;object-fit: cover;}
#bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts svg, #bank_transfer_donate_modal.up_rec_img_ready .upload_bank_receipts p {display: none;}

@media (min-width:400px) {
.payment_box {width: 360px;}
}


/*Social Login*/
.btn-instagram {background-color: #d63e75;}
.btn-qq {background-color: #2196f3;}
.btn-wechat {background-color: #03ce65;}
.btn-discord {background-color: #6e85d2;}
.btn-mailru {background-color: #005ff9;}
.btn-wechat.active, .btn-wechat:active, .btn-wechat:focus, .btn-wechat:hover, .open>.dropdown-toggle.btn-wechat {background-color: #4caf50;}


/*Apps*/
.wo_side_apps {
	padding: 20px 0 0;
}
.wo_side_apps p {
	font-weight: bold;
    margin: 10px 2px 5px;
}
.wo_side_apps a {
	margin: 0 2px;display: inline-block;
}
.wo_side_apps a img {
	width: calc(100% + 2px);
    height: 38px;
    border-radius: 8px;
    margin: -1px;
}

/*Send Code Again*/
.send_again {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: end;
    pointer-events: none;
    padding: 12px 9px;
}
.send_again .btn {
	pointer-events: auto;
    box-shadow: none;
    border-radius: 7px;
    font-size: 12px;
    min-width: auto;
    padding: 0 14px;
    line-height: 34px;
}
.send_again .btn::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0.15;
}


/*Language Select*/
.lang_select_modal .language_info {
	height: 100%;
    position: relative;
    padding: 30px;
    background: linear-gradient(90deg, #4caf50, transparent 90%);
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}
.lang_select_modal .language_info h3 {
	margin: 0 0 4px;
    color: #fff;
    line-height: 1;
}
.lang_select_modal .language_info svg {
	    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -15px;
    height: auto;
    width: 90px;
}
.lang_select_modal ul {
	padding: 24px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}
.lang_select_modal .language_select {
	flex: 1 1 160px;margin: 0 0 -1px;
}
.lang_select_modal .language_select a {
	display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 46px;
    padding: 0 20px;
    transition: background-color .1s;
    border: 1px solid #d7d7d7;
    margin: 0px -1px;
    border-top: 0;
    border-left: 0;
}
.lang_select_modal .language_select:hover {background-color: rgb(0 0 0 / 3%) !important;}

/* ============================================= */
/* AKTIVBOOK REDESIGN - Golden Yellow Card */
/* ============================================= */

/* Page Wrapper - Full screen gradient background */
.ak-page-wrapper {
	min-height: 100vh;
	background: linear-gradient(135deg, hsl(43, 96%, 56%) 0%, hsl(24, 100%, 63%) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	margin: 0;
	position: relative;
}

/* White frosted card container */
.ak-auth-card {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 1rem;
	padding: 3rem 3.5rem;
	max-width: 580px;
	width: 90%;
	box-shadow: 0 2px 20px -5px hsla(43, 96%, 56%, 0.15);
	animation: fadeIn 0.4s ease-out;
	position: relative;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Close button */
.ak-close-btn {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
	border-radius: 50%;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: hsl(220, 10%, 20%);
	transition: all 0.3s ease;
	z-index: 10;
}

.ak-close-btn:hover {
	background: hsl(48, 100%, 97%);
	transform: scale(1.1);
}

.ak-close-btn svg {
	width: 24px;
	height: 24px;
}

/* Icon container */
.ak-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.ak-icon-container svg {
	width: 3rem;
	height: 3rem;
	color: hsl(43, 96%, 56%);
}

/* Heading inside card */
.ak-auth-heading {
	text-align: center;
	margin-bottom: 2rem;
	font-family: 'Outfit', 'Roboto', sans-serif;
}

.ak-auth-heading h1 {
	font-size: 2.25rem;
	font-weight: 700;
	color: hsl(220, 10%, 20%);
	margin: 0 0 0.5rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.ak-auth-heading p {
	font-size: 1.25rem;
	color: hsl(220, 10%, 45%);
	margin: 0;
	line-height: 1.5;
	font-weight: 400;
}

/* Form styling inside card */
.ak-auth-card form {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Simplified field styling */
.ak-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 0;
}

.ak-field label {
	font-size: 0.875rem;
	font-weight: 500;
	color: hsl(220, 10%, 20%);
	letter-spacing: 0;
}

.ak-field input,
.ak-field textarea,
.ak-field select {
	border: 1px solid hsl(48, 30%, 88%);
	background: hsl(0, 0%, 100%);
	color: hsl(220, 10%, 20%);
	font-size: 0.9375rem;
	padding: 0.5rem 0.75rem;
	height: auto;
	min-height: 2.5rem;
	width: 100%;
	border-radius: 0.375rem;
	transition: all 0.2s ease;
	font-family: 'Outfit', 'Roboto', sans-serif;
	box-sizing: border-box;
}

.ak-field input::placeholder,
.ak-field textarea::placeholder {
	color: hsl(220, 10%, 70%);
	opacity: 1;
}

.ak-field input:focus,
.ak-field textarea:focus,
.ak-field select:focus {
	border-color: hsl(43, 96%, 56%);
	background: hsl(0, 0%, 100%);
	box-shadow: 0 0 0 3px hsla(43, 96%, 56%, 0.1);
	outline: none;
}

/* Input holder override for card */
.ak-auth-card .sun_input_holder {
	border: none;
	border-radius: 0.5rem;
	background: transparent;
	display: flex;
	flex-direction: column;
}

.ak-auth-card .sun_input_holder .sun_input {
	position: relative;
	margin-bottom: 1.75rem !important;
}

.ak-auth-card .sun_input_holder .sun_input input,
.ak-auth-card .sun_input_holder .sun_input textarea,
.ak-auth-card .sun_input_holder .sun_input select {
	border: 1px solid hsl(48, 30%, 88%);
	background: hsl(0, 0%, 100%);
	color: hsl(220, 10%, 20%);
	font-size: 1.05rem;
	padding: 1rem 1.125rem !important;
	height: auto !important;
	min-height: 3rem;
	width: 100% !important;
	border-radius: 0.625rem;
	transition: all 0.2s ease;
	font-family: 'Outfit', 'Roboto', sans-serif;
}

.ak-auth-card .sun_input_holder .sun_input label {
	position: absolute;
	top: -0.625rem;
	left: 1.125rem !important;
	background: hsl(0, 0%, 100%);
	color: hsl(220, 10%, 40%);
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0 0.3rem;
	pointer-events: none;
	transition: all 0.2s ease;
	z-index: 1;
	font-family: 'Outfit', 'Roboto', sans-serif;
}

.ak-auth-card .sun_input_holder .sun_input input:focus,
.ak-auth-card .sun_input_holder .sun_input textarea:focus,
.ak-auth-card .sun_input_holder .sun_input select:focus {
	border-color: hsl(43, 96%, 56%);
	background: hsl(0, 0%, 100%);
	box-shadow: 0 0 0 3px hsla(43, 96%, 56%, 0.08);
	outline: none;
}

.ak-auth-card .sun_input_holder .sun_input input::placeholder,
.ak-auth-card .sun_input_holder .sun_input textarea::placeholder {
	opacity: 0;
}

.ak-auth-card .sun_input_holder .sun_input svg {
	position: absolute;
	right: 0.75rem;
	top: 50% !important;
	transform: translateY(-50%);
	left: auto !important;
	width: 20px !important;
	height: 20px !important;
	color: hsl(220, 10%, 45%);
	pointer-events: none;
}

/* Button styling inside card */
.ak-btn-primary,
.ak-auth-card .btn-main,
.ak-auth-card button[type="submit"] {
	background-color: hsl(43, 96%, 56%);
	color: hsl(220, 10%, 20%);
	border: none;
	border-radius: 0.375rem;
	font-weight: 500;
	padding: 0.5rem 2rem !important;
	height: auto;
	min-height: 2.75rem;
	width: 100%;
	font-size: 0.875rem;
	cursor: pointer;
	transition: all 0.2s ease;
	font-family: 'Outfit', 'Roboto', sans-serif;
	margin-top: 1rem;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px hsla(43, 96%, 56%, 0.2);
	letter-spacing: 0;
}

.ak-btn-primary:hover,
.ak-auth-card .btn-main:hover,
.ak-auth-card button[type="submit"]:hover:not(:disabled) {
	background-color: hsl(43, 96%, 48%);
	box-shadow: 0 6px 20px hsla(43, 96%, 56%, 0.35);
	transform: translateY(-2px);
}

.ak-btn-primary:active,
.ak-auth-card .btn-main:active,
.ak-auth-card button[type="submit"]:active:not(:disabled) {
	transform: translateY(0);
	box-shadow: 0 2px 10px hsla(43, 96%, 56%, 0.25);
}

.ak-btn-primary:disabled,
.ak-auth-card .btn-main:disabled,
.ak-auth-card button[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
	background-color: hsl(43, 96%, 56%);
}

/* Error messages */
.ak-auth-card .errors {
	background: hsl(0, 100%, 96%);
	border: 1px solid hsl(0, 100%, 80%);
	color: hsl(0, 80%, 50%);
	border-radius: 0.625rem;
	padding: 1rem 1.25rem;
	margin-bottom: 1.75rem;
	font-size: 0.95rem;
	line-height: 1.6;
	font-weight: 500;
	display: none;
}

.ak-auth-card .errors:not(:empty) {
	display: block;
}

.ak-auth-card .errors.success {
	background: hsl(120, 100%, 94%);
	border-color: hsl(120, 100%, 75%);
	color: hsl(120, 60%, 40%);
}

/* Social buttons */
.ak-auth-card .social_btns {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid hsl(48, 30%, 90%);
	text-align: center;
}

.ak-auth-card .social_btns p {
	font-size: 0.8125rem;
	color: hsl(220, 10%, 45%);
	margin-bottom: 1rem;
}

.ak-auth-card .social_btns a {
	display: inline-flex;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 0.5rem 0.5rem;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.1);
	transition: all 0.3s ease;
	border: 0;
	padding: 0;
}

.ak-auth-card .social_btns a:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px hsla(0, 0%, 0%, 0.15);
}

.ak-auth-card .social_btns a svg {
	width: 1.25rem;
	height: 1.25rem;
}

/* Helper text (password complexity) */
.ak-auth-card .helper-text {
	display: none;
	margin-top: 0.75rem;
	margin-bottom: 1rem;
	font-size: 0.8125rem;
	line-height: 1.6;
	color: hsl(220, 10%, 45%);
	list-style: none;
	padding: 0;
}

.ak-auth-card .helper-text li {
	margin-bottom: 0.35rem;
	padding-left: 1.5rem;
	position: relative;
}

.ak-auth-card .helper-text li:before {
	content: "✗";
	position: absolute;
	left: 0;
	color: hsl(0, 84%, 60%);
	font-weight: bold;
}

.ak-auth-card .helper-text li.valid {
	color: hsl(120, 84%, 45%);
}

.ak-auth-card .helper-text li.valid:before {
	content: "✓";
	color: hsl(120, 84%, 45%);
}

/* Loading spinner */
.ak-auth-card .loading_cont {
	position: relative;
}

.ak-auth-card .loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: hsl(43, 96%, 56%);
	border-radius: 1rem;
	overflow: hidden;
	z-index: 99;
}

.ak-auth-card .loading::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30%;
	background-color: hsl(43, 96%, 56%);
	border-radius: 1rem;
	animation: loading-progress 1.5s ease-in-out infinite;
}

@keyframes loading-progress {
	0% { left: -50%; }
	100% { left: 100%; }
}

/* Terms and checkbox */
.ak-auth-card .terms {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.8125rem;
	color: hsl(220, 10%, 45%);
	line-height: 1.5;
}

.ak-auth-card .terms input[type="checkbox"] {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.15rem;
	cursor: pointer;
	flex-shrink: 0;
}

.ak-auth-card .terms a {
	color: hsl(43, 96%, 56%);
	text-decoration: none;
	transition: color 0.3s ease;
}

.ak-auth-card .terms a:hover {
	color: hsl(43, 96%, 45%);
	text-decoration: underline;
}

/* Register terms checkbox */
.ak-terms-check {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	font-size: 0.8125rem;
	color: hsl(220, 10%, 45%);
	line-height: 1.6;
	cursor: pointer;
	user-select: none;
	margin: 1rem 0 1.5rem;
}

.ak-terms-check input[type="checkbox"] {
	width: 1rem;
	height: 1rem;
	margin-top: 0.125rem;
	cursor: pointer;
	accent-color: hsl(43, 96%, 56%);
	flex-shrink: 0;
}

.ak-terms-check span {
	flex: 1;
}

.ak-terms-check a {
	color: hsl(43, 96%, 56%);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.ak-terms-check a:hover {
	color: hsl(43, 96%, 45%);
	text-decoration: underline;
}

/* Form footer (remember device + forgot password) */
.ak-form-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin: 0;
	flex-wrap: wrap;
}

.ak-checkbox {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.8125rem;
	color: hsl(220, 10%, 45%);
	cursor: pointer;
	user-select: none;
}

.ak-checkbox input[type="checkbox"] {
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	accent-color: hsl(43, 96%, 56%);
}

.ak-forgot-link {
	font-size: 0.8125rem;
	color: hsl(43, 96%, 56%);
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 500;
	white-space: nowrap;
}

.ak-forgot-link:hover {
	color: hsl(43, 96%, 45%);
	text-decoration: underline;
}

/* Auth footer (register link) */
.ak-auth-footer {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid hsl(var(--border));
	text-align: center;
}

.ak-auth-footer p {
	font-size: 0.875rem;
	color: hsl(220, 10%, 45%);
	margin: 0;
	line-height: 1.5;
}

.ak-auth-footer a {
	color: hsl(43, 96%, 56%);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s ease;
	margin-left: 0;
}

.ak-auth-footer a:hover {
	text-decoration: underline;
}

/* Privacy note */
.ak-privacy-note {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid hsl(var(--border));
	font-size: 0.75rem;
	color: hsl(220, 10%, 45%);
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
}

/* Login/Register combo buttons */
.ak-auth-card .login_signup_combo {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ak-auth-card .login_signup_combo .login__,
.ak-auth-card .login_signup_combo .signup__ {
	flex: 1;
	margin: 0;
}

.ak-auth-card .login_signup_combo .btn {
	width: 100%;
	margin-right: 0 !important;
	border-radius: 0.625rem;
	padding: 1.125rem 2rem !important;
	height: auto;
	min-height: 3.25rem;
	font-size: 1.05rem;
	font-weight: 600;
	transition: all 0.25s ease;
	font-family: 'Outfit', 'Roboto', sans-serif;
	border: none;
	box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.08);
}

.ak-auth-card .login_signup_combo .btn-main {
	background-color: hsl(43, 96%, 56%);
	color: hsl(220, 10%, 20%);
	margin-top: 1rem !important;
}

.ak-auth-card .login_signup_combo .btn-main:hover {
	background-color: hsl(43, 96%, 50%);
	box-shadow: 0 4px 16px hsla(43, 96%, 56%, 0.3);
}

.ak-auth-card .login_signup_combo .btn-default {
	background-color: hsl(48, 30%, 90%);
	color: hsl(220, 10%, 20%);
	margin-top: 0.5rem;
}

.ak-auth-card .login_signup_combo .btn-default:hover {
	background-color: hsl(48, 30%, 82%);
	box-shadow: 0 4px 12px hsla(0, 0%, 0%, 0.12);
}

/* Google sign-in button */
.ak-auth-card .g-signin2 {
	display: flex !important;
	justify-content: center;
	margin-top: 1rem;
}

/* Responsive design */
@media (max-width: 640px) {
	.ak-page-wrapper {
		padding: 1rem;
		min-height: auto;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.ak-auth-card {
		padding: 2.5rem 1.5rem;
		border-radius: 1.25rem;
		max-width: 100%;
	}

	.ak-close-btn {
		width: 2rem;
		height: 2rem;
		top: 0.75rem;
		right: 0.75rem;
		padding: 0.375rem;
	}

	.ak-close-btn svg {
		width: 20px;
		height: 20px;
	}

	.ak-icon-container {
		margin-bottom: 1rem;
	}

	.ak-icon-container svg {
		width: 2.5rem;
		height: 2.5rem;
	}

	.ak-auth-heading {
		margin-bottom: 1.5rem;
	}

	.ak-auth-heading h1 {
		font-size: 1.75rem;
		margin-bottom: 0.375rem;
	}

	.ak-auth-heading p {
		font-size: 1.0625rem;
	}

	.ak-field {
		margin-bottom: 0.375rem;
	}

	.ak-field input,
	.ak-field textarea,
	.ak-field select {
		font-size: 0.9375rem;
		min-height: 2.375rem;
		padding: 0.625rem 0.75rem;
	}

	.ak-field label {
		font-size: 0.8125rem;
	}

	.ak-form-footer {
		margin: 0.375rem 0 0.75rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.ak-forgot-link {
		width: 100%;
		text-align: right;
	}

	.ak-btn-primary,
	.ak-auth-card .btn-main,
	.ak-auth-card button[type="submit"] {
		min-height: 2.375rem;
		font-size: 0.9375rem;
		margin-top: 1rem;
		padding: 0.75rem 1.5rem !important;
	}

	.ak-auth-footer {
		margin-top: 1rem;
		padding-top: 1rem;
	}

	.ak-auth-footer p {
		font-size: 0.8125rem;
	}

	.ak-privacy-note {
		margin-top: 0.75rem;
		padding-top: 0.75rem;
		font-size: 0.7rem;
	}

/* Welcome-Header: Language Switcher */
.ab-welcome-lang-switcher {
	margin: 7.5px 10px 7.5px 0;
	display: inline-block;
}
.ab-welcome-lang-switcher .ab-welcome-lang-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	color: #555;
	font-size: 14px;
	border-radius: 4px;
	transition: background-color .15s ease-out;
}
.ab-welcome-lang-switcher .ab-welcome-lang-toggle:hover,
.ab-welcome-lang-switcher.open .ab-welcome-lang-toggle {
	background-color: rgba(0, 0, 0, 0.04);
	text-decoration: none;
}
.ab-welcome-lang-switcher .ab-welcome-lang-label {
	text-transform: capitalize;
}
.ab-welcome-lang-menu {
	min-width: 160px;
	max-height: 320px;
	overflow-y: auto;
	right: 0;
	left: auto;
	padding: 6px 0;
}
.ab-welcome-lang-menu > li > a {
	padding: 8px 16px;
	text-transform: capitalize;
	color: #444;
}
.ab-welcome-lang-menu > li.active > a,
.ab-welcome-lang-menu > li > a:hover,
.ab-welcome-lang-menu > li > a:focus {
	background-color: #f4f4f4;
	color: #000;
}
@media (max-width: 600px) {
	.ab-welcome-lang-switcher {
		margin: 7.5px 5px;
	}
	.ab-welcome-lang-switcher .ab-welcome-lang-toggle {
		padding: 5px 8px;
		font-size: 13px;
	}
	.ab-welcome-lang-switcher .ab-welcome-lang-label {
		display: none;
	}
}
}