/* extracted from widgets.css: login/auth/widget micro-layout parity */
.widget_outlogin_wrap {
	--slotmaru-auth-bg: #111820;
	--slotmaru-auth-bg-soft: #172231;
	--slotmaru-auth-border: rgba(218, 179, 93, 0.36);
	--slotmaru-auth-gold: #d9b765;
	--slotmaru-auth-gold-strong: #f0d07a;
	--slotmaru-auth-teal: #2dd4bf;
	--slotmaru-auth-text: #edf6f4;
	--slotmaru-auth-muted: #9eb1b9;
	--slotmaru-auth-field: rgba(255, 255, 255, 0.075);
	display: block;
	background:
		linear-gradient(135deg, rgba(45, 212, 191, 0.13), transparent 34%),
		linear-gradient(180deg, #121b25 0%, var(--slotmaru-auth-bg) 100%) !important;
	border-radius: 8px;
	padding: 20px;
	border: 1px solid var(--slotmaru-auth-border);
	margin-bottom: 0 !important;
	width: 100%;
	color: var(--slotmaru-auth-text);
	box-shadow: none;
}

.widget_outlogin_wrap:after {
	content: none;
}

.widget_outlogin_wrap #btn_login {
	width: 100%;
	padding: 0 14px;
	margin: 0 auto;
	border: 0;
	background: linear-gradient(180deg, var(--slotmaru-auth-gold-strong) 0%, #c89d3c 100%) !important;
	border-color: transparent !important;
	color: #111820;
	cursor: pointer;
	transition: 0.2s ease;
	height: 45px;
	border-radius: 8px;
	font-size: 100%;
	font-weight: 800;
	box-shadow: none;
}

.widget_outlogin_wrap #btn_login:hover,
.widget_outlogin_wrap #btn_login:focus {
	background: linear-gradient(180deg, #f7dc8b 0%, #d6ad4b 100%) !important;
	color: #0f1720;
	box-shadow: none;
}

.login-header {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.35;
}

.login-header__eyebrow {
	color: var(--slotmaru-auth-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.login-header__title {
	color: var(--slotmaru-auth-text);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}

.woutloginmainsec {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 18px;
}

.widget_outlogin_wrap .login-info {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.widget_outlogin_wrap .login-info .form-group {
	margin-bottom: 0;
}

.widget_outlogin_wrap .login-info > .form-group:not(.txtright) {
	grid-column: 1 / -1;
}

.widget_outlogin_wrap .login-info > .remember-me-div {
	display: flex;
	align-items: center;
	float: none !important;
	grid-column: 1;
	align-self: center;
	min-width: 0;
	min-height: 22px;
	line-height: 22px;
}

.widget_outlogin_wrap .login-info > .txtright {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	grid-column: 2;
	align-self: center;
	text-align: right;
	white-space: nowrap;
	min-height: 22px;
	line-height: 22px;
}

.login-info input {
	height: 45px !important;
	padding: 0 16px 0 42px !important;
	margin-bottom: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px !important;
	background-color: var(--slotmaru-auth-field) !important;
	color: var(--slotmaru-auth-text) !important;
	box-shadow: none;
}

.login-info input:focus {
	border-color: rgba(45, 212, 191, 0.72);
	background-color: rgba(255, 255, 255, 0.11) !important;
	box-shadow: 0 0 0 0.16rem rgba(45, 212, 191, 0.18);
	color: var(--slotmaru-auth-text) !important;
}

.login-info input.required,
.login-info textarea.required {
	background-image: none !important;
}

.widget_outlogin_wrap .input-group {
	position: relative;
}

.widget_outlogin_wrap #outlogin_mb_id::-webkit-input-placeholder,
.widget_outlogin_wrap #outlogin_mb_password::-webkit-input-placeholder,
.widget_outlogin_wrap #outlogin_mb_id::-ms-input-placeholder,
.widget_outlogin_wrap #outlogin_mb_password::-ms-input-placeholder,
.widget_outlogin_wrap #outlogin_mb_id::placeholder,
.widget_outlogin_wrap #outlogin_mb_password::placeholder {
	color: #95a7ae;
	opacity: 1;
}

.widget_outlogin_wrap .na-dot {
	display: inline-block;
	vertical-align: middle !important;
	margin: 0 2px;
}

.widget_outlogin_wrap .icon_user,
.widget_outlogin_wrap .icon_password {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	background: none;
	color: var(--slotmaru-auth-teal);
	z-index: 3;
	pointer-events: none;
}

.widget_outlogin_wrap .icon_user {
	width: 16px;
	height: 16px;
}

.widget_outlogin_wrap .icon_password {
	width: 16px;
	height: 17px;
}

.widget_outlogin_wrap .icon_user::before,
.widget_outlogin_wrap .icon_user::after,
.widget_outlogin_wrap .icon_password::before,
.widget_outlogin_wrap .icon_password::after {
	position: absolute;
	content: "";
}

.widget_outlogin_wrap .icon_user::before {
	top: 1px;
	left: 4px;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.widget_outlogin_wrap .icon_user::after {
	left: 1px;
	bottom: 1px;
	width: 14px;
	height: 8px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 0 0 999px 999px;
	opacity: 0.78;
}

.widget_outlogin_wrap .icon_password::before {
	top: 0;
	left: 4px;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.widget_outlogin_wrap .icon_password::after {
	left: 1px;
	bottom: 0;
	width: 14px;
	height: 10px;
	border: 2px solid currentColor;
	border-radius: 3px;
	background: rgba(45, 212, 191, 0.11);
}

.widget_outlogin_wrap .widget-profile-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
	flex: 0 0 60px;
}

.widget_outlogin_wrap .widget-profile-avatar img,
.widget_outlogin_wrap .rounded-circle {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50% !important;
}

.register-div {
	color: var(--slotmaru-auth-muted);
	text-align: center;
}

.register-div a.regcls {
	color: var(--slotmaru-auth-gold-strong);
	margin-left: 5px;
	transition: 0.2s ease;
	font-weight: 800;
}

.register-div a.regcls:hover {
	color: #fff1b8;
}

.fpassaction {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	transition: 0.2s ease;
	color: var(--slotmaru-auth-muted);
	font-weight: 700;
	line-height: 22px;
}

.fpassaction:hover {
	color: var(--slotmaru-auth-teal);
}

.telegram-login-block {
	width: 100%;
}

.tgme_widget_login.large button.tgme_widget_login_button {
	word-break: break-all;
	width: 230px;
	white-space: normal;
}

.telegram-login-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	transition: transform 0.3s ease;
}

/* Custom styling for the iframe within the container */
.telegram-login-container iframe {
	border-radius: 8px !important;
	border: 1px solid rgba(45, 212, 191, 0.32);
	max-width: 100%;
	width: 350px;
	box-shadow: none;
}

.telegram-login-container iframe button {
	white-space: normal;
}

.telegram-login-block-off {
	margin-top: 0;
}

.widget_outlogin_wrap .outloggedinwidgetcls .telegram-login-block-off {
	margin-top: 10px;
}

.telegram-login-off {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 12px;
	border: 1px solid rgba(218, 179, 93, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(45, 212, 191, 0.12), transparent 42%),
		rgba(255, 255, 255, 0.055);
	box-shadow: none;
}

.telegram-login-off__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 32px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--slotmaru-auth-teal);
	box-shadow: none;
}

.telegram-login-off__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: var(--slotmaru-auth-gold-strong);
}

.telegram-login-off__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.telegram-login-off__label {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.telegram-login-off__message,
.telegram-login-off__hint {
	margin: 0;
	text-align: center;
	letter-spacing: 0;
}

.telegram-login-off__message {
	font-size: 12px;
	line-height: 1.5;
	color: #cad8dc;
}

.telegram-login-off__hint {
	margin-top: -4px;
	font-size: 11px;
	line-height: 1.4;
	color: #93a9b0;
}

.sidebar-bannerimg {
	padding-top: 20px !important;
	margin-bottom: 0 !important;
}

.sidebar-bannerimg img {
	width: 100%;
}

.companies-widget-sec {
	background-color: #ffffff !important;
	border-radius: 8px;
	padding: 20px;
	border: 1px solid #ededed;
	margin-bottom: 0 !important;
}

.widget_outlogin_wrap.bg_gray_boxshadow_slope {
	background-color: var(--slotmaru-auth-bg) !important;
	margin-bottom: 0 !important;
}

.companies-widget-sec.bg_gray_boxshadow_slope,
.latest-posts-widget-sec.bg_gray_boxshadow_slope,
.latest-posts-comments-widget-sec.bg_gray_boxshadow_slope {
	background-color: #ffffff !important;
	margin-bottom: 0 !important;
}

.box-header {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 15px;
	color: #303437;
	text-align: left;
	padding: 0;
}

.companies-widget-sec .wg_head_event {
	background: none;
}

.companies-widget-sec .wg_icon_event {
	background: none;
	color: #303437;
}

.companies-widget-sec .na-item:hover,
.widget_outlogin_wrap p.f-sm a:hover {
	color: var(--slotmaru-auth-teal);
}

.companies-widget-sec div a.na-subject:hover {
	color: var(--new-btn-color) !important;
}

.companies-widget-sec .na-title .na-subject {
	font-weight: 200;
}

.latest-posts-widget-sec,
.latest-posts-comments-widget-sec {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	border: 1px solid #ededed;
	margin-bottom: 0;
	margin-top: 20px;
}

.latest-posts-widget-sec .wg_head_event,
.latest-posts-comments-widget-sec .wg_head_event {
	background: none;
}

.latest-posts-widget-sec .wg_icon_event,
.latest-posts-comments-widget-sec .wg_icon_event {
	background: none;
	color: #303437;
}

.latest-posts-widget-sec .na-title .na-subject,
.latest-posts-comments-widget-sec .na-title .na-subject {
	font-weight: 200;
}

.widget_outlogin_wrap .btn-group a {
	background-color: var(--slotmaru-auth-gold) !important;
	border-color: var(--slotmaru-auth-gold) !important;
	color: #111820 !important;
}

input#outlogin_remember_me:focus {
	outline: none !important;
}

.widget_outlogin_wrap .custom-switch {
	display: flex;
	align-items: center;
	padding-left: 35px;
	min-height: 22px;
	line-height: 22px;
}

.widget_outlogin_wrap .login-info .custom-switch .custom-control-label {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	line-height: 22px;
}

.widget_outlogin_wrap .login-info .custom-switch .custom-control-label::before {
	top: 0 !important;
}

.widget_outlogin_wrap .login-info .custom-switch .custom-control-label::after {
	top: 3px !important;
}

.widget_outlogin_wrap .custom-switch .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 40px;
	height: 22px;
	border-radius: 22px !important;
	margin-top: 0 !important;
}

.widget_outlogin_wrap .custom-switch .custom-control-label::after {
	background-color: #fff;
	width: 16px !important;
	height: 16px !important;
	border-radius: 50% !important;
	top: 6px !important;
	margin-top: 0 !important;
	transition: left 0.15s;
	margin-left: 2px;
}

.widget_outlogin_wrap .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	left: -15px !important;
	transform: unset !important;
	transition: left 0.15s;
}

.widget_outlogin_wrap .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
	background-color: rgba(45, 212, 191, 0.9);
	border-color: rgba(45, 212, 191, 0.9);
}

.widget_outlogin_wrap .custom-switch .custom-control-label span {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: var(--slotmaru-auth-muted);
	margin-top: 0;
	line-height: 22px;
}

#sidebar-login .custom-switch {
	padding-left: 2.25rem;
}

#sidebar-login .custom-switch .custom-control-label::before {
	background-color: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 40px;
	height: 22px;
	border-radius: 22px !important;
	margin-top: -2px !important;
}

#sidebar-login .custom-switch .custom-control-label::after {
	background-color: #fff;
	width: 16px !important;
	height: 16px !important;
	border-radius: 50% !important;
	top: 6px !important;
	margin-top: -2px !important;
	transition: left 0.15s;
	margin-left: 2px;
}

#sidebar-login .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
	background-color: rgba(45, 212, 191, 0.9);
	border-color: rgba(45, 212, 191, 0.9);
}

.widget_outlogin_wrap .custom-control-label,
#sidebar-login .custom-control-label {
	padding-left: 15px;
	cursor: pointer;
}

.widget_outlogin_wrap .outloggedinwidgetcls {
	padding: 18px 18px 0;
	color: var(--slotmaru-auth-text);
}

.widget_outlogin_wrap .slotmaru-profile-name-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
}

.widget_outlogin_wrap .slotmaru-profile-name-row .cususernamecls {
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.28;
}

.widget_outlogin_wrap .slotmaru-profile-name-row .cususernamecls b {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow: visible;
	text-overflow: clip;
	white-space: nowrap;
}

.widget_outlogin_wrap .slotmaru-profile-name-row .cususernamecls .xp-icon {
	flex: 0 0 auto;
}

.widget_outlogin_wrap .slotmaru-profile-name-row .cususernamecls .sv_wrap,
.widget_outlogin_wrap .slotmaru-profile-name-row .cususernamecls .sv_member {
	min-width: 0;
	overflow: visible;
	text-overflow: clip;
	white-space: nowrap;
	word-break: keep-all;
}

.widget_outlogin_wrap .outloggedinwidgetcls .cususernamecls,
.widget_outlogin_wrap .outloggedinwidgetcls .cususernamecls a,
.widget_outlogin_wrap .outloggedinwidgetcls .sv_member {
	color: var(--slotmaru-auth-text) !important;
	letter-spacing: 0;
}

.widget_outlogin_wrap .slotmaru-profile-settings {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin-top: -2px;
	border: 1px solid rgba(240, 208, 122, 0.32);
	border-radius: 999px;
	background: rgba(240, 208, 122, 0.08) !important;
	color: var(--slotmaru-auth-gold-strong) !important;
	text-decoration: none !important;
	box-shadow: none;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.widget_outlogin_wrap .slotmaru-profile-settings i {
	font-size: 13px;
	line-height: 1;
	color: inherit !important;
	position: static !important;
}

.widget_outlogin_wrap .slotmaru-profile-settings:hover,
.widget_outlogin_wrap .slotmaru-profile-settings:focus {
	border-color: rgba(45, 212, 191, 0.55);
	background: rgba(45, 212, 191, 0.13) !important;
	color: #fff1b8 !important;
	transform: translateY(-1px);
}

.widget_outlogin_wrap .outloggedinwidgetcls p.f-sm,
.widget_outlogin_wrap .outloggedinwidgetcls p.f-sm a {
	color: var(--slotmaru-auth-muted);
}

.widget_outlogin_wrap .outloggedinwidgetcls #user-points,
.widget_outlogin_wrap .outloggedinwidgetcls .orangered {
	color: var(--slotmaru-auth-gold-strong) !important;
}

.widget_outlogin_wrap .widget-profile-avatar {
	border: 2px solid rgba(45, 212, 191, 0.34);
	box-shadow: none;
}

.widget_outlogin_wrap .cmemberactionbtnsec .btn,
.widget_outlogin_wrap .cmemberactionbtnsec > a {
	border: 0 !important;
	background: linear-gradient(180deg, var(--slotmaru-auth-gold-strong), #c89d3c) !important;
	color: #111820 !important;
	font-weight: 800;
}

.widget_outlogin_wrap .cmemberactionbtnsec .earn-points-modal,
.widget_outlogin_wrap .dropdown-menu .earn-points-modal {
	border: 1px solid rgba(45, 212, 191, 0.3) !important;
	background: rgba(45, 212, 191, 0.1) !important;
	color: var(--slotmaru-auth-text) !important;
	box-shadow: none !important;
}

.widget_outlogin_wrap .cmemberactionbtnsec .earn-points-modal:hover,
.widget_outlogin_wrap .cmemberactionbtnsec .earn-points-modal:focus,
.widget_outlogin_wrap .dropdown-menu .earn-points-modal:hover,
.widget_outlogin_wrap .dropdown-menu .earn-points-modal:focus {
	border-color: rgba(240, 208, 122, 0.5) !important;
	background: rgba(240, 208, 122, 0.12) !important;
	color: var(--slotmaru-auth-gold-strong) !important;
}

.widget_outlogin_wrap .custom-smnucls {
	border-top-color: rgba(255, 255, 255, 0.12) !important;
}

.widget_outlogin_wrap .custom-smnucls li {
	border-right-color: rgba(255, 255, 255, 0.12);
}

.widget_outlogin_wrap .custom-smnucls li:last-child {
	border-right: 0;
}

.widget_outlogin_wrap .custom-smnucls li a {
	color: var(--slotmaru-auth-muted);
}

.widget_outlogin_wrap .custom-smnucls li a:hover {
	color: var(--slotmaru-auth-teal);
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.widget_outlogin_wrap #btn_login {
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.custom-right-sidebar-maindiv {
		position: fixed;
		right: 0;
		z-index: 1000;
		height: 100%;
		top: 0;
		overflow: auto;
		width: 300px;
		background-color: #f8f9fa;
		padding: 10px;
		right: -100%;
	}

	.widget_outlogin_wrap {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 575px) {
	.telegram-login-off {
		gap: 8px;
	}

	.telegram-login-off__status {
		min-height: 32px;
		padding: 0;
	}

	.telegram-login-off__label {
		font-size: 13px;
	}

	.telegram-login-off__message {
		font-size: 11px;
		line-height: 1.45;
	}
}

@media (max-width: 767px) {
	.telegram-login-off__message,
	.telegram-login-off__hint {
		font-size: 12px;
		line-height: 1.5;
	}
}
