.premium-celebration {
	position: fixed;
	inset: 0;
	z-index: 20000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 12, 16, 0);
	backdrop-filter: blur(0px);
	opacity: 0;
	transition: opacity 0.5s ease, background 0.5s ease, backdrop-filter 0.5s ease;
	pointer-events: none;
}

.premium-celebration.is-visible {
	opacity: 1;
	background: rgba(10, 12, 16, 0.72);
	backdrop-filter: blur(6px);
	pointer-events: auto;
}

.premium-celebration__canvas {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.premium-celebration__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
	transform: scale(0.85);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.15s, opacity 0.5s ease 0.15s;
}

.premium-celebration.is-visible .premium-celebration__content {
	transform: scale(1);
	opacity: 1;
}

.premium-celebration__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #f0b429;
	color: #5b3a00;
	font-size: 42px;
	margin-bottom: 8px;
}

.premium-celebration__title {
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	color: #fff;
}

.premium-celebration__text {
	margin: 0;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
}

.premium-avatar-badge {
	position: absolute;
	left: -8px;
	top: -14px;
	z-index: 4;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-16deg);
	pointer-events: auto;
	cursor: pointer;
}

.premium-avatar-badge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}

.premium-login-badge-slot {
	all: initial;
	display: inline-block;
}

.pb-profile-music {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	margin-bottom: 12px;
	background: rgba(240, 180, 41, 0.06);
	border: 1px solid rgba(240, 180, 41, 0.25);
}

.pb-profile-music__disc {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1e1e26;
	border: 3px solid rgba(255, 255, 255, 0.06);
	color: #f0b429;
	font-size: 16px;
	animation: pb-profile-music-spin 3.2s linear infinite;
	animation-play-state: paused;
}

.pb-profile-music.is-playing .pb-profile-music__disc {
	animation-play-state: running;
}

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

.pb-profile-music__info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.pb-profile-music__label {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(240, 180, 41, 0.8);
}

.pb-profile-music__name {
	font-size: 12.5px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pb-profile-music__toggle {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	background: rgba(240, 180, 41, 0.18);
	color: #f0b429;
	font-size: 15px;
	cursor: pointer;
}

.pb-profile-music__toggle:hover {
	background: rgba(240, 180, 41, 0.3);
}

.premium-login-badge {
	vertical-align: middle;
	margin-left: 4px;
}

.premium-hero-isolated {
	position: relative;
	z-index: 1;
	isolation: isolate;
}

.premium-hero-gold {
	background: #26211a;
	border-color: rgba(240, 180, 41, 0.22);
}

.premium-hero-eyebrow {
	color: #f0b429 !important;
}

.premium-hero-eyebrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background: #f0b429;
	color: #5b3a00;
	font-size: 12px;
}

.premium-hero-gold .pb-hero-banner__title em {
	color: #f0b429;
}

.premium-panel {
	position: relative;
	z-index: 1;
	isolation: isolate;
	min-width: 0;
    background: linear-gradient(1deg, #25252e 30%, #292932 100%);
    box-shadow: 0px 5px 10px #13151a4f;
	border-radius: 18px;
	overflow: hidden;
}

#premium_root_panel {
	min-width: 0;
}

.premium-panel__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.premium-panel__head i {
	color: #f0b429;
	font-size: 18px;
}

.premium-panel__body {
	padding: 22px;
	min-width: 0;
}

.premium-empty {
	padding: 28px;
	text-align: center;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}

.premium-tariffs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	gap: 18px;
	align-items: stretch;
	min-width: 0;
}

.premium-tariff-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 24px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	transition: border-color 0.2s ease;
}

.premium-tariff-card:hover {
	border-color: rgba(240, 180, 41, 0.3);
}

.premium-tariff-card--featured {
	background: rgba(240, 180, 41, 0.05);
	border-color: rgba(240, 180, 41, 0.45);
}

.premium-tariff-card--featured:hover {
	border-color: rgba(240, 180, 41, 0.7);
}

.premium-tariff-card__ribbon {
	position: absolute;
	top: -1px;
	right: 20px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 12px;
	border-radius: 0 0 8px 8px;
	background: #f0b429;
	color: #5b3a00;
	font-size: 10.5px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.premium-tariff-name {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
}

.premium-tariff-duration {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.premium-tariff-price {
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 12px;
}

.premium-tariff-price s {
	color: rgba(255, 255, 255, 0.35);
	font-size: 14px;
	font-weight: 500;
	margin-right: 4px;
}

.premium-tariff-desc {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.premium-tariff-features {
	flex: 1;
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.premium-tariff-feature {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.8);
	padding: 6px 0;
}

.premium-tariff-feature__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: rgba(240, 180, 41, 0.12);
	color: #f0b429;
	font-size: 14px;
}

.premium-tariff-stickers {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
	min-width: 0;
}

.premium-tariff-sticker-pack {
	position: relative;
	padding: 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	min-width: 0;
}

.premium-tariff-sticker-pack__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.premium-tariff-sticker-pack__item {
	width: 56px;
	height: 56px;
	flex: 0 0 auto;
	object-fit: contain;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.premium-tariff-sticker-pack__name {
	display: block;
	margin-top: 8px;
	font-size: 11.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
}

.premium-tariff-sticker-pack.is-locked .premium-tariff-sticker-pack__grid {
	filter: blur(6px);
	user-select: none;
	pointer-events: none;
}

.premium-tariff-sticker-pack__lock {
	position: absolute;
	inset: 0 0 auto 0;
	height: calc(100% - 26px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.premium-tariff-sticker-pack__lock i {
	font-size: 20px;
	color: #f0b429;
}

.premium-buy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none;
	border-radius: 11px;
	padding: 13px;
	background: #f0b429;
	color: #5b3a00;
	font-weight: 800;
	font-size: 13.5px;
	cursor: pointer;
	width: 100%;
	transition: background 0.15s ease;
}

.premium-buy-btn:hover {
	background: #ffc94a;
}

.premium-buy-btn:disabled {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.4);
	cursor: default;
}

.premium-current-tariff {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px;
	border-radius: 12px;
	background: rgba(240, 180, 41, 0.08);
	border: 1px solid rgba(240, 180, 41, 0.2);
	margin-bottom: 20px;
}

.premium-current-tariff__name {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	color: #f0b429;
	font-size: 15px;
}

.premium-current-tariff__expiry {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12.5px;
}

.premium-settings-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
	gap: 16px;
	margin-top: 18px;
	min-width: 0;
}

.premium-settings-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	transition: border-color 0.2s ease;
	min-width: 0;
}

.premium-settings-card:hover {
	border-color: rgba(240, 180, 41, 0.3);
}

.premium-settings-card--wide {
	grid-column: 1 / -1;
	min-width: 0;
}

.premium-settings-card__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.premium-settings-card__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: rgba(240, 180, 41, 0.12);
	color: #f0b429;
	font-size: 19px;
}

.premium-settings-card__titles {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.premium-settings-card__title {
	font-size: 14.5px;
	font-weight: 800;
	color: #fff;
}

.premium-settings-card__desc {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.45;
}

.premium-settings-card__body {
	margin-top: auto;
}

.premium-settings-card--toggle .premium-settings-card__head {
	align-items: center;
}

.premium-settings-card--toggle .premium-settings-card__head .premium-switch {
	margin-left: auto;
	flex: 0 0 auto;
}

.premium-autosave-hint {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	color: rgba(240, 180, 41, 0.85);
	font-size: 12px;
	font-weight: 600;
	transition: opacity 0.15s ease;
}

.premium-autosave-hint.is-saving {
	opacity: 0.5;
}

.premium-toggle-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.premium-toggle-row:last-of-type {
	border-bottom: none;
}

.premium-toggle-row__label {
	display: flex;
	flex-direction: column;
	gap: 2px;
	color: #fff;
	font-size: 13.5px;
	font-weight: 600;
}

.premium-toggle-row__hint {
	color: rgba(255, 255, 255, 0.45);
	font-size: 11.5px;
	font-weight: 400;
}

.premium-switch {
	position: relative;
	flex: 0 0 auto;
	display: inline-block;
	width: 46px;
	height: 26px;
}

.premium-switch input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	z-index: 1;
}

.premium-switch__track {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	transition: background 0.2s ease;
}

.premium-switch__track::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.2s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.premium-switch input:checked + .premium-switch__track {
	background: #f0b429;
}

.premium-switch input:checked + .premium-switch__track::before {
	transform: translateX(20px);
}

.premium-field-label {
	margin-top: 6px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.premium-resource-picker {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.premium-resource-pick {
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.08);
	transition: border-color 0.15s ease;
}

.premium-resource-pick.is-active {
	border-color: #f0b429;
}

.premium-resource-pick input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

.premium-resource-pick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.premium-resource-pick--none {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.03);
}

.premium-resource-pick--none.is-active {
	border-color: rgba(255, 92, 92, 0.7);
}

.premium-resource-pick__none-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.35);
}

.premium-resource-pick--none.is-active .premium-resource-pick__none-icon {
	color: rgba(255, 92, 92, 0.85);
}

.premium-sound-picker {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
	gap: 10px;
	margin-bottom: 20px;
	min-width: 0;
}

.premium-sound-pick {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.premium-sound-pick.is-active {
	border-color: #f0b429;
	background: rgba(240, 180, 41, 0.08);
}

.premium-sound-pick input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

.premium-sound-pick__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: rgba(240, 180, 41, 0.12);
	color: #f0b429;
	font-size: 17px;
}

.premium-sound-pick--none {
	grid-column: 1 / -1;
}

.premium-sound-pick--none .premium-sound-pick__icon {
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.4);
}

.premium-sound-pick__name {
	flex: 1 1 auto;
	min-width: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.premium-sound-pick__preview {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: rgba(240, 180, 41, 0.15);
	color: #f0b429;
	font-size: 16px;
	cursor: pointer;
}

.premium-sound-pick__preview:hover {
	background: rgba(240, 180, 41, 0.28);
}

.premium-color-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.premium-color-row input[type="color"] {
	width: 44px;
	height: 34px;
	padding: 2px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	cursor: pointer;
}

.premium-color-preview {
	font-size: 13px;
	font-weight: 700;
}

.premium-tariff-feature__hint {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 400;
}

.premium-save-btn {
	margin-top: 8px;
}

.premium-service-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	padding: 18px 20px;
	border-radius: 16px;
	background: rgba(240, 180, 41, 0.06);
	border: 1px solid rgba(240, 180, 41, 0.25);
	overflow: hidden;
}

.premium-service-card__crown {
	position: absolute;
	top: -10px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f0b429;
	color: #5b3a00;
	font-size: 19px;
	transform: rotate(14deg);
}

.premium-service-card__body {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}

.premium-service-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.premium-service-card__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(240, 180, 41, 0.14);
	color: #f0b429;
	font-size: 20px;
}

.premium-service-card__titles {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.premium-service-card__title {
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
}

.premium-service-card__server {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
}

.premium-service-card__status {
	font-size: 12.5px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
}

.premium-service-card__status--active {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #4fea9f;
}

.premium-service-card__btn {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: none;
	border-radius: 10px;
	padding: 10px 18px;
	background: #f0b429;
	color: #5b3a00;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: background 0.15s ease;
}

.premium-service-card__btn:hover {
	background: #ffc94a;
}

.premium-service-card__btn--secondary {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.premium-service-card__btn--secondary:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* .modal has `backdrop-filter: blur(2px)` (bootstrap.css) meant to blur the page
   behind the whole dialog. Without its own stacking context, .modal-content can
   end up visually blurred too on some GPU compositing paths — isolate it so the
   dialog itself always renders crisp regardless of the backdrop blur behind it. */
#premium_service_modal .modal-content {
	isolation: isolate;
}

#premium_service_modal .modal-body {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.premium-modal-service {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(240, 180, 41, 0.06);
	border: 1px solid rgba(240, 180, 41, 0.2);
}

.premium-modal-service__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(240, 180, 41, 0.14);
	color: #f0b429;
	font-size: 17px;
}

.premium-modal-service__text {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.premium-modal-service__name {
	font-size: 13.5px;
	font-weight: 800;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.premium-modal-service__server {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.premium-modal-service__badge {
	flex: 0 0 auto;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(79, 234, 159, 0.12);
	color: #4fea9f;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.premium-modal-types {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.premium-modal-radio {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 9px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.7);
	font-size: 12.5px;
	font-weight: 600;
	cursor: pointer;
	user-select: none;
}

.premium-modal-radio i {
	font-size: 15px;
}

.premium-modal-radio.is-active {
	border-color: #f0b429;
	background: rgba(240, 180, 41, 0.1);
	color: #fff;
}

.premium-modal-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.premium-modal-field__label {
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.6);
}

.premium-modal-field input.form-control {
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font-size: 13px;
	box-shadow: none;
}

.premium-modal-field input.form-control::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.premium-modal-field input.form-control:focus {
	outline: none;
	border-color: #f0b429;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.premium-modal-field__hint {
	font-size: 11px;
	font-weight: 600;
}

.premium-modal-field__hint.is-hint {
	color: rgba(255, 255, 255, 0.4);
}

.premium-modal-field__hint.is-valid {
	color: #4fea9f;
}

.premium-modal__result {
	font-size: 12.5px;
	font-weight: 600;
}

.premium-modal__result.is-success {
	color: #4fea9f;
}

.premium-modal__result.is-error {
	color: #ff6b6b;
}
