@charset "UTF-8";/**
 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Reset */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-base-foreground: 								hsl(0, 0%, 98%);
	--ck-color-base-background: 								hsl(0, 0%, 100%);
	--ck-color-base-border: 									hsl(220, 6%, 81%);
	--ck-color-base-action: 									hsl(104, 50.2%, 42.5%);
	--ck-color-base-focus: 										hsl(209, 92%, 70%);
	--ck-color-base-text: 										hsl(0, 0%, 20%);
	--ck-color-base-active: 									hsl(218.1, 100%, 58%);
	--ck-color-base-active-focus:								hsl(218.2, 100%, 52.5%);
	--ck-color-base-error:										hsl(15, 100%, 43%);

	/* -- Generic colors ------------------------------------------------------------------------ */

	--ck-color-focus-border-coordinates: 						218, 81.8%, 56.9%;
	--ck-color-focus-border: 									hsl(var(--ck-color-focus-border-coordinates));
	--ck-color-focus-outer-shadow:								hsl(212.4, 89.3%, 89%);
	--ck-color-focus-disabled-shadow:							hsla(209, 90%, 72%,.3);
	--ck-color-focus-error-shadow:								hsla(9,100%,56%,.3);
	--ck-color-text: 											var(--ck-color-base-text);
	--ck-color-shadow-drop: 									hsla(0, 0%, 0%, 0.15);
	--ck-color-shadow-drop-active:								hsla(0, 0%, 0%, 0.2);
	--ck-color-shadow-inner: 									hsla(0, 0%, 0%, 0.1);

	/* -- Buttons ------------------------------------------------------------------------------- */

	--ck-color-button-default-background: 						transparent;
	--ck-color-button-default-hover-background: 				hsl(0, 0%, 94.1%);
	--ck-color-button-default-active-background: 				hsl(0, 0%, 94.1%);
	--ck-color-button-default-disabled-background: 				transparent;

	--ck-color-button-on-background: 							hsl(212, 100%, 97.1%);
	--ck-color-button-on-hover-background: 						hsl(211.7, 100%, 92.9%);
	--ck-color-button-on-active-background: 					hsl(211.7, 100%, 92.9%);
	--ck-color-button-on-disabled-background: 					hsl(211, 15%, 95%);
	--ck-color-button-on-color:									hsl(218.1, 100%, 58%);


	--ck-color-button-action-background: 						var(--ck-color-base-action);
	--ck-color-button-action-hover-background: 					hsl(104, 53.2%, 40.2%);
	--ck-color-button-action-active-background: 				hsl(104, 53.2%, 40.2%);
	--ck-color-button-action-disabled-background: 				hsl(104, 44%, 58%);
	--ck-color-button-action-text: 								var(--ck-color-base-background);

	--ck-color-button-save: 									hsl(120, 100%, 27%);
	--ck-color-button-cancel: 									hsl(15, 100%, 43%);

	--ck-color-switch-button-off-background:					hsl(0, 0%, 57.6%);
	--ck-color-switch-button-off-hover-background:				hsl(0, 0%, 49%);
	--ck-color-switch-button-on-background:						var(--ck-color-button-action-background);
	--ck-color-switch-button-on-hover-background:				hsl(104, 53.2%, 40.2%);
	--ck-color-switch-button-inner-background:					var(--ck-color-base-background);
	--ck-color-switch-button-inner-shadow:						hsla(0, 0%, 0%, 0.1);

	/* -- Dropdown ------------------------------------------------------------------------------ */

	--ck-color-dropdown-panel-background: 						var(--ck-color-base-background);
	--ck-color-dropdown-panel-border: 							var(--ck-color-base-border);

	/* -- Dialog -------------------------------------------------------------------------------- */

	--ck-color-dialog-background: 								var(--ck-custom-background);
	--ck-color-dialog-form-header-border: 						var(--ck-custom-border);

	/* -- Input --------------------------------------------------------------------------------- */

	--ck-color-input-background: 								var(--ck-color-base-background);
	--ck-color-input-border: 									var(--ck-color-base-border);
	--ck-color-input-error-border:								var(--ck-color-base-error);
	--ck-color-input-text: 										var(--ck-color-base-text);
	--ck-color-input-disabled-background: 						hsl(0, 0%, 95%);
	--ck-color-input-disabled-border: 							var(--ck-color-base-border);
	--ck-color-input-disabled-text: 							hsl(0, 0%, 46%);

	/* -- List ---------------------------------------------------------------------------------- */

	--ck-color-list-background: 								var(--ck-color-base-background);
	--ck-color-list-button-hover-background: 					var(--ck-color-button-default-hover-background);
	--ck-color-list-button-on-background: 						var(--ck-color-button-on-color);
	--ck-color-list-button-on-background-focus: 				var(--ck-color-button-on-color);
	--ck-color-list-button-on-text:								var(--ck-color-base-background);

	/* -- Panel --------------------------------------------------------------------------------- */

	--ck-color-panel-background: 								var(--ck-color-base-background);
	--ck-color-panel-border: 									var(--ck-color-base-border);

	/* -- Toolbar ------------------------------------------------------------------------------- */

	--ck-color-toolbar-background: 								var(--ck-color-base-background);
	--ck-color-toolbar-border: 									var(--ck-color-base-border);

	/* -- Tooltip ------------------------------------------------------------------------------- */

	--ck-color-tooltip-background: 								var(--ck-color-base-text);
	--ck-color-tooltip-text: 									var(--ck-color-base-background);

	/* -- Engine -------------------------------------------------------------------------------- */

	--ck-color-engine-placeholder-text: 						hsl(0, 0%, 44%);

	/* -- Upload -------------------------------------------------------------------------------- */

	--ck-color-upload-bar-background:		 					hsl(209, 92%, 70%);

	/* -- Link -------------------------------------------------------------------------------- */

	--ck-color-link-default:									hsl(240, 100%, 47%);
	--ck-color-link-selected-background:						hsla(201, 100%, 56%, 0.1);
	--ck-color-link-fake-selection:								hsla(201, 100%, 56%, 0.3);

	/* -- Search result highlight ---------------------------------------------------------------- */

	--ck-color-highlight-background:							hsl(60, 100%, 50%);

	/* -- Generic colors ------------------------------------------------------------------------- */

	--ck-color-light-red:										hsl(0, 100%, 90%);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/**
	 * An opacity value of disabled UI item.
	 */
	--ck-disabled-opacity: .5;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/**
	 * The geometry of the of focused element's outer shadow.
	 */
	--ck-focus-outer-shadow-geometry: 0 0 0 3px;

	/**
	 * A visual style of focused element's outer shadow.
	 */
	--ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);

	/**
	 * A visual style of focused element's outer shadow (when disabled).
	 */
	--ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);

	/**
	 * A visual style of focused element's outer shadow (when has errors).
	 */
	--ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);

	/**
	 * A visual style of focused element's border or outline.
	 */
	--ck-focus-ring: 1px solid var(--ck-color-focus-border);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-font-size-base: 13px;
	--ck-line-height-base: 1.84615;
	--ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;

	--ck-font-size-tiny: 0.7em;
	--ck-font-size-small: 0.75em;
	--ck-font-size-normal: 1em;
	--ck-font-size-big: 1.4em;
	--ck-font-size-large: 1.8em;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* This is super-important. This is **manually** adjusted so a button without an icon
	is never smaller than a button with icon, additionally making sure that text-less buttons
	are perfect squares. The value is also shared by other components which should stay "in-line"
	with buttons. */
	--ck-ui-component-min-height: 2.3em;
}
/**
 * Resets an element, ignoring its children.
 */
.ck.ck-reset,
.ck.ck-reset_all,
.ck-reset_all *:not(.ck-reset_all-excluded *) {
	box-sizing: border-box;
	width: auto;
	height: auto;
	position: static;

	/* Do not include inheritable rules here. */
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-decoration: none;
	vertical-align: middle;
	transition: none;

	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/105 */
	word-wrap: break-word;
}
/**
 * Resets an element AND its children.
 */
.ck.ck-reset_all,
.ck-reset_all *:not(.ck-reset_all-excluded *) {
	/* These are rule inherited by all children elements. */
	border-collapse: collapse;
	font: normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);
	color: var(--ck-color-text);
	text-align: left;
	white-space: nowrap;
	cursor: auto;
	float: none;
}
.ck-reset_all .ck-rtl *:not(.ck-reset_all-excluded *) {
		text-align: right;
	}
.ck-reset_all iframe:not(.ck-reset_all-excluded *) {
		/* For IE */
		vertical-align: inherit;
	}
.ck-reset_all textarea:not(.ck-reset_all-excluded *) {
		white-space: pre-wrap;
	}
.ck-reset_all textarea:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="text"]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="password"]:not(.ck-reset_all-excluded *) {
		cursor: text;
	}
.ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="text"][disabled]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="password"][disabled]:not(.ck-reset_all-excluded *) {
		cursor: default;
	}
.ck-reset_all fieldset:not(.ck-reset_all-excluded *) {
		padding: 10px;
		border: 2px groove hsl(255, 7%, 88%);
	}
.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner {
		/* See http://stackoverflow.com/questions/5517744/remove-extra-button-spacing-padding-in-firefox */
		padding: 0;
		border: 0
	}
/**
 * Default UI rules for RTL languages.
 */
.ck[dir="rtl"],
.ck[dir="rtl"] .ck {
	text-align: right;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Default border-radius value.
 */
:root{
	--ck-border-radius: 2px;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/**
	 * A visual style of element's inner shadow (i.e. input).
	 */
	--ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;

	/**
	 * A visual style of element's drop shadow (i.e. panel).
	 */
	--ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);

	/**
	 * A visual style of element's active shadow (i.e. comment or suggestion).
	 */
	--ck-drop-shadow-active: 0 3px 6px 1px var(--ck-color-shadow-drop-active);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-spacing-unit: 						0.6em;
	--ck-spacing-large: 					calc(var(--ck-spacing-unit) * 1.5);
	--ck-spacing-standard: 					var(--ck-spacing-unit);
	--ck-spacing-medium: 					calc(var(--ck-spacing-unit) * 0.8);
	--ck-spacing-small: 					calc(var(--ck-spacing-unit) * 0.5);
	--ck-spacing-tiny: 						calc(var(--ck-spacing-unit) * 0.3);
	--ck-spacing-extra-tiny: 				calc(var(--ck-spacing-unit) * 0.16);
}

/* Components */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
.ck.ck-autocomplete > .ck-search__results {
		border-radius: 0;

		max-height: 200px;
		overflow-y: auto;
		background: var(--ck-color-base-background);
		border: 1px solid var(--ck-color-dropdown-panel-border);
		min-width: auto;
	}
.ck-rounded-corners .ck.ck-autocomplete > .ck-search__results,
	.ck.ck-autocomplete > .ck-search__results.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-autocomplete > .ck-search__results {
		box-shadow: var(--ck-drop-shadow), 0 0;
	}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;

			/* Prevent duplicated borders between the input and the results pane. */
			margin-bottom: -1px;
		}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
			border-top-left-radius: 0;
			border-top-right-radius: 0;

			/* Prevent duplicated borders between the input and the results pane. */
			margin-top: -1px;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-button,
a.ck.ck-button {
	background: var(--ck-color-button-default-background);
	border-radius: 0;

	white-space: nowrap;
	cursor: default;
	vertical-align: middle;
	padding: var(--ck-spacing-tiny);
	text-align: center;

	/* A very important piece of styling. Go to variable declaration to learn more. */
	min-width: var(--ck-ui-component-min-height);
	min-height: var(--ck-ui-component-min-height);

	/* Normalize the height of the line. Removing this will break consistent height
	among text and text-less buttons (with icons). */
	line-height: 1;

	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;

	/* Avoid flickering when the foucs border shows up. */
	border: 1px solid transparent;

	/* Apply some smooth transition to the box-shadow and border. */
	transition: box-shadow .2s ease-in-out, border .2s ease-in-out;

	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/189 */
	-webkit-appearance: none;
}
.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
			background: var(--ck-color-button-default-hover-background);
		}
.ck.ck-button:not(.ck-disabled):active, a.ck.ck-button:not(.ck-disabled):active {
			background: var(--ck-color-button-default-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-disabled, a.ck.ck-button.ck-disabled {
		background: var(--ck-color-button-default-disabled-background);
	}
.ck-rounded-corners .ck.ck-button,
	.ck-rounded-corners a.ck.ck-button,
	.ck.ck-button.ck-rounded-corners,
	a.ck.ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-button,
a.ck.ck-button {
		transition: none;
}
	}
.ck.ck-button:active,
	a.ck.ck-button:active,
	.ck.ck-button:focus,
	a.ck.ck-button:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
/* Allow icon coloring using the text "color" property. */
.ck.ck-button .ck-button__icon use,
		a.ck.ck-button .ck-button__icon use,
		.ck.ck-button .ck-button__icon use *,
		a.ck.ck-button .ck-button__icon use * {
			color: inherit;
		}
.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label {
		/* Enable font size inheritance, which allows fluid UI scaling. */
		font-size: inherit;
		font-weight: inherit;
		color: inherit;
		cursor: inherit;

		/* Must be consistent with .ck-icon's vertical align. Otherwise, buttons with and
		without labels (but with icons) have different sizes in Chrome */
		vertical-align: middle;
	}
[dir="ltr"] .ck.ck-button .ck-button__label, [dir="ltr"] a.ck.ck-button .ck-button__label {
			text-align: left;
	}
[dir="rtl"] .ck.ck-button .ck-button__label, [dir="rtl"] a.ck.ck-button .ck-button__label {
			text-align: right;
	}
.ck.ck-button .ck-button__keystroke, a.ck.ck-button .ck-button__keystroke {
		color: inherit;

		opacity: .5;
	}
[dir="ltr"] .ck.ck-button .ck-button__keystroke, [dir="ltr"] a.ck.ck-button .ck-button__keystroke {
			margin-left: var(--ck-spacing-large);
	}
[dir="rtl"] .ck.ck-button .ck-button__keystroke, [dir="rtl"] a.ck.ck-button .ck-button__keystroke {
			margin-right: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
.ck.ck-button.ck-disabled:active,
		a.ck.ck-button.ck-disabled:active,
		.ck.ck-button.ck-disabled:focus,
		a.ck.ck-button.ck-disabled:focus {
			/* The disabled button should have a slightly less visible shadow when focused. */
			box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
		}
.ck.ck-button.ck-disabled .ck-button__icon, a.ck.ck-button.ck-disabled .ck-button__icon {
			opacity: var(--ck-disabled-opacity);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-disabled .ck-button__label, a.ck.ck-button.ck-disabled .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
.ck.ck-button.ck-disabled .ck-button__keystroke, a.ck.ck-button.ck-disabled .ck-button__keystroke {
			opacity: .3;
		}
.ck.ck-button.ck-button_with-text, a.ck.ck-button.ck-button_with-text {
		padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);

		/* stylelint-disable-next-line no-descending-specificity */
	}
[dir="ltr"] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir="ltr"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
				margin-right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir="rtl"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
				margin-left: var(--ck-spacing-medium);
	}
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-button.ck-button_with-keystroke .ck-button__label, a.ck.ck-button.ck-button_with-keystroke .ck-button__label {
			flex-grow: 1;
		}
/* A style of the button which is currently on, e.g. its feature is active. */
.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
		background: var(--ck-color-button-on-background);

		color: var(--ck-color-button-on-color);
	}
.ck.ck-button.ck-on:not(.ck-disabled):hover, a.ck.ck-button.ck-on:not(.ck-disabled):hover {
			background: var(--ck-color-button-on-hover-background);
		}
.ck.ck-button.ck-on:not(.ck-disabled):active, a.ck.ck-button.ck-on:not(.ck-disabled):active {
			background: var(--ck-color-button-on-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-on.ck-disabled, a.ck.ck-button.ck-on.ck-disabled {
		background: var(--ck-color-button-on-disabled-background);
	}
.ck.ck-button.ck-button-save, a.ck.ck-button.ck-button-save {
		color: var(--ck-color-button-save);
	}
.ck.ck-button.ck-button-cancel, a.ck.ck-button.ck-button-cancel {
		color: var(--ck-color-button-cancel);
	}
/* A style of the button which handles the primary action. */
.ck.ck-button-action,
a.ck.ck-button-action {
	background: var(--ck-color-button-action-background);

	color: var(--ck-color-button-action-text);
}
.ck.ck-button-action:not(.ck-disabled):hover, a.ck.ck-button-action:not(.ck-disabled):hover {
			background: var(--ck-color-button-action-hover-background);
		}
.ck.ck-button-action:not(.ck-disabled):active, a.ck.ck-button-action:not(.ck-disabled):active {
			background: var(--ck-color-button-action-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button-action.ck-disabled, a.ck.ck-button-action.ck-disabled {
		background: var(--ck-color-button-action-disabled-background);
	}
.ck.ck-button-bold,
a.ck.ck-button-bold {
	font-weight: bold;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Note: To avoid rendering issues (aliasing) but to preserve the responsive nature
of the component, floating–point numbers have been used which, for the default font size
(see: --ck-font-size-base), will generate simple integers. */
:root {
	/* 34px at 13px font-size */
	--ck-switch-button-toggle-width: 2.6153846154em;
	/* 14px at 13px font-size */
	--ck-switch-button-toggle-inner-size: calc(1.0769230769em + 1px);
	--ck-switch-button-translation: calc(
		var(--ck-switch-button-toggle-width) -
		var(--ck-switch-button-toggle-inner-size) -
		2px /* Border */
	);
	--ck-switch-button-inner-hover-shadow: 0 0 0 5px var(--ck-color-switch-button-inner-shadow);
}
/* Unlike a regular button, the switch button text color and background should never change.
	 * Changing toggle switch (background, outline) is enough to carry the information about the
	 * state of the entire component (https://github.com/ckeditor/ckeditor5/issues/12519)
	 */
.ck.ck-button.ck-switchbutton, .ck.ck-button.ck-switchbutton:hover, .ck.ck-button.ck-switchbutton:focus, .ck.ck-button.ck-switchbutton:active, .ck.ck-button.ck-switchbutton.ck-on:hover, .ck.ck-button.ck-switchbutton.ck-on:focus, .ck.ck-button.ck-switchbutton.ck-on:active {
		color: inherit;
		background: transparent;
	}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__label {
			/* Separate the label from the switch */
			margin-right: calc(2 * var(--ck-spacing-large));
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__label {
			/* Separate the label from the switch */
			margin-left: calc(2 * var(--ck-spacing-large));
	}
.ck.ck-button.ck-switchbutton .ck-button__toggle {
		border-radius: 0;

		/* Apply some smooth transition to the box-shadow and border. */
		/* Gently animate the background color of the toggle switch */
		transition: background 400ms ease, box-shadow .2s ease-in-out, outline .2s ease-in-out;
		border: 1px solid transparent;
		width: var(--ck-switch-button-toggle-width);
		background: var(--ck-color-switch-button-off-background);
	}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,
	.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
			/* Make sure the toggle is always to the right as far as possible. */
			margin-left: auto;
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
			/* Make sure the toggle is always to the left as far as possible. */
			margin-right: auto;
	}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
			border-radius: 0;

			width: var(--ck-switch-button-toggle-inner-size);
			height: var(--ck-switch-button-toggle-inner-size);
			background: var(--ck-color-switch-button-inner-background);

			/* Gently animate the inner part of the toggle switch */
			transition: all 300ms ease;
		}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner,
	.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-radius: calc(.5 * var(--ck-border-radius));
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
				transition: none;
		}
			}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover {
			background: var(--ck-color-switch-button-off-hover-background);
		}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner {
				box-shadow: var(--ck-switch-button-inner-hover-shadow);
			}
.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle {
		opacity: var(--ck-disabled-opacity);
	}
/* Overriding default .ck-button:focus styles + an outline around the toogle */
.ck.ck-button.ck-switchbutton:focus {
		border-color: transparent;
		outline: none;
		box-shadow: none;
	}
.ck.ck-button.ck-switchbutton:focus .ck-button__toggle {
			box-shadow: 0 0 0 1px var(--ck-color-base-background), 0 0 0 5px var(--ck-color-focus-outer-shadow);
			outline-offset: 1px;
			outline: var(--ck-focus-ring);
		}
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle {
			background: var(--ck-color-switch-button-on-background);
		}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover {
				background: var(--ck-color-switch-button-on-hover-background);
			}
/*
				* Move the toggle switch to the right. It will be animated.
				*/
[dir="ltr"] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
					transform: translateX( var( --ck-switch-button-translation ) );
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
					transform: translateX( calc( -1 * var( --ck-switch-button-translation ) ) );
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-button.ck-list-item-button {
	padding: var(--ck-spacing-tiny) calc(2 * var(--ck-spacing-standard));
}
.ck.ck-button.ck-list-item-button,
	.ck.ck-button.ck-list-item-button.ck-on {
		background: var(--ck-color-list-background);
		color: var(--ck-color-text);
	}
[dir="ltr"] .ck.ck-button.ck-list-item-button:has(.ck-list-item-button__check-holder) {
			padding-left: var(--ck-spacing-small);
	}
[dir="rtl"] .ck.ck-button.ck-list-item-button:has(.ck-list-item-button__check-holder) {
			padding-right: var(--ck-spacing-small);
	}
/*
	 * `.ck-on` class and background styling is overridden for `ck-button` in many places.
	 * This is a workaround to make sure that the background is not overridden and uses similar
	 * selector specificity as the other overrides.
	 */
.ck.ck-button.ck-list-item-button:hover:not(.ck-disabled),
	.ck.ck-button.ck-list-item-button.ck-button.ck-on:hover,
	.ck.ck-button.ck-list-item-button.ck-on:not(.ck-list-item-button_toggleable),
	.ck.ck-button.ck-list-item-button.ck-on:hover {
		background: var(--ck-color-list-button-hover-background);
	}
.ck.ck-button.ck-list-item-button:hover:not(.ck-disabled):not(.ck-disabled), .ck.ck-button.ck-list-item-button.ck-button.ck-on:hover:not(.ck-disabled), .ck.ck-button.ck-list-item-button.ck-on:not(.ck-list-item-button_toggleable):not(.ck-disabled), .ck.ck-button.ck-list-item-button.ck-on:hover:not(.ck-disabled) {
			color: var(--ck-color-text);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-collapsible-arrow-size: calc(0.5 * var(--ck-icon-size));
}
.ck.ck-collapsible > .ck.ck-button {
		width: 100%;
		font-weight: bold;
		border-radius: 0;
		color: inherit;
	}
.ck.ck-collapsible > .ck.ck-button:focus {
			background: transparent;
		}
.ck.ck-collapsible > .ck.ck-button:active, .ck.ck-collapsible > .ck.ck-button:not(:focus), .ck.ck-collapsible > .ck.ck-button:hover:not(:focus) {
			background: transparent;
			border-color: transparent;
			box-shadow: none;
		}
.ck.ck-collapsible > .ck.ck-button > .ck-icon {
			margin-right: var(--ck-spacing-medium);
			width: var(--ck-collapsible-arrow-size);
		}
.ck.ck-collapsible > .ck-collapsible__children {
		padding: var(--ck-spacing-medium) var(--ck-spacing-large) var(--ck-spacing-large);
	}
.ck.ck-collapsible.ck-collapsible_collapsed > .ck.ck-button .ck-icon {
			transform: rotate(-90deg);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-grid-tile-size: 24px;

	/* Not using global colors here because these may change but some colors in a pallette
	 * require special treatment. For instance, this ensures no matter what the UI text color is,
	 * the check icon will look good on the black color tile. */
	--ck-color-color-grid-check-icon: hsl(212, 81%, 46%);
}
.ck.ck-color-grid {
	grid-gap: 5px;
	padding: 8px;
}
.ck.ck-color-grid__tile {
	transition: .2s ease box-shadow;
}
@media (forced-colors: none) {
		.ck.ck-color-grid__tile {
		width: var(--ck-color-grid-tile-size);
		height: var(--ck-color-grid-tile-size);
		min-width: var(--ck-color-grid-tile-size);
		min-height: var(--ck-color-grid-tile-size);
		padding: 0;
		border: 0;
		}

		.ck.ck-color-grid__tile.ck-on,
		.ck.ck-color-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-color-grid__tile:hover:not( .ck-disabled ) {
			/* Disable the default .ck-button's border ring. */
			border: 0;
		}

		.ck.ck-color-grid__tile.ck-color-selector__color-tile_bordered {
			box-shadow: 0 0 0 1px var(--ck-color-base-border);
		}

		.ck.ck-color-grid__tile.ck-on {
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-base-text);
		}

		.ck.ck-color-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-color-grid__tile:hover:not( .ck-disabled ) {
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
		}
	}
/*
	 * In high contrast mode, the colors are replaced with text labels.
	 * See https://github.com/ckeditor/ckeditor5/issues/14907.
	 */
@media (forced-colors: active) {
		.ck.ck-color-grid__tile {
		width: unset;
		height: unset;
		min-width: unset;
		min-height: unset;
		padding: 0 var(--ck-spacing-small);
		}

		.ck.ck-color-grid__tile .ck-button__label {
			display: inline-block;
		}
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-color-grid__tile {
		transition: none;
}
	}
.ck.ck-color-grid__tile.ck-disabled {
		cursor: unset;
		transition: unset;
	}
.ck.ck-color-grid__tile .ck.ck-icon {
		display: none;
		color: var(--ck-color-color-grid-check-icon);
	}
.ck.ck-color-grid__tile.ck-on .ck.ck-icon {
			display: block;
		}
.ck.ck-color-grid__label {
	padding: 0 var(--ck-spacing-standard);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* View fragment with color grids. */
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,
		.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			width: 100%;
		}
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker:not(:focus) {
				border-top: 1px solid var(--ck-color-base-border);
			}
[dir="ltr"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon {
					margin-right: var(--ck-spacing-standard);
	}
[dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon {
					margin-left: var(--ck-spacing-standard);
	}
.ck.ck-color-selector .ck-color-grids-fragment label.ck.ck-color-grid__label {
			font-weight: unset;
		}
/* View fragment with a color picker. */
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker {
			padding: 8px;
		}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker {
				height: 100px;
				min-width: 180px;
			}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation) {
					border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue) {
					border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation-pointer),
				.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue-pointer) {
					width: 15px;
					height: 15px;
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar {
			padding: 0 8px 8px;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-dialog-overlay-background-color: hsla( 0, 0%, 0%, .5 );
	--ck-dialog-drop-shadow: 0px 0px 6px 2px hsl(0deg 0% 0% / 15%);
	--ck-dialog-max-width: 100vw;
	--ck-dialog-max-height: 90vh;
	--ck-color-dialog-background: var(--ck-color-base-background);
	--ck-color-dialog-form-header-border: var(--ck-color-base-border);
}
.ck.ck-dialog-overlay {
	animation: ck-dialog-fade-in .3s;
	background: var(--ck-dialog-overlay-background-color);
	z-index: var(--ck-z-dialog);
}
.ck.ck-dialog {
	border-radius: 0;

	--ck-drop-shadow: var(--ck-dialog-drop-shadow);

	background: var(--ck-color-dialog-background);
	max-height: var(--ck-dialog-max-height);
	max-width: var(--ck-dialog-max-width);
	border: 1px solid var(--ck-color-base-border);
	overscroll-behavior: contain;
}
.ck-rounded-corners .ck.ck-dialog,
	.ck.ck-dialog.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-dialog {
	box-shadow: var(--ck-drop-shadow), 0 0;
}
.ck.ck-dialog .ck.ck-form__header {
		border-bottom: 1px solid var(--ck-color-dialog-form-header-border);
	}
.ck-dialog-scroll-locked {
	overflow: hidden;
}
@keyframes ck-dialog-fade-in {
	0% {
		background: hsla( 0, 0%, 0%, 0 );
	}

	100% {
		background: var(--ck-dialog-overlay-background-color);
	}
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-dialog .ck.ck-dialog__actions {
		padding: var(--ck-spacing-large);
	}
.ck.ck-dialog .ck.ck-dialog__actions > * + * {
			margin-left: var(--ck-spacing-large);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-dropdown-arrow-size: calc(0.5 * var(--ck-icon-size));
}
.ck.ck-dropdown {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}
.ck.ck-dropdown .ck-dropdown__arrow {
		width: var(--ck-dropdown-arrow-size);
	}
[dir="ltr"] .ck.ck-dropdown .ck-dropdown__arrow {
			right: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-dropdown .ck-dropdown__arrow {
			left: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-right: var(--ck-spacing-small);
		}
.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow {
		opacity: var(--ck-disabled-opacity);
	}
[dir="ltr"] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
				/* Make sure dropdowns with just an icon have the right inner spacing */
				padding-left: var(--ck-spacing-small);
			}
[dir="rtl"] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
				/* Make sure dropdowns with just an icon have the right inner spacing */
				padding-right: var(--ck-spacing-small);
			}
/* #23 */
.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
			width: 7em;
			overflow: hidden;
			text-overflow: ellipsis;
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
/* https://github.com/ckeditor/ckeditor5/issues/816 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label {
			width: auto;
		}
/* https://github.com/ckeditor/ckeditor5/issues/8699 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,
		.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active {
			box-shadow: none;
		}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus, .ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus {
				box-shadow: var(--ck-focus-outer-shadow), 0 0;
			}
.ck.ck-dropdown__panel {
	border-radius: 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;

	/* Make sure the panel is at least as wide as the drop-down's button. */
	min-width: 100%;
}
.ck-rounded-corners .ck.ck-dropdown__panel,
	.ck.ck-dropdown__panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-dropdown__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	/* Disabled corner border radius to be consistent with the .dropdown__button
	https://github.com/ckeditor/ckeditor5/issues/816 */
}
.ck.ck-dropdown__panel.ck-dropdown__panel_se {
		border-top-left-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_sw {
		border-top-right-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-dropdown__panel:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list {
	/* Disabled radius of top-left border to be consistent with .dropdown__button
	https://github.com/ckeditor/ckeditor5/issues/816 */
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list,
	.ck.ck-dropdown > .ck-dropdown__panel > .ck-list.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
	}
/* Make sure the button belonging to the first/last child of the list goes well with the
	border radius of the entire panel. */
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button,
	.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
	}
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button,
	.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-top-left-radius: 0;
				border-top-right-radius: 0;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-color-split-button-hover-background: hsl(0, 0%, 92%);
	--ck-color-split-button-hover-border: hsl(0, 0%, 70%);
}
/*
	 * Note: ck-rounded and ck-dir mixins don't go together (because they both use @nest).
	 */
[dir="ltr"] .ck.ck-splitbutton:hover > .ck-splitbutton__action, [dir="ltr"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action {
			/* Don't round the action button on the right side */
			border-top-right-radius: unset;
			border-bottom-right-radius: unset;
		}
[dir="rtl"] .ck.ck-splitbutton:hover > .ck-splitbutton__action, [dir="rtl"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action {
			/* Don't round the action button on the left side */
			border-top-left-radius: unset;
			border-bottom-left-radius: unset;
		}
.ck.ck-splitbutton > .ck-splitbutton__arrow {
		/* It's a text-less button and since the icon is positioned absolutely in such situation,
		it must get some arbitrary min-width. */
		min-width: unset;
	}
[dir="ltr"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
			/* Don't round the arrow button on the left side */
			border-top-left-radius: unset;
			border-bottom-left-radius: unset;
		}
[dir="rtl"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
			/* Don't round the arrow button on the right side */
			border-top-right-radius: unset;
			border-bottom-right-radius: unset;
		}
.ck.ck-splitbutton > .ck-splitbutton__arrow svg {
			width: var(--ck-dropdown-arrow-size);
		}
/* Make sure the divider stretches 100% height of the button
	https://github.com/ckeditor/ckeditor5/issues/10936 */
.ck.ck-splitbutton > .ck-splitbutton__arrow:not(:focus) {
		border-top-width: 0px;
		border-bottom-width: 0px;
	}
/* Don't round the bottom left and right corners of the buttons when "open"
	https://github.com/ckeditor/ckeditor5/issues/816 */
.ck.ck-splitbutton.ck-splitbutton_open {
		border-radius: 0;
	}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,
	.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__action {
				border-bottom-left-radius: 0;
			}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__arrow {
				border-bottom-right-radius: 0;
			}
/* When the split button is "open" (the arrow is on) or being hovered, it should get some styling
	as a whole. The background of both buttons should stand out and there should be a visual
	separation between both buttons. */
/* When the split button hovered as a whole, not as individual buttons. */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover), .ck.ck-splitbutton:hover > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
			background: var(--ck-color-split-button-hover-background);
		}
/* Splitbutton separator needs to be set with the ::after pseudoselector
		to display properly the borders on focus */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
			content: '';
			position: absolute;
			width: 1px;
			height: 100%;
			background-color: var(--ck-color-split-button-hover-border);
		}
/* Make sure the divider between the buttons looks fine when the button is focused */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:focus::after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:focus::after {
			--ck-color-split-button-hover-border: var(--ck-color-focus-border);
		}
[dir="ltr"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, [dir="ltr"] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
				left: -1px;
			}
[dir="rtl"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, [dir="rtl"] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
				right: -1px;
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-toolbar-dropdown .ck-toolbar {
	border: 0;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * All menu buttons.
 */
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button {
	width: 100%;
	padding: var(--ck-spacing-tiny) calc(2 * var(--ck-spacing-standard));
	border-radius: 0;
}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button:focus {
		border-color: transparent;
		box-shadow: none;
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button:focus:not(.ck-on) {
			background: var(--ck-color-button-default-hover-background);
		}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-button__label {
		flex-grow: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button.ck-disabled > .ck-button__label {
		opacity: var(--ck-disabled-opacity);
	}
/* Spacing in buttons that miss the icon. */
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button.ck-icon-spacing:not(:has(.ck-button__icon)) > .ck-button__label {
		margin-left: calc(var(--ck-icon-size) - var(--ck-spacing-small));
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
		width: var(--ck-dropdown-arrow-size);
	}
[dir="ltr"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			transform: rotate(-90deg);

			/* Nudge the arrow gently to the right because its center of gravity is to the left */
			margin-right: calc(-1 * var(--ck-spacing-small));
	}
[dir="rtl"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			transform: rotate(90deg);

			/* Nudge the arrow gently to the left because its center of gravity is to the right (after rotation). */
			margin-left: calc(-1 * var(--ck-spacing-small));
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button.ck-disabled > .ck-dropdown-menu-list__nested-menu__button__arrow {
		opacity: var(--ck-disabled-opacity);
	}
[dir="ltr"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button:not(.ck-button_with-text) {
			padding-left: var(--ck-spacing-small);
		}
[dir="ltr"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			right: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button:not(.ck-button_with-text) {
			padding-right: var(--ck-spacing-small);
		}
[dir="rtl"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			left: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-right: var(--ck-spacing-small);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-dropdown-menu-menu-item-min-width: 18em;
}
.ck.ck-dropdown-menu-list__nested-menu__item {
	min-width: var(--ck-dropdown-menu-menu-item-min-width);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * List item buttons.
 */
.ck-button.ck-dropdown-menu-list__nested-menu__item__button {
	border-radius: 0;
}
.ck-button.ck-dropdown-menu-list__nested-menu__item__button > .ck-spinner-container,
	.ck-button.ck-dropdown-menu-list__nested-menu__item__button > .ck-spinner-container .ck-spinner {
		/* These styles correspond to .ck-icon so that the spinner seamlessly replaces the icon. */
		--ck-toolbar-spinner-size: 20px;
	}
.ck-button.ck-dropdown-menu-list__nested-menu__item__button > .ck-spinner-container {
		/* These margins are the same as for .ck-icon. */
		margin-left: calc(-1 * var(--ck-spacing-small));
		margin-right: var(--ck-spacing-small);
	}
/*
	 * Hovered items automatically get focused. Default focus styles look odd
	 * while moving across a huge list of items so let's get rid of them
	 */
.ck-button.ck-dropdown-menu-list__nested-menu__item__button:focus {
		border-color: transparent;
		box-shadow: none;
	}
.ck-button.ck-dropdown-menu-list__nested-menu__item__button:focus:not(.ck-on) {
			background: var(--ck-color-button-default-hover-background);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-dropdown-menu-menu-panel-max-width: 75vw;
}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;
	height: fit-content;
	max-width: var(--ck-dropdown-menu-menu-panel-max-width);

	/* Reset balloon styling */
}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel::after,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel::before {
		display: none;
	}
/* Corner border radius consistent with the button. */
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_es,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_se {
		border-top-left-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_ws,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_sw {
		border-top-right-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_en,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_wn,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-accessibility-help-dialog-max-width: 600px;
	--ck-accessibility-help-dialog-max-height: 400px;
	--ck-accessibility-help-dialog-border-color: hsl(220, 6%, 81%);
	--ck-accessibility-help-dialog-code-background-color: hsl(0deg 0% 92.94%);
	--ck-accessibility-help-dialog-kbd-shadow-color: hsl(0deg 0% 61%);
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content {
	padding: var(--ck-spacing-large);
	max-width: var(--ck-accessibility-help-dialog-max-width);
	max-height: var(--ck-accessibility-help-dialog-max-height);
	overflow: auto;
	user-select: text;

	border: 1px solid transparent;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content * {
		white-space: normal;
	}
/* Hide the main label of the content container. */
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content .ck-label {
		display: none;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3 {
		font-weight: bold;
		font-size: 1.2em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4 {
		font-weight: bold;
		font-size: 1em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content p,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content table {
		margin: 1em 0;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl {
		display: grid;
		grid-template-columns: 2fr 1fr;
		border-top: 1px solid var(--ck-accessibility-help-dialog-border-color);
		border-bottom: none;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt, .ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd {
			border-bottom: 1px solid var(--ck-accessibility-help-dialog-border-color);
			padding: .4em 0;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt {
			grid-column-start: 1;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd {
			grid-column-start: 2;
			text-align: right;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd, .ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code {
		display: inline-block;
		background: var(--ck-accessibility-help-dialog-code-background-color);
		padding: .4em;
		vertical-align: middle;
		line-height: 1;
		border-radius: 2px;
		text-align: center;
		font-size: .9em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code {
		font-family: monospace;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd {
		min-width: 1.8em;
		box-shadow: 0px 1px 1px var(--ck-accessibility-help-dialog-kbd-shadow-color);
		margin: 0 1px;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd + kbd {
			margin-left: 2px;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
:root {
	--ck-color-editable-blur-selection: hsl(0, 0%, 85%);
}
.ck.ck-editor__editable:not(.ck-editor__nested-editable) {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
	.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-inner-shadow), 0 0;
	}
.ck.ck-editor__editable_inline {
	overflow: auto;
	padding: 0 var(--ck-spacing-standard);
	border: 1px solid transparent;
}
.ck.ck-editor__editable_inline[dir="ltr"] {
		text-align: left;
	}
.ck.ck-editor__editable_inline[dir="rtl"] {
		text-align: right;
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/116 */
.ck.ck-editor__editable_inline > *:first-child {
		margin-top: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5/issues/847 */
.ck.ck-editor__editable_inline > *:last-child {
		/*
		 * This value should match with the default margins of the block elements (like .media or .image)
		 * to avoid a content jumping when the fake selection container shows up (See https://github.com/ckeditor/ckeditor5/issues/9825).
		 */
		margin-bottom: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5/issues/6517 */
.ck.ck-editor__editable_inline.ck-blurred ::selection {
		background: var(--ck-color-editable-blur-selection);
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/111 */
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"]::after {
		border-bottom-color: var(--ck-color-panel-background);
	}
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_s"]::after {
		border-top-color: var(--ck-color-panel-background);
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-form-header-height: 44px;
}
.ck.ck-form__header {
	padding: var(--ck-spacing-small) var(--ck-spacing-large);
	height: var(--ck-form-header-height);
	line-height: var(--ck-form-header-height);
	border-bottom: 1px solid var(--ck-color-base-border);
}
[dir="ltr"] .ck.ck-form__header > .ck-icon {
			margin-right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-form__header > .ck-icon {
			margin-left: var(--ck-spacing-medium);
	}
.ck.ck-form__header .ck-form__header__label {
		--ck-font-size-base: 15px;
		font-weight: bold;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-icon-size: calc(var(--ck-line-height-base) * var(--ck-font-size-normal));
	--ck-icon-font-size: .8333350694em;
}
.ck.ck-icon {
	width: var(--ck-icon-size);
	height: var(--ck-icon-size);

	/* Multiplied by the height of the line in "px" should give SVG "viewport" dimensions */
	font-size: var(--ck-icon-font-size);

	/* Inherit cursor style (#5). */
	cursor: inherit;
}
.ck.ck-icon * {
		/* Inherit cursor style (#5). */
		cursor: inherit;
	}
/* Allows dynamic coloring of an icon by inheriting its color from the parent. */
.ck.ck-icon.ck-icon_inherit-color {
		color: inherit;
	}
.ck.ck-icon.ck-icon_inherit-color * {
			color: inherit;
		}
.ck.ck-icon.ck-icon_inherit-color *:not([fill]) {
				/* Needed by FF. */
				fill: currentColor;
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-input-width: 18em;

	/* Backward compatibility. */
	--ck-input-text-width: var(--ck-input-width);
}
.ck.ck-input {
	border-radius: 0;

	background: var(--ck-color-input-background);
	border: 1px solid var(--ck-color-input-border);
	padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);
	min-width: var(--ck-input-width);

	/* This is important to stay of the same height as surrounding buttons */
	min-height: var(--ck-ui-component-min-height);

	/* Apply some smooth transition to the box-shadow and border. */
	transition: box-shadow .1s ease-in-out, border .1s ease-in-out;
}
.ck-rounded-corners .ck.ck-input,
	.ck.ck-input.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-input {
		transition: none;
}
	}
.ck.ck-input:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
.ck.ck-input[readonly] {
		border: 1px solid var(--ck-color-input-disabled-border);
		background: var(--ck-color-input-disabled-background);
		color: var(--ck-color-input-disabled-text);
	}
.ck.ck-input[readonly]:focus {
			/* The read-only input should have a slightly less visible shadow when focused. */
			box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
		}
.ck.ck-input.ck-error {
		border-color: var(--ck-color-input-error-border);
		animation: ck-input-shake .3s ease both;
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-input.ck-error {
			animation: none;
	}
		}
.ck.ck-input.ck-error:focus {
			box-shadow: var(--ck-focus-error-outer-shadow), 0 0;
		}
@keyframes ck-input-shake {
	20% {
		transform: translateX(-2px);
	}

	40% {
		transform: translateX(2px);
	}

	60% {
		transform: translateX(-1px);
	}

	80% {
		transform: translateX(1px);
	}
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-label {
	font-weight: bold;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-labeled-field-view-transition: .1s cubic-bezier(0, 0, 0.24, 0.95);
	--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-spacing-medium);
	--ck-labeled-field-label-default-position-x: var(--ck-spacing-medium);
	--ck-labeled-field-label-default-position-y: calc(0.6 * var(--ck-font-size-base));
	--ck-color-labeled-field-label-background: var(--ck-color-base-background);
}
.ck.ck-labeled-field-view {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-labeled-field-view,
	.ck.ck-labeled-field-view.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
		width: 100%;
	}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			top: 0px;

			pointer-events: none;

			background: var(--ck-color-labeled-field-label-background);
			padding: 0 calc(.5 * var(--ck-font-size-tiny));
			line-height: initial;
			font-weight: normal;

			/* Prevent overflow when the label is longer than the input */
			text-overflow: ellipsis;
			overflow: hidden;

			max-width: 100%;

			transition:
				transform var(--ck-labeled-field-view-transition),
				padding var(--ck-labeled-field-view-transition),
				background var(--ck-labeled-field-view-transition);
		}
[dir="ltr"] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				left: 0px;
				transform-origin: 0 0;
				/* By default, display the label scaled down above the field. */
				transform: translate(var(--ck-spacing-medium), -6px) scale(.75);
	}
[dir="rtl"] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				right: 0px;
				transform-origin: 100% 0;
				transform: translate(calc(-1 * var(--ck-spacing-medium)), -6px) scale(.75);
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				transition: none;
		}
			}
.ck.ck-labeled-field-view.ck-error > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			color: var(--ck-color-base-error);
		}
.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly]) + .ck.ck-label {
			color: var(--ck-color-base-error);
		}
.ck.ck-labeled-field-view .ck-labeled-field-view__status {
		font-size: var(--ck-font-size-small);
		margin-top: var(--ck-spacing-small);

		/* Let the info wrap to the next line to avoid stretching the layout horizontally.
		The status could be very long. */
		white-space: normal;
	}
.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error {
			color: var(--ck-color-base-error);
		}
/* Disabled fields and fields that have no focus should fade out. */
.ck.ck-labeled-field-view.ck-disabled > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
		color: var(--ck-color-input-disabled-text);
	}
/* Fields that are disabled or not focused and without a placeholder should have full-sized labels. */
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {

		/* Compensate for the default translate position. */
		max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width));

		background: transparent;
		padding: 0;
	}
[dir="ltr"] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, [dir="ltr"] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			transform: translate(var(--ck-labeled-field-label-default-position-x), var(--ck-labeled-field-label-default-position-y)) scale(1);
	}
[dir="rtl"] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, [dir="rtl"] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			transform: translate(calc(-1 * var(--ck-labeled-field-label-default-position-x)), var(--ck-labeled-field-label-default-position-y)) scale(1);
	}
/*------ DropdownView integration ----------------------------------------------------------------------------------- */
/* Make sure dropdown' background color in any of dropdown's state does not collide with labeled field. */
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck.ck-button {
		background: transparent;
	}
/* When the dropdown is "empty", the labeled field label replaces its label. */
.ck.ck-labeled-field-view.ck-labeled-field-view_empty > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck-button > .ck-button__label {
		opacity: 0;
	}
/* Make sure the label of the empty, unfocused input does not cover the dropdown arrow. */
.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown + .ck-label {
		max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard));
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-labeled-input .ck-labeled-input__status {
	font-size: var(--ck-font-size-small);
	margin-top: var(--ck-spacing-small);

	/* Let the info wrap to the next line to avoid stretching the layout horizontally.
	The status could be very long. */
	white-space: normal;
}
.ck.ck-labeled-input .ck-labeled-input__status_error {
	color: var(--ck-color-base-error);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-list {
	border-radius: 0;

	list-style-type: none;
	background: var(--ck-color-list-background);

	/* A spacing at the beginning and end of the list */
	padding: var(--ck-spacing-small) 0;
}
.ck-rounded-corners .ck.ck-list,
	.ck.ck-list.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-list__item {
	cursor: default;

	/* Almost as wide as menu bar items. */
	min-width: 15em;
}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
		padding: var(--ck-spacing-tiny) calc(2 * var(--ck-spacing-standard));
		min-height: unset;
		width: 100%;
		border-radius: 0;
	}
[dir="ltr"] .ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
			text-align: left;
	}
[dir="rtl"] .ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
			text-align: right;
	}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button) .ck-button__label {
			/* https://github.com/ckeditor/ckeditor5-heading/issues/63 */
			line-height: calc(var(--ck-line-height-base) * var(--ck-font-size-base));
		}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button):active {
			box-shadow: none;
		}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button) {
			background: var(--ck-color-list-button-on-background);
			color: var(--ck-color-list-button-on-text);
		}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button):active {
				box-shadow: none;
			}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button):hover:not(.ck-disabled) {
				background: var(--ck-color-list-button-on-background-focus);
			}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button):focus:not(.ck-disabled) {
				border-color: var(--ck-color-base-background);
			}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button):hover:not(.ck-disabled) {
			background: var(--ck-color-list-button-hover-background);
		}
/* It's unnecessary to change the background/text of a switch toggle; it has different ways
	of conveying its state (like the switcher) */
.ck.ck-list__item > .ck-button.ck-switchbutton.ck-on {
			background: var(--ck-color-list-background);
			color: inherit;
		}
.ck.ck-list__item > .ck-button.ck-switchbutton.ck-on:hover:not(.ck-disabled) {
				background: var(--ck-color-list-button-hover-background);
				color: inherit;
			}
.ck-list .ck-list__group {
	padding-top: var(--ck-spacing-medium);

	/* Lists come with an inner vertical padding. Don't duplicate it. */
}
.ck-list .ck-list__group:first-child {
		padding-top: 0;
	}
/* The group should have a border when it's not the first item. */
*:not(.ck-hidden) ~ .ck-list .ck-list__group {
		border-top: 1px solid var(--ck-color-base-border);
	}
.ck-list .ck-list__group > .ck-label {
		font-size: 11px;
		font-weight: bold;
		padding: var(--ck-spacing-medium) var(--ck-spacing-large) 0;
	}
.ck.ck-list__separator {
	height: 1px;
	width: 100%;
	background: var(--ck-color-base-border);

	/* Give the separator some air */
	margin: var(--ck-spacing-small) 0;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-menu-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background: var(--ck-color-base-background);
	padding: var(--ck-spacing-small);
	gap: var(--ck-spacing-small);
	border: 1px solid var(--ck-color-toolbar-border);
	width: 100%;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-menu-bar__menu {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level {
		max-width: 100%;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
	 * All menu buttons.
	 */
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button {
		width: 100%;
	}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button > .ck-button__label {
			flex-grow: 1;
			overflow: hidden;
			text-overflow: ellipsis;
		}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button.ck-disabled > .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
[dir="ltr"] .ck.ck-menu-bar__menu > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
				padding-left: var(--ck-spacing-small);
			}
[dir="rtl"] .ck.ck-menu-bar__menu > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
				padding-right: var(--ck-spacing-small);
			}
/*
	 * Top-level menu buttons only.
	 */
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button {
		padding: var(--ck-spacing-small) var(--ck-spacing-medium);
		min-height: unset;
	}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button .ck-button__label {
			width: unset;
			line-height: unset;

			/*
			 * Top-level buttons don't use ellipsis and overflow: hidden clips descenders.
			 *  See https://github.com/ckeditor/ckeditor5/issues/17422.
			 */
			overflow: visible;
		}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button.ck-on {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button .ck-icon {
			display: none;
		}
/*
	 * Sub-menu buttons.
	 */
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button {
		border-radius: 0;
	}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
			width: var(--ck-dropdown-arrow-size);
		}
[dir="ltr"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				transform: rotate(-90deg);

				/* A space to accommodate the triangle. */
				margin-left: var(--ck-spacing-standard);

				/* Nudge the arrow gently to the right because its center of gravity is to the left */
				margin-right: calc(-1 * var(--ck-spacing-small));
	}
[dir="rtl"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				transform: rotate(90deg);

				left: var(--ck-spacing-standard);

				/* A space to accommodate the triangle. */
				margin-right: var(--ck-spacing-small);

				/* Nudge the arrow gently to the left because its center of gravity is to the right (after rotation). */
				margin-left: calc(-1 * var(--ck-spacing-small));
	}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button.ck-disabled > .ck-menu-bar__menu__button__arrow {
			opacity: var(--ck-disabled-opacity);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-menu-bar-menu-item-min-width: 18em;
}
.ck.ck-menu-bar__menu .ck.ck-menu-bar__menu__item {
	min-width: var(--ck-menu-bar-menu-item-min-width);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
	 * List item buttons.
	 */
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button {
		border-radius: 0;
	}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container,
		.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container .ck-spinner {
			/* These styles correspond to .ck-icon so that the spinner seamlessly replaces the icon. */
			--ck-toolbar-spinner-size: 20px;
		}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container {
			/* This ensures margins corresponding to the .ck-icon. */
			font-size: var(--ck-icon-font-size);
		}
[dir="ltr"] .ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container {
				margin-right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container {
				margin-left: var(--ck-spacing-medium);
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
:root {
	--ck-menu-bar-menu-panel-max-width: 75vw;
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	border-radius: 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;
	height: fit-content;
	max-width: var(--ck-menu-bar-menu-panel-max-width);
}
.ck-rounded-corners .ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	/* Corner border radius consistent with the button. */
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
		border-top-left-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		border-top-right-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel:focus {
		outline: none;
	}
.ck.ck-menu-bar .ck-list-item-button:focus,
		.ck.ck-menu-bar .ck-list-item-button:active {
			border-color: transparent;
			box-shadow: none;
		}
.ck.ck-menu-bar.ck-menu-bar_focus-border-enabled .ck-list-item-button:focus,
		.ck.ck-menu-bar.ck-menu-bar_focus-border-enabled .ck-list-item-button:active {
			/* Fix truncated shadows due to rendering order. */
			position: relative;
			z-index: 2;

			/* Disable native outline. */

			outline: none;

			border: var(--ck-focus-ring);
			box-shadow: var(--ck-focus-outer-shadow), 0 0;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-balloon-border-width: 1px;
	--ck-balloon-arrow-offset: 2px;
	--ck-balloon-arrow-height: 10px;
	--ck-balloon-arrow-half-width: 8px;
	--ck-balloon-arrow-drop-shadow: 0 2px 2px var(--ck-color-shadow-drop);
}
.ck.ck-balloon-panel {
	border-radius: 0;

	min-height: 15px;

	background: var(--ck-color-panel-background);
	border: var(--ck-balloon-border-width) solid var(--ck-color-panel-border);
}
.ck-rounded-corners .ck.ck-balloon-panel,
	.ck.ck-balloon-panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-balloon-panel {
	box-shadow: var(--ck-drop-shadow), 0 0;
}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before,
		.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			width: 0;
			height: 0;
			border-style: solid;
		}
.ck.ck-balloon-panel[class*="arrow_n"]::before,
		.ck.ck-balloon-panel[class*="arrow_n"]::after {
			border-width: 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width);
		}
.ck.ck-balloon-panel[class*="arrow_n"]::before {
			border-color: transparent transparent var(--ck-color-panel-border) transparent;
			margin-top: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_n"]::after {
			border-color: transparent transparent var(--ck-color-panel-background) transparent;
			margin-top: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_s"]::before,
		.ck.ck-balloon-panel[class*="arrow_s"]::after {
			border-width: var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width);
		}
.ck.ck-balloon-panel[class*="arrow_s"]::before {
			border-color: var(--ck-color-panel-border) transparent transparent;
			filter: drop-shadow(var(--ck-balloon-arrow-drop-shadow));
			margin-bottom: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_s"]::after {
			border-color: var(--ck-color-panel-background) transparent transparent transparent;
			margin-bottom: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_e"]::before,
		.ck.ck-balloon-panel[class*="arrow_e"]::after {
			border-width: var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height);
		}
.ck.ck-balloon-panel[class*="arrow_e"]::before {
			border-color: transparent transparent transparent var(--ck-color-panel-border);
			margin-right: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_e"]::after {
			border-color: transparent transparent transparent var(--ck-color-panel-background);
			margin-right: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_w"]::before,
		.ck.ck-balloon-panel[class*="arrow_w"]::after {
			border-width: var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0;
		}
.ck.ck-balloon-panel[class*="arrow_w"]::before {
			border-color: transparent var(--ck-color-panel-border) transparent transparent;
			margin-left: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_w"]::after {
			border-color: transparent var(--ck-color-panel-background) transparent transparent;
			margin-left: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_n::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_n::after {
			left: 50%;
			margin-left: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw::after {
			left: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne::after {
			right: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_s::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_s::after {
			left: 50%;
			margin-left: calc(-1 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw::after {
			left: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_se::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_se::after {
			right: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme::after {
			right: 25%;
			margin-right: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw::after {
			left: 25%;
			margin-left: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme::after {
			right: 25%;
			margin-right: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw::after {
			left: 25%;
			margin-left: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_e::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_e::after {
			right: calc(-1 * var(--ck-balloon-arrow-height));
			margin-top: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: 50%;
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_w::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_w::after {
			left: calc(-1 * var(--ck-balloon-arrow-height));
			margin-top: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: 50%;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck .ck-balloon-rotator__navigation {
	background: var(--ck-color-toolbar-background);
	border-bottom: 1px solid var(--ck-color-toolbar-border);
	padding: 0 var(--ck-spacing-small);

	/* Let's keep similar appearance to `ck-toolbar`. */
}
.ck .ck-balloon-rotator__navigation > * {
		margin-right: var(--ck-spacing-small);
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
/* Gives counter more breath than buttons. */
.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter {
		margin-right: var(--ck-spacing-standard);

		/* We need to use smaller margin because of previous button's right margin. */
		margin-left: var(--ck-spacing-small);
	}
/* Disable default annotation shadow inside rotator with fake panels. */
.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper {
		box-shadow: none;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-balloon-fake-panel-offset-horizontal: 6px;
	--ck-balloon-fake-panel-offset-vertical: 6px;
}
/* Let's use `.ck-balloon-panel` appearance. See: balloonpanel.css. */
.ck .ck-fake-panel div {
	box-shadow: var(--ck-drop-shadow), 0 0;

	min-height: 15px;

	background: var(--ck-color-panel-background);
	border: 1px solid var(--ck-color-panel-border);
	border-radius: var(--ck-border-radius);

	width: 100%;
	height: 100%;
}
.ck .ck-fake-panel div:nth-child( 1 ) {
	margin-left: var(--ck-balloon-fake-panel-offset-horizontal);
	margin-top: var(--ck-balloon-fake-panel-offset-vertical);
}
.ck .ck-fake-panel div:nth-child( 2 ) {
	margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 2);
	margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 2);
}
.ck .ck-fake-panel div:nth-child( 3 ) {
	margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 3);
	margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 3);
}
/* If balloon is positioned above element, we need to move fake panel to the top. */
.ck .ck-balloon-panel_arrow_s + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_se + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_sw + .ck-fake-panel {
	--ck-balloon-fake-panel-offset-vertical: -6px;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
		box-shadow: var(--ck-drop-shadow), 0 0;

		border-width: 0 1px 1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck-vertical-form > .ck-button:nth-last-child(2)::after {
	border-right: 1px solid var(--ck-color-base-border);
}
.ck.ck-responsive-form {
	padding: var(--ck-spacing-large);
}
.ck.ck-responsive-form:focus {
		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
		outline: none;
	}
[dir="ltr"] .ck.ck-responsive-form > :not(:first-child) {
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-responsive-form > :not(:last-child) {
			margin-left: var(--ck-spacing-standard);
		}
@media screen and (max-width: 600px) {
.ck.ck-responsive-form {
		padding: 0;
		width: calc(.8 * var(--ck-input-width));
}

		.ck.ck-responsive-form .ck-labeled-field-view {
			margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
		}

			.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text,
			.ck.ck-responsive-form .ck-labeled-field-view .ck-input-number {
				min-width: 0;
				width: 100%;
			}

			/* Let the long error messages wrap in the narrow form. */
			.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error {
				white-space: normal;
			}

		/* Styles for two last buttons in the form (save&cancel, edit&unlink, etc.). */
			.ck.ck-responsive-form > .ck-button:nth-last-child(2)::after {
				border-right: 1px solid var(--ck-color-base-border);
			}

		.ck.ck-responsive-form > .ck-button:nth-last-child(1),
		.ck.ck-responsive-form > .ck-button:nth-last-child(2) {
			padding: var(--ck-spacing-standard);
			margin-top: var(--ck-spacing-large);
			border-radius: 0;
		}

			.ck.ck-responsive-form > .ck-button:nth-last-child(1):not(:focus), .ck.ck-responsive-form > .ck-button:nth-last-child(2):not(:focus) {
				border-top: 1px solid var(--ck-color-base-border);
			}

			[dir="ltr"] .ck.ck-responsive-form > .ck-button:nth-last-child(1), [dir="ltr"] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
				margin-left: 0;
	}

			[dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(1), [dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
				margin-left: 0;
	}

				[dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(1):last-of-type, [dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(2):last-of-type {
					border-right: 1px solid var(--ck-color-base-border);
				}
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-search-field-view-horizontal-spacing: calc(var(--ck-icon-size) + var(--ck-spacing-medium));
}
.ck.ck-search > .ck-labeled-field-view .ck-input {
			width: 100%;
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon {
			--ck-labeled-field-label-default-position-x: var(--ck-search-field-view-horizontal-spacing);
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon > .ck-labeled-field-view__input-wrapper > .ck-icon {
				opacity: .5;
				pointer-events: none;
			}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input {
				width: 100%;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input {
					padding-left: var(--ck-search-field-view-horizontal-spacing);
	}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input:not(.ck-input-text_empty) {
						padding-left: var(--ck-search-field-view-horizontal-spacing);
					}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset {
			--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-search-field-view-horizontal-spacing);
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset.ck-labeled-field-view_empty {
				--ck-labeled-field-empty-unfocused-max-width: 100% - var(--ck-search-field-view-horizontal-spacing) - var(--ck-spacing-medium);
			}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
				min-width: auto;
				min-height: auto;

				background: none;
				opacity: .5;
				padding: 0;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
					right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
					left: var(--ck-spacing-medium);
	}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset:hover {
					opacity: 1;
				}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input {
				width: 100%;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input:not(.ck-input-text_empty) {
						padding-right: var(--ck-search-field-view-horizontal-spacing);
					}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input {
					padding-right: var(--ck-search-field-view-horizontal-spacing);
	}
.ck.ck-search > .ck-search__results {
		min-width: 100%;
	}
.ck.ck-search > .ck-search__results > .ck-search__info {
			width: 100%;
			padding: var(--ck-spacing-medium) var(--ck-spacing-large);
		}
.ck.ck-search > .ck-search__results > .ck-search__info * {
				white-space: normal;
			}
.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
				font-weight: bold;
			}
.ck.ck-search > .ck-search__results > .ck-search__info > span:last-child {
				margin-top: var(--ck-spacing-medium);
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-toolbar-spinner-size: 18px;
}
.ck.ck-spinner-container {
	width: var(--ck-toolbar-spinner-size);
	height: var(--ck-toolbar-spinner-size);
	animation: 1.5s infinite ck-spinner-rotate linear;
}
@media (prefers-reduced-motion: reduce) {
.ck.ck-spinner-container {
		animation-duration: 3s;
}
	}
.ck.ck-spinner {
	width: var(--ck-toolbar-spinner-size);
	height: var(--ck-toolbar-spinner-size);
	border-radius: 50%;
	border: 2px solid var(--ck-color-text);
	border-top-color: transparent;
}
@keyframes ck-spinner-rotate {
	to {
		transform: rotate(360deg)
	}
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * This fixes a problem in Firefox when the initial height of the complement does not match the number of rows.
 * This bug is especially visible when rows=1.
 */
.ck-textarea {
	overflow-x: hidden
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-block-toolbar-button: var(--ck-color-text);
	--ck-block-toolbar-button-size: var(--ck-font-size-normal);
}
.ck.ck-block-toolbar-button {
	color: var(--ck-color-block-toolbar-button);
	font-size: var(--ck-block-toolbar-size);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-toolbar {
	border-radius: 0;

	background: var(--ck-color-toolbar-background);
	padding: 0 var(--ck-spacing-small);
	border: 1px solid var(--ck-color-toolbar-border);
}
.ck-rounded-corners .ck.ck-toolbar,
	.ck.ck-toolbar.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-toolbar .ck.ck-toolbar__separator {
		height: var(--ck-icon-size);
		width: 1px;
		min-width: 1px;
		background: var(--ck-color-toolbar-border);

		/*
		 * These margins make the separators look better in balloon toolbars (when aligned with the "tip").
		 * See https://github.com/ckeditor/ckeditor5/issues/7493.
		 */
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
.ck.ck-toolbar .ck-toolbar__line-break {
		height: 0;
	}
.ck.ck-toolbar > .ck-toolbar__items > *:not(.ck-toolbar__line-break) {
			/* (#11) Separate toolbar items. */
			margin-right: var(--ck-spacing-small);
		}
/* Don't display a separator after an empty items container, for instance,
		when all items were grouped */
.ck.ck-toolbar > .ck-toolbar__items:empty + .ck.ck-toolbar__separator {
			display: none;
		}
.ck.ck-toolbar > .ck-toolbar__items > *:not(.ck-toolbar__line-break),
	.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
		/* Make sure items wrapped to the next line have v-spacing */
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
.ck.ck-toolbar.ck-toolbar_vertical {
		/* Items in a vertical toolbar span the entire width. */
		padding: 0;

		/* Specificity matters here. See https://github.com/ckeditor/ckeditor5-theme-lark/issues/168. */
	}
.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items > .ck {
			/* Items in a vertical toolbar should span the horizontal space. */
			width: 100%;

			/* Items in a vertical toolbar should have no margin. */
			margin: 0;

			/* Items in a vertical toolbar span the entire width so rounded corners are pointless. */
			border-radius: 0;
		}
.ck.ck-toolbar.ck-toolbar_compact {
		/* No spacing around items. */
		padding: 0;
	}
.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > * {
			/* Compact toolbar items have no spacing between them. */
			margin: 0;

			/* "Middle" children should have no rounded corners. */
		}
.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > *:not(:first-child):not(:last-child) {
				border-radius: 0;
			}
/*
		 * Dropdown button has asymmetric padding to fit the arrow.
		 * This button has no arrow so let's revert that padding back to normal.
		 */
.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck.ck-button.ck-dropdown__button {
			padding-left: var(--ck-spacing-tiny);
		}
/* A drop-down containing the nested toolbar with configured items. */
/* Prevent empty space in the panel when the dropdown label is visible and long but the toolbar has few items. */
.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-dropdown__panel {
			min-width: auto;
		}
.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-button > .ck-button__label {
			max-width: 7em;
			width: auto;
		}
.ck.ck-toolbar:focus {
		outline: none;
	}
.ck-toolbar-container .ck.ck-toolbar {
		border: 0;
	}
/* stylelint-disable */
/*
 * Styles for RTL toolbars.
 *
 * Note: In some cases (e.g. a decoupled editor), the toolbar has its own "dir"
 * because its parent is not controlled by the editor framework.
 */
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck, .ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck {
		margin-right: 0;
	}
[dir="rtl"] .ck.ck-toolbar:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck, .ck.ck-toolbar[dir="rtl"]:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck {
		/* (#11) Separate toolbar items. */
		margin-left: var(--ck-spacing-small);
	}
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck:last-child {
		margin-left: 0;
	}
/* No rounded corners on the right side of the first child. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child, .ck.ck-toolbar.ck-toolbar_compact[dir="rtl"] > .ck-toolbar__items > .ck:first-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
/* No rounded corners on the left side of the last child. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar.ck-toolbar_compact[dir="rtl"] > .ck-toolbar__items > .ck:last-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
/* Separate the the separator form the grouping dropdown when some items are grouped. */
[dir="rtl"] .ck.ck-toolbar > .ck.ck-toolbar__separator, .ck.ck-toolbar[dir="rtl"] > .ck.ck-toolbar__separator {
		margin-left: var(--ck-spacing-small);
	}
/* Some spacing between the items and the separator before the grouped items dropdown. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar.ck-toolbar_grouping[dir="rtl"] > .ck-toolbar__items:not(:empty):not(:only-child) {
		margin-left: var(--ck-spacing-small);
	}
/*
 * Styles for LTR toolbars.
 *
 * Note: In some cases (e.g. a decoupled editor), the toolbar has its own "dir"
 * because its parent is not controlled by the editor framework.
 */
[dir="ltr"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar[dir="ltr"] > .ck-toolbar__items > .ck:last-child {
		margin-right: 0;
	}
/* No rounded corners on the right side of the first child. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child, .ck.ck-toolbar.ck-toolbar_compact[dir="ltr"] > .ck-toolbar__items > .ck:first-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
/* No rounded corners on the left side of the last child. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar.ck-toolbar_compact[dir="ltr"] > .ck-toolbar__items > .ck:last-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
/* Separate the the separator form the grouping dropdown when some items are grouped. */
[dir="ltr"] .ck.ck-toolbar > .ck.ck-toolbar__separator, .ck.ck-toolbar[dir="ltr"] > .ck.ck-toolbar__separator {
		margin-right: var(--ck-spacing-small);
	}
/* Some spacing between the items and the separator before the grouped items dropdown. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar.ck-toolbar_grouping[dir="ltr"] > .ck-toolbar__items:not(:empty):not(:only-child) {
		margin-right: var(--ck-spacing-small);
	}
/* stylelint-enable */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-balloon-panel.ck-tooltip {
	--ck-balloon-border-width: 0px;
	--ck-balloon-arrow-offset: 0px;
	--ck-balloon-arrow-half-width: 4px;
	--ck-balloon-arrow-height: 4px;
	--ck-tooltip-text-padding: 4px;
	--ck-color-panel-background: var(--ck-color-tooltip-background);

	padding: 0 var(--ck-spacing-medium);

	/* Reset balloon panel styles */
	box-shadow: none;
}
.ck.ck-balloon-panel.ck-tooltip .ck-tooltip__text {
		font-size: .9em;
		line-height: 1.5;
		color: var(--ck-color-tooltip-text);
	}
.ck.ck-balloon-panel.ck-tooltip.ck-tooltip_multi-line .ck-tooltip__text {
		white-space: break-spaces;
		display: inline-block;
		padding: var(--ck-tooltip-text-padding) 0;
		max-width: 200px;
	}
/* Hide the default shadow of the .ck-balloon-panel tip */
.ck.ck-balloon-panel.ck-tooltip::before {
		display: none;
	}

/* Editor */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
			border-radius: 0;

			border: 1px solid var(--ck-color-base-border);
			border-bottom-width: 0;
		}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,
	.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
	}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
				border-bottom-width: 1px;
			}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar {
				border: 0;
				border-bottom: 1px solid var(--ck-color-base-border);
			}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
				border: 0;
			}
/* Note: Use ck-editor__main to make sure these styles don't apply to other editor types */
.ck.ck-editor__main > .ck-editor__editable {
	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/113 */
	background: var(--ck-color-base-background);

	border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
	.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
		border-color: var(--ck-color-base-border);
	}

/* Plugins */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Classes used by the "fake visual selection" displayed in the content when an input
 * in the bookmark UI has focus (the browser does not render the native selection in this state).
 */
.ck .ck-fake-bookmark-selection {
	background: var(--ck-color-link-fake-selection);
}
/* A collapsed fake visual selection. */
.ck .ck-fake-bookmark-selection_collapsed {
	height: 100%;
	border-right: 1px solid var(--ck-color-base-text);
	margin-right: -1px;
	outline: solid 1px hsla(0, 0%, 100%, .5);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-clipboard-drop-target-dot-width: 12px;
	--ck-clipboard-drop-target-dot-height: 8px;
	--ck-clipboard-drop-target-color: var(--ck-color-focus-border);
}
/*
	 * Vertical drop target (in text).
	 */
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
			bottom: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
			top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
			border: 1px solid var(--ck-clipboard-drop-target-color);
			background: var(--ck-clipboard-drop-target-color);
			margin-left: -1px;

			/* The triangle above the marker */
		}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span::after {
				content: '';
				width: 0;
				height: 0;

				display: block;
				position: absolute;
				left: 50%;
				top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));

				transform: translateX(-50%);
				border-color: var(--ck-clipboard-drop-target-color) transparent transparent transparent;
				border-width: calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));
				border-style: solid;
			}
/*
	 * Styles of the widget that it a drop target.
	 */
.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;
	}
/*
	 * Styles of the widget being dragged (its preview).
	 */
.ck.ck-editor__editable .ck-widget:-webkit-drag {
		zoom: 0.6;
		outline: none !important;
	}
.ck.ck-clipboard-drop-target-line {
	height: 0;
	border: 1px solid var(--ck-clipboard-drop-target-color);
	background: var(--ck-clipboard-drop-target-color);
	margin-top: -1px;
}
.ck.ck-clipboard-drop-target-line::before {
		content: '';
		position: absolute;
		top: calc(-.5 * var(--ck-clipboard-drop-target-dot-width));
		width: 0;
		height: 0;
		border-style: solid;
	}
[dir="ltr"] .ck.ck-clipboard-drop-target-line::before {
			left: -1px;

			border-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);
			border-color: transparent transparent transparent var(--ck-clipboard-drop-target-color);
	}
[dir="rtl"] .ck.ck-clipboard-drop-target-line::before {
			right: -1px;

			border-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;
			border-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-code-block-label-background: hsl(0, 0%, 46%);
}
.ck.ck-editor__editable pre[data-language]::after {
	top: -1px;
	right: 10px;
	background: var(--ck-color-code-block-label-background);

	font-size: 10px;
	font-family: var(--ck-font-face);
	line-height: 16px;
	padding: var(--ck-spacing-tiny) var(--ck-spacing-medium);
	color: hsl(0, 0%, 100%);
	white-space: nowrap;
}
.ck.ck-code-block-dropdown .ck-dropdown__panel {
	/* There could be dozens of languages available. Use scroll to prevent a 10e6px dropdown. */
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* See ckeditor/ckeditor5#936. */
@media (forced-colors: active) {
		.ck.ck-placeholder, .ck .ck-placeholder {
		/*
		 * This is needed for Edge on Windows to use the right color for the placeholder content (::before).
		 * See https://github.com/ckeditor/ckeditor5/issues/14907.
		 */
		forced-color-adjust: preserve-parent-color;
		}
	}
.ck.ck-placeholder::before, .ck .ck-placeholder::before {
		cursor: text;
	}
@media (forced-colors: none) {
		.ck.ck-placeholder::before, .ck .ck-placeholder::before {
			color: var(--ck-color-engine-placeholder-text);
		}
	}
@media (forced-colors: active) {
		.ck.ck-placeholder::before, .ck .ck-placeholder::before {
			/*
			 * In the high contrast mode there is no telling between regular and placeholder text. Using
			 * italic text to address that issue. See https://github.com/ckeditor/ckeditor5/issues/14907.
			 */
			font-style: italic;

			/*
			 * Without this margin, the caret will not show up and blink when the user puts the selection
			 * in the placeholder (Edge on Windows). See https://github.com/ckeditor/ckeditor5/issues/14907.
			 */
			margin-left: 1px;
		}
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-find-and-replace-form {
	width: 400px;

	/*
	 * The <form> needs tabindex="-1" for proper Esc handling after being clicked
	 * but the side effect is that this creates a nasty focus outline in some browsers.
	 */
}
.ck.ck-find-and-replace-form:focus {
		outline: none;
	}
/* Generic styles for the form inputs and actions. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs,
	.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		flex: 1 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: stretch;

		padding: var(--ck-spacing-large);
		margin: 0;

	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button {
			flex: 0 0 auto;
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > * + *, [dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > * + * {
				margin-left: var(--ck-spacing-standard);
			}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > * + *, [dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > * + * {
				margin-right: var(--ck-spacing-standard);
			}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view {
			flex: 1 1 auto;
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view .ck-input, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view .ck-input {
				width: 100%;
				min-width: 50px;
			}
/* Styles specific for inputs area. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs {
		/* To display all controls in line when there's an error under the input */
		align-items: flex-start;
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button-prev > .ck-icon {
			transform: rotate(90deg);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button-next > .ck-icon {
			transform: rotate(-90deg);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
			top: 50%;
			transform: translateY(-50%);

			color: var(--ck-color-base-border);
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
				right: var(--ck-spacing-standard);
	}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
				left: var(--ck-spacing-standard);
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
			flex: 0 0 100%;
			padding-top: var(--ck-spacing-standard);
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
				margin-left: 0;
	}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
				margin-right: 0;
	}
/* Styles specific for actions area. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: calc( -1 * var(--ck-spacing-large) );
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button-find {
			font-weight: bold;

			/* Beef the find button up a little. It's the main action button in the form */
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button-find .ck-button__label {
				padding-left: var(--ck-spacing-large);
				padding-right: var(--ck-spacing-large);
			}
.ck.ck-find-and-replace-form .ck-switchbutton {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
@media screen and (max-width: 600px) {
	.ck.ck-find-and-replace-form {
		width: 300px;

		/* Don't let the form overflow from the dialog (https://github.com/cksource/ckeditor5-commercial/issues/5913) */
		max-width: 100%;

		/* Styles specific for inputs area. */
	}
		.ck.ck-find-and-replace-form.ck-find-and-replace-form__input {
			flex-wrap: wrap;
		}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__input .ck-labeled-field-view {
				flex: 1 0 auto;
				width: 100%;
				margin-bottom: var(--ck-spacing-standard);
			}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button {
				text-align: center;
			}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
					flex: 1 1 auto;
				}

					[dir="ltr"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
						margin-left: 0;
	}

					[dir="rtl"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
						margin-right: 0;
	}

					.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type .ck-button__label {
						width: 100%;
						text-align: center;
					}

		/* Styles specific for actions area. */
		.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) {
			flex-wrap: wrap;
			flex: 1 1 auto;
		}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button {
				text-align: center;
			}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
					flex: 1 1 auto;
				}

					[dir="ltr"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
						margin-left: 0;
	}

					[dir="rtl"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
						margin-right: 0;
	}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button .ck-button__label {
					width: 100%;
					text-align: center;
				}
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Resize dropdown's button label. */
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
		width: 8em;
	}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
		min-width: 18em;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Note: This file should contain the wireframe styles only. But since there are no such styles,
 * it acts as a message to the builder telling that it should look for the corresponding styles
 * **in the theme** when compiling the editor.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-html-embed-content-width: calc(100% - 1.5 * var(--ck-icon-size));
	--ck-html-embed-source-height: 10em;
	--ck-html-embed-unfocused-outline-width: 1px;
	--ck-html-embed-content-min-height: calc(var(--ck-icon-size) + var(--ck-spacing-standard));

	--ck-html-embed-source-disabled-background: var(--ck-color-base-foreground);
	--ck-html-embed-source-disabled-color: hsl(0deg 0% 45%);
}
/* The feature container. */
.ck-widget.raw-html-embed {
	font-size: var(--ck-font-size-base);
	background-color: var(--ck-color-base-foreground);
}
.ck-widget.raw-html-embed:not(.ck-widget_selected):not(:hover) {
		outline: var(--ck-html-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border);
	}
/* HTML embed widget itself should respect UI language direction */
.ck-widget.raw-html-embed[dir="ltr"] {
		text-align: left;
	}
.ck-widget.raw-html-embed[dir="rtl"] {
		text-align: right;
	}
/* ----- Embed label in the upper left corner ----------------------------------------------- */
.ck-widget.raw-html-embed::before {
		content: attr(data-html-embed-label);
		top: calc(-1 * var(--ck-html-embed-unfocused-outline-width));
		left: var(--ck-spacing-standard);
		background: hsl(0deg 0% 60%);
		transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
		padding: calc(var(--ck-spacing-tiny) + var(--ck-html-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);
		border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
		color: var(--ck-color-base-background);
		font-size: var(--ck-font-size-tiny);
		font-family: var(--ck-font-face);
	}
.ck-widget.raw-html-embed[dir="rtl"]::before {
		left: auto;
		right: var(--ck-spacing-standard);
	}
/* Make space for label but it only collides in LTR languages */
.ck-widget.raw-html-embed[dir="ltr"] .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before {
		margin-left: 50px;
	}
.ck.ck-editor__editable.ck-blurred .ck-widget.raw-html-embed.ck-widget_selected::before {
		top: 0px;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
	}
.ck.ck-editor__editable:not(.ck-blurred) .ck-widget.raw-html-embed.ck-widget_selected::before {
		top: 0;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
		background: var(--ck-color-focus-border);
	}
.ck.ck-editor__editable .ck-widget.raw-html-embed:not(.ck-widget_selected):hover::before {
		top: 0px;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
	}
/* ----- Emebed internals --------------------------------------------------------------------- */
.ck-widget.raw-html-embed .raw-html-embed__content-wrapper {
		padding: var(--ck-spacing-standard);
	}
/* The switch mode button wrapper. */
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
		top: var(--ck-spacing-standard);
		right: var(--ck-spacing-standard);
	}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__save-button {
			color: var(--ck-color-button-save);
		}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__cancel-button {
			color: var(--ck-color-button-cancel);
		}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button:not(:first-child) {
			margin-top: var(--ck-spacing-small);
		}
.ck-widget.raw-html-embed[dir="rtl"] .raw-html-embed__buttons-wrapper {
		left: var(--ck-spacing-standard);
		right: auto;
	}
/* The edit source element. */
.ck-widget.raw-html-embed .raw-html-embed__source {
		box-sizing: border-box;
		height: var(--ck-html-embed-source-height);
		width: var(--ck-html-embed-content-width);
		resize: none;
		min-width: 0;
		padding: var(--ck-spacing-standard);

		font-family: monospace;
		tab-size: 4;
		white-space: pre-wrap;
		font-size: var(--ck-font-size-base); /* Safari needs this. */

		/* HTML code is direction–agnostic. */
		text-align: left;
		direction: ltr;
	}
.ck-widget.raw-html-embed .raw-html-embed__source[disabled] {
			background: var(--ck-html-embed-source-disabled-background);
			color: var(--ck-html-embed-source-disabled-color);

			/* Safari needs this for the proper text color in disabled input (https://github.com/ckeditor/ckeditor5/issues/8320). */
			-webkit-text-fill-color: var(--ck-html-embed-source-disabled-color);
			opacity: 1;
		}
/* The preview data container. */
.ck-widget.raw-html-embed .raw-html-embed__preview {
		min-height: var(--ck-html-embed-content-min-height);
		width: var(--ck-html-embed-content-width);

		/* Disable all mouse interaction as long as the editor is not read–only. */
	}
.ck-editor__editable:not(.ck-read-only) .ck-widget.raw-html-embed .raw-html-embed__preview {
			pointer-events: none;
		}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
		box-sizing: border-box;
		background-color: var(--ck-color-base-foreground);
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-content > * {
			margin-left: auto;
			margin-right: auto;
		}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
		color: var(--ck-html-embed-source-disabled-color)
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-image-insert-insert-by-url-width: 250px;
}
.ck.ck-image-insert-url {
	--ck-input-width: 100%;
}
.ck.ck-image-insert-url .ck-image-insert-url__action-row {
		grid-column-gap: var(--ck-spacing-large);
		margin-top: var(--ck-spacing-large);
	}
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-save,
		.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-cancel {
			justify-content: center;
			min-width: auto;
		}
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button .ck-button__label {
			color: var(--ck-color-text);
		}
.ck.ck-image-insert-form > .ck.ck-button {
		display: block;
		width: 100%;
	}
[dir="ltr"] .ck.ck-image-insert-form > .ck.ck-button {
			text-align: left;
	}
[dir="rtl"] .ck.ck-image-insert-form > .ck.ck-button {
			text-align: right;
	}
.ck.ck-image-insert-form > .ck.ck-collapsible {

		min-width: var(--ck-image-insert-insert-by-url-width);
	}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:first-child) {
			border-top: 1px solid var(--ck-color-base-border);
		}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:last-child) {
			border-bottom: 1px solid var(--ck-color-base-border);
		}
/* This is the case when there are no other integrations configured than insert by URL */
.ck.ck-image-insert-form > .ck.ck-image-insert-url {
		min-width: var(--ck-image-insert-insert-by-url-width);
		padding: var(--ck-spacing-large);
	}
.ck.ck-image-insert-form:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-image-upload-icon: hsl(0, 0%, 100%);
	--ck-color-image-upload-icon-background: hsl(120, 100%, 27%);

	/* Match the icon size with the linked image indicator brought by the link image feature. */
	--ck-image-upload-icon-size: 20;
	--ck-image-upload-icon-width: 2px;
	--ck-image-upload-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
.ck-image-upload-complete-icon {
	opacity: 0;
	background: var(--ck-color-image-upload-icon-background);
	animation-name: ck-upload-complete-icon-show, ck-upload-complete-icon-hide;
	animation-fill-mode: forwards, forwards;
	animation-duration: 500ms, 500ms;

	/* To make animation scalable. */
	font-size: calc(1px * var(--ck-image-upload-icon-size));

	/* Hide completed upload icon after 3 seconds. */
	animation-delay: 0ms, 3000ms;

	/*
	 * Use CSS math to simulate container queries.
	 * https://css-tricks.com/the-raven-technique-one-step-closer-to-container-queries/#what-about-showing-and-hiding-things
	 */
	overflow: hidden;
	width: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));
	height: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));

	/* This is check icon element made from border-width mixed with animations. */
}
.ck-image-upload-complete-icon::after {
		/* Because of border transformation we need to "hard code" left position. */
		left: 25%;

		top: 50%;
		opacity: 0;
		height: 0;
		width: 0;

		transform: scaleX(-1) rotate(135deg);
		transform-origin: left top;
		border-top: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);
		border-right: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);

		animation-name: ck-upload-complete-icon-check;
		animation-duration: 500ms;
		animation-delay: 500ms;
		animation-fill-mode: forwards;

		/* #1095. While reset is not providing proper box-sizing for pseudoelements, we need to handle it. */
		box-sizing: border-box;
	}
@media (prefers-reduced-motion: reduce) {
.ck-image-upload-complete-icon {
		animation-duration: 0ms;
}

		.ck-image-upload-complete-icon::after {
			animation: none;
			opacity: 1;
			width: 0.3em;
			height: 0.45em;
		}
	}
@keyframes ck-upload-complete-icon-show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes ck-upload-complete-icon-hide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
@keyframes ck-upload-complete-icon-check {
	0% {
		opacity: 1;
		width: 0;
		height: 0;
	}
	33% {
		width: 0.3em;
		height: 0;
	}
	100% {
		opacity: 1;
		width: 0.3em;
		height: 0.45em;
	}
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-upload-placeholder-loader: hsl(0, 0%, 70%);
	--ck-upload-placeholder-loader-size: 32px;
	--ck-upload-placeholder-image-aspect-ratio: 2.8;
}
.ck .ck-image-upload-placeholder {
	/* We need to control the full width of the SVG gray background. */
	width: 100%;
	margin: 0;
}
.ck .ck-image-upload-placeholder.image-inline {
		width: calc( 2 * var(--ck-upload-placeholder-loader-size) * var(--ck-upload-placeholder-image-aspect-ratio) );
	}
.ck .ck-image-upload-placeholder img {
		/*
		 * This is an arbitrary aspect for a 1x1 px GIF to display to the user. Not too tall, not too short.
		 * There's nothing special about this number except that it should make the image placeholder look like
		 * a real image during this short period after the upload started and before the image was read from the
		 * file system (and a rich preview was loaded).
		 */
		aspect-ratio: var(--ck-upload-placeholder-image-aspect-ratio);
	}
.ck .ck-upload-placeholder-loader {
	width: 100%;
	height: 100%;
}
.ck .ck-upload-placeholder-loader::before {
		width: var(--ck-upload-placeholder-loader-size);
		height: var(--ck-upload-placeholder-loader-size);
		border-radius: 50%;
		border-top: 3px solid var(--ck-color-upload-placeholder-loader);
		border-right: 2px solid transparent;
		animation: ck-upload-placeholder-loader 1s linear infinite;
	}
@keyframes ck-upload-placeholder-loader {
	to {
		transform: rotate( 360deg );
	}
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Showing animation. */
.ck.ck-editor__editable .image.ck-appear, .ck.ck-editor__editable .image-inline.ck-appear {
			animation: fadeIn 700ms;
		}
@media (prefers-reduced-motion: reduce) {
.ck.ck-editor__editable .image.ck-appear, .ck.ck-editor__editable .image-inline.ck-appear {
				opacity: 1;
				animation: none;
		}
			}
/* Upload progress bar. */
.ck.ck-editor__editable .image .ck-progress-bar,
	.ck.ck-editor__editable .image-inline .ck-progress-bar {
		height: 2px;
		width: 0;
		background: var(--ck-color-upload-bar-background);
		transition: width 100ms;
	}
@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Class added to span element surrounding currently selected link. */
.ck .ck-link_selected {
	background: var(--ck-color-link-selected-background);

	/* Give linked inline images some outline to let the user know they are also part of the link. */
}
.ck .ck-link_selected span.image-inline {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-color-link-selected-background);
	}
/*
 * Classes used by the "fake visual selection" displayed in the content when an input
 * in the link UI has focus (the browser does not render the native selection in this state).
 */
.ck .ck-fake-link-selection {
	background: var(--ck-color-link-fake-selection);
}
/* A collapsed fake visual selection. */
.ck .ck-fake-link-selection_collapsed {
	height: 100%;
	border-right: 1px solid var(--ck-color-base-text);
	margin-right: -1px;
	outline: solid 1px hsla(0, 0%, 100%, .5);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Makes element unselectable.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-link-actions .ck-button.ck-link-actions__preview {
		padding-left: 0;
		padding-right: 0;
	}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
			padding: 0 var(--ck-spacing-medium);
			color: var(--ck-color-link-default);
			text-overflow: ellipsis;
			cursor: pointer;

			/* Match the box model of the link editor form's input so the balloon
			does not change width when moving between actions and the form. */
			max-width: var(--ck-input-width);
			min-width: 3em;
			text-align: center;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover {
				text-decoration: underline;
			}
.ck.ck-link-actions .ck-button.ck-link-actions__preview,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
			background: none;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
			box-shadow: none;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label {
				text-decoration: underline;
			}
[dir="ltr"] .ck.ck-link-actions .ck-button:not(:first-child) {
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-link-actions .ck-button:not(:last-child) {
			margin-left: var(--ck-spacing-standard);
		}
@media screen and (max-width: 600px) {
		.ck.ck-link-actions .ck-button.ck-link-actions__preview {
			margin: var(--ck-spacing-standard) var(--ck-spacing-standard) 0;
		}

			.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
				min-width: 0;
				max-width: 100%;
			}
			[dir="ltr"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
				margin-left: 0;
	}

			[dir="rtl"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
				margin-left: 0;
	}
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Style link form differently when manual decorators are available.
 * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
 */
.ck.ck-link-form_layout-vertical {
	padding: 0;
	min-width: var(--ck-input-width);
}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view {
		margin: var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small);
	}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text {
			min-width: 0;
			width: 100%;
		}
.ck.ck-link-form_layout-vertical > .ck-button {
		padding: var(--ck-spacing-standard);
		margin: 0;
		width: 50%;
		border-radius: 0;
	}
.ck.ck-link-form_layout-vertical > .ck-button:not(:focus) {
			border-top: 1px solid var(--ck-color-base-border);
		}
[dir="ltr"] .ck.ck-link-form_layout-vertical > .ck-button {
			margin-left: 0;
	}
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button {
			margin-left: 0;
	}
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button:last-of-type {
				border-right: 1px solid var(--ck-color-base-border);
			}
/* Using additional `.ck` class for stronger CSS specificity than `.ck.ck-link-form > :not(:first-child)`. */
.ck.ck-link-form_layout-vertical .ck.ck-list {
		margin: 0 var(--ck-spacing-large);
	}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton {
			padding: 0;
			width: 100%;
		}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover {
				background: none;
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* Match the icon size with the upload indicator brought by the image upload feature. */
	--ck-link-image-indicator-icon-size: 20;
	--ck-link-image-indicator-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
/* Linked image indicator */
.ck.ck-editor__editable figure.image > a::after, .ck.ck-editor__editable a span.image-inline::after {
			content: "";

			/*
			 * Smaller images should have the icon closer to the border.
			 * Match the icon position with the upload indicator brought by the image upload feature.
			 */
			top: min(var(--ck-spacing-medium), 6%);
			right: min(var(--ck-spacing-medium), 6%);

			background-color: hsla(0, 0%, 0%, .4);
			background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjA3NyAxNSAuOTkxLTEuNDE2YS43NS43NSAwIDEgMSAxLjIyOS44NmwtMS4xNDggMS42NGEuNzQ4Ljc0OCAwIDAgMS0uMjE3LjIwNiA1LjI1MSA1LjI1MSAwIDAgMS04LjUwMy01Ljk1NS43NDEuNzQxIDAgMCAxIC4xMi0uMjc0bDEuMTQ3LTEuNjM5YS43NS43NSAwIDEgMSAxLjIyOC44Nkw0LjkzMyAxMC43bC4wMDYuMDAzYTMuNzUgMy43NSAwIDAgMCA2LjEzMiA0LjI5NGwuMDA2LjAwNHptNS40OTQtNS4zMzVhLjc0OC43NDggMCAwIDEtLjEyLjI3NGwtMS4xNDcgMS42MzlhLjc1Ljc1IDAgMSAxLTEuMjI4LS44NmwuODYtMS4yM2EzLjc1IDMuNzUgMCAwIDAtNi4xNDQtNC4zMDFsLS44NiAxLjIyOWEuNzUuNzUgMCAwIDEtMS4yMjktLjg2bDEuMTQ4LTEuNjRhLjc0OC43NDggMCAwIDEgLjIxNy0uMjA2IDUuMjUxIDUuMjUxIDAgMCAxIDguNTAzIDUuOTU1em0tNC41NjMtMi41MzJhLjc1Ljc1IDAgMCAxIC4xODQgMS4wNDVsLTMuMTU1IDQuNTA1YS43NS43NSAwIDEgMS0xLjIyOS0uODZsMy4xNTUtNC41MDZhLjc1Ljc1IDAgMCAxIDEuMDQ1LS4xODR6Ii8+PC9zdmc+");
			background-size: 14px;
			background-repeat: no-repeat;
			background-position: center;
			border-radius: 100%;

			/*
			* Use CSS math to simulate container queries.
			* https://css-tricks.com/the-raven-technique-one-step-closer-to-container-queries/#what-about-showing-and-hiding-things
			*/
			overflow: hidden;
			width: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
			height: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* When there are no list styles and there is no collapsible. */
.ck.ck-list-properties.ck-list-properties_without-styles {
		padding: var(--ck-spacing-large);
	}
.ck.ck-list-properties.ck-list-properties_without-styles > * {
			min-width: 14em;
		}
.ck.ck-list-properties.ck-list-properties_without-styles > * + * {
				margin-top: var(--ck-spacing-standard);
			}
/*
	 * When the numbered list property fields (start at, reversed) should be displayed,
	 * more horizontal space is needed. Reconfigure the style grid to create that space.
	 */
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-list-styles-list {
			grid-template-columns: repeat( 4, auto );
		}
/* When list styles are rendered and property fields are in a collapsible. */
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible {
			border-top: 1px solid var(--ck-color-base-border);
		}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * {
					width: 100%;
				}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * + * {
						margin-top: var(--ck-spacing-standard);
					}
.ck.ck-list-properties .ck.ck-numbered-list-properties__start-index .ck-input {
		min-width: auto;
		width: 100%;
	}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order {
		background: transparent;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: calc(-1 * var(--ck-spacing-tiny));
	}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:active, .ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:hover {
			box-shadow: none;
			border-color: transparent;
			background: none;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-list-style-button-size: 44px;
}
.ck.ck-list-styles-list {
	grid-template-columns: repeat( 3, auto );
	row-gap: var(--ck-spacing-medium);
	column-gap: var(--ck-spacing-medium);
	padding: var(--ck-spacing-large);
}
.ck.ck-list-styles-list .ck-button {
		/* Make the button look like a thumbnail (the icon "takes it all"). */
		width: var(--ck-list-style-button-size);
		height: var(--ck-list-style-button-size);
		padding: 0;

		/*
		 * Buttons are aligned by the grid so disable default button margins to not collide with the
		 * gaps in the grid.
		 */
		margin: 0;

		/*
		 * Make sure the button border (which is displayed on focus, BTW) does not steal pixels
		 * from the button dimensions and, as a result, decrease the size of the icon
		 * (which becomes blurry as it scales down).
		 */
		box-sizing: content-box;
	}
.ck.ck-list-styles-list .ck-button .ck-icon {
			width: var(--ck-list-style-button-size);
			height: var(--ck-list-style-button-size);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-media-embed-placeholder-icon-size: 3em;

	--ck-color-media-embed-placeholder-url-text: hsl(0, 0%, 46%);
	--ck-color-media-embed-placeholder-url-text-hover: var(--ck-color-base-text);
}
.ck-media__wrapper {
	margin: 0 auto;
}
.ck-media__wrapper .ck-media__placeholder {
		padding: calc( 3 * var(--ck-spacing-standard) );
		background: var(--ck-color-base-foreground);
	}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon {
			min-width: var(--ck-media-embed-placeholder-icon-size);
			height: var(--ck-media-embed-placeholder-icon-size);
			margin-bottom: var(--ck-spacing-large);
			background-position: center;
			background-size: cover;
		}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon .ck-icon {
				width: 100%;
				height: 100%;
			}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text {
			color: var(--ck-color-media-embed-placeholder-url-text);
			white-space: nowrap;
			text-align: center;
			font-style: italic;
			text-overflow: ellipsis;
		}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: var(--ck-color-media-embed-placeholder-url-text-hover);
				cursor: pointer;
				text-decoration: underline;
			}
.ck-media__wrapper[data-oembed-url*="open.spotify.com"] {
		max-width: 300px;
		max-height: 380px;
	}
.ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAuMzc4IiBoZWlnaHQ9IjI1NC4xNjciIHZpZXdCb3g9IjAgMCA2Ni4yNDYgNjcuMjQ4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjUzMSAtMjE4LjQ1NSkgc2NhbGUoLjk4MDEyKSI+PHJlY3Qgcnk9IjUuMjM4IiByeD0iNS4yMzgiIHk9IjIzMS4zOTkiIHg9IjE3Ni4wMzEiIGhlaWdodD0iNjAuMDk5IiB3aWR0aD0iNjAuMDk5IiBmaWxsPSIjMzRhNjY4IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0yMDYuNDc3IDI2MC45bC0yOC45ODcgMjguOTg3YTUuMjE4IDUuMjE4IDAgMCAwIDMuNzggMS42MWg0OS42MjFjMS42OTQgMCAzLjE5LS43OTggNC4xNDYtMi4wMzd6IiBmaWxsPSIjNWM4OGM1Ii8+PHBhdGggZD0iTTIyNi43NDIgMjIyLjk4OGMtOS4yNjYgMC0xNi43NzcgNy4xNy0xNi43NzcgMTYuMDE0LjAwNyAyLjc2Mi42NjMgNS40NzQgMi4wOTMgNy44NzUuNDMuNzAzLjgzIDEuNDA4IDEuMTkgMi4xMDcuMzMzLjUwMi42NSAxLjAwNS45NSAxLjUwOC4zNDMuNDc3LjY3My45NTcuOTg4IDEuNDQgMS4zMSAxLjc2OSAyLjUgMy41MDIgMy42MzcgNS4xNjguNzkzIDEuMjc1IDEuNjgzIDIuNjQgMi40NjYgMy45OSAyLjM2MyA0LjA5NCA0LjAwNyA4LjA5MiA0LjYgMTMuOTE0di4wMTJjLjE4Mi40MTIuNTE2LjY2Ni44NzkuNjY3LjQwMy0uMDAxLjc2OC0uMzE0LjkzLS43OTkuNjAzLTUuNzU2IDIuMjM4LTkuNzI5IDQuNTg1LTEzLjc5NC43ODItMS4zNSAxLjY3My0yLjcxNSAyLjQ2NS0zLjk5IDEuMTM3LTEuNjY2IDIuMzI4LTMuNCAzLjYzOC01LjE2OS4zMTUtLjQ4Mi42NDUtLjk2Mi45ODgtMS40MzkuMy0uNTAzLjYxNy0xLjAwNi45NS0xLjUwOC4zNTktLjcuNzYtMS40MDQgMS4xOS0yLjEwNyAxLjQyNi0yLjQwMiAyLTUuMTE0IDIuMDA0LTcuODc1IDAtOC44NDQtNy41MTEtMTYuMDE0LTE2Ljc3Ni0xNi4wMTR6IiBmaWxsPSIjZGQ0YjNlIiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxlbGxpcHNlIHJ5PSI1LjU2NCIgcng9IjUuODI4IiBjeT0iMjM5LjAwMiIgY3g9IjIyNi43NDIiIGZpbGw9IiM4MDJkMjciIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTE5MC4zMDEgMjM3LjI4M2MtNC42NyAwLTguNDU3IDMuODUzLTguNDU3IDguNjA2czMuNzg2IDguNjA3IDguNDU3IDguNjA3YzMuMDQzIDAgNC44MDYtLjk1OCA2LjMzNy0yLjUxNiAxLjUzLTEuNTU3IDIuMDg3LTMuOTEzIDIuMDg3LTYuMjkgMC0uMzYyLS4wMjMtLjcyMi0uMDY0LTEuMDc5aC04LjI1N3YzLjA0M2g0Ljg1Yy0uMTk3Ljc1OS0uNTMxIDEuNDUtMS4wNTggMS45ODYtLjk0Mi45NTgtMi4wMjggMS41NDgtMy45MDEgMS41NDgtMi44NzYgMC01LjIwOC0yLjM3Mi01LjIwOC01LjI5OSAwLTIuOTI2IDIuMzMyLTUuMjk5IDUuMjA4LTUuMjk5IDEuMzk5IDAgMi42MTguNDA3IDMuNTg0IDEuMjkzbDIuMzgxLTIuMzhjMC0uMDAyLS4wMDMtLjAwNC0uMDA0LS4wMDUtMS41ODgtMS41MjQtMy42Mi0yLjIxNS01Ljk1NS0yLjIxNXptNC40MyA1LjY2bC4wMDMuMDA2di0uMDAzeiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjE1LjE4NCAyNTEuOTI5bC03Ljk4IDcuOTc5IDI4LjQ3NyAyOC40NzVjLjI4Ny0uNjQ5LjQ0OS0xLjM2Ni40NDktMi4xMjN2LTMxLjE2NWMtLjQ2OS42NzUtLjkzNCAxLjM0OS0xLjM4MiAyLjAwNS0uNzkyIDEuMjc1LTEuNjgyIDIuNjQtMi40NjUgMy45OS0yLjM0NyA0LjA2NS0zLjk4MiA4LjAzOC00LjU4NSAxMy43OTQtLjE2Mi40ODUtLjUyNy43OTgtLjkzLjc5OS0uMzYzLS4wMDEtLjY5Ny0uMjU1LS44NzktLjY2N3YtLjAxMmMtLjU5My01LjgyMi0yLjIzNy05LjgyLTQuNi0xMy45MTQtLjc4My0xLjM1LTEuNjczLTIuNzE1LTIuNDY2LTMuOTktMS4xMzctMS42NjYtMi4zMjctMy40LTMuNjM3LTUuMTY5bC0uMDAyLS4wMDN6IiBmaWxsPSIjYzNjM2MzIi8+PHBhdGggZD0iTTIxMi45ODMgMjQ4LjQ5NWwtMzYuOTUyIDM2Ljk1M3YuODEyYTUuMjI3IDUuMjI3IDAgMCAwIDUuMjM4IDUuMjM4aDEuMDE1bDM1LjY2Ni0zNS42NjZhMTM2LjI3NSAxMzYuMjc1IDAgMCAwLTIuNzY0LTMuOSAzNy41NzUgMzcuNTc1IDAgMCAwLS45ODktMS40NGMtLjI5OS0uNTAzLS42MTYtMS4wMDYtLjk1LTEuNTA4LS4wODMtLjE2Mi0uMTc2LS4zMjYtLjI2NC0uNDg5eiIgZmlsbD0iI2ZkZGM0ZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjExLjk5OCAyNjEuMDgzbC02LjE1MiA2LjE1MSAyNC4yNjQgMjQuMjY0aC43ODFhNS4yMjcgNS4yMjcgMCAwIDAgNS4yMzktNS4yMzh2LTEuMDQ1eiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48L2c+PC9zdmc+);
	}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder {
		background: hsl(220, 46%, 48%);
	}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMDI0cHgiIGhlaWdodD0iMTAyNHB4IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkZpbGwgMTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImZMb2dvX1doaXRlIiBmaWxsPSIjRkZGRkZFIj4gICAgICAgICAgICA8cGF0aCBkPSJNOTY3LjQ4NCwwIEw1Ni41MTcsMCBDMjUuMzA0LDAgMCwyNS4zMDQgMCw1Ni41MTcgTDAsOTY3LjQ4MyBDMCw5OTguNjk0IDI1LjI5NywxMDI0IDU2LjUyMiwxMDI0IEw1NDcsMTAyNCBMNTQ3LDYyOCBMNDE0LDYyOCBMNDE0LDQ3MyBMNTQ3LDQ3MyBMNTQ3LDM1OS4wMjkgQzU0NywyMjYuNzY3IDYyNy43NzMsMTU0Ljc0NyA3NDUuNzU2LDE1NC43NDcgQzgwMi4yNjksMTU0Ljc0NyA4NTAuODQyLDE1OC45NTUgODY1LDE2MC44MzYgTDg2NSwyOTkgTDc4My4zODQsMjk5LjAzNyBDNzE5LjM5MSwyOTkuMDM3IDcwNywzMjkuNTI5IDcwNywzNzQuMjczIEw3MDcsNDczIEw4NjAuNDg3LDQ3MyBMODQwLjUwMSw2MjggTDcwNyw2MjggTDcwNywxMDI0IEw5NjcuNDg0LDEwMjQgQzk5OC42OTcsMTAyNCAxMDI0LDk5OC42OTcgMTAyNCw5NjcuNDg0IEwxMDI0LDU2LjUxNSBDMTAyNCwyNS4zMDMgOTk4LjY5NywwIDk2Ny40ODQsMCIgaWQ9IkZpbGwtMSI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
		}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(220, 100%, 90%);
		}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder {
		background: linear-gradient(-135deg,hsl(246, 100%, 39%),hsl(302, 100%, 36%),hsl(0, 100%, 48%));
	}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MDRweCIgaGVpZ2h0PSI1MDRweCIgdmlld0JveD0iMCAwIDUwNCA1MDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Z2x5cGgtbG9nb19NYXkyMDE2PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDAuMTU5IDUwMy44NDEgMC4xNTkgNTAzLjg0MSA1MDMuOTQgMCA1MDMuOTQiPjwvcG9seWdvbj4gICAgPC9kZWZzPiAgICA8ZyBpZD0iZ2x5cGgtbG9nb19NYXkyMDE2IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cC0zIj4gICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgIDxnIGlkPSJDbGlwLTIiPjwvZz4gICAgICAgICAgICA8cGF0aCBkPSJNMjUxLjkyMSwwLjE1OSBDMTgzLjUwMywwLjE1OSAxNzQuOTI0LDAuNDQ5IDE0OC4wNTQsMS42NzUgQzEyMS4yNCwyLjg5OCAxMDIuOTI3LDcuMTU3IDg2LjkwMywxMy4zODUgQzcwLjMzNywxOS44MjIgNTYuMjg4LDI4LjQzNiA0Mi4yODIsNDIuNDQxIEMyOC4yNzcsNTYuNDQ3IDE5LjY2Myw3MC40OTYgMTMuMjI2LDg3LjA2MiBDNi45OTgsMTAzLjA4NiAyLjczOSwxMjEuMzk5IDEuNTE2LDE0OC4yMTMgQzAuMjksMTc1LjA4MyAwLDE4My42NjIgMCwyNTIuMDggQzAsMzIwLjQ5NyAwLjI5LDMyOS4wNzYgMS41MTYsMzU1Ljk0NiBDMi43MzksMzgyLjc2IDYuOTk4LDQwMS4wNzMgMTMuMjI2LDQxNy4wOTcgQzE5LjY2Myw0MzMuNjYzIDI4LjI3Nyw0NDcuNzEyIDQyLjI4Miw0NjEuNzE4IEM1Ni4yODgsNDc1LjcyMyA3MC4zMzcsNDg0LjMzNyA4Ni45MDMsNDkwLjc3NSBDMTAyLjkyNyw0OTcuMDAyIDEyMS4yNCw1MDEuMjYxIDE0OC4wNTQsNTAyLjQ4NCBDMTc0LjkyNCw1MDMuNzEgMTgzLjUwMyw1MDQgMjUxLjkyMSw1MDQgQzMyMC4zMzgsNTA0IDMyOC45MTcsNTAzLjcxIDM1NS43ODcsNTAyLjQ4NCBDMzgyLjYwMSw1MDEuMjYxIDQwMC45MTQsNDk3LjAwMiA0MTYuOTM4LDQ5MC43NzUgQzQzMy41MDQsNDg0LjMzNyA0NDcuNTUzLDQ3NS43MjMgNDYxLjU1OSw0NjEuNzE4IEM0NzUuNTY0LDQ0Ny43MTIgNDg0LjE3OCw0MzMuNjYzIDQ5MC42MTYsNDE3LjA5NyBDNDk2Ljg0Myw0MDEuMDczIDUwMS4xMDIsMzgyLjc2IDUwMi4zMjUsMzU1Ljk0NiBDNTAzLjU1MSwzMjkuMDc2IDUwMy44NDEsMzIwLjQ5NyA1MDMuODQxLDI1Mi4wOCBDNTAzLjg0MSwxODMuNjYyIDUwMy41NTEsMTc1LjA4MyA1MDIuMzI1LDE0OC4yMTMgQzUwMS4xMDIsMTIxLjM5OSA0OTYuODQzLDEwMy4wODYgNDkwLjYxNiw4Ny4wNjIgQzQ4NC4xNzgsNzAuNDk2IDQ3NS41NjQsNTYuNDQ3IDQ2MS41NTksNDIuNDQxIEM0NDcuNTUzLDI4LjQzNiA0MzMuNTA0LDE5LjgyMiA0MTYuOTM4LDEzLjM4NSBDNDAwLjkxNCw3LjE1NyAzODIuNjAxLDIuODk4IDM1NS43ODcsMS42NzUgQzMyOC45MTcsMC40NDkgMzIwLjMzOCwwLjE1OSAyNTEuOTIxLDAuMTU5IFogTTI1MS45MjEsNDUuNTUgQzMxOS4xODYsNDUuNTUgMzI3LjE1NCw0NS44MDcgMzUzLjcxOCw0Ny4wMTkgQzM3OC4yOCw0OC4xMzkgMzkxLjYxOSw1Mi4yNDMgNDAwLjQ5Niw1NS42OTMgQzQxMi4yNTUsNjAuMjYzIDQyMC42NDcsNjUuNzIyIDQyOS40NjIsNzQuNTM4IEM0MzguMjc4LDgzLjM1MyA0NDMuNzM3LDkxLjc0NSA0NDguMzA3LDEwMy41MDQgQzQ1MS43NTcsMTEyLjM4MSA0NTUuODYxLDEyNS43MiA0NTYuOTgxLDE1MC4yODIgQzQ1OC4xOTMsMTc2Ljg0NiA0NTguNDUsMTg0LjgxNCA0NTguNDUsMjUyLjA4IEM0NTguNDUsMzE5LjM0NSA0NTguMTkzLDMyNy4zMTMgNDU2Ljk4MSwzNTMuODc3IEM0NTUuODYxLDM3OC40MzkgNDUxLjc1NywzOTEuNzc4IDQ0OC4zMDcsNDAwLjY1NSBDNDQzLjczNyw0MTIuNDE0IDQzOC4yNzgsNDIwLjgwNiA0MjkuNDYyLDQyOS42MjEgQzQyMC42NDcsNDM4LjQzNyA0MTIuMjU1LDQ0My44OTYgNDAwLjQ5Niw0NDguNDY2IEMzOTEuNjE5LDQ1MS45MTYgMzc4LjI4LDQ1Ni4wMiAzNTMuNzE4LDQ1Ny4xNCBDMzI3LjE1OCw0NTguMzUyIDMxOS4xOTEsNDU4LjYwOSAyNTEuOTIxLDQ1OC42MDkgQzE4NC42NSw0NTguNjA5IDE3Ni42ODQsNDU4LjM1MiAxNTAuMTIzLDQ1Ny4xNCBDMTI1LjU2MSw0NTYuMDIgMTEyLjIyMiw0NTEuOTE2IDEwMy4zNDUsNDQ4LjQ2NiBDOTEuNTg2LDQ0My44OTYgODMuMTk0LDQzOC40MzcgNzQuMzc5LDQyOS42MjEgQzY1LjU2NCw0MjAuODA2IDYwLjEwNCw0MTIuNDE0IDU1LjUzNCw0MDAuNjU1IEM1Mi4wODQsMzkxLjc3OCA0Ny45OCwzNzguNDM5IDQ2Ljg2LDM1My44NzcgQzQ1LjY0OCwzMjcuMzEzIDQ1LjM5MSwzMTkuMzQ1IDQ1LjM5MSwyNTIuMDggQzQ1LjM5MSwxODQuODE0IDQ1LjY0OCwxNzYuODQ2IDQ2Ljg2LDE1MC4yODIgQzQ3Ljk4LDEyNS43MiA1Mi4wODQsMTEyLjM4MSA1NS41MzQsMTAzLjUwNCBDNjAuMTA0LDkxLjc0NSA2NS41NjMsODMuMzUzIDc0LjM3OSw3NC41MzggQzgzLjE5NCw2NS43MjIgOTEuNTg2LDYwLjI2MyAxMDMuMzQ1LDU1LjY5MyBDMTEyLjIyMiw1Mi4yNDMgMTI1LjU2MSw0OC4xMzkgMTUwLjEyMyw0Ny4wMTkgQzE3Ni42ODcsNDUuODA3IDE4NC42NTUsNDUuNTUgMjUxLjkyMSw0NS41NSBaIiBpZD0iRmlsbC0xIiBmaWxsPSIjRkZGRkZGIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgICAgIDxwYXRoIGQ9Ik0yNTEuOTIxLDMzNi4wNTMgQzIwNS41NDMsMzM2LjA1MyAxNjcuOTQ3LDI5OC40NTcgMTY3Ljk0NywyNTIuMDggQzE2Ny45NDcsMjA1LjcwMiAyMDUuNTQzLDE2OC4xMDYgMjUxLjkyMSwxNjguMTA2IEMyOTguMjk4LDE2OC4xMDYgMzM1Ljg5NCwyMDUuNzAyIDMzNS44OTQsMjUyLjA4IEMzMzUuODk0LDI5OC40NTcgMjk4LjI5OCwzMzYuMDUzIDI1MS45MjEsMzM2LjA1MyBaIE0yNTEuOTIxLDEyMi43MTUgQzE4MC40NzQsMTIyLjcxNSAxMjIuNTU2LDE4MC42MzMgMTIyLjU1NiwyNTIuMDggQzEyMi41NTYsMzIzLjUyNiAxODAuNDc0LDM4MS40NDQgMjUxLjkyMSwzODEuNDQ0IEMzMjMuMzY3LDM4MS40NDQgMzgxLjI4NSwzMjMuNTI2IDM4MS4yODUsMjUyLjA4IEMzODEuMjg1LDE4MC42MzMgMzIzLjM2NywxMjIuNzE1IDI1MS45MjEsMTIyLjcxNSBaIiBpZD0iRmlsbC00IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgICAgICA8cGF0aCBkPSJNNDE2LjYyNywxMTcuNjA0IEM0MTYuNjI3LDEzNC4zIDQwMy4wOTIsMTQ3LjgzNCAzODYuMzk2LDE0Ny44MzQgQzM2OS43MDEsMTQ3LjgzNCAzNTYuMTY2LDEzNC4zIDM1Ni4xNjYsMTE3LjYwNCBDMzU2LjE2NiwxMDAuOTA4IDM2OS43MDEsODcuMzczIDM4Ni4zOTYsODcuMzczIEM0MDMuMDkyLDg3LjM3MyA0MTYuNjI3LDEwMC45MDggNDE2LjYyNywxMTcuNjA0IiBpZD0iRmlsbC01IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
		}
/* stylelint-disable-next-line no-descending-specificity */
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(302, 100%, 94%);
		}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder {
		/* Use gradient to contrast with focused widget (ckeditor/ckeditor5-media-embed#22). */
		background: linear-gradient( to right, hsl(201, 85%, 70%), hsl(201, 85%, 35%) );
	}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQwMCA0MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA0MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MDAsMjAwYzAsMTEwLjUtODkuNSwyMDAtMjAwLDIwMFMwLDMxMC41LDAsMjAwUzg5LjUsMCwyMDAsMFM0MDAsODkuNSw0MDAsMjAweiBNMTYzLjQsMzA1LjVjODguNywwLDEzNy4yLTczLjUsMTM3LjItMTM3LjJjMC0yLjEsMC00LjItMC4xLTYuMmM5LjQtNi44LDE3LjYtMTUuMywyNC4xLTI1Yy04LjYsMy44LTE3LjksNi40LTI3LjcsNy42YzEwLTYsMTcuNi0xNS40LDIxLjItMjYuN2MtOS4zLDUuNS0xOS42LDkuNS0zMC42LDExLjdjLTguOC05LjQtMjEuMy0xNS4yLTM1LjItMTUuMmMtMjYuNiwwLTQ4LjIsMjEuNi00OC4yLDQ4LjJjMCwzLjgsMC40LDcuNSwxLjMsMTFjLTQwLjEtMi03NS42LTIxLjItOTkuNC01MC40Yy00LjEsNy4xLTYuNSwxNS40LTYuNSwyNC4yYzAsMTYuNyw4LjUsMzEuNSwyMS41LDQwLjFjLTcuOS0wLjItMTUuMy0yLjQtMjEuOC02YzAsMC4yLDAsMC40LDAsMC42YzAsMjMuNCwxNi42LDQyLjgsMzguNyw0Ny4zYy00LDEuMS04LjMsMS43LTEyLjcsMS43Yy0zLjEsMC02LjEtMC4zLTkuMS0wLjljNi4xLDE5LjIsMjMuOSwzMy4xLDQ1LDMzLjVjLTE2LjUsMTIuOS0zNy4zLDIwLjYtNTkuOSwyMC42Yy0zLjksMC03LjctMC4yLTExLjUtMC43QzExMC44LDI5Ny41LDEzNi4yLDMwNS41LDE2My40LDMwNS41Ii8+PC9zdmc+);
		}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(201, 100%, 86%);
		}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
	--ck-color-mention-text: hsl(341, 100%, 30%);
}
.ck-content .mention {
	background: var(--ck-color-mention-background);
	color: var(--ck-color-mention-text);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-restricted-editing-exception-background: hsla(31, 100%, 65%, .2);
	--ck-color-restricted-editing-exception-hover-background: hsla(31, 100%, 65%, .35);
	--ck-color-restricted-editing-exception-brackets: hsla(31, 100%, 40%, .4);
	--ck-color-restricted-editing-selected-exception-background: hsla(31, 100%, 65%, .5);
	--ck-color-restricted-editing-selected-exception-brackets: hsla(31, 100%, 40%, .6);
}
.ck-editor__editable .restricted-editing-exception {
	transition: .2s ease-in-out background;
	background-color: var(--ck-color-restricted-editing-exception-background);
	border: 1px solid;
	border-image: linear-gradient(
		to right,
		var(--ck-color-restricted-editing-exception-brackets) 0%,
		var(--ck-color-restricted-editing-exception-brackets) 5px,
		hsla(0, 0%, 0%, 0) 6px,
		hsla(0, 0%, 0%, 0) calc(100% - 6px),
		var(--ck-color-restricted-editing-exception-brackets) calc(100% - 5px),
		var(--ck-color-restricted-editing-exception-brackets) 100%
	) 1;
}
@media (prefers-reduced-motion: reduce) {
.ck-editor__editable .restricted-editing-exception {
		transition: none;
}
	}
.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_selected {
		background-color: var(--ck-color-restricted-editing-selected-exception-background);
		border-image: linear-gradient(
			to right,
			var(--ck-color-restricted-editing-selected-exception-brackets) 0%,
			var(--ck-color-restricted-editing-selected-exception-brackets) 5px,
			var(--ck-color-restricted-editing-selected-exception-brackets) calc(100% - 5px),
			var(--ck-color-restricted-editing-selected-exception-brackets) 100%
		) 1;
	}
.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_collapsed {
		/* Empty exception should have the same width as exception with at least 1 char */
		padding-left: 1ch;
	}
.ck-restricted-editing_mode_restricted {
	cursor: default;

	/* We also have to override all elements inside the restricted editable to prevent cursor switching between default and text
	during the pointer movement. */
}
.ck-restricted-editing_mode_restricted * {
		cursor: default;
	}
.ck-restricted-editing_mode_restricted .restricted-editing-exception {
		cursor: text;
	}
.ck-restricted-editing_mode_restricted .restricted-editing-exception * {
			cursor: text;
		}
.ck-restricted-editing_mode_restricted .restricted-editing-exception:hover {
			background: var(--ck-color-restricted-editing-exception-hover-background);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-character-grid-tile-size: 24px;
}
.ck.ck-character-grid {
	overflow-y: auto;
	overflow-x: hidden;
}
.ck.ck-character-grid .ck-character-grid__tiles {
		grid-template-columns: repeat(auto-fill, minmax(var(--ck-character-grid-tile-size), 1fr));
		margin: var(--ck-spacing-standard) var(--ck-spacing-large);
		grid-gap: var(--ck-spacing-standard);
	}
.ck.ck-character-grid .ck-character-grid__tile {
		width: var(--ck-character-grid-tile-size);
		height: var(--ck-character-grid-tile-size);
		min-width: var(--ck-character-grid-tile-size);
		min-height: var(--ck-character-grid-tile-size);
		font-size: 1.5em;
		padding: 0;
		transition: .2s ease box-shadow;
		border: 0;
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-character-grid .ck-character-grid__tile {
			transition: none;
	}
		}
.ck.ck-character-grid .ck-character-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-character-grid .ck-character-grid__tile:hover:not( .ck-disabled ) {
			/* Disable the default .ck-button's border ring. */
			border: 0;
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
		}
/* Make sure the glyph is rendered in the center of the button */
.ck.ck-character-grid .ck-character-grid__tile .ck-button__label {
			line-height: var(--ck-character-grid-tile-size);
			width: 100%;
			text-align: center;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-character-info {
	padding: var(--ck-spacing-small) var(--ck-spacing-large);
	border-top: 1px solid var(--ck-color-base-border);
}
.ck.ck-character-info > * {
		text-transform: uppercase;
		font-size: var(--ck-font-size-small);
	}
.ck.ck-character-info .ck-character-info__name {
		max-width: 280px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.ck.ck-character-info .ck-character-info__code {
		opacity: .6;
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-special-characters-navigation > .ck-label {
		max-width: 160px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.ck.ck-special-characters-navigation > .ck-dropdown .ck-dropdown__panel {
		/* There could be dozens of categories available. Use scroll to prevent a 10e6px dropdown. */
		max-height: 250px;
		overflow-y: auto;
		overflow-x: hidden;
	}
@media screen and (max-width: 600px) {
.ck.ck-special-characters-navigation {
		max-width: 190px;
}

		.ck.ck-special-characters-navigation > .ck-form__header__label {
			text-overflow: ellipsis;
			overflow: hidden;
		}
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-dropdown.ck-style-dropdown.ck-style-dropdown_multiple-active > .ck-button > .ck-button__label {
	font-style: italic;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-style-panel-button-width: 120px;
	--ck-style-panel-button-height: 80px;
	--ck-style-panel-button-label-background: hsl(0, 0%, 94.1%);
	--ck-style-panel-button-hover-label-background: hsl(0, 0%, 92.1%);
	--ck-style-panel-button-hover-border-color: hsl(0, 0%, 70%);
}
.ck.ck-style-panel .ck-style-grid {
	row-gap: var(--ck-spacing-large);
	column-gap: var(--ck-spacing-large);
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
		--ck-color-button-default-hover-background: var(--ck-color-base-background);
		--ck-color-button-default-active-background: var(--ck-color-base-background);

		padding: 0;
		width: var(--ck-style-panel-button-width);
		height: var(--ck-style-panel-button-height);

		/* Let default .ck-button :focus styles apply */
	}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(:focus) {
			border: 1px solid var(--ck-color-base-border);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-button__label {
			height: 22px;
			line-height: 22px;
			width: 100%;
			padding: 0 var(--ck-spacing-medium);
			overflow: hidden;
			text-overflow: ellipsis;
			flex-shrink: 0;
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview {
			width: 100%;
			overflow: hidden;
			opacity: .9;

			padding: var(--ck-spacing-medium);
			background: var(--ck-color-base-background);
			border: 2px solid var(--ck-color-base-background);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled {
			--ck-color-button-default-disabled-background: var(--ck-color-base-foreground);

			/* Let default .ck-button :focus styles apply */
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled:not(:focus) {
				border-color: var(--ck-style-panel-button-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled .ck-style-grid__button__preview {
				opacity: .4;

				border-color: var(--ck-color-base-foreground);
				filter: saturate(.3);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on {
			border-color: var(--ck-color-base-active);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on .ck-button__label {
				box-shadow: 0 -1px 0 var(--ck-color-base-active);
				z-index: 1; /* Stay on top of the preview with the shadow. */
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on:hover {
				border-color: var(--ck-color-base-active-focus);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on) .ck-button__label {
				background: var(--ck-style-panel-button-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on):hover .ck-button__label {
				background: var(--ck-style-panel-button-hover-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) {
			border-color: var(--ck-style-panel-button-hover-border-color);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) .ck-style-grid__button__preview {
				opacity: 1;
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-style-panel .ck-style-panel__style-group > .ck-label {
		margin: var(--ck-spacing-large) 0;
	}
.ck.ck-style-panel .ck-style-panel__style-group:first-child > .ck-label {
			margin-top: 0;
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-style-panel-max-height: 470px;
}
.ck.ck-style-panel {
	padding: var(--ck-spacing-large);
	overflow-y: auto;
	max-height: var(--ck-style-panel-max-height);
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
[dir="ltr"] .ck.ck-input-color > .ck.ck-input-text {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color > .ck.ck-input-text {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
	}
/* Make sure the focused input is always on top of the dropdown button so its
		   outline and border are never cropped (also when the input is read-only). */
.ck.ck-input-color > .ck.ck-input-text:focus {
			z-index: 0;
		}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
			padding: 0;
		}
[dir="ltr"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
	}
[dir="ltr"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
					border-left: 1px solid transparent;
				}
[dir="rtl"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
					border-right: 1px solid transparent;
				}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button.ck-disabled {
				background: var(--ck-color-input-disabled-background);
			}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview {
				border-radius: 0;

				width: 20px;
				height: 20px;
				border: 1px solid var(--ck-color-input-border);
			}
.ck-rounded-corners .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview,
	.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
					top: -30%;
					left: 50%;
					height: 150%;
					width: 8%;
					background: hsl(0, 100%, 50%);
					border-radius: 2px;
					transform: rotate(45deg);
					transform-origin: 50%;
				}
.ck.ck-input-color .ck.ck-input-color__remove-color {
		width: 100%;
		padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);

		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
.ck.ck-input-color .ck.ck-input-color__remove-color:not(:focus) {
			border-bottom: 1px solid var(--ck-color-input-border);
		}
[dir="ltr"] .ck.ck-input-color .ck.ck-input-color__remove-color {
			border-top-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color {
			border-top-left-radius: 0;
	}
.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
			margin-right: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
				margin-right: 0;
				margin-left: var(--ck-spacing-standard);
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-form {
	padding: 0 0 var(--ck-spacing-large);
}
.ck.ck-form:focus {
		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
		outline: none;
	}
.ck.ck-form .ck.ck-input-text {
		min-width: 100%;
		width: 0;
	}
.ck.ck-form .ck.ck-dropdown {
		min-width: 100%;
	}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
				border: 1px solid var(--ck-color-base-border);
			}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
				width: 100%;
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-form__row {
	padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;

	/* Ignore labels that work as fieldset legends */
}
[dir="ltr"] .ck.ck-form__row > *:not(.ck-label) + * {
				margin-left: var(--ck-spacing-large);
	}
[dir="rtl"] .ck.ck-form__row > *:not(.ck-label) + * {
				margin-right: var(--ck-spacing-large);
	}
.ck.ck-form__row > .ck-label {
		width: 100%;
		min-width: 100%;
	}
.ck.ck-form__row.ck-table-form__action-row {
		margin-top: var(--ck-spacing-large);
	}
.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label {
			color: var(--ck-color-text);
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-insert-table-dropdown-padding: 10px;
	--ck-insert-table-dropdown-box-height: 11px;
	--ck-insert-table-dropdown-box-width: 12px;
	--ck-insert-table-dropdown-box-margin: 1px;
}
.ck .ck-insert-table-dropdown__grid {
	/* The width of a container should match 10 items in a row so there will be a 10x10 grid. */
	width: calc(var(--ck-insert-table-dropdown-box-width) * 10 + var(--ck-insert-table-dropdown-box-margin) * 20 + var(--ck-insert-table-dropdown-padding) * 2);
	padding: var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0;
}
.ck .ck-insert-table-dropdown__label,
.ck[dir=rtl] .ck-insert-table-dropdown__label {
	text-align: center;
}
.ck .ck-insert-table-dropdown-grid-box {
	min-width: var(--ck-insert-table-dropdown-box-width);
	min-height: var(--ck-insert-table-dropdown-box-height);
	margin: var(--ck-insert-table-dropdown-box-margin);
	border: 1px solid var(--ck-color-base-border);
	border-radius: 1px;
	outline: none;
	transition: none;
}
@media (prefers-reduced-motion: reduce) {
.ck .ck-insert-table-dropdown-grid-box {
		transition: none;
}
	}
.ck .ck-insert-table-dropdown-grid-box:focus {
		box-shadow: none;
	}
.ck .ck-insert-table-dropdown-grid-box.ck-on {
		border-color: var(--ck-color-focus-border);
		background: var(--ck-color-focus-outer-shadow);
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-table-cell-properties-form {
	width: 320px;
}
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__padding-row {
			align-self: flex-end;
			padding: 0;
			width: 25%;
		}
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
				background: none;

				/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
				margin-top: var(--ck-spacing-standard);
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-selector-focused-cell-background: hsla(212, 90%, 80%, .3);
}
/**
		 * While setting outline is fine, the border should not be modified here
		 * because it overrides the default table cell border color which is not expected.
		 * So do not use `@mixin ck-focus-ring;` here, or any other border styles.
		 * See more: https://github.com/ckeditor/ckeditor5/issues/16979
		 */
.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
		.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,
		.ck-widget.table td.ck-editor__nested-editable:focus,
		.ck-widget.table th.ck-editor__nested-editable:focus {
			/* A very slight background to highlight the focused cell */
			background: var(--ck-color-selector-focused-cell-background);
			outline: 1px solid var(--ck-color-focus-border);
			outline-offset: -1px; /* progressive enhancement - no IE support */
		}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-table-properties-error-arrow-size: 6px;
	--ck-table-properties-min-error-width: 150px;
}
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
					font-size: var(--ck-font-size-tiny);
					text-align: center;
				}
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
			.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
				width: 80px;
				min-width: 80px;
				max-width: 80px;
			}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
			padding: 0;
		}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
			.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
				margin: 0
			}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
				align-self: flex-end;
				display: inline-block;
				height: var(--ck-ui-component-min-height);
				line-height: var(--ck-ui-component-min-height);
				margin: 0 var(--ck-spacing-small);
			}
.ck.ck-table-form .ck.ck-labeled-field-view {
		padding-top: var(--ck-spacing-standard);
	}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
			border-radius: 0;

			background: var(--ck-color-base-error);
			color: var(--ck-color-base-background);
			padding: var(--ck-spacing-small) var(--ck-spacing-medium);
			min-width: var(--ck-table-properties-min-error-width);
			text-align: center;

			animation: ck-table-form-labeled-view-status-appear .15s ease both;
		}
.ck-rounded-corners .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,
	.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
/* The arrow pointing towards the field. */
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
				border-color: transparent transparent var(--ck-color-base-error) transparent;
				border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
				border-style: solid;
			}
@media (prefers-reduced-motion: reduce) {
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
				animation: none;
		}
			}
/* Hide the error balloon when the field is blurred. Makes the experience much more clear. */
.ck.ck-table-form .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
			display: none;
		}
@keyframes ck-table-form-labeled-view-status-appear {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-table-properties-form {
	width: 320px;
}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
			align-self: flex-end;
			padding: 0;
		}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
				background: none;

				/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
				margin-top: var(--ck-spacing-standard);
			}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
					width: 40px;
				}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected,
	.ck.ck-editor__editable .table table th.ck-editor__editable_selected {
		position: relative;
		caret-color: transparent;
		outline: unset;
		box-shadow: unset;

		/* https://github.com/ckeditor/ckeditor5/issues/6446 */
	}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after, .ck.ck-editor__editable .table table th.ck-editor__editable_selected:after {
			content: '';
			pointer-events: none;
			background-color: var(--ck-table-selected-cell-background);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::selection,
		.ck.ck-editor__editable .table table th.ck-editor__editable_selected ::selection,
		.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus,
		.ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus {
			background-color: transparent;
		}
/*
		 * To reduce the amount of noise, all widgets in the table selection have no outline and no selection handle.
		 * See https://github.com/ckeditor/ckeditor5/issues/9491.
		 */
.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget {
			outline: unset;
		}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle {
				display: none;
			}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-widget-outline-thickness: 3px;
	--ck-widget-handler-icon-size: 16px;
	--ck-widget-handler-animation-duration: 200ms;
	--ck-widget-handler-animation-curve: ease;

	--ck-color-widget-blurred-border: hsl(0, 0%, 87%);
	--ck-color-widget-hover-border: hsl(43, 100%, 62%);
	--ck-color-widget-editable-focus-background: var(--ck-color-base-background);
	--ck-color-widget-drag-handler-icon-color: var(--ck-color-base-background);
}
.ck .ck-widget {
	outline-width: var(--ck-widget-outline-thickness);
	outline-style: solid;
	outline-color: transparent;
	transition: outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget {
		transition: none;
}
	}
.ck .ck-widget.ck-widget_selected,
	.ck .ck-widget.ck-widget_selected:hover {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border);
	}
.ck .ck-widget:hover {
		outline-color: var(--ck-color-widget-hover-border);
	}
.ck .ck-editor__nested-editable {
	border: 1px solid transparent;

	/* The :focus style is applied before .ck-editor__nested-editable_focused class is rendered in the view.
	These styles show a different border for a blink of an eye, so `:focus` need to have same styles applied. */
}
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
	.ck .ck-editor__nested-editable:focus {
		box-shadow: var(--ck-inner-shadow), 0 0;
	}
@media (forced-colors: none) {
		.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused, .ck .ck-editor__nested-editable:focus {
			background-color: var(--ck-color-widget-editable-focus-background);
		}
	}
/**
		 * Focus border should not be applied to table cells because it overrides the default table cell border color.
		 * In other words - in some scenarios, the part of the table cell border has focus color style, which is not expected behavior
		 * because it should be the same as the table cell border color.
		 */
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused:not(td, th), .ck .ck-editor__nested-editable:focus:not(td, th) {
			/* Disable native outline. */
			outline: none;
			border: var(--ck-focus-ring);
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
		padding: 4px;
		box-sizing: border-box;

		/* Background and opacity will be animated as the handler shows up or the widget gets selected. */
		background-color: transparent;
		opacity: 0;

		/* Transition:
		   * background-color for the .ck-widget_selected state change,
		   * visibility for hiding the handler,
		   * opacity for the proper look of the icon when the handler disappears. */
		transition:
			background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),
			visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),
			opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);

		/* Make only top corners round. */
		border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;

		/* Place the drag handler outside the widget wrapper. */
		transform: translateY(-100%);
		left: calc(0px - var(--ck-widget-outline-thickness));
		top: 0;
	}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
			transition: none;
	}
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
			/* Make sure the dimensions of the icon are independent of the fon-size of the content. */
			width: var(--ck-widget-handler-icon-size);
			height: var(--ck-widget-handler-icon-size);
			color: var(--ck-color-widget-drag-handler-icon-color);

			/* The "selected" part of the icon is invisible by default */
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
				opacity: 0;

				/* Note: The animation is longer on purpose. Simply feels better. */
				transition: opacity 300ms var(--ck-widget-handler-animation-curve);
			}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
					transition: none;
			}
				}
/* Advertise using the look of the icon that once clicked the handler, the widget will be selected. */
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator {
			opacity: 1;
		}
/* Show the selection handler on mouse hover over the widget, but not for nested widgets. */
.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
		opacity: 1;
		background-color: var(--ck-color-widget-hover-border);
	}
/* Show the selection handler when the widget is selected, but not for nested widgets. */
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle {
			opacity: 1;
			background-color: var(--ck-color-focus-border);

			/* When the widget is selected, notify the user using the proper look of the icon. */
		}
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
				opacity: 1;
			}
/* In a RTL environment, align the selection handler to the right side of the widget */
/* stylelint-disable-next-line no-descending-specificity */
.ck[dir="rtl"] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
	left: auto;
	right: calc(0px - var(--ck-widget-outline-thickness));
}
/* https://github.com/ckeditor/ckeditor5/issues/6415 */
.ck.ck-editor__editable.ck-read-only .ck-widget {
	/* Prevent the :hover outline from showing up because of the used outline-color transition. */
	transition: none;
}
.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected) {
		/* Disable visual effects of hover/active widget when CKEditor is in readOnly mode.
		 * See: https://github.com/ckeditor/ckeditor5/issues/1261
		 *
		 * Leave the unit because this custom property is used in calc() by other features.
		 * See: https://github.com/ckeditor/ckeditor5/issues/6775
		 */
		--ck-widget-outline-thickness: 0px;
	}
.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle,
		.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover {
			background: var(--ck-color-widget-blurred-border);
		}
/* Style the widget when it's selected but the editable it belongs to lost focus. */
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
	.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover {
		outline-color: var(--ck-color-widget-blurred-border);
	}
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle:hover,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle:hover {
				background: var(--ck-color-widget-blurred-border);
			}
.ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child,
.ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
	/* Do not crop selection handler if a widget is a first-child in the blockquote or in the root editable.
	In fact, anything with overflow: hidden.
	https://github.com/ckeditor/ckeditor5-block-quote/issues/28
	https://github.com/ckeditor/ckeditor5-widget/issues/44
	https://github.com/ckeditor/ckeditor5-widget/issues/66 */
	margin-top: calc(1em + var(--ck-widget-handler-icon-size));
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-resizer-size: 10px;

	/* Set the resizer with a 50% offset. */
	--ck-resizer-offset: calc( ( var(--ck-resizer-size) / -2 ) - 2px);
	--ck-resizer-border-width: 1px;
}
.ck .ck-widget__resizer {
	outline: 1px solid var(--ck-color-resizer);
}
.ck .ck-widget__resizer__handle {
	width: var(--ck-resizer-size);
	height: var(--ck-resizer-size);
	background: var(--ck-color-focus-border);
	border: var(--ck-resizer-border-width) solid hsl(0, 0%, 100%);
	border-radius: var(--ck-resizer-border-radius);
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
		top: var(--ck-resizer-offset);
		left: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
		top: var(--ck-resizer-offset);
		right: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
		bottom: var(--ck-resizer-offset);
		right: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
		bottom: var(--ck-resizer-offset);
		left: var(--ck-resizer-offset);
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-widget-type-around-button-size: 20px;
	--ck-color-widget-type-around-button-active: var(--ck-color-focus-border);
	--ck-color-widget-type-around-button-hover: var(--ck-color-widget-hover-border);
	--ck-color-widget-type-around-button-blurred-editable: var(--ck-color-widget-blurred-border);
	--ck-color-widget-type-around-button-radar-start-alpha: 0;
	--ck-color-widget-type-around-button-radar-end-alpha: .3;
	--ck-color-widget-type-around-button-icon: var(--ck-color-base-background);
}
/*
	 * Styles of the type around buttons
	 */
.ck .ck-widget .ck-widget__type-around__button {
		width: var(--ck-widget-type-around-button-size);
		height: var(--ck-widget-type-around-button-size);
		background: var(--ck-color-widget-type-around-button);
		border-radius: 100px;
		transition: opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);

		opacity: 0;

		pointer-events: none;
	}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button {
			transition: none;
	}
		}
.ck .ck-widget .ck-widget__type-around__button svg {
			width: 10px;
			height: 8px;
			transform: translate(-50%,-50%);
			transition: transform .5s ease;
			margin-top: 1px;
		}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button svg {
				transition: none;
		}
			}
.ck .ck-widget .ck-widget__type-around__button svg * {
				stroke-dasharray: 10;
				stroke-dashoffset: 0;

				fill: none;
				stroke: var(--ck-color-widget-type-around-button-icon);
				stroke-width: 1.5px;
				stroke-linecap: round;
				stroke-linejoin: round;
			}
.ck .ck-widget .ck-widget__type-around__button svg line {
				stroke-dasharray: 7;
			}
.ck .ck-widget .ck-widget__type-around__button:hover {
			/*
			 * Display the "sonar" around the button when hovered.
			 */
			animation: ck-widget-type-around-button-sonar 1s ease infinite;

			/*
			 * Animate active button's icon.
			 */
		}
.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
					animation: ck-widget-type-around-arrow-dash 2s linear;
				}
.ck .ck-widget .ck-widget__type-around__button:hover svg line {
					animation: ck-widget-type-around-arrow-tip-dash 2s linear;
				}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button:hover {
				animation: none;
		}
					.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
						animation: none;
					}

					.ck .ck-widget .ck-widget__type-around__button:hover svg line {
						animation: none;
					}
			}
/*
	 * Show type around buttons when the widget gets selected or being hovered.
	 */
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
			opacity: 1;
			pointer-events: auto;
		}
/*
	 * Styles for the buttons when the widget is NOT selected (but the buttons are visible
	 * and still can be hovered).
	 */
.ck .ck-widget:not(.ck-widget_selected) > .ck-widget__type-around > .ck-widget__type-around__button {
		background: var(--ck-color-widget-type-around-button-hover);
	}
/*
	 * Styles for the buttons when:
	 * - the widget is selected,
	 * - or the button is being hovered (regardless of the widget state).
	 */
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button,
	.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover {
		background: var(--ck-color-widget-type-around-button-active);
	}
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after {
			width: calc(var(--ck-widget-type-around-button-size) - 2px);
			height: calc(var(--ck-widget-type-around-button-size) - 2px);
			border-radius: 100px;
			background: linear-gradient(135deg, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.3) 100%);
		}
/*
	 * Styles for the "before" button when the widget has a selection handle. Because some space
	 * is consumed by the handle, the button must be moved slightly to the right to let it breathe.
	 */
.ck .ck-widget.ck-widget_with-selection-handle > .ck-widget__type-around > .ck-widget__type-around__button_before {
		margin-left: 20px;
	}
/*
	 * Styles for the horizontal "fake caret" which is displayed when the user navigates using the keyboard.
	 */
.ck .ck-widget .ck-widget__type-around__fake-caret {
		pointer-events: none;
		height: 1px;
		animation: ck-widget-type-around-fake-caret-pulse linear 1s infinite normal forwards;

		/*
		 * The semi-transparent-outline+background combo improves the contrast
		 * when the background underneath the fake caret is dark.
		 */
		outline: solid 1px hsla(0, 0%, 100%, .5);
		background: var(--ck-color-base-text);
	}
/*
	 * Styles of the widget when the "fake caret" is blinking (e.g. upon keyboard navigation).
	 * Despite the widget being physically selected in the model, its outline should disappear.
	 */
.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before,
		.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after {
			outline-color: transparent;
		}
/*
		 * When the "fake caret" is visible we simulate that the widget is not selected
		 * (despite being physically selected), so the outline color should be for the
		 * unselected widget.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover {
			outline-color: var(--ck-color-widget-hover-border);
		}
/*
		 * Styles of the type around buttons when the "fake caret" is blinking (e.g. upon keyboard navigation).
		 * In this state, the type around buttons would collide with the fake carets so they should disappear.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__button {
			opacity: 0;
			pointer-events: none;
		}
/*
		 * Fake horizontal caret integration with the selection handle. When the caret is visible, simply
		 * hide the handle because it intersects with the caret (and does not make much sense anyway).
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle {
					opacity: 0
				}
/*
		 * Fake horizontal caret integration with the resize UI. When the caret is visible, simply
		 * hide the resize UI because it creates too much noise. It can be visible when the user
		 * hovers the widget, though.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer {
			opacity: 0
		}
/*
 * Styles for the "before" button when the widget has a selection handle in an RTL environment.
 * The selection handler is aligned to the right side of the widget so there is no need to create
 * additional space for it next to the "before" button.
 */
.ck[dir="rtl"] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around > .ck-widget__type-around__button_before {
	margin-left: 0;
	margin-right: 20px;
}
/*
 * Hide type around buttons when the widget is selected as a child of a selected
 * nested editable (e.g. mulit-cell table selection).
 *
 * See https://github.com/ckeditor/ckeditor5/issues/7263.
 */
.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
				opacity: 0;
				pointer-events: none;
			}
/*
 * Styles for the buttons when the widget is selected but the user clicked outside of the editor (blurred the editor).
 */
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) {
	background: var(--ck-color-widget-type-around-button-blurred-editable);
}
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) svg * {
		stroke: hsl(0,0%,60%);
	}
@keyframes ck-widget-type-around-arrow-dash {
	0% {
		stroke-dashoffset: 10;
	}
	20%, 100% {
		stroke-dashoffset: 0;
	}
}
@keyframes ck-widget-type-around-arrow-tip-dash {
	0%, 20% {
		stroke-dashoffset: 7;
	}
	40%, 100% {
		stroke-dashoffset: 0;
	}
}
@keyframes ck-widget-type-around-button-sonar {
	0% {
		box-shadow: 0 0 0 0 hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
	}
	50% {
		box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-end-alpha));
	}
	100% {
		box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
	}
}
@keyframes ck-widget-type-around-fake-caret-pulse {
	0% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content code {
	background-color: hsla(0, 0%, 78%, 0.3);
	padding: .15em;
	border-radius: 2px;
}

.ck.ck-editor__editable .ck-code_selected  {
	background-color: hsla(0, 0%, 78%, 0.5);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content blockquote {
	/* See #12 */
	overflow: hidden;

	/* https://github.com/ckeditor/ckeditor5-block-quote/issues/15 */
	padding-right: 1.5em;
	padding-left: 1.5em;

	margin-left: 0;
	margin-right: 0;
	font-style: italic;
	border-left: solid 5px hsl(0, 0%, 80%);
}

.ck-content[dir="rtl"] blockquote {
	border-left: 0;
	border-right: solid 5px hsl(0, 0%, 80%);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-bookmark-icon-hover-fill-color: var(--ck-color-widget-hover-border);
	--ck-bookmark-icon-selected-fill-color: var(--ck-color-focus-border);
	--ck-bookmark-icon-animation-duration: var(--ck-widget-handler-animation-duration);
	--ck-bookmark-icon-animation-curve: var(--ck-widget-handler-animation-curve);
}

.ck-bookmark.ck-widget {
		outline: none;
	}

.ck-bookmark.ck-widget .ck-bookmark__icon .ck-icon__fill {
			transition: fill var(--ck-bookmark-icon-animation-duration) var(--ck-bookmark-icon-animation-curve);
		}

.ck-bookmark.ck-widget:hover .ck-bookmark__icon .ck-icon__fill {
				fill: var(--ck-bookmark-icon-hover-fill-color);
			}

.ck-bookmark.ck-widget.ck-widget_selected .ck-bookmark__icon .ck-icon__fill {
				fill: var(--ck-bookmark-icon-selected-fill-color);
			}

.ck-bookmark.ck-widget.ck-widget_selected,
		.ck-bookmark.ck-widget.ck-widget_selected:hover {
			outline: none;
		}

.ck-bookmark.ck-widget .ck-bookmark__icon {
			position: relative;
			/* To make it align with text baseline. */
			top: -0.1em;
		}

.ck-bookmark.ck-widget .ck-bookmark__icon .ck-icon {
				height: 1.2em;
				width: auto;
				vertical-align: middle;
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-bookmark-view:focus {
		outline: none;
	}

.ck.ck-bookmark-form {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 600px) {

.ck.ck-bookmark-form {
		flex-wrap: wrap;
}

		.ck.ck-bookmark-form .ck-button,
		.ck.ck-bookmark-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-bookmark-form .ck-button {
			justify-content: center;
		}
	}

@media screen and (max-width: 600px) {
				.ck.ck-bookmark-form.ck-responsive-form > .ck-button:nth-last-child(1) {
					margin: var(--ck-spacing-large);
					padding: 0 var(--ck-spacing-standard);
					border-radius: var(--ck-border-radius);
				}
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Makes element unselectable.
 */

.ck.ck-bookmark-actions {
	display: flex;
	align-items: center;
}

.ck.ck-bookmark-actions .ck-bookmark-actions__preview {
		max-width: var(--ck-input-width);
		min-width: 3em;
		font-weight: normal;
		text-overflow: ellipsis;
		text-align: center;
		overflow: hidden;

		-moz-user-select: none;

		-webkit-user-select: none;

		-ms-user-select: none;

		user-select: none;
		cursor: default;
	}

@media screen and (max-width: 600px) {

.ck.ck-bookmark-actions {
		display: flex;
		flex-wrap: wrap;
}

		.ck.ck-bookmark-actions .ck-bookmark-actions__preview {
			flex-basis: 100%;
			margin: var(--ck-spacing-standard) var(--ck-spacing-standard) 0;
			min-width: auto;
		}
	}

@media screen and (max-width: 600px) {

.ck.ck-bookmark-actions.ck-responsive-form .ck-button {
				flex-basis: 50%;
				margin-top: var(--ck-spacing-standard);
		}
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	/* Based on default CKBox theme colors */
	--ck-image-processing-highlight-color: hsl(220, 10%, 98%);
	--ck-image-processing-background-color: hsl(220, 10%, 90%);
}

.ck.ck-editor__editable .image.image-processing {
			position: relative;
		}

.ck.ck-editor__editable .image.image-processing:before {
				content: '';

				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;

				height: 100%;
				width: 100%;

				background: linear-gradient(
					90deg,
					var(--ck-image-processing-background-color),
					var(--ck-image-processing-highlight-color),
					var(--ck-image-processing-background-color)
				);
				background-size: 200% 100%;

				animation: ck-image-processing-animation 2s linear infinite;
			}

.ck.ck-editor__editable .image.image-processing img {
				height: 100%;
			}

@keyframes ck-image-processing-animation {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
	 * Vertical drop target (in text).
	 */

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {
		display: inline;
		position: relative;
		pointer-events: none;
	}

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
			position: absolute;
			width: 0;
		}

/*
	 * Styles of the widget being dragged (its preview).
	 */

.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle {
			display: none;
		}

.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {
			display: none;
		}

.ck.ck-clipboard-drop-target-line {
	position: absolute;
	pointer-events: none;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content pre {
	padding: 1em;
	color: hsl(0, 0%, 20.8%);
	background: hsla(0, 0%, 78%, 0.3);
	border: 1px solid hsl(0, 0%, 77%);
	border-radius: 2px;

	/* Code block are language direction–agnostic. */
	text-align: left;
	direction: ltr;

	tab-size: 4;
	white-space: pre-wrap;

	/* Don't inherit the style, e.g. when in a block quote. */
	font-style: normal;

	/* Don't let the code be squashed e.g. when in a table cell. */
	min-width: 200px;
}

.ck-content pre code {
		background: unset;
		padding: 0;
		border-radius: 0;
	}

.ck.ck-editor__editable pre {
	position: relative;
}

.ck.ck-editor__editable pre[data-language]::after {
		content: attr(data-language);
		position: absolute;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-editor {
	/* All the elements within `.ck-editor` are positioned relatively to it.
	 If any element needs to be positioned with respect to the <body>, etc.,
	 it must land outside of the `.ck-editor` in DOM. */
	position: relative;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
		/* https://github.com/ckeditor/ckeditor5-editor-classic/issues/62 */
		z-index: var(--ck-z-panel);
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-menu-bar {
	border: none;
	border-bottom: 1px solid var(--ck-color-toolbar-border);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-emoji-grid-tile-size: 27px;
}

.ck.ck-emoji .ck.ck-emoji__tiles {
		max-width: 100%;
		max-height: min(265px, 40vh);

		overflow-y: auto;
		overflow-x: hidden;
		border-top: 1px solid var(--ck-color-base-border);
	}

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__grid {
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(var(--ck-emoji-grid-tile-size), 1fr));
			margin: var(--ck-spacing-standard) var(--ck-spacing-large);
			grid-gap: var(--ck-spacing-small);
		}

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile {
			width: var(--ck-emoji-grid-tile-size);
			height: var(--ck-emoji-grid-tile-size);
			min-width: var(--ck-emoji-grid-tile-size);
			min-height: var(--ck-emoji-grid-tile-size);
			font-size: 1.5em;
			padding: 0;
			transition: .2s ease box-shadow;
			border: 0;
		}

@media (prefers-reduced-motion: reduce) {

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile {
				transition: none;
		}
			}

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile:focus:not(.ck-disabled),
			.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile:hover:not(.ck-disabled) {
				/* Disable the default .ck-button's border ring. */
				border: 0;
				box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
			}

/* Make sure the glyph is rendered in the center of the button */

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile .ck-button__label {
				line-height: var(--ck-emoji-grid-tile-size);
				width: 100%;
				text-align: center;
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-emoji__categories-list {
	display: flex;
	justify-content: space-between;
	margin: 0 var(--ck-spacing-large);
}

.ck.ck-emoji__categories-list > .ck.ck-button.ck-button_with-text {
		border-width: 0;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
		padding: 0;
		font-size: var(--ck-font-size-big);
		min-width: var(--ck-font-size-big);
		min-height: var(--ck-font-size-big);
	}

.ck.ck-emoji__categories-list > .ck.ck-button.ck-button_with-text.ck-emoji__category-item.ck-on {
			border-bottom-color: var(--ck-color-base-active);
		}

.ck.ck-emoji__categories-list > .ck.ck-button.ck-button_with-text > span {
			margin: auto;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-emoji__skin-tone {
	margin-left: var(--ck-spacing-standard);
}

.ck.ck-emoji__skin-tone > .ck.ck-dropdown .ck.ck-list__item {
			min-width: 1em;
		}

.ck.ck-emoji__skin-tone > .ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
				width: initial;
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-emoji {
	width: 320px;
}

.ck .ck.ck-emoji__search {
	display: flex;
	padding: var(--ck-spacing-large);
	padding-bottom: var(--ck-spacing-medium);
	justify-content: space-between;
	align-items: center;
}

/*
 * Classes used by the "fake visual selection" displayed in the content when an input
 * in the emoji picker UI has focus (the browser does not render the native selection in this state).
 */
.ck .ck-fake-emoji-selection {
	background: var(--ck-color-link-fake-selection);
}

/* A collapsed fake visual selection. */
.ck .ck-fake-emoji-selection_collapsed {
	height: 100%;
	border-right: 1px solid var(--ck-color-base-text);
	margin-right: -1px;
	outline: solid 1px hsla(0, 0%, 100%, .5);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* See ckeditor/ckeditor5#936. */
.ck.ck-placeholder,
.ck .ck-placeholder {
	position: relative;
}
.ck.ck-placeholder::before, .ck .ck-placeholder::before {
		position: absolute;
		left: 0;
		right: 0;
		content: attr(data-placeholder);

		/* See ckeditor/ckeditor5#469. */
		pointer-events: none;
	}

/* See ckeditor/ckeditor5#1987. */
.ck.ck-read-only .ck-placeholder::before {
		display: none;
	}

/*
 * Rules for the `ck-placeholder` are loaded before the rules for `ck-reset_all` in the base CKEditor 5 DLL build.
 * This fix overwrites the incorrectly set `position: static` from `ck-reset_all`.
 * See https://github.com/ckeditor/ckeditor5/issues/11418.
 */
.ck.ck-reset_all .ck-placeholder {
	position: relative;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Elements marked by the Renderer as hidden should be invisible in the editor. */
.ck.ck-editor__editable span[data-ck-unsafe-element] {
	display: none;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-find-result {
	background: var(--ck-color-highlight-background);
	color: var(--ck-color-text);
}

.ck-find-result_selected {
	background: hsl(29, 100%, 60%);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-find-and-replace-form {
	max-width: 100%;
}

.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		display: flex;

		/* The inputs area styles */
	}

.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs.ck-find-and-replace-form__inputs .ck-results-counter, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions.ck-find-and-replace-form__inputs .ck-results-counter {
			position: absolute;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* The values should be synchronized with the "FONT_SIZE_PRESET_UNITS" object in the "/src/fontsize/utils.js" file. */

/* Styles should be prefixed with the `.ck-content` class.
See https://github.com/ckeditor/ckeditor5/issues/6636 */
.ck-content .text-tiny {
		font-size: .7em;
	}
.ck-content .text-small {
		font-size: .85em;
	}
.ck-content .text-big {
		font-size: 1.4em;
	}
.ck-content .text-huge {
		font-size: 1.8em;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-heading_heading1 .ck-button__label {
	font-size: 20px;
}

.ck.ck-heading_heading2 .ck-button__label {
	font-size: 17px;
}

.ck.ck-heading_heading3 .ck-button__label {
	font-size: 14px;
}

.ck[class*="ck-heading_heading"] {
	font-weight: bold;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-highlight-marker-yellow: hsl(60, 97%, 73%);
	--ck-highlight-marker-green: hsl(120, 93%, 68%);
	--ck-highlight-marker-pink: hsl(345, 96%, 73%);
	--ck-highlight-marker-blue: hsl(201, 97%, 72%);
	--ck-highlight-pen-red: hsl(0, 85%, 49%);
	--ck-highlight-pen-green: hsl(112, 100%, 27%);
}

.ck-content .marker-yellow {
		background-color: var(--ck-highlight-marker-yellow);
	}
.ck-content .marker-green {
		background-color: var(--ck-highlight-marker-green);
	}
.ck-content .marker-pink {
		background-color: var(--ck-highlight-marker-pink);
	}
.ck-content .marker-blue {
		background-color: var(--ck-highlight-marker-blue);
	}

.ck-content .pen-red {
		color: var(--ck-highlight-pen-red);

		/* Override default yellow background of `<mark>` from user agent stylesheet */
		background-color: transparent;
	}
.ck-content .pen-green {
		color: var(--ck-highlight-pen-green);

		/* Override default yellow background of `<mark>` from user agent stylesheet */
		background-color: transparent;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */


.ck-editor__editable .ck-horizontal-line {
	/* Necessary to render properly next to floated objects, e.g. side image case. */
	display: flow-root;
}

.ck-content hr {
	margin: 15px 0;
	height: 4px;
	background: hsl(0, 0%, 87%);
	border: 0;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* The feature container. */
.ck-widget.raw-html-embed {
	/* Give the embed some air. */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em auto;
	position: relative;
	display: flow-root;

	/* Give the html embed some minimal width in the content to prevent them
	from being "squashed" in tight spaces, e.g. in table cells (https://github.com/ckeditor/ckeditor5/issues/8331) */
	min-width: 15em;

	/* Don't inherit the style, e.g. when in a block quote. */
	font-style: normal;

	/* ----- Emebed label in the upper left corner ----------------------------------------------- */
}
.ck-widget.raw-html-embed::before {
		position: absolute;

		/* Make sure the content does not cover the label. */
		z-index: 1;
	}
/* ----- Emebed internals --------------------------------------------------------------------- */
/* The switch mode button wrapper. */
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
		position: absolute;
		display: flex;
		flex-direction: column;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview {
		position: relative;
		overflow: hidden;
		display: flex;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
		width: 100%;
		position: relative;
		margin: auto;

		/* Gives spacing to the small renderable elements, so they always cover the placeholder. */
		display: table;
		border-collapse: separate;
		border-spacing: 7px;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;

		display: flex;
		align-items: center;
		justify-content: center;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-html-object-embed-unfocused-outline-width: 1px;
}

.ck-widget.html-object-embed {
	font-size: var(--ck-font-size-base);
	background-color: var(--ck-color-base-foreground);
	padding: var(--ck-spacing-small);
	/* Leave space for label */
	padding-top: calc(var(--ck-font-size-tiny) + var(--ck-spacing-large));
	min-width: calc(76px + var(--ck-spacing-standard));
}

.ck-widget.html-object-embed:not(.ck-widget_selected):not(:hover) {
		outline: var(--ck-html-object-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border);
	}

.ck-widget.html-object-embed::before {
		font-weight: normal;
		font-style: normal;
		position: absolute;
		content: attr(data-html-object-embed-label);
		top: 0;
		left: var(--ck-spacing-standard);
		background: hsl(0deg 0% 60%);
		transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
		padding: calc(var(--ck-spacing-tiny) + var(--ck-html-object-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);
		border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
		color: var(--ck-color-base-background);
		font-size: var(--ck-font-size-tiny);
		font-family: var(--ck-font-face);
	}

/* Make space for label. */

.ck-widget.html-object-embed .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before {
		margin-left: 50px;
	}

.ck-widget.html-object-embed .html-object-embed__content {
		/* Disable user interaction with embed content */
		pointer-events: none;
	}

div.ck-widget.html-object-embed {
	margin: 1em auto;
}

span.ck-widget.html-object-embed {
	display: inline-block;
}


/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-image-caption-background: hsl(0, 0%, 97%);
	--ck-color-image-caption-text: hsl(0, 0%, 20%);
	--ck-color-image-caption-highlighted-background: hsl(52deg 100% 50%);
}

/* Content styles */
.ck-content .image > figcaption {
	display: table-caption;
	caption-side: bottom;
	word-break: break-word;
	color: var(--ck-color-image-caption-text);
	background-color: var(--ck-color-image-caption-background);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px;

	/* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
}
@media (forced-colors: active) {
.ck-content .image > figcaption {
		background-color: unset;
		color: unset;
}
	}

/* Editing styles */
@media (forced-colors: none) {
		.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
		animation: ck-image-caption-highlight .6s ease-out;
		}
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
		animation: none;
}
	}

@keyframes ck-image-caption-highlight {
	0% {
		background-color: var(--ck-color-image-caption-highlighted-background);
	}

	100% {
		background-color: var(--ck-color-image-caption-background);
	}
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-image-insert-url {
	width: 400px;
	padding: var(--ck-spacing-large) var(--ck-spacing-large) 0;
}

.ck.ck-image-insert-url .ck-image-insert-url__action-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Preserve aspect ratio of the resized image after introducing image height attribute. */
.ck-content img.image_resized {
	height: auto;
}

.ck-content .image.image_resized {
	max-width: 100%;
	/*
	The `<figure>` element for resized images must not use `display:table` as browsers do not support `max-width` for it well.
	See https://stackoverflow.com/questions/4019604/chrome-safari-ignoring-max-width-in-table/14420691#14420691 for more.
	Fortunately, since we control the width, there is no risk that the image will look bad.
	*/
	display: block;
	box-sizing: border-box;
}

.ck-content .image.image_resized img {
		/* For resized images it is the `<figure>` element that determines the image width. */
		width: 100%;
	}

.ck-content .image.image_resized > figcaption {
		/* The `<figure>` element uses `display:block`, so `<figcaption>` also has to. */
		display: block;
	}

/* The resized inline image nested in the table should respect its parent size.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */

.ck.ck-editor__editable td .image-inline.image_resized img, .ck.ck-editor__editable th .image-inline.image_resized img {
			max-width: 100%;
		}

[dir="ltr"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-right: var(--ck-spacing-standard);
}

[dir="rtl"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-left: var(--ck-spacing-standard);
}

.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label {
	width: 4em;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-image-custom-resize-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.ck.ck-image-custom-resize-form .ck-labeled-field-view {
		display: inline-block;
	}

.ck.ck-image-custom-resize-form .ck-label {
		display: none;
	}

@media screen and (max-width: 600px) {

.ck.ck-image-custom-resize-form {
		flex-wrap: wrap;
}

		.ck.ck-image-custom-resize-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-image-custom-resize-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-image-style-spacing: 1.5em;
	--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}

/* See: https://github.com/ckeditor/ckeditor5/issues/16317 */

/* Provides a minimal side margin for the left and right aligned images, so that the user has a visual feedback
		confirming successful application of the style if image width exceeds the editor's size.
		See https://github.com/ckeditor/ckeditor5/issues/9342 */

.ck-content .image.image-style-block-align-left,
		.ck-content .image.image-style-block-align-right {
			max-width: calc(100% - var(--ck-image-style-spacing));
		}

/* Allows displaying multiple floating images in the same line.
		See https://github.com/ckeditor/ckeditor5/issues/9183#issuecomment-804988132 */

.ck-content .image.image-style-align-left,
		.ck-content .image.image-style-align-right {
			clear: none;
		}

.ck-content .image.image-style-side {
			float: right;
			margin-left: var(--ck-image-style-spacing);
			max-width: 50%;
		}

.ck-content .image.image-style-align-left {
			float: left;
			margin-right: var(--ck-image-style-spacing);
		}

.ck-content .image.image-style-align-right {
			float: right;
			margin-left: var(--ck-image-style-spacing);
		}

.ck-content .image.image-style-block-align-right {
			margin-right: 0;
			margin-left: auto;
		}

.ck-content .image.image-style-block-align-left {
			margin-left: 0;
			margin-right: auto;
		}

.ck-content .image-style-align-center {
		margin-left: auto;
		margin-right: auto;
	}

.ck-content .image-style-align-left {
		float: left;
		margin-right: var(--ck-image-style-spacing);
	}

.ck-content .image-style-align-right {
		float: right;
		margin-left: var(--ck-image-style-spacing);
	}

/* Simulates margin collapsing with the preceding paragraph, which does not work for the floating elements. */

.ck-content p + .image.image-style-align-left,
	.ck-content p + .image.image-style-align-right,
	.ck-content p + .image.image-style-side {
		margin-top: 0;
	}

.ck-content .image-inline.image-style-align-left,
		.ck-content .image-inline.image-style-align-right {
			margin-top: var(--ck-inline-image-style-spacing);
			margin-bottom: var(--ck-inline-image-style-spacing);
		}

.ck-content .image-inline.image-style-align-left {
			margin-right: var(--ck-inline-image-style-spacing);
		}

.ck-content .image-inline.image-style-align-right {
			margin-left: var(--ck-inline-image-style-spacing);
		}

/* The button should display as a regular drop-down if the action button
	is forced to fire the same action as the arrow button. */

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-background);
			}

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after {
					display: none;
				}

.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-hover-background);
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-text-alternative-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ck.ck-text-alternative-form .ck-labeled-field-view {
		display: inline-block;
	}

.ck.ck-text-alternative-form .ck-label {
		display: none;
	}

@media screen and (max-width: 600px) {

.ck.ck-text-alternative-form {
		flex-wrap: wrap;
}

		.ck.ck-text-alternative-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-text-alternative-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-editor__editable .image,
	.ck.ck-editor__editable .image-inline {
		position: relative;
	}

/* Upload progress bar. */

.ck.ck-editor__editable .image .ck-progress-bar,
	.ck.ck-editor__editable .image-inline .ck-progress-bar {
		position: absolute;
		top: 0;
		left: 0;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-image-upload-complete-icon {
	display: block;
	position: absolute;

	/*
	 * Smaller images should have the icon closer to the border.
	 * Match the icon position with the linked image indicator brought by the link image feature.
	 */
	top: min(var(--ck-spacing-medium), 6%);
	right: min(var(--ck-spacing-medium), 6%);
	border-radius: 50%;
	z-index: 1;
}

.ck-image-upload-complete-icon::after {
		content: "";
		position: absolute;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-upload-placeholder-loader {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.ck .ck-upload-placeholder-loader::before {
		content: '';
		position: relative;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .image {
		display: table;
		clear: both;
		text-align: center;

		/* Make sure there is some space between the content and the image. Center image by default. */
		/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	 	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
		margin: 0.9em auto;

		/* Make sure the caption will be displayed properly (See: https://github.com/ckeditor/ckeditor5/issues/1870). */
		min-width: 50px;
	}

.ck-content .image img {
			/* Prevent unnecessary margins caused by line-height (see #44). */
			display: block;

			/* Center the image if its width is smaller than the content's width. */
			margin: 0 auto;

			/* Make sure the image never exceeds the size of the parent container (ckeditor/ckeditor5-ui#67). */
			max-width: 100%;

			/* Make sure the image is never smaller than the parent container (See: https://github.com/ckeditor/ckeditor5/issues/9300). */
			min-width: 100%;

			/* Keep proportions of the block image if the height is set and the image is wider than the editor width.
			See https://github.com/ckeditor/ckeditor5/issues/14542. */
			height: auto;
		}

.ck-content .image-inline {
		/*
		 * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).
		 * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
		 * This strange behavior does not happen with inline-flex.
		 */
		display: inline-flex;

		/* While being resized, don't allow the image to exceed the width of the editing root. */
		max-width: 100%;

		/* This is required by Safari to resize images in a sensible way. Without this, the browser breaks the ratio. */
		align-items: flex-start;

		/* When the picture is present it must act as a flex container to let the img resize properly */
	}

.ck-content .image-inline picture {
			display: flex;
		}

/* When the picture is present, it must act like a resizable img. */

.ck-content .image-inline picture,
		.ck-content .image-inline img {
			/* This is necessary for the img to span the entire .image-inline wrapper and to resize properly. */
			flex-grow: 1;
			flex-shrink: 1;

			/* Prevents overflowing the editing root boundaries when an inline image is very wide. */
			max-width: 100%;
		}

/*
	 * Inhertit the content styles padding of the <figcaption> in case the integration overrides `text-align: center`
	 * of `.image` (e.g. to the left/right). This ensures the placeholder stays at the padding just like the native
	 * caret does, and not at the edge of <figcaption>.
	 */

.ck.ck-editor__editable .image > figcaption.ck-placeholder::before {
		padding-left: inherit;
		padding-right: inherit;

		/*
		 * Make sure the image caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */

.ck.ck-editor__editable .image {
		z-index: 1;

		/*
		 * Make sure the selected image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
	}

.ck.ck-editor__editable .image.ck-widget_selected {
			z-index: 2;
		}

/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */

.ck.ck-editor__editable .image-inline {
		z-index: 1;

		/*
		 * Make sure the selected inline image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
	}

.ck.ck-editor__editable .image-inline.ck-widget_selected {
			z-index: 2;

			/*
			 * Make sure the native browser selection style is not displayed.
			 * Inline image widgets have their own styles for the selected state and
			 * leaving this up to the browser is asking for a visual collision.
			 */
		}

.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection {
				display: none;
			}

/* Keep proportions of the inline image if the height is set and the image is wider than the editor width.
	See https://github.com/ckeditor/ckeditor5/issues/14542. */

.ck.ck-editor__editable .image-inline img {
		height: auto;
	}

/* The inline image nested in the table should have its original size if not resized.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */

.ck.ck-editor__editable td .image-inline img, .ck.ck-editor__editable th .image-inline img {
			max-width: none;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-editor__editable img.image_placeholder {
		background-size: 100% 100%;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Linked image indicator */

.ck.ck-editor__editable figure.image > a::after, .ck.ck-editor__editable a span.image-inline::after {
			display: block;
			position: absolute;
		}


/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-link-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ck.ck-link-actions .ck-link-actions__preview {
		display: inline-block;
	}

.ck.ck-link-actions .ck-link-actions__preview .ck-button__label {
			overflow: hidden;
		}

@media screen and (max-width: 600px) {

.ck.ck-link-actions {
		flex-wrap: wrap;
}

		.ck.ck-link-actions .ck-link-actions__preview {
			flex-basis: 100%;
		}

		.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-link-form {
	display: flex;
	align-items: flex-start;
}

.ck.ck-link-form .ck-label {
		display: none;
	}

@media screen and (max-width: 600px) {

.ck.ck-link-form {
		flex-wrap: wrap;
}

		.ck.ck-link-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-link-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Style link form differently when manual decorators are available.
 * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
 */
.ck.ck-link-form_layout-vertical {
	display: block;

	/*
	 * Whether the form is in the responsive mode or not, if there are decorator buttons
	 * keep the top margin of action buttons medium.
	 */
}
.ck.ck-link-form_layout-vertical .ck-button.ck-button-save,
		.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel {
			margin-top: var(--ck-spacing-medium);
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-editor__editable .ck-list-bogus-paragraph {
	display: block;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-list-styles-list {
	display: grid;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content ol {
	list-style-type: decimal;
}

.ck-content ol ol {
		list-style-type: lower-latin;
	}

.ck-content ol ol ol {
			list-style-type: lower-roman;
		}

.ck-content ol ol ol ol {
				list-style-type: upper-latin;
			}

.ck-content ol ol ol ol ol {
					list-style-type: upper-roman;
				}

.ck-content ul {
	list-style-type: disc;
}

.ck-content ul ul {
		list-style-type: circle;
	}

.ck-content ul ul ul {
			list-style-type: square;
		}

.ck-content ul ul ul ul {
				list-style-type: square;
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-todo-list-checkmark-size: 16px;
}

/*
 * To-do list content styles.
 */
.ck-content .todo-list {
	list-style: none;
}
.ck-content .todo-list li {
		position: relative;
		margin-bottom: 5px;
	}
.ck-content .todo-list li .todo-list {
			margin-top: 5px;
		}
.ck-content .todo-list .todo-list__label > input {
			-webkit-appearance: none;
			display: inline-block;
			position: relative;
			width: var(--ck-todo-list-checkmark-size);
			height: var(--ck-todo-list-checkmark-size);
			vertical-align: middle;
			/* Needed on iOS */
			border: 0;
			/* LTR styles */
			left: -25px;
			margin-right: -15px;
			right: 0;
			margin-left: 0;
			/* RTL styles */
		}
.ck-content[dir=rtl] .todo-list .todo-list__label > input {
		left: 0;
		margin-right: 0;
		right: -25px;
		margin-left: -15px;
	}
.ck-content .todo-list .todo-list__label > input::before {
		display: block;
		position: absolute;
		box-sizing: border-box;
		content: '';
		width: 100%;
		height: 100%;
		border: 1px solid hsl(0, 0%, 20%);
		border-radius: 2px;
		transition: 250ms ease-in-out box-shadow;
	}
@media (prefers-reduced-motion: reduce) {
.ck-content .todo-list .todo-list__label > input::before {
			transition: none;
	}
		}
.ck-content .todo-list .todo-list__label > input::after {
		display: block;
		position: absolute;
		box-sizing: content-box;
		pointer-events: none;
		content: '';

		/* Calculate tick position, size and border-width proportional to the checkmark size. */
		left: calc( var(--ck-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
		transform: rotate(45deg);
	}
.ck-content .todo-list .todo-list__label > input[checked]::before {
			background: hsl(126, 64%, 41%);
			border-color: hsl(126, 64%, 41%);
		}
.ck-content .todo-list .todo-list__label > input[checked]::after {
			border-color: hsl(0, 0%, 100%);
		}
.ck-content .todo-list .todo-list__label .todo-list__label__description {
			vertical-align: middle;
		}
.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
			position: absolute;
		}

/*
 * To-do list editing view styles.
 */
/*
	 * To-do list should be interactive only during the editing
	 * (https://github.com/ckeditor/ckeditor5/issues/2090).
	 */
.ck-editor__editable.ck-content .todo-list .todo-list__label > input,
	.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
		cursor: pointer;
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before {
			box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
		}
/*
	 * Document Lists - editing view has an additional span around checkbox.
	 */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
		-webkit-appearance: none;
		display: inline-block;
		position: relative;
		width: var(--ck-todo-list-checkmark-size);
		height: var(--ck-todo-list-checkmark-size);
		vertical-align: middle;
		/* Needed on iOS */
		border: 0;
		/* LTR styles */
		left: -25px;
		margin-right: -15px;
		right: 0;
		margin-left: 0;
		/* RTL styles */
	}
.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
		left: 0;
		margin-right: 0;
		right: -25px;
		margin-left: -15px;
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
		display: block;
		position: absolute;
		box-sizing: border-box;
		content: '';
		width: 100%;
		height: 100%;
		border: 1px solid hsl(0, 0%, 20%);
		border-radius: 2px;
		transition: 250ms ease-in-out box-shadow;
	}
@media (prefers-reduced-motion: reduce) {
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
			transition: none;
	}
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
		display: block;
		position: absolute;
		box-sizing: content-box;
		pointer-events: none;
		content: '';

		/* Calculate tick position, size and border-width proportional to the checkmark size. */
		left: calc( var(--ck-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
		transform: rotate(45deg);
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
			background: hsl(126, 64%, 41%);
			border-color: hsl(126, 64%, 41%);
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
			border-color: hsl(0, 0%, 100%);
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
			position: absolute;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .media {
	/* Don't allow floated content overlap the media.
	https://github.com/ckeditor/ckeditor5-media-embed/issues/53 */
	clear: both;

	/* Make sure there is some space between the content and the media. */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em 0;

	/* Make sure media is not overriden with Bootstrap default `flex` value.
	See: https://github.com/ckeditor/ckeditor5/issues/1373. */
	display: block;

	/* Give the media some minimal width in the content to prevent them
	from being "squashed" in tight spaces, e.g. in table cells (#44) */
	min-width: 15em;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-media__wrapper .ck-media__placeholder {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url {
			/* Otherwise the URL will overflow when the content is very narrow. */
			max-width: 100%;

			position: relative;
		}

.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-media__placeholder__url__text {
				overflow: hidden;
				display: block;
			}

.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder__icon * {
			display: none;
		}

/* Disable all mouse interaction as long as the editor is not read–only.
   https://github.com/ckeditor/ckeditor5-media-embed/issues/58 */
.ck-editor__editable:not(.ck-read-only) .ck-media__wrapper > *:not(.ck-media__placeholder) {
	pointer-events: none;
}

/* Disable all mouse interaction when the widget is not selected (e.g. to avoid opening links by accident).
   https://github.com/ckeditor/ckeditor5-media-embed/issues/18 */
.ck-editor__editable:not(.ck-read-only) .ck-widget:not(.ck-widget_selected) .ck-media__placeholder {
	pointer-events: none;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-vertical-form .ck-button::after {
		content: "";
		width: 0;
		position: absolute;
		right: -1px;
		top: -1px;
		bottom: -1px;
		z-index: 1;
	}

.ck-vertical-form .ck-button:focus::after {
		display: none;
	}

@media screen and (max-width: 600px) {
			.ck.ck-responsive-form .ck-button::after {
				content: "";
				width: 0;
				position: absolute;
				right: -1px;
				top: -1px;
				bottom: -1px;
				z-index: 1;
			}

			.ck.ck-responsive-form .ck-button:focus::after {
				display: none;
			}
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-media-form {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 400px;
}

.ck.ck-media-form .ck-labeled-field-view {
		display: inline-block;
		width: 100%;
	}

.ck.ck-media-form .ck-label {
		display: none;
	}

.ck.ck-media-form .ck-input {
		width: 100%;
	}

@media screen and (max-width: 600px) {

.ck.ck-media-form {
		flex-wrap: wrap;
}

		.ck.ck-media-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-media-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-mention-list-max-height: 300px;
}

.ck.ck-mentions {
	max-height: var(--ck-mention-list-max-height);

	overflow-y: auto;

	/* Prevent unnecessary horizontal scrollbar in Safari
	https://github.com/ckeditor/ckeditor5-mention/issues/41 */
	overflow-x: hidden;

	overscroll-behavior: contain;

	/* Prevent unnecessary vertical scrollbar in Safari
	https://github.com/ckeditor/ckeditor5-mention/issues/41 */
}

.ck.ck-mentions > .ck-list__item {
		overflow: hidden;
		flex-shrink: 0;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-minimap-tracker-background: 208, 0%, 51%;
	--ck-color-minimap-iframe-outline: hsl(0deg 0% 75%);
	--ck-color-minimap-iframe-shadow: hsl(0deg 0% 0% / 11%);
	--ck-color-minimap-progress-background: hsl(0,0%,40%);
}

.ck.ck-minimap {
	position: absolute;
	user-select: none;
	background: var(--ck-color-base-background);
}

.ck.ck-minimap,
	.ck.ck-minimap iframe {
		width: 100%;
		height: 100%;
	}

.ck.ck-minimap iframe {
		border: 0;
		pointer-events: none;
		position: relative;
		outline: 1px solid var(--ck-color-minimap-iframe-outline);
		box-shadow: 0 2px 5px var(--ck-color-minimap-iframe-shadow);
		margin: 0;
	}

.ck.ck-minimap .ck.ck-minimap__position-tracker {
		position: absolute;
		width: 100%;
		top: 0;
		background: hsla( var(--ck-color-minimap-tracker-background), .2 );
		z-index: 1;
		transition: background 100ms ease-in-out;
	}

@media (prefers-reduced-motion: reduce) {

.ck.ck-minimap .ck.ck-minimap__position-tracker {
			transition: none;
	}
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker:hover {
			background:hsla( var(--ck-color-minimap-tracker-background), .3 );
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging,
		.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover {
			background:hsla( var(--ck-color-minimap-tracker-background), .4 );
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging::after, .ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover::after {
				opacity: 1;
			}

.ck.ck-minimap .ck.ck-minimap__position-tracker::after {
			content: attr(data-progress) "%";
			position: absolute;
			top: 5px;
			right: 5px;
			background: var(--ck-color-minimap-progress-background);
			color: var(--ck-color-base-background);
			border: 1px solid var(--ck-color-base-background);
			padding: 2px 4px;
			font-size: 10px;
			border-radius: 3px;
			opacity: 0;
			transition: opacity 100ms ease-in-out;
		}

@media (prefers-reduced-motion: reduce) {

.ck.ck-minimap .ck.ck-minimap__position-tracker::after {
				transition: none;
		}
			}


/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .page-break {
	position: relative;
	clear: both;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ck-content .page-break::after {
		content: '';
		position: absolute;
		border-bottom: 2px dashed hsl(0, 0%, 77%);
		width: 100%;
	}

.ck-content .page-break__label {
	position: relative;
	z-index: 1;
	padding: .3em .6em;
	display: block;
	text-transform: uppercase;
	border: 1px solid hsl(0, 0%, 77%);
	border-radius: 2px;
	font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: hsl(0, 0%, 20%);
	background: hsl(0, 0%, 100%);
	box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);

	/* Disable the possibility to select the label text by the user. */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Do not show the page break element inside the print preview window. */
@media print {
	.ck-content .page-break {
		padding: 0;
	}

		.ck-content .page-break::after {
			display: none;
		}

	/*
	 * From time to time placing page-break directly after a block element with margin causes appending a new blank page in pagination mode.
	 * Removing margin-bottom from the block element fixes that issue and the margin is not being moved to the next blank page.
	 *
	 * Keep this in sync with the pagination plugins.
	 */
	.ck-content *:has(+ .page-break) {
		margin-bottom: 0;
	}
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-show-blocks-border-color: hsl(0, 0%, 46%);
}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *):not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */

.ck-source-editing-area {
	position: relative;
	overflow: hidden;
}

.ck-source-editing-area::after,
.ck-source-editing-area textarea {
	padding: var(--ck-spacing-large);
	margin: 0;
	border: 1px solid transparent;
	line-height: var(--ck-line-height-base);
	font-size: var(--ck-font-size-normal);
	font-family: monospace;
	white-space: pre-wrap;
}

.ck-source-editing-area::after {
	content: attr(data-value) " ";
	visibility: hidden;
	display: block;
}

.ck-source-editing-area textarea {
	position: absolute;
	width: 100%;
	height: 100%;
	resize: none;
	outline: none;
	overflow: hidden;
	box-sizing: border-box;

	border-color: var(--ck-color-base-border);

	border-radius: 0;
}

.ck-rounded-corners .ck-source-editing-area textarea,
	.ck-source-editing-area textarea.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

.ck-source-editing-area textarea:not([readonly]):focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-inner-shadow), 0 0;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-character-grid {
	max-width: 100%;
}

.ck.ck-character-grid .ck-character-grid__tiles {
		display: grid;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-character-info {
	display: flex;
	justify-content: space-between;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Note: This file should contain the wireframe styles only. But since there are no such styles,
 * it acts as a message to the builder telling that it should look for the corresponding styles
 * **in the theme** when compiling the editor.
 */

.ck.ck-special-characters > .ck-dialog__content > div {
		width: 350px;
		max-width: 100%;
		height: 100%;

		display: grid;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr auto;
	}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories {
			grid-area: 1 / 1 / 2 / 2;
			padding: var(--ck-spacing-medium) var(--ck-spacing-large);
		}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view {
				padding-top: var(--ck-spacing-standard);
				width: 100%;
			}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck.ck-labeled-field-view__status {
					background: var(--ck-color-base-error);
					color: var(--ck-color-base-background);
					padding: var(--ck-spacing-small) var(--ck-spacing-medium);
					min-width: var(--ck-table-properties-min-error-width);
					text-align: center;

					animation: ck-table-form-labeled-view-status-appear .15s ease both;

					/* The arrow pointing towards the field. */
				}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
						border-color: transparent transparent var(--ck-color-base-error) transparent;
						border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
						border-style: solid;
					}

@media (prefers-reduced-motion: reduce) {

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck.ck-labeled-field-view__status {
						animation: none;
				}
					}

/* Hide the error balloon when the field is blurred. Makes the experience much more clear. */

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
					display: none;
				}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view > .ck-label {
					font-size: var(--ck-font-size-tiny);
					text-align: center;
				}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories .ck-dropdown {
				display: block;
				width: 100%;
			}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories .ck-dropdown > button:not(:focus) {
						border: 1px solid var(--ck-color-base-border);
					}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories .ck-dropdown > button > span {
						width: 100%;
					}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-grid {
			grid-area: 2 / 1 / 3 / 2;
			max-height: 200px;
		}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-info {
			grid-area: 3 / 1 / 4 / 2;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-style-panel-columns: 3;
}

.ck.ck-style-panel .ck-style-grid {
	display: grid;
	grid-template-columns: repeat(var(--ck-style-panel-columns),auto);
	justify-content: start;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview {
			display: flex;
			align-content: center;
			justify-content: flex-start;
			align-items: center;
			flex-grow: 1;
			flex-basis: 100%;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .table {
	/* Give the table widget some air and center it horizontally */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em auto;
	display: table;
}

.ck-content .table table {
		/* The table cells should have slight borders */
		border-collapse: collapse;
		border-spacing: 0;

		/* Table width and height are set on the parent <figure>. Make sure the table inside stretches
		to the full dimensions of the container (https://github.com/ckeditor/ckeditor5/issues/6186). */
		width: 100%;
		height: 100%;

		/* The outer border of the table should be slightly darker than the inner lines.
		Also see https://github.com/ckeditor/ckeditor5-table/issues/50. */
		border: 1px double hsl(0, 0%, 70%);
	}

.ck-content .table table td,
		.ck-content .table table th {
			min-width: 2em;
			padding: .4em;

			/* The border is inherited from .ck-editor__nested-editable styles, so theoretically it's not necessary here.
			However, the border is a content style, so it should use .ck-content (so it works outside the editor).
			Hence, the duplication. See https://github.com/ckeditor/ckeditor5/issues/6314 */
			border: 1px solid hsl(0, 0%, 75%);
		}

.ck-content .table table th {
			font-weight: bold;
			background: hsla(0, 0%, 0%, 5%);
		}

/**
 * Expanding the table to the full height of the parent container is necessary because tables
 * are rendered inside <figure> elements, which is kinda buggy in table height calculation.
 * While setting `height: 100%` fixes the issue in the editing mode described here:
 * https://github.com/ckeditor/ckeditor5/issues/6186
 *
 * it's causing another issue with the table height in the print preview mode here:
 * https://github.com/ckeditor/ckeditor5/issues/16856
 *
 * For now, resetting the height to `initial` in the print mode works as a workaround.
 */
@media print {
	.ck-content .table table {
		height: initial;
	}
}

/* Text alignment of the table header should match the editor settings and override the native browser styling,
when content is available outside the editor. See https://github.com/ckeditor/ckeditor5/issues/6638 */
.ck-content[dir="rtl"] .table th {
	text-align: right;
}

.ck-content[dir="ltr"] .table th {
	text-align: left;
}

.ck-editor__editable .ck-table-bogus-paragraph {
	/*
	 * Use display:inline-block to force Chrome/Safari to limit text mutations to this element.
	 * See https://github.com/ckeditor/ckeditor5/issues/6062.
	 */
	display: inline-block;

	/*
	 * Inline HTML elements nested in the span should always be dimensioned in relation to the whole cell width.
	 * See https://github.com/ckeditor/ckeditor5/issues/9117.
	 */
	width: 100%;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-insert-table-dropdown__grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-form__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

	/* Ignore labels that work as fieldset legends */
}

.ck.ck-form__row > *:not(.ck-label) {
		flex-grow: 1;
	}

.ck.ck-form__row.ck-table-form__action-row .ck-button-save,
		.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel {
			justify-content: center;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row {
			flex-wrap: wrap;
		}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type {
					/* 4 buttons out of 7 (h-alignment + v-alignment) = 0.57 */
					flex-grow: 0.57;
				}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type {
					/* 3 buttons out of 7 (h-alignment + v-alignment) = 0.43 */
					flex-grow: 0.43;
				}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button {
					flex-grow: 1;
				}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-input-color {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.ck.ck-input-color > input.ck.ck-input-text {
		min-width: auto;
		flex-grow: 1;
	}

.ck.ck-input-color > div.ck.ck-dropdown {
		min-width: auto;

		/* This dropdown has no arrow but a color preview instead. */
	}

.ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow {
			display: none;
		}

.ck.ck-input-color .ck.ck-input-color__button {
		/* Resolving issue with misaligned buttons on Safari (see #10589) */
		display: flex;
	}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview {
			position: relative;
			overflow: hidden;
		}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
				position: absolute;
				display: block;
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-table-form .ck-form__row.ck-table-form__border-row {
			flex-wrap: wrap;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__background-row {
			flex-wrap: wrap;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
			flex-wrap: wrap;
			align-items: center;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
				display: flex;
				flex-direction: column-reverse;
				align-items: center;
			}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown {
					flex-grow: 0;
				}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
				flex-grow: 0;
			}

.ck.ck-table-form .ck.ck-labeled-field-view {
		/* Allow absolute positioning of the status (error) balloons. */
		position: relative;
	}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
			position: absolute;
			left: 50%;
			bottom: calc( -1 * var(--ck-table-properties-error-arrow-size) );
			transform: translate(-50%,100%);

			/* Make sure the balloon status stays on top of other form elements. */
			z-index: 1;

			/* The arrow pointing towards the field. */
		}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
				content: "";
				position: absolute;
				top: calc( -1 * var(--ck-table-properties-error-arrow-size) );
				left: 50%;
				transform: translateX( -50% );
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
			flex-wrap: wrap;
			flex-basis: 0;
			align-content: baseline;
		}

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
				flex-wrap: nowrap;
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-selector-caption-background: hsl(0, 0%, 97%);
	--ck-color-selector-caption-text: hsl(0, 0%, 20%);
	--ck-color-selector-caption-highlighted-background: hsl(52deg 100% 50%);
}

/* Content styles */
.ck-content .table > figcaption {
	display: table-caption;
	caption-side: top;
	word-break: break-word;
	text-align: center;
	color: var(--ck-color-selector-caption-text);
	background-color: var(--ck-color-selector-caption-background);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px;

	/* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
}
@media (forced-colors: active) {
		.ck-content .table > figcaption {
		background-color: unset;
		color: unset;
		}
	}

/* Editing styles */
@media (forced-colors: none) {
		.ck.ck-editor__editable .table > figcaption.table__caption_highlighted {
			animation: ck-table-caption-highlight .6s ease-out;
		}
	}
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before {
		padding-left: inherit;
		padding-right: inherit;

		/*
		 * Make sure the table caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

@keyframes ck-table-caption-highlight {
	0% {
		background-color: var(--ck-color-selector-caption-highlighted-background);
	}

	100% {
		background-color: var(--ck-color-selector-caption-background);
	}
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-selector-column-resizer-hover: var(--ck-color-base-active);
	--ck-table-column-resizer-width: 7px;

	/* The offset used for absolute positioning of the resizer element, so that it is placed exactly above the cell border.
	   The value is: minus half the width of the resizer decreased additionaly by the half the width of the border (0.5px). */
	--ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
}

.ck-content .table .ck-table-resized {
	table-layout: fixed;
}

.ck-content .table table {
	overflow: hidden;
}

.ck-content .table td,
.ck-content .table th {
	/* To prevent text overflowing beyond its cell when columns are resized by resize handler
	(https://github.com/ckeditor/ckeditor5/pull/14379#issuecomment-1589460978). */
	overflow-wrap: break-word;
	position: relative;
}

.ck.ck-editor__editable .table .ck-table-column-resizer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--ck-table-column-resizer-position-offset);
	width: var(--ck-table-column-resizer-width);
	cursor: col-resize;
	user-select: none;
	z-index: var(--ck-z-default);
}

.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer {
	display: none;
}

/* The resizer elements, which are extended to an extremely high height, break the drag & drop feature in Chrome. To make it work again,
   all resizers must be hidden while the table is dragged. */
.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer {
	display: none;
}

.ck.ck-editor__editable .table .ck-table-column-resizer:hover,
.ck.ck-editor__editable .table .ck-table-column-resizer__active {
	background-color: var(--ck-color-selector-column-resizer-hover);
	opacity: 0.25;
	/* The resizer element resides in each cell so to occupy the entire height of the table, which is unknown from a CSS point of view,
	   it is extended to an extremely high height. Even for screens with a very high pixel density, the resizer will fulfill its role as
	   it should, i.e. for a screen of 476 ppi the total height of the resizer will take over 350 sheets of A4 format, which is totally
	   unrealistic height for a single table. */
	top: -999999px;
	bottom: -999999px;
}

.ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer {
	left: var(--ck-table-column-resizer-position-offset);
	right: unset;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * A class which hides an element in DOM.
 */

.ck-hidden {
	/* Override selector specificity. Otherwise, all elements with some display
	style defined will override this one, which is not a desired result. */
	display: none !important;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-z-default: 1;
	--ck-z-panel: calc( var(--ck-z-default) + 999 );
	--ck-z-dialog: 9999;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class that disables all transitions of the element and its children.
 */
.ck-transitions-disabled,
.ck-transitions-disabled * {
	transition: none !important;
}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* where 7.5(px) is the font size of the powered by label and 13(px) is the base font size. */
	--ck-powered-by-font-size: calc(var(--ck-font-size-base) * 7.5 / 13);
	/* where 10(px) is the line height of the powered by label and 13(px) is the base font size. */
	--ck-powered-by-line-height: calc(var(--ck-font-size-base) * 10 / 13);
	/* where -0.2(px) is the letter spacing of the powered by label and 13(px) is the base font size. */
	--ck-powered-by-letter-spacing: calc(var(--ck-font-size-base) * -0.2 / 13);
	--ck-powered-by-padding-vertical: 2px;
	--ck-powered-by-padding-horizontal: 4px;
	--ck-powered-by-text-color: hsl(0, 0%, 31%);
	--ck-powered-by-border-radius: var(--ck-border-radius);
	--ck-powered-by-background: hsl(0, 0%, 100%);
	--ck-powered-by-border-color: var(--ck-color-focus-border);

	--ck-powered-by-svg-width: 53;
	--ck-powered-by-svg-height: 10;
	--ck-powered-by-icon-width: calc(var(--ck-font-size-base) * var(--ck-powered-by-svg-width) / 13);
	--ck-powered-by-icon-height: calc(var(--ck-font-size-base) * var(--ck-powered-by-svg-height) / 13);
}
.ck.ck-balloon-panel.ck-powered-by-balloon {
	--ck-border-radius: var(--ck-powered-by-border-radius);

	box-shadow: none;
	background: var(--ck-powered-by-background);
	min-height: unset;
	z-index: calc( var(--ck-z-panel) - 1 );
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
		line-height: var(--ck-powered-by-line-height);
	}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a {
			cursor: pointer;
			display: flex;
			align-items: center;
			opacity: .66;
			filter: grayscale(80%);
			line-height: var(--ck-powered-by-line-height);
			padding: var(--ck-powered-by-padding-vertical) var(--ck-powered-by-padding-horizontal);
		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-powered-by__label {
			font-size: var(--ck-powered-by-font-size);
			letter-spacing: var(--ck-powered-by-letter-spacing);
			padding-left: 2px;
			text-transform: uppercase;
			font-weight: bold;
			margin-right: 4px;
			cursor: pointer;
			line-height: normal;
			color: var(--ck-powered-by-text-color);

		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon {
			display: block;
			cursor: pointer;
			width: var(--ck-powered-by-icon-width);
			height: var(--ck-powered-by-icon-height);
		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a {
				filter: grayscale(0%);
				opacity: 1;
			}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_inside"] {
		border-color: transparent;
	}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_border"] {
		border: var(--ck-focus-ring);
		border-color: var(--ck-powered-by-border-color);
	}
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* where 7.5(px) is the font size of the evaluation badge label and 13(px) is the base font size. */
	--ck-evaluation-badge-font-size: calc(var(--ck-font-size-base) * 7.5 / 13);
	/* where 7.5(px) is the line height of the evaluation badge label and 13(px) is the base font size. */
	--ck-evaluation-badge-line-height: calc(var(--ck-font-size-base) * 7.5 / 13);
	/* where -0.2(px) is the letter spacing of the evaluation badge label and 13(px) is the base font size. */
	--ck-evaluation-badge-letter-spacing: calc(var(--ck-font-size-base) * -0.2 / 13);
	--ck-evaluation-badge-padding-vertical: 2px;
	--ck-evaluation-badge-padding-horizontal: 4px;
	--ck-evaluation-badge-text-color: hsl(0, 0%, 31%);
	--ck-evaluation-badge-border-radius: var(--ck-border-radius);
	--ck-evaluation-badge-background: hsl(0, 0%, 100%);
	--ck-evaluation-badge-border-color: var(--ck-color-focus-border);
}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon {
	--ck-border-radius: var(--ck-evaluation-badge-border-radius);

	box-shadow: none;
	background: var(--ck-evaluation-badge-background);
	min-height: unset;
	z-index: calc( var(--ck-z-panel) - 1 );
}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon .ck.ck-evaluation-badge {
		line-height: var(--ck-evaluation-badge-line-height);
		padding: var(--ck-evaluation-badge-padding-vertical) var(--ck-evaluation-badge-padding-horizontal);
	}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon .ck.ck-evaluation-badge .ck-evaluation-badge__label {
			display: block;
			padding: 0 2px;
			font-size: var(--ck-evaluation-badge-font-size);
			letter-spacing: var(--ck-evaluation-badge-letter-spacing);
			font-weight: bold;
			line-height: normal;
			text-transform: uppercase;
			color: var(--ck-evaluation-badge-text-color);
		}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon[class*="position_inside"] {
		border-color: transparent;
	}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon[class*="position_border"] {
		border: var(--ck-focus-ring);
		border-color: var(--ck-evaluation-badge-border-color);
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */
/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-button,
a.ck.ck-button {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	position: relative;
	display: inline-flex;
	align-items: center;
}

[dir="ltr"] .ck.ck-button, [dir="ltr"] a.ck.ck-button {
		justify-content: left;
	}

[dir="rtl"] .ck.ck-button, [dir="rtl"] a.ck.ck-button {
		justify-content: right;
	}

.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label {
		display: none;
	}

.ck.ck-button.ck-button_with-text .ck-button__label, a.ck.ck-button.ck-button_with-text .ck-button__label {
			display: inline-block;
		}

/* Center the icon horizontally in a button without text. */

.ck.ck-button:not(.ck-button_with-text),  a.ck.ck-button:not(.ck-button_with-text)  {
		justify-content: center;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-button.ck-switchbutton .ck-button__toggle {
		display: block;
	}

.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
			display: block;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-list-item-button {
	min-height: unset;
	width: 100%;
	border-radius: 0;
}

[dir="ltr"] .ck.ck-list-item-button {
		text-align: left;
	}

[dir="rtl"] .ck.ck-list-item-button {
		text-align: right;
	}

[dir="ltr"] .ck.ck-list-item-button.ck-list-item-button_toggleable {
			padding-left: var(--ck-spacing-small);
	}

[dir="rtl"] .ck.ck-list-item-button.ck-list-item-button_toggleable {
			padding-right: var(--ck-spacing-small);
	}

.ck.ck-list-item-button .ck-list-item-button__check-holder {
		display: inline-flex;
		width: .9em;
		height: .9em;
	}

[dir="ltr"] .ck.ck-list-item-button .ck-list-item-button__check-holder {
			margin-right: var(--ck-spacing-small);
	}

[dir="rtl"] .ck.ck-list-item-button .ck-list-item-button__check-holder {
			margin-left: var(--ck-spacing-small);
	}

.ck.ck-list-item-button .ck-list-item-button__check-icon {
		height: 100%;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-collapsible.ck-collapsible_collapsed > .ck-collapsible__children {
		display: none;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-color-grid {
	display: grid;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.color-picker-hex-input {
	width: max-content;
}

.color-picker-hex-input .ck.ck-input {
		min-width: unset;
	}

.ck.ck-color-picker__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: var(--ck-spacing-large) 0 0;
	width: unset;
}

.ck.ck-color-picker__row .ck.ck-labeled-field-view {
		padding-top: unset;
	}

.ck.ck-color-picker__row .ck.ck-input-text {
		width: unset;
	}

.ck.ck-color-picker__row .ck-color-picker__hash-view {
		padding-top: var(--ck-spacing-tiny);
		padding-right: var(--ck-spacing-medium);
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* View fragment with color grids. */

.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,
		.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			display: flex;
			align-items: center;
		}

[dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color, [dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
				justify-content: flex-start;
	}

/* View fragment with a color picker. */

.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar {
			display: flex;
			flex-direction: row;
			justify-content: space-around;
		}

.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-save,
			.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-cancel {
				flex: 1
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dialog .ck.ck-dialog__actions {
		display: flex;
		justify-content: flex-end;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dialog-overlay {
	user-select: none;
	overscroll-behavior: none;

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.ck.ck-dialog-overlay.ck-dialog-overlay__transparent {
		pointer-events: none;
		animation: none;
		background: none;
	}

.ck.ck-dialog {
	overscroll-behavior: none;
	width: fit-content;
	position: absolute;
}

.ck.ck-dialog .ck.ck-form__header  {
		flex-shrink: 0;
	}

/* Modals should not be draggable. */

.ck.ck-dialog:not(.ck-dialog_modal) .ck.ck-form__header .ck-form__header__label {
			cursor: grab;
		}

.ck.ck-dialog-overlay.ck-dialog-overlay__transparent .ck.ck-dialog {
		pointer-events: all;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-dropdown-max-width: 75vw;
}

.ck.ck-dropdown {
	display: inline-block;
	position: relative;
}

.ck.ck-dropdown .ck-dropdown__arrow {
		pointer-events: none;
		z-index: var(--ck-z-default);
	}

/* Dropdown button should span horizontally, e.g. in vertical toolbars */

.ck.ck-dropdown .ck-button.ck-dropdown__button {
		width: 100%;
	}

.ck.ck-dropdown .ck-dropdown__panel {
		display: none;
		z-index: var(--ck-z-panel);
		max-width: var(--ck-dropdown-max-width);

		position: absolute;
	}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible {
			display: inline-block;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme {
			bottom: 100%;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s {
			/*
			 * Using transform: translate3d( 0, 100%, 0 ) causes blurry dropdown on Chrome 67-78+ on non-retina displays.
			 * See https://github.com/ckeditor/ckeditor5/issues/1053.
			 */
			top: 100%;
			bottom: auto;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
			left: 0px;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
			right: 0px;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n {
			/* Positioning panels relative to the center of the button */
			left: 50%;
			transform: translateX(-50%);
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw {
			/* Positioning panels relative to the middle-west of the button */
			left: 75%;
			transform: translateX(-75%);
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme {
			/* Positioning panels relative to the middle-east of the button */
			left: 25%;
			transform: translateX(-25%);
		}

/*
 * Toolbar dropdown panels should be always above the UI (eg. other dropdown panels) from the editor's content.
 * See https://github.com/ckeditor/ckeditor5/issues/7874
 */
.ck.ck-toolbar .ck-dropdown__panel {
	z-index: calc( var(--ck-z-panel) + 1 );
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-splitbutton {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}

.ck.ck-splitbutton .ck-splitbutton__action:focus {
		z-index: calc(var(--ck-z-default) + 1);
	}


/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-toolbar-dropdown-max-width: 60vw;
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel {
	/* https://github.com/ckeditor/ckeditor5/issues/5586 */
	width: max-content;
	max-width: var(--ck-toolbar-dropdown-max-width);
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel .ck-button:focus {
			z-index: calc(var(--ck-z-default) + 1);
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
	pointer-events: none;
	z-index: var(--ck-z-default);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel {
	position: absolute;
	max-height: 314px; /* With the default settings, this is equal to 10 menu items. */
	overflow-y: auto;
	z-index: calc(var(--ck-z-panel) + 1);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dropdown-menu-list__nested-menu {
	display: block;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-aria-live-announcer {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.ck.ck-aria-live-region-list {
	list-style-type: none;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-form__header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.ck.ck-form__header h2.ck-form__header__label {
		flex-grow: 1;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-icon {
	vertical-align: middle;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-label {
	display: block;
}

.ck.ck-voice-label {
	display: none;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
		display: flex;
		position: relative;
	}

.ck.ck-labeled-field-view .ck.ck-label {
		display: block;
		position: absolute;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */

.ck.ck-list {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
	flex-direction: column;
}

.ck.ck-list .ck-list__item,
	.ck.ck-list .ck-list__separator {
		display: block;
	}

/* Make sure that whatever child of the list item gets focus, it remains on the
	top. Thanks to that, styles like box-shadow, outline, etc. are not masked by
	adjacent list items. */

.ck.ck-list .ck-list__item > *:focus {
		position: relative;
		z-index: var(--ck-z-default);
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	/* Make sure the balloon arrow does not float over its children. */
	--ck-balloon-panel-arrow-z-index: calc(var(--ck-z-default) - 3);
}

.ck.ck-balloon-panel {
	display: none;
	position: absolute;

	z-index: var(--ck-z-panel);
}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before,
		.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			content: "";
			position: absolute;
		}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel[class*="arrow_n"]::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel[class*="arrow_n"]::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel[class*="arrow_s"]::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel[class*="arrow_s"]::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel.ck-balloon-panel_visible {
		display: block;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-balloon-rotator__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Buttons inside a toolbar should be centered when rotator bar is wider.
 * See: https://github.com/ckeditor/ckeditor5-ui/issues/495
 */
.ck .ck-balloon-rotator__content .ck-toolbar {
	justify-content: center;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-fake-panel {
	position: absolute;

	/* Fake panels should be placed under main balloon content. */
	z-index: calc(var(--ck-z-panel) - 1);
}

.ck .ck-fake-panel div {
	position: absolute;
}

.ck .ck-fake-panel div:nth-child( 1 ) {
	z-index: 2;
}

.ck .ck-fake-panel div:nth-child( 2 ) {
	z-index: 1;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
		z-index: var(--ck-z-panel); /* #315 */
		position: fixed;
		top: 0;
	}

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit {
		top: auto;
		position: absolute;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-autocomplete {
	position: relative;
}

.ck.ck-autocomplete > .ck-search__results {
		position: absolute;
		z-index: var(--ck-z-panel);
	}

.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
			bottom: 100%;
		}

.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
			top: 100%;
			bottom: auto;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

[dir="ltr"] .ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
				left: var(--ck-spacing-medium);
	}

[dir="rtl"] .ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
				right: var(--ck-spacing-medium);
	}

.ck.ck-search > .ck-labeled-field-view .ck-search__reset {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
				display: block;
			}

/* Hide the filtered view when nothing was found */

.ck.ck-search > .ck-search__results > .ck-search__info:not(.ck-hidden) ~ * {
				display: none;
			}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-highlighted-text mark {
	background: var(--ck-color-highlight-background);
	vertical-align: initial;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */

.ck.ck-balloon-panel.ck-tooltip {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	z-index: calc( var(--ck-z-dialog) + 100 );
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-toolbar-spinner-size: 18px;
}

.ck.ck-spinner-container {
	display: block;
	position: relative;
}

.ck.ck-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	z-index: 1;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */

.ck.ck-toolbar {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.ck.ck-toolbar > .ck-toolbar__items {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		flex-grow: 1;

	}

.ck.ck-toolbar .ck.ck-toolbar__separator {
		display: inline-block;

		/*
		 * A leading or trailing separator makes no sense (separates from nothing on one side).
		 * For instance, it can happen when toolbar items (also separators) are getting grouped one by one and
		 * moved to another toolbar in the dropdown.
		 */
	}

.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,
		.ck.ck-toolbar .ck.ck-toolbar__separator:last-child {
			display: none;
		}

.ck.ck-toolbar .ck-toolbar__line-break {
		flex-basis: 100%;
	}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
		flex-wrap: nowrap;
	}

.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items {
		flex-direction: column;
	}

.ck.ck-toolbar.ck-toolbar_floating > .ck-toolbar__items {
		flex-wrap: nowrap;
	}

.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck-dropdown__button .ck-dropdown__arrow {
			display: none;
		}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-block-toolbar-button {
	position: absolute;
	z-index: var(--ck-z-default);
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
		pointer-events: none;
		z-index: var(--ck-z-default);
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-menu-bar-menu-max-width: 75vw;
	--ck-menu-bar-nested-menu-horizontal-offset: 5px;
}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	z-index: var(--ck-z-panel);
	max-width: var(--ck-menu-bar-menu-max-width);
	position: absolute;
}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw {
		bottom: 100%;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		top: 100%;
		bottom: auto;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
		left: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		right: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en {
		left: calc( 100% - var(--ck-menu-bar-nested-menu-horizontal-offset) );
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es {
		top: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en {
		bottom: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
		right: calc( 100% - var(--ck-menu-bar-nested-menu-horizontal-offset) );
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws {
		top: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
		bottom: 0px;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-menu-bar__menu {
	display: block;
	position: relative;
}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-resizer: var(--ck-color-focus-border);
	--ck-color-resizer-tooltip-background: hsl(0, 0%, 15%);
	--ck-color-resizer-tooltip-text: hsl(0, 0%, 95%);

	--ck-resizer-border-radius: var(--ck-border-radius);
	--ck-resizer-tooltip-offset: 10px;
	--ck-resizer-tooltip-height: calc(var(--ck-spacing-small) * 2 + 10px);
}

.ck .ck-widget {
	/* This is neccessary for type around UI to be positioned properly. */
	position: relative;
}

.ck .ck-widget.ck-widget_with-selection-handle {
	/* Make the widget wrapper a relative positioning container for the drag handle. */
	position: relative;
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
		position: absolute;
	}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
			/* Make sure the icon in not a subject to font-size or line-height to avoid
			unnecessary spacing around it. */
			display: block;
		}

/* Show the selection handle on mouse hover over the widget, but not for nested widgets. */

.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
		visibility: visible;
	}

/* Show the selection handle when the widget is selected, but not for nested widgets. */

.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle {
		visibility: visible;
	}

.ck .ck-size-view {
	background: var(--ck-color-resizer-tooltip-background);
	color: var(--ck-color-resizer-tooltip-text);
	border: 1px solid var(--ck-color-resizer-tooltip-text);
	border-radius: var(--ck-resizer-border-radius);
	font-size: var(--ck-font-size-tiny);
	display: block;
	padding: 0 var(--ck-spacing-small);
	height: var(--ck-resizer-tooltip-height);
	line-height: var(--ck-resizer-tooltip-height);
}

.ck .ck-size-view.ck-orientation-top-left,
	.ck .ck-size-view.ck-orientation-top-right,
	.ck .ck-size-view.ck-orientation-bottom-right,
	.ck .ck-size-view.ck-orientation-bottom-left,
	.ck .ck-size-view.ck-orientation-above-center {
		position: absolute;
	}

.ck .ck-size-view.ck-orientation-top-left {
		top: var(--ck-resizer-tooltip-offset);
		left: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-top-right {
		top: var(--ck-resizer-tooltip-offset);
		right: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-bottom-right {
		bottom: var(--ck-resizer-tooltip-offset);
		right: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-bottom-left {
		bottom: var(--ck-resizer-tooltip-offset);
		left: var(--ck-resizer-tooltip-offset);
	}

/* Class applied if the widget is too small to contain the size label */

.ck .ck-size-view.ck-orientation-above-center {
		top: calc(var(--ck-resizer-tooltip-height) * -1);
		left: 50%;
		transform: translate(-50%);
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-widget_with-resizer {
	/* Make the widget wrapper a relative positioning container for the drag handle. */
	position: relative;
}

.ck .ck-widget__resizer {
	display: none;
	position: absolute;

	/* The wrapper itself should not interfere with the pointer device, only the handles should. */
	pointer-events: none;

	left: 0;
	top: 0;
}

.ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer {
		display: block;
	}

.ck .ck-widget__resizer__handle {
	position: absolute;

	/* Resizers are the only UI elements that should interfere with a pointer device. */
	pointer-events: all;
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left,
	.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
		cursor: nwse-resize;
	}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right,
	.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
		cursor: nesw-resize;
	}

/*
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
	 * Styles of the type around buttons
	 */

.ck .ck-widget .ck-widget__type-around__button {
		display: block;
		position: absolute;
		overflow: hidden;
		z-index: var(--ck-z-default);
	}

.ck .ck-widget .ck-widget__type-around__button svg {
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: calc(var(--ck-z-default) + 2);
		}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before {
			/* Place it in the middle of the outline */
			top: calc(-0.5 * var(--ck-widget-outline-thickness));
			left: min(10%, 30px);

			transform: translateY(-50%);
		}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after {
			/* Place it in the middle of the outline */
			bottom: calc(-0.5 * var(--ck-widget-outline-thickness));
			right: min(10%, 30px);

			transform: translateY(50%);
		}

/*
	 * Styles for the buttons when:
	 * - the widget is selected,
	 * - or the button is being hovered (regardless of the widget state).
	 */

.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after {
			content: "";
			display: block;
			position: absolute;
			top: 1px;
			left: 1px;
			z-index: calc(var(--ck-z-default) + 1);
		}

/*
	 * Styles for the horizontal "fake caret" which is displayed when the user navigates using the keyboard.
	 */

.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}

/*
	 * When the widget is hovered the "fake caret" would normally be narrower than the
	 * extra outline displayed around the widget. Let's extend the "fake caret" to match
	 * the full width of the widget.
	 */

.ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		left: calc( -1 * var(--ck-widget-outline-thickness) );
		right: calc( -1 * var(--ck-widget-outline-thickness) );
	}

/*
	 * Styles for the horizontal "fake caret" when it should be displayed before the widget (backward keyboard navigation).
	 */

.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		top: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
		display: block;
	}

/*
	 * Styles for the horizontal "fake caret" when it should be displayed after the widget (forward keyboard navigation).
	 */

.ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		bottom: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
		display: block;
	}

/*
 * Integration with the read-only mode of the editor.
 */
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around {
	display: none;
}

/*
 * Integration with the restricted editing mode (feature) of the editor.
 */
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
	display: none;
}

/*
 * Integration with the #isEnabled property of the WidgetTypeAround plugin.
 */
.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
	display: none;
}
/*# sourceMappingURL=ckeditor5.css.map */.disabled[data-v-8fdbf58c] {
  color: grey;
}
@media (max-width: 959.98px) {
.c-label[data-v-8fdbf58c] {
    font-size: 12px !important;
}
}[data-v-d029ae66] .v-btn--size-default {
  min-height: unset !important;
}
.c-button[data-v-d029ae66] {
  min-height: unset !important;
}
.button-text[data-v-d029ae66] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.outlined-button-text[data-v-d029ae66] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
.oulined-button[data-v-d029ae66] {
  min-height: unset !important;
  border-radius: 7px;
}
.oulined-button.v-btn--disabled .outlined-button-text[data-v-d029ae66] {
  font-style: normal;
  color: #9aabc2 !important;
}.stepper[data-v-60b720de] {
  height: 100%;
  width: 100%;
  background: #001154;
  padding: 0px 21px;
}
.stepper--mobile[data-v-60b720de] {
  background: transparent !important;
  height: auto !important;
}
.stepper-title[data-v-60b720de] {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* White */
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.steps[data-v-60b720de] {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
.steps--mobile[data-v-60b720de] {
  justify-content: space-around;
  flex-direction: row !important;
}
.step[data-v-60b720de] {
  display: flex;
  column-gap: 16px;
  position: relative;
}
.step--mobile[data-v-60b720de] {
  flex-direction: column;
  align-items: center;
  column-gap: 24px;
}
.step--mobile .step__title[data-v-60b720de] {
  margin-top: 8px;
  color: #001154;
}
.step--mobile .step__order[data-v-60b720de] {
  position: relative;
  color: #001154;
}
.step--mobile .step__order[data-v-60b720de]:after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #001154;
  width: 41px;
  height: 41px;
}
.step--mobile .step__order.--active[data-v-60b720de] {
  background: #001154;
  color: #fff;
}
.step--mobile.--completed .step-order-wrapper[data-v-60b720de] {
  border: 2px solid #368600 !important;
}
.step--mobile.--completed .step__order[data-v-60b720de] {
  background: #368600 !important;
  border: none !important;
  color: white !important;
  width: 30px !important;
  height: 29px !important;
}
.step--mobile.--completed .step__order[data-v-60b720de]:after {
  border: 2px solid #368600;
}
.step.--completed[data-v-60b720de] {
  cursor: pointer;
}
.step.--completed .step-order-wrapper[data-v-60b720de] {
  border: 2px solid #35f9a7;
}
.step.--completed .step__order[data-v-60b720de] {
  background: #35f9a7;
  color: #001154;
}
.step__order[data-v-60b720de] {
  font-style: normal;
  color: white;
}
.step__order.--active[data-v-60b720de] {
  background: #ffffff;
  color: #001154;
}
.step__order[data-v-60b720de] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* DarkBlue */
  width: 28px;
  height: 28px;
  border-radius: 20px;
  border: 1px solid #001154;
}
.step__title[data-v-60b720de] {
  font-style: normal;
  font-weight: 400;
}
.step__title.--active[data-v-60b720de] {
  font-weight: 600;
}
.step__title[data-v-60b720de] {
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  /* White */
  color: #ffffff;
}
.step-order-wrapper[data-v-60b720de] {
  border-radius: 51%;
  width: 32px;
  height: 32px;
  position: relative;
  bottom: 1px;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dots-wrapper[data-v-60b720de] {
  position: absolute;
  bottom: 32px;
  left: 14px;
}[data-v-3716a943] .v-field__input {
  max-width: 100% !important;
  opacity: 1 !important;
}
[data-v-3716a943] input {
  width: 100%;
  max-width: 100% !important;
  height: 36px !important;
  max-height: 36px !important;
  padding: 8px 0 !important;
  color: #0f2d59 !important;
  line-height: 20px !important;
  letter-spacing: normal !important;
}
[data-v-3716a943] .v-autocomplete__selection-text {
  position: relative;
  top: -2px;
  color: #0f2d59 !important;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: normal !important;
  text-rendering: auto;
}
.profile-state-field.v-input--focused[data-v-3716a943] .v-autocomplete__selection {
  display: none;
}
.profile-state-field.v-input--readonly[data-v-3716a943] .v-input__control,
.profile-state-field.v-input--readonly[data-v-3716a943] .v-field,
.profile-state-field.v-input--readonly[data-v-3716a943] .v-field__field,
.profile-state-field.v-input--readonly[data-v-3716a943] div.v-field__input {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.profile-state-field.v-input--readonly[data-v-3716a943] .v-autocomplete__selection {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.profile-state-field.v-input--readonly[data-v-3716a943] input.v-field__input {
  flex: 0 0 0;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}
@media (min-width: 600px) {
.profile-state-field.second-input-wrapper[data-v-3716a943] .v-autocomplete__selection-text {
    top: -8px;
}
}
@media (max-width: 599px) {
[data-v-3716a943] .v-autocomplete__selection-text {
    font-size: 14px;
}
.profile-state-field.second-input-mobile[data-v-3716a943]:not(.second-input-wrapper) .v-autocomplete__selection-text {
    top: 0;
}
.profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-3716a943] .v-field__field,
  .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-3716a943] div.v-field__input,
  .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-3716a943] .v-autocomplete__selection {
    overflow: visible !important;
}
.profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-3716a943] .v-autocomplete__selection {
    width: 100%;
}
.profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-3716a943] .v-autocomplete__selection-text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
[data-v-3716a943] .v-input--error input::placeholder {
  color: #d52819 !important;
  opacity: 1;
}
[data-v-3716a943] .profile-state-field__static-list {
  width: 100%;
  min-width: 100%;
}
[data-v-3716a943] .profile-state-field__static-item {
  display: flex;
  min-height: 48px;
}
@media (min-width: 600px) and (max-width: 959px) {
.profile-state-field.second-input-mobile.second-input-wrapper[data-v-3716a943] .v-input__control,
  .profile-state-field.second-input-mobile.second-input-wrapper[data-v-3716a943] .v-field,
  .profile-state-field.second-input-mobile.second-input-wrapper[data-v-3716a943] .v-field__field,
  .profile-state-field.second-input-mobile.second-input-wrapper[data-v-3716a943] div.v-field__input {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}[data-v-4bdee92b] .v-field__input {
  max-width: 100% !important;
  opacity: 1 !important;
}
[data-v-4bdee92b] input {
  flex-basis: calc(100% - 4px);
  width: calc(100% - 4px);
  max-width: calc(100% - 4px) !important;
  height: 36px !important;
  max-height: 36px !important;
  padding: 8px 0 !important;
  color: #0f2d59 !important;
  line-height: 20px !important;
  letter-spacing: normal !important;
}
[data-v-4bdee92b] .v-combobox__selection-text {
  position: relative;
  top: -2px;
  color: #0f2d59 !important;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: normal !important;
  text-rendering: auto;
}
.profile-geography-lookup-field.v-input--focused[data-v-4bdee92b] .v-combobox__selection {
  display: none;
}
.profile-geography-lookup-field.v-input--focused[data-v-4bdee92b] .v-field__input input {
  position: relative;
  top: -8px;
}
.profile-geography-lookup-field.v-input--readonly[data-v-4bdee92b] .v-input__control,
.profile-geography-lookup-field.v-input--readonly[data-v-4bdee92b] .v-field,
.profile-geography-lookup-field.v-input--readonly[data-v-4bdee92b] .v-field__field,
.profile-geography-lookup-field.v-input--readonly[data-v-4bdee92b] div.v-field__input {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}
.profile-geography-lookup-field.v-input--readonly[data-v-4bdee92b] .v-combobox__selection {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.profile-geography-lookup-field.v-input--readonly[data-v-4bdee92b] input.v-field__input {
  flex: 0 0 0;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
[data-v-4bdee92b] .v-combobox__selection-text {
    font-size: 14px;
}
.profile-geography-lookup-field.second-input-mobile[data-v-4bdee92b]:not(.second-input-wrapper) .v-combobox__selection-text {
    top: 0;
}
.profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-4bdee92b] .v-field__field,
  .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-4bdee92b] div.v-field__input,
  .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-4bdee92b] .v-combobox__selection {
    overflow: visible !important;
}
.profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-4bdee92b] .v-combobox__selection {
    width: 100%;
}
.profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly[data-v-4bdee92b] .v-combobox__selection-text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-geography-lookup-field.second-input-mobile.second-input-wrapper.v-input--focused[data-v-4bdee92b] .v-input__control .v-field .v-field__input input {
    flex-basis: calc(100% + 4px);
    width: calc(100% + 4px);
    max-width: calc(100% + 4px) !important;
    height: 36px !important;
    max-height: 36px !important;
    padding: 8px 0 !important;
}
}
[data-v-4bdee92b] .v-input--error input::placeholder {
  color: #d52819 !important;
  opacity: 1;
}.step-info-wrapper[data-v-626bf59f] {
  display: flex;
  width: 100%;
  color: #001154;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 1px;
  background: #f2f6ff;
  padding: 16px;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
  align-items: center;
}
@media (max-width: 959.98px) {
.step-info-wrapper[data-v-626bf59f] {
    padding: 8px 16px;
    font-size: 12px;
}
}[data-v-643903b4] .field-wrapper {
  width: 100% !important;
}.checbox-dialog-content[data-v-29a2b7c0] {
  padding: 12px 24px 24px 24px;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
}
.checbox-dialog-content__title[data-v-29a2b7c0] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.checbox-dialog-content__text[data-v-29a2b7c0] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  /* Primary/DarkBlue */
  padding-top: 8px;
  color: #001154;
}
.read-more-text[data-v-29a2b7c0] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  /* Primary/DarkBlue */
  color: #2969ff;
}
.checkbox-text[data-v-29a2b7c0] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.checkbox-wrapper[data-v-29a2b7c0] {
  width: 56px !important;
}
.checkbox-wrapper[data-v-29a2b7c0] .v-field {
  height: 20px !important;
}
.checkbox-wrapper[data-v-29a2b7c0] .v-icon {
  font-size: 20px !important;
}
.checkbox-wrapper[data-v-29a2b7c0] .v-selection-control__input::before::before {
  display: none !important;
}
[data-v-29a2b7c0] .checkbox-dialog {
  margin: 0px !important;
}
.close-icon[data-v-29a2b7c0] {
  top: 12px;
  right: 16px;
  position: absolute;
}
.disable-block[data-v-29a2b7c0] {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  width: 100%;
  height: 240px;
  top: 62px;
  z-index: 200;
}
.form-content__fields[data-v-29a2b7c0] {
  position: relative !important;
}.seller-profile-mobile-dialog-wrapper[data-v-603c3ee1] {
  height: 100%;
  width: 100%;
  background: white;
  position: relative;
}
.close-icon[data-v-603c3ee1] {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 204;
}
.dialog-content[data-v-603c3ee1] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 180px;
  min-height: 100vh;
  overflow: auto;
}
.dialog-content__title[data-v-603c3ee1] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  display: flex;
  position: fixed;
  text-align: center;
  width: 100%;
  /* Primary/DarkBlue */
  padding-top: 16px;
  color: #001154;
  background: white;
  z-index: 202;
  padding-bottom: 5px;
  justify-content: center;
}
.form-content[data-v-603c3ee1] {
  padding: 8px 16px 16px 16px;
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.form-content__title[data-v-603c3ee1] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1.33333px solid #f1f1f1;
}
.form-content__fields[data-v-603c3ee1] {
  margin-top: 11px !important;
}
.custom-btn[data-v-603c3ee1] {
  width: 100% !important;
  height: 40px !important;
  background-color: rgb(20, 90, 255) !important;
  border-radius: 5px;
}
.custom-btn[data-v-603c3ee1] .v-btn__content {
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.button-wrapper[data-v-603c3ee1] {
  position: fixed;
  bottom: 0px;
  background: white;
  width: 100%;
  padding: 0px 16px;
  z-index: 204;
  padding-bottom: 22px;
}
[data-v-603c3ee1] .v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated {
  border: none !important;
}.fields-wrapper[data-v-1b362983] {
  row-gap: 16px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
}
@media (max-width: 959.98px) {
.fields-wrapper[data-v-1b362983] {
    row-gap: 16px;
    column-gap: 8px;
}
}.no-filled[data-v-f9eeba9c] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-f9eeba9c] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-f9eeba9c] {
  text-decoration: underline;
}
.avatarWrapper[data-v-f9eeba9c] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-f9eeba9c] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-f9eeba9c] .v-field:before {
  border: none !important;
}
h3[data-v-f9eeba9c] {
  font-size: 1.6rem;
}
[data-v-f9eeba9c] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-f9eeba9c] {
  padding-bottom: 66px;
}
[data-v-f9eeba9c] .v-field__input,
.v-field__input[data-v-f9eeba9c] {
  position: relative !important;
  top: 5px !important;
}
[data-v-f9eeba9c] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-f9eeba9c] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-f9eeba9c] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-f9eeba9c] .v-select__selection {
  color: #001154 !important;
}
[data-v-f9eeba9c] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-f9eeba9c] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-f9eeba9c] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-f9eeba9c] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-f9eeba9c] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-f9eeba9c] .container {
  max-width: 777px !important;
}
.profile-dialog-title[data-v-f9eeba9c] {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.32px !important;
  color: #0f2d59;
}
.close-icon[data-v-f9eeba9c] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.dialog-wrapper[data-v-f9eeba9c] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  padding: 20px 10px;
}
.dialog-wrapper > div[data-v-f9eeba9c]:first-child {
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  margin-bottom: 40px;
}
.content-wrapper[data-v-f9eeba9c] {
  width: 847px;
  position: relative;
}@layer vuetify-components {
  .v-application {
    display: flex;
    background: rgb(var(--v-theme-background));
    color: color-mix(in srgb, rgb(var(--v-theme-on-background)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-application__wrap {
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
  }
}@layer vuetify-components {
  .v-app-bar {
    display: flex;
  }
  .v-app-bar.v-toolbar {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-app-bar:not(.v-toolbar--absolute) {
    padding-inline-end: var(--v-scrollbar-offset);
  }
}@layer vuetify-components {
  .v-toolbar {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    position: relative;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
    width: 100%;
  }
  @media (prefers-reduced-motion: reduce) {
    .v-toolbar {
      transition-property: box-shadow;
    }
  }
  .v-toolbar {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-toolbar--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-toolbar {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-toolbar {
    border-radius: 0;
  }
  .v-toolbar {
    background: rgb(var(--v-theme-surface-light));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface-light)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-toolbar--absolute {
    position: absolute;
  }
  .v-toolbar--collapse {
    max-width: 112px;
    overflow: hidden;
  }
  .v-toolbar--collapse-end {
    margin-inline-start: auto;
  }
  .v-toolbar--collapse.v-toolbar--collapse-start {
    border-end-end-radius: 24px;
  }
  .v-toolbar--collapse.v-toolbar--collapse-end {
    border-end-start-radius: 24px;
  }
  .v-toolbar--collapse .v-toolbar-title {
    display: none;
  }
  .v-toolbar--flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-toolbar--floating {
    display: inline-flex;
    width: auto;
  }
  .v-toolbar--rounded {
    border-radius: 4px;
  }
  .v-toolbar__content,
  .v-toolbar__extension {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    transition: inherit;
    width: 100%;
  }
  .v-toolbar__content {
    overflow: hidden;
  }
  .v-toolbar__content > .v-btn:first-child {
    margin-inline-start: 4px;
  }
  .v-toolbar__content > .v-btn:last-child {
    margin-inline-end: 4px;
  }
  .v-toolbar__content > .v-toolbar-title {
    margin-inline-start: 20px;
  }
  .v-toolbar--density-prominent .v-toolbar__content {
    align-items: flex-start;
  }
  .v-toolbar__image {
    display: flex;
    opacity: var(--v-toolbar-image-opacity, 1);
    transition-property: opacity;
  }
  .v-toolbar__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-toolbar__prepend,
  .v-toolbar__append {
    align-items: center;
    align-self: stretch;
    display: flex;
  }
  .v-toolbar__prepend {
    margin-inline: 4px auto;
  }
  .v-toolbar__append {
    margin-inline: auto 4px;
  }
  .v-toolbar-title {
    flex: 1 1;
    font-size: 1.25rem;
    min-width: 0;
  }
  .v-toolbar-title {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-transform: none;
  }
  .v-toolbar--density-prominent .v-toolbar-title {
    align-self: flex-end;
    padding-bottom: 6px;
  }
  .v-toolbar--density-prominent .v-toolbar-title {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.25rem;
    text-transform: none;
  }
  .v-toolbar-title__placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v-toolbar-items {
    display: flex;
    height: inherit;
    align-self: stretch;
  }
  .v-toolbar-items > .v-btn {
    border-radius: 0;
  }
}@layer vuetify-components {
  .v-img {
    --v-theme-overlay-multiplier: 3;
    z-index: 0;
  }
  .v-img.v-img--absolute {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .v-img.v-img--fit-content {
    max-width: fit-content;
  }
  .v-img.v-img--fit-content > .v-img__img {
    position: relative;
  }
  .v-img.v-img--fit-content > .v-responsive__sizer {
    display: none;
  }
  .v-img--booting .v-responsive__sizer {
    transition: none;
  }
  .v-img--rounded {
    border-radius: 4px;
  }
  .v-img__img,
  .v-img__picture,
  .v-img__gradient,
  .v-img__placeholder,
  .v-img__error {
    z-index: -1;
  }
  .v-img__img,
  .v-img__picture,
  .v-img__gradient,
  .v-img__placeholder,
  .v-img__error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-img__img--preload {
    filter: blur(4px);
  }
  .v-img__img--contain {
    object-fit: contain;
  }
  .v-img__img--cover {
    object-fit: cover;
  }
  .v-img__gradient {
    background-repeat: no-repeat;
  }
}@layer vuetify-components {
  .v-responsive {
    display: flex;
    flex: 1 0 auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .v-responsive--inline {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .v-responsive__content {
    flex: 1 0 0px;
    max-width: 100%;
  }
  .v-responsive__sizer ~ .v-responsive__content {
    margin-inline-start: -100%;
  }
  .v-responsive__sizer {
    flex: 1 0 0px;
    transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
}@layer vuetify-components {
  .v-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex-direction: row;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.0071428571em;
    line-height: normal;
    max-width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
    text-indent: 0.0071428571em;
    text-transform: none;
    transition-property: box-shadow, transform, opacity, background;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
  }
  .v-locale--is-rtl .v-btn {
    text-indent: -0.0071428571em;
  }
  .v-btn--size-x-small {
    --v-btn-size: 0.625rem;
    --v-btn-height: 20px;
    font-size: var(--v-btn-size);
    min-width: 36px;
    padding: 0 8px;
  }
  .v-btn--size-small {
    --v-btn-size: 0.75rem;
    --v-btn-height: 28px;
    font-size: var(--v-btn-size);
    min-width: 50px;
    padding: 0 12px;
  }
  .v-btn--size-default {
    --v-btn-size: 0.875rem;
    --v-btn-height: 36px;
    font-size: var(--v-btn-size);
    min-width: 64px;
    padding: 0 16px;
  }
  .v-btn--size-large {
    --v-btn-size: 1rem;
    --v-btn-height: 44px;
    font-size: var(--v-btn-size);
    min-width: 78px;
    padding: 0 20px;
  }
  .v-btn--size-x-large {
    --v-btn-size: 1.125rem;
    --v-btn-height: 52px;
    font-size: var(--v-btn-size);
    min-width: 92px;
    padding: 0 24px;
  }
  .v-btn.v-btn--density-default {
    height: calc(var(--v-btn-height) + 0px);
  }
  .v-btn.v-btn--density-comfortable {
    height: calc(var(--v-btn-height) + -8px);
  }
  .v-btn.v-btn--density-compact {
    height: calc(var(--v-btn-height) + -12px);
  }
  .v-btn {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-btn--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-btn--absolute {
    position: absolute;
  }
  .v-btn--fixed {
    position: fixed;
  }
  .v-btn:hover > .v-btn__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-btn:focus-visible > .v-btn__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-btn:focus > .v-btn__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-btn--variant-plain {
    opacity: 0.62;
  }
  .v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
    opacity: 1;
  }
  .v-btn--variant-plain .v-btn__overlay {
    display: none;
  }
  .v-btn--variant-elevated, .v-btn--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-btn--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-btn--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-btn--variant-outlined {
    border: thin solid currentColor;
  }
  .v-btn--variant-text .v-btn__overlay {
    background: currentColor;
  }
  .v-btn--variant-tonal .v-btn__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-btn .v-btn__underlay {
    position: absolute;
  }
  @supports selector(:focus-visible) {
    .v-btn::after {
      pointer-events: none;
      border: 2px solid currentColor;
      border-radius: inherit;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
    }
    .v-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .v-btn:focus-visible::after {
      opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn--icon {
    border-radius: 50%;
    min-width: 0;
    padding: 0;
  }
  .v-btn--icon.v-btn--size-default {
    --v-btn-size: 1rem;
  }
  .v-btn--icon.v-btn--density-default {
    width: calc(var(--v-btn-height) + 12px);
    height: calc(var(--v-btn-height) + 12px);
  }
  .v-btn--icon.v-btn--density-comfortable {
    width: calc(var(--v-btn-height) + 0px);
    height: calc(var(--v-btn-height) + 0px);
  }
  .v-btn--icon.v-btn--density-compact {
    width: calc(var(--v-btn-height) + -8px);
    height: calc(var(--v-btn-height) + -8px);
  }
  .v-btn--elevated:hover, .v-btn--elevated:focus {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-btn--elevated:active {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-btn--flat {
    box-shadow: none;
  }
  .v-btn--block {
    display: flex;
    flex: 1 0 auto;
    min-width: 100%;
  }
  .v-btn--spaced .v-btn__content {
    flex-grow: 1;
  }
  .v-btn--spaced.v-btn--spaced-start > .v-btn__content {
    justify-content: end;
  }
  .v-btn--spaced.v-btn--spaced-end > .v-btn__content {
    justify-content: start;
  }
  .v-btn--disabled {
    pointer-events: none;
    opacity: 0.26;
  }
  .v-btn--disabled:hover {
    opacity: 0.26;
  }
  .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
    box-shadow: none;
    opacity: 1;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) 26%, transparent);
    background: rgb(var(--v-theme-surface));
  }
  .v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
    opacity: 0.4615384615;
  }
  .v-btn--loading {
    pointer-events: none;
  }
  .v-btn--loading .v-btn__content,
  .v-btn--loading .v-btn__prepend,
  .v-btn--loading .v-btn__append {
    opacity: 0;
  }
  .v-btn--stacked {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  .v-btn--stacked .v-btn__content {
    flex-direction: column;
    line-height: 1.25;
  }
  .v-btn--stacked .v-btn__prepend,
  .v-btn--stacked .v-btn__append,
  .v-btn--stacked .v-btn__content > .v-icon--start,
  .v-btn--stacked .v-btn__content > .v-icon--end {
    margin-inline: 0;
  }
  .v-btn--stacked.v-btn--size-x-small {
    --v-btn-size: 0.625rem;
    --v-btn-height: 56px;
    font-size: var(--v-btn-size);
    min-width: 56px;
    padding: 0 12px;
  }
  .v-btn--stacked.v-btn--size-small {
    --v-btn-size: 0.75rem;
    --v-btn-height: 64px;
    font-size: var(--v-btn-size);
    min-width: 64px;
    padding: 0 14px;
  }
  .v-btn--stacked.v-btn--size-default {
    --v-btn-size: 0.875rem;
    --v-btn-height: 72px;
    font-size: var(--v-btn-size);
    min-width: 72px;
    padding: 0 16px;
  }
  .v-btn--stacked.v-btn--size-large {
    --v-btn-size: 1rem;
    --v-btn-height: 80px;
    font-size: var(--v-btn-size);
    min-width: 80px;
    padding: 0 18px;
  }
  .v-btn--stacked.v-btn--size-x-large {
    --v-btn-size: 1.125rem;
    --v-btn-height: 88px;
    font-size: var(--v-btn-size);
    min-width: 88px;
    padding: 0 20px;
  }
  .v-btn--stacked.v-btn--density-default {
    height: calc(var(--v-btn-height) + 0px);
  }
  .v-btn--stacked.v-btn--density-comfortable {
    height: calc(var(--v-btn-height) + -16px);
  }
  .v-btn--stacked.v-btn--density-compact {
    height: calc(var(--v-btn-height) + -24px);
  }
  .v-btn--slim {
    padding: 0 8px;
  }
  .v-btn--readonly {
    pointer-events: none;
  }
  .v-btn--rounded {
    border-radius: 24px;
  }
  .v-btn--rounded.v-btn--icon {
    border-radius: 4px;
  }
  .v-btn .v-icon {
    --v-icon-size-multiplier: 0.8571428571;
  }
  .v-btn--icon .v-icon {
    --v-icon-size-multiplier: 1;
  }
  .v-btn--stacked .v-icon {
    --v-icon-size-multiplier: 1.1428571429;
  }
  .v-btn--stacked.v-btn--block {
    min-width: 100%;
  }
  .v-btn__loader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-btn__loader > .v-progress-circular {
    width: 1.5em;
    height: 1.5em;
  }
  .v-btn__content,
  .v-btn__prepend,
  .v-btn__append {
    align-items: center;
    display: flex;
    transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-btn__prepend {
    margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
  }
  .v-btn--slim .v-btn__prepend {
    margin-inline-start: 0;
  }
  .v-btn__append {
    margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
  }
  .v-btn--slim .v-btn__append {
    margin-inline-end: 0;
  }
  .v-btn__content {
    justify-content: center;
    white-space: nowrap;
  }
  .v-btn__content > .v-icon--start {
    margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
  }
  .v-btn__content > .v-icon--end {
    margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
  }
  .v-btn--stacked .v-btn__content {
    white-space: normal;
  }
  .v-btn__overlay {
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-btn__overlay,
  .v-btn__underlay {
    pointer-events: none;
  }
  .v-btn__overlay,
  .v-btn__underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-pagination .v-btn {
    width: auto;
    padding-inline: 5px;
  }
  .v-pagination .v-btn.v-btn--density-default {
    min-width: calc(var(--v-btn-height) + 12px);
  }
  .v-pagination .v-btn.v-btn--density-comfortable {
    min-width: calc(var(--v-btn-height) + 0px);
  }
  .v-pagination .v-btn.v-btn--density-compact {
    min-width: calc(var(--v-btn-height) + -8px);
  }
  .v-pagination .v-btn {
    border-radius: 4px;
  }
  .v-pagination .v-btn--rounded {
    border-radius: 50%;
  }
  .v-pagination .v-btn__overlay {
    transition: none;
  }
  .v-pagination__prev .v-btn, .v-pagination__next .v-btn {
    padding-inline: 0;
  }
  .v-pagination__prev .v-btn.v-btn--density-default, .v-pagination__next .v-btn.v-btn--density-default {
    width: calc(var(--v-btn-height) + 12px);
  }
  .v-pagination__prev .v-btn.v-btn--density-comfortable, .v-pagination__next .v-btn.v-btn--density-comfortable {
    width: calc(var(--v-btn-height) + 0px);
  }
  .v-pagination__prev .v-btn.v-btn--density-compact, .v-pagination__next .v-btn.v-btn--density-compact {
    width: calc(var(--v-btn-height) + -8px);
  }
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
    opacity: var(--v-border-opacity);
  }
  @media (forced-colors: active) {
    .v-btn:not(.v-btn--variant-text, .v-btn--variant-plain) {
      border: thin solid;
    }
    .v-btn:focus-visible {
      outline: 2px solid;
      outline-offset: 2px;
    }
  }
}@layer vuetify-components {
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
    opacity: 1;
  }
  .v-btn-toggle.v-btn-toggle--has-color > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-elevated > .v-btn__overlay, .v-btn-toggle.v-btn-toggle--has-color > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-flat > .v-btn__overlay {
    opacity: 0;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-btn-toggle > .v-btn:not(.v-btn--disabled) {
      border-color: buttontext;
    }
    .v-btn-toggle > .v-btn:not(.v-btn--disabled):focus-visible {
      outline: 0;
    }
    .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):hover, .v-btn-toggle > .v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible {
      color: highlight;
      border-color: currentColor;
    }
    .v-btn-toggle > .v-btn--active {
      color: highlight;
      forced-color-adjust: preserve-parent-color;
    }
    .v-btn-toggle > .v-btn--active:not(.v-btn--variant-text, .v-btn--variant-plain) {
      background-color: highlight;
      color: highlighttext;
      border-color: highlight;
    }
  }
}@layer vuetify-components {
  .v-btn-group {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 0;
    overflow-y: hidden;
    overflow-x: auto;
    vertical-align: middle;
  }
  .v-btn-group {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-btn-group--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-btn-group {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-btn-group {
    border-radius: 4px;
  }
  .v-btn-group {
    background: transparent;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-btn-group .v-btn {
    border-radius: 0;
    border-color: inherit;
  }
  .v-btn-group--tile {
    border-radius: 0;
  }
  .v-btn-group--density-default.v-btn-group--horizontal {
    height: 48px;
  }
  .v-btn-group--density-comfortable.v-btn-group--horizontal {
    height: 40px;
  }
  .v-btn-group--density-compact.v-btn-group--horizontal {
    height: 36px;
  }
  .v-btn-group--horizontal .v-btn:not(:last-child) {
    border-inline-end: none;
  }
  .v-btn-group--horizontal .v-btn:not(:first-child) {
    border-inline-start: none;
  }
  .v-btn-group--horizontal .v-btn:first-child {
    border-start-start-radius: inherit;
    border-end-start-radius: inherit;
  }
  .v-btn-group--horizontal .v-btn:last-child {
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
  }
  .v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child) {
    border-inline-end-width: thin;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-btn-group--vertical {
    flex-direction: column;
  }
  .v-btn-group--vertical .v-btn:not(:last-child) {
    border-block-end: none;
  }
  .v-btn-group--vertical .v-btn:not(:first-child) {
    border-block-start: none;
  }
  .v-btn-group--vertical .v-btn:first-child {
    border-start-start-radius: inherit;
    border-start-end-radius: inherit;
  }
  .v-btn-group--vertical .v-btn:last-child {
    border-end-start-radius: inherit;
    border-end-end-radius: inherit;
  }
  .v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child) {
    border-block-end-width: thin;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
}@layer vuetify-components {
  .v-icon {
    --v-icon-size-multiplier: 1;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    height: 1em;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    opacity: var(--v-icon-opacity, 1);
    text-indent: 0;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    min-width: 1em;
  }
  .v-icon--clickable {
    cursor: pointer;
  }
  .v-icon--disabled {
    pointer-events: none;
    opacity: 0.38;
  }
  .v-icon--size-x-small {
    font-size: calc(var(--v-icon-size-multiplier) * 1em);
  }
  .v-icon--size-small {
    font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
  }
  .v-icon--size-default {
    font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
  }
  .v-icon--size-large {
    font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
  }
  .v-icon--size-x-large {
    font-size: calc(var(--v-icon-size-multiplier) * 2em);
  }
  .v-icon__svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
  }
  .v-icon--start {
    margin-inline-end: 8px;
  }
  .v-icon--end {
    margin-inline-start: 8px;
  }
}@layer vuetify-components {
  .v-progress-circular {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
  }
  .v-progress-circular > svg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .v-progress-circular__content {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .v-progress-circular__underlay {
    color: rgba(var(--v-border-color), var(--v-border-opacity));
    stroke: currentColor;
    z-index: 1;
  }
  .v-progress-circular__overlay {
    stroke: currentColor;
    transition: all 0.2s ease-in-out, stroke-width 0s;
    z-index: 2;
  }
  .v-progress-circular--revealing {
    --progress-reveal-duration: $progress-circular-reveal-duration;
  }
  .v-progress-circular--revealing .v-progress-circular__overlay {
    transition-duration: var(--progress-reveal-duration), 0s;
  }
  .v-progress-circular--size-x-small {
    height: 16px;
    width: 16px;
  }
  .v-progress-circular--size-small {
    height: 24px;
    width: 24px;
  }
  .v-progress-circular--size-default {
    height: 32px;
    width: 32px;
  }
  .v-progress-circular--size-large {
    height: 48px;
    width: 48px;
  }
  .v-progress-circular--size-x-large {
    height: 64px;
    width: 64px;
  }
  .v-progress-circular--indeterminate > svg {
    animation: progress-circular-rotate 1.4s linear infinite;
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
  }
  .v-progress-circular--indeterminate .v-progress-circular__overlay {
    animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
    stroke-dasharray: 25, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    transform-origin: center center;
    transform: rotate(-90deg);
  }
  .v-progress-circular--disable-shrink > svg {
    animation-duration: 0.7s;
  }
  .v-progress-circular--disable-shrink .v-progress-circular__overlay {
    animation: none;
  }
  .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
  .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
    animation-play-state: paused;
  }
  @keyframes progress-circular-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0px;
    }
    50% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -15px;
    }
    100% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes progress-circular-rotate {
    100% {
      transform: rotate(270deg);
    }
  }
}@property --v-progress-indeterminate-long-left {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
@property --v-progress-indeterminate-long-right {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
@property --v-progress-indeterminate-short-left {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
@property --v-progress-indeterminate-short-right {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
@layer vuetify-components {
  .v-progress-linear {
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
    width: 100%;
  }
  .v-progress-linear--rounded {
    border-radius: 9999px;
  }
  .v-progress-linear--variant-split.v-progress-linear--rounded .v-progress-linear__determinate,
  .v-progress-linear--variant-split.v-progress-linear--rounded .v-progress-linear__background,
  .v-progress-linear--variant-split.v-progress-linear--rounded .v-progress-linear__buffer {
    border-radius: 9999px;
  }
  @media (forced-colors: active) {
    .v-progress-linear {
      border: thin solid buttontext;
    }
  }
  .v-progress-linear__background,
  .v-progress-linear__buffer {
    background: currentColor;
    bottom: 0;
    left: 0;
    opacity: var(--v-border-opacity);
    position: absolute;
    top: 0;
    width: 100%;
    transition-property: width, left, right;
    transition-duration: inherit;
    transition-timing-function: inherit;
    transition-delay: inherit;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-progress-linear__buffer {
      background-color: highlight;
      opacity: 0.5;
    }
  }
}
@layer vuetify-components {
  .v-progress-linear__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-progress-linear--clickable .v-progress-linear__content {
    pointer-events: none;
  }
  .v-progress-linear__determinate,
  .v-progress-linear__indeterminate {
    background: currentColor;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-progress-linear__determinate,
    .v-progress-linear__indeterminate {
      background-color: highlight;
    }
  }
}
@layer vuetify-components {
  .v-progress-linear__determinate {
    height: inherit;
    left: 0;
    position: absolute;
    transition-property: width, left, right;
    transition-duration: inherit;
    transition-timing-function: inherit;
    transition-delay: inherit;
  }
  .v-progress-linear__indeterminate {
    animation-play-state: paused;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-name: indeterminate-ltr;
  }
  .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
    bottom: 0;
    height: inherit;
    position: absolute;
    top: 0;
    width: auto;
  }
  .v-progress-linear__indeterminate .long {
    left: var(--v-progress-indeterminate-long-left);
    right: var(--v-progress-indeterminate-long-right);
  }
  .v-progress-linear__indeterminate .short {
    left: var(--v-progress-indeterminate-short-left);
    right: var(--v-progress-indeterminate-short-right);
  }
  .v-progress-linear__indeterminate > .v-progress-linear__background {
    height: 100%;
    border-radius: inherit;
    transition: none;
  }
  .v-progress-linear__indeterminate > .v-progress-linear__background:nth-child(1) {
    left: 0;
    width: clamp(0%, var(--v-progress-indeterminate-long-left) - var(--v-progress-chunk-gap), 100%);
  }
  .v-progress-linear__indeterminate > .v-progress-linear__background:nth-child(2) {
    left: clamp(0%, 100% - var(--v-progress-indeterminate-long-right) + var(--v-progress-chunk-gap), 100%);
    width: clamp(0%, var(--v-progress-indeterminate-short-left) - var(--v-progress-chunk-gap), 100%);
  }
  .v-progress-linear__indeterminate > .v-progress-linear__background:nth-child(3) {
    right: 0;
    left: unset;
    width: clamp(0%, var(--v-progress-indeterminate-short-right) - var(--v-progress-chunk-gap), 100%);
  }
  .v-progress-linear__stream {
    animation: stream 0.25s infinite linear;
    animation-play-state: paused;
    bottom: 0;
    left: auto;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    transition-property: width, left, right;
    transition-duration: inherit;
    transition-timing-function: inherit;
    transition-delay: inherit;
  }
  .v-progress-linear--reverse .v-progress-linear__background,
  .v-progress-linear--reverse .v-progress-linear__determinate,
  .v-progress-linear--reverse .v-progress-linear__content {
    left: auto;
    right: 0;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate {
    animation-name: indeterminate-rtl;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate > .v-progress-linear__background:nth-child(1) {
    left: unset;
    right: 0;
    width: clamp(0%, var(--v-progress-indeterminate-long-right) - var(--v-progress-chunk-gap), 100%);
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate > .v-progress-linear__background:nth-child(2) {
    left: unset;
    right: clamp(0%, 100% - var(--v-progress-indeterminate-long-left) + var(--v-progress-chunk-gap), 100%);
    width: clamp(0%, var(--v-progress-indeterminate-short-right) - var(--v-progress-chunk-gap), 100%);
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate > .v-progress-linear__background:nth-child(3) {
    right: unset;
    left: 0;
    width: clamp(0%, var(--v-progress-indeterminate-short-left) - var(--v-progress-chunk-gap), 100%);
  }
  .v-progress-linear--reverse .v-progress-linear__stream {
    right: auto;
  }
  .v-progress-linear--absolute,
  .v-progress-linear--fixed {
    left: 0;
    z-index: 1;
  }
  .v-progress-linear--absolute {
    position: absolute;
  }
  .v-progress-linear--fixed {
    position: fixed;
  }
  .v-progress-linear--rounded {
    border-radius: 9999px;
  }
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
    border-radius: inherit;
  }
  .v-progress-linear--striped .v-progress-linear__determinate {
    animation: progress-linear-stripes 1s infinite linear;
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
    background-repeat: repeat;
    background-size: var(--v-progress-linear-height);
  }
  .v-progress-linear--active .v-progress-linear__indeterminate {
    animation-play-state: running;
  }
  .v-progress-linear--active .v-progress-linear__stream {
    animation-play-state: running;
  }
  .v-progress-linear--rounded-bar .v-progress-linear__determinate,
  .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
  .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
    border-radius: 9999px;
  }
  .v-progress-linear--rounded-bar .v-progress-linear__determinate {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  @keyframes indeterminate-ltr {
    0% {
      --v-progress-indeterminate-long-left: -90%;
      --v-progress-indeterminate-long-right: 107%;
      --v-progress-indeterminate-short-left: -200%;
      --v-progress-indeterminate-short-right: 107%;
    }
    60% {
      --v-progress-indeterminate-long-left: -90%;
      --v-progress-indeterminate-long-right: 107%;
      --v-progress-indeterminate-short-left: 107%;
      --v-progress-indeterminate-short-right: -8%;
    }
    100% {
      --v-progress-indeterminate-long-left: 107%;
      --v-progress-indeterminate-long-right: -35%;
      --v-progress-indeterminate-short-left: 107%;
      --v-progress-indeterminate-short-right: -8%;
    }
  }
  @keyframes indeterminate-rtl {
    0% {
      --v-progress-indeterminate-long-left: 107%;
      --v-progress-indeterminate-long-right: -90%;
      --v-progress-indeterminate-short-left: 107%;
      --v-progress-indeterminate-short-right: -200%;
    }
    60% {
      --v-progress-indeterminate-long-left: 107%;
      --v-progress-indeterminate-long-right: -90%;
      --v-progress-indeterminate-short-left: -8%;
      --v-progress-indeterminate-short-right: 107%;
    }
    100% {
      --v-progress-indeterminate-long-left: -35%;
      --v-progress-indeterminate-long-right: 107%;
      --v-progress-indeterminate-short-left: -8%;
      --v-progress-indeterminate-short-right: 107%;
    }
  }
  @keyframes stream {
    to {
      transform: translateX(var(--v-progress-linear-stream-to));
    }
  }
  @keyframes progress-linear-stripes {
    0% {
      background-position-x: var(--v-progress-linear-height);
    }
  }
}@layer vuetify-components {
  .v-ripple__container {
    color: inherit;
    border-radius: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    contain: strict;
  }
  .v-ripple__animation {
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    will-change: transform, opacity;
  }
  .v-ripple__animation--enter {
    transition: none;
    opacity: 0;
  }
  .v-ripple__animation--in {
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
  }
  @media (prefers-reduced-motion: reduce) {
    .v-ripple__animation--in {
      transition-property: opacity;
      transition-duration: 0.1s;
    }
  }
  .v-ripple__animation--out {
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
  }
}@layer vuetify-components {
  .v-alert {
    display: grid;
    flex: 1 1;
    grid-template-areas: "prepend content append close" ". content . .";
    grid-template-columns: max-content auto max-content max-content;
    position: relative;
    padding: 16px;
    overflow: hidden;
    --v-border-color: currentColor;
  }
  .v-alert--absolute {
    position: absolute;
  }
  .v-alert--fixed {
    position: fixed;
  }
  .v-alert--sticky {
    position: sticky;
  }
  .v-alert {
    border-radius: 4px;
  }
  .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-alert--variant-plain {
    opacity: 0.62;
  }
  .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
    opacity: 1;
  }
  .v-alert--variant-plain .v-alert__overlay {
    display: none;
  }
  .v-alert--variant-elevated, .v-alert--variant-flat {
    background: rgb(var(--v-theme-surface-light));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface-light)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-alert--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-alert--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-alert--variant-outlined {
    border: thin solid currentColor;
  }
  .v-alert--variant-text .v-alert__overlay {
    background: currentColor;
  }
  .v-alert--variant-tonal .v-alert__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-alert .v-alert__underlay {
    position: absolute;
  }
  .v-alert--prominent {
    grid-template-areas: "prepend content append close" "prepend content . .";
  }
  .v-alert.v-alert--border.v-alert--border-start {
    padding-inline-start: 24px;
  }
  .v-alert.v-alert--border.v-alert--border-end {
    padding-inline-end: 24px;
  }
  .v-alert--variant-plain {
    transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-alert--density-default {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .v-alert--density-default.v-alert--border-top {
    padding-top: 24px;
  }
  .v-alert--density-default.v-alert--border-bottom {
    padding-bottom: 24px;
  }
  .v-alert--density-comfortable {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .v-alert--density-comfortable.v-alert--border-top {
    padding-top: 20px;
  }
  .v-alert--density-comfortable.v-alert--border-bottom {
    padding-bottom: 20px;
  }
  .v-alert--density-compact {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .v-alert--density-compact.v-alert--border-top {
    padding-top: 16px;
  }
  .v-alert--density-compact.v-alert--border-bottom {
    padding-bottom: 16px;
  }
  .v-alert:not(:has(.v-alert-title)) .v-alert__content {
    padding-block: calc((1.75rem - 1.5 * 1rem) / 2);
  }
  .v-alert__border {
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0.38;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 100%;
  }
  .v-alert__border {
    border-color: currentColor;
    border-style: solid;
    border-width: 0;
  }
  .v-alert__border--border {
    border-width: 8px;
    box-shadow: none;
  }
  .v-alert--border-start .v-alert__border {
    border-inline-start-width: 8px;
  }
  .v-alert--border-end .v-alert__border {
    border-inline-end-width: 8px;
  }
  .v-alert--border-top .v-alert__border {
    border-top-width: 8px;
  }
  .v-alert--border-bottom .v-alert__border {
    border-bottom-width: 8px;
  }
  .v-alert__close {
    flex: 0 1 auto;
    grid-area: close;
  }
  .v-alert__close > .v-btn {
    margin-block: calc(-1 * (var(--v-btn-height) + 12px - 1.75rem) / 2);
  }
  .v-alert__content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
  }
  .v-alert__content > :first-child {
    margin-top: 0;
  }
  .v-alert__content > :last-child {
    margin-bottom: 0;
  }
  .v-alert__append,
  .v-alert__close {
    margin-inline-start: 16px;
  }
  .v-alert__append {
    align-self: flex-start;
    grid-area: append;
  }
  .v-alert__append + .v-alert__close {
    margin-inline-start: 16px;
  }
  .v-alert__prepend {
    align-self: flex-start;
    display: flex;
    align-items: center;
    grid-area: prepend;
    margin-inline-end: 16px;
    min-height: 1.75rem;
  }
  .v-alert__prepend > .v-icon {
    font-size: 1.75rem;
    height: 1.75rem;
    width: 1.75rem;
  }
  .v-alert--prominent .v-alert__prepend {
    align-self: center;
  }
  .v-alert__underlay {
    grid-area: none;
    position: absolute;
  }
  .v-alert--border-start .v-alert__underlay {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .v-alert--border-end .v-alert__underlay {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .v-alert--border-top .v-alert__underlay {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .v-alert--border-bottom .v-alert__underlay {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .v-alert-title {
    align-items: center;
    align-self: center;
    display: flex;
    font-size: 1.5rem;
    font-weight: 400;
    hyphens: auto;
    letter-spacing: normal;
    line-height: 1.75rem;
    overflow-wrap: normal;
    text-transform: none;
    word-break: normal;
    word-wrap: break-word;
  }
  @media (forced-colors: active) {
    .v-alert:not(.v-alert--variant-text, .v-alert--variant-plain) {
      border-style: solid;
    }
    .v-alert--variant-outlined, .v-alert--variant-tonal {
      border-width: medium;
    }
    .v-alert--variant-elevated, .v-alert--variant-flat {
      border-width: thick;
    }
  }
}@layer vuetify-components {
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 0px;
  }
  .v-autocomplete .v-field .v-text-field__prefix,
  .v-autocomplete .v-field .v-text-field__suffix,
  .v-autocomplete .v-field .v-field__input,
  .v-autocomplete .v-field .v-field__input > input, .v-autocomplete .v-field.v-field {
    cursor: text;
  }
  .v-autocomplete .v-field .v-field__input > input {
    flex: 1 1;
  }
  .v-autocomplete .v-field input {
    min-width: 64px;
  }
  .v-autocomplete .v-field:not(.v-field--focused) input {
    min-width: 0;
  }
  .v-autocomplete .v-field--dirty .v-autocomplete__selection {
    margin-inline-end: 2px;
  }
  .v-autocomplete .v-autocomplete__selection-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v-autocomplete__content {
    overflow: hidden;
  }
  .v-autocomplete__content {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-menu > .v-overlay__content.v-autocomplete__content {
    border-radius: 4px;
  }
  .v-autocomplete__content > .v-sheet {
    display: flex;
    flex-direction: column;
  }
  .v-autocomplete__mask {
    background: rgb(var(--v-theme-surface-light));
  }
  .v-autocomplete__selection {
    display: inline-flex;
    align-items: center;
    height: 1.5rem;
    letter-spacing: inherit;
    line-height: inherit;
    max-width: calc(100% - 2px - 2px);
  }
  .v-autocomplete__selection:first-child {
    margin-inline-start: 0;
  }
  .v-autocomplete--selecting-index .v-autocomplete__selection {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
    opacity: 1;
  }
  .v-autocomplete--selecting-index .v-field__input > input {
    caret-color: transparent;
  }
  .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
    flex: 1 1;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-inline: inherit;
  }
  .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
    transition: none;
  }
  .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
    opacity: 0;
  }
  .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
    opacity: 0;
  }
  .v-autocomplete__menu-icon {
    margin-inline-start: 4px;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
    transform: rotate(180deg);
  }
}@layer vuetify-components {
  .v-avatar {
    flex: none;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: width, height;
    vertical-align: middle;
  }
  .v-avatar.v-avatar--size-x-small {
    --v-avatar-height: 24px;
  }
  .v-avatar.v-avatar--size-small {
    --v-avatar-height: 32px;
  }
  .v-avatar.v-avatar--size-default {
    --v-avatar-height: 40px;
  }
  .v-avatar.v-avatar--size-large {
    --v-avatar-height: 48px;
  }
  .v-avatar.v-avatar--size-x-large {
    --v-avatar-height: 56px;
  }
  .v-avatar.v-avatar--density-default {
    height: calc(var(--v-avatar-height) + 0px);
    width: calc(var(--v-avatar-height) + 0px);
  }
  .v-avatar.v-avatar--density-comfortable {
    height: calc(var(--v-avatar-height) + -4px);
    width: calc(var(--v-avatar-height) + -4px);
  }
  .v-avatar.v-avatar--density-compact {
    height: calc(var(--v-avatar-height) + -8px);
    width: calc(var(--v-avatar-height) + -8px);
  }
  .v-avatar {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-avatar--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-avatar {
    border-radius: 50%;
  }
  .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-avatar--variant-plain {
    opacity: 0.62;
  }
  .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
    opacity: 1;
  }
  .v-avatar--variant-plain .v-avatar__overlay {
    display: none;
  }
  .v-avatar--variant-elevated, .v-avatar--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
  }
  .v-avatar--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-avatar--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-avatar--variant-outlined {
    border: thin solid currentColor;
  }
  .v-avatar--variant-text .v-avatar__overlay {
    background: currentColor;
  }
  .v-avatar--variant-tonal .v-avatar__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-avatar .v-avatar__underlay {
    position: absolute;
  }
  .v-avatar--rounded {
    border-radius: 4px;
  }
  .v-avatar--start {
    margin-inline-end: 8px;
  }
  .v-avatar--end {
    margin-inline-start: 8px;
  }
  .v-avatar .v-img {
    height: 100%;
    width: 100%;
  }
}@layer vuetify-components {
  .v-badge {
    display: inline-block;
    line-height: 1;
  }
  .v-badge__badge {
    align-items: center;
    display: inline-flex;
    border-radius: 10px;
    font-family: var(--v-font-body, "Roboto", sans-serif);
    font-size: 0.75rem;
    font-weight: 500;
    height: 1.25rem;
    justify-content: center;
    min-width: 20px;
    padding: 4px 6px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
  }
  .v-badge__badge {
    background: rgb(var(--v-theme-surface-variant));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-badge__badge:has(.v-icon) {
    padding: 4px 6px;
  }
  .v-badge--bordered .v-badge__badge::after {
    border-radius: inherit;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--v-theme-background));
    content: "";
    position: absolute;
    inset: 0;
    transform: scale(1.05);
  }
  .v-badge--dot .v-badge__badge {
    border-radius: 50%;
    height: 9px;
    min-width: 0;
    padding: 0;
    width: 9px;
  }
  .v-badge--dot .v-badge__badge::after {
    border-width: 1.5px;
  }
  .v-badge--inline .v-badge__badge {
    position: relative;
    vertical-align: middle;
  }
  .v-badge__badge .v-icon {
    color: inherit;
    font-size: 0.75rem;
    margin: 0 -2px;
  }
  .v-badge__badge img,
  .v-badge__badge .v-img {
    height: 100%;
    width: 100%;
  }
  .v-badge__wrapper {
    display: flex;
    position: relative;
  }
  .v-badge--inline .v-badge__wrapper {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 4px;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-badge__badge {
      forced-color-adjust: preserve-parent-color;
      background: highlight;
      color: highlighttext;
    }
  }
}@layer vuetify-components {
  .v-checkbox.v-input {
    flex: 0 1 auto;
  }
  .v-checkbox .v-selection-control {
    min-height: var(--v-input-control-height);
  }
}@layer vuetify-components {
  .v-selection-control {
    align-items: center;
    contain: layout;
    display: flex;
    flex: 1 0;
    grid-area: control;
    position: relative;
    user-select: none;
  }
  .v-selection-control .v-label {
    white-space: normal;
    word-break: break-word;
    height: 100%;
    opacity: 1;
  }
  .v-selection-control--disabled {
    opacity: var(--v-disabled-opacity);
    pointer-events: none;
  }
  .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
    color: rgb(var(--v-theme-error));
  }
  .v-selection-control--inline {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 0;
    max-width: 100%;
  }
  .v-selection-control--inline .v-label {
    width: auto;
  }
  .v-selection-control--density-default {
    --v-selection-control-size: 40px;
  }
  .v-selection-control--density-comfortable {
    --v-selection-control-size: 36px;
  }
  .v-selection-control--density-compact {
    --v-selection-control-size: 28px;
  }
  .v-selection-control__wrapper {
    width: var(--v-selection-control-size);
    height: var(--v-selection-control-size);
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    flex: none;
  }
  .v-selection-control__input {
    width: var(--v-selection-control-size);
    height: var(--v-selection-control-size);
    align-items: center;
    display: flex;
    flex: none;
    justify-content: center;
    position: relative;
    border-radius: 50%;
  }
  .v-selection-control__input input {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .v-selection-control__input::before {
    border-radius: 100%;
    background-color: currentColor;
    opacity: 0;
    pointer-events: none;
  }
  .v-selection-control__input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-selection-control__input:hover::before {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-selection-control__input > .v-icon {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--indeterminate .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
    opacity: 1;
  }
  .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
    color: rgb(var(--v-theme-error));
  }
  .v-selection-control--focus-visible .v-selection-control__input::before {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}@layer vuetify-components {
  .v-label {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-size: 1rem;
    letter-spacing: 0.009375em;
    min-width: 0;
    opacity: var(--v-medium-emphasis-opacity);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v-label--clickable {
    cursor: pointer;
  }
}@layer vuetify-components {
  .v-selection-control-group {
    grid-area: control;
    display: flex;
    flex-direction: column;
  }
  .v-selection-control-group--inline {
    flex-direction: row;
    flex-wrap: wrap;
  }
}@layer vuetify-components {
  .v-input {
    display: grid;
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .v-input--disabled {
    pointer-events: none;
  }
  .v-input--indent-details .v-input__details {
    padding-inline: 16px;
  }
  .v-input--density-default {
    --v-input-control-height: 56px;
    --v-input-padding-top: 16px;
  }
  .v-input--density-comfortable {
    --v-input-control-height: 48px;
    --v-input-padding-top: 12px;
  }
  .v-input--density-compact {
    --v-input-control-height: 40px;
    --v-input-padding-top: 8px;
  }
  .v-input--vertical {
    grid-template-areas: "append" "control" "prepend";
    grid-template-rows: max-content auto max-content;
    grid-template-columns: min-content;
  }
  .v-input--vertical .v-input__prepend {
    margin-block-start: 16px;
  }
  .v-input--vertical .v-input__append {
    margin-block-end: 16px;
  }
  .v-input--horizontal {
    grid-template-areas: "prepend control append" "a messages b";
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    grid-template-rows: 1fr auto;
  }
  .v-input--horizontal .v-input__prepend {
    margin-inline-end: 16px;
  }
  .v-input--horizontal .v-input__append {
    margin-inline-start: 16px;
  }
  .v-input__details {
    align-items: flex-end;
    display: flex;
    font-size: 0.75rem;
    font-weight: 400;
    grid-area: messages;
    letter-spacing: 0.0333333333em;
    line-height: normal;
    min-height: 22px;
    padding-top: 6px;
    overflow: hidden;
    justify-content: space-between;
  }
  .v-input__details > .v-icon,
  .v-input__prepend > .v-icon,
  .v-input__append > .v-icon {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-input--disabled .v-input__details > .v-icon,
  .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
  .v-input--error .v-input__details .v-messages,
  .v-input--disabled .v-input__prepend > .v-icon,
  .v-input--disabled .v-input__prepend .v-messages,
  .v-input--error .v-input__prepend > .v-icon,
  .v-input--error .v-input__prepend .v-messages,
  .v-input--disabled .v-input__append > .v-icon,
  .v-input--disabled .v-input__append .v-messages,
  .v-input--error .v-input__append > .v-icon,
  .v-input--error .v-input__append .v-messages {
    opacity: 1;
  }
  .v-input--glow.v-input--focused .v-input__details > .v-icon,
  .v-input--glow.v-input--focused .v-input__prepend > .v-icon,
  .v-input--glow.v-input--focused .v-input__append > .v-icon {
    opacity: 1;
  }
  .v-input--disabled .v-input__details,
  .v-input--disabled .v-input__prepend,
  .v-input--disabled .v-input__append {
    opacity: var(--v-disabled-opacity);
  }
  .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
  .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
  .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
  .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
  .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
  .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
    color: rgb(var(--v-theme-error));
  }
  .v-input__prepend,
  .v-input__append {
    display: flex;
    align-items: flex-start;
    padding-top: var(--v-input-padding-top);
  }
  .v-input--center-affix .v-input__prepend,
  .v-input--center-affix .v-input__append {
    align-items: center;
    padding-top: 0;
  }
  .v-input__prepend {
    grid-area: prepend;
  }
  .v-input__append {
    grid-area: append;
  }
  .v-input__control {
    display: flex;
    grid-area: control;
  }
  .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
  .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .v-input--hide-spin-buttons input[type=number] {
    -moz-appearance: textfield;
  }
  .v-input--plain-underlined .v-input__prepend,
  .v-input--plain-underlined .v-input__append {
    align-items: flex-start;
  }
  .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
    padding-top: calc(var(--v-input-padding-top) + 4px);
  }
  .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
    padding-top: calc(var(--v-input-padding-top) + 2px);
  }
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
    padding-top: calc(var(--v-input-padding-top) + 0px);
  }
}@layer vuetify-components {
  .v-messages {
    flex: 1 1 auto;
    font-size: 12px;
    min-height: 14px;
    min-width: 1px;
    opacity: var(--v-medium-emphasis-opacity);
    position: relative;
  }
  .v-messages__message {
    line-height: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    transition-duration: 150ms;
  }
}@layer vuetify-components {
  .v-chip {
    align-items: center;
    display: inline-flex;
    font-weight: 400;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
  }
  .v-chip .v-icon {
    --v-icon-size-multiplier: 0.8571428571;
  }
  .v-chip.v-chip--size-x-small {
    --v-chip-size: 0.625rem;
    --v-chip-height: 20px;
    font-size: 0.625rem;
    padding: 0 8px;
  }
  .v-chip.v-chip--size-x-small .v-avatar {
    --v-avatar-height: 14px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
    --v-avatar-height: 20px;
  }
  .v-chip.v-chip--size-x-small .v-avatar--start {
    margin-inline-start: -5.6px;
    margin-inline-end: 4px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
    margin-inline-start: -8px;
  }
  .v-chip.v-chip--size-x-small .v-avatar--end {
    margin-inline-start: 4px;
    margin-inline-end: -5.6px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
    margin-inline-end: -8px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
    margin-inline-start: 12px;
  }
  .v-chip.v-chip--size-x-small .v-icon--start,
  .v-chip.v-chip--size-x-small .v-chip__filter {
    margin-inline-start: -4px;
    margin-inline-end: 4px;
  }
  .v-chip.v-chip--size-x-small .v-icon--end,
  .v-chip.v-chip--size-x-small .v-chip__close {
    margin-inline-start: 4px;
    margin-inline-end: -4px;
  }
  .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
  .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
  .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
    margin-inline-start: 8px;
  }
  .v-chip.v-chip--size-small {
    --v-chip-size: 0.75rem;
    --v-chip-height: 26px;
    font-size: 0.75rem;
    padding: 0 10px;
  }
  .v-chip.v-chip--size-small .v-avatar {
    --v-avatar-height: 20px;
  }
  .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
    --v-avatar-height: 26px;
  }
  .v-chip.v-chip--size-small .v-avatar--start {
    margin-inline-start: -7px;
    margin-inline-end: 5px;
  }
  .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
    margin-inline-start: -10px;
  }
  .v-chip.v-chip--size-small .v-avatar--end {
    margin-inline-start: 5px;
    margin-inline-end: -7px;
  }
  .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
    margin-inline-end: -10px;
  }
  .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
    margin-inline-start: 15px;
  }
  .v-chip.v-chip--size-small .v-icon--start,
  .v-chip.v-chip--size-small .v-chip__filter {
    margin-inline-start: -5px;
    margin-inline-end: 5px;
  }
  .v-chip.v-chip--size-small .v-icon--end,
  .v-chip.v-chip--size-small .v-chip__close {
    margin-inline-start: 5px;
    margin-inline-end: -5px;
  }
  .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
  .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
  .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
    margin-inline-start: 10px;
  }
  .v-chip.v-chip--size-default {
    --v-chip-size: 0.875rem;
    --v-chip-height: 32px;
    font-size: 0.875rem;
    padding: 0 12px;
  }
  .v-chip.v-chip--size-default .v-avatar {
    --v-avatar-height: 26px;
  }
  .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
    --v-avatar-height: 32px;
  }
  .v-chip.v-chip--size-default .v-avatar--start {
    margin-inline-start: -8.4px;
    margin-inline-end: 6px;
  }
  .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
    margin-inline-start: -12px;
  }
  .v-chip.v-chip--size-default .v-avatar--end {
    margin-inline-start: 6px;
    margin-inline-end: -8.4px;
  }
  .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
    margin-inline-end: -12px;
  }
  .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
    margin-inline-start: 18px;
  }
  .v-chip.v-chip--size-default .v-icon--start,
  .v-chip.v-chip--size-default .v-chip__filter {
    margin-inline-start: -6px;
    margin-inline-end: 6px;
  }
  .v-chip.v-chip--size-default .v-icon--end,
  .v-chip.v-chip--size-default .v-chip__close {
    margin-inline-start: 6px;
    margin-inline-end: -6px;
  }
  .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
  .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
  .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
    margin-inline-start: 12px;
  }
  .v-chip.v-chip--size-large {
    --v-chip-size: 1rem;
    --v-chip-height: 38px;
    font-size: 1rem;
    padding: 0 14px;
  }
  .v-chip.v-chip--size-large .v-avatar {
    --v-avatar-height: 32px;
  }
  .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
    --v-avatar-height: 38px;
  }
  .v-chip.v-chip--size-large .v-avatar--start {
    margin-inline-start: -9.8px;
    margin-inline-end: 7px;
  }
  .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
    margin-inline-start: -14px;
  }
  .v-chip.v-chip--size-large .v-avatar--end {
    margin-inline-start: 7px;
    margin-inline-end: -9.8px;
  }
  .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
    margin-inline-end: -14px;
  }
  .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
    margin-inline-start: 21px;
  }
  .v-chip.v-chip--size-large .v-icon--start,
  .v-chip.v-chip--size-large .v-chip__filter {
    margin-inline-start: -7px;
    margin-inline-end: 7px;
  }
  .v-chip.v-chip--size-large .v-icon--end,
  .v-chip.v-chip--size-large .v-chip__close {
    margin-inline-start: 7px;
    margin-inline-end: -7px;
  }
  .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
  .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
  .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
    margin-inline-start: 14px;
  }
  .v-chip.v-chip--size-x-large {
    --v-chip-size: 1.125rem;
    --v-chip-height: 44px;
    font-size: 1.125rem;
    padding: 0 17px;
  }
  .v-chip.v-chip--size-x-large .v-avatar {
    --v-avatar-height: 38px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
    --v-avatar-height: 44px;
  }
  .v-chip.v-chip--size-x-large .v-avatar--start {
    margin-inline-start: -11.9px;
    margin-inline-end: 8.5px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
    margin-inline-start: -17px;
  }
  .v-chip.v-chip--size-x-large .v-avatar--end {
    margin-inline-start: 8.5px;
    margin-inline-end: -11.9px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
    margin-inline-end: -17px;
  }
  .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
    margin-inline-start: 25.5px;
  }
  .v-chip.v-chip--size-x-large .v-icon--start,
  .v-chip.v-chip--size-x-large .v-chip__filter {
    margin-inline-start: -8.5px;
    margin-inline-end: 8.5px;
  }
  .v-chip.v-chip--size-x-large .v-icon--end,
  .v-chip.v-chip--size-x-large .v-chip__close {
    margin-inline-start: 8.5px;
    margin-inline-end: -8.5px;
  }
  .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
  .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
  .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
    margin-inline-start: 17px;
  }
  .v-chip.v-chip--density-default {
    height: calc(var(--v-chip-height) + 0px);
  }
  .v-chip.v-chip--density-comfortable {
    height: calc(var(--v-chip-height) + -4px);
  }
  .v-chip.v-chip--density-compact {
    height: calc(var(--v-chip-height) + -8px);
  }
  .v-chip {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-chip:hover > .v-chip__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-chip:focus-visible > .v-chip__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-chip:focus > .v-chip__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-chip {
    border-radius: 9999px;
  }
  .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-chip--variant-plain {
    opacity: 0.62;
  }
  .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
    opacity: 1;
  }
  .v-chip--variant-plain .v-chip__overlay {
    display: none;
  }
  .v-chip--variant-elevated, .v-chip--variant-flat {
    background: rgb(var(--v-theme-surface-variant));
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-chip--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-chip--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-chip--variant-outlined {
    border: thin solid currentColor;
  }
  .v-chip--variant-text .v-chip__overlay {
    background: currentColor;
  }
  .v-chip--variant-tonal .v-chip__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-chip .v-chip__underlay {
    position: absolute;
  }
  .v-chip--border {
    border-width: thin;
  }
  .v-chip--link {
    cursor: pointer;
  }
  .v-chip--link, .v-chip--filter {
    user-select: none;
  }
  .v-chip--label {
    border-radius: 4px;
  }
  .v-chip__content {
    align-items: center;
    display: inline-flex;
  }
  .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
    overflow: hidden;
  }
  .v-chip__filter,
  .v-chip__prepend,
  .v-chip__append,
  .v-chip__close {
    align-items: center;
    display: inline-flex;
  }
  .v-chip__close {
    padding: 0;
    margin: 0;
    font: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    border-style: none;
    color: inherit;
    cursor: pointer;
    flex: 0 1 auto;
    font-size: 18px;
    max-height: 18px;
    max-width: 18px;
    user-select: none;
  }
  .v-chip__close .v-icon {
    font-size: inherit;
  }
  .v-chip__filter {
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-chip__overlay {
    background-color: currentColor;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-chip__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-chip--disabled {
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
  }
  .v-chip--label {
    border-radius: 4px;
  }
  @media (forced-colors: active) {
    .v-chip:not(.v-chip--variant-text, .v-chip--variant-plain) {
      border: thin solid;
    }
  }
}@layer vuetify-components {
  .v-chip-group {
    display: flex;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    padding: 4px 0;
  }
  .v-chip-group .v-chip {
    margin: 4px 8px 4px 0;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-chip-group .v-chip {
      background-color: buttonface;
      color: buttontext;
    }
    .v-chip-group .v-chip:hover {
      color: highlight;
    }
  }
}
@layer vuetify-components {
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
    opacity: var(--v-activated-opacity);
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) {
      color: highlight;
      forced-color-adjust: preserve-parent-color;
    }
    .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible {
      outline-offset: 2px;
    }
    .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat {
      background-color: highlight;
      color: highlighttext;
    }
    .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal {
      border-width: medium;
    }
  }
}
@layer vuetify-components {
  .v-chip-group--column .v-slide-group__content {
    white-space: normal;
    flex-wrap: wrap;
    max-width: 100%;
  }
}@layer vuetify-components {
  .v-slide-group {
    display: flex;
    overflow: hidden;
  }
  .v-slide-group__next,
  .v-slide-group__prev {
    align-items: center;
    display: flex;
    flex: 0 1 52px;
    justify-content: center;
    min-width: 52px;
    cursor: pointer;
  }
  .v-slide-group__next--disabled,
  .v-slide-group__prev--disabled {
    pointer-events: none;
    opacity: var(--v-disabled-opacity);
  }
  .v-slide-group__content {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
  }
  .v-slide-group__content > * {
    white-space: initial;
  }
  .v-slide-group__container {
    contain: content;
    display: flex;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scrollbar-color: rgba(0, 0, 0, 0);
  }
  .v-slide-group__container::-webkit-scrollbar {
    display: none;
  }
  .v-slide-group--vertical {
    max-height: inherit;
  }
  .v-slide-group--vertical,
  .v-slide-group--vertical .v-slide-group__container,
  .v-slide-group--vertical .v-slide-group__content {
    flex-direction: column;
  }
  .v-slide-group--vertical .v-slide-group__container {
    overflow-x: hidden;
    overflow-y: auto;
  }
}@layer vuetify-components {
  .v-divider {
    color: inherit;
    display: block;
    flex: 1 1 100%;
    height: 0;
    max-height: 0;
    margin: 0;
    opacity: var(--v-border-opacity);
    transition: inherit;
  }
  .v-divider {
    border-style: solid;
    border-width: thin 0 0 0;
  }
  .v-divider--vertical {
    align-self: stretch;
    border-width: 0 thin 0 0;
    display: inline-flex;
    height: auto;
    margin-left: -1px;
    max-height: 100%;
    max-width: 0px;
    vertical-align: text-bottom;
    width: 0px;
  }
  .v-divider--inset:not(.v-divider--vertical) {
    max-width: calc(100% - 72px);
    margin-inline-start: 72px;
  }
  .v-divider--inset.v-divider--vertical {
    margin-bottom: 8px;
    margin-top: 8px;
    max-height: calc(100% - 16px);
  }
  .v-divider--gradient {
    mask-image: linear-gradient(90deg, transparent, #000, transparent);
  }
  .v-divider--gradient.v-divider--vertical {
    mask-image: linear-gradient(0deg, transparent, #000, transparent);
  }
  .v-divider__content {
    padding: 0 16px;
    text-wrap: nowrap;
  }
  .v-divider__wrapper--vertical .v-divider__content {
    padding: 4px 0;
  }
  .v-divider__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v-divider__wrapper--vertical {
    flex-direction: column;
    height: 100%;
  }
  .v-divider__wrapper--vertical .v-divider {
    margin: 0 auto;
  }
  .v-divider__wrapper--gradient {
    mask-image: linear-gradient(90deg, transparent, #000, transparent);
  }
  .v-divider__wrapper--gradient.v-divider__wrapper--vertical {
    mask-image: linear-gradient(0deg, transparent, #000, transparent);
  }
}@layer vuetify-components {
  .v-list {
    overflow: auto;
    padding: 8px 0;
    position: relative;
    outline: none;
  }
  .v-list {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-list--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-list {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-list {
    border-radius: 0;
  }
  .v-list {
    background: rgba(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-list--disabled {
    pointer-events: none;
    user-select: none;
  }
  .v-list--nav {
    padding-inline: 8px;
  }
  .v-list--nav .v-list-item:not(:first-child),
  .v-list--nav .v-list-group:not(:first-child) > .v-list-item,
  .v-list--nav .v-list-group__items > .v-list-item,
  .v-list--nav .v-list-group__items > .v-list-group {
    margin-top: 4px;
  }
  .v-list--rounded {
    border-radius: 4px;
  }
  .v-list--subheader {
    padding-top: 0;
  }
  .v-list-img {
    border-radius: inherit;
    display: flex;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .v-list-subheader {
    align-items: center;
    background: inherit;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding-inline-end: 16px;
    min-height: 40px;
    transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-list-subheader__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v-list--density-default .v-list-subheader {
    min-height: 40px;
    padding-inline-start: calc(16px + var(--indent-padding));
  }
  .v-list--density-comfortable .v-list-subheader {
    min-height: 36px;
    padding-inline-start: calc(16px + var(--indent-padding));
  }
  .v-list--density-compact .v-list-subheader {
    min-height: 32px;
    padding-inline-start: calc(16px + var(--indent-padding));
  }
  .v-list-subheader--inset {
    --indent-padding: 56px;
  }
  .v-list--nav .v-list-subheader {
    font-size: 0.75rem;
  }
  .v-list-subheader--sticky {
    background: inherit;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .v-list__overlay {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease-in-out;
  }
}@layer vuetify-components {
  .v-list-item {
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content 1fr auto;
    outline: none;
    max-width: 100%;
    padding: 4px 16px;
    position: relative;
    text-decoration: none;
  }
  .v-list-item {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-list-item--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-list-item:hover > .v-list-item__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-list-item:focus-visible > .v-list-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-list-item:focus > .v-list-item__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-list-item {
    border-radius: 0;
  }
  .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-list-item--variant-plain {
    opacity: 0.62;
  }
  .v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
    opacity: 1;
  }
  .v-list-item--variant-plain .v-list-item__overlay {
    display: none;
  }
  .v-list-item--variant-elevated, .v-list-item--variant-flat {
    background: rgba(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-list-item--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-list-item--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-list-item--variant-outlined {
    border: thin solid currentColor;
  }
  .v-list-item--variant-text .v-list-item__overlay {
    background: currentColor;
  }
  .v-list-item--variant-tonal .v-list-item__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-list-item .v-list-item__underlay {
    position: absolute;
  }
  .v-list-item--focus-visible .v-list-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports selector(:focus-visible) {
    .v-list-item::after {
      pointer-events: none;
      border: 2px solid currentColor;
      border-radius: 4px;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
    }
    .v-list-item::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .v-list-item:focus-visible::after, .v-list-item--focus-visible::after {
      opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
    }
  }
  .v-list-item__prepend > .v-badge .v-icon,
  .v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
  .v-list-item__append > .v-icon {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
  .v-list-item--active .v-list-item__prepend > .v-icon,
  .v-list-item--active .v-list-item__append > .v-badge .v-icon,
  .v-list-item--active .v-list-item__append > .v-icon {
    opacity: 1;
  }
  .v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-list-item--rounded {
    border-radius: 4px;
  }
  .v-list-item--disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
  }
  .v-list-item--link {
    cursor: pointer;
  }
  .v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
    --v-avatar-height: 24px;
  }
  .v-list-item__prepend {
    align-items: center;
    align-self: center;
    display: flex;
    grid-area: prepend;
  }
  .v-list-item__prepend * ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap);
  }
  .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
  .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
  .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 32px);
  }
  .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
  .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 16px);
  }
  .v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
  .v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
  .v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 20px);
  }
  .v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
  .v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 4px);
  }
  .v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 4px);
  }
  .v-list-item--three-line .v-list-item__prepend {
    align-self: start;
  }
  .v-list-item__append {
    align-self: center;
    display: flex;
    align-items: center;
    grid-area: append;
  }
  .v-list-item__append .v-list-item__spacer {
    order: -1;
    transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-list-item__append * ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap);
  }
  .v-list-item__append > .v-badge ~ .v-list-item__spacer,
  .v-list-item__append > .v-icon ~ .v-list-item__spacer,
  .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 32px);
  }
  .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
  .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 16px);
  }
  .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 16px);
  }
  .v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
  .v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
  .v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
    width: var(--v-list-slim-spacer-width, 20px);
  }
  .v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
  .v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 4px);
  }
  .v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 4px);
  }
  .v-list-item--three-line .v-list-item__append {
    align-self: start;
  }
  .v-list-item__content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
    min-width: 40px;
  }
  .v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item__content, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item__content {
    min-width: 0;
  }
  .v-list-item-action {
    align-self: center;
    display: flex;
    align-items: center;
    flex: none;
    transition-property: height, width;
    transition-duration: inherit;
    transition-timing-function: inherit;
    transition-delay: inherit;
  }
  .v-list-item-action--start {
    margin-inline-end: 8px;
    margin-inline-start: -8px;
  }
  .v-list-item-action--end {
    margin-inline-start: 8px;
    margin-inline-end: -8px;
  }
  .v-list-item-media {
    margin-top: 0;
    margin-bottom: 0;
  }
  .v-list-item-media--start {
    margin-inline-end: 16px;
  }
  .v-list-item-media--end {
    margin-inline-start: 16px;
  }
  .v-list-item--two-line .v-list-item-media {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .v-list-item--three-line .v-list-item-media {
    margin-top: 0;
    margin-bottom: 0;
  }
  .v-list-item-subtitle {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    word-break: initial;
  }
  .v-list-item--one-line .v-list-item-subtitle {
    -webkit-line-clamp: 1;
  }
  .v-list-item--two-line .v-list-item-subtitle {
    -webkit-line-clamp: 2;
  }
  .v-list-item--three-line .v-list-item-subtitle {
    -webkit-line-clamp: 3;
  }
  .v-list-item-subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    line-height: 1rem;
    text-transform: none;
  }
  .v-list-item--nav .v-list-item-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    line-height: 1rem;
  }
  .v-list-item-title {
    hyphens: auto;
    overflow-wrap: normal;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: break-word;
  }
  .v-list-item-title {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.03125em;
    line-height: 1.5;
    text-transform: none;
  }
  .v-list-item--nav .v-list-item-title {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1rem;
  }
  .v-list-item--density-default {
    min-height: 40px;
  }
  .v-list-item--density-default.v-list-item--one-line {
    min-height: 48px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .v-list-item--density-default.v-list-item--two-line {
    min-height: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .v-list-item--density-default.v-list-item--three-line {
    min-height: 88px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
  .v-list-item--density-default.v-list-item--three-line .v-list-item__append {
    padding-top: 8px;
  }
  .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
    padding-inline: 16px;
  }
  .v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
    padding-inline: 16px;
  }
  .v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
    padding-inline: 16px;
  }
  .v-list-item--density-comfortable {
    min-height: 36px;
  }
  .v-list-item--density-comfortable.v-list-item--one-line {
    min-height: 44px;
  }
  .v-list-item--density-comfortable.v-list-item--two-line {
    min-height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .v-list-item--density-comfortable.v-list-item--three-line {
    min-height: 84px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
  .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
    padding-top: 6px;
  }
  .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
    padding-inline: 16px;
  }
  .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
    padding-inline: 16px;
  }
  .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
    padding-inline: 16px;
  }
  .v-list-item--density-compact {
    min-height: 32px;
  }
  .v-list-item--density-compact.v-list-item--one-line {
    min-height: 40px;
  }
  .v-list-item--density-compact.v-list-item--two-line {
    min-height: 56px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .v-list-item--density-compact.v-list-item--three-line {
    min-height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
  .v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
    padding-top: 4px;
  }
  .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
    padding-inline: 16px;
  }
  .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
    padding-inline: 16px;
  }
  .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
    padding-inline: 16px;
  }
  .v-list-item--nav {
    padding-inline: 8px;
  }
  .v-list-item__underlay {
    position: absolute;
  }
  .v-list-item__overlay {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s ease-in-out;
    transition-property: opacity, color;
  }
  .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
    --v-theme-overlay-multiplier: 0;
  }
  .v-list {
    --indent-padding: 0px;
  }
  .v-list--nav {
    --indent-padding: -8px;
  }
  .v-list-group {
    --list-indent-size: 16px;
    --parent-padding: var(--indent-padding);
    --prepend-width: var(--v-list-group-prepend, 40px);
  }
  .v-list--slim .v-list-group {
    --prepend-width: var(--v-list-group-prepend, 28px);
  }
  .v-list-group--fluid {
    --list-indent-size: 0px;
  }
  .v-list-group--prepend {
    --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
  }
  .v-list-group--fluid.v-list-group--prepend {
    --parent-padding: var(--indent-padding);
  }
  .v-list-group__items {
    --indent-padding: calc(var(--parent-padding) + var(--v-list-indent, var(--list-indent-size)));
    min-width: min-content;
  }
  .v-navigation-drawer--rail .v-list-group__items {
    min-width: 0;
  }
}
@layer vuetify-overrides {
  .v-list-group__items .v-list-item {
    padding-inline-start: calc(16px + var(--indent-padding));
  }
}
@layer vuetify-components {
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
    opacity: 0;
  }
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-list-item--link:not(.v-list-item--active) {
      color: buttontext;
    }
    .v-list-item--link[href]:not(.v-list-item--active) {
      color: unset;
    }
    .v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-],
    .v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-] > *,
    .v-list-item--active:not(.v-list-item--disabled) .v-icon {
      color: highlight;
    }
    .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) {
      background: highlight;
    }
    .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-],
    .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-] > *,
    .v-list-item--active:not(.v-list-item--variant-text, .v-list-item--variant-plain):not(.v-list-item--disabled) .v-icon {
      opacity: 1;
      color: highlighttext;
      forced-color-adjust: preserve-parent-color;
    }
    .v-list-item--focus-visible::after {
      opacity: 1;
    }
    @supports selector(:focus-visible) {
      .v-list-item::after {
        color: buttontext;
      }
      .v-list-item:focus-visible::after {
        opacity: 1;
      }
    }
  }
}@layer vuetify-components {
  .v-menu > .v-overlay__content {
    display: flex;
    flex-direction: column;
  }
  .v-menu > .v-overlay__content {
    border-radius: 4px;
  }
  .v-menu > .v-overlay__content > .v-card,
  .v-menu > .v-overlay__content > .v-sheet,
  .v-menu > .v-overlay__content > .v-list {
    background: rgb(var(--v-theme-surface));
    border-radius: inherit;
    overflow: auto;
    height: 100%;
  }
  .v-menu > .v-overlay__content > .v-card,
  .v-menu > .v-overlay__content > .v-sheet,
  .v-menu > .v-overlay__content > .v-list {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
}@layer vuetify-components {
  .v-overlay-container {
    contain: layout;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    display: contents;
  }
  .v-overlay {
    --v-overlay-opacity: 0.32;
    border-radius: inherit;
    display: flex;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .v-overlay__content {
    outline: none;
    position: absolute;
    pointer-events: auto;
    contain: layout;
  }
  .v-overlay__scrim {
    pointer-events: auto;
    background: #000;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    opacity: var(--v-overlay-opacity);
    position: fixed;
    right: 0;
    top: 0;
  }
  .v-overlay--absolute {
    position: absolute;
  }
  .v-overlay--contained .v-overlay__scrim {
    position: absolute;
  }
  .v-overlay--scroll-blocked {
    padding-inline-end: var(--v-scrollbar-offset);
  }
}
@layer vuetify-overrides {
  .v-overlay--justify-start {
    justify-content: flex-start;
  }
  .v-overlay--justify-center {
    justify-content: center;
  }
  .v-overlay--justify-end {
    justify-content: flex-end;
  }
  .v-overlay--align-start {
    align-items: flex-start;
  }
  .v-overlay--align-center {
    align-items: center;
  }
  .v-overlay--align-end {
    align-items: flex-end;
  }
}
@layer vuetify-final.trumps {
  .v-overlay-scroll-blocked {
    padding-inline-end: var(--v-scrollbar-offset);
  }
  .v-overlay-scroll-blocked:not(html) {
    overflow-y: hidden;
  }
  html.v-overlay-scroll-blocked {
    position: fixed;
    top: var(--v-body-scroll-y);
    left: var(--v-body-scroll-x);
    width: 100%;
    height: 100%;
  }
  .v-overlay-scroll-blocked .v-navigation-drawer--right.v-navigation-drawer--active {
    margin-right: var(--v-scrollbar-offset);
  }
}@layer vuetify-components {
  .v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
  .v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
  .v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
  .v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 0px;
  }
  .v-select .v-field .v-text-field__prefix,
  .v-select .v-field .v-text-field__suffix,
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
    cursor: pointer;
  }
  .v-select .v-field .v-field__input > input {
    align-self: flex-start;
    opacity: 1;
    flex: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transition: none;
    pointer-events: none;
    caret-color: transparent;
    padding-inline: inherit;
  }
  .v-select .v-field--dirty .v-select__selection {
    margin-inline-end: 2px;
  }
  .v-select .v-select__selection-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v-select__content {
    overflow: hidden;
  }
  .v-select__content {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-menu > .v-overlay__content.v-select__content {
    border-radius: 4px;
  }
  .v-select__content > .v-sheet {
    display: flex;
    flex-direction: column;
  }
  .v-select__mask {
    background: rgb(var(--v-theme-surface-light));
  }
  .v-select__selection {
    display: inline-flex;
    align-items: center;
    letter-spacing: inherit;
    line-height: inherit;
    max-width: 100%;
  }
  .v-select .v-select__selection:first-child {
    margin-inline-start: 0;
  }
  .v-select--selected .v-field .v-field__input > input {
    opacity: 0;
  }
  .v-select__menu-icon {
    margin-inline-start: 4px;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-select--active-menu .v-select__menu-icon {
    transform: rotate(180deg);
  }
}@layer vuetify-components {
  .v-sheet {
    display: block;
  }
  .v-sheet {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-sheet--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-sheet {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-sheet--absolute {
    position: absolute;
  }
  .v-sheet--fixed {
    position: fixed;
  }
  .v-sheet--relative {
    position: relative;
  }
  .v-sheet--sticky {
    position: sticky;
  }
  .v-sheet {
    border-radius: 0;
  }
  .v-sheet {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-sheet--rounded {
    border-radius: 4px;
  }
}@layer vuetify-components {
  /* region BLOCK */
  .v-text-field input {
    color: inherit;
    flex: 1;
    transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
  }
  .v-text-field input:focus, .v-text-field input:active {
    outline: none;
  }
  .v-text-field input:invalid {
    box-shadow: none;
  }
  .v-text-field .v-field {
    cursor: text;
  }
  .v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
    --v-field-padding-start: 6px;
  }
  .v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
    --v-field-padding-end: 0;
  }
  .v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input {
    --v-field-padding-end: 6px;
  }
  .v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input {
    --v-field-padding-start: 0;
  }
  .v-text-field .v-field:not(.v-field--no-label, .v-field--active) input::placeholder {
    opacity: 0;
  }
  .v-text-field .v-field--single-line input {
    transition: none;
  }
  /* endregion */
  /* region ELEMENTS */
  .v-text-field__prefix, .v-text-field__suffix {
    align-items: center;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
    cursor: default;
    display: flex;
    opacity: 0;
    transition: inherit;
    white-space: nowrap;
    min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
    padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
    padding-bottom: var(--v-field-padding-bottom, 6px);
  }
  .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
    opacity: 1;
  }
  .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent);
  }
  .v-field:not(.v-field--reverse) .v-text-field__prefix {
    padding-inline-start: var(--v-field-padding-start);
  }
  .v-field.v-field--reverse .v-text-field__prefix {
    padding-inline-end: var(--v-field-padding-end);
  }
  .v-field:not(.v-field--reverse) .v-text-field__suffix {
    padding-inline-end: var(--v-field-padding-end);
  }
  .v-field.v-field--reverse .v-text-field__suffix {
    padding-inline-start: var(--v-field-padding-start);
  }
  /* endregion */
}@layer vuetify-components {
  .v-counter {
    opacity: var(--v-medium-emphasis-opacity);
    flex: 0 1 auto;
    font-size: 12px;
    transition-duration: 150ms;
    white-space: nowrap;
  }
}@layer vuetify-components {
  /* region INPUT */
  .v-field {
    display: grid;
    grid-template-areas: "prepend-inner field clear append-inner";
    grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
    font-size: 16px;
    letter-spacing: 0.009375em;
    max-width: 100%;
    border-radius: 4px;
    flex: 1 0;
    grid-area: control;
    position: relative;
    --v-theme-overlay-multiplier: 1;
    --v-field-padding-start: 16px;
    --v-field-padding-end: 16px;
    --v-field-padding-top: 8px;
    --v-field-padding-bottom: 4px;
    --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
    --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
  }
  .v-field--disabled {
    opacity: var(--v-disabled-opacity);
    pointer-events: none;
  }
  .v-field .v-chip {
    --v-chip-height: 24px;
  }
  /* endregion */
  /* region MODIFIERS */
  .v-field--prepended {
    padding-inline-start: 12px;
  }
  .v-field--appended {
    padding-inline-end: 12px;
  }
  .v-field--variant-solo, .v-field--variant-solo-filled {
    background: rgb(var(--v-theme-surface));
    border-color: transparent;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-field--variant-solo, .v-field--variant-solo-filled {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-field--variant-solo-inverted {
    background: rgb(var(--v-theme-surface));
    border-color: transparent;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-field--variant-solo-inverted {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-field--variant-solo-inverted.v-field--focused {
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-field--variant-filled {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
    --v-input-control-height: 56px;
    --v-field-padding-bottom: 4px;
  }
  .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
    --v-input-control-height: 48px;
    --v-field-padding-bottom: 0px;
  }
  .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
    --v-input-control-height: 40px;
    --v-field-padding-bottom: 0px;
  }
  .v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
    --v-field-padding-top: 0px;
  }
  .v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
    --v-field-padding-bottom: 16px;
  }
  .v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
    --v-field-padding-bottom: 12px;
  }
  .v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
    --v-field-padding-bottom: 8px;
  }
  .v-field--variant-plain, .v-field--variant-underlined {
    border-radius: 0;
    padding: 0;
  }
  .v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
    --v-field-padding-start: 0px;
    --v-field-padding-end: 0px;
  }
  .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
    --v-input-control-height: 48px;
    --v-field-padding-top: 4px;
    --v-field-padding-bottom: 4px;
  }
  .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
    --v-input-control-height: 40px;
    --v-field-padding-top: 2px;
    --v-field-padding-bottom: 0px;
  }
  .v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
    --v-input-control-height: 32px;
    --v-field-padding-top: 0px;
    --v-field-padding-bottom: 0px;
  }
  .v-field--flat {
    box-shadow: none;
  }
  .v-field--rounded {
    border-radius: 24px;
  }
  .v-field.v-field--prepended {
    --v-field-padding-start: 6px;
  }
  .v-field.v-field--appended {
    --v-field-padding-end: 6px;
  }
  /* endregion */
  /* region ELEMENTS */
  .v-field__input {
    align-items: center;
    color: inherit;
    column-gap: 2px;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.009375em;
    opacity: var(--v-high-emphasis-opacity);
    min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
    min-width: 0;
    padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
    padding-top: var(--v-field-input-padding-top);
    padding-bottom: var(--v-field-input-padding-bottom);
    position: relative;
    width: 100%;
  }
  .v-input--density-default .v-field__input {
    row-gap: 8px;
  }
  .v-input--density-comfortable .v-field__input {
    row-gap: 6px;
  }
  .v-input--density-compact .v-field__input {
    row-gap: 4px;
  }
  .v-field__input input {
    letter-spacing: inherit;
  }
  :where(.v-field__input input, input.v-field__input, textarea.v-field__input, select.v-field__input) {
    background-color: transparent;
    border-style: none;
    padding: 0;
    margin: 0;
  }
  :where(.v-field__input input, input.v-field__input, textarea.v-field__input, select.v-field__input)::placeholder {
    color: currentColor;
    opacity: var(--v-disabled-opacity);
  }
  .v-field__input:focus, .v-field__input:active {
    outline: none;
  }
  .v-field__input:invalid {
    box-shadow: none;
  }
  .v-field__field {
    flex: 1 0;
    grid-area: field;
    position: relative;
    align-items: flex-start;
    display: flex;
  }
  /* endregion */
  /* region AFFIXES */
  .v-field__prepend-inner {
    grid-area: prepend-inner;
    padding-inline-end: var(--v-field-padding-after);
  }
  .v-field__clearable {
    grid-area: clear;
  }
  .v-field__append-inner {
    grid-area: append-inner;
    padding-inline-start: var(--v-field-padding-after);
  }
  .v-field__append-inner,
  .v-field__clearable,
  .v-field__prepend-inner {
    display: flex;
    align-items: flex-start;
    padding-top: var(--v-input-padding-top, 8px);
  }
  .v-field--center-affix .v-field__append-inner,
  .v-field--center-affix .v-field__clearable,
  .v-field--center-affix .v-field__prepend-inner {
    align-items: center;
    padding-top: 0;
  }
  .v-field.v-field--variant-underlined .v-field__append-inner,
  .v-field.v-field--variant-underlined .v-field__clearable,
  .v-field.v-field--variant-underlined .v-field__prepend-inner,
  .v-field.v-field--variant-plain .v-field__append-inner,
  .v-field.v-field--variant-plain .v-field__clearable,
  .v-field.v-field--variant-plain .v-field__prepend-inner {
    align-items: flex-start;
    padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
    padding-bottom: var(--v-field-padding-bottom, 4px);
  }
  .v-field--focused .v-field__prepend-inner,
  .v-field--focused .v-field__append-inner {
    opacity: 1;
  }
  .v-field__prepend-inner > .v-icon,
  .v-field__append-inner > .v-icon,
  .v-field__clearable > .v-icon {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon, .v-field--glow.v-field--focused .v-field__prepend-inner > .v-icon,
  .v-field--disabled .v-field__append-inner > .v-icon,
  .v-field--error .v-field__append-inner > .v-icon,
  .v-field--glow.v-field--focused .v-field__append-inner > .v-icon,
  .v-field--disabled .v-field__clearable > .v-icon,
  .v-field--error .v-field__clearable > .v-icon,
  .v-field--glow.v-field--focused .v-field__clearable > .v-icon {
    opacity: 1;
  }
  .v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
  .v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
  .v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
    color: rgb(var(--v-theme-error));
  }
  .v-field__clearable {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    margin-inline: 4px;
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, transform, width;
  }
  @media (prefers-reduced-motion: reduce) {
    .v-field__clearable {
      transition-property: opacity;
    }
  }
  .v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
    opacity: 1;
  }
  @media (hover: hover) {
    .v-field:hover .v-field__clearable {
      opacity: 1;
    }
  }
  @media (hover: none) {
    .v-field__clearable {
      opacity: 1;
    }
  }
  /* endregion */
  /* region LABEL */
  .v-label.v-field-label {
    contain: layout paint;
    display: block;
    margin-inline-start: var(--v-field-padding-start);
    margin-inline-end: var(--v-field-padding-end);
    max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
    pointer-events: none;
    position: absolute;
    top: var(--v-input-padding-top);
    transform-origin: left center;
    z-index: 1;
  }
  @media (prefers-reduced-motion: no-preference) {
    .v-label.v-field-label {
      transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
      transition-property: opacity, transform;
    }
  }
  .v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
    top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
  }
  .v-field--center-affix .v-label.v-field-label {
    top: 50%;
    transform: translateY(-50%);
  }
  .v-field--active .v-label.v-field-label {
    visibility: hidden;
  }
  .v-field--focused .v-label.v-field-label, .v-field--error .v-label.v-field-label {
    opacity: 1;
  }
  .v-field--error:not(.v-field--disabled) .v-label.v-field-label {
    color: rgb(var(--v-theme-error));
  }
  .v-label.v-field-label--floating {
    --v-field-label-scale: 0.75em;
    font-size: var(--v-field-label-scale);
    visibility: hidden;
  }
  .v-field--variant-outlined .v-label.v-field-label--floating {
    max-width: 100%;
  }
  .v-field--center-affix .v-label.v-field-label--floating {
    transform: none;
  }
  .v-field.v-field--active .v-label.v-field-label--floating {
    visibility: unset;
  }
  .v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 7px;
  }
  .v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 5px;
  }
  .v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 3px;
  }
  .v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
    transform: translateY(-16px);
    margin: 0;
    top: var(--v-input-padding-top);
  }
  .v-field--variant-outlined .v-label.v-field-label--floating {
    transform: translateY(-50%);
    transform-origin: center;
    position: static;
    margin: 0 4px;
  }
  /* endregion */
  /* region OUTLINE */
  .v-field__outline {
    --v-field-border-width: 1px;
    --v-field-border-opacity: 0.38;
    align-items: stretch;
    contain: layout;
    display: flex;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
  }
  @media (hover: hover) {
    .v-field:hover .v-field__outline {
      --v-field-border-opacity: var(--v-high-emphasis-opacity);
    }
  }
  .v-field--error:not(.v-field--disabled) .v-field__outline {
    color: rgb(var(--v-theme-error));
  }
  .v-field.v-field--focused .v-field__outline, .v-input.v-input--error .v-field__outline {
    --v-field-border-opacity: 1;
  }
  .v-field--variant-outlined.v-field--focused .v-field__outline {
    --v-field-border-width: 2px;
  }
  .v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
    border-color: currentColor;
    border-style: solid;
    border-width: 0 0 var(--v-field-border-width);
    opacity: var(--v-field-border-opacity);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
    border-color: currentColor;
    border-style: solid;
    border-width: 0 0 2px;
    transform: scaleX(0);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-field--focused.v-field--variant-filled .v-field__outline::after, .v-field--focused.v-field--variant-underlined .v-field__outline::after {
    transform: scaleX(1);
  }
  .v-field--variant-outlined .v-field__outline {
    border-radius: inherit;
  }
  .v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
    border: 0 solid currentColor;
    opacity: var(--v-field-border-opacity);
  }
  @media (prefers-reduced-motion: no-preference) {
    .v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
      transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
  }
  .v-field--variant-outlined .v-field__outline__start {
    flex: 0 0 12px;
    border-top-width: var(--v-field-border-width);
    border-bottom-width: var(--v-field-border-width);
    border-inline-start-width: var(--v-field-border-width);
    border-start-start-radius: inherit;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: inherit;
  }
  .v-field--rounded.v-field--variant-outlined .v-field__outline__start,
  [class^=rounded-].v-field--variant-outlined .v-field__outline__start,
  [class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
    flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
  }
  .v-field--reverse.v-field--variant-outlined .v-field__outline__start {
    border-start-start-radius: 0;
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
    border-end-start-radius: 0;
    border-inline-end-width: var(--v-field-border-width);
    border-inline-start-width: 0;
  }
  .v-field--variant-outlined .v-field__outline__notch {
    flex: none;
    position: relative;
    max-width: calc(100% - 24px);
  }
  .v-field--rounded.v-field--variant-outlined .v-field__outline__notch,
  [class^=rounded-].v-field--variant-outlined .v-field__outline__notch,
  [class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch {
    max-width: calc(100% - var(--v-input-control-height));
  }
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
    opacity: var(--v-field-border-opacity);
  }
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-field--variant-outlined .v-field__outline__notch::before {
    border-width: var(--v-field-border-width) 0 0;
  }
  .v-field--variant-outlined .v-field__outline__notch::after {
    bottom: 0;
    border-width: 0 0 var(--v-field-border-width);
  }
  .v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
    opacity: 0;
  }
  .v-field--variant-outlined .v-field__outline__end {
    flex: 1;
    border-top-width: var(--v-field-border-width);
    border-bottom-width: var(--v-field-border-width);
    border-inline-end-width: var(--v-field-border-width);
    border-start-start-radius: 0;
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
    border-end-start-radius: 0;
  }
  .v-field--reverse.v-field--variant-outlined .v-field__outline__end {
    border-start-start-radius: inherit;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: inherit;
    border-inline-end-width: 0;
    border-inline-start-width: var(--v-field-border-width);
  }
  /* endregion */
  /* region LOADER */
  .v-field__loader {
    top: calc(100% - 2px);
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden;
  }
  .v-field--variant-outlined .v-field__loader {
    top: calc(100% - 3px);
    width: calc(100% - 1px * 2);
    left: 1px;
  }
  /* endregion */
  /* region OVERLAY */
  .v-field__overlay {
    border-radius: inherit;
    pointer-events: none;
  }
  .v-field__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-field--variant-filled .v-field__overlay {
    background-color: currentColor;
    opacity: 0.04;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-field--variant-filled.v-field--has-background .v-field__overlay {
    opacity: 0;
  }
  @media (hover: hover) {
    .v-field--variant-filled:hover .v-field__overlay {
      opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-field--variant-filled.v-field--focused .v-field__overlay {
    opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-field--variant-solo-filled .v-field__overlay {
    background-color: currentColor;
    opacity: 0.04;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (hover: hover) {
    .v-field--variant-solo-filled:hover .v-field__overlay {
      opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
    opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-field--variant-solo-inverted .v-field__overlay {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
    opacity: 0;
  }
  @media (hover: hover) {
    .v-field--variant-solo-inverted:hover .v-field__overlay {
      opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
    background-color: rgb(var(--v-theme-surface-variant));
    opacity: 1;
  }
  /* endregion */
  /* region MODIFIERS */
  .v-field--reverse .v-field__field,
  .v-field--reverse .v-field__input,
  .v-field--reverse .v-field__outline {
    flex-direction: row-reverse;
  }
  .v-field--reverse .v-field__input, .v-field--reverse input {
    text-align: end;
  }
  .v-input--disabled .v-field--variant-filled .v-field__outline::before,
  .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
    border-image: repeating-linear-gradient(to right, color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent) 0px, color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent) 2px, transparent 2px, transparent 4px) 1 repeat;
  }
  .v-field--loading .v-field__outline::after,
  .v-field--loading .v-field__outline::before {
    opacity: 0;
  }
  /* endregion */
  @media (forced-colors: active) {
    .v-field .v-progress-linear {
      border: none;
    }
  }
}@layer vuetify-components {
  .v-virtual-scroll {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    overflow: auto;
    position: relative;
  }
  .v-virtual-scroll__container {
    display: block;
  }
}@layer vuetify-components {
  .v-highlight__mark {
    background: var(--v-highlight-background, color-mix(in srgb, currentColor var(--v-highlight-opacity, 8%), transparent));
    border-radius: var(--v-highlight-border-radius, 2px);
    color: var(--v-highlight-color, inherit);
  }
  @media (forced-colors: active) {
    .v-highlight__mark {
      background: buttontext !important;
    }
  }
}@layer vuetify-components {
  .v-banner {
    display: grid;
    flex: 1 1;
    font-size: 0.875rem;
    grid-template-areas: "prepend content actions";
    grid-template-columns: max-content auto max-content;
    grid-template-rows: max-content max-content;
    line-height: 1.4285714286;
    overflow: hidden;
    padding-inline: 16px 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    width: 100%;
  }
  .v-banner {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0 0 thin 0;
  }
  .v-banner--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-banner {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-banner--absolute {
    position: absolute;
  }
  .v-banner--fixed {
    position: fixed;
  }
  .v-banner--sticky {
    position: sticky;
  }
  .v-banner {
    border-radius: 0;
  }
  .v-banner {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-banner--rounded {
    border-radius: 4px;
  }
  .v-banner--stacked:not(.v-banner--one-line) {
    grid-template-areas: "prepend content" ". actions";
  }
  .v-banner--stacked .v-banner-text {
    padding-inline-end: 36px;
  }
  .v-banner--density-default .v-banner-actions {
    margin-bottom: -8px;
  }
  .v-banner--density-default.v-banner--one-line {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .v-banner--density-default.v-banner--one-line .v-banner-actions {
    margin-bottom: 0;
  }
  .v-banner--density-default.v-banner--one-line {
    padding-top: 10px;
  }
  .v-banner--density-default.v-banner--two-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .v-banner--density-default.v-banner--three-line {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
    margin-top: 20px;
  }
  .v-banner--density-comfortable .v-banner-actions {
    margin-bottom: -4px;
  }
  .v-banner--density-comfortable.v-banner--one-line {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
    margin-bottom: 0;
  }
  .v-banner--density-comfortable.v-banner--two-line {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .v-banner--density-comfortable.v-banner--three-line {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
    margin-top: 16px;
  }
  .v-banner--density-compact .v-banner-actions {
    margin-bottom: 0px;
  }
  .v-banner--density-compact.v-banner--one-line {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .v-banner--density-compact.v-banner--one-line .v-banner-actions {
    margin-bottom: 0;
  }
  .v-banner--density-compact.v-banner--two-line {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .v-banner--density-compact.v-banner--three-line {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
    margin-top: 12px;
  }
  .v-banner--sticky {
    top: 0;
    z-index: 1;
  }
  .v-banner__content {
    align-items: center;
    display: flex;
    grid-area: content;
  }
  .v-banner__prepend {
    align-self: flex-start;
    grid-area: prepend;
    margin-inline-end: 24px;
  }
  .v-banner-actions {
    align-self: flex-end;
    display: flex;
    flex: 0 1;
    grid-area: actions;
    justify-content: flex-end;
  }
  .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
    margin-top: 20px;
  }
  .v-banner-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-inline-end: 90px;
    overflow: hidden;
  }
  .v-banner--one-line .v-banner-text {
    -webkit-line-clamp: 1;
  }
  .v-banner--two-line .v-banner-text {
    -webkit-line-clamp: 2;
  }
  .v-banner--three-line .v-banner-text {
    -webkit-line-clamp: 3;
  }
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
    align-self: flex-start;
  }
}@layer vuetify-components {
  .v-bottom-navigation {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-bottom-navigation {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-bottom-navigation--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-bottom-navigation {
    border-radius: 0;
  }
  .v-bottom-navigation {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-bottom-navigation--active {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-bottom-navigation__content {
    display: flex;
    flex: none;
    font-size: 0.6875rem;
    justify-content: center;
    transition: inherit;
    width: 100%;
  }
  .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
    font-size: inherit;
    height: 100%;
    max-width: 168px;
    min-width: 80px;
    text-transform: none;
    transition: inherit;
    width: auto;
  }
  .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
    border-radius: 0;
  }
  .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
  .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
    transition: inherit;
  }
  .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
    font-size: 1.5rem;
  }
  .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
    flex-basis: 0;
    flex-grow: 1;
  }
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
    transition: inherit;
    opacity: 0;
  }
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
    transform: translateY(0.5rem);
  }
}@layer vuetify-final.transitions {
  .bottom-sheet-transition-enter-active, .bottom-sheet-transition-leave-active {
    transition-property: transform;
    pointer-events: none;
  }
  .bottom-sheet-transition-enter-from, .bottom-sheet-transition-leave-to {
    transform: translateY(100%);
  }
}
@layer vuetify-components {
  .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
    align-self: flex-end;
    border-radius: 0;
    flex: 0 1 auto;
    left: 0;
    right: 0;
    margin-inline: auto;
    margin-bottom: 0;
    transition-duration: 0.2s;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
  .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
    box-shadow: 0px 2px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 6px 10px 4px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 8%, transparent);
  }
  @media (prefers-reduced-motion: reduce) {
    .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
      transition: none;
    }
  }
  .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
  .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
    border-radius: 0;
  }
  .v-bottom-sheet.v-bottom-sheet--inset {
    max-width: none;
  }
  @media (min-width: 600px) {
    .v-bottom-sheet.v-bottom-sheet--inset {
      max-width: 70%;
    }
  }
}@layer vuetify-components {
  .v-dialog {
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .v-dialog > .v-overlay__content {
    max-height: calc(100% - 48px);
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin: 24px;
  }
  .v-dialog > .v-overlay__content,
  .v-dialog > .v-overlay__content > form {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .v-dialog > .v-overlay__content > .v-card,
  .v-dialog > .v-overlay__content > .v-sheet,
  .v-dialog > .v-overlay__content > form > .v-card,
  .v-dialog > .v-overlay__content > form > .v-sheet {
    --v-scrollbar-offset: 0px;
    border-radius: 4px;
    overflow-y: auto;
    flex: 1 1 var(--v-card-height, 100%);
  }
  .v-dialog > .v-overlay__content > .v-card,
  .v-dialog > .v-overlay__content > .v-sheet,
  .v-dialog > .v-overlay__content > form > .v-card,
  .v-dialog > .v-overlay__content > form > .v-sheet {
    box-shadow: 0px 4px 4px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 8px 12px 6px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 10%, transparent);
  }
  .v-dialog > .v-overlay__content > .v-card,
  .v-dialog > .v-overlay__content > form > .v-card {
    display: flex;
    flex-direction: column;
  }
  .v-dialog > .v-overlay__content > .v-card > .v-card-item,
  .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
    padding: 16px 24px;
  }
  .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
  .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
    padding-top: 0;
  }
  .v-dialog > .v-overlay__content > .v-card > .v-card-text,
  .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
    font-size: inherit;
    letter-spacing: 0.03125em;
    line-height: inherit;
    padding: 16px 24px 24px;
  }
  .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
  .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
    justify-content: flex-end;
  }
  .v-dialog--fullscreen {
    --v-scrollbar-offset: 0px;
  }
  .v-dialog--fullscreen > .v-overlay__content {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
  }
  .v-dialog--fullscreen > .v-overlay__content > .v-card,
  .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
  .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
  .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .v-dialog--scrollable > .v-overlay__content > form,
  .v-dialog--scrollable > .v-overlay__content > form > .v-card {
    max-height: 100%;
    max-width: 100%;
  }
  .v-dialog--scrollable > .v-overlay__content,
  .v-dialog--scrollable > .v-overlay__content > .v-card,
  .v-dialog--scrollable > .v-overlay__content > form,
  .v-dialog--scrollable > .v-overlay__content > form > .v-card {
    display: flex;
    flex: 1 1 var(--v-card-height, 100%);
    flex-direction: column;
  }
  .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
  .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
    backface-visibility: hidden;
    overflow-y: auto;
  }
}@layer vuetify-components {
  .v-breadcrumbs {
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: 16px 12px;
  }
  .v-breadcrumbs--rounded {
    border-radius: 4px;
  }
  .v-breadcrumbs--density-default {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .v-breadcrumbs--density-comfortable {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .v-breadcrumbs--density-compact {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .v-breadcrumbs__prepend {
    align-items: center;
    display: inline-flex;
  }
  .v-breadcrumbs-item {
    align-items: center;
    color: inherit;
    display: inline-flex;
    padding: 0 4px;
    text-decoration: none;
    vertical-align: middle;
  }
  .v-breadcrumbs-item--disabled {
    opacity: var(--v-disabled-opacity);
    pointer-events: none;
  }
  .v-breadcrumbs-item--link {
    color: inherit;
    text-decoration: none;
  }
  .v-breadcrumbs-item--link:hover {
    text-decoration: underline;
  }
  .v-breadcrumbs-item .v-icon {
    font-size: 1rem;
    margin-inline: -4px 2px;
  }
  .v-breadcrumbs-divider {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
  }
}@layer vuetify-components {
  .v-calendar-category .v-calendar-category__column,
  .v-calendar-category .v-calendar-category__column-header {
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-category .v-calendar-daily__head {
    background: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
  }
  .v-calendar-category .v-calendar-daily__intervals-head {
    background: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
  }
  .v-calendar-category .v-calendar-daily__intervals-body {
    background: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
  }
  .v-calendar-category {
    overflow: auto;
    position: relative;
  }
  .v-calendar-category .v-calendar-category__category {
    text-align: center;
  }
  .v-calendar-category .v-calendar-daily__day-container {
    width: min-content;
  }
  .v-calendar-category .v-calendar-daily__day-container .v-calendar-category__columns {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .v-calendar-category .v-calendar-daily__day-body {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
  }
  .v-calendar-category .v-calendar-daily__head {
    flex-direction: row;
    width: min-content;
    min-width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .v-calendar-category .v-calendar-daily_head-day {
    width: auto;
    position: unset;
  }
  .v-calendar-category .v-calendar-daily__intervals-head {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .v-calendar-category .v-calendar-daily_head-weekday {
    position: sticky;
    left: 50%;
    width: 50px;
  }
  .v-calendar-category .v-calendar-daily_head-day-label {
    width: 56px;
    position: sticky;
    left: 50%;
  }
  .v-calendar-category .v-calendar-daily__day {
    min-width: 200px;
  }
  .v-calendar-category .v-calendar-daily__intervals-body {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .v-calendar-category .v-calendar-daily__interval:last-of-type::after {
    display: none;
  }
  .v-calendar-category .v-calendar-daily__body {
    overflow: visible;
  }
  .v-calendar-category .v-calendar-daily__body .v-calendar-daily__scroll-area {
    overflow-y: visible;
    flex: none;
  }
  .v-calendar-category .v-calendar-daily__pane {
    overflow-y: visible;
  }
  .v-calendar-category .v-calendar-category__columns {
    display: flex;
    width: min-content;
    min-width: 100%;
  }
  .v-calendar-category .v-calendar-category__columns .v-calendar-category__column,
  .v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header {
    flex: 1 1 auto;
    width: 0;
    position: relative;
  }
  .v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header {
    min-width: 200px;
  }
}@layer vuetify-components {
  .v-calendar-daily {
    background-color: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
    border-left: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
    border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-daily .v-calendar-daily__intervals-head {
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-daily .v-calendar-daily__intervals-head::after {
    background: rgba(var(--v-border-color), var(--v-border-opacity));
    background: linear-gradient(90deg, transparent, rgba(var(--v-border-color), var(--v-border-opacity)));
  }
  .v-calendar-daily .v-calendar-daily_head-day {
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
    border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
  .v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
    color: rgb(var(--v-theme-on-surface));
  }
  .v-calendar-daily .v-calendar-daily__intervals-body {
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
    color: rgb(var(--v-theme-on-surface));
  }
  .v-calendar-daily .v-calendar-daily__day {
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
    border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-daily .v-calendar-daily__day-interval {
    border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
    position: relative;
  }
  .v-calendar-daily .v-calendar-daily__day-interval:first-child {
    border-top: none;
  }
  .v-calendar-daily .v-calendar-daily__day-interval--hover {
    cursor: pointer;
  }
  .v-calendar-daily .v-calendar-daily__day-interval--hover .v-calendar-daily__day-interval__underlay {
    opacity: var(--v-hover-opacity);
  }
  .v-calendar-daily .v-calendar-daily__day-interval__underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-calendar-daily .v-calendar-daily__day-interval__underlay {
    background: currentColor;
    pointer-events: none;
    opacity: 0;
  }
  .v-calendar-daily .v-calendar-daily__interval::after {
    border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-daily {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
  }
  .v-calendar-daily__head {
    flex: none;
    display: flex;
  }
  .v-calendar-daily__intervals-head {
    flex: none;
    position: relative;
  }
  .v-calendar-daily__intervals-head::after {
    position: absolute;
    bottom: 0px;
    height: 1px;
    left: 0;
    right: 0;
    content: "";
  }
  .v-calendar-daily_head-day {
    flex: 1 1 auto;
    width: 0;
    position: relative;
  }
  .v-calendar-daily_head-weekday {
    user-select: none;
    padding: 3px 0px 0px 0px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
  }
  .v-calendar-daily_head-day-label {
    user-select: none;
    padding: 0px 0px 3px 0px;
    cursor: pointer;
    text-align: center;
  }
  .v-calendar-daily__body {
    flex: 1 1 60%;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
  }
  .v-calendar-daily__scroll-area {
    overflow-y: scroll;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
  }
  .v-calendar-daily__pane {
    width: 100%;
    overflow-y: hidden;
    flex: none;
    display: flex;
    align-items: flex-start;
  }
  .v-calendar-daily__day-container {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
  }
  .v-calendar-daily__intervals-body {
    flex: none;
    user-select: none;
  }
  .v-calendar-daily__interval {
    text-align: right;
    padding-right: 8px;
    border-bottom: none;
    position: relative;
  }
  .v-calendar-daily__interval::after {
    width: 8px;
    position: absolute;
    height: 1px;
    display: block;
    content: "";
    right: 0;
    bottom: -1px;
  }
  .v-calendar-daily__interval-text {
    display: block;
    position: relative;
    top: -6px;
    font-size: 10px;
    padding-right: 4px;
  }
  .v-calendar-daily__day {
    flex: 1;
    width: 0;
    position: relative;
  }
}@layer vuetify-components {
  .v-calendar-weekly {
    background-color: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
    border-top: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
    border-left: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-weekly .v-calendar-weekly__head-weekday {
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
    color: rgb(var(--v-theme-on-surface));
  }
  .v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
    background-color: rgb(var(--v-theme-surface-light));
    color: rgb(var(--v-theme-on-surface-light));
  }
  .v-calendar-weekly .v-calendar-weekly__head-weeknumber {
    background-color: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-weekly .v-calendar-weekly__day {
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
    border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-weekly .v-calendar-weekly__day.v-outside {
    background-color: rgb(var(--v-theme-surface-light));
    color: rgb(var(--v-theme-on-surface-light));
  }
  .v-calendar-weekly .v-calendar-weekly__weeknumber {
    background-color: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
    border-right: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
    border-bottom: rgba(var(--v-border-color), var(--v-border-opacity)) 1px solid;
  }
  .v-calendar-weekly {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .v-calendar-weekly__head {
    display: flex;
    user-select: none;
  }
  .v-calendar-weekly__head-weekday {
    flex: 1 0 20px;
    user-select: none;
    padding: 0px 4px 0px 4px;
    font-size: 11px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .v-calendar-weekly__head-weeknumber {
    position: relative;
    flex: 0 0 24px;
  }
  .v-calendar-weekly__week {
    display: flex;
    flex: 1;
    height: unset;
    min-height: 0;
  }
  .v-calendar-weekly__weeknumber {
    display: flex;
    flex: 0 0 24px;
    height: unset;
    min-height: 0;
    padding-top: 14.5px;
    text-align: center;
  }
  .v-calendar-weekly__weeknumber > small {
    width: 100%;
  }
  .v-calendar-weekly__day {
    flex: 1;
    width: 0;
    overflow: hidden;
    user-select: none;
    position: relative;
    padding: 0px 0px 0px 0px;
    min-width: 0;
  }
  .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
    color: currentColor;
  }
  .v-calendar-weekly__day-label {
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    margin: 4px 0 0 0;
  }
  .v-calendar-weekly__day-label .v-icon-btn {
    font-size: 12px;
  }
  .v-calendar-weekly__day-month {
    position: absolute;
    text-decoration: none;
    user-select: none;
    box-shadow: none;
    top: 0;
    left: 36px;
    height: 32px;
    line-height: 32px;
  }
}@layer vuetify-components {
  .v-icon-btn {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-icon-btn--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-icon-btn {
    border-radius: 50%;
  }
  .v-icon-btn:hover > .v-icon-btn__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-icon-btn:focus-visible > .v-icon-btn__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-icon-btn:focus > .v-icon-btn__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-icon-btn--active > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true] > .v-icon-btn__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-icon-btn--active:hover > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-icon-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-icon-btn--active:focus-visible > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-icon-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-icon-btn--active:focus > .v-icon-btn__overlay, .v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-icon-btn__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-icon-btn--variant-plain, .v-icon-btn--variant-outlined, .v-icon-btn--variant-text, .v-icon-btn--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-icon-btn--variant-plain {
    opacity: 0.62;
  }
  .v-icon-btn--variant-plain:focus, .v-icon-btn--variant-plain:hover {
    opacity: 1;
  }
  .v-icon-btn--variant-plain .v-icon-btn__overlay {
    display: none;
  }
  .v-icon-btn--variant-elevated, .v-icon-btn--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: inherit;
  }
  .v-icon-btn--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-icon-btn--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-icon-btn--variant-outlined {
    border: thin solid currentColor;
  }
  .v-icon-btn--variant-text .v-icon-btn__overlay {
    background: currentColor;
  }
  .v-icon-btn--variant-tonal .v-icon-btn__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-icon-btn .v-icon-btn__underlay {
    position: absolute;
  }
  .v-icon-btn {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    height: var(--v-icon-btn-height);
    justify-content: center;
    outline: none;
    position: relative;
    transition-property: width, height, transform;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    width: var(--v-icon-btn-width);
  }
  @supports selector(:focus-visible) {
    .v-icon-btn::after {
      pointer-events: none;
      border: 2px solid currentColor;
      border-radius: inherit;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
    }
    .v-icon-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .v-icon-btn:focus-visible::after {
      opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
    }
  }
  .v-icon-btn--disabled, .v-icon-btn--loading, .v-icon-btn--readonly {
    pointer-events: none;
  }
  .v-icon-btn--disabled {
    opacity: 0.26;
  }
  .v-icon-btn--start {
    margin-inline-end: 8px;
  }
  .v-icon-btn--end {
    margin-inline-start: 8px;
  }
  .v-icon-btn__content {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    transition-property: transform;
    transition-duration: inherit;
    transition-timing-function: inherit;
    transition-delay: inherit;
    transform: rotate(var(--v-icon-btn-rotate, 0deg));
  }
  .v-icon-btn--loading .v-icon-btn__content {
    opacity: 0;
  }
  .v-icon-btn__content .v-icon {
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, font-size, width, height;
    transform-origin: center;
  }
  .v-icon-btn__loader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-icon-btn__overlay,
  .v-icon-btn__underlay {
    border-radius: inherit;
    pointer-events: none;
  }
  .v-icon-btn__overlay,
  .v-icon-btn__underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-icon-btn__overlay {
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-icon-btn--active:not(:hover) .v-icon-btn__overlay {
    --v-activated-opacity: 0;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-icon-btn:focus-visible {
      outline: 2px solid;
      outline-offset: 2px;
    }
    .v-icon-btn:not(.v-icon-btn--active):hover, .v-icon-btn:not(.v-icon-btn--active):focus {
      color: highlight;
    }
    .v-icon-btn--active:not(.v-icon-btn--disabled), .v-icon-btn--active:not(.v-icon-btn--disabled)[class*=bg-] {
      outline-color: canvastext;
      background: highlight;
      color: highlighttext;
    }
    .v-icon-btn--disabled {
      color: graytext;
    }
    .v-icon-btn__overlay, .v-icon-btn__underlay,
    .v-icon-btn .v-icon {
      forced-color-adjust: preserve-parent-color;
    }
  }
}@layer vuetify-components {
  .v-calendar-events .v-event-more {
    background-color: rgb(var(--v-theme-surface));
    color: rgb(var(--v-theme-on-surface));
  }
  .v-calendar-events .v-event-more.v-outside {
    background-color: rgb(var(--v-theme-surface-light));
    color: rgb(var(--v-theme-on-surface-light));
  }
  .v-calendar .v-event {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
    margin-right: -1px;
    z-index: 1;
    border-radius: 4px;
  }
  .v-calendar .v-event-more {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    z-index: 1;
    position: relative;
  }
  .v-calendar .v-event-timed-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 10px;
    pointer-events: none;
  }
  .v-calendar .v-event-timed {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid rgb(var(--v-theme-surface));
    border-radius: 4px;
    pointer-events: all;
  }
  .v-calendar .v-event-summary {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
  }
  .v-calendar.v-calendar-events .v-calendar-weekly__head-weekday {
    margin-right: -1px;
  }
  .v-calendar.v-calendar-events .v-calendar-weekly__day {
    overflow: visible;
    margin-right: -1px;
  }
}@layer vuetify-components {
  .v-card {
    display: block;
    overflow: hidden;
    overflow-wrap: break-word;
    position: relative;
    padding: 0;
    text-decoration: none;
    transition-duration: 0.28s;
    transition-property: box-shadow, opacity, background, --v-elevation-overlay;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
  }
  .v-card {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-card--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-card--absolute {
    position: absolute;
  }
  .v-card--fixed {
    position: fixed;
  }
  .v-card {
    border-radius: 4px;
  }
  .v-card:hover > .v-card__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-card:focus-visible > .v-card__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-card:focus > .v-card__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-card--variant-plain {
    opacity: 0.62;
  }
  .v-card--variant-plain:focus, .v-card--variant-plain:hover {
    opacity: 1;
  }
  .v-card--variant-plain .v-card__overlay {
    display: none;
  }
  .v-card--variant-elevated, .v-card--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-card--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-card--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-card--variant-outlined {
    border: thin solid currentColor;
  }
  .v-card--variant-text .v-card__overlay {
    background: currentColor;
  }
  .v-card--variant-tonal .v-card__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-card .v-card__underlay {
    position: absolute;
  }
  .v-card--disabled {
    pointer-events: none;
    user-select: none;
  }
  .v-card--disabled > :not(.v-card__loader) {
    opacity: 0.6;
  }
  .v-card--flat {
    box-shadow: none;
  }
  .v-card--hover {
    cursor: pointer;
  }
  .v-card--hover::before, .v-card--hover::after {
    border-radius: inherit;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
  }
  .v-card--hover::before {
    opacity: 1;
    z-index: -1;
  }
  .v-card--hover::before {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-card--hover::after {
    z-index: 1;
    opacity: 0;
  }
  .v-card--hover::after {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
  .v-card--hover:hover::after {
    opacity: 1;
  }
  .v-card--hover:hover::before {
    opacity: 0;
  }
  .v-card--hover:hover {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
  .v-card--link {
    cursor: pointer;
  }
  .v-card-actions {
    align-items: center;
    display: flex;
    flex: none;
    min-height: 52px;
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .v-card-item {
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    padding: 0.625rem 1rem;
  }
  .v-card-item + .v-card-text {
    padding-top: 0;
  }
  .v-card-item__prepend, .v-card-item__append {
    align-items: center;
    display: flex;
  }
  .v-card-item__prepend {
    grid-area: prepend;
    padding-inline-end: 0.5rem;
  }
  .v-card-item__append {
    grid-area: append;
    padding-inline-start: 0.5rem;
  }
  .v-card-item__content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
  }
  .v-card-title {
    display: block;
    flex: none;
    font-size: 1.375rem;
    font-weight: 400;
    hyphens: auto;
    letter-spacing: normal;
    min-width: 0;
    overflow-wrap: normal;
    overflow: hidden;
    padding: 0.5rem 1rem;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    word-break: normal;
    word-wrap: break-word;
  }
  .v-card .v-card-title {
    line-height: 1.2727272727;
  }
  .v-card--density-comfortable .v-card-title {
    line-height: 1.75rem;
  }
  .v-card--density-compact .v-card-title {
    line-height: 1.55rem;
  }
  .v-card-item .v-card-title {
    padding: 0;
  }
  .v-card-title + .v-card-text,
  .v-card-title + .v-card-actions {
    padding-top: 0;
  }
  .v-card-subtitle {
    display: block;
    flex: none;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
    overflow: hidden;
    padding: 0 1rem;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
  }
  .v-card .v-card-subtitle {
    line-height: 1.4285714286;
  }
  .v-card--density-comfortable .v-card-subtitle {
    line-height: 1.125rem;
  }
  .v-card--density-compact .v-card-subtitle {
    line-height: 1rem;
  }
  .v-card-item .v-card-subtitle {
    padding: 0 0 0.25rem;
  }
  .v-card-text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    opacity: var(--v-card-text-opacity, 1);
    padding: 1rem;
    text-transform: none;
  }
  .v-card .v-card-text {
    line-height: 1.4285714286;
  }
  .v-card--density-comfortable .v-card-text {
    line-height: 1.2rem;
  }
  .v-card--density-compact .v-card-text {
    line-height: 1.15rem;
  }
  .v-card__image {
    display: flex;
    height: 100%;
    flex: 1 1 auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .v-card__content {
    border-radius: inherit;
    overflow: hidden;
    position: relative;
  }
  .v-card__loader {
    bottom: auto;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
  }
  @media (forced-colors: active) {
    .v-card__loader .v-progress-linear {
      border: none;
    }
  }
  .v-card__overlay {
    background-color: currentColor;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  @media (forced-colors: active) {
    .v-card:not(.v-card--variant-text, .v-card--variant-plain) {
      border: thin solid;
    }
  }
}@layer vuetify-components {
  .v-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .v-carousel__controls {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 50px;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .v-carousel__controls {
    background: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 30%, transparent);
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-carousel__controls > .v-item-group {
    flex: 0 1 auto;
  }
  .v-carousel__controls__item {
    margin: 0 8px;
  }
  .v-carousel__controls__item .v-icon {
    opacity: 0.5;
  }
  .v-carousel__controls__item--active .v-icon {
    opacity: 1;
    vertical-align: middle;
  }
  .v-carousel__controls__item:hover {
    background: none;
  }
  .v-carousel__controls__item:hover .v-icon {
    opacity: 0.8;
  }
  .v-carousel__progress {
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .v-carousel-item {
    display: block;
    height: inherit;
    text-decoration: none;
  }
  .v-carousel-item > .v-img {
    height: inherit;
  }
  .v-carousel--hide-delimiter-background .v-carousel__controls {
    background: transparent;
  }
  .v-carousel--vertical-delimiters .v-carousel__controls {
    flex-direction: column;
    height: 100%;
    width: 50px;
  }
}@layer vuetify-components {
  .v-window {
    overflow: hidden;
  }
  .v-window__container {
    display: flex;
    flex-direction: column;
    height: inherit;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  .v-window__controls {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    pointer-events: none;
  }
  .v-window__controls > * {
    pointer-events: auto;
  }
  .v-window--show-arrows-on-hover {
    overflow: hidden;
  }
  .v-window--show-arrows-on-hover .v-window__left {
    transform: translateX(-200%);
  }
  :has(.v-window__controls--right).v-window--show-arrows-on-hover .v-window__left {
    transform: translateX(200%);
  }
  .v-window--show-arrows-on-hover .v-window__right {
    transform: translateX(200%);
  }
  :has(.v-window__controls--left).v-window--show-arrows-on-hover .v-window__right {
    transform: translateX(-200%);
  }
  .v-window--show-arrows-on-hover:hover .v-window__left,
  .v-window--show-arrows-on-hover:hover .v-window__right {
    transform: translateX(0);
  }
  .v-window--vertical-arrows .v-window__controls {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  .v-window--vertical-arrows .v-window__controls--left {
    align-items: start;
  }
  .v-window--vertical-arrows .v-window__controls--right {
    align-items: end;
  }
  .v-window--vertical-arrows .v-window__controls .v-window__left .v-icon,
  .v-window--vertical-arrows .v-window__controls .v-window__right .v-icon {
    transform: rotate(90deg);
  }
  .v-window--crossfade > .v-window__container {
    isolation: isolate;
  }
  .v-window--crossfade > .v-window__container > .v-window-item {
    mix-blend-mode: plus-lighter;
  }
}
@layer vuetify-overrides {
  .v-window-item {
    transition-duration: var(--v-window-transition-duration, revert-layer);
  }
}
@layer vuetify-final.transitions {
  .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  @media (prefers-reduced-motion: reduce) {
    .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
      transition-duration: 0s;
    }
  }
  .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-window-x-transition-enter-from {
    transform: translateX(100%);
  }
  .v-window-x-transition-leave-to {
    transform: translateX(-100%);
  }
  .v-window-x-reverse-transition-enter-from {
    transform: translateX(-100%);
  }
  .v-window-x-reverse-transition-leave-to {
    transform: translateX(100%);
  }
  .v-window-y-transition-enter-from {
    transform: translateY(100%);
  }
  .v-window-y-transition-leave-to {
    transform: translateY(-100%);
  }
  .v-window-y-reverse-transition-enter-from {
    transform: translateY(-100%);
  }
  .v-window-y-reverse-transition-leave-to {
    transform: translateY(100%);
  }
  .v-window-crossfade-transition-enter-active, .v-window-crossfade-transition-leave-active {
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  .v-window-crossfade-transition-leave-from, .v-window-crossfade-transition-leave-to {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-window-crossfade-transition-enter-from, .v-window-crossfade-transition-leave-to {
    opacity: 0;
  }
}@layer vuetify-components {
  .v-code {
    background-color: rgb(var(--v-theme-code));
    color: rgb(var(--v-theme-on-code));
    border-radius: 4px;
    line-height: 1.8;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0.2em 0.4em;
  }
  .v-code:has(> pre) {
    display: inline-block;
  }
}@layer vuetify-components {
  /* region INPUT */
  .v-color-input {
    padding: 0;
  }
  .v-color-input.v-input--density-default .v-color-input__pip {
    --v-avatar-height: 40px;
  }
  .v-color-input.v-input--density-comfortable .v-color-input__pip {
    --v-avatar-height: 32px;
  }
  .v-color-input.v-input--density-compact .v-color-input__pip {
    --v-avatar-height: 28px;
  }
  .v-color-input .v-color-input__pip.v-avatar--variant-text {
    --v-avatar-height: min-content;
  }
}@layer vuetify-components {
  .v-color-picker {
    align-self: flex-start;
    contain: content;
    width: 300px;
  }
  .v-color-picker.v-sheet.v-picker {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-color-picker.v-sheet.v-picker {
    border-radius: 4px;
  }
  .v-color-picker__controls {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 100%;
  }
  .v-color-picker--flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
}@layer vuetify-components {
  .v-color-picker-canvas {
    display: flex;
    position: relative;
    overflow: hidden;
    contain: content;
    touch-action: none;
    width: 100%;
  }
  .v-color-picker-canvas__dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
  }
  @media (forced-colors: active) {
    .v-color-picker-canvas__dot {
      border-style: solid;
      outline: 2px solid highlight;
    }
  }
  .v-color-picker-canvas__dot--disabled {
    box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
  }
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
    will-change: transform;
  }
}@layer vuetify-components {
  .v-color-picker-edit {
    display: flex;
    margin-top: 24px;
  }
  .v-color-picker-edit__input {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .v-color-picker-edit__input > input::-webkit-outer-spin-button,
  .v-color-picker-edit__input > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .v-color-picker-edit__input:not(:last-child) {
    margin-inline-end: 8px;
  }
  .v-color-picker-edit__input input {
    padding: 0;
    font: inherit;
    border-style: none;
    border-radius: 4px;
    margin: 0 0 8px;
    min-width: 0;
    outline: none;
    text-align: center;
    width: 100%;
    height: 32px;
    background: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 20%, transparent);
    color: rgba(var(--v-theme-on-surface));
    -moz-appearance: textfield;
  }
  @media (forced-colors: active) {
    .v-color-picker-edit__input input {
      border-style: solid;
    }
  }
  .v-color-picker-edit__input span {
    font-size: 0.75rem;
  }
}@layer vuetify-components {}
@layer vuetify-overrides {
  .v-color-picker-preview__alpha .v-slider-track__background {
    background-color: transparent;
  }
}
@layer vuetify-components {
  .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
    background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
  }
  .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
    background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
  }
  .v-color-picker-preview__alpha .v-slider-track__background::after {
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
    border-radius: inherit;
  }
  .v-color-picker-preview__sliders {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-inline-end: 8px;
  }
  .v-color-picker-preview__dot {
    position: relative;
    height: 30px;
    width: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
    border-radius: 50%;
    overflow: hidden;
    margin-inline-end: 24px;
  }
  .v-color-picker-preview__dot > div {
    width: 100%;
    height: 100%;
  }
  .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
    background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
  }
  .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
    background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
  }
  .v-color-picker-preview__track {
    position: relative;
    width: 100%;
  }
}
@layer vuetify-overrides {
  .v-color-picker-preview__track {
    margin: 0;
  }
}
@layer vuetify-components {
  .v-color-picker-preview__track .v-slider-track__fill {
    display: none;
  }
  .v-color-picker-preview {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .v-color-picker-preview__eye-dropper {
    position: relative;
    margin-right: 12px;
  }
  @media (forced-colors: active) {
    .v-color-picker-preview__dot {
      border-style: solid;
    }
    .v-color-picker-preview__dot > div {
      forced-color-adjust: preserve-parent-color;
    }
    .v-color-picker-preview__sliders {
      forced-color-adjust: preserve-parent-color;
    }
    .v-color-picker-preview .v-slider-thumb__surface {
      background: transparent;
      border: solid canvastext;
    }
  }
}@layer vuetify-components {
  .v-slider .v-slider__container input {
    cursor: default;
    padding: 0;
    width: 100%;
    display: none;
  }
  .v-slider > .v-input__append,
  .v-slider > .v-input__prepend {
    padding: 0;
  }
  .v-slider__container {
    position: relative;
    min-height: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .v-input--disabled .v-slider__container {
    opacity: var(--v-disabled-opacity);
  }
  .v-input--error:not(.v-input--disabled) .v-slider__container {
    color: rgb(var(--v-theme-error));
  }
  .v-slider.v-input--horizontal {
    align-items: center;
  }
  .v-slider.v-input--horizontal > .v-input__prepend {
    margin-inline-end: 8px;
  }
  .v-slider.v-input--horizontal > .v-input__append {
    margin-inline-start: 8px;
  }
  .v-slider.v-input--horizontal > .v-input__control {
    margin-inline: 8px 8px;
    min-height: 32px;
    display: flex;
    align-items: center;
  }
  .v-slider.v-input--vertical {
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .v-slider.v-input--vertical > .v-input__control {
    min-height: 300px;
  }
  .v-slider.v-input--disabled {
    pointer-events: none;
  }
  .v-slider--has-labels > .v-input__control {
    margin-bottom: 4px;
  }
  .v-slider__label {
    margin-inline-end: 12px;
  }
}@layer vuetify-components {
  .v-slider-thumb {
    touch-action: none;
    color: rgb(var(--v-theme-surface-variant));
  }
  .v-input--error:not(.v-input--disabled) .v-slider-thumb {
    color: inherit;
  }
  .v-slider-thumb__label {
    background: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 70%, transparent);
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-slider-thumb__label > .v-slider-thumb__label-wedge {
    background: inherit;
  }
  .v-slider-thumb {
    outline: none;
    position: absolute;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  .v-slider-thumb__surface {
    cursor: pointer;
    width: var(--v-slider-thumb-size);
    height: var(--v-slider-thumb-size);
    border-radius: 50%;
    user-select: none;
    background-color: currentColor;
  }
  @media (forced-colors: active) {
    .v-slider-thumb__surface {
      background-color: highlight;
    }
  }
  .v-slider-thumb__surface::before {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    color: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: currentColor;
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }
  .v-slider-thumb__surface::after {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .v-slider-thumb__label-container {
    position: absolute;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
  }
  .v-slider-thumb__label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    min-width: 35px;
    height: 25px;
    border-radius: 4px;
    padding: 6px;
    position: absolute;
    user-select: none;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
  }
  .v-slider-thumb__label > .v-slider-thumb__label-wedge {
    width: 12px;
    height: 12px;
    position: absolute;
  }
  .v-slider-thumb__ripple {
    position: absolute;
    left: calc(var(--v-slider-thumb-size) / -2);
    top: calc(var(--v-slider-thumb-size) / -2);
    width: calc(var(--v-slider-thumb-size) * 2);
    height: calc(var(--v-slider-thumb-size) * 2);
    background: inherit;
  }
  .v-slider.v-input--horizontal .v-slider-thumb {
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
  }
  .v-slider.v-input--horizontal .v-slider-thumb__label-container {
    left: calc(var(--v-slider-thumb-size) / 2);
    top: 0;
  }
  .v-slider.v-input--horizontal .v-slider-thumb__label {
    bottom: calc(var(--v-slider-thumb-size) / 2);
  }
  .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
    transform: translateX(-50%);
  }
  .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
    transform: translateX(50%);
  }
  .v-slider.v-input--horizontal .v-slider-thumb__label > .v-slider-thumb__label-wedge {
    clip-path: polygon(50% 100%, 0 50%, 100% 50%);
    bottom: calc(-6px + 0.2px);
  }
  .v-slider.v-input--vertical .v-slider-thumb {
    top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
  }
  .v-slider.v-input--vertical .v-slider-thumb__label-container {
    top: calc(var(--v-slider-thumb-size) / 2);
    right: 0;
  }
  .v-slider.v-input--vertical .v-slider-thumb__label {
    top: -12.5px;
    left: calc(var(--v-slider-thumb-size) / 2);
  }
  .v-slider.v-input--vertical .v-slider-thumb__label > .v-slider-thumb__label-wedge {
    clip-path: polygon(0 50%, 50% 0, 50% 100%);
    left: calc(-6px + 0.2px);
  }
  .v-slider-thumb--focused .v-slider-thumb__surface::before {
    transform: scale(2);
    opacity: var(--v-focus-opacity);
  }
  .v-slider-thumb--pressed {
    transition: none;
  }
  .v-slider-thumb--pressed .v-slider-thumb__surface::before {
    opacity: var(--v-pressed-opacity);
  }
  @media (hover: hover) {
    .v-slider-thumb:hover .v-slider-thumb__surface::before {
      transform: scale(2);
    }
    .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
      opacity: var(--v-hover-opacity);
    }
  }
}@layer vuetify-components {
  .v-slider-track__background {
    background-color: rgb(var(--v-theme-surface-variant));
  }
  @media (forced-colors: active) {
    .v-slider-track__background {
      background-color: highlight;
    }
  }
  .v-slider-track__fill {
    background-color: rgb(var(--v-theme-surface-variant));
  }
  @media (forced-colors: active) {
    .v-slider-track__fill {
      background-color: highlight;
    }
  }
  .v-slider-track__tick {
    background-color: rgb(var(--v-theme-surface-variant));
  }
  .v-slider-track__tick--filled {
    background-color: rgb(var(--v-theme-surface-light));
  }
  .v-slider-track {
    border-radius: 6px;
  }
  @media (forced-colors: active) {
    .v-slider-track {
      border: thin solid buttontext;
    }
  }
  .v-slider-track__background, .v-slider-track__fill {
    position: absolute;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    border-radius: inherit;
  }
  .v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
    transition: none;
  }
  .v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
    background-color: currentColor;
  }
  .v-slider-track__ticks {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .v-slider-track__tick {
    position: absolute;
    opacity: 0;
    transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
    width: var(--v-slider-tick-size);
    height: var(--v-slider-tick-size);
    transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
  }
  .v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
    transform: none;
  }
  .v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
    transform: translateX(100%);
  }
  .v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
    transform: translateX(-100%);
  }
  .v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
    transform: none;
  }
  .v-slider-track__tick-label {
    position: absolute;
    user-select: none;
    white-space: nowrap;
  }
  .v-slider.v-input--horizontal .v-slider-track {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(var(--v-slider-track-size) + 2px);
    touch-action: pan-y;
  }
  .v-slider.v-input--horizontal .v-slider-track__background {
    height: var(--v-slider-track-size);
  }
  .v-slider.v-input--horizontal .v-slider-track__fill {
    height: inherit;
  }
  .v-slider.v-input--horizontal .v-slider-track__tick {
    margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
  }
  .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
    transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
  }
  .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
    margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
  }
  .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
    transform: translateX(-50%);
  }
  .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
    transform: translateX(50%);
  }
  .v-slider.v-input--horizontal .v-slider-track__tick--first {
    margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
  }
  .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
    transform: translateX(0%);
  }
  .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
    transform: translateX(0%);
  }
  .v-slider.v-input--horizontal .v-slider-track__tick--last {
    margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
  }
  .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
    transform: translateX(-100%);
  }
  .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
    transform: translateX(100%);
  }
  .v-slider.v-input--vertical .v-slider-track {
    height: 100%;
    display: flex;
    justify-content: center;
    width: calc(var(--v-slider-track-size) + 2px);
    touch-action: pan-x;
  }
  .v-slider.v-input--vertical .v-slider-track__background {
    width: var(--v-slider-track-size);
  }
  .v-slider.v-input--vertical .v-slider-track__fill {
    width: inherit;
  }
  .v-slider.v-input--vertical .v-slider-track__ticks {
    height: 100%;
  }
  .v-slider.v-input--vertical .v-slider-track__tick {
    margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
    transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
  }
  .v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
    transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
  }
  .v-slider.v-input--vertical .v-slider-track__tick--first {
    bottom: calc(0% + var(--v-slider-tick-size) + 1px);
  }
  .v-slider.v-input--vertical .v-slider-track__tick--last {
    bottom: calc(100% - var(--v-slider-tick-size) - 1px);
  }
  .v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
    margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
    transform: translateY(-50%);
  }
  .v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
    opacity: 1;
  }
  .v-slider-track__background--opacity {
    opacity: 0.38;
  }
}@layer vuetify-components {
  .v-color-picker-swatches {
    overflow-y: auto;
  }
  .v-color-picker-swatches > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
  }
  .v-color-picker-swatches__swatch {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .v-color-picker-swatches__color {
    position: relative;
    height: 18px;
    max-height: 18px;
    width: 45px;
    margin: 2px 4px;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
    cursor: pointer;
  }
  .v-color-picker-swatches__color--disabled {
    opacity: var(--v-disabled-opacity);
    pointer-events: none;
  }
  .v-color-picker-swatches__color > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  @media (forced-colors: active) {
    .v-color-picker-swatches > div {
      forced-color-adjust: preserve-parent-color;
    }
  }
}@layer vuetify-components {
  .v-picker.v-sheet {
    display: grid;
    grid-auto-rows: min-content;
    grid-template-areas: "header" "body";
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }
  .v-picker.v-sheet {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-picker.v-sheet {
    border-radius: 4px;
  }
  .v-picker.v-sheet.v-picker--with-actions {
    grid-template-areas: "header" "body" "actions";
  }
  .v-picker.v-sheet.v-picker--landscape {
    grid-template-columns: auto 1fr;
    grid-template-areas: "header body" "header body";
  }
  .v-picker.v-sheet.v-picker--landscape.v-picker--with-actions {
    grid-template-areas: "header body" "header actions";
  }
  .v-picker__body {
    grid-area: body;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .v-picker__header-wrapper {
    grid-area: header;
  }
  .v-picker__actions {
    grid-area: actions;
    padding: 0 12px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .v-picker__actions .v-btn {
    min-width: 48px;
  }
  .v-picker__actions .v-btn:not(:last-child) {
    margin-inline-end: 8px;
  }
  .v-picker--divided .v-picker__header {
    border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-bottom-style: solid;
    border-bottom-width: thin;
  }
  .v-picker-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    padding-inline: 24px 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.1666666667em;
  }
}@layer vuetify-components {
  .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
  .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
  .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
  .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 0px;
  }
  .v-combobox .v-field .v-text-field__prefix,
  .v-combobox .v-field .v-text-field__suffix,
  .v-combobox .v-field .v-field__input,
  .v-combobox .v-field .v-field__input > input, .v-combobox .v-field.v-field {
    cursor: text;
  }
  .v-combobox .v-field .v-field__input > input {
    flex: 1 1;
  }
  .v-combobox .v-field input {
    min-width: 64px;
  }
  .v-combobox .v-field:not(.v-field--focused) input {
    min-width: 0;
  }
  .v-combobox .v-field--dirty .v-combobox__selection {
    margin-inline-end: 2px;
  }
  .v-combobox .v-combobox__selection-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v-combobox__content {
    overflow: hidden;
  }
  .v-combobox__content {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-menu > .v-overlay__content.v-combobox__content {
    border-radius: 4px;
  }
  .v-combobox__content > .v-sheet {
    display: flex;
    flex-direction: column;
  }
  .v-combobox__mask {
    background: rgb(var(--v-theme-surface-light));
  }
  .v-combobox__selection {
    display: inline-flex;
    align-items: center;
    height: 1.5rem;
    letter-spacing: inherit;
    line-height: inherit;
    max-width: calc(100% - 2px - 2px);
  }
  .v-combobox__selection:first-child {
    margin-inline-start: 0;
  }
  .v-combobox--selecting-index .v-combobox__selection {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-combobox--selecting-index .v-combobox__selection--selected {
    opacity: 1;
  }
  .v-combobox--selecting-index .v-field__input > input {
    caret-color: transparent;
  }
  .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
    flex: 1 1;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-inline: inherit;
  }
  .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
    transition: none;
  }
  .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
    opacity: 0;
  }
  .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
    opacity: 0;
  }
  .v-combobox__menu-icon {
    margin-inline-start: 4px;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-combobox--active-menu .v-combobox__menu-icon {
    transform: rotate(180deg);
  }
}@layer vuetify-components {
  .v-data-table {
    width: 100%;
  }
  .v-data-table__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .v-data-table__tr--focus {
    border: 1px dotted black;
  }
  .v-data-table__tr--clickable {
    cursor: pointer;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-start,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-start,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-start,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-start {
    text-align: start;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
    text-align: end;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
    flex-direction: row-reverse;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
    text-align: center;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
    justify-content: center;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
    padding: 0 8px;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--empty,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--empty,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--empty,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
    padding: 0;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
    display: contents;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > th,
  .v-data-table .v-table__wrapper > table tbody > tr > th {
    align-items: center;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
  .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
    position: sticky;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
  .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:focus,
  .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover,
  .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:focus {
    cursor: pointer;
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
  .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
    opacity: 0;
  }
  .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon, .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):focus-visible .v-data-table-header__sort-icon,
  .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
  .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):focus-visible .v-data-table-header__sort-icon {
    opacity: 0.5;
  }
  .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
  .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
    height: fit-content;
  }
  .v-data-table-column--fixed,
  .v-data-table-column--fixed-end,
  .v-data-table__th--sticky {
    background-color: rgb(var(--v-theme-surface));
    background-image: inherit;
    left: 0;
    z-index: 1;
  }
}
@layer vuetify-overrides {
  .v-data-table-column--fixed,
  .v-data-table-column--fixed-end,
  .v-data-table__th--sticky {
    position: sticky;
  }
}
@layer vuetify-components {
  .v-data-table-column--fixed-end {
    left: unset;
    right: 0;
  }
  .v-data-table-column--last-fixed {
    border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-data-table-column--first-fixed-end {
    border-left: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed,
  .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed-end {
    z-index: 2;
  }
  .v-data-table-group-header-row td {
    background: rgba(var(--v-theme-surface));
    color: rgba(var(--v-theme-on-surface));
  }
  .v-data-table-group-header-row td > span {
    padding-left: 5px;
  }
}
@layer vuetify-overrides {
  .v-data-table__tr--expanded > td {
    height: 0;
    padding: 0;
    border-bottom: none;
    contain: layout;
  }
}
@layer vuetify-components {
  .v-data-table--loading:not(.v-table--fixed-header) > .v-table__wrapper > table > thead > tr > .v-data-table__td:not(.v-data-table-column--fixed), .v-data-table--loading:not(.v-table--fixed-header) > .v-table__wrapper > table > thead > tr > .v-data-table__td:not(.v-data-table-column--fixed-end), .v-data-table--loading:not(.v-table--fixed-footer) > .v-table__wrapper > table > tfoot > tr > .v-data-table__td:not(.v-data-table-column--fixed), .v-data-table--loading:not(.v-table--fixed-footer) > .v-table__wrapper > table > tfoot > tr > .v-data-table__td:not(.v-data-table-column--fixed-end),
  .v-data-table--loading > .v-table__wrapper > table > tbody > tr > .v-data-table__td:not(.v-data-table-column--fixed),
  .v-data-table--loading > .v-table__wrapper > table > tbody > tr > .v-data-table__td:not(.v-data-table-column--fixed-end) {
    opacity: var(--v-disabled-opacity);
  }
}
@layer vuetify-overrides {
  .v-data-table-group-header-row__column {
    padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px);
  }
}
@layer vuetify-components {
  .v-data-table-header__content {
    display: flex;
    align-items: center;
  }
  .v-data-table-header__content > .v-data-table-header__select-all {
    margin-inline: 16px -4px;
    flex-grow: 0;
  }
  .v-data-table-header__content > .v-data-table-header__select-all:only-child {
    margin-inline-start: auto;
  }
  .v-data-table-header__sort-icon {
    margin-inline: 0px;
  }
  .v-data-table-header__sort-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    padding: 4px;
    border-radius: 50%;
    background: rgba(var(--v-border-color), var(--v-border-opacity));
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
  }
}
@layer vuetify-overrides {
  .v-data-table-progress > th {
    border: none;
    height: auto;
    padding: 0;
  }
}
@layer vuetify-components {
  .v-data-table-progress__loader {
    position: relative;
  }
  .v-data-table-rows-loading,
  .v-data-table-rows-no-data {
    text-align: center;
  }
  .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
    grid-template-columns: auto;
    justify-content: center;
  }
  .v-data-table__tr--mobile > .v-data-table__td--select-row {
    grid-template-columns: 0;
    justify-content: end;
  }
  .v-data-table__tr--mobile > td {
    align-items: center;
    column-gap: 4px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: var(--v-table-row-height);
  }
}
@layer vuetify-overrides {
  .v-data-table__tr--mobile > td:not(:last-child) {
    border-bottom: 0;
  }
}
@layer vuetify-components {
  .v-data-table__td-title {
    font-weight: 500;
    text-align: start;
  }
  .v-data-table__td-value {
    text-align: end;
  }
  .v-data-table__td-sort-icon {
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent);
  }
  .v-data-table__td-sort-icon-active {
    color: rgba(var(--v-theme-on-surface));
  }
}@layer vuetify-components {
  .v-data-table-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 8px 4px;
  }
  .v-data-table-footer__items-per-page {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .v-data-table-footer__items-per-page > span {
    padding-inline-end: 8px;
  }
  .v-data-table-footer__items-per-page > .v-select {
    width: 90px;
  }
  .v-data-table-footer__info {
    display: flex;
    justify-content: flex-end;
    min-width: 116px;
    padding: 0 16px;
  }
  .v-data-table-footer__paginationz {
    align-items: center;
    display: flex;
    margin-inline-start: 16px;
  }
  .v-data-table-footer__page {
    padding: 0 8px;
  }
}@layer vuetify-components {
  .v-pagination__list {
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style-type: none;
    justify-content: center;
    width: 100%;
  }
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
    margin: 0.3rem;
  }
}@layer vuetify-components {
  .v-table {
    font-size: 0.875rem;
    transition-duration: 0.28s;
    transition-property: box-shadow, opacity, background, height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-table {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-table .v-table-divider {
    border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-table--gridlines-vertical > .v-table__wrapper > table > thead > tr > th, .v-table--gridlines-horizontal > .v-table__wrapper > table > thead > tr > th, .v-table--gridlines-all > .v-table__wrapper > table > thead > tr > th {
    border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-table--gridlines-vertical > .v-table__wrapper > table > tfoot > tr > td,
  .v-table--gridlines-vertical > .v-table__wrapper > table > tfoot > tr > th, .v-table--gridlines-horizontal > .v-table__wrapper > table > tfoot > tr > td,
  .v-table--gridlines-horizontal > .v-table__wrapper > table > tfoot > tr > th, .v-table--gridlines-all > .v-table__wrapper > table > tfoot > tr > td,
  .v-table--gridlines-all > .v-table__wrapper > table > tfoot > tr > th {
    border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-table--gridlines-horizontal > .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
  .v-table--gridlines-horizontal > .v-table__wrapper > table > tbody > tr:not(:last-child) > th, .v-table--gridlines-all > .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
  .v-table--gridlines-all > .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
    border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-table--gridlines-vertical > .v-table__wrapper > table > thead > tr > th:not(:last-child),
  .v-table--gridlines-vertical > .v-table__wrapper > table > thead > tr > td:not(:last-child),
  .v-table--gridlines-vertical > .v-table__wrapper > table > tbody > tr > th:not(:last-child),
  .v-table--gridlines-vertical > .v-table__wrapper > table > tbody > tr > td:not(:last-child),
  .v-table--gridlines-vertical > .v-table__wrapper > table > tfoot > tr > th:not(:last-child),
  .v-table--gridlines-vertical > .v-table__wrapper > table > tfoot > tr > td:not(:last-child), .v-table--gridlines-all > .v-table__wrapper > table > thead > tr > th:not(:last-child),
  .v-table--gridlines-all > .v-table__wrapper > table > thead > tr > td:not(:last-child),
  .v-table--gridlines-all > .v-table__wrapper > table > tbody > tr > th:not(:last-child),
  .v-table--gridlines-all > .v-table__wrapper > table > tbody > tr > td:not(:last-child),
  .v-table--gridlines-all > .v-table__wrapper > table > tfoot > tr > th:not(:last-child),
  .v-table--gridlines-all > .v-table__wrapper > table > tfoot > tr > td:not(:last-child) {
    border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
    position: relative;
  }
  .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
    background: rgba(var(--v-border-color), var(--v-hover-opacity));
    pointer-events: none;
  }
  .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-table.v-table--striped-even > .v-table__wrapper > table > tbody > tr:nth-child(even) {
    background-image: linear-gradient(0deg, rgba(var(--v-border-color), var(--v-hover-opacity)), rgba(var(--v-border-color), var(--v-hover-opacity)));
  }
  .v-table.v-table--striped-odd > .v-table__wrapper > table > tbody > tr:nth-child(odd) {
    background-image: linear-gradient(0deg, rgba(var(--v-border-color), var(--v-hover-opacity)), rgba(var(--v-border-color), var(--v-hover-opacity)));
  }
  .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
    background: rgb(var(--v-theme-surface));
    box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
    z-index: 1;
  }
  .v-table.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th,
  .v-table.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td {
    background: rgb(var(--v-theme-surface));
    box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-table {
    border-radius: inherit;
    line-height: 1.5;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .v-table > .v-table__wrapper > table {
    width: 100%;
    border-spacing: 0;
  }
  .v-table > .v-table__wrapper > table > tbody > tr > td,
  .v-table > .v-table__wrapper > table > tbody > tr > th,
  .v-table > .v-table__wrapper > table > thead > tr > td,
  .v-table > .v-table__wrapper > table > thead > tr > th,
  .v-table > .v-table__wrapper > table > tfoot > tr > td,
  .v-table > .v-table__wrapper > table > tfoot > tr > th {
    padding: 0 16px;
    transition-duration: 0.28s;
    transition-property: box-shadow, opacity, background, height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-table > .v-table__wrapper > table > tbody > tr > td,
  .v-table > .v-table__wrapper > table > thead > tr > td,
  .v-table > .v-table__wrapper > table > tfoot > tr > td {
    height: var(--v-table-row-height);
  }
  .v-table > .v-table__wrapper > table > tbody > tr > th,
  .v-table > .v-table__wrapper > table > thead > tr > th,
  .v-table > .v-table__wrapper > table > tfoot > tr > th {
    height: var(--v-table-header-height);
    font-weight: 500;
    font-size: inherit;
    user-select: none;
    text-align: start;
  }
  .v-table--density-default {
    --v-table-header-height: 56px;
    --v-table-row-height: 52px;
  }
  .v-table--density-comfortable {
    --v-table-header-height: 48px;
    --v-table-row-height: 44px;
  }
  .v-table--density-compact {
    --v-table-header-height: 40px;
    --v-table-row-height: 36px;
  }
  .v-table__wrapper {
    border-radius: inherit;
    overflow: auto;
    flex: 1 1 auto;
  }
  .v-table--has-top > .v-table__wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .v-table--has-bottom > .v-table__wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .v-table--fixed-height > .v-table__wrapper {
    overflow-y: auto;
  }
  .v-table--fixed-header > .v-table__wrapper > table > thead {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
@layer vuetify-overrides {
  .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
    border-bottom: 0px;
  }
}
@layer vuetify-components {
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}
@layer vuetify-overrides {
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
    border-top: 0px;
  }
}@layer vuetify-components {
  .v-date-picker {
    overflow: hidden;
    width: 328px;
    --v-date-picker-landscape-header-width: 170px;
  }
  .v-date-picker--show-week {
    width: 368px;
  }
  .v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) {
    width: calc(328px + var(--v-date-picker-landscape-header-width));
  }
  .v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper {
    width: var(--v-date-picker-landscape-header-width);
  }
  .v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper .v-date-picker-header {
    height: auto;
    padding-inline: 24px;
  }
  .v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper).v-picker--show-week {
    width: calc(368px + var(--v-date-picker-landscape-header-width));
  }
  .v-date-picker > .v-picker__body {
    flex-direction: column;
  }
}@layer vuetify-components {
  .v-date-picker-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    height: var(--v-date-picker-controls-height, 56px);
    padding: 4px 12px;
  }
  .v-date-picker-controls .v-btn {
    text-transform: none;
    font-weight: 400;
    line-height: initial;
    letter-spacing: initial;
  }
  .v-date-picker-controls .v-btn > .v-btn__append > .v-icon {
    transition-property: transform;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-date-picker--months .v-date-picker-controls .v-date-picker-controls__only-month-btn > .v-btn__append > .v-icon {
    transform: rotate(180deg);
  }
  .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
    transform: rotate(180deg);
  }
  .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__year-btn > .v-btn__append > .v-icon,
  .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__only-year-btn > .v-btn__append > .v-icon {
    transform: rotate(180deg);
  }
  .v-date-picker-controls__date {
    margin-inline-end: 4px;
  }
  .v-date-picker-controls__month, .v-date-picker-controls__year {
    display: flex;
  }
  .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl.v-date-picker-controls__year, .v-locale--is-rtl .v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__year {
    flex-direction: row-reverse;
  }
  .v-date-picker-controls .v-date-picker-controls__month-btn, .v-date-picker-controls .v-date-picker-controls__year-btn {
    padding: 0 12px;
  }
  .v-date-picker-controls .v-date-picker-controls__only-month-btn, .v-date-picker-controls .v-date-picker-controls__only-year-btn {
    padding-inline: 12px 8px;
    min-width: 40px;
  }
  .v-date-picker-controls .v-date-picker-controls__only-month-btn > .v-btn__append, .v-date-picker-controls .v-date-picker-controls__only-year-btn > .v-btn__append {
    margin-inline: 4px -4px;
  }
  .v-date-picker__title {
    display: inline-block;
  }
}@layer vuetify-components {
  .v-container {
    width: 100%;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
  @media (min-width: 600px) {
    .v-container {
      max-width: 1600px;
    }
  }
  @media (min-width: 960px) {
    .v-container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1264px) {
    .v-container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1904px) {
    .v-container {
      max-width: 1600px;
    }
  }
  @media (min-width: 100000px) {
    .v-container {
      max-width: 1600px;
    }
  }
  .v-container--fluid {
    max-width: 100%;
  }
}@layer vuetify-components {
  .v-row {
    --v-row-columns: 12;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    gap: var(--v-col-gap-y) var(--v-col-gap-x);
  }
  .v-row + .v-row {
    margin-top: var(--v-col-gap-y);
  }
  .v-row--density-default {
    --v-col-gap-x: 24px;
    --v-col-gap-y: 24px;
  }
  .v-row--density-comfortable {
    --v-col-gap-x: 16px;
    --v-col-gap-y: 16px;
  }
  .v-row--density-compact {
    --v-col-gap-x: 8px;
    --v-col-gap-y: 8px;
  }
  .v-row--no-gutters {
    --v-col-gap-x: 0px;
    --v-col-gap-y: 0px;
  }
  .v-col {
    flex-grow: var(--v-col-is-size, 0) var(--v-col-is-auto, 0) var(--v-col-is-grow, 1);
    flex-shrink: 0;
    flex-basis: var(--v-col-is-size, calc(var(--v-col-size) * (100% + var(--v-col-gap-x)) / var(--v-col-size-columns) - var(--v-col-gap-x))) var(--v-col-is-auto, auto) var(--v-col-is-grow, 0);
    max-width: 100%;
    min-width: var(--v-col-is-size, 0) var(--v-col-is-auto, auto) var(--v-col-is-grow, auto);
    --v-col-is-size:  ;
    --v-col-is-auto:  ;
    --v-col-is-grow: initial;
    --v-col-size-base: initial;
    --v-col-size-base-sm: initial;
    --v-col-size-base-md: initial;
    --v-col-size-base-lg: initial;
    --v-col-size-base-xl: initial;
    --v-col-size-base-xxl: initial;
    --v-col-offset-base: initial;
    --v-col-offset-base-sm: initial;
    --v-col-offset-base-md: initial;
    --v-col-offset-base-lg: initial;
    --v-col-offset-base-xl: initial;
    --v-col-offset-base-xxl: initial;
  }
  .v-col:where([class*=v-col--offset-]) {
    margin-inline-start: calc(var(--v-col-offset) * (100% + var(--v-col-gap-x)) / var(--v-col-offset-columns));
  }
  .v-col--cols-auto {
    --v-col-is-size:  ;
    --v-col-is-auto: initial;
    --v-col-is-grow:  ;
  }
  .v-col--cols-1 {
    --v-col-size: 1;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-2 {
    --v-col-size: 2;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-3 {
    --v-col-size: 3;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-4 {
    --v-col-size: 4;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-5 {
    --v-col-size: 5;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-6 {
    --v-col-size: 6;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-7 {
    --v-col-size: 7;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-8 {
    --v-col-size: 8;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-9 {
    --v-col-size: 9;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-10 {
    --v-col-size: 10;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-11 {
    --v-col-size: 11;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--cols-12 {
    --v-col-size: 12;
    --v-col-is-size: initial;
    --v-col-is-auto:  ;
    --v-col-is-grow:  ;
    --v-col-size-columns: var(--v-col-size-base, var(--v-row-columns));
  }
  .v-col--offset-1 {
    --v-col-offset: 1;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-2 {
    --v-col-offset: 2;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-3 {
    --v-col-offset: 3;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-4 {
    --v-col-offset: 4;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-5 {
    --v-col-offset: 5;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-6 {
    --v-col-offset: 6;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-7 {
    --v-col-offset: 7;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-8 {
    --v-col-offset: 8;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-9 {
    --v-col-offset: 9;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-10 {
    --v-col-offset: 10;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  .v-col--offset-11 {
    --v-col-offset: 11;
    --v-col-offset-columns: var(--v-col-offset-base, var(--v-row-columns));
  }
  @media (min-width: 600px) {
    .v-col--sm {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-sm-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-sm-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--cols-sm-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
    .v-col--offset-sm-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-sm, var(--v-row-columns));
    }
  }
  @media (min-width: 960px) {
    .v-col--md {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-md-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-md-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--cols-md-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
    .v-col--offset-md-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-md, var(--v-row-columns));
    }
  }
  @media (min-width: 1264px) {
    .v-col--lg {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-lg-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-lg-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--cols-lg-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
    .v-col--offset-lg-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-lg, var(--v-row-columns));
    }
  }
  @media (min-width: 1904px) {
    .v-col--xl {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-xl-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-xl-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--cols-xl-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
    .v-col--offset-xl-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-xl, var(--v-row-columns));
    }
  }
  @media (min-width: 100000px) {
    .v-col--xxl {
      --v-col-is-size:  ;
      --v-col-is-auto:  ;
      --v-col-is-grow: initial;
    }
    .v-col--cols-xxl-auto {
      --v-col-is-size:  ;
      --v-col-is-auto: initial;
      --v-col-is-grow:  ;
    }
    .v-col--cols-xxl-1 {
      --v-col-size: 1;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-2 {
      --v-col-size: 2;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-3 {
      --v-col-size: 3;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-4 {
      --v-col-size: 4;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-5 {
      --v-col-size: 5;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-6 {
      --v-col-size: 6;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-7 {
      --v-col-size: 7;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-8 {
      --v-col-size: 8;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-9 {
      --v-col-size: 9;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-10 {
      --v-col-size: 10;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-11 {
      --v-col-size: 11;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--cols-xxl-12 {
      --v-col-size: 12;
      --v-col-is-size: initial;
      --v-col-is-auto:  ;
      --v-col-is-grow:  ;
      --v-col-size-columns: var(--v-col-size-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-0 {
      --v-col-offset: 0;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-1 {
      --v-col-offset: 1;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-2 {
      --v-col-offset: 2;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-3 {
      --v-col-offset: 3;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-4 {
      --v-col-offset: 4;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-5 {
      --v-col-offset: 5;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-6 {
      --v-col-offset: 6;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-7 {
      --v-col-offset: 7;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-8 {
      --v-col-offset: 8;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-9 {
      --v-col-offset: 9;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-10 {
      --v-col-offset: 10;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
    .v-col--offset-xxl-11 {
      --v-col-offset: 11;
      --v-col-offset-columns: var(--v-col-offset-base-xxl, var(--v-row-columns));
    }
  }
}@layer vuetify-components {
  .v-spacer {
    flex-grow: 1;
  }
}@layer vuetify-components {
  .v-date-picker-header {
    align-items: flex-end;
    height: 70px;
    display: grid;
    grid-template-areas: "prepend content append";
    grid-template-columns: min-content minmax(0, 1fr) min-content;
    overflow: hidden;
    padding-inline: 24px 12px;
    padding-bottom: 12px;
  }
  .v-date-picker-header__append {
    grid-area: append;
  }
  .v-date-picker-header__prepend {
    grid-area: prepend;
    padding-inline-start: 8px;
  }
  .v-date-picker-header__content {
    align-items: center;
    display: inline-flex;
    font-size: 32px;
    line-height: 40px;
    grid-area: content;
    justify-content: space-between;
    white-space: pre-wrap;
  }
  .v-date-picker-header--clickable .v-date-picker-header__content {
    cursor: pointer;
  }
  .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
    opacity: 0.7;
  }
  .date-picker-header-transition-enter-active,
  .date-picker-header-reverse-transition-enter-active {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .date-picker-header-transition-leave-active,
  .date-picker-header-reverse-transition-leave-active {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .date-picker-header-transition-enter-from {
    transform: translate(0, 100%);
  }
  .date-picker-header-transition-leave-to {
    opacity: 0;
    transform: translate(0, -100%);
  }
  .date-picker-header-reverse-transition-enter-from {
    transform: translate(0, -100%);
  }
  .date-picker-header-reverse-transition-leave-to {
    opacity: 0;
    transform: translate(0, 100%);
  }
}@layer vuetify-components {
  .v-date-picker-month {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0 12px 8px;
    position: relative;
    --v-date-picker-month-day-diff: 4px;
  }
  .v-date-picker-month__weeks {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
  }
  .v-date-picker-month__weekday {
    font-size: 0.875rem;
  }
  .v-date-picker-month__days {
    width: 100%;
  }
  .v-date-picker-month__days-row {
    display: grid;
    grid-template-columns: repeat(var(--v-date-picker-days-in-week), 1fr);
    justify-items: center;
  }
  .v-date-picker-month__day {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    height: calc(40px + 2 * 2px);
    padding: 2px;
    --range-selection-rounding: 999px;
    width: 100%;
  }
  .v-date-picker-month__day--range-start > .v-btn, .v-date-picker-month__day--range-end > .v-btn, .v-date-picker-month__day--preview-start > .v-btn, .v-date-picker-month__day--preview-end > .v-btn {
    position: relative;
    z-index: 1;
  }
  .v-date-picker-month__day--selected:not(.v-date-picker-month__day--range-middle) .v-btn {
    background-color: rgb(var(--v-theme-surface-variant));
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
    --v-btn-height: 24px;
    --v-btn-size: 0.875rem;
  }
  .v-date-picker-month__day--week {
    font-size: var(--v-btn-size);
  }
  .v-date-picker-month__range-bg {
    position: absolute;
    inset: 2px 0;
    pointer-events: none;
  }
  .v-date-picker-month__range-bg--range {
    opacity: 0.1;
  }
  .v-date-picker-month__range-bg--preview {
    opacity: 0.06;
  }
  .v-date-picker-month__day--range-start > .v-date-picker-month__range-bg {
    left: 2px;
    border-radius: var(--range-selection-rounding) 0 0 var(--range-selection-rounding);
  }
  .v-date-picker-month__day--range-end > .v-date-picker-month__range-bg {
    right: 2px;
    border-radius: 0 var(--range-selection-rounding) var(--range-selection-rounding) 0;
  }
  .v-date-picker-month__day--preview-start > .v-date-picker-month__range-bg {
    left: 2px;
    border-radius: var(--range-selection-rounding) 0 0 var(--range-selection-rounding);
  }
  .v-date-picker-month__day--preview-end > .v-date-picker-month__range-bg {
    right: 2px;
    border-radius: 0 var(--range-selection-rounding) var(--range-selection-rounding) 0;
  }
  .v-date-picker-month__day--range-middle:last-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--range-middle:has(+ .v-date-picker-month__day--hide-adjacent) > .v-date-picker-month__range-bg, .v-date-picker-month__day--range-start:last-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--range-start:has(+ .v-date-picker-month__day--hide-adjacent) > .v-date-picker-month__range-bg, .v-date-picker-month__day--preview-middle:last-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--preview-middle:has(+ .v-date-picker-month__day--hide-adjacent) > .v-date-picker-month__range-bg, .v-date-picker-month__day--preview-start:last-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--preview-start:has(+ .v-date-picker-month__day--hide-adjacent) > .v-date-picker-month__range-bg {
    right: 1px;
    border-top-right-radius: var(--range-selection-rounding);
    border-bottom-right-radius: var(--range-selection-rounding);
  }
  .v-date-picker-month__day--range-middle:first-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--hide-adjacent + .v-date-picker-month__day--range-middle > .v-date-picker-month__range-bg, .v-date-picker-month__day--range-end:first-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--hide-adjacent + .v-date-picker-month__day--range-end > .v-date-picker-month__range-bg, .v-date-picker-month__day--preview-middle:first-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--hide-adjacent + .v-date-picker-month__day--preview-middle > .v-date-picker-month__range-bg, .v-date-picker-month__day--preview-end:first-of-type > .v-date-picker-month__range-bg, .v-date-picker-month__day--hide-adjacent + .v-date-picker-month__day--preview-end > .v-date-picker-month__range-bg {
    left: 1px;
    border-top-left-radius: var(--range-selection-rounding);
    border-bottom-left-radius: var(--range-selection-rounding);
  }
  .v-date-picker-month__day--adjacent {
    opacity: 0.5;
  }
  .v-date-picker-month__day--hide-adjacent {
    opacity: 0;
  }
  .v-date-picker-month__events {
    height: 8px;
    left: 0;
    text-indent: 0;
    position: absolute;
    text-align: center;
    white-space: pre;
    width: 100%;
  }
  .v-date-picker-month__events > div {
    height: 8px;
    margin: 0 1px;
    width: 8px;
    margin-bottom: -1px;
  }
  .v-date-picker-month__events .v-badge--dot .v-badge__badge {
    border-radius: 4px;
    height: 8px;
    width: 8px;
  }
  .v-date-picker-month__day .v-date-picker-month__events {
    bottom: 8px;
  }
}@layer vuetify-components {
  .v-date-picker-months {
    height: 288px;
  }
  .v-date-picker-months__content {
    align-items: center;
    display: grid;
    flex: 1 1;
    height: inherit;
    justify-content: space-around;
    grid-template-columns: repeat(var(--v-date-picker-months-columns, 2), 1fr);
    grid-gap: 0px 24px;
    padding-inline-start: 36px;
    padding-inline-end: 36px;
  }
  .v-date-picker-months__content .v-btn {
    text-transform: none;
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
}@layer vuetify-components {
  .v-date-picker-years {
    height: 288px;
    overflow-y: scroll;
  }
  .v-date-picker-years__content {
    display: grid;
    flex: 1 1;
    justify-content: space-around;
    grid-template-columns: repeat(var(--v-date-picker-years-columns, 3), 1fr);
    gap: 8px 24px;
    padding-inline: 32px;
  }
  .v-date-picker-years__content .v-btn {
    padding-inline: 8px;
  }
}@layer vuetify-components {
  .v-empty-state {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 16px;
  }
  .v-empty-state--start {
    align-items: flex-start;
  }
  .v-empty-state--center {
    align-items: center;
  }
  .v-empty-state--end {
    align-items: flex-end;
  }
  .v-empty-state__media {
    text-align: center;
    width: 100%;
  }
  .v-empty-state__media .v-icon {
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
  }
  .v-empty-state__headline {
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
    font-size: 3.5625rem;
    font-weight: 400;
    line-height: 1.1228070175;
    text-align: center;
    margin-bottom: 8px;
  }
  .v-empty-state--mobile .v-empty-state__headline {
    font-size: 2rem;
  }
  .v-empty-state__title {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.2727272727;
    margin-bottom: 4px;
    text-align: center;
  }
  .v-empty-state__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    padding: 0 16px;
    text-align: center;
  }
  .v-empty-state__content {
    padding: 24px 0;
  }
  .v-empty-state__actions {
    display: flex;
    gap: 8px;
    padding: 16px;
  }
  .v-empty-state__action-btn.v-btn {
    background-color: initial;
    color: initial;
  }
}@layer vuetify-components {
  .v-expansion-panel {
    background-color: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-expansion-panel:not(:first-child)::after {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .v-expansion-panel--disabled .v-expansion-panel-title {
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) 26%, transparent);
  }
  .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
    opacity: 0.4615384615;
  }
  .v-expansion-panels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 4px;
  }
}
@layer vuetify-overrides {
  .v-expansion-panels > :first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .v-expansion-panels > :last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > .v-expansion-panel--active {
    border-radius: inherit;
  }
  .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > .v-expansion-panel--before-active {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > .v-expansion-panel--after-active {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(.v-expansion-panel--after-active):not(.v-expansion-panel--active) {
    border-top-left-radius: var(--v-expansion-panels-inner-radius, 0);
    border-top-right-radius: var(--v-expansion-panels-inner-radius, 0);
  }
  .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:last-child):not(.v-expansion-panel--before-active):not(.v-expansion-panel--active) {
    border-bottom-left-radius: var(--v-expansion-panels-inner-radius, 0);
    border-bottom-right-radius: var(--v-expansion-panels-inner-radius, 0);
  }
  .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
    border-bottom-left-radius: var(--v-expansion-panels-inner-radius, 0);
    border-bottom-right-radius: var(--v-expansion-panels-inner-radius, 0);
  }
  .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
    border-top-left-radius: var(--v-expansion-panels-inner-radius, 0);
    border-top-right-radius: var(--v-expansion-panels-inner-radius, 0);
  }
  .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
  }
  .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
    border-radius: var(--v-expansion-panels-inner-radius, 0);
  }
}
@layer vuetify-components {
  .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
    transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-expansion-panel {
    flex: 1 0 100%;
    max-width: 100%;
    position: relative;
    transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: margin-top, border-radius, border, max-width;
    border-radius: 4px;
  }
  @media (prefers-reduced-motion: reduce) {
    .v-expansion-panel {
      transition-property: border-radius, border;
    }
  }
  .v-expansion-panel:not(:first-child)::after {
    border-top-style: solid;
    border-top-width: thin;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-expansion-panel--disabled .v-expansion-panel-title {
    pointer-events: none;
  }
  .v-expansion-panel--active:not(:first-child),
  .v-expansion-panel--active + .v-expansion-panel {
    margin-top: 16px;
  }
  .v-expansion-panel--active:not(:first-child)::after,
  .v-expansion-panel--active + .v-expansion-panel::after {
    opacity: 0;
  }
  .v-expansion-panel--active > .v-expansion-panel-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
    min-height: 64px;
  }
  .v-expansion-panel__shadow {
    border-radius: inherit;
    z-index: -1;
  }
  .v-expansion-panel__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-expansion-panel__shadow {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-expansion-panel-title {
    background-color: transparent;
    border: none;
    margin: 0;
    appearance: none;
    align-items: center;
    text-align: start;
    border-radius: inherit;
    display: flex;
    font: inherit;
    font-size: 0.9375rem;
    line-height: 1;
    min-height: 48px;
    outline: none;
    padding: 16px 24px;
    position: relative;
    width: 100%;
    justify-content: space-between;
  }
  @media (prefers-reduced-motion: no-preference) {
    .v-expansion-panel-title {
      transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition-property: min-height, border-radius;
    }
  }
  .v-expansion-panel-title--hover:hover > .v-expansion-panel-title__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-expansion-panel-title--hover:focus-visible > .v-expansion-panel-title__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-expansion-panel-title--hover:focus > .v-expansion-panel-title__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  @supports selector(:focus-visible) {
    .v-expansion-panel-title::after {
      pointer-events: none;
      border: 2px solid currentColor;
      border-radius: inherit;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
    }
    .v-expansion-panel-title::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .v-expansion-panel-title:focus-visible::after {
      opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
    }
  }
  .v-expansion-panel-title__overlay {
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0;
  }
  .v-expansion-panel-title__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-expansion-panel-title__icon {
    display: inline-flex;
    margin-bottom: -4px;
    margin-top: -4px;
    user-select: none;
    margin-inline-start: auto;
  }
  .v-expansion-panel-text {
    display: flex;
  }
  .v-expansion-panel-text__wrapper {
    padding: 8px 24px 16px;
    flex: 1 1 auto;
    max-width: 100%;
  }
  .v-expansion-panels--variant-accordion.v-expansion-panels--no-divider > .v-expansion-panel::after {
    opacity: 0;
  }
  .v-expansion-panels--variant-accordion > .v-expansion-panel {
    margin-top: 0;
  }
  .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
    opacity: 1;
  }
  .v-expansion-panels--variant-popout > .v-expansion-panel {
    max-width: calc(100% - 32px);
  }
  .v-expansion-panels--variant-popout > .v-expansion-panel--active {
    max-width: calc(100% + 16px);
  }
  .v-expansion-panels--variant-inset > .v-expansion-panel {
    max-width: 100%;
  }
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
    max-width: calc(100% - 32px);
  }
  .v-expansion-panels--flat > .v-expansion-panel::after {
    border-top: none;
  }
  .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
    display: none;
  }
  .v-expansion-panels--tile {
    border-radius: 0;
  }
  .v-expansion-panels--tile > .v-expansion-panel {
    border-radius: 0;
  }
  @media (forced-colors: active) {
    .v-expansion-panel {
      border: thin solid;
    }
    .v-expansion-panel-title:focus-visible {
      outline: 2px solid;
      outline-offset: -2px;
    }
  }
}@layer vuetify-components {
  .v-fab {
    align-items: center;
    display: inline-flex;
    flex: 1 1 auto;
    pointer-events: none;
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
  }
  .v-fab .v-btn {
    pointer-events: auto;
  }
  .v-fab .v-btn--variant-elevated {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
  .v-fab .v-btn--variant-elevated:hover {
    box-shadow: 0px 2px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 6px 10px 4px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 8%, transparent);
  }
  .v-fab--app, .v-fab--absolute {
    display: flex;
  }
  .v-fab--absolute {
    position: absolute;
    inset: 0;
  }
  .v-fab--start, .v-fab--left {
    justify-content: flex-start;
  }
  .v-fab--center {
    align-items: center;
    justify-content: center;
  }
  .v-fab--end, .v-fab--right {
    justify-content: flex-end;
  }
  .v-fab--bottom {
    align-items: flex-end;
  }
  .v-fab--top {
    align-items: flex-start;
  }
}
@layer vuetify-overrides {
  .v-fab--extended .v-btn {
    border-radius: 9999px;
  }
}
@layer vuetify-components {
  .v-fab__container {
    align-self: center;
    display: inline-flex;
    vertical-align: middle;
  }
  .v-fab--app .v-fab__container {
    margin: 12px;
    position: fixed;
  }
  .v-fab--absolute .v-fab__container {
    position: absolute;
    z-index: 4;
  }
  .v-fab--offset.v-fab--top .v-fab__container {
    transform: translateY(-50%);
  }
  .v-fab--offset.v-fab--bottom .v-fab__container {
    transform: translateY(50%);
  }
  .v-fab--top .v-fab__container {
    top: 0;
  }
  .v-fab--bottom .v-fab__container {
    bottom: 0;
  }
  .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
    left: 0;
  }
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
    right: 0;
  }
}@layer vuetify-components {
  .v-file-input--hide.v-input .v-field,
  .v-file-input--hide.v-input .v-input__control,
  .v-file-input--hide.v-input .v-input__details {
    display: none;
  }
  .v-file-input--hide.v-input .v-input__prepend {
    grid-area: control;
    margin: 0 auto;
  }
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
  .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
    top: 0px;
  }
  .v-file-input .v-field__input {
    word-break: break-word;
  }
  .v-file-input input[type=file] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .v-file-input--dragging input[type=file] {
    z-index: 1;
  }
}@layer vuetify-components {
  .v-file-upload .v-input__control {
    flex-direction: column;
  }
  .v-file-upload-dropzone {
    padding: 64px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .v-file-upload-dropzone.v-sheet {
    display: flex;
    border-radius: 4px;
    border-style: dashed;
    border-width: 2px;
  }
  .v-file-upload-dropzone.v-file-upload-dropzone--density-compact {
    padding: 32px 0;
    flex-direction: row;
    gap: 1rem;
  }
  .v-file-upload-dropzone .v-overlay__scrim {
    pointer-events: none;
  }
  .v-file-upload-dropzone--disabled {
    pointer-events: none;
    opacity: var(--v-disabled-opacity);
  }
  .v-file-upload-dropzone--dragging > * {
    pointer-events: none;
  }
  .v-file-upload-dropzone--clickable:not(.v-file-upload-dropzone--readonly) {
    cursor: pointer;
  }
  .v-file-upload-dropzone--has-files:not(.v-file-upload-dropzone--clickable), .v-file-upload-dropzone--readonly {
    cursor: default;
  }
  .v-file-upload-dropzone--error.v-sheet {
    border-color: rgb(var(--v-theme-error));
  }
  .v-file-upload-dropzone--inset {
    padding: 16px;
  }
  .v-file-upload-dropzone input[type=file] {
    left: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    top: 0;
    z-index: -1;
  }
  .v-file-upload-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
  }
  .v-file-upload-icon {
    opacity: var(--v-medium-emphasis-opacity);
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .v-file-upload-dropzone--density-comfortable .v-file-upload-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .v-file-upload-dropzone--density-compact .v-file-upload-icon {
    font-size: 2rem;
    margin-bottom: 0rem;
  }
  .v-file-upload-divider {
    align-items: center;
    display: flex;
    margin: 32px 0;
    justify-content: center;
    width: 100%;
  }
  .v-file-upload-divider .v-divider__wrapper {
    max-width: 100%;
  }
  .v-file-upload-inset {
    width: 100%;
  }
  .v-file-upload-inset__action {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
  }
  .v-file-upload-list {
    margin: 16px 0;
  }
  .v-file-upload-item:not(:first-child) {
    margin-top: 8px;
  }
  .v-file-upload__loader {
    border-radius: inherit;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
  .v-file-upload__loader > * {
    pointer-events: auto;
  }
}@layer vuetify-components {
  .v-footer {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    padding: 8px 16px;
    position: relative;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, width, transform, max-width, left, right, top, bottom;
  }
  .v-footer {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-footer--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-footer {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-footer--absolute {
    position: absolute;
  }
  .v-footer--fixed {
    position: fixed;
  }
  .v-footer {
    border-radius: 0;
  }
  .v-footer {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-footer--rounded {
    border-radius: 4px;
  }
}@layer vuetify-components {
  .v-hotkey {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    vertical-align: middle;
    line-height: 1.5;
  }
  .v-hotkey--disabled {
    opacity: 0.26;
  }
  .v-hotkey--inline {
    max-height: 1lh;
    vertical-align: baseline;
    font-size: 1em;
    line-height: inherit;
  }
  .v-hotkey__prefix {
    opacity: var(--v-medium-emphasis-opacity);
    font-weight: normal;
    vertical-align: baseline;
  }
  .v-hotkey__suffix {
    opacity: var(--v-medium-emphasis-opacity);
    font-weight: normal;
    vertical-align: baseline;
  }
  .v-hotkey--contained .v-hotkey__contained-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 0.2rem 4px;
    box-sizing: border-box;
    background: unset;
    box-shadow: unset;
    min-height: 1em;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__prefix, .v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__suffix {
    opacity: var(--v-high-emphasis-opacity);
  }
  .v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__prefix {
    margin-right: 2px;
  }
  .v-hotkey--contained .v-hotkey__contained-wrapper .v-hotkey__suffix {
    margin-left: 2px;
  }
  .v-hotkey--contained .v-hotkey__divider {
    opacity: var(--v-medium-emphasis-opacity);
    font-size: inherit;
  }
  .v-hotkey--contained .v-hotkey__combination {
    display: inline-flex;
    align-items: center;
    gap: 2px;
  }
  .v-hotkey--contained.v-hotkey--inline .v-hotkey__contained-wrapper.v-kbd {
    align-self: baseline;
    align-items: baseline;
    font-size: 1em;
    line-height: inherit;
    padding: 1px 4px 0;
    gap: 2px;
    margin-left: 0;
    margin-right: 0;
  }
  .v-hotkey--contained.v-hotkey--inline .v-hotkey__divider {
    font-size: 1em;
    align-self: baseline;
  }
  .v-hotkey--contained.v-hotkey--inline .v-hotkey__combination {
    gap: 2px;
    align-items: baseline;
  }
  .v-hotkey__key.v-kbd {
    min-height: unset;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0.2rem;
    min-width: 1.5em;
  }
  .v-hotkey__key.v-kbd--variant-plain, .v-hotkey__key.v-kbd--variant-outlined, .v-hotkey__key.v-kbd--variant-text, .v-hotkey__key.v-kbd--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-hotkey__key.v-kbd--variant-plain {
    opacity: 0.62;
  }
  .v-hotkey__key.v-kbd--variant-plain:focus, .v-hotkey__key.v-kbd--variant-plain:hover {
    opacity: 1;
  }
  .v-hotkey__key.v-kbd--variant-plain .v-hotkey__overlay {
    display: none;
  }
  .v-hotkey__key.v-kbd--variant-elevated, .v-hotkey__key.v-kbd--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-hotkey__key.v-kbd--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-hotkey__key.v-kbd--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-hotkey__key.v-kbd--variant-outlined {
    border: thin solid currentColor;
  }
  .v-hotkey__key.v-kbd--variant-text .v-hotkey__overlay {
    background: currentColor;
  }
  .v-hotkey__key.v-kbd--variant-tonal .v-hotkey__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-hotkey__key.v-kbd .v-hotkey__underlay {
    position: absolute;
  }
  .v-hotkey__key-symbol.v-kbd {
    line-height: normal;
    font-size: 1em;
  }
  .v-hotkey__key-icon .v-icon {
    min-width: unset;
  }
  .v-hotkey__key-icon .v-icon:has(svg) {
    max-width: 0.75rem;
  }
  .v-hotkey__key-icon .v-icon:not(:has(svg)) {
    font-size: 0.75rem;
    line-height: inherit;
    height: inherit;
  }
  .v-hotkey__key--nested {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    display: inline-flex;
    align-items: center;
    min-width: auto;
    min-height: auto;
    align-self: baseline;
  }
  .v-hotkey__key--nested.v-hotkey__key-icon {
    align-self: center;
  }
  .v-hotkey__divider {
    align-items: center;
    display: inline-flex;
    opacity: var(--v-medium-emphasis-opacity);
    font-size: 1em;
  }
  .v-hotkey__combination {
    display: flex;
    gap: 2px;
  }
  .v-hotkey--inline .v-hotkey__key {
    align-self: center;
    padding: 1px 4px 0;
    min-width: 20px;
    height: calc(1lh - 2px);
    line-height: calc(1lh - 2px);
  }
  .v-hotkey--inline .v-hotkey__key-icon.v-kbd {
    padding-block: 0;
  }
  .v-hotkey--inline .v-hotkey__key-icon .v-icon {
    width: min-content;
    min-width: fit-content;
    max-height: calc(1ex + 2px);
  }
  .v-hotkey--inline .v-hotkey__key-icon .v-icon .v-icon__svg {
    height: 100%;
    width: unset;
  }
  .v-hotkey--inline .v-hotkey__combination {
    align-items: baseline;
    gap: 1px;
  }
  .v-hotkey--inline .v-hotkey__divider {
    font-size: 1em;
  }
  .v-hotkey--inline .v-hotkey__prefix, .v-hotkey--inline .v-hotkey__suffix {
    align-self: baseline;
    font-size: inherit;
  }
  .v-hotkey--variant-elevated .v-hotkey__key.v-kbd {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-hotkey--variant-flat .v-hotkey__key.v-kbd {
    box-shadow: none;
  }
  .v-hotkey--variant-outlined .v-hotkey__key.v-kbd {
    background: none;
  }
  .v-hotkey--variant-outlined .v-hotkey__key.v-kbd {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
}
@layer vuetify-overrides {
  .v-hotkey--variant-text .v-hotkey__key.v-kbd {
    background: transparent;
    border: none;
    padding-inline: 0;
    min-width: auto;
  }
  .v-hotkey--variant-text .v-hotkey__key.v-kbd {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
}
@layer vuetify-components {
  .v-hotkey--variant-text .v-hotkey__combination {
    gap: 1px;
  }
  .v-hotkey--variant-tonal .v-hotkey__key.v-kbd {
    border: unset;
    box-shadow: unset;
  }
}@layer vuetify-components {
  .v-kbd {
    font-family: var(--v-font-body, "Roboto", sans-serif);
    align-items: center;
    align-self: stretch;
    background: rgb(var(--v-theme-kbd));
    color: rgb(var(--v-theme-on-kbd));
    display: inline-flex;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1;
    justify-content: center;
    min-height: 1em;
    min-width: 20px;
    padding: 3px 6px;
    vertical-align: baseline;
    margin-inline: 1px;
  }
  .v-kbd {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: thin;
  }
  .v-kbd--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-kbd {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-kbd {
    border-radius: 4px;
  }
}@layer vuetify-components {
  .v-infinite-scroll--horizontal {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
  }
  .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
    height: 100%;
    width: var(--v-infinite-margin-size, 1px);
  }
  .v-infinite-scroll--vertical {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
    height: 1px;
    width: 100%;
  }
  .v-infinite-scroll-intersect {
    overflow: hidden;
    pointer-events: none;
    margin-top: var(--v-infinite-margin);
    margin-bottom: calc(var(--v-infinite-margin) * -1);
  }
  .v-infinite-scroll-intersect:nth-child(2) {
    --v-infinite-margin: var(--v-infinite-margin-size, 1px);
  }
  .v-infinite-scroll-intersect:nth-last-child(2) {
    --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
  }
  .v-infinite-scroll__side {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px;
    transition-property: padding;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-infinite-scroll__side:empty, .v-infinite-scroll__side:has(> div:only-child:empty) {
    padding: 0;
  }
}@layer vuetify-components {
  .v-item-group {
    flex: 0 1 auto;
    max-width: 100%;
    position: relative;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}@layer vuetify-components {
  .v-layout {
    --v-scrollbar-offset: 0px;
    display: flex;
    flex: 1 1 auto;
  }
  .v-layout--full-height {
    --v-scrollbar-offset: inherit;
    height: 100%;
  }
}@layer vuetify-components {
  .v-layout-item {
    position: absolute;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-layout-item--absolute {
    position: absolute;
  }
}@layer vuetify-components {
  .v-locale-provider {
    display: contents;
  }
}@layer vuetify-components {
  .v-main {
    flex: 1 0 auto;
    max-width: 100%;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding-left: var(--v-layout-left);
    padding-right: var(--v-layout-right);
    padding-top: var(--v-layout-top);
    padding-bottom: var(--v-layout-bottom);
  }
  @media (prefers-reduced-motion: reduce) {
    .v-main {
      transition: none;
    }
  }
  .v-main__scroller {
    max-width: 100%;
    position: relative;
  }
  .v-main--scrollable {
    display: flex;
  }
  .v-main--scrollable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-main--scrollable > .v-main__scroller {
    flex: 1 1 auto;
    overflow-y: auto;
    --v-layout-left: 0px;
    --v-layout-right: 0px;
    --v-layout-top: 0px;
    --v-layout-bottom: 0px;
  }
}@layer vuetify-components {
  .v-navigation-drawer {
    -webkit-overflow-scrolling: touch;
    background: rgb(var(--v-theme-surface));
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    pointer-events: auto;
    transition-duration: 0.2s;
    transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
  }
  .v-navigation-drawer {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-navigation-drawer--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-navigation-drawer {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-navigation-drawer {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  @media (prefers-reduced-motion: reduce) {
    .v-navigation-drawer {
      transition: none;
    }
  }
  .v-navigation-drawer--rounded {
    border-radius: 4px;
  }
  .v-navigation-drawer--top {
    top: 0;
    border-bottom-width: thin;
  }
  .v-navigation-drawer--bottom {
    left: 0;
    border-top-width: thin;
  }
  .v-navigation-drawer--left {
    top: 0;
    left: 0;
    right: auto;
    border-right-width: thin;
  }
  .v-navigation-drawer--right {
    top: 0;
    left: auto;
    right: 0;
    border-left-width: thin;
  }
  .v-navigation-drawer--floating {
    border: none;
  }
  .v-navigation-drawer--temporary.v-navigation-drawer--active {
    box-shadow: 0px 2px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 6px 10px 4px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 8%, transparent);
  }
  .v-navigation-drawer--sticky {
    height: auto;
    transition: box-shadow, transform, visibility, width, height, left, right;
  }
  .v-navigation-drawer .v-list {
    overflow: hidden;
  }
  .v-navigation-drawer__content {
    flex: 0 1 auto;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .v-navigation-drawer__img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .v-navigation-drawer__img img:not(.v-img__img) {
    height: inherit;
    object-fit: cover;
    width: inherit;
  }
  .v-navigation-drawer__scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
  }
  .v-navigation-drawer__prepend,
  .v-navigation-drawer__append {
    flex: none;
    overflow: hidden;
  }
}@layer vuetify-components {
  .v-number-input input[type=number] {
    -moz-appearance: textfield;
  }
  .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
    padding-inline-start: 0;
  }
  .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
    padding-inline-end: 0;
  }
  .v-number-input .v-field__prepend-inner:has(.v-number-input__control) {
    overflow: hidden;
    border-start-start-radius: inherit;
    border-end-start-radius: inherit;
  }
  .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
    margin-inline-end: 4px;
  }
  .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
  .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
    margin-inline: 8px 0;
  }
  .v-number-input .v-field__prepend-inner:has(.v-number-input__control) .v-divider--vertical {
    margin-inline: -1px 0;
  }
  .v-number-input .v-field__append-inner:has(.v-number-input__control) {
    overflow: hidden;
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
  }
  .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
    margin-inline-start: 4px;
  }
  .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
  .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
    margin-inline: 0 8px;
  }
  .v-number-input .v-field__append-inner:has(.v-number-input__control) .v-divider--vertical {
    margin-inline: 0 -1px;
  }
  .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
    margin-inline-end: 8px;
  }
  .v-number-input--inset .v-divider {
    height: 55%;
    width: 55%;
    align-self: center;
  }
  .v-number-input--split .v-field__input {
    text-align: center;
  }
  .v-number-input--stacked .v-number-input__control {
    flex-direction: column-reverse;
  }
  .v-number-input--stacked .v-number-input__control .v-btn {
    flex: 1;
  }
  .v-number-input--stacked .v-field--variant-underlined > .v-field__prepend-inner:has(.v-number-input__control),
  .v-number-input--stacked .v-field--variant-underlined > .v-field__append-inner:has(.v-number-input__control) {
    padding-top: var(--v-field-padding-top);
  }
  .v-number-input--stacked .v-field--variant-underlined > .v-field__prepend-inner:has(.v-number-input__control) > *:not(.v-number-input__control, .v-divider--vertical),
  .v-number-input--stacked .v-field--variant-underlined > .v-field__append-inner:has(.v-number-input__control) > *:not(.v-number-input__control, .v-divider--vertical) {
    margin-top: var(--v-input-padding-top, 0);
  }
  .v-number-input--hide-input .v-field {
    flex: none;
    gap: 0;
  }
  .v-number-input--hide-input .v-field__input {
    width: 0;
    padding-inline: 0;
  }
  .v-number-input__control {
    display: flex;
    height: 100%;
  }
  .v-number-input__control .v-btn {
    background-color: transparent;
    border-radius: 0;
  }
}@layer vuetify-components {
  .v-otp-input {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    position: relative;
  }
  .v-otp-input {
    border-radius: 4px;
  }
  .v-otp-input .v-field {
    height: 100%;
  }
  .v-otp-input .v-field--variant-solo.v-field--focused .v-field__overlay, .v-otp-input .v-field--variant-plain.v-field--focused .v-field__overlay {
    background-color: currentColor;
    opacity: calc(var(--v-theme-overlay-multiplier) * 0.12);
  }
  .v-otp-input .v-field .v-field__outline__start, .v-otp-input .v-field .v-field__outline__end {
    flex: 1;
  }
  .v-otp-input__field--highlighted .v-field__outline {
    opacity: 0.5;
  }
  .v-otp-input__field--highlighted.v-field--focused.v-field--variant-filled .v-field__outline::after, .v-otp-input__field--highlighted.v-field--focused.v-field--variant-underlined .v-field__outline::after {
    opacity: 0.5;
  }
  .v-otp-input__field--highlighted.v-field--focused.v-field--variant-plain .v-field__overlay, .v-otp-input__field--highlighted.v-field--focused.v-field--variant-solo .v-field__overlay, .v-otp-input__field--highlighted.v-field--focused.v-field--variant-solo-filled .v-field__overlay {
    opacity: calc(var(--v-theme-overlay-multiplier) * 0.04);
  }
  .v-otp-input__field--highlighted.v-field--focused.v-field--variant-solo-inverted .v-field__overlay {
    opacity: 0.5;
  }
  .v-otp-input__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
  }
  .v-otp-input__divider:has(> .v-icon) {
    margin: 0 -4px;
  }
  .v-otp-group {
    display: contents;
  }
  .v-otp-group .v-field {
    flex: 1;
  }
  .v-otp-group--merged {
    display: flex;
    gap: 0;
    align-items: center;
    height: 100%;
    border-radius: inherit;
  }
  .v-otp-group--merged:has(.v-field--variant-solo), .v-otp-group--merged:has(.v-field--variant-solo-filled), .v-otp-group--merged:has(.v-field--variant-solo-inverted) {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-otp-group--merged .v-field {
    flex: 1;
    border-radius: 0;
    box-shadow: none;
  }
  .v-otp-group--merged .v-field .v-field__outline__start,
  .v-otp-group--merged .v-field .v-field__outline__end {
    border-radius: 0;
  }
  .v-otp-group--merged .v-field:not(:first-child) {
    margin-inline-start: -1px;
  }
  .v-otp-group--merged .v-field:not(:first-child) .v-field__outline__start {
    border-inline-start-width: 0;
  }
  .v-otp-group--merged .v-field:hover {
    z-index: 1;
  }
  .v-otp-group--merged .v-field:hover .v-field__outline__start {
    border-inline-start-width: var(--v-field-border-width);
  }
  .v-otp-group--merged .v-field.v-field--focused {
    z-index: 2;
  }
  .v-otp-group--merged .v-field.v-field--focused .v-field__outline__start {
    border-inline-start-width: var(--v-field-border-width);
  }
  .v-otp-group--merged .v-field:first-child {
    border-start-start-radius: inherit;
    border-end-start-radius: inherit;
  }
  .v-otp-group--merged .v-field:first-child .v-field__outline__start {
    border-start-start-radius: inherit;
    border-end-start-radius: inherit;
  }
  .v-otp-group--merged .v-field:last-child {
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
  }
  .v-otp-group--merged .v-field:last-child .v-field__outline__end {
    border-start-end-radius: inherit;
    border-end-end-radius: inherit;
  }
  .v-otp-input__input {
    position: absolute;
    bottom: 0;
    inset-inline-start: 50%;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: transparent;
    caret-color: transparent;
    opacity: 0;
    pointer-events: none;
  }
  @media (any-pointer: coarse) {
    .v-otp-input__input {
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      pointer-events: auto;
    }
    .v-otp-input__input::selection {
      background: transparent;
      color: transparent;
    }
    .v-otp-input__input:-webkit-autofill {
      background: transparent !important;
      color: transparent !important;
      -webkit-text-fill-color: transparent !important;
      box-shadow: none !important;
    }
  }
  .v-otp-input__content {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    position: relative;
    border-radius: inherit;
  }
  .v-otp-input--divided .v-otp-input__content {
    max-width: 360px;
  }
  .v-otp-input--density-default .v-otp-input__content {
    height: 64px;
  }
  .v-otp-input--density-comfortable .v-otp-input__content {
    height: 60px;
  }
  .v-otp-input--density-compact .v-otp-input__content {
    height: 56px;
  }
  .v-otp-input__field {
    color: inherit;
    font-size: 1.25rem;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    place-content: center;
    position: relative;
  }
  .v-otp-input__field > * {
    grid-area: 1/1;
  }
  .v-otp-input__placeholder {
    color: currentColor;
    opacity: var(--v-disabled-opacity);
  }
  .v-otp-input__composition {
    color: currentColor;
    opacity: 0.6;
    font-style: italic;
    text-decoration: underline;
  }
  .v-otp-input__caret {
    width: 1px;
    height: 1.2em;
    background: currentColor;
    animation: v-otp-blink 1s step-end infinite;
  }
  .v-otp-input__spacer {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .v-otp-input__loader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
  .v-otp-input__loader .v-progress-linear {
    position: absolute;
  }
  @keyframes v-otp-blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
}@layer vuetify-components {
  .v-parallax {
    position: relative;
    overflow: hidden;
  }
  .v-parallax--active > .v-img__img {
    will-change: transform;
  }
}.v-pull-to-refresh {
  overflow: hidden;
  position: relative;
}
.v-pull-to-refresh__pull-down {
  position: absolute;
  width: 100%;
  transition: top 0.3s ease-out;
}
.v-pull-to-refresh__pull-down--touching {
  transition: none;
}
.v-pull-to-refresh__pull-down-default {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}
.v-pull-to-refresh__scroll-container {
  position: relative;
  transition: top 0.3s ease-out;
}
.v-pull-to-refresh__scroll-container--touching {
  transition: none;
}@layer vuetify-components {
  .v-radio-group > .v-input__control {
    flex-direction: column;
  }
  .v-radio-group > .v-input__control > .v-label {
    margin-inline-start: 16px;
  }
  .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
    padding-inline-start: 6px;
    margin-top: 8px;
  }
}@layer vuetify-components {
  .v-rating {
    max-width: 100%;
    display: inline-flex;
    white-space: nowrap;
  }
  .v-rating--readonly {
    pointer-events: none;
  }
  .v-rating__wrapper {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
  }
  .v-rating__wrapper--bottom {
    flex-direction: column-reverse;
  }
  .v-rating__item {
    display: inline-flex;
    position: relative;
  }
  .v-rating__item label {
    cursor: pointer;
  }
  .v-rating__item .v-btn--variant-plain {
    opacity: 1;
  }
  .v-rating__item .v-btn {
    transition-property: transform;
  }
  .v-rating__item .v-btn .v-icon {
    transition-property: inherit;
    transition-duration: inherit;
    transition-delay: inherit;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
    transform: scale(1.25);
  }
  .v-rating__item--half {
    overflow: hidden;
    position: absolute;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    z-index: 1;
  }
  .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
    opacity: 0;
  }
  .v-rating__hidden {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
  }
}@layer vuetify-components {
  .v-skeleton-loader {
    align-items: center;
    background: rgb(var(--v-theme-surface));
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    vertical-align: top;
  }
  .v-skeleton-loader__actions {
    justify-content: end;
  }
  .v-skeleton-loader .v-skeleton-loader__ossein {
    height: 100%;
  }
  .v-skeleton-loader .v-skeleton-loader__avatar,
  .v-skeleton-loader .v-skeleton-loader__button,
  .v-skeleton-loader .v-skeleton-loader__chip,
  .v-skeleton-loader .v-skeleton-loader__divider,
  .v-skeleton-loader .v-skeleton-loader__heading,
  .v-skeleton-loader .v-skeleton-loader__image,
  .v-skeleton-loader .v-skeleton-loader__ossein,
  .v-skeleton-loader .v-skeleton-loader__text {
    background: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-border-opacity) * 100%), transparent);
  }
  @media (forced-colors: active) {
    .v-skeleton-loader .v-skeleton-loader__avatar,
    .v-skeleton-loader .v-skeleton-loader__button,
    .v-skeleton-loader .v-skeleton-loader__chip,
    .v-skeleton-loader .v-skeleton-loader__divider,
    .v-skeleton-loader .v-skeleton-loader__heading,
    .v-skeleton-loader .v-skeleton-loader__image,
    .v-skeleton-loader .v-skeleton-loader__ossein,
    .v-skeleton-loader .v-skeleton-loader__text {
      background: canvastext;
    }
  }
  .v-skeleton-loader .v-skeleton-loader__list-item,
  .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
  .v-skeleton-loader .v-skeleton-loader__list-item-text,
  .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
  .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
  .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
  .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
    border-radius: 4px;
  }
  .v-skeleton-loader__bone {
    align-items: center;
    border-radius: inherit;
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
  }
  .v-skeleton-loader__bone::after {
    animation: loading 1.5s infinite;
    background: linear-gradient(90deg, color-mix(in srgb, rgb(var(--v-theme-surface)) 0%, transparent), color-mix(in srgb, rgb(var(--v-theme-surface)) 30%, transparent), color-mix(in srgb, rgb(var(--v-theme-surface)) 0%, transparent));
    transform: translateX(-100%);
    contain: content;
    will-change: transform;
    z-index: 1;
  }
  .v-skeleton-loader__bone::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  @media (forced-colors: active) and (pointer: fine) {
    .v-skeleton-loader__bone {
      cursor: progress;
    }
  }
  .v-skeleton-loader__avatar {
    border-radius: 50%;
    flex: 0 1 auto;
    margin: 8px 16px;
    max-height: 48px;
    min-height: 48px;
    height: 48px;
    max-width: 48px;
    min-width: 48px;
    width: 48px;
  }
  .v-skeleton-loader__avatar + .v-skeleton-loader__bone {
    flex: 1 1 auto;
    margin-inline-start: 0;
  }
  .v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
  .v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
    margin-inline-start: 0;
  }
  .v-skeleton-loader__button {
    border-radius: 4px;
    height: 36px;
    margin: 16px;
    max-width: 64px;
  }
  .v-skeleton-loader__button + .v-skeleton-loader__bone {
    flex: 1 1 auto;
    margin-inline-start: 0;
  }
  .v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
  .v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
    margin-inline-start: 0;
  }
  .v-skeleton-loader__chip {
    border-radius: 16px;
    margin: 16px;
    height: 32px;
    max-width: 96px;
  }
  .v-skeleton-loader__chip + .v-skeleton-loader__bone {
    flex: 1 1 auto;
    margin-inline-start: 0;
  }
  .v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
  .v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
    margin-inline-start: 0;
  }
  .v-skeleton-loader__date-picker {
    border-radius: inherit;
  }
  .v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
    max-width: 88px;
    width: 20%;
  }
  .v-skeleton-loader__date-picker .v-skeleton-loader__heading {
    max-width: 256px;
    width: 40%;
  }
  .v-skeleton-loader__date-picker-days {
    flex-wrap: wrap;
    margin: 16px;
  }
  .v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
    border-radius: 4px;
    margin: 4px;
    max-width: 100%;
  }
  .v-skeleton-loader__date-picker-options {
    flex-wrap: nowrap;
  }
  .v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
    flex: 1 1 auto;
  }
  .v-skeleton-loader__divider {
    border-radius: 1px;
    height: 2px;
  }
  .v-skeleton-loader__heading {
    border-radius: 12px;
    margin: 16px;
    height: 24px;
  }
  .v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
    margin-top: -16px;
  }
  .v-skeleton-loader__image {
    height: 150px;
    border-radius: 0;
  }
  .v-skeleton-loader__card .v-skeleton-loader__image {
    border-radius: 0;
  }
  .v-skeleton-loader__list-item {
    margin: 16px;
  }
  .v-skeleton-loader__list-item .v-skeleton-loader__text {
    margin: 0;
  }
  .v-skeleton-loader__table-thead {
    justify-content: space-between;
  }
  .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
    margin-top: 16px;
    max-width: 16px;
  }
  .v-skeleton-loader__table-tfoot {
    flex-wrap: nowrap;
  }
  .v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
    margin-top: 16px;
  }
  .v-skeleton-loader__table-row {
    align-items: baseline;
    margin: 0 8px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
  .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
    margin-inline: 8px;
  }
  .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
    margin: 0 16px;
  }
  .v-skeleton-loader__table-cell {
    align-items: center;
    display: flex;
    height: 48px;
    width: 88px;
  }
  .v-skeleton-loader__table-cell .v-skeleton-loader__text {
    margin-bottom: 0;
  }
  .v-skeleton-loader__subtitle {
    max-width: 70%;
  }
  .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
    height: 16px;
    border-radius: 8px;
  }
  .v-skeleton-loader__text {
    border-radius: 6px;
    margin: 16px;
    height: 12px;
  }
  .v-skeleton-loader__text + .v-skeleton-loader__text {
    margin-top: -8px;
    max-width: 50%;
  }
  .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
    max-width: 70%;
  }
  .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
    display: none;
  }
  .v-skeleton-loader--is-loading {
    overflow: hidden;
  }
  .v-skeleton-loader--tile {
    border-radius: 0;
  }
  .v-skeleton-loader--tile .v-skeleton-loader__bone {
    border-radius: 0;
  }
  @keyframes loading {
    100% {
      transform: translateX(100%);
    }
  }
}@layer vuetify-components {
  .v-snackbar {
    justify-content: center;
    z-index: 10000;
    margin: 8px;
    margin-inline-end: calc(8px + var(--v-scrollbar-offset));
    padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
    --v-snackbar-current-offset: var(--v-snackbar-offset);
    transform: translateY(calc(var(--v-snackbar-direction) * (var(--v-snackbar-current-offset) + var(--v-snackbar-mobile-notch, 0px))));
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
    align-items: flex-end;
  }
  .v-snackbar__wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 672px;
    min-height: 48px;
    min-width: 344px;
    overflow: hidden;
    padding: 0;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, width;
  }
  .v-snackbar__wrapper {
    border-radius: 4px;
  }
  .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-snackbar--variant-plain {
    opacity: 0.62;
  }
  .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
    opacity: 1;
  }
  .v-snackbar--variant-plain .v-snackbar__overlay {
    display: none;
  }
  .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
    background: rgb(var(--v-theme-surface-variant));
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-snackbar--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-snackbar--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-snackbar--variant-outlined {
    border: thin solid currentColor;
  }
  .v-snackbar--variant-text .v-snackbar__overlay {
    background: currentColor;
  }
  .v-snackbar--variant-tonal .v-snackbar__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-snackbar .v-snackbar__underlay {
    position: absolute;
  }
  .v-snackbar--variant-outlined, .v-snackbar--variant-tonal {
    background: rgb(var(--v-theme-surface));
  }
  @media (forced-colors: active) {
    .v-snackbar__wrapper {
      border: thick solid;
    }
  }
  .v-snackbar__header {
    flex-basis: 100%;
  }
  .v-snackbar__header:after {
    content: "";
    display: block;
    flex-basis: 100%;
  }
  .v-snackbar__prepend {
    align-self: center;
    display: flex;
    margin-inline: 16px 12px;
  }
  .v-snackbar__prepend + .v-snackbar__content {
    padding-inline-start: 0;
  }
  .v-snackbar__title {
    font-weight: 700;
  }
  .v-snackbar__content {
    flex: 1 1;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0178571429em;
    line-height: 1.4285714286;
    margin-right: auto;
    padding: 14px 16px;
    text-align: initial;
  }
  .v-snackbar__actions {
    align-items: center;
    align-self: center;
    display: flex;
    margin-inline-end: 8px;
  }
  .v-snackbar__actions > .v-btn {
    padding: 0 8px;
    min-width: auto;
  }
  .v-snackbar__timer {
    width: 100%;
    position: absolute;
  }
  .v-snackbar__timer--top {
    top: 0;
  }
  .v-snackbar__timer--bottom {
    bottom: 0;
  }
  .v-snackbar__timer .v-progress-linear {
    transition: 0.2s linear;
  }
  .v-snackbar--absolute {
    position: absolute;
    z-index: 1;
  }
  .v-snackbar--vertical .v-snackbar__actions {
    flex-basis: 100%;
    justify-content: end;
    margin-bottom: 8px;
  }
  .v-snackbar--vertical .v-snackbar__actions:before {
    content: "";
    display: block;
    flex-basis: 100%;
  }
  .v-snackbar--center {
    align-items: center;
    justify-content: center;
  }
  .v-snackbar--top {
    align-items: flex-start;
  }
  @media (max-width: 959.98px) {
    .v-snackbar--top {
      --v-snackbar-mobile-notch: max(env(safe-area-inset-top), 0px);
    }
  }
  .v-snackbar--bottom {
    align-items: flex-end;
  }
  @media (max-width: 959.98px) {
    .v-snackbar--bottom {
      --v-snackbar-mobile-notch: max(env(safe-area-inset-bottom), 0px);
    }
  }
  .v-snackbar--left, .v-snackbar--start {
    justify-content: flex-start;
  }
  .v-snackbar--right, .v-snackbar--end {
    justify-content: flex-end;
  }
  .v-snackbar--collapsed {
    --v-snackbar-current-offset: calc(var(--v-snackbar-gap) * var(--v-snackbar-index, 0));
  }
  .v-snackbar--collapsed .v-snackbar__wrapper {
    min-width: 0;
    width: calc(var(--v-snackbar-collapsed-width) - 2 * var(--v-snackbar-gap) * var(--v-snackbar-index, 0));
    height: var(--v-snackbar-collapsed-height);
  }
  .v-snackbar--collapsed .v-snackbar__wrapper > * {
    opacity: 0;
  }
  .v-snackbar--collapsed.v-snackbar--start .v-snackbar__wrapper, .v-snackbar--collapsed.v-snackbar--left .v-snackbar__wrapper {
    transform: translateX(calc(var(--v-snackbar-gap) * var(--v-snackbar-index, 0)));
  }
  .v-snackbar--collapsed.v-snackbar--end .v-snackbar__wrapper, .v-snackbar--collapsed.v-snackbar--right .v-snackbar__wrapper {
    transform: translateX(calc(-1 * var(--v-snackbar-gap) * var(--v-snackbar-index, 0)));
  }
  .v-snackbar--collapsed .v-progress-linear {
    opacity: 0;
  }
  .v-snackbar .v-avatar {
    background: transparent;
  }
}
@layer vuetify-final.transitions {
  .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .v-snackbar-transition-enter-active {
    transition-property: opacity, transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .v-snackbar-transition-enter-active {
      transition-property: opacity;
    }
  }
  .v-snackbar-transition-enter-from {
    opacity: 0;
    transform: scale(0.8);
  }
  .v-snackbar-transition-leave-active {
    transition-property: opacity;
  }
  .v-snackbar-transition-leave-to {
    opacity: 0;
  }
}@layer vuetify-components {
  .v-tooltip > .v-overlay__content {
    background: rgb(var(--v-theme-surface-variant));
    color: rgb(var(--v-theme-on-surface-variant));
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.6;
    display: inline-block;
    padding: 5px 16px;
    text-transform: initial;
    width: auto;
    opacity: 1;
    transition-property: opacity, transform;
    overflow-wrap: break-word;
  }
  .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
    pointer-events: none;
  }
}
@layer vuetify-overrides {
  .v-tooltip > .v-overlay__content[class*=enter-active] {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .v-tooltip > .v-overlay__content[class*=leave-active] {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 75ms;
  }
}@layer vuetify-components {
  .v-speed-dial__content {
    gap: 8px;
  }
  .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
    flex-direction: row;
  }
  .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
    flex-direction: row-reverse;
  }
  .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
    flex-direction: column-reverse;
  }
  .v-speed-dial__content > *:nth-child(1) {
    transition-delay: 0.001s;
  }
  .v-speed-dial__content > *:nth-child(2) {
    transition-delay: 0.05s;
  }
  .v-speed-dial__content > *:nth-child(3) {
    transition-delay: 0.1s;
  }
  .v-speed-dial__content > *:nth-child(4) {
    transition-delay: 0.15s;
  }
  .v-speed-dial__content > *:nth-child(5) {
    transition-delay: 0.2s;
  }
  .v-speed-dial__content > *:nth-child(6) {
    transition-delay: 0.25s;
  }
  .v-speed-dial__content > *:nth-child(7) {
    transition-delay: 0.3s;
  }
  .v-speed-dial__content > *:nth-child(8) {
    transition-delay: 0.35s;
  }
  .v-speed-dial__content > *:nth-child(9) {
    transition-delay: 0.4s;
  }
  .v-speed-dial__content > *:nth-child(10) {
    transition-delay: 0.45s;
  }
}@layer vuetify-components {
  .v-stepper.v-sheet {
    overflow: hidden;
  }
  .v-stepper.v-sheet {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-stepper.v-sheet {
    border-radius: 4px;
  }
  .v-stepper.v-sheet.v-stepper--flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-stepper-header {
    align-items: center;
    display: flex;
    position: relative;
    overflow-x: auto;
    justify-content: space-between;
    z-index: 1;
  }
  .v-stepper-header {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-stepper-header .v-divider {
    margin: 0 -16px;
  }
  .v-stepper-header .v-divider:last-child {
    margin-inline-end: 0;
  }
  .v-stepper-header .v-divider:first-child {
    margin-inline-start: 0;
  }
  .v-stepper--alt-labels .v-stepper-header {
    height: auto;
  }
  .v-stepper--alt-labels .v-stepper-header .v-divider {
    align-self: flex-start;
    margin: 35px -67px 0;
  }
  .v-stepper-window {
    margin: 1.5rem;
  }
  .v-stepper-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
  .v-stepper .v-stepper-actions {
    padding: 0 1.5rem 1rem;
  }
  .v-stepper-window-item .v-stepper-actions {
    padding: 1.5rem 0 0;
  }
}@layer vuetify-components {
  .v-stepper-item {
    margin: 0;
    font: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    border-style: none;
    color: inherit;
    align-items: center;
    align-self: stretch;
    display: inline-flex;
    flex: none;
    outline: none;
    opacity: var(--v-medium-emphasis-opacity);
    padding: 1.5rem;
    position: relative;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-stepper-item:hover > .v-stepper-item__overlay {
    opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-stepper-item:focus-visible > .v-stepper-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-stepper-item:focus > .v-stepper-item__overlay {
      opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
    opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
  }
  .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  @supports not selector(:focus-visible) {
    .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
      opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
    }
  }
  .v-stepper--non-linear .v-stepper-item {
    opacity: var(--v-high-emphasis-opacity);
  }
  .v-stepper-item--selected {
    opacity: 1;
  }
  .v-stepper-item--error {
    color: rgb(var(--v-theme-error));
  }
  .v-stepper-item--disabled {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-stepper-item[disabled], .v-stepper-item--disabled {
    pointer-events: none;
  }
  .v-stepper--alt-labels .v-stepper-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 175px;
  }
  .v-stepper-item__avatar.v-avatar {
    background: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
    color: rgb(var(--v-theme-on-surface-variant));
    font-size: 0.75rem;
    margin-inline-end: 8px;
  }
  .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
    margin-inline-end: 0;
  }
  .v-stepper-item__avatar.v-avatar .v-icon {
    font-size: 0.875rem;
  }
  .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
    background: rgb(var(--v-theme-surface-variant));
  }
  .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
    background: rgb(var(--v-theme-error));
  }
  .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
    margin-bottom: 16px;
    margin-inline-end: 0;
  }
  .v-stepper-item__content {
    text-align: start;
  }
  .v-stepper--alt-labels .v-stepper-item__content {
    text-align: center;
  }
  .v-stepper-item__title {
    line-height: 1;
  }
  .v-stepper--mobile .v-stepper-item__title {
    display: none;
  }
  .v-stepper-item__subtitle {
    font-size: 0.75rem;
    line-height: 1;
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-stepper--mobile .v-stepper-item__subtitle {
    display: none;
  }
  .v-stepper-item__overlay {
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-stepper-item__overlay,
  .v-stepper-item__underlay {
    pointer-events: none;
  }
  .v-stepper-item__overlay,
  .v-stepper-item__underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}@layer vuetify-components {
  .v-stepper-vertical-item {
    position: relative;
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-stepper-vertical-item__title {
    font-size: 1rem;
  }
  .v-stepper-vertical-item__subtitle {
    font-size: 0.75rem;
  }
  .v-stepper-vertical-item .v-expansion-panel-text {
    padding-inline-start: 32px;
  }
  .v-stepper-vertical-item:not(:last-child):before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 30px);
    background: rgba(var(--v-border-color), var(--v-border-opacity));
    left: 35px;
    top: 44px;
    z-index: 1;
    transition-duration: 300ms;
    transition-property: height;
  }
  .v-stepper-vertical-item:after {
    display: none;
  }
  .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
    pointer-events: none;
  }
  .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
    opacity: 0;
  }
  .v-stepper-vertical-item__avatar.v-avatar {
    background: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
    color: rgb(var(--v-theme-on-surface-variant));
    transition-property: background;
    align-self: start;
  }
  .v-stepper-vertical-item__avatar.v-avatar .v-icon {
    font-size: 0.875rem;
  }
  .v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
    background: rgb(var(--v-theme-surface-variant));
  }
  .v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
    background: rgb(var(--v-theme-error));
    color: rgb(var(--v-theme-on-error));
  }
  .v-stepper-vertical-item--error .v-stepper-vertical-item__title {
    color: rgb(var(--v-theme-error));
  }
  .v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
    color: rgb(var(--v-theme-error));
  }
  .v-stepper-vertical-actions.v-stepper-actions .v-btn {
    margin-inline-end: 8px;
  }
  .v-stepper .v-stepper-vertical-actions.v-stepper-actions {
    justify-content: flex-end;
    padding: 24px 0 0;
    flex-direction: row-reverse;
  }
}@layer vuetify-components {
  .v-switch {
    --v-switch-scale: 1;
  }
  .v-switch .v-label {
    padding-inline-start: 10px;
  }
  .v-switch--size-x-small {
    --v-switch-scale: 0.6428571429;
    --v-switch-track-height: 9px;
    --v-switch-thumb-height: 13px;
    --v-switch-thumb-width: 13px;
  }
  .v-switch--size-small {
    --v-switch-scale: 0.7857142857;
    --v-switch-track-height: 11px;
    --v-switch-thumb-height: 16px;
    --v-switch-thumb-width: 16px;
  }
  .v-switch--size-default {
    --v-switch-scale: 1;
    --v-switch-track-height: 14px;
    --v-switch-thumb-height: 20px;
    --v-switch-thumb-width: 20px;
  }
  .v-switch--size-large {
    --v-switch-scale: 1.2142857143;
    --v-switch-track-height: 17px;
    --v-switch-thumb-height: 24px;
    --v-switch-thumb-width: 24px;
  }
  .v-switch--size-x-large {
    --v-switch-scale: 1.3571428571;
    --v-switch-track-height: 19px;
    --v-switch-thumb-height: 28px;
    --v-switch-thumb-width: 28px;
  }
  .v-switch--inset.v-switch--size-x-small {
    --v-switch-scale: 0.625;
    --v-switch-track-height: 20px;
    --v-switch-thumb-height: 15px;
    --v-switch-thumb-width: 15px;
  }
  .v-switch--inset.v-switch--size-small {
    --v-switch-scale: 0.8125;
    --v-switch-track-height: 26px;
    --v-switch-thumb-height: 20px;
    --v-switch-thumb-width: 20px;
  }
  .v-switch--inset.v-switch--size-default {
    --v-switch-scale: 1;
    --v-switch-track-height: 32px;
    --v-switch-thumb-height: 24px;
    --v-switch-thumb-width: 24px;
  }
  .v-switch--inset.v-switch--size-large {
    --v-switch-scale: 1.1875;
    --v-switch-track-height: 38px;
    --v-switch-thumb-height: 30px;
    --v-switch-thumb-width: 30px;
  }
  .v-switch--inset.v-switch--size-x-large {
    --v-switch-scale: 1.375;
    --v-switch-track-height: 44px;
    --v-switch-thumb-height: 34px;
    --v-switch-thumb-width: 34px;
  }
  .v-switch__loader {
    display: flex;
  }
  .v-switch__loader .v-progress-circular {
    color: rgb(var(--v-theme-surface));
  }
  .v-switch__track,
  .v-switch__thumb {
    transition: none;
  }
  .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
  .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
    background-color: rgb(var(--v-theme-error));
    color: rgb(var(--v-theme-on-error));
  }
  .v-switch__track-true {
    margin-inline-end: auto;
  }
  .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
    opacity: 0;
  }
  .v-switch__track-false {
    margin-inline-start: auto;
  }
  .v-selection-control--dirty .v-switch__track-false {
    opacity: 0;
  }
  .v-switch__track {
    display: inline-flex;
    align-items: center;
    font-size: 0.5rem;
    padding: 0 5px;
    background-color: rgb(var(--v-theme-surface-variant));
    border-radius: 9999px;
    height: var(--v-switch-track-height);
    opacity: 0.6;
    min-width: calc(36px * var(--v-switch-scale));
    cursor: pointer;
    transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-switch--inset .v-switch__track {
    border-radius: 9999px;
    font-size: 0.75rem;
    min-width: calc(52px * var(--v-switch-scale));
  }
  .v-switch__thumb {
    align-items: center;
    background-color: rgb(var(--v-theme-surface-bright));
    color: rgb(var(--v-theme-on-surface-bright));
    border-radius: 50%;
    display: flex;
    font-size: 0.75rem;
    height: var(--v-switch-thumb-height);
    justify-content: center;
    width: var(--v-switch-thumb-width);
    pointer-events: none;
    transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }
  .v-switch:not(.v-switch--inset) .v-switch__thumb {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
    background: rgb(var(--v-theme-surface-variant));
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-switch--inset .v-switch__thumb {
    transform: scale(var(--v-switch-inset-thumb-off-scale, 0.6666666667));
  }
  .v-switch--inset .v-switch__thumb--filled {
    transform: none;
  }
  .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
    transform: none;
    transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
  }
  .v-switch--inset-material .v-switch__track {
    opacity: 1;
    background-color: color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) 73%, #ccc);
    border: 2px solid color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 20%, #888);
  }
  .v-switch--inset-material .v-switch__thumb {
    background-color: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 20%, #888);
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) 73%, #ccc);
  }
  .v-switch--inset-material .v-selection-control--dirty .v-switch__track {
    border-color: transparent;
    background-color: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 90%, white);
  }
  .v-switch--inset-material .v-selection-control--dirty .v-switch__thumb {
    background-color: color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) 80%, white);
    color: color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 90%, white);
  }
  .v-switch--inset-material .v-selection-control__input:active .v-switch__thumb {
    transform: scale(var(--v-switch-inset-thumb-pressed-scale, 1.1666666667));
  }
  .v-switch--inset-material .v-selection-control__input:before {
    --v-hover-opacity: 0.08;
    z-index: 1;
  }
  .v-switch--inset-material .v-selection-control--focus-visible .v-selection-control__input:before {
    opacity: 0;
  }
  .v-switch--inset-material .v-selection-control--focus-visible .v-switch__track {
    outline: 2px solid rgb(var(--v-theme-surface-variant));
    outline-offset: 2px;
  }
  .v-switch--inset-material .v-selection-control--disabled {
    opacity: 1;
  }
  .v-switch--inset-material .v-selection-control--disabled .v-label {
    opacity: var(--v-disabled-opacity);
  }
  .v-switch--inset-material .v-selection-control--disabled .v-switch__track {
    background-color: color-mix(in srgb, color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) 73%, #ccc) 12%, transparent);
    border-color: rgba(var(--v-theme-on-surface), 0.12);
  }
  .v-switch--inset-material .v-selection-control--disabled .v-switch__thumb {
    background-color: rgba(var(--v-theme-on-surface), 0.38);
  }
  .v-switch--inset-material .v-selection-control--disabled .v-switch__thumb .v-icon {
    opacity: 0.8;
  }
  .v-switch--inset-material .v-selection-control--disabled.v-selection-control--dirty .v-switch__track {
    background-color: rgba(var(--v-theme-on-surface), 0.12);
    border-color: transparent;
  }
  .v-switch--inset-material .v-selection-control--disabled.v-selection-control--dirty .v-switch__thumb {
    background-color: rgb(var(--v-theme-surface));
  }
  .v-switch--inset-material .v-selection-control--disabled.v-selection-control--dirty .v-switch__thumb .v-icon {
    opacity: 0.4;
  }
  .v-switch--inset-square .v-switch__track {
    border-radius: 6px;
  }
  .v-switch--inset-square .v-switch__thumb {
    border-radius: 4px;
  }
  .v-switch.v-input {
    flex: 0 1 auto;
  }
  .v-switch .v-selection-control {
    min-height: var(--v-input-control-height);
  }
  .v-switch .v-selection-control__input {
    border-radius: 50%;
    transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    height: calc(var(--v-switch-thumb-height) * 1.666666667);
    width: calc(var(--v-switch-thumb-height) * 1.666666667);
  }
  .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
    transform: translateX(calc(-10px * var(--v-switch-scale)));
  }
  .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
    transform: translateX(calc(10px * var(--v-switch-scale)));
  }
  .v-switch .v-selection-control__input .v-icon {
    position: absolute;
  }
  .v-switch .v-selection-control__input input {
    margin: 0;
  }
  .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
    transform: translateX(calc(10px * var(--v-switch-scale)));
  }
  .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
    transform: translateX(calc(-10px * var(--v-switch-scale)));
  }
  .v-switch.v-switch--indeterminate .v-selection-control__input {
    transform: scale(0.8);
  }
  .v-switch.v-switch--indeterminate .v-switch__thumb {
    transform: scale(0.75);
    box-shadow: none;
  }
  .v-switch.v-switch--inset .v-selection-control__wrapper {
    width: auto;
  }
  .v-switch.v-input--vertical .v-label {
    min-width: max-content;
  }
  .v-switch.v-input--vertical .v-selection-control__wrapper {
    transform: rotate(-90deg);
  }
  @media (forced-colors: active) {
    .v-switch .v-switch__loader .v-progress-circular {
      color: currentColor;
    }
    .v-switch .v-switch__thumb {
      background-color: buttontext;
    }
    .v-switch .v-switch__track,
    .v-switch .v-switch__thumb {
      border: 1px solid;
      color: buttontext;
    }
    .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
      background-color: highlight;
    }
    .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
      background-color: highlight;
    }
    .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
    .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
      color: highlight;
    }
    .v-switch.v-switch--inset .v-switch__track {
      border-width: 2px;
    }
    .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
      background-color: highlighttext;
      color: highlighttext;
    }
    .v-switch.v-input--disabled .v-switch__thumb {
      background-color: graytext;
    }
    .v-switch.v-input--disabled .v-switch__track,
    .v-switch.v-input--disabled .v-switch__thumb {
      color: graytext;
    }
    .v-switch.v-switch--loading .v-switch__thumb {
      background-color: canvas;
    }
    .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
      border-width: 0;
    }
  }
}@layer vuetify-components {
  .v-system-bar {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    height: 24px;
    justify-content: flex-end;
    max-width: 100%;
    padding-inline: 8px;
    position: relative;
    text-align: end;
    width: 100%;
  }
  .v-system-bar .v-icon {
    opacity: var(--v-medium-emphasis-opacity);
  }
  .v-system-bar {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-system-bar--absolute {
    position: absolute;
  }
  .v-system-bar--fixed {
    position: fixed;
  }
  .v-system-bar {
    background: rgba(var(--v-theme-surface-light));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface-light)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-system-bar {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.0454545455em;
    line-height: 1.4545454545;
    text-transform: none;
  }
  .v-system-bar--rounded {
    border-radius: 0;
  }
  .v-system-bar--window {
    height: 32px;
  }
  .v-system-bar:not(.v-system-bar--absolute) {
    padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
  }
}@layer vuetify-components {}
@layer vuetify-overrides {
  .v-tab {
    height: var(--v-tabs-height);
    border-radius: 0;
    min-width: 90px;
  }
}
@layer vuetify-components {
  .v-slide-group--horizontal .v-tab {
    max-width: 360px;
  }
  .v-slide-group--vertical .v-tab {
    justify-content: start;
  }
  .v-tab__slider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: currentColor;
    pointer-events: none;
    opacity: 0;
  }
  .v-tab--selected .v-tab__slider {
    opacity: 1;
  }
  .v-slide-group--vertical .v-tab__slider {
    top: 0;
    height: 100%;
    width: 2px;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-tab--selected.v-btn {
      color: highlight;
    }
    .v-tab__slider {
      background: highlight;
    }
  }
}@layer vuetify-components {
  .v-tabs {
    display: flex;
    height: var(--v-tabs-height);
  }
  .v-tabs--density-default {
    --v-tabs-height: 48px;
  }
  .v-tabs--density-default.v-tabs--stacked {
    --v-tabs-height: 72px;
  }
  .v-tabs--density-comfortable {
    --v-tabs-height: 44px;
  }
  .v-tabs--density-comfortable.v-tabs--stacked {
    --v-tabs-height: 68px;
  }
  .v-tabs--density-compact {
    --v-tabs-height: 36px;
  }
  .v-tabs--density-compact.v-tabs--stacked {
    --v-tabs-height: 60px;
  }
  .v-tabs.v-slide-group--vertical {
    height: auto;
    flex: none;
    --v-tabs-height: 48px;
  }
  .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
    margin-inline-start: 42px;
  }
  .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
  .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
    margin-inline-end: auto;
  }
  .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
  .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
    margin-inline-start: auto;
  }
  .v-tabs--grow {
    flex-grow: 1;
  }
  .v-tabs--grow .v-tab {
    flex: 1 0 auto;
    max-width: none;
  }
  .v-tabs--align-tabs-end .v-tab:first-child {
    margin-inline-start: auto;
  }
  .v-tabs--align-tabs-end .v-tab:last-child {
    margin-inline-end: 0;
  }
  .v-tabs--inset {
    --v-tabs-inset-radius: 4px;
    --v-tabs-inset-padding: 4px;
    --v-tabs-slider-background: rgba(var(--v-theme-on-surface), .2);
    background: color-mix(in srgb, rgb(var(--v-theme-on-surface)) 6%, transparent);
    box-shadow: inset 0 0 0 2px rgba(var(--v-border-color), var(--v-border-opacity));
    border-radius: calc(var(--v-tabs-inset-radius) + var(--v-tabs-inset-padding));
  }
  .v-tabs--inset .v-tab {
    margin: var(--v-tabs-inset-padding);
    transition-property: box-shadow, transform, opacity, background, color;
  }
  .v-tabs--inset .v-tab.v-tab.v-btn {
    border-radius: var(--v-tabs-inset-radius);
  }
  .v-tabs--inset .v-tab:focus-visible {
    outline: 2px solid rgb(var(--v-border-color));
    outline-offset: 2px;
  }
  .v-tabs--inset .v-tab:focus-visible:after {
    opacity: 0;
  }
  .v-tabs--inset:not(.v-tabs--fixed-tabs, .v-tabs--grow) {
    max-width: max-content;
  }
  .v-tabs--inset.v-tabs--fixed-tabs .v-slide-group__content {
    padding-inline: var(--v-tabs-inset-padding);
  }
  .v-tabs--inset .v-tab__slider {
    background: var(--v-tabs-slider-background);
    inset: 0;
    border-radius: var(--v-tabs-inset-radius);
    z-index: -1;
    width: auto;
  }
  .v-tabs--inset.v-tabs--horizontal {
    height: calc(var(--v-tabs-height) + var(--v-tabs-inset-padding) * 2);
    --v-tabs-inset-tab-radius: calc(var(--v-tabs-outer-radius) - var(--v-tabs-inset-padding) + 4px);
  }
  .v-tabs--inset.v-tabs--horizontal .v-tab__slider {
    height: auto;
  }
  .v-tabs--inset .v-btn__overlay {
    display: none;
  }
  .v-tabs--inset.v-tabs--vertical .v-tab {
    grid-template-columns: max-content 1fr max-content;
  }
  .v-tabs--inset.v-tabs--vertical .v-tab > .v-btn__content {
    justify-content: start;
  }
  .v-tabs--inset.v-tabs--vertical .v-tab .v-tab__slider {
    width: auto;
  }
  @media (max-width: 1263.98px) {
    .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
      margin-inline-start: 52px;
    }
    .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
      margin-inline-end: 52px;
    }
  }
}@layer vuetify-components {
  .v-textarea {
    --v-textarea-max-height: initial;
  }
  .v-textarea .v-field {
    --v-textarea-control-height: var(--v-input-control-height);
  }
  .v-textarea .v-field:not(.v-field--no-label, .v-field--active) textarea::placeholder {
    opacity: 0;
  }
  .v-textarea .v-field__field {
    --v-input-control-height: var(--v-textarea-control-height);
  }
  .v-textarea .v-field__input {
    max-height: var(--v-textarea-max-height);
    flex: 1 1 auto;
    outline: none;
    -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)), linear-gradient(to right, transparent, transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)), black calc(100% - var(--v-textarea-scroll-bar-width, 16px)));
    mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)), linear-gradient(to right, transparent, transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)), black calc(100% - var(--v-textarea-scroll-bar-width, 16px)));
  }
  .v-textarea .v-field__input.v-textarea__sizer {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
@layer vuetify-overrides {
  .v-textarea .v-field__input.v-textarea__sizer {
    height: 0;
    min-height: 0;
  }
}
@layer vuetify-components {
  .v-textarea--no-resize .v-field__input {
    resize: none;
  }
  .v-textarea textarea {
    flex: 1;
    min-width: 0;
    height: 100%;
    transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-textarea textarea:focus, .v-textarea textarea:active {
    outline: none;
  }
  .v-textarea textarea:invalid {
    box-shadow: none;
  }
}@layer vuetify-components {
  .v-theme-provider {
    background: rgb(var(--v-theme-background));
    color: rgb(var(--v-theme-on-background));
  }
}@layer vuetify-components {
  .v-timeline .v-timeline-divider__dot {
    background: rgb(var(--v-theme-surface-light));
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-timeline .v-timeline-divider__dot {
      border: 2px solid;
    }
  }
}
@layer vuetify-components {
  .v-timeline .v-timeline-divider__inner-dot {
    background: rgb(var(--v-theme-on-surface));
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-timeline .v-timeline-divider__inner-dot {
      background-color: transparent;
    }
  }
}
@layer vuetify-components {
  .v-timeline {
    --v-timeline-dot-border-size: 8px;
    display: grid;
    grid-auto-flow: dense;
    position: relative;
  }
  .v-timeline--horizontal.v-timeline {
    grid-column-gap: 24px;
    width: 100%;
  }
  .v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
    grid-row: 3;
    align-self: flex-start;
    padding-block-start: 24px;
  }
  .v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
    grid-row: 1;
    align-self: flex-end;
    padding-block-end: 24px;
  }
  .v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
    grid-row: 1;
    align-self: flex-end;
    padding-block-end: 24px;
  }
  .v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
    grid-row: 3;
    align-self: flex-start;
    padding-block-start: 24px;
  }
  .v-timeline--vertical.v-timeline {
    row-gap: 24px;
    height: 100%;
  }
  .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
    padding-block-start: 24px;
  }
  .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
    padding-block-end: 24px;
  }
  .v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
    grid-column: 1;
    justify-self: flex-end;
    padding-inline-end: 24px;
  }
  .v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
    grid-column: 3;
    justify-self: flex-start;
    padding-inline-start: 24px;
  }
  .v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
    grid-column: 3;
    justify-self: flex-start;
    padding-inline-start: 24px;
  }
  .v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
    grid-column: 1;
    justify-self: flex-end;
    padding-inline-end: 24px;
  }
  .v-timeline-item {
    display: contents;
  }
  .v-timeline-divider {
    position: relative;
    display: flex;
    align-items: center;
  }
  .v-timeline--horizontal .v-timeline-divider {
    flex-direction: row;
    grid-row: 2;
    width: 100%;
  }
  .v-timeline--vertical .v-timeline-divider {
    height: 100%;
    flex-direction: column;
    grid-column: 2;
  }
  .v-timeline-divider__before {
    background: rgba(var(--v-border-color), var(--v-border-opacity));
    position: absolute;
  }
  .v-timeline--horizontal .v-timeline-divider__before {
    height: var(--v-timeline-line-thickness);
    width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    inset-inline-start: -12px;
    inset-inline-end: initial;
  }
  .v-timeline--vertical .v-timeline-divider__before {
    height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    width: var(--v-timeline-line-thickness);
    top: -12px;
  }
  @media (forced-colors: active) {
    .v-timeline-divider__before {
      background: canvastext;
    }
  }
  .v-timeline-divider__after {
    background: rgba(var(--v-border-color), var(--v-border-opacity));
    position: absolute;
  }
  .v-timeline--horizontal .v-timeline-divider__after {
    height: var(--v-timeline-line-thickness);
    width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    inset-inline-end: -12px;
    inset-inline-start: initial;
  }
  .v-timeline--vertical .v-timeline-divider__after {
    height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    width: var(--v-timeline-line-thickness);
    bottom: -12px;
  }
  @media (forced-colors: active) {
    .v-timeline-divider__after {
      background: canvastext;
    }
  }
  .v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
    height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    top: 0;
  }
  .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
    width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    inset-inline-start: 0;
    inset-inline-end: initial;
  }
  .v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after {
    height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
  }
  .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
    width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
    inset-inline-end: -12px;
    inset-inline-start: initial;
  }
  .v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before {
    height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
  }
  .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before {
    width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
  }
  .v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after {
    height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    bottom: 0;
  }
  .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
    width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
    inset-inline-end: 0;
    inset-inline-start: initial;
  }
  .v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
    height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
  }
  .v-timeline-divider__dot {
    z-index: 1;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .v-timeline-divider__dot {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-timeline-divider__dot--size-x-small {
    --v-timeline-dot-border-size: 6px;
    height: 22px;
    width: 22px;
  }
  .v-timeline-divider__dot--size-small {
    --v-timeline-dot-border-size: 8px;
    height: 30px;
    width: 30px;
  }
  .v-timeline-divider__dot--size-default {
    --v-timeline-dot-border-size: 8px;
    height: 38px;
    width: 38px;
  }
  .v-timeline-divider__dot--size-large {
    --v-timeline-dot-border-size: 8px;
    height: 46px;
    width: 46px;
  }
  .v-timeline-divider__dot--size-x-large {
    --v-timeline-dot-border-size: 10px;
    height: 54px;
    width: 54px;
  }
  .v-timeline-divider__inner-dot {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: calc(100% - var(--v-timeline-dot-border-size));
    width: calc(100% - var(--v-timeline-dot-border-size));
  }
}
@layer vuetify-components {
  /** Modifiers **/
  .v-timeline--horizontal.v-timeline--justify-center {
    grid-template-rows: minmax(auto, 50%) min-content minmax(auto, 50%);
  }
  .v-timeline--vertical.v-timeline--justify-center {
    grid-template-columns: minmax(auto, 50%) min-content minmax(auto, 50%);
  }
  .v-timeline--horizontal.v-timeline--justify-auto {
    grid-template-rows: auto min-content auto;
  }
  .v-timeline--vertical.v-timeline--justify-auto {
    grid-template-columns: auto min-content auto;
  }
  .v-timeline--horizontal.v-timeline--density-comfortable {
    height: 100%;
  }
  .v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-end {
    grid-template-rows: min-content min-content auto;
  }
  .v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-start {
    grid-template-rows: auto min-content min-content;
  }
  .v-timeline--vertical.v-timeline--density-comfortable {
    width: 100%;
  }
  .v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-end {
    grid-template-columns: min-content min-content auto;
  }
  .v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-start {
    grid-template-columns: auto min-content min-content;
  }
  .v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end {
    grid-template-rows: 0 min-content auto;
  }
  .v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-start {
    grid-template-rows: auto min-content 0;
  }
  .v-timeline--horizontal.v-timeline--density-compact .v-timeline-item__body {
    grid-row: 1;
  }
  .v-timeline--vertical.v-timeline--density-compact.v-timeline--side-end {
    grid-template-columns: 0 min-content auto;
  }
  .v-timeline--vertical.v-timeline--density-compact.v-timeline--side-start {
    grid-template-columns: auto min-content 0;
  }
  .v-timeline--vertical.v-timeline--density-compact .v-timeline-item__body {
    grid-column: 3;
  }
  .v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
    grid-row: 3;
    align-self: flex-start;
    padding-block-end: initial;
    padding-block-start: 24px;
  }
  .v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
    grid-row: 1;
    align-self: flex-end;
    padding-block-end: 24px;
    padding-block-start: initial;
  }
  .v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
    grid-column: 3;
    justify-self: flex-start;
    padding-inline-start: 24px;
    padding-inline-end: initial;
  }
  .v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
    grid-column: 1;
    justify-self: flex-end;
    padding-inline-end: 24px;
    padding-inline-start: initial;
  }
  .v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
    grid-row: 1;
    align-self: flex-end;
    padding-block-end: 24px;
    padding-block-start: initial;
  }
  .v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
    grid-row: 3;
    align-self: flex-start;
    padding-block-end: initial;
    padding-block-start: 24px;
  }
  .v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
    grid-column: 1;
    justify-self: flex-end;
    padding-inline-end: 24px;
  }
  .v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
    grid-column: 3;
    justify-self: flex-start;
    padding-inline-start: 24px;
  }
  .v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
    height: inherit;
    width: inherit;
  }
  .v-timeline--align-center {
    --v-timeline-line-size-base: 50%;
    --v-timeline-line-size-offset: 0px;
  }
  .v-timeline--horizontal.v-timeline--align-center {
    justify-items: center;
  }
  .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
    padding-inline: 12px;
  }
  .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
    padding-inline: 12px;
  }
  .v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
    justify-content: center;
  }
  .v-timeline--vertical.v-timeline--align-center {
    align-items: center;
  }
  .v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
    justify-content: center;
  }
  .v-timeline--align-start {
    --v-timeline-line-size-base: 100%;
    --v-timeline-line-size-offset: 12px;
  }
  .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
    --v-timeline-line-size-offset: 24px;
  }
  .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
    --v-timeline-line-size-offset: -12px;
  }
  .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
    --v-timeline-line-size-offset: 0px;
  }
  .v-timeline--horizontal.v-timeline--align-start {
    justify-items: flex-start;
  }
  .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
    justify-content: flex-start;
  }
  .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
    width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
  }
  .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
    width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
  }
  .v-timeline--vertical.v-timeline--align-start {
    align-items: flex-start;
  }
  .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
    justify-content: flex-start;
  }
  .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
    height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
  }
  .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
    height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
  }
  .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
    display: none;
  }
  .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
    --v-timeline-line-size-offset: 12px;
  }
  .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
    padding-block-start: 0;
  }
  .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
    padding-inline-start: 0;
  }
  .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
    display: none;
  }
  .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
    --v-timeline-line-size-offset: 12px;
  }
  .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
    padding-block-end: 0;
  }
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
    padding-inline-end: 0;
  }
}@layer vuetify-components {
  .v-time-picker.v-picker {
    min-width: 328px;
  }
  .v-time-picker .v-picker__body, .v-time-picker-controls__field-label,
  .v-time-picker .v-field {
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: transform, max-height, opacity, font-size;
  }
  @media (prefers-reduced-motion: reduce) {
    .v-time-picker .v-picker__body, .v-time-picker-controls__field-label,
    .v-time-picker .v-field {
      transition: none;
    }
  }
  .v-time-picker .v-picker__body {
    transition-behavior: allow-discrete;
    max-height: calc-size(max-content, size);
  }
  .v-time-picker--variant-input .v-picker__body {
    transform: scale(0);
    max-height: 0;
  }
}@layer vuetify-components {
  .v-time-picker-clock {
    background: rgb(var(--v-theme-background));
    color: rgb(var(--v-theme-on-background));
  }
  .v-time-picker-clock:after {
    color: rgb(var(--v-theme-primary));
  }
  .v-time-picker-clock .v-time-picker-clock__item--active {
    background-color: rgb(var(--v-theme-surface-variant));
    color: rgb(var(--v-theme-on-surface-variant));
  }
  .v-time-picker-clock {
    margin: 24px;
    background: rgb(var(--v-theme-surface-light));
    border-radius: 50%;
    position: relative;
    transition: none;
    user-select: none;
    max-width: 256px;
    aspect-ratio: 1;
    flex: 100%;
  }
  .v-time-picker-clock__container {
    display: flex;
    flex-direction: column;
    flex-basis: 290px;
    justify-content: center;
    padding: 10px;
  }
  .v-time-picker-clock__hand {
    background-color: currentColor;
    height: calc(50% - 4px);
    width: 2px;
    bottom: 50%;
    left: calc(50% - 1px);
    transform-origin: center bottom;
    position: absolute;
    will-change: transform;
    z-index: 1;
  }
  .v-time-picker-clock__hand:before {
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .v-time-picker-clock__hand:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 100%;
    left: 50%;
    border-radius: 100%;
    background-color: currentColor;
    transform: translate(-50%, -50%);
  }
  .v-time-picker-clock__hand--inner:after {
    height: 14px;
  }
  .v-time-picker-clock--readonly {
    pointer-events: none;
  }
  .v-time-picker-clock .v-time-picker-clock__item--disabled {
    opacity: var(--v-disabled-opacity);
  }
  .v-picker--full-width .v-time-picker-clock__container {
    max-width: 290px;
  }
  .v-time-picker-clock__inner {
    position: absolute;
    bottom: 27px;
    left: 27px;
    right: 27px;
    top: 27px;
  }
  .v-time-picker-clock__item {
    align-items: center;
    border-radius: 100%;
    cursor: default;
    display: flex;
    font-size: 16px;
    justify-content: center;
    height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
    user-select: none;
    transform: translate(-50%, -50%);
  }
  .v-time-picker-clock__item > span {
    z-index: 1;
  }
  .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    transform: translate(-50%, -50%);
  }
  .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
    height: 40px;
    width: 40px;
  }
  .v-time-picker-clock__item--active {
    cursor: default;
    z-index: 2;
  }
  .v-time-picker-clock__item--disabled {
    pointer-events: none;
  }
  .v-picker--landscape .v-time-picker-clock__container {
    flex-direction: row;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-time-picker-clock__hand {
      background-color: highlight;
    }
    .v-time-picker-clock__hand:before {
      border-color: highlight;
    }
    .v-time-picker-clock__hand:after {
      background-color: highlight;
    }
    .v-time-picker-clock__item--active {
      outline: 2px solid highlight;
    }
  }
}@layer vuetify-components {
  .v-time-picker-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    margin-inline: 24px;
    margin-bottom: 12px;
  }
  .v-time-picker-controls__text {
    padding-bottom: 12px;
  }
  .v-time-picker-controls__time {
    display: flex;
    white-space: nowrap;
    direction: ltr;
    justify-content: center;
    align-items: start;
  }
  .v-time-picker-controls__time__separator {
    width: 24px;
    text-align: center;
  }
  .v-time-picker--density-compact .v-time-picker-controls__time__separator {
    font-weight: bold;
  }
  .v-time-picker--density-default .v-time-picker-controls__time__separator {
    font-size: 56px;
    line-height: 74px;
  }
  .v-time-picker--variant-input .v-time-picker--density-default .v-time-picker-controls__time__separator {
    line-height: 64px;
  }
  .v-time-picker-controls__time--with-seconds .v-time-picker--density-default .v-time-picker-controls__time__separator {
    height: 80px;
    font-size: 56px;
  }
  .v-time-picker--density-comfortable .v-time-picker-controls__time__separator {
    font-size: 40px;
    line-height: 58px;
  }
  .v-time-picker--variant-input .v-time-picker--density-comfortable .v-time-picker-controls__time__separator {
    line-height: 48px;
  }
  .v-time-picker-controls__time--with-seconds .v-time-picker--density-comfortable .v-time-picker-controls__time__separator {
    height: 64px;
    font-size: 40px;
  }
  .v-time-picker--density-compact .v-time-picker-controls__time__separator {
    font-size: 32px;
    line-height: 50px;
  }
  .v-time-picker--variant-input .v-time-picker--density-compact .v-time-picker-controls__time__separator {
    line-height: 40px;
  }
  .v-time-picker-controls__time--with-seconds .v-time-picker--density-compact .v-time-picker-controls__time__separator {
    height: 56px;
    font-size: 32px;
  }
  .v-time-picker-controls__time__field {
    width: 96px;
  }
  .v-time-picker-controls__time__field .v-field {
    width: 96px;
    background-color: rgb(var(--v-theme-surface-light));
    color: inherit;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v-time-picker-controls__time__field .v-field > .v-field__overlay {
    opacity: 0.04;
  }
  .v-time-picker-controls__time__field--active .v-field > .v-field__overlay {
    opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
  .v-time-picker--variant-input .v-time-picker-controls__time__field {
    width: 96px;
  }
  .v-time-picker--variant-input .v-time-picker-controls__time__field .v-field {
    width: 96px;
  }
  .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field {
    width: 64px;
  }
  .v-time-picker--variant-input .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field {
    width: 64px;
  }
  .v-time-picker-controls__time__field .v-field__input {
    padding: 0;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    align-self: center;
  }
  .v-time-picker-controls__time__field .v-field__input:focus::placeholder {
    opacity: 0;
  }
  .v-time-picker-controls__time__field.v-input > .v-input__details {
    font-size: 12px;
    letter-spacing: 0.0333333333em;
    padding-inline: 0;
    white-space: normal;
  }
  .v-time-picker-controls__time__field.v-input > .v-input__details > .v-messages {
    opacity: 1;
  }
  .v-time-picker-controls__time__field.v-input--error .v-field__input {
    color: rgb(var(--v-theme-error));
  }
  .v-time-picker-controls__ampm {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
  }
  .v-time-picker-controls__ampm--readonly {
    pointer-events: none;
  }
  .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
    opacity: 0.6;
  }
  .v-time-picker-controls__ampm__btn.v-btn {
    min-width: 52px;
    padding: 0 8px;
  }
  .v-time-picker-controls__ampm__btn.v-btn.v-time-picker-controls__ampm__am {
    border-radius: 4px 4px 0 0;
    border: 1px solid;
  }
  .v-time-picker-controls__ampm__btn.v-btn.v-time-picker-controls__ampm__pm {
    border-radius: 0 0 4px 4px;
    border: 1px solid;
    border-top: none;
  }
  .v-time-picker-controls__ampm__btn.v-btn__active {
    background: rgb(var(--v-theme-primary));
  }
  .v-time-picker--density-default .v-time-picker-controls__time__field .v-input__control {
    height: 80px;
  }
  .v-time-picker--density-default .v-time-picker-controls__time__field .v-input__control .v-field {
    font-size: 56px;
  }
  .v-time-picker--density-default .v-time-picker-controls__time__field .v-input__control .v-field .v-field__input {
    min-height: 80px;
  }
  .v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control {
    height: 72px;
  }
  .v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control .v-field {
    font-size: 44px;
  }
  .v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control .v-field .v-field__input {
    min-height: 72px;
  }
  .v-time-picker--density-default .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field .v-field {
    font-size: 40px;
  }
  .v-time-picker--density-default .v-time-picker-controls__ampm__btn.v-btn {
    font-size: 18px;
    height: 40px;
  }
  .v-time-picker--density-default.v-time-picker--variant-input .v-time-picker-controls__ampm__btn.v-btn {
    height: 36px;
  }
  .v-time-picker--density-comfortable .v-time-picker-controls__time__field .v-input__control {
    height: 64px;
  }
  .v-time-picker--density-comfortable .v-time-picker-controls__time__field .v-input__control .v-field {
    font-size: 40px;
  }
  .v-time-picker--density-comfortable .v-time-picker-controls__time__field .v-input__control .v-field .v-field__input {
    min-height: 64px;
  }
  .v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control {
    height: 56px;
  }
  .v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control .v-field {
    font-size: 32px;
  }
  .v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control .v-field .v-field__input {
    min-height: 56px;
  }
  .v-time-picker--density-comfortable .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field .v-field {
    font-size: 32px;
  }
  .v-time-picker--density-comfortable .v-time-picker-controls__ampm__btn.v-btn {
    font-size: 14px;
    height: 32px;
  }
  .v-time-picker--density-comfortable.v-time-picker--variant-input .v-time-picker-controls__ampm__btn.v-btn {
    height: 28px;
  }
  .v-time-picker--density-compact .v-time-picker-controls__time__field .v-input__control {
    height: 56px;
  }
  .v-time-picker--density-compact .v-time-picker-controls__time__field .v-input__control .v-field {
    font-size: 32px;
  }
  .v-time-picker--density-compact .v-time-picker-controls__time__field .v-input__control .v-field .v-field__input {
    min-height: 56px;
  }
  .v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control {
    height: 48px;
  }
  .v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control .v-field {
    font-size: 26px;
  }
  .v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__time__field .v-input__control .v-field .v-field__input {
    min-height: 48px;
  }
  .v-time-picker--density-compact .v-time-picker-controls__time--with-seconds .v-time-picker-controls__time__field .v-field {
    font-size: 28px;
  }
  .v-time-picker--density-compact .v-time-picker-controls__ampm__btn.v-btn {
    font-size: 12px;
    height: 28px;
  }
  .v-time-picker--density-compact.v-time-picker--variant-input .v-time-picker-controls__ampm__btn.v-btn {
    height: 24px;
  }
  .v-picker__title--landscape .v-time-picker-controls {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .v-picker__title--landscape .v-time-picker-controls__time {
    text-align: right;
  }
  .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
  .v-picker__title--landscape .v-time-picker-controls__time span {
    height: 55px;
    font-size: 55px;
  }
  .v-picker__title--landscape .v-time-picker-controls__ampm {
    margin: 16px 0 0;
    align-self: initial;
    text-align: center;
  }
  .v-picker--time .v-picker__title--landscape {
    padding: 0;
  }
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
    text-align: center;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-time-picker-controls__time__field:has(input:focus-visible) {
      outline: 2px solid highlight;
      outline-offset: 2px;
    }
    .v-time-picker-controls__ampm__btn.v-btn--active {
      color: highlight;
      forced-color-adjust: preserve-parent-color;
    }
  }
}@layer vuetify-components {
  .v-treeview-item {
    --list-indent-size: 28px;
  }
  .v-treeview-item.v-treeview-item--filtered {
    display: none;
  }
  .v-treeview-item.v-list-item--disabled:not(a) {
    pointer-events: auto;
  }
  .v-treeview-item.v-list-item--disabled:not(a) .v-selection-control {
    pointer-events: none;
  }
  .v-treeview-item__level {
    width: 28px;
  }
  .v-treeview--fluid .v-treeview-item__level {
    width: 0;
  }
  .v-treeview {
    --v-treeview-indent-line-color: rgb(var(--v-theme-on-surface));
    --v-treeview-indent-line-opacity: 0.4;
  }
  .v-treeview.v-list {
    --indent-padding: 16px;
  }
  .v-treeview.v-list--disabled .v-list-item__prepend {
    pointer-events: auto;
  }
  .v-treeview .v-list-item--slim > .v-list-item__prepend > .v-icon ~ .v-list-item__spacer {
    width: var(--v-list-prepend-gap, 10px);
  }
  .v-treeview .v-list-item--slim > .v-list-item__prepend:not(:has(.v-list-item-action)) > .v-icon {
    margin-inline-start: -6px;
  }
  .v-treeview:has(.v-treeview-indent-lines) .v-list-item-action:first-child > .v-selection-control,
  .v-treeview:has(.v-treeview-indent-lines) .v-treeview-indent-lines + .v-list-item-action > .v-selection-control {
    margin-inline: min(0px, -1 * (var(--v-selection-control-size) - 28px) / 2);
  }
  .v-treeview-indent-lines {
    position: absolute;
    inset-inline-start: 0;
    height: 100%;
    display: grid;
    padding-inline-start: 8px;
    padding-block: 0;
    grid-template-columns: repeat(var(--v-indent-parts, 1), var(--prepend-width));
    opacity: var(--v-treeview-indent-line-opacity);
    pointer-events: none;
  }
  .v-treeview-indent-line, .v-treeview-indent-line::before {
    border: 0px solid var(--v-treeview-indent-line-color);
  }
  .v-treeview-indent-line--leaf, .v-treeview-indent-line--line {
    border-inline-start-width: 1px;
    height: 100%;
    width: calc(50% + 1px);
    justify-self: end;
  }
  .v-treeview-indent-line--leaf {
    position: relative;
  }
  .v-treeview-indent-line--leaf::before {
    content: "";
    position: absolute;
    border-bottom-width: 1px;
    height: calc(50% + 1px);
    width: 100%;
  }
  .v-treeview-indent-line--leaf:last-child::before {
    width: calc(100% - 4px);
  }
  .v-treeview-indent-line--leaf-link {
    border-bottom-width: 1px;
    height: calc(50% + 1px);
    margin-inline-start: 0;
    margin-inline-end: 6px;
  }
  .v-treeview-indent-line--last-leaf {
    border-inline-start-width: 1px;
    border-bottom-width: 1px;
    height: calc(50% + 1px);
    margin-inline-start: calc(50% - 1px);
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-rtl.v-treeview-indent-line--last-leaf, .v-locale--is-rtl .v-treeview-indent-line--last-leaf {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
  }
  .v-treeview-indent-line--last-leaf:last-child {
    margin-inline-end: 4px;
  }
  .v-treeview-group.v-list-group {
    --list-indent-size: 0px;
  }
  .v-treeview-group.v-list-group > .v-treeview-item__level {
    width: 0px;
  }
}
@layer vuetify-overrides {
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
    padding-inline-start: calc(var(--indent-padding));
  }
}[data-v-98e03201] .forgot-password-button.v-btn:not(.v-btn--icon).v-btn--size-small {
  padding: 0;
  margin: 0 !important;
  min-width: 0;
  height: auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.07143px;
  text-transform: uppercase;
  white-space: nowrap;
}
[data-v-98e03201] .custom-error p {
  line-height: unset !important;
  margin-bottom: 7px !important;
  width: 250px;
}
.linkForgotVisual[data-v-98e03201] {
  text-align: center;
  margin-bottom: 16px;
}
.text-check[data-v-98e03201] {
  margin-left: 12px;
  align-items: baseline;
  font-size: 9px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: rgba(0, 17, 84, 0.7);
}
.xl-registration-button[data-v-98e03201] {
  padding: 0 12.5px !important;
}
.custom-eye-icon[data-v-98e03201] {
  width: 24px !important;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.54) !important;
}
.custom__registration[data-v-98e03201] {
  margin-left: -8px;
}
.forgot-text[data-v-98e03201] {
  font-size: 12px;
  line-height: normal;
}
.login-text[data-v-98e03201] {
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.login-btn[data-v-98e03201] {
    height: 40px !important;
}
.forgot-text[data-v-98e03201] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #2969ff;
}
.login-text[data-v-98e03201] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}
.text-check[data-v-98e03201] {
    font-weight: 600;
    font-size: 12px;
}
.sign-up-text[data-v-98e03201] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #2969ff;
}
.sign-to-continue[data-v-98e03201] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #001154;
}
.second-input-with-background .v-input[data-v-98e03201] {
    font-size: 14px !important;
}
}.second-input-with-background.email[data-v-982a21c5] {
  margin-bottom: 14px;
}
.registration-role[data-v-982a21c5] {
  min-width: 0;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  color: #001154;
}
.registration-role legend[data-v-982a21c5] {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.registration-role__options[data-v-982a21c5] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  padding: 3px;
  border-radius: 8px;
  background: #e9eef7;
}
.registration-role__options button[data-v-982a21c5] {
  min-width: 0;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #5f6d86;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
}
.registration-role__options button.is-selected[data-v-982a21c5] {
  border-color: #2969ff;
  background: #fff;
  color: #001154;
  box-shadow: 0 0 0 1px rgba(41, 105, 255, 0.16), 0 3px 9px rgba(0, 17, 84, 0.08);
}
.registration-role__options button[data-v-982a21c5]:focus-visible {
  outline: 2px solid rgba(41, 105, 255, 0.3);
  outline-offset: 1px;
}
.listValidatePassword[data-v-982a21c5] {
  color: #001154;
  font-size: 11px;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.list[data-v-982a21c5] {
  margin-left: 8px;
  margin-bottom: 14px;
  padding-right: 10px;
}
.list__wrapper[data-v-982a21c5] {
  background-color: rgba(41, 105, 255, 0.1);
}
.list__item[data-v-982a21c5] {
  margin-bottom: -2px;
  margin-right: -10px;
  font-size: 10px;
  color: rgba(0, 17, 84, 0.7);
}
.validation__description[data-v-982a21c5] {
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #001154;
  letter-spacing: 0;
}
.text-check[data-v-982a21c5] {
  align-items: baseline;
  font-size: 9px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #001154;
  margin-top: 2px !important;
  margin-left: 24px;
}
.custom-eye-icon[data-v-982a21c5] {
  padding-top: 2px;
  margin-right: 10px !important;
}
[data-v-982a21c5] .list__item i {
  font-size: 12px !important;
}
[data-v-982a21c5] .list__item {
  font-size: 12px;
}
[data-v-982a21c5] .list__wrapper {
  padding-top: 8px;
  height: 73px;
  display: flex;
  flex-direction: column;
}
[data-v-982a21c5] .v-btn__content {
  font-size: 16px !important;
}
[data-v-982a21c5] .second-input-with-background {
  font-size: 14px !important;
}
.cardPopUp__text .v-btn[data-v-982a21c5] {
  margin-bottom: 16px !important;
}.valuation-close[data-v-ffdf7fbd] {
  border-radius: 5px;
  padding-top: 16px;
}
.valuation-close__button[data-v-ffdf7fbd] {
  background: #9aabc2 !important;
  border-radius: 7px;
  max-height: 29px !important;
  min-height: 29px !important;
  height: 29px !important;
  font-size: 12px !important;
  margin-bottom: 16px;
  color: #fff !important;
}
.valuation-close__button--confirm[data-v-ffdf7fbd] {
  background: #2969ff !important;
}.xl-auth-card[data-v-593c8045] {
  position: relative;
}
[data-v-593c8045] .v-messages__message {
  text-align: left;
  font-size: 11px;
}
[data-v-593c8045] .second-input-with-background .v-input {
  margin-bottom: 12px;
  padding-right: 0;
}
[data-v-593c8045] .v-card-title {
  padding: 32px 40px 0;
  color: #0f2d59;
  justify-content: flex-start;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
[data-v-593c8045] .cardPopUp {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-593c8045] .cardPopUp__description {
  color: rgba(0, 17, 84, 0.8);
  font-size: 14px;
  line-height: 20px;
  text-align: start;
  margin-bottom: 12px;
  letter-spacing: 0;
  margin-top: -1px;
}
[data-v-593c8045] .cardPopUp__text.paddings {
  padding: 0 40px 0 !important;
}
[data-v-593c8045] .v-btn {
  margin-bottom: 8px !important;
}
[data-v-593c8045] .v-field {
  padding-top: 4px;
}
[data-v-593c8045] .v-btn--size-default {
  min-height: 32px !important;
}
[data-v-593c8045] .v-btn--size-default {
  font-size: 12px !important;
  height: 32px !important;
}
[data-v-593c8045] .v-btn.v-btn--disabled.v-btn--variant-elevated {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
}
[data-v-593c8045] .v-btn--variant-elevated {
  background-color: #2969ff !important;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 6px !important;
}
[data-v-593c8045] .v-btn.v-btn--size-small .v-btn__content {
  font-size: 9px;
}
.custom-close-icon[data-v-593c8045] {
  position: absolute;
  top: 4px;
  right: 2px;
}
.cardPopUp__title__text[data-v-593c8045] {
  align-self: flex-start;
  margin-top: 13px;
  margin-left: -8px;
  margin-bottom: -1px;
  padding-left: 6px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.login-dialog-wrapper[data-v-593c8045] {
    height: 100%;
    min-height: 100vh;
}
.mobile-image-dialog[data-v-593c8045] {
    width: 100%;
    height: 172px;
}
.custom-close-icon[data-v-593c8045] {
    background: none;
    min-height: unset !important;
    width: 24px !important;
    height: 24px !important;
    top: 9px;
    right: 9px;
    font-size: 22px;
    z-index: 30;
}
.cardPopUp__title[data-v-593c8045] {
    padding: 24px 16px 0;
}
.cardPopUp__title__text[data-v-593c8045] {
    align-self: center;
    margin-top: 8px;
}
.cardPopUp__text.paddings[data-v-593c8045] {
    padding: 0 16px 0 !important;
}
[data-v-593c8045] .login-btn {
    height: 40px !important;
}
[data-v-593c8045] .v-dialog {
    background: white;
    max-height: none;
    margin: 0;
}
[data-v-593c8045] .cardPopUp {
    box-shadow: unset !important;
}
.custom-close-icon i[data-v-593c8045] {
    font-size: 18px !important;
}
}
.close-valuation[data-v-593c8045] {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 300;
  width: 36px;
  height: 36px;
}
.close-valuation[data-v-593c8045] .v-btn__content i {
  margin: 0 !important;
}
.dialog-type-wrapper[data-v-593c8045] {
  width: 100%;
  height: 520px;
  min-height: 520px;
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
  padding: 24px 28px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 12, 52, 0.38);
}
[data-v-593c8045] .c-label {
  font-size: 14px !important;
}
@media (max-width: 600px) {
[data-v-593c8045] .c-label {
    font-size: 12px !important;
}
[data-v-593c8045] .v-field {
    font-size: 14px;
}
[data-v-593c8045] input {
    font-size: 14px;
}
}
/* Preserve the released authentication shell while targeting Vuetify 3. */
.xl-auth-card[data-v-593c8045] {
  width: 100%;
  min-width: 0;
  height: 520px;
  min-height: 520px;
  max-height: calc(100vh - 32px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
  padding: 24px 28px 20px;
  border-radius: 16px;
  background: #fff;
  color: #001154 !important;
  box-shadow: 0 34px 90px rgba(0, 12, 52, 0.38);
}
.xl-auth-card[data-v-593c8045]::-webkit-scrollbar {
  display: none;
}
.xl-auth-close[data-v-593c8045] {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f1f5fb;
  color: #5a6883;
  cursor: pointer;
}
.xl-auth-close[data-v-593c8045]:hover {
  background: #e7eef9;
  color: #001154;
}
.xl-auth-close[data-v-593c8045]:focus {
  outline: auto 1px rgb(16, 16, 16);
}
.xl-auth-close svg[data-v-593c8045] {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.xl-auth-brand[data-v-593c8045] {
  height: 34px;
  display: flex;
  align-items: center;
}
.xl-auth-brand img[data-v-593c8045] {
  display: block;
  width: 142px;
  height: auto;
}
.xl-auth-tabs[data-v-593c8045] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 22px;
  padding: 4px;
  border-radius: 10px;
  background: #edf2fa;
}
.xl-auth-tabs button[data-v-593c8045] {
  position: relative;
  height: 40px;
  border: 0;
  padding: 0 !important;
  border-radius: 7px;
  background: transparent;
  color: #64708a;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.xl-auth-tabs button.is-active[data-v-593c8045] {
  background: #fff;
  color: #001154;
  box-shadow: 0 3px 10px rgba(0, 17, 84, 0.12);
}
.xl-auth-tabs button.is-active[data-v-593c8045]::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  background: #2969ff;
  border-radius: 2px;
}
.xl-auth-tabs button[data-v-593c8045]:focus {
  outline: none;
}
.xl-auth-tabs button[data-v-593c8045]:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(41, 105, 255, 0.65);
}
.xl-auth-body[data-v-593c8045] {
  padding-top: 22px;
}
.xl-auth-body h2[data-v-593c8045] {
  margin: 0;
  color: #001154;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.xl-auth-switch[data-v-593c8045] {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e8edf6;
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #6b7690;
  font-size: 13px;
}
.xl-auth-switch button[data-v-593c8045] {
  border: 0;
  padding: 0;
  background: none;
  color: #2969ff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.xl-auth-switch button[data-v-593c8045]:hover {
  text-decoration: underline;
}
[data-v-593c8045] .cardPopUp__description {
  margin: 5px 0 17px !important;
  color: #65718b;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.2px;
  text-align: left;
}
[data-v-593c8045] .second-input-with-background {
  margin-bottom: 12px;
  opacity: 1;
  text-align: left;
}
[data-v-593c8045] .second-input-with-background::before {
  display: none !important;
}
[data-v-593c8045] .second-input-with-background .c-label {
  color: #001154;
  font-size: 13px !important;
  font-weight: 700;
}
[data-v-593c8045] .v-text-field {
  width: 100%;
  height: auto !important;
  margin-top: 2px !important;
  padding-top: 0;
}
[data-v-593c8045] .second-input-with-background .v-input {
  padding-left: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
[data-v-593c8045] .v-text-field .v-input__control {
  width: 100%;
}
[data-v-593c8045] .v-text-field .v-field {
  min-height: 44px;
  margin-bottom: 0;
  padding: 0 12px !important;
  border: 1px solid #dce4f1;
  border-radius: 7px;
  background: #f7f9fc !important;
  letter-spacing: normal;
}
[data-v-593c8045] .v-text-field .v-field__outline {
  display: none !important;
}
[data-v-593c8045] .v-text-field input {
  letter-spacing: normal;
}
[data-v-593c8045] .v-text-field input::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}
[data-v-593c8045] .v-text-field .v-field__append-inner {
  align-self: start;
  width: 28px;
  height: 16px;
  margin-top: 4px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
}
[data-v-593c8045] .v-field__append-inner .v-theme--marketplaceLight.v-icon.custom-eye-icon {
  color: rgba(0, 0, 0, 0.54) !important;
  opacity: 1;
}
[data-v-593c8045] .v-field--focused {
  border-color: #2969ff !important;
  box-shadow: 0 0 0 1px rgba(41, 105, 255, 0.18);
}
[data-v-593c8045] .v-input--error .v-field {
  border-color: #d52819 !important;
  background: #fff8f7 !important;
}
[data-v-593c8045] .v-input--error input::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-593c8045] .v-input--error {
  margin-bottom: 24px !important;
}
[data-v-593c8045] .v-input__details {
  align-items: flex-start;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: normal;
  min-height: 16px;
  margin-top: 4px;
  padding: 0 !important;
}
[data-v-593c8045] .login-btn,[data-v-593c8045] .submit-btn {
  font-size: 18px !important;
  line-height: 27px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  margin: 12px 0 8px !important;
  border-radius: 7px;
  background: #2969ff !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(41, 105, 255, 0.25);
}
[data-v-593c8045] .login-btn.v-btn--disabled,[data-v-593c8045] .submit-btn.v-btn--disabled {
  background: #9aabc2 !important;
  border: 0 none rgba(118, 118, 118, 0.3) !important;
  color: rgba(0, 0, 0, 0.26) !important;
  font-size: 18px !important;
  line-height: 27px !important;
  box-shadow: none;
}
[data-v-593c8045] .login-btn.v-btn.v-btn--disabled.v-btn--variant-elevated,[data-v-593c8045] .submit-btn.v-btn.v-btn--disabled.v-btn--variant-elevated {
  margin-bottom: 8px !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
[data-v-593c8045] .login-btn .v-btn__content,[data-v-593c8045] .submit-btn .v-btn__content {
  font-size: 16px !important;
  font-weight: 400;
  line-height: normal;
  color: inherit;
  letter-spacing: 0.44px;
}
[data-v-593c8045] .login-btn .v-btn__content {
  font-weight: inherit;
}
[data-v-593c8045] .forgot-text {
  color: #2969ff;
  font-weight: 700;
}
@media (max-width: 600px) {
.xl-auth-card[data-v-593c8045] {
    height: min(520px, 100vh - 24px);
    min-height: 0;
    max-height: calc(100vh - 24px);
    padding: 20px 20px 18px;
    border-radius: 14px;
}
.xl-auth-brand img[data-v-593c8045] {
    width: 132px;
}
.xl-auth-tabs[data-v-593c8045] {
    margin-top: 18px;
}
.xl-auth-body[data-v-593c8045] {
    padding-top: 19px;
}
.xl-auth-body h2[data-v-593c8045] {
    font-size: 23px;
}
.xl-auth-switch[data-v-593c8045] {
    flex-wrap: wrap;
}
}.forgot-password-dialog-wrapper[data-v-c31f3b6a] {
  display: flex;
}
.listValidatePassword[data-v-c31f3b6a] {
  color: #001154;
  font-size: 11px;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  height: 80px;
  width: 240px;
}
.listValidatePassword .v-icon[data-v-c31f3b6a] {
  margin-bottom: 1px;
  margin-right: 6px;
}
.list[data-v-c31f3b6a] {
  margin-left: 8px;
  margin-bottom: 14px;
}
.list__wrapper[data-v-c31f3b6a] {
  background-color: rgba(41, 105, 255, 0.1);
}
.list__item[data-v-c31f3b6a] {
  margin-bottom: -2px;
  margin-right: -10px;
  font-size: 10px;
  color: rgba(0, 17, 84, 0.8);
}
.validation__description[data-v-c31f3b6a] {
  margin-bottom: 0;
  margin-top: 18px;
  margin-left: 8px;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
  color: rgba(0, 17, 84, 0.7);
}
.text-check[data-v-c31f3b6a] {
  margin-left: 24px;
  align-items: baseline;
  font-size: 9px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-c31f3b6a] .v-messages__message {
  text-align: right;
  font-size: 10px;
}
[data-v-c31f3b6a] .second-input-with-background .v-input {
  padding-right: 0;
  margin-bottom: 12px;
}
[data-v-c31f3b6a] .second-input-wrapper {
  margin-bottom: 30px !important;
}
[data-v-c31f3b6a] .v-card-title {
  padding: 32px 32px 0 !important;
  color: #0f2d59;
  justify-content: flex-start;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
[data-v-c31f3b6a] .cardPopUp {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-c31f3b6a] .cardPopUp__description {
  color: rgba(0, 17, 84, 0.8);
  font-size: 11px;
  line-height: 16px;
  text-align: start;
  margin-bottom: 16px;
  letter-spacing: 0;
}
[data-v-c31f3b6a] .cardPopUp__text {
  padding: 0 33px 20px !important;
}
[data-v-c31f3b6a] .v-field {
  padding-top: 4px;
}
[data-v-c31f3b6a] .v-btn--variant-elevated {
  background-color: #2969ff !important;
  color: #ffffff;
  border-radius: 5px;
  letter-spacing: 0 !important;
}
[data-v-c31f3b6a] .v-btn.v-btn--disabled.v-btn--variant-elevated {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
}
[data-v-c31f3b6a] .v-btn--size-default {
  font-size: 12px !important;
  min-height: 32px !important;
  margin: 0 0 3px 0 !important;
  height: 32px !important;
}
[data-v-c31f3b6a] .v-btn.v-btn--size-small .v-btn__content {
  font-size: 9px;
  margin-left: -20px;
}
[data-v-c31f3b6a] .logo-container {
  height: 45px !important;
}
[data-v-c31f3b6a] .v-messages {
  margin-bottom: 18px;
}
.cardPopUp__title__text[data-v-c31f3b6a] {
  margin-top: 11px;
  color: #001154;
}
.custom-eye-icon[data-v-c31f3b6a] {
  padding-top: 2px;
  padding-right: 10px;
}
.custom-close-icon[data-v-c31f3b6a] {
  position: absolute;
  top: 4px;
  right: 3px;
}
.custom-img[data-v-c31f3b6a] {
  margin-left: 13px;
}
.cardPopUp__text .v-btn[data-v-c31f3b6a] {
  margin-bottom: 0;
}
.v-img__img[data-v-c31f3b6a] {
  border-radius: 5px 0 0 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.forgot-password-dialog-wrapper[data-v-c31f3b6a] {
    flex-direction: column;
    height: 100%;
}
.forgot-password-dialog-wrapper .cardPopUp[data-v-c31f3b6a] {
    height: 100%;
}
.cardPopUp__description[data-v-c31f3b6a] {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001154;
}
.custom-close-icon[data-v-c31f3b6a] {
    background: white;
    min-height: unset !important;
    width: 24px !important;
    height: 24px !important;
    top: 16px;
    right: 16px;
}
.custom-close-icon i[data-v-c31f3b6a] {
    font-size: 18px !important;
}
.cardPopUp__title__text[data-v-c31f3b6a] {
    margin-top: 8px;
}
.cardPopUp__title[data-v-c31f3b6a] {
    padding: 24px 16px 0 !important;
}
.cardPopUp__text[data-v-c31f3b6a] {
    padding: 0 16px 20px !important;
}
.email-field[data-v-c31f3b6a] {
    margin-bottom: 24px !important;
    margin-top: 4px !important;
}
.text-check[data-v-c31f3b6a] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    text-align: right;
    /* Primary/DarkBlue */
    color: #001154;
}
.login-text[data-v-c31f3b6a] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #2969ff;
}
.listValidatePassword[data-v-c31f3b6a] {
    margin-left: 16px;
}
.validation__description[data-v-c31f3b6a] {
    padding-top: 8px;
}
.list__item i[data-v-c31f3b6a] {
    font-size: 11px !important;
}
.list[data-v-c31f3b6a] {
    margin-bottom: 24px;
}
.text-check[data-v-c31f3b6a] {
    margin-top: 8px;
}
.submit-btn[data-v-c31f3b6a] {
    height: 40px !important;
}
.submit-text[data-v-c31f3b6a] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.xl-password-dialog.v-overlay__content {
    background: white;
    border-radius: 0;
}
[data-v-c31f3b6a] .cardPopUp {
    box-shadow: unset !important;
}
}
/* XL refresh authentication surface */
.xl-auth-card[data-v-c31f3b6a] {
  position: relative;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  display: flex;
  flex-direction: column;
  overflow: visible;
  box-sizing: border-box;
  padding: 24px 28px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 12, 52, 0.38);
}
[data-v-c31f3b6a] .xl-password-dialog {
  overflow-y: visible;
}
.xl-auth-close[data-v-c31f3b6a] {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f1f5fb;
  color: #5a6883;
  cursor: pointer;
}
.xl-auth-close[data-v-c31f3b6a]:hover {
  background: #e7eef9;
  color: #001154;
}
.xl-auth-close svg[data-v-c31f3b6a] {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.xl-auth-brand[data-v-c31f3b6a] {
  height: 34px;
  display: flex;
  align-items: center;
}
.xl-auth-brand img[data-v-c31f3b6a] {
  display: block;
  width: 142px;
  height: auto;
}
.xl-auth-body[data-v-c31f3b6a] {
  padding-top: 48px;
}
.xl-auth-body h2[data-v-c31f3b6a] {
  margin: 0;
  color: #001154;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.xl-auth-switch[data-v-c31f3b6a] {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e8edf6;
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #6b7690;
  font-size: 13px;
}
.xl-auth-switch button[data-v-c31f3b6a] {
  border: 0;
  padding: 0;
  background: none;
  color: #2969ff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.xl-auth-switch button[data-v-c31f3b6a]:hover {
  text-decoration: underline;
}
.xl-auth-card .cardPopUp__description[data-v-c31f3b6a] {
  margin: 6px 0 20px !important;
  color: #65718b;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
.xl-auth-card .second-input-with-background[data-v-c31f3b6a] {
  margin-bottom: 14px;
  opacity: 1;
  text-align: left;
}
.xl-auth-card .second-input-with-background[data-v-c31f3b6a]::before {
  display: none !important;
}
.xl-auth-card .second-input-with-background .c-label[data-v-c31f3b6a] {
  color: #001154;
  font-size: 13px !important;
  font-weight: 700;
}
[data-v-c31f3b6a] .v-text-field {
  width: 100%;
  height: auto !important;
  margin-top: 2px !important;
  padding: 0;
}
[data-v-c31f3b6a] .second-input-with-background .v-input {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
[data-v-c31f3b6a] .v-text-field .v-input__control {
  width: 100%;
}
[data-v-c31f3b6a] .v-field {
  min-height: 44px;
  margin: 0;
  padding: 0 12px !important;
  border: 1px solid #dce4f1;
  border-radius: 7px;
  background: #f7f9fc !important;
}
[data-v-c31f3b6a] .v-text-field > .v-input__control > .v-field::before,[data-v-c31f3b6a] .v-text-field > .v-input__control > .v-field::after {
  display: none !important;
}
[data-v-c31f3b6a] .v-text-field .v-field__outline {
  display: none !important;
}
[data-v-c31f3b6a] .v-input--focused .v-field {
  border-color: #2969ff;
  box-shadow: 0 0 0 1px rgba(41, 105, 255, 0.18);
}
[data-v-c31f3b6a] .v-input--error .v-field {
  border-color: #d52819;
  background: #fff8f7 !important;
}
[data-v-c31f3b6a] .v-input--error {
  margin-bottom: 24px !important;
}
[data-v-c31f3b6a] .v-input__details {
  align-items: flex-start;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: normal;
  min-height: 16px;
  margin-top: 4px;
  padding: 0 !important;
}
[data-v-c31f3b6a] .v-messages__message {
  color: #d52819;
  font-size: 11px;
  text-align: left;
}
[data-v-c31f3b6a] .submit-btn.v-btn {
  line-height: 18px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 8px 0 !important;
  border-radius: 7px;
  background: #2969ff !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(41, 105, 255, 0.25);
}
[data-v-c31f3b6a] .submit-btn.v-btn--disabled {
  background: #9aabc2 !important;
  line-height: 18px !important;
  box-shadow: none;
}
.xl-auth-card .list__wrapper[data-v-c31f3b6a] {
  margin: 4px 0 10px;
  padding: 10px 12px;
  border-radius: 7px;
  background: #f3f7ff;
}
.xl-auth-card .validation__description[data-v-c31f3b6a] {
  margin: 0 0 6px;
  padding: 0;
  color: #4f5f7c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.xl-auth-card .listValidatePassword[data-v-c31f3b6a] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
}
.xl-auth-card .list__item[data-v-c31f3b6a] {
  margin: 0;
  display: flex;
  align-items: center;
  color: #52617c;
  font-size: 11px;
  line-height: 1.3;
}
.xl-auth-card .list__item .v-icon[data-v-c31f3b6a] {
  margin: 0 5px 0 0;
}
[data-v-c31f3b6a] .custom-eye-icon {
  width: 24px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
[data-v-c31f3b6a] .v-field__append-inner {
  align-self: stretch;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
.xl-auth-card[data-v-c31f3b6a] {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 20px 20px 18px;
    border-radius: 14px;
}
.xl-auth-brand img[data-v-c31f3b6a] {
    width: 132px;
}
.xl-auth-body[data-v-c31f3b6a] {
    padding-top: 42px;
}
.xl-auth-body h2[data-v-c31f3b6a] {
    font-size: 23px;
}
.xl-auth-switch[data-v-c31f3b6a] {
    flex-wrap: wrap;
}
.xl-auth-card .listValidatePassword[data-v-c31f3b6a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-height: 520px) {
[data-v-c31f3b6a] .xl-password-dialog {
    overflow-y: auto;
}
.xl-auth-card[data-v-c31f3b6a] {
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.xl-auth-card[data-v-c31f3b6a]::-webkit-scrollbar {
    display: none;
}
}[data-v-d2ad4af2] .xl-verify-email-dialog {
  margin: 16px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 28px 72px rgba(0, 17, 84, 0.28);
}
.approve-dialog-wrapper[data-v-d2ad4af2] {
  padding: 32px 36px 30px;
  background: white;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.approve-dialog-wrapper__title[data-v-d2ad4af2] {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
}
.approve-dialog-wrapper__text[data-v-d2ad4af2] {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: #283957;
}
.approve-dialog-wrapper__text strong[data-v-d2ad4af2] {
  color: #001154;
  font-weight: 700;
}
.approve-dialog-wrapper__buttons[data-v-d2ad4af2] {
  width: 100%;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
.close-icon[data-v-d2ad4af2] {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f0f4fa;
  color: #60708c;
  cursor: pointer;
}
.close-icon[data-v-d2ad4af2]:hover,
.close-icon[data-v-d2ad4af2]:focus-visible {
  background: #e5ecf7;
  color: #001154;
  outline: none;
}
.approve-transfer-icon[data-v-d2ad4af2] {
  width: 82px;
  height: 82px;
  margin-top: 18px;
}
.approve-dialog-wrapper--registration .approve-dialog-wrapper__text > div[data-v-d2ad4af2] {
  white-space: nowrap;
}
@media (max-width: 959.98px) {
.approve-dialog-wrapper__buttons[data-v-d2ad4af2] {
    width: 100%;
    column-gap: 20px;
    padding: 0px 16px;
}
.approve-dialog-wrapper__text[data-v-d2ad4af2] {
    width: 100%;
}
.approve-dialog-wrapper__buttons button[data-v-d2ad4af2] {
    flex: 1;
    flex-basis: 50%;
}
[data-v-d2ad4af2] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: 100%;
}
.approve-dialog-wrapper[data-v-d2ad4af2] {
    min-height: 0;
    padding: 30px 20px 24px;
}
.approve-dialog-wrapper__title[data-v-d2ad4af2] {
    padding: 0 34px;
    font-size: 22px;
}
.approve-dialog-wrapper--registration .approve-dialog-wrapper__text > div[data-v-d2ad4af2] {
    white-space: normal;
}
.approve-dialog-wrapper__buttons[data-v-d2ad4af2] {
    width: 100%;
    column-gap: 20px;
    padding: 0;
}
.approve-dialog-wrapper__text[data-v-d2ad4af2] {
    width: 100%;
}
.approve-dialog-wrapper__buttons button[data-v-d2ad4af2] {
    flex: 1;
    flex-basis: 50%;
}
}.no-filled[data-v-1b71db2d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-1b71db2d] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-1b71db2d] {
  text-decoration: underline;
}
.avatarWrapper[data-v-1b71db2d] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-1b71db2d] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-1b71db2d] .v-field:before {
  border: none !important;
}
h3[data-v-1b71db2d] {
  font-size: 1.6rem;
}
[data-v-1b71db2d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-1b71db2d] {
  padding-bottom: 66px;
}
[data-v-1b71db2d] .v-field__input,
.v-field__input[data-v-1b71db2d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-1b71db2d] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-1b71db2d] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-1b71db2d] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-1b71db2d] .v-select__selection {
  color: #001154 !important;
}
[data-v-1b71db2d] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-1b71db2d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-1b71db2d] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-1b71db2d] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-1b71db2d] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-1b71db2d] .container {
  max-width: 777px !important;
}
[data-v-1b71db2d] .c-label {
  color: #001154 !important;
}
[data-v-1b71db2d] .profile-stepper__content {
  min-height: 330px;
}
[data-v-1b71db2d] .custom-input-border .v-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1b71db2d] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1b71db2d]  .radiogroup-wrapper {
  padding-top: 8px;
  margin-top: 4px;
}
[data-v-1b71db2d]  .radiogroup-wrapper .v-label {
  color: #001154;
}
[data-v-1b71db2d]  .radiogroup-wrapper--disabled .v-label {
  opacity: 0.5;
}
[data-v-1b71db2d] .second-step-wrapper {
  padding-top: 12px !important;
}
[data-v-1b71db2d] .disabled-inputs {
  position: absolute;
  width: calc(100% + 20px);
  height: 238px;
  left: -20px;
  top: 17%;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 0;
  margin-top: 10px;
  z-index: 2;
}
[data-v-1b71db2d] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-1b71db2d] .custom-google-input--focus:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1b71db2d] .custom-input-error {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-1b71db2d] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-1b71db2d] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-1b71db2d] .custom-google-input {
  margin-top: 4px;
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-1b71db2d] .profile-dialog-title {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.32px !important;
  color: #0f2d59;
}
[data-v-1b71db2d] .custom-btn {
  border: 1px solid #2969ff !important;
}
[data-v-1b71db2d] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-1b71db2d] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-1b71db2d] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-1b71db2d] .buttons-wrapper {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-1b71db2d] .buttons-top {
  padding-top: 15px !important;
  padding: 0 40px;
  margin-bottom: 13px;
}
[data-v-1b71db2d] .v-radio .v-selection-control__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-1b71db2d] .field-wrapper .req-icon {
  margin-left: -3px;
}
[data-v-1b71db2d] .v-radio .v-selection-control__input::before {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-1b71db2d] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-right: -10px;
}
[data-v-1b71db2d] .second-input-with-background .c-label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-1b71db2d] .v-field__input input {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84) !important;
}
[data-v-1b71db2d] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: center;
}
[data-v-1b71db2d] .v-field__input {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  letter-spacing: 0;
}
.dialog-wrapper[data-v-1b71db2d] .v-field__input {
  color: #001154 !important;
  margin-left: 0;
}
[data-v-1b71db2d] .v-input__prepend {
  align-self: center;
}
[data-v-1b71db2d] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-1b71db2d] .v-dialog {
  overflow: hidden;
}
[data-v-1b71db2d] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-1b71db2d] .v-text-field,[data-v-1b71db2d] .app-custom-input {
  height: 40px;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-1b71db2d] v-radio-group {
  margin-top: 0;
  position: relative;
  top: 8px;
}
[data-v-1b71db2d] .checkbox-wrapper .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 150% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
}
[data-v-1b71db2d] .profile-stepper--vertical .profile-stepper__content {
  padding: 24px 60px 16px 23px;
}
[data-v-1b71db2d] .c-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  /* identical to box height, or 155% */
  min-height: 20px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-1b71db2d] .v-radio-group {
  background: white;
}
[data-v-1b71db2d] .v-selection-control-group {
  display: flex;
  column-gap: 32px;
}
[data-v-1b71db2d] .v-selection-control__input::before {
  color: #2969ff !important;
}
[data-v-1b71db2d] v-radio label {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  /* DarkBlue */
  color: #001154;
}
.field-without-label[data-v-1b71db2d] {
  height: 100%;
  display: flex;
  align-items: end;
}
.stepper-wrapper[data-v-1b71db2d] {
  width: 295px;
}
.content-wrapper[data-v-1b71db2d] {
  width: 847px;
  position: relative;
}
.dialog-wrapper[data-v-1b71db2d] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  height: 597px;
}
.seller-dialog-title[data-v-1b71db2d] {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  /* identical to box height, or 13 3% */
  padding-top: 32px;
  letter-spacing: 0.32px !important;
  /* DarkBlue */
  padding-left: 40px;
  color: #001154;
}
.sub-title[data-v-1b71db2d] {
  width: 413px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  opacity: 0.8;
  color: #001154;
}
.step[data-v-1b71db2d] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-1b71db2d] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-1b71db2d] {
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.profile-stepper[data-v-1b71db2d] {
  box-shadow: none;
  padding: 0px 40px !important;
}
body:has(.v-overlay--active .xl-seller-profile-dialog #placeAuto3) .pac-container {
  z-index: 2401;
}
.button-text[data-v-1b71db2d] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  /* White */
  color: #ffffff;
}
.fields-wrapper[data-v-1b71db2d] {
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-1b71db2d] {
  width: 47%;
}
.finish-later[data-v-1b71db2d] {
  color: #2969ff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  cursor: pointer;
  /* Cyan */
  color: #2969ff;
}
.app-custom-input[data-v-1b71db2d] {
  height: 40px !important;
}
.app-custom-input > div[data-v-1b71db2d] {
  height: 63px;
}
.app-custom-input input[data-v-1b71db2d] {
  height: 40px;
}
.app-custom-input .c-label[data-v-1b71db2d] {
  margin-bottom: 3px;
}
.close-icon[data-v-1b71db2d] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.req-icon[data-v-1b71db2d] {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* Red */
  color: #d52819;
}
[data-v-1b71db2d] .stepper-title {
  font-size: 20px !important;
}.v-theme--marketplaceLight.v-btn--active[data-v-9491a00e]:hover::before,
.v-theme--marketplaceLight.v-btn--active[data-v-9491a00e]::before {
  opacity: -1 !important;
}
[data-v-9491a00e] .v-tab {
  color: #001154 !important;
}
[data-v-9491a00e] .v-btn__content {
  font-size: 16px;
}
.headerTabs[data-v-9491a00e] {
  background-color: #001154;
  overflow: hidden;
}
.headerTabs__visual[data-v-9491a00e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerTabs__visual[data-v-9491a00e]  .v-tabs-slider-wrapper {
  width: 0 !important;
}
.headerTabs__visual[data-v-9491a00e]  .v-tabs .v-item-group {
  background-color: #001154 !important;
}
.headerTabs__visual[data-v-9491a00e]  .v-tabs .v-item-group .v-tab {
  min-width: 150px;
  color: white !important;
}
.headerTabs__visual[data-v-9491a00e]  .v-tabs .v-item-group .v-tab--active {
  background-color: white !important;
  color: #001154 !important;
}
.headerTabs__visual[data-v-9491a00e]  .v-tabs .v-item-group .v-tab--active .v-icon {
  color: #001154 !important;
}
.headerTabs__visual[data-v-9491a00e]  .v-tabs .v-item-group .v-tab:hover {
  background-color: #2969ff;
  color: white;
}
.headerTabs__visual[data-v-9491a00e]  .v-tabs .v-item-group .v-tab:hover .v-icon {
  color: white !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.headerAdminNavigation[data-v-9491a00e] {
    margin-top: 40px;
}
}
.headerAdminNavigation[data-v-9491a00e] {
  margin-top: 52px;
}
.xlnav__mi--button[data-v-24d0abeb] {
  border: 0;
  background: transparent;
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.xlnav__tool[aria-disabled="true"][data-v-24d0abeb] {
  opacity: 0.55;
}
.xlnav__panel-button[data-v-24d0abeb] {
  width: 100%;
  border: 0;
  background: #fff;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.xlnav__panel-button[data-v-24d0abeb]:disabled {
  color: #97a3ba;
  cursor: default;
}
.loader-wrapper[data-v-e25b3225] {
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  opacity: 0.6;
}
.loader1[data-v-e25b3225] {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
}
.loader1 span[data-v-e25b3225] {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  -webkit-animation: loader1-e25b3225 0.8s linear infinite alternate;
  animation: loader1-e25b3225 0.8s linear infinite alternate;
}
.loader1 span[data-v-e25b3225]:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: #001154;
  opacity: 0.6;
}
.loader1 span[data-v-e25b3225]:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: #001154;
  opacity: 0.8;
}
.loader1 span[data-v-e25b3225]:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #001154;
  opacity: 1;
}
.loader1 span[data-v-e25b3225]:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: #001154;
  opacity: 0.8;
}
.loader1 span[data-v-e25b3225]:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: #001154;
  opacity: 0.4;
}
@keyframes loader1-e25b3225 {
from {
    transform: scale(0, 0);
}
to {
    transform: scale(1, 1);
}
}
@-webkit-keyframes loader1-e25b3225 {
from {
    -webkit-transform: scale(0, 0);
}
to {
    -webkit-transform: scale(1, 1);
}
}.loader-wrapper[data-v-43695792] {
  z-index: 800;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 17, 84, 0.82);
  opacity: 0.6;
  opacity: 0.6;
}
.xl-icon[data-v-43695792] {
  width: 64px;
  height: 64px;
  background: #001154;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader2[data-v-43695792] {
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader2__content[data-v-43695792] {
  display: flex;
  position: relative;
}
.text[data-v-43695792] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.444444px;
  /* DarkBlue */
  background-color: white;
  color: #001154;
}
.loading-line[data-v-43695792] {
  display: block;
  content: "";
  width: 124px;
  position: absolute;
  height: 2px;
  bottom: 0px;
  background: #2969ff;
  transition-property: width;
  transition-duration: 3s;
}.notification-alert[data-v-bf2e9d84] {
  position: fixed;
  top: 10vh;
  right: 20px;
  z-index: 999;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 960px) {
.notification-alert[data-v-bf2e9d84] {
    right: 0;
}
}
.notification-alert.rounded[data-v-bf2e9d84] {
  border-radius: 8px !important;
}
.logo[data-v-bf2e9d84] {
  width: 100%;
  max-width: 45px;
}.dialog-content[data-v-20e0c3fe] {
  background: white;
  width: 557px;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  position: relative;
}
.dialog-content__title[data-v-20e0c3fe] {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.dialog-content__info[data-v-20e0c3fe] {
  margin-top: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  color: #001154;
}
[data-v-20e0c3fe] .v-dialog {
  width: 1200px;
  display: flex;
  justify-content: center;
}
.buttons[data-v-20e0c3fe] {
  display: flex;
}
[data-v-20e0c3fe] .v-textarea {
  margin-top: 20px;
}
[data-v-20e0c3fe] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-20e0c3fe] .v-textarea .v-field {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}
.textarea-wrapper[data-v-20e0c3fe] {
  margin-top: 25px;
}
.close-icon-wrapper[data-v-20e0c3fe] {
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
}.xl-notification[data-v-54f135ad] .v-snackbar__wrapper {
  min-width: 0 !important;
  width: 398px;
  max-width: calc(100vw - 32px);
  padding-right: 48px;
}
.xl-notification[data-v-54f135ad] .v-snackbar__content {
  min-width: 0;
  max-width: none;
}
.xl-notification[data-v-54f135ad] .v-snackbar__actions {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: 0;
  padding: 0;
}
.xl-notification .message-wrapper[data-v-54f135ad] {
  min-width: 0;
  width: auto;
  flex: 1;
}
.xl-snackbar--error[data-v-54f135ad] .v-snackbar__wrapper {
  background: #fff !important;
}
.xl-snackbar--error[data-v-54f135ad] .message {
  color: #d52819 !important;
}
.v-snackbar__timer[data-v-54f135ad] {
  position: absolute;
  top: 0px;
  left: 0;
  height: 2px;
  background: #dd226f;
}.item[data-v-4e3e2927] {
  border-radius: 7px;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
}
.item-label[data-v-4e3e2927] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.item-value[data-v-4e3e2927] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 959.98px) {
.item-label[data-v-4e3e2927] {
    font-size: 12px;
}
}.dialog-wrapper[data-v-1a9afaaf] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 450px;
  padding: 0 40px;
  position: relative;
}
.dialog-title[data-v-1a9afaaf] {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #0f2d59;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  letter-spacing: 0.444px;
}
.dialog-info[data-v-1a9afaaf] {
  border-radius: 1px;
  background: #f2f6ff;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
  height: 52px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  display: flex;
}
.close-icon[data-v-1a9afaaf] {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
[data-v-1a9afaaf] input {
  position: relative;
  top: 6px !important;
}
[data-v-1a9afaaf] .v-btn {
  min-height: unset !important;
}
[data-v-1a9afaaf] .field-wrapper {
  width: 100% !important;
}
.buttons-wrapper[data-v-1a9afaaf] {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.bank-name[data-v-1a9afaaf] {
  color: #001154;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.bank-data-wrapper[data-v-1a9afaaf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 959.98px) {
[data-v-1a9afaaf] .v-dialog {
    margin: 0 !important;
}
.buttons-wrapper[data-v-1a9afaaf] {
    justify-content: unset;
    column-gap: 16px;
}
.buttons-wrapper button[data-v-1a9afaaf] {
    flex: 1;
}
.dialog-wrapper[data-v-1a9afaaf] {
    padding: 0 16px;
}
.bank-info-title[data-v-1a9afaaf] {
    width: 116px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 400;
    line-height: 18px;
}
.bank-info-value[data-v-1a9afaaf] {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.bank-data-wrapper__title[data-v-1a9afaaf] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.dialog-title[data-v-1a9afaaf] {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.bank-data-wrapper[data-v-1a9afaaf] {
    margin-top: 32px;
}
}.app-segmented-control[data-v-0069de87] {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 3px;
  padding: 3px;
  border: 1px solid #d9e2f0;
  border-radius: 9px;
  background: #edf2fa;
}
.app-segmented-control__option[data-v-0069de87] {
  position: relative;
  min-width: 0;
  min-height: 38px;
  padding: 7px 10px;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #5f6d86;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
}
.app-segmented-control__option[data-v-0069de87]::after {
  position: absolute;
  right: 12px;
  bottom: 1px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: transparent;
  content: "";
}
.app-segmented-control__option[data-v-0069de87]:hover:not(:disabled) {
  color: #001154;
  background: rgba(255, 255, 255, 0.55);
}
.app-segmented-control__option--selected[data-v-0069de87] {
  border-color: #cbd8ee;
  background: #fff;
  color: #001154;
  box-shadow: 0 3px 10px rgba(0, 17, 84, 0.1);
}
.app-segmented-control__option--selected[data-v-0069de87]::after {
  background: #2969ff;
}
.app-segmented-control__option[data-v-0069de87]:focus-visible {
  outline: 2px solid rgba(41, 105, 255, 0.35);
  outline-offset: 1px;
}
.app-segmented-control--readonly .app-segmented-control__option[data-v-0069de87] {
  cursor: default;
}
.app-segmented-control--disabled[data-v-0069de87] {
  opacity: 0.55;
}
.app-segmented-control--disabled .app-segmented-control__option[data-v-0069de87] {
  cursor: not-allowed;
}
.app-segmented-control--compact[data-v-0069de87] {
  gap: 0;
  padding: 2px;
  background: #fff;
}
.app-segmented-control--compact .app-segmented-control__option[data-v-0069de87] {
  min-height: 32px;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 12px;
}
.app-segmented-control--compact .app-segmented-control__option + .app-segmented-control__option[data-v-0069de87] {
  border-left-color: #d9e2f0;
}
.app-segmented-control--compact .app-segmented-control__option--selected[data-v-0069de87] {
  border-color: #2969ff;
  background: #2969ff;
  color: #fff;
  box-shadow: 0 3px 9px rgba(41, 105, 255, 0.22);
}
.app-segmented-control--compact .app-segmented-control__option--selected[data-v-0069de87]::after {
  display: none;
}.dialog-wrapper[data-v-32718da4] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
  border-radius: 7px;
}
.dialog-wrapper .type[data-v-32718da4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dialog-wrapper .license[data-v-32718da4] .v-input--error .v-field__outline,
.dialog-wrapper .license[data-v-32718da4] .v-field--error .v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 1;
  color: rgba(213, 40, 25, 0.6);
}
.dialog-wrapper[data-v-32718da4] .c-label {
  color: #001154;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px !important;
}
.dialog-wrapper[data-v-32718da4] .v-field--variant-outlined {
  min-height: auto;
  background: #fff;
  box-shadow: none;
}
.dialog-wrapper[data-v-32718da4] .v-field--variant-outlined .v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 1;
  color: #c7d3e5;
}
.dialog-wrapper[data-v-32718da4] .v-field--variant-outlined.v-field--focused .v-field__outline {
  --v-field-border-width: 1px;
  color: #2969ff;
}
.dialog-wrapper[data-v-32718da4] .v-field__input input,
.dialog-wrapper[data-v-32718da4] input.v-field__input {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dialog-wrapper[data-v-32718da4] .v-field__input input::placeholder,
.dialog-wrapper[data-v-32718da4] input.v-field__input::placeholder {
  color: #9aabc2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dialog-wrapper[data-v-32718da4] .text-error {
  border: 1px solid #d52819;
}
.dialog-wrapper[data-v-32718da4] .v-input--error .v-field__input input,
.dialog-wrapper[data-v-32718da4] .v-input--error input.v-field__input,
.dialog-wrapper[data-v-32718da4] .v-field--error .v-field__input input,
.dialog-wrapper[data-v-32718da4] .v-field--error input.v-field__input {
  color: #d52819;
}
.identity-verification[data-v-32718da4] {
  padding: 18px;
  border: 1px solid #e1e7f2;
  border-radius: 10px;
  background: #f8faff;
}
.license__help[data-v-32718da4] {
  margin: 5px 0 10px;
  color: #61708a;
  font-size: 12px;
  line-height: 18px;
}
.close-icon[data-v-32718da4] {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.dialog-title[data-v-32718da4] {
  color: #001154;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.separator[data-v-32718da4] {
  height: 1px;
  border-radius: 1px;
  background: rgba(9, 49, 107, 0.4);
}
.data-wrapper[data-v-32718da4] {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
.buttons-wrapper[data-v-32718da4] {
  display: flex;
  justify-content: center;
}
@media (max-width: 959.98px) {
.data-wrapper[data-v-32718da4] {
    width: auto;
    max-width: 315px;
}
.buttons-wrapper .d-flex[data-v-32718da4] {
    width: 100%;
    justify-content: space-between;
}
.buttons-wrapper .d-flex button[data-v-32718da4] {
    width: 40% !important;
}
}.modal-title[data-v-57e4a917] {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%; /* 30.4px */
  letter-spacing: 0.444px;
}
.active-item[data-v-57e4a917] {
  border-radius: 7px;
  border: 1px solid #2969ff;
  background: #f2f6ff;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
}
.banks-card[data-v-57e4a917] {
  position: relative;
}
.close-btn[data-v-57e4a917] {
  cursor: pointer !important;
  position: absolute;
  right: 20px;
  top: 20px;
}
[data-v-57e4a917] .v-btn:not(.v-btn--icon, .v-btn--variant-text).v-btn--size-default {
  min-height: auto;
}
.cancel[data-v-57e4a917] {
  border: 1px solid #2969ff !important;
}
.cancel[data-v-57e4a917] .v-btn__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #2969ff;
}
.confirm[data-v-57e4a917] {
  background: #2969ff;
}
.confirm[data-v-57e4a917] .v-btn__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
}
.action-wrapper[data-v-57e4a917] {
  column-gap: 32px;
}
@media (max-width: 959.98px) {
.action-wrapper[data-v-57e4a917] {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between !important;
    column-gap: unset;
}
.button-second[data-v-57e4a917] {
    width: auto !important;
}
}.iframe-wrapper-plaid[data-v-d5d6f596] {
  text-align: center;
  margin: 100px 0;
}
.plaid-custom-loader[data-v-d5d6f596] {
  margin-top: -42px;
}.iframe-wrapper[data-v-bea5eb04] {
  display: flex;
  justify-content: center;
  align-items: center;
}[data-v-8a92afeb] .v-dialog {
  background: #ffffff;
}
[data-v-8a92afeb] .v-dialog::-webkit-scrollbar {
  width: 11px;
}
[data-v-8a92afeb] .v-dialog::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #dedede;
  border: 2px solid #dedede;
}
[data-v-8a92afeb] .v-dialog::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #a7a7a7;
}
@-moz-document url-prefix() {
[data-v-8a92afeb] .v-dialog {
    scrollbar-color: #a7a7a7 #dedede;
    scrollbar-width: thin;
}
}
[data-v-8a92afeb] .plaid {
  width: 360px !important;
}
[data-v-8a92afeb] .plaid .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
[data-v-8a92afeb] .plaid .dialog-wrapper {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-8a92afeb] .vopay .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.dialog-wrapper[data-v-8a92afeb] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}
.dialog-title[data-v-8a92afeb] {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
  padding-bottom: 20px;
  padding-top: 20px;
  color: #0f2d59;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  letter-spacing: 0.444px;
}
.dialog-info[data-v-8a92afeb] {
  border-radius: 1px;
  background: #f2f6ff;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
  height: 52px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  display: flex;
}
.close-icon[data-v-8a92afeb] {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
[data-v-8a92afeb] input {
  position: relative;
  top: 6px !important;
}
[data-v-8a92afeb] .v-btn {
  min-height: unset !important;
}
[data-v-8a92afeb] .field-wrapper {
  width: 100% !important;
}
[data-v-8a92afeb] .c-label {
  font-size: 14px !important;
}
.buttons-wrapper[data-v-8a92afeb] {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 959.98px) {
[data-v-8a92afeb] .v-dialog {
    max-height: 100%;
    height: 100%;
    margin: 16px 0 0 0 !important;
}
.dialog-wrapper[data-v-8a92afeb] {
    padding: 0 16px;
    height: auto;
}
.buttons-wrapper[data-v-8a92afeb] {
    justify-content: unset;
}
.main-info-wrapper[data-v-8a92afeb] {
    box-shadow: 2.6666667461px 2.6666667461px 20px 0 rgba(173, 173, 173, 0.25);
    padding: 16px;
}
.main-info-wrapper[data-v-8a92afeb] .row {
    margin: 0 !important;
}
.dialog-title[data-v-8a92afeb] {
    border-bottom: unset;
}
.dialog-info[data-v-8a92afeb] {
    height: 32px;
    font-size: 12px;
}
.buttons-wrapper[data-v-8a92afeb] {
    margin-top: 109px;
}
.dialog-title[data-v-8a92afeb] {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 16px;
}
.close-icon[data-v-8a92afeb] {
    top: 16px;
}
}.no-filled[data-v-7cc9713d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-7cc9713d] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-7cc9713d] {
  text-decoration: underline;
}
.avatarWrapper[data-v-7cc9713d] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-7cc9713d] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-7cc9713d] .v-field:before {
  border: none !important;
}
h3[data-v-7cc9713d] {
  font-size: 1.6rem;
}
[data-v-7cc9713d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-7cc9713d] {
  padding-bottom: 66px;
}
[data-v-7cc9713d] .v-field__input,
.v-field__input[data-v-7cc9713d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-7cc9713d] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-7cc9713d] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-7cc9713d] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-7cc9713d] .v-select__selection {
  color: #001154 !important;
}
[data-v-7cc9713d] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-7cc9713d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-7cc9713d] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-7cc9713d] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-7cc9713d] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-7cc9713d] .container {
  max-width: 777px !important;
}
[data-v-7cc9713d] .c-label {
  color: #001154 !important;
}
[data-v-7cc9713d] .profile-stepper__content {
  min-height: 330px;
}
[data-v-7cc9713d] .custom-input-border .v-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-7cc9713d] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-7cc9713d]  .radiogroup-wrapper {
  padding-top: 8px;
  margin-top: 4px;
}
[data-v-7cc9713d]  .radiogroup-wrapper .v-label {
  color: #001154;
}
[data-v-7cc9713d]  .radiogroup-wrapper--disabled .v-label {
  opacity: 0.5;
}
[data-v-7cc9713d] .second-step-wrapper {
  padding-top: 12px !important;
}
[data-v-7cc9713d] .disabled-inputs {
  position: absolute;
  width: 100%;
  height: 238px;
  left: 0;
  top: 17%;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: -26px;
  margin-top: 10px;
  z-index: 2;
}
[data-v-7cc9713d] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-7cc9713d] .custom-google-input--focus:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-7cc9713d] .custom-input-error {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-7cc9713d] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-7cc9713d] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-7cc9713d] .custom-google-input {
  margin-top: 4px;
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-7cc9713d] .profile-dialog-title {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  letter-spacing: 0.32px !important;
  color: #0f2d59;
}
[data-v-7cc9713d] .custom-btn {
  border: 1px solid #2969ff !important;
}
[data-v-7cc9713d] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-7cc9713d] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-7cc9713d] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-7cc9713d] .buttons-wrapper {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-7cc9713d] .buttons-top {
  padding-top: 15px !important;
  padding: 0 40px;
  margin-bottom: 13px;
}
[data-v-7cc9713d] .v-radio .v-selection-control__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-7cc9713d] .field-wrapper .req-icon {
  margin-left: -3px;
}
[data-v-7cc9713d] .v-radio .v-selection-control__input::before {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-7cc9713d] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-right: -10px;
}
[data-v-7cc9713d] .second-input-with-background .c-label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-7cc9713d] .v-field__input input {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84) !important;
}
[data-v-7cc9713d] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: center;
}
[data-v-7cc9713d] .v-field__input {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  letter-spacing: 0;
}
[data-v-7cc9713d] .v-input__prepend {
  align-self: center;
}
[data-v-7cc9713d] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-7cc9713d] .v-dialog {
  overflow: hidden;
}
[data-v-7cc9713d] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-7cc9713d] .v-text-field,[data-v-7cc9713d] .app-custom-input {
  height: 40px;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-7cc9713d] v-radio-group {
  margin-top: 0;
  position: relative;
  top: 8px;
}
[data-v-7cc9713d] .checkbox-wrapper .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 150% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
}
[data-v-7cc9713d] .profile-stepper--vertical .profile-stepper__content {
  padding: 24px 60px 16px 23px;
}
[data-v-7cc9713d] .c-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  /* identical to box height, or 155% */
  min-height: 20px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-7cc9713d] .v-radio-group {
  background: white;
}
[data-v-7cc9713d] .v-selection-control-group {
  display: flex;
  column-gap: 32px;
}
[data-v-7cc9713d] .v-selection-control__input::before {
  color: #2969ff !important;
}
[data-v-7cc9713d] v-radio label {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  /* DarkBlue */
  color: #001154;
}
.stepper-wrapper[data-v-7cc9713d] {
  width: 295px;
}
.content-wrapper[data-v-7cc9713d] {
  width: 847px;
  position: relative;
}
.dialog-wrapper[data-v-7cc9713d] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  height: 597px;
}
.seller-dialog-title[data-v-7cc9713d] {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  /* identical to box height, or 13 3% */
  padding-top: 32px;
  letter-spacing: 0.32px !important;
  /* DarkBlue */
  padding-left: 40px;
  color: #001154;
}
.sub-title[data-v-7cc9713d] {
  width: 413px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  opacity: 0.8;
  color: #001154;
}
.step[data-v-7cc9713d] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-7cc9713d] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-7cc9713d] {
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.v-sheet.v-stepper[data-v-7cc9713d]:not(.v-sheet--border) {
  box-shadow: none;
  padding: 0px 40px !important;
}
.button-text[data-v-7cc9713d] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  /* White */
  color: #ffffff;
}
.fields-wrapper[data-v-7cc9713d] {
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-7cc9713d] {
  width: 47%;
}
.finish-later[data-v-7cc9713d] {
  color: #2969ff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  cursor: pointer;
  /* Cyan */
  color: #2969ff;
}
.app-custom-input[data-v-7cc9713d] {
  height: 40px !important;
}
.app-custom-input > div[data-v-7cc9713d] {
  height: 63px;
}
.app-custom-input input[data-v-7cc9713d] {
  height: 40px;
}
.app-custom-input .c-label[data-v-7cc9713d] {
  margin-bottom: 3px;
}
.close-icon[data-v-7cc9713d] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.req-icon[data-v-7cc9713d] {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* Red */
  color: #d52819;
}
[data-v-7cc9713d] .stepper-title {
  font-size: 20px !important;
}.add-bank-btn[data-v-ad511753] {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #001154;
  text-decoration: underline;
  cursor: pointer;
}
.info-icon[data-v-ad511753] .v-overlay__content {
  width: 360px;
  border-radius: 1px;
  background: var(--secondary-cyan-soft, #f2f6ff);
  box-shadow: 2px 2px 15px 0 rgba(173, 173, 173, 0.25);
}
.info-icon[data-v-ad511753] .v-overlay__content:before {
  display: none;
}
.info-icon[data-v-ad511753] .v-overlay__content span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #001154;
}
@media (max-width: 959.98px) {
.info-icon[data-v-ad511753] .v-overlay__content {
    width: 100%;
    left: 0 !important;
}
}
.text-title[data-v-ad511753] {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #001154;
}
.text-name-field[data-v-ad511753] {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #001154;
}
.text-deposit-field[data-v-ad511753] {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #001154;
}img[data-v-06eea888] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}
.anonymous-abbr[data-v-06eea888] {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}
@media (max-width: 599.98px) {
img[data-v-06eea888] {
    width: 45px;
    height: 45px;
}
}.bubble[data-v-3e6d918c] {
  display: flex;
  padding: 10px 0;
  margin: 10px auto 10px 0;
}
.bubble .message[data-v-3e6d918c] {
  word-break: break-word;
}
.msg-info[data-v-3e6d918c] {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #001154;
}
[data-v-3e6d918c] .avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
[data-v-3e6d918c] .rounded-username {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}
[data-v-3e6d918c] .rounded-username .active-pointer {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #368600;
  border-radius: 50%;
  border: 1px solid white;
  bottom: 0px;
  right: -3px;
}
@media (max-width: 599.98px) {
.bubble[data-v-3e6d918c] {
    margin: 5px auto 5px 0;
}
}.chat-participant-stack[data-v-e441ae44] {
  display: inline-flex;
  align-items: center;
  min-width: 54px;
}
.chat-participant-stack__avatar[data-v-e441ae44] {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #e9efff;
  color: #001154;
  box-shadow: 0 4px 12px rgba(0, 17, 84, 0.18);
  font-size: 10px;
  font-weight: 700;
}
.chat-participant-stack__avatar[data-v-e441ae44]:first-child {
  margin-left: 0;
}
.chat-participant-stack__avatar--count[data-v-e441ae44] {
  background: #2969ff;
  color: #fff;
}#conversation[data-v-0b703f77] {
  position: absolute;
  right: calc(100% + 24px);
  bottom: 0;
  border-radius: 20px 20px 0 0;
  background: #ffffff;
  box-shadow: 0 8px 25px 0 rgba(0, 17, 84, 0.25);
}
#conversation .conversation-header[data-v-0b703f77] {
  min-height: 72px;
}
#conversation .conversation-header .conversation-header-content[data-v-0b703f77] {
  border-bottom: 1px solid #979797;
  height: 100%;
  display: flex;
}
#conversation .conversation-header .conversation-header-content .avatar-section[data-v-0b703f77] {
  display: flex;
  align-items: center;
  justify-content: center;
}
#conversation .conversation-header .conversation-header-content .avatar-section .anonymous-abbr[data-v-0b703f77] {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}
#conversation .conversation-header .conversation-header-content .info-section[data-v-0b703f77] {
  flex: 1;
}
#conversation .conversation-header .conversation-header-content .conversation-header-title[data-v-0b703f77] {
  color: #2969ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
#conversation .conversation-header .conversation-header-content .conversation-header-members[data-v-0b703f77] {
  color: #63708b;
  font-size: 12px;
  line-height: 16px;
}
#conversation .input-container .text-area[data-v-0b703f77] {
  height: 86px;
}
#conversation .input-container .actions-line[data-v-0b703f77] {
  display: flex;
  justify-content: right;
}
#conversation .input-container .msg-wrapper[data-v-0b703f77] .v-field--variant-filled {
  border-radius: 1.333px;
  background: #f5f5f5;
}
#conversation .input-container .msg-wrapper[data-v-0b703f77] .v-field:after {
  display: none;
}
.conversation-container[data-v-0b703f77] {
  width: 520px;
  height: 554px;
  padding: 12px;
  overflow: auto;
}
.conversation-container .bubble-group-container[data-v-0b703f77] {
  border-top: 1px solid #979797;
  padding-top: 10px;
}
.conversation-container .bubble-group-container[data-v-0b703f77]:first-child {
  border-top: none;
}
.name[data-v-0b703f77] {
  padding-right: 8px;
  font-size: 11px;
}
[data-v-0b703f77]::-webkit-scrollbar {
  width: 10px;
}
[data-v-0b703f77]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
[data-v-0b703f77]::-webkit-scrollbar-thumb {
  background: #888;
}
[data-v-0b703f77]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 599.98px) {
#conversation .conversation-header[data-v-0b703f77] {
    min-height: auto;
}
.twilio-chat #conversation[data-v-0b703f77] {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 100%;
    display: grid;
    grid-template-rows: auto 392px auto;
    min-height: 635px;
}
.conversation-container[data-v-0b703f77] {
    width: 100%;
    overflow: auto;
    height: 392px;
}
}img[data-v-7b9a3114] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}.new-msg-icon[data-v-1adf2dfc] {
  display: inline-flex;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #dd226f;
  margin-top: 8px;
  font-size: 10px;
  justify-content: center;
  align-items: flex-end;
  color: #ffffff;
  margin-right: 8px;
}.chat-list-row[data-v-0897c2d1] {
  height: 80px;
  border-top: 1px solid #979797;
  position: relative;
}
.chat-list-row.new-msg-line[data-v-0897c2d1] {
  background-color: #f2f6ff;
}
.chat-list-row .info-column[data-v-0897c2d1] {
  flex: 1;
}
.chat-list-row .info-column .line-wrapper[data-v-0897c2d1] {
  display: flex;
}
.action-column[data-v-0897c2d1] {
  width: 30px;
}
.menu-btn[data-v-0897c2d1] {
  background: none;
}
.edit-menu[data-v-0897c2d1] {
  border-radius: 6.659px !important;
  background: #fff;
  box-shadow: 3.995px 5.327px 19.977px 0px rgba(0, 17, 84, 0.14) !important;
}
.edit-menu .header-item[data-v-0897c2d1] {
  color: #001154;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.edit-menu .header-item > div[data-v-0897c2d1] {
  padding-bottom: 4px;
  border-bottom: 1px solid #9aabc2;
}
.edit-menu .menu-item[data-v-0897c2d1] {
  min-height: auto;
}
.avatar-wrapper[data-v-0897c2d1] {
  display: flex;
  justify-content: start;
  align-items: center;
}
.avatar-wrapper[data-v-0897c2d1] .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.avatar-wrapper[data-v-0897c2d1] .rounded-username {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}
.avatar-wrapper[data-v-0897c2d1] .rounded-username .active-pointer {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #368600;
  border-radius: 50%;
  border: 1px solid white;
  bottom: 0px;
  right: -3px;
}
.info-wrapper[data-v-0897c2d1] {
  flex: 1;
}
.info-wrapper .buyer-line[data-v-0897c2d1] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.info-wrapper .buyer-line .buyer-line-buyer[data-v-0897c2d1] {
  font-weight: 500;
  line-height: 20px;
}
.info-wrapper .last-msg-line[data-v-0897c2d1] {
  color: #001154;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
}
.info-wrapper .chat-title[data-v-0897c2d1] {
  color: #001154;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  width: 310px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.info-wrapper .last-msg .owner[data-v-0897c2d1] {
  max-width: 285px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.7;
  font-size: 14px;
  color: #001154;
}
@media (max-width: 599.98px) {
.chat-list-row[data-v-0897c2d1] {
    height: 85px;
}
.chat-title[data-v-0897c2d1] {
    width: auto !important;
    max-width: 285px;
}
}
@media screen and (max-width: 485px) {
.chat-title[data-v-0897c2d1] {
    max-width: 170px;
}
.last-msg .owner[data-v-0897c2d1] {
    max-width: 170px !important;
}
}.chat-list-section[data-v-2965731a] {
  width: 422px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}
.chat-list-section .avatar-section[data-v-2965731a] {
  display: flex;
  justify-content: start;
  align-items: center;
}
.chat-list-section .avatar-section[data-v-2965731a] .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat-list-section .avatar-section[data-v-2965731a] .rounded-username {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  border-radius: 50%;
  box-shadow: 0px 8px 25px 0px rgba(0, 17, 84, 0.25);
}
.chat-list-section .avatar-section[data-v-2965731a] .rounded-username .active-pointer {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #368600;
  border-radius: 50%;
  border: 1px solid white;
  bottom: 0px;
  right: -3px;
}
.chat-list-section .list-rows-wrapper[data-v-2965731a] {
  max-height: 600px;
  overflow: auto;
}
@media (max-width: 599.98px) {
.chat-list-section[data-v-2965731a] {
    width: 100%;
}
}.chat-list-section .list-header .new-msg-icon {
  padding-bottom: 3px;
}
.chat-list-section .v-expansion-panel .v-expansion-panel-title__icon .v-icon {
  transform: rotate(180deg);
}
.chat-list-section .v-expansion-panel.v-expansion-panel--active .v-expansion-panel-title__icon .v-icon {
  transform: rotate(0deg) !important;
}
.chat-list-section .v-expansion-panel-text__wrapper {
  padding: 0;
}.conversation-wrapper[data-v-f42c27aa] {
  position: relative;
  display: flex;
  column-gap: 24px;
  align-items: end;
}
@media (max-width: 599.98px) {
#chat[data-v-f42c27aa] {
    position: relative;
}
.conversation-wrapper[data-v-f42c27aa] {
    scrollbar-width: thin;
}
}.twilio-chat {
  position: fixed;
  bottom: 0;
  z-index: 100;
  right: 116px;
}
.twilio-chat button {
  background: #ffffff;
}
.twilio-chat .v-expansion-panel::before {
  content: none;
}
@media (max-width: 599.98px) {
.twilio-chat {
    width: 80%;
    z-index: 200;
    left: 0;
}
.twilio-chat .conversation-container {
    width: auto !important;
}
}@media screen and (max-width: 1100px) {
.twilio-chat #conversation {
    grid-column: 1;
    position: unset;
    width: 422px;
}
.twilio-chat .conversation-container {
    width: 422px;
    height: 300px;
}
.twilio-chat .conversation-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.twilio-chat .chat-list-section {
    grid-column: 1;
}
.twilio-chat .chat-list-section.flat-for-small-opened, .twilio-chat .chat-list-section.flat-for-small {
    border-radius: unset;
}
}
@media screen and (min-width: 1100px) and (max-width: 1550px) {
.twilio-chat .conversation-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.twilio-chat .conversation-wrapper #conversation {
    grid-column: 1;
    right: calc(50% + 24px);
}
.twilio-chat .chat-list-section {
    grid-column: 2;
}
.twilio-chat .chat-list-section.flat-for-small {
    border-radius: unset;
}
}.bar-wrapper[data-v-1d975ac8] {
  background: rgb(245, 206, 223);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 5px;
  position: fixed;
  width: 100%;
  height: var(--xl-verify-bar-h);
  top: var(--xl-nav-h);
  z-index: 59;
}
.bar-wrapper .bar[data-v-1d975ac8] {
  text-align: center;
}
.bar-wrapper .text[data-v-1d975ac8] {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #d52819;
  text-align: center;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #840037;
}
.bar-wrapper[data-v-1d975ac8] i {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #840037;
}
@media screen and (max-width: 700px) {
.bar-wrapper .text[data-v-1d975ac8] {
    font-size: 15px;
}
}
@media screen and (max-width: 580px) {
.bar-wrapper[data-v-1d975ac8] {
    padding: 0 5px;
}
.bar-wrapper .text[data-v-1d975ac8] {
    font-size: 10px;
    line-height: 22px;
    padding: 0;
}
}
@media screen and (max-width: 400px) {
.bar-wrapper .text[data-v-1d975ac8] {
    font-weight: normal;
}
.bar-icons[data-v-1d975ac8] {
    font-size: 14px !important;
}
}.dialog-header[data-v-015b0a02] {
  background-color: #e8effe;
}
.dialog-header__title[data-v-015b0a02] {
  color: #001154;
  font-size: 1.4rem;
}.dialog-content[data-v-298a7312] {
  width: 100%;
  height: 100%;
  background: white;
  height: 388px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 71px;
  position: relative;
  border-radius: 5px;
}
.dialog-title[data-v-298a7312] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #2969ff;
}
.contacting-text[data-v-298a7312] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2969ff;
  margin-top: 33px;
}
.additional-text[data-v-298a7312] {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #001154;
  opacity: 0.85;
}
.button-text[data-v-298a7312] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
[data-v-298a7312] .v-btn {
  min-height: unset !important;
}
img[data-v-298a7312] {
  margin-top: 14px;
}
.button-wrapper[data-v-298a7312] {
  margin-top: 31px;
}
.close-icon-wrapper[data-v-298a7312] {
  position: absolute;
  right: 9px;
  top: 8px;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-298a7312] .v-dialog {
    background: white;
}
.dialog-content[data-v-298a7312] {
    padding-top: 0px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
img[data-v-298a7312] {
    margin-top: 32px;
    width: 176px;
    height: 102px;
}
.dialog-title[data-v-298a7312] {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.contacting-text[data-v-298a7312] {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    margin-top: 40px;
    color: #2969ff;
}
.additional-text[data-v-298a7312] {
    margin-top: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001154;
}
.button-text[data-v-298a7312] {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    /* Primary/White */
    color: #ffffff;
}
.button-wrapper[data-v-298a7312] {
    padding: 0px 16px;
    width: 100%;
    margin-top: 48px;
}
}.app-main-input[data-v-68608735] .v-input__details {
  min-height: unset;
}
.app-main-input[data-v-68608735] .v-input__details .v-messages {
  min-height: unset;
}
.app-main-input .v-text-field[data-v-68608735],
.app-main-input .address-container[data-v-68608735] {
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
.app-main-input .v-input[data-v-68608735],
.app-main-input .google-input[data-v-68608735] {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
.app-main-input .v-input--is-focused[data-v-68608735],
.app-main-input .google-input--is-focused[data-v-68608735] {
  outline: 1px solid rgba(41, 105, 255, 0.6);
}
.app-main-input .v-input--is-focused[data-v-68608735]::after,
.app-main-input .google-input--is-focused[data-v-68608735]::after {
  display: none;
}
.app-main-input .v-input.text-error[data-v-68608735],
.app-main-input .google-input.text-error[data-v-68608735] {
  background: rgba(213, 40, 25, 0.08);
  outline: 1px solid rgba(213, 40, 25, 0.6);
}
.app-main-input .v-input.text-error[data-v-68608735] ::placeholder,
.app-main-input .google-input.text-error[data-v-68608735] ::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  color: rgba(213, 40, 25, 0.7) !important;
}
.app-main-input .c-label[data-v-68608735] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* DarkBlue */
}
.app-main-input[data-v-68608735] .v-field {
  margin-bottom: 0px !important;
}
.app-main-input[data-v-68608735] .v-field:before {
  display: none;
}
.app-main-input[data-v-68608735] .v-field::after {
  display: none;
}
.app-main-input .req-icon[data-v-68608735] {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* Red */
  color: #d52819;
}
.app-main-input .v-input--disabled[data-v-68608735] {
  background: rgba(241, 241, 241, 0.4);
  background-color: rgba(241, 241, 241, 0.4) !important;
}.contact-form[data-v-9758c42b] {
  padding: 40px;
  border-radius: 5px;
  position: relative;
}
.form-wrapper[data-v-9758c42b] {
  min-width: 580px;
  height: 580px;
  width: 100%;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-9758c42b] .v-dialog {
  display: flex;
  overflow: hidden;
}
[data-v-9758c42b] textarea {
  padding-left: 8px;
  color: black !important;
  background: #f1f1f1;
  border-radius: 1px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  /* DarkBlue */
  color: #001154;
  height: 148px;
  max-height: 148px;
  padding-top: 15px;
}
[data-v-9758c42b] .v-textarea {
  padding-top: 0px;
}
.contact-title[data-v-9758c42b] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.426667px;
  color: #001154;
  margin-bottom: 16px;
}
[data-v-9758c42b] .v-btn {
  min-height: unset !important;
}
.button-wrapper[data-v-9758c42b] {
  margin-top: 14px;
}
.close-icon[data-v-9758c42b] {
  position: absolute;
  top: 16px;
  right: 16px;
}
[data-v-9758c42b] .c-label {
  font-size: 14px !important;
}
.button-text[data-v-9758c42b] {
  font-size: 16px;
}
.contact-img[data-v-9758c42b] {
  width: 382px;
  height: 580px;
}
.img-wrapper[data-v-9758c42b] {
  width: 380px;
}
.lock-icon-wrapper[data-v-9758c42b] {
  position: relative;
  top: 12px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.form-wrapper[data-v-9758c42b] {
    min-width: unset;
    height: 100%;
}
.contact-form[data-v-9758c42b] {
    padding: 24px 16px 0px 16px;
}
[data-v-9758c42b] .v-input__details {
    display: none;
}
[data-v-9758c42b] .v-field::before {
    display: none;
}
[data-v-9758c42b] .v-field::after {
    display: none;
}
[data-v-9758c42b] textarea {
    opacity: 1 !important;
    color: #001154 !important;
}
.button-text[data-v-9758c42b] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}
.contact-title[data-v-9758c42b] {
    display: flex;
    justify-content: center;
}
.close-icon[data-v-9758c42b] {
    top: 8px;
}
.form-wrapper[data-v-9758c42b] {
    overflow: auto;
}
[data-v-9758c42b] .c-label {
    font-size: 12px !important;
}
.contact-title[data-v-9758c42b] {
    font-size: 24px;
}
.lock-icon-wrapper[data-v-9758c42b] {
    top: 7px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.form-wrapper[data-v-9758c42b] {
    height: 100%;
}
}.notification-alert[data-v-0089c62e] {
  position: fixed;
  top: 10vh;
  right: 20px;
  z-index: 999;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 960px) {
.notification-alert[data-v-0089c62e] {
    right: 0;
}
}
.notification-alert.rounded[data-v-0089c62e] {
  border-radius: 8px !important;
}
.logo[data-v-0089c62e] {
  width: 100%;
  max-width: 45px;
}
.card-content[data-v-0089c62e] {
  max-width: 573px;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.header-title[data-v-0089c62e] {
  font-family: Epilogue;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.32px;
  color: #001154;
  margin-top: 16px;
  white-space: nowrap;
  text-align: center;
}
.card-text[data-v-0089c62e] {
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 128.571% */
  color: #121727;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  opacity: 0.8;
  width: 100%;
}
.update-banking-text[data-v-0089c62e] {
  color: white;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.card-wrapper[data-v-0089c62e] {
  border-radius: 7px;
  position: relative;
}
.button-second[data-v-0089c62e] {
  min-height: unset !important;
  margin: 40px auto 0 !important;
}
.button-wrapper[data-v-0089c62e] {
  display: flex;
}
.close-icon-wrapper[data-v-0089c62e] {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.support-team-text[data-v-0089c62e] {
  color: #2969ff;
  cursor: pointer;
}
@media (max-width: 959.98px) {
.header-title[data-v-0089c62e] {
    white-space: pre-wrap;
}
}/* ============================================================
   Xchange.Loans — Colors & Type foundations
   Source of truth: XchangeLoans/marketplace (Vue 2 + Vuetify)
   src/styles/_variables.scss, src/scss/variables.scss,
   src/styles/global-styles.scss, status-colors.js
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/epilogue-v2-latin-300-CgfhIc8H.woff2") format("woff2");
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/epilogue-v2-latin-regular-CvLYPQcm.woff2") format("woff2");
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/epilogue-v2-latin-500-DIr8K_Ay.woff2") format("woff2");
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/epilogue-v2-latin-700-B7bysL9R.woff2") format("woff2");
}
/* Epilogue is used at weight 800 in hero/h1 — the 700 file is the heaviest
   shipped weight, so 800 falls back to synthetic-bold of 700. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/ibm-plex-sans-v8-latin-300-BjjgD-Fi.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/ibm-plex-sans-v8-latin-regular-T08DAGm7.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/ibm-plex-sans-v8-latin-600-DL9Jk0XV.woff2") format("woff2");
}
:root {
  /* ============ COLOR — Brand core ============ */
  --xl-navy: #001154;          /* primary / darkBlue / mainTheme — the brand color */
  --xl-blue: #2969ff;          /* primary-lighten / action — links, primary CTAs */
  --xl-pink: #dd226f;          /* accent CTA, active underline, urgency tags */
  --xl-teal: #7fe0e8;          /* accent — light highlight, sub-brand wash */
  --xl-teal-bright: #7beaf3;   /* hero sub-title text on photos */
  --xl-teal-hover: #77f5ff;    /* accent button hover */
  --xl-green: #00a591;         /* button hover (legacy success green) */

  /* Header / hero gradients */
  --xl-header-gradient: radial-gradient(265.07% 13732.15% at 87.99% -74.04%, #00116a 0%, #002c91 100%); /* @kind color */
  --xl-hero-gradient: linear-gradient(98.51deg, #073a87 8.61%, #446eae 64.84%, #7f98d7 110.18%); /* @kind color */

  /* ============ COLOR — Neutrals & surfaces ============ */
  --xl-ink: #0f2d59;           /* input text / borders — slightly lighter navy */
  --xl-footer: #121727;        /* footer background (near-black navy) */
  --xl-primary-dark: #313944;
  --xl-secondary-theme: #162a4d;
  --xl-secondary-hue-1: #1f365e;
  --xl-secondary-hue-2: #374252;
  --xl-secondary-hue-3: #1a2338;

  --xl-title: #333333;         /* generic heading ink */
  --xl-body: #484848;          /* main paragraph text (mainParText) */
  --xl-body-soft: #959ba7;     /* secondary paragraph text */
  --xl-muted: #979797;         /* dark-grey */
  --xl-muted-2: #aaaaaa;
  --xl-grey-line: #9aabc2;     /* grey-light — disabled bg, hairlines */
  --xl-faint: #d1d1d1;         /* littleImportance */

  --xl-grey: #f1f1f1;          /* fills / chips */
  --xl-grey-1: #f8f8f8;        /* filled input bg */
  --xl-grey-2: #fcfcfc;        /* raised panel / card bg */
  --xl-white: #ffffff;

  /* ============ COLOR — Semantic / status ============ */
  --xl-error: #d52819;
  --xl-status-draft: #7b7b7b;      /* Draft / XL Value */
  --xl-status-active: #368600;     /* Active Listing / Call for Offers (green) */
  --xl-status-pending: #e59800;    /* Best & Final / Under Contract (orange) */
  --xl-status-selection: #d2ca00;  /* Under Selection / Contract Pending (yellow) */
  --xl-status-stopped: #e52020;    /* On Hold / Declined / Removed / Expired (red) */
  --xl-status-closed: #444444;     /* Closed / Deleted (grey) */

  /* ============ TYPE — Families ============ */
  --xl-font-primary: "Epilogue", "Segoe UI", sans-serif;     /* headings + UI */
  --xl-font-secondary: "IBM Plex Sans", "Segoe UI", sans-serif; /* dense data, tables */

  /* Weights actually shipped: 300 / 400 / 500 / 700 (+800 synthetic) */
  --xl-w-light: 300;     /* @kind font */
  --xl-w-regular: 400;   /* @kind font */
  --xl-w-medium: 500;    /* @kind font */
  --xl-w-semibold: 600;  /* @kind font */
  --xl-w-bold: 700;      /* @kind font */
  --xl-w-black: 800;     /* @kind font */

  /* ============ RADIUS ============ */
  --xl-radius-0: 0;      /* Vuetify root radius is 0 — inputs/data UI are square */
  --xl-radius-sm: 5px;   /* CTA buttons, chips */
  --xl-radius-md: 7px;   /* large buttons, card image corners */
  --xl-radius-lg: 6px;   /* asset cards */
  --xl-radius-pill: 999px;

  /* ============ SHADOW / ELEVATION ============ */
  --xl-shadow-card: 0px 10px 31px rgba(0, 17, 84, 0.06);     /* asset cards */
  --xl-shadow-row: 3px 3px 22px rgba(173, 173, 173, 0.25);   /* horizontal row cards */
  --xl-shadow-cta: 0px 8px 25px rgba(0, 17, 84, 0.25);       /* raised "button-second" */
  --xl-shadow-panel: 0px 20px 30px rgba(223, 223, 223, 0.3); /* dropdowns / raised panels */
  --xl-shadow-chip: 3px 4px 15px rgba(0, 17, 84, 0.14);

  /* ============ SPACING (8px base) ============ */
  --xl-space-1: 4px;
  --xl-space-2: 8px;
  --xl-space-3: 12px;
  --xl-space-4: 16px;
  --xl-space-5: 24px;
  --xl-space-6: 32px;
  --xl-space-7: 40px;
  --xl-space-8: 56px;
  --xl-space-9: 72px;

  /* ============ LAYOUT ============ */
  --xl-container-max: 1600px;
  --xl-header-h: 73px;
  --xl-bp-sm: 600px;
  --xl-bp-md: 960px;
  --xl-bp-lg: 1264px;
  --xl-bp-xl: 1904px;
}

/* ============================================================
   SEMANTIC TYPE RAMP
   Pulled from global-styles.scss. Sizes adapted to the
   marketing site scale (desktop). Letter-spacing values are
   the brand's signature ~0.012em positive tracking on display.
   ============================================================ */
.xl-h1 {              /* hero headline */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-black);
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.582857px;
  color: var(--xl-navy);
}
.xl-h2 {              /* section headline */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-bold);
  font-size: 52px;
  line-height: 64px;
  letter-spacing: 0.530833px;
  color: var(--xl-navy);
}
.xl-h3 {              /* info-pages-title */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-bold);
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.426667px;
  color: var(--xl-navy);
}
.xl-h4 {              /* card / dialog title */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-bold);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: var(--xl-navy);
}
.xl-h5 {              /* title-primary */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-bold);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.444444px;
  color: var(--xl-navy);
}
.xl-subtitle {        /* supporting subhead */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-semibold);
  font-size: 20px;
  line-height: 26px;
  color: var(--xl-navy);
}
.xl-body {            /* default paragraph */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-regular);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--xl-body);
}
.xl-body-light {      /* info-page body — airy, weight 300 */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-light);
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 17, 84, 0.8);
}
.xl-label {           /* form labels / metadata — small */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-regular);
  font-size: 11px;
  line-height: 17px;
  color: var(--xl-navy);
}
.xl-data {            /* big monetary value (UPB etc.) */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-bold);
  font-size: 24px;
  line-height: 32px;
  color: var(--xl-navy);
}
.xl-eyebrow {         /* status / overline */
  font-family: var(--xl-font-primary);
  font-weight: var(--xl-w-semibold);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--xl-blue);
}
.xl-table {           /* dense tabular data — secondary family */
  font-family: var(--xl-font-secondary);
  font-weight: var(--xl-w-regular);
  font-size: 14px;
  line-height: 20px;
  color: var(--xl-ink);
}
/* ============================================================
   Xchange.Loans, Redesign · shared chrome & primitives
   Imports the brand tokens, then layers polished, corporate
   homepage primitives used across all five renditions.
   ============================================================ */
/* tokens + @font-face are linked directly in each page (parallel load, no
   @import serialisation, which caused a white flash on every navigation) */
*, *::before, *::after { box-sizing: border-box;
}
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-padding-top: 90px; scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce){
html { scroll-behavior: auto;
}
}
:root { --xl-nav-h: 74px; --xl-verify-bar-h: 40px; --xl-marquee-label-h: 46px; --xl-tb-h: 122px;
}
@media (max-width: 760px){
:root { --xl-nav-h: 62px; --xl-tb-h: 108px;
}
}
@media (max-width: 580px){
:root { --xl-verify-bar-h: 24px;
}
}
html { background: #fff;
}
/* the fixed header overlays the page, so anchor targets must offset by its
   height or their headings land behind it */
.xl-refresh [id] { scroll-margin-top: var(--xl-nav-h);
}
html { scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce){
html { scroll-behavior: auto;
}
}
.xl-refresh img, .xlnav img, .xlfoot img { -webkit-user-drag: none; user-select: none;
}
.xl-refresh a, .xlnav a, .xlfoot a { color: inherit; text-decoration: none;
}
.xl-refresh h1, .xl-refresh h2, .xl-refresh h3, .xl-refresh h4, .xl-refresh p,
.xlnav h1, .xlnav h2, .xlnav h3, .xlnav h4, .xlnav p,
.xlfoot h1, .xlfoot h2, .xlfoot h3, .xlfoot h4, .xlfoot p { margin: 0;
}
.xl-refresh ::selection, .xlnav ::selection, .xlfoot ::selection { background: rgba(41,105,255,.18);
}

/* Vuetify applies a 16px paragraph margin and a 1.5 inherited line-height to
   every v-application descendant. The approved standalone source starts from
   normal line-height and zero paragraph margin; page-specific rules below can
   then opt into their exact spacing. */
.xl-refresh, .xlnav, .xlfoot { line-height: normal;
}
.xl-refresh { font-family: var(--xl-font-primary); color: var(--xl-navy);
}
.xl-refresh p { margin-bottom: 0;
}

/* ---------- layout ---------- */
.xl-container { max-width: 1240px; margin: 0 auto; padding: 0 40px;
}
.xl-container--wide { max-width: 1440px;
}
.xl-section { padding: 52px 0;
}
.xl-section--tight { padding: 40px 0;
}
@media (max-width: 860px){
.xl-container { padding: 0 22px;
}
.xl-section { padding: 38px 0;
}
}

/* ---------- eyebrow / overline ---------- */
.xl-eyebrow {
  font-weight: 600; font-size: 13px; line-height: 1;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--xl-blue); display: inline-flex; align-items: center; gap: 10px;
}
.xl-eyebrow::before {
  content: ""; width: 22px; height: 2px; background: var(--xl-pink); display: inline-block;
}
.xl-eyebrow--plain::before { display: none;
}

/* ---------- display type helpers ---------- */
.dsp { font-weight: 800; letter-spacing: .01em; color: var(--xl-navy); line-height: 1.04;
}
/* keeps a two-sentence heading breaking BETWEEN sentences, never mid-phrase */
.nb { display: inline-block;
}
/* ...which only holds if each sentence fits the column. This needs BOTH classes
   for specificity: .dsp-lg's clamp() is declared later in the file, so a plain
   .dsp-lg override here would lose the cascade at equal specificity. */
@media (max-width: 700px){
.dsp.dsp-lg { font-size: 25px;
}
}
.dsp-xxl { font-size: clamp(44px, 5.4vw, 76px);
}
.dsp-xl  { font-size: clamp(38px, 4.4vw, 60px);
}
.dsp-lg  { font-size: clamp(30px, 3.2vw, 44px);
}
.lede { font-weight: 400; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; color: var(--xl-body);
}
.text-on-dark, .text-on-dark .dsp { color: #fff;
}
.text-on-dark .lede { color: rgba(255,255,255,.82);
}

/* ---------- buttons ---------- */
.xlr-btn {
  --b: var(--xl-blue);
  font-family: var(--xl-font-primary); font-weight: 600; font-size: 16px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 50px; padding: 0 28px; border-radius: 7px; border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap; transition: all .18s ease; line-height: 1;
}
.xlr-btn svg { width: 18px; height: 18px;
}
.xlr-btn:focus-visible { outline: 3px solid rgba(41,105,255,.45); outline-offset: 2px;
}
.xlr-btn--sm { height: 50px; padding: 0 20px; font-size: 15px;
}
.xlr-btn--lg { height: 56px; padding: 0 34px; font-size: 17px;
}
.xlr-btn--primary { background: var(--xl-blue); color: #fff; box-shadow: 0 10px 26px rgba(41,105,255,.28);
}
.xlr-btn--primary:hover { background: #1f5ce8; box-shadow: 0 0 0 5px rgba(41,105,255,.24), 0 16px 34px rgba(41,105,255,.44); transform: translateY(-2px);
}
.xlr-btn--primary:active { transform: translateY(0); box-shadow: 0 0 0 3px rgba(41,105,255,.22), 0 6px 16px rgba(41,105,255,.34);
}
.xlr-btn--navy { background: var(--xl-navy); color: #fff;
}
.xlr-btn--navy:hover { background: #06249b; box-shadow: 0 0 0 4px rgba(0,17,84,.16), 0 14px 32px rgba(0,17,84,.34); transform: translateY(-2px);
}
.xlr-btn--navy:active { transform: translateY(0);
}
.xlr-btn--accent { background: var(--xl-teal); color: var(--xl-navy);
}
.xlr-btn--accent:hover { background: var(--xl-teal-hover); box-shadow: 0 0 0 4px rgba(127,224,232,.3), 0 14px 30px rgba(0,17,84,.22); transform: translateY(-2px);
}
.xlr-btn--accent:active { transform: translateY(0);
}
.xlr-btn--outline { background: transparent; color: var(--xl-navy); border-color: #d4dbe8;
}
.xlr-btn--outline:hover { border-color: var(--xl-blue); color: var(--xl-blue); background: #fff; box-shadow: 0 0 0 5px rgba(41,105,255,.16), 0 10px 24px rgba(41,105,255,.2); transform: translateY(-2px);
}
.xlr-btn--outline:active { transform: translateY(0);
}
.xlr-btn--ghost { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.72); backdrop-filter: blur(2px);
}
.xlr-btn--ghost:hover { background: rgba(255,255,255,.3); border-color: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.16); transform: translateY(-2px);
}
.xlr-btn--ghost:active { transform: translateY(0);
}
.xlr-btn--white { background: #fff; color: var(--xl-navy);
}
.xlr-btn--white:hover { background: #fff; color: var(--xl-blue); box-shadow: 0 0 0 4px rgba(255,255,255,.22), 0 12px 28px rgba(0,7,40,.28); transform: translateY(-2px);
}
.xlr-btn--white:active { transform: translateY(0);
}
/* Vuetify's theme-level anchor color is more specific than the standalone
   handoff CSS. Keep link-shaped buttons on their approved foreground colors. */
.v-application.v-theme--marketplaceLight .xlr-btn--primary, .v-application.v-theme--marketplaceLight .xlr-btn--navy { color: #fff;
}
.v-application.v-theme--marketplaceLight .xlr-btn--accent, .v-application.v-theme--marketplaceLight .xlr-btn--outline, .v-application.v-theme--marketplaceLight .xlr-btn--white { color: var(--xl-navy);
}
.v-application.v-theme--marketplaceLight .xlr-btn--ghost { color: #fff;
}
.v-application.v-theme--marketplaceLight a.r6panel__cta { color: #fff;
}
.xl-refresh .xchange-place-autocomplete {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.xl-refresh .xchange-place-autocomplete::part(input) {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* ============================================================
   APP BAR  (injected by xl-chrome.js)
   ============================================================ */
#nav { display: contents;
}
/* fixed (not sticky) so the header never depends on its injected wrapper for
   positioning; the 74px it would have occupied is reserved on <body> below. */
.xlnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60; width: 100%;
  height: 74px; display: flex; align-items: center;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s;
}
.xlnav .xl-container { display: flex; align-items: center; gap: 46px; width: 100%;
}
.xlnav__brand { display: flex; align-items: center; flex: 0 0 auto; line-height: 0;
}
/* the X mark descends well below the lettering (ink runs to y41 of the 42-unit box,
   while the wordmark text sits y2.6-26.8), so centring the box leaves the letters
   riding ~15% high against the nav links. shifting by that much aligns the lettering
   to the row rather than the artboard. */
.xlnav__logo { height: 30px; display: block; flex: 0 0 auto; transform: translateY(15%);
}
.xlnav__nav { display: flex; align-items: center; gap: 36px;
}
.xlnav__link {
  position: relative; font-weight: 500; font-size: 15.5px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 5px; padding: 6px 0;
}
.v-application .xlnav a.xlnav__link { color: inherit; text-decoration: none;
}
.xlnav__link .caret { font-size: 9px; opacity: .8; transition: transform .2s;
}
.xlnav__link::after {
  /* -2px each side: the glyph side bearings made the rule look short of the word */
  content: ""; position: absolute; left: -2px; right: -2px; bottom: -2px; height: 2px;
  background: var(--xl-pink); border-radius: 2px; transform: scaleX(0); transform-origin: left;
  transition: transform .2s ease;
}
.xlnav__link:hover::after, .xlnav__link.is-active::after { transform: scaleX(1);
}
.xlnav__spacer { flex: 1;
}
/* hamburger: mobile only (see the 760px block). `color: inherit` is required,
   a <button> does not inherit colour from the nav (the UA stylesheet sets it to
   buttontext), which leaves the currentColor bars black on the navy hero. */
.xlnav__burger { display: none; color: inherit; width: 38px; height: 38px; border: none; background: none; padding: 0; cursor: pointer; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.xlnav__burger span { display: block; width: 21px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .15s ease;
}
.xlnav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.xlnav__burger.is-open span:nth-child(2) { opacity: 0;
}
.xlnav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
.xlnav__panel { display: none;
}
.xlnav__actions { display: flex; align-items: center; gap: 30px;
}
/* FAQ and About are the same class of link as Buy and Sell, so they carry the same
   weight, size and colour; only their grouping on the right separates them */
.xlnav__util { display: flex; align-items: center; gap: 32px;
}
.xlnav__util .xlnav__link { font-size: 15.5px;
}
.xlnav__util .xlnav__link:hover, .xlnav__util .xlnav__link.is-active { opacity: 1;
}
@media (max-width: 900px){
.xlnav__util { display: none;
}
}
.xlnav__tools { display: flex; align-items: center; gap: 6px;
}
.xlnav__tool { position: relative; width: 42px; height: 42px; border-radius: 9px; border: none; background: none; color: inherit; display: grid; place-items: center; cursor: pointer; transition: background .16s ease;
}
/* Header tools may be router-links or buttons; keep their base colour aligned
   while allowing the New Listing CTA to retain its white plus icon. */
.v-application .xlnav a.xlnav__tool { color: inherit; text-decoration: none;
}
.v-application .xlnav a.xlnav__tool--new-listing { color: #fff;
}
.xlnav__tool svg { width: 23px; height: 23px; stroke-width: 2.1;
}
.xlnav__tool--messages svg { transform: translateX(2px);
}
.xlnav__tool:hover { background: rgba(255,255,255,.16);
}
.xlnav--white .xlnav__tool:hover, .xlnav.xlnav--scrolled .xlnav__tool:hover { background: #eef3ff;
}
.xlnav__tool--new-listing { width: 42px; height: 42px; border-radius: 9px; background: transparent; color: #fff; box-shadow: none; transition: transform .16s ease;
}
.xlnav__tool--new-listing::before { content: ""; position: absolute; inset: 8px; border-radius: 6px; background: var(--xl-blue); box-shadow: 0 6px 14px rgba(41,105,255,.26); transition: background .16s ease, box-shadow .16s ease;
}
.xlnav__tool--new-listing svg { position: relative; z-index: 1; width: 16px; height: 16px;
}
.xlnav__tool--new-listing:hover, .xlnav--white .xlnav__tool--new-listing:hover, .xlnav.xlnav--scrolled .xlnav__tool--new-listing:hover { background: transparent; box-shadow: none; transform: translateY(-1px);
}
.xlnav__tool--new-listing:hover::before, .xlnav--white .xlnav__tool--new-listing:hover::before, .xlnav.xlnav--scrolled .xlnav__tool--new-listing:hover::before { background: #1858eb; box-shadow: 0 8px 18px rgba(41,105,255,.32);
}
.xlnav__tool:disabled { opacity: .38; cursor: default;
}
.xlnav__tool:disabled:hover { background: none;
}
.xlnav__badge { position: absolute; top: 4px; right: 4px; min-width: 15px; height: 15px; padding: 0 4px; border-radius: 999px; background: var(--xl-pink); color: #fff; font-family: var(--xl-font-secondary); font-weight: 700; font-size: 10px; line-height: 15px;
}
.xlnav__acct { position: relative; margin-left: 12px;
}
.xlnav__menu { position: absolute; right: 0; top: calc(100% + 12px); min-width: 188px; background: #fff; border: 1px solid #e6ecf7; border-radius: 12px; box-shadow: 0 22px 48px rgba(0,17,84,.18); padding: 6px; z-index: 80;
}
.xlnav__menu[hidden] { display: none;
}
.xlnav__mi { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 8px; font-weight: 600; font-size: 14.5px; color: var(--xl-navy); text-decoration: none;
}
.xlnav__mi.xlnav__mi--button { color: var(--xl-navy);
}
.xlnav__mi svg { width: 18px; height: 18px; stroke: var(--xl-blue);
}
.xlnav__mi:hover { background: #f3f7ff; color: var(--xl-blue);
}
.xlnav__avatar { width: 40px; height: 40px; margin-left: 0; padding: 0; border-radius: 50%; border: 0; background: #eef2fa; cursor: pointer; overflow: hidden; box-shadow: none;
}
.xlnav__avatar img { display: block; width: 100%; height: 100%; object-fit: cover;
}
.xlnav__login { font-weight: 600; font-size: 15px; cursor: pointer; display: inline-flex; align-items: center; height: 38px; padding: 0 20px; border-radius: 7px; border: 1.5px solid transparent; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, color .18s ease;
}

/* dropdown */
.xlnav__drop {
  position: absolute; top: 46px; left: -16px; min-width: 248px; background: #fff;
  border-radius: 10px; box-shadow: 0 24px 48px rgba(0,17,84,.18); padding: 10px;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .16s ease; z-index: 70;
  border: 1px solid #eef1f7;
}
.xlnav__menu:hover .xlnav__drop { opacity: 1; visibility: visible; transform: translateY(0);
}
.xlnav__menu:hover .caret { transform: rotate(180deg);
}
.xlnav__drop-item { display: flex; gap: 12px; padding: 12px 14px; border-radius: 7px; cursor: pointer; transition: background .14s;
}
.xlnav__drop-item:hover { background: #f4f7fd;
}
.xlnav__drop-item .ttl { font-weight: 600; font-size: 15px; color: var(--xl-navy);
}
.xlnav__drop-item .sub { font-weight: 300; font-size: 13px; color: var(--xl-body-soft); margin-top: 2px; line-height: 1.4;
}
.xlnav__drop-item .dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; flex: 0 0 auto;
}

/* nav variants */
.xlnav--navy { background: var(--xl-header-gradient); color: #fff;
}
.xlnav--navy .xlnav__logo-n { display: none;
}
.xlnav--navy .xlnav__login { background: #fff; border-color: #fff; color: var(--xl-navy); box-shadow: 0 8px 22px rgba(0,7,40,.28);
}
.xlnav--navy .xlnav__login:hover { background: #e9eefb; border-color: var(--xl-pink); box-shadow: 0 0 0 4px rgba(221,34,111,.2), 0 8px 22px rgba(0,7,40,.28); transform: translateY(-1px);
}
.xlnav--white { background: #fff; color: var(--xl-navy); border-bottom: 1px solid #eaeef6;
}
.xlnav--white .xlnav__login { background: #fff; border-color: #cbd6e8; color: var(--xl-navy); box-shadow: 0 7px 18px rgba(0,17,84,.12);
}
.xlnav--white .xlnav__login:hover { background: #f5f8fd; border-color: var(--xl-pink); transform: translateY(-1px); box-shadow: 0 0 0 3px rgba(221,34,111,.16), 0 10px 24px rgba(0,17,84,.15);
}
.xlnav--transparent { background: transparent; color: #fff; position: fixed; top: 0; left: 0; right: 0;
}
.xlnav--transparent:not(.xlnav--scrolled) .xlnav__login { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); backdrop-filter: blur(3px);
}
.xlnav--transparent:not(.xlnav--scrolled) .xlnav__login:hover { background: rgba(255,255,255,.34); border-color: var(--xl-pink); color: #fff; box-shadow: 0 0 0 4px rgba(221,34,111,.22), 0 8px 22px rgba(0,7,40,.24); transform: translateY(-1px);
}
.xlnav--transparent:not(.xlnav--scrolled) .xlnav__login:active { transform: translateY(0);
}
/* the scrolled state must beat .xlnav--transparent on SPECIFICITY, not just
   source order, so it stays authoritative wherever it lands in the cascade */
.xlnav.xlnav--scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(10px); color: var(--xl-navy); box-shadow: 0 6px 24px rgba(0,17,84,.08); border-bottom: 1px solid #eaeef6;
}
/* sticky/scrolled: keep Log In white so navigation no longer reintroduces the
   retired blue button treatment after the first scroll. */
.xlnav.xlnav--scrolled .xlnav__login { background: #fff; border-color: #cbd6e8; color: var(--xl-navy); box-shadow: 0 7px 18px rgba(0,17,84,.12); backdrop-filter: none;
}
.xlnav.xlnav--scrolled .xlnav__login:hover { background: #f5f8fd; border-color: var(--xl-pink); transform: translateY(-1px); box-shadow: 0 0 0 3px rgba(221,34,111,.16), 0 10px 24px rgba(0,17,84,.15);
}
.xlnav.xlnav--scrolled .xlnav__logo-w { display: none;
}
.xlnav--transparent:not(.xlnav--scrolled) .xlnav__logo-n { display: none;
}
.xlnav--white .xlnav__logo-w { display: none;
}
.xlnav--white .xlnav__logo-n { display: block;
}

/* ============================================================
   CREDIBILITY , logo strip + stat row
   ============================================================ */
.xl-trustbar { border-top: 1px solid #eef1f7; border-bottom: 1px solid #eef1f7; background: #fbfcfe;
}
.xl-trustbar__inner { display: flex; align-items: center; gap: 40px; padding: 22px 40px; flex-wrap: wrap;
}
.xl-trustbar__label { font-weight: 600; font-size: 13px; letter-spacing: .04em; color: var(--xl-body-soft); max-width: 180px; line-height: 1.4;
}
.xl-trustbar__logos { display: flex; align-items: center; gap: 46px; flex-wrap: wrap; flex: 1;
}
.xl-brandlogo { display: block; flex: 0 0 auto; object-fit: contain;
}
.xl-trustbar__logos .xl-brandlogo { height: 46px; width: auto; max-width: 178px;
}
@media (max-width: 760px){
.xl-trustbar__logos { gap: 30px;
}
.xl-trustbar__logos .xl-brandlogo { height: 38px; max-width: 140px;
}
}

/* ---------- scrolling trusted-by marquee ----------
   Two-tone: the label sits on a deeper navy strip, the logos on flat
   #001154. The logo band MUST stay flat #001154, since some marks are
   light plates with navy lettering (JTS) or have enclosed navy letter
   counters (Kirkland) that cannot be keyed out and only match exactly. */
.xl-marquee { overflow: hidden; position: relative; background: var(--xl-header-gradient); padding: 30px 0 34px;
}
.xl-marquee__label { background: transparent; text-align: center; font-weight: 600; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #fff; padding: 0 24px; margin: 0;
}
.xl-marquee__logos { background: transparent; padding: 22px 0 0; position: relative;
}
.xl-marquee__viewport { position: relative; overflow: hidden;
}
.xl-marquee__viewport::before, .xl-marquee__viewport::after { content: ""; position: absolute; top: 0; bottom: 0; width: 150px; z-index: 2; pointer-events: none;
}
.xl-marquee__viewport::before { left: 0; background: linear-gradient(90deg, #001c78 24%, rgba(0,28,120,0));
}
.xl-marquee__viewport::after { right: 0; background: linear-gradient(270deg, #00257f 24%, rgba(0,37,127,0));
}
.xl-marquee__track { display: flex; align-items: center; gap: 0; width: max-content; animation: xlmarquee 88s linear infinite;
}
.xl-marquee:hover .xl-marquee__track { animation-play-state: paused;
}
@keyframes xlmarquee {
from { transform: translateX(0);
}
to { transform: translateX(-50%);
}
}
/* cells size to their mark; a fixed cell width strands wide wordmarks and pads
   compact lockups, so only a min-width is set for rhythm */
.xl-marquee__cell { display: flex; align-items: center; justify-content: center; min-width: 150px; height: 88px; padding: 0 30px; flex: 0 0 auto; box-sizing: content-box;
}
.xl-marquee__cell .xl-brandlogo { display: block; max-width: none; object-fit: contain; opacity: .95; transition: opacity .2s ease, transform .2s ease;
}
/* per-logo widths, normalised so every mark carries the same ink area (a stacked
   lockup and a long wordmark cannot share one height and look evenly weighted) */
.xl-marquee__cell .xl-brandlogo[data-logo*="bank-leumi-nv"] { width: 240px; height: 24.7px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="corevest"] { width: 122.1px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="fidelity-bank-of-florida"] { width: 200.6px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="first-bank-of-alabama"] { width: 194px; height: 54.3px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="grand-ridge-national-bank"] { width: 119.1px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="gulf-coast-bank-and-trust"] { width: 136.5px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="homefield-credit-union"] { width: 226px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="jts-capital-nv"] { width: 87.5px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="kirkland-group"] { width: 209px; height: 62.1px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="luana-savings-bank"] { width: 187px; height: 55.6px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="state-bank-of-cross-plains"] { width: 114.3px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="wintrust-bank"] { width: 240px; height: 52.2px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="cygnus-nv"] { width: 148.9px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="bank-of-east-asia"] { width: 240px; height: 43.6px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="axos-bank"] { width: 182.2px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="keybank-real-estate-capital"] { width: 140.8px; height: 64px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="freddie-mac"] { width: 240px; height: 55.5px;
}
.xl-marquee__cell:hover .xl-brandlogo { opacity: 1; transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce){
.xl-marquee__track { animation: none; justify-content: center; flex-wrap: wrap; width: 100%;
}
}
.xl-marquee__lshort { display: none;
}
@media (max-width: 760px){
.xl-marquee { padding: 22px 0 26px;
}
.xl-marquee__logos { padding: 16px 0 0;
}
.xl-marquee__label { padding: 0 20px; font-size: 11px;
}
.xl-marquee__cell { padding: 0 22px; min-width: 118px; width: auto; height: 52px;
}
.xl-marquee__cell .xl-brandlogo { max-height: 52px; max-width: 146px;
}
}
/* mobile: one continuous line, label then scrolling logos (reads as a ticker) */
@media (max-width: 700px){
.xl-marquee { display: flex; align-items: stretch; background: var(--xl-header-gradient); padding: 0;
}
.xl-marquee__lfull { display: none;
}
.xl-marquee__lshort { display: block;
}
.xl-marquee__label { background: transparent; flex: 0 0 auto; display: flex; align-items: center; text-align: left; padding: 0 12px; font-size: 10px; letter-spacing: .04em; line-height: 1.15; max-width: 84px;
}
.xl-marquee__logos { flex: 1; min-width: 0; padding: 12px 0;
}
.xl-marquee__viewport::before, .xl-marquee__viewport::after { width: 40px;
}
.xl-marquee__cell { padding: 0 16px; min-width: 104px; width: auto; height: 56px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="bank-leumi-nv"] { width: 158.0px; height: 16.2px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="corevest"] { width: 80.1px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="fidelity-bank-of-florida"] { width: 131.7px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="first-bank-of-alabama"] { width: 128.0px; height: 35.8px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="grand-ridge-national-bank"] { width: 78.1px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="gulf-coast-bank-and-trust"] { width: 89.6px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="homefield-credit-union"] { width: 148.3px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="jts-capital-nv"] { width: 57.4px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="kirkland-group"] { width: 138.0px; height: 41.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="luana-savings-bank"] { width: 123.0px; height: 36.5px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="state-bank-of-cross-plains"] { width: 75.0px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="wintrust-bank"] { width: 158.0px; height: 34.3px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="cygnus-nv"] { width: 97.7px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="bank-of-east-asia"] { width: 158.0px; height: 28.7px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="axos-bank"] { width: 119.5px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="keybank-real-estate-capital"] { width: 92.4px; height: 42.0px;
}
.xl-marquee__cell .xl-brandlogo[data-logo*="freddie-mac"] { width: 158.0px; height: 36.5px;
}
.xl-marquee__track { animation-duration: 62s;
}
}
/* placeholder institution lockup */
.xl-orglogo { display: inline-flex; align-items: center; gap: 9px; opacity: .62; filter: grayscale(1);
}
.xl-orglogo__mark { width: 26px; height: 26px; border-radius: 5px; background: var(--xl-navy); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 13px;
}
.xl-orglogo__mark--round { border-radius: 50%;
}
.xl-orglogo__name { font-weight: 700; font-size: 16px; letter-spacing: -.01em; color: #5a6478;
}

/* stat row */
.xl-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.xl-stat__num { font-family: var(--xl-font-secondary); font-weight: 600; font-size: clamp(34px, 3.4vw, 46px); color: var(--xl-navy); line-height: 1; letter-spacing: -.02em;
}
.xl-stat__num .u { color: var(--xl-blue);
}
.xl-stat__label { font-size: 14.5px; color: var(--xl-body); margin-top: 10px; line-height: 1.4; font-weight: 400;
}
.text-on-dark .xl-stat__num { color: #fff;
}
.text-on-dark .xl-stat__num .u { color: var(--xl-teal);
}
.text-on-dark .xl-stat__label { color: rgba(255,255,255,.7);
}
@media (max-width: 760px){
.xl-stats { grid-template-columns: 1fr 1fr; gap: 32px 20px;
}
}

/* ============================================================
   HOW IT WORKS , numbered steps
   ============================================================ */
.xl-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.xl-step { position: relative; padding: 30px 28px 28px; background: #fff; border: 1px solid #e8edf6; border-radius: 14px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.xl-step::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--xl-blue), var(--xl-teal)); opacity: 0; transition: opacity .2s ease;
}
.xl-step:hover { border-color: #d5e0f4; box-shadow: 0 18px 44px rgba(0,17,84,.12), 0 0 0 1px rgba(41,105,255,.14); transform: translateY(-4px);
}
.xl-step:hover::after { opacity: 1;
}
.xl-step__hd { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px;
}
.xl-step__n { font-family: var(--xl-font-secondary); font-weight: 600; font-size: 40px; line-height: 1; color: #eaeff8; letter-spacing: -.03em; transition: color .2s ease;
}
.xl-step:hover .xl-step__n { color: #dbe5f6;
}
.xl-step__icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(150deg, #eef3ff, #e3ecff); display: grid; place-items: center; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(41,105,255,.12);
}
.xl-step__icon svg { width: 23px; height: 23px; stroke: var(--xl-blue);
}
.xl-step__title { font-weight: 700; font-size: 20px; color: var(--xl-navy); margin-bottom: 8px; letter-spacing: -.005em;
}
.xl-step__body { font-weight: 300; font-size: 15px; line-height: 1.55; color: var(--xl-body);
}
@media (max-width: 820px){
.xl-steps { grid-template-columns: 1fr;
}
}

/* ---------- horizontal listing carousel ---------- */
.xl-rail { position: relative;
}
.xl-rail__track { display: flex; gap: 22px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding: 6px 4px 18px; margin: -6px -4px 0; scrollbar-width: none;
}
.xl-rail__track::-webkit-scrollbar { display: none;
}
.xl-rail__track > .xlr-asset-card { flex: 0 0 calc((100% - 66px) / 4); scroll-snap-align: start;
}
.xl-rail__arrow { position: absolute; top: 132px; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid #e5ebf5; box-shadow: 0 10px 26px rgba(0,17,84,.16); display: grid; place-items: center; cursor: pointer; z-index: 6; transition: all .16s ease;
}
.xl-rail__arrow svg { width: 18px; height: 18px; stroke: var(--xl-navy);
}
.xl-rail__arrow:hover { background: var(--xl-blue); border-color: var(--xl-blue); transform: scale(1.06);
}
.xl-rail__arrow:hover svg { stroke: #fff;
}
.xl-rail__arrow[disabled] { opacity: 0; pointer-events: none;
}
.xl-rail__arrow--l { left: -18px;
}
.xl-rail__arrow--r { right: -18px;
}
@media (max-width: 1100px){
.xl-rail__track > .xlr-asset-card { flex: 0 0 calc((100% - 22px) / 2);
}
.xl-rail__arrow { top: 118px;
}
}
@media (max-width: 560px){
.xl-rail__track > .xlr-asset-card { flex: 0 0 86%;
}
.xl-rail__arrow--l { left: -8px;
}
.xl-rail__arrow--r { right: -8px;
}
}

/* ---------- mobile: snap scrolling, no arrows ---------- */
@media (max-width: 700px){
.xl-rail__track { scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 4px;
}
.xl-rail__track > .xlr-asset-card { flex: 0 0 82%; scroll-snap-align: start;
}
.xl-rail__arrow { display: none;
}
.xl-rail__track::after { content: ""; flex: 0 0 2px;
}
}

/* ---------- "show more" pill ---------- */
.xl-more { display: flex; justify-content: center; margin-top: 26px;
}

/* ============================================================
   XL VALUE
   ============================================================ */
.xlv { background: linear-gradient(165deg, #f5f8fd 0%, #e9f0fb 100%); border-top: 1px solid #e6ecf6;
}
/* Single left-aligned column: heading, then the sample output, then the address
   field as the closing action. Reading order matches the decision order
   ("here is what you get" before "enter your address"). The stack keeps the
   container's own gutter so its left edge lines up with every section above it,
   and the 720px measure is applied to the children instead. */
.xlv__stack { display: flex; flex-direction: column; align-items: flex-start; text-align: left;
}
/* the sample card and the address field run the container's full width, matching
   the asset rail and the step cards above them */
.xlv__stack > * { width: 100%;
}
/* the copy keeps a shorter measure than the cards so lines stay readable */
.xlv__stack > h2, .xlv__stack > .lede { max-width: 720px;
}
.xlv__grid { display: grid; grid-template-columns: 1.02fr 1.06fr; gap: 56px; align-items: start;
}
.xlv__badge { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 14px; border-radius: 999px; background: #fff; border: 1px solid #d9e3f5; color: var(--xl-blue); font-weight: 700; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 4px 12px rgba(0,17,84,.06);
}
.xlv__form { display: flex; align-items: stretch; gap: 8px; background: #fbfcfe; border: 1px solid #e7ecf5; border-top: none; border-radius: 0 0 18px 18px; padding: 12px; box-shadow: 0 30px 70px rgba(0,17,84,.15); max-width: none; flex-wrap: wrap;
}
.xlv__f { flex: 1; min-width: 108px; display: flex; flex-direction: column; gap: 3px; padding: 8px 14px; border-radius: 9px; cursor: pointer; transition: background .15s;
}
.xlv__f:hover { background: #f4f7fd;
}
.xlv__f + .xlv__f { border-left: 1px solid #eef1f7;
}
.xlv__f > span:first-child { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--xl-body-soft);
}
.xlv__f .v { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 15.5px; font-weight: 500; color: var(--xl-navy); white-space: nowrap;
}
.xlv__f .v i { font-size: 9px; color: var(--xl-body-soft); font-style: normal;
}
.xlv__form .xlr-btn { flex: 0 0 auto; align-self: center;
}
/* address-first capture: the address pre-fills asset type, UPB and state, so it
   is the only field the user touches (matches the production valuation flow) */
.xlv__addr { flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px; padding: 0 14px; border-radius: 9px; cursor: text; transition: background .15s;
}
.xlv__addr:hover, .xlv__addr:focus-within { background: #f4f7fd;
}
.xlv__addr > svg { width: 19px; height: 19px; stroke: var(--xl-blue); flex: 0 0 auto;
}
.xlv__addr input { flex: 1; min-width: 0; border: none; outline: none; background: none; font-family: var(--xl-font-primary); font-size: 15.5px; font-weight: 500; color: var(--xl-navy); padding: 13px 0;
}
/* the prompt has to read against the tinted well, and clear the moment the field
   is focused so the user types into an empty box */
.xlv__addr input::placeholder { color: #55658a; font-weight: 500; opacity: 1;
}
.xlv__addr input:focus::placeholder { color: transparent;
}
.xlv__note { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--xl-body-soft); margin-top: 16px;
}
.xlv__note svg { width: 16px; height: 16px; stroke: #368600; flex: 0 0 auto;
}
.xlv__report { position: relative; background: #fff; border-radius: 18px 18px 0 0; border: 1px solid #e7ecf5; border-bottom: 1px solid #eef1f7; box-shadow: 0 30px 70px rgba(0,17,84,.15); overflow: hidden; margin: 26px 0 0;
}
/* corner ribbon: marks the card as an example, so no one reads it as their own
   result (replaces the "XL Value" tag, which read like a product name) */
.xlv__ribbon { position: absolute; top: 0; right: 0; width: 116px; height: 116px; overflow: hidden; pointer-events: none; z-index: 2;
}
.xlv__ribbon > span { position: absolute; top: 19px; right: -36px; transform: rotate(45deg); display: block; background: var(--xl-navy); color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; text-align: center; padding: 5px 42px; box-shadow: 0 4px 12px rgba(0,17,84,.28);
}
.xlv__rtop { display: flex; align-items: center; gap: 15px; padding: 20px 22px; border-bottom: 1px solid #f1f4fa;
}
.xlv__rthumb { width: 72px; height: 56px; border-radius: 9px; background: url('/assets/Bitmap-3mp2QCuV.png') center/cover; flex: 0 0 auto;
}
.xlv__raddr { display: block; font-weight: 700; font-size: 16px; color: var(--xl-navy);
}
.xlv__rsub { display: block; font-size: 13px; color: var(--xl-body-soft); margin-top: 3px;
}
.xlv__rbadge { margin-left: auto; align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--xl-blue); background: #eef3ff; border-radius: 6px; padding: 5px 9px;
}
.xlv__rbody { padding: 22px; position: relative;
}
.xlv__rlabel { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--xl-body-soft);
}
.xlv__rval { font-family: var(--xl-font-secondary); font-weight: 600; font-size: 44px; color: var(--xl-navy); letter-spacing: -.025em; line-height: 1.1; margin: 6px 0 3px;
}
.xlv__rrange { font-size: 14px; color: var(--xl-body);
}
.xlv__rrange b { color: var(--xl-navy); font-weight: 600;
}
.xlv__bars { display: flex; align-items: flex-end; gap: 6px; height: 58px; margin-top: 20px;
}
.xlv__bars span { flex: 1; background: #e2eafa; border-radius: 4px 4px 0 0;
}
.xlv__bars span.hi { background: linear-gradient(180deg, #6fa1ff, var(--xl-blue));
}
.xlv__rfoot { display: none;
}
/* desktop: confidence reads as a caption on the chart, top-right of the body */
.xlv__rconf { position: absolute; top: 20px; right: 22px; display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--xl-body-soft);
}
.xlv__rconf .d { width: 8px; height: 8px; border-radius: 50%; background: #368600; flex: 0 0 auto;
}
@media (max-width: 1000px){
.xlv__grid { grid-template-columns: 1fr; gap: 40px;
}
}
/* mobile: the form stacks to full-width taps; the bar chart is decoration and
   goes, but the estimate itself stays (it is the whole point of the section) */
@media (max-width: 700px){
.xlv__report { margin: 20px 0 20px;
}
.xlv__ribbon { width: 100px; height: 100px;
}
.xlv__ribbon > span { top: 15px; right: -38px; font-size: 9.5px; padding: 4px 42px;
}
.xlv__form { flex-wrap: wrap; gap: 6px; padding: 8px;
}
.xlv__addr { flex: 1 1 100%;
}
.xlv__form .xlr-btn { flex: 1 1 100%; align-self: stretch; height: 46px;
}
.xlv__bars { display: none;
}
.xlv__rthumb { display: none;
}
.xlv__rbody { padding: 16px 18px;
}
.xlv__rval { font-size: 34px;
}
  /* no chart to caption on mobile: the confidence line sits below the estimate */
.xlv__rconf { position: static; margin-top: 12px; font-size: 12.5px;
}
}

/* ============================================================
   ASSET CARD  (injected by xl-chrome.js renderAssetCard)
   ============================================================ */
.xlr-asset-card {
  background: #fff; border-radius: 12px; overflow: hidden; cursor: pointer;
  box-shadow: var(--xl-shadow-card); border: 1px solid #eef1f7;
  transition: transform .16s ease, box-shadow .16s ease; display: flex; flex-direction: column;
  /* card chrome sizes off the CARD's width, not the viewport: a card can be
     narrow at any breakpoint (rail peek, 2-col panel), so viewport queries
     always leave a dead zone somewhere. See the @container rule below. */
  container-type: inline-size;
}
.xlr-asset-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,17,84,.16), 0 0 0 1.5px rgba(41,105,255,.4), 0 0 30px rgba(41,105,255,.3);
}
.xlr-asset-card__img {
  aspect-ratio: 16 / 10; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #dfe8f4 0%, #f7f9fd 52%, #dbe5f2 100%);
}
.xlr-asset-card__img::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.82) 48%, transparent 66%);
  transform: translateX(-115%); animation: xlr-image-shimmer 1.55s ease-in-out infinite;
}
.xlr-asset-card__img.is-loaded::before, .xlr-asset-card__img.is-failed::before { animation: none; opacity: 0;
}
.xlr-asset-card__photo {
  position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%;
  display: block; object-fit: cover; opacity: 0; transition: opacity .28s ease;
}
.xlr-asset-card__img.is-loaded .xlr-asset-card__photo { opacity: 1;
}
@keyframes xlr-image-shimmer {
to { transform: translateX(115%);
}
}
@media (prefers-reduced-motion: reduce){
.xlr-asset-card__img::before { animation: none;
}
}
/* fav + status share one flex bar so they negotiate space instead of colliding */
.xlr-asset-card__top { position: absolute; left: 12px; right: 12px; top: 12px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; z-index: 2;
}
.xlr-asset-card__fav {
  position: static; width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto; border: none; padding: 0; cursor: pointer;
  background: rgba(252,252,252,.95); display: grid; place-items: center; box-shadow: 0 6px 14px rgba(0,17,84,.16);
  transition: background .14s;
}
.xlr-asset-card__fav svg { width: 16px; height: 16px;
}
.xlr-asset-card__fav.is-fav { background: var(--xl-pink);
}
.xlr-asset-card__status {
  position: static; display: inline-flex; align-items: center; gap: 7px; flex: 0 1 auto; min-width: 0;
  height: 26px; padding: 0 11px; border-radius: 6px; color: #fff; font-weight: 600; font-size: 12.5px;
  backdrop-filter: blur(2px); white-space: nowrap;
  /* last-resort guard: text can never paint outside its own pill background */
  overflow: hidden;
}
.xlr-asset-card__status .d { width: 7px; height: 7px; border-radius: 50%; border: 2px solid #fff; flex: 0 0 auto;
}
/* Narrow CARDS (not narrow screens) trim their own chrome so the longest
   status label still fits whole beside the fav button. 240px is where
   "Under Selection" at 12.5px stops clearing a 34px fav plus insets. */
@container (max-width: 240px){
.xlr-asset-card__status { font-size: 11.5px; height: 24px; padding: 0 9px; gap: 6px;
}
.xlr-asset-card__top { left: 10px; right: 10px; top: 10px; gap: 8px;
}
.xlr-asset-card__fav { width: 30px; height: 30px;
}
.xlr-asset-card__fav svg { width: 14px; height: 14px;
}
}
@container (max-width: 205px){
.xlr-asset-card__status { font-size: 10.5px; height: 22px; padding: 0 7px; gap: 5px;
}
.xlr-asset-card__status .d { width: 6px; height: 6px; border-width: 1.5px;
}
.xlr-asset-card__fav { width: 27px; height: 27px;
}
.xlr-asset-card__fav svg { width: 13px; height: 13px;
}
}
.xlr-asset-card__clock {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  z-index: 2; min-height: 32px; padding: 6px 10px;
  background: rgba(0,17,84,.92); box-shadow: 0 -4px 14px rgba(0,17,84,.2);
  color: #fff; font-weight: 500;
}
.xlr-asset-card__clock svg { display: block; width: 15px; height: 15px; opacity: 1; flex: 0 0 auto;
}
.xlr-asset-card__clock b { display: inline-flex; align-items: center; font-family: var(--xl-font-secondary); font-weight: 700; font-size: 16.5px; line-height: 1; letter-spacing: .02em; font-variant-numeric: tabular-nums;
}
.xlr-asset-card__clock.is-done b { color: var(--xl-teal);
}

/* Compact the clock and countdown together when the card itself is narrow. */
@container (max-width: 245px){
.xlr-asset-card__clock { gap: 5px; padding-inline: 7px;
}
.xlr-asset-card__clock b { font-size: 14.5px;
}
}
@container (max-width: 205px){
.xlr-asset-card__clock { gap: 4px;
}
.xlr-asset-card__clock svg { width: 12px; height: 12px;
}
.xlr-asset-card__clock b { font-size: 12.5px;
}
}
.xlr-asset-card__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 3px; flex: 1;
}
.xlr-asset-card__name { font-weight: 700; font-size: 17px; color: var(--xl-navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.xlr-asset-card__meta { display: flex; flex-direction: column; font-weight: 300; font-size: 13.5px; color: var(--xl-body); line-height: 1.45;
}
.xlr-asset-card__name { min-height: 0;
}
.xlr-asset-card__upb-l { font-size: 12px; color: var(--xl-body-soft); margin-top: auto; padding-top: 14px; text-transform: uppercase; letter-spacing: .04em; font-weight: 600;
}
.xlr-asset-card__upb { font-family: var(--xl-font-secondary); font-weight: 600; font-size: 25px; color: var(--xl-navy); letter-spacing: -.01em;
}

/* ============================================================
   FOOTER  (injected by xl-chrome.js)
   ============================================================ */
/* Preserve Production-equivalent LCD text under Vuetify 4 wrapper compositing. */
.xlfoot { background: var(--xl-footer); color: #fff; isolation: isolate;
}
.xlfoot__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.8fr; gap: 44px; padding: 56px 0 44px;
}
.xlfoot__logo { height: 34px; display: block;
}
.xlfoot__tag { font-weight: 300; font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.6); margin-top: 18px; max-width: 300px;
}
.xlfoot__h { font-weight: 700; font-size: 18px; color: #fff; margin-bottom: 14px;
}
.xlfoot__links { display: flex; flex-direction: column; gap: 0; padding-left: 14px;
}
.xlfoot__link { display: flex; align-items: center; min-height: 34px; padding: 4px 0; font-size: 15px; color: rgba(255,255,255,.8); cursor: pointer; width: fit-content;
}
.v-application .xlfoot a.xlfoot__link { color: rgba(255,255,255,.8);
}
.xlfoot__link:hover { color: #fff;
}
.xlfoot__contact { display: flex; align-items: center; gap: 11px; min-height: 34px; padding: 4px 0; font-size: 15px; color: rgba(255,255,255,.8); cursor: pointer;
}
.v-application .xlfoot a.xlfoot__contact { color: rgba(255,255,255,.8);
}
.xlfoot__ico { width: 20px; height: 18px; flex: 0 0 auto; object-fit: contain; object-position: left center; opacity: .85;
}
.xlfoot__contact:hover .xlfoot__ico { opacity: 1;
}
.xlfoot__contact:hover { color: #fff;
}
.xlfoot__contact.is-static { cursor: default;
}
.xlfoot__contact.is-static:hover { color: rgba(255,255,255,.8);
}
.xlfoot__bar { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0 24px; display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.xlfoot__copy { font-size: 13.5px; color: rgba(255,255,255,.55);
}
.xlfoot__legal { display: flex; align-items: center; gap: 20px; font-size: 14px;
}
.xlfoot__legal a { color: rgba(255,255,255,.82); cursor: pointer;
}
.v-application .xlfoot .xlfoot__legal a { color: rgba(255,255,255,.82);
}
.xlfoot__legal a:hover { color: #fff;
}
.xlfoot__legal i { width: 1px; height: 14px; background: rgba(255,255,255,.28); display: block;
}
@media (max-width: 900px){
.xlfoot__top { grid-template-columns: 1fr 1fr; gap: 36px;
}
}
@media (max-width: 560px){
.xlfoot__top { grid-template-columns: 1fr;
}
}
/* mobile footer: two compact columns, tighter rows, centred legal bar */
@media (max-width: 700px){
.xlfoot__top { grid-template-columns: 1fr 1fr; gap: 22px 20px; padding: 30px 0 22px;
}
.xlfoot__brand { grid-column: 1 / -1;
}
.xlfoot__tag { display: none;
}
.xlfoot__h { font-size: 12px; margin-bottom: 2px;
}
.xlfoot__link { font-size: 14px; padding: 4px 0;
}
  /* contact goes two-up as well: phone + message, then address + LinkedIn */
.xlfoot__contactcol { grid-column: 1 / -1;
}
.xlfoot__contactcol .xlfoot__links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px;
}
.xlfoot__contact { font-size: 13.5px; margin-bottom: 0; align-items: flex-start;
}
.xlfoot__bar { flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 14px 0;
}
}

/* ============================================================
   MOBILE CHROME , single-row nav, tighter sections
   ============================================================ */
@media (max-width: 760px){
.xlnav { height: 62px;
}
.xlnav .xl-container { gap: 12px;
}
.xlnav__logo { height: 25px;
}
  /* three items only (burger, logo, Log In) so nothing can wrap under the logo */
.xlnav__burger { display: flex;
}
.xlnav__nav { display: none;
}
.xlnav__login { height: 34px; padding: 0 15px; font-size: 14px;
}
.xlnav__tools > .xlnav__tool { display: none;
}
.xlnav__acct { margin-left: 0;
}
.xlnav__avatar { width: 34px; height: 34px; margin-left: 0;
}
.xlnav__panel { display: block; position: absolute; left: 0; right: 0; top: 100%; background: #fff; box-shadow: 0 18px 40px rgba(0,17,84,.18); border-bottom: 1px solid #eaeef6; padding: 6px 0;
}
.xlnav__panel[hidden] { display: none;
}
.xlnav__panel-link { display: block; padding: 14px 22px; font-weight: 600; font-size: 16px; color: var(--xl-navy);
}
.xlnav__panel-link.xlnav__panel-button { color: var(--xl-navy);
}
.xlnav__panel-link:hover, .xlnav__panel-link:active { background: #f4f7fd;
}
.xl-section { padding: 34px 0;
}
}
@media (max-width: 430px){
.xlnav .xl-container { gap: 10px; padding: 0 16px;
}
.xlnav__logo { height: 23px;
}
.xlnav__login { height: 32px; padding: 0 13px; font-size: 13.5px;
}
}
/* how-it-works steps: compact rows whenever the cards go full-width single
   column. This MUST match .xl-steps' own single-column breakpoint (820px), or
   the cards revert to the tall stacked layout in the gap between the two.
   The icon is nested inside .xl-step__hd, so .xl-step__hd is the grid item
   (targeting the icon directly does nothing, it is not a child of .xl-step). */
@media (max-width: 820px){
.xl-steps { gap: 8px;
}
.xl-step { padding: 13px 16px; display: grid; grid-template-columns: auto 1fr; grid-template-areas: "hd title" "hd body"; column-gap: 12px; row-gap: 2px; align-items: start;
}
.xl-step:hover { transform: none;
}
.xl-step__hd { grid-area: hd; display: block; margin-bottom: 0; align-self: center;
}
.xl-step__icon { width: 34px; height: 34px; border-radius: 9px; margin: 0;
}
.xl-step__icon svg { width: 17px; height: 17px;
}
.xl-step__n { display: none;
}
.xl-step__title { grid-area: title; font-size: 17px; margin-bottom: 0; align-self: end;
}
.xl-step__body { grid-area: body; font-size: 14px; line-height: 1.45;
}
}

/* ---------- contact modal ---------- */
.xlmodal { position: fixed; inset: 0; z-index: 9000; display: flex; align-items: center; justify-content: center; padding: 24px;
}
.xlmodal[hidden] { display: none;
}
.xlmodal__scrim { position: absolute; inset: 0; background: rgba(0,10,44,.62); backdrop-filter: blur(3px);
}
.xlmodal__box { position: relative; display: grid; grid-template-columns: 300px 1fr; background: #fff; border-radius: 16px; overflow: hidden; width: min(1000px, 100%); max-height: 92vh; box-shadow: 0 40px 100px rgba(0,7,40,.5);
}
.xlmodal__photo { background-size: cover; background-position: center;
}
.xlmodal__body { padding: 40px 44px 44px; overflow-y: auto;
}
.xlmodal__x { position: absolute; right: 16px; top: 16px; width: 34px; height: 34px; border-radius: 50%; border: none; background: #f1f4fa; color: var(--xl-navy); font-size: 14px; cursor: pointer; transition: background .15s;
}
.xlmodal__x:hover { background: #e2e8f4;
}
.xlmodal__title { font-weight: 800; font-size: 34px; color: var(--xl-navy); letter-spacing: -.01em;
}
.xlmodal__sub { font-size: 15.5px; line-height: 1.5; color: var(--xl-body); margin-top: 8px;
}
.xlform { display: flex; flex-direction: column; gap: 16px; margin-top: 26px;
}
.xlform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.xlform__f { display: flex; flex-direction: column; gap: 7px;
}
.xlform__f > span { font-size: 13.5px; font-weight: 600; color: var(--xl-navy);
}
.xlform__f > span i { color: var(--xl-pink); font-style: normal; margin-left: 2px;
}
.xlform input, .xlform textarea { font-family: var(--xl-font-primary); font-size: 15px; color: var(--xl-navy); background: #f4f6fa; border: 1.5px solid #f4f6fa; border-radius: 8px; padding: 12px 14px; outline: none; transition: all .15s; resize: vertical;
}
.xlform input::placeholder, .xlform textarea::placeholder { color: #9aa5b8;
}
.xlform input:focus, .xlform textarea:focus { background: #fff; border-color: var(--xl-blue); box-shadow: 0 0 0 3px rgba(41,105,255,.14);
}
.xlform__send { align-self: flex-start; margin-top: 4px; min-width: 180px;
}
@media (max-width: 800px){
.xlmodal__box { grid-template-columns: 1fr;
}
.xlmodal__photo { display: none;
}
.xlmodal__body { padding: 34px 26px 30px;
}
.xlform__row { grid-template-columns: 1fr;
}
}

/* utility */
/* the reveal only hides content once JS has confirmed it can un-hide it, so a slow
   script or a failed load can never leave the page blank. .in--now is applied to
   anything already in the first viewport: it lands at full opacity with no fade, so
   arriving on a page reads as one uniform paint instead of a stagger. */
.reveal { opacity: 1;
}
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease;
}
.js .reveal.in { opacity: 1; transform: none;
}
.js .reveal.in--now { transition: none;
}
@media (prefers-reduced-motion: reduce){
.js .reveal { opacity: 1; transform: none; transition: none;
}
}
/* injected blocks reserve their height so mounting them cannot shift the page */
#foot:empty { min-height: 420px;
}
#marquee:empty, #trustband:empty { min-height: var(--xl-tb-h);
}


/* ---- trusted band: light ground, label left, logos scrolling right.
   shared by the home hero fold, the about page and the sell page. ---- */
.tb { background: #eef3fb; border-top: 1px solid #dfe7f5; border-bottom: 1px solid #dfe7f5;
}
.tb__in { display: flex; align-items: center; gap: 34px; padding-block: 22px;
}
.tb__label { flex: 0 0 auto; max-width: 190px; font-weight: 600; font-size: 13.5px; line-height: 1.42; color: var(--xl-navy);
}
.tb__label-mobile { display: none;
}
.tb__vp { position: relative; flex: 1 1 auto; min-width: 0; overflow: hidden;
}
  /* fades match the band so logos dissolve at both edges */
.tb__vp::before, .tb__vp::after { content: ""; position: absolute; top: 0; bottom: 0; width: 72px; z-index: 2; pointer-events: none;
}
.tb__vp::before { left: 0; background: linear-gradient(90deg, #eef3fb 30%, rgba(238,243,251,0));
}
.tb__vp::after { right: 0; background: linear-gradient(270deg, #eef3fb 30%, rgba(238,243,251,0));
}
.tb__track { display: flex; align-items: center; gap: 58px; width: max-content; padding-right: 58px; animation: tbscroll 64s linear infinite;
}
.tb:hover .tb__track { animation-play-state: paused;
}
@keyframes tbscroll {
from { transform: translateX(0);
}
to { transform: translateX(-50%);
}
}
.tb__cell { display: flex; align-items: center; justify-content: center; min-width: 96px; height: 76px; padding: 0 4px; flex: 0 0 auto; box-sizing: content-box;
}
  /* the artwork is light grey drawn for a navy plate, so on this light ground it
     must be driven dark to read */
  /* max-height keeps stacked lockups (Gulf Coast, Kirkland, Grand Ridge) inside the
     band: the browser shrinks the set width proportionally rather than clipping */
.tb__cell .xl-brandlogo { display: block; max-width: none; object-fit: contain; opacity: .92; transition: opacity .18s ease, transform .18s ease;
}
  /* cygnus publishes a white-only mark, so its light-ground plate is driven to a
   single navy ink; every other mark in the band now has real colour art */
.tb__cell .xl-brandlogo[data-logo*="cygnus-solid"] { filter: brightness(0); opacity: .62;
}
  /* wintrust is a true black wordmark over a blue rule, so it carries full strength */
.tb__cell .xl-brandlogo[data-logo*="wintrust-bank-color"] { opacity: 1;
}
.tb__cell:hover .xl-brandlogo { opacity: 1; transform: scale(1.04);
}
  /* per-logo widths, normalised so each mark carries the same ink area rather
     than the same pixel height (a stacked lockup and a long wordmark cannot
     share one height and still look evenly weighted) */
.tb__cell .xl-brandlogo[data-logo*="bank-leumi-wm"] { width: 200.0px; height: 20.6px;
}
.tb__cell .xl-brandlogo[data-logo*="corevest"] { width: 106.8px; height: 56px;
}
.tb__cell .xl-brandlogo[data-logo*="fidelity-bank-of-florida"] { width: 173.0px; height: 55.2px;
}
.tb__cell .xl-brandlogo[data-logo*="first-bank-of-alabama"] { width: 157.0px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="grand-ridge-national-bank"] { width: 104.2px; height: 56.0px;
}
.tb__cell .xl-brandlogo[data-logo*="gulf-coast-bank-and-trust"] { width: 119.5px; height: 56px;
}
.tb__cell .xl-brandlogo[data-logo*="homefield-credit-union"] { width: 191px; height: 54.1px;
}
.tb__cell .xl-brandlogo[data-logo*="jts-capital-group-color"] { width: 73.5px; height: 56.0px;
}
.tb__cell .xl-brandlogo[data-logo*="kirkland-group"] { width: 144.7px; height: 56.0px;
}
.tb__cell .xl-brandlogo[data-logo*="luana-savings-bank"] { width: 151.0px; height: 44.9px;
}
.tb__cell .xl-brandlogo[data-logo*="state-bank-of-cross-plains"] { width: 100.1px; height: 56.0px;
}
.tb__cell .xl-brandlogo[data-logo*="wintrust-bank"] { width: 200.0px; height: 37.1px;
}
.tb__cell .xl-brandlogo[data-logo*="cygnus-solid"] { width: 130.3px; height: 56.0px;
}
.tb__cell .xl-brandlogo[data-logo*="bank-of-east-asia"] { width: 200.0px; height: 46.4px;
}
.tb__cell .xl-brandlogo[data-logo*="axos-bank"] { width: 181.0px; height: 39.6px;
}
.tb__cell .xl-brandlogo[data-logo*="keybank-real-estate-capital"] { width: 123.2px; height: 56.0px;
}
.tb__cell .xl-brandlogo[data-logo*="freddie-mac"] { width: 200px; height: 46.2px;
}
  /* the colour art has different proportions from the monochrome silhouettes, so each
     -color variant carries its own measured size, capped at 200px wide */
.tb__cell .xl-brandlogo[data-logo*="bank-leumi-usa-color"] { width: 200.0px; height: 40.6px;
}
.tb__cell .xl-brandlogo[data-logo*="fidelity-bank-of-florida-color"] { width: 174.2px; height: 56.0px;
}
.tb__cell .xl-brandlogo[data-logo*="first-bank-of-alabama-color"] { width: 200.0px; height: 54.0px;
}
.tb__cell .xl-brandlogo[data-logo*="grand-ridge-national-bank-color"] { width: 200.0px; height: 45.3px;
}
.tb__cell .xl-brandlogo[data-logo*="gulf-coast-bank-and-trust-color"] { width: 200.0px; height: 34.3px;
}
.tb__cell .xl-brandlogo[data-logo*="homefield-credit-union-color"] { width: 200.0px; height: 55.0px;
}
.tb__cell .xl-brandlogo[data-logo*="keybank-real-estate-capital-color"] { width: 200.0px; height: 34.9px;
}
.tb__cell .xl-brandlogo[data-logo*="luana-savings-bank-color"] { width: 160.5px; height: 56.0px;
}
@media (prefers-reduced-motion: reduce){
.tb__track { animation: none;
}
}
@media (max-width: 760px){
.tb__in { flex-direction: column; align-items: stretch; gap: 14px; padding-block: 18px;
}
.tb__label { max-width: none; text-align: center;
}
.tb__label-desktop { display: none;
}
.tb__label-mobile { display: inline;
}
.tb__track { gap: 40px; padding-right: 40px;
}
.tb__cell { height: 62px;
}
.tb__cell .xl-brandlogo[data-logo*="bank-leumi-wm"] { width: 152.0px; height: 15.6px;
}
.tb__cell .xl-brandlogo[data-logo*="corevest"] { width: 83.9px; height: 44px;
}
.tb__cell .xl-brandlogo[data-logo*="fidelity-bank-of-florida"] { width: 131.0px; height: 41.8px;
}
.tb__cell .xl-brandlogo[data-logo*="first-bank-of-alabama"] { width: 119.0px; height: 33.3px;
}
.tb__cell .xl-brandlogo[data-logo*="grand-ridge-national-bank"] { width: 81.9px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="gulf-coast-bank-and-trust"] { width: 93.9px; height: 44px;
}
.tb__cell .xl-brandlogo[data-logo*="homefield-credit-union"] { width: 145px; height: 41.1px;
}
.tb__cell .xl-brandlogo[data-logo*="jts-capital-group-color"] { width: 57.7px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="kirkland-group"] { width: 113.7px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="luana-savings-bank"] { width: 115.0px; height: 34.2px;
}
.tb__cell .xl-brandlogo[data-logo*="state-bank-of-cross-plains"] { width: 78.6px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="wintrust-bank"] { width: 200.0px; height: 37.1px;
}
.tb__cell .xl-brandlogo[data-logo*="cygnus-solid"] { width: 102.3px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="bank-of-east-asia"] { width: 189.5px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="axos-bank"] { width: 181.0px; height: 39.6px;
}
.tb__cell .xl-brandlogo[data-logo*="keybank-real-estate-capital"] { width: 96.8px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="freddie-mac"] { width: 152px; height: 35.1px;
}
.tb__cell .xl-brandlogo[data-logo*="bank-leumi-usa-color"] { width: 152.0px; height: 30.9px;
}
.tb__cell .xl-brandlogo[data-logo*="fidelity-bank-of-florida-color"] { width: 136.9px; height: 44.0px;
}
.tb__cell .xl-brandlogo[data-logo*="first-bank-of-alabama-color"] { width: 152.0px; height: 41.1px;
}
.tb__cell .xl-brandlogo[data-logo*="grand-ridge-national-bank-color"] { width: 152.0px; height: 34.4px;
}
.tb__cell .xl-brandlogo[data-logo*="gulf-coast-bank-and-trust-color"] { width: 152.0px; height: 26.1px;
}
.tb__cell .xl-brandlogo[data-logo*="homefield-credit-union-color"] { width: 152.0px; height: 41.8px;
}
.tb__cell .xl-brandlogo[data-logo*="keybank-real-estate-capital-color"] { width: 152.0px; height: 26.5px;
}
.tb__cell .xl-brandlogo[data-logo*="luana-savings-bank-color"] { width: 126.1px; height: 44.0px;
}
}



/* ============================================================
   SIGN IN / SIGN UP
   One box, two panes. Presentation only: fields, validation and
   endpoints are unchanged from the current product.
   ============================================================ */
.xlauth { position: fixed; inset: 0; z-index: 9600; display: flex; align-items: center; justify-content: center; padding: 24px;
}
.xlauth[hidden] { display: none;
}
.xlauth__scrim { position: absolute; inset: 0; background: rgba(3,9,30,.62); backdrop-filter: blur(3px);
}
.xlauth__box { position: relative; width: 100%; max-width: 452px; background: #fff; border-radius: 18px; box-shadow: 0 40px 90px rgba(0,12,52,.4); padding: 30px 34px 34px;
}
.xlauth__x { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; border: none; background: #f2f5fb; color: var(--xl-body-soft); font-size: 14px; cursor: pointer;
}
.xlauth__x:hover { background: #e7ecf7; color: var(--xl-navy);
}
.xlauth__mark { display: block; height: 24px; margin-bottom: 22px;
}
.xlauth__tabs { display: flex; gap: 4px; padding: 4px; background: #f1f5fc; border-radius: 10px; margin-bottom: 24px;
}
.xlauth__tabs button { flex: 1; height: 38px; border: none; border-radius: 7px; background: none; font-family: var(--xl-font-primary); font-weight: 600; font-size: 14.5px; color: var(--xl-body-soft); cursor: pointer; transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}
.xlauth__tabs button.is-on { background: #fff; color: var(--xl-navy); box-shadow: 0 4px 12px rgba(0,17,84,.1);
}
.xlauth__pane h2 { font-weight: 800; font-size: 25px; letter-spacing: -.02em; color: var(--xl-navy);
}
.xlauth__pane > p { font-size: 15px; line-height: 1.5; color: var(--xl-body); margin: 6px 0 20px;
}
.xlauth__f { display: block; margin-bottom: 14px; position: relative;
}
.xlauth__f span { display: block; font-weight: 600; font-size: 13px; color: var(--xl-navy); margin-bottom: 6px;
}
.xlauth__f input { width: 100%; height: 48px; padding: 0 44px 0 14px; border: 1px solid #dde5f2; border-radius: 9px; background: #fbfcfe; font-family: var(--xl-font-primary); font-size: 15px; color: var(--xl-navy); outline: none; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.xlauth__f input::placeholder { color: #a9b4c8;
}
.xlauth__f input:focus { background: #fff; border-color: var(--xl-blue); box-shadow: 0 0 0 4px rgba(41,105,255,.14);
}
.xlauth__eye { position: absolute; right: 8px; bottom: 7px; width: 34px; height: 34px; border: none; border-radius: 8px; background: none; color: var(--xl-body-soft); cursor: pointer; display: grid; place-items: center;
}
.xlauth__eye svg { width: 19px; height: 19px;
}
.xlauth__eye:hover, .xlauth__eye.is-on { color: var(--xl-blue);
}
.xlauth__link { display: inline-block; font-weight: 600; font-size: 13.5px; color: var(--xl-blue); text-decoration: none; margin-bottom: 20px;
}
.xlauth__link:hover { text-decoration: underline;
}
.xlauth__go { width: 100%;
}
.xlauth__fine { font-size: 12.5px; line-height: 1.5; color: var(--xl-body-soft); margin-top: 14px;
}
.xlauth__alt { margin-top: 18px; padding-top: 16px; border-top: 1px solid #eef1f7; font-size: 13.5px; color: var(--xl-body); text-align: center;
}
.xlauth__alt button { border: none; background: none; padding: 0; font-family: var(--xl-font-primary); font-weight: 600; font-size: 13.5px; color: var(--xl-blue); cursor: pointer;
}
.xlauth__alt button:hover { text-decoration: underline;
}
@media (max-width: 480px){
.xlauth__box { padding: 26px 20px 28px;
}
}
.mh { padding-block: 26px 8px;
}
.mh h1 { font-weight: 800; font-size: clamp(26px,2.8vw,36px); letter-spacing: -.02em; color: var(--xl-navy);
}
.mh p { font-size: 15.5px; color: var(--xl-body); margin-top: 6px;
}
  /* the filter row stays reachable at any scroll depth, sitting flush under the nav */
.mbarwrap { position: sticky; top: var(--xl-nav-h); z-index: 25; isolation: isolate; background: #fff; border-bottom: 1px solid #eef1f7; box-shadow: 0 10px 20px rgba(0,17,84,.05);
}
.mbarwrap::before { content: ""; position: absolute; left: 0; right: 0; top: -2px; height: 2px; background: #fff;
}
.mbar { display: flex; flex-wrap: wrap; gap: 10px; padding: 14px 0;
}
.mbar__f { flex: 1 1 220px; min-width: 0; display: flex; align-items: center; gap: 9px; height: 46px; padding: 0 14px; background: #fff; border: 1px solid #dde5f2; border-radius: 10px;
}
.mbar__f svg { width: 18px; height: 18px; stroke: var(--xl-blue); fill: none; stroke-width: 1.8; flex: 0 0 auto;
}
.mbar__f input, .mbar__f select { flex: 1; min-width: 0; border: none; outline: none; background: none; font-family: var(--xl-font-primary); font-size: 15px; color: var(--xl-navy);
}
.mbar__f--sm { flex: 0 1 190px;
}
.mrow { display: grid; grid-template-columns: 360px minmax(0,1fr) 372px; gap: 0; min-height: 300px; background: #fff; border: 1px solid #e8edf6; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 34px rgba(0,17,84,.07); margin-bottom: 16px;
}
.mrow--has-details { border-radius: 14px 14px 0 0; margin-bottom: 0;
}
.mrow__media { position: relative; height: 100%; min-height: 300px; background: var(--xl-navy); display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 0; padding: 20px;
}
.mrow__img { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: var(--xl-navy);
}
.mrow__img img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center;
}
.mrow__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,17,84,.38), rgba(0,17,84,.7));
}
.mrow__media > :not(.mrow__img):not(.mrow__veil) { position: relative; z-index: 2;
}
.mrow__media-controls { display: grid; grid-template-rows: 86px 18px auto 10px 34px; justify-items: center; width: 100%; flex: 0 0 auto;
}
  /* Asset Administration cards always match the XL Value control inset, regardless of image or status content. */
.mrow__media.mrow__media--admin > .mrow__media-controls { position: absolute; right: 20px; bottom: 20px; left: 20px; width: auto;
}
.mrow__media-controls .mcd-block { grid-row: 1; display: flex; flex-direction: column; align-items: center; min-height: 86px; margin: 0;
}
.mcd { display: flex; align-items: flex-end; gap: 5px;
}
.mcd__u { min-width: 52px; text-align: center;
}
.mcd__l { font-size: 11px; font-weight: 800; letter-spacing: .1em; color: rgba(255,255,255,.92); text-shadow: 0 1px 4px rgba(0,17,84,.7);
}
.mcd__n { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 30px; color: #fff; line-height: 1.05; text-shadow: 0 1px 4px rgba(0,17,84,.7);
}
.mcd__s { color: #fff; font-size: 21px; line-height: 1.45; text-shadow: 0 1px 4px rgba(0,17,84,.7);
}
.mcd__date { min-height: 18px; margin-top: 8px; color: #fff; font-family: var(--xl-font-secondary); font-size: 16px; font-weight: 700; line-height: 18px; letter-spacing: .02em; text-align: center; text-shadow: 0 1px 4px rgba(0,17,84,.7);
}
.mrow__media-controls > .xlr-btn { grid-row: 3; margin: 0; border: 1px solid #fff !important; box-shadow: 0 8px 18px rgba(0,17,84,.2);
}
.mrow__acts { grid-row: 5; display: flex; gap: 8px;
}
.mrow__ico { position: relative; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.86); background: rgba(255,255,255,.12); display: grid; place-items: center; cursor: pointer;
}
.mrow__ico svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 1.9;
}
.mrow__ico::before, .mrow__ico::after { position: absolute; left: 50%; pointer-events: none; opacity: 0; visibility: hidden; transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}
.mrow__ico::before { content: ""; bottom: calc(100% + 5px); border: 5px solid transparent; border-top-color: #fff; transform: translate(-50%, 3px);
}
.mrow__ico::after { content: attr(aria-label); bottom: calc(100% + 15px); padding: 6px 9px; border-radius: 6px; background: #fff; box-shadow: 0 7px 18px rgba(0,17,84,.3); color: var(--xl-navy); font-family: var(--xl-font-primary); font-size: 12px; font-weight: 700; line-height: 1; white-space: nowrap; transform: translate(-50%, 5px);
}
.mrow__ico:hover::before, .mrow__ico:hover::after, .mrow__ico:focus-visible::before, .mrow__ico:focus-visible::after { opacity: 1; visibility: visible; transform: translate(-50%, 0);
}
.mrow__ico:hover, .mrow__ico:focus-visible { border-color: #fff; background: #fff; box-shadow: 0 0 0 2px var(--xl-blue); outline: none;
}
.mrow__ico:hover svg, .mrow__ico:focus-visible svg { stroke: var(--xl-blue);
}
.mrow__body { padding: 22px 22px; border-left: 1px solid #eef1f7; border-right: 1px solid #eef1f7;
}
.mchip { display: inline-flex; align-items: center; height: 30px; padding: 0 13px; border-radius: 5px; font-family: var(--xl-font-secondary); font-weight: 700; font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase;
}
.mrow__body h2 { font-weight: 800; font-size: 22px; letter-spacing: -.015em; color: var(--xl-navy); margin: 10px 0 4px;
}
.mrow__addr { font-size: 14.5px; color: var(--xl-body); line-height: 1.35;
}
.mrow__locality { margin-top: 2px;
}
.mrow__lbl { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #4a5c80; margin-top: 18px;
}
.mrow__upb { font-family: var(--xl-font-secondary); font-weight: 600; font-size: 31px; line-height: 1.08; letter-spacing: -.02em; color: var(--xl-navy);
}
.mrow__side { padding: 20px; display: flex; flex-direction: column; gap: 10px; background: #fbfcfe;
}
.mstats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.mstat { display: flex; align-items: baseline; gap: 8px; padding: 9px 11px; background: #fff; border: 1px solid #e8edf6; border-radius: 9px;
}
.mstat b { font-family: var(--xl-font-secondary); font-size: 15px; color: var(--xl-navy);
}
.mstat span { font-size: 12.5px; color: var(--xl-body);
}
  /* nothing to read yet: the tile recedes rather than pretending to hold data */
.mstat.is-zero { background: #f4f6fa; border-color: #eceff5;
}
.mstat.is-zero b, .mstat.is-zero span { color: #a7b1c4;
}
.xlr-btn.is-off { background: #dfe4ee; border-color: #dfe4ee; color: #8c97ab; box-shadow: none; pointer-events: none;
}
.mrow__side .xlr-btn { width: 100%;
}
.mside__btns { margin-top: auto; display: flex; flex-direction: column; gap: 8px;
}
@media (min-width: 1121px){
.mrow { height: 300px;
}
}
@media (max-width: 1120px){
.mrow { grid-template-columns: 280px minmax(0,1fr);
}
.mrow__media { min-height: 280px;
}
.mrow__side { grid-column: 1 / -1; border-top: 1px solid #eef1f7;
}
}
@media (max-width: 760px){
.mrow { grid-template-columns: 1fr;
}
.mrow__media { min-height: 260px;
}
.mrow__body { border-left: none; border-right: none;
}
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 300;
  src: local("Epilogue Light"), local("Epilogue-Light"), url("/assets/epilogue-v2-latin-300-CgfhIc8H.woff2") format("woff2"), url("/assets/epilogue-v2-latin-300-DTs6EWCB.woff") format("woff");
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  src: local("Epilogue"), local("Epilogue-Regular"), url("/assets/epilogue-v2-latin-regular-CvLYPQcm.woff2") format("woff2"), url("/assets/epilogue-v2-latin-regular-C_mG13y2.woff") format("woff");
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 500;
  src: local("Epilogue Medium"), local("Epilogue-Medium"), url("/assets/epilogue-v2-latin-500-DIr8K_Ay.woff2") format("woff2"), url("/assets/epilogue-v2-latin-500-DYBeSErI.woff") format("woff");
}
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  src: local("Epilogue Bold"), local("Epilogue-Bold"), url("/assets/epilogue-v2-latin-700-B7bysL9R.woff2") format("woff2"), url("/assets/epilogue-v2-latin-700-C0Z-FERH.woff") format("woff");
}
/* ibm-plex-sans font */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/ibm-plex-sans-v8-latin-300-BjjgD-Fi.woff2") format("woff2"), url("/assets/ibm-plex-sans-v8-latin-300-BuBQ81ma.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/ibm-plex-sans-v8-latin-regular-T08DAGm7.woff2") format("woff2"), url("/assets/ibm-plex-sans-v8-latin-regular-BigpBNas.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/ibm-plex-sans-v8-latin-600-DL9Jk0XV.woff2") format("woff2"), url("/assets/ibm-plex-sans-v8-latin-600-mE-JXoec.woff") format("woff");
}
@layer vuetify-core.reset {
html {
    box-sizing: border-box;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}
*,
  ::before,
  ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
::before,
  ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}
* {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 16px;
}
hr {
    height: 0;
    overflow: visible;
}
details,
  main {
    display: block;
}
summary {
    display: list-item;
}
small {
    font-size: 80%;
}
[hidden] {
    display: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}
code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
}
pre {
    font-size: 1em;
}
b,
  strong {
    font-weight: bolder;
}
sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
input {
    border-radius: 0;
}
[disabled] {
    cursor: default;
}
[type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button {
    overflow: visible;
}
button,
  select {
    text-transform: none;
}
button,
  [type=button],
  [type=reset],
  [type=submit],
  [role=button] {
    color: inherit;
    cursor: pointer;
}
button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}
button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
}
button,
  input,
  select,
  textarea {
    background-color: transparent;
    border-style: none;
}
select {
    appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
}
img {
    border-style: none;
}
progress {
    vertical-align: baseline;
}
@media screen {
[hidden~=screen] {
      display: inherit;
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
      clip: rect(0 0 0 0) !important;
      position: absolute !important;
}
}
[aria-busy=true] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled=true] {
    cursor: default;
}
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Epilogue", sans-serif;
}
.v-application {
  font-family: "Epilogue", sans-serif;
}
.v-theme--marketplaceLight.v-application {
  color: #001154 !important;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
.v-theme--marketplaceLight.v-application a {
  color: #001154;
}
.cursor-pointer {
  cursor: pointer !important;
}
h2 {
  font-family: "Epilogue", sans-serif;
}
h3 {
  font-family: "Epilogue", sans-serif;
}
.container,
.v-container {
  width: 100%;
  max-width: 1600px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
.xl-container {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Vuetify 2 exposed its grid as unprefixed utility classes. A small number of
 * released templates intentionally use those classes on ordinary divs, so
 * keep their released layout semantics explicit instead of relying on
 * framework-internal class names.
 */
.row,
.v-row {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: -12px;
}
.row.no-gutters,
.v-row.no-gutters,
.v-row.v-row--no-gutters {
  margin: 0;
}

/*
 * Vuetify 4 implements grid gutters with flex `gap`, while Vuetify 2 used
 * negative row margins plus column padding.  Released templates frequently
 * retained `no-gutters` as a class while migrating the VRow component.  Keep
 * that public class fail-closed: clearing only the old margin/padding leaves a
 * new 24px framework gap between every column and changes every consumer's
 * geometry.
 */
.v-row.no-gutters,
.v-row.v-row--no-gutters {
  --v-col-gap-x: 0px;
  --v-col-gap-y: 0px;
  gap: normal;
}
.v-row {
  position: static;
  inset: auto;
  --v-col-gap-x: 0px;
  --v-col-gap-y: 0px;
  gap: normal;
}
.row.no-gutters > .col,
.row.no-gutters > .col-12,
.row.no-gutters > .col-md-4,
.row.no-gutters > .col-md-6,
.row.no-gutters > .col-md-auto,
.v-row.no-gutters > .v-col,
.v-row.v-row--no-gutters > .v-col {
  padding: 0;
}
.v-row > .v-col {
  padding: 12px;
}
.col,
.col-12,
.col-md-4,
.col-md-6,
.col-md-auto {
  position: relative;
  width: 100%;
  padding: 12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/*
 * Vuetify 2's breakpoint column classes exposed their declared percentage as
 * `max-width` and retained `min-width: auto`. Vuetify 4 moved the sizing into
 * a gap-aware flex-basis and reports every generated column as max-width 100%
 * / min-width 0. Reapply the released grid contract at the shared layout
 * layer; this also keeps sticky and overflow calculations deterministic for
 * every route consuming VRow/VCol directly.
 */
.v-col--cols-1 {
  flex-basis: 8.3333333333%;
  min-width: auto;
  max-width: 8.3333333333%;
}
.v-col--cols-2 {
  flex-basis: 16.6666666667%;
  min-width: auto;
  max-width: 16.6666666667%;
}
.v-col--cols-3 {
  flex-basis: 25%;
  min-width: auto;
  max-width: 25%;
}
.v-col--cols-4 {
  flex-basis: 33.3333333333%;
  min-width: auto;
  max-width: 33.3333333333%;
}
.v-col--cols-5 {
  flex-basis: 41.6666666667%;
  min-width: auto;
  max-width: 41.6666666667%;
}
.v-col--cols-6 {
  flex-basis: 50%;
  min-width: auto;
  max-width: 50%;
}
.v-col--cols-7 {
  flex-basis: 58.3333333333%;
  min-width: auto;
  max-width: 58.3333333333%;
}
.v-col--cols-8 {
  flex-basis: 66.6666666667%;
  min-width: auto;
  max-width: 66.6666666667%;
}
.v-col--cols-9 {
  flex-basis: 75%;
  min-width: auto;
  max-width: 75%;
}
.v-col--cols-10 {
  flex-basis: 83.3333333333%;
  min-width: auto;
  max-width: 83.3333333333%;
}
.v-col--cols-11 {
  flex-basis: 91.6666666667%;
  min-width: auto;
  max-width: 91.6666666667%;
}
.v-col--cols-12 {
  flex-basis: 100%;
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 599.98px) {
.v-col:not(:is(.v-col--cols-1,
  .v-col--cols-2,
  .v-col--cols-3,
  .v-col--cols-4,
  .v-col--cols-5,
  .v-col--cols-6,
  .v-col--cols-7,
  .v-col--cols-8,
  .v-col--cols-9,
  .v-col--cols-10,
  .v-col--cols-11,
  .v-col--cols-12)) {
    flex: 1 1 0%;
    min-width: auto;
    width: 100%;
}
}
@media (min-width: 600px) {
.v-col--cols-sm-1 {
    flex-basis: 8.3333333333%;
    min-width: auto;
    max-width: 8.3333333333%;
}
.v-col--cols-sm-2 {
    flex-basis: 16.6666666667%;
    min-width: auto;
    max-width: 16.6666666667%;
}
.v-col--cols-sm-3 {
    flex-basis: 25%;
    min-width: auto;
    max-width: 25%;
}
.v-col--cols-sm-4 {
    flex-basis: 33.3333333333%;
    min-width: auto;
    max-width: 33.3333333333%;
}
.v-col--cols-sm-5 {
    flex-basis: 41.6666666667%;
    min-width: auto;
    max-width: 41.6666666667%;
}
.v-col--cols-sm-6 {
    flex-basis: 50%;
    min-width: auto;
    max-width: 50%;
}
.v-col--cols-sm-7 {
    flex-basis: 58.3333333333%;
    min-width: auto;
    max-width: 58.3333333333%;
}
.v-col--cols-sm-8 {
    flex-basis: 66.6666666667%;
    min-width: auto;
    max-width: 66.6666666667%;
}
.v-col--cols-sm-9 {
    flex-basis: 75%;
    min-width: auto;
    max-width: 75%;
}
.v-col--cols-sm-10 {
    flex-basis: 83.3333333333%;
    min-width: auto;
    max-width: 83.3333333333%;
}
.v-col--cols-sm-11 {
    flex-basis: 91.6666666667%;
    min-width: auto;
    max-width: 91.6666666667%;
}
.v-col--cols-sm-12 {
    flex-basis: 100%;
    min-width: auto;
    max-width: 100%;
}
}
@media (min-width: 960px) {
.v-col--cols-md-1 {
    flex-basis: 8.3333333333%;
    min-width: auto;
    max-width: 8.3333333333%;
}
.v-col--cols-md-2 {
    flex-basis: 16.6666666667%;
    min-width: auto;
    max-width: 16.6666666667%;
}
.v-col--cols-md-3 {
    flex-basis: 25%;
    min-width: auto;
    max-width: 25%;
}
.v-col--cols-md-4 {
    flex-basis: 33.3333333333%;
    min-width: auto;
    max-width: 33.3333333333%;
}
.v-col--cols-md-5 {
    flex-basis: 41.6666666667%;
    min-width: auto;
    max-width: 41.6666666667%;
}
.v-col--cols-md-6 {
    flex-basis: 50%;
    min-width: auto;
    max-width: 50%;
}
.v-col--cols-md-7 {
    flex-basis: 58.3333333333%;
    min-width: auto;
    max-width: 58.3333333333%;
}
.v-col--cols-md-8 {
    flex-basis: 66.6666666667%;
    min-width: auto;
    max-width: 66.6666666667%;
}
.v-col--cols-md-9 {
    flex-basis: 75%;
    min-width: auto;
    max-width: 75%;
}
.v-col--cols-md-10 {
    flex-basis: 83.3333333333%;
    min-width: auto;
    max-width: 83.3333333333%;
}
.v-col--cols-md-11 {
    flex-basis: 91.6666666667%;
    min-width: auto;
    max-width: 91.6666666667%;
}
.v-col--cols-md-12 {
    flex-basis: 100%;
    min-width: auto;
    max-width: 100%;
}
}
@media (min-width: 1264px) {
.v-col--cols-lg-1 {
    flex-basis: 8.3333333333%;
    min-width: auto;
    max-width: 8.3333333333%;
}
.v-col--cols-lg-2 {
    flex-basis: 16.6666666667%;
    min-width: auto;
    max-width: 16.6666666667%;
}
.v-col--cols-lg-3 {
    flex-basis: 25%;
    min-width: auto;
    max-width: 25%;
}
.v-col--cols-lg-4 {
    flex-basis: 33.3333333333%;
    min-width: auto;
    max-width: 33.3333333333%;
}
.v-col--cols-lg-5 {
    flex-basis: 41.6666666667%;
    min-width: auto;
    max-width: 41.6666666667%;
}
.v-col--cols-lg-6 {
    flex-basis: 50%;
    min-width: auto;
    max-width: 50%;
}
.v-col--cols-lg-7 {
    flex-basis: 58.3333333333%;
    min-width: auto;
    max-width: 58.3333333333%;
}
.v-col--cols-lg-8 {
    flex-basis: 66.6666666667%;
    min-width: auto;
    max-width: 66.6666666667%;
}
.v-col--cols-lg-9 {
    flex-basis: 75%;
    min-width: auto;
    max-width: 75%;
}
.v-col--cols-lg-10 {
    flex-basis: 83.3333333333%;
    min-width: auto;
    max-width: 83.3333333333%;
}
.v-col--cols-lg-11 {
    flex-basis: 91.6666666667%;
    min-width: auto;
    max-width: 91.6666666667%;
}
.v-col--cols-lg-12 {
    flex-basis: 100%;
    min-width: auto;
    max-width: 100%;
}
}
@media (min-width: 1904px) {
.v-col--cols-xl-1 {
    flex-basis: 8.3333333333%;
    min-width: auto;
    max-width: 8.3333333333%;
}
.v-col--cols-xl-2 {
    flex-basis: 16.6666666667%;
    min-width: auto;
    max-width: 16.6666666667%;
}
.v-col--cols-xl-3 {
    flex-basis: 25%;
    min-width: auto;
    max-width: 25%;
}
.v-col--cols-xl-4 {
    flex-basis: 33.3333333333%;
    min-width: auto;
    max-width: 33.3333333333%;
}
.v-col--cols-xl-5 {
    flex-basis: 41.6666666667%;
    min-width: auto;
    max-width: 41.6666666667%;
}
.v-col--cols-xl-6 {
    flex-basis: 50%;
    min-width: auto;
    max-width: 50%;
}
.v-col--cols-xl-7 {
    flex-basis: 58.3333333333%;
    min-width: auto;
    max-width: 58.3333333333%;
}
.v-col--cols-xl-8 {
    flex-basis: 66.6666666667%;
    min-width: auto;
    max-width: 66.6666666667%;
}
.v-col--cols-xl-9 {
    flex-basis: 75%;
    min-width: auto;
    max-width: 75%;
}
.v-col--cols-xl-10 {
    flex-basis: 83.3333333333%;
    min-width: auto;
    max-width: 83.3333333333%;
}
.v-col--cols-xl-11 {
    flex-basis: 91.6666666667%;
    min-width: auto;
    max-width: 91.6666666667%;
}
.v-col--cols-xl-12 {
    flex-basis: 100%;
    min-width: auto;
    max-width: 100%;
}
}
.spacer {
  flex-grow: 1 !important;
}

/*
 * Vuetify 2 exposed palette helpers without a prefix.  `white` was a shared
 * surface utility and intentionally overrode both the background and border
 * color.  Vuetify 4 renamed it to `bg-white`; preserve the released class for
 * every migrated card/section consumer that still declares `white`.
 */
.v-application .white {
  background-color: #fff !important;
  border-color: #fff !important;
}

/*
 * Vuetify 2 scoped every spacing helper beneath .v-application and marked
 * the declaration important. Released templates depend on that precedence
 * when a semantic component class also supplies a margin or padding. Vuetify
 * 4 keeps the class names but dropped both parts of that cascade contract.
 */
.v-application .ma-0 {
  margin: 0px !important;
}
.v-application .ma-1 {
  margin: 4px !important;
}
.v-application .ma-2 {
  margin: 8px !important;
}
.v-application .ma-3 {
  margin: 12px !important;
}
.v-application .ma-4 {
  margin: 16px !important;
}
.v-application .ma-5 {
  margin: 20px !important;
}
.v-application .ma-6 {
  margin: 24px !important;
}
.v-application .ma-7 {
  margin: 28px !important;
}
.v-application .ma-8 {
  margin: 32px !important;
}
.v-application .ma-9 {
  margin: 36px !important;
}
.v-application .ma-10 {
  margin: 40px !important;
}
.v-application .ma-11 {
  margin: 44px !important;
}
.v-application .ma-12 {
  margin: 48px !important;
}
.v-application .ma-13 {
  margin: 52px !important;
}
.v-application .ma-14 {
  margin: 56px !important;
}
.v-application .ma-15 {
  margin: 60px !important;
}
.v-application .ma-16 {
  margin: 64px !important;
}
.v-application .ma-auto {
  margin: auto !important;
}
.v-application .ma-n1 {
  margin: -4px !important;
}
.v-application .ma-n2 {
  margin: -8px !important;
}
.v-application .ma-n3 {
  margin: -12px !important;
}
.v-application .ma-n4 {
  margin: -16px !important;
}
.v-application .ma-n5 {
  margin: -20px !important;
}
.v-application .ma-n6 {
  margin: -24px !important;
}
.v-application .ma-n7 {
  margin: -28px !important;
}
.v-application .ma-n8 {
  margin: -32px !important;
}
.v-application .ma-n9 {
  margin: -36px !important;
}
.v-application .ma-n10 {
  margin: -40px !important;
}
.v-application .ma-n11 {
  margin: -44px !important;
}
.v-application .ma-n12 {
  margin: -48px !important;
}
.v-application .ma-n13 {
  margin: -52px !important;
}
.v-application .ma-n14 {
  margin: -56px !important;
}
.v-application .ma-n15 {
  margin: -60px !important;
}
.v-application .ma-n16 {
  margin: -64px !important;
}
.v-application .mt-0 {
  margin-top: 0px !important;
}
.v-application .mt-1 {
  margin-top: 4px !important;
}
.v-application .mt-2 {
  margin-top: 8px !important;
}
.v-application .mt-3 {
  margin-top: 12px !important;
}
.v-application .mt-4 {
  margin-top: 16px !important;
}
.v-application .mt-5 {
  margin-top: 20px !important;
}
.v-application .mt-6 {
  margin-top: 24px !important;
}
.v-application .mt-7 {
  margin-top: 28px !important;
}
.v-application .mt-8 {
  margin-top: 32px !important;
}
.v-application .mt-9 {
  margin-top: 36px !important;
}
.v-application .mt-10 {
  margin-top: 40px !important;
}
.v-application .mt-11 {
  margin-top: 44px !important;
}
.v-application .mt-12 {
  margin-top: 48px !important;
}
.v-application .mt-13 {
  margin-top: 52px !important;
}
.v-application .mt-14 {
  margin-top: 56px !important;
}
.v-application .mt-15 {
  margin-top: 60px !important;
}
.v-application .mt-16 {
  margin-top: 64px !important;
}
.v-application .mt-auto {
  margin-top: auto !important;
}
.v-application .mt-n1 {
  margin-top: -4px !important;
}
.v-application .mt-n2 {
  margin-top: -8px !important;
}
.v-application .mt-n3 {
  margin-top: -12px !important;
}
.v-application .mt-n4 {
  margin-top: -16px !important;
}
.v-application .mt-n5 {
  margin-top: -20px !important;
}
.v-application .mt-n6 {
  margin-top: -24px !important;
}
.v-application .mt-n7 {
  margin-top: -28px !important;
}
.v-application .mt-n8 {
  margin-top: -32px !important;
}
.v-application .mt-n9 {
  margin-top: -36px !important;
}
.v-application .mt-n10 {
  margin-top: -40px !important;
}
.v-application .mt-n11 {
  margin-top: -44px !important;
}
.v-application .mt-n12 {
  margin-top: -48px !important;
}
.v-application .mt-n13 {
  margin-top: -52px !important;
}
.v-application .mt-n14 {
  margin-top: -56px !important;
}
.v-application .mt-n15 {
  margin-top: -60px !important;
}
.v-application .mt-n16 {
  margin-top: -64px !important;
}
.v-application .mr-0 {
  margin-right: 0px !important;
}
.v-application .mr-1 {
  margin-right: 4px !important;
}
.v-application .mr-2 {
  margin-right: 8px !important;
}
.v-application .mr-3 {
  margin-right: 12px !important;
}
.v-application .mr-4 {
  margin-right: 16px !important;
}
.v-application .mr-5 {
  margin-right: 20px !important;
}
.v-application .mr-6 {
  margin-right: 24px !important;
}
.v-application .mr-7 {
  margin-right: 28px !important;
}
.v-application .mr-8 {
  margin-right: 32px !important;
}
.v-application .mr-9 {
  margin-right: 36px !important;
}
.v-application .mr-10 {
  margin-right: 40px !important;
}
.v-application .mr-11 {
  margin-right: 44px !important;
}
.v-application .mr-12 {
  margin-right: 48px !important;
}
.v-application .mr-13 {
  margin-right: 52px !important;
}
.v-application .mr-14 {
  margin-right: 56px !important;
}
.v-application .mr-15 {
  margin-right: 60px !important;
}
.v-application .mr-16 {
  margin-right: 64px !important;
}
.v-application .mr-auto {
  margin-right: auto !important;
}
.v-application .mr-n1 {
  margin-right: -4px !important;
}
.v-application .mr-n2 {
  margin-right: -8px !important;
}
.v-application .mr-n3 {
  margin-right: -12px !important;
}
.v-application .mr-n4 {
  margin-right: -16px !important;
}
.v-application .mr-n5 {
  margin-right: -20px !important;
}
.v-application .mr-n6 {
  margin-right: -24px !important;
}
.v-application .mr-n7 {
  margin-right: -28px !important;
}
.v-application .mr-n8 {
  margin-right: -32px !important;
}
.v-application .mr-n9 {
  margin-right: -36px !important;
}
.v-application .mr-n10 {
  margin-right: -40px !important;
}
.v-application .mr-n11 {
  margin-right: -44px !important;
}
.v-application .mr-n12 {
  margin-right: -48px !important;
}
.v-application .mr-n13 {
  margin-right: -52px !important;
}
.v-application .mr-n14 {
  margin-right: -56px !important;
}
.v-application .mr-n15 {
  margin-right: -60px !important;
}
.v-application .mr-n16 {
  margin-right: -64px !important;
}
.v-application .mb-0 {
  margin-bottom: 0px !important;
}
.v-application .mb-1 {
  margin-bottom: 4px !important;
}
.v-application .mb-2 {
  margin-bottom: 8px !important;
}
.v-application .mb-3 {
  margin-bottom: 12px !important;
}
.v-application .mb-4 {
  margin-bottom: 16px !important;
}
.v-application .mb-5 {
  margin-bottom: 20px !important;
}
.v-application .mb-6 {
  margin-bottom: 24px !important;
}
.v-application .mb-7 {
  margin-bottom: 28px !important;
}
.v-application .mb-8 {
  margin-bottom: 32px !important;
}
.v-application .mb-9 {
  margin-bottom: 36px !important;
}
.v-application .mb-10 {
  margin-bottom: 40px !important;
}
.v-application .mb-11 {
  margin-bottom: 44px !important;
}
.v-application .mb-12 {
  margin-bottom: 48px !important;
}
.v-application .mb-13 {
  margin-bottom: 52px !important;
}
.v-application .mb-14 {
  margin-bottom: 56px !important;
}
.v-application .mb-15 {
  margin-bottom: 60px !important;
}
.v-application .mb-16 {
  margin-bottom: 64px !important;
}
.v-application .mb-auto {
  margin-bottom: auto !important;
}
.v-application .mb-n1 {
  margin-bottom: -4px !important;
}
.v-application .mb-n2 {
  margin-bottom: -8px !important;
}
.v-application .mb-n3 {
  margin-bottom: -12px !important;
}
.v-application .mb-n4 {
  margin-bottom: -16px !important;
}
.v-application .mb-n5 {
  margin-bottom: -20px !important;
}
.v-application .mb-n6 {
  margin-bottom: -24px !important;
}
.v-application .mb-n7 {
  margin-bottom: -28px !important;
}
.v-application .mb-n8 {
  margin-bottom: -32px !important;
}
.v-application .mb-n9 {
  margin-bottom: -36px !important;
}
.v-application .mb-n10 {
  margin-bottom: -40px !important;
}
.v-application .mb-n11 {
  margin-bottom: -44px !important;
}
.v-application .mb-n12 {
  margin-bottom: -48px !important;
}
.v-application .mb-n13 {
  margin-bottom: -52px !important;
}
.v-application .mb-n14 {
  margin-bottom: -56px !important;
}
.v-application .mb-n15 {
  margin-bottom: -60px !important;
}
.v-application .mb-n16 {
  margin-bottom: -64px !important;
}
.v-application .ml-0 {
  margin-left: 0px !important;
}
.v-application .ml-1 {
  margin-left: 4px !important;
}
.v-application .ml-2 {
  margin-left: 8px !important;
}
.v-application .ml-3 {
  margin-left: 12px !important;
}
.v-application .ml-4 {
  margin-left: 16px !important;
}
.v-application .ml-5 {
  margin-left: 20px !important;
}
.v-application .ml-6 {
  margin-left: 24px !important;
}
.v-application .ml-7 {
  margin-left: 28px !important;
}
.v-application .ml-8 {
  margin-left: 32px !important;
}
.v-application .ml-9 {
  margin-left: 36px !important;
}
.v-application .ml-10 {
  margin-left: 40px !important;
}
.v-application .ml-11 {
  margin-left: 44px !important;
}
.v-application .ml-12 {
  margin-left: 48px !important;
}
.v-application .ml-13 {
  margin-left: 52px !important;
}
.v-application .ml-14 {
  margin-left: 56px !important;
}
.v-application .ml-15 {
  margin-left: 60px !important;
}
.v-application .ml-16 {
  margin-left: 64px !important;
}
.v-application .ml-auto {
  margin-left: auto !important;
}
.v-application .ml-n1 {
  margin-left: -4px !important;
}
.v-application .ml-n2 {
  margin-left: -8px !important;
}
.v-application .ml-n3 {
  margin-left: -12px !important;
}
.v-application .ml-n4 {
  margin-left: -16px !important;
}
.v-application .ml-n5 {
  margin-left: -20px !important;
}
.v-application .ml-n6 {
  margin-left: -24px !important;
}
.v-application .ml-n7 {
  margin-left: -28px !important;
}
.v-application .ml-n8 {
  margin-left: -32px !important;
}
.v-application .ml-n9 {
  margin-left: -36px !important;
}
.v-application .ml-n10 {
  margin-left: -40px !important;
}
.v-application .ml-n11 {
  margin-left: -44px !important;
}
.v-application .ml-n12 {
  margin-left: -48px !important;
}
.v-application .ml-n13 {
  margin-left: -52px !important;
}
.v-application .ml-n14 {
  margin-left: -56px !important;
}
.v-application .ml-n15 {
  margin-left: -60px !important;
}
.v-application .ml-n16 {
  margin-left: -64px !important;
}
.v-application .mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.v-application .mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.v-application .mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.v-application .mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.v-application .mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.v-application .mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.v-application .mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.v-application .mx-7 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.v-application .mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.v-application .mx-9 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.v-application .mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.v-application .mx-11 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.v-application .mx-12 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.v-application .mx-13 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}
.v-application .mx-14 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.v-application .mx-15 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.v-application .mx-16 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.v-application .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.v-application .mx-n1 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.v-application .mx-n2 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.v-application .mx-n3 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.v-application .mx-n4 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.v-application .mx-n5 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.v-application .mx-n6 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}
.v-application .mx-n7 {
  margin-left: -28px !important;
  margin-right: -28px !important;
}
.v-application .mx-n8 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}
.v-application .mx-n9 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}
.v-application .mx-n10 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.v-application .mx-n11 {
  margin-left: -44px !important;
  margin-right: -44px !important;
}
.v-application .mx-n12 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}
.v-application .mx-n13 {
  margin-left: -52px !important;
  margin-right: -52px !important;
}
.v-application .mx-n14 {
  margin-left: -56px !important;
  margin-right: -56px !important;
}
.v-application .mx-n15 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}
.v-application .mx-n16 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}
.v-application .my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.v-application .my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.v-application .my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.v-application .my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.v-application .my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.v-application .my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.v-application .my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.v-application .my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.v-application .my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.v-application .my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.v-application .my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.v-application .my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.v-application .my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.v-application .my-13 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.v-application .my-14 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.v-application .my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.v-application .my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.v-application .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.v-application .my-n1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}
.v-application .my-n2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}
.v-application .my-n3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}
.v-application .my-n4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}
.v-application .my-n5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.v-application .my-n6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}
.v-application .my-n7 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}
.v-application .my-n8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}
.v-application .my-n9 {
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}
.v-application .my-n10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}
.v-application .my-n11 {
  margin-top: -44px !important;
  margin-bottom: -44px !important;
}
.v-application .my-n12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}
.v-application .my-n13 {
  margin-top: -52px !important;
  margin-bottom: -52px !important;
}
.v-application .my-n14 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}
.v-application .my-n15 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}
.v-application .my-n16 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}
.v-application .pa-0 {
  padding: 0px !important;
}
.v-application .pa-1 {
  padding: 4px !important;
}
.v-application .pa-2 {
  padding: 8px !important;
}
.v-application .pa-3 {
  padding: 12px !important;
}
.v-application .pa-4 {
  padding: 16px !important;
}
.v-application .pa-5 {
  padding: 20px !important;
}
.v-application .pa-6 {
  padding: 24px !important;
}
.v-application .pa-7 {
  padding: 28px !important;
}
.v-application .pa-8 {
  padding: 32px !important;
}
.v-application .pa-9 {
  padding: 36px !important;
}
.v-application .pa-10 {
  padding: 40px !important;
}
.v-application .pa-11 {
  padding: 44px !important;
}
.v-application .pa-12 {
  padding: 48px !important;
}
.v-application .pa-13 {
  padding: 52px !important;
}
.v-application .pa-14 {
  padding: 56px !important;
}
.v-application .pa-15 {
  padding: 60px !important;
}
.v-application .pa-16 {
  padding: 64px !important;
}
.v-application .pt-0 {
  padding-top: 0px !important;
}
.v-application .pt-1 {
  padding-top: 4px !important;
}
.v-application .pt-2 {
  padding-top: 8px !important;
}
.v-application .pt-3 {
  padding-top: 12px !important;
}
.v-application .pt-4 {
  padding-top: 16px !important;
}
.v-application .pt-5 {
  padding-top: 20px !important;
}
.v-application .pt-6 {
  padding-top: 24px !important;
}
.v-application .pt-7 {
  padding-top: 28px !important;
}
.v-application .pt-8 {
  padding-top: 32px !important;
}
.v-application .pt-9 {
  padding-top: 36px !important;
}
.v-application .pt-10 {
  padding-top: 40px !important;
}
.v-application .pt-11 {
  padding-top: 44px !important;
}
.v-application .pt-12 {
  padding-top: 48px !important;
}
.v-application .pt-13 {
  padding-top: 52px !important;
}
.v-application .pt-14 {
  padding-top: 56px !important;
}
.v-application .pt-15 {
  padding-top: 60px !important;
}
.v-application .pt-16 {
  padding-top: 64px !important;
}
.v-application .pr-0 {
  padding-right: 0px !important;
}
.v-application .pr-1 {
  padding-right: 4px !important;
}
.v-application .pr-2 {
  padding-right: 8px !important;
}
.v-application .pr-3 {
  padding-right: 12px !important;
}
.v-application .pr-4 {
  padding-right: 16px !important;
}
.v-application .pr-5 {
  padding-right: 20px !important;
}
.v-application .pr-6 {
  padding-right: 24px !important;
}
.v-application .pr-7 {
  padding-right: 28px !important;
}
.v-application .pr-8 {
  padding-right: 32px !important;
}
.v-application .pr-9 {
  padding-right: 36px !important;
}
.v-application .pr-10 {
  padding-right: 40px !important;
}
.v-application .pr-11 {
  padding-right: 44px !important;
}
.v-application .pr-12 {
  padding-right: 48px !important;
}
.v-application .pr-13 {
  padding-right: 52px !important;
}
.v-application .pr-14 {
  padding-right: 56px !important;
}
.v-application .pr-15 {
  padding-right: 60px !important;
}
.v-application .pr-16 {
  padding-right: 64px !important;
}
.v-application .pb-0 {
  padding-bottom: 0px !important;
}
.v-application .pb-1 {
  padding-bottom: 4px !important;
}
.v-application .pb-2 {
  padding-bottom: 8px !important;
}
.v-application .pb-3 {
  padding-bottom: 12px !important;
}
.v-application .pb-4 {
  padding-bottom: 16px !important;
}
.v-application .pb-5 {
  padding-bottom: 20px !important;
}
.v-application .pb-6 {
  padding-bottom: 24px !important;
}
.v-application .pb-7 {
  padding-bottom: 28px !important;
}
.v-application .pb-8 {
  padding-bottom: 32px !important;
}
.v-application .pb-9 {
  padding-bottom: 36px !important;
}
.v-application .pb-10 {
  padding-bottom: 40px !important;
}
.v-application .pb-11 {
  padding-bottom: 44px !important;
}
.v-application .pb-12 {
  padding-bottom: 48px !important;
}
.v-application .pb-13 {
  padding-bottom: 52px !important;
}
.v-application .pb-14 {
  padding-bottom: 56px !important;
}
.v-application .pb-15 {
  padding-bottom: 60px !important;
}
.v-application .pb-16 {
  padding-bottom: 64px !important;
}
.v-application .pl-0 {
  padding-left: 0px !important;
}
.v-application .pl-1 {
  padding-left: 4px !important;
}
.v-application .pl-2 {
  padding-left: 8px !important;
}
.v-application .pl-3 {
  padding-left: 12px !important;
}
.v-application .pl-4 {
  padding-left: 16px !important;
}
.v-application .pl-5 {
  padding-left: 20px !important;
}
.v-application .pl-6 {
  padding-left: 24px !important;
}
.v-application .pl-7 {
  padding-left: 28px !important;
}
.v-application .pl-8 {
  padding-left: 32px !important;
}
.v-application .pl-9 {
  padding-left: 36px !important;
}
.v-application .pl-10 {
  padding-left: 40px !important;
}
.v-application .pl-11 {
  padding-left: 44px !important;
}
.v-application .pl-12 {
  padding-left: 48px !important;
}
.v-application .pl-13 {
  padding-left: 52px !important;
}
.v-application .pl-14 {
  padding-left: 56px !important;
}
.v-application .pl-15 {
  padding-left: 60px !important;
}
.v-application .pl-16 {
  padding-left: 64px !important;
}
.v-application .px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.v-application .px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.v-application .px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.v-application .px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.v-application .px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.v-application .px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.v-application .px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.v-application .px-7 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.v-application .px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.v-application .px-9 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.v-application .px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.v-application .px-11 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.v-application .px-12 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.v-application .px-13 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
.v-application .px-14 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.v-application .px-15 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.v-application .px-16 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.v-application .py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.v-application .py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.v-application .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.v-application .py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.v-application .py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.v-application .py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.v-application .py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.v-application .py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.v-application .py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.v-application .py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.v-application .py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.v-application .py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.v-application .py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.v-application .py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.v-application .py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.v-application .py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.v-application .py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
@media (min-width: 600px) {
.v-application .ma-sm-0 {
    margin: 0px !important;
}
.v-application .ma-sm-1 {
    margin: 4px !important;
}
.v-application .ma-sm-2 {
    margin: 8px !important;
}
.v-application .ma-sm-3 {
    margin: 12px !important;
}
.v-application .ma-sm-4 {
    margin: 16px !important;
}
.v-application .ma-sm-5 {
    margin: 20px !important;
}
.v-application .ma-sm-6 {
    margin: 24px !important;
}
.v-application .ma-sm-7 {
    margin: 28px !important;
}
.v-application .ma-sm-8 {
    margin: 32px !important;
}
.v-application .ma-sm-9 {
    margin: 36px !important;
}
.v-application .ma-sm-10 {
    margin: 40px !important;
}
.v-application .ma-sm-11 {
    margin: 44px !important;
}
.v-application .ma-sm-12 {
    margin: 48px !important;
}
.v-application .ma-sm-13 {
    margin: 52px !important;
}
.v-application .ma-sm-14 {
    margin: 56px !important;
}
.v-application .ma-sm-15 {
    margin: 60px !important;
}
.v-application .ma-sm-16 {
    margin: 64px !important;
}
.v-application .ma-sm-auto {
    margin: auto !important;
}
.v-application .ma-sm-n1 {
    margin: -4px !important;
}
.v-application .ma-sm-n2 {
    margin: -8px !important;
}
.v-application .ma-sm-n3 {
    margin: -12px !important;
}
.v-application .ma-sm-n4 {
    margin: -16px !important;
}
.v-application .ma-sm-n5 {
    margin: -20px !important;
}
.v-application .ma-sm-n6 {
    margin: -24px !important;
}
.v-application .ma-sm-n7 {
    margin: -28px !important;
}
.v-application .ma-sm-n8 {
    margin: -32px !important;
}
.v-application .ma-sm-n9 {
    margin: -36px !important;
}
.v-application .ma-sm-n10 {
    margin: -40px !important;
}
.v-application .ma-sm-n11 {
    margin: -44px !important;
}
.v-application .ma-sm-n12 {
    margin: -48px !important;
}
.v-application .ma-sm-n13 {
    margin: -52px !important;
}
.v-application .ma-sm-n14 {
    margin: -56px !important;
}
.v-application .ma-sm-n15 {
    margin: -60px !important;
}
.v-application .ma-sm-n16 {
    margin: -64px !important;
}
.v-application .mt-sm-0 {
    margin-top: 0px !important;
}
.v-application .mt-sm-1 {
    margin-top: 4px !important;
}
.v-application .mt-sm-2 {
    margin-top: 8px !important;
}
.v-application .mt-sm-3 {
    margin-top: 12px !important;
}
.v-application .mt-sm-4 {
    margin-top: 16px !important;
}
.v-application .mt-sm-5 {
    margin-top: 20px !important;
}
.v-application .mt-sm-6 {
    margin-top: 24px !important;
}
.v-application .mt-sm-7 {
    margin-top: 28px !important;
}
.v-application .mt-sm-8 {
    margin-top: 32px !important;
}
.v-application .mt-sm-9 {
    margin-top: 36px !important;
}
.v-application .mt-sm-10 {
    margin-top: 40px !important;
}
.v-application .mt-sm-11 {
    margin-top: 44px !important;
}
.v-application .mt-sm-12 {
    margin-top: 48px !important;
}
.v-application .mt-sm-13 {
    margin-top: 52px !important;
}
.v-application .mt-sm-14 {
    margin-top: 56px !important;
}
.v-application .mt-sm-15 {
    margin-top: 60px !important;
}
.v-application .mt-sm-16 {
    margin-top: 64px !important;
}
.v-application .mt-sm-auto {
    margin-top: auto !important;
}
.v-application .mt-sm-n1 {
    margin-top: -4px !important;
}
.v-application .mt-sm-n2 {
    margin-top: -8px !important;
}
.v-application .mt-sm-n3 {
    margin-top: -12px !important;
}
.v-application .mt-sm-n4 {
    margin-top: -16px !important;
}
.v-application .mt-sm-n5 {
    margin-top: -20px !important;
}
.v-application .mt-sm-n6 {
    margin-top: -24px !important;
}
.v-application .mt-sm-n7 {
    margin-top: -28px !important;
}
.v-application .mt-sm-n8 {
    margin-top: -32px !important;
}
.v-application .mt-sm-n9 {
    margin-top: -36px !important;
}
.v-application .mt-sm-n10 {
    margin-top: -40px !important;
}
.v-application .mt-sm-n11 {
    margin-top: -44px !important;
}
.v-application .mt-sm-n12 {
    margin-top: -48px !important;
}
.v-application .mt-sm-n13 {
    margin-top: -52px !important;
}
.v-application .mt-sm-n14 {
    margin-top: -56px !important;
}
.v-application .mt-sm-n15 {
    margin-top: -60px !important;
}
.v-application .mt-sm-n16 {
    margin-top: -64px !important;
}
.v-application .mr-sm-0 {
    margin-right: 0px !important;
}
.v-application .mr-sm-1 {
    margin-right: 4px !important;
}
.v-application .mr-sm-2 {
    margin-right: 8px !important;
}
.v-application .mr-sm-3 {
    margin-right: 12px !important;
}
.v-application .mr-sm-4 {
    margin-right: 16px !important;
}
.v-application .mr-sm-5 {
    margin-right: 20px !important;
}
.v-application .mr-sm-6 {
    margin-right: 24px !important;
}
.v-application .mr-sm-7 {
    margin-right: 28px !important;
}
.v-application .mr-sm-8 {
    margin-right: 32px !important;
}
.v-application .mr-sm-9 {
    margin-right: 36px !important;
}
.v-application .mr-sm-10 {
    margin-right: 40px !important;
}
.v-application .mr-sm-11 {
    margin-right: 44px !important;
}
.v-application .mr-sm-12 {
    margin-right: 48px !important;
}
.v-application .mr-sm-13 {
    margin-right: 52px !important;
}
.v-application .mr-sm-14 {
    margin-right: 56px !important;
}
.v-application .mr-sm-15 {
    margin-right: 60px !important;
}
.v-application .mr-sm-16 {
    margin-right: 64px !important;
}
.v-application .mr-sm-auto {
    margin-right: auto !important;
}
.v-application .mr-sm-n1 {
    margin-right: -4px !important;
}
.v-application .mr-sm-n2 {
    margin-right: -8px !important;
}
.v-application .mr-sm-n3 {
    margin-right: -12px !important;
}
.v-application .mr-sm-n4 {
    margin-right: -16px !important;
}
.v-application .mr-sm-n5 {
    margin-right: -20px !important;
}
.v-application .mr-sm-n6 {
    margin-right: -24px !important;
}
.v-application .mr-sm-n7 {
    margin-right: -28px !important;
}
.v-application .mr-sm-n8 {
    margin-right: -32px !important;
}
.v-application .mr-sm-n9 {
    margin-right: -36px !important;
}
.v-application .mr-sm-n10 {
    margin-right: -40px !important;
}
.v-application .mr-sm-n11 {
    margin-right: -44px !important;
}
.v-application .mr-sm-n12 {
    margin-right: -48px !important;
}
.v-application .mr-sm-n13 {
    margin-right: -52px !important;
}
.v-application .mr-sm-n14 {
    margin-right: -56px !important;
}
.v-application .mr-sm-n15 {
    margin-right: -60px !important;
}
.v-application .mr-sm-n16 {
    margin-right: -64px !important;
}
.v-application .mb-sm-0 {
    margin-bottom: 0px !important;
}
.v-application .mb-sm-1 {
    margin-bottom: 4px !important;
}
.v-application .mb-sm-2 {
    margin-bottom: 8px !important;
}
.v-application .mb-sm-3 {
    margin-bottom: 12px !important;
}
.v-application .mb-sm-4 {
    margin-bottom: 16px !important;
}
.v-application .mb-sm-5 {
    margin-bottom: 20px !important;
}
.v-application .mb-sm-6 {
    margin-bottom: 24px !important;
}
.v-application .mb-sm-7 {
    margin-bottom: 28px !important;
}
.v-application .mb-sm-8 {
    margin-bottom: 32px !important;
}
.v-application .mb-sm-9 {
    margin-bottom: 36px !important;
}
.v-application .mb-sm-10 {
    margin-bottom: 40px !important;
}
.v-application .mb-sm-11 {
    margin-bottom: 44px !important;
}
.v-application .mb-sm-12 {
    margin-bottom: 48px !important;
}
.v-application .mb-sm-13 {
    margin-bottom: 52px !important;
}
.v-application .mb-sm-14 {
    margin-bottom: 56px !important;
}
.v-application .mb-sm-15 {
    margin-bottom: 60px !important;
}
.v-application .mb-sm-16 {
    margin-bottom: 64px !important;
}
.v-application .mb-sm-auto {
    margin-bottom: auto !important;
}
.v-application .mb-sm-n1 {
    margin-bottom: -4px !important;
}
.v-application .mb-sm-n2 {
    margin-bottom: -8px !important;
}
.v-application .mb-sm-n3 {
    margin-bottom: -12px !important;
}
.v-application .mb-sm-n4 {
    margin-bottom: -16px !important;
}
.v-application .mb-sm-n5 {
    margin-bottom: -20px !important;
}
.v-application .mb-sm-n6 {
    margin-bottom: -24px !important;
}
.v-application .mb-sm-n7 {
    margin-bottom: -28px !important;
}
.v-application .mb-sm-n8 {
    margin-bottom: -32px !important;
}
.v-application .mb-sm-n9 {
    margin-bottom: -36px !important;
}
.v-application .mb-sm-n10 {
    margin-bottom: -40px !important;
}
.v-application .mb-sm-n11 {
    margin-bottom: -44px !important;
}
.v-application .mb-sm-n12 {
    margin-bottom: -48px !important;
}
.v-application .mb-sm-n13 {
    margin-bottom: -52px !important;
}
.v-application .mb-sm-n14 {
    margin-bottom: -56px !important;
}
.v-application .mb-sm-n15 {
    margin-bottom: -60px !important;
}
.v-application .mb-sm-n16 {
    margin-bottom: -64px !important;
}
.v-application .ml-sm-0 {
    margin-left: 0px !important;
}
.v-application .ml-sm-1 {
    margin-left: 4px !important;
}
.v-application .ml-sm-2 {
    margin-left: 8px !important;
}
.v-application .ml-sm-3 {
    margin-left: 12px !important;
}
.v-application .ml-sm-4 {
    margin-left: 16px !important;
}
.v-application .ml-sm-5 {
    margin-left: 20px !important;
}
.v-application .ml-sm-6 {
    margin-left: 24px !important;
}
.v-application .ml-sm-7 {
    margin-left: 28px !important;
}
.v-application .ml-sm-8 {
    margin-left: 32px !important;
}
.v-application .ml-sm-9 {
    margin-left: 36px !important;
}
.v-application .ml-sm-10 {
    margin-left: 40px !important;
}
.v-application .ml-sm-11 {
    margin-left: 44px !important;
}
.v-application .ml-sm-12 {
    margin-left: 48px !important;
}
.v-application .ml-sm-13 {
    margin-left: 52px !important;
}
.v-application .ml-sm-14 {
    margin-left: 56px !important;
}
.v-application .ml-sm-15 {
    margin-left: 60px !important;
}
.v-application .ml-sm-16 {
    margin-left: 64px !important;
}
.v-application .ml-sm-auto {
    margin-left: auto !important;
}
.v-application .ml-sm-n1 {
    margin-left: -4px !important;
}
.v-application .ml-sm-n2 {
    margin-left: -8px !important;
}
.v-application .ml-sm-n3 {
    margin-left: -12px !important;
}
.v-application .ml-sm-n4 {
    margin-left: -16px !important;
}
.v-application .ml-sm-n5 {
    margin-left: -20px !important;
}
.v-application .ml-sm-n6 {
    margin-left: -24px !important;
}
.v-application .ml-sm-n7 {
    margin-left: -28px !important;
}
.v-application .ml-sm-n8 {
    margin-left: -32px !important;
}
.v-application .ml-sm-n9 {
    margin-left: -36px !important;
}
.v-application .ml-sm-n10 {
    margin-left: -40px !important;
}
.v-application .ml-sm-n11 {
    margin-left: -44px !important;
}
.v-application .ml-sm-n12 {
    margin-left: -48px !important;
}
.v-application .ml-sm-n13 {
    margin-left: -52px !important;
}
.v-application .ml-sm-n14 {
    margin-left: -56px !important;
}
.v-application .ml-sm-n15 {
    margin-left: -60px !important;
}
.v-application .ml-sm-n16 {
    margin-left: -64px !important;
}
.v-application .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.v-application .mx-sm-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.v-application .mx-sm-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.v-application .mx-sm-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.v-application .mx-sm-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.v-application .mx-sm-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.v-application .mx-sm-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.v-application .mx-sm-7 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.v-application .mx-sm-8 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.v-application .mx-sm-9 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}
.v-application .mx-sm-10 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.v-application .mx-sm-11 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}
.v-application .mx-sm-12 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}
.v-application .mx-sm-13 {
    margin-left: 52px !important;
    margin-right: 52px !important;
}
.v-application .mx-sm-14 {
    margin-left: 56px !important;
    margin-right: 56px !important;
}
.v-application .mx-sm-15 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.v-application .mx-sm-16 {
    margin-left: 64px !important;
    margin-right: 64px !important;
}
.v-application .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.v-application .mx-sm-n1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
}
.v-application .mx-sm-n2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
.v-application .mx-sm-n3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.v-application .mx-sm-n4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
}
.v-application .mx-sm-n5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.v-application .mx-sm-n6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}
.v-application .mx-sm-n7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
}
.v-application .mx-sm-n8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
}
.v-application .mx-sm-n9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
}
.v-application .mx-sm-n10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}
.v-application .mx-sm-n11 {
    margin-left: -44px !important;
    margin-right: -44px !important;
}
.v-application .mx-sm-n12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
}
.v-application .mx-sm-n13 {
    margin-left: -52px !important;
    margin-right: -52px !important;
}
.v-application .mx-sm-n14 {
    margin-left: -56px !important;
    margin-right: -56px !important;
}
.v-application .mx-sm-n15 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.v-application .mx-sm-n16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
}
.v-application .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.v-application .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.v-application .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.v-application .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.v-application .my-sm-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.v-application .my-sm-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.v-application .my-sm-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.v-application .my-sm-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.v-application .my-sm-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.v-application .my-sm-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.v-application .my-sm-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.v-application .my-sm-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.v-application .my-sm-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.v-application .my-sm-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}
.v-application .my-sm-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}
.v-application .my-sm-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.v-application .my-sm-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}
.v-application .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.v-application .my-sm-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
}
.v-application .my-sm-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}
.v-application .my-sm-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}
.v-application .my-sm-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
}
.v-application .my-sm-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}
.v-application .my-sm-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
}
.v-application .my-sm-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
}
.v-application .my-sm-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
}
.v-application .my-sm-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
}
.v-application .my-sm-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}
.v-application .my-sm-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
}
.v-application .my-sm-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
}
.v-application .my-sm-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
}
.v-application .my-sm-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
}
.v-application .my-sm-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}
.v-application .my-sm-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
}
.v-application .pa-sm-0 {
    padding: 0px !important;
}
.v-application .pa-sm-1 {
    padding: 4px !important;
}
.v-application .pa-sm-2 {
    padding: 8px !important;
}
.v-application .pa-sm-3 {
    padding: 12px !important;
}
.v-application .pa-sm-4 {
    padding: 16px !important;
}
.v-application .pa-sm-5 {
    padding: 20px !important;
}
.v-application .pa-sm-6 {
    padding: 24px !important;
}
.v-application .pa-sm-7 {
    padding: 28px !important;
}
.v-application .pa-sm-8 {
    padding: 32px !important;
}
.v-application .pa-sm-9 {
    padding: 36px !important;
}
.v-application .pa-sm-10 {
    padding: 40px !important;
}
.v-application .pa-sm-11 {
    padding: 44px !important;
}
.v-application .pa-sm-12 {
    padding: 48px !important;
}
.v-application .pa-sm-13 {
    padding: 52px !important;
}
.v-application .pa-sm-14 {
    padding: 56px !important;
}
.v-application .pa-sm-15 {
    padding: 60px !important;
}
.v-application .pa-sm-16 {
    padding: 64px !important;
}
.v-application .pt-sm-0 {
    padding-top: 0px !important;
}
.v-application .pt-sm-1 {
    padding-top: 4px !important;
}
.v-application .pt-sm-2 {
    padding-top: 8px !important;
}
.v-application .pt-sm-3 {
    padding-top: 12px !important;
}
.v-application .pt-sm-4 {
    padding-top: 16px !important;
}
.v-application .pt-sm-5 {
    padding-top: 20px !important;
}
.v-application .pt-sm-6 {
    padding-top: 24px !important;
}
.v-application .pt-sm-7 {
    padding-top: 28px !important;
}
.v-application .pt-sm-8 {
    padding-top: 32px !important;
}
.v-application .pt-sm-9 {
    padding-top: 36px !important;
}
.v-application .pt-sm-10 {
    padding-top: 40px !important;
}
.v-application .pt-sm-11 {
    padding-top: 44px !important;
}
.v-application .pt-sm-12 {
    padding-top: 48px !important;
}
.v-application .pt-sm-13 {
    padding-top: 52px !important;
}
.v-application .pt-sm-14 {
    padding-top: 56px !important;
}
.v-application .pt-sm-15 {
    padding-top: 60px !important;
}
.v-application .pt-sm-16 {
    padding-top: 64px !important;
}
.v-application .pr-sm-0 {
    padding-right: 0px !important;
}
.v-application .pr-sm-1 {
    padding-right: 4px !important;
}
.v-application .pr-sm-2 {
    padding-right: 8px !important;
}
.v-application .pr-sm-3 {
    padding-right: 12px !important;
}
.v-application .pr-sm-4 {
    padding-right: 16px !important;
}
.v-application .pr-sm-5 {
    padding-right: 20px !important;
}
.v-application .pr-sm-6 {
    padding-right: 24px !important;
}
.v-application .pr-sm-7 {
    padding-right: 28px !important;
}
.v-application .pr-sm-8 {
    padding-right: 32px !important;
}
.v-application .pr-sm-9 {
    padding-right: 36px !important;
}
.v-application .pr-sm-10 {
    padding-right: 40px !important;
}
.v-application .pr-sm-11 {
    padding-right: 44px !important;
}
.v-application .pr-sm-12 {
    padding-right: 48px !important;
}
.v-application .pr-sm-13 {
    padding-right: 52px !important;
}
.v-application .pr-sm-14 {
    padding-right: 56px !important;
}
.v-application .pr-sm-15 {
    padding-right: 60px !important;
}
.v-application .pr-sm-16 {
    padding-right: 64px !important;
}
.v-application .pb-sm-0 {
    padding-bottom: 0px !important;
}
.v-application .pb-sm-1 {
    padding-bottom: 4px !important;
}
.v-application .pb-sm-2 {
    padding-bottom: 8px !important;
}
.v-application .pb-sm-3 {
    padding-bottom: 12px !important;
}
.v-application .pb-sm-4 {
    padding-bottom: 16px !important;
}
.v-application .pb-sm-5 {
    padding-bottom: 20px !important;
}
.v-application .pb-sm-6 {
    padding-bottom: 24px !important;
}
.v-application .pb-sm-7 {
    padding-bottom: 28px !important;
}
.v-application .pb-sm-8 {
    padding-bottom: 32px !important;
}
.v-application .pb-sm-9 {
    padding-bottom: 36px !important;
}
.v-application .pb-sm-10 {
    padding-bottom: 40px !important;
}
.v-application .pb-sm-11 {
    padding-bottom: 44px !important;
}
.v-application .pb-sm-12 {
    padding-bottom: 48px !important;
}
.v-application .pb-sm-13 {
    padding-bottom: 52px !important;
}
.v-application .pb-sm-14 {
    padding-bottom: 56px !important;
}
.v-application .pb-sm-15 {
    padding-bottom: 60px !important;
}
.v-application .pb-sm-16 {
    padding-bottom: 64px !important;
}
.v-application .pl-sm-0 {
    padding-left: 0px !important;
}
.v-application .pl-sm-1 {
    padding-left: 4px !important;
}
.v-application .pl-sm-2 {
    padding-left: 8px !important;
}
.v-application .pl-sm-3 {
    padding-left: 12px !important;
}
.v-application .pl-sm-4 {
    padding-left: 16px !important;
}
.v-application .pl-sm-5 {
    padding-left: 20px !important;
}
.v-application .pl-sm-6 {
    padding-left: 24px !important;
}
.v-application .pl-sm-7 {
    padding-left: 28px !important;
}
.v-application .pl-sm-8 {
    padding-left: 32px !important;
}
.v-application .pl-sm-9 {
    padding-left: 36px !important;
}
.v-application .pl-sm-10 {
    padding-left: 40px !important;
}
.v-application .pl-sm-11 {
    padding-left: 44px !important;
}
.v-application .pl-sm-12 {
    padding-left: 48px !important;
}
.v-application .pl-sm-13 {
    padding-left: 52px !important;
}
.v-application .pl-sm-14 {
    padding-left: 56px !important;
}
.v-application .pl-sm-15 {
    padding-left: 60px !important;
}
.v-application .pl-sm-16 {
    padding-left: 64px !important;
}
.v-application .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.v-application .px-sm-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.v-application .px-sm-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.v-application .px-sm-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.v-application .px-sm-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.v-application .px-sm-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.v-application .px-sm-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.v-application .px-sm-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.v-application .px-sm-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.v-application .px-sm-9 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.v-application .px-sm-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.v-application .px-sm-11 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.v-application .px-sm-12 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}
.v-application .px-sm-13 {
    padding-left: 52px !important;
    padding-right: 52px !important;
}
.v-application .px-sm-14 {
    padding-left: 56px !important;
    padding-right: 56px !important;
}
.v-application .px-sm-15 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.v-application .px-sm-16 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}
.v-application .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.v-application .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.v-application .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.v-application .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.v-application .py-sm-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.v-application .py-sm-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.v-application .py-sm-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.v-application .py-sm-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.v-application .py-sm-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.v-application .py-sm-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.v-application .py-sm-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.v-application .py-sm-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.v-application .py-sm-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.v-application .py-sm-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}
.v-application .py-sm-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
.v-application .py-sm-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.v-application .py-sm-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}
}
@media (min-width: 960px) {
.v-application .ma-md-0 {
    margin: 0px !important;
}
.v-application .ma-md-1 {
    margin: 4px !important;
}
.v-application .ma-md-2 {
    margin: 8px !important;
}
.v-application .ma-md-3 {
    margin: 12px !important;
}
.v-application .ma-md-4 {
    margin: 16px !important;
}
.v-application .ma-md-5 {
    margin: 20px !important;
}
.v-application .ma-md-6 {
    margin: 24px !important;
}
.v-application .ma-md-7 {
    margin: 28px !important;
}
.v-application .ma-md-8 {
    margin: 32px !important;
}
.v-application .ma-md-9 {
    margin: 36px !important;
}
.v-application .ma-md-10 {
    margin: 40px !important;
}
.v-application .ma-md-11 {
    margin: 44px !important;
}
.v-application .ma-md-12 {
    margin: 48px !important;
}
.v-application .ma-md-13 {
    margin: 52px !important;
}
.v-application .ma-md-14 {
    margin: 56px !important;
}
.v-application .ma-md-15 {
    margin: 60px !important;
}
.v-application .ma-md-16 {
    margin: 64px !important;
}
.v-application .ma-md-auto {
    margin: auto !important;
}
.v-application .ma-md-n1 {
    margin: -4px !important;
}
.v-application .ma-md-n2 {
    margin: -8px !important;
}
.v-application .ma-md-n3 {
    margin: -12px !important;
}
.v-application .ma-md-n4 {
    margin: -16px !important;
}
.v-application .ma-md-n5 {
    margin: -20px !important;
}
.v-application .ma-md-n6 {
    margin: -24px !important;
}
.v-application .ma-md-n7 {
    margin: -28px !important;
}
.v-application .ma-md-n8 {
    margin: -32px !important;
}
.v-application .ma-md-n9 {
    margin: -36px !important;
}
.v-application .ma-md-n10 {
    margin: -40px !important;
}
.v-application .ma-md-n11 {
    margin: -44px !important;
}
.v-application .ma-md-n12 {
    margin: -48px !important;
}
.v-application .ma-md-n13 {
    margin: -52px !important;
}
.v-application .ma-md-n14 {
    margin: -56px !important;
}
.v-application .ma-md-n15 {
    margin: -60px !important;
}
.v-application .ma-md-n16 {
    margin: -64px !important;
}
.v-application .mt-md-0 {
    margin-top: 0px !important;
}
.v-application .mt-md-1 {
    margin-top: 4px !important;
}
.v-application .mt-md-2 {
    margin-top: 8px !important;
}
.v-application .mt-md-3 {
    margin-top: 12px !important;
}
.v-application .mt-md-4 {
    margin-top: 16px !important;
}
.v-application .mt-md-5 {
    margin-top: 20px !important;
}
.v-application .mt-md-6 {
    margin-top: 24px !important;
}
.v-application .mt-md-7 {
    margin-top: 28px !important;
}
.v-application .mt-md-8 {
    margin-top: 32px !important;
}
.v-application .mt-md-9 {
    margin-top: 36px !important;
}
.v-application .mt-md-10 {
    margin-top: 40px !important;
}
.v-application .mt-md-11 {
    margin-top: 44px !important;
}
.v-application .mt-md-12 {
    margin-top: 48px !important;
}
.v-application .mt-md-13 {
    margin-top: 52px !important;
}
.v-application .mt-md-14 {
    margin-top: 56px !important;
}
.v-application .mt-md-15 {
    margin-top: 60px !important;
}
.v-application .mt-md-16 {
    margin-top: 64px !important;
}
.v-application .mt-md-auto {
    margin-top: auto !important;
}
.v-application .mt-md-n1 {
    margin-top: -4px !important;
}
.v-application .mt-md-n2 {
    margin-top: -8px !important;
}
.v-application .mt-md-n3 {
    margin-top: -12px !important;
}
.v-application .mt-md-n4 {
    margin-top: -16px !important;
}
.v-application .mt-md-n5 {
    margin-top: -20px !important;
}
.v-application .mt-md-n6 {
    margin-top: -24px !important;
}
.v-application .mt-md-n7 {
    margin-top: -28px !important;
}
.v-application .mt-md-n8 {
    margin-top: -32px !important;
}
.v-application .mt-md-n9 {
    margin-top: -36px !important;
}
.v-application .mt-md-n10 {
    margin-top: -40px !important;
}
.v-application .mt-md-n11 {
    margin-top: -44px !important;
}
.v-application .mt-md-n12 {
    margin-top: -48px !important;
}
.v-application .mt-md-n13 {
    margin-top: -52px !important;
}
.v-application .mt-md-n14 {
    margin-top: -56px !important;
}
.v-application .mt-md-n15 {
    margin-top: -60px !important;
}
.v-application .mt-md-n16 {
    margin-top: -64px !important;
}
.v-application .mr-md-0 {
    margin-right: 0px !important;
}
.v-application .mr-md-1 {
    margin-right: 4px !important;
}
.v-application .mr-md-2 {
    margin-right: 8px !important;
}
.v-application .mr-md-3 {
    margin-right: 12px !important;
}
.v-application .mr-md-4 {
    margin-right: 16px !important;
}
.v-application .mr-md-5 {
    margin-right: 20px !important;
}
.v-application .mr-md-6 {
    margin-right: 24px !important;
}
.v-application .mr-md-7 {
    margin-right: 28px !important;
}
.v-application .mr-md-8 {
    margin-right: 32px !important;
}
.v-application .mr-md-9 {
    margin-right: 36px !important;
}
.v-application .mr-md-10 {
    margin-right: 40px !important;
}
.v-application .mr-md-11 {
    margin-right: 44px !important;
}
.v-application .mr-md-12 {
    margin-right: 48px !important;
}
.v-application .mr-md-13 {
    margin-right: 52px !important;
}
.v-application .mr-md-14 {
    margin-right: 56px !important;
}
.v-application .mr-md-15 {
    margin-right: 60px !important;
}
.v-application .mr-md-16 {
    margin-right: 64px !important;
}
.v-application .mr-md-auto {
    margin-right: auto !important;
}
.v-application .mr-md-n1 {
    margin-right: -4px !important;
}
.v-application .mr-md-n2 {
    margin-right: -8px !important;
}
.v-application .mr-md-n3 {
    margin-right: -12px !important;
}
.v-application .mr-md-n4 {
    margin-right: -16px !important;
}
.v-application .mr-md-n5 {
    margin-right: -20px !important;
}
.v-application .mr-md-n6 {
    margin-right: -24px !important;
}
.v-application .mr-md-n7 {
    margin-right: -28px !important;
}
.v-application .mr-md-n8 {
    margin-right: -32px !important;
}
.v-application .mr-md-n9 {
    margin-right: -36px !important;
}
.v-application .mr-md-n10 {
    margin-right: -40px !important;
}
.v-application .mr-md-n11 {
    margin-right: -44px !important;
}
.v-application .mr-md-n12 {
    margin-right: -48px !important;
}
.v-application .mr-md-n13 {
    margin-right: -52px !important;
}
.v-application .mr-md-n14 {
    margin-right: -56px !important;
}
.v-application .mr-md-n15 {
    margin-right: -60px !important;
}
.v-application .mr-md-n16 {
    margin-right: -64px !important;
}
.v-application .mb-md-0 {
    margin-bottom: 0px !important;
}
.v-application .mb-md-1 {
    margin-bottom: 4px !important;
}
.v-application .mb-md-2 {
    margin-bottom: 8px !important;
}
.v-application .mb-md-3 {
    margin-bottom: 12px !important;
}
.v-application .mb-md-4 {
    margin-bottom: 16px !important;
}
.v-application .mb-md-5 {
    margin-bottom: 20px !important;
}
.v-application .mb-md-6 {
    margin-bottom: 24px !important;
}
.v-application .mb-md-7 {
    margin-bottom: 28px !important;
}
.v-application .mb-md-8 {
    margin-bottom: 32px !important;
}
.v-application .mb-md-9 {
    margin-bottom: 36px !important;
}
.v-application .mb-md-10 {
    margin-bottom: 40px !important;
}
.v-application .mb-md-11 {
    margin-bottom: 44px !important;
}
.v-application .mb-md-12 {
    margin-bottom: 48px !important;
}
.v-application .mb-md-13 {
    margin-bottom: 52px !important;
}
.v-application .mb-md-14 {
    margin-bottom: 56px !important;
}
.v-application .mb-md-15 {
    margin-bottom: 60px !important;
}
.v-application .mb-md-16 {
    margin-bottom: 64px !important;
}
.v-application .mb-md-auto {
    margin-bottom: auto !important;
}
.v-application .mb-md-n1 {
    margin-bottom: -4px !important;
}
.v-application .mb-md-n2 {
    margin-bottom: -8px !important;
}
.v-application .mb-md-n3 {
    margin-bottom: -12px !important;
}
.v-application .mb-md-n4 {
    margin-bottom: -16px !important;
}
.v-application .mb-md-n5 {
    margin-bottom: -20px !important;
}
.v-application .mb-md-n6 {
    margin-bottom: -24px !important;
}
.v-application .mb-md-n7 {
    margin-bottom: -28px !important;
}
.v-application .mb-md-n8 {
    margin-bottom: -32px !important;
}
.v-application .mb-md-n9 {
    margin-bottom: -36px !important;
}
.v-application .mb-md-n10 {
    margin-bottom: -40px !important;
}
.v-application .mb-md-n11 {
    margin-bottom: -44px !important;
}
.v-application .mb-md-n12 {
    margin-bottom: -48px !important;
}
.v-application .mb-md-n13 {
    margin-bottom: -52px !important;
}
.v-application .mb-md-n14 {
    margin-bottom: -56px !important;
}
.v-application .mb-md-n15 {
    margin-bottom: -60px !important;
}
.v-application .mb-md-n16 {
    margin-bottom: -64px !important;
}
.v-application .ml-md-0 {
    margin-left: 0px !important;
}
.v-application .ml-md-1 {
    margin-left: 4px !important;
}
.v-application .ml-md-2 {
    margin-left: 8px !important;
}
.v-application .ml-md-3 {
    margin-left: 12px !important;
}
.v-application .ml-md-4 {
    margin-left: 16px !important;
}
.v-application .ml-md-5 {
    margin-left: 20px !important;
}
.v-application .ml-md-6 {
    margin-left: 24px !important;
}
.v-application .ml-md-7 {
    margin-left: 28px !important;
}
.v-application .ml-md-8 {
    margin-left: 32px !important;
}
.v-application .ml-md-9 {
    margin-left: 36px !important;
}
.v-application .ml-md-10 {
    margin-left: 40px !important;
}
.v-application .ml-md-11 {
    margin-left: 44px !important;
}
.v-application .ml-md-12 {
    margin-left: 48px !important;
}
.v-application .ml-md-13 {
    margin-left: 52px !important;
}
.v-application .ml-md-14 {
    margin-left: 56px !important;
}
.v-application .ml-md-15 {
    margin-left: 60px !important;
}
.v-application .ml-md-16 {
    margin-left: 64px !important;
}
.v-application .ml-md-auto {
    margin-left: auto !important;
}
.v-application .ml-md-n1 {
    margin-left: -4px !important;
}
.v-application .ml-md-n2 {
    margin-left: -8px !important;
}
.v-application .ml-md-n3 {
    margin-left: -12px !important;
}
.v-application .ml-md-n4 {
    margin-left: -16px !important;
}
.v-application .ml-md-n5 {
    margin-left: -20px !important;
}
.v-application .ml-md-n6 {
    margin-left: -24px !important;
}
.v-application .ml-md-n7 {
    margin-left: -28px !important;
}
.v-application .ml-md-n8 {
    margin-left: -32px !important;
}
.v-application .ml-md-n9 {
    margin-left: -36px !important;
}
.v-application .ml-md-n10 {
    margin-left: -40px !important;
}
.v-application .ml-md-n11 {
    margin-left: -44px !important;
}
.v-application .ml-md-n12 {
    margin-left: -48px !important;
}
.v-application .ml-md-n13 {
    margin-left: -52px !important;
}
.v-application .ml-md-n14 {
    margin-left: -56px !important;
}
.v-application .ml-md-n15 {
    margin-left: -60px !important;
}
.v-application .ml-md-n16 {
    margin-left: -64px !important;
}
.v-application .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.v-application .mx-md-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.v-application .mx-md-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.v-application .mx-md-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.v-application .mx-md-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.v-application .mx-md-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.v-application .mx-md-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.v-application .mx-md-7 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.v-application .mx-md-8 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.v-application .mx-md-9 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}
.v-application .mx-md-10 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.v-application .mx-md-11 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}
.v-application .mx-md-12 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}
.v-application .mx-md-13 {
    margin-left: 52px !important;
    margin-right: 52px !important;
}
.v-application .mx-md-14 {
    margin-left: 56px !important;
    margin-right: 56px !important;
}
.v-application .mx-md-15 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.v-application .mx-md-16 {
    margin-left: 64px !important;
    margin-right: 64px !important;
}
.v-application .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.v-application .mx-md-n1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
}
.v-application .mx-md-n2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
.v-application .mx-md-n3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.v-application .mx-md-n4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
}
.v-application .mx-md-n5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.v-application .mx-md-n6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}
.v-application .mx-md-n7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
}
.v-application .mx-md-n8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
}
.v-application .mx-md-n9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
}
.v-application .mx-md-n10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}
.v-application .mx-md-n11 {
    margin-left: -44px !important;
    margin-right: -44px !important;
}
.v-application .mx-md-n12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
}
.v-application .mx-md-n13 {
    margin-left: -52px !important;
    margin-right: -52px !important;
}
.v-application .mx-md-n14 {
    margin-left: -56px !important;
    margin-right: -56px !important;
}
.v-application .mx-md-n15 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.v-application .mx-md-n16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
}
.v-application .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.v-application .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.v-application .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.v-application .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.v-application .my-md-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.v-application .my-md-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.v-application .my-md-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.v-application .my-md-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.v-application .my-md-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.v-application .my-md-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.v-application .my-md-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.v-application .my-md-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.v-application .my-md-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.v-application .my-md-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}
.v-application .my-md-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}
.v-application .my-md-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.v-application .my-md-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}
.v-application .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.v-application .my-md-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
}
.v-application .my-md-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}
.v-application .my-md-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}
.v-application .my-md-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
}
.v-application .my-md-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}
.v-application .my-md-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
}
.v-application .my-md-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
}
.v-application .my-md-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
}
.v-application .my-md-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
}
.v-application .my-md-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}
.v-application .my-md-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
}
.v-application .my-md-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
}
.v-application .my-md-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
}
.v-application .my-md-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
}
.v-application .my-md-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}
.v-application .my-md-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
}
.v-application .pa-md-0 {
    padding: 0px !important;
}
.v-application .pa-md-1 {
    padding: 4px !important;
}
.v-application .pa-md-2 {
    padding: 8px !important;
}
.v-application .pa-md-3 {
    padding: 12px !important;
}
.v-application .pa-md-4 {
    padding: 16px !important;
}
.v-application .pa-md-5 {
    padding: 20px !important;
}
.v-application .pa-md-6 {
    padding: 24px !important;
}
.v-application .pa-md-7 {
    padding: 28px !important;
}
.v-application .pa-md-8 {
    padding: 32px !important;
}
.v-application .pa-md-9 {
    padding: 36px !important;
}
.v-application .pa-md-10 {
    padding: 40px !important;
}
.v-application .pa-md-11 {
    padding: 44px !important;
}
.v-application .pa-md-12 {
    padding: 48px !important;
}
.v-application .pa-md-13 {
    padding: 52px !important;
}
.v-application .pa-md-14 {
    padding: 56px !important;
}
.v-application .pa-md-15 {
    padding: 60px !important;
}
.v-application .pa-md-16 {
    padding: 64px !important;
}
.v-application .pt-md-0 {
    padding-top: 0px !important;
}
.v-application .pt-md-1 {
    padding-top: 4px !important;
}
.v-application .pt-md-2 {
    padding-top: 8px !important;
}
.v-application .pt-md-3 {
    padding-top: 12px !important;
}
.v-application .pt-md-4 {
    padding-top: 16px !important;
}
.v-application .pt-md-5 {
    padding-top: 20px !important;
}
.v-application .pt-md-6 {
    padding-top: 24px !important;
}
.v-application .pt-md-7 {
    padding-top: 28px !important;
}
.v-application .pt-md-8 {
    padding-top: 32px !important;
}
.v-application .pt-md-9 {
    padding-top: 36px !important;
}
.v-application .pt-md-10 {
    padding-top: 40px !important;
}
.v-application .pt-md-11 {
    padding-top: 44px !important;
}
.v-application .pt-md-12 {
    padding-top: 48px !important;
}
.v-application .pt-md-13 {
    padding-top: 52px !important;
}
.v-application .pt-md-14 {
    padding-top: 56px !important;
}
.v-application .pt-md-15 {
    padding-top: 60px !important;
}
.v-application .pt-md-16 {
    padding-top: 64px !important;
}
.v-application .pr-md-0 {
    padding-right: 0px !important;
}
.v-application .pr-md-1 {
    padding-right: 4px !important;
}
.v-application .pr-md-2 {
    padding-right: 8px !important;
}
.v-application .pr-md-3 {
    padding-right: 12px !important;
}
.v-application .pr-md-4 {
    padding-right: 16px !important;
}
.v-application .pr-md-5 {
    padding-right: 20px !important;
}
.v-application .pr-md-6 {
    padding-right: 24px !important;
}
.v-application .pr-md-7 {
    padding-right: 28px !important;
}
.v-application .pr-md-8 {
    padding-right: 32px !important;
}
.v-application .pr-md-9 {
    padding-right: 36px !important;
}
.v-application .pr-md-10 {
    padding-right: 40px !important;
}
.v-application .pr-md-11 {
    padding-right: 44px !important;
}
.v-application .pr-md-12 {
    padding-right: 48px !important;
}
.v-application .pr-md-13 {
    padding-right: 52px !important;
}
.v-application .pr-md-14 {
    padding-right: 56px !important;
}
.v-application .pr-md-15 {
    padding-right: 60px !important;
}
.v-application .pr-md-16 {
    padding-right: 64px !important;
}
.v-application .pb-md-0 {
    padding-bottom: 0px !important;
}
.v-application .pb-md-1 {
    padding-bottom: 4px !important;
}
.v-application .pb-md-2 {
    padding-bottom: 8px !important;
}
.v-application .pb-md-3 {
    padding-bottom: 12px !important;
}
.v-application .pb-md-4 {
    padding-bottom: 16px !important;
}
.v-application .pb-md-5 {
    padding-bottom: 20px !important;
}
.v-application .pb-md-6 {
    padding-bottom: 24px !important;
}
.v-application .pb-md-7 {
    padding-bottom: 28px !important;
}
.v-application .pb-md-8 {
    padding-bottom: 32px !important;
}
.v-application .pb-md-9 {
    padding-bottom: 36px !important;
}
.v-application .pb-md-10 {
    padding-bottom: 40px !important;
}
.v-application .pb-md-11 {
    padding-bottom: 44px !important;
}
.v-application .pb-md-12 {
    padding-bottom: 48px !important;
}
.v-application .pb-md-13 {
    padding-bottom: 52px !important;
}
.v-application .pb-md-14 {
    padding-bottom: 56px !important;
}
.v-application .pb-md-15 {
    padding-bottom: 60px !important;
}
.v-application .pb-md-16 {
    padding-bottom: 64px !important;
}
.v-application .pl-md-0 {
    padding-left: 0px !important;
}
.v-application .pl-md-1 {
    padding-left: 4px !important;
}
.v-application .pl-md-2 {
    padding-left: 8px !important;
}
.v-application .pl-md-3 {
    padding-left: 12px !important;
}
.v-application .pl-md-4 {
    padding-left: 16px !important;
}
.v-application .pl-md-5 {
    padding-left: 20px !important;
}
.v-application .pl-md-6 {
    padding-left: 24px !important;
}
.v-application .pl-md-7 {
    padding-left: 28px !important;
}
.v-application .pl-md-8 {
    padding-left: 32px !important;
}
.v-application .pl-md-9 {
    padding-left: 36px !important;
}
.v-application .pl-md-10 {
    padding-left: 40px !important;
}
.v-application .pl-md-11 {
    padding-left: 44px !important;
}
.v-application .pl-md-12 {
    padding-left: 48px !important;
}
.v-application .pl-md-13 {
    padding-left: 52px !important;
}
.v-application .pl-md-14 {
    padding-left: 56px !important;
}
.v-application .pl-md-15 {
    padding-left: 60px !important;
}
.v-application .pl-md-16 {
    padding-left: 64px !important;
}
.v-application .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.v-application .px-md-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.v-application .px-md-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.v-application .px-md-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.v-application .px-md-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.v-application .px-md-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.v-application .px-md-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.v-application .px-md-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.v-application .px-md-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.v-application .px-md-9 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.v-application .px-md-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.v-application .px-md-11 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.v-application .px-md-12 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}
.v-application .px-md-13 {
    padding-left: 52px !important;
    padding-right: 52px !important;
}
.v-application .px-md-14 {
    padding-left: 56px !important;
    padding-right: 56px !important;
}
.v-application .px-md-15 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.v-application .px-md-16 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}
.v-application .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.v-application .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.v-application .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.v-application .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.v-application .py-md-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.v-application .py-md-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.v-application .py-md-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.v-application .py-md-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.v-application .py-md-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.v-application .py-md-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.v-application .py-md-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.v-application .py-md-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.v-application .py-md-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.v-application .py-md-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}
.v-application .py-md-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
.v-application .py-md-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.v-application .py-md-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}
}
@media (min-width: 1264px) {
.v-application .ma-lg-0 {
    margin: 0px !important;
}
.v-application .ma-lg-1 {
    margin: 4px !important;
}
.v-application .ma-lg-2 {
    margin: 8px !important;
}
.v-application .ma-lg-3 {
    margin: 12px !important;
}
.v-application .ma-lg-4 {
    margin: 16px !important;
}
.v-application .ma-lg-5 {
    margin: 20px !important;
}
.v-application .ma-lg-6 {
    margin: 24px !important;
}
.v-application .ma-lg-7 {
    margin: 28px !important;
}
.v-application .ma-lg-8 {
    margin: 32px !important;
}
.v-application .ma-lg-9 {
    margin: 36px !important;
}
.v-application .ma-lg-10 {
    margin: 40px !important;
}
.v-application .ma-lg-11 {
    margin: 44px !important;
}
.v-application .ma-lg-12 {
    margin: 48px !important;
}
.v-application .ma-lg-13 {
    margin: 52px !important;
}
.v-application .ma-lg-14 {
    margin: 56px !important;
}
.v-application .ma-lg-15 {
    margin: 60px !important;
}
.v-application .ma-lg-16 {
    margin: 64px !important;
}
.v-application .ma-lg-auto {
    margin: auto !important;
}
.v-application .ma-lg-n1 {
    margin: -4px !important;
}
.v-application .ma-lg-n2 {
    margin: -8px !important;
}
.v-application .ma-lg-n3 {
    margin: -12px !important;
}
.v-application .ma-lg-n4 {
    margin: -16px !important;
}
.v-application .ma-lg-n5 {
    margin: -20px !important;
}
.v-application .ma-lg-n6 {
    margin: -24px !important;
}
.v-application .ma-lg-n7 {
    margin: -28px !important;
}
.v-application .ma-lg-n8 {
    margin: -32px !important;
}
.v-application .ma-lg-n9 {
    margin: -36px !important;
}
.v-application .ma-lg-n10 {
    margin: -40px !important;
}
.v-application .ma-lg-n11 {
    margin: -44px !important;
}
.v-application .ma-lg-n12 {
    margin: -48px !important;
}
.v-application .ma-lg-n13 {
    margin: -52px !important;
}
.v-application .ma-lg-n14 {
    margin: -56px !important;
}
.v-application .ma-lg-n15 {
    margin: -60px !important;
}
.v-application .ma-lg-n16 {
    margin: -64px !important;
}
.v-application .mt-lg-0 {
    margin-top: 0px !important;
}
.v-application .mt-lg-1 {
    margin-top: 4px !important;
}
.v-application .mt-lg-2 {
    margin-top: 8px !important;
}
.v-application .mt-lg-3 {
    margin-top: 12px !important;
}
.v-application .mt-lg-4 {
    margin-top: 16px !important;
}
.v-application .mt-lg-5 {
    margin-top: 20px !important;
}
.v-application .mt-lg-6 {
    margin-top: 24px !important;
}
.v-application .mt-lg-7 {
    margin-top: 28px !important;
}
.v-application .mt-lg-8 {
    margin-top: 32px !important;
}
.v-application .mt-lg-9 {
    margin-top: 36px !important;
}
.v-application .mt-lg-10 {
    margin-top: 40px !important;
}
.v-application .mt-lg-11 {
    margin-top: 44px !important;
}
.v-application .mt-lg-12 {
    margin-top: 48px !important;
}
.v-application .mt-lg-13 {
    margin-top: 52px !important;
}
.v-application .mt-lg-14 {
    margin-top: 56px !important;
}
.v-application .mt-lg-15 {
    margin-top: 60px !important;
}
.v-application .mt-lg-16 {
    margin-top: 64px !important;
}
.v-application .mt-lg-auto {
    margin-top: auto !important;
}
.v-application .mt-lg-n1 {
    margin-top: -4px !important;
}
.v-application .mt-lg-n2 {
    margin-top: -8px !important;
}
.v-application .mt-lg-n3 {
    margin-top: -12px !important;
}
.v-application .mt-lg-n4 {
    margin-top: -16px !important;
}
.v-application .mt-lg-n5 {
    margin-top: -20px !important;
}
.v-application .mt-lg-n6 {
    margin-top: -24px !important;
}
.v-application .mt-lg-n7 {
    margin-top: -28px !important;
}
.v-application .mt-lg-n8 {
    margin-top: -32px !important;
}
.v-application .mt-lg-n9 {
    margin-top: -36px !important;
}
.v-application .mt-lg-n10 {
    margin-top: -40px !important;
}
.v-application .mt-lg-n11 {
    margin-top: -44px !important;
}
.v-application .mt-lg-n12 {
    margin-top: -48px !important;
}
.v-application .mt-lg-n13 {
    margin-top: -52px !important;
}
.v-application .mt-lg-n14 {
    margin-top: -56px !important;
}
.v-application .mt-lg-n15 {
    margin-top: -60px !important;
}
.v-application .mt-lg-n16 {
    margin-top: -64px !important;
}
.v-application .mr-lg-0 {
    margin-right: 0px !important;
}
.v-application .mr-lg-1 {
    margin-right: 4px !important;
}
.v-application .mr-lg-2 {
    margin-right: 8px !important;
}
.v-application .mr-lg-3 {
    margin-right: 12px !important;
}
.v-application .mr-lg-4 {
    margin-right: 16px !important;
}
.v-application .mr-lg-5 {
    margin-right: 20px !important;
}
.v-application .mr-lg-6 {
    margin-right: 24px !important;
}
.v-application .mr-lg-7 {
    margin-right: 28px !important;
}
.v-application .mr-lg-8 {
    margin-right: 32px !important;
}
.v-application .mr-lg-9 {
    margin-right: 36px !important;
}
.v-application .mr-lg-10 {
    margin-right: 40px !important;
}
.v-application .mr-lg-11 {
    margin-right: 44px !important;
}
.v-application .mr-lg-12 {
    margin-right: 48px !important;
}
.v-application .mr-lg-13 {
    margin-right: 52px !important;
}
.v-application .mr-lg-14 {
    margin-right: 56px !important;
}
.v-application .mr-lg-15 {
    margin-right: 60px !important;
}
.v-application .mr-lg-16 {
    margin-right: 64px !important;
}
.v-application .mr-lg-auto {
    margin-right: auto !important;
}
.v-application .mr-lg-n1 {
    margin-right: -4px !important;
}
.v-application .mr-lg-n2 {
    margin-right: -8px !important;
}
.v-application .mr-lg-n3 {
    margin-right: -12px !important;
}
.v-application .mr-lg-n4 {
    margin-right: -16px !important;
}
.v-application .mr-lg-n5 {
    margin-right: -20px !important;
}
.v-application .mr-lg-n6 {
    margin-right: -24px !important;
}
.v-application .mr-lg-n7 {
    margin-right: -28px !important;
}
.v-application .mr-lg-n8 {
    margin-right: -32px !important;
}
.v-application .mr-lg-n9 {
    margin-right: -36px !important;
}
.v-application .mr-lg-n10 {
    margin-right: -40px !important;
}
.v-application .mr-lg-n11 {
    margin-right: -44px !important;
}
.v-application .mr-lg-n12 {
    margin-right: -48px !important;
}
.v-application .mr-lg-n13 {
    margin-right: -52px !important;
}
.v-application .mr-lg-n14 {
    margin-right: -56px !important;
}
.v-application .mr-lg-n15 {
    margin-right: -60px !important;
}
.v-application .mr-lg-n16 {
    margin-right: -64px !important;
}
.v-application .mb-lg-0 {
    margin-bottom: 0px !important;
}
.v-application .mb-lg-1 {
    margin-bottom: 4px !important;
}
.v-application .mb-lg-2 {
    margin-bottom: 8px !important;
}
.v-application .mb-lg-3 {
    margin-bottom: 12px !important;
}
.v-application .mb-lg-4 {
    margin-bottom: 16px !important;
}
.v-application .mb-lg-5 {
    margin-bottom: 20px !important;
}
.v-application .mb-lg-6 {
    margin-bottom: 24px !important;
}
.v-application .mb-lg-7 {
    margin-bottom: 28px !important;
}
.v-application .mb-lg-8 {
    margin-bottom: 32px !important;
}
.v-application .mb-lg-9 {
    margin-bottom: 36px !important;
}
.v-application .mb-lg-10 {
    margin-bottom: 40px !important;
}
.v-application .mb-lg-11 {
    margin-bottom: 44px !important;
}
.v-application .mb-lg-12 {
    margin-bottom: 48px !important;
}
.v-application .mb-lg-13 {
    margin-bottom: 52px !important;
}
.v-application .mb-lg-14 {
    margin-bottom: 56px !important;
}
.v-application .mb-lg-15 {
    margin-bottom: 60px !important;
}
.v-application .mb-lg-16 {
    margin-bottom: 64px !important;
}
.v-application .mb-lg-auto {
    margin-bottom: auto !important;
}
.v-application .mb-lg-n1 {
    margin-bottom: -4px !important;
}
.v-application .mb-lg-n2 {
    margin-bottom: -8px !important;
}
.v-application .mb-lg-n3 {
    margin-bottom: -12px !important;
}
.v-application .mb-lg-n4 {
    margin-bottom: -16px !important;
}
.v-application .mb-lg-n5 {
    margin-bottom: -20px !important;
}
.v-application .mb-lg-n6 {
    margin-bottom: -24px !important;
}
.v-application .mb-lg-n7 {
    margin-bottom: -28px !important;
}
.v-application .mb-lg-n8 {
    margin-bottom: -32px !important;
}
.v-application .mb-lg-n9 {
    margin-bottom: -36px !important;
}
.v-application .mb-lg-n10 {
    margin-bottom: -40px !important;
}
.v-application .mb-lg-n11 {
    margin-bottom: -44px !important;
}
.v-application .mb-lg-n12 {
    margin-bottom: -48px !important;
}
.v-application .mb-lg-n13 {
    margin-bottom: -52px !important;
}
.v-application .mb-lg-n14 {
    margin-bottom: -56px !important;
}
.v-application .mb-lg-n15 {
    margin-bottom: -60px !important;
}
.v-application .mb-lg-n16 {
    margin-bottom: -64px !important;
}
.v-application .ml-lg-0 {
    margin-left: 0px !important;
}
.v-application .ml-lg-1 {
    margin-left: 4px !important;
}
.v-application .ml-lg-2 {
    margin-left: 8px !important;
}
.v-application .ml-lg-3 {
    margin-left: 12px !important;
}
.v-application .ml-lg-4 {
    margin-left: 16px !important;
}
.v-application .ml-lg-5 {
    margin-left: 20px !important;
}
.v-application .ml-lg-6 {
    margin-left: 24px !important;
}
.v-application .ml-lg-7 {
    margin-left: 28px !important;
}
.v-application .ml-lg-8 {
    margin-left: 32px !important;
}
.v-application .ml-lg-9 {
    margin-left: 36px !important;
}
.v-application .ml-lg-10 {
    margin-left: 40px !important;
}
.v-application .ml-lg-11 {
    margin-left: 44px !important;
}
.v-application .ml-lg-12 {
    margin-left: 48px !important;
}
.v-application .ml-lg-13 {
    margin-left: 52px !important;
}
.v-application .ml-lg-14 {
    margin-left: 56px !important;
}
.v-application .ml-lg-15 {
    margin-left: 60px !important;
}
.v-application .ml-lg-16 {
    margin-left: 64px !important;
}
.v-application .ml-lg-auto {
    margin-left: auto !important;
}
.v-application .ml-lg-n1 {
    margin-left: -4px !important;
}
.v-application .ml-lg-n2 {
    margin-left: -8px !important;
}
.v-application .ml-lg-n3 {
    margin-left: -12px !important;
}
.v-application .ml-lg-n4 {
    margin-left: -16px !important;
}
.v-application .ml-lg-n5 {
    margin-left: -20px !important;
}
.v-application .ml-lg-n6 {
    margin-left: -24px !important;
}
.v-application .ml-lg-n7 {
    margin-left: -28px !important;
}
.v-application .ml-lg-n8 {
    margin-left: -32px !important;
}
.v-application .ml-lg-n9 {
    margin-left: -36px !important;
}
.v-application .ml-lg-n10 {
    margin-left: -40px !important;
}
.v-application .ml-lg-n11 {
    margin-left: -44px !important;
}
.v-application .ml-lg-n12 {
    margin-left: -48px !important;
}
.v-application .ml-lg-n13 {
    margin-left: -52px !important;
}
.v-application .ml-lg-n14 {
    margin-left: -56px !important;
}
.v-application .ml-lg-n15 {
    margin-left: -60px !important;
}
.v-application .ml-lg-n16 {
    margin-left: -64px !important;
}
.v-application .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.v-application .mx-lg-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.v-application .mx-lg-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.v-application .mx-lg-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.v-application .mx-lg-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.v-application .mx-lg-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.v-application .mx-lg-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.v-application .mx-lg-7 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.v-application .mx-lg-8 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.v-application .mx-lg-9 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}
.v-application .mx-lg-10 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.v-application .mx-lg-11 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}
.v-application .mx-lg-12 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}
.v-application .mx-lg-13 {
    margin-left: 52px !important;
    margin-right: 52px !important;
}
.v-application .mx-lg-14 {
    margin-left: 56px !important;
    margin-right: 56px !important;
}
.v-application .mx-lg-15 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.v-application .mx-lg-16 {
    margin-left: 64px !important;
    margin-right: 64px !important;
}
.v-application .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.v-application .mx-lg-n1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
}
.v-application .mx-lg-n2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
.v-application .mx-lg-n3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.v-application .mx-lg-n4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
}
.v-application .mx-lg-n5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.v-application .mx-lg-n6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}
.v-application .mx-lg-n7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
}
.v-application .mx-lg-n8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
}
.v-application .mx-lg-n9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
}
.v-application .mx-lg-n10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}
.v-application .mx-lg-n11 {
    margin-left: -44px !important;
    margin-right: -44px !important;
}
.v-application .mx-lg-n12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
}
.v-application .mx-lg-n13 {
    margin-left: -52px !important;
    margin-right: -52px !important;
}
.v-application .mx-lg-n14 {
    margin-left: -56px !important;
    margin-right: -56px !important;
}
.v-application .mx-lg-n15 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.v-application .mx-lg-n16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
}
.v-application .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.v-application .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.v-application .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.v-application .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.v-application .my-lg-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.v-application .my-lg-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.v-application .my-lg-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.v-application .my-lg-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.v-application .my-lg-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.v-application .my-lg-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.v-application .my-lg-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.v-application .my-lg-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.v-application .my-lg-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.v-application .my-lg-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}
.v-application .my-lg-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}
.v-application .my-lg-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.v-application .my-lg-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}
.v-application .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.v-application .my-lg-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
}
.v-application .my-lg-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}
.v-application .my-lg-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}
.v-application .my-lg-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
}
.v-application .my-lg-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}
.v-application .my-lg-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
}
.v-application .my-lg-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
}
.v-application .my-lg-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
}
.v-application .my-lg-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
}
.v-application .my-lg-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}
.v-application .my-lg-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
}
.v-application .my-lg-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
}
.v-application .my-lg-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
}
.v-application .my-lg-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
}
.v-application .my-lg-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}
.v-application .my-lg-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
}
.v-application .pa-lg-0 {
    padding: 0px !important;
}
.v-application .pa-lg-1 {
    padding: 4px !important;
}
.v-application .pa-lg-2 {
    padding: 8px !important;
}
.v-application .pa-lg-3 {
    padding: 12px !important;
}
.v-application .pa-lg-4 {
    padding: 16px !important;
}
.v-application .pa-lg-5 {
    padding: 20px !important;
}
.v-application .pa-lg-6 {
    padding: 24px !important;
}
.v-application .pa-lg-7 {
    padding: 28px !important;
}
.v-application .pa-lg-8 {
    padding: 32px !important;
}
.v-application .pa-lg-9 {
    padding: 36px !important;
}
.v-application .pa-lg-10 {
    padding: 40px !important;
}
.v-application .pa-lg-11 {
    padding: 44px !important;
}
.v-application .pa-lg-12 {
    padding: 48px !important;
}
.v-application .pa-lg-13 {
    padding: 52px !important;
}
.v-application .pa-lg-14 {
    padding: 56px !important;
}
.v-application .pa-lg-15 {
    padding: 60px !important;
}
.v-application .pa-lg-16 {
    padding: 64px !important;
}
.v-application .pt-lg-0 {
    padding-top: 0px !important;
}
.v-application .pt-lg-1 {
    padding-top: 4px !important;
}
.v-application .pt-lg-2 {
    padding-top: 8px !important;
}
.v-application .pt-lg-3 {
    padding-top: 12px !important;
}
.v-application .pt-lg-4 {
    padding-top: 16px !important;
}
.v-application .pt-lg-5 {
    padding-top: 20px !important;
}
.v-application .pt-lg-6 {
    padding-top: 24px !important;
}
.v-application .pt-lg-7 {
    padding-top: 28px !important;
}
.v-application .pt-lg-8 {
    padding-top: 32px !important;
}
.v-application .pt-lg-9 {
    padding-top: 36px !important;
}
.v-application .pt-lg-10 {
    padding-top: 40px !important;
}
.v-application .pt-lg-11 {
    padding-top: 44px !important;
}
.v-application .pt-lg-12 {
    padding-top: 48px !important;
}
.v-application .pt-lg-13 {
    padding-top: 52px !important;
}
.v-application .pt-lg-14 {
    padding-top: 56px !important;
}
.v-application .pt-lg-15 {
    padding-top: 60px !important;
}
.v-application .pt-lg-16 {
    padding-top: 64px !important;
}
.v-application .pr-lg-0 {
    padding-right: 0px !important;
}
.v-application .pr-lg-1 {
    padding-right: 4px !important;
}
.v-application .pr-lg-2 {
    padding-right: 8px !important;
}
.v-application .pr-lg-3 {
    padding-right: 12px !important;
}
.v-application .pr-lg-4 {
    padding-right: 16px !important;
}
.v-application .pr-lg-5 {
    padding-right: 20px !important;
}
.v-application .pr-lg-6 {
    padding-right: 24px !important;
}
.v-application .pr-lg-7 {
    padding-right: 28px !important;
}
.v-application .pr-lg-8 {
    padding-right: 32px !important;
}
.v-application .pr-lg-9 {
    padding-right: 36px !important;
}
.v-application .pr-lg-10 {
    padding-right: 40px !important;
}
.v-application .pr-lg-11 {
    padding-right: 44px !important;
}
.v-application .pr-lg-12 {
    padding-right: 48px !important;
}
.v-application .pr-lg-13 {
    padding-right: 52px !important;
}
.v-application .pr-lg-14 {
    padding-right: 56px !important;
}
.v-application .pr-lg-15 {
    padding-right: 60px !important;
}
.v-application .pr-lg-16 {
    padding-right: 64px !important;
}
.v-application .pb-lg-0 {
    padding-bottom: 0px !important;
}
.v-application .pb-lg-1 {
    padding-bottom: 4px !important;
}
.v-application .pb-lg-2 {
    padding-bottom: 8px !important;
}
.v-application .pb-lg-3 {
    padding-bottom: 12px !important;
}
.v-application .pb-lg-4 {
    padding-bottom: 16px !important;
}
.v-application .pb-lg-5 {
    padding-bottom: 20px !important;
}
.v-application .pb-lg-6 {
    padding-bottom: 24px !important;
}
.v-application .pb-lg-7 {
    padding-bottom: 28px !important;
}
.v-application .pb-lg-8 {
    padding-bottom: 32px !important;
}
.v-application .pb-lg-9 {
    padding-bottom: 36px !important;
}
.v-application .pb-lg-10 {
    padding-bottom: 40px !important;
}
.v-application .pb-lg-11 {
    padding-bottom: 44px !important;
}
.v-application .pb-lg-12 {
    padding-bottom: 48px !important;
}
.v-application .pb-lg-13 {
    padding-bottom: 52px !important;
}
.v-application .pb-lg-14 {
    padding-bottom: 56px !important;
}
.v-application .pb-lg-15 {
    padding-bottom: 60px !important;
}
.v-application .pb-lg-16 {
    padding-bottom: 64px !important;
}
.v-application .pl-lg-0 {
    padding-left: 0px !important;
}
.v-application .pl-lg-1 {
    padding-left: 4px !important;
}
.v-application .pl-lg-2 {
    padding-left: 8px !important;
}
.v-application .pl-lg-3 {
    padding-left: 12px !important;
}
.v-application .pl-lg-4 {
    padding-left: 16px !important;
}
.v-application .pl-lg-5 {
    padding-left: 20px !important;
}
.v-application .pl-lg-6 {
    padding-left: 24px !important;
}
.v-application .pl-lg-7 {
    padding-left: 28px !important;
}
.v-application .pl-lg-8 {
    padding-left: 32px !important;
}
.v-application .pl-lg-9 {
    padding-left: 36px !important;
}
.v-application .pl-lg-10 {
    padding-left: 40px !important;
}
.v-application .pl-lg-11 {
    padding-left: 44px !important;
}
.v-application .pl-lg-12 {
    padding-left: 48px !important;
}
.v-application .pl-lg-13 {
    padding-left: 52px !important;
}
.v-application .pl-lg-14 {
    padding-left: 56px !important;
}
.v-application .pl-lg-15 {
    padding-left: 60px !important;
}
.v-application .pl-lg-16 {
    padding-left: 64px !important;
}
.v-application .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.v-application .px-lg-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.v-application .px-lg-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.v-application .px-lg-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.v-application .px-lg-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.v-application .px-lg-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.v-application .px-lg-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.v-application .px-lg-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.v-application .px-lg-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.v-application .px-lg-9 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.v-application .px-lg-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.v-application .px-lg-11 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.v-application .px-lg-12 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}
.v-application .px-lg-13 {
    padding-left: 52px !important;
    padding-right: 52px !important;
}
.v-application .px-lg-14 {
    padding-left: 56px !important;
    padding-right: 56px !important;
}
.v-application .px-lg-15 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.v-application .px-lg-16 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}
.v-application .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.v-application .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.v-application .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.v-application .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.v-application .py-lg-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.v-application .py-lg-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.v-application .py-lg-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.v-application .py-lg-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.v-application .py-lg-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.v-application .py-lg-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.v-application .py-lg-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.v-application .py-lg-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.v-application .py-lg-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.v-application .py-lg-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}
.v-application .py-lg-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
.v-application .py-lg-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.v-application .py-lg-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}
}
@media (min-width: 1904px) {
.v-application .ma-xl-0 {
    margin: 0px !important;
}
.v-application .ma-xl-1 {
    margin: 4px !important;
}
.v-application .ma-xl-2 {
    margin: 8px !important;
}
.v-application .ma-xl-3 {
    margin: 12px !important;
}
.v-application .ma-xl-4 {
    margin: 16px !important;
}
.v-application .ma-xl-5 {
    margin: 20px !important;
}
.v-application .ma-xl-6 {
    margin: 24px !important;
}
.v-application .ma-xl-7 {
    margin: 28px !important;
}
.v-application .ma-xl-8 {
    margin: 32px !important;
}
.v-application .ma-xl-9 {
    margin: 36px !important;
}
.v-application .ma-xl-10 {
    margin: 40px !important;
}
.v-application .ma-xl-11 {
    margin: 44px !important;
}
.v-application .ma-xl-12 {
    margin: 48px !important;
}
.v-application .ma-xl-13 {
    margin: 52px !important;
}
.v-application .ma-xl-14 {
    margin: 56px !important;
}
.v-application .ma-xl-15 {
    margin: 60px !important;
}
.v-application .ma-xl-16 {
    margin: 64px !important;
}
.v-application .ma-xl-auto {
    margin: auto !important;
}
.v-application .ma-xl-n1 {
    margin: -4px !important;
}
.v-application .ma-xl-n2 {
    margin: -8px !important;
}
.v-application .ma-xl-n3 {
    margin: -12px !important;
}
.v-application .ma-xl-n4 {
    margin: -16px !important;
}
.v-application .ma-xl-n5 {
    margin: -20px !important;
}
.v-application .ma-xl-n6 {
    margin: -24px !important;
}
.v-application .ma-xl-n7 {
    margin: -28px !important;
}
.v-application .ma-xl-n8 {
    margin: -32px !important;
}
.v-application .ma-xl-n9 {
    margin: -36px !important;
}
.v-application .ma-xl-n10 {
    margin: -40px !important;
}
.v-application .ma-xl-n11 {
    margin: -44px !important;
}
.v-application .ma-xl-n12 {
    margin: -48px !important;
}
.v-application .ma-xl-n13 {
    margin: -52px !important;
}
.v-application .ma-xl-n14 {
    margin: -56px !important;
}
.v-application .ma-xl-n15 {
    margin: -60px !important;
}
.v-application .ma-xl-n16 {
    margin: -64px !important;
}
.v-application .mt-xl-0 {
    margin-top: 0px !important;
}
.v-application .mt-xl-1 {
    margin-top: 4px !important;
}
.v-application .mt-xl-2 {
    margin-top: 8px !important;
}
.v-application .mt-xl-3 {
    margin-top: 12px !important;
}
.v-application .mt-xl-4 {
    margin-top: 16px !important;
}
.v-application .mt-xl-5 {
    margin-top: 20px !important;
}
.v-application .mt-xl-6 {
    margin-top: 24px !important;
}
.v-application .mt-xl-7 {
    margin-top: 28px !important;
}
.v-application .mt-xl-8 {
    margin-top: 32px !important;
}
.v-application .mt-xl-9 {
    margin-top: 36px !important;
}
.v-application .mt-xl-10 {
    margin-top: 40px !important;
}
.v-application .mt-xl-11 {
    margin-top: 44px !important;
}
.v-application .mt-xl-12 {
    margin-top: 48px !important;
}
.v-application .mt-xl-13 {
    margin-top: 52px !important;
}
.v-application .mt-xl-14 {
    margin-top: 56px !important;
}
.v-application .mt-xl-15 {
    margin-top: 60px !important;
}
.v-application .mt-xl-16 {
    margin-top: 64px !important;
}
.v-application .mt-xl-auto {
    margin-top: auto !important;
}
.v-application .mt-xl-n1 {
    margin-top: -4px !important;
}
.v-application .mt-xl-n2 {
    margin-top: -8px !important;
}
.v-application .mt-xl-n3 {
    margin-top: -12px !important;
}
.v-application .mt-xl-n4 {
    margin-top: -16px !important;
}
.v-application .mt-xl-n5 {
    margin-top: -20px !important;
}
.v-application .mt-xl-n6 {
    margin-top: -24px !important;
}
.v-application .mt-xl-n7 {
    margin-top: -28px !important;
}
.v-application .mt-xl-n8 {
    margin-top: -32px !important;
}
.v-application .mt-xl-n9 {
    margin-top: -36px !important;
}
.v-application .mt-xl-n10 {
    margin-top: -40px !important;
}
.v-application .mt-xl-n11 {
    margin-top: -44px !important;
}
.v-application .mt-xl-n12 {
    margin-top: -48px !important;
}
.v-application .mt-xl-n13 {
    margin-top: -52px !important;
}
.v-application .mt-xl-n14 {
    margin-top: -56px !important;
}
.v-application .mt-xl-n15 {
    margin-top: -60px !important;
}
.v-application .mt-xl-n16 {
    margin-top: -64px !important;
}
.v-application .mr-xl-0 {
    margin-right: 0px !important;
}
.v-application .mr-xl-1 {
    margin-right: 4px !important;
}
.v-application .mr-xl-2 {
    margin-right: 8px !important;
}
.v-application .mr-xl-3 {
    margin-right: 12px !important;
}
.v-application .mr-xl-4 {
    margin-right: 16px !important;
}
.v-application .mr-xl-5 {
    margin-right: 20px !important;
}
.v-application .mr-xl-6 {
    margin-right: 24px !important;
}
.v-application .mr-xl-7 {
    margin-right: 28px !important;
}
.v-application .mr-xl-8 {
    margin-right: 32px !important;
}
.v-application .mr-xl-9 {
    margin-right: 36px !important;
}
.v-application .mr-xl-10 {
    margin-right: 40px !important;
}
.v-application .mr-xl-11 {
    margin-right: 44px !important;
}
.v-application .mr-xl-12 {
    margin-right: 48px !important;
}
.v-application .mr-xl-13 {
    margin-right: 52px !important;
}
.v-application .mr-xl-14 {
    margin-right: 56px !important;
}
.v-application .mr-xl-15 {
    margin-right: 60px !important;
}
.v-application .mr-xl-16 {
    margin-right: 64px !important;
}
.v-application .mr-xl-auto {
    margin-right: auto !important;
}
.v-application .mr-xl-n1 {
    margin-right: -4px !important;
}
.v-application .mr-xl-n2 {
    margin-right: -8px !important;
}
.v-application .mr-xl-n3 {
    margin-right: -12px !important;
}
.v-application .mr-xl-n4 {
    margin-right: -16px !important;
}
.v-application .mr-xl-n5 {
    margin-right: -20px !important;
}
.v-application .mr-xl-n6 {
    margin-right: -24px !important;
}
.v-application .mr-xl-n7 {
    margin-right: -28px !important;
}
.v-application .mr-xl-n8 {
    margin-right: -32px !important;
}
.v-application .mr-xl-n9 {
    margin-right: -36px !important;
}
.v-application .mr-xl-n10 {
    margin-right: -40px !important;
}
.v-application .mr-xl-n11 {
    margin-right: -44px !important;
}
.v-application .mr-xl-n12 {
    margin-right: -48px !important;
}
.v-application .mr-xl-n13 {
    margin-right: -52px !important;
}
.v-application .mr-xl-n14 {
    margin-right: -56px !important;
}
.v-application .mr-xl-n15 {
    margin-right: -60px !important;
}
.v-application .mr-xl-n16 {
    margin-right: -64px !important;
}
.v-application .mb-xl-0 {
    margin-bottom: 0px !important;
}
.v-application .mb-xl-1 {
    margin-bottom: 4px !important;
}
.v-application .mb-xl-2 {
    margin-bottom: 8px !important;
}
.v-application .mb-xl-3 {
    margin-bottom: 12px !important;
}
.v-application .mb-xl-4 {
    margin-bottom: 16px !important;
}
.v-application .mb-xl-5 {
    margin-bottom: 20px !important;
}
.v-application .mb-xl-6 {
    margin-bottom: 24px !important;
}
.v-application .mb-xl-7 {
    margin-bottom: 28px !important;
}
.v-application .mb-xl-8 {
    margin-bottom: 32px !important;
}
.v-application .mb-xl-9 {
    margin-bottom: 36px !important;
}
.v-application .mb-xl-10 {
    margin-bottom: 40px !important;
}
.v-application .mb-xl-11 {
    margin-bottom: 44px !important;
}
.v-application .mb-xl-12 {
    margin-bottom: 48px !important;
}
.v-application .mb-xl-13 {
    margin-bottom: 52px !important;
}
.v-application .mb-xl-14 {
    margin-bottom: 56px !important;
}
.v-application .mb-xl-15 {
    margin-bottom: 60px !important;
}
.v-application .mb-xl-16 {
    margin-bottom: 64px !important;
}
.v-application .mb-xl-auto {
    margin-bottom: auto !important;
}
.v-application .mb-xl-n1 {
    margin-bottom: -4px !important;
}
.v-application .mb-xl-n2 {
    margin-bottom: -8px !important;
}
.v-application .mb-xl-n3 {
    margin-bottom: -12px !important;
}
.v-application .mb-xl-n4 {
    margin-bottom: -16px !important;
}
.v-application .mb-xl-n5 {
    margin-bottom: -20px !important;
}
.v-application .mb-xl-n6 {
    margin-bottom: -24px !important;
}
.v-application .mb-xl-n7 {
    margin-bottom: -28px !important;
}
.v-application .mb-xl-n8 {
    margin-bottom: -32px !important;
}
.v-application .mb-xl-n9 {
    margin-bottom: -36px !important;
}
.v-application .mb-xl-n10 {
    margin-bottom: -40px !important;
}
.v-application .mb-xl-n11 {
    margin-bottom: -44px !important;
}
.v-application .mb-xl-n12 {
    margin-bottom: -48px !important;
}
.v-application .mb-xl-n13 {
    margin-bottom: -52px !important;
}
.v-application .mb-xl-n14 {
    margin-bottom: -56px !important;
}
.v-application .mb-xl-n15 {
    margin-bottom: -60px !important;
}
.v-application .mb-xl-n16 {
    margin-bottom: -64px !important;
}
.v-application .ml-xl-0 {
    margin-left: 0px !important;
}
.v-application .ml-xl-1 {
    margin-left: 4px !important;
}
.v-application .ml-xl-2 {
    margin-left: 8px !important;
}
.v-application .ml-xl-3 {
    margin-left: 12px !important;
}
.v-application .ml-xl-4 {
    margin-left: 16px !important;
}
.v-application .ml-xl-5 {
    margin-left: 20px !important;
}
.v-application .ml-xl-6 {
    margin-left: 24px !important;
}
.v-application .ml-xl-7 {
    margin-left: 28px !important;
}
.v-application .ml-xl-8 {
    margin-left: 32px !important;
}
.v-application .ml-xl-9 {
    margin-left: 36px !important;
}
.v-application .ml-xl-10 {
    margin-left: 40px !important;
}
.v-application .ml-xl-11 {
    margin-left: 44px !important;
}
.v-application .ml-xl-12 {
    margin-left: 48px !important;
}
.v-application .ml-xl-13 {
    margin-left: 52px !important;
}
.v-application .ml-xl-14 {
    margin-left: 56px !important;
}
.v-application .ml-xl-15 {
    margin-left: 60px !important;
}
.v-application .ml-xl-16 {
    margin-left: 64px !important;
}
.v-application .ml-xl-auto {
    margin-left: auto !important;
}
.v-application .ml-xl-n1 {
    margin-left: -4px !important;
}
.v-application .ml-xl-n2 {
    margin-left: -8px !important;
}
.v-application .ml-xl-n3 {
    margin-left: -12px !important;
}
.v-application .ml-xl-n4 {
    margin-left: -16px !important;
}
.v-application .ml-xl-n5 {
    margin-left: -20px !important;
}
.v-application .ml-xl-n6 {
    margin-left: -24px !important;
}
.v-application .ml-xl-n7 {
    margin-left: -28px !important;
}
.v-application .ml-xl-n8 {
    margin-left: -32px !important;
}
.v-application .ml-xl-n9 {
    margin-left: -36px !important;
}
.v-application .ml-xl-n10 {
    margin-left: -40px !important;
}
.v-application .ml-xl-n11 {
    margin-left: -44px !important;
}
.v-application .ml-xl-n12 {
    margin-left: -48px !important;
}
.v-application .ml-xl-n13 {
    margin-left: -52px !important;
}
.v-application .ml-xl-n14 {
    margin-left: -56px !important;
}
.v-application .ml-xl-n15 {
    margin-left: -60px !important;
}
.v-application .ml-xl-n16 {
    margin-left: -64px !important;
}
.v-application .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.v-application .mx-xl-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.v-application .mx-xl-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.v-application .mx-xl-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.v-application .mx-xl-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.v-application .mx-xl-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.v-application .mx-xl-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.v-application .mx-xl-7 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.v-application .mx-xl-8 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.v-application .mx-xl-9 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}
.v-application .mx-xl-10 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.v-application .mx-xl-11 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}
.v-application .mx-xl-12 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}
.v-application .mx-xl-13 {
    margin-left: 52px !important;
    margin-right: 52px !important;
}
.v-application .mx-xl-14 {
    margin-left: 56px !important;
    margin-right: 56px !important;
}
.v-application .mx-xl-15 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.v-application .mx-xl-16 {
    margin-left: 64px !important;
    margin-right: 64px !important;
}
.v-application .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.v-application .mx-xl-n1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
}
.v-application .mx-xl-n2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
.v-application .mx-xl-n3 {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.v-application .mx-xl-n4 {
    margin-left: -16px !important;
    margin-right: -16px !important;
}
.v-application .mx-xl-n5 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.v-application .mx-xl-n6 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}
.v-application .mx-xl-n7 {
    margin-left: -28px !important;
    margin-right: -28px !important;
}
.v-application .mx-xl-n8 {
    margin-left: -32px !important;
    margin-right: -32px !important;
}
.v-application .mx-xl-n9 {
    margin-left: -36px !important;
    margin-right: -36px !important;
}
.v-application .mx-xl-n10 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}
.v-application .mx-xl-n11 {
    margin-left: -44px !important;
    margin-right: -44px !important;
}
.v-application .mx-xl-n12 {
    margin-left: -48px !important;
    margin-right: -48px !important;
}
.v-application .mx-xl-n13 {
    margin-left: -52px !important;
    margin-right: -52px !important;
}
.v-application .mx-xl-n14 {
    margin-left: -56px !important;
    margin-right: -56px !important;
}
.v-application .mx-xl-n15 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.v-application .mx-xl-n16 {
    margin-left: -64px !important;
    margin-right: -64px !important;
}
.v-application .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.v-application .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.v-application .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.v-application .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.v-application .my-xl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.v-application .my-xl-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.v-application .my-xl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.v-application .my-xl-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.v-application .my-xl-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.v-application .my-xl-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.v-application .my-xl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.v-application .my-xl-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.v-application .my-xl-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.v-application .my-xl-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}
.v-application .my-xl-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}
.v-application .my-xl-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.v-application .my-xl-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}
.v-application .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.v-application .my-xl-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
}
.v-application .my-xl-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}
.v-application .my-xl-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}
.v-application .my-xl-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
}
.v-application .my-xl-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}
.v-application .my-xl-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
}
.v-application .my-xl-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
}
.v-application .my-xl-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
}
.v-application .my-xl-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
}
.v-application .my-xl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}
.v-application .my-xl-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
}
.v-application .my-xl-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
}
.v-application .my-xl-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
}
.v-application .my-xl-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
}
.v-application .my-xl-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}
.v-application .my-xl-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
}
.v-application .pa-xl-0 {
    padding: 0px !important;
}
.v-application .pa-xl-1 {
    padding: 4px !important;
}
.v-application .pa-xl-2 {
    padding: 8px !important;
}
.v-application .pa-xl-3 {
    padding: 12px !important;
}
.v-application .pa-xl-4 {
    padding: 16px !important;
}
.v-application .pa-xl-5 {
    padding: 20px !important;
}
.v-application .pa-xl-6 {
    padding: 24px !important;
}
.v-application .pa-xl-7 {
    padding: 28px !important;
}
.v-application .pa-xl-8 {
    padding: 32px !important;
}
.v-application .pa-xl-9 {
    padding: 36px !important;
}
.v-application .pa-xl-10 {
    padding: 40px !important;
}
.v-application .pa-xl-11 {
    padding: 44px !important;
}
.v-application .pa-xl-12 {
    padding: 48px !important;
}
.v-application .pa-xl-13 {
    padding: 52px !important;
}
.v-application .pa-xl-14 {
    padding: 56px !important;
}
.v-application .pa-xl-15 {
    padding: 60px !important;
}
.v-application .pa-xl-16 {
    padding: 64px !important;
}
.v-application .pt-xl-0 {
    padding-top: 0px !important;
}
.v-application .pt-xl-1 {
    padding-top: 4px !important;
}
.v-application .pt-xl-2 {
    padding-top: 8px !important;
}
.v-application .pt-xl-3 {
    padding-top: 12px !important;
}
.v-application .pt-xl-4 {
    padding-top: 16px !important;
}
.v-application .pt-xl-5 {
    padding-top: 20px !important;
}
.v-application .pt-xl-6 {
    padding-top: 24px !important;
}
.v-application .pt-xl-7 {
    padding-top: 28px !important;
}
.v-application .pt-xl-8 {
    padding-top: 32px !important;
}
.v-application .pt-xl-9 {
    padding-top: 36px !important;
}
.v-application .pt-xl-10 {
    padding-top: 40px !important;
}
.v-application .pt-xl-11 {
    padding-top: 44px !important;
}
.v-application .pt-xl-12 {
    padding-top: 48px !important;
}
.v-application .pt-xl-13 {
    padding-top: 52px !important;
}
.v-application .pt-xl-14 {
    padding-top: 56px !important;
}
.v-application .pt-xl-15 {
    padding-top: 60px !important;
}
.v-application .pt-xl-16 {
    padding-top: 64px !important;
}
.v-application .pr-xl-0 {
    padding-right: 0px !important;
}
.v-application .pr-xl-1 {
    padding-right: 4px !important;
}
.v-application .pr-xl-2 {
    padding-right: 8px !important;
}
.v-application .pr-xl-3 {
    padding-right: 12px !important;
}
.v-application .pr-xl-4 {
    padding-right: 16px !important;
}
.v-application .pr-xl-5 {
    padding-right: 20px !important;
}
.v-application .pr-xl-6 {
    padding-right: 24px !important;
}
.v-application .pr-xl-7 {
    padding-right: 28px !important;
}
.v-application .pr-xl-8 {
    padding-right: 32px !important;
}
.v-application .pr-xl-9 {
    padding-right: 36px !important;
}
.v-application .pr-xl-10 {
    padding-right: 40px !important;
}
.v-application .pr-xl-11 {
    padding-right: 44px !important;
}
.v-application .pr-xl-12 {
    padding-right: 48px !important;
}
.v-application .pr-xl-13 {
    padding-right: 52px !important;
}
.v-application .pr-xl-14 {
    padding-right: 56px !important;
}
.v-application .pr-xl-15 {
    padding-right: 60px !important;
}
.v-application .pr-xl-16 {
    padding-right: 64px !important;
}
.v-application .pb-xl-0 {
    padding-bottom: 0px !important;
}
.v-application .pb-xl-1 {
    padding-bottom: 4px !important;
}
.v-application .pb-xl-2 {
    padding-bottom: 8px !important;
}
.v-application .pb-xl-3 {
    padding-bottom: 12px !important;
}
.v-application .pb-xl-4 {
    padding-bottom: 16px !important;
}
.v-application .pb-xl-5 {
    padding-bottom: 20px !important;
}
.v-application .pb-xl-6 {
    padding-bottom: 24px !important;
}
.v-application .pb-xl-7 {
    padding-bottom: 28px !important;
}
.v-application .pb-xl-8 {
    padding-bottom: 32px !important;
}
.v-application .pb-xl-9 {
    padding-bottom: 36px !important;
}
.v-application .pb-xl-10 {
    padding-bottom: 40px !important;
}
.v-application .pb-xl-11 {
    padding-bottom: 44px !important;
}
.v-application .pb-xl-12 {
    padding-bottom: 48px !important;
}
.v-application .pb-xl-13 {
    padding-bottom: 52px !important;
}
.v-application .pb-xl-14 {
    padding-bottom: 56px !important;
}
.v-application .pb-xl-15 {
    padding-bottom: 60px !important;
}
.v-application .pb-xl-16 {
    padding-bottom: 64px !important;
}
.v-application .pl-xl-0 {
    padding-left: 0px !important;
}
.v-application .pl-xl-1 {
    padding-left: 4px !important;
}
.v-application .pl-xl-2 {
    padding-left: 8px !important;
}
.v-application .pl-xl-3 {
    padding-left: 12px !important;
}
.v-application .pl-xl-4 {
    padding-left: 16px !important;
}
.v-application .pl-xl-5 {
    padding-left: 20px !important;
}
.v-application .pl-xl-6 {
    padding-left: 24px !important;
}
.v-application .pl-xl-7 {
    padding-left: 28px !important;
}
.v-application .pl-xl-8 {
    padding-left: 32px !important;
}
.v-application .pl-xl-9 {
    padding-left: 36px !important;
}
.v-application .pl-xl-10 {
    padding-left: 40px !important;
}
.v-application .pl-xl-11 {
    padding-left: 44px !important;
}
.v-application .pl-xl-12 {
    padding-left: 48px !important;
}
.v-application .pl-xl-13 {
    padding-left: 52px !important;
}
.v-application .pl-xl-14 {
    padding-left: 56px !important;
}
.v-application .pl-xl-15 {
    padding-left: 60px !important;
}
.v-application .pl-xl-16 {
    padding-left: 64px !important;
}
.v-application .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.v-application .px-xl-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.v-application .px-xl-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.v-application .px-xl-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.v-application .px-xl-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.v-application .px-xl-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.v-application .px-xl-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.v-application .px-xl-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.v-application .px-xl-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.v-application .px-xl-9 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.v-application .px-xl-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.v-application .px-xl-11 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.v-application .px-xl-12 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}
.v-application .px-xl-13 {
    padding-left: 52px !important;
    padding-right: 52px !important;
}
.v-application .px-xl-14 {
    padding-left: 56px !important;
    padding-right: 56px !important;
}
.v-application .px-xl-15 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.v-application .px-xl-16 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}
.v-application .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.v-application .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.v-application .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.v-application .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.v-application .py-xl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.v-application .py-xl-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.v-application .py-xl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.v-application .py-xl-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.v-application .py-xl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.v-application .py-xl-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.v-application .py-xl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.v-application .py-xl-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.v-application .py-xl-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.v-application .py-xl-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}
.v-application .py-xl-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
.v-application .py-xl-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.v-application .py-xl-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}
}
.v-application .d-none {
  display: none !important;
}
.v-application .d-inline {
  display: inline !important;
}
.v-application .d-inline-block {
  display: inline-block !important;
}
.v-application .d-block {
  display: block !important;
}
.v-application .d-table {
  display: table !important;
}
.v-application .d-table-row {
  display: table-row !important;
}
.v-application .d-table-cell {
  display: table-cell !important;
}
.v-application .d-flex {
  display: flex !important;
}
.v-application .d-inline-flex {
  display: inline-flex !important;
}
.v-application .flex-fill {
  flex: 1 1 auto !important;
}
.v-application .flex-row {
  flex-direction: row !important;
}
.v-application .flex-column {
  flex-direction: column !important;
}
.v-application .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.v-application .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.v-application .flex-grow-0 {
  flex-grow: 0 !important;
}
.v-application .flex-grow-1 {
  flex-grow: 1 !important;
}
.v-application .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.v-application .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.v-application .flex-wrap {
  flex-wrap: wrap !important;
}
.v-application .flex-nowrap {
  flex-wrap: nowrap !important;
}
.v-application .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.v-application .justify-start {
  justify-content: flex-start !important;
}
.v-application .align-content-start {
  align-content: flex-start !important;
}
.v-application .justify-end {
  justify-content: flex-end !important;
}
.v-application .align-content-end {
  align-content: flex-end !important;
}
.v-application .justify-center {
  justify-content: center !important;
}
.v-application .align-content-center {
  align-content: center !important;
}
.v-application .justify-space-between {
  justify-content: space-between !important;
}
.v-application .align-content-space-between {
  align-content: space-between !important;
}
.v-application .justify-space-around {
  justify-content: space-around !important;
}
.v-application .align-content-space-around {
  align-content: space-around !important;
}
.v-application .align-content-stretch {
  align-content: stretch !important;
}
.v-application .align-start {
  align-items: flex-start !important;
}
.v-application .align-end {
  align-items: flex-end !important;
}
.v-application .align-center {
  align-items: center !important;
}
.v-application .align-baseline {
  align-items: baseline !important;
}
.v-application .align-stretch {
  align-items: stretch !important;
}
.v-application .align-self-auto {
  align-self: auto !important;
}
.v-application .align-self-start {
  align-self: flex-start !important;
}
.v-application .align-self-end {
  align-self: flex-end !important;
}
.v-application .align-self-center {
  align-self: center !important;
}
.v-application .align-self-baseline {
  align-self: baseline !important;
}
.v-application .align-self-stretch {
  align-self: stretch !important;
}
.v-application .order-first {
  order: -1 !important;
}
.v-application .order-0 {
  order: 0 !important;
}
.v-application .order-1 {
  order: 1 !important;
}
.v-application .order-2 {
  order: 2 !important;
}
.v-application .order-3 {
  order: 3 !important;
}
.v-application .order-4 {
  order: 4 !important;
}
.v-application .order-5 {
  order: 5 !important;
}
.v-application .order-6 {
  order: 6 !important;
}
.v-application .order-7 {
  order: 7 !important;
}
.v-application .order-8 {
  order: 8 !important;
}
.v-application .order-9 {
  order: 9 !important;
}
.v-application .order-10 {
  order: 10 !important;
}
.v-application .order-11 {
  order: 11 !important;
}
.v-application .order-12 {
  order: 12 !important;
}
.v-application .order-last {
  order: 13 !important;
}
.v-application .text-left {
  text-align: left !important;
}
.v-application .text-right {
  text-align: right !important;
}
.v-application .text-center {
  text-align: center !important;
}
.v-application .text-justify {
  text-align: justify !important;
}
.v-application .text-start {
  text-align: start !important;
}
.v-application .text-end {
  text-align: end !important;
}
@media (min-width: 600px) {
.v-application .d-sm-none {
    display: none !important;
}
.v-application .d-sm-inline {
    display: inline !important;
}
.v-application .d-sm-inline-block {
    display: inline-block !important;
}
.v-application .d-sm-block {
    display: block !important;
}
.v-application .d-sm-table {
    display: table !important;
}
.v-application .d-sm-table-row {
    display: table-row !important;
}
.v-application .d-sm-table-cell {
    display: table-cell !important;
}
.v-application .d-sm-flex {
    display: flex !important;
}
.v-application .d-sm-inline-flex {
    display: inline-flex !important;
}
.v-application .flex-sm-fill {
    flex: 1 1 auto !important;
}
.v-application .flex-sm-row {
    flex-direction: row !important;
}
.v-application .flex-sm-column {
    flex-direction: column !important;
}
.v-application .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
}
.v-application .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
}
.v-application .flex-sm-grow-0 {
    flex-grow: 0 !important;
}
.v-application .flex-sm-grow-1 {
    flex-grow: 1 !important;
}
.v-application .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
}
.v-application .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
}
.v-application .flex-sm-wrap {
    flex-wrap: wrap !important;
}
.v-application .flex-sm-nowrap {
    flex-wrap: nowrap !important;
}
.v-application .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.v-application .justify-sm-start {
    justify-content: flex-start !important;
}
.v-application .align-content-sm-start {
    align-content: flex-start !important;
}
.v-application .justify-sm-end {
    justify-content: flex-end !important;
}
.v-application .align-content-sm-end {
    align-content: flex-end !important;
}
.v-application .justify-sm-center {
    justify-content: center !important;
}
.v-application .align-content-sm-center {
    align-content: center !important;
}
.v-application .justify-sm-space-between {
    justify-content: space-between !important;
}
.v-application .align-content-sm-space-between {
    align-content: space-between !important;
}
.v-application .justify-sm-space-around {
    justify-content: space-around !important;
}
.v-application .align-content-sm-space-around {
    align-content: space-around !important;
}
.v-application .align-content-sm-stretch {
    align-content: stretch !important;
}
.v-application .align-sm-start {
    align-items: flex-start !important;
}
.v-application .align-sm-end {
    align-items: flex-end !important;
}
.v-application .align-sm-center {
    align-items: center !important;
}
.v-application .align-sm-baseline {
    align-items: baseline !important;
}
.v-application .align-sm-stretch {
    align-items: stretch !important;
}
.v-application .align-self-sm-auto {
    align-self: auto !important;
}
.v-application .align-self-sm-start {
    align-self: flex-start !important;
}
.v-application .align-self-sm-end {
    align-self: flex-end !important;
}
.v-application .align-self-sm-center {
    align-self: center !important;
}
.v-application .align-self-sm-baseline {
    align-self: baseline !important;
}
.v-application .align-self-sm-stretch {
    align-self: stretch !important;
}
.v-application .order-sm-first {
    order: -1 !important;
}
.v-application .order-sm-0 {
    order: 0 !important;
}
.v-application .order-sm-1 {
    order: 1 !important;
}
.v-application .order-sm-2 {
    order: 2 !important;
}
.v-application .order-sm-3 {
    order: 3 !important;
}
.v-application .order-sm-4 {
    order: 4 !important;
}
.v-application .order-sm-5 {
    order: 5 !important;
}
.v-application .order-sm-6 {
    order: 6 !important;
}
.v-application .order-sm-7 {
    order: 7 !important;
}
.v-application .order-sm-8 {
    order: 8 !important;
}
.v-application .order-sm-9 {
    order: 9 !important;
}
.v-application .order-sm-10 {
    order: 10 !important;
}
.v-application .order-sm-11 {
    order: 11 !important;
}
.v-application .order-sm-12 {
    order: 12 !important;
}
.v-application .order-sm-last {
    order: 13 !important;
}
.v-application .text-sm-left {
    text-align: left !important;
}
.v-application .text-sm-right {
    text-align: right !important;
}
.v-application .text-sm-center {
    text-align: center !important;
}
.v-application .text-sm-justify {
    text-align: justify !important;
}
.v-application .text-sm-start {
    text-align: start !important;
}
.v-application .text-sm-end {
    text-align: end !important;
}
}
@media (min-width: 960px) {
.v-application .d-md-none {
    display: none !important;
}
.v-application .d-md-inline {
    display: inline !important;
}
.v-application .d-md-inline-block {
    display: inline-block !important;
}
.v-application .d-md-block {
    display: block !important;
}
.v-application .d-md-table {
    display: table !important;
}
.v-application .d-md-table-row {
    display: table-row !important;
}
.v-application .d-md-table-cell {
    display: table-cell !important;
}
.v-application .d-md-flex {
    display: flex !important;
}
.v-application .d-md-inline-flex {
    display: inline-flex !important;
}
.v-application .flex-md-fill {
    flex: 1 1 auto !important;
}
.v-application .flex-md-row {
    flex-direction: row !important;
}
.v-application .flex-md-column {
    flex-direction: column !important;
}
.v-application .flex-md-row-reverse {
    flex-direction: row-reverse !important;
}
.v-application .flex-md-column-reverse {
    flex-direction: column-reverse !important;
}
.v-application .flex-md-grow-0 {
    flex-grow: 0 !important;
}
.v-application .flex-md-grow-1 {
    flex-grow: 1 !important;
}
.v-application .flex-md-shrink-0 {
    flex-shrink: 0 !important;
}
.v-application .flex-md-shrink-1 {
    flex-shrink: 1 !important;
}
.v-application .flex-md-wrap {
    flex-wrap: wrap !important;
}
.v-application .flex-md-nowrap {
    flex-wrap: nowrap !important;
}
.v-application .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.v-application .justify-md-start {
    justify-content: flex-start !important;
}
.v-application .align-content-md-start {
    align-content: flex-start !important;
}
.v-application .justify-md-end {
    justify-content: flex-end !important;
}
.v-application .align-content-md-end {
    align-content: flex-end !important;
}
.v-application .justify-md-center {
    justify-content: center !important;
}
.v-application .align-content-md-center {
    align-content: center !important;
}
.v-application .justify-md-space-between {
    justify-content: space-between !important;
}
.v-application .align-content-md-space-between {
    align-content: space-between !important;
}
.v-application .justify-md-space-around {
    justify-content: space-around !important;
}
.v-application .align-content-md-space-around {
    align-content: space-around !important;
}
.v-application .align-content-md-stretch {
    align-content: stretch !important;
}
.v-application .align-md-start {
    align-items: flex-start !important;
}
.v-application .align-md-end {
    align-items: flex-end !important;
}
.v-application .align-md-center {
    align-items: center !important;
}
.v-application .align-md-baseline {
    align-items: baseline !important;
}
.v-application .align-md-stretch {
    align-items: stretch !important;
}
.v-application .align-self-md-auto {
    align-self: auto !important;
}
.v-application .align-self-md-start {
    align-self: flex-start !important;
}
.v-application .align-self-md-end {
    align-self: flex-end !important;
}
.v-application .align-self-md-center {
    align-self: center !important;
}
.v-application .align-self-md-baseline {
    align-self: baseline !important;
}
.v-application .align-self-md-stretch {
    align-self: stretch !important;
}
.v-application .order-md-first {
    order: -1 !important;
}
.v-application .order-md-0 {
    order: 0 !important;
}
.v-application .order-md-1 {
    order: 1 !important;
}
.v-application .order-md-2 {
    order: 2 !important;
}
.v-application .order-md-3 {
    order: 3 !important;
}
.v-application .order-md-4 {
    order: 4 !important;
}
.v-application .order-md-5 {
    order: 5 !important;
}
.v-application .order-md-6 {
    order: 6 !important;
}
.v-application .order-md-7 {
    order: 7 !important;
}
.v-application .order-md-8 {
    order: 8 !important;
}
.v-application .order-md-9 {
    order: 9 !important;
}
.v-application .order-md-10 {
    order: 10 !important;
}
.v-application .order-md-11 {
    order: 11 !important;
}
.v-application .order-md-12 {
    order: 12 !important;
}
.v-application .order-md-last {
    order: 13 !important;
}
.v-application .text-md-left {
    text-align: left !important;
}
.v-application .text-md-right {
    text-align: right !important;
}
.v-application .text-md-center {
    text-align: center !important;
}
.v-application .text-md-justify {
    text-align: justify !important;
}
.v-application .text-md-start {
    text-align: start !important;
}
.v-application .text-md-end {
    text-align: end !important;
}
}
@media (min-width: 1264px) {
.v-application .d-lg-none {
    display: none !important;
}
.v-application .d-lg-inline {
    display: inline !important;
}
.v-application .d-lg-inline-block {
    display: inline-block !important;
}
.v-application .d-lg-block {
    display: block !important;
}
.v-application .d-lg-table {
    display: table !important;
}
.v-application .d-lg-table-row {
    display: table-row !important;
}
.v-application .d-lg-table-cell {
    display: table-cell !important;
}
.v-application .d-lg-flex {
    display: flex !important;
}
.v-application .d-lg-inline-flex {
    display: inline-flex !important;
}
.v-application .flex-lg-fill {
    flex: 1 1 auto !important;
}
.v-application .flex-lg-row {
    flex-direction: row !important;
}
.v-application .flex-lg-column {
    flex-direction: column !important;
}
.v-application .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
}
.v-application .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
}
.v-application .flex-lg-grow-0 {
    flex-grow: 0 !important;
}
.v-application .flex-lg-grow-1 {
    flex-grow: 1 !important;
}
.v-application .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
}
.v-application .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
}
.v-application .flex-lg-wrap {
    flex-wrap: wrap !important;
}
.v-application .flex-lg-nowrap {
    flex-wrap: nowrap !important;
}
.v-application .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.v-application .justify-lg-start {
    justify-content: flex-start !important;
}
.v-application .align-content-lg-start {
    align-content: flex-start !important;
}
.v-application .justify-lg-end {
    justify-content: flex-end !important;
}
.v-application .align-content-lg-end {
    align-content: flex-end !important;
}
.v-application .justify-lg-center {
    justify-content: center !important;
}
.v-application .align-content-lg-center {
    align-content: center !important;
}
.v-application .justify-lg-space-between {
    justify-content: space-between !important;
}
.v-application .align-content-lg-space-between {
    align-content: space-between !important;
}
.v-application .justify-lg-space-around {
    justify-content: space-around !important;
}
.v-application .align-content-lg-space-around {
    align-content: space-around !important;
}
.v-application .align-content-lg-stretch {
    align-content: stretch !important;
}
.v-application .align-lg-start {
    align-items: flex-start !important;
}
.v-application .align-lg-end {
    align-items: flex-end !important;
}
.v-application .align-lg-center {
    align-items: center !important;
}
.v-application .align-lg-baseline {
    align-items: baseline !important;
}
.v-application .align-lg-stretch {
    align-items: stretch !important;
}
.v-application .align-self-lg-auto {
    align-self: auto !important;
}
.v-application .align-self-lg-start {
    align-self: flex-start !important;
}
.v-application .align-self-lg-end {
    align-self: flex-end !important;
}
.v-application .align-self-lg-center {
    align-self: center !important;
}
.v-application .align-self-lg-baseline {
    align-self: baseline !important;
}
.v-application .align-self-lg-stretch {
    align-self: stretch !important;
}
.v-application .order-lg-first {
    order: -1 !important;
}
.v-application .order-lg-0 {
    order: 0 !important;
}
.v-application .order-lg-1 {
    order: 1 !important;
}
.v-application .order-lg-2 {
    order: 2 !important;
}
.v-application .order-lg-3 {
    order: 3 !important;
}
.v-application .order-lg-4 {
    order: 4 !important;
}
.v-application .order-lg-5 {
    order: 5 !important;
}
.v-application .order-lg-6 {
    order: 6 !important;
}
.v-application .order-lg-7 {
    order: 7 !important;
}
.v-application .order-lg-8 {
    order: 8 !important;
}
.v-application .order-lg-9 {
    order: 9 !important;
}
.v-application .order-lg-10 {
    order: 10 !important;
}
.v-application .order-lg-11 {
    order: 11 !important;
}
.v-application .order-lg-12 {
    order: 12 !important;
}
.v-application .order-lg-last {
    order: 13 !important;
}
.v-application .text-lg-left {
    text-align: left !important;
}
.v-application .text-lg-right {
    text-align: right !important;
}
.v-application .text-lg-center {
    text-align: center !important;
}
.v-application .text-lg-justify {
    text-align: justify !important;
}
.v-application .text-lg-start {
    text-align: start !important;
}
.v-application .text-lg-end {
    text-align: end !important;
}
}
@media (min-width: 1904px) {
.v-application .d-xl-none {
    display: none !important;
}
.v-application .d-xl-inline {
    display: inline !important;
}
.v-application .d-xl-inline-block {
    display: inline-block !important;
}
.v-application .d-xl-block {
    display: block !important;
}
.v-application .d-xl-table {
    display: table !important;
}
.v-application .d-xl-table-row {
    display: table-row !important;
}
.v-application .d-xl-table-cell {
    display: table-cell !important;
}
.v-application .d-xl-flex {
    display: flex !important;
}
.v-application .d-xl-inline-flex {
    display: inline-flex !important;
}
.v-application .flex-xl-fill {
    flex: 1 1 auto !important;
}
.v-application .flex-xl-row {
    flex-direction: row !important;
}
.v-application .flex-xl-column {
    flex-direction: column !important;
}
.v-application .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
}
.v-application .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
}
.v-application .flex-xl-grow-0 {
    flex-grow: 0 !important;
}
.v-application .flex-xl-grow-1 {
    flex-grow: 1 !important;
}
.v-application .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
}
.v-application .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
}
.v-application .flex-xl-wrap {
    flex-wrap: wrap !important;
}
.v-application .flex-xl-nowrap {
    flex-wrap: nowrap !important;
}
.v-application .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.v-application .justify-xl-start {
    justify-content: flex-start !important;
}
.v-application .align-content-xl-start {
    align-content: flex-start !important;
}
.v-application .justify-xl-end {
    justify-content: flex-end !important;
}
.v-application .align-content-xl-end {
    align-content: flex-end !important;
}
.v-application .justify-xl-center {
    justify-content: center !important;
}
.v-application .align-content-xl-center {
    align-content: center !important;
}
.v-application .justify-xl-space-between {
    justify-content: space-between !important;
}
.v-application .align-content-xl-space-between {
    align-content: space-between !important;
}
.v-application .justify-xl-space-around {
    justify-content: space-around !important;
}
.v-application .align-content-xl-space-around {
    align-content: space-around !important;
}
.v-application .align-content-xl-stretch {
    align-content: stretch !important;
}
.v-application .align-xl-start {
    align-items: flex-start !important;
}
.v-application .align-xl-end {
    align-items: flex-end !important;
}
.v-application .align-xl-center {
    align-items: center !important;
}
.v-application .align-xl-baseline {
    align-items: baseline !important;
}
.v-application .align-xl-stretch {
    align-items: stretch !important;
}
.v-application .align-self-xl-auto {
    align-self: auto !important;
}
.v-application .align-self-xl-start {
    align-self: flex-start !important;
}
.v-application .align-self-xl-end {
    align-self: flex-end !important;
}
.v-application .align-self-xl-center {
    align-self: center !important;
}
.v-application .align-self-xl-baseline {
    align-self: baseline !important;
}
.v-application .align-self-xl-stretch {
    align-self: stretch !important;
}
.v-application .order-xl-first {
    order: -1 !important;
}
.v-application .order-xl-0 {
    order: 0 !important;
}
.v-application .order-xl-1 {
    order: 1 !important;
}
.v-application .order-xl-2 {
    order: 2 !important;
}
.v-application .order-xl-3 {
    order: 3 !important;
}
.v-application .order-xl-4 {
    order: 4 !important;
}
.v-application .order-xl-5 {
    order: 5 !important;
}
.v-application .order-xl-6 {
    order: 6 !important;
}
.v-application .order-xl-7 {
    order: 7 !important;
}
.v-application .order-xl-8 {
    order: 8 !important;
}
.v-application .order-xl-9 {
    order: 9 !important;
}
.v-application .order-xl-10 {
    order: 10 !important;
}
.v-application .order-xl-11 {
    order: 11 !important;
}
.v-application .order-xl-12 {
    order: 12 !important;
}
.v-application .order-xl-last {
    order: 13 !important;
}
.v-application .text-xl-left {
    text-align: left !important;
}
.v-application .text-xl-right {
    text-align: right !important;
}
.v-application .text-xl-center {
    text-align: center !important;
}
.v-application .text-xl-justify {
    text-align: justify !important;
}
.v-application .text-xl-start {
    text-align: start !important;
}
.v-application .text-xl-end {
    text-align: end !important;
}
}
.v-application .overflow-auto {
  overflow: auto !important;
}
.v-application .overflow-hidden {
  overflow: hidden !important;
}
.v-application .text-decoration-underline {
  text-decoration: underline !important;
}
.v-application .text-lowercase {
  text-transform: lowercase !important;
}
.v-application .text-uppercase {
  text-transform: uppercase !important;
}
.v-application .text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.v-application .font-weight-bold {
  font-weight: 700 !important;
}
.v-application .font-weight-medium {
  font-weight: 500 !important;
}
.v-application .rounded-0 {
  border-radius: 0 !important;
}
@media (min-width: 960px) {
.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
}
@media screen and (min-width: 1264px) and (max-width: 10000px) {
.side-container {
    padding: 2rem 6rem;
}
}
@media screen and (min-width: 960px) and (max-width: 1264px) {
.side-container {
    max-width: 970px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.side-container {
    max-width: 100% !important;
}
}
.hiddenStructure {
  display: none;
}
.assetMarketingStatus {
  background-color: #fff;
  color: #fff;
  padding: 2px 2px 2px 0;
  position: relative;
}
.assetMarketingStatus::after {
  border-bottom: 22px solid transparent;
  border-right: 18px solid #fff;
  border-top: 22px solid transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
}
.assetMarketingStatus__visual {
  align-items: center;
  background-color: #3ba9e0;
  border-radius: 4px 0 0 4px;
  display: flex;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  padding: 0 10px 0 13px;
  position: relative;
}
.assetMarketingStatus__visual::before {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  z-index: 2;
}
.assetMarketingStatus__visual::after {
  border-bottom: 20px solid transparent;
  border-right: 17px solid #3ba9e0;
  border-top: 20px solid transparent;
  content: "";
  position: absolute;
  right: calc(100% - 2px);
  top: 0;
  z-index: 1;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0f2d59;
  border-radius: 0;
}
.anchorLink {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
.anchorLink--faq {
  top: -132px;
}
.backdrop-blur {
  background-color: rgba(255, 255, 255, 0.9);
}
@supports (-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px)) {
.backdrop-blur {
    backdrop-filter: blur(6px);
    background-color: transparent !important;
}
}
.full-height {
  height: 100%;
}
.create-update-asset-container {
  max-width: 800px;
  margin: 0 auto;
}
.color.--primary {
  color: #001154;
}
.color.--darkBlue {
  color: #001154;
}
.fw-800 {
  font-weight: 800;
}
.title-primary {
  color: #001154 !important;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
}
.c-label {
  font-size: 11px !important;
  line-height: 20px !important;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1;
  color: #001154;
}
.c-label.label-error {
  color: red;
}
.c-label {
  position: relative;
  color: #001154;
  width: min-content;
}
.c-label--required::after {
  position: absolute;
  display: block;
  color: red;
  width: 1px;
  height: 1px;
  content: "*";
  top: 0px;
  right: -2px;
}
.value-asset-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.value-asset-title .sub-title {
  display: flex;
  justify-content: center;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
  color: #001154;
}
.value-asset-title h4 {
  font-size: 24px;
  line-height: 32px;
  color: #001154;
  text-align: center;
  letter-spacing: 0.32px;
}
.c-tooltip::before {
  display: none !important;
}
.funds-wrapper {
  width: 100px;
  position: relative;
}
.funds-wrapper .expiration-block {
  background: #dd226f;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 26px;
  position: absolute;
  padding: 0px 6px;
  width: 43px;
  height: 11px;
  left: 76px;
  top: -4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h1 {
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: 0.582857px;
}
h2 {
  font-style: normal;
  font-weight: bold;
  line-height: 64px;
  /* or 123% */
  letter-spacing: 0.530833px;
  /* DarkBlue */
}
h5 {
  font-style: normal;
  font-weight: bold;
  line-height: 152%;
  color: #001154;
  letter-spacing: 0.444444px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
h1 {
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0.582857px;
}
h2 {
    font-style: normal;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0.530833px;
}
}
p {
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.2px;
}
#value-next-button.v-btn--disabled {
  background-color: rgba(9, 49, 107, 0.4) !important;
}
.pagination-size-select {
  width: 120px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* DarkBlue */
}
.pagination-size-select .v-select__selection {
  color: #001154;
}
.pagination-size-select {
  color: #001154;
}
.pagination-size-select .v-field:before {
  display: none;
}
.pagination-size-select__text {
  position: relative;
  top: 1px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* DarkBlue */
  color: #001154;
}
.value-btn-save {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.value-save-disabled {
  color: grey !important;
  cursor: unset !important;
}
.report-page {
  position: relative;
  height: 1121px;
}
.report-page.--space-right {
  margin-right: 60px;
}
.report-page.--auto-heigth {
  height: auto !important;
}
.button-second {
  box-shadow: 0px 8px 25px rgba(0, 17, 84, 0.25) !important;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-color: white !important;
}
.second-input-with-background .v-text-field,
.second-input-with-background .address-container {
  height: 40px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
.second-input-with-background .v-field {
  font-size: inherit !important;
  letter-spacing: normal;
  text-align: left;
}
.second-input-with-background .v-text-field input.v-field__input,
.second-input-with-background .v-textarea textarea.v-field__input {
  padding-left: 0 !important;
  padding-right: 0 !important;
  letter-spacing: normal;
}
.second-input-with-background .v-text-field input.v-field__input::placeholder,
.second-input-with-background .v-textarea textarea.v-field__input::placeholder {
  color: rgba(0, 0, 0, 0.38) !important;
  letter-spacing: normal;
  opacity: 1 !important;
}
.second-input-with-background .v-text-field {
  margin-top: 4px;
}
.second-input-with-background .v-text-field > .v-input__control {
  align-self: start;
}
.second-input-with-background .v-select .v-field,
.second-input-with-background .v-select .v-field__field {
  box-sizing: border-box;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left;
}
.second-input-with-background .v-select .v-field__input {
  box-sizing: border-box;
  align-items: center;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0 !important;
  line-height: 20px;
  letter-spacing: normal;
  opacity: 1;
}
.second-input-with-background .v-select .v-field__input > input {
  box-sizing: border-box;
  position: relative;
  inset: auto;
  width: 100%;
  height: 32px;
  min-height: 32px;
  padding: 8px 0;
  line-height: 20px;
  letter-spacing: normal;
  flex: 1 1 0%;
}
.second-input-with-background .v-select input::placeholder {
  color: rgba(0, 0, 0, 0.38) !important;
  letter-spacing: normal;
  opacity: 1 !important;
}
.second-input-with-background .v-select .v-field__append-inner {
  align-self: flex-start;
  box-sizing: border-box;
  height: 24px;
  min-height: 24px;
  padding: 0;
  margin-top: 8px;
  line-height: 12px;
  letter-spacing: normal;
}
.second-input-with-background .v-select:not(.v-input--disabled) .v-select__menu-icon {
  opacity: 1 !important;
}
.second-input-with-background .v-select .v-field__outline {
  display: none !important;
}
.second-input-with-background .google-input {
  top: 15px;
}
.second-input-with-background .google-input {
  padding-right: 20px;
}
.second-input-with-background .v-input,
.second-input-with-background .google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  color: #001154 !important;
}
.second-input-with-background .v-input--is-focused,
.second-input-with-background .google-input--is-focused {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
.second-input-with-background .v-input--is-focused::after,
.second-input-with-background .google-input--is-focused::after {
  display: none;
}
.second-input-with-background .v-input.text-error, .second-input-with-background .v-input.v-input--error,
.second-input-with-background .google-input.text-error,
.second-input-with-background .google-input.v-input--error {
  color: #d52819 !important;
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
}
.second-input-with-background .v-input.text-error input::placeholder,
.second-input-with-background .v-input.text-error textarea::placeholder, .second-input-with-background .v-input.v-input--error input::placeholder,
.second-input-with-background .v-input.v-input--error textarea::placeholder,
.second-input-with-background .google-input.text-error input::placeholder,
.second-input-with-background .google-input.text-error textarea::placeholder,
.second-input-with-background .google-input.v-input--error input::placeholder,
.second-input-with-background .google-input.v-input--error textarea::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  color: rgba(213, 40, 25, 0.7) !important;
}
.second-input-with-background .v-input--focused {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
.second-input-with-background .v-input--focused::after {
  display: none;
}
.second-input-with-background .c-label {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* DarkBlue */
}
.second-input-with-background .v-field:before {
  display: none;
}
.second-input-with-background .v-field::after {
  display: none;
}
.second-input-with-background .req-icon {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* Red */
  color: #d52819;
}
.second-input-with-background .v-input--disabled {
  background: rgba(241, 241, 241, 0.4);
  background-color: rgba(241, 241, 241, 0.4) !important;
}
.create-asset .second-input-with-background {
  min-width: 0;
}
.create-asset .second-input-with-background::before {
  display: none !important;
}
.create-asset .second-input-with-background .v-input,
.create-asset .second-input-with-background .google-input {
  top: auto !important;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.create-asset .second-input-with-background .v-input__control,
.create-asset .second-input-with-background .address-container {
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.second-select .v-chip {
  background: #2969ff !important;
  opacity: 0.7;
  /* Asset */
  height: 24px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
}
.second-select .v-chip button {
  color: white;
}
.second-select .v-chip {
  color: #ffffff;
}
.second-select .v-field__input {
  position: relative;
  bottom: 6px;
}
@media (min-width: 600px) and (max-width: 959px) {
.second-select:not(.slot-select__select) .v-input__control,
  .second-select:not(.slot-select__select) .v-field,
  .second-select:not(.slot-select__select) .v-field__field,
  .second-select:not(.slot-select__select) .v-field__input {
    box-sizing: border-box;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
.collateral-type-select {
    margin-bottom: -3px !important;
}
}
.select-custom-menu {
  width: 264px;
  max-width: 264px;
  min-width: unset !important;
  max-height: unset !important;
  height: 176px;
}
.select-custom-menu .v-list {
  min-height: 16px !important;
  width: 100%;
  height: 100%;
}
.select-custom-menu .v-list-item {
  min-height: 16px !important;
  padding: 0 8px;
}
.select-custom-menu .v-list-item-title {
  padding-left: 0 !important;
}
.select-custom-menu.custom-menu-auto-width {
  width: auto;
  max-width: unset;
}
.select-menu .v-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.select-menu .v-list-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  /* DarkBlue */
  color: #001154;
}
.select-menu .v-list-item::before {
  display: none;
}
.select-menu-second .v-list-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  /* DarkBlue */
  color: #001154;
}
.select-menu-second .v-list {
  width: 214px;
  display: flex;
  flex-wrap: wrap;
}
.select-menu-second .v-list .v-list-item {
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.select-menu-second .v-list .xl-subheader {
  width: 100% !important;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #0f2d59;
}
.select-wrapper {
  outline: 2px solid orange !important;
  background-color: red !important;
}
.select-wrapper .v-sheet.v-list {
  background-color: yellow !important;
}
.select-wrapper .v-sheet.v-list {
  outline: 4px solid black !important;
}
.value-details-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  padding-bottom: 15px;
  position: relative;
  right: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.value-details-title {
    display: flex;
    justify-content: start;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #001154;
    text-align: left;
    border-bottom: 1.333px solid #f1f1f1;
    margin-bottom: 12px;
    padding-bottom: 3px;
}
}
.req-icon {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #d52819;
}
.--nowrap {
  white-space: nowrap;
}
.info-pages-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */
  letter-spacing: 0.426667px;
  /* Primary / DarkBlue */
  color: #001154;
}
.info-pages-text-block {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  color: rgba(0, 17, 84, 0.8);
}
.info-pages-text-bold {
  font-weight: 600;
}
.info-pages-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  list-style: none;
  padding-left: 0px !important;
}
.info-pages-list li {
  display: flex;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.info-pages-list li::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 8px;
  background: #2969ff;
  position: relative;
  top: 7px;
  min-width: 6px;
  min-height: 6px;
}
.terms-block-header {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  /* Primary / DarkBlue */
  color: #001154;
  opacity: 0.8;
}
.opacity-0 {
  opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.v-menu > .v-overlay__content {
    max-width: 100%;
}
}
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}
.custom-menu-collateral-type {
  height: 350px;
}
.v-main {
  display: flex;
}
.v-main__wrap {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
}
.v-input--horizontal .v-input__prepend {
  margin-inline-end: 9px;
}
.v-input--horizontal .v-input__append {
  margin-inline-start: 9px;
}
.v-alert {
  margin-bottom: 16px;
  overflow: visible;
  border-color: currentColor;
}
.v-alert--variant-flat {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.v-alert--variant-text {
  background: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.v-alert--variant-text::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: currentColor;
  content: "";
  opacity: 0.12;
  pointer-events: none;
}
.v-alert:not(:has(.v-alert-title)) .v-alert__content {
  padding-block: 0;
}
.v-alert__content {
  overflow: visible;
}
.v-alert__prepend {
  min-height: 24px;
}
.v-alert__prepend > .v-icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.v-chip {
  border-radius: 16px;
  line-height: 20px;
  cursor: default;
}
.v-chip--link {
  cursor: pointer;
}
.v-theme--marketplaceLight.bg-primary {
  background-color: rgb(var(--v-theme-primary)) !important;
}
.v-data-table {
  border-radius: 4px;
  display: block;
}
.v-data-table.v-table--density-compact {
  --v-table-header-height: 32px;
  --v-table-row-height: 32px;
}
.v-data-table-footer {
  min-height: 42px;
  padding: 0 8px;
  flex-wrap: nowrap;
  font-size: 0.75rem;
}
.v-data-table-footer__items-per-page {
  margin-left: auto;
  margin-right: 14px;
  white-space: nowrap;
}
.v-data-table-footer__items-per-page > span {
  padding-inline-end: 0;
}
.v-data-table-footer__items-per-page > .v-select {
  color: rgba(0, 0, 0, 0.87);
  width: 59.7812px;
  margin: 13px 0 13px 10px;
}
.v-data-table-footer__items-per-page > .v-select .v-field {
  color: rgba(0, 0, 0, 0.87);
}
.v-data-table-footer__items-per-page > .v-select .v-field,
.v-data-table-footer__items-per-page > .v-select .v-field__field,
.v-data-table-footer__items-per-page > .v-select .v-field__input {
  box-sizing: border-box;
  min-height: 32px !important;
  height: 32px !important;
}
.v-data-table-footer__info {
  min-width: 0;
  padding: 0;
  margin: 0 32px 0 24px;
}
.v-data-table-footer__pagination,
.v-data-table-footer__pagination .v-pagination,
.v-data-table-footer__pagination .v-pagination__list {
  display: contents;
  gap: 0;
}
.v-data-table-footer .v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-plain {
  background-color: transparent !important;
  color: inherit !important;
  opacity: 1;
  cursor: pointer;
}
.v-data-table-footer .v-pagination__prev .v-btn {
  margin-right: 7px;
}
.v-data-table-footer .v-pagination__next .v-btn {
  margin-left: 7px;
}
footer .v-form label {
  color: #fff !important;
}
footer .v-form .v-icon {
  color: #959ba7 !important;
  font-size: 1.8rem;
}
footer .v-field {
  border-radius: 0 !important;
  padding-top: 0 !important;
}
.footer-main .v-input__control {
  min-height: 40px !important;
}
.footer-main .v-responsive__content {
  width: 70px !important;
}
.asset-step-title {
  background: #ffffff;
  /* shadow-soft */
  position: sticky;
  top: 52px;
  z-index: 8;
  border-radius: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 20px;
  height: 64px;
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
}
.asset-step-title__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  /* identical to box height, or 200% */
  letter-spacing: 0.32px;
  color: #0f2d59;
}
.asset-step-subTitle {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  position: relative;
  bottom: 8px;
  color: #001154;
}
.asset-inputs-data {
  margin-top: 16px;
  padding-top: 16px;
  background: #ffffff;
  /* shadow-soft */
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-radius: 1px;
}
.asset-inputs-data .row {
  position: relative;
}
.asset-inputs-data--value {
  height: 617px;
  padding-top: 0px;
}
.asset-inputs-content {
  padding: 0px 24px;
  padding-bottom: 24px;
  min-height: 523px;
}
.asset-inputs-content .v-radio-group {
  background-color: white !important;
  margin-top: 0px !important;
  padding-left: 0px !important;
}
.asset-inputs-content .v-selection-control-group {
  display: flex;
  column-gap: 14px;
}
.asset-inputs-content .v-selection-control-group i {
  font-size: 18px;
}
.asset-inputs-content .v-input__details {
  width: auto;
  max-width: unset;
  white-space: nowrap;
}
.asset-inputs-content::-webkit-scrollbar {
  width: 8px;
}
.asset-inputs-content::-webkit-scrollbar-thumb {
  background-color: #0f2d59;
  border-radius: 0;
}
.asset-inputs-content--value-pages {
  height: 523px;
}
.asset-input-section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  position: relative;
  right: 3px;
  color: #0f2d59;
}
.finish-later-btn-text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* White */
  color: #ffffff;
}
.button-back {
  border-radius: 5px;
}
.button-back.v-btn {
  line-height: inherit;
}
.next-button-content {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  position: relative;
  right: 9px;
  position: relative;
  top: 0.4px;
  /* White */
  color: #ffffff;
  position: relative;
}
.next-button-content::after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE1IDEyIiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0tNC45NDcwNWUtMDcgNi43NUwxMi4xNSA2Ljc1TDcuOTUgMTAuOTVMOSAxMkwxNSA2TDkgNC4yOTEzOGUtMDdMNy45NSAxLjA1TDEyLjE1IDUuMjVMLTMuNjM1NzFlLTA3IDUuMjVMLTQuOTQ3MDVlLTA3IDYuNzVaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=");
  position: absolute;
  left: 40px;
  top: 0px;
}
.next-button-content.hide-arrow::after {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.next-button-content {
    right: 18px;
    font-size: 16px;
}
.next-button-content::after {
    left: 54px;
    top: -4px;
    width: 22px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDk5OTk5IDlMMTYuNyA5TDExLjEgMTQuNkwxMi41IDE2TDIwLjUgOEwxMi41IDEuMjA3OTdlLTA2TDExLjEgMS40TDE2LjcgN0wwLjQ5OTk5OSA3TDAuNDk5OTk5IDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}
}
.back-button-content {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.444444px;
  text-align: center;
  position: relative;
  top: 0.4px;
  left: 10px;
  /* Cyan */
}
.back-button-content::before {
  display: block;
  content: "";
  width: 22px;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljg2NTQgN0wzLjY5NDA2IDdMOC4yNDcxIDEuNEw3LjEwODg0IDBMMC42MDQ0OTIgOEw3LjEwODg0IDE2TDguMjQ3MSAxNC42TDMuNjk0MDYgOUwxNi44NjU0IDlWN1oiIGZpbGw9IiMyOTY5RkYiLz4KPC9zdmc+Cg==");
  position: absolute;
  left: -26px;
  top: -4px;
}
.back-button-content {
  color: #2969ff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.back-button-content {
    font-size: 16px;
    left: 15px;
}
.back-button-content::before {
    left: -24px;
}
}
.asset-step-buttons {
  position: sticky !important;
  left: 0px !important;
  bottom: 0px;
  z-index: 7;
  background: white;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  align-items: center;
  height: 64px;
  display: flex;
  justify-content: space-between;
}
.asset-step-buttons--value {
  margin-top: 0px;
  position: relative !important;
  bottom: 8.5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-step-buttons--value {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
}
}
.value-page-wrapper .value-next-button,
.value-page-wrapper .value-next-button .v-btn__content {
  line-height: 1.5;
}
.value-page-wrapper .role-block .v-select:hover:not(:focus-within) .v-field__append-inner {
  transform: translate(-1px, 1px);
}
.asset-step-title-wrapper {
  padding-top: 76px;
  background: white;
  position: sticky;
  position: sticky;
  top: 1px;
  z-index: 6;
}
.asset-step-title-wrapper--value {
  padding-top: 87px;
}
.asset-step-title-wrapper--value .asset-step-title {
  box-shadow: unset !important;
  border-bottom: 1px solid #f1f1f1;
  padding: 0px;
  margin: 0px 20px;
  height: 53px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-step-title-wrapper--value {
    display: none;
}
}
.submit-button-content {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* White */
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-inputs-content--value-pages {
    padding-top: 5px !important;
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
    min-height: unset;
    padding-bottom: 80px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-inputs-data--value {
    box-shadow: unset;
    height: auto;
}
}
.button-back.v-btn--disabled .back-button-content::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEkSURBVHgBpZRBSsNAFIb/dJKdixwh3sBewJobNIsWXEkXosFNPUHrCdSFSFZ1J2Ih3mCsF9AbmCN04UIwb55vIkhLW53RDwJhGH7e+//3BthAcffULe5nYzgQrDu8LnWiSD2DGdGb2R4M0vlPIuEGAQ1GbBjD3wQsrZUDUucikDB4fNzvXMKBJRHrQcDoShcPR73OGRwJFwSGAYIRM1eGzCk8aIxtfKjVK8Bzqk07308rL5EFIxP8BUbVwrv8SAz/oWnnqtQ70Vc1oJDaeebXTpPOSZa+kCFrZiwR68lEx94ilryf3khZFxJx8rGlSniwNCeHvV1bzaN8e657syJiiULKZGcqOzPFdHYAB9Yv4K3EHtkFFKNr8p6bb4qptk/ByOXuJxBSdxw7m2VwAAAAAElFTkSuQmCC);
}
.button-back.v-btn--disabled .back-button-content {
  color: grey !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.value-next-button {
    width: 100% !important;
}
.value-next-button-wrapper {
    width: 49%;
}
.button-back {
    width: 49% !important;
}
.asset-step-buttons--value {
    position: fixed !important;
    width: 100%;
}
}
.v-app-bar {
  z-index: 8;
}
header .v-toolbar__content {
  padding: 0px;
  position: relative;
  width: 100%;
}
header .v-toolbar__content:after {
  content: "";
  height: 1px;
  background: #9aabc2;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.register .v-field:hover::before,
.login .v-field:hover::before {
  border: 1px solid #f1f1f1 !important;
}
.register .v-field::before,
.login .v-field::before {
  border: 1px solid #f1f1f1 !important;
}
.register .v-field::after,
.login .v-field::after {
  border: none !important;
}
.register .v-input--focused .v-field::before,
.login .v-input--focused .v-field::before {
  border: 1px solid #001154 !important;
}
.register .v-input--focused .v-field:hover::before,
.login .v-input--focused .v-field:hover::before {
  border: 1px solid #001154 !important;
}
.register .v-input__details,
.login .v-input__details {
  min-height: 2.9rem;
}
.register .v-field__input .v-label,
.login .v-field__input .v-label {
  color: #1f365e !important;
  font-weight: 600;
  font-size: 1.6rem;
  top: -1px;
}
.register .v-field__input input::placeholder,
.login .v-field__input input::placeholder {
  font-size: 1.3rem;
  color: #d1d1d1 !important;
}
.register .v-field__append-inner .v-icon,
.register .v-field__prepend-inner .v-icon,
.login .v-field__append-inner .v-icon,
.login .v-field__prepend-inner .v-icon {
  font-size: 18px;
  color: #ccc !important;
}
.register .social-logs .v-btn__content,
.login .social-logs .v-btn__content {
  justify-content: flex-start;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.register .social-logs .v-btn__content,
  .login .social-logs .v-btn__content {
    justify-content: center;
}
}
.login .v-field__prepend-inner {
  width: 12px !important;
  min-width: 12px !important;
}
.login .v-field__prepend-inner .v-icon {
  font-size: 12px;
}
.v-date-picker-month {
  height: auto !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.v-date-picker-month .v-btn {
  padding: 0.5rem 1rem !important;
}
.v-date-picker-month .v-btn--variant-text {
  color: #001154 !important;
}
.v-date-picker-month .v-btn--active {
  color: white !important;
}
.v-date-picker-header {
  padding: 0.4rem 0.8rem !important;
}
.ck {
  --ck-color-focus-border-coordinates: 208, 79%, 51%;
  --ck-color-focus-border: hsl(var(--ck-color-focus-border-coordinates));
  --ck-color-focus-outer-shadow: #bcdefb;
  --ck-focus-ring: 1px solid var(--ck-color-focus-border);
  --ck-focus-outer-shadow: 0 0 0 3px var(--ck-color-focus-outer-shadow);
}
.ck-editor__main .ck-content {
  height: 100px;
}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  border: 0 !important;
  border-radius: 0 !important;
}
.ck-toolbar {
  background: #001154 !important;
  border: none !important;
}
.ck-toolbar .ck-icon {
  color: #fff !important;
}
.ck-toolbar .ck-button:hover {
  background: #162a4d !important;
  cursor: pointer;
}
.ck.ck-dropdown .ck-button.ck-dropdown__button {
  color: #fff;
  cursor: pointer;
}
.ck.ck-editor__editable_inline .ck-focused {
  border: 1px solid #001154 !important;
  border-top: none;
  box-shadow: none !important;
}
.ck-editor__editable.ck-focused {
  border: 1px solid #001154 !important;
  border-top: none;
  box-shadow: none !important;
}
.v-btn:not(.v-btn--icon).v-btn--size-default {
  box-shadow: 0 0 0 !important;
}
.v-btn:not(.v-btn--icon, .v-btn--variant-text).v-btn--size-default {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.44px;
  min-height: 64px;
  min-width: 100px;
  padding: 6px 22px;
  text-align: center;
  text-indent: 0;
  text-transform: none;
}
.v-btn:not(.v-btn--icon, .v-btn--variant-text).v-btn--size-default.accent, .v-btn:not(.v-btn--icon, .v-btn--variant-text).v-btn--size-default.bg-accent {
  color: #001154;
}
.v-btn--variant-text .v-btn__content {
  font-size: 18px;
}
.v-theme--marketplaceLight.v-btn.v-btn--disabled:not(.v-btn--variant-flat):not(.v-btn--variant-text):not(.v-btn--variant-outlined) {
  background-color: #9aabc2 !important;
}
.v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated {
  background-color: #9aabc2 !important;
}
.v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-flat {
  background-color: #9aabc2 !important;
}
.v-theme--marketplaceLight.v-btn.v-btn--disabled {
  color: rgba(0, 0, 0, 0.26) !important;
}
.v-btn {
  line-height: normal;
  letter-spacing: 0.0892857143em;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  white-space: nowrap;
  outline-width: 0;
}
.v-btn span.active {
  background-color: #dd226f;
  border-radius: 50%;
  display: block;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 2px;
  width: 12px;
  z-index: 1;
}
.v-btn.accent, .v-btn.bg-accent {
  color: #001154 !important;
}
.v-btn--fab:focus::before {
  opacity: 0 !important;
}
.v-btn > .v-btn__overlay,
.v-btn > .v-btn__underlay {
  opacity: 0 !important;
}
.v-btn::before {
  background-color: currentColor;
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-btn:hover::before {
  opacity: 0.08;
}
.v-btn:focus::before {
  opacity: 0.24;
}
.v-btn.v-btn--active:hover::before,
.v-btn.v-btn--active::before {
  opacity: 0.18;
}
.v-btn.v-btn--active:focus::before {
  opacity: 0.16;
}
.v-btn.v-btn--variant-elevated:not(.v-btn--disabled) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.v-btn.xl-legacy-dark-control:not(.v-btn--disabled) {
  color: #fff !important;
}
.v-btn.v-theme-on-dark {
  color: rgba(0, 0, 0, 0.87);
}
.v-btn__content {
  flex: 1;
  line-height: normal;
  white-space: normal;
  text-transform: initial;
}
.v-btn.v-btn--size-small {
  line-height: 18px;
  padding-inline: 12.4444px;
}
.v-btn.v-btn--size-small .v-btn__content {
  font-size: 12px;
  line-height: 18px;
}
.v-btn.v-btn--size-small.text-primary:hover {
  background-color: #001154;
}
.v-btn.v-btn--size-small.text-primary:hover .v-btn__content {
  color: #fff;
}
.v-btn.v-btn--size-default.accent:hover, .v-btn.v-btn--size-default.bg-accent:hover {
  background-color: #77f5ff !important;
}
.v-btn.xl-legacy-default-line-control,
.v-btn.xl-legacy-default-line-control > .v-btn__content {
  line-height: 1.5;
}
.v-btn.v-btn--size-small:is(.execute-button,
.asset-dialog-make-offer__button),
.v-btn.v-btn--size-small:is(.execute-button,
.asset-dialog-make-offer__button) > .v-btn__content {
  line-height: normal;
}
.v-theme--marketplaceLight.v-input input,
.v-theme--marketplaceLight.v-input textarea {
  color: #0f2d59;
}
.v-theme--marketplaceLight.v-input.v-input--focused:not(.v-input--error):not(.text-error) .v-field {
  color: #001154;
}
.v-input--focused .v-field--variant-outlined .v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 1;
  color: #0f2d59;
}
.v-input--error .v-field--variant-outlined .v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 1;
  color: currentColor;
}
.v-field--variant-outlined .v-field__outline {
  --v-field-border-opacity: 1;
  color: #0f2d59;
}
.v-field--variant-outlined .v-label {
  top: 22px;
  color: #0f2d59 !important;
}
.v-field--variant-outlined .v-label.text-primary {
  color: #0f2d59 !important;
}
.v-field--variant-filled,
.v-field--variant-outlined {
  min-height: var(--v-input-control-height, 56px);
}

/* Vuetify 2's released default field was the regular underlined control. */
.v-field--variant-underlined {
  min-height: 32px;
}
.v-field--variant-underlined .v-field__field {
  align-items: center;
}
.v-field--variant-underlined .v-field__input {
  min-height: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v-field--variant-underlined input.v-field__input {
  /*
   * Vuetify 2 rendered the released native input as a normal block. Vuetify
   * 4 applies the shared selection-slot flex layout to the input itself,
   * which changes text rasterization even when the outer field geometry is
   * identical. Restore the native-input contract for every underlined text
   * field while leaving select/combobox div slots untouched.
   */
  display: block;
  position: static;
  align-items: normal;
  justify-content: normal;
  gap: normal;
  row-gap: normal;
  column-gap: normal;
  height: 32px;
  font-size: inherit;
  line-height: 20px;
  letter-spacing: normal;
  opacity: 1;
}
.v-field__append-inner .v-theme--marketplaceLight.v-icon,
.v-field__prepend-inner .v-theme--marketplaceLight.v-icon {
  color: #001154 !important;
}
.v-input--readonly .v-field--variant-filled {
  pointer-events: none !important;
}
.v-input--readonly .v-field--variant-filled .v-field__append-inner {
  pointer-events: initial !important;
}
.v-field--variant-filled::before {
  border: none !important;
}
.v-field--variant-filled {
  background-color: #f8f8f8 !important;
}
.v-select .v-field--variant-outlined .v-field__append-inner .v-theme--marketplaceLight.v-icon,
.v-select .v-field--variant-outlined .v-field__prepend-inner .v-theme--marketplaceLight.v-icon {
  color: #001154 !important;
}
.v-select.v-input--dirty .v-field--variant-outlined .v-label,
.v-select.v-input--focused .v-field--variant-outlined .v-label {
  color: #3ba9e0 !important;
  top: 30px;
}
.v-select.v-input--dirty .v-field--variant-outlined legend,
.v-select.v-input--focused .v-field--variant-outlined legend {
  width: 0 !important;
}
.v-select .v-field--variant-outlined .v-field__append-inner {
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 56px;
  background-color: #001154;
  right: -12px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v-select .v-field--variant-outlined .v-field__append-inner .v-icon {
  font-size: 24px;
  color: #fff !important;
}
.v-select .v-field--variant-outlined .v-select__selection {
  color: #001154 !important;
}
.v-select.v-input--disabled .v-field--variant-filled .v-select__selection {
  color: #001154 !important;
}
.profile-stepper.profile-stepper--vertical {
  background: transparent;
  box-shadow: none;
}
.profile-stepper.profile-stepper--vertical .profile-stepper__content {
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 36px;
  border-left: none !important;
}
.general-table.v-data-table td,
.general-table.v-data-table th {
  border-right: 1px solid #e6e6e6 !important;
  padding: 1rem;
  border-bottom: none;
}
.general-table.v-data-table td {
  vertical-align: top;
}
.general-table.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__tr--mobile) {
  border-top: 1px solid #e6e6e6;
}
.general-table.v-data-table tbody tr:last-child td {
  border-top: 1px solid #e6e6e6;
}
.general-table.v-data-table tbody tr:hover:not(.v-data-table__tr--expanded) {
  background: #fcfcfc !important;
}
.general-table.v-data-table .v-data-table__thead th {
  font-size: 1.4rem;
}
.general-table.v-data-table th {
  font-size: 1.4rem;
}
.general-table.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__tr--mobile) {
  border-top: 0px solid #e6e6e6;
  border-bottom: none;
}
.general-table.v-data-table tbody tr:last-child td {
  border-top: 0px solid #e6e6e6;
}
.v-theme--marketplaceLight.v-data-table tbody tr:hover:not(.v-data-table__tr--expanded) {
  background: #fcfcfc !important;
}
.general-table--center.v-data-table td {
  vertical-align: middle !important;
}
.data-table--top.v-data-table td {
  padding-top: 1rem;
  vertical-align: top !important;
}
.v-data-table {
  min-width: 0;
  max-width: 100%;
}
.v-data-table > .v-table__wrapper > table {
  min-width: var(--xl-legacy-data-table-width, 100%);
}
.v-data-table > .v-table__wrapper > table > thead > tr > th {
  font-size: 12px;
  font-weight: 700;
}
.v-data-table .v-data-table-rows-no-data,
.v-data-table .v-data-table-rows-loading {
  color: rgba(0, 0, 0, 0.38);
}
@media (max-width: 599.98px) {
.v-data-table .v-data-table-rows-no-data td {
    text-align: left !important;
}
}
.v-data-table .v-data-table-progress .v-progress-linear {
  overflow: visible;
}
.v-data-table .v-data-table-header__sort-icon {
  cursor: pointer;
  display: inline-flex;
  width: 18px !important;
  height: 16.2px !important;
  line-height: 16.2px !important;
  min-height: 0;
  min-width: 0;
  font-size: 18px !important;
  color: rgba(0, 0, 0, 0.38);
}
.v-data-table th[aria-sort=ascending] .v-data-table-header__sort-icon,
.v-data-table th[aria-sort=descending] .v-data-table-header__sort-icon {
  color: rgba(0, 0, 0, 0.87);
}
.v-data-table th[aria-sort=descending] .v-data-table-header__sort-icon {
  transform: rotate(180deg);
}
.v-data-table .v-table__wrapper {
  max-width: 100%;
}
.v-data-table th,
.v-data-table td,
.v-data-table .v-data-table__td-title,
.v-data-table .v-data-table__td-value {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.v-data-table .v-data-table-footer__items-per-page > .v-select {
  letter-spacing: normal;
}
.v-data-table .v-data-table-footer__items-per-page > .v-select:has(.v-field[aria-expanded=true]) .v-field {
  color: #001154;
}
.v-data-table .v-data-table-footer__items-per-page > .v-select .v-select__selection,
.v-data-table .v-data-table-footer__items-per-page > .v-select .v-select__selection-text {
  position: relative;
  top: -0.5px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  letter-spacing: normal;
  line-height: 18px;
}
.v-data-table .v-data-table-footer__items-per-page > .v-select .v-field {
  letter-spacing: normal;
}
.v-data-table .v-data-table-footer__items-per-page > .v-select .v-field__append-inner {
  box-sizing: border-box;
  inset-inline-end: 0;
  padding-inline-start: 4px;
  position: absolute;
  width: 28px;
}
.v-data-table .v-data-table-footer__items-per-page > .v-select .v-field__append-inner .v-icon {
  transform: none;
}
.v-data-table .v-data-table-footer__items-per-page .v-field {
  border-radius: 0;
  padding-right: 0;
}
.v-data-table .v-data-table-footer__items-per-page .v-field__outline {
  display: none;
}
.v-data-table .v-data-table-footer__items-per-page .v-field::before {
  border-color: rgba(0, 0, 0, 0.42);
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.v-data-table .v-data-table-footer__pagination {
  margin: 0;
}
.v-data-table .v-data-table-footer__pagination .v-btn {
  font-size: 14px;
  letter-spacing: 0.0892857143em;
  line-height: 1.5;
}
.v-data-table .v-data-table-footer__pagination .v-btn .v-btn__content {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.v-data-table .v-data-table-footer__pagination .v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-plain {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.26) !important;
  opacity: 1;
}
.v-data-table .v-data-table-footer__pagination .v-pagination__prev,
.v-data-table .v-data-table-footer__pagination .v-pagination__next {
  margin: 0;
}
.v-data-table .v-data-table-footer__select .v-field__input {
  display: flex;
  align-items: center !important;
}
.v-data-table .v-data-table-footer__select {
  display: flex !important;
}
.v-data-table .v-data-table-footer__select .v-input {
  margin-left: 10px;
}
.v-data-table .v-data-table-footer__select .v-input .v-field__input {
  margin-left: 1rem;
  flex-direction: row !important;
}
.v-data-table .v-data-table-footer__select .v-input .v-field__input .v-field__append-inner {
  position: static;
}
.v-data-table .v-data-table-footer__select .v-input .v-field__input .v-select__selection-comma {
  text-overflow: unset;
  overflow: none;
  min-height: auto;
}
.v-data-table .xl-legacy-mobile-sort {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  position: relative;
  width: 100%;
}
.v-data-table .xl-legacy-mobile-sort__label {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 4px;
  transform: scale(0.75);
  transform-origin: left top;
  width: max-content;
}
.v-data-table .xl-legacy-mobile-sort .v-field,
.v-data-table .xl-legacy-mobile-sort .v-field__field,
.v-data-table .xl-legacy-mobile-sort .v-field__input {
  box-sizing: border-box;
  min-height: 32px !important;
  height: 32px !important;
}
.v-data-table .xl-legacy-mobile-sort .v-data-table__td-sort-select {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  height: 44px !important;
  margin-bottom: 8px;
  min-height: 44px !important;
  padding-top: 12px;
  position: relative;
  width: 100%;
}
.v-data-table .xl-legacy-mobile-sort .v-data-table__td-sort-select::before {
  border-color: rgba(0, 0, 0, 0.42);
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.v-data-table .xl-legacy-mobile-sort .v-field {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.v-data-table .xl-legacy-mobile-sort .v-field::before {
  border-color: rgba(0, 0, 0, 0.42);
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.v-data-table .xl-legacy-mobile-sort .v-field:focus-within,
.v-data-table .xl-legacy-mobile-sort .v-field[aria-expanded=true] {
  color: #001154;
}
.v-data-table .xl-legacy-mobile-sort .v-field__outline {
  display: none;
}
.v-data-table .xl-legacy-mobile-sort .v-field__input {
  align-items: center !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.v-data-table .xl-legacy-mobile-sort .v-select__selection {
  align-items: center;
  flex: 1 1 auto;
  height: 32px;
  margin: 0;
}
.v-data-table .xl-legacy-mobile-sort__chip {
  background: rgb(224, 224, 224) !important;
  color: rgba(0, 0, 0, 0.87) !important;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal !important;
  margin: 4px;
  padding: 0 12px;
}
.v-data-table .xl-legacy-mobile-sort__chip .v-chip__overlay,
.v-data-table .xl-legacy-mobile-sort__chip .v-chip__underlay {
  display: none !important;
}
.v-data-table .xl-legacy-mobile-sort__chip .v-chip__content {
  color: rgb(0, 17, 84) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  height: 100%;
  letter-spacing: normal !important;
  line-height: 26px !important;
}
.v-data-table .xl-legacy-mobile-sort__icon {
  color: rgba(0, 0, 0, 0.54);
  margin-left: 0;
  opacity: 0;
}
.v-data-table .xl-legacy-mobile-sort__icon--desc {
  transform: rotate(180deg);
}
.v-data-table .xl-legacy-mobile-sort__append-icon {
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  opacity: 1;
  transform: translateY(-4px);
  width: 24px;
}
.v-data-table .xl-legacy-mobile-sort--empty .xl-legacy-mobile-sort__label {
  top: 22px;
  transform: none;
}
.v-data-table .xl-legacy-mobile-sort--empty .xl-legacy-mobile-sort__append-icon {
  transform: none;
}
.v-data-table .xl-legacy-mobile-sort--empty:has(.v-select:hover) .xl-legacy-mobile-sort__append-icon, .v-data-table .xl-legacy-mobile-sort--empty:has(:focus) .xl-legacy-mobile-sort__append-icon, .v-data-table .xl-legacy-mobile-sort--empty:has([aria-expanded=true]) .xl-legacy-mobile-sort__append-icon {
  transform: translateY(-4px);
}
.xl-legacy-data-table-footer-menu {
  max-width: 60px !important;
  min-width: 60px !important;
  transform: translateY(-32px) !important;
  width: 60px !important;
}
.xl-legacy-data-table-footer-menu > .v-sheet,
.xl-legacy-data-table-footer-menu > .v-sheet > .v-list {
  max-width: 60px !important;
  min-width: 60px !important;
  width: 60px !important;
}
.xl-legacy-mobile-sort__menu {
  overflow-y: auto;
}
.xl-legacy-mobile-sort__menu > .v-sheet > .v-list {
  height: var(--xl-legacy-mobile-sort-menu-height) !important;
  max-height: none !important;
  min-height: var(--xl-legacy-mobile-sort-menu-height) !important;
  width: 100%;
}
@media (max-width: 599.98px) {
.v-data-table > .v-table__wrapper > table {
    min-width: 100%;
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
.general-data-table__td-item-container {
    display: flex;
    flex-direction: column;
}
}
.general-data-table__td-item-container span:first-of-type {
  color: #959ba7;
  font-size: 1.2rem;
  margin-right: 0.7rem;
}
.general-data-table__td-item-container span:nth-of-type(2) {
  font-weight: 500;
  font-size: 1.3rem;
}
.general-table--responsive tr {
  display: flex !important;
  flex-direction: column !important;
}
.general-table--responsive tr td {
  width: 100% !important;
  height: auto;
  display: flex !important;
}
.general-table--responsive tr td .table-deading-responsive {
  width: 50px !important;
  display: flex;
  align-items: center;
}
.general-table--responsive tr td .table-deading-responsive h6 {
  margin: 0;
  font-size: 1.4rem !important;
}
.general-table--responsive tr td > div:last-child {
  padding-left: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
.general-table--responsive tr td > div:last-child {
    padding-left: 2rem;
}
}
.general-table--responsive tr td > div:last-child {
  width: 90%;
}
.v-slider.v-input--horizontal .v-slider-thumb__surface {
  width: 36px;
  height: 36px;
  left: -18px;
  background-color: #3ba9e0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #001154;
  font-weight: bold;
}
.v-slider.v-input--horizontal .v-slider-thumb__surface::before {
  left: 0;
  top: 0;
}
.v-slider.v-input--horizontal .v-slider-track {
  height: 4px;
}
.v-slider.v-input--horizontal .v-slider-track__background {
  background-color: #001154 !important;
}
.app-percent-slider .v-slider-thumb__surface::after {
  content: "%";
  color: #001154;
  font-size: 20px;
  font-weight: bold;
}
.v-tabs .v-tab__slider {
  background: rgb(var(--v-theme-primary));
}
.v-tabs .v-tab {
  flex-shrink: 1;
  height: 100%;
  max-width: 360px;
  text-align: center;
  text-indent: 0;
  text-transform: initial;
  transition-duration: 0s;
  white-space: normal;
  letter-spacing: 0.32px;
  line-height: normal;
}
.v-tabs .v-tab:not(.v-tab--selected) {
  color: rgba(0, 0, 0, 0.54);
}
.v-tabs .v-tab .v-btn__content {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  white-space: inherit;
}
.v-tabs .v-tab .v-icon {
  margin-right: 12px;
}
.v-tabs .v-tab.v-btn {
  box-shadow: none !important;
}
.v-tabs .v-slide-group__prev {
  display: none !important;
}
.v-overlay__content.secondary:before {
  border-color: transparent transparent #001154;
}
@keyframes stretching {
from {
    width: 20%;
}
to {
    width: 100%;
}
}
.v-snackbar__wrapper {
  position: relative;
  min-width: 398px !important;
  box-shadow: 0px 8px 25px rgba(0, 17, 84, 0.25);
  border-radius: 10px !important;
  background: #001154 !important;
  overflow: hidden !important;
  min-height: 68px !important;
}
.v-snackbar__action {
  position: absolute;
  top: 0px;
  right: -2px;
}
.v-snackbar__content {
  padding: 0 !important;
  max-width: 398px;
}
.v-snackbar__content .image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
}
.v-snackbar__content .image-wrapper img {
  width: 32px;
  height: 32px;
}
.v-snackbar__content .message-wrapper {
  position: relative;
  width: 298px;
}
.v-snackbar__content .message-wrapper .message {
  width: 100%;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
  padding: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.v-snackbar.m-error .v-snackbar__wrapper:after {
  background-color: #d52819;
}
.v-snackbar.m-error .v-snackbar__content .message-wrapper .message {
  color: #d52819 !important;
}
.v-snackbar:not(.v-snackbar--absolute) {
  padding-top: 24px !important;
}
.row-wrapper {
  height: 100%;
}
.v-snackbar__wrapper {
  margin-top: 0px !important;
}
.v-snackbar:not(.v-snackbar--absolute) {
  padding-top: 80px !important;
}

/*
 * Vuetify 2 exposed a disabled checkbox's released color directly on the
 * control and did not multiply that color through a second disabled opacity
 * layer. Vuetify 4 colors the root from the active `color` prop and then also
 * fades the nested selection control. Preserve the released disabled contract
 * for every checkbox consumer rather than compensating page by page.
 */
.v-checkbox.v-input--disabled {
  color: rgba(0, 0, 0, 0.38) !important;
  pointer-events: auto;
}
.v-checkbox.v-input--disabled .v-selection-control--disabled {
  opacity: 1;
}
.v-checkbox.v-input--disabled .v-selection-control {
  cursor: pointer;
}
.v-avatar img,
.v-avatar svg,
.v-avatar .v-icon,
.v-avatar .v-img,
.v-avatar .v-responsive__content {
  border-radius: inherit;
  display: inline-flex;
  height: inherit;
  width: inherit;
}
.v-avatar .v-icon {
  height: inherit !important;
  width: inherit !important;
}
.row + .row,
.v-row + .v-row {
  margin-top: 0;
}
.mdi-tag-outline {
  transform: rotate(-45deg);
}
.v-icon.v-icon--size-default {
  font-size: 24px;
}
.v-icon.v-icon--size-small {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  font-size: 16px;
  line-height: 16px;
}
.xl-legacy-skeleton-loader--card-heading {
  align-items: normal;
  background: transparent;
  display: block;
  flex-wrap: nowrap;
  overflow: hidden;
}
.xl-legacy-skeleton-loader--card-heading > .v-skeleton-loader__card-heading {
  display: block;
  width: 100%;
  background: #ffffff;
}
.xl-legacy-skeleton-loader--card-heading > .v-skeleton-loader__card-heading::after {
  display: none;
}
.xl-legacy-skeleton-loader--card-heading > .v-skeleton-loader__card-heading > .v-skeleton-loader__heading {
  display: block;
  width: 45%;
  background: rgba(0, 0, 0, 0.12);
}
.v-breadcrumbs-divider {
  box-sizing: border-box;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.38);
  display: flex;
  line-height: normal;
  text-align: center;
}
.v-breadcrumbs-divider > .v-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  line-height: 16px;
}
.v-breadcrumbs {
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  min-height: 32px;
}
.v-breadcrumbs-item {
  height: 14px;
  min-height: 14px;
  line-height: normal;
  padding-inline: 0;
}
.v-breadcrumbs-item--link {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: normal;
  outline: none;
  outline-width: 0;
  transition-duration: 0.3s;
}
.features .v-btn__content {
  display: block !important;
}
.v-ripple__container {
  display: none !important;
}
.v-menu > .v-overlay__content {
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0 !important;
}
.v-menu > .v-overlay__content .xl-subheader {
  height: auto;
  font-size: 1.3rem;
  color: #333333 !important;
  font-weight: 700;
  padding: 0.5rem 0.4rem;
}
.v-menu > .v-overlay__content .v-list-item-title {
  padding-left: 0.5rem;
}
.v-locale--is-ltr .v-list-item__prepend {
  margin-right: 3px !important;
}
.v-locale--is-ltr .v-list-item__prepend .v-icon.v-icon {
  font-size: 18px;
}
.v-radio-group.v-input {
  cursor: auto;
}
.v-radio-group .v-selection-control-group {
  flex-direction: row !important;
  cursor: pointer;
}
.v-radio.v-selection-control:not(.v-selection-control--disabled),
.v-radio:not(.v-input--disabled) .v-selection-control {
  cursor: pointer;
}
.v-radio-group .v-radio:not(:last-child):not(:only-child) {
  margin-bottom: 0 !important;
}
.v-selection-control.v-input {
  display: flex !important;
  justify-content: center !important;
}
.v-checkbox:not(.v-input--disabled) .v-selection-control {
  cursor: pointer;
}
.v-autocomplete__content .v-list-item--active {
  background: #001154 !important;
}
.v-autocomplete__content .v-list-item--active .v-list-item-title {
  color: #fff !important;
}
#asset-inform-admin p {
  margin-bottom: 0;
}
.v-breadcrumbs {
  padding-left: 0.5rem !important;
}
.v-card {
  z-index: auto;
}
.v-navigation-drawer:not(.v-navigation-drawer--active) {
  visibility: hidden;
}
.v-progress-circular {
  overflow: visible;
}
.v-progress-circular--indeterminate .v-progress-circular__underlay {
  display: none;
}
.v-icon.v-icon.v-icon--clickable {
  cursor: initial;
}
.v-tooltip > .v-overlay__content {
  background-color: #fefbd8;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 16px -2px rgba(0, 0, 0, 0.12);
  color: #001154;
  opacity: 1 !important;
  width: 200px;
  line-height: 20px;
  padding: 10px;
}
.v-tooltip > .v-overlay__content::before {
  content: "";
  border-style: solid;
  border-color: transparent transparent #fefbd8;
  border-width: 0 8px 10px;
  position: absolute;
  bottom: 100%;
  right: 0px;
  left: 37%;
  width: 8px;
}
.v-tooltip > .v-overlay__content.second-tooltip {
  font-size: 10px !important;
  padding: 0px 5px !important;
  width: auto;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.v-tooltip > .v-overlay__content.second-tooltip span {
  position: relative;
  top: 2px;
}
.v-tooltip > .v-overlay__content.treeview-tooltip {
  background: rgba(0, 17, 84, 0.65);
  background-color: rgba(0, 17, 84, 0.65);
  width: auto;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height, or 125% */
  text-align: center;
  height: 22px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.v-tooltip > .v-overlay__content.treeview-tooltip::before {
  content: "";
  border-style: solid;
  border-color: transparent transparent rgba(0, 17, 84, 0.65);
  border-width: 0 8px 10px;
  position: absolute;
  bottom: 100%;
  right: 0px;
  left: 37%;
  width: 8px;
}
.v-dialog.v-overlay {
  background-color: rgba(0, 17, 84, 0.7);
}
.v-dialog.v-overlay > .v-overlay__scrim {
  background-color: #212121;
  opacity: 0.46 !important;
}
.cardPopUp__title {
  color: #0f2d59;
  justify-content: center;
  text-align: center;
}
.cardPopUp__description {
  color: #001154;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
.v-application .cardPopUp__description {
  margin-bottom: 30px;
}
.cardPopUp__text {
  padding: 0 40px 20px !important;
}
.cardPopUp__text .v-btn {
  margin-bottom: 10px;
}
.v-card-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.v-carousel .v-responsive__content {
  width: auto !important;
}
.v-dialog {
  border-radius: 0;
  box-shadow: none;
}
.v-window__left,
.v-window__right {
  z-index: 10 !important;
}
.v-carousel__controls {
  z-index: 10 !important;
}
.v-carousel__controls__item {
  font-size: 18px;
  border-radius: 32px;
  width: 8px;
  height: 8px;
  border: 2px solid white;
}
.v-list-item-title {
  letter-spacing: normal;
}
.custom-inputs :deep(.v-input) {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
.custom-inputs :deep(.v-field:before) {
  border: none !important;
}
.custom-inputs :deep(.v-field__input),
.custom-inputs .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.custom-inputs :deep(.v-field__input) {
  position: relative !important;
  top: 5px !important;
}
.custom-inputs :deep(.checkbox-wrapper) {
  background: none !important;
  align-items: center;
  padding-bottom: 46px;
}
.custom-inputs :deep(.checkbox-wrapper) .v-input__control .v-field label {
  color: #001154 !important;
}
:deep(.cyanPrimary) {
  border-color: white !important;
}
.v-application .cyanPrimary {
  background-color: unset !important;
  border-color: white !important;
}
:deep(.button.button-second.v-btn.v-btn--variant-elevated.v-btn--rounded.v-theme--marketplaceLight.v-btn--size-default.cyanPrimary) {
  border-color: white !important;
}
.notification-tooltip {
  padding: 8px;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
  background: #f2f6ff;
  width: 375px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.notification-tooltip.no-arrow::before {
  display: none !important;
}
.page-main-text {
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
  color: #484848 !important;
}
.page-secondary-text {
  font-size: 1.3rem;
  color: #aaaaaa;
}
.block-header {
  color: #333333 !important;
  font-size: 2.5rem;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.side-block-title {
  color: #333333 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.secondary-title {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.card-text {
  font-size: 1.2rem;
  color: #aaaaaa;
}
.card-main-text {
  font-size: 1.4rem;
  color: #aaaaaa;
}
.card-title {
  font-size: 1.4rem;
  color: #333333;
}
.card-subtitle {
  font-size: 1.2rem;
}
.pointer {
  cursor: pointer !important;
}
.hover-main {
  transition: all 0.2s linear;
}
.hover-main:hover {
  color: #001154 !important;
}
.login-btn {
  background: #001154;
  border-radius: 5rem;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  font-weight: 500;
}
.login-btn:hover {
  background: rgba(0, 17, 84, 0.9);
}
.login-btn .v-icon {
  color: #fff;
}
.predictions-list {
  padding: 0.5rem !important;
  background: #fff;
}
.predictions-list li {
  cursor: pointer;
  padding: 0.8rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
}
.predictions-list li div {
  display: flex;
  flex-grow: 0;
  padding-right: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.predictions-list li div span {
    flex-basis: 120px;
}
}
.predictions-list li div span {
  font-size: 1.3rem;
  color: rgba(73, 73, 73, 0.667);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.predictions-list li span {
  flex-grow: 0;
  display: block;
  font-size: 1.3rem;
  color: rgba(168, 168, 168, 0.667);
}
.predictions-list li:hover {
  background: rgba(0, 17, 84, 0.2);
}
.app-custom-input > div {
  height: 90px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app-custom-input label {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #1f365e;
}
.app-custom-input input {
  border: none;
  border-bottom: 2px solid #f1f1f1;
  padding: 0.5rem 0;
  padding-bottom: 0.3rem;
  padding-left: 0.2rem;
  width: 100%;
  height: 71%;
  padding-left: 10px;
  font-size: 16px;
}
.app-custom-input input:focus {
  border-bottom-color: #001154;
  outline: none;
}
.app-custom-input p {
  height: 14px;
  margin: 0 !important;
  font-size: 1.1rem;
  color: #7fe0e8 !important;
}
.app-input__label {
  font-size: 12px;
  cursor: default;
  color: #001154;
}
.app-input--is-disabled .app-input__label {
  color: #979797 !important;
}
.app-input .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.app-input .v-text-field.v-input--readonly .v-field {
  pointer-events: none !important;
}
.app-input .v-text-field.v-input--readonly .v-field__append-inner {
  pointer-events: initial !important;
}
.app-input .v-text-field.v-input--disabled .v-field__input .v-field__input .v-select__selection,
.app-input .v-text-field.v-input--disabled .v-field__input .text-ellipsis {
  color: #979797 !important;
}
.app-input .v-text-field.v-input--disabled .v-field input {
  color: #979797 !important;
}
.app-input .v-text-field.v-input--focused .v-field {
  border-color: #001154;
}
.app-input .v-text-field.text-error .v-field {
  border-color: #d52819;
}
.app-input .v-text-field .v-field {
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
}
.app-input .v-text-field .v-field::before {
  content: none !important;
}
.app-input .v-text-field .v-field::after {
  content: none !important;
}
.app-input .v-text-field .v-field .v-field__input input {
  color: #001154;
}
.app-input .v-text-field .v-field__input .v-field__input .v-select__selection,
.app-input .v-text-field .v-field__input .text-ellipsis {
  color: #001154 !important;
}
.app-input .v-text-field .v-input__details {
  padding-top: 1px;
}
.app-input .v-text-field .v-input__details .v-messages__message {
  text-align: right;
}
.profile-description {
  font-size: 1.4rem;
}
.color-secondary {
  color: #001154 !important;
}
.color-white {
  color: #fff !important;
}
.color-accent {
  color: #7fe0e8 !important;
}
.asset-image-gradient {
  background: linear-gradient(180deg, rgba(15, 45, 89, 0.95) 0%, rgba(15, 45, 89, 0.55) 25%, rgba(15, 45, 89, 0) 50%, rgba(15, 45, 89, 0) 50%, rgba(15, 45, 89, 0.55) 75%, rgba(15, 45, 89, 0.95) 100%);
}
.asset-image-part-gradient {
  background: linear-gradient(180deg, rgba(15, 45, 89, 0.95) 0%, rgba(15, 45, 89, 0.55) 50%, rgba(15, 45, 89, 0) 100%);
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.single-select-menu .v-list {
  display: grid;
  grid-template-columns: 1fr;
}
.single-select-menu .v-list-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
.single-select-menu .v-list-item__content {
  padding: 0px;
}
.single-select-menu .v-list-item {
  height: 30px;
  min-height: unset;
}
.single-select-menu--row .v-list {
  grid-template-columns: 1fr;
}
body .v-application .v-overlay__content.asset-flow-scroll-menu {
  z-index: 30 !important;
}
.asset-flow-scroll-menu {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.asset-flow-advanced-select-menu {
  width: min(428px, 100vw - 24px) !important;
  max-width: calc(100vw - 24px) !important;
}
.asset-flow-advanced-select-menu .content-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.slot-select__slot-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.slot-select__controls-sort-button {
  width: 100%;
  justify-content: flex-start;
  left: -15px;
}
.slot-select__controls-sort-button :deep(.v-btn__content) {
  font-size: 12px !important;
  text-align: left !important;
}
.slot-select__checkbox {
  margin: 0;
  width: 100%;
  max-width: 220px;
  padding-top: 0;
}
.slot-select__apply-button {
  width: 100%;
  max-width: 140px;
  font-size: 12px !important;
  min-height: 30px !important;
  border-radius: 5px;
  margin-top: 16px;
}
.slot-select__apply-button.v-btn.v-btn--variant-elevated.v-theme--marketplaceLight.v-btn--size-default.primary {
  background: #2969ff !important;
}
.slot-select__checkbox > .v-input__control > .v-field > .v-selection-control__input > .v-theme--marketplaceLight.v-icon {
  color: #9aabc2 !important;
}
.slot-select__checkbox > .v-input__control > .v-field > .v-selection-control__input > .v-theme--marketplaceLight.v-icon.mdi-checkbox-marked {
  color: #2969ff !important;
}
.slot-select__checkbox .v-selection-control .v-label {
  font-size: 12px !important;
}
.slot-select__apply-button.v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated {
  background: #9aabc2 !important;
  color: #fff !important;
}
.value-modification-page {
  width: 100%;
}
.valuation-login-dialog {
  position: relative;
  background: white;
  padding-top: 30px;
  padding-left: 30px;
  border-radius: 5px;
  padding-bottom: 30px;
  column-gap: 65px;
  padding-right: 29px;
}
.valuation-login-dialog .cardPopUp {
  box-shadow: unset !important;
}
.valuation-login-dialog .xl-logo {
  display: none;
}
.valuation-login-dialog .v-card-title {
  padding-top: 8px !important;
}
.valuation-login-dialog .custom-close-icon {
  position: absolute;
  top: -26px !important;
  right: 2px;
  display: none;
}
.valuation-login-dialog .dialog-image {
  height: 393px;
  width: 227px;
  filter: drop-shadow(0px 19.9484px 29.9226px rgba(177, 201, 216, 0.36));
}
.valuation-login-dialog .cardPopUp__text {
  padding: 0 0px 0 !important;
}
.valuation-login-dialog .cardPopUp__title__text {
  margin-left: 0px !important;
  white-space: nowrap;
}
.valuation-login-dialog .cardPopUp__text {
  padding-right: 30px !important;
}
.valuation-login-dialog .cardPopUp__description {
  margin-top: 18px;
}
.valuation-login-dialog--register-dialog .close-valuation {
  right: 4px;
  top: 4px;
}
.valuation-login-dialog--register-dialog .close-valuation i {
  color: #606060 !important;
}
.valuation-login-dialog--register-dialog .dialog-image {
  height: 440px;
  width: 253px;
  filter: drop-shadow(0px 19.9484px 29.9226px rgba(177, 201, 216, 0.36));
  margin-top: 44px;
}
.valuation-login-dialog--register-dialog {
  column-gap: 32px;
}
.valuation-login-dialog--register-dialog .cardPopUp__text {
  padding: 0 0px 0 !important;
}
.valuation-login-dialog--register-dialog .v-card-title {
  margin-top: 28px;
  align-items: start !important;
}
.valuation-login-dialog--register-dialog .cardPopUp__description {
  margin-top: 0px;
}
.valuation-login-dialog--register-dialog .custom-close-icon {
  position: absolute;
  top: -26px !important;
  right: -26px !important;
}
.valuation-login-dialog--register-dialog .cardPopUp__description {
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 20px;
  color: #001154;
  opacity: 0.6;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.slot-select__checkbox .v-selection-control .v-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    /* identical to box height, or 129% */
    /* Primary / DarkBlue */
    color: #001154;
}
.slot-select__checkbox .v-field {
    height: 21px !important;
}
.valuation-login-dialog .cardPopUp__title {
    display: flex;
    justify-content: center;
    align-items: center !important;
    padding-bottom: 0px !important;
}
.valuation-login-dialog .cardPopUp__description {
    text-align: center !important;
}
.valuation-login-dialog .cardPopUp__text {
    padding-right: 30px !important;
    overflow: auto;
    height: 100% !important;
}
}
.background-grey {
  background: #fcfcfc;
}
.message-wrapper .message {
  padding-top: 0 !important;
}
.v-snackbar__actions {
  top: 6px;
}
.subscription-snackbar {
  min-height: 86px;
}
.subscription-snackbar .image-wrapper {
  height: 34px;
  width: 32px;
  display: flex;
  align-self: center;
}
.subscription-snackbar .image-wrapper img {
  width: 100%;
  height: 100%;
}
.subscription-snackbar__button {
  background: #2969ff !important;
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  max-width: 250px;
}
.declined-role {
  color: #d52819 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.declined-role-wrapper .subscription-snackbar {
  background: white;
  min-height: 104px;
}
.declined-role-wrapper .image-wrapper {
  display: flex;
  align-self: center;
}
.declined-role-wrapper .v-snackbar__actions {
  top: 6px;
}
.declined-role-wrapper .v-snackbar__actions img {
  filter: invert(100%);
}
.v-snackbar__timer {
  position: absolute;
  top: 0px;
  height: 2px;
  background: #dd226f;
}
:deep(.cursor-pointer) {
  cursor: pointer;
}
@media (max-width: 959.98px) {
.notification-snack > div {
    min-width: auto !important;
}
}@layer vuetify-core {
  @layer reset, base;
}
@layer vuetify-components;
@layer vuetify-overrides;
@layer vuetify-utilities {
  @layer theme-base;
  @layer typography;
  @layer helpers;
  @layer theme-background;
  @layer theme-foreground;
}
@layer vuetify-final {
  @layer transitions, trumps;
}
@layer vuetify-final.transitions {
  @keyframes v-shake {
    59% {
      margin-left: 0;
    }
    60%, 80% {
      margin-left: 2px;
    }
    70%, 90% {
      margin-left: -2px;
    }
  }
}
@layer vuetify-utilities.theme-base {
  .v-theme-on-light {
    color: rgb(var(--v-theme-on-light));
  }
  .v-theme-on-dark {
    color: rgb(var(--v-theme-on-dark));
  }
}
@layer vuetify-utilities.theme-background {
  .bg-black {
    background-color: #000000;
  }
  .bg-black {
    color: #FFFFFF;
  }
  .bg-white {
    background-color: #FFFFFF;
  }
  .bg-white {
    color: #000000;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-transparent {
    color: currentColor;
  }
  .bg-red {
    background-color: #F44336;
  }
  .bg-red {
    color: #FFFFFF;
  }
  .bg-red-lighten-5 {
    background-color: #FFEBEE;
  }
  .bg-red-lighten-5 {
    color: #000000;
  }
  .bg-red-lighten-4 {
    background-color: #FFCDD2;
  }
  .bg-red-lighten-4 {
    color: #000000;
  }
  .bg-red-lighten-3 {
    background-color: #EF9A9A;
  }
  .bg-red-lighten-3 {
    color: #000000;
  }
  .bg-red-lighten-2 {
    background-color: #E57373;
  }
  .bg-red-lighten-2 {
    color: #FFFFFF;
  }
  .bg-red-lighten-1 {
    background-color: #EF5350;
  }
  .bg-red-lighten-1 {
    color: #FFFFFF;
  }
  .bg-red-darken-1 {
    background-color: #E53935;
  }
  .bg-red-darken-1 {
    color: #FFFFFF;
  }
  .bg-red-darken-2 {
    background-color: #D32F2F;
  }
  .bg-red-darken-2 {
    color: #FFFFFF;
  }
  .bg-red-darken-3 {
    background-color: #C62828;
  }
  .bg-red-darken-3 {
    color: #FFFFFF;
  }
  .bg-red-darken-4 {
    background-color: #B71C1C;
  }
  .bg-red-darken-4 {
    color: #FFFFFF;
  }
  .bg-red-accent-1 {
    background-color: #FF8A80;
  }
  .bg-red-accent-1 {
    color: #000000;
  }
  .bg-red-accent-2 {
    background-color: #FF5252;
  }
  .bg-red-accent-2 {
    color: #FFFFFF;
  }
  .bg-red-accent-3 {
    background-color: #FF1744;
  }
  .bg-red-accent-3 {
    color: #FFFFFF;
  }
  .bg-red-accent-4 {
    background-color: #D50000;
  }
  .bg-red-accent-4 {
    color: #FFFFFF;
  }
  .bg-pink {
    background-color: #e91e63;
  }
  .bg-pink {
    color: #FFFFFF;
  }
  .bg-pink-lighten-5 {
    background-color: #fce4ec;
  }
  .bg-pink-lighten-5 {
    color: #000000;
  }
  .bg-pink-lighten-4 {
    background-color: #f8bbd0;
  }
  .bg-pink-lighten-4 {
    color: #000000;
  }
  .bg-pink-lighten-3 {
    background-color: #f48fb1;
  }
  .bg-pink-lighten-3 {
    color: #000000;
  }
  .bg-pink-lighten-2 {
    background-color: #f06292;
  }
  .bg-pink-lighten-2 {
    color: #FFFFFF;
  }
  .bg-pink-lighten-1 {
    background-color: #ec407a;
  }
  .bg-pink-lighten-1 {
    color: #FFFFFF;
  }
  .bg-pink-darken-1 {
    background-color: #d81b60;
  }
  .bg-pink-darken-1 {
    color: #FFFFFF;
  }
  .bg-pink-darken-2 {
    background-color: #c2185b;
  }
  .bg-pink-darken-2 {
    color: #FFFFFF;
  }
  .bg-pink-darken-3 {
    background-color: #ad1457;
  }
  .bg-pink-darken-3 {
    color: #FFFFFF;
  }
  .bg-pink-darken-4 {
    background-color: #880e4f;
  }
  .bg-pink-darken-4 {
    color: #FFFFFF;
  }
  .bg-pink-accent-1 {
    background-color: #ff80ab;
  }
  .bg-pink-accent-1 {
    color: #FFFFFF;
  }
  .bg-pink-accent-2 {
    background-color: #ff4081;
  }
  .bg-pink-accent-2 {
    color: #FFFFFF;
  }
  .bg-pink-accent-3 {
    background-color: #f50057;
  }
  .bg-pink-accent-3 {
    color: #FFFFFF;
  }
  .bg-pink-accent-4 {
    background-color: #c51162;
  }
  .bg-pink-accent-4 {
    color: #FFFFFF;
  }
  .bg-purple {
    background-color: #9c27b0;
  }
  .bg-purple {
    color: #FFFFFF;
  }
  .bg-purple-lighten-5 {
    background-color: #f3e5f5;
  }
  .bg-purple-lighten-5 {
    color: #000000;
  }
  .bg-purple-lighten-4 {
    background-color: #e1bee7;
  }
  .bg-purple-lighten-4 {
    color: #000000;
  }
  .bg-purple-lighten-3 {
    background-color: #ce93d8;
  }
  .bg-purple-lighten-3 {
    color: #FFFFFF;
  }
  .bg-purple-lighten-2 {
    background-color: #ba68c8;
  }
  .bg-purple-lighten-2 {
    color: #FFFFFF;
  }
  .bg-purple-lighten-1 {
    background-color: #ab47bc;
  }
  .bg-purple-lighten-1 {
    color: #FFFFFF;
  }
  .bg-purple-darken-1 {
    background-color: #8e24aa;
  }
  .bg-purple-darken-1 {
    color: #FFFFFF;
  }
  .bg-purple-darken-2 {
    background-color: #7b1fa2;
  }
  .bg-purple-darken-2 {
    color: #FFFFFF;
  }
  .bg-purple-darken-3 {
    background-color: #6a1b9a;
  }
  .bg-purple-darken-3 {
    color: #FFFFFF;
  }
  .bg-purple-darken-4 {
    background-color: #4a148c;
  }
  .bg-purple-darken-4 {
    color: #FFFFFF;
  }
  .bg-purple-accent-1 {
    background-color: #ea80fc;
  }
  .bg-purple-accent-1 {
    color: #FFFFFF;
  }
  .bg-purple-accent-2 {
    background-color: #e040fb;
  }
  .bg-purple-accent-2 {
    color: #FFFFFF;
  }
  .bg-purple-accent-3 {
    background-color: #d500f9;
  }
  .bg-purple-accent-3 {
    color: #FFFFFF;
  }
  .bg-purple-accent-4 {
    background-color: #aa00ff;
  }
  .bg-purple-accent-4 {
    color: #FFFFFF;
  }
  .bg-deep-purple {
    background-color: #673ab7;
  }
  .bg-deep-purple {
    color: #FFFFFF;
  }
  .bg-deep-purple-lighten-5 {
    background-color: #ede7f6;
  }
  .bg-deep-purple-lighten-5 {
    color: #000000;
  }
  .bg-deep-purple-lighten-4 {
    background-color: #d1c4e9;
  }
  .bg-deep-purple-lighten-4 {
    color: #000000;
  }
  .bg-deep-purple-lighten-3 {
    background-color: #b39ddb;
  }
  .bg-deep-purple-lighten-3 {
    color: #FFFFFF;
  }
  .bg-deep-purple-lighten-2 {
    background-color: #9575cd;
  }
  .bg-deep-purple-lighten-2 {
    color: #FFFFFF;
  }
  .bg-deep-purple-lighten-1 {
    background-color: #7e57c2;
  }
  .bg-deep-purple-lighten-1 {
    color: #FFFFFF;
  }
  .bg-deep-purple-darken-1 {
    background-color: #5e35b1;
  }
  .bg-deep-purple-darken-1 {
    color: #FFFFFF;
  }
  .bg-deep-purple-darken-2 {
    background-color: #512da8;
  }
  .bg-deep-purple-darken-2 {
    color: #FFFFFF;
  }
  .bg-deep-purple-darken-3 {
    background-color: #4527a0;
  }
  .bg-deep-purple-darken-3 {
    color: #FFFFFF;
  }
  .bg-deep-purple-darken-4 {
    background-color: #311b92;
  }
  .bg-deep-purple-darken-4 {
    color: #FFFFFF;
  }
  .bg-deep-purple-accent-1 {
    background-color: #b388ff;
  }
  .bg-deep-purple-accent-1 {
    color: #FFFFFF;
  }
  .bg-deep-purple-accent-2 {
    background-color: #7c4dff;
  }
  .bg-deep-purple-accent-2 {
    color: #FFFFFF;
  }
  .bg-deep-purple-accent-3 {
    background-color: #651fff;
  }
  .bg-deep-purple-accent-3 {
    color: #FFFFFF;
  }
  .bg-deep-purple-accent-4 {
    background-color: #6200ea;
  }
  .bg-deep-purple-accent-4 {
    color: #FFFFFF;
  }
  .bg-indigo {
    background-color: #3f51b5;
  }
  .bg-indigo {
    color: #FFFFFF;
  }
  .bg-indigo-lighten-5 {
    background-color: #e8eaf6;
  }
  .bg-indigo-lighten-5 {
    color: #000000;
  }
  .bg-indigo-lighten-4 {
    background-color: #c5cae9;
  }
  .bg-indigo-lighten-4 {
    color: #000000;
  }
  .bg-indigo-lighten-3 {
    background-color: #9fa8da;
  }
  .bg-indigo-lighten-3 {
    color: #FFFFFF;
  }
  .bg-indigo-lighten-2 {
    background-color: #7986cb;
  }
  .bg-indigo-lighten-2 {
    color: #FFFFFF;
  }
  .bg-indigo-lighten-1 {
    background-color: #5c6bc0;
  }
  .bg-indigo-lighten-1 {
    color: #FFFFFF;
  }
  .bg-indigo-darken-1 {
    background-color: #3949ab;
  }
  .bg-indigo-darken-1 {
    color: #FFFFFF;
  }
  .bg-indigo-darken-2 {
    background-color: #303f9f;
  }
  .bg-indigo-darken-2 {
    color: #FFFFFF;
  }
  .bg-indigo-darken-3 {
    background-color: #283593;
  }
  .bg-indigo-darken-3 {
    color: #FFFFFF;
  }
  .bg-indigo-darken-4 {
    background-color: #1a237e;
  }
  .bg-indigo-darken-4 {
    color: #FFFFFF;
  }
  .bg-indigo-accent-1 {
    background-color: #8c9eff;
  }
  .bg-indigo-accent-1 {
    color: #FFFFFF;
  }
  .bg-indigo-accent-2 {
    background-color: #536dfe;
  }
  .bg-indigo-accent-2 {
    color: #FFFFFF;
  }
  .bg-indigo-accent-3 {
    background-color: #3d5afe;
  }
  .bg-indigo-accent-3 {
    color: #FFFFFF;
  }
  .bg-indigo-accent-4 {
    background-color: #304ffe;
  }
  .bg-indigo-accent-4 {
    color: #FFFFFF;
  }
  .bg-blue {
    background-color: #2196F3;
  }
  .bg-blue {
    color: #FFFFFF;
  }
  .bg-blue-lighten-5 {
    background-color: #E3F2FD;
  }
  .bg-blue-lighten-5 {
    color: #000000;
  }
  .bg-blue-lighten-4 {
    background-color: #BBDEFB;
  }
  .bg-blue-lighten-4 {
    color: #000000;
  }
  .bg-blue-lighten-3 {
    background-color: #90CAF9;
  }
  .bg-blue-lighten-3 {
    color: #000000;
  }
  .bg-blue-lighten-2 {
    background-color: #64B5F6;
  }
  .bg-blue-lighten-2 {
    color: #000000;
  }
  .bg-blue-lighten-1 {
    background-color: #42A5F5;
  }
  .bg-blue-lighten-1 {
    color: #FFFFFF;
  }
  .bg-blue-darken-1 {
    background-color: #1E88E5;
  }
  .bg-blue-darken-1 {
    color: #FFFFFF;
  }
  .bg-blue-darken-2 {
    background-color: #1976D2;
  }
  .bg-blue-darken-2 {
    color: #FFFFFF;
  }
  .bg-blue-darken-3 {
    background-color: #1565C0;
  }
  .bg-blue-darken-3 {
    color: #FFFFFF;
  }
  .bg-blue-darken-4 {
    background-color: #0D47A1;
  }
  .bg-blue-darken-4 {
    color: #FFFFFF;
  }
  .bg-blue-accent-1 {
    background-color: #82B1FF;
  }
  .bg-blue-accent-1 {
    color: #000000;
  }
  .bg-blue-accent-2 {
    background-color: #448AFF;
  }
  .bg-blue-accent-2 {
    color: #FFFFFF;
  }
  .bg-blue-accent-3 {
    background-color: #2979FF;
  }
  .bg-blue-accent-3 {
    color: #FFFFFF;
  }
  .bg-blue-accent-4 {
    background-color: #2962FF;
  }
  .bg-blue-accent-4 {
    color: #FFFFFF;
  }
  .bg-light-blue {
    background-color: #03a9f4;
  }
  .bg-light-blue {
    color: #FFFFFF;
  }
  .bg-light-blue-lighten-5 {
    background-color: #e1f5fe;
  }
  .bg-light-blue-lighten-5 {
    color: #000000;
  }
  .bg-light-blue-lighten-4 {
    background-color: #b3e5fc;
  }
  .bg-light-blue-lighten-4 {
    color: #000000;
  }
  .bg-light-blue-lighten-3 {
    background-color: #81d4fa;
  }
  .bg-light-blue-lighten-3 {
    color: #000000;
  }
  .bg-light-blue-lighten-2 {
    background-color: #4fc3f7;
  }
  .bg-light-blue-lighten-2 {
    color: #000000;
  }
  .bg-light-blue-lighten-1 {
    background-color: #29b6f6;
  }
  .bg-light-blue-lighten-1 {
    color: #000000;
  }
  .bg-light-blue-darken-1 {
    background-color: #039be5;
  }
  .bg-light-blue-darken-1 {
    color: #FFFFFF;
  }
  .bg-light-blue-darken-2 {
    background-color: #0288d1;
  }
  .bg-light-blue-darken-2 {
    color: #FFFFFF;
  }
  .bg-light-blue-darken-3 {
    background-color: #0277bd;
  }
  .bg-light-blue-darken-3 {
    color: #FFFFFF;
  }
  .bg-light-blue-darken-4 {
    background-color: #01579b;
  }
  .bg-light-blue-darken-4 {
    color: #FFFFFF;
  }
  .bg-light-blue-accent-1 {
    background-color: #80d8ff;
  }
  .bg-light-blue-accent-1 {
    color: #000000;
  }
  .bg-light-blue-accent-2 {
    background-color: #40c4ff;
  }
  .bg-light-blue-accent-2 {
    color: #000000;
  }
  .bg-light-blue-accent-3 {
    background-color: #00b0ff;
  }
  .bg-light-blue-accent-3 {
    color: #FFFFFF;
  }
  .bg-light-blue-accent-4 {
    background-color: #0091ea;
  }
  .bg-light-blue-accent-4 {
    color: #FFFFFF;
  }
  .bg-cyan {
    background-color: #00bcd4;
  }
  .bg-cyan {
    color: #000000;
  }
  .bg-cyan-lighten-5 {
    background-color: #e0f7fa;
  }
  .bg-cyan-lighten-5 {
    color: #000000;
  }
  .bg-cyan-lighten-4 {
    background-color: #b2ebf2;
  }
  .bg-cyan-lighten-4 {
    color: #000000;
  }
  .bg-cyan-lighten-3 {
    background-color: #80deea;
  }
  .bg-cyan-lighten-3 {
    color: #000000;
  }
  .bg-cyan-lighten-2 {
    background-color: #4dd0e1;
  }
  .bg-cyan-lighten-2 {
    color: #000000;
  }
  .bg-cyan-lighten-1 {
    background-color: #26c6da;
  }
  .bg-cyan-lighten-1 {
    color: #000000;
  }
  .bg-cyan-darken-1 {
    background-color: #00acc1;
  }
  .bg-cyan-darken-1 {
    color: #FFFFFF;
  }
  .bg-cyan-darken-2 {
    background-color: #0097a7;
  }
  .bg-cyan-darken-2 {
    color: #FFFFFF;
  }
  .bg-cyan-darken-3 {
    background-color: #00838f;
  }
  .bg-cyan-darken-3 {
    color: #FFFFFF;
  }
  .bg-cyan-darken-4 {
    background-color: #006064;
  }
  .bg-cyan-darken-4 {
    color: #FFFFFF;
  }
  .bg-cyan-accent-1 {
    background-color: #84ffff;
  }
  .bg-cyan-accent-1 {
    color: #000000;
  }
  .bg-cyan-accent-2 {
    background-color: #18ffff;
  }
  .bg-cyan-accent-2 {
    color: #000000;
  }
  .bg-cyan-accent-3 {
    background-color: #00e5ff;
  }
  .bg-cyan-accent-3 {
    color: #000000;
  }
  .bg-cyan-accent-4 {
    background-color: #00b8d4;
  }
  .bg-cyan-accent-4 {
    color: #FFFFFF;
  }
  .bg-teal {
    background-color: #009688;
  }
  .bg-teal {
    color: #FFFFFF;
  }
  .bg-teal-lighten-5 {
    background-color: #e0f2f1;
  }
  .bg-teal-lighten-5 {
    color: #000000;
  }
  .bg-teal-lighten-4 {
    background-color: #b2dfdb;
  }
  .bg-teal-lighten-4 {
    color: #000000;
  }
  .bg-teal-lighten-3 {
    background-color: #80cbc4;
  }
  .bg-teal-lighten-3 {
    color: #000000;
  }
  .bg-teal-lighten-2 {
    background-color: #4db6ac;
  }
  .bg-teal-lighten-2 {
    color: #FFFFFF;
  }
  .bg-teal-lighten-1 {
    background-color: #26a69a;
  }
  .bg-teal-lighten-1 {
    color: #FFFFFF;
  }
  .bg-teal-darken-1 {
    background-color: #00897b;
  }
  .bg-teal-darken-1 {
    color: #FFFFFF;
  }
  .bg-teal-darken-2 {
    background-color: #00796b;
  }
  .bg-teal-darken-2 {
    color: #FFFFFF;
  }
  .bg-teal-darken-3 {
    background-color: #00695c;
  }
  .bg-teal-darken-3 {
    color: #FFFFFF;
  }
  .bg-teal-darken-4 {
    background-color: #004d40;
  }
  .bg-teal-darken-4 {
    color: #FFFFFF;
  }
  .bg-teal-accent-1 {
    background-color: #a7ffeb;
  }
  .bg-teal-accent-1 {
    color: #000000;
  }
  .bg-teal-accent-2 {
    background-color: #64ffda;
  }
  .bg-teal-accent-2 {
    color: #000000;
  }
  .bg-teal-accent-3 {
    background-color: #1de9b6;
  }
  .bg-teal-accent-3 {
    color: #000000;
  }
  .bg-teal-accent-4 {
    background-color: #00bfa5;
  }
  .bg-teal-accent-4 {
    color: #FFFFFF;
  }
  .bg-green {
    background-color: #4CAF50;
  }
  .bg-green {
    color: #FFFFFF;
  }
  .bg-green-lighten-5 {
    background-color: #E8F5E9;
  }
  .bg-green-lighten-5 {
    color: #000000;
  }
  .bg-green-lighten-4 {
    background-color: #C8E6C9;
  }
  .bg-green-lighten-4 {
    color: #000000;
  }
  .bg-green-lighten-3 {
    background-color: #A5D6A7;
  }
  .bg-green-lighten-3 {
    color: #000000;
  }
  .bg-green-lighten-2 {
    background-color: #81C784;
  }
  .bg-green-lighten-2 {
    color: #000000;
  }
  .bg-green-lighten-1 {
    background-color: #66BB6A;
  }
  .bg-green-lighten-1 {
    color: #FFFFFF;
  }
  .bg-green-darken-1 {
    background-color: #43A047;
  }
  .bg-green-darken-1 {
    color: #FFFFFF;
  }
  .bg-green-darken-2 {
    background-color: #388E3C;
  }
  .bg-green-darken-2 {
    color: #FFFFFF;
  }
  .bg-green-darken-3 {
    background-color: #2E7D32;
  }
  .bg-green-darken-3 {
    color: #FFFFFF;
  }
  .bg-green-darken-4 {
    background-color: #1B5E20;
  }
  .bg-green-darken-4 {
    color: #FFFFFF;
  }
  .bg-green-accent-1 {
    background-color: #B9F6CA;
  }
  .bg-green-accent-1 {
    color: #000000;
  }
  .bg-green-accent-2 {
    background-color: #69F0AE;
  }
  .bg-green-accent-2 {
    color: #000000;
  }
  .bg-green-accent-3 {
    background-color: #00E676;
  }
  .bg-green-accent-3 {
    color: #000000;
  }
  .bg-green-accent-4 {
    background-color: #00C853;
  }
  .bg-green-accent-4 {
    color: #000000;
  }
  .bg-light-green {
    background-color: #8bc34a;
  }
  .bg-light-green {
    color: #000000;
  }
  .bg-light-green-lighten-5 {
    background-color: #f1f8e9;
  }
  .bg-light-green-lighten-5 {
    color: #000000;
  }
  .bg-light-green-lighten-4 {
    background-color: #dcedc8;
  }
  .bg-light-green-lighten-4 {
    color: #000000;
  }
  .bg-light-green-lighten-3 {
    background-color: #c5e1a5;
  }
  .bg-light-green-lighten-3 {
    color: #000000;
  }
  .bg-light-green-lighten-2 {
    background-color: #aed581;
  }
  .bg-light-green-lighten-2 {
    color: #000000;
  }
  .bg-light-green-lighten-1 {
    background-color: #9ccc65;
  }
  .bg-light-green-lighten-1 {
    color: #000000;
  }
  .bg-light-green-darken-1 {
    background-color: #7cb342;
  }
  .bg-light-green-darken-1 {
    color: #FFFFFF;
  }
  .bg-light-green-darken-2 {
    background-color: #689f38;
  }
  .bg-light-green-darken-2 {
    color: #FFFFFF;
  }
  .bg-light-green-darken-3 {
    background-color: #558b2f;
  }
  .bg-light-green-darken-3 {
    color: #FFFFFF;
  }
  .bg-light-green-darken-4 {
    background-color: #33691e;
  }
  .bg-light-green-darken-4 {
    color: #FFFFFF;
  }
  .bg-light-green-accent-1 {
    background-color: #ccff90;
  }
  .bg-light-green-accent-1 {
    color: #000000;
  }
  .bg-light-green-accent-2 {
    background-color: #b2ff59;
  }
  .bg-light-green-accent-2 {
    color: #000000;
  }
  .bg-light-green-accent-3 {
    background-color: #76ff03;
  }
  .bg-light-green-accent-3 {
    color: #000000;
  }
  .bg-light-green-accent-4 {
    background-color: #64dd17;
  }
  .bg-light-green-accent-4 {
    color: #000000;
  }
  .bg-lime {
    background-color: #cddc39;
  }
  .bg-lime {
    color: #000000;
  }
  .bg-lime-lighten-5 {
    background-color: #f9fbe7;
  }
  .bg-lime-lighten-5 {
    color: #000000;
  }
  .bg-lime-lighten-4 {
    background-color: #f0f4c3;
  }
  .bg-lime-lighten-4 {
    color: #000000;
  }
  .bg-lime-lighten-3 {
    background-color: #e6ee9c;
  }
  .bg-lime-lighten-3 {
    color: #000000;
  }
  .bg-lime-lighten-2 {
    background-color: #dce775;
  }
  .bg-lime-lighten-2 {
    color: #000000;
  }
  .bg-lime-lighten-1 {
    background-color: #d4e157;
  }
  .bg-lime-lighten-1 {
    color: #000000;
  }
  .bg-lime-darken-1 {
    background-color: #c0ca33;
  }
  .bg-lime-darken-1 {
    color: #000000;
  }
  .bg-lime-darken-2 {
    background-color: #afb42b;
  }
  .bg-lime-darken-2 {
    color: #000000;
  }
  .bg-lime-darken-3 {
    background-color: #9e9d24;
  }
  .bg-lime-darken-3 {
    color: #FFFFFF;
  }
  .bg-lime-darken-4 {
    background-color: #827717;
  }
  .bg-lime-darken-4 {
    color: #FFFFFF;
  }
  .bg-lime-accent-1 {
    background-color: #f4ff81;
  }
  .bg-lime-accent-1 {
    color: #000000;
  }
  .bg-lime-accent-2 {
    background-color: #eeff41;
  }
  .bg-lime-accent-2 {
    color: #000000;
  }
  .bg-lime-accent-3 {
    background-color: #c6ff00;
  }
  .bg-lime-accent-3 {
    color: #000000;
  }
  .bg-lime-accent-4 {
    background-color: #aeea00;
  }
  .bg-lime-accent-4 {
    color: #000000;
  }
  .bg-yellow {
    background-color: #ffeb3b;
  }
  .bg-yellow {
    color: #000000;
  }
  .bg-yellow-lighten-5 {
    background-color: #fffde7;
  }
  .bg-yellow-lighten-5 {
    color: #000000;
  }
  .bg-yellow-lighten-4 {
    background-color: #fff9c4;
  }
  .bg-yellow-lighten-4 {
    color: #000000;
  }
  .bg-yellow-lighten-3 {
    background-color: #fff59d;
  }
  .bg-yellow-lighten-3 {
    color: #000000;
  }
  .bg-yellow-lighten-2 {
    background-color: #fff176;
  }
  .bg-yellow-lighten-2 {
    color: #000000;
  }
  .bg-yellow-lighten-1 {
    background-color: #ffee58;
  }
  .bg-yellow-lighten-1 {
    color: #000000;
  }
  .bg-yellow-darken-1 {
    background-color: #fdd835;
  }
  .bg-yellow-darken-1 {
    color: #000000;
  }
  .bg-yellow-darken-2 {
    background-color: #fbc02d;
  }
  .bg-yellow-darken-2 {
    color: #000000;
  }
  .bg-yellow-darken-3 {
    background-color: #f9a825;
  }
  .bg-yellow-darken-3 {
    color: #000000;
  }
  .bg-yellow-darken-4 {
    background-color: #f57f17;
  }
  .bg-yellow-darken-4 {
    color: #FFFFFF;
  }
  .bg-yellow-accent-1 {
    background-color: #ffff8d;
  }
  .bg-yellow-accent-1 {
    color: #000000;
  }
  .bg-yellow-accent-2 {
    background-color: #ffff00;
  }
  .bg-yellow-accent-2 {
    color: #000000;
  }
  .bg-yellow-accent-3 {
    background-color: #ffea00;
  }
  .bg-yellow-accent-3 {
    color: #000000;
  }
  .bg-yellow-accent-4 {
    background-color: #ffd600;
  }
  .bg-yellow-accent-4 {
    color: #000000;
  }
  .bg-amber {
    background-color: #ffc107;
  }
  .bg-amber {
    color: #000000;
  }
  .bg-amber-lighten-5 {
    background-color: #fff8e1;
  }
  .bg-amber-lighten-5 {
    color: #000000;
  }
  .bg-amber-lighten-4 {
    background-color: #ffecb3;
  }
  .bg-amber-lighten-4 {
    color: #000000;
  }
  .bg-amber-lighten-3 {
    background-color: #ffe082;
  }
  .bg-amber-lighten-3 {
    color: #000000;
  }
  .bg-amber-lighten-2 {
    background-color: #ffd54f;
  }
  .bg-amber-lighten-2 {
    color: #000000;
  }
  .bg-amber-lighten-1 {
    background-color: #ffca28;
  }
  .bg-amber-lighten-1 {
    color: #000000;
  }
  .bg-amber-darken-1 {
    background-color: #ffb300;
  }
  .bg-amber-darken-1 {
    color: #000000;
  }
  .bg-amber-darken-2 {
    background-color: #ffa000;
  }
  .bg-amber-darken-2 {
    color: #000000;
  }
  .bg-amber-darken-3 {
    background-color: #ff8f00;
  }
  .bg-amber-darken-3 {
    color: #000000;
  }
  .bg-amber-darken-4 {
    background-color: #ff6f00;
  }
  .bg-amber-darken-4 {
    color: #FFFFFF;
  }
  .bg-amber-accent-1 {
    background-color: #ffe57f;
  }
  .bg-amber-accent-1 {
    color: #000000;
  }
  .bg-amber-accent-2 {
    background-color: #ffd740;
  }
  .bg-amber-accent-2 {
    color: #000000;
  }
  .bg-amber-accent-3 {
    background-color: #ffc400;
  }
  .bg-amber-accent-3 {
    color: #000000;
  }
  .bg-amber-accent-4 {
    background-color: #ffab00;
  }
  .bg-amber-accent-4 {
    color: #000000;
  }
  .bg-orange {
    background-color: #ff9800;
  }
  .bg-orange {
    color: #000000;
  }
  .bg-orange-lighten-5 {
    background-color: #fff3e0;
  }
  .bg-orange-lighten-5 {
    color: #000000;
  }
  .bg-orange-lighten-4 {
    background-color: #ffe0b2;
  }
  .bg-orange-lighten-4 {
    color: #000000;
  }
  .bg-orange-lighten-3 {
    background-color: #ffcc80;
  }
  .bg-orange-lighten-3 {
    color: #000000;
  }
  .bg-orange-lighten-2 {
    background-color: #ffb74d;
  }
  .bg-orange-lighten-2 {
    color: #000000;
  }
  .bg-orange-lighten-1 {
    background-color: #ffa726;
  }
  .bg-orange-lighten-1 {
    color: #000000;
  }
  .bg-orange-darken-1 {
    background-color: #fb8c00;
  }
  .bg-orange-darken-1 {
    color: #FFFFFF;
  }
  .bg-orange-darken-2 {
    background-color: #f57c00;
  }
  .bg-orange-darken-2 {
    color: #FFFFFF;
  }
  .bg-orange-darken-3 {
    background-color: #ef6c00;
  }
  .bg-orange-darken-3 {
    color: #FFFFFF;
  }
  .bg-orange-darken-4 {
    background-color: #e65100;
  }
  .bg-orange-darken-4 {
    color: #FFFFFF;
  }
  .bg-orange-accent-1 {
    background-color: #ffd180;
  }
  .bg-orange-accent-1 {
    color: #000000;
  }
  .bg-orange-accent-2 {
    background-color: #ffab40;
  }
  .bg-orange-accent-2 {
    color: #000000;
  }
  .bg-orange-accent-3 {
    background-color: #ff9100;
  }
  .bg-orange-accent-3 {
    color: #000000;
  }
  .bg-orange-accent-4 {
    background-color: #ff6d00;
  }
  .bg-orange-accent-4 {
    color: #FFFFFF;
  }
  .bg-deep-orange {
    background-color: #ff5722;
  }
  .bg-deep-orange {
    color: #FFFFFF;
  }
  .bg-deep-orange-lighten-5 {
    background-color: #fbe9e7;
  }
  .bg-deep-orange-lighten-5 {
    color: #000000;
  }
  .bg-deep-orange-lighten-4 {
    background-color: #ffccbc;
  }
  .bg-deep-orange-lighten-4 {
    color: #000000;
  }
  .bg-deep-orange-lighten-3 {
    background-color: #ffab91;
  }
  .bg-deep-orange-lighten-3 {
    color: #000000;
  }
  .bg-deep-orange-lighten-2 {
    background-color: #ff8a65;
  }
  .bg-deep-orange-lighten-2 {
    color: #000000;
  }
  .bg-deep-orange-lighten-1 {
    background-color: #ff7043;
  }
  .bg-deep-orange-lighten-1 {
    color: #FFFFFF;
  }
  .bg-deep-orange-darken-1 {
    background-color: #f4511e;
  }
  .bg-deep-orange-darken-1 {
    color: #FFFFFF;
  }
  .bg-deep-orange-darken-2 {
    background-color: #e64a19;
  }
  .bg-deep-orange-darken-2 {
    color: #FFFFFF;
  }
  .bg-deep-orange-darken-3 {
    background-color: #d84315;
  }
  .bg-deep-orange-darken-3 {
    color: #FFFFFF;
  }
  .bg-deep-orange-darken-4 {
    background-color: #bf360c;
  }
  .bg-deep-orange-darken-4 {
    color: #FFFFFF;
  }
  .bg-deep-orange-accent-1 {
    background-color: #ff9e80;
  }
  .bg-deep-orange-accent-1 {
    color: #000000;
  }
  .bg-deep-orange-accent-2 {
    background-color: #ff6e40;
  }
  .bg-deep-orange-accent-2 {
    color: #FFFFFF;
  }
  .bg-deep-orange-accent-3 {
    background-color: #ff3d00;
  }
  .bg-deep-orange-accent-3 {
    color: #FFFFFF;
  }
  .bg-deep-orange-accent-4 {
    background-color: #dd2c00;
  }
  .bg-deep-orange-accent-4 {
    color: #FFFFFF;
  }
  .bg-brown {
    background-color: #795548;
  }
  .bg-brown {
    color: #FFFFFF;
  }
  .bg-brown-lighten-5 {
    background-color: #efebe9;
  }
  .bg-brown-lighten-5 {
    color: #000000;
  }
  .bg-brown-lighten-4 {
    background-color: #d7ccc8;
  }
  .bg-brown-lighten-4 {
    color: #000000;
  }
  .bg-brown-lighten-3 {
    background-color: #bcaaa4;
  }
  .bg-brown-lighten-3 {
    color: #000000;
  }
  .bg-brown-lighten-2 {
    background-color: #a1887f;
  }
  .bg-brown-lighten-2 {
    color: #FFFFFF;
  }
  .bg-brown-lighten-1 {
    background-color: #8d6e63;
  }
  .bg-brown-lighten-1 {
    color: #FFFFFF;
  }
  .bg-brown-darken-1 {
    background-color: #6d4c41;
  }
  .bg-brown-darken-1 {
    color: #FFFFFF;
  }
  .bg-brown-darken-2 {
    background-color: #5d4037;
  }
  .bg-brown-darken-2 {
    color: #FFFFFF;
  }
  .bg-brown-darken-3 {
    background-color: #4e342e;
  }
  .bg-brown-darken-3 {
    color: #FFFFFF;
  }
  .bg-brown-darken-4 {
    background-color: #3e2723;
  }
  .bg-brown-darken-4 {
    color: #FFFFFF;
  }
  .bg-blue-grey {
    background-color: #607d8b;
  }
  .bg-blue-grey {
    color: #FFFFFF;
  }
  .bg-blue-grey-lighten-5 {
    background-color: #eceff1;
  }
  .bg-blue-grey-lighten-5 {
    color: #000000;
  }
  .bg-blue-grey-lighten-4 {
    background-color: #cfd8dc;
  }
  .bg-blue-grey-lighten-4 {
    color: #000000;
  }
  .bg-blue-grey-lighten-3 {
    background-color: #b0bec5;
  }
  .bg-blue-grey-lighten-3 {
    color: #000000;
  }
  .bg-blue-grey-lighten-2 {
    background-color: #90a4ae;
  }
  .bg-blue-grey-lighten-2 {
    color: #FFFFFF;
  }
  .bg-blue-grey-lighten-1 {
    background-color: #78909c;
  }
  .bg-blue-grey-lighten-1 {
    color: #FFFFFF;
  }
  .bg-blue-grey-darken-1 {
    background-color: #546e7a;
  }
  .bg-blue-grey-darken-1 {
    color: #FFFFFF;
  }
  .bg-blue-grey-darken-2 {
    background-color: #455a64;
  }
  .bg-blue-grey-darken-2 {
    color: #FFFFFF;
  }
  .bg-blue-grey-darken-3 {
    background-color: #37474f;
  }
  .bg-blue-grey-darken-3 {
    color: #FFFFFF;
  }
  .bg-blue-grey-darken-4 {
    background-color: #263238;
  }
  .bg-blue-grey-darken-4 {
    color: #FFFFFF;
  }
  .bg-grey {
    background-color: #9e9e9e;
  }
  .bg-grey {
    color: #FFFFFF;
  }
  .bg-grey-lighten-5 {
    background-color: #fafafa;
  }
  .bg-grey-lighten-5 {
    color: #000000;
  }
  .bg-grey-lighten-4 {
    background-color: #f5f5f5;
  }
  .bg-grey-lighten-4 {
    color: #000000;
  }
  .bg-grey-lighten-3 {
    background-color: #eeeeee;
  }
  .bg-grey-lighten-3 {
    color: #000000;
  }
  .bg-grey-lighten-2 {
    background-color: #e0e0e0;
  }
  .bg-grey-lighten-2 {
    color: #000000;
  }
  .bg-grey-lighten-1 {
    background-color: #bdbdbd;
  }
  .bg-grey-lighten-1 {
    color: #000000;
  }
  .bg-grey-darken-1 {
    background-color: #757575;
  }
  .bg-grey-darken-1 {
    color: #FFFFFF;
  }
  .bg-grey-darken-2 {
    background-color: #616161;
  }
  .bg-grey-darken-2 {
    color: #FFFFFF;
  }
  .bg-grey-darken-3 {
    background-color: #424242;
  }
  .bg-grey-darken-3 {
    color: #FFFFFF;
  }
  .bg-grey-darken-4 {
    background-color: #212121;
  }
  .bg-grey-darken-4 {
    color: #FFFFFF;
  }
  .bg-shades-black {
    background-color: #000000;
  }
  .bg-shades-black {
    color: #FFFFFF;
  }
  .bg-shades-white {
    background-color: #FFFFFF;
  }
  .bg-shades-white {
    color: #000000;
  }
  .bg-shades-transparent {
    background-color: transparent;
  }
  .bg-shades-transparent {
    color: currentColor;
  }
}
@layer vuetify-utilities.theme-foreground {
  .text-black {
    color: #000000;
  }
  .text-white {
    color: #FFFFFF;
  }
  .text-transparent {
    color: transparent;
  }
  .text-red {
    color: #F44336;
  }
  .text-red-lighten-5 {
    color: #FFEBEE;
  }
  .text-red-lighten-4 {
    color: #FFCDD2;
  }
  .text-red-lighten-3 {
    color: #EF9A9A;
  }
  .text-red-lighten-2 {
    color: #E57373;
  }
  .text-red-lighten-1 {
    color: #EF5350;
  }
  .text-red-darken-1 {
    color: #E53935;
  }
  .text-red-darken-2 {
    color: #D32F2F;
  }
  .text-red-darken-3 {
    color: #C62828;
  }
  .text-red-darken-4 {
    color: #B71C1C;
  }
  .text-red-accent-1 {
    color: #FF8A80;
  }
  .text-red-accent-2 {
    color: #FF5252;
  }
  .text-red-accent-3 {
    color: #FF1744;
  }
  .text-red-accent-4 {
    color: #D50000;
  }
  .text-pink {
    color: #e91e63;
  }
  .text-pink-lighten-5 {
    color: #fce4ec;
  }
  .text-pink-lighten-4 {
    color: #f8bbd0;
  }
  .text-pink-lighten-3 {
    color: #f48fb1;
  }
  .text-pink-lighten-2 {
    color: #f06292;
  }
  .text-pink-lighten-1 {
    color: #ec407a;
  }
  .text-pink-darken-1 {
    color: #d81b60;
  }
  .text-pink-darken-2 {
    color: #c2185b;
  }
  .text-pink-darken-3 {
    color: #ad1457;
  }
  .text-pink-darken-4 {
    color: #880e4f;
  }
  .text-pink-accent-1 {
    color: #ff80ab;
  }
  .text-pink-accent-2 {
    color: #ff4081;
  }
  .text-pink-accent-3 {
    color: #f50057;
  }
  .text-pink-accent-4 {
    color: #c51162;
  }
  .text-purple {
    color: #9c27b0;
  }
  .text-purple-lighten-5 {
    color: #f3e5f5;
  }
  .text-purple-lighten-4 {
    color: #e1bee7;
  }
  .text-purple-lighten-3 {
    color: #ce93d8;
  }
  .text-purple-lighten-2 {
    color: #ba68c8;
  }
  .text-purple-lighten-1 {
    color: #ab47bc;
  }
  .text-purple-darken-1 {
    color: #8e24aa;
  }
  .text-purple-darken-2 {
    color: #7b1fa2;
  }
  .text-purple-darken-3 {
    color: #6a1b9a;
  }
  .text-purple-darken-4 {
    color: #4a148c;
  }
  .text-purple-accent-1 {
    color: #ea80fc;
  }
  .text-purple-accent-2 {
    color: #e040fb;
  }
  .text-purple-accent-3 {
    color: #d500f9;
  }
  .text-purple-accent-4 {
    color: #aa00ff;
  }
  .text-deep-purple {
    color: #673ab7;
  }
  .text-deep-purple-lighten-5 {
    color: #ede7f6;
  }
  .text-deep-purple-lighten-4 {
    color: #d1c4e9;
  }
  .text-deep-purple-lighten-3 {
    color: #b39ddb;
  }
  .text-deep-purple-lighten-2 {
    color: #9575cd;
  }
  .text-deep-purple-lighten-1 {
    color: #7e57c2;
  }
  .text-deep-purple-darken-1 {
    color: #5e35b1;
  }
  .text-deep-purple-darken-2 {
    color: #512da8;
  }
  .text-deep-purple-darken-3 {
    color: #4527a0;
  }
  .text-deep-purple-darken-4 {
    color: #311b92;
  }
  .text-deep-purple-accent-1 {
    color: #b388ff;
  }
  .text-deep-purple-accent-2 {
    color: #7c4dff;
  }
  .text-deep-purple-accent-3 {
    color: #651fff;
  }
  .text-deep-purple-accent-4 {
    color: #6200ea;
  }
  .text-indigo {
    color: #3f51b5;
  }
  .text-indigo-lighten-5 {
    color: #e8eaf6;
  }
  .text-indigo-lighten-4 {
    color: #c5cae9;
  }
  .text-indigo-lighten-3 {
    color: #9fa8da;
  }
  .text-indigo-lighten-2 {
    color: #7986cb;
  }
  .text-indigo-lighten-1 {
    color: #5c6bc0;
  }
  .text-indigo-darken-1 {
    color: #3949ab;
  }
  .text-indigo-darken-2 {
    color: #303f9f;
  }
  .text-indigo-darken-3 {
    color: #283593;
  }
  .text-indigo-darken-4 {
    color: #1a237e;
  }
  .text-indigo-accent-1 {
    color: #8c9eff;
  }
  .text-indigo-accent-2 {
    color: #536dfe;
  }
  .text-indigo-accent-3 {
    color: #3d5afe;
  }
  .text-indigo-accent-4 {
    color: #304ffe;
  }
  .text-blue {
    color: #2196F3;
  }
  .text-blue-lighten-5 {
    color: #E3F2FD;
  }
  .text-blue-lighten-4 {
    color: #BBDEFB;
  }
  .text-blue-lighten-3 {
    color: #90CAF9;
  }
  .text-blue-lighten-2 {
    color: #64B5F6;
  }
  .text-blue-lighten-1 {
    color: #42A5F5;
  }
  .text-blue-darken-1 {
    color: #1E88E5;
  }
  .text-blue-darken-2 {
    color: #1976D2;
  }
  .text-blue-darken-3 {
    color: #1565C0;
  }
  .text-blue-darken-4 {
    color: #0D47A1;
  }
  .text-blue-accent-1 {
    color: #82B1FF;
  }
  .text-blue-accent-2 {
    color: #448AFF;
  }
  .text-blue-accent-3 {
    color: #2979FF;
  }
  .text-blue-accent-4 {
    color: #2962FF;
  }
  .text-light-blue {
    color: #03a9f4;
  }
  .text-light-blue-lighten-5 {
    color: #e1f5fe;
  }
  .text-light-blue-lighten-4 {
    color: #b3e5fc;
  }
  .text-light-blue-lighten-3 {
    color: #81d4fa;
  }
  .text-light-blue-lighten-2 {
    color: #4fc3f7;
  }
  .text-light-blue-lighten-1 {
    color: #29b6f6;
  }
  .text-light-blue-darken-1 {
    color: #039be5;
  }
  .text-light-blue-darken-2 {
    color: #0288d1;
  }
  .text-light-blue-darken-3 {
    color: #0277bd;
  }
  .text-light-blue-darken-4 {
    color: #01579b;
  }
  .text-light-blue-accent-1 {
    color: #80d8ff;
  }
  .text-light-blue-accent-2 {
    color: #40c4ff;
  }
  .text-light-blue-accent-3 {
    color: #00b0ff;
  }
  .text-light-blue-accent-4 {
    color: #0091ea;
  }
  .text-cyan {
    color: #00bcd4;
  }
  .text-cyan-lighten-5 {
    color: #e0f7fa;
  }
  .text-cyan-lighten-4 {
    color: #b2ebf2;
  }
  .text-cyan-lighten-3 {
    color: #80deea;
  }
  .text-cyan-lighten-2 {
    color: #4dd0e1;
  }
  .text-cyan-lighten-1 {
    color: #26c6da;
  }
  .text-cyan-darken-1 {
    color: #00acc1;
  }
  .text-cyan-darken-2 {
    color: #0097a7;
  }
  .text-cyan-darken-3 {
    color: #00838f;
  }
  .text-cyan-darken-4 {
    color: #006064;
  }
  .text-cyan-accent-1 {
    color: #84ffff;
  }
  .text-cyan-accent-2 {
    color: #18ffff;
  }
  .text-cyan-accent-3 {
    color: #00e5ff;
  }
  .text-cyan-accent-4 {
    color: #00b8d4;
  }
  .text-teal {
    color: #009688;
  }
  .text-teal-lighten-5 {
    color: #e0f2f1;
  }
  .text-teal-lighten-4 {
    color: #b2dfdb;
  }
  .text-teal-lighten-3 {
    color: #80cbc4;
  }
  .text-teal-lighten-2 {
    color: #4db6ac;
  }
  .text-teal-lighten-1 {
    color: #26a69a;
  }
  .text-teal-darken-1 {
    color: #00897b;
  }
  .text-teal-darken-2 {
    color: #00796b;
  }
  .text-teal-darken-3 {
    color: #00695c;
  }
  .text-teal-darken-4 {
    color: #004d40;
  }
  .text-teal-accent-1 {
    color: #a7ffeb;
  }
  .text-teal-accent-2 {
    color: #64ffda;
  }
  .text-teal-accent-3 {
    color: #1de9b6;
  }
  .text-teal-accent-4 {
    color: #00bfa5;
  }
  .text-green {
    color: #4CAF50;
  }
  .text-green-lighten-5 {
    color: #E8F5E9;
  }
  .text-green-lighten-4 {
    color: #C8E6C9;
  }
  .text-green-lighten-3 {
    color: #A5D6A7;
  }
  .text-green-lighten-2 {
    color: #81C784;
  }
  .text-green-lighten-1 {
    color: #66BB6A;
  }
  .text-green-darken-1 {
    color: #43A047;
  }
  .text-green-darken-2 {
    color: #388E3C;
  }
  .text-green-darken-3 {
    color: #2E7D32;
  }
  .text-green-darken-4 {
    color: #1B5E20;
  }
  .text-green-accent-1 {
    color: #B9F6CA;
  }
  .text-green-accent-2 {
    color: #69F0AE;
  }
  .text-green-accent-3 {
    color: #00E676;
  }
  .text-green-accent-4 {
    color: #00C853;
  }
  .text-light-green {
    color: #8bc34a;
  }
  .text-light-green-lighten-5 {
    color: #f1f8e9;
  }
  .text-light-green-lighten-4 {
    color: #dcedc8;
  }
  .text-light-green-lighten-3 {
    color: #c5e1a5;
  }
  .text-light-green-lighten-2 {
    color: #aed581;
  }
  .text-light-green-lighten-1 {
    color: #9ccc65;
  }
  .text-light-green-darken-1 {
    color: #7cb342;
  }
  .text-light-green-darken-2 {
    color: #689f38;
  }
  .text-light-green-darken-3 {
    color: #558b2f;
  }
  .text-light-green-darken-4 {
    color: #33691e;
  }
  .text-light-green-accent-1 {
    color: #ccff90;
  }
  .text-light-green-accent-2 {
    color: #b2ff59;
  }
  .text-light-green-accent-3 {
    color: #76ff03;
  }
  .text-light-green-accent-4 {
    color: #64dd17;
  }
  .text-lime {
    color: #cddc39;
  }
  .text-lime-lighten-5 {
    color: #f9fbe7;
  }
  .text-lime-lighten-4 {
    color: #f0f4c3;
  }
  .text-lime-lighten-3 {
    color: #e6ee9c;
  }
  .text-lime-lighten-2 {
    color: #dce775;
  }
  .text-lime-lighten-1 {
    color: #d4e157;
  }
  .text-lime-darken-1 {
    color: #c0ca33;
  }
  .text-lime-darken-2 {
    color: #afb42b;
  }
  .text-lime-darken-3 {
    color: #9e9d24;
  }
  .text-lime-darken-4 {
    color: #827717;
  }
  .text-lime-accent-1 {
    color: #f4ff81;
  }
  .text-lime-accent-2 {
    color: #eeff41;
  }
  .text-lime-accent-3 {
    color: #c6ff00;
  }
  .text-lime-accent-4 {
    color: #aeea00;
  }
  .text-yellow {
    color: #ffeb3b;
  }
  .text-yellow-lighten-5 {
    color: #fffde7;
  }
  .text-yellow-lighten-4 {
    color: #fff9c4;
  }
  .text-yellow-lighten-3 {
    color: #fff59d;
  }
  .text-yellow-lighten-2 {
    color: #fff176;
  }
  .text-yellow-lighten-1 {
    color: #ffee58;
  }
  .text-yellow-darken-1 {
    color: #fdd835;
  }
  .text-yellow-darken-2 {
    color: #fbc02d;
  }
  .text-yellow-darken-3 {
    color: #f9a825;
  }
  .text-yellow-darken-4 {
    color: #f57f17;
  }
  .text-yellow-accent-1 {
    color: #ffff8d;
  }
  .text-yellow-accent-2 {
    color: #ffff00;
  }
  .text-yellow-accent-3 {
    color: #ffea00;
  }
  .text-yellow-accent-4 {
    color: #ffd600;
  }
  .text-amber {
    color: #ffc107;
  }
  .text-amber-lighten-5 {
    color: #fff8e1;
  }
  .text-amber-lighten-4 {
    color: #ffecb3;
  }
  .text-amber-lighten-3 {
    color: #ffe082;
  }
  .text-amber-lighten-2 {
    color: #ffd54f;
  }
  .text-amber-lighten-1 {
    color: #ffca28;
  }
  .text-amber-darken-1 {
    color: #ffb300;
  }
  .text-amber-darken-2 {
    color: #ffa000;
  }
  .text-amber-darken-3 {
    color: #ff8f00;
  }
  .text-amber-darken-4 {
    color: #ff6f00;
  }
  .text-amber-accent-1 {
    color: #ffe57f;
  }
  .text-amber-accent-2 {
    color: #ffd740;
  }
  .text-amber-accent-3 {
    color: #ffc400;
  }
  .text-amber-accent-4 {
    color: #ffab00;
  }
  .text-orange {
    color: #ff9800;
  }
  .text-orange-lighten-5 {
    color: #fff3e0;
  }
  .text-orange-lighten-4 {
    color: #ffe0b2;
  }
  .text-orange-lighten-3 {
    color: #ffcc80;
  }
  .text-orange-lighten-2 {
    color: #ffb74d;
  }
  .text-orange-lighten-1 {
    color: #ffa726;
  }
  .text-orange-darken-1 {
    color: #fb8c00;
  }
  .text-orange-darken-2 {
    color: #f57c00;
  }
  .text-orange-darken-3 {
    color: #ef6c00;
  }
  .text-orange-darken-4 {
    color: #e65100;
  }
  .text-orange-accent-1 {
    color: #ffd180;
  }
  .text-orange-accent-2 {
    color: #ffab40;
  }
  .text-orange-accent-3 {
    color: #ff9100;
  }
  .text-orange-accent-4 {
    color: #ff6d00;
  }
  .text-deep-orange {
    color: #ff5722;
  }
  .text-deep-orange-lighten-5 {
    color: #fbe9e7;
  }
  .text-deep-orange-lighten-4 {
    color: #ffccbc;
  }
  .text-deep-orange-lighten-3 {
    color: #ffab91;
  }
  .text-deep-orange-lighten-2 {
    color: #ff8a65;
  }
  .text-deep-orange-lighten-1 {
    color: #ff7043;
  }
  .text-deep-orange-darken-1 {
    color: #f4511e;
  }
  .text-deep-orange-darken-2 {
    color: #e64a19;
  }
  .text-deep-orange-darken-3 {
    color: #d84315;
  }
  .text-deep-orange-darken-4 {
    color: #bf360c;
  }
  .text-deep-orange-accent-1 {
    color: #ff9e80;
  }
  .text-deep-orange-accent-2 {
    color: #ff6e40;
  }
  .text-deep-orange-accent-3 {
    color: #ff3d00;
  }
  .text-deep-orange-accent-4 {
    color: #dd2c00;
  }
  .text-brown {
    color: #795548;
  }
  .text-brown-lighten-5 {
    color: #efebe9;
  }
  .text-brown-lighten-4 {
    color: #d7ccc8;
  }
  .text-brown-lighten-3 {
    color: #bcaaa4;
  }
  .text-brown-lighten-2 {
    color: #a1887f;
  }
  .text-brown-lighten-1 {
    color: #8d6e63;
  }
  .text-brown-darken-1 {
    color: #6d4c41;
  }
  .text-brown-darken-2 {
    color: #5d4037;
  }
  .text-brown-darken-3 {
    color: #4e342e;
  }
  .text-brown-darken-4 {
    color: #3e2723;
  }
  .text-blue-grey {
    color: #607d8b;
  }
  .text-blue-grey-lighten-5 {
    color: #eceff1;
  }
  .text-blue-grey-lighten-4 {
    color: #cfd8dc;
  }
  .text-blue-grey-lighten-3 {
    color: #b0bec5;
  }
  .text-blue-grey-lighten-2 {
    color: #90a4ae;
  }
  .text-blue-grey-lighten-1 {
    color: #78909c;
  }
  .text-blue-grey-darken-1 {
    color: #546e7a;
  }
  .text-blue-grey-darken-2 {
    color: #455a64;
  }
  .text-blue-grey-darken-3 {
    color: #37474f;
  }
  .text-blue-grey-darken-4 {
    color: #263238;
  }
  .text-grey {
    color: #9e9e9e;
  }
  .text-grey-lighten-5 {
    color: #fafafa;
  }
  .text-grey-lighten-4 {
    color: #f5f5f5;
  }
  .text-grey-lighten-3 {
    color: #eeeeee;
  }
  .text-grey-lighten-2 {
    color: #e0e0e0;
  }
  .text-grey-lighten-1 {
    color: #bdbdbd;
  }
  .text-grey-darken-1 {
    color: #757575;
  }
  .text-grey-darken-2 {
    color: #616161;
  }
  .text-grey-darken-3 {
    color: #424242;
  }
  .text-grey-darken-4 {
    color: #212121;
  }
  .text-shades-black {
    color: #000000;
  }
  .text-shades-white {
    color: #FFFFFF;
  }
  .text-shades-transparent {
    color: transparent;
  }
}
@layer vuetify-core.reset {
  html {
    box-sizing: border-box;
    /* Prevent adjustments of font size after orientation changes in iOS */
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    margin: 0;
  }
  body {
    margin: 0;
  }
  *,
  ::before,
  ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
  }
  ::before,
  ::after {
    text-decoration: inherit;
    vertical-align: inherit;
  }
  input {
    border-radius: 0;
  }
  /* Replace pointer cursor in disabled elements */
  [disabled] {
    cursor: default;
  }
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    /* Correct the cursor style of increment and decrement buttons in Chrome */
    height: auto;
  }
  [type=search] {
    -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px; /* Correct the outline style in Safari */
  }
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    /* Remove the inner padding in Chrome and Safari on macOS */
    -webkit-appearance: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
  }
  optgroup {
    /* Restore the font weight unset by the previous rule */
    font-weight: bold;
  }
  /* Apply cursor pointer to button elements */
  button,
  [type=button],
  [type=reset],
  [type=submit],
  [role=button] {
    cursor: pointer;
    color: inherit;
  }
  /* Specify the progress cursor of updating elements */
  [aria-busy=true] {
    cursor: progress;
  }
  /* Specify the pointer cursor of trigger elements */
  [aria-controls] {
    cursor: pointer;
  }
  /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
  [aria-disabled=true] {
    cursor: default;
  }
}
@layer vuetify-final.transitions {
  @media (prefers-reduced-motion: no-preference) {
    .dialog-transition-enter-active,
    .dialog-bottom-transition-enter-active,
    .dialog-top-transition-enter-active {
      transition-duration: 225ms;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .dialog-transition-leave-active,
    .dialog-bottom-transition-leave-active,
    .dialog-top-transition-leave-active {
      transition-duration: 125ms;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .dialog-transition-enter-active, .dialog-transition-leave-active,
    .dialog-bottom-transition-enter-active,
    .dialog-bottom-transition-leave-active,
    .dialog-top-transition-enter-active,
    .dialog-top-transition-leave-active {
      transition-property: transform, opacity;
      pointer-events: none;
    }
    .dialog-transition-enter-from, .dialog-transition-leave-to {
      transform: scale(0.9);
      opacity: 0;
    }
    .dialog-transition-enter-to, .dialog-transition-leave-from {
      opacity: 1;
    }
    .dialog-bottom-transition-enter-from, .dialog-bottom-transition-leave-to {
      transform: translateY(calc(50vh + 50%));
    }
    .dialog-top-transition-enter-from, .dialog-top-transition-leave-to {
      transform: translateY(calc(-50vh - 50%));
    }
    .picker-transition-enter-active,
    .picker-reverse-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-transition-leave-active,
    .picker-reverse-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-transition-move,
    .picker-reverse-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-transition-enter-from, .picker-transition-leave-to,
    .picker-reverse-transition-enter-from,
    .picker-reverse-transition-leave-to {
      opacity: 0;
    }
    .picker-transition-leave-from, .picker-transition-leave-active, .picker-transition-leave-to,
    .picker-reverse-transition-leave-from,
    .picker-reverse-transition-leave-active,
    .picker-reverse-transition-leave-to {
      position: absolute;
    }
    .picker-transition-enter-active, .picker-transition-leave-active,
    .picker-reverse-transition-enter-active,
    .picker-reverse-transition-leave-active {
      transition-property: transform, opacity;
    }
    .picker-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-transition-enter-from {
      transform: translate(100%, 0);
    }
    .picker-transition-leave-to {
      transform: translate(-100%, 0);
    }
    .picker-reverse-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-reverse-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-reverse-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .picker-reverse-transition-enter-from {
      transform: translate(-100%, 0);
    }
    .picker-reverse-transition-leave-to {
      transform: translate(100%, 0);
    }
    .expand-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-transition-enter-active, .expand-transition-leave-active {
      transition-property: height;
    }
    .expand-x-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-x-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-x-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-x-transition-enter-active, .expand-x-transition-leave-active {
      transition-property: width;
    }
    .expand-both-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-both-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-both-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expand-both-transition-enter-active, .expand-both-transition-leave-active {
      transition-property: height, width !important;
    }
    .scale-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-transition-leave-to {
      opacity: 0;
    }
    .scale-transition-leave-active {
      transition-duration: 100ms;
    }
    .scale-transition-enter-from {
      opacity: 0;
      transform: scale(0);
    }
    .scale-transition-enter-active, .scale-transition-leave-active {
      transition-property: transform, opacity;
    }
    .scale-rotate-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-rotate-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-rotate-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-rotate-transition-leave-to {
      opacity: 0;
    }
    .scale-rotate-transition-leave-active {
      transition-duration: 100ms;
    }
    .scale-rotate-transition-enter-from {
      opacity: 0;
      transform: scale(0) rotate(-45deg);
    }
    .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
      transition-property: transform, opacity;
    }
    .scale-rotate-reverse-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-rotate-reverse-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-rotate-reverse-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scale-rotate-reverse-transition-leave-to {
      opacity: 0;
    }
    .scale-rotate-reverse-transition-leave-active {
      transition-duration: 100ms;
    }
    .scale-rotate-reverse-transition-enter-from {
      opacity: 0;
      transform: scale(0) rotate(45deg);
    }
    .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
      transition-property: transform, opacity;
    }
    .message-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .message-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .message-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .message-transition-enter-from, .message-transition-leave-to {
      opacity: 0;
      transform: translateY(-15px);
    }
    .message-transition-leave-from, .message-transition-leave-active {
      position: absolute;
    }
    .message-transition-enter-active, .message-transition-leave-active {
      transition-property: transform, opacity;
    }
    .slide-y-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-y-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-y-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-y-transition-enter-from, .slide-y-transition-leave-to {
      opacity: 0;
      transform: translateY(-15px);
    }
    .slide-y-transition-enter-active, .slide-y-transition-leave-active {
      transition-property: transform, opacity;
    }
    .slide-y-reverse-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-y-reverse-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-y-reverse-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
      opacity: 0;
      transform: translateY(15px);
    }
    .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
      transition-property: transform, opacity;
    }
    .scroll-y-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-y-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-y-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
      opacity: 0;
    }
    .scroll-y-transition-enter-from {
      transform: translateY(-15px);
    }
    .scroll-y-transition-leave-to {
      transform: translateY(15px);
    }
    .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
      transition-property: transform, opacity;
    }
    .scroll-y-reverse-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-y-reverse-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-y-reverse-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
      opacity: 0;
    }
    .scroll-y-reverse-transition-enter-from {
      transform: translateY(15px);
    }
    .scroll-y-reverse-transition-leave-to {
      transform: translateY(-15px);
    }
    .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
      transition-property: transform, opacity;
    }
    .scroll-x-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-x-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-x-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
      opacity: 0;
    }
    .scroll-x-transition-enter-from {
      transform: translateX(-15px);
    }
    .scroll-x-transition-leave-to {
      transform: translateX(15px);
    }
    .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
      transition-property: transform, opacity;
    }
    .scroll-x-reverse-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-x-reverse-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-x-reverse-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
      opacity: 0;
    }
    .scroll-x-reverse-transition-enter-from {
      transform: translateX(15px);
    }
    .scroll-x-reverse-transition-leave-to {
      transform: translateX(-15px);
    }
    .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
      transition-property: transform, opacity;
    }
    .slide-x-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-x-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-x-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-x-transition-enter-from, .slide-x-transition-leave-to {
      opacity: 0;
      transform: translateX(-15px);
    }
    .slide-x-transition-enter-active, .slide-x-transition-leave-active {
      transition-property: transform, opacity;
    }
    .slide-x-reverse-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-x-reverse-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-x-reverse-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
      opacity: 0;
      transform: translateX(15px);
    }
    .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
      transition-property: transform, opacity;
    }
    .fade-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fade-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fade-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fade-transition-enter-from, .fade-transition-leave-to {
      opacity: 0;
    }
    .fade-transition-enter-active, .fade-transition-leave-active {
      transition-property: opacity;
    }
    .fab-transition-enter-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fab-transition-leave-active {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fab-transition-move {
      transition-duration: 0.5s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fab-transition-enter-from, .fab-transition-leave-to {
      transform: scale(0) rotate(-45deg);
    }
    .fab-transition-enter-active, .fab-transition-leave-active {
      transition-property: transform;
    }
  }
}
@layer vuetify-core.base {
  .v-locale--is-rtl {
    direction: rtl;
  }
  .v-locale--is-ltr {
    direction: ltr;
  }
}
@layer vuetify-components {
  .blockquote {
    margin: 0;
    padding: 16px 0 16px 24px;
    font-size: 18px;
    font-weight: 300;
  }
}
@layer vuetify-core.base {
  html {
    font-family: var(--v-font-body, "Roboto", sans-serif);
    line-height: 1.5;
    font-size: 1rem;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html.overflow-y-hidden {
    overflow-y: hidden;
  }
  :root {
    --v-theme-overlay-multiplier: 1;
    --v-scrollbar-offset: 0px;
  }
  @supports (-webkit-touch-callout: none) {
    body {
      cursor: pointer;
    }
  }
}
@layer vuetify-utilities.helpers {
  @media only print {
    .hidden-print-only {
      display: none !important;
    }
  }
  @media only screen {
    .hidden-screen-only {
      display: none !important;
    }
  }
  @media (max-width: 599.98px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 600px) and (max-width: 959.98px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 960px) and (max-width: 1263.98px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1264px) and (max-width: 1903.98px) {
    .hidden-lg {
      display: none !important;
    }
  }
  @media (min-width: 1904px) and (max-width: 99999.98px) {
    .hidden-xl {
      display: none !important;
    }
  }
  @media (min-width: 100000px) {
    .hidden-xxl {
      display: none !important;
    }
  }
  @media (min-width: 600px) {
    .hidden-sm-and-up {
      display: none !important;
    }
  }
  @media (min-width: 960px) {
    .hidden-md-and-up {
      display: none !important;
    }
  }
  @media (min-width: 1264px) {
    .hidden-lg-and-up {
      display: none !important;
    }
  }
  @media (min-width: 1904px) {
    .hidden-xl-and-up {
      display: none !important;
    }
  }
  @media (max-width: 959.98px) {
    .hidden-sm-and-down {
      display: none !important;
    }
  }
  @media (max-width: 1263.98px) {
    .hidden-md-and-down {
      display: none !important;
    }
  }
  @media (max-width: 1903.98px) {
    .hidden-lg-and-down {
      display: none !important;
    }
  }
  @media (max-width: 99999.98px) {
    .hidden-xl-and-down {
      display: none !important;
    }
  }
}
@property --v-elevation-overlay {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@layer vuetify-utilities.helpers {
  .elevation-0 {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .elevation-1 {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .elevation-2 {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .elevation-3 {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
  .elevation-4 {
    box-shadow: 0px 2px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 6px 10px 4px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 8%, transparent);
  }
  .elevation-5 {
    box-shadow: 0px 4px 4px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 8px 12px 6px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 10%, transparent);
  }
  .hover-elevation-0:hover {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .hover-elevation-1:hover {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .hover-elevation-2:hover {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);
  }
  .hover-elevation-3:hover {
    box-shadow: 0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);
  }
  .hover-elevation-4:hover {
    box-shadow: 0px 2px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 6px 10px 4px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 8%, transparent);
  }
  .hover-elevation-5:hover {
    box-shadow: 0px 4px 4px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 8px 12px 6px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 10%, transparent);
  }
  .elevation-overlay {
    background-image: linear-gradient(var(--v-elevation-overlay), var(--v-elevation-overlay));
  }
}
@layer vuetify-utilities.helpers {
  .pointer-events-none {
    pointer-events: none !important;
  }
  .pointer-events-auto {
    pointer-events: auto !important;
  }
  .pointer-pass-through {
    pointer-events: none !important;
  }
  .pointer-pass-through > * {
    pointer-events: auto !important;
  }
}
@layer vuetify-utilities.helpers {
  .d-sr-only,
  .d-sr-only-focusable:not(:focus) {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
@layer vuetify-utilities.typography {
  .text-display-large {
    font-size: 3.5625rem;
    font-weight: 400;
    line-height: 1.1228070175;
    letter-spacing: -0.0043859649em;
    font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
  }
  .text-display-medium {
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 1.1555555556;
    letter-spacing: normal;
    font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
  }
  .text-display-small {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.2222222222;
    letter-spacing: normal;
    font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
  }
  .text-headline-large {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
  }
  .text-headline-medium {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2857142857;
    letter-spacing: normal;
    font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
  }
  .text-headline-small {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: normal;
    font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
  }
  .text-title-large {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.2727272727;
    letter-spacing: normal;
    font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
  }
  .text-title-medium {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.009375em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  .text-title-small {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0.0071428571em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  .text-body-large {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03125em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  .text-body-medium {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.0178571429em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  .text-body-small {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.0333333333em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  .text-label-large {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0.0071428571em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  .text-label-medium {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0416666667em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  .text-label-small {
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.4545454545;
    letter-spacing: 0.0454545455em;
    font-family: var(--v-font-body, "Roboto", sans-serif);
  }
  @media (min-width: 600px) {
    .text-sm-display-large {
      font-size: 3.5625rem;
      font-weight: 400;
      line-height: 1.1228070175;
      letter-spacing: -0.0043859649em;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-sm-display-medium {
      font-size: 2.8125rem;
      font-weight: 400;
      line-height: 1.1555555556;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-sm-display-small {
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 1.2222222222;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-sm-headline-large {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-sm-headline-medium {
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2857142857;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-sm-headline-small {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-sm-title-large {
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 1.2727272727;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-sm-title-medium {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.009375em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-sm-title-small {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-sm-body-large {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.03125em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-sm-body-medium {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.4285714286;
      letter-spacing: 0.0178571429em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-sm-body-small {
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: 0.0333333333em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-sm-label-large {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-sm-label-medium {
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 1.3333333333;
      letter-spacing: 0.0416666667em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-sm-label-small {
      font-size: 0.6875rem;
      font-weight: 500;
      line-height: 1.4545454545;
      letter-spacing: 0.0454545455em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
  }
  @media (min-width: 960px) {
    .text-md-display-large {
      font-size: 3.5625rem;
      font-weight: 400;
      line-height: 1.1228070175;
      letter-spacing: -0.0043859649em;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-md-display-medium {
      font-size: 2.8125rem;
      font-weight: 400;
      line-height: 1.1555555556;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-md-display-small {
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 1.2222222222;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-md-headline-large {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-md-headline-medium {
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2857142857;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-md-headline-small {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-md-title-large {
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 1.2727272727;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-md-title-medium {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.009375em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-md-title-small {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-md-body-large {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.03125em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-md-body-medium {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.4285714286;
      letter-spacing: 0.0178571429em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-md-body-small {
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: 0.0333333333em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-md-label-large {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-md-label-medium {
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 1.3333333333;
      letter-spacing: 0.0416666667em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-md-label-small {
      font-size: 0.6875rem;
      font-weight: 500;
      line-height: 1.4545454545;
      letter-spacing: 0.0454545455em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
  }
  @media (min-width: 1264px) {
    .text-lg-display-large {
      font-size: 3.5625rem;
      font-weight: 400;
      line-height: 1.1228070175;
      letter-spacing: -0.0043859649em;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-lg-display-medium {
      font-size: 2.8125rem;
      font-weight: 400;
      line-height: 1.1555555556;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-lg-display-small {
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 1.2222222222;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-lg-headline-large {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-lg-headline-medium {
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2857142857;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-lg-headline-small {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-lg-title-large {
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 1.2727272727;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-lg-title-medium {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.009375em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-lg-title-small {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-lg-body-large {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.03125em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-lg-body-medium {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.4285714286;
      letter-spacing: 0.0178571429em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-lg-body-small {
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: 0.0333333333em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-lg-label-large {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-lg-label-medium {
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 1.3333333333;
      letter-spacing: 0.0416666667em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-lg-label-small {
      font-size: 0.6875rem;
      font-weight: 500;
      line-height: 1.4545454545;
      letter-spacing: 0.0454545455em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
  }
  @media (min-width: 1904px) {
    .text-xl-display-large {
      font-size: 3.5625rem;
      font-weight: 400;
      line-height: 1.1228070175;
      letter-spacing: -0.0043859649em;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xl-display-medium {
      font-size: 2.8125rem;
      font-weight: 400;
      line-height: 1.1555555556;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xl-display-small {
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 1.2222222222;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xl-headline-large {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xl-headline-medium {
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2857142857;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xl-headline-small {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xl-title-large {
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 1.2727272727;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xl-title-medium {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.009375em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xl-title-small {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xl-body-large {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.03125em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xl-body-medium {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.4285714286;
      letter-spacing: 0.0178571429em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xl-body-small {
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: 0.0333333333em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xl-label-large {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xl-label-medium {
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 1.3333333333;
      letter-spacing: 0.0416666667em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xl-label-small {
      font-size: 0.6875rem;
      font-weight: 500;
      line-height: 1.4545454545;
      letter-spacing: 0.0454545455em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
  }
  @media (min-width: 100000px) {
    .text-xxl-display-large {
      font-size: 3.5625rem;
      font-weight: 400;
      line-height: 1.1228070175;
      letter-spacing: -0.0043859649em;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xxl-display-medium {
      font-size: 2.8125rem;
      font-weight: 400;
      line-height: 1.1555555556;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xxl-display-small {
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 1.2222222222;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xxl-headline-large {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xxl-headline-medium {
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2857142857;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xxl-headline-small {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xxl-title-large {
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 1.2727272727;
      letter-spacing: normal;
      font-family: var(--v-font-heading, var(--v-font-body, "Roboto", sans-serif));
    }
    .text-xxl-title-medium {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.009375em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xxl-title-small {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xxl-body-large {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.03125em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xxl-body-medium {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.4285714286;
      letter-spacing: 0.0178571429em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xxl-body-small {
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.3333333333;
      letter-spacing: 0.0333333333em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xxl-label-large {
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.4285714286;
      letter-spacing: 0.0071428571em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xxl-label-medium {
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 1.3333333333;
      letter-spacing: 0.0416666667em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
    .text-xxl-label-small {
      font-size: 0.6875rem;
      font-weight: 500;
      line-height: 1.4545454545;
      letter-spacing: 0.0454545455em;
      font-family: var(--v-font-body, "Roboto", sans-serif);
    }
  }
}
@layer vuetify-utilities.helpers {
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .d-none {
    display: none;
  }
  .d-inline {
    display: inline;
  }
  .d-inline-block {
    display: inline-block;
  }
  .d-block {
    display: block;
  }
  .d-table {
    display: table;
  }
  .d-table-row {
    display: table-row;
  }
  .d-table-cell {
    display: table-cell;
  }
  .d-flex {
    display: flex;
  }
  .d-inline-flex {
    display: inline-flex;
  }
  .float-none {
    float: none;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .v-locale--is-rtl .float-end {
    float: left;
  }
  .v-locale--is-rtl .float-start {
    float: right;
  }
  .v-locale--is-ltr .float-end {
    float: right;
  }
  .v-locale--is-ltr .float-start {
    float: left;
  }
  .flex-fill {
    flex: 1 1 auto;
  }
  .flex-1-1 {
    flex: 1 1 auto;
  }
  .flex-1-0 {
    flex: 1 0 auto;
  }
  .flex-0-1 {
    flex: 0 1 auto;
  }
  .flex-0-0 {
    flex: 0 0 auto;
  }
  .flex-1-1-100 {
    flex: 1 1 100%;
  }
  .flex-1-0-100 {
    flex: 1 0 100%;
  }
  .flex-0-1-100 {
    flex: 0 1 100%;
  }
  .flex-0-0-100 {
    flex: 0 0 100%;
  }
  .flex-1-1-0 {
    flex: 1 1 0;
  }
  .flex-1-0-0 {
    flex: 1 0 0;
  }
  .flex-0-1-0 {
    flex: 0 1 0;
  }
  .flex-0-0-0 {
    flex: 0 0 0;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-column {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink-1 {
    flex-shrink: 1;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-space-between {
    justify-content: space-between;
  }
  .justify-space-around {
    justify-content: space-around;
  }
  .justify-space-evenly {
    justify-content: space-evenly;
  }
  .justify-items-start {
    justify-items: flex-start;
  }
  .justify-items-end {
    justify-items: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-stretch {
    justify-items: stretch;
  }
  .align-start {
    align-items: flex-start;
  }
  .align-end {
    align-items: flex-end;
  }
  .align-center {
    align-items: center;
  }
  .align-baseline {
    align-items: baseline;
  }
  .align-stretch {
    align-items: stretch;
  }
  .align-content-start {
    align-content: flex-start;
  }
  .align-content-end {
    align-content: flex-end;
  }
  .align-content-center {
    align-content: center;
  }
  .align-content-space-between {
    align-content: space-between;
  }
  .align-content-space-around {
    align-content: space-around;
  }
  .align-content-space-evenly {
    align-content: space-evenly;
  }
  .align-content-stretch {
    align-content: stretch;
  }
  .align-self-auto {
    align-self: auto;
  }
  .align-self-start {
    align-self: flex-start;
  }
  .align-self-end {
    align-self: flex-end;
  }
  .align-self-center {
    align-self: center;
  }
  .align-self-baseline {
    align-self: baseline;
  }
  .align-self-stretch {
    align-self: stretch;
  }
  .order-first {
    order: -1;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .order-last {
    order: 13;
  }
  .ga-0 {
    gap: 0px;
  }
  .ga-1 {
    gap: 4px;
  }
  .ga-2 {
    gap: 8px;
  }
  .ga-3 {
    gap: 12px;
  }
  .ga-4 {
    gap: 16px;
  }
  .ga-5 {
    gap: 20px;
  }
  .ga-6 {
    gap: 24px;
  }
  .ga-7 {
    gap: 28px;
  }
  .ga-8 {
    gap: 32px;
  }
  .ga-9 {
    gap: 36px;
  }
  .ga-10 {
    gap: 40px;
  }
  .ga-11 {
    gap: 44px;
  }
  .ga-12 {
    gap: 48px;
  }
  .ga-13 {
    gap: 52px;
  }
  .ga-14 {
    gap: 56px;
  }
  .ga-15 {
    gap: 60px;
  }
  .ga-16 {
    gap: 64px;
  }
  .ga-auto {
    gap: auto;
  }
  .gr-0 {
    row-gap: 0px;
  }
  .gr-1 {
    row-gap: 4px;
  }
  .gr-2 {
    row-gap: 8px;
  }
  .gr-3 {
    row-gap: 12px;
  }
  .gr-4 {
    row-gap: 16px;
  }
  .gr-5 {
    row-gap: 20px;
  }
  .gr-6 {
    row-gap: 24px;
  }
  .gr-7 {
    row-gap: 28px;
  }
  .gr-8 {
    row-gap: 32px;
  }
  .gr-9 {
    row-gap: 36px;
  }
  .gr-10 {
    row-gap: 40px;
  }
  .gr-11 {
    row-gap: 44px;
  }
  .gr-12 {
    row-gap: 48px;
  }
  .gr-13 {
    row-gap: 52px;
  }
  .gr-14 {
    row-gap: 56px;
  }
  .gr-15 {
    row-gap: 60px;
  }
  .gr-16 {
    row-gap: 64px;
  }
  .gr-auto {
    row-gap: auto;
  }
  .gc-0 {
    column-gap: 0px;
  }
  .gc-1 {
    column-gap: 4px;
  }
  .gc-2 {
    column-gap: 8px;
  }
  .gc-3 {
    column-gap: 12px;
  }
  .gc-4 {
    column-gap: 16px;
  }
  .gc-5 {
    column-gap: 20px;
  }
  .gc-6 {
    column-gap: 24px;
  }
  .gc-7 {
    column-gap: 28px;
  }
  .gc-8 {
    column-gap: 32px;
  }
  .gc-9 {
    column-gap: 36px;
  }
  .gc-10 {
    column-gap: 40px;
  }
  .gc-11 {
    column-gap: 44px;
  }
  .gc-12 {
    column-gap: 48px;
  }
  .gc-13 {
    column-gap: 52px;
  }
  .gc-14 {
    column-gap: 56px;
  }
  .gc-15 {
    column-gap: 60px;
  }
  .gc-16 {
    column-gap: 64px;
  }
  .gc-auto {
    column-gap: auto;
  }
  .ma-0 {
    margin: 0px;
  }
  .ma-1 {
    margin: 4px;
  }
  .ma-2 {
    margin: 8px;
  }
  .ma-3 {
    margin: 12px;
  }
  .ma-4 {
    margin: 16px;
  }
  .ma-5 {
    margin: 20px;
  }
  .ma-6 {
    margin: 24px;
  }
  .ma-7 {
    margin: 28px;
  }
  .ma-8 {
    margin: 32px;
  }
  .ma-9 {
    margin: 36px;
  }
  .ma-10 {
    margin: 40px;
  }
  .ma-11 {
    margin: 44px;
  }
  .ma-12 {
    margin: 48px;
  }
  .ma-13 {
    margin: 52px;
  }
  .ma-14 {
    margin: 56px;
  }
  .ma-15 {
    margin: 60px;
  }
  .ma-16 {
    margin: 64px;
  }
  .ma-auto {
    margin: auto;
  }
  .mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mx-1 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mx-2 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mx-3 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .mx-4 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mx-5 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mx-6 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mx-7 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .mx-8 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mx-9 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .mx-10 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mx-11 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .mx-12 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mx-13 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .mx-14 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mx-15 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mx-16 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-1 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .my-7 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .my-8 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .my-9 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-11 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .my-13 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .my-14 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .my-15 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-1 {
    margin-top: 4px;
  }
  .mt-2 {
    margin-top: 8px;
  }
  .mt-3 {
    margin-top: 12px;
  }
  .mt-4 {
    margin-top: 16px;
  }
  .mt-5 {
    margin-top: 20px;
  }
  .mt-6 {
    margin-top: 24px;
  }
  .mt-7 {
    margin-top: 28px;
  }
  .mt-8 {
    margin-top: 32px;
  }
  .mt-9 {
    margin-top: 36px;
  }
  .mt-10 {
    margin-top: 40px;
  }
  .mt-11 {
    margin-top: 44px;
  }
  .mt-12 {
    margin-top: 48px;
  }
  .mt-13 {
    margin-top: 52px;
  }
  .mt-14 {
    margin-top: 56px;
  }
  .mt-15 {
    margin-top: 60px;
  }
  .mt-16 {
    margin-top: 64px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-0 {
    margin-right: 0px;
  }
  .mr-1 {
    margin-right: 4px;
  }
  .mr-2 {
    margin-right: 8px;
  }
  .mr-3 {
    margin-right: 12px;
  }
  .mr-4 {
    margin-right: 16px;
  }
  .mr-5 {
    margin-right: 20px;
  }
  .mr-6 {
    margin-right: 24px;
  }
  .mr-7 {
    margin-right: 28px;
  }
  .mr-8 {
    margin-right: 32px;
  }
  .mr-9 {
    margin-right: 36px;
  }
  .mr-10 {
    margin-right: 40px;
  }
  .mr-11 {
    margin-right: 44px;
  }
  .mr-12 {
    margin-right: 48px;
  }
  .mr-13 {
    margin-right: 52px;
  }
  .mr-14 {
    margin-right: 56px;
  }
  .mr-15 {
    margin-right: 60px;
  }
  .mr-16 {
    margin-right: 64px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-1 {
    margin-bottom: 4px;
  }
  .mb-2 {
    margin-bottom: 8px;
  }
  .mb-3 {
    margin-bottom: 12px;
  }
  .mb-4 {
    margin-bottom: 16px;
  }
  .mb-5 {
    margin-bottom: 20px;
  }
  .mb-6 {
    margin-bottom: 24px;
  }
  .mb-7 {
    margin-bottom: 28px;
  }
  .mb-8 {
    margin-bottom: 32px;
  }
  .mb-9 {
    margin-bottom: 36px;
  }
  .mb-10 {
    margin-bottom: 40px;
  }
  .mb-11 {
    margin-bottom: 44px;
  }
  .mb-12 {
    margin-bottom: 48px;
  }
  .mb-13 {
    margin-bottom: 52px;
  }
  .mb-14 {
    margin-bottom: 56px;
  }
  .mb-15 {
    margin-bottom: 60px;
  }
  .mb-16 {
    margin-bottom: 64px;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-0 {
    margin-left: 0px;
  }
  .ml-1 {
    margin-left: 4px;
  }
  .ml-2 {
    margin-left: 8px;
  }
  .ml-3 {
    margin-left: 12px;
  }
  .ml-4 {
    margin-left: 16px;
  }
  .ml-5 {
    margin-left: 20px;
  }
  .ml-6 {
    margin-left: 24px;
  }
  .ml-7 {
    margin-left: 28px;
  }
  .ml-8 {
    margin-left: 32px;
  }
  .ml-9 {
    margin-left: 36px;
  }
  .ml-10 {
    margin-left: 40px;
  }
  .ml-11 {
    margin-left: 44px;
  }
  .ml-12 {
    margin-left: 48px;
  }
  .ml-13 {
    margin-left: 52px;
  }
  .ml-14 {
    margin-left: 56px;
  }
  .ml-15 {
    margin-left: 60px;
  }
  .ml-16 {
    margin-left: 64px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .ms-0 {
    margin-inline-start: 0px;
  }
  .ms-1 {
    margin-inline-start: 4px;
  }
  .ms-2 {
    margin-inline-start: 8px;
  }
  .ms-3 {
    margin-inline-start: 12px;
  }
  .ms-4 {
    margin-inline-start: 16px;
  }
  .ms-5 {
    margin-inline-start: 20px;
  }
  .ms-6 {
    margin-inline-start: 24px;
  }
  .ms-7 {
    margin-inline-start: 28px;
  }
  .ms-8 {
    margin-inline-start: 32px;
  }
  .ms-9 {
    margin-inline-start: 36px;
  }
  .ms-10 {
    margin-inline-start: 40px;
  }
  .ms-11 {
    margin-inline-start: 44px;
  }
  .ms-12 {
    margin-inline-start: 48px;
  }
  .ms-13 {
    margin-inline-start: 52px;
  }
  .ms-14 {
    margin-inline-start: 56px;
  }
  .ms-15 {
    margin-inline-start: 60px;
  }
  .ms-16 {
    margin-inline-start: 64px;
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-0 {
    margin-inline-end: 0px;
  }
  .me-1 {
    margin-inline-end: 4px;
  }
  .me-2 {
    margin-inline-end: 8px;
  }
  .me-3 {
    margin-inline-end: 12px;
  }
  .me-4 {
    margin-inline-end: 16px;
  }
  .me-5 {
    margin-inline-end: 20px;
  }
  .me-6 {
    margin-inline-end: 24px;
  }
  .me-7 {
    margin-inline-end: 28px;
  }
  .me-8 {
    margin-inline-end: 32px;
  }
  .me-9 {
    margin-inline-end: 36px;
  }
  .me-10 {
    margin-inline-end: 40px;
  }
  .me-11 {
    margin-inline-end: 44px;
  }
  .me-12 {
    margin-inline-end: 48px;
  }
  .me-13 {
    margin-inline-end: 52px;
  }
  .me-14 {
    margin-inline-end: 56px;
  }
  .me-15 {
    margin-inline-end: 60px;
  }
  .me-16 {
    margin-inline-end: 64px;
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .ma-n1 {
    margin: -4px;
  }
  .ma-n2 {
    margin: -8px;
  }
  .ma-n3 {
    margin: -12px;
  }
  .ma-n4 {
    margin: -16px;
  }
  .ma-n5 {
    margin: -20px;
  }
  .ma-n6 {
    margin: -24px;
  }
  .ma-n7 {
    margin: -28px;
  }
  .ma-n8 {
    margin: -32px;
  }
  .ma-n9 {
    margin: -36px;
  }
  .ma-n10 {
    margin: -40px;
  }
  .ma-n11 {
    margin: -44px;
  }
  .ma-n12 {
    margin: -48px;
  }
  .ma-n13 {
    margin: -52px;
  }
  .ma-n14 {
    margin: -56px;
  }
  .ma-n15 {
    margin: -60px;
  }
  .ma-n16 {
    margin: -64px;
  }
  .mx-n1 {
    margin-right: -4px;
    margin-left: -4px;
  }
  .mx-n2 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .mx-n3 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .mx-n4 {
    margin-right: -16px;
    margin-left: -16px;
  }
  .mx-n5 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mx-n6 {
    margin-right: -24px;
    margin-left: -24px;
  }
  .mx-n7 {
    margin-right: -28px;
    margin-left: -28px;
  }
  .mx-n8 {
    margin-right: -32px;
    margin-left: -32px;
  }
  .mx-n9 {
    margin-right: -36px;
    margin-left: -36px;
  }
  .mx-n10 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .mx-n11 {
    margin-right: -44px;
    margin-left: -44px;
  }
  .mx-n12 {
    margin-right: -48px;
    margin-left: -48px;
  }
  .mx-n13 {
    margin-right: -52px;
    margin-left: -52px;
  }
  .mx-n14 {
    margin-right: -56px;
    margin-left: -56px;
  }
  .mx-n15 {
    margin-right: -60px;
    margin-left: -60px;
  }
  .mx-n16 {
    margin-right: -64px;
    margin-left: -64px;
  }
  .my-n1 {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .my-n2 {
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .my-n3 {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .my-n4 {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .my-n5 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .my-n6 {
    margin-top: -24px;
    margin-bottom: -24px;
  }
  .my-n7 {
    margin-top: -28px;
    margin-bottom: -28px;
  }
  .my-n8 {
    margin-top: -32px;
    margin-bottom: -32px;
  }
  .my-n9 {
    margin-top: -36px;
    margin-bottom: -36px;
  }
  .my-n10 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .my-n11 {
    margin-top: -44px;
    margin-bottom: -44px;
  }
  .my-n12 {
    margin-top: -48px;
    margin-bottom: -48px;
  }
  .my-n13 {
    margin-top: -52px;
    margin-bottom: -52px;
  }
  .my-n14 {
    margin-top: -56px;
    margin-bottom: -56px;
  }
  .my-n15 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  .my-n16 {
    margin-top: -64px;
    margin-bottom: -64px;
  }
  .mt-n1 {
    margin-top: -4px;
  }
  .mt-n2 {
    margin-top: -8px;
  }
  .mt-n3 {
    margin-top: -12px;
  }
  .mt-n4 {
    margin-top: -16px;
  }
  .mt-n5 {
    margin-top: -20px;
  }
  .mt-n6 {
    margin-top: -24px;
  }
  .mt-n7 {
    margin-top: -28px;
  }
  .mt-n8 {
    margin-top: -32px;
  }
  .mt-n9 {
    margin-top: -36px;
  }
  .mt-n10 {
    margin-top: -40px;
  }
  .mt-n11 {
    margin-top: -44px;
  }
  .mt-n12 {
    margin-top: -48px;
  }
  .mt-n13 {
    margin-top: -52px;
  }
  .mt-n14 {
    margin-top: -56px;
  }
  .mt-n15 {
    margin-top: -60px;
  }
  .mt-n16 {
    margin-top: -64px;
  }
  .mr-n1 {
    margin-right: -4px;
  }
  .mr-n2 {
    margin-right: -8px;
  }
  .mr-n3 {
    margin-right: -12px;
  }
  .mr-n4 {
    margin-right: -16px;
  }
  .mr-n5 {
    margin-right: -20px;
  }
  .mr-n6 {
    margin-right: -24px;
  }
  .mr-n7 {
    margin-right: -28px;
  }
  .mr-n8 {
    margin-right: -32px;
  }
  .mr-n9 {
    margin-right: -36px;
  }
  .mr-n10 {
    margin-right: -40px;
  }
  .mr-n11 {
    margin-right: -44px;
  }
  .mr-n12 {
    margin-right: -48px;
  }
  .mr-n13 {
    margin-right: -52px;
  }
  .mr-n14 {
    margin-right: -56px;
  }
  .mr-n15 {
    margin-right: -60px;
  }
  .mr-n16 {
    margin-right: -64px;
  }
  .mb-n1 {
    margin-bottom: -4px;
  }
  .mb-n2 {
    margin-bottom: -8px;
  }
  .mb-n3 {
    margin-bottom: -12px;
  }
  .mb-n4 {
    margin-bottom: -16px;
  }
  .mb-n5 {
    margin-bottom: -20px;
  }
  .mb-n6 {
    margin-bottom: -24px;
  }
  .mb-n7 {
    margin-bottom: -28px;
  }
  .mb-n8 {
    margin-bottom: -32px;
  }
  .mb-n9 {
    margin-bottom: -36px;
  }
  .mb-n10 {
    margin-bottom: -40px;
  }
  .mb-n11 {
    margin-bottom: -44px;
  }
  .mb-n12 {
    margin-bottom: -48px;
  }
  .mb-n13 {
    margin-bottom: -52px;
  }
  .mb-n14 {
    margin-bottom: -56px;
  }
  .mb-n15 {
    margin-bottom: -60px;
  }
  .mb-n16 {
    margin-bottom: -64px;
  }
  .ml-n1 {
    margin-left: -4px;
  }
  .ml-n2 {
    margin-left: -8px;
  }
  .ml-n3 {
    margin-left: -12px;
  }
  .ml-n4 {
    margin-left: -16px;
  }
  .ml-n5 {
    margin-left: -20px;
  }
  .ml-n6 {
    margin-left: -24px;
  }
  .ml-n7 {
    margin-left: -28px;
  }
  .ml-n8 {
    margin-left: -32px;
  }
  .ml-n9 {
    margin-left: -36px;
  }
  .ml-n10 {
    margin-left: -40px;
  }
  .ml-n11 {
    margin-left: -44px;
  }
  .ml-n12 {
    margin-left: -48px;
  }
  .ml-n13 {
    margin-left: -52px;
  }
  .ml-n14 {
    margin-left: -56px;
  }
  .ml-n15 {
    margin-left: -60px;
  }
  .ml-n16 {
    margin-left: -64px;
  }
  .ms-n1 {
    margin-inline-start: -4px;
  }
  .ms-n2 {
    margin-inline-start: -8px;
  }
  .ms-n3 {
    margin-inline-start: -12px;
  }
  .ms-n4 {
    margin-inline-start: -16px;
  }
  .ms-n5 {
    margin-inline-start: -20px;
  }
  .ms-n6 {
    margin-inline-start: -24px;
  }
  .ms-n7 {
    margin-inline-start: -28px;
  }
  .ms-n8 {
    margin-inline-start: -32px;
  }
  .ms-n9 {
    margin-inline-start: -36px;
  }
  .ms-n10 {
    margin-inline-start: -40px;
  }
  .ms-n11 {
    margin-inline-start: -44px;
  }
  .ms-n12 {
    margin-inline-start: -48px;
  }
  .ms-n13 {
    margin-inline-start: -52px;
  }
  .ms-n14 {
    margin-inline-start: -56px;
  }
  .ms-n15 {
    margin-inline-start: -60px;
  }
  .ms-n16 {
    margin-inline-start: -64px;
  }
  .me-n1 {
    margin-inline-end: -4px;
  }
  .me-n2 {
    margin-inline-end: -8px;
  }
  .me-n3 {
    margin-inline-end: -12px;
  }
  .me-n4 {
    margin-inline-end: -16px;
  }
  .me-n5 {
    margin-inline-end: -20px;
  }
  .me-n6 {
    margin-inline-end: -24px;
  }
  .me-n7 {
    margin-inline-end: -28px;
  }
  .me-n8 {
    margin-inline-end: -32px;
  }
  .me-n9 {
    margin-inline-end: -36px;
  }
  .me-n10 {
    margin-inline-end: -40px;
  }
  .me-n11 {
    margin-inline-end: -44px;
  }
  .me-n12 {
    margin-inline-end: -48px;
  }
  .me-n13 {
    margin-inline-end: -52px;
  }
  .me-n14 {
    margin-inline-end: -56px;
  }
  .me-n15 {
    margin-inline-end: -60px;
  }
  .me-n16 {
    margin-inline-end: -64px;
  }
  .pa-0 {
    padding: 0px;
  }
  .pa-1 {
    padding: 4px;
  }
  .pa-2 {
    padding: 8px;
  }
  .pa-3 {
    padding: 12px;
  }
  .pa-4 {
    padding: 16px;
  }
  .pa-5 {
    padding: 20px;
  }
  .pa-6 {
    padding: 24px;
  }
  .pa-7 {
    padding: 28px;
  }
  .pa-8 {
    padding: 32px;
  }
  .pa-9 {
    padding: 36px;
  }
  .pa-10 {
    padding: 40px;
  }
  .pa-11 {
    padding: 44px;
  }
  .pa-12 {
    padding: 48px;
  }
  .pa-13 {
    padding: 52px;
  }
  .pa-14 {
    padding: 56px;
  }
  .pa-15 {
    padding: 60px;
  }
  .pa-16 {
    padding: 64px;
  }
  .px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .px-1 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .px-2 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .px-3 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .px-4 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .px-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .px-6 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .px-7 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .px-8 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .px-9 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .px-10 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .px-11 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .px-12 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .px-13 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .px-14 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .px-15 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-16 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .py-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .py-9 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .py-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .py-13 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .py-14 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-1 {
    padding-top: 4px;
  }
  .pt-2 {
    padding-top: 8px;
  }
  .pt-3 {
    padding-top: 12px;
  }
  .pt-4 {
    padding-top: 16px;
  }
  .pt-5 {
    padding-top: 20px;
  }
  .pt-6 {
    padding-top: 24px;
  }
  .pt-7 {
    padding-top: 28px;
  }
  .pt-8 {
    padding-top: 32px;
  }
  .pt-9 {
    padding-top: 36px;
  }
  .pt-10 {
    padding-top: 40px;
  }
  .pt-11 {
    padding-top: 44px;
  }
  .pt-12 {
    padding-top: 48px;
  }
  .pt-13 {
    padding-top: 52px;
  }
  .pt-14 {
    padding-top: 56px;
  }
  .pt-15 {
    padding-top: 60px;
  }
  .pt-16 {
    padding-top: 64px;
  }
  .pr-0 {
    padding-right: 0px;
  }
  .pr-1 {
    padding-right: 4px;
  }
  .pr-2 {
    padding-right: 8px;
  }
  .pr-3 {
    padding-right: 12px;
  }
  .pr-4 {
    padding-right: 16px;
  }
  .pr-5 {
    padding-right: 20px;
  }
  .pr-6 {
    padding-right: 24px;
  }
  .pr-7 {
    padding-right: 28px;
  }
  .pr-8 {
    padding-right: 32px;
  }
  .pr-9 {
    padding-right: 36px;
  }
  .pr-10 {
    padding-right: 40px;
  }
  .pr-11 {
    padding-right: 44px;
  }
  .pr-12 {
    padding-right: 48px;
  }
  .pr-13 {
    padding-right: 52px;
  }
  .pr-14 {
    padding-right: 56px;
  }
  .pr-15 {
    padding-right: 60px;
  }
  .pr-16 {
    padding-right: 64px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-1 {
    padding-bottom: 4px;
  }
  .pb-2 {
    padding-bottom: 8px;
  }
  .pb-3 {
    padding-bottom: 12px;
  }
  .pb-4 {
    padding-bottom: 16px;
  }
  .pb-5 {
    padding-bottom: 20px;
  }
  .pb-6 {
    padding-bottom: 24px;
  }
  .pb-7 {
    padding-bottom: 28px;
  }
  .pb-8 {
    padding-bottom: 32px;
  }
  .pb-9 {
    padding-bottom: 36px;
  }
  .pb-10 {
    padding-bottom: 40px;
  }
  .pb-11 {
    padding-bottom: 44px;
  }
  .pb-12 {
    padding-bottom: 48px;
  }
  .pb-13 {
    padding-bottom: 52px;
  }
  .pb-14 {
    padding-bottom: 56px;
  }
  .pb-15 {
    padding-bottom: 60px;
  }
  .pb-16 {
    padding-bottom: 64px;
  }
  .pl-0 {
    padding-left: 0px;
  }
  .pl-1 {
    padding-left: 4px;
  }
  .pl-2 {
    padding-left: 8px;
  }
  .pl-3 {
    padding-left: 12px;
  }
  .pl-4 {
    padding-left: 16px;
  }
  .pl-5 {
    padding-left: 20px;
  }
  .pl-6 {
    padding-left: 24px;
  }
  .pl-7 {
    padding-left: 28px;
  }
  .pl-8 {
    padding-left: 32px;
  }
  .pl-9 {
    padding-left: 36px;
  }
  .pl-10 {
    padding-left: 40px;
  }
  .pl-11 {
    padding-left: 44px;
  }
  .pl-12 {
    padding-left: 48px;
  }
  .pl-13 {
    padding-left: 52px;
  }
  .pl-14 {
    padding-left: 56px;
  }
  .pl-15 {
    padding-left: 60px;
  }
  .pl-16 {
    padding-left: 64px;
  }
  .ps-0 {
    padding-inline-start: 0px;
  }
  .ps-1 {
    padding-inline-start: 4px;
  }
  .ps-2 {
    padding-inline-start: 8px;
  }
  .ps-3 {
    padding-inline-start: 12px;
  }
  .ps-4 {
    padding-inline-start: 16px;
  }
  .ps-5 {
    padding-inline-start: 20px;
  }
  .ps-6 {
    padding-inline-start: 24px;
  }
  .ps-7 {
    padding-inline-start: 28px;
  }
  .ps-8 {
    padding-inline-start: 32px;
  }
  .ps-9 {
    padding-inline-start: 36px;
  }
  .ps-10 {
    padding-inline-start: 40px;
  }
  .ps-11 {
    padding-inline-start: 44px;
  }
  .ps-12 {
    padding-inline-start: 48px;
  }
  .ps-13 {
    padding-inline-start: 52px;
  }
  .ps-14 {
    padding-inline-start: 56px;
  }
  .ps-15 {
    padding-inline-start: 60px;
  }
  .ps-16 {
    padding-inline-start: 64px;
  }
  .pe-0 {
    padding-inline-end: 0px;
  }
  .pe-1 {
    padding-inline-end: 4px;
  }
  .pe-2 {
    padding-inline-end: 8px;
  }
  .pe-3 {
    padding-inline-end: 12px;
  }
  .pe-4 {
    padding-inline-end: 16px;
  }
  .pe-5 {
    padding-inline-end: 20px;
  }
  .pe-6 {
    padding-inline-end: 24px;
  }
  .pe-7 {
    padding-inline-end: 28px;
  }
  .pe-8 {
    padding-inline-end: 32px;
  }
  .pe-9 {
    padding-inline-end: 36px;
  }
  .pe-10 {
    padding-inline-end: 40px;
  }
  .pe-11 {
    padding-inline-end: 44px;
  }
  .pe-12 {
    padding-inline-end: 48px;
  }
  .pe-13 {
    padding-inline-end: 52px;
  }
  .pe-14 {
    padding-inline-end: 56px;
  }
  .pe-15 {
    padding-inline-end: 60px;
  }
  .pe-16 {
    padding-inline-end: 64px;
  }
  .rounded-0 {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: 2px;
  }
  .rounded {
    border-radius: 4px;
  }
  .rounded-md {
    border-radius: 4px;
  }
  .rounded-lg {
    border-radius: 8px;
  }
  .rounded-xl {
    border-radius: 24px;
  }
  .rounded-pill {
    border-radius: 9999px;
  }
  .rounded-circle {
    border-radius: 50%;
  }
  .rounded-shaped {
    border-radius: 24px 0;
  }
  .rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .rounded-t-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .rounded-t {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .rounded-t-md {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .rounded-t-lg {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .rounded-t-xl {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .rounded-t-pill {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .rounded-t-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .rounded-t-shaped {
    border-top-left-radius: 24px;
    border-top-right-radius: 0;
  }
  .v-locale--is-ltr .rounded-e-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .v-locale--is-rtl .rounded-e-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .v-locale--is-ltr .rounded-e-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .v-locale--is-rtl .rounded-e-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .v-locale--is-ltr .rounded-e {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-rtl .rounded-e {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-ltr .rounded-e-md {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-rtl .rounded-e-md {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-ltr .rounded-e-lg {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .v-locale--is-rtl .rounded-e-lg {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .v-locale--is-ltr .rounded-e-xl {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .v-locale--is-rtl .rounded-e-xl {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .v-locale--is-ltr .rounded-e-pill {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .v-locale--is-rtl .rounded-e-pill {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .v-locale--is-ltr .rounded-e-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .v-locale--is-rtl .rounded-e-circle {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .v-locale--is-ltr .rounded-e-shaped {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0;
  }
  .v-locale--is-rtl .rounded-e-shaped {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 0;
  }
  .rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rounded-b-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .rounded-b {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .rounded-b-md {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .rounded-b-lg {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .rounded-b-xl {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .rounded-b-pill {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .rounded-b-circle {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .rounded-b-shaped {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 0;
  }
  .v-locale--is-ltr .rounded-s-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .v-locale--is-rtl .rounded-s-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .v-locale--is-ltr .rounded-s-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .v-locale--is-rtl .rounded-s-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .v-locale--is-ltr .rounded-s {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-rtl .rounded-s {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-ltr .rounded-s-md {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-rtl .rounded-s-md {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-ltr .rounded-s-lg {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .v-locale--is-rtl .rounded-s-lg {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .v-locale--is-ltr .rounded-s-xl {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .v-locale--is-rtl .rounded-s-xl {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .v-locale--is-ltr .rounded-s-pill {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .v-locale--is-rtl .rounded-s-pill {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .v-locale--is-ltr .rounded-s-circle {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .v-locale--is-rtl .rounded-s-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .v-locale--is-ltr .rounded-s-shaped {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 0;
  }
  .v-locale--is-rtl .rounded-s-shaped {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0;
  }
  .v-locale--is-ltr .rounded-ts-0 {
    border-top-left-radius: 0;
  }
  .v-locale--is-rtl .rounded-ts-0 {
    border-top-right-radius: 0;
  }
  .v-locale--is-ltr .rounded-ts-sm {
    border-top-left-radius: 2px;
  }
  .v-locale--is-rtl .rounded-ts-sm {
    border-top-right-radius: 2px;
  }
  .v-locale--is-ltr .rounded-ts {
    border-top-left-radius: 4px;
  }
  .v-locale--is-rtl .rounded-ts {
    border-top-right-radius: 4px;
  }
  .v-locale--is-ltr .rounded-ts-md {
    border-top-left-radius: 4px;
  }
  .v-locale--is-rtl .rounded-ts-md {
    border-top-right-radius: 4px;
  }
  .v-locale--is-ltr .rounded-ts-lg {
    border-top-left-radius: 8px;
  }
  .v-locale--is-rtl .rounded-ts-lg {
    border-top-right-radius: 8px;
  }
  .v-locale--is-ltr .rounded-ts-xl {
    border-top-left-radius: 24px;
  }
  .v-locale--is-rtl .rounded-ts-xl {
    border-top-right-radius: 24px;
  }
  .v-locale--is-ltr .rounded-ts-pill {
    border-top-left-radius: 9999px;
  }
  .v-locale--is-rtl .rounded-ts-pill {
    border-top-right-radius: 9999px;
  }
  .v-locale--is-ltr .rounded-ts-circle {
    border-top-left-radius: 50%;
  }
  .v-locale--is-rtl .rounded-ts-circle {
    border-top-right-radius: 50%;
  }
  .v-locale--is-ltr .rounded-ts-shaped {
    border-top-left-radius: 24px 0;
  }
  .v-locale--is-rtl .rounded-ts-shaped {
    border-top-right-radius: 24px 0;
  }
  .v-locale--is-ltr .rounded-te-0 {
    border-top-right-radius: 0;
  }
  .v-locale--is-rtl .rounded-te-0 {
    border-top-left-radius: 0;
  }
  .v-locale--is-ltr .rounded-te-sm {
    border-top-right-radius: 2px;
  }
  .v-locale--is-rtl .rounded-te-sm {
    border-top-left-radius: 2px;
  }
  .v-locale--is-ltr .rounded-te {
    border-top-right-radius: 4px;
  }
  .v-locale--is-rtl .rounded-te {
    border-top-left-radius: 4px;
  }
  .v-locale--is-ltr .rounded-te-md {
    border-top-right-radius: 4px;
  }
  .v-locale--is-rtl .rounded-te-md {
    border-top-left-radius: 4px;
  }
  .v-locale--is-ltr .rounded-te-lg {
    border-top-right-radius: 8px;
  }
  .v-locale--is-rtl .rounded-te-lg {
    border-top-left-radius: 8px;
  }
  .v-locale--is-ltr .rounded-te-xl {
    border-top-right-radius: 24px;
  }
  .v-locale--is-rtl .rounded-te-xl {
    border-top-left-radius: 24px;
  }
  .v-locale--is-ltr .rounded-te-pill {
    border-top-right-radius: 9999px;
  }
  .v-locale--is-rtl .rounded-te-pill {
    border-top-left-radius: 9999px;
  }
  .v-locale--is-ltr .rounded-te-circle {
    border-top-right-radius: 50%;
  }
  .v-locale--is-rtl .rounded-te-circle {
    border-top-left-radius: 50%;
  }
  .v-locale--is-ltr .rounded-te-shaped {
    border-top-right-radius: 24px 0;
  }
  .v-locale--is-rtl .rounded-te-shaped {
    border-top-left-radius: 24px 0;
  }
  .v-locale--is-ltr .rounded-be-0 {
    border-bottom-right-radius: 0;
  }
  .v-locale--is-rtl .rounded-be-0 {
    border-bottom-left-radius: 0;
  }
  .v-locale--is-ltr .rounded-be-sm {
    border-bottom-right-radius: 2px;
  }
  .v-locale--is-rtl .rounded-be-sm {
    border-bottom-left-radius: 2px;
  }
  .v-locale--is-ltr .rounded-be {
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-rtl .rounded-be {
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-ltr .rounded-be-md {
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-rtl .rounded-be-md {
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-ltr .rounded-be-lg {
    border-bottom-right-radius: 8px;
  }
  .v-locale--is-rtl .rounded-be-lg {
    border-bottom-left-radius: 8px;
  }
  .v-locale--is-ltr .rounded-be-xl {
    border-bottom-right-radius: 24px;
  }
  .v-locale--is-rtl .rounded-be-xl {
    border-bottom-left-radius: 24px;
  }
  .v-locale--is-ltr .rounded-be-pill {
    border-bottom-right-radius: 9999px;
  }
  .v-locale--is-rtl .rounded-be-pill {
    border-bottom-left-radius: 9999px;
  }
  .v-locale--is-ltr .rounded-be-circle {
    border-bottom-right-radius: 50%;
  }
  .v-locale--is-rtl .rounded-be-circle {
    border-bottom-left-radius: 50%;
  }
  .v-locale--is-ltr .rounded-be-shaped {
    border-bottom-right-radius: 24px 0;
  }
  .v-locale--is-rtl .rounded-be-shaped {
    border-bottom-left-radius: 24px 0;
  }
  .v-locale--is-ltr .rounded-bs-0 {
    border-bottom-left-radius: 0;
  }
  .v-locale--is-rtl .rounded-bs-0 {
    border-bottom-right-radius: 0;
  }
  .v-locale--is-ltr .rounded-bs-sm {
    border-bottom-left-radius: 2px;
  }
  .v-locale--is-rtl .rounded-bs-sm {
    border-bottom-right-radius: 2px;
  }
  .v-locale--is-ltr .rounded-bs {
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-rtl .rounded-bs {
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-ltr .rounded-bs-md {
    border-bottom-left-radius: 4px;
  }
  .v-locale--is-rtl .rounded-bs-md {
    border-bottom-right-radius: 4px;
  }
  .v-locale--is-ltr .rounded-bs-lg {
    border-bottom-left-radius: 8px;
  }
  .v-locale--is-rtl .rounded-bs-lg {
    border-bottom-right-radius: 8px;
  }
  .v-locale--is-ltr .rounded-bs-xl {
    border-bottom-left-radius: 24px;
  }
  .v-locale--is-rtl .rounded-bs-xl {
    border-bottom-right-radius: 24px;
  }
  .v-locale--is-ltr .rounded-bs-pill {
    border-bottom-left-radius: 9999px;
  }
  .v-locale--is-rtl .rounded-bs-pill {
    border-bottom-right-radius: 9999px;
  }
  .v-locale--is-ltr .rounded-bs-circle {
    border-bottom-left-radius: 50%;
  }
  .v-locale--is-rtl .rounded-bs-circle {
    border-bottom-right-radius: 50%;
  }
  .v-locale--is-ltr .rounded-bs-shaped {
    border-bottom-left-radius: 24px 0;
  }
  .v-locale--is-rtl .rounded-bs-shaped {
    border-bottom-right-radius: 24px 0;
  }
  .border-0 {
    border-width: 0;
    border-style: solid;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border {
    border-width: thin;
    border-style: solid;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-thin {
    border-width: thin;
    border-style: solid;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-sm {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-md {
    border-width: 2px;
    border-style: solid;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-lg {
    border-width: 4px;
    border-style: solid;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-xl {
    border-width: 8px;
    border-style: solid;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-current {
    border-color: currentColor;
  }
  .border-opacity-0 {
    --v-border-opacity: 0;
  }
  .border-opacity {
    --v-border-opacity: 0.12;
  }
  .border-opacity-25 {
    --v-border-opacity: 0.25;
  }
  .border-opacity-50 {
    --v-border-opacity: 0.5;
  }
  .border-opacity-75 {
    --v-border-opacity: 0.75;
  }
  .border-opacity-100 {
    --v-border-opacity: 1;
  }
  .border-t-0 {
    border-block-start-width: 0;
    border-block-start-style: solid;
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-t {
    border-block-start-width: thin;
    border-block-start-style: solid;
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-t-thin {
    border-block-start-width: thin;
    border-block-start-style: solid;
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-t-sm {
    border-block-start-width: 1px;
    border-block-start-style: solid;
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-t-md {
    border-block-start-width: 2px;
    border-block-start-style: solid;
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-t-lg {
    border-block-start-width: 4px;
    border-block-start-style: solid;
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-t-xl {
    border-block-start-width: 8px;
    border-block-start-style: solid;
    border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-e-0 {
    border-inline-end-width: 0;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-e {
    border-inline-end-width: thin;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-e-thin {
    border-inline-end-width: thin;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-e-sm {
    border-inline-end-width: 1px;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-e-md {
    border-inline-end-width: 2px;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-e-lg {
    border-inline-end-width: 4px;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-e-xl {
    border-inline-end-width: 8px;
    border-inline-end-style: solid;
    border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-b-0 {
    border-block-end-width: 0;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-b {
    border-block-end-width: thin;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-b-thin {
    border-block-end-width: thin;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-b-sm {
    border-block-end-width: 1px;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-b-md {
    border-block-end-width: 2px;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-b-lg {
    border-block-end-width: 4px;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-b-xl {
    border-block-end-width: 8px;
    border-block-end-style: solid;
    border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-s-0 {
    border-inline-start-width: 0;
    border-inline-start-style: solid;
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-s {
    border-inline-start-width: thin;
    border-inline-start-style: solid;
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-s-thin {
    border-inline-start-width: thin;
    border-inline-start-style: solid;
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-s-sm {
    border-inline-start-width: 1px;
    border-inline-start-style: solid;
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-s-md {
    border-inline-start-width: 2px;
    border-inline-start-style: solid;
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-s-lg {
    border-inline-start-width: 4px;
    border-inline-start-style: solid;
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-s-xl {
    border-inline-start-width: 8px;
    border-inline-start-style: solid;
    border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity));
  }
  .border-solid {
    border-style: solid;
  }
  .border-dashed {
    border-style: dashed;
  }
  .border-dotted {
    border-style: dotted;
  }
  .border-double {
    border-style: double;
  }
  .border-none {
    border-style: none;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-start {
    text-align: start;
  }
  .text-end {
    text-align: end;
  }
  .text-decoration-line-through {
    text-decoration: line-through;
  }
  .text-decoration-none {
    text-decoration: none;
  }
  .text-decoration-overline {
    text-decoration: overline;
  }
  .text-decoration-underline {
    text-decoration: underline;
  }
  .text-wrap {
    white-space: normal;
  }
  .text-no-wrap {
    white-space: nowrap;
  }
  .text-pre {
    white-space: pre;
  }
  .text-pre-line {
    white-space: pre-line;
  }
  .text-pre-wrap {
    white-space: pre-wrap;
  }
  .text-break {
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .opacity-hover {
    opacity: var(--v-hover-opacity);
  }
  .opacity-focus {
    opacity: var(--v-focus-opacity);
  }
  .opacity-selected {
    opacity: var(--v-selected-opacity);
  }
  .opacity-activated {
    opacity: var(--v-activated-opacity);
  }
  .opacity-pressed {
    opacity: var(--v-pressed-opacity);
  }
  .opacity-dragged {
    opacity: var(--v-dragged-opacity);
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-10 {
    opacity: 0.1;
  }
  .opacity-20 {
    opacity: 0.2;
  }
  .opacity-30 {
    opacity: 0.3;
  }
  .opacity-40 {
    opacity: 0.4;
  }
  .opacity-50 {
    opacity: 0.5;
  }
  .opacity-60 {
    opacity: 0.6;
  }
  .opacity-70 {
    opacity: 0.7;
  }
  .opacity-80 {
    opacity: 0.8;
  }
  .opacity-90 {
    opacity: 0.9;
  }
  .opacity-100 {
    opacity: 1;
  }
  .text-high-emphasis {
    color: color-mix(in srgb, rgb(var(--v-theme-on-background)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .text-medium-emphasis {
    color: color-mix(in srgb, rgb(var(--v-theme-on-background)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
  }
  .text-disabled {
    color: color-mix(in srgb, rgb(var(--v-theme-on-background)) calc(var(--v-disabled-opacity) * 100%), transparent);
  }
  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .text-none {
    text-transform: none;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .font-weight-thin {
    font-weight: 100;
  }
  .font-weight-light {
    font-weight: 300;
  }
  .font-weight-regular {
    font-weight: 400;
  }
  .font-weight-medium {
    font-weight: 500;
  }
  .font-weight-semibold {
    font-weight: 600;
  }
  .font-weight-bold {
    font-weight: 700;
  }
  .font-weight-black {
    font-weight: 900;
  }
  .font-italic {
    font-style: italic;
  }
  .text-mono {
    font-family: monospace;
  }
  .position-static {
    position: static;
  }
  .position-relative {
    position: relative;
  }
  .position-fixed {
    position: fixed;
  }
  .position-absolute {
    position: absolute;
  }
  .position-sticky {
    position: sticky;
  }
  .top-0 {
    top: 0;
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-0 {
    left: 0;
  }
  .cursor-auto {
    cursor: auto;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-wait {
    cursor: wait;
  }
  .cursor-text {
    cursor: text;
  }
  .cursor-move {
    cursor: move;
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-progress {
    cursor: progress;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-grabbing {
    cursor: grabbing;
  }
  .cursor-none {
    cursor: none;
  }
  .fill-height {
    height: 100%;
  }
  .h-auto {
    height: auto;
  }
  .h-screen {
    height: 100dvh;
  }
  .h-0 {
    height: 0;
  }
  .h-25 {
    height: 25%;
  }
  .h-50 {
    height: 50%;
  }
  .h-75 {
    height: 75%;
  }
  .h-100 {
    height: 100%;
  }
  .w-auto {
    width: auto;
  }
  .w-0 {
    width: 0;
  }
  .w-25 {
    width: 25%;
  }
  .w-33 {
    width: 33%;
  }
  .w-50 {
    width: 50%;
  }
  .w-66 {
    width: 66%;
  }
  .w-75 {
    width: 75%;
  }
  .w-100 {
    width: 100%;
  }
  @media (min-width: 600px) {
    .d-sm-none {
      display: none;
    }
    .d-sm-inline {
      display: inline;
    }
    .d-sm-inline-block {
      display: inline-block;
    }
    .d-sm-block {
      display: block;
    }
    .d-sm-table {
      display: table;
    }
    .d-sm-table-row {
      display: table-row;
    }
    .d-sm-table-cell {
      display: table-cell;
    }
    .d-sm-flex {
      display: flex;
    }
    .d-sm-inline-flex {
      display: inline-flex;
    }
    .float-sm-none {
      float: none;
    }
    .float-sm-left {
      float: left;
    }
    .float-sm-right {
      float: right;
    }
    .v-locale--is-rtl .float-sm-end {
      float: left;
    }
    .v-locale--is-rtl .float-sm-start {
      float: right;
    }
    .v-locale--is-ltr .float-sm-end {
      float: right;
    }
    .v-locale--is-ltr .float-sm-start {
      float: left;
    }
    .flex-sm-fill {
      flex: 1 1 auto;
    }
    .flex-sm-1-1 {
      flex: 1 1 auto;
    }
    .flex-sm-1-0 {
      flex: 1 0 auto;
    }
    .flex-sm-0-1 {
      flex: 0 1 auto;
    }
    .flex-sm-0-0 {
      flex: 0 0 auto;
    }
    .flex-sm-1-1-100 {
      flex: 1 1 100%;
    }
    .flex-sm-1-0-100 {
      flex: 1 0 100%;
    }
    .flex-sm-0-1-100 {
      flex: 0 1 100%;
    }
    .flex-sm-0-0-100 {
      flex: 0 0 100%;
    }
    .flex-sm-1-1-0 {
      flex: 1 1 0;
    }
    .flex-sm-1-0-0 {
      flex: 1 0 0;
    }
    .flex-sm-0-1-0 {
      flex: 0 1 0;
    }
    .flex-sm-0-0-0 {
      flex: 0 0 0;
    }
    .flex-sm-row {
      flex-direction: row;
    }
    .flex-sm-column {
      flex-direction: column;
    }
    .flex-sm-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-sm-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-sm-grow-0 {
      flex-grow: 0;
    }
    .flex-sm-grow-1 {
      flex-grow: 1;
    }
    .flex-sm-shrink-0 {
      flex-shrink: 0;
    }
    .flex-sm-shrink-1 {
      flex-shrink: 1;
    }
    .flex-sm-wrap {
      flex-wrap: wrap;
    }
    .flex-sm-nowrap {
      flex-wrap: nowrap;
    }
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-sm-start {
      justify-content: flex-start;
    }
    .justify-sm-end {
      justify-content: flex-end;
    }
    .justify-sm-center {
      justify-content: center;
    }
    .justify-sm-space-between {
      justify-content: space-between;
    }
    .justify-sm-space-around {
      justify-content: space-around;
    }
    .justify-sm-space-evenly {
      justify-content: space-evenly;
    }
    .justify-items-sm-start {
      justify-items: flex-start;
    }
    .justify-items-sm-end {
      justify-items: flex-end;
    }
    .justify-items-sm-center {
      justify-items: center;
    }
    .justify-items-sm-stretch {
      justify-items: stretch;
    }
    .align-sm-start {
      align-items: flex-start;
    }
    .align-sm-end {
      align-items: flex-end;
    }
    .align-sm-center {
      align-items: center;
    }
    .align-sm-baseline {
      align-items: baseline;
    }
    .align-sm-stretch {
      align-items: stretch;
    }
    .align-content-sm-start {
      align-content: flex-start;
    }
    .align-content-sm-end {
      align-content: flex-end;
    }
    .align-content-sm-center {
      align-content: center;
    }
    .align-content-sm-space-between {
      align-content: space-between;
    }
    .align-content-sm-space-around {
      align-content: space-around;
    }
    .align-content-sm-space-evenly {
      align-content: space-evenly;
    }
    .align-content-sm-stretch {
      align-content: stretch;
    }
    .align-self-sm-auto {
      align-self: auto;
    }
    .align-self-sm-start {
      align-self: flex-start;
    }
    .align-self-sm-end {
      align-self: flex-end;
    }
    .align-self-sm-center {
      align-self: center;
    }
    .align-self-sm-baseline {
      align-self: baseline;
    }
    .align-self-sm-stretch {
      align-self: stretch;
    }
    .order-sm-first {
      order: -1;
    }
    .order-sm-0 {
      order: 0;
    }
    .order-sm-1 {
      order: 1;
    }
    .order-sm-2 {
      order: 2;
    }
    .order-sm-3 {
      order: 3;
    }
    .order-sm-4 {
      order: 4;
    }
    .order-sm-5 {
      order: 5;
    }
    .order-sm-6 {
      order: 6;
    }
    .order-sm-7 {
      order: 7;
    }
    .order-sm-8 {
      order: 8;
    }
    .order-sm-9 {
      order: 9;
    }
    .order-sm-10 {
      order: 10;
    }
    .order-sm-11 {
      order: 11;
    }
    .order-sm-12 {
      order: 12;
    }
    .order-sm-last {
      order: 13;
    }
    .ga-sm-0 {
      gap: 0px;
    }
    .ga-sm-1 {
      gap: 4px;
    }
    .ga-sm-2 {
      gap: 8px;
    }
    .ga-sm-3 {
      gap: 12px;
    }
    .ga-sm-4 {
      gap: 16px;
    }
    .ga-sm-5 {
      gap: 20px;
    }
    .ga-sm-6 {
      gap: 24px;
    }
    .ga-sm-7 {
      gap: 28px;
    }
    .ga-sm-8 {
      gap: 32px;
    }
    .ga-sm-9 {
      gap: 36px;
    }
    .ga-sm-10 {
      gap: 40px;
    }
    .ga-sm-11 {
      gap: 44px;
    }
    .ga-sm-12 {
      gap: 48px;
    }
    .ga-sm-13 {
      gap: 52px;
    }
    .ga-sm-14 {
      gap: 56px;
    }
    .ga-sm-15 {
      gap: 60px;
    }
    .ga-sm-16 {
      gap: 64px;
    }
    .ga-sm-auto {
      gap: auto;
    }
    .gr-sm-0 {
      row-gap: 0px;
    }
    .gr-sm-1 {
      row-gap: 4px;
    }
    .gr-sm-2 {
      row-gap: 8px;
    }
    .gr-sm-3 {
      row-gap: 12px;
    }
    .gr-sm-4 {
      row-gap: 16px;
    }
    .gr-sm-5 {
      row-gap: 20px;
    }
    .gr-sm-6 {
      row-gap: 24px;
    }
    .gr-sm-7 {
      row-gap: 28px;
    }
    .gr-sm-8 {
      row-gap: 32px;
    }
    .gr-sm-9 {
      row-gap: 36px;
    }
    .gr-sm-10 {
      row-gap: 40px;
    }
    .gr-sm-11 {
      row-gap: 44px;
    }
    .gr-sm-12 {
      row-gap: 48px;
    }
    .gr-sm-13 {
      row-gap: 52px;
    }
    .gr-sm-14 {
      row-gap: 56px;
    }
    .gr-sm-15 {
      row-gap: 60px;
    }
    .gr-sm-16 {
      row-gap: 64px;
    }
    .gr-sm-auto {
      row-gap: auto;
    }
    .gc-sm-0 {
      column-gap: 0px;
    }
    .gc-sm-1 {
      column-gap: 4px;
    }
    .gc-sm-2 {
      column-gap: 8px;
    }
    .gc-sm-3 {
      column-gap: 12px;
    }
    .gc-sm-4 {
      column-gap: 16px;
    }
    .gc-sm-5 {
      column-gap: 20px;
    }
    .gc-sm-6 {
      column-gap: 24px;
    }
    .gc-sm-7 {
      column-gap: 28px;
    }
    .gc-sm-8 {
      column-gap: 32px;
    }
    .gc-sm-9 {
      column-gap: 36px;
    }
    .gc-sm-10 {
      column-gap: 40px;
    }
    .gc-sm-11 {
      column-gap: 44px;
    }
    .gc-sm-12 {
      column-gap: 48px;
    }
    .gc-sm-13 {
      column-gap: 52px;
    }
    .gc-sm-14 {
      column-gap: 56px;
    }
    .gc-sm-15 {
      column-gap: 60px;
    }
    .gc-sm-16 {
      column-gap: 64px;
    }
    .gc-sm-auto {
      column-gap: auto;
    }
    .ma-sm-0 {
      margin: 0px;
    }
    .ma-sm-1 {
      margin: 4px;
    }
    .ma-sm-2 {
      margin: 8px;
    }
    .ma-sm-3 {
      margin: 12px;
    }
    .ma-sm-4 {
      margin: 16px;
    }
    .ma-sm-5 {
      margin: 20px;
    }
    .ma-sm-6 {
      margin: 24px;
    }
    .ma-sm-7 {
      margin: 28px;
    }
    .ma-sm-8 {
      margin: 32px;
    }
    .ma-sm-9 {
      margin: 36px;
    }
    .ma-sm-10 {
      margin: 40px;
    }
    .ma-sm-11 {
      margin: 44px;
    }
    .ma-sm-12 {
      margin: 48px;
    }
    .ma-sm-13 {
      margin: 52px;
    }
    .ma-sm-14 {
      margin: 56px;
    }
    .ma-sm-15 {
      margin: 60px;
    }
    .ma-sm-16 {
      margin: 64px;
    }
    .ma-sm-auto {
      margin: auto;
    }
    .mx-sm-0 {
      margin-right: 0px;
      margin-left: 0px;
    }
    .mx-sm-1 {
      margin-right: 4px;
      margin-left: 4px;
    }
    .mx-sm-2 {
      margin-right: 8px;
      margin-left: 8px;
    }
    .mx-sm-3 {
      margin-right: 12px;
      margin-left: 12px;
    }
    .mx-sm-4 {
      margin-right: 16px;
      margin-left: 16px;
    }
    .mx-sm-5 {
      margin-right: 20px;
      margin-left: 20px;
    }
    .mx-sm-6 {
      margin-right: 24px;
      margin-left: 24px;
    }
    .mx-sm-7 {
      margin-right: 28px;
      margin-left: 28px;
    }
    .mx-sm-8 {
      margin-right: 32px;
      margin-left: 32px;
    }
    .mx-sm-9 {
      margin-right: 36px;
      margin-left: 36px;
    }
    .mx-sm-10 {
      margin-right: 40px;
      margin-left: 40px;
    }
    .mx-sm-11 {
      margin-right: 44px;
      margin-left: 44px;
    }
    .mx-sm-12 {
      margin-right: 48px;
      margin-left: 48px;
    }
    .mx-sm-13 {
      margin-right: 52px;
      margin-left: 52px;
    }
    .mx-sm-14 {
      margin-right: 56px;
      margin-left: 56px;
    }
    .mx-sm-15 {
      margin-right: 60px;
      margin-left: 60px;
    }
    .mx-sm-16 {
      margin-right: 64px;
      margin-left: 64px;
    }
    .mx-sm-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-sm-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .my-sm-1 {
      margin-top: 4px;
      margin-bottom: 4px;
    }
    .my-sm-2 {
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .my-sm-3 {
      margin-top: 12px;
      margin-bottom: 12px;
    }
    .my-sm-4 {
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .my-sm-5 {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .my-sm-6 {
      margin-top: 24px;
      margin-bottom: 24px;
    }
    .my-sm-7 {
      margin-top: 28px;
      margin-bottom: 28px;
    }
    .my-sm-8 {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    .my-sm-9 {
      margin-top: 36px;
      margin-bottom: 36px;
    }
    .my-sm-10 {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .my-sm-11 {
      margin-top: 44px;
      margin-bottom: 44px;
    }
    .my-sm-12 {
      margin-top: 48px;
      margin-bottom: 48px;
    }
    .my-sm-13 {
      margin-top: 52px;
      margin-bottom: 52px;
    }
    .my-sm-14 {
      margin-top: 56px;
      margin-bottom: 56px;
    }
    .my-sm-15 {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .my-sm-16 {
      margin-top: 64px;
      margin-bottom: 64px;
    }
    .my-sm-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-sm-0 {
      margin-top: 0px;
    }
    .mt-sm-1 {
      margin-top: 4px;
    }
    .mt-sm-2 {
      margin-top: 8px;
    }
    .mt-sm-3 {
      margin-top: 12px;
    }
    .mt-sm-4 {
      margin-top: 16px;
    }
    .mt-sm-5 {
      margin-top: 20px;
    }
    .mt-sm-6 {
      margin-top: 24px;
    }
    .mt-sm-7 {
      margin-top: 28px;
    }
    .mt-sm-8 {
      margin-top: 32px;
    }
    .mt-sm-9 {
      margin-top: 36px;
    }
    .mt-sm-10 {
      margin-top: 40px;
    }
    .mt-sm-11 {
      margin-top: 44px;
    }
    .mt-sm-12 {
      margin-top: 48px;
    }
    .mt-sm-13 {
      margin-top: 52px;
    }
    .mt-sm-14 {
      margin-top: 56px;
    }
    .mt-sm-15 {
      margin-top: 60px;
    }
    .mt-sm-16 {
      margin-top: 64px;
    }
    .mt-sm-auto {
      margin-top: auto;
    }
    .mr-sm-0 {
      margin-right: 0px;
    }
    .mr-sm-1 {
      margin-right: 4px;
    }
    .mr-sm-2 {
      margin-right: 8px;
    }
    .mr-sm-3 {
      margin-right: 12px;
    }
    .mr-sm-4 {
      margin-right: 16px;
    }
    .mr-sm-5 {
      margin-right: 20px;
    }
    .mr-sm-6 {
      margin-right: 24px;
    }
    .mr-sm-7 {
      margin-right: 28px;
    }
    .mr-sm-8 {
      margin-right: 32px;
    }
    .mr-sm-9 {
      margin-right: 36px;
    }
    .mr-sm-10 {
      margin-right: 40px;
    }
    .mr-sm-11 {
      margin-right: 44px;
    }
    .mr-sm-12 {
      margin-right: 48px;
    }
    .mr-sm-13 {
      margin-right: 52px;
    }
    .mr-sm-14 {
      margin-right: 56px;
    }
    .mr-sm-15 {
      margin-right: 60px;
    }
    .mr-sm-16 {
      margin-right: 64px;
    }
    .mr-sm-auto {
      margin-right: auto;
    }
    .mb-sm-0 {
      margin-bottom: 0px;
    }
    .mb-sm-1 {
      margin-bottom: 4px;
    }
    .mb-sm-2 {
      margin-bottom: 8px;
    }
    .mb-sm-3 {
      margin-bottom: 12px;
    }
    .mb-sm-4 {
      margin-bottom: 16px;
    }
    .mb-sm-5 {
      margin-bottom: 20px;
    }
    .mb-sm-6 {
      margin-bottom: 24px;
    }
    .mb-sm-7 {
      margin-bottom: 28px;
    }
    .mb-sm-8 {
      margin-bottom: 32px;
    }
    .mb-sm-9 {
      margin-bottom: 36px;
    }
    .mb-sm-10 {
      margin-bottom: 40px;
    }
    .mb-sm-11 {
      margin-bottom: 44px;
    }
    .mb-sm-12 {
      margin-bottom: 48px;
    }
    .mb-sm-13 {
      margin-bottom: 52px;
    }
    .mb-sm-14 {
      margin-bottom: 56px;
    }
    .mb-sm-15 {
      margin-bottom: 60px;
    }
    .mb-sm-16 {
      margin-bottom: 64px;
    }
    .mb-sm-auto {
      margin-bottom: auto;
    }
    .ml-sm-0 {
      margin-left: 0px;
    }
    .ml-sm-1 {
      margin-left: 4px;
    }
    .ml-sm-2 {
      margin-left: 8px;
    }
    .ml-sm-3 {
      margin-left: 12px;
    }
    .ml-sm-4 {
      margin-left: 16px;
    }
    .ml-sm-5 {
      margin-left: 20px;
    }
    .ml-sm-6 {
      margin-left: 24px;
    }
    .ml-sm-7 {
      margin-left: 28px;
    }
    .ml-sm-8 {
      margin-left: 32px;
    }
    .ml-sm-9 {
      margin-left: 36px;
    }
    .ml-sm-10 {
      margin-left: 40px;
    }
    .ml-sm-11 {
      margin-left: 44px;
    }
    .ml-sm-12 {
      margin-left: 48px;
    }
    .ml-sm-13 {
      margin-left: 52px;
    }
    .ml-sm-14 {
      margin-left: 56px;
    }
    .ml-sm-15 {
      margin-left: 60px;
    }
    .ml-sm-16 {
      margin-left: 64px;
    }
    .ml-sm-auto {
      margin-left: auto;
    }
    .ms-sm-0 {
      margin-inline-start: 0px;
    }
    .ms-sm-1 {
      margin-inline-start: 4px;
    }
    .ms-sm-2 {
      margin-inline-start: 8px;
    }
    .ms-sm-3 {
      margin-inline-start: 12px;
    }
    .ms-sm-4 {
      margin-inline-start: 16px;
    }
    .ms-sm-5 {
      margin-inline-start: 20px;
    }
    .ms-sm-6 {
      margin-inline-start: 24px;
    }
    .ms-sm-7 {
      margin-inline-start: 28px;
    }
    .ms-sm-8 {
      margin-inline-start: 32px;
    }
    .ms-sm-9 {
      margin-inline-start: 36px;
    }
    .ms-sm-10 {
      margin-inline-start: 40px;
    }
    .ms-sm-11 {
      margin-inline-start: 44px;
    }
    .ms-sm-12 {
      margin-inline-start: 48px;
    }
    .ms-sm-13 {
      margin-inline-start: 52px;
    }
    .ms-sm-14 {
      margin-inline-start: 56px;
    }
    .ms-sm-15 {
      margin-inline-start: 60px;
    }
    .ms-sm-16 {
      margin-inline-start: 64px;
    }
    .ms-sm-auto {
      margin-inline-start: auto;
    }
    .me-sm-0 {
      margin-inline-end: 0px;
    }
    .me-sm-1 {
      margin-inline-end: 4px;
    }
    .me-sm-2 {
      margin-inline-end: 8px;
    }
    .me-sm-3 {
      margin-inline-end: 12px;
    }
    .me-sm-4 {
      margin-inline-end: 16px;
    }
    .me-sm-5 {
      margin-inline-end: 20px;
    }
    .me-sm-6 {
      margin-inline-end: 24px;
    }
    .me-sm-7 {
      margin-inline-end: 28px;
    }
    .me-sm-8 {
      margin-inline-end: 32px;
    }
    .me-sm-9 {
      margin-inline-end: 36px;
    }
    .me-sm-10 {
      margin-inline-end: 40px;
    }
    .me-sm-11 {
      margin-inline-end: 44px;
    }
    .me-sm-12 {
      margin-inline-end: 48px;
    }
    .me-sm-13 {
      margin-inline-end: 52px;
    }
    .me-sm-14 {
      margin-inline-end: 56px;
    }
    .me-sm-15 {
      margin-inline-end: 60px;
    }
    .me-sm-16 {
      margin-inline-end: 64px;
    }
    .me-sm-auto {
      margin-inline-end: auto;
    }
    .ma-sm-n1 {
      margin: -4px;
    }
    .ma-sm-n2 {
      margin: -8px;
    }
    .ma-sm-n3 {
      margin: -12px;
    }
    .ma-sm-n4 {
      margin: -16px;
    }
    .ma-sm-n5 {
      margin: -20px;
    }
    .ma-sm-n6 {
      margin: -24px;
    }
    .ma-sm-n7 {
      margin: -28px;
    }
    .ma-sm-n8 {
      margin: -32px;
    }
    .ma-sm-n9 {
      margin: -36px;
    }
    .ma-sm-n10 {
      margin: -40px;
    }
    .ma-sm-n11 {
      margin: -44px;
    }
    .ma-sm-n12 {
      margin: -48px;
    }
    .ma-sm-n13 {
      margin: -52px;
    }
    .ma-sm-n14 {
      margin: -56px;
    }
    .ma-sm-n15 {
      margin: -60px;
    }
    .ma-sm-n16 {
      margin: -64px;
    }
    .mx-sm-n1 {
      margin-right: -4px;
      margin-left: -4px;
    }
    .mx-sm-n2 {
      margin-right: -8px;
      margin-left: -8px;
    }
    .mx-sm-n3 {
      margin-right: -12px;
      margin-left: -12px;
    }
    .mx-sm-n4 {
      margin-right: -16px;
      margin-left: -16px;
    }
    .mx-sm-n5 {
      margin-right: -20px;
      margin-left: -20px;
    }
    .mx-sm-n6 {
      margin-right: -24px;
      margin-left: -24px;
    }
    .mx-sm-n7 {
      margin-right: -28px;
      margin-left: -28px;
    }
    .mx-sm-n8 {
      margin-right: -32px;
      margin-left: -32px;
    }
    .mx-sm-n9 {
      margin-right: -36px;
      margin-left: -36px;
    }
    .mx-sm-n10 {
      margin-right: -40px;
      margin-left: -40px;
    }
    .mx-sm-n11 {
      margin-right: -44px;
      margin-left: -44px;
    }
    .mx-sm-n12 {
      margin-right: -48px;
      margin-left: -48px;
    }
    .mx-sm-n13 {
      margin-right: -52px;
      margin-left: -52px;
    }
    .mx-sm-n14 {
      margin-right: -56px;
      margin-left: -56px;
    }
    .mx-sm-n15 {
      margin-right: -60px;
      margin-left: -60px;
    }
    .mx-sm-n16 {
      margin-right: -64px;
      margin-left: -64px;
    }
    .my-sm-n1 {
      margin-top: -4px;
      margin-bottom: -4px;
    }
    .my-sm-n2 {
      margin-top: -8px;
      margin-bottom: -8px;
    }
    .my-sm-n3 {
      margin-top: -12px;
      margin-bottom: -12px;
    }
    .my-sm-n4 {
      margin-top: -16px;
      margin-bottom: -16px;
    }
    .my-sm-n5 {
      margin-top: -20px;
      margin-bottom: -20px;
    }
    .my-sm-n6 {
      margin-top: -24px;
      margin-bottom: -24px;
    }
    .my-sm-n7 {
      margin-top: -28px;
      margin-bottom: -28px;
    }
    .my-sm-n8 {
      margin-top: -32px;
      margin-bottom: -32px;
    }
    .my-sm-n9 {
      margin-top: -36px;
      margin-bottom: -36px;
    }
    .my-sm-n10 {
      margin-top: -40px;
      margin-bottom: -40px;
    }
    .my-sm-n11 {
      margin-top: -44px;
      margin-bottom: -44px;
    }
    .my-sm-n12 {
      margin-top: -48px;
      margin-bottom: -48px;
    }
    .my-sm-n13 {
      margin-top: -52px;
      margin-bottom: -52px;
    }
    .my-sm-n14 {
      margin-top: -56px;
      margin-bottom: -56px;
    }
    .my-sm-n15 {
      margin-top: -60px;
      margin-bottom: -60px;
    }
    .my-sm-n16 {
      margin-top: -64px;
      margin-bottom: -64px;
    }
    .mt-sm-n1 {
      margin-top: -4px;
    }
    .mt-sm-n2 {
      margin-top: -8px;
    }
    .mt-sm-n3 {
      margin-top: -12px;
    }
    .mt-sm-n4 {
      margin-top: -16px;
    }
    .mt-sm-n5 {
      margin-top: -20px;
    }
    .mt-sm-n6 {
      margin-top: -24px;
    }
    .mt-sm-n7 {
      margin-top: -28px;
    }
    .mt-sm-n8 {
      margin-top: -32px;
    }
    .mt-sm-n9 {
      margin-top: -36px;
    }
    .mt-sm-n10 {
      margin-top: -40px;
    }
    .mt-sm-n11 {
      margin-top: -44px;
    }
    .mt-sm-n12 {
      margin-top: -48px;
    }
    .mt-sm-n13 {
      margin-top: -52px;
    }
    .mt-sm-n14 {
      margin-top: -56px;
    }
    .mt-sm-n15 {
      margin-top: -60px;
    }
    .mt-sm-n16 {
      margin-top: -64px;
    }
    .mr-sm-n1 {
      margin-right: -4px;
    }
    .mr-sm-n2 {
      margin-right: -8px;
    }
    .mr-sm-n3 {
      margin-right: -12px;
    }
    .mr-sm-n4 {
      margin-right: -16px;
    }
    .mr-sm-n5 {
      margin-right: -20px;
    }
    .mr-sm-n6 {
      margin-right: -24px;
    }
    .mr-sm-n7 {
      margin-right: -28px;
    }
    .mr-sm-n8 {
      margin-right: -32px;
    }
    .mr-sm-n9 {
      margin-right: -36px;
    }
    .mr-sm-n10 {
      margin-right: -40px;
    }
    .mr-sm-n11 {
      margin-right: -44px;
    }
    .mr-sm-n12 {
      margin-right: -48px;
    }
    .mr-sm-n13 {
      margin-right: -52px;
    }
    .mr-sm-n14 {
      margin-right: -56px;
    }
    .mr-sm-n15 {
      margin-right: -60px;
    }
    .mr-sm-n16 {
      margin-right: -64px;
    }
    .mb-sm-n1 {
      margin-bottom: -4px;
    }
    .mb-sm-n2 {
      margin-bottom: -8px;
    }
    .mb-sm-n3 {
      margin-bottom: -12px;
    }
    .mb-sm-n4 {
      margin-bottom: -16px;
    }
    .mb-sm-n5 {
      margin-bottom: -20px;
    }
    .mb-sm-n6 {
      margin-bottom: -24px;
    }
    .mb-sm-n7 {
      margin-bottom: -28px;
    }
    .mb-sm-n8 {
      margin-bottom: -32px;
    }
    .mb-sm-n9 {
      margin-bottom: -36px;
    }
    .mb-sm-n10 {
      margin-bottom: -40px;
    }
    .mb-sm-n11 {
      margin-bottom: -44px;
    }
    .mb-sm-n12 {
      margin-bottom: -48px;
    }
    .mb-sm-n13 {
      margin-bottom: -52px;
    }
    .mb-sm-n14 {
      margin-bottom: -56px;
    }
    .mb-sm-n15 {
      margin-bottom: -60px;
    }
    .mb-sm-n16 {
      margin-bottom: -64px;
    }
    .ml-sm-n1 {
      margin-left: -4px;
    }
    .ml-sm-n2 {
      margin-left: -8px;
    }
    .ml-sm-n3 {
      margin-left: -12px;
    }
    .ml-sm-n4 {
      margin-left: -16px;
    }
    .ml-sm-n5 {
      margin-left: -20px;
    }
    .ml-sm-n6 {
      margin-left: -24px;
    }
    .ml-sm-n7 {
      margin-left: -28px;
    }
    .ml-sm-n8 {
      margin-left: -32px;
    }
    .ml-sm-n9 {
      margin-left: -36px;
    }
    .ml-sm-n10 {
      margin-left: -40px;
    }
    .ml-sm-n11 {
      margin-left: -44px;
    }
    .ml-sm-n12 {
      margin-left: -48px;
    }
    .ml-sm-n13 {
      margin-left: -52px;
    }
    .ml-sm-n14 {
      margin-left: -56px;
    }
    .ml-sm-n15 {
      margin-left: -60px;
    }
    .ml-sm-n16 {
      margin-left: -64px;
    }
    .ms-sm-n1 {
      margin-inline-start: -4px;
    }
    .ms-sm-n2 {
      margin-inline-start: -8px;
    }
    .ms-sm-n3 {
      margin-inline-start: -12px;
    }
    .ms-sm-n4 {
      margin-inline-start: -16px;
    }
    .ms-sm-n5 {
      margin-inline-start: -20px;
    }
    .ms-sm-n6 {
      margin-inline-start: -24px;
    }
    .ms-sm-n7 {
      margin-inline-start: -28px;
    }
    .ms-sm-n8 {
      margin-inline-start: -32px;
    }
    .ms-sm-n9 {
      margin-inline-start: -36px;
    }
    .ms-sm-n10 {
      margin-inline-start: -40px;
    }
    .ms-sm-n11 {
      margin-inline-start: -44px;
    }
    .ms-sm-n12 {
      margin-inline-start: -48px;
    }
    .ms-sm-n13 {
      margin-inline-start: -52px;
    }
    .ms-sm-n14 {
      margin-inline-start: -56px;
    }
    .ms-sm-n15 {
      margin-inline-start: -60px;
    }
    .ms-sm-n16 {
      margin-inline-start: -64px;
    }
    .me-sm-n1 {
      margin-inline-end: -4px;
    }
    .me-sm-n2 {
      margin-inline-end: -8px;
    }
    .me-sm-n3 {
      margin-inline-end: -12px;
    }
    .me-sm-n4 {
      margin-inline-end: -16px;
    }
    .me-sm-n5 {
      margin-inline-end: -20px;
    }
    .me-sm-n6 {
      margin-inline-end: -24px;
    }
    .me-sm-n7 {
      margin-inline-end: -28px;
    }
    .me-sm-n8 {
      margin-inline-end: -32px;
    }
    .me-sm-n9 {
      margin-inline-end: -36px;
    }
    .me-sm-n10 {
      margin-inline-end: -40px;
    }
    .me-sm-n11 {
      margin-inline-end: -44px;
    }
    .me-sm-n12 {
      margin-inline-end: -48px;
    }
    .me-sm-n13 {
      margin-inline-end: -52px;
    }
    .me-sm-n14 {
      margin-inline-end: -56px;
    }
    .me-sm-n15 {
      margin-inline-end: -60px;
    }
    .me-sm-n16 {
      margin-inline-end: -64px;
    }
    .pa-sm-0 {
      padding: 0px;
    }
    .pa-sm-1 {
      padding: 4px;
    }
    .pa-sm-2 {
      padding: 8px;
    }
    .pa-sm-3 {
      padding: 12px;
    }
    .pa-sm-4 {
      padding: 16px;
    }
    .pa-sm-5 {
      padding: 20px;
    }
    .pa-sm-6 {
      padding: 24px;
    }
    .pa-sm-7 {
      padding: 28px;
    }
    .pa-sm-8 {
      padding: 32px;
    }
    .pa-sm-9 {
      padding: 36px;
    }
    .pa-sm-10 {
      padding: 40px;
    }
    .pa-sm-11 {
      padding: 44px;
    }
    .pa-sm-12 {
      padding: 48px;
    }
    .pa-sm-13 {
      padding: 52px;
    }
    .pa-sm-14 {
      padding: 56px;
    }
    .pa-sm-15 {
      padding: 60px;
    }
    .pa-sm-16 {
      padding: 64px;
    }
    .px-sm-0 {
      padding-right: 0px;
      padding-left: 0px;
    }
    .px-sm-1 {
      padding-right: 4px;
      padding-left: 4px;
    }
    .px-sm-2 {
      padding-right: 8px;
      padding-left: 8px;
    }
    .px-sm-3 {
      padding-right: 12px;
      padding-left: 12px;
    }
    .px-sm-4 {
      padding-right: 16px;
      padding-left: 16px;
    }
    .px-sm-5 {
      padding-right: 20px;
      padding-left: 20px;
    }
    .px-sm-6 {
      padding-right: 24px;
      padding-left: 24px;
    }
    .px-sm-7 {
      padding-right: 28px;
      padding-left: 28px;
    }
    .px-sm-8 {
      padding-right: 32px;
      padding-left: 32px;
    }
    .px-sm-9 {
      padding-right: 36px;
      padding-left: 36px;
    }
    .px-sm-10 {
      padding-right: 40px;
      padding-left: 40px;
    }
    .px-sm-11 {
      padding-right: 44px;
      padding-left: 44px;
    }
    .px-sm-12 {
      padding-right: 48px;
      padding-left: 48px;
    }
    .px-sm-13 {
      padding-right: 52px;
      padding-left: 52px;
    }
    .px-sm-14 {
      padding-right: 56px;
      padding-left: 56px;
    }
    .px-sm-15 {
      padding-right: 60px;
      padding-left: 60px;
    }
    .px-sm-16 {
      padding-right: 64px;
      padding-left: 64px;
    }
    .py-sm-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .py-sm-1 {
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .py-sm-2 {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .py-sm-3 {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .py-sm-4 {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .py-sm-5 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .py-sm-6 {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .py-sm-7 {
      padding-top: 28px;
      padding-bottom: 28px;
    }
    .py-sm-8 {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .py-sm-9 {
      padding-top: 36px;
      padding-bottom: 36px;
    }
    .py-sm-10 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .py-sm-11 {
      padding-top: 44px;
      padding-bottom: 44px;
    }
    .py-sm-12 {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .py-sm-13 {
      padding-top: 52px;
      padding-bottom: 52px;
    }
    .py-sm-14 {
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .py-sm-15 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .py-sm-16 {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .pt-sm-0 {
      padding-top: 0px;
    }
    .pt-sm-1 {
      padding-top: 4px;
    }
    .pt-sm-2 {
      padding-top: 8px;
    }
    .pt-sm-3 {
      padding-top: 12px;
    }
    .pt-sm-4 {
      padding-top: 16px;
    }
    .pt-sm-5 {
      padding-top: 20px;
    }
    .pt-sm-6 {
      padding-top: 24px;
    }
    .pt-sm-7 {
      padding-top: 28px;
    }
    .pt-sm-8 {
      padding-top: 32px;
    }
    .pt-sm-9 {
      padding-top: 36px;
    }
    .pt-sm-10 {
      padding-top: 40px;
    }
    .pt-sm-11 {
      padding-top: 44px;
    }
    .pt-sm-12 {
      padding-top: 48px;
    }
    .pt-sm-13 {
      padding-top: 52px;
    }
    .pt-sm-14 {
      padding-top: 56px;
    }
    .pt-sm-15 {
      padding-top: 60px;
    }
    .pt-sm-16 {
      padding-top: 64px;
    }
    .pr-sm-0 {
      padding-right: 0px;
    }
    .pr-sm-1 {
      padding-right: 4px;
    }
    .pr-sm-2 {
      padding-right: 8px;
    }
    .pr-sm-3 {
      padding-right: 12px;
    }
    .pr-sm-4 {
      padding-right: 16px;
    }
    .pr-sm-5 {
      padding-right: 20px;
    }
    .pr-sm-6 {
      padding-right: 24px;
    }
    .pr-sm-7 {
      padding-right: 28px;
    }
    .pr-sm-8 {
      padding-right: 32px;
    }
    .pr-sm-9 {
      padding-right: 36px;
    }
    .pr-sm-10 {
      padding-right: 40px;
    }
    .pr-sm-11 {
      padding-right: 44px;
    }
    .pr-sm-12 {
      padding-right: 48px;
    }
    .pr-sm-13 {
      padding-right: 52px;
    }
    .pr-sm-14 {
      padding-right: 56px;
    }
    .pr-sm-15 {
      padding-right: 60px;
    }
    .pr-sm-16 {
      padding-right: 64px;
    }
    .pb-sm-0 {
      padding-bottom: 0px;
    }
    .pb-sm-1 {
      padding-bottom: 4px;
    }
    .pb-sm-2 {
      padding-bottom: 8px;
    }
    .pb-sm-3 {
      padding-bottom: 12px;
    }
    .pb-sm-4 {
      padding-bottom: 16px;
    }
    .pb-sm-5 {
      padding-bottom: 20px;
    }
    .pb-sm-6 {
      padding-bottom: 24px;
    }
    .pb-sm-7 {
      padding-bottom: 28px;
    }
    .pb-sm-8 {
      padding-bottom: 32px;
    }
    .pb-sm-9 {
      padding-bottom: 36px;
    }
    .pb-sm-10 {
      padding-bottom: 40px;
    }
    .pb-sm-11 {
      padding-bottom: 44px;
    }
    .pb-sm-12 {
      padding-bottom: 48px;
    }
    .pb-sm-13 {
      padding-bottom: 52px;
    }
    .pb-sm-14 {
      padding-bottom: 56px;
    }
    .pb-sm-15 {
      padding-bottom: 60px;
    }
    .pb-sm-16 {
      padding-bottom: 64px;
    }
    .pl-sm-0 {
      padding-left: 0px;
    }
    .pl-sm-1 {
      padding-left: 4px;
    }
    .pl-sm-2 {
      padding-left: 8px;
    }
    .pl-sm-3 {
      padding-left: 12px;
    }
    .pl-sm-4 {
      padding-left: 16px;
    }
    .pl-sm-5 {
      padding-left: 20px;
    }
    .pl-sm-6 {
      padding-left: 24px;
    }
    .pl-sm-7 {
      padding-left: 28px;
    }
    .pl-sm-8 {
      padding-left: 32px;
    }
    .pl-sm-9 {
      padding-left: 36px;
    }
    .pl-sm-10 {
      padding-left: 40px;
    }
    .pl-sm-11 {
      padding-left: 44px;
    }
    .pl-sm-12 {
      padding-left: 48px;
    }
    .pl-sm-13 {
      padding-left: 52px;
    }
    .pl-sm-14 {
      padding-left: 56px;
    }
    .pl-sm-15 {
      padding-left: 60px;
    }
    .pl-sm-16 {
      padding-left: 64px;
    }
    .ps-sm-0 {
      padding-inline-start: 0px;
    }
    .ps-sm-1 {
      padding-inline-start: 4px;
    }
    .ps-sm-2 {
      padding-inline-start: 8px;
    }
    .ps-sm-3 {
      padding-inline-start: 12px;
    }
    .ps-sm-4 {
      padding-inline-start: 16px;
    }
    .ps-sm-5 {
      padding-inline-start: 20px;
    }
    .ps-sm-6 {
      padding-inline-start: 24px;
    }
    .ps-sm-7 {
      padding-inline-start: 28px;
    }
    .ps-sm-8 {
      padding-inline-start: 32px;
    }
    .ps-sm-9 {
      padding-inline-start: 36px;
    }
    .ps-sm-10 {
      padding-inline-start: 40px;
    }
    .ps-sm-11 {
      padding-inline-start: 44px;
    }
    .ps-sm-12 {
      padding-inline-start: 48px;
    }
    .ps-sm-13 {
      padding-inline-start: 52px;
    }
    .ps-sm-14 {
      padding-inline-start: 56px;
    }
    .ps-sm-15 {
      padding-inline-start: 60px;
    }
    .ps-sm-16 {
      padding-inline-start: 64px;
    }
    .pe-sm-0 {
      padding-inline-end: 0px;
    }
    .pe-sm-1 {
      padding-inline-end: 4px;
    }
    .pe-sm-2 {
      padding-inline-end: 8px;
    }
    .pe-sm-3 {
      padding-inline-end: 12px;
    }
    .pe-sm-4 {
      padding-inline-end: 16px;
    }
    .pe-sm-5 {
      padding-inline-end: 20px;
    }
    .pe-sm-6 {
      padding-inline-end: 24px;
    }
    .pe-sm-7 {
      padding-inline-end: 28px;
    }
    .pe-sm-8 {
      padding-inline-end: 32px;
    }
    .pe-sm-9 {
      padding-inline-end: 36px;
    }
    .pe-sm-10 {
      padding-inline-end: 40px;
    }
    .pe-sm-11 {
      padding-inline-end: 44px;
    }
    .pe-sm-12 {
      padding-inline-end: 48px;
    }
    .pe-sm-13 {
      padding-inline-end: 52px;
    }
    .pe-sm-14 {
      padding-inline-end: 56px;
    }
    .pe-sm-15 {
      padding-inline-end: 60px;
    }
    .pe-sm-16 {
      padding-inline-end: 64px;
    }
    .text-sm-left {
      text-align: left;
    }
    .text-sm-right {
      text-align: right;
    }
    .text-sm-center {
      text-align: center;
    }
    .text-sm-justify {
      text-align: justify;
    }
    .text-sm-start {
      text-align: start;
    }
    .text-sm-end {
      text-align: end;
    }
    .h-sm-auto {
      height: auto;
    }
    .h-sm-screen {
      height: 100dvh;
    }
    .h-sm-0 {
      height: 0;
    }
    .h-sm-25 {
      height: 25%;
    }
    .h-sm-50 {
      height: 50%;
    }
    .h-sm-75 {
      height: 75%;
    }
    .h-sm-100 {
      height: 100%;
    }
    .w-sm-auto {
      width: auto;
    }
    .w-sm-0 {
      width: 0;
    }
    .w-sm-25 {
      width: 25%;
    }
    .w-sm-33 {
      width: 33%;
    }
    .w-sm-50 {
      width: 50%;
    }
    .w-sm-66 {
      width: 66%;
    }
    .w-sm-75 {
      width: 75%;
    }
    .w-sm-100 {
      width: 100%;
    }
  }
  @media (min-width: 960px) {
    .d-md-none {
      display: none;
    }
    .d-md-inline {
      display: inline;
    }
    .d-md-inline-block {
      display: inline-block;
    }
    .d-md-block {
      display: block;
    }
    .d-md-table {
      display: table;
    }
    .d-md-table-row {
      display: table-row;
    }
    .d-md-table-cell {
      display: table-cell;
    }
    .d-md-flex {
      display: flex;
    }
    .d-md-inline-flex {
      display: inline-flex;
    }
    .float-md-none {
      float: none;
    }
    .float-md-left {
      float: left;
    }
    .float-md-right {
      float: right;
    }
    .v-locale--is-rtl .float-md-end {
      float: left;
    }
    .v-locale--is-rtl .float-md-start {
      float: right;
    }
    .v-locale--is-ltr .float-md-end {
      float: right;
    }
    .v-locale--is-ltr .float-md-start {
      float: left;
    }
    .flex-md-fill {
      flex: 1 1 auto;
    }
    .flex-md-1-1 {
      flex: 1 1 auto;
    }
    .flex-md-1-0 {
      flex: 1 0 auto;
    }
    .flex-md-0-1 {
      flex: 0 1 auto;
    }
    .flex-md-0-0 {
      flex: 0 0 auto;
    }
    .flex-md-1-1-100 {
      flex: 1 1 100%;
    }
    .flex-md-1-0-100 {
      flex: 1 0 100%;
    }
    .flex-md-0-1-100 {
      flex: 0 1 100%;
    }
    .flex-md-0-0-100 {
      flex: 0 0 100%;
    }
    .flex-md-1-1-0 {
      flex: 1 1 0;
    }
    .flex-md-1-0-0 {
      flex: 1 0 0;
    }
    .flex-md-0-1-0 {
      flex: 0 1 0;
    }
    .flex-md-0-0-0 {
      flex: 0 0 0;
    }
    .flex-md-row {
      flex-direction: row;
    }
    .flex-md-column {
      flex-direction: column;
    }
    .flex-md-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-md-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-md-grow-0 {
      flex-grow: 0;
    }
    .flex-md-grow-1 {
      flex-grow: 1;
    }
    .flex-md-shrink-0 {
      flex-shrink: 0;
    }
    .flex-md-shrink-1 {
      flex-shrink: 1;
    }
    .flex-md-wrap {
      flex-wrap: wrap;
    }
    .flex-md-nowrap {
      flex-wrap: nowrap;
    }
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-md-start {
      justify-content: flex-start;
    }
    .justify-md-end {
      justify-content: flex-end;
    }
    .justify-md-center {
      justify-content: center;
    }
    .justify-md-space-between {
      justify-content: space-between;
    }
    .justify-md-space-around {
      justify-content: space-around;
    }
    .justify-md-space-evenly {
      justify-content: space-evenly;
    }
    .justify-items-md-start {
      justify-items: flex-start;
    }
    .justify-items-md-end {
      justify-items: flex-end;
    }
    .justify-items-md-center {
      justify-items: center;
    }
    .justify-items-md-stretch {
      justify-items: stretch;
    }
    .align-md-start {
      align-items: flex-start;
    }
    .align-md-end {
      align-items: flex-end;
    }
    .align-md-center {
      align-items: center;
    }
    .align-md-baseline {
      align-items: baseline;
    }
    .align-md-stretch {
      align-items: stretch;
    }
    .align-content-md-start {
      align-content: flex-start;
    }
    .align-content-md-end {
      align-content: flex-end;
    }
    .align-content-md-center {
      align-content: center;
    }
    .align-content-md-space-between {
      align-content: space-between;
    }
    .align-content-md-space-around {
      align-content: space-around;
    }
    .align-content-md-space-evenly {
      align-content: space-evenly;
    }
    .align-content-md-stretch {
      align-content: stretch;
    }
    .align-self-md-auto {
      align-self: auto;
    }
    .align-self-md-start {
      align-self: flex-start;
    }
    .align-self-md-end {
      align-self: flex-end;
    }
    .align-self-md-center {
      align-self: center;
    }
    .align-self-md-baseline {
      align-self: baseline;
    }
    .align-self-md-stretch {
      align-self: stretch;
    }
    .order-md-first {
      order: -1;
    }
    .order-md-0 {
      order: 0;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
    .order-md-4 {
      order: 4;
    }
    .order-md-5 {
      order: 5;
    }
    .order-md-6 {
      order: 6;
    }
    .order-md-7 {
      order: 7;
    }
    .order-md-8 {
      order: 8;
    }
    .order-md-9 {
      order: 9;
    }
    .order-md-10 {
      order: 10;
    }
    .order-md-11 {
      order: 11;
    }
    .order-md-12 {
      order: 12;
    }
    .order-md-last {
      order: 13;
    }
    .ga-md-0 {
      gap: 0px;
    }
    .ga-md-1 {
      gap: 4px;
    }
    .ga-md-2 {
      gap: 8px;
    }
    .ga-md-3 {
      gap: 12px;
    }
    .ga-md-4 {
      gap: 16px;
    }
    .ga-md-5 {
      gap: 20px;
    }
    .ga-md-6 {
      gap: 24px;
    }
    .ga-md-7 {
      gap: 28px;
    }
    .ga-md-8 {
      gap: 32px;
    }
    .ga-md-9 {
      gap: 36px;
    }
    .ga-md-10 {
      gap: 40px;
    }
    .ga-md-11 {
      gap: 44px;
    }
    .ga-md-12 {
      gap: 48px;
    }
    .ga-md-13 {
      gap: 52px;
    }
    .ga-md-14 {
      gap: 56px;
    }
    .ga-md-15 {
      gap: 60px;
    }
    .ga-md-16 {
      gap: 64px;
    }
    .ga-md-auto {
      gap: auto;
    }
    .gr-md-0 {
      row-gap: 0px;
    }
    .gr-md-1 {
      row-gap: 4px;
    }
    .gr-md-2 {
      row-gap: 8px;
    }
    .gr-md-3 {
      row-gap: 12px;
    }
    .gr-md-4 {
      row-gap: 16px;
    }
    .gr-md-5 {
      row-gap: 20px;
    }
    .gr-md-6 {
      row-gap: 24px;
    }
    .gr-md-7 {
      row-gap: 28px;
    }
    .gr-md-8 {
      row-gap: 32px;
    }
    .gr-md-9 {
      row-gap: 36px;
    }
    .gr-md-10 {
      row-gap: 40px;
    }
    .gr-md-11 {
      row-gap: 44px;
    }
    .gr-md-12 {
      row-gap: 48px;
    }
    .gr-md-13 {
      row-gap: 52px;
    }
    .gr-md-14 {
      row-gap: 56px;
    }
    .gr-md-15 {
      row-gap: 60px;
    }
    .gr-md-16 {
      row-gap: 64px;
    }
    .gr-md-auto {
      row-gap: auto;
    }
    .gc-md-0 {
      column-gap: 0px;
    }
    .gc-md-1 {
      column-gap: 4px;
    }
    .gc-md-2 {
      column-gap: 8px;
    }
    .gc-md-3 {
      column-gap: 12px;
    }
    .gc-md-4 {
      column-gap: 16px;
    }
    .gc-md-5 {
      column-gap: 20px;
    }
    .gc-md-6 {
      column-gap: 24px;
    }
    .gc-md-7 {
      column-gap: 28px;
    }
    .gc-md-8 {
      column-gap: 32px;
    }
    .gc-md-9 {
      column-gap: 36px;
    }
    .gc-md-10 {
      column-gap: 40px;
    }
    .gc-md-11 {
      column-gap: 44px;
    }
    .gc-md-12 {
      column-gap: 48px;
    }
    .gc-md-13 {
      column-gap: 52px;
    }
    .gc-md-14 {
      column-gap: 56px;
    }
    .gc-md-15 {
      column-gap: 60px;
    }
    .gc-md-16 {
      column-gap: 64px;
    }
    .gc-md-auto {
      column-gap: auto;
    }
    .ma-md-0 {
      margin: 0px;
    }
    .ma-md-1 {
      margin: 4px;
    }
    .ma-md-2 {
      margin: 8px;
    }
    .ma-md-3 {
      margin: 12px;
    }
    .ma-md-4 {
      margin: 16px;
    }
    .ma-md-5 {
      margin: 20px;
    }
    .ma-md-6 {
      margin: 24px;
    }
    .ma-md-7 {
      margin: 28px;
    }
    .ma-md-8 {
      margin: 32px;
    }
    .ma-md-9 {
      margin: 36px;
    }
    .ma-md-10 {
      margin: 40px;
    }
    .ma-md-11 {
      margin: 44px;
    }
    .ma-md-12 {
      margin: 48px;
    }
    .ma-md-13 {
      margin: 52px;
    }
    .ma-md-14 {
      margin: 56px;
    }
    .ma-md-15 {
      margin: 60px;
    }
    .ma-md-16 {
      margin: 64px;
    }
    .ma-md-auto {
      margin: auto;
    }
    .mx-md-0 {
      margin-right: 0px;
      margin-left: 0px;
    }
    .mx-md-1 {
      margin-right: 4px;
      margin-left: 4px;
    }
    .mx-md-2 {
      margin-right: 8px;
      margin-left: 8px;
    }
    .mx-md-3 {
      margin-right: 12px;
      margin-left: 12px;
    }
    .mx-md-4 {
      margin-right: 16px;
      margin-left: 16px;
    }
    .mx-md-5 {
      margin-right: 20px;
      margin-left: 20px;
    }
    .mx-md-6 {
      margin-right: 24px;
      margin-left: 24px;
    }
    .mx-md-7 {
      margin-right: 28px;
      margin-left: 28px;
    }
    .mx-md-8 {
      margin-right: 32px;
      margin-left: 32px;
    }
    .mx-md-9 {
      margin-right: 36px;
      margin-left: 36px;
    }
    .mx-md-10 {
      margin-right: 40px;
      margin-left: 40px;
    }
    .mx-md-11 {
      margin-right: 44px;
      margin-left: 44px;
    }
    .mx-md-12 {
      margin-right: 48px;
      margin-left: 48px;
    }
    .mx-md-13 {
      margin-right: 52px;
      margin-left: 52px;
    }
    .mx-md-14 {
      margin-right: 56px;
      margin-left: 56px;
    }
    .mx-md-15 {
      margin-right: 60px;
      margin-left: 60px;
    }
    .mx-md-16 {
      margin-right: 64px;
      margin-left: 64px;
    }
    .mx-md-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-md-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .my-md-1 {
      margin-top: 4px;
      margin-bottom: 4px;
    }
    .my-md-2 {
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .my-md-3 {
      margin-top: 12px;
      margin-bottom: 12px;
    }
    .my-md-4 {
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .my-md-5 {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .my-md-6 {
      margin-top: 24px;
      margin-bottom: 24px;
    }
    .my-md-7 {
      margin-top: 28px;
      margin-bottom: 28px;
    }
    .my-md-8 {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    .my-md-9 {
      margin-top: 36px;
      margin-bottom: 36px;
    }
    .my-md-10 {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .my-md-11 {
      margin-top: 44px;
      margin-bottom: 44px;
    }
    .my-md-12 {
      margin-top: 48px;
      margin-bottom: 48px;
    }
    .my-md-13 {
      margin-top: 52px;
      margin-bottom: 52px;
    }
    .my-md-14 {
      margin-top: 56px;
      margin-bottom: 56px;
    }
    .my-md-15 {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .my-md-16 {
      margin-top: 64px;
      margin-bottom: 64px;
    }
    .my-md-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-md-0 {
      margin-top: 0px;
    }
    .mt-md-1 {
      margin-top: 4px;
    }
    .mt-md-2 {
      margin-top: 8px;
    }
    .mt-md-3 {
      margin-top: 12px;
    }
    .mt-md-4 {
      margin-top: 16px;
    }
    .mt-md-5 {
      margin-top: 20px;
    }
    .mt-md-6 {
      margin-top: 24px;
    }
    .mt-md-7 {
      margin-top: 28px;
    }
    .mt-md-8 {
      margin-top: 32px;
    }
    .mt-md-9 {
      margin-top: 36px;
    }
    .mt-md-10 {
      margin-top: 40px;
    }
    .mt-md-11 {
      margin-top: 44px;
    }
    .mt-md-12 {
      margin-top: 48px;
    }
    .mt-md-13 {
      margin-top: 52px;
    }
    .mt-md-14 {
      margin-top: 56px;
    }
    .mt-md-15 {
      margin-top: 60px;
    }
    .mt-md-16 {
      margin-top: 64px;
    }
    .mt-md-auto {
      margin-top: auto;
    }
    .mr-md-0 {
      margin-right: 0px;
    }
    .mr-md-1 {
      margin-right: 4px;
    }
    .mr-md-2 {
      margin-right: 8px;
    }
    .mr-md-3 {
      margin-right: 12px;
    }
    .mr-md-4 {
      margin-right: 16px;
    }
    .mr-md-5 {
      margin-right: 20px;
    }
    .mr-md-6 {
      margin-right: 24px;
    }
    .mr-md-7 {
      margin-right: 28px;
    }
    .mr-md-8 {
      margin-right: 32px;
    }
    .mr-md-9 {
      margin-right: 36px;
    }
    .mr-md-10 {
      margin-right: 40px;
    }
    .mr-md-11 {
      margin-right: 44px;
    }
    .mr-md-12 {
      margin-right: 48px;
    }
    .mr-md-13 {
      margin-right: 52px;
    }
    .mr-md-14 {
      margin-right: 56px;
    }
    .mr-md-15 {
      margin-right: 60px;
    }
    .mr-md-16 {
      margin-right: 64px;
    }
    .mr-md-auto {
      margin-right: auto;
    }
    .mb-md-0 {
      margin-bottom: 0px;
    }
    .mb-md-1 {
      margin-bottom: 4px;
    }
    .mb-md-2 {
      margin-bottom: 8px;
    }
    .mb-md-3 {
      margin-bottom: 12px;
    }
    .mb-md-4 {
      margin-bottom: 16px;
    }
    .mb-md-5 {
      margin-bottom: 20px;
    }
    .mb-md-6 {
      margin-bottom: 24px;
    }
    .mb-md-7 {
      margin-bottom: 28px;
    }
    .mb-md-8 {
      margin-bottom: 32px;
    }
    .mb-md-9 {
      margin-bottom: 36px;
    }
    .mb-md-10 {
      margin-bottom: 40px;
    }
    .mb-md-11 {
      margin-bottom: 44px;
    }
    .mb-md-12 {
      margin-bottom: 48px;
    }
    .mb-md-13 {
      margin-bottom: 52px;
    }
    .mb-md-14 {
      margin-bottom: 56px;
    }
    .mb-md-15 {
      margin-bottom: 60px;
    }
    .mb-md-16 {
      margin-bottom: 64px;
    }
    .mb-md-auto {
      margin-bottom: auto;
    }
    .ml-md-0 {
      margin-left: 0px;
    }
    .ml-md-1 {
      margin-left: 4px;
    }
    .ml-md-2 {
      margin-left: 8px;
    }
    .ml-md-3 {
      margin-left: 12px;
    }
    .ml-md-4 {
      margin-left: 16px;
    }
    .ml-md-5 {
      margin-left: 20px;
    }
    .ml-md-6 {
      margin-left: 24px;
    }
    .ml-md-7 {
      margin-left: 28px;
    }
    .ml-md-8 {
      margin-left: 32px;
    }
    .ml-md-9 {
      margin-left: 36px;
    }
    .ml-md-10 {
      margin-left: 40px;
    }
    .ml-md-11 {
      margin-left: 44px;
    }
    .ml-md-12 {
      margin-left: 48px;
    }
    .ml-md-13 {
      margin-left: 52px;
    }
    .ml-md-14 {
      margin-left: 56px;
    }
    .ml-md-15 {
      margin-left: 60px;
    }
    .ml-md-16 {
      margin-left: 64px;
    }
    .ml-md-auto {
      margin-left: auto;
    }
    .ms-md-0 {
      margin-inline-start: 0px;
    }
    .ms-md-1 {
      margin-inline-start: 4px;
    }
    .ms-md-2 {
      margin-inline-start: 8px;
    }
    .ms-md-3 {
      margin-inline-start: 12px;
    }
    .ms-md-4 {
      margin-inline-start: 16px;
    }
    .ms-md-5 {
      margin-inline-start: 20px;
    }
    .ms-md-6 {
      margin-inline-start: 24px;
    }
    .ms-md-7 {
      margin-inline-start: 28px;
    }
    .ms-md-8 {
      margin-inline-start: 32px;
    }
    .ms-md-9 {
      margin-inline-start: 36px;
    }
    .ms-md-10 {
      margin-inline-start: 40px;
    }
    .ms-md-11 {
      margin-inline-start: 44px;
    }
    .ms-md-12 {
      margin-inline-start: 48px;
    }
    .ms-md-13 {
      margin-inline-start: 52px;
    }
    .ms-md-14 {
      margin-inline-start: 56px;
    }
    .ms-md-15 {
      margin-inline-start: 60px;
    }
    .ms-md-16 {
      margin-inline-start: 64px;
    }
    .ms-md-auto {
      margin-inline-start: auto;
    }
    .me-md-0 {
      margin-inline-end: 0px;
    }
    .me-md-1 {
      margin-inline-end: 4px;
    }
    .me-md-2 {
      margin-inline-end: 8px;
    }
    .me-md-3 {
      margin-inline-end: 12px;
    }
    .me-md-4 {
      margin-inline-end: 16px;
    }
    .me-md-5 {
      margin-inline-end: 20px;
    }
    .me-md-6 {
      margin-inline-end: 24px;
    }
    .me-md-7 {
      margin-inline-end: 28px;
    }
    .me-md-8 {
      margin-inline-end: 32px;
    }
    .me-md-9 {
      margin-inline-end: 36px;
    }
    .me-md-10 {
      margin-inline-end: 40px;
    }
    .me-md-11 {
      margin-inline-end: 44px;
    }
    .me-md-12 {
      margin-inline-end: 48px;
    }
    .me-md-13 {
      margin-inline-end: 52px;
    }
    .me-md-14 {
      margin-inline-end: 56px;
    }
    .me-md-15 {
      margin-inline-end: 60px;
    }
    .me-md-16 {
      margin-inline-end: 64px;
    }
    .me-md-auto {
      margin-inline-end: auto;
    }
    .ma-md-n1 {
      margin: -4px;
    }
    .ma-md-n2 {
      margin: -8px;
    }
    .ma-md-n3 {
      margin: -12px;
    }
    .ma-md-n4 {
      margin: -16px;
    }
    .ma-md-n5 {
      margin: -20px;
    }
    .ma-md-n6 {
      margin: -24px;
    }
    .ma-md-n7 {
      margin: -28px;
    }
    .ma-md-n8 {
      margin: -32px;
    }
    .ma-md-n9 {
      margin: -36px;
    }
    .ma-md-n10 {
      margin: -40px;
    }
    .ma-md-n11 {
      margin: -44px;
    }
    .ma-md-n12 {
      margin: -48px;
    }
    .ma-md-n13 {
      margin: -52px;
    }
    .ma-md-n14 {
      margin: -56px;
    }
    .ma-md-n15 {
      margin: -60px;
    }
    .ma-md-n16 {
      margin: -64px;
    }
    .mx-md-n1 {
      margin-right: -4px;
      margin-left: -4px;
    }
    .mx-md-n2 {
      margin-right: -8px;
      margin-left: -8px;
    }
    .mx-md-n3 {
      margin-right: -12px;
      margin-left: -12px;
    }
    .mx-md-n4 {
      margin-right: -16px;
      margin-left: -16px;
    }
    .mx-md-n5 {
      margin-right: -20px;
      margin-left: -20px;
    }
    .mx-md-n6 {
      margin-right: -24px;
      margin-left: -24px;
    }
    .mx-md-n7 {
      margin-right: -28px;
      margin-left: -28px;
    }
    .mx-md-n8 {
      margin-right: -32px;
      margin-left: -32px;
    }
    .mx-md-n9 {
      margin-right: -36px;
      margin-left: -36px;
    }
    .mx-md-n10 {
      margin-right: -40px;
      margin-left: -40px;
    }
    .mx-md-n11 {
      margin-right: -44px;
      margin-left: -44px;
    }
    .mx-md-n12 {
      margin-right: -48px;
      margin-left: -48px;
    }
    .mx-md-n13 {
      margin-right: -52px;
      margin-left: -52px;
    }
    .mx-md-n14 {
      margin-right: -56px;
      margin-left: -56px;
    }
    .mx-md-n15 {
      margin-right: -60px;
      margin-left: -60px;
    }
    .mx-md-n16 {
      margin-right: -64px;
      margin-left: -64px;
    }
    .my-md-n1 {
      margin-top: -4px;
      margin-bottom: -4px;
    }
    .my-md-n2 {
      margin-top: -8px;
      margin-bottom: -8px;
    }
    .my-md-n3 {
      margin-top: -12px;
      margin-bottom: -12px;
    }
    .my-md-n4 {
      margin-top: -16px;
      margin-bottom: -16px;
    }
    .my-md-n5 {
      margin-top: -20px;
      margin-bottom: -20px;
    }
    .my-md-n6 {
      margin-top: -24px;
      margin-bottom: -24px;
    }
    .my-md-n7 {
      margin-top: -28px;
      margin-bottom: -28px;
    }
    .my-md-n8 {
      margin-top: -32px;
      margin-bottom: -32px;
    }
    .my-md-n9 {
      margin-top: -36px;
      margin-bottom: -36px;
    }
    .my-md-n10 {
      margin-top: -40px;
      margin-bottom: -40px;
    }
    .my-md-n11 {
      margin-top: -44px;
      margin-bottom: -44px;
    }
    .my-md-n12 {
      margin-top: -48px;
      margin-bottom: -48px;
    }
    .my-md-n13 {
      margin-top: -52px;
      margin-bottom: -52px;
    }
    .my-md-n14 {
      margin-top: -56px;
      margin-bottom: -56px;
    }
    .my-md-n15 {
      margin-top: -60px;
      margin-bottom: -60px;
    }
    .my-md-n16 {
      margin-top: -64px;
      margin-bottom: -64px;
    }
    .mt-md-n1 {
      margin-top: -4px;
    }
    .mt-md-n2 {
      margin-top: -8px;
    }
    .mt-md-n3 {
      margin-top: -12px;
    }
    .mt-md-n4 {
      margin-top: -16px;
    }
    .mt-md-n5 {
      margin-top: -20px;
    }
    .mt-md-n6 {
      margin-top: -24px;
    }
    .mt-md-n7 {
      margin-top: -28px;
    }
    .mt-md-n8 {
      margin-top: -32px;
    }
    .mt-md-n9 {
      margin-top: -36px;
    }
    .mt-md-n10 {
      margin-top: -40px;
    }
    .mt-md-n11 {
      margin-top: -44px;
    }
    .mt-md-n12 {
      margin-top: -48px;
    }
    .mt-md-n13 {
      margin-top: -52px;
    }
    .mt-md-n14 {
      margin-top: -56px;
    }
    .mt-md-n15 {
      margin-top: -60px;
    }
    .mt-md-n16 {
      margin-top: -64px;
    }
    .mr-md-n1 {
      margin-right: -4px;
    }
    .mr-md-n2 {
      margin-right: -8px;
    }
    .mr-md-n3 {
      margin-right: -12px;
    }
    .mr-md-n4 {
      margin-right: -16px;
    }
    .mr-md-n5 {
      margin-right: -20px;
    }
    .mr-md-n6 {
      margin-right: -24px;
    }
    .mr-md-n7 {
      margin-right: -28px;
    }
    .mr-md-n8 {
      margin-right: -32px;
    }
    .mr-md-n9 {
      margin-right: -36px;
    }
    .mr-md-n10 {
      margin-right: -40px;
    }
    .mr-md-n11 {
      margin-right: -44px;
    }
    .mr-md-n12 {
      margin-right: -48px;
    }
    .mr-md-n13 {
      margin-right: -52px;
    }
    .mr-md-n14 {
      margin-right: -56px;
    }
    .mr-md-n15 {
      margin-right: -60px;
    }
    .mr-md-n16 {
      margin-right: -64px;
    }
    .mb-md-n1 {
      margin-bottom: -4px;
    }
    .mb-md-n2 {
      margin-bottom: -8px;
    }
    .mb-md-n3 {
      margin-bottom: -12px;
    }
    .mb-md-n4 {
      margin-bottom: -16px;
    }
    .mb-md-n5 {
      margin-bottom: -20px;
    }
    .mb-md-n6 {
      margin-bottom: -24px;
    }
    .mb-md-n7 {
      margin-bottom: -28px;
    }
    .mb-md-n8 {
      margin-bottom: -32px;
    }
    .mb-md-n9 {
      margin-bottom: -36px;
    }
    .mb-md-n10 {
      margin-bottom: -40px;
    }
    .mb-md-n11 {
      margin-bottom: -44px;
    }
    .mb-md-n12 {
      margin-bottom: -48px;
    }
    .mb-md-n13 {
      margin-bottom: -52px;
    }
    .mb-md-n14 {
      margin-bottom: -56px;
    }
    .mb-md-n15 {
      margin-bottom: -60px;
    }
    .mb-md-n16 {
      margin-bottom: -64px;
    }
    .ml-md-n1 {
      margin-left: -4px;
    }
    .ml-md-n2 {
      margin-left: -8px;
    }
    .ml-md-n3 {
      margin-left: -12px;
    }
    .ml-md-n4 {
      margin-left: -16px;
    }
    .ml-md-n5 {
      margin-left: -20px;
    }
    .ml-md-n6 {
      margin-left: -24px;
    }
    .ml-md-n7 {
      margin-left: -28px;
    }
    .ml-md-n8 {
      margin-left: -32px;
    }
    .ml-md-n9 {
      margin-left: -36px;
    }
    .ml-md-n10 {
      margin-left: -40px;
    }
    .ml-md-n11 {
      margin-left: -44px;
    }
    .ml-md-n12 {
      margin-left: -48px;
    }
    .ml-md-n13 {
      margin-left: -52px;
    }
    .ml-md-n14 {
      margin-left: -56px;
    }
    .ml-md-n15 {
      margin-left: -60px;
    }
    .ml-md-n16 {
      margin-left: -64px;
    }
    .ms-md-n1 {
      margin-inline-start: -4px;
    }
    .ms-md-n2 {
      margin-inline-start: -8px;
    }
    .ms-md-n3 {
      margin-inline-start: -12px;
    }
    .ms-md-n4 {
      margin-inline-start: -16px;
    }
    .ms-md-n5 {
      margin-inline-start: -20px;
    }
    .ms-md-n6 {
      margin-inline-start: -24px;
    }
    .ms-md-n7 {
      margin-inline-start: -28px;
    }
    .ms-md-n8 {
      margin-inline-start: -32px;
    }
    .ms-md-n9 {
      margin-inline-start: -36px;
    }
    .ms-md-n10 {
      margin-inline-start: -40px;
    }
    .ms-md-n11 {
      margin-inline-start: -44px;
    }
    .ms-md-n12 {
      margin-inline-start: -48px;
    }
    .ms-md-n13 {
      margin-inline-start: -52px;
    }
    .ms-md-n14 {
      margin-inline-start: -56px;
    }
    .ms-md-n15 {
      margin-inline-start: -60px;
    }
    .ms-md-n16 {
      margin-inline-start: -64px;
    }
    .me-md-n1 {
      margin-inline-end: -4px;
    }
    .me-md-n2 {
      margin-inline-end: -8px;
    }
    .me-md-n3 {
      margin-inline-end: -12px;
    }
    .me-md-n4 {
      margin-inline-end: -16px;
    }
    .me-md-n5 {
      margin-inline-end: -20px;
    }
    .me-md-n6 {
      margin-inline-end: -24px;
    }
    .me-md-n7 {
      margin-inline-end: -28px;
    }
    .me-md-n8 {
      margin-inline-end: -32px;
    }
    .me-md-n9 {
      margin-inline-end: -36px;
    }
    .me-md-n10 {
      margin-inline-end: -40px;
    }
    .me-md-n11 {
      margin-inline-end: -44px;
    }
    .me-md-n12 {
      margin-inline-end: -48px;
    }
    .me-md-n13 {
      margin-inline-end: -52px;
    }
    .me-md-n14 {
      margin-inline-end: -56px;
    }
    .me-md-n15 {
      margin-inline-end: -60px;
    }
    .me-md-n16 {
      margin-inline-end: -64px;
    }
    .pa-md-0 {
      padding: 0px;
    }
    .pa-md-1 {
      padding: 4px;
    }
    .pa-md-2 {
      padding: 8px;
    }
    .pa-md-3 {
      padding: 12px;
    }
    .pa-md-4 {
      padding: 16px;
    }
    .pa-md-5 {
      padding: 20px;
    }
    .pa-md-6 {
      padding: 24px;
    }
    .pa-md-7 {
      padding: 28px;
    }
    .pa-md-8 {
      padding: 32px;
    }
    .pa-md-9 {
      padding: 36px;
    }
    .pa-md-10 {
      padding: 40px;
    }
    .pa-md-11 {
      padding: 44px;
    }
    .pa-md-12 {
      padding: 48px;
    }
    .pa-md-13 {
      padding: 52px;
    }
    .pa-md-14 {
      padding: 56px;
    }
    .pa-md-15 {
      padding: 60px;
    }
    .pa-md-16 {
      padding: 64px;
    }
    .px-md-0 {
      padding-right: 0px;
      padding-left: 0px;
    }
    .px-md-1 {
      padding-right: 4px;
      padding-left: 4px;
    }
    .px-md-2 {
      padding-right: 8px;
      padding-left: 8px;
    }
    .px-md-3 {
      padding-right: 12px;
      padding-left: 12px;
    }
    .px-md-4 {
      padding-right: 16px;
      padding-left: 16px;
    }
    .px-md-5 {
      padding-right: 20px;
      padding-left: 20px;
    }
    .px-md-6 {
      padding-right: 24px;
      padding-left: 24px;
    }
    .px-md-7 {
      padding-right: 28px;
      padding-left: 28px;
    }
    .px-md-8 {
      padding-right: 32px;
      padding-left: 32px;
    }
    .px-md-9 {
      padding-right: 36px;
      padding-left: 36px;
    }
    .px-md-10 {
      padding-right: 40px;
      padding-left: 40px;
    }
    .px-md-11 {
      padding-right: 44px;
      padding-left: 44px;
    }
    .px-md-12 {
      padding-right: 48px;
      padding-left: 48px;
    }
    .px-md-13 {
      padding-right: 52px;
      padding-left: 52px;
    }
    .px-md-14 {
      padding-right: 56px;
      padding-left: 56px;
    }
    .px-md-15 {
      padding-right: 60px;
      padding-left: 60px;
    }
    .px-md-16 {
      padding-right: 64px;
      padding-left: 64px;
    }
    .py-md-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .py-md-1 {
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .py-md-2 {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .py-md-3 {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .py-md-4 {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .py-md-5 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .py-md-6 {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .py-md-7 {
      padding-top: 28px;
      padding-bottom: 28px;
    }
    .py-md-8 {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .py-md-9 {
      padding-top: 36px;
      padding-bottom: 36px;
    }
    .py-md-10 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .py-md-11 {
      padding-top: 44px;
      padding-bottom: 44px;
    }
    .py-md-12 {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .py-md-13 {
      padding-top: 52px;
      padding-bottom: 52px;
    }
    .py-md-14 {
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .py-md-15 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .py-md-16 {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .pt-md-0 {
      padding-top: 0px;
    }
    .pt-md-1 {
      padding-top: 4px;
    }
    .pt-md-2 {
      padding-top: 8px;
    }
    .pt-md-3 {
      padding-top: 12px;
    }
    .pt-md-4 {
      padding-top: 16px;
    }
    .pt-md-5 {
      padding-top: 20px;
    }
    .pt-md-6 {
      padding-top: 24px;
    }
    .pt-md-7 {
      padding-top: 28px;
    }
    .pt-md-8 {
      padding-top: 32px;
    }
    .pt-md-9 {
      padding-top: 36px;
    }
    .pt-md-10 {
      padding-top: 40px;
    }
    .pt-md-11 {
      padding-top: 44px;
    }
    .pt-md-12 {
      padding-top: 48px;
    }
    .pt-md-13 {
      padding-top: 52px;
    }
    .pt-md-14 {
      padding-top: 56px;
    }
    .pt-md-15 {
      padding-top: 60px;
    }
    .pt-md-16 {
      padding-top: 64px;
    }
    .pr-md-0 {
      padding-right: 0px;
    }
    .pr-md-1 {
      padding-right: 4px;
    }
    .pr-md-2 {
      padding-right: 8px;
    }
    .pr-md-3 {
      padding-right: 12px;
    }
    .pr-md-4 {
      padding-right: 16px;
    }
    .pr-md-5 {
      padding-right: 20px;
    }
    .pr-md-6 {
      padding-right: 24px;
    }
    .pr-md-7 {
      padding-right: 28px;
    }
    .pr-md-8 {
      padding-right: 32px;
    }
    .pr-md-9 {
      padding-right: 36px;
    }
    .pr-md-10 {
      padding-right: 40px;
    }
    .pr-md-11 {
      padding-right: 44px;
    }
    .pr-md-12 {
      padding-right: 48px;
    }
    .pr-md-13 {
      padding-right: 52px;
    }
    .pr-md-14 {
      padding-right: 56px;
    }
    .pr-md-15 {
      padding-right: 60px;
    }
    .pr-md-16 {
      padding-right: 64px;
    }
    .pb-md-0 {
      padding-bottom: 0px;
    }
    .pb-md-1 {
      padding-bottom: 4px;
    }
    .pb-md-2 {
      padding-bottom: 8px;
    }
    .pb-md-3 {
      padding-bottom: 12px;
    }
    .pb-md-4 {
      padding-bottom: 16px;
    }
    .pb-md-5 {
      padding-bottom: 20px;
    }
    .pb-md-6 {
      padding-bottom: 24px;
    }
    .pb-md-7 {
      padding-bottom: 28px;
    }
    .pb-md-8 {
      padding-bottom: 32px;
    }
    .pb-md-9 {
      padding-bottom: 36px;
    }
    .pb-md-10 {
      padding-bottom: 40px;
    }
    .pb-md-11 {
      padding-bottom: 44px;
    }
    .pb-md-12 {
      padding-bottom: 48px;
    }
    .pb-md-13 {
      padding-bottom: 52px;
    }
    .pb-md-14 {
      padding-bottom: 56px;
    }
    .pb-md-15 {
      padding-bottom: 60px;
    }
    .pb-md-16 {
      padding-bottom: 64px;
    }
    .pl-md-0 {
      padding-left: 0px;
    }
    .pl-md-1 {
      padding-left: 4px;
    }
    .pl-md-2 {
      padding-left: 8px;
    }
    .pl-md-3 {
      padding-left: 12px;
    }
    .pl-md-4 {
      padding-left: 16px;
    }
    .pl-md-5 {
      padding-left: 20px;
    }
    .pl-md-6 {
      padding-left: 24px;
    }
    .pl-md-7 {
      padding-left: 28px;
    }
    .pl-md-8 {
      padding-left: 32px;
    }
    .pl-md-9 {
      padding-left: 36px;
    }
    .pl-md-10 {
      padding-left: 40px;
    }
    .pl-md-11 {
      padding-left: 44px;
    }
    .pl-md-12 {
      padding-left: 48px;
    }
    .pl-md-13 {
      padding-left: 52px;
    }
    .pl-md-14 {
      padding-left: 56px;
    }
    .pl-md-15 {
      padding-left: 60px;
    }
    .pl-md-16 {
      padding-left: 64px;
    }
    .ps-md-0 {
      padding-inline-start: 0px;
    }
    .ps-md-1 {
      padding-inline-start: 4px;
    }
    .ps-md-2 {
      padding-inline-start: 8px;
    }
    .ps-md-3 {
      padding-inline-start: 12px;
    }
    .ps-md-4 {
      padding-inline-start: 16px;
    }
    .ps-md-5 {
      padding-inline-start: 20px;
    }
    .ps-md-6 {
      padding-inline-start: 24px;
    }
    .ps-md-7 {
      padding-inline-start: 28px;
    }
    .ps-md-8 {
      padding-inline-start: 32px;
    }
    .ps-md-9 {
      padding-inline-start: 36px;
    }
    .ps-md-10 {
      padding-inline-start: 40px;
    }
    .ps-md-11 {
      padding-inline-start: 44px;
    }
    .ps-md-12 {
      padding-inline-start: 48px;
    }
    .ps-md-13 {
      padding-inline-start: 52px;
    }
    .ps-md-14 {
      padding-inline-start: 56px;
    }
    .ps-md-15 {
      padding-inline-start: 60px;
    }
    .ps-md-16 {
      padding-inline-start: 64px;
    }
    .pe-md-0 {
      padding-inline-end: 0px;
    }
    .pe-md-1 {
      padding-inline-end: 4px;
    }
    .pe-md-2 {
      padding-inline-end: 8px;
    }
    .pe-md-3 {
      padding-inline-end: 12px;
    }
    .pe-md-4 {
      padding-inline-end: 16px;
    }
    .pe-md-5 {
      padding-inline-end: 20px;
    }
    .pe-md-6 {
      padding-inline-end: 24px;
    }
    .pe-md-7 {
      padding-inline-end: 28px;
    }
    .pe-md-8 {
      padding-inline-end: 32px;
    }
    .pe-md-9 {
      padding-inline-end: 36px;
    }
    .pe-md-10 {
      padding-inline-end: 40px;
    }
    .pe-md-11 {
      padding-inline-end: 44px;
    }
    .pe-md-12 {
      padding-inline-end: 48px;
    }
    .pe-md-13 {
      padding-inline-end: 52px;
    }
    .pe-md-14 {
      padding-inline-end: 56px;
    }
    .pe-md-15 {
      padding-inline-end: 60px;
    }
    .pe-md-16 {
      padding-inline-end: 64px;
    }
    .text-md-left {
      text-align: left;
    }
    .text-md-right {
      text-align: right;
    }
    .text-md-center {
      text-align: center;
    }
    .text-md-justify {
      text-align: justify;
    }
    .text-md-start {
      text-align: start;
    }
    .text-md-end {
      text-align: end;
    }
    .h-md-auto {
      height: auto;
    }
    .h-md-screen {
      height: 100dvh;
    }
    .h-md-0 {
      height: 0;
    }
    .h-md-25 {
      height: 25%;
    }
    .h-md-50 {
      height: 50%;
    }
    .h-md-75 {
      height: 75%;
    }
    .h-md-100 {
      height: 100%;
    }
    .w-md-auto {
      width: auto;
    }
    .w-md-0 {
      width: 0;
    }
    .w-md-25 {
      width: 25%;
    }
    .w-md-33 {
      width: 33%;
    }
    .w-md-50 {
      width: 50%;
    }
    .w-md-66 {
      width: 66%;
    }
    .w-md-75 {
      width: 75%;
    }
    .w-md-100 {
      width: 100%;
    }
  }
  @media (min-width: 1264px) {
    .d-lg-none {
      display: none;
    }
    .d-lg-inline {
      display: inline;
    }
    .d-lg-inline-block {
      display: inline-block;
    }
    .d-lg-block {
      display: block;
    }
    .d-lg-table {
      display: table;
    }
    .d-lg-table-row {
      display: table-row;
    }
    .d-lg-table-cell {
      display: table-cell;
    }
    .d-lg-flex {
      display: flex;
    }
    .d-lg-inline-flex {
      display: inline-flex;
    }
    .float-lg-none {
      float: none;
    }
    .float-lg-left {
      float: left;
    }
    .float-lg-right {
      float: right;
    }
    .v-locale--is-rtl .float-lg-end {
      float: left;
    }
    .v-locale--is-rtl .float-lg-start {
      float: right;
    }
    .v-locale--is-ltr .float-lg-end {
      float: right;
    }
    .v-locale--is-ltr .float-lg-start {
      float: left;
    }
    .flex-lg-fill {
      flex: 1 1 auto;
    }
    .flex-lg-1-1 {
      flex: 1 1 auto;
    }
    .flex-lg-1-0 {
      flex: 1 0 auto;
    }
    .flex-lg-0-1 {
      flex: 0 1 auto;
    }
    .flex-lg-0-0 {
      flex: 0 0 auto;
    }
    .flex-lg-1-1-100 {
      flex: 1 1 100%;
    }
    .flex-lg-1-0-100 {
      flex: 1 0 100%;
    }
    .flex-lg-0-1-100 {
      flex: 0 1 100%;
    }
    .flex-lg-0-0-100 {
      flex: 0 0 100%;
    }
    .flex-lg-1-1-0 {
      flex: 1 1 0;
    }
    .flex-lg-1-0-0 {
      flex: 1 0 0;
    }
    .flex-lg-0-1-0 {
      flex: 0 1 0;
    }
    .flex-lg-0-0-0 {
      flex: 0 0 0;
    }
    .flex-lg-row {
      flex-direction: row;
    }
    .flex-lg-column {
      flex-direction: column;
    }
    .flex-lg-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-lg-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-lg-grow-0 {
      flex-grow: 0;
    }
    .flex-lg-grow-1 {
      flex-grow: 1;
    }
    .flex-lg-shrink-0 {
      flex-shrink: 0;
    }
    .flex-lg-shrink-1 {
      flex-shrink: 1;
    }
    .flex-lg-wrap {
      flex-wrap: wrap;
    }
    .flex-lg-nowrap {
      flex-wrap: nowrap;
    }
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-lg-start {
      justify-content: flex-start;
    }
    .justify-lg-end {
      justify-content: flex-end;
    }
    .justify-lg-center {
      justify-content: center;
    }
    .justify-lg-space-between {
      justify-content: space-between;
    }
    .justify-lg-space-around {
      justify-content: space-around;
    }
    .justify-lg-space-evenly {
      justify-content: space-evenly;
    }
    .justify-items-lg-start {
      justify-items: flex-start;
    }
    .justify-items-lg-end {
      justify-items: flex-end;
    }
    .justify-items-lg-center {
      justify-items: center;
    }
    .justify-items-lg-stretch {
      justify-items: stretch;
    }
    .align-lg-start {
      align-items: flex-start;
    }
    .align-lg-end {
      align-items: flex-end;
    }
    .align-lg-center {
      align-items: center;
    }
    .align-lg-baseline {
      align-items: baseline;
    }
    .align-lg-stretch {
      align-items: stretch;
    }
    .align-content-lg-start {
      align-content: flex-start;
    }
    .align-content-lg-end {
      align-content: flex-end;
    }
    .align-content-lg-center {
      align-content: center;
    }
    .align-content-lg-space-between {
      align-content: space-between;
    }
    .align-content-lg-space-around {
      align-content: space-around;
    }
    .align-content-lg-space-evenly {
      align-content: space-evenly;
    }
    .align-content-lg-stretch {
      align-content: stretch;
    }
    .align-self-lg-auto {
      align-self: auto;
    }
    .align-self-lg-start {
      align-self: flex-start;
    }
    .align-self-lg-end {
      align-self: flex-end;
    }
    .align-self-lg-center {
      align-self: center;
    }
    .align-self-lg-baseline {
      align-self: baseline;
    }
    .align-self-lg-stretch {
      align-self: stretch;
    }
    .order-lg-first {
      order: -1;
    }
    .order-lg-0 {
      order: 0;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
    .order-lg-4 {
      order: 4;
    }
    .order-lg-5 {
      order: 5;
    }
    .order-lg-6 {
      order: 6;
    }
    .order-lg-7 {
      order: 7;
    }
    .order-lg-8 {
      order: 8;
    }
    .order-lg-9 {
      order: 9;
    }
    .order-lg-10 {
      order: 10;
    }
    .order-lg-11 {
      order: 11;
    }
    .order-lg-12 {
      order: 12;
    }
    .order-lg-last {
      order: 13;
    }
    .ga-lg-0 {
      gap: 0px;
    }
    .ga-lg-1 {
      gap: 4px;
    }
    .ga-lg-2 {
      gap: 8px;
    }
    .ga-lg-3 {
      gap: 12px;
    }
    .ga-lg-4 {
      gap: 16px;
    }
    .ga-lg-5 {
      gap: 20px;
    }
    .ga-lg-6 {
      gap: 24px;
    }
    .ga-lg-7 {
      gap: 28px;
    }
    .ga-lg-8 {
      gap: 32px;
    }
    .ga-lg-9 {
      gap: 36px;
    }
    .ga-lg-10 {
      gap: 40px;
    }
    .ga-lg-11 {
      gap: 44px;
    }
    .ga-lg-12 {
      gap: 48px;
    }
    .ga-lg-13 {
      gap: 52px;
    }
    .ga-lg-14 {
      gap: 56px;
    }
    .ga-lg-15 {
      gap: 60px;
    }
    .ga-lg-16 {
      gap: 64px;
    }
    .ga-lg-auto {
      gap: auto;
    }
    .gr-lg-0 {
      row-gap: 0px;
    }
    .gr-lg-1 {
      row-gap: 4px;
    }
    .gr-lg-2 {
      row-gap: 8px;
    }
    .gr-lg-3 {
      row-gap: 12px;
    }
    .gr-lg-4 {
      row-gap: 16px;
    }
    .gr-lg-5 {
      row-gap: 20px;
    }
    .gr-lg-6 {
      row-gap: 24px;
    }
    .gr-lg-7 {
      row-gap: 28px;
    }
    .gr-lg-8 {
      row-gap: 32px;
    }
    .gr-lg-9 {
      row-gap: 36px;
    }
    .gr-lg-10 {
      row-gap: 40px;
    }
    .gr-lg-11 {
      row-gap: 44px;
    }
    .gr-lg-12 {
      row-gap: 48px;
    }
    .gr-lg-13 {
      row-gap: 52px;
    }
    .gr-lg-14 {
      row-gap: 56px;
    }
    .gr-lg-15 {
      row-gap: 60px;
    }
    .gr-lg-16 {
      row-gap: 64px;
    }
    .gr-lg-auto {
      row-gap: auto;
    }
    .gc-lg-0 {
      column-gap: 0px;
    }
    .gc-lg-1 {
      column-gap: 4px;
    }
    .gc-lg-2 {
      column-gap: 8px;
    }
    .gc-lg-3 {
      column-gap: 12px;
    }
    .gc-lg-4 {
      column-gap: 16px;
    }
    .gc-lg-5 {
      column-gap: 20px;
    }
    .gc-lg-6 {
      column-gap: 24px;
    }
    .gc-lg-7 {
      column-gap: 28px;
    }
    .gc-lg-8 {
      column-gap: 32px;
    }
    .gc-lg-9 {
      column-gap: 36px;
    }
    .gc-lg-10 {
      column-gap: 40px;
    }
    .gc-lg-11 {
      column-gap: 44px;
    }
    .gc-lg-12 {
      column-gap: 48px;
    }
    .gc-lg-13 {
      column-gap: 52px;
    }
    .gc-lg-14 {
      column-gap: 56px;
    }
    .gc-lg-15 {
      column-gap: 60px;
    }
    .gc-lg-16 {
      column-gap: 64px;
    }
    .gc-lg-auto {
      column-gap: auto;
    }
    .ma-lg-0 {
      margin: 0px;
    }
    .ma-lg-1 {
      margin: 4px;
    }
    .ma-lg-2 {
      margin: 8px;
    }
    .ma-lg-3 {
      margin: 12px;
    }
    .ma-lg-4 {
      margin: 16px;
    }
    .ma-lg-5 {
      margin: 20px;
    }
    .ma-lg-6 {
      margin: 24px;
    }
    .ma-lg-7 {
      margin: 28px;
    }
    .ma-lg-8 {
      margin: 32px;
    }
    .ma-lg-9 {
      margin: 36px;
    }
    .ma-lg-10 {
      margin: 40px;
    }
    .ma-lg-11 {
      margin: 44px;
    }
    .ma-lg-12 {
      margin: 48px;
    }
    .ma-lg-13 {
      margin: 52px;
    }
    .ma-lg-14 {
      margin: 56px;
    }
    .ma-lg-15 {
      margin: 60px;
    }
    .ma-lg-16 {
      margin: 64px;
    }
    .ma-lg-auto {
      margin: auto;
    }
    .mx-lg-0 {
      margin-right: 0px;
      margin-left: 0px;
    }
    .mx-lg-1 {
      margin-right: 4px;
      margin-left: 4px;
    }
    .mx-lg-2 {
      margin-right: 8px;
      margin-left: 8px;
    }
    .mx-lg-3 {
      margin-right: 12px;
      margin-left: 12px;
    }
    .mx-lg-4 {
      margin-right: 16px;
      margin-left: 16px;
    }
    .mx-lg-5 {
      margin-right: 20px;
      margin-left: 20px;
    }
    .mx-lg-6 {
      margin-right: 24px;
      margin-left: 24px;
    }
    .mx-lg-7 {
      margin-right: 28px;
      margin-left: 28px;
    }
    .mx-lg-8 {
      margin-right: 32px;
      margin-left: 32px;
    }
    .mx-lg-9 {
      margin-right: 36px;
      margin-left: 36px;
    }
    .mx-lg-10 {
      margin-right: 40px;
      margin-left: 40px;
    }
    .mx-lg-11 {
      margin-right: 44px;
      margin-left: 44px;
    }
    .mx-lg-12 {
      margin-right: 48px;
      margin-left: 48px;
    }
    .mx-lg-13 {
      margin-right: 52px;
      margin-left: 52px;
    }
    .mx-lg-14 {
      margin-right: 56px;
      margin-left: 56px;
    }
    .mx-lg-15 {
      margin-right: 60px;
      margin-left: 60px;
    }
    .mx-lg-16 {
      margin-right: 64px;
      margin-left: 64px;
    }
    .mx-lg-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-lg-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .my-lg-1 {
      margin-top: 4px;
      margin-bottom: 4px;
    }
    .my-lg-2 {
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .my-lg-3 {
      margin-top: 12px;
      margin-bottom: 12px;
    }
    .my-lg-4 {
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .my-lg-5 {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .my-lg-6 {
      margin-top: 24px;
      margin-bottom: 24px;
    }
    .my-lg-7 {
      margin-top: 28px;
      margin-bottom: 28px;
    }
    .my-lg-8 {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    .my-lg-9 {
      margin-top: 36px;
      margin-bottom: 36px;
    }
    .my-lg-10 {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .my-lg-11 {
      margin-top: 44px;
      margin-bottom: 44px;
    }
    .my-lg-12 {
      margin-top: 48px;
      margin-bottom: 48px;
    }
    .my-lg-13 {
      margin-top: 52px;
      margin-bottom: 52px;
    }
    .my-lg-14 {
      margin-top: 56px;
      margin-bottom: 56px;
    }
    .my-lg-15 {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .my-lg-16 {
      margin-top: 64px;
      margin-bottom: 64px;
    }
    .my-lg-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-lg-0 {
      margin-top: 0px;
    }
    .mt-lg-1 {
      margin-top: 4px;
    }
    .mt-lg-2 {
      margin-top: 8px;
    }
    .mt-lg-3 {
      margin-top: 12px;
    }
    .mt-lg-4 {
      margin-top: 16px;
    }
    .mt-lg-5 {
      margin-top: 20px;
    }
    .mt-lg-6 {
      margin-top: 24px;
    }
    .mt-lg-7 {
      margin-top: 28px;
    }
    .mt-lg-8 {
      margin-top: 32px;
    }
    .mt-lg-9 {
      margin-top: 36px;
    }
    .mt-lg-10 {
      margin-top: 40px;
    }
    .mt-lg-11 {
      margin-top: 44px;
    }
    .mt-lg-12 {
      margin-top: 48px;
    }
    .mt-lg-13 {
      margin-top: 52px;
    }
    .mt-lg-14 {
      margin-top: 56px;
    }
    .mt-lg-15 {
      margin-top: 60px;
    }
    .mt-lg-16 {
      margin-top: 64px;
    }
    .mt-lg-auto {
      margin-top: auto;
    }
    .mr-lg-0 {
      margin-right: 0px;
    }
    .mr-lg-1 {
      margin-right: 4px;
    }
    .mr-lg-2 {
      margin-right: 8px;
    }
    .mr-lg-3 {
      margin-right: 12px;
    }
    .mr-lg-4 {
      margin-right: 16px;
    }
    .mr-lg-5 {
      margin-right: 20px;
    }
    .mr-lg-6 {
      margin-right: 24px;
    }
    .mr-lg-7 {
      margin-right: 28px;
    }
    .mr-lg-8 {
      margin-right: 32px;
    }
    .mr-lg-9 {
      margin-right: 36px;
    }
    .mr-lg-10 {
      margin-right: 40px;
    }
    .mr-lg-11 {
      margin-right: 44px;
    }
    .mr-lg-12 {
      margin-right: 48px;
    }
    .mr-lg-13 {
      margin-right: 52px;
    }
    .mr-lg-14 {
      margin-right: 56px;
    }
    .mr-lg-15 {
      margin-right: 60px;
    }
    .mr-lg-16 {
      margin-right: 64px;
    }
    .mr-lg-auto {
      margin-right: auto;
    }
    .mb-lg-0 {
      margin-bottom: 0px;
    }
    .mb-lg-1 {
      margin-bottom: 4px;
    }
    .mb-lg-2 {
      margin-bottom: 8px;
    }
    .mb-lg-3 {
      margin-bottom: 12px;
    }
    .mb-lg-4 {
      margin-bottom: 16px;
    }
    .mb-lg-5 {
      margin-bottom: 20px;
    }
    .mb-lg-6 {
      margin-bottom: 24px;
    }
    .mb-lg-7 {
      margin-bottom: 28px;
    }
    .mb-lg-8 {
      margin-bottom: 32px;
    }
    .mb-lg-9 {
      margin-bottom: 36px;
    }
    .mb-lg-10 {
      margin-bottom: 40px;
    }
    .mb-lg-11 {
      margin-bottom: 44px;
    }
    .mb-lg-12 {
      margin-bottom: 48px;
    }
    .mb-lg-13 {
      margin-bottom: 52px;
    }
    .mb-lg-14 {
      margin-bottom: 56px;
    }
    .mb-lg-15 {
      margin-bottom: 60px;
    }
    .mb-lg-16 {
      margin-bottom: 64px;
    }
    .mb-lg-auto {
      margin-bottom: auto;
    }
    .ml-lg-0 {
      margin-left: 0px;
    }
    .ml-lg-1 {
      margin-left: 4px;
    }
    .ml-lg-2 {
      margin-left: 8px;
    }
    .ml-lg-3 {
      margin-left: 12px;
    }
    .ml-lg-4 {
      margin-left: 16px;
    }
    .ml-lg-5 {
      margin-left: 20px;
    }
    .ml-lg-6 {
      margin-left: 24px;
    }
    .ml-lg-7 {
      margin-left: 28px;
    }
    .ml-lg-8 {
      margin-left: 32px;
    }
    .ml-lg-9 {
      margin-left: 36px;
    }
    .ml-lg-10 {
      margin-left: 40px;
    }
    .ml-lg-11 {
      margin-left: 44px;
    }
    .ml-lg-12 {
      margin-left: 48px;
    }
    .ml-lg-13 {
      margin-left: 52px;
    }
    .ml-lg-14 {
      margin-left: 56px;
    }
    .ml-lg-15 {
      margin-left: 60px;
    }
    .ml-lg-16 {
      margin-left: 64px;
    }
    .ml-lg-auto {
      margin-left: auto;
    }
    .ms-lg-0 {
      margin-inline-start: 0px;
    }
    .ms-lg-1 {
      margin-inline-start: 4px;
    }
    .ms-lg-2 {
      margin-inline-start: 8px;
    }
    .ms-lg-3 {
      margin-inline-start: 12px;
    }
    .ms-lg-4 {
      margin-inline-start: 16px;
    }
    .ms-lg-5 {
      margin-inline-start: 20px;
    }
    .ms-lg-6 {
      margin-inline-start: 24px;
    }
    .ms-lg-7 {
      margin-inline-start: 28px;
    }
    .ms-lg-8 {
      margin-inline-start: 32px;
    }
    .ms-lg-9 {
      margin-inline-start: 36px;
    }
    .ms-lg-10 {
      margin-inline-start: 40px;
    }
    .ms-lg-11 {
      margin-inline-start: 44px;
    }
    .ms-lg-12 {
      margin-inline-start: 48px;
    }
    .ms-lg-13 {
      margin-inline-start: 52px;
    }
    .ms-lg-14 {
      margin-inline-start: 56px;
    }
    .ms-lg-15 {
      margin-inline-start: 60px;
    }
    .ms-lg-16 {
      margin-inline-start: 64px;
    }
    .ms-lg-auto {
      margin-inline-start: auto;
    }
    .me-lg-0 {
      margin-inline-end: 0px;
    }
    .me-lg-1 {
      margin-inline-end: 4px;
    }
    .me-lg-2 {
      margin-inline-end: 8px;
    }
    .me-lg-3 {
      margin-inline-end: 12px;
    }
    .me-lg-4 {
      margin-inline-end: 16px;
    }
    .me-lg-5 {
      margin-inline-end: 20px;
    }
    .me-lg-6 {
      margin-inline-end: 24px;
    }
    .me-lg-7 {
      margin-inline-end: 28px;
    }
    .me-lg-8 {
      margin-inline-end: 32px;
    }
    .me-lg-9 {
      margin-inline-end: 36px;
    }
    .me-lg-10 {
      margin-inline-end: 40px;
    }
    .me-lg-11 {
      margin-inline-end: 44px;
    }
    .me-lg-12 {
      margin-inline-end: 48px;
    }
    .me-lg-13 {
      margin-inline-end: 52px;
    }
    .me-lg-14 {
      margin-inline-end: 56px;
    }
    .me-lg-15 {
      margin-inline-end: 60px;
    }
    .me-lg-16 {
      margin-inline-end: 64px;
    }
    .me-lg-auto {
      margin-inline-end: auto;
    }
    .ma-lg-n1 {
      margin: -4px;
    }
    .ma-lg-n2 {
      margin: -8px;
    }
    .ma-lg-n3 {
      margin: -12px;
    }
    .ma-lg-n4 {
      margin: -16px;
    }
    .ma-lg-n5 {
      margin: -20px;
    }
    .ma-lg-n6 {
      margin: -24px;
    }
    .ma-lg-n7 {
      margin: -28px;
    }
    .ma-lg-n8 {
      margin: -32px;
    }
    .ma-lg-n9 {
      margin: -36px;
    }
    .ma-lg-n10 {
      margin: -40px;
    }
    .ma-lg-n11 {
      margin: -44px;
    }
    .ma-lg-n12 {
      margin: -48px;
    }
    .ma-lg-n13 {
      margin: -52px;
    }
    .ma-lg-n14 {
      margin: -56px;
    }
    .ma-lg-n15 {
      margin: -60px;
    }
    .ma-lg-n16 {
      margin: -64px;
    }
    .mx-lg-n1 {
      margin-right: -4px;
      margin-left: -4px;
    }
    .mx-lg-n2 {
      margin-right: -8px;
      margin-left: -8px;
    }
    .mx-lg-n3 {
      margin-right: -12px;
      margin-left: -12px;
    }
    .mx-lg-n4 {
      margin-right: -16px;
      margin-left: -16px;
    }
    .mx-lg-n5 {
      margin-right: -20px;
      margin-left: -20px;
    }
    .mx-lg-n6 {
      margin-right: -24px;
      margin-left: -24px;
    }
    .mx-lg-n7 {
      margin-right: -28px;
      margin-left: -28px;
    }
    .mx-lg-n8 {
      margin-right: -32px;
      margin-left: -32px;
    }
    .mx-lg-n9 {
      margin-right: -36px;
      margin-left: -36px;
    }
    .mx-lg-n10 {
      margin-right: -40px;
      margin-left: -40px;
    }
    .mx-lg-n11 {
      margin-right: -44px;
      margin-left: -44px;
    }
    .mx-lg-n12 {
      margin-right: -48px;
      margin-left: -48px;
    }
    .mx-lg-n13 {
      margin-right: -52px;
      margin-left: -52px;
    }
    .mx-lg-n14 {
      margin-right: -56px;
      margin-left: -56px;
    }
    .mx-lg-n15 {
      margin-right: -60px;
      margin-left: -60px;
    }
    .mx-lg-n16 {
      margin-right: -64px;
      margin-left: -64px;
    }
    .my-lg-n1 {
      margin-top: -4px;
      margin-bottom: -4px;
    }
    .my-lg-n2 {
      margin-top: -8px;
      margin-bottom: -8px;
    }
    .my-lg-n3 {
      margin-top: -12px;
      margin-bottom: -12px;
    }
    .my-lg-n4 {
      margin-top: -16px;
      margin-bottom: -16px;
    }
    .my-lg-n5 {
      margin-top: -20px;
      margin-bottom: -20px;
    }
    .my-lg-n6 {
      margin-top: -24px;
      margin-bottom: -24px;
    }
    .my-lg-n7 {
      margin-top: -28px;
      margin-bottom: -28px;
    }
    .my-lg-n8 {
      margin-top: -32px;
      margin-bottom: -32px;
    }
    .my-lg-n9 {
      margin-top: -36px;
      margin-bottom: -36px;
    }
    .my-lg-n10 {
      margin-top: -40px;
      margin-bottom: -40px;
    }
    .my-lg-n11 {
      margin-top: -44px;
      margin-bottom: -44px;
    }
    .my-lg-n12 {
      margin-top: -48px;
      margin-bottom: -48px;
    }
    .my-lg-n13 {
      margin-top: -52px;
      margin-bottom: -52px;
    }
    .my-lg-n14 {
      margin-top: -56px;
      margin-bottom: -56px;
    }
    .my-lg-n15 {
      margin-top: -60px;
      margin-bottom: -60px;
    }
    .my-lg-n16 {
      margin-top: -64px;
      margin-bottom: -64px;
    }
    .mt-lg-n1 {
      margin-top: -4px;
    }
    .mt-lg-n2 {
      margin-top: -8px;
    }
    .mt-lg-n3 {
      margin-top: -12px;
    }
    .mt-lg-n4 {
      margin-top: -16px;
    }
    .mt-lg-n5 {
      margin-top: -20px;
    }
    .mt-lg-n6 {
      margin-top: -24px;
    }
    .mt-lg-n7 {
      margin-top: -28px;
    }
    .mt-lg-n8 {
      margin-top: -32px;
    }
    .mt-lg-n9 {
      margin-top: -36px;
    }
    .mt-lg-n10 {
      margin-top: -40px;
    }
    .mt-lg-n11 {
      margin-top: -44px;
    }
    .mt-lg-n12 {
      margin-top: -48px;
    }
    .mt-lg-n13 {
      margin-top: -52px;
    }
    .mt-lg-n14 {
      margin-top: -56px;
    }
    .mt-lg-n15 {
      margin-top: -60px;
    }
    .mt-lg-n16 {
      margin-top: -64px;
    }
    .mr-lg-n1 {
      margin-right: -4px;
    }
    .mr-lg-n2 {
      margin-right: -8px;
    }
    .mr-lg-n3 {
      margin-right: -12px;
    }
    .mr-lg-n4 {
      margin-right: -16px;
    }
    .mr-lg-n5 {
      margin-right: -20px;
    }
    .mr-lg-n6 {
      margin-right: -24px;
    }
    .mr-lg-n7 {
      margin-right: -28px;
    }
    .mr-lg-n8 {
      margin-right: -32px;
    }
    .mr-lg-n9 {
      margin-right: -36px;
    }
    .mr-lg-n10 {
      margin-right: -40px;
    }
    .mr-lg-n11 {
      margin-right: -44px;
    }
    .mr-lg-n12 {
      margin-right: -48px;
    }
    .mr-lg-n13 {
      margin-right: -52px;
    }
    .mr-lg-n14 {
      margin-right: -56px;
    }
    .mr-lg-n15 {
      margin-right: -60px;
    }
    .mr-lg-n16 {
      margin-right: -64px;
    }
    .mb-lg-n1 {
      margin-bottom: -4px;
    }
    .mb-lg-n2 {
      margin-bottom: -8px;
    }
    .mb-lg-n3 {
      margin-bottom: -12px;
    }
    .mb-lg-n4 {
      margin-bottom: -16px;
    }
    .mb-lg-n5 {
      margin-bottom: -20px;
    }
    .mb-lg-n6 {
      margin-bottom: -24px;
    }
    .mb-lg-n7 {
      margin-bottom: -28px;
    }
    .mb-lg-n8 {
      margin-bottom: -32px;
    }
    .mb-lg-n9 {
      margin-bottom: -36px;
    }
    .mb-lg-n10 {
      margin-bottom: -40px;
    }
    .mb-lg-n11 {
      margin-bottom: -44px;
    }
    .mb-lg-n12 {
      margin-bottom: -48px;
    }
    .mb-lg-n13 {
      margin-bottom: -52px;
    }
    .mb-lg-n14 {
      margin-bottom: -56px;
    }
    .mb-lg-n15 {
      margin-bottom: -60px;
    }
    .mb-lg-n16 {
      margin-bottom: -64px;
    }
    .ml-lg-n1 {
      margin-left: -4px;
    }
    .ml-lg-n2 {
      margin-left: -8px;
    }
    .ml-lg-n3 {
      margin-left: -12px;
    }
    .ml-lg-n4 {
      margin-left: -16px;
    }
    .ml-lg-n5 {
      margin-left: -20px;
    }
    .ml-lg-n6 {
      margin-left: -24px;
    }
    .ml-lg-n7 {
      margin-left: -28px;
    }
    .ml-lg-n8 {
      margin-left: -32px;
    }
    .ml-lg-n9 {
      margin-left: -36px;
    }
    .ml-lg-n10 {
      margin-left: -40px;
    }
    .ml-lg-n11 {
      margin-left: -44px;
    }
    .ml-lg-n12 {
      margin-left: -48px;
    }
    .ml-lg-n13 {
      margin-left: -52px;
    }
    .ml-lg-n14 {
      margin-left: -56px;
    }
    .ml-lg-n15 {
      margin-left: -60px;
    }
    .ml-lg-n16 {
      margin-left: -64px;
    }
    .ms-lg-n1 {
      margin-inline-start: -4px;
    }
    .ms-lg-n2 {
      margin-inline-start: -8px;
    }
    .ms-lg-n3 {
      margin-inline-start: -12px;
    }
    .ms-lg-n4 {
      margin-inline-start: -16px;
    }
    .ms-lg-n5 {
      margin-inline-start: -20px;
    }
    .ms-lg-n6 {
      margin-inline-start: -24px;
    }
    .ms-lg-n7 {
      margin-inline-start: -28px;
    }
    .ms-lg-n8 {
      margin-inline-start: -32px;
    }
    .ms-lg-n9 {
      margin-inline-start: -36px;
    }
    .ms-lg-n10 {
      margin-inline-start: -40px;
    }
    .ms-lg-n11 {
      margin-inline-start: -44px;
    }
    .ms-lg-n12 {
      margin-inline-start: -48px;
    }
    .ms-lg-n13 {
      margin-inline-start: -52px;
    }
    .ms-lg-n14 {
      margin-inline-start: -56px;
    }
    .ms-lg-n15 {
      margin-inline-start: -60px;
    }
    .ms-lg-n16 {
      margin-inline-start: -64px;
    }
    .me-lg-n1 {
      margin-inline-end: -4px;
    }
    .me-lg-n2 {
      margin-inline-end: -8px;
    }
    .me-lg-n3 {
      margin-inline-end: -12px;
    }
    .me-lg-n4 {
      margin-inline-end: -16px;
    }
    .me-lg-n5 {
      margin-inline-end: -20px;
    }
    .me-lg-n6 {
      margin-inline-end: -24px;
    }
    .me-lg-n7 {
      margin-inline-end: -28px;
    }
    .me-lg-n8 {
      margin-inline-end: -32px;
    }
    .me-lg-n9 {
      margin-inline-end: -36px;
    }
    .me-lg-n10 {
      margin-inline-end: -40px;
    }
    .me-lg-n11 {
      margin-inline-end: -44px;
    }
    .me-lg-n12 {
      margin-inline-end: -48px;
    }
    .me-lg-n13 {
      margin-inline-end: -52px;
    }
    .me-lg-n14 {
      margin-inline-end: -56px;
    }
    .me-lg-n15 {
      margin-inline-end: -60px;
    }
    .me-lg-n16 {
      margin-inline-end: -64px;
    }
    .pa-lg-0 {
      padding: 0px;
    }
    .pa-lg-1 {
      padding: 4px;
    }
    .pa-lg-2 {
      padding: 8px;
    }
    .pa-lg-3 {
      padding: 12px;
    }
    .pa-lg-4 {
      padding: 16px;
    }
    .pa-lg-5 {
      padding: 20px;
    }
    .pa-lg-6 {
      padding: 24px;
    }
    .pa-lg-7 {
      padding: 28px;
    }
    .pa-lg-8 {
      padding: 32px;
    }
    .pa-lg-9 {
      padding: 36px;
    }
    .pa-lg-10 {
      padding: 40px;
    }
    .pa-lg-11 {
      padding: 44px;
    }
    .pa-lg-12 {
      padding: 48px;
    }
    .pa-lg-13 {
      padding: 52px;
    }
    .pa-lg-14 {
      padding: 56px;
    }
    .pa-lg-15 {
      padding: 60px;
    }
    .pa-lg-16 {
      padding: 64px;
    }
    .px-lg-0 {
      padding-right: 0px;
      padding-left: 0px;
    }
    .px-lg-1 {
      padding-right: 4px;
      padding-left: 4px;
    }
    .px-lg-2 {
      padding-right: 8px;
      padding-left: 8px;
    }
    .px-lg-3 {
      padding-right: 12px;
      padding-left: 12px;
    }
    .px-lg-4 {
      padding-right: 16px;
      padding-left: 16px;
    }
    .px-lg-5 {
      padding-right: 20px;
      padding-left: 20px;
    }
    .px-lg-6 {
      padding-right: 24px;
      padding-left: 24px;
    }
    .px-lg-7 {
      padding-right: 28px;
      padding-left: 28px;
    }
    .px-lg-8 {
      padding-right: 32px;
      padding-left: 32px;
    }
    .px-lg-9 {
      padding-right: 36px;
      padding-left: 36px;
    }
    .px-lg-10 {
      padding-right: 40px;
      padding-left: 40px;
    }
    .px-lg-11 {
      padding-right: 44px;
      padding-left: 44px;
    }
    .px-lg-12 {
      padding-right: 48px;
      padding-left: 48px;
    }
    .px-lg-13 {
      padding-right: 52px;
      padding-left: 52px;
    }
    .px-lg-14 {
      padding-right: 56px;
      padding-left: 56px;
    }
    .px-lg-15 {
      padding-right: 60px;
      padding-left: 60px;
    }
    .px-lg-16 {
      padding-right: 64px;
      padding-left: 64px;
    }
    .py-lg-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .py-lg-1 {
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .py-lg-2 {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .py-lg-3 {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .py-lg-4 {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .py-lg-5 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .py-lg-6 {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .py-lg-7 {
      padding-top: 28px;
      padding-bottom: 28px;
    }
    .py-lg-8 {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .py-lg-9 {
      padding-top: 36px;
      padding-bottom: 36px;
    }
    .py-lg-10 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .py-lg-11 {
      padding-top: 44px;
      padding-bottom: 44px;
    }
    .py-lg-12 {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .py-lg-13 {
      padding-top: 52px;
      padding-bottom: 52px;
    }
    .py-lg-14 {
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .py-lg-15 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .py-lg-16 {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .pt-lg-0 {
      padding-top: 0px;
    }
    .pt-lg-1 {
      padding-top: 4px;
    }
    .pt-lg-2 {
      padding-top: 8px;
    }
    .pt-lg-3 {
      padding-top: 12px;
    }
    .pt-lg-4 {
      padding-top: 16px;
    }
    .pt-lg-5 {
      padding-top: 20px;
    }
    .pt-lg-6 {
      padding-top: 24px;
    }
    .pt-lg-7 {
      padding-top: 28px;
    }
    .pt-lg-8 {
      padding-top: 32px;
    }
    .pt-lg-9 {
      padding-top: 36px;
    }
    .pt-lg-10 {
      padding-top: 40px;
    }
    .pt-lg-11 {
      padding-top: 44px;
    }
    .pt-lg-12 {
      padding-top: 48px;
    }
    .pt-lg-13 {
      padding-top: 52px;
    }
    .pt-lg-14 {
      padding-top: 56px;
    }
    .pt-lg-15 {
      padding-top: 60px;
    }
    .pt-lg-16 {
      padding-top: 64px;
    }
    .pr-lg-0 {
      padding-right: 0px;
    }
    .pr-lg-1 {
      padding-right: 4px;
    }
    .pr-lg-2 {
      padding-right: 8px;
    }
    .pr-lg-3 {
      padding-right: 12px;
    }
    .pr-lg-4 {
      padding-right: 16px;
    }
    .pr-lg-5 {
      padding-right: 20px;
    }
    .pr-lg-6 {
      padding-right: 24px;
    }
    .pr-lg-7 {
      padding-right: 28px;
    }
    .pr-lg-8 {
      padding-right: 32px;
    }
    .pr-lg-9 {
      padding-right: 36px;
    }
    .pr-lg-10 {
      padding-right: 40px;
    }
    .pr-lg-11 {
      padding-right: 44px;
    }
    .pr-lg-12 {
      padding-right: 48px;
    }
    .pr-lg-13 {
      padding-right: 52px;
    }
    .pr-lg-14 {
      padding-right: 56px;
    }
    .pr-lg-15 {
      padding-right: 60px;
    }
    .pr-lg-16 {
      padding-right: 64px;
    }
    .pb-lg-0 {
      padding-bottom: 0px;
    }
    .pb-lg-1 {
      padding-bottom: 4px;
    }
    .pb-lg-2 {
      padding-bottom: 8px;
    }
    .pb-lg-3 {
      padding-bottom: 12px;
    }
    .pb-lg-4 {
      padding-bottom: 16px;
    }
    .pb-lg-5 {
      padding-bottom: 20px;
    }
    .pb-lg-6 {
      padding-bottom: 24px;
    }
    .pb-lg-7 {
      padding-bottom: 28px;
    }
    .pb-lg-8 {
      padding-bottom: 32px;
    }
    .pb-lg-9 {
      padding-bottom: 36px;
    }
    .pb-lg-10 {
      padding-bottom: 40px;
    }
    .pb-lg-11 {
      padding-bottom: 44px;
    }
    .pb-lg-12 {
      padding-bottom: 48px;
    }
    .pb-lg-13 {
      padding-bottom: 52px;
    }
    .pb-lg-14 {
      padding-bottom: 56px;
    }
    .pb-lg-15 {
      padding-bottom: 60px;
    }
    .pb-lg-16 {
      padding-bottom: 64px;
    }
    .pl-lg-0 {
      padding-left: 0px;
    }
    .pl-lg-1 {
      padding-left: 4px;
    }
    .pl-lg-2 {
      padding-left: 8px;
    }
    .pl-lg-3 {
      padding-left: 12px;
    }
    .pl-lg-4 {
      padding-left: 16px;
    }
    .pl-lg-5 {
      padding-left: 20px;
    }
    .pl-lg-6 {
      padding-left: 24px;
    }
    .pl-lg-7 {
      padding-left: 28px;
    }
    .pl-lg-8 {
      padding-left: 32px;
    }
    .pl-lg-9 {
      padding-left: 36px;
    }
    .pl-lg-10 {
      padding-left: 40px;
    }
    .pl-lg-11 {
      padding-left: 44px;
    }
    .pl-lg-12 {
      padding-left: 48px;
    }
    .pl-lg-13 {
      padding-left: 52px;
    }
    .pl-lg-14 {
      padding-left: 56px;
    }
    .pl-lg-15 {
      padding-left: 60px;
    }
    .pl-lg-16 {
      padding-left: 64px;
    }
    .ps-lg-0 {
      padding-inline-start: 0px;
    }
    .ps-lg-1 {
      padding-inline-start: 4px;
    }
    .ps-lg-2 {
      padding-inline-start: 8px;
    }
    .ps-lg-3 {
      padding-inline-start: 12px;
    }
    .ps-lg-4 {
      padding-inline-start: 16px;
    }
    .ps-lg-5 {
      padding-inline-start: 20px;
    }
    .ps-lg-6 {
      padding-inline-start: 24px;
    }
    .ps-lg-7 {
      padding-inline-start: 28px;
    }
    .ps-lg-8 {
      padding-inline-start: 32px;
    }
    .ps-lg-9 {
      padding-inline-start: 36px;
    }
    .ps-lg-10 {
      padding-inline-start: 40px;
    }
    .ps-lg-11 {
      padding-inline-start: 44px;
    }
    .ps-lg-12 {
      padding-inline-start: 48px;
    }
    .ps-lg-13 {
      padding-inline-start: 52px;
    }
    .ps-lg-14 {
      padding-inline-start: 56px;
    }
    .ps-lg-15 {
      padding-inline-start: 60px;
    }
    .ps-lg-16 {
      padding-inline-start: 64px;
    }
    .pe-lg-0 {
      padding-inline-end: 0px;
    }
    .pe-lg-1 {
      padding-inline-end: 4px;
    }
    .pe-lg-2 {
      padding-inline-end: 8px;
    }
    .pe-lg-3 {
      padding-inline-end: 12px;
    }
    .pe-lg-4 {
      padding-inline-end: 16px;
    }
    .pe-lg-5 {
      padding-inline-end: 20px;
    }
    .pe-lg-6 {
      padding-inline-end: 24px;
    }
    .pe-lg-7 {
      padding-inline-end: 28px;
    }
    .pe-lg-8 {
      padding-inline-end: 32px;
    }
    .pe-lg-9 {
      padding-inline-end: 36px;
    }
    .pe-lg-10 {
      padding-inline-end: 40px;
    }
    .pe-lg-11 {
      padding-inline-end: 44px;
    }
    .pe-lg-12 {
      padding-inline-end: 48px;
    }
    .pe-lg-13 {
      padding-inline-end: 52px;
    }
    .pe-lg-14 {
      padding-inline-end: 56px;
    }
    .pe-lg-15 {
      padding-inline-end: 60px;
    }
    .pe-lg-16 {
      padding-inline-end: 64px;
    }
    .text-lg-left {
      text-align: left;
    }
    .text-lg-right {
      text-align: right;
    }
    .text-lg-center {
      text-align: center;
    }
    .text-lg-justify {
      text-align: justify;
    }
    .text-lg-start {
      text-align: start;
    }
    .text-lg-end {
      text-align: end;
    }
    .h-lg-auto {
      height: auto;
    }
    .h-lg-screen {
      height: 100dvh;
    }
    .h-lg-0 {
      height: 0;
    }
    .h-lg-25 {
      height: 25%;
    }
    .h-lg-50 {
      height: 50%;
    }
    .h-lg-75 {
      height: 75%;
    }
    .h-lg-100 {
      height: 100%;
    }
    .w-lg-auto {
      width: auto;
    }
    .w-lg-0 {
      width: 0;
    }
    .w-lg-25 {
      width: 25%;
    }
    .w-lg-33 {
      width: 33%;
    }
    .w-lg-50 {
      width: 50%;
    }
    .w-lg-66 {
      width: 66%;
    }
    .w-lg-75 {
      width: 75%;
    }
    .w-lg-100 {
      width: 100%;
    }
  }
  @media (min-width: 1904px) {
    .d-xl-none {
      display: none;
    }
    .d-xl-inline {
      display: inline;
    }
    .d-xl-inline-block {
      display: inline-block;
    }
    .d-xl-block {
      display: block;
    }
    .d-xl-table {
      display: table;
    }
    .d-xl-table-row {
      display: table-row;
    }
    .d-xl-table-cell {
      display: table-cell;
    }
    .d-xl-flex {
      display: flex;
    }
    .d-xl-inline-flex {
      display: inline-flex;
    }
    .float-xl-none {
      float: none;
    }
    .float-xl-left {
      float: left;
    }
    .float-xl-right {
      float: right;
    }
    .v-locale--is-rtl .float-xl-end {
      float: left;
    }
    .v-locale--is-rtl .float-xl-start {
      float: right;
    }
    .v-locale--is-ltr .float-xl-end {
      float: right;
    }
    .v-locale--is-ltr .float-xl-start {
      float: left;
    }
    .flex-xl-fill {
      flex: 1 1 auto;
    }
    .flex-xl-1-1 {
      flex: 1 1 auto;
    }
    .flex-xl-1-0 {
      flex: 1 0 auto;
    }
    .flex-xl-0-1 {
      flex: 0 1 auto;
    }
    .flex-xl-0-0 {
      flex: 0 0 auto;
    }
    .flex-xl-1-1-100 {
      flex: 1 1 100%;
    }
    .flex-xl-1-0-100 {
      flex: 1 0 100%;
    }
    .flex-xl-0-1-100 {
      flex: 0 1 100%;
    }
    .flex-xl-0-0-100 {
      flex: 0 0 100%;
    }
    .flex-xl-1-1-0 {
      flex: 1 1 0;
    }
    .flex-xl-1-0-0 {
      flex: 1 0 0;
    }
    .flex-xl-0-1-0 {
      flex: 0 1 0;
    }
    .flex-xl-0-0-0 {
      flex: 0 0 0;
    }
    .flex-xl-row {
      flex-direction: row;
    }
    .flex-xl-column {
      flex-direction: column;
    }
    .flex-xl-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-xl-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-xl-grow-0 {
      flex-grow: 0;
    }
    .flex-xl-grow-1 {
      flex-grow: 1;
    }
    .flex-xl-shrink-0 {
      flex-shrink: 0;
    }
    .flex-xl-shrink-1 {
      flex-shrink: 1;
    }
    .flex-xl-wrap {
      flex-wrap: wrap;
    }
    .flex-xl-nowrap {
      flex-wrap: nowrap;
    }
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-xl-start {
      justify-content: flex-start;
    }
    .justify-xl-end {
      justify-content: flex-end;
    }
    .justify-xl-center {
      justify-content: center;
    }
    .justify-xl-space-between {
      justify-content: space-between;
    }
    .justify-xl-space-around {
      justify-content: space-around;
    }
    .justify-xl-space-evenly {
      justify-content: space-evenly;
    }
    .justify-items-xl-start {
      justify-items: flex-start;
    }
    .justify-items-xl-end {
      justify-items: flex-end;
    }
    .justify-items-xl-center {
      justify-items: center;
    }
    .justify-items-xl-stretch {
      justify-items: stretch;
    }
    .align-xl-start {
      align-items: flex-start;
    }
    .align-xl-end {
      align-items: flex-end;
    }
    .align-xl-center {
      align-items: center;
    }
    .align-xl-baseline {
      align-items: baseline;
    }
    .align-xl-stretch {
      align-items: stretch;
    }
    .align-content-xl-start {
      align-content: flex-start;
    }
    .align-content-xl-end {
      align-content: flex-end;
    }
    .align-content-xl-center {
      align-content: center;
    }
    .align-content-xl-space-between {
      align-content: space-between;
    }
    .align-content-xl-space-around {
      align-content: space-around;
    }
    .align-content-xl-space-evenly {
      align-content: space-evenly;
    }
    .align-content-xl-stretch {
      align-content: stretch;
    }
    .align-self-xl-auto {
      align-self: auto;
    }
    .align-self-xl-start {
      align-self: flex-start;
    }
    .align-self-xl-end {
      align-self: flex-end;
    }
    .align-self-xl-center {
      align-self: center;
    }
    .align-self-xl-baseline {
      align-self: baseline;
    }
    .align-self-xl-stretch {
      align-self: stretch;
    }
    .order-xl-first {
      order: -1;
    }
    .order-xl-0 {
      order: 0;
    }
    .order-xl-1 {
      order: 1;
    }
    .order-xl-2 {
      order: 2;
    }
    .order-xl-3 {
      order: 3;
    }
    .order-xl-4 {
      order: 4;
    }
    .order-xl-5 {
      order: 5;
    }
    .order-xl-6 {
      order: 6;
    }
    .order-xl-7 {
      order: 7;
    }
    .order-xl-8 {
      order: 8;
    }
    .order-xl-9 {
      order: 9;
    }
    .order-xl-10 {
      order: 10;
    }
    .order-xl-11 {
      order: 11;
    }
    .order-xl-12 {
      order: 12;
    }
    .order-xl-last {
      order: 13;
    }
    .ga-xl-0 {
      gap: 0px;
    }
    .ga-xl-1 {
      gap: 4px;
    }
    .ga-xl-2 {
      gap: 8px;
    }
    .ga-xl-3 {
      gap: 12px;
    }
    .ga-xl-4 {
      gap: 16px;
    }
    .ga-xl-5 {
      gap: 20px;
    }
    .ga-xl-6 {
      gap: 24px;
    }
    .ga-xl-7 {
      gap: 28px;
    }
    .ga-xl-8 {
      gap: 32px;
    }
    .ga-xl-9 {
      gap: 36px;
    }
    .ga-xl-10 {
      gap: 40px;
    }
    .ga-xl-11 {
      gap: 44px;
    }
    .ga-xl-12 {
      gap: 48px;
    }
    .ga-xl-13 {
      gap: 52px;
    }
    .ga-xl-14 {
      gap: 56px;
    }
    .ga-xl-15 {
      gap: 60px;
    }
    .ga-xl-16 {
      gap: 64px;
    }
    .ga-xl-auto {
      gap: auto;
    }
    .gr-xl-0 {
      row-gap: 0px;
    }
    .gr-xl-1 {
      row-gap: 4px;
    }
    .gr-xl-2 {
      row-gap: 8px;
    }
    .gr-xl-3 {
      row-gap: 12px;
    }
    .gr-xl-4 {
      row-gap: 16px;
    }
    .gr-xl-5 {
      row-gap: 20px;
    }
    .gr-xl-6 {
      row-gap: 24px;
    }
    .gr-xl-7 {
      row-gap: 28px;
    }
    .gr-xl-8 {
      row-gap: 32px;
    }
    .gr-xl-9 {
      row-gap: 36px;
    }
    .gr-xl-10 {
      row-gap: 40px;
    }
    .gr-xl-11 {
      row-gap: 44px;
    }
    .gr-xl-12 {
      row-gap: 48px;
    }
    .gr-xl-13 {
      row-gap: 52px;
    }
    .gr-xl-14 {
      row-gap: 56px;
    }
    .gr-xl-15 {
      row-gap: 60px;
    }
    .gr-xl-16 {
      row-gap: 64px;
    }
    .gr-xl-auto {
      row-gap: auto;
    }
    .gc-xl-0 {
      column-gap: 0px;
    }
    .gc-xl-1 {
      column-gap: 4px;
    }
    .gc-xl-2 {
      column-gap: 8px;
    }
    .gc-xl-3 {
      column-gap: 12px;
    }
    .gc-xl-4 {
      column-gap: 16px;
    }
    .gc-xl-5 {
      column-gap: 20px;
    }
    .gc-xl-6 {
      column-gap: 24px;
    }
    .gc-xl-7 {
      column-gap: 28px;
    }
    .gc-xl-8 {
      column-gap: 32px;
    }
    .gc-xl-9 {
      column-gap: 36px;
    }
    .gc-xl-10 {
      column-gap: 40px;
    }
    .gc-xl-11 {
      column-gap: 44px;
    }
    .gc-xl-12 {
      column-gap: 48px;
    }
    .gc-xl-13 {
      column-gap: 52px;
    }
    .gc-xl-14 {
      column-gap: 56px;
    }
    .gc-xl-15 {
      column-gap: 60px;
    }
    .gc-xl-16 {
      column-gap: 64px;
    }
    .gc-xl-auto {
      column-gap: auto;
    }
    .ma-xl-0 {
      margin: 0px;
    }
    .ma-xl-1 {
      margin: 4px;
    }
    .ma-xl-2 {
      margin: 8px;
    }
    .ma-xl-3 {
      margin: 12px;
    }
    .ma-xl-4 {
      margin: 16px;
    }
    .ma-xl-5 {
      margin: 20px;
    }
    .ma-xl-6 {
      margin: 24px;
    }
    .ma-xl-7 {
      margin: 28px;
    }
    .ma-xl-8 {
      margin: 32px;
    }
    .ma-xl-9 {
      margin: 36px;
    }
    .ma-xl-10 {
      margin: 40px;
    }
    .ma-xl-11 {
      margin: 44px;
    }
    .ma-xl-12 {
      margin: 48px;
    }
    .ma-xl-13 {
      margin: 52px;
    }
    .ma-xl-14 {
      margin: 56px;
    }
    .ma-xl-15 {
      margin: 60px;
    }
    .ma-xl-16 {
      margin: 64px;
    }
    .ma-xl-auto {
      margin: auto;
    }
    .mx-xl-0 {
      margin-right: 0px;
      margin-left: 0px;
    }
    .mx-xl-1 {
      margin-right: 4px;
      margin-left: 4px;
    }
    .mx-xl-2 {
      margin-right: 8px;
      margin-left: 8px;
    }
    .mx-xl-3 {
      margin-right: 12px;
      margin-left: 12px;
    }
    .mx-xl-4 {
      margin-right: 16px;
      margin-left: 16px;
    }
    .mx-xl-5 {
      margin-right: 20px;
      margin-left: 20px;
    }
    .mx-xl-6 {
      margin-right: 24px;
      margin-left: 24px;
    }
    .mx-xl-7 {
      margin-right: 28px;
      margin-left: 28px;
    }
    .mx-xl-8 {
      margin-right: 32px;
      margin-left: 32px;
    }
    .mx-xl-9 {
      margin-right: 36px;
      margin-left: 36px;
    }
    .mx-xl-10 {
      margin-right: 40px;
      margin-left: 40px;
    }
    .mx-xl-11 {
      margin-right: 44px;
      margin-left: 44px;
    }
    .mx-xl-12 {
      margin-right: 48px;
      margin-left: 48px;
    }
    .mx-xl-13 {
      margin-right: 52px;
      margin-left: 52px;
    }
    .mx-xl-14 {
      margin-right: 56px;
      margin-left: 56px;
    }
    .mx-xl-15 {
      margin-right: 60px;
      margin-left: 60px;
    }
    .mx-xl-16 {
      margin-right: 64px;
      margin-left: 64px;
    }
    .mx-xl-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-xl-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .my-xl-1 {
      margin-top: 4px;
      margin-bottom: 4px;
    }
    .my-xl-2 {
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .my-xl-3 {
      margin-top: 12px;
      margin-bottom: 12px;
    }
    .my-xl-4 {
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .my-xl-5 {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .my-xl-6 {
      margin-top: 24px;
      margin-bottom: 24px;
    }
    .my-xl-7 {
      margin-top: 28px;
      margin-bottom: 28px;
    }
    .my-xl-8 {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    .my-xl-9 {
      margin-top: 36px;
      margin-bottom: 36px;
    }
    .my-xl-10 {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .my-xl-11 {
      margin-top: 44px;
      margin-bottom: 44px;
    }
    .my-xl-12 {
      margin-top: 48px;
      margin-bottom: 48px;
    }
    .my-xl-13 {
      margin-top: 52px;
      margin-bottom: 52px;
    }
    .my-xl-14 {
      margin-top: 56px;
      margin-bottom: 56px;
    }
    .my-xl-15 {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .my-xl-16 {
      margin-top: 64px;
      margin-bottom: 64px;
    }
    .my-xl-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-xl-0 {
      margin-top: 0px;
    }
    .mt-xl-1 {
      margin-top: 4px;
    }
    .mt-xl-2 {
      margin-top: 8px;
    }
    .mt-xl-3 {
      margin-top: 12px;
    }
    .mt-xl-4 {
      margin-top: 16px;
    }
    .mt-xl-5 {
      margin-top: 20px;
    }
    .mt-xl-6 {
      margin-top: 24px;
    }
    .mt-xl-7 {
      margin-top: 28px;
    }
    .mt-xl-8 {
      margin-top: 32px;
    }
    .mt-xl-9 {
      margin-top: 36px;
    }
    .mt-xl-10 {
      margin-top: 40px;
    }
    .mt-xl-11 {
      margin-top: 44px;
    }
    .mt-xl-12 {
      margin-top: 48px;
    }
    .mt-xl-13 {
      margin-top: 52px;
    }
    .mt-xl-14 {
      margin-top: 56px;
    }
    .mt-xl-15 {
      margin-top: 60px;
    }
    .mt-xl-16 {
      margin-top: 64px;
    }
    .mt-xl-auto {
      margin-top: auto;
    }
    .mr-xl-0 {
      margin-right: 0px;
    }
    .mr-xl-1 {
      margin-right: 4px;
    }
    .mr-xl-2 {
      margin-right: 8px;
    }
    .mr-xl-3 {
      margin-right: 12px;
    }
    .mr-xl-4 {
      margin-right: 16px;
    }
    .mr-xl-5 {
      margin-right: 20px;
    }
    .mr-xl-6 {
      margin-right: 24px;
    }
    .mr-xl-7 {
      margin-right: 28px;
    }
    .mr-xl-8 {
      margin-right: 32px;
    }
    .mr-xl-9 {
      margin-right: 36px;
    }
    .mr-xl-10 {
      margin-right: 40px;
    }
    .mr-xl-11 {
      margin-right: 44px;
    }
    .mr-xl-12 {
      margin-right: 48px;
    }
    .mr-xl-13 {
      margin-right: 52px;
    }
    .mr-xl-14 {
      margin-right: 56px;
    }
    .mr-xl-15 {
      margin-right: 60px;
    }
    .mr-xl-16 {
      margin-right: 64px;
    }
    .mr-xl-auto {
      margin-right: auto;
    }
    .mb-xl-0 {
      margin-bottom: 0px;
    }
    .mb-xl-1 {
      margin-bottom: 4px;
    }
    .mb-xl-2 {
      margin-bottom: 8px;
    }
    .mb-xl-3 {
      margin-bottom: 12px;
    }
    .mb-xl-4 {
      margin-bottom: 16px;
    }
    .mb-xl-5 {
      margin-bottom: 20px;
    }
    .mb-xl-6 {
      margin-bottom: 24px;
    }
    .mb-xl-7 {
      margin-bottom: 28px;
    }
    .mb-xl-8 {
      margin-bottom: 32px;
    }
    .mb-xl-9 {
      margin-bottom: 36px;
    }
    .mb-xl-10 {
      margin-bottom: 40px;
    }
    .mb-xl-11 {
      margin-bottom: 44px;
    }
    .mb-xl-12 {
      margin-bottom: 48px;
    }
    .mb-xl-13 {
      margin-bottom: 52px;
    }
    .mb-xl-14 {
      margin-bottom: 56px;
    }
    .mb-xl-15 {
      margin-bottom: 60px;
    }
    .mb-xl-16 {
      margin-bottom: 64px;
    }
    .mb-xl-auto {
      margin-bottom: auto;
    }
    .ml-xl-0 {
      margin-left: 0px;
    }
    .ml-xl-1 {
      margin-left: 4px;
    }
    .ml-xl-2 {
      margin-left: 8px;
    }
    .ml-xl-3 {
      margin-left: 12px;
    }
    .ml-xl-4 {
      margin-left: 16px;
    }
    .ml-xl-5 {
      margin-left: 20px;
    }
    .ml-xl-6 {
      margin-left: 24px;
    }
    .ml-xl-7 {
      margin-left: 28px;
    }
    .ml-xl-8 {
      margin-left: 32px;
    }
    .ml-xl-9 {
      margin-left: 36px;
    }
    .ml-xl-10 {
      margin-left: 40px;
    }
    .ml-xl-11 {
      margin-left: 44px;
    }
    .ml-xl-12 {
      margin-left: 48px;
    }
    .ml-xl-13 {
      margin-left: 52px;
    }
    .ml-xl-14 {
      margin-left: 56px;
    }
    .ml-xl-15 {
      margin-left: 60px;
    }
    .ml-xl-16 {
      margin-left: 64px;
    }
    .ml-xl-auto {
      margin-left: auto;
    }
    .ms-xl-0 {
      margin-inline-start: 0px;
    }
    .ms-xl-1 {
      margin-inline-start: 4px;
    }
    .ms-xl-2 {
      margin-inline-start: 8px;
    }
    .ms-xl-3 {
      margin-inline-start: 12px;
    }
    .ms-xl-4 {
      margin-inline-start: 16px;
    }
    .ms-xl-5 {
      margin-inline-start: 20px;
    }
    .ms-xl-6 {
      margin-inline-start: 24px;
    }
    .ms-xl-7 {
      margin-inline-start: 28px;
    }
    .ms-xl-8 {
      margin-inline-start: 32px;
    }
    .ms-xl-9 {
      margin-inline-start: 36px;
    }
    .ms-xl-10 {
      margin-inline-start: 40px;
    }
    .ms-xl-11 {
      margin-inline-start: 44px;
    }
    .ms-xl-12 {
      margin-inline-start: 48px;
    }
    .ms-xl-13 {
      margin-inline-start: 52px;
    }
    .ms-xl-14 {
      margin-inline-start: 56px;
    }
    .ms-xl-15 {
      margin-inline-start: 60px;
    }
    .ms-xl-16 {
      margin-inline-start: 64px;
    }
    .ms-xl-auto {
      margin-inline-start: auto;
    }
    .me-xl-0 {
      margin-inline-end: 0px;
    }
    .me-xl-1 {
      margin-inline-end: 4px;
    }
    .me-xl-2 {
      margin-inline-end: 8px;
    }
    .me-xl-3 {
      margin-inline-end: 12px;
    }
    .me-xl-4 {
      margin-inline-end: 16px;
    }
    .me-xl-5 {
      margin-inline-end: 20px;
    }
    .me-xl-6 {
      margin-inline-end: 24px;
    }
    .me-xl-7 {
      margin-inline-end: 28px;
    }
    .me-xl-8 {
      margin-inline-end: 32px;
    }
    .me-xl-9 {
      margin-inline-end: 36px;
    }
    .me-xl-10 {
      margin-inline-end: 40px;
    }
    .me-xl-11 {
      margin-inline-end: 44px;
    }
    .me-xl-12 {
      margin-inline-end: 48px;
    }
    .me-xl-13 {
      margin-inline-end: 52px;
    }
    .me-xl-14 {
      margin-inline-end: 56px;
    }
    .me-xl-15 {
      margin-inline-end: 60px;
    }
    .me-xl-16 {
      margin-inline-end: 64px;
    }
    .me-xl-auto {
      margin-inline-end: auto;
    }
    .ma-xl-n1 {
      margin: -4px;
    }
    .ma-xl-n2 {
      margin: -8px;
    }
    .ma-xl-n3 {
      margin: -12px;
    }
    .ma-xl-n4 {
      margin: -16px;
    }
    .ma-xl-n5 {
      margin: -20px;
    }
    .ma-xl-n6 {
      margin: -24px;
    }
    .ma-xl-n7 {
      margin: -28px;
    }
    .ma-xl-n8 {
      margin: -32px;
    }
    .ma-xl-n9 {
      margin: -36px;
    }
    .ma-xl-n10 {
      margin: -40px;
    }
    .ma-xl-n11 {
      margin: -44px;
    }
    .ma-xl-n12 {
      margin: -48px;
    }
    .ma-xl-n13 {
      margin: -52px;
    }
    .ma-xl-n14 {
      margin: -56px;
    }
    .ma-xl-n15 {
      margin: -60px;
    }
    .ma-xl-n16 {
      margin: -64px;
    }
    .mx-xl-n1 {
      margin-right: -4px;
      margin-left: -4px;
    }
    .mx-xl-n2 {
      margin-right: -8px;
      margin-left: -8px;
    }
    .mx-xl-n3 {
      margin-right: -12px;
      margin-left: -12px;
    }
    .mx-xl-n4 {
      margin-right: -16px;
      margin-left: -16px;
    }
    .mx-xl-n5 {
      margin-right: -20px;
      margin-left: -20px;
    }
    .mx-xl-n6 {
      margin-right: -24px;
      margin-left: -24px;
    }
    .mx-xl-n7 {
      margin-right: -28px;
      margin-left: -28px;
    }
    .mx-xl-n8 {
      margin-right: -32px;
      margin-left: -32px;
    }
    .mx-xl-n9 {
      margin-right: -36px;
      margin-left: -36px;
    }
    .mx-xl-n10 {
      margin-right: -40px;
      margin-left: -40px;
    }
    .mx-xl-n11 {
      margin-right: -44px;
      margin-left: -44px;
    }
    .mx-xl-n12 {
      margin-right: -48px;
      margin-left: -48px;
    }
    .mx-xl-n13 {
      margin-right: -52px;
      margin-left: -52px;
    }
    .mx-xl-n14 {
      margin-right: -56px;
      margin-left: -56px;
    }
    .mx-xl-n15 {
      margin-right: -60px;
      margin-left: -60px;
    }
    .mx-xl-n16 {
      margin-right: -64px;
      margin-left: -64px;
    }
    .my-xl-n1 {
      margin-top: -4px;
      margin-bottom: -4px;
    }
    .my-xl-n2 {
      margin-top: -8px;
      margin-bottom: -8px;
    }
    .my-xl-n3 {
      margin-top: -12px;
      margin-bottom: -12px;
    }
    .my-xl-n4 {
      margin-top: -16px;
      margin-bottom: -16px;
    }
    .my-xl-n5 {
      margin-top: -20px;
      margin-bottom: -20px;
    }
    .my-xl-n6 {
      margin-top: -24px;
      margin-bottom: -24px;
    }
    .my-xl-n7 {
      margin-top: -28px;
      margin-bottom: -28px;
    }
    .my-xl-n8 {
      margin-top: -32px;
      margin-bottom: -32px;
    }
    .my-xl-n9 {
      margin-top: -36px;
      margin-bottom: -36px;
    }
    .my-xl-n10 {
      margin-top: -40px;
      margin-bottom: -40px;
    }
    .my-xl-n11 {
      margin-top: -44px;
      margin-bottom: -44px;
    }
    .my-xl-n12 {
      margin-top: -48px;
      margin-bottom: -48px;
    }
    .my-xl-n13 {
      margin-top: -52px;
      margin-bottom: -52px;
    }
    .my-xl-n14 {
      margin-top: -56px;
      margin-bottom: -56px;
    }
    .my-xl-n15 {
      margin-top: -60px;
      margin-bottom: -60px;
    }
    .my-xl-n16 {
      margin-top: -64px;
      margin-bottom: -64px;
    }
    .mt-xl-n1 {
      margin-top: -4px;
    }
    .mt-xl-n2 {
      margin-top: -8px;
    }
    .mt-xl-n3 {
      margin-top: -12px;
    }
    .mt-xl-n4 {
      margin-top: -16px;
    }
    .mt-xl-n5 {
      margin-top: -20px;
    }
    .mt-xl-n6 {
      margin-top: -24px;
    }
    .mt-xl-n7 {
      margin-top: -28px;
    }
    .mt-xl-n8 {
      margin-top: -32px;
    }
    .mt-xl-n9 {
      margin-top: -36px;
    }
    .mt-xl-n10 {
      margin-top: -40px;
    }
    .mt-xl-n11 {
      margin-top: -44px;
    }
    .mt-xl-n12 {
      margin-top: -48px;
    }
    .mt-xl-n13 {
      margin-top: -52px;
    }
    .mt-xl-n14 {
      margin-top: -56px;
    }
    .mt-xl-n15 {
      margin-top: -60px;
    }
    .mt-xl-n16 {
      margin-top: -64px;
    }
    .mr-xl-n1 {
      margin-right: -4px;
    }
    .mr-xl-n2 {
      margin-right: -8px;
    }
    .mr-xl-n3 {
      margin-right: -12px;
    }
    .mr-xl-n4 {
      margin-right: -16px;
    }
    .mr-xl-n5 {
      margin-right: -20px;
    }
    .mr-xl-n6 {
      margin-right: -24px;
    }
    .mr-xl-n7 {
      margin-right: -28px;
    }
    .mr-xl-n8 {
      margin-right: -32px;
    }
    .mr-xl-n9 {
      margin-right: -36px;
    }
    .mr-xl-n10 {
      margin-right: -40px;
    }
    .mr-xl-n11 {
      margin-right: -44px;
    }
    .mr-xl-n12 {
      margin-right: -48px;
    }
    .mr-xl-n13 {
      margin-right: -52px;
    }
    .mr-xl-n14 {
      margin-right: -56px;
    }
    .mr-xl-n15 {
      margin-right: -60px;
    }
    .mr-xl-n16 {
      margin-right: -64px;
    }
    .mb-xl-n1 {
      margin-bottom: -4px;
    }
    .mb-xl-n2 {
      margin-bottom: -8px;
    }
    .mb-xl-n3 {
      margin-bottom: -12px;
    }
    .mb-xl-n4 {
      margin-bottom: -16px;
    }
    .mb-xl-n5 {
      margin-bottom: -20px;
    }
    .mb-xl-n6 {
      margin-bottom: -24px;
    }
    .mb-xl-n7 {
      margin-bottom: -28px;
    }
    .mb-xl-n8 {
      margin-bottom: -32px;
    }
    .mb-xl-n9 {
      margin-bottom: -36px;
    }
    .mb-xl-n10 {
      margin-bottom: -40px;
    }
    .mb-xl-n11 {
      margin-bottom: -44px;
    }
    .mb-xl-n12 {
      margin-bottom: -48px;
    }
    .mb-xl-n13 {
      margin-bottom: -52px;
    }
    .mb-xl-n14 {
      margin-bottom: -56px;
    }
    .mb-xl-n15 {
      margin-bottom: -60px;
    }
    .mb-xl-n16 {
      margin-bottom: -64px;
    }
    .ml-xl-n1 {
      margin-left: -4px;
    }
    .ml-xl-n2 {
      margin-left: -8px;
    }
    .ml-xl-n3 {
      margin-left: -12px;
    }
    .ml-xl-n4 {
      margin-left: -16px;
    }
    .ml-xl-n5 {
      margin-left: -20px;
    }
    .ml-xl-n6 {
      margin-left: -24px;
    }
    .ml-xl-n7 {
      margin-left: -28px;
    }
    .ml-xl-n8 {
      margin-left: -32px;
    }
    .ml-xl-n9 {
      margin-left: -36px;
    }
    .ml-xl-n10 {
      margin-left: -40px;
    }
    .ml-xl-n11 {
      margin-left: -44px;
    }
    .ml-xl-n12 {
      margin-left: -48px;
    }
    .ml-xl-n13 {
      margin-left: -52px;
    }
    .ml-xl-n14 {
      margin-left: -56px;
    }
    .ml-xl-n15 {
      margin-left: -60px;
    }
    .ml-xl-n16 {
      margin-left: -64px;
    }
    .ms-xl-n1 {
      margin-inline-start: -4px;
    }
    .ms-xl-n2 {
      margin-inline-start: -8px;
    }
    .ms-xl-n3 {
      margin-inline-start: -12px;
    }
    .ms-xl-n4 {
      margin-inline-start: -16px;
    }
    .ms-xl-n5 {
      margin-inline-start: -20px;
    }
    .ms-xl-n6 {
      margin-inline-start: -24px;
    }
    .ms-xl-n7 {
      margin-inline-start: -28px;
    }
    .ms-xl-n8 {
      margin-inline-start: -32px;
    }
    .ms-xl-n9 {
      margin-inline-start: -36px;
    }
    .ms-xl-n10 {
      margin-inline-start: -40px;
    }
    .ms-xl-n11 {
      margin-inline-start: -44px;
    }
    .ms-xl-n12 {
      margin-inline-start: -48px;
    }
    .ms-xl-n13 {
      margin-inline-start: -52px;
    }
    .ms-xl-n14 {
      margin-inline-start: -56px;
    }
    .ms-xl-n15 {
      margin-inline-start: -60px;
    }
    .ms-xl-n16 {
      margin-inline-start: -64px;
    }
    .me-xl-n1 {
      margin-inline-end: -4px;
    }
    .me-xl-n2 {
      margin-inline-end: -8px;
    }
    .me-xl-n3 {
      margin-inline-end: -12px;
    }
    .me-xl-n4 {
      margin-inline-end: -16px;
    }
    .me-xl-n5 {
      margin-inline-end: -20px;
    }
    .me-xl-n6 {
      margin-inline-end: -24px;
    }
    .me-xl-n7 {
      margin-inline-end: -28px;
    }
    .me-xl-n8 {
      margin-inline-end: -32px;
    }
    .me-xl-n9 {
      margin-inline-end: -36px;
    }
    .me-xl-n10 {
      margin-inline-end: -40px;
    }
    .me-xl-n11 {
      margin-inline-end: -44px;
    }
    .me-xl-n12 {
      margin-inline-end: -48px;
    }
    .me-xl-n13 {
      margin-inline-end: -52px;
    }
    .me-xl-n14 {
      margin-inline-end: -56px;
    }
    .me-xl-n15 {
      margin-inline-end: -60px;
    }
    .me-xl-n16 {
      margin-inline-end: -64px;
    }
    .pa-xl-0 {
      padding: 0px;
    }
    .pa-xl-1 {
      padding: 4px;
    }
    .pa-xl-2 {
      padding: 8px;
    }
    .pa-xl-3 {
      padding: 12px;
    }
    .pa-xl-4 {
      padding: 16px;
    }
    .pa-xl-5 {
      padding: 20px;
    }
    .pa-xl-6 {
      padding: 24px;
    }
    .pa-xl-7 {
      padding: 28px;
    }
    .pa-xl-8 {
      padding: 32px;
    }
    .pa-xl-9 {
      padding: 36px;
    }
    .pa-xl-10 {
      padding: 40px;
    }
    .pa-xl-11 {
      padding: 44px;
    }
    .pa-xl-12 {
      padding: 48px;
    }
    .pa-xl-13 {
      padding: 52px;
    }
    .pa-xl-14 {
      padding: 56px;
    }
    .pa-xl-15 {
      padding: 60px;
    }
    .pa-xl-16 {
      padding: 64px;
    }
    .px-xl-0 {
      padding-right: 0px;
      padding-left: 0px;
    }
    .px-xl-1 {
      padding-right: 4px;
      padding-left: 4px;
    }
    .px-xl-2 {
      padding-right: 8px;
      padding-left: 8px;
    }
    .px-xl-3 {
      padding-right: 12px;
      padding-left: 12px;
    }
    .px-xl-4 {
      padding-right: 16px;
      padding-left: 16px;
    }
    .px-xl-5 {
      padding-right: 20px;
      padding-left: 20px;
    }
    .px-xl-6 {
      padding-right: 24px;
      padding-left: 24px;
    }
    .px-xl-7 {
      padding-right: 28px;
      padding-left: 28px;
    }
    .px-xl-8 {
      padding-right: 32px;
      padding-left: 32px;
    }
    .px-xl-9 {
      padding-right: 36px;
      padding-left: 36px;
    }
    .px-xl-10 {
      padding-right: 40px;
      padding-left: 40px;
    }
    .px-xl-11 {
      padding-right: 44px;
      padding-left: 44px;
    }
    .px-xl-12 {
      padding-right: 48px;
      padding-left: 48px;
    }
    .px-xl-13 {
      padding-right: 52px;
      padding-left: 52px;
    }
    .px-xl-14 {
      padding-right: 56px;
      padding-left: 56px;
    }
    .px-xl-15 {
      padding-right: 60px;
      padding-left: 60px;
    }
    .px-xl-16 {
      padding-right: 64px;
      padding-left: 64px;
    }
    .py-xl-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .py-xl-1 {
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .py-xl-2 {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .py-xl-3 {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .py-xl-4 {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .py-xl-5 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .py-xl-6 {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .py-xl-7 {
      padding-top: 28px;
      padding-bottom: 28px;
    }
    .py-xl-8 {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .py-xl-9 {
      padding-top: 36px;
      padding-bottom: 36px;
    }
    .py-xl-10 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .py-xl-11 {
      padding-top: 44px;
      padding-bottom: 44px;
    }
    .py-xl-12 {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .py-xl-13 {
      padding-top: 52px;
      padding-bottom: 52px;
    }
    .py-xl-14 {
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .py-xl-15 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .py-xl-16 {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .pt-xl-0 {
      padding-top: 0px;
    }
    .pt-xl-1 {
      padding-top: 4px;
    }
    .pt-xl-2 {
      padding-top: 8px;
    }
    .pt-xl-3 {
      padding-top: 12px;
    }
    .pt-xl-4 {
      padding-top: 16px;
    }
    .pt-xl-5 {
      padding-top: 20px;
    }
    .pt-xl-6 {
      padding-top: 24px;
    }
    .pt-xl-7 {
      padding-top: 28px;
    }
    .pt-xl-8 {
      padding-top: 32px;
    }
    .pt-xl-9 {
      padding-top: 36px;
    }
    .pt-xl-10 {
      padding-top: 40px;
    }
    .pt-xl-11 {
      padding-top: 44px;
    }
    .pt-xl-12 {
      padding-top: 48px;
    }
    .pt-xl-13 {
      padding-top: 52px;
    }
    .pt-xl-14 {
      padding-top: 56px;
    }
    .pt-xl-15 {
      padding-top: 60px;
    }
    .pt-xl-16 {
      padding-top: 64px;
    }
    .pr-xl-0 {
      padding-right: 0px;
    }
    .pr-xl-1 {
      padding-right: 4px;
    }
    .pr-xl-2 {
      padding-right: 8px;
    }
    .pr-xl-3 {
      padding-right: 12px;
    }
    .pr-xl-4 {
      padding-right: 16px;
    }
    .pr-xl-5 {
      padding-right: 20px;
    }
    .pr-xl-6 {
      padding-right: 24px;
    }
    .pr-xl-7 {
      padding-right: 28px;
    }
    .pr-xl-8 {
      padding-right: 32px;
    }
    .pr-xl-9 {
      padding-right: 36px;
    }
    .pr-xl-10 {
      padding-right: 40px;
    }
    .pr-xl-11 {
      padding-right: 44px;
    }
    .pr-xl-12 {
      padding-right: 48px;
    }
    .pr-xl-13 {
      padding-right: 52px;
    }
    .pr-xl-14 {
      padding-right: 56px;
    }
    .pr-xl-15 {
      padding-right: 60px;
    }
    .pr-xl-16 {
      padding-right: 64px;
    }
    .pb-xl-0 {
      padding-bottom: 0px;
    }
    .pb-xl-1 {
      padding-bottom: 4px;
    }
    .pb-xl-2 {
      padding-bottom: 8px;
    }
    .pb-xl-3 {
      padding-bottom: 12px;
    }
    .pb-xl-4 {
      padding-bottom: 16px;
    }
    .pb-xl-5 {
      padding-bottom: 20px;
    }
    .pb-xl-6 {
      padding-bottom: 24px;
    }
    .pb-xl-7 {
      padding-bottom: 28px;
    }
    .pb-xl-8 {
      padding-bottom: 32px;
    }
    .pb-xl-9 {
      padding-bottom: 36px;
    }
    .pb-xl-10 {
      padding-bottom: 40px;
    }
    .pb-xl-11 {
      padding-bottom: 44px;
    }
    .pb-xl-12 {
      padding-bottom: 48px;
    }
    .pb-xl-13 {
      padding-bottom: 52px;
    }
    .pb-xl-14 {
      padding-bottom: 56px;
    }
    .pb-xl-15 {
      padding-bottom: 60px;
    }
    .pb-xl-16 {
      padding-bottom: 64px;
    }
    .pl-xl-0 {
      padding-left: 0px;
    }
    .pl-xl-1 {
      padding-left: 4px;
    }
    .pl-xl-2 {
      padding-left: 8px;
    }
    .pl-xl-3 {
      padding-left: 12px;
    }
    .pl-xl-4 {
      padding-left: 16px;
    }
    .pl-xl-5 {
      padding-left: 20px;
    }
    .pl-xl-6 {
      padding-left: 24px;
    }
    .pl-xl-7 {
      padding-left: 28px;
    }
    .pl-xl-8 {
      padding-left: 32px;
    }
    .pl-xl-9 {
      padding-left: 36px;
    }
    .pl-xl-10 {
      padding-left: 40px;
    }
    .pl-xl-11 {
      padding-left: 44px;
    }
    .pl-xl-12 {
      padding-left: 48px;
    }
    .pl-xl-13 {
      padding-left: 52px;
    }
    .pl-xl-14 {
      padding-left: 56px;
    }
    .pl-xl-15 {
      padding-left: 60px;
    }
    .pl-xl-16 {
      padding-left: 64px;
    }
    .ps-xl-0 {
      padding-inline-start: 0px;
    }
    .ps-xl-1 {
      padding-inline-start: 4px;
    }
    .ps-xl-2 {
      padding-inline-start: 8px;
    }
    .ps-xl-3 {
      padding-inline-start: 12px;
    }
    .ps-xl-4 {
      padding-inline-start: 16px;
    }
    .ps-xl-5 {
      padding-inline-start: 20px;
    }
    .ps-xl-6 {
      padding-inline-start: 24px;
    }
    .ps-xl-7 {
      padding-inline-start: 28px;
    }
    .ps-xl-8 {
      padding-inline-start: 32px;
    }
    .ps-xl-9 {
      padding-inline-start: 36px;
    }
    .ps-xl-10 {
      padding-inline-start: 40px;
    }
    .ps-xl-11 {
      padding-inline-start: 44px;
    }
    .ps-xl-12 {
      padding-inline-start: 48px;
    }
    .ps-xl-13 {
      padding-inline-start: 52px;
    }
    .ps-xl-14 {
      padding-inline-start: 56px;
    }
    .ps-xl-15 {
      padding-inline-start: 60px;
    }
    .ps-xl-16 {
      padding-inline-start: 64px;
    }
    .pe-xl-0 {
      padding-inline-end: 0px;
    }
    .pe-xl-1 {
      padding-inline-end: 4px;
    }
    .pe-xl-2 {
      padding-inline-end: 8px;
    }
    .pe-xl-3 {
      padding-inline-end: 12px;
    }
    .pe-xl-4 {
      padding-inline-end: 16px;
    }
    .pe-xl-5 {
      padding-inline-end: 20px;
    }
    .pe-xl-6 {
      padding-inline-end: 24px;
    }
    .pe-xl-7 {
      padding-inline-end: 28px;
    }
    .pe-xl-8 {
      padding-inline-end: 32px;
    }
    .pe-xl-9 {
      padding-inline-end: 36px;
    }
    .pe-xl-10 {
      padding-inline-end: 40px;
    }
    .pe-xl-11 {
      padding-inline-end: 44px;
    }
    .pe-xl-12 {
      padding-inline-end: 48px;
    }
    .pe-xl-13 {
      padding-inline-end: 52px;
    }
    .pe-xl-14 {
      padding-inline-end: 56px;
    }
    .pe-xl-15 {
      padding-inline-end: 60px;
    }
    .pe-xl-16 {
      padding-inline-end: 64px;
    }
    .text-xl-left {
      text-align: left;
    }
    .text-xl-right {
      text-align: right;
    }
    .text-xl-center {
      text-align: center;
    }
    .text-xl-justify {
      text-align: justify;
    }
    .text-xl-start {
      text-align: start;
    }
    .text-xl-end {
      text-align: end;
    }
    .h-xl-auto {
      height: auto;
    }
    .h-xl-screen {
      height: 100dvh;
    }
    .h-xl-0 {
      height: 0;
    }
    .h-xl-25 {
      height: 25%;
    }
    .h-xl-50 {
      height: 50%;
    }
    .h-xl-75 {
      height: 75%;
    }
    .h-xl-100 {
      height: 100%;
    }
    .w-xl-auto {
      width: auto;
    }
    .w-xl-0 {
      width: 0;
    }
    .w-xl-25 {
      width: 25%;
    }
    .w-xl-33 {
      width: 33%;
    }
    .w-xl-50 {
      width: 50%;
    }
    .w-xl-66 {
      width: 66%;
    }
    .w-xl-75 {
      width: 75%;
    }
    .w-xl-100 {
      width: 100%;
    }
  }
  @media (min-width: 100000px) {
    .d-xxl-none {
      display: none;
    }
    .d-xxl-inline {
      display: inline;
    }
    .d-xxl-inline-block {
      display: inline-block;
    }
    .d-xxl-block {
      display: block;
    }
    .d-xxl-table {
      display: table;
    }
    .d-xxl-table-row {
      display: table-row;
    }
    .d-xxl-table-cell {
      display: table-cell;
    }
    .d-xxl-flex {
      display: flex;
    }
    .d-xxl-inline-flex {
      display: inline-flex;
    }
    .float-xxl-none {
      float: none;
    }
    .float-xxl-left {
      float: left;
    }
    .float-xxl-right {
      float: right;
    }
    .v-locale--is-rtl .float-xxl-end {
      float: left;
    }
    .v-locale--is-rtl .float-xxl-start {
      float: right;
    }
    .v-locale--is-ltr .float-xxl-end {
      float: right;
    }
    .v-locale--is-ltr .float-xxl-start {
      float: left;
    }
    .flex-xxl-fill {
      flex: 1 1 auto;
    }
    .flex-xxl-1-1 {
      flex: 1 1 auto;
    }
    .flex-xxl-1-0 {
      flex: 1 0 auto;
    }
    .flex-xxl-0-1 {
      flex: 0 1 auto;
    }
    .flex-xxl-0-0 {
      flex: 0 0 auto;
    }
    .flex-xxl-1-1-100 {
      flex: 1 1 100%;
    }
    .flex-xxl-1-0-100 {
      flex: 1 0 100%;
    }
    .flex-xxl-0-1-100 {
      flex: 0 1 100%;
    }
    .flex-xxl-0-0-100 {
      flex: 0 0 100%;
    }
    .flex-xxl-1-1-0 {
      flex: 1 1 0;
    }
    .flex-xxl-1-0-0 {
      flex: 1 0 0;
    }
    .flex-xxl-0-1-0 {
      flex: 0 1 0;
    }
    .flex-xxl-0-0-0 {
      flex: 0 0 0;
    }
    .flex-xxl-row {
      flex-direction: row;
    }
    .flex-xxl-column {
      flex-direction: column;
    }
    .flex-xxl-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-xxl-column-reverse {
      flex-direction: column-reverse;
    }
    .flex-xxl-grow-0 {
      flex-grow: 0;
    }
    .flex-xxl-grow-1 {
      flex-grow: 1;
    }
    .flex-xxl-shrink-0 {
      flex-shrink: 0;
    }
    .flex-xxl-shrink-1 {
      flex-shrink: 1;
    }
    .flex-xxl-wrap {
      flex-wrap: wrap;
    }
    .flex-xxl-nowrap {
      flex-wrap: nowrap;
    }
    .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .justify-xxl-start {
      justify-content: flex-start;
    }
    .justify-xxl-end {
      justify-content: flex-end;
    }
    .justify-xxl-center {
      justify-content: center;
    }
    .justify-xxl-space-between {
      justify-content: space-between;
    }
    .justify-xxl-space-around {
      justify-content: space-around;
    }
    .justify-xxl-space-evenly {
      justify-content: space-evenly;
    }
    .justify-items-xxl-start {
      justify-items: flex-start;
    }
    .justify-items-xxl-end {
      justify-items: flex-end;
    }
    .justify-items-xxl-center {
      justify-items: center;
    }
    .justify-items-xxl-stretch {
      justify-items: stretch;
    }
    .align-xxl-start {
      align-items: flex-start;
    }
    .align-xxl-end {
      align-items: flex-end;
    }
    .align-xxl-center {
      align-items: center;
    }
    .align-xxl-baseline {
      align-items: baseline;
    }
    .align-xxl-stretch {
      align-items: stretch;
    }
    .align-content-xxl-start {
      align-content: flex-start;
    }
    .align-content-xxl-end {
      align-content: flex-end;
    }
    .align-content-xxl-center {
      align-content: center;
    }
    .align-content-xxl-space-between {
      align-content: space-between;
    }
    .align-content-xxl-space-around {
      align-content: space-around;
    }
    .align-content-xxl-space-evenly {
      align-content: space-evenly;
    }
    .align-content-xxl-stretch {
      align-content: stretch;
    }
    .align-self-xxl-auto {
      align-self: auto;
    }
    .align-self-xxl-start {
      align-self: flex-start;
    }
    .align-self-xxl-end {
      align-self: flex-end;
    }
    .align-self-xxl-center {
      align-self: center;
    }
    .align-self-xxl-baseline {
      align-self: baseline;
    }
    .align-self-xxl-stretch {
      align-self: stretch;
    }
    .order-xxl-first {
      order: -1;
    }
    .order-xxl-0 {
      order: 0;
    }
    .order-xxl-1 {
      order: 1;
    }
    .order-xxl-2 {
      order: 2;
    }
    .order-xxl-3 {
      order: 3;
    }
    .order-xxl-4 {
      order: 4;
    }
    .order-xxl-5 {
      order: 5;
    }
    .order-xxl-6 {
      order: 6;
    }
    .order-xxl-7 {
      order: 7;
    }
    .order-xxl-8 {
      order: 8;
    }
    .order-xxl-9 {
      order: 9;
    }
    .order-xxl-10 {
      order: 10;
    }
    .order-xxl-11 {
      order: 11;
    }
    .order-xxl-12 {
      order: 12;
    }
    .order-xxl-last {
      order: 13;
    }
    .ga-xxl-0 {
      gap: 0px;
    }
    .ga-xxl-1 {
      gap: 4px;
    }
    .ga-xxl-2 {
      gap: 8px;
    }
    .ga-xxl-3 {
      gap: 12px;
    }
    .ga-xxl-4 {
      gap: 16px;
    }
    .ga-xxl-5 {
      gap: 20px;
    }
    .ga-xxl-6 {
      gap: 24px;
    }
    .ga-xxl-7 {
      gap: 28px;
    }
    .ga-xxl-8 {
      gap: 32px;
    }
    .ga-xxl-9 {
      gap: 36px;
    }
    .ga-xxl-10 {
      gap: 40px;
    }
    .ga-xxl-11 {
      gap: 44px;
    }
    .ga-xxl-12 {
      gap: 48px;
    }
    .ga-xxl-13 {
      gap: 52px;
    }
    .ga-xxl-14 {
      gap: 56px;
    }
    .ga-xxl-15 {
      gap: 60px;
    }
    .ga-xxl-16 {
      gap: 64px;
    }
    .ga-xxl-auto {
      gap: auto;
    }
    .gr-xxl-0 {
      row-gap: 0px;
    }
    .gr-xxl-1 {
      row-gap: 4px;
    }
    .gr-xxl-2 {
      row-gap: 8px;
    }
    .gr-xxl-3 {
      row-gap: 12px;
    }
    .gr-xxl-4 {
      row-gap: 16px;
    }
    .gr-xxl-5 {
      row-gap: 20px;
    }
    .gr-xxl-6 {
      row-gap: 24px;
    }
    .gr-xxl-7 {
      row-gap: 28px;
    }
    .gr-xxl-8 {
      row-gap: 32px;
    }
    .gr-xxl-9 {
      row-gap: 36px;
    }
    .gr-xxl-10 {
      row-gap: 40px;
    }
    .gr-xxl-11 {
      row-gap: 44px;
    }
    .gr-xxl-12 {
      row-gap: 48px;
    }
    .gr-xxl-13 {
      row-gap: 52px;
    }
    .gr-xxl-14 {
      row-gap: 56px;
    }
    .gr-xxl-15 {
      row-gap: 60px;
    }
    .gr-xxl-16 {
      row-gap: 64px;
    }
    .gr-xxl-auto {
      row-gap: auto;
    }
    .gc-xxl-0 {
      column-gap: 0px;
    }
    .gc-xxl-1 {
      column-gap: 4px;
    }
    .gc-xxl-2 {
      column-gap: 8px;
    }
    .gc-xxl-3 {
      column-gap: 12px;
    }
    .gc-xxl-4 {
      column-gap: 16px;
    }
    .gc-xxl-5 {
      column-gap: 20px;
    }
    .gc-xxl-6 {
      column-gap: 24px;
    }
    .gc-xxl-7 {
      column-gap: 28px;
    }
    .gc-xxl-8 {
      column-gap: 32px;
    }
    .gc-xxl-9 {
      column-gap: 36px;
    }
    .gc-xxl-10 {
      column-gap: 40px;
    }
    .gc-xxl-11 {
      column-gap: 44px;
    }
    .gc-xxl-12 {
      column-gap: 48px;
    }
    .gc-xxl-13 {
      column-gap: 52px;
    }
    .gc-xxl-14 {
      column-gap: 56px;
    }
    .gc-xxl-15 {
      column-gap: 60px;
    }
    .gc-xxl-16 {
      column-gap: 64px;
    }
    .gc-xxl-auto {
      column-gap: auto;
    }
    .ma-xxl-0 {
      margin: 0px;
    }
    .ma-xxl-1 {
      margin: 4px;
    }
    .ma-xxl-2 {
      margin: 8px;
    }
    .ma-xxl-3 {
      margin: 12px;
    }
    .ma-xxl-4 {
      margin: 16px;
    }
    .ma-xxl-5 {
      margin: 20px;
    }
    .ma-xxl-6 {
      margin: 24px;
    }
    .ma-xxl-7 {
      margin: 28px;
    }
    .ma-xxl-8 {
      margin: 32px;
    }
    .ma-xxl-9 {
      margin: 36px;
    }
    .ma-xxl-10 {
      margin: 40px;
    }
    .ma-xxl-11 {
      margin: 44px;
    }
    .ma-xxl-12 {
      margin: 48px;
    }
    .ma-xxl-13 {
      margin: 52px;
    }
    .ma-xxl-14 {
      margin: 56px;
    }
    .ma-xxl-15 {
      margin: 60px;
    }
    .ma-xxl-16 {
      margin: 64px;
    }
    .ma-xxl-auto {
      margin: auto;
    }
    .mx-xxl-0 {
      margin-right: 0px;
      margin-left: 0px;
    }
    .mx-xxl-1 {
      margin-right: 4px;
      margin-left: 4px;
    }
    .mx-xxl-2 {
      margin-right: 8px;
      margin-left: 8px;
    }
    .mx-xxl-3 {
      margin-right: 12px;
      margin-left: 12px;
    }
    .mx-xxl-4 {
      margin-right: 16px;
      margin-left: 16px;
    }
    .mx-xxl-5 {
      margin-right: 20px;
      margin-left: 20px;
    }
    .mx-xxl-6 {
      margin-right: 24px;
      margin-left: 24px;
    }
    .mx-xxl-7 {
      margin-right: 28px;
      margin-left: 28px;
    }
    .mx-xxl-8 {
      margin-right: 32px;
      margin-left: 32px;
    }
    .mx-xxl-9 {
      margin-right: 36px;
      margin-left: 36px;
    }
    .mx-xxl-10 {
      margin-right: 40px;
      margin-left: 40px;
    }
    .mx-xxl-11 {
      margin-right: 44px;
      margin-left: 44px;
    }
    .mx-xxl-12 {
      margin-right: 48px;
      margin-left: 48px;
    }
    .mx-xxl-13 {
      margin-right: 52px;
      margin-left: 52px;
    }
    .mx-xxl-14 {
      margin-right: 56px;
      margin-left: 56px;
    }
    .mx-xxl-15 {
      margin-right: 60px;
      margin-left: 60px;
    }
    .mx-xxl-16 {
      margin-right: 64px;
      margin-left: 64px;
    }
    .mx-xxl-auto {
      margin-right: auto;
      margin-left: auto;
    }
    .my-xxl-0 {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .my-xxl-1 {
      margin-top: 4px;
      margin-bottom: 4px;
    }
    .my-xxl-2 {
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .my-xxl-3 {
      margin-top: 12px;
      margin-bottom: 12px;
    }
    .my-xxl-4 {
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .my-xxl-5 {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .my-xxl-6 {
      margin-top: 24px;
      margin-bottom: 24px;
    }
    .my-xxl-7 {
      margin-top: 28px;
      margin-bottom: 28px;
    }
    .my-xxl-8 {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    .my-xxl-9 {
      margin-top: 36px;
      margin-bottom: 36px;
    }
    .my-xxl-10 {
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .my-xxl-11 {
      margin-top: 44px;
      margin-bottom: 44px;
    }
    .my-xxl-12 {
      margin-top: 48px;
      margin-bottom: 48px;
    }
    .my-xxl-13 {
      margin-top: 52px;
      margin-bottom: 52px;
    }
    .my-xxl-14 {
      margin-top: 56px;
      margin-bottom: 56px;
    }
    .my-xxl-15 {
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .my-xxl-16 {
      margin-top: 64px;
      margin-bottom: 64px;
    }
    .my-xxl-auto {
      margin-top: auto;
      margin-bottom: auto;
    }
    .mt-xxl-0 {
      margin-top: 0px;
    }
    .mt-xxl-1 {
      margin-top: 4px;
    }
    .mt-xxl-2 {
      margin-top: 8px;
    }
    .mt-xxl-3 {
      margin-top: 12px;
    }
    .mt-xxl-4 {
      margin-top: 16px;
    }
    .mt-xxl-5 {
      margin-top: 20px;
    }
    .mt-xxl-6 {
      margin-top: 24px;
    }
    .mt-xxl-7 {
      margin-top: 28px;
    }
    .mt-xxl-8 {
      margin-top: 32px;
    }
    .mt-xxl-9 {
      margin-top: 36px;
    }
    .mt-xxl-10 {
      margin-top: 40px;
    }
    .mt-xxl-11 {
      margin-top: 44px;
    }
    .mt-xxl-12 {
      margin-top: 48px;
    }
    .mt-xxl-13 {
      margin-top: 52px;
    }
    .mt-xxl-14 {
      margin-top: 56px;
    }
    .mt-xxl-15 {
      margin-top: 60px;
    }
    .mt-xxl-16 {
      margin-top: 64px;
    }
    .mt-xxl-auto {
      margin-top: auto;
    }
    .mr-xxl-0 {
      margin-right: 0px;
    }
    .mr-xxl-1 {
      margin-right: 4px;
    }
    .mr-xxl-2 {
      margin-right: 8px;
    }
    .mr-xxl-3 {
      margin-right: 12px;
    }
    .mr-xxl-4 {
      margin-right: 16px;
    }
    .mr-xxl-5 {
      margin-right: 20px;
    }
    .mr-xxl-6 {
      margin-right: 24px;
    }
    .mr-xxl-7 {
      margin-right: 28px;
    }
    .mr-xxl-8 {
      margin-right: 32px;
    }
    .mr-xxl-9 {
      margin-right: 36px;
    }
    .mr-xxl-10 {
      margin-right: 40px;
    }
    .mr-xxl-11 {
      margin-right: 44px;
    }
    .mr-xxl-12 {
      margin-right: 48px;
    }
    .mr-xxl-13 {
      margin-right: 52px;
    }
    .mr-xxl-14 {
      margin-right: 56px;
    }
    .mr-xxl-15 {
      margin-right: 60px;
    }
    .mr-xxl-16 {
      margin-right: 64px;
    }
    .mr-xxl-auto {
      margin-right: auto;
    }
    .mb-xxl-0 {
      margin-bottom: 0px;
    }
    .mb-xxl-1 {
      margin-bottom: 4px;
    }
    .mb-xxl-2 {
      margin-bottom: 8px;
    }
    .mb-xxl-3 {
      margin-bottom: 12px;
    }
    .mb-xxl-4 {
      margin-bottom: 16px;
    }
    .mb-xxl-5 {
      margin-bottom: 20px;
    }
    .mb-xxl-6 {
      margin-bottom: 24px;
    }
    .mb-xxl-7 {
      margin-bottom: 28px;
    }
    .mb-xxl-8 {
      margin-bottom: 32px;
    }
    .mb-xxl-9 {
      margin-bottom: 36px;
    }
    .mb-xxl-10 {
      margin-bottom: 40px;
    }
    .mb-xxl-11 {
      margin-bottom: 44px;
    }
    .mb-xxl-12 {
      margin-bottom: 48px;
    }
    .mb-xxl-13 {
      margin-bottom: 52px;
    }
    .mb-xxl-14 {
      margin-bottom: 56px;
    }
    .mb-xxl-15 {
      margin-bottom: 60px;
    }
    .mb-xxl-16 {
      margin-bottom: 64px;
    }
    .mb-xxl-auto {
      margin-bottom: auto;
    }
    .ml-xxl-0 {
      margin-left: 0px;
    }
    .ml-xxl-1 {
      margin-left: 4px;
    }
    .ml-xxl-2 {
      margin-left: 8px;
    }
    .ml-xxl-3 {
      margin-left: 12px;
    }
    .ml-xxl-4 {
      margin-left: 16px;
    }
    .ml-xxl-5 {
      margin-left: 20px;
    }
    .ml-xxl-6 {
      margin-left: 24px;
    }
    .ml-xxl-7 {
      margin-left: 28px;
    }
    .ml-xxl-8 {
      margin-left: 32px;
    }
    .ml-xxl-9 {
      margin-left: 36px;
    }
    .ml-xxl-10 {
      margin-left: 40px;
    }
    .ml-xxl-11 {
      margin-left: 44px;
    }
    .ml-xxl-12 {
      margin-left: 48px;
    }
    .ml-xxl-13 {
      margin-left: 52px;
    }
    .ml-xxl-14 {
      margin-left: 56px;
    }
    .ml-xxl-15 {
      margin-left: 60px;
    }
    .ml-xxl-16 {
      margin-left: 64px;
    }
    .ml-xxl-auto {
      margin-left: auto;
    }
    .ms-xxl-0 {
      margin-inline-start: 0px;
    }
    .ms-xxl-1 {
      margin-inline-start: 4px;
    }
    .ms-xxl-2 {
      margin-inline-start: 8px;
    }
    .ms-xxl-3 {
      margin-inline-start: 12px;
    }
    .ms-xxl-4 {
      margin-inline-start: 16px;
    }
    .ms-xxl-5 {
      margin-inline-start: 20px;
    }
    .ms-xxl-6 {
      margin-inline-start: 24px;
    }
    .ms-xxl-7 {
      margin-inline-start: 28px;
    }
    .ms-xxl-8 {
      margin-inline-start: 32px;
    }
    .ms-xxl-9 {
      margin-inline-start: 36px;
    }
    .ms-xxl-10 {
      margin-inline-start: 40px;
    }
    .ms-xxl-11 {
      margin-inline-start: 44px;
    }
    .ms-xxl-12 {
      margin-inline-start: 48px;
    }
    .ms-xxl-13 {
      margin-inline-start: 52px;
    }
    .ms-xxl-14 {
      margin-inline-start: 56px;
    }
    .ms-xxl-15 {
      margin-inline-start: 60px;
    }
    .ms-xxl-16 {
      margin-inline-start: 64px;
    }
    .ms-xxl-auto {
      margin-inline-start: auto;
    }
    .me-xxl-0 {
      margin-inline-end: 0px;
    }
    .me-xxl-1 {
      margin-inline-end: 4px;
    }
    .me-xxl-2 {
      margin-inline-end: 8px;
    }
    .me-xxl-3 {
      margin-inline-end: 12px;
    }
    .me-xxl-4 {
      margin-inline-end: 16px;
    }
    .me-xxl-5 {
      margin-inline-end: 20px;
    }
    .me-xxl-6 {
      margin-inline-end: 24px;
    }
    .me-xxl-7 {
      margin-inline-end: 28px;
    }
    .me-xxl-8 {
      margin-inline-end: 32px;
    }
    .me-xxl-9 {
      margin-inline-end: 36px;
    }
    .me-xxl-10 {
      margin-inline-end: 40px;
    }
    .me-xxl-11 {
      margin-inline-end: 44px;
    }
    .me-xxl-12 {
      margin-inline-end: 48px;
    }
    .me-xxl-13 {
      margin-inline-end: 52px;
    }
    .me-xxl-14 {
      margin-inline-end: 56px;
    }
    .me-xxl-15 {
      margin-inline-end: 60px;
    }
    .me-xxl-16 {
      margin-inline-end: 64px;
    }
    .me-xxl-auto {
      margin-inline-end: auto;
    }
    .ma-xxl-n1 {
      margin: -4px;
    }
    .ma-xxl-n2 {
      margin: -8px;
    }
    .ma-xxl-n3 {
      margin: -12px;
    }
    .ma-xxl-n4 {
      margin: -16px;
    }
    .ma-xxl-n5 {
      margin: -20px;
    }
    .ma-xxl-n6 {
      margin: -24px;
    }
    .ma-xxl-n7 {
      margin: -28px;
    }
    .ma-xxl-n8 {
      margin: -32px;
    }
    .ma-xxl-n9 {
      margin: -36px;
    }
    .ma-xxl-n10 {
      margin: -40px;
    }
    .ma-xxl-n11 {
      margin: -44px;
    }
    .ma-xxl-n12 {
      margin: -48px;
    }
    .ma-xxl-n13 {
      margin: -52px;
    }
    .ma-xxl-n14 {
      margin: -56px;
    }
    .ma-xxl-n15 {
      margin: -60px;
    }
    .ma-xxl-n16 {
      margin: -64px;
    }
    .mx-xxl-n1 {
      margin-right: -4px;
      margin-left: -4px;
    }
    .mx-xxl-n2 {
      margin-right: -8px;
      margin-left: -8px;
    }
    .mx-xxl-n3 {
      margin-right: -12px;
      margin-left: -12px;
    }
    .mx-xxl-n4 {
      margin-right: -16px;
      margin-left: -16px;
    }
    .mx-xxl-n5 {
      margin-right: -20px;
      margin-left: -20px;
    }
    .mx-xxl-n6 {
      margin-right: -24px;
      margin-left: -24px;
    }
    .mx-xxl-n7 {
      margin-right: -28px;
      margin-left: -28px;
    }
    .mx-xxl-n8 {
      margin-right: -32px;
      margin-left: -32px;
    }
    .mx-xxl-n9 {
      margin-right: -36px;
      margin-left: -36px;
    }
    .mx-xxl-n10 {
      margin-right: -40px;
      margin-left: -40px;
    }
    .mx-xxl-n11 {
      margin-right: -44px;
      margin-left: -44px;
    }
    .mx-xxl-n12 {
      margin-right: -48px;
      margin-left: -48px;
    }
    .mx-xxl-n13 {
      margin-right: -52px;
      margin-left: -52px;
    }
    .mx-xxl-n14 {
      margin-right: -56px;
      margin-left: -56px;
    }
    .mx-xxl-n15 {
      margin-right: -60px;
      margin-left: -60px;
    }
    .mx-xxl-n16 {
      margin-right: -64px;
      margin-left: -64px;
    }
    .my-xxl-n1 {
      margin-top: -4px;
      margin-bottom: -4px;
    }
    .my-xxl-n2 {
      margin-top: -8px;
      margin-bottom: -8px;
    }
    .my-xxl-n3 {
      margin-top: -12px;
      margin-bottom: -12px;
    }
    .my-xxl-n4 {
      margin-top: -16px;
      margin-bottom: -16px;
    }
    .my-xxl-n5 {
      margin-top: -20px;
      margin-bottom: -20px;
    }
    .my-xxl-n6 {
      margin-top: -24px;
      margin-bottom: -24px;
    }
    .my-xxl-n7 {
      margin-top: -28px;
      margin-bottom: -28px;
    }
    .my-xxl-n8 {
      margin-top: -32px;
      margin-bottom: -32px;
    }
    .my-xxl-n9 {
      margin-top: -36px;
      margin-bottom: -36px;
    }
    .my-xxl-n10 {
      margin-top: -40px;
      margin-bottom: -40px;
    }
    .my-xxl-n11 {
      margin-top: -44px;
      margin-bottom: -44px;
    }
    .my-xxl-n12 {
      margin-top: -48px;
      margin-bottom: -48px;
    }
    .my-xxl-n13 {
      margin-top: -52px;
      margin-bottom: -52px;
    }
    .my-xxl-n14 {
      margin-top: -56px;
      margin-bottom: -56px;
    }
    .my-xxl-n15 {
      margin-top: -60px;
      margin-bottom: -60px;
    }
    .my-xxl-n16 {
      margin-top: -64px;
      margin-bottom: -64px;
    }
    .mt-xxl-n1 {
      margin-top: -4px;
    }
    .mt-xxl-n2 {
      margin-top: -8px;
    }
    .mt-xxl-n3 {
      margin-top: -12px;
    }
    .mt-xxl-n4 {
      margin-top: -16px;
    }
    .mt-xxl-n5 {
      margin-top: -20px;
    }
    .mt-xxl-n6 {
      margin-top: -24px;
    }
    .mt-xxl-n7 {
      margin-top: -28px;
    }
    .mt-xxl-n8 {
      margin-top: -32px;
    }
    .mt-xxl-n9 {
      margin-top: -36px;
    }
    .mt-xxl-n10 {
      margin-top: -40px;
    }
    .mt-xxl-n11 {
      margin-top: -44px;
    }
    .mt-xxl-n12 {
      margin-top: -48px;
    }
    .mt-xxl-n13 {
      margin-top: -52px;
    }
    .mt-xxl-n14 {
      margin-top: -56px;
    }
    .mt-xxl-n15 {
      margin-top: -60px;
    }
    .mt-xxl-n16 {
      margin-top: -64px;
    }
    .mr-xxl-n1 {
      margin-right: -4px;
    }
    .mr-xxl-n2 {
      margin-right: -8px;
    }
    .mr-xxl-n3 {
      margin-right: -12px;
    }
    .mr-xxl-n4 {
      margin-right: -16px;
    }
    .mr-xxl-n5 {
      margin-right: -20px;
    }
    .mr-xxl-n6 {
      margin-right: -24px;
    }
    .mr-xxl-n7 {
      margin-right: -28px;
    }
    .mr-xxl-n8 {
      margin-right: -32px;
    }
    .mr-xxl-n9 {
      margin-right: -36px;
    }
    .mr-xxl-n10 {
      margin-right: -40px;
    }
    .mr-xxl-n11 {
      margin-right: -44px;
    }
    .mr-xxl-n12 {
      margin-right: -48px;
    }
    .mr-xxl-n13 {
      margin-right: -52px;
    }
    .mr-xxl-n14 {
      margin-right: -56px;
    }
    .mr-xxl-n15 {
      margin-right: -60px;
    }
    .mr-xxl-n16 {
      margin-right: -64px;
    }
    .mb-xxl-n1 {
      margin-bottom: -4px;
    }
    .mb-xxl-n2 {
      margin-bottom: -8px;
    }
    .mb-xxl-n3 {
      margin-bottom: -12px;
    }
    .mb-xxl-n4 {
      margin-bottom: -16px;
    }
    .mb-xxl-n5 {
      margin-bottom: -20px;
    }
    .mb-xxl-n6 {
      margin-bottom: -24px;
    }
    .mb-xxl-n7 {
      margin-bottom: -28px;
    }
    .mb-xxl-n8 {
      margin-bottom: -32px;
    }
    .mb-xxl-n9 {
      margin-bottom: -36px;
    }
    .mb-xxl-n10 {
      margin-bottom: -40px;
    }
    .mb-xxl-n11 {
      margin-bottom: -44px;
    }
    .mb-xxl-n12 {
      margin-bottom: -48px;
    }
    .mb-xxl-n13 {
      margin-bottom: -52px;
    }
    .mb-xxl-n14 {
      margin-bottom: -56px;
    }
    .mb-xxl-n15 {
      margin-bottom: -60px;
    }
    .mb-xxl-n16 {
      margin-bottom: -64px;
    }
    .ml-xxl-n1 {
      margin-left: -4px;
    }
    .ml-xxl-n2 {
      margin-left: -8px;
    }
    .ml-xxl-n3 {
      margin-left: -12px;
    }
    .ml-xxl-n4 {
      margin-left: -16px;
    }
    .ml-xxl-n5 {
      margin-left: -20px;
    }
    .ml-xxl-n6 {
      margin-left: -24px;
    }
    .ml-xxl-n7 {
      margin-left: -28px;
    }
    .ml-xxl-n8 {
      margin-left: -32px;
    }
    .ml-xxl-n9 {
      margin-left: -36px;
    }
    .ml-xxl-n10 {
      margin-left: -40px;
    }
    .ml-xxl-n11 {
      margin-left: -44px;
    }
    .ml-xxl-n12 {
      margin-left: -48px;
    }
    .ml-xxl-n13 {
      margin-left: -52px;
    }
    .ml-xxl-n14 {
      margin-left: -56px;
    }
    .ml-xxl-n15 {
      margin-left: -60px;
    }
    .ml-xxl-n16 {
      margin-left: -64px;
    }
    .ms-xxl-n1 {
      margin-inline-start: -4px;
    }
    .ms-xxl-n2 {
      margin-inline-start: -8px;
    }
    .ms-xxl-n3 {
      margin-inline-start: -12px;
    }
    .ms-xxl-n4 {
      margin-inline-start: -16px;
    }
    .ms-xxl-n5 {
      margin-inline-start: -20px;
    }
    .ms-xxl-n6 {
      margin-inline-start: -24px;
    }
    .ms-xxl-n7 {
      margin-inline-start: -28px;
    }
    .ms-xxl-n8 {
      margin-inline-start: -32px;
    }
    .ms-xxl-n9 {
      margin-inline-start: -36px;
    }
    .ms-xxl-n10 {
      margin-inline-start: -40px;
    }
    .ms-xxl-n11 {
      margin-inline-start: -44px;
    }
    .ms-xxl-n12 {
      margin-inline-start: -48px;
    }
    .ms-xxl-n13 {
      margin-inline-start: -52px;
    }
    .ms-xxl-n14 {
      margin-inline-start: -56px;
    }
    .ms-xxl-n15 {
      margin-inline-start: -60px;
    }
    .ms-xxl-n16 {
      margin-inline-start: -64px;
    }
    .me-xxl-n1 {
      margin-inline-end: -4px;
    }
    .me-xxl-n2 {
      margin-inline-end: -8px;
    }
    .me-xxl-n3 {
      margin-inline-end: -12px;
    }
    .me-xxl-n4 {
      margin-inline-end: -16px;
    }
    .me-xxl-n5 {
      margin-inline-end: -20px;
    }
    .me-xxl-n6 {
      margin-inline-end: -24px;
    }
    .me-xxl-n7 {
      margin-inline-end: -28px;
    }
    .me-xxl-n8 {
      margin-inline-end: -32px;
    }
    .me-xxl-n9 {
      margin-inline-end: -36px;
    }
    .me-xxl-n10 {
      margin-inline-end: -40px;
    }
    .me-xxl-n11 {
      margin-inline-end: -44px;
    }
    .me-xxl-n12 {
      margin-inline-end: -48px;
    }
    .me-xxl-n13 {
      margin-inline-end: -52px;
    }
    .me-xxl-n14 {
      margin-inline-end: -56px;
    }
    .me-xxl-n15 {
      margin-inline-end: -60px;
    }
    .me-xxl-n16 {
      margin-inline-end: -64px;
    }
    .pa-xxl-0 {
      padding: 0px;
    }
    .pa-xxl-1 {
      padding: 4px;
    }
    .pa-xxl-2 {
      padding: 8px;
    }
    .pa-xxl-3 {
      padding: 12px;
    }
    .pa-xxl-4 {
      padding: 16px;
    }
    .pa-xxl-5 {
      padding: 20px;
    }
    .pa-xxl-6 {
      padding: 24px;
    }
    .pa-xxl-7 {
      padding: 28px;
    }
    .pa-xxl-8 {
      padding: 32px;
    }
    .pa-xxl-9 {
      padding: 36px;
    }
    .pa-xxl-10 {
      padding: 40px;
    }
    .pa-xxl-11 {
      padding: 44px;
    }
    .pa-xxl-12 {
      padding: 48px;
    }
    .pa-xxl-13 {
      padding: 52px;
    }
    .pa-xxl-14 {
      padding: 56px;
    }
    .pa-xxl-15 {
      padding: 60px;
    }
    .pa-xxl-16 {
      padding: 64px;
    }
    .px-xxl-0 {
      padding-right: 0px;
      padding-left: 0px;
    }
    .px-xxl-1 {
      padding-right: 4px;
      padding-left: 4px;
    }
    .px-xxl-2 {
      padding-right: 8px;
      padding-left: 8px;
    }
    .px-xxl-3 {
      padding-right: 12px;
      padding-left: 12px;
    }
    .px-xxl-4 {
      padding-right: 16px;
      padding-left: 16px;
    }
    .px-xxl-5 {
      padding-right: 20px;
      padding-left: 20px;
    }
    .px-xxl-6 {
      padding-right: 24px;
      padding-left: 24px;
    }
    .px-xxl-7 {
      padding-right: 28px;
      padding-left: 28px;
    }
    .px-xxl-8 {
      padding-right: 32px;
      padding-left: 32px;
    }
    .px-xxl-9 {
      padding-right: 36px;
      padding-left: 36px;
    }
    .px-xxl-10 {
      padding-right: 40px;
      padding-left: 40px;
    }
    .px-xxl-11 {
      padding-right: 44px;
      padding-left: 44px;
    }
    .px-xxl-12 {
      padding-right: 48px;
      padding-left: 48px;
    }
    .px-xxl-13 {
      padding-right: 52px;
      padding-left: 52px;
    }
    .px-xxl-14 {
      padding-right: 56px;
      padding-left: 56px;
    }
    .px-xxl-15 {
      padding-right: 60px;
      padding-left: 60px;
    }
    .px-xxl-16 {
      padding-right: 64px;
      padding-left: 64px;
    }
    .py-xxl-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .py-xxl-1 {
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .py-xxl-2 {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .py-xxl-3 {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .py-xxl-4 {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .py-xxl-5 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .py-xxl-6 {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .py-xxl-7 {
      padding-top: 28px;
      padding-bottom: 28px;
    }
    .py-xxl-8 {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .py-xxl-9 {
      padding-top: 36px;
      padding-bottom: 36px;
    }
    .py-xxl-10 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .py-xxl-11 {
      padding-top: 44px;
      padding-bottom: 44px;
    }
    .py-xxl-12 {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .py-xxl-13 {
      padding-top: 52px;
      padding-bottom: 52px;
    }
    .py-xxl-14 {
      padding-top: 56px;
      padding-bottom: 56px;
    }
    .py-xxl-15 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .py-xxl-16 {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .pt-xxl-0 {
      padding-top: 0px;
    }
    .pt-xxl-1 {
      padding-top: 4px;
    }
    .pt-xxl-2 {
      padding-top: 8px;
    }
    .pt-xxl-3 {
      padding-top: 12px;
    }
    .pt-xxl-4 {
      padding-top: 16px;
    }
    .pt-xxl-5 {
      padding-top: 20px;
    }
    .pt-xxl-6 {
      padding-top: 24px;
    }
    .pt-xxl-7 {
      padding-top: 28px;
    }
    .pt-xxl-8 {
      padding-top: 32px;
    }
    .pt-xxl-9 {
      padding-top: 36px;
    }
    .pt-xxl-10 {
      padding-top: 40px;
    }
    .pt-xxl-11 {
      padding-top: 44px;
    }
    .pt-xxl-12 {
      padding-top: 48px;
    }
    .pt-xxl-13 {
      padding-top: 52px;
    }
    .pt-xxl-14 {
      padding-top: 56px;
    }
    .pt-xxl-15 {
      padding-top: 60px;
    }
    .pt-xxl-16 {
      padding-top: 64px;
    }
    .pr-xxl-0 {
      padding-right: 0px;
    }
    .pr-xxl-1 {
      padding-right: 4px;
    }
    .pr-xxl-2 {
      padding-right: 8px;
    }
    .pr-xxl-3 {
      padding-right: 12px;
    }
    .pr-xxl-4 {
      padding-right: 16px;
    }
    .pr-xxl-5 {
      padding-right: 20px;
    }
    .pr-xxl-6 {
      padding-right: 24px;
    }
    .pr-xxl-7 {
      padding-right: 28px;
    }
    .pr-xxl-8 {
      padding-right: 32px;
    }
    .pr-xxl-9 {
      padding-right: 36px;
    }
    .pr-xxl-10 {
      padding-right: 40px;
    }
    .pr-xxl-11 {
      padding-right: 44px;
    }
    .pr-xxl-12 {
      padding-right: 48px;
    }
    .pr-xxl-13 {
      padding-right: 52px;
    }
    .pr-xxl-14 {
      padding-right: 56px;
    }
    .pr-xxl-15 {
      padding-right: 60px;
    }
    .pr-xxl-16 {
      padding-right: 64px;
    }
    .pb-xxl-0 {
      padding-bottom: 0px;
    }
    .pb-xxl-1 {
      padding-bottom: 4px;
    }
    .pb-xxl-2 {
      padding-bottom: 8px;
    }
    .pb-xxl-3 {
      padding-bottom: 12px;
    }
    .pb-xxl-4 {
      padding-bottom: 16px;
    }
    .pb-xxl-5 {
      padding-bottom: 20px;
    }
    .pb-xxl-6 {
      padding-bottom: 24px;
    }
    .pb-xxl-7 {
      padding-bottom: 28px;
    }
    .pb-xxl-8 {
      padding-bottom: 32px;
    }
    .pb-xxl-9 {
      padding-bottom: 36px;
    }
    .pb-xxl-10 {
      padding-bottom: 40px;
    }
    .pb-xxl-11 {
      padding-bottom: 44px;
    }
    .pb-xxl-12 {
      padding-bottom: 48px;
    }
    .pb-xxl-13 {
      padding-bottom: 52px;
    }
    .pb-xxl-14 {
      padding-bottom: 56px;
    }
    .pb-xxl-15 {
      padding-bottom: 60px;
    }
    .pb-xxl-16 {
      padding-bottom: 64px;
    }
    .pl-xxl-0 {
      padding-left: 0px;
    }
    .pl-xxl-1 {
      padding-left: 4px;
    }
    .pl-xxl-2 {
      padding-left: 8px;
    }
    .pl-xxl-3 {
      padding-left: 12px;
    }
    .pl-xxl-4 {
      padding-left: 16px;
    }
    .pl-xxl-5 {
      padding-left: 20px;
    }
    .pl-xxl-6 {
      padding-left: 24px;
    }
    .pl-xxl-7 {
      padding-left: 28px;
    }
    .pl-xxl-8 {
      padding-left: 32px;
    }
    .pl-xxl-9 {
      padding-left: 36px;
    }
    .pl-xxl-10 {
      padding-left: 40px;
    }
    .pl-xxl-11 {
      padding-left: 44px;
    }
    .pl-xxl-12 {
      padding-left: 48px;
    }
    .pl-xxl-13 {
      padding-left: 52px;
    }
    .pl-xxl-14 {
      padding-left: 56px;
    }
    .pl-xxl-15 {
      padding-left: 60px;
    }
    .pl-xxl-16 {
      padding-left: 64px;
    }
    .ps-xxl-0 {
      padding-inline-start: 0px;
    }
    .ps-xxl-1 {
      padding-inline-start: 4px;
    }
    .ps-xxl-2 {
      padding-inline-start: 8px;
    }
    .ps-xxl-3 {
      padding-inline-start: 12px;
    }
    .ps-xxl-4 {
      padding-inline-start: 16px;
    }
    .ps-xxl-5 {
      padding-inline-start: 20px;
    }
    .ps-xxl-6 {
      padding-inline-start: 24px;
    }
    .ps-xxl-7 {
      padding-inline-start: 28px;
    }
    .ps-xxl-8 {
      padding-inline-start: 32px;
    }
    .ps-xxl-9 {
      padding-inline-start: 36px;
    }
    .ps-xxl-10 {
      padding-inline-start: 40px;
    }
    .ps-xxl-11 {
      padding-inline-start: 44px;
    }
    .ps-xxl-12 {
      padding-inline-start: 48px;
    }
    .ps-xxl-13 {
      padding-inline-start: 52px;
    }
    .ps-xxl-14 {
      padding-inline-start: 56px;
    }
    .ps-xxl-15 {
      padding-inline-start: 60px;
    }
    .ps-xxl-16 {
      padding-inline-start: 64px;
    }
    .pe-xxl-0 {
      padding-inline-end: 0px;
    }
    .pe-xxl-1 {
      padding-inline-end: 4px;
    }
    .pe-xxl-2 {
      padding-inline-end: 8px;
    }
    .pe-xxl-3 {
      padding-inline-end: 12px;
    }
    .pe-xxl-4 {
      padding-inline-end: 16px;
    }
    .pe-xxl-5 {
      padding-inline-end: 20px;
    }
    .pe-xxl-6 {
      padding-inline-end: 24px;
    }
    .pe-xxl-7 {
      padding-inline-end: 28px;
    }
    .pe-xxl-8 {
      padding-inline-end: 32px;
    }
    .pe-xxl-9 {
      padding-inline-end: 36px;
    }
    .pe-xxl-10 {
      padding-inline-end: 40px;
    }
    .pe-xxl-11 {
      padding-inline-end: 44px;
    }
    .pe-xxl-12 {
      padding-inline-end: 48px;
    }
    .pe-xxl-13 {
      padding-inline-end: 52px;
    }
    .pe-xxl-14 {
      padding-inline-end: 56px;
    }
    .pe-xxl-15 {
      padding-inline-end: 60px;
    }
    .pe-xxl-16 {
      padding-inline-end: 64px;
    }
    .text-xxl-left {
      text-align: left;
    }
    .text-xxl-right {
      text-align: right;
    }
    .text-xxl-center {
      text-align: center;
    }
    .text-xxl-justify {
      text-align: justify;
    }
    .text-xxl-start {
      text-align: start;
    }
    .text-xxl-end {
      text-align: end;
    }
    .h-xxl-auto {
      height: auto;
    }
    .h-xxl-screen {
      height: 100dvh;
    }
    .h-xxl-0 {
      height: 0;
    }
    .h-xxl-25 {
      height: 25%;
    }
    .h-xxl-50 {
      height: 50%;
    }
    .h-xxl-75 {
      height: 75%;
    }
    .h-xxl-100 {
      height: 100%;
    }
    .w-xxl-auto {
      width: auto;
    }
    .w-xxl-0 {
      width: 0;
    }
    .w-xxl-25 {
      width: 25%;
    }
    .w-xxl-33 {
      width: 33%;
    }
    .w-xxl-50 {
      width: 50%;
    }
    .w-xxl-66 {
      width: 66%;
    }
    .w-xxl-75 {
      width: 75%;
    }
    .w-xxl-100 {
      width: 100%;
    }
  }
  @media print {
    .d-print-none {
      display: none;
    }
    .d-print-inline {
      display: inline;
    }
    .d-print-inline-block {
      display: inline-block;
    }
    .d-print-block {
      display: block;
    }
    .d-print-table {
      display: table;
    }
    .d-print-table-row {
      display: table-row;
    }
    .d-print-table-cell {
      display: table-cell;
    }
    .d-print-flex {
      display: flex;
    }
    .d-print-inline-flex {
      display: inline-flex;
    }
    .float-print-none {
      float: none;
    }
    .float-print-left {
      float: left;
    }
    .float-print-right {
      float: right;
    }
    .v-locale--is-rtl .float-print-end {
      float: left;
    }
    .v-locale--is-rtl .float-print-start {
      float: right;
    }
    .v-locale--is-ltr .float-print-end {
      float: right;
    }
    .v-locale--is-ltr .float-print-start {
      float: left;
    }
  }
}.spinner-wrapper[data-v-6372d2d0] {
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(197, 197, 197, 0.4705882353);
  display: flex;
  justify-content: center;
  align-items: center;
}.error-messages[data-v-6cc4478e] {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.error-messages p[data-v-6cc4478e] {
  color: #7fe0e8;
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.calendly[data-v-71e8ab11] {
  position: relative;
  min-height: 480px;
  background: #fff;
}
.calendly__frame[data-v-71e8ab11] {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.calendly__frame.is-loaded[data-v-71e8ab11] {
  opacity: 1;
}
.calendly__loading[data-v-71e8ab11] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #52617d;
  font-size: 14px;
}
.calendly__spinner[data-v-71e8ab11] {
  width: 30px;
  height: 30px;
  border: 3px solid #dce5f5;
  border-top-color: #2969ff;
  border-radius: 50%;
  animation: calendly-spin-71e8ab11 0.8s linear infinite;
}
@keyframes calendly-spin-71e8ab11 {
to {
    transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: reduce) {
.calendly__spinner[data-v-71e8ab11] {
    animation: none;
}
}
.custom-icon[data-v-d3f60b4e] {
  justify-content: end;
  line-height: 12px;
}
.custom-icon img[data-v-d3f60b4e] {
  line-height: inherit;
}
.additional-selection-count[data-v-d3f60b4e] {
  display: inline-flex;
  align-items: center;
  column-gap: 2px;
  font-size: inherit;
  line-height: inherit;
}
.additional-selection-count--inline[data-v-d3f60b4e] {
  margin-left: 4px;
}
.additional-selection-count__plus[data-v-d3f60b4e] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1;
}
[data-v-d3f60b4e] .items-count-wrapper {
  background: #dd226f;
  border-radius: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
  color: #ffffff;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
[data-v-d3f60b4e] .v-field__input {
  flex-wrap: nowrap;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}
[data-v-d3f60b4e] .v-select__selection {
  min-width: 0;
  max-width: 100%;
}

/*
 * Vuetify 4 fades the complete VField when a select is disabled. Production's
 * Vuetify 2 contract leaves selected chips and append controls at their normal
 * opacity while the empty placeholder remains disabled. The placeholder owns
 * its own disabled opacity, so removing only the field-level multiplier
 * restores the released behavior for every SecondSelect consumer.
 */
[data-v-d3f60b4e] .v-field--disabled {
  opacity: 1;
}
[data-v-d3f60b4e] .selection-chip--primary {
  flex: 1 1 auto;
  overflow: hidden;
}
[data-v-d3f60b4e] .selection-chip--count {
  flex: 0 0 auto;
}
[data-v-d3f60b4e] .v-chip {
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  min-width: 0;
  max-width: 100%;
  margin: 4px;
  padding: 0 12px;
  border-style: none;
  letter-spacing: normal;
  text-align: left;
}
.second-select--readonly[data-v-d3f60b4e] .v-field,
.second-select--readonly[data-v-d3f60b4e] .v-field input,
.second-select--readonly[data-v-d3f60b4e] .v-chip {
  cursor: pointer;
}
[data-v-d3f60b4e] .v-chip__close {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-inline-start: 6px;
  margin-inline-end: -4px;
  font-size: 18px;
  line-height: 18px;
  justify-content: center;
}
[data-v-d3f60b4e] .v-chip__content {
  min-width: 0;
  max-width: 100%;
}
.chip-text[data-v-d3f60b4e] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 600px) and (max-width: 959px) {
[data-v-d3f60b4e] .v-chip {
    position: relative;
    top: 3px;
}
}
@media (max-width: 599px) {
.second-select--readonly.second-input-mobile[data-v-d3f60b4e] .v-chip {
    position: relative;
    top: -10px;
}
.second-select--readonly.second-input-mobile[data-v-d3f60b4e] .v-field__input > input {
    position: relative !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 31px !important;
    min-height: 31px !important;
    max-height: 31px !important;
    padding: 0 !important;
    opacity: 0 !important;
}
}
@media (min-width: 960px) {
[data-v-d3f60b4e] .v-chip {
    position: relative;
    top: 5px;
}
[data-v-d3f60b4e] .selection-chip--count {
    transform: translateX(-4px);
}
}
.second-select-static-item[data-v-d3f60b4e] {
  display: flex;
}
.second-select-static-list[data-v-d3f60b4e] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.second-select-static-list.second-select-static-list--intrinsic-tracks[data-v-d3f60b4e] {
  grid-template-columns: max-content minmax(0, 1fr);
}
.second-select-static-item[data-v-d3f60b4e] .v-selection-control {
  --v-selection-control-size: 24px;
}.field-wrapper[data-v-e4bd46e6] {
  width: 47%;
}[data-v-6cb7cb13] .v-dialog {
  height: 100vh;
  position: relative;
  top: 15px;
  max-height: none;
}
.dialog[data-v-6cb7cb13] {
  display: flex !important;
  flex-direction: column !important;
}
.dialog__content[data-v-6cb7cb13] {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dialog__content .calendly[data-v-6cb7cb13] {
  height: 100vh !important;
  overflow: hidden !important;
}
.dialog__content .calendly[data-v-6cb7cb13]::-webkit-scrollbar {
  display: none !important;
}
.close-icon[data-v-6cb7cb13] {
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #dce5f5;
  border-radius: 50%;
  background: #fff;
  color: #001154;
  cursor: pointer;
}
.close-icon[data-v-6cb7cb13]:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 2px;
}[data-v-0061c1ff] input::-webkit-outer-spin-button,[data-v-0061c1ff] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
[data-v-0061c1ff] input[type="number"] {
  -moz-appearance: textfield;
}[data-v-00d3205b] td {
  color: #001154;
  font-size: 14px;
  font-weight: 400;
}
[data-v-00d3205b] th {
  height: 27px !important;
}
.side-panel-docs-title[data-v-00d3205b] {
  display: flex;
  font-size: 14px;
  color: #001154;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 8px;
  border-top: 1px solid #9aabc2;
}
@media (max-width: 959.98px) {
[data-v-00d3205b] td {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    white-space: nowrap !important;
}
[data-v-00d3205b] th {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.doc-type[data-v-00d3205b] {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}.decline-text[data-v-e5e0aa19] {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #001154;
  padding: 16px;
  background: #f5f5f5;
}
.decline-title[data-v-e5e0aa19] {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #001154;
}.side-panel-activity-log-wrapper[data-v-70380de5] {
  padding-top: 16px;
}
.side-panel-activity-log-wrapper .activity-log-title[data-v-70380de5] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.side-panel-activity-log-wrapper .deposit-history-line[data-v-70380de5] {
  border-bottom: 1px solid #f1f1f1;
}
.side-panel-activity-log-wrapper .deposit-history-line[data-v-70380de5]:last-child {
  border-bottom: none;
}
.side-panel-activity-log-wrapper .activity-field[data-v-70380de5] {
  font-size: 14px;
  font-style: normal;
  color: #001154;
}
.side-panel-activity-log-wrapper .activity-field-date[data-v-70380de5] {
  font-weight: 400;
  line-height: 18px;
}
.side-panel-activity-log-wrapper .activity-field-text[data-v-70380de5] {
  font-weight: 500;
  line-height: 20px;
}
[data-v-f54c4c06] .v-overlay__content {
  align-items: end !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-f54c4c06] .v-dialog {
    margin: 0 !important;
}
}
.asset-message[data-v-f54c4c06] {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #e1e7f2;
  border-radius: 18px !important;
  color: #001154;
  padding: 26px 32px 24px;
  box-shadow: 0 28px 80px rgba(0, 17, 84, 0.22) !important;
}
.asset-message__close[data-v-f54c4c06] {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f4f6fa;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}
.asset-message__close[data-v-f54c4c06]:hover {
  background: #e9edf5;
  transform: scale(1.04);
}
.asset-message__close[data-v-f54c4c06]:focus-visible {
  outline: 3px solid rgba(41, 105, 255, 0.28);
  outline-offset: 2px;
}
.asset-message__close img[data-v-f54c4c06] {
  width: 12px;
  height: 12px;
}
.asset-message__header[data-v-f54c4c06] {
  padding: 0 38px;
  text-align: center;
}
.asset-message__header h3[data-v-f54c4c06] {
  margin: 7px 0 9px;
  color: #001154;
  font-size: 25px;
  font-weight: 750;
  line-height: 1.15;
}
.asset-message__header p[data-v-f54c4c06] {
  margin: 0;
  color: #5b6982;
  font-size: 14px;
  line-height: 1.45;
}
.asset-message__eyebrow[data-v-f54c4c06] {
  color: #2969ff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
}
.asset-message__picker[data-v-f54c4c06] {
  margin-top: 18px;
  padding: 11px;
  border: 1px solid #e3e9f4;
  border-radius: 13px;
  background: #f8faff;
}
.asset-message__picker-heading[data-v-f54c4c06] {
  display: flex;
  justify-content: space-between;
  margin: 0 2px 8px;
  color: #001154;
  font-size: 12px;
  font-weight: 700;
}
.asset-message__picker-heading span[data-v-f54c4c06]:last-child {
  color: #738099;
  font-weight: 500;
}
.asset-message__picker-row[data-v-f54c4c06] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.asset-message__advisor-rail[data-v-f54c4c06] {
  display: grid;
  overflow-x: auto;
  width: 100%;
  grid-auto-columns: minmax(142px, 1fr);
  grid-auto-flow: column;
  gap: 9px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.asset-message__advisor-rail[data-v-f54c4c06]::-webkit-scrollbar {
  display: none;
}
.asset-message__advisor[data-v-f54c4c06] {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  gap: 10px;
  padding: 8px 26px 8px 8px;
  border: 1px solid #dce4f2;
  border-radius: 11px;
  background: #fff;
  color: #001154;
  cursor: pointer;
  scroll-snap-align: center;
  text-align: left;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.asset-message__advisor[data-v-f54c4c06]:hover {
  border-color: #9bb9ff;
  box-shadow: 0 7px 18px rgba(41, 105, 255, 0.12);
}
.asset-message__advisor[data-v-f54c4c06]:focus-visible {
  outline: 3px solid rgba(41, 105, 255, 0.25);
  outline-offset: 1px;
}
.asset-message__advisor--selected[data-v-f54c4c06] {
  border-color: #2969ff;
  background: #f2f6ff;
  box-shadow: 0 0 0 2px rgba(41, 105, 255, 0.12);
}
.asset-message__advisor-avatar[data-v-f54c4c06] {
  display: grid;
  overflow: hidden;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid #e1e7f2;
  border-radius: 50%;
  background: #eef3fc;
}
.asset-message__advisor-avatar img[data-v-f54c4c06] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asset-message__advisor-name[data-v-f54c4c06] {
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
}
.asset-message__advisor-check[data-v-f54c4c06] {
  position: absolute;
  top: 7px;
  right: 7px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #2969ff;
}
.asset-message__advisor-check svg[data-v-f54c4c06] {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}
.asset-message__nav[data-v-f54c4c06] {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  place-items: center;
  border: 1px solid #dce4f2;
  border-radius: 50%;
  background: #fff;
  color: #2969ff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.asset-message__nav[data-v-f54c4c06]:hover {
  border-color: #2969ff;
  box-shadow: 0 5px 15px rgba(41, 105, 255, 0.18);
}
.asset-message__nav[data-v-f54c4c06]:focus-visible {
  outline: 3px solid rgba(41, 105, 255, 0.25);
  outline-offset: 1px;
}
.asset-message__nav svg[data-v-f54c4c06] {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.asset-message__recipient[data-v-f54c4c06] {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 12px;
  padding: 10px 13px;
  border: 1px solid #e3e9f4;
  border-radius: 13px;
  background: #fff;
}
.asset-message__recipient-avatar[data-v-f54c4c06] {
  display: block;
  overflow: hidden;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid #e1e7f2;
  border-radius: 50%;
  background: #eef3fc;
}
.asset-message__recipient-avatar img[data-v-f54c4c06] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asset-message__recipient-copy[data-v-f54c4c06] {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #5e6d87;
  font-size: 12.5px;
  line-height: 1.4;
}
.asset-message__recipient-copy h4[data-v-f54c4c06] {
  margin: 2px 0 1px;
  color: #001154;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.25;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-message__message-field[data-v-f54c4c06] textarea {
    max-height: 120px !important;
    overflow-y: scroll;
}
}
.asset-message__message-field label .v-field[data-v-f54c4c06] {
  border: none !important;
}
.asset-message__message[data-v-f54c4c06] {
  margin-top: 24px;
}
.asset-message__buttons[data-v-f54c4c06] {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 12px;
}
.asset-message__buttons span[data-v-f54c4c06] {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.asset-message__buttons span + span[data-v-f54c4c06]::before {
  position: absolute;
  left: -7px;
  color: #bac4d5;
  content: "·";
}
.asset-message__recipient-label[data-v-f54c4c06] {
  color: #2969ff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.asset-message__mode[data-v-f54c4c06] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 9px 3px 0;
  color: #596984;
  font-size: 12.5px;
  line-height: 1.35;
}
.asset-message__mode svg[data-v-f54c4c06] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #2969ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.asset-message__mode strong[data-v-f54c4c06] {
  color: #001154;
}
.asset-message__empty[data-v-f54c4c06] {
  margin-top: 25px;
  padding: 22px;
  border: 1px solid #e3e9f4;
  border-radius: 13px;
  background: #f8faff;
  color: #5d6b84;
  text-align: center;
}
.asset-message__form[data-v-f54c4c06] {
  margin-top: 15px;
}
.asset-message__form > label[data-v-f54c4c06] {
  display: block;
  margin-bottom: 8px;
  color: #001154;
  font-size: 13px;
  font-weight: 700;
}
.asset-message__actions[data-v-f54c4c06] {
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  margin-top: 5px;
}
.asset-message__button[data-v-f54c4c06] {
  display: inline-flex;
  min-width: 132px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.asset-message__button[data-v-f54c4c06]:focus-visible {
  outline: 3px solid rgba(41, 105, 255, 0.28);
  outline-offset: 2px;
}
.asset-message__button--secondary[data-v-f54c4c06] {
  border: 1.5px solid #2969ff;
  background: #fff;
  color: #2969ff;
}
.asset-message__button--secondary[data-v-f54c4c06]:hover {
  background: #f3f7ff;
  box-shadow: 0 7px 18px rgba(41, 105, 255, 0.14);
}
.asset-message__button--primary[data-v-f54c4c06] {
  border: 1.5px solid #2969ff;
  background: #2969ff;
  color: #fff;
  box-shadow: 0 8px 18px rgba(41, 105, 255, 0.22);
}
.asset-message__button--primary[data-v-f54c4c06]:hover:not(:disabled) {
  background: #1f5ce8;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.14), 0 10px 24px rgba(41, 105, 255, 0.3);
  transform: translateY(-1px);
}
.asset-message__button--primary[data-v-f54c4c06]:disabled {
  border-color: #a8b8d5;
  background: #a8b8d5;
  box-shadow: none;
  cursor: not-allowed;
}
[data-v-f54c4c06] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-f54c4c06] .v-textarea .v-field {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}
[data-v-f54c4c06] textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
[data-v-f54c4c06] .v-label {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}.toggle-types[data-v-da45bd75] .v-tab--selected:hover::before,
.toggle-types[data-v-da45bd75] .v-tab--selected::before {
  opacity: 0;
}
.toggle-types[data-v-da45bd75] .v-slide-group {
  height: 27px;
  background: none;
}
.toggle-types[data-v-da45bd75] .v-slide-group .v-tab {
  padding: 0;
  min-width: auto;
}
.toggle-types[data-v-da45bd75] .v-slide-group .v-tab .label {
  font-size: 14px;
  font-weight: 600;
  color: #001154;
}
.toggle-types[data-v-da45bd75] .v-slide-group .v-tab.v-tab--selected .label {
  color: #2969ff;
  opacity: 0.8;
}
.toggle-types[data-v-da45bd75] .v-slide-group .v-tab__slider {
  height: 1px;
  background: #2969ff;
  opacity: 0;
}
.toggle-types[data-v-da45bd75] .v-slide-group .v-tab--selected .v-tab__slider {
  opacity: 0.8;
}
.toggle-types[data-v-da45bd75] .v-badge__wrapper {
  margin: 0;
  column-gap: 4px;
}
.toggle-types[data-v-da45bd75] .v-badge__badge {
  width: auto;
  min-width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 1;
  padding: 0 4px;
  font-weight: 600;
  flex-shrink: 0;
  top: -4px;
  border-radius: 9px;
}
.toggle-types--navigation[data-v-da45bd75] {
  position: sticky;
  top: var(--xl-nav-h, 74px);
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 8px 18px rgba(0, 17, 84, 0.06);
}
.toggle-types--navigation .types[data-v-da45bd75] {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
.toggle-types--navigation[data-v-da45bd75] .v-slide-group {
  height: 49px;
  background: #fff;
}
.toggle-types--navigation[data-v-da45bd75] .v-slide-group .v-tab {
  min-width: 76px;
  padding: 0 14px;
  letter-spacing: 0;
  text-transform: none;
}
.toggle-types--navigation[data-v-da45bd75] .v-slide-group .v-tab .label {
  color: #4a5c80;
}
.toggle-types--navigation[data-v-da45bd75] .v-slide-group .v-tab.v-tab--selected .label {
  color: #2969ff;
  opacity: 1;
}
.toggle-types--navigation[data-v-da45bd75] .v-slide-group .v-tab__slider {
  height: 2px;
  background: #001154;
}
.toggle-types--navigation[data-v-da45bd75] .v-slide-group .v-tab--selected .v-tab__slider {
  opacity: 1;
}
@media (max-width: 760px) {
.toggle-types--navigation .types[data-v-da45bd75] {
    padding: 0 8px;
}
}
.dashboard-filter-trigger[data-v-e15dbbd7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: #001154;
  font: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
}
.dashboard-filter-trigger[data-v-e15dbbd7]:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 4px;
  border-radius: 3px;
}
.dashboard-filter-chevron[data-v-e15dbbd7] {
  flex: 0 0 auto;
  width: 12px;
  height: 18px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='11'%20viewBox='0%200%2020%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99997%2011C9.64153%2011%209.28313%2010.8679%209.00985%2010.6044L0.410284%202.30691C-0.136761%201.77909%20-0.136761%200.923317%200.410284%200.395707C0.957107%20-0.131902%201.84387%20-0.131902%202.39096%200.395707L9.99997%207.73778L17.609%200.395964C18.1561%20-0.131646%2019.0427%20-0.131646%2019.5895%200.395964C20.1368%200.923573%2020.1368%201.77935%2019.5895%202.30717L10.9901%2010.6047C10.7167%2010.8682%2010.3583%2011%209.99997%2011Z'%20fill='%23001154'/%3e%3c/svg%3e") center / 10px
    6px no-repeat;
}
.dashboard-filter-menu[data-v-e15dbbd7] {
  width: 236px;
  max-width: calc(100vw - 32px);
  border: 1px solid #d6e0f5;
  border-radius: 8px;
  background: #fff;
  color: #001154;
  box-shadow: 0 10px 24px rgba(0, 17, 84, 0.14);
  overflow: hidden;
  font-family: var(--xl-font-primary, inherit);
}
.dashboard-filter-menu__title[data-v-e15dbbd7] {
  padding: 12px 14px 10px;
  border-bottom: 1px solid #e5eaf5;
  font-size: 13px;
  font-weight: 500;
}
.dashboard-filter-menu__options[data-v-e15dbbd7] {
  max-height: min(230px, calc(100vh - 180px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 6px 14px;
}
.dashboard-filter-option[data-v-e15dbbd7] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}
.dashboard-filter-option input[data-v-e15dbbd7] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2969ff;
  cursor: pointer;
}
.dashboard-filter-option input[data-v-e15dbbd7]:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 3px;
}
.dashboard-filter-menu__footer[data-v-e15dbbd7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e5eaf5;
  padding: 10px 12px;
  font-size: 10px;
  color: #526383;
}
.dashboard-filter-menu__footer button[data-v-e15dbbd7] {
  color: #2969ff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.dashboard-filter-menu__footer button[data-v-e15dbbd7]:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 3px;
  border-radius: 2px;
}

.buyer-status[data-v-1de30a0f] {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 13px;
  border-radius: 5px;
  font: 700 13.5px var(--xl-font-secondary, "IBM Plex Sans", sans-serif);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.4;
}
.buyer-status--green[data-v-1de30a0f] {
  background: #d2edbb;
  color: #1f6b00;
}
.buyer-status--orange[data-v-1de30a0f] {
  background: #ffdda3;
  color: #7a4f00;
}
.buyer-status--neutral[data-v-1de30a0f] {
  background: #e8edf6;
  color: #435674;
}
.buyer-status--red[data-v-1de30a0f] {
  background: #ffe0e5;
  color: #a12242;
}

img[data-v-09ea504c],
.buyer-image-placeholder[data-v-09ea504c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.buyer-image-placeholder[data-v-09ea504c] {
  display: grid;
  place-items: center;
  background: #e8edf6;
  color: #7182a3;
}
svg[data-v-09ea504c] {
  width: 50%;
  max-width: 80px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
}
.v-card-title[data-v-8781cc4c] {
  color: #001154;
  justify-content: center;
}
.v-card-text .image[data-v-8781cc4c] {
  text-align: center;
}
.v-card-text .text[data-v-8781cc4c] {
  font-size: 14px;
  font-weight: 400;
  color: #001154;
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
}
.v-card-actions[data-v-8781cc4c] {
  justify-content: space-evenly;
}
.v-btn[data-v-8781cc4c] {
  border-radius: 7px;
}
.v-btn.v-btn--variant-outlined span[data-v-8781cc4c] {
  color: #2969ff;
}
.v-btn[data-v-8781cc4c] span {
  font-size: 16px !important;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.withdraw-offer[data-v-8781cc4c] {
    position: relative !important;
}
.withdraw-offer__close[data-v-8781cc4c] {
    position: absolute;
    top: 4px;
    right: 4px;
}
.withdraw-offer__title[data-v-8781cc4c] {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}
.withdraw-offer__actions[data-v-8781cc4c] {
    width: 100%;
    max-width: 382px;
    margin: auto !important;
}
.text[data-v-8781cc4c] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
[data-v-8781cc4c] .v-dialog {
    margin: 0 !important;
}
}.asset-dialog-message-admin[data-v-d86f7aaf] {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: auto;
  padding: 37px 40px;
  position: relative;
}
.asset-dialog-message-admin__close-icon[data-v-d86f7aaf] {
  position: absolute;
  top: 0px;
  right: 0px;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.asset-dialog-message-admin__title[data-v-d86f7aaf] {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #001154;
}
.asset-dialog-message-admin__image[data-v-d86f7aaf] {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.asset-dialog-message-admin__message-field[data-v-d86f7aaf] .v-field {
  border: none !important;
}
.asset-dialog-message-admin__message[data-v-d86f7aaf] {
  margin-top: 24px;
}
.asset-dialog-message-admin__buttons[data-v-d86f7aaf] {
  display: flex;
  justify-content: center;
}
.asset-dialog-message-admin__button[data-v-d86f7aaf] {
  font-weight: 500;
  font-size: 12px;
  max-width: 175px;
  border-radius: 5px;
  background: #3873ff !important;
  width: 100%;
  max-width: 172px;
  height: 34px !important;
  margin-left: 16px;
}
.asset-dialog-message-admin__button--text[data-v-d86f7aaf] {
  color: #3873ff !important;
  background: #fff !important;
  margin-left: 0;
}
.asset-dialog-message-admin__arrow[data-v-d86f7aaf] {
  position: absolute;
  top: 130px;
  left: 164px;
  cursor: pointer;
}
.asset-dialog-message-admin__arrow--right[data-v-d86f7aaf] {
  left: auto;
  right: 164px;
}
[data-v-d86f7aaf] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-d86f7aaf] .v-textarea .v-field {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}
[data-v-d86f7aaf] textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}
[data-v-d86f7aaf] .v-label {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}.action-btn[data-v-90d70b29] {
  width: 230px;
  height: 40px;
}
.button-text[data-v-90d70b29] {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated[data-v-90d70b29] {
  background: #9aabc2 !important;
}.buyer-side-panel-actions[data-v-4bbe0158] {
  padding-bottom: 16px;
  border-bottom: 1px solid #9aabc2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 12px;
}
.button-text[data-v-4bbe0158] {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.view-btn.v-btn--disabled img[data-v-4bbe0158] {
  opacity: 0.2;
}
@media (max-width: 960px) {
.buyer-side-panel-actions[data-v-4bbe0158] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
}
.custom-btn[data-v-4bbe0158] .action-btn {
    width: 100% !important;
}
button[data-v-4bbe0158] {
    flex: 1;
}
button img[data-v-4bbe0158] {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}
.button-text[data-v-4bbe0158] {
    font-size: 12px;
    white-space: nowrap;
}
[data-v-4bbe0158] button {
    flex: 1 !important;
    font-size: 12px !important;
}
[data-v-4bbe0158] .action-btn {
    width: auto !important;
}
[data-v-4bbe0158] .action-btn-text {
    font-size: 12px;
    white-space: unset;
}
}
.buyer-actions[data-v-134514a9] {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.buyer-actions button[data-v-134514a9]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.buyer-actions--compact[data-v-134514a9] {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.buyer-action-button[data-v-134514a9] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 40px;
  border: 1px solid #bdccef;
  border-radius: 5px;
  padding: 0 12px;
  background: #fff;
  color: #2969ff;
  font: 400 12px var(--xl-font-primary);
}
.buyer-action-button svg[data-v-134514a9] {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.buyer-action-button--danger[data-v-134514a9] {
  color: #b42b42;
  border-color: #e8b6bf;
}
button[data-v-134514a9]:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 3px;
}
@media (max-width: 600px) {
.buyer-action-button[data-v-134514a9] {
    min-height: 44px;
    flex: 1;
}
}

.buyer-message[data-v-15d942d6] {
  display: flex;
  justify-content: flex-end;
}
.buyer-message button[data-v-15d942d6] {
  min-width: 162px;
  width: auto;
  height: 46px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #2969ff;
  border-radius: 6px;
  background: #2969ff;
  color: #fff;
  font: 400 14px var(--xl-font-primary, Epilogue, sans-serif);
  line-height: normal;
  box-shadow: none;
  white-space: nowrap;
}
.buyer-message button[data-v-15d942d6]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
@media (max-width: 600px) {
.buyer-message button[data-v-15d942d6] {
    font-size: 11px;
}
}

.buyer-card[data-v-02df18b9] {
  height: auto;
  min-height: 300px;
}
.buyer-card__images[data-v-02df18b9] {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.buyer-card .mrow__media[data-v-02df18b9] {
  padding: 20px;
}
.buyer-card .mrow__body[data-v-02df18b9] {
  min-width: 0;
  overflow-wrap: anywhere;
}
.buyer-card .mrow__body h2[data-v-02df18b9] {
  line-height: 1.18;
}
.buyer-card__details[data-v-02df18b9] {
  width: 161px;
  height: 50px;
  padding: 0 10px;
  border-radius: 7px;
}
.buyer-card__finance[data-v-02df18b9] {
  padding: 20px;
  background: #fbfcfe;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.buyer-card__grid[data-v-02df18b9] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.buyer-card__grid > div[data-v-02df18b9] {
  min-width: 0;
}
.buyer-card__grid span[data-v-02df18b9] {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  color: #4a5c80;
}
.buyer-card__grid b[data-v-02df18b9] {
  font: 500 17px var(--xl-font-secondary);
  color: #001154;
}
.buyer-card__top strong[data-v-02df18b9] {
  display: block;
  white-space: nowrap;
  color: #001154;
  font: 600 var(--buyer-summary-size, clamp(19px, 1.8vw, 26px))/1.15
    var(--xl-font-secondary);
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -0.02em;
}
.buyer-card__periods[data-v-02df18b9] {
  margin-top: auto;
  border-top: 1px solid #e5eaf5;
  padding-top: 10px;
}
.buyer-card__finance[data-v-02df18b9] .buyer-message {
  margin-top: 19px;
}
@media (min-width: 1121px) {
.buyer-card[data-v-02df18b9] {
    height: 300px;
}
}
@media (max-width: 1120px) {
.buyer-card__finance[data-v-02df18b9] {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.buyer-card__finance[data-v-02df18b9] .buyer-message {
    align-self: end;
    margin-top: 0;
}
.buyer-card__periods[data-v-02df18b9] {
    border: 0;
    padding: 0;
}
}
@media (max-width: 760px) {
.buyer-card__finance[data-v-02df18b9] {
    display: flex;
    gap: 18px;
}
.buyer-card__periods[data-v-02df18b9] {
    border-top: 1px solid #e5eaf5;
    padding-top: 12px;
}
.buyer-card__top strong[data-v-02df18b9] {
    font-size: var(--buyer-summary-size, 26px);
}
.buyer-card__finance[data-v-02df18b9] .buyer-message {
    margin-top: 15px;
    align-self: stretch;
}
}
.offer-title-wrapper[data-v-25b21c09] {
  padding-top: 16px;
}
.offer-title-wrapper__title[data-v-25b21c09] {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.asset-titles-wrapper[data-v-25b21c09] {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  row-gap: 4px;
}
.offer-subtitle[data-v-25b21c09] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.offer-title-wrapper__title[data-v-25b21c09] {
    font-size: 16px;
}
}
.send-webhook[data-v-25b21c09] {
  border-radius: 8px;
  font-size: 16px !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.webhook-wrapper[data-v-25b21c09] {
    text-align: right;
    padding-right: 18px;
}
}.offer-details-wrapper[data-v-3de151ae] {
  border-top: 1px solid #9aabc2;
  border-bottom: 1px solid #9aabc2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.offer-details-wrapper__item[data-v-3de151ae]:first-child {
  border-right: 1px solid #9aabc2;
  padding-right: 30px;
}
.offer-details-wrapper__item[data-v-3de151ae]:nth-child(2) {
  padding-left: 30px;
}
.offer-details-wrapper__item[data-v-3de151ae] {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 16px 0;
}
.offer-detail[data-v-3de151ae] {
  display: flex;
  justify-content: space-between;
}
.offer-detail__title[data-v-3de151ae] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.offer-detail__value[data-v-3de151ae] {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
}
@media (max-width: 600px) {
.offer-details-wrapper[data-v-3de151ae] {
    border-top: 1px solid #9aabc2;
    border-bottom: 1px solid #9aabc2;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.offer-details-wrapper__item[data-v-3de151ae]:first-child {
    border-right: none;
    padding-right: 0;
}
.offer-details-wrapper__item[data-v-3de151ae]:nth-child(2) {
    padding-left: 10px;
}
.offer-details-wrapper__item[data-v-3de151ae] {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 16px 0;
}
.offer-detail[data-v-3de151ae] {
    display: flex;
    justify-content: unset;
}
.offer-detail__title[data-v-3de151ae] {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.offer-detail__value[data-v-3de151ae] {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    margin-left: 8px;
}
}.buyer-side-panel-comment__title[data-v-396752b9] {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.buyer-side-panel-comment[data-v-396752b9] {
  padding-bottom: 16px;
  border-bottom: 1px solid #9aabc2;
}
.comment-area[data-v-396752b9] {
  background: #f5f5f5;
  padding-left: 16px;
  color: #979797;
  height: 151px;
  border-radius: 1px;
}
@media (max-width: 600px) {
.comment-area[data-v-396752b9] {
    font-size: 14px;
}
}.panel-wrapper[data-v-4f0ef319] {
  position: fixed;
  right: 0px;
  width: 721px;
  background: white;
  box-shadow: 0px 8px 25px rgba(0, 17, 84, 0.25);
  height: calc(100% - 141px);
  padding-left: 25px;
  padding-right: 25px;
  transition: right 1s;
  top: 132px;
  overflow: auto;
  padding-bottom: 20vh;
  z-index: 7;
}
@media only screen and (min-width: 1904px) {
.panel-wrapper[data-v-4f0ef319] {
    top: 147px;
}
}
.close-icon-wrapper[data-v-4f0ef319] {
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;
}
.panel-wrapper--closed[data-v-4f0ef319] {
  right: -100%;
}
@media (max-width: 600px) {
.panel-wrapper[data-v-4f0ef319] {
    width: 100%;
    z-index: 200;
    top: 0px;
    height: 100%;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.panel-wrapper[data-v-4f0ef319] {
    z-index: 200;
    top: 0px;
    width: 100%;
    height: 100%;
}
}
.offer-date[data-v-d64010ed] {
  font: inherit;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 600px) {
.offer-date__time[data-v-d64010ed] {
    display: block;
}
}

.v-overlay__content.buyer-drawer-dialog {
  margin: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 100% !important;
  max-width: 100% !important;
}
.buyer-drawer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #001154;
  overflow: hidden;
}
.buyer-drawer__header {
  flex: 0 0 auto;
  background: #fff;
  border-bottom: 1px solid #e5eaf5;
}
.buyer-drawer__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 12px 24px;
}
.buyer-drawer__heading h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.buyer-drawer__heading .buyer-status {
  min-height: 24px;
  font-size: 11px;
  padding: 4px 9px;
}
.buyer-drawer__heading button {
  margin-left: auto;
  flex: 0 0 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.buyer-drawer__heading svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.buyer-drawer__pinned {
  padding: 0 24px 12px;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.buyer-drawer__body {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  position: relative;
  padding: 22px 24px 32px;
}
.buyer-drawer__identity {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.buyer-drawer__thumbnail {
  flex: 0 0 72px;
  height: 72px;
  border-radius: 7px;
  overflow: hidden;
}
.buyer-drawer__identity-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 72px;
}
.buyer-drawer__identity h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.buyer-drawer a {
  color: #2969ff;
  text-decoration: underline;
}
.buyer-drawer__identity p {
  margin: 8px 0 0;
  font-size: 12px;
  color: #4a5c80;
}
.buyer-section {
  border-top: 1px solid #e5eaf5;
  padding-top: 18px;
  margin-top: 18px;
}
.buyer-section h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
}
.buyer-drawer__summary {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.buyer-drawer__summary strong {
  display: block;
  font: 600 28px var(--xl-font-secondary);
}
.buyer-detail-label {
  display: block;
  color: #4a5c80;
  font-size: 11px;
  margin-bottom: 4px;
}
.buyer-drawer small {
  display: block;
  font-size: 11px;
  color: #4a5c80;
  line-height: 1.5;
}
.buyer-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 22px;
  font-size: 13px;
}
.buyer-detail-grid b {
  font: 500 19px var(--xl-font-secondary);
}
.buyer-table-indent {
  border-left: 1px solid #e5eaf5;
  padding-left: 14px;
}
.buyer-table {
  width: 100%;
  border-collapse: collapse;
  font: 14px/1.5 var(--xl-font-secondary);
  table-layout: auto;
}
.buyer-table th {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #cbd7ea;
  padding: 8px 8px 10px 0;
}
.buyer-table th button {
  font: inherit;
  color: inherit;
  text-align: left;
  min-height: 28px;
}
.buyer-table th span {
  color: #2969ff;
}
.buyer-table td {
  height: 52px;
  padding: 12px 8px 12px 0;
  border-bottom: 1px solid #e5eaf5;
  vertical-align: top;
}
.buyer-table tr:last-child td {
  border-bottom: 0;
}
.buyer-table th:first-child,
.buyer-table td:first-child {
  width: 42%;
}
.buyer-table .buyer-table__last {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.buyer-download {
  display: inline-grid;
  place-items: center;
  width: 32px;
  min-height: 30px;
}
.buyer-download svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}
.buyer-multi-asset {
  padding: 12px 0;
  border-bottom: 1px solid #e5eaf5;
  font-size: 13px;
}
.buyer-multi-asset .mcd__n,
.buyer-multi-asset .mcd__l,
.buyer-multi-asset .mcd__date,
.buyer-multi-asset .mcd__s {
  color: #001154;
  text-shadow: none;
}
.buyer-drawer button:focus-visible,
.buyer-drawer a:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 3px;
}
.buyer-text-button {
  color: #2969ff;
  text-decoration: underline;
}
@media (max-width: 600px) {
.buyer-drawer__heading {
    padding: 10px 16px;
    gap: 10px;
}
.buyer-drawer__body {
    padding: 18px 16px 28px;
}
.buyer-drawer__thumbnail {
    flex-basis: 56px;
    height: 56px;
}
.buyer-drawer__identity-text {
    min-height: 56px;
}
.buyer-drawer__identity h3 {
    font-size: 18px;
}
.buyer-drawer__summary {
    align-items: stretch;
}
.buyer-drawer__summary .buyer-actions {
    width: 100%;
}
.buyer-table-indent {
    padding-left: 10px;
}
.buyer-table th:first-child,
  .buyer-table td:first-child {
    width: 34%;
}
.buyer-table {
    font-size: 12px;
}
.buyer-detail-grid {
    gap: 18px 12px;
}
}

.buyer-dashboard[data-v-3d4df87e] {
  min-height: calc(100vh - var(--xl-nav-h));
  background: #fff;
}
.buyer-dashboard__sticky[data-v-3d4df87e] {
  position: sticky;
  top: calc(var(--xl-nav-h) + 50px);
  z-index: 26;
  background: #fff;
}
.buyer-dashboard__heading[data-v-3d4df87e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.buyer-dashboard__heading h1[data-v-3d4df87e] {
  margin: 0;
  line-height: normal;
}
.buyer-dashboard__heading .xlr-btn[data-v-3d4df87e] {
  flex: 0 0 auto;
  min-width: 132px;
  height: 50px;
  white-space: nowrap;
  text-decoration: none;
}
.buyer-dashboard__toolbar[data-v-3d4df87e] {
  background: #fff;
  border-bottom: 1px solid #eef1f7;
  box-shadow: 0 10px 20px rgba(0, 17, 84, 0.05);
}
.buyer-dashboard__fields[data-v-3d4df87e] {
  flex-wrap: nowrap;
}
.buyer-dashboard__fields select[data-v-3d4df87e] {
  appearance: auto;
  width: 100%;
  cursor: pointer;
}
.buyer-dashboard__fields .mbar__f--sm[data-v-3d4df87e] {
  flex: 0 1 190px;
}
.buyer-dashboard__chips[data-v-3d4df87e] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 12px;
}
.buyer-chip[data-v-3d4df87e] {
  padding: 7px 10px;
  border: 1px solid #d6e0f5;
  border-radius: 4px;
  background: #f0f4fc;
  color: #001154;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.buyer-chip--clear[data-v-3d4df87e] {
  background: #001154;
  color: #fff;
  border-color: #001154;
}
.buyer-dashboard__rows[data-v-3d4df87e] {
  padding-top: 18px;
  padding-bottom: 32px;
}
.buyer-dashboard__state[data-v-3d4df87e] {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.buyer-dashboard__state h2[data-v-3d4df87e] {
  font-size: 23px;
}
.buyer-dashboard__load[data-v-3d4df87e] {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.buyer-dashboard__mobile-toggle[data-v-3d4df87e] {
  display: none;
}
.buyer-dashboard button[data-v-3d4df87e]:focus-visible,
.buyer-dashboard a[data-v-3d4df87e]:focus-visible,
.mbar__f[data-v-3d4df87e]:focus-within {
  outline: 2px solid #2969ff;
  outline-offset: 3px;
}
@media (max-width: 1024px) {
.buyer-dashboard__fields[data-v-3d4df87e] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 760px) {
.buyer-dashboard__heading[data-v-3d4df87e] {
    gap: 12px;
    padding-top: 16px;
}
.buyer-dashboard__heading h1[data-v-3d4df87e] {
    font-size: 25px;
}
.buyer-dashboard__heading .xlr-btn[data-v-3d4df87e] {
    min-width: 112px;
    font-size: 12px;
    padding-inline: 12px;
}
.buyer-dashboard__mobile-toggle[data-v-3d4df87e] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 13px;
}
.buyer-dashboard__fields[data-v-3d4df87e] {
    display: none;
    padding-top: 0;
}
.buyer-dashboard__fields.is-mobile-open[data-v-3d4df87e] {
    display: grid;
}
.buyer-dashboard__chips[data-v-3d4df87e] {
    flex-wrap: nowrap;
    overflow-x: auto;
}
.buyer-chip[data-v-3d4df87e] {
    flex: 0 0 auto;
}
.buyer-dashboard__sticky[data-v-3d4df87e] {
    max-height: calc(100dvh - var(--xl-nav-h) - 50px);
    overflow-y: auto;
}
}
@media (max-width: 440px) {
.buyer-dashboard__fields[data-v-3d4df87e] {
    grid-template-columns: 1fr;
}
}
.seller-list-empty[data-v-e53295a7] {
  min-height: calc(100vh - 74px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
  background: radial-gradient(circle at 50% 35%, rgba(41, 105, 255, 0.08), transparent 34%), #fbfcfe;
}
.seller-list-empty__content[data-v-e53295a7] {
  width: min(100%, 620px);
  padding: 52px 44px;
  text-align: center;
  background: #fff;
  border: 1px solid #e4eaf5;
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(0, 17, 84, 0.1);
}
.seller-list-empty__image[data-v-e53295a7] {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #eef3ff;
}
.seller-list-empty__image img[data-v-e53295a7] {
  width: 58px;
  height: 58px;
}
.seller-list-empty h1[data-v-e53295a7] {
  margin: 0;
  color: #001154;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.15;
}
.seller-list-empty__text[data-v-e53295a7] {
  max-width: 460px;
  margin: 12px auto 0;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
  color: #65718a;
}
.seller-list-empty__buttons[data-v-e53295a7] {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.seller-list-empty__button[data-v-e53295a7] {
  min-width: 164px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #2969ff;
  border-radius: 9px;
  background: #2969ff;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(41, 105, 255, 0.24);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.seller-list-empty__button[data-v-e53295a7]:hover, .seller-list-empty__button[data-v-e53295a7]:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(41, 105, 255, 0.32);
  outline: none;
}
.seller-list-empty__button--secondary[data-v-e53295a7] {
  background: #fff;
  color: #001154;
  border-color: #cbd7ea;
  box-shadow: none;
}
@media (max-width: 600px) {
.seller-list-empty[data-v-e53295a7] {
    min-height: calc(100vh - 62px);
    padding: 32px 16px;
}
.seller-list-empty__content[data-v-e53295a7] {
    padding: 38px 20px;
}
.seller-list-empty__buttons[data-v-e53295a7] {
    flex-direction: column;
}
.seller-list-empty__button[data-v-e53295a7] {
    width: 100%;
}
}
.seller-profile-required[data-v-0834d279] {
  min-height: calc(100vh - var(--xl-nav-h));
  padding: 64px 24px;
  background: #f7f9fd;
}
.seller-profile-required__card[data-v-0834d279] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  min-height: 390px;
  margin: 0 auto;
  padding: 48px 32px;
  border: 1px solid #e3e9f3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 17, 84, 0.08);
  text-align: center;
}
.seller-profile-required h1[data-v-0834d279] {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.25;
}
.seller-profile-required p[data-v-0834d279] {
  max-width: 560px;
  margin-bottom: 28px;
  color: #657797;
  line-height: 1.6;
}
@media (max-width: 600px) {
.seller-profile-required[data-v-0834d279] {
    padding: 32px 16px;
}
.seller-profile-required__card[data-v-0834d279] {
    padding: 40px 24px;
}
.seller-profile-required h1[data-v-0834d279] {
    font-size: 24px;
}
}
[data-v-14f17ead] input.v-field__input {
  gap: normal !important;
  row-gap: normal !important;
  column-gap: normal !important;
}
@media (max-width: 599px) {
.app-price-input-root.second-input-mobile[data-v-14f17ead] input.v-field__input {
    position: static !important;
    top: auto !important;
    padding: 0 !important;
    line-height: 26px !important;
}
.app-price-input-root.second-input-mobile.second-input-wrapper[data-v-14f17ead]:focus-within {
    height: 36px !important;
}
.app-price-input-root.second-input-mobile[data-v-14f17ead]:not(.second-input-wrapper) .v-field {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.app-price-input-root.second-input-mobile[data-v-14f17ead]:not(.second-input-wrapper) .v-field__field {
    align-items: flex-start;
}
.app-price-input-root.second-input-mobile[data-v-14f17ead]:not(.second-input-wrapper) input.v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
}
[data-v-14f17ead] .text-error {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-14f17ead] .text-error ::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  color: rgba(213, 40, 25, 0.7) !important;
}
[data-v-14f17ead] .text-error .v-field {
  border-color: #d52819;
}.app-advanced-select-root[data-v-8a41a502] {
  min-width: 0;
  max-width: 100%;
}

/*
 * Production's Vuetify 2 advanced-select activator is a 40px control at every
 * breakpoint. Vuetify 4 otherwise leaves the nested VField stack at 48px,
 * which escapes the 40px wrapper on phones and affects every consumer of this
 * shared primitive. Keep the complete stack at the released height here.
 */
.app-advanced-select-root[data-v-8a41a502] .second-select .v-input__control,
.app-advanced-select-root[data-v-8a41a502] .second-select .v-field,
.app-advanced-select-root[data-v-8a41a502] .second-select .v-field__field,
.app-advanced-select-root[data-v-8a41a502] .second-select .v-field__input {
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
[data-v-8a41a502] .menu-hidden {
  display: none !important;
}
[data-v-8a41a502] .custom-icon img {
  transform: translateX(-3px);
}
.content-wrapper[data-v-8a41a502] {
  background: #ffffff;
  /* Asset */
  padding: 0px 16px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  padding-top: 12px;
  width: 428px;
  max-width: calc(100vw - 32px);
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.group-header[data-v-8a41a502] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  padding-top: 12px;
  color: #0f2d59;
}
.group-items[data-v-8a41a502] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-bottom: 10px;
  padding-top: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.group-items__item[data-v-8a41a502] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  width: 50%;
  min-width: 0;
  display: flex;
  column-gap: 8px;
  color: #001154;
}
.item-name[data-v-8a41a502] {
  min-width: 0;
  overflow-wrap: anywhere;
}
.content-wrapper[data-v-8a41a502] .v-checkbox,
.content-wrapper[data-v-8a41a502] .v-checkbox .v-input__control,
.content-wrapper[data-v-8a41a502] .v-checkbox .v-selection-control {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}
.content-wrapper[data-v-8a41a502] .v-checkbox {
  margin-top: 0px;
  position: relative;
  bottom: 7px;
}
.content-wrapper[data-v-8a41a502] .v-input__details {
  display: none;
}
[data-v-8a41a502] .v-selection-control__input i {
  color: rgba(9, 49, 107, 0.4) !important;
}

/* Match the released append-control baseline above the mobile breakpoint. */
@media (max-width: 599px) {
[data-v-8a41a502] .v-field__append-inner {
    margin-top: 8.5px !important;
}
[data-v-8a41a502] .app-advanced-select__control--has-selection .v-chip {
    position: relative;
    top: 4px;
}
}
@media (min-width: 600px) {
[data-v-8a41a502] .custom-icon img {
    transform: translate(-3px, 0.5px);
}
.app-advanced-select-root[data-v-8a41a502] .v-chip {
    top: 3px !important;
}
}
@media (max-width: 959.98px) {
.content-wrapper[data-v-8a41a502] {
    width: min(428px, 100vw - 32px);
}
.group-items[data-v-8a41a502] {
    flex-direction: column;
}
.group-items__item[data-v-8a41a502] {
    width: 100%;
}
}.listing-date-picker[data-v-5d95d463] {
  width: 290px;
  max-width: 100%;
  color: #001154;
  background: #fff;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-controls {
  height: 48px;
  padding: 4px 8px;
  border-bottom: 1px solid #eee;
}
.listing-date-picker__period[data-v-5d95d463] {
  flex: 1;
  min-width: 0;
  padding: 0 4px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 700;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-month {
  padding: 0 8px 8px !important;
  box-shadow: none;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-month__day {
  height: 32px;
  padding: 0;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-month__day .v-btn {
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0 !important;
  font-size: 12px;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-month__weekday {
  font-size: 12px;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-months {
  height: 240px;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-months__content {
  padding: 0 8px 8px;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-months__content .v-btn {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 !important;
  border-radius: 4px !important;
  font-size: 16px;
  letter-spacing: normal;
}
.listing-date-picker[data-v-5d95d463] .v-date-picker-month__day--selected .v-btn,
.listing-date-picker[data-v-5d95d463] .v-date-picker-months__content .v-btn--active {
  color: #fff !important;
}
.listing-date-picker__years[data-v-5d95d463] {
  height: 288px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.listing-date-picker__year[data-v-5d95d463] {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0;
  border: 0;
  color: #001154;
  background: transparent;
  font: inherit;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.listing-date-picker__year[data-v-5d95d463]:focus-visible {
  outline: 2px solid #3ba9e0;
  outline-offset: -2px;
}
.listing-date-picker__year--selected[data-v-5d95d463] {
  height: 52px;
  color: #3ba9e0;
  background: #e0e0e0;
  font-size: 24px;
}.ckeditor-wrapper[data-v-ea1ef8bc] {
  position: relative;
}
.ckeditor-wrapper .ck-label[data-v-ea1ef8bc] {
  pointer-events: none;
  position: absolute;
  top: 48px;
  z-index: 1;
  left: 21px;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.175px;
  color: grey;
}
.ckeditor-wrapper.focused .ck-label[data-v-ea1ef8bc] {
  display: none !important;
}
.ckeditor-wrapper p[data-v-ea1ef8bc] {
  color: #1f365e;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.asset-form-card[data-v-ea1ef8bc] {
  border: 1px solid #e1e7f2;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 17, 84, 0.055);
}
.asset-form-card--joined-top[data-v-ea1ef8bc] {
  margin-bottom: 0;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  box-shadow: none;
}
.asset-form-card--joined-bottom[data-v-ea1ef8bc] {
  border-top: 0;
  border-radius: 0 0 14px 14px;
}
.listing-price-info-activator[data-v-ea1ef8bc] {
  margin-left: 8px;
}
.asset-status-field[data-v-ea1ef8bc] .v-overlay__content,
.asset-type-field[data-v-ea1ef8bc] .v-overlay__content,
.asset-collateral-field[data-v-ea1ef8bc] .v-overlay__content,
.asset-collateralsub-field[data-v-ea1ef8bc] .v-overlay__content {
  width: 100%;
  left: 0 !important;
}
[data-v-ea1ef8bc] .v-field {
  margin: 0;
  height: 40px;
}
[data-v-ea1ef8bc] .v-input__append {
  margin-top: 13px;
}
[data-v-ea1ef8bc] .v-select.v-select--chips .v-field__input {
  min-height: auto;
  bottom: auto;
}
[data-v-ea1ef8bc] .v-overlay__content {
  max-width: none;
  background: #ffffff;
  box-shadow: 3.99533px 5.3271px 19.9766px rgba(0, 17, 84, 0.14) !important;
  border-radius: 6.65888px !important;
  z-index: 7 !important;
}
[data-v-ea1ef8bc] .v-checkbox-btn .v-icon {
  font-size: 21px !important;
}
[data-v-ea1ef8bc] .v-overlay__content .v-list-item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
[data-v-ea1ef8bc] .ck-content {
  min-height: 224px !important;
}
[data-v-ea1ef8bc] .v-field__append-inner {
  align-self: center;
  margin: 0 12px 0 0;
  padding: 0;
}
#UPDDate[data-v-ea1ef8bc] input.v-field__input {
  padding-right: 16px !important;
}
.asset-type .v-list[data-v-ea1ef8bc] {
  grid-template-columns: 1fr;
  row-gap: 4px;
  padding: 16px;
}
.asset-type[data-v-ea1ef8bc] .v-theme--marketplaceLight.v-list-item:hover::before {
  opacity: 0;
}
.asset-type[data-v-ea1ef8bc] .v-list-item {
  padding: 0;
}
.asset-type[data-v-ea1ef8bc] .v-list-item-title {
  padding: 0;
}
.collateral-value-field__label[data-v-ea1ef8bc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 20px;
  gap: 8px;
}
.collateral-value-mode-action[data-v-ea1ef8bc] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 3px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: #2969ff;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
}
.collateral-value-mode-action[data-v-ea1ef8bc]:hover,
.collateral-value-mode-action[data-v-ea1ef8bc]:focus-visible {
  text-decoration: underline;
}
.collateral-value-mode-action[data-v-ea1ef8bc]:focus-visible {
  outline: 2px solid rgba(41, 105, 255, 0.3);
  outline-offset: 2px;
}
.collateral-value-input[data-v-ea1ef8bc] {
  min-height: 40px;
}
.contact-advisor-value[data-v-ea1ef8bc] {
  display: flex;
  align-items: center;
  min-height: 40px;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid #d9e2f2;
  border-radius: 6px;
  background: #f7f9fc;
  color: #001154;
  font-size: 13px;
  font-weight: 600;
}
.custom-icon[data-v-ea1ef8bc] {
  justify-content: end;
}
.collateral-subtypes[data-v-ea1ef8bc] {
  position: relative;
}
.collateral-subtypes[data-v-ea1ef8bc] .group-items__item {
  width: 100%;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper {
  width: 100%;
  padding: 16px;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .group-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .item-name {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .v-checkbox {
  padding: 0;
  height: auto;
  bottom: 3px;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .v-selection-control__input {
  margin-right: 0 !important;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .v-field {
  height: auto !important;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .v-messages {
  display: none;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .v-icon {
  font-size: 21px !important;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .group-items__item .v-input {
  background: none;
}
.collateral-subtypes[data-v-ea1ef8bc] .content-wrapper .group-items__item .v-input .item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.collateral-subtypes[data-v-ea1ef8bc] .v-overlay__content {
  left: 0;
  right: 0;
  top: 50px;
  z-index: 8 !important;
}
.collateral-subtypes[data-v-ea1ef8bc] .v-field--active i {
  color: #2969ff !important;
}
.collateral-subtypes[data-v-ea1ef8bc] .chip-text {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.mobile-section[data-v-ea1ef8bc] {
    background: #fefefe;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    border-radius: 6.66667px;
}
.mobile-section .section-title[data-v-ea1ef8bc] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f1f1f1;
}
.mob-desc-fir-section[data-v-ea1ef8bc] {
    border-radius: 6.66667px 6.66667px 0 0;
}
.mob-desc-sec-section[data-v-ea1ef8bc] {
    border-radius: 0 0 6.66667px 6.66667px;
}
.asset-info[data-v-ea1ef8bc] .c-label {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.asset-info[data-v-ea1ef8bc] .second-input-with-background .v-text-field,
  .asset-info[data-v-ea1ef8bc] .second-input-with-background .address-container,
  .asset-info[data-v-ea1ef8bc] .v-field {
    height: 40px !important;
}
}
@media (max-width: 959.98px) {
.asset-info[data-v-ea1ef8bc] {
    background: none;
}
.asset-title-field[data-v-ea1ef8bc] {
    padding-right: 20px;
}
.asset-type-field[data-v-ea1ef8bc] .v-overlay__content,
  .asset-collateralsub-field[data-v-ea1ef8bc] .v-overlay__content {
    width: 230px;
    left: auto !important;
    right: 0;
}
.asset-collateral-field[data-v-ea1ef8bc] .v-overlay__content,
  .asset-status-field[data-v-ea1ef8bc] .v-overlay__content {
    width: auto;
    left: 0 !important;
}
#UPDDate[data-v-ea1ef8bc] {
    position: relative;
}
#UPDDate[data-v-ea1ef8bc] .v-overlay__content {
    left: auto !important;
    right: 0;
    top: 65px !important;
}
[data-v-ea1ef8bc] .select-menu .v-list,[data-v-ea1ef8bc] .asset-type .v-list {
    grid-template-columns: 1fr !important;
}
}.asset-flow-single-select-menu,
.asset-flow-multi-select-menu {
  border: 1px solid #d9e2f2;
  border-radius: 8px !important;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.asset-flow-single-select-menu .v-list,
.asset-flow-multi-select-menu .v-list {
  display: grid;
  gap: 4px;
  padding: 8px !important;
  background: #ffffff;
}
.asset-flow-single-select-menu .v-list-item,
.asset-flow-multi-select-menu .v-list-item {
  min-width: 0;
  min-height: 40px;
  padding: 8px 10px !important;
  border-radius: 6px;
}
.asset-flow-single-select-menu .v-list-item-title,
.asset-flow-multi-select-menu .v-list-item-title {
  overflow: visible;
  white-space: normal;
  line-height: 18px;
}
.asset-flow-single-select-menu .v-list-item {
  box-sizing: border-box;
  height: 57.2px !important;
  min-height: 57.2px !important;
  max-height: 57.2px !important;
}
.asset-flow-multi-select-menu .second-select-static-item {
  box-sizing: border-box;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}
.asset-flow-single-select-menu {
  min-width: 260px !important;
}
.asset-flow-single-select-menu .v-list {
  grid-template-columns: 1fr !important;
}
.asset-flow-multi-select-menu {
  min-width: 360px !important;
}
.asset-flow-multi-select-menu .v-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (max-width: 600px) {
.asset-flow-single-select-menu,
  .asset-flow-multi-select-menu {
    min-width: 230px !important;
}
.asset-flow-single-select-menu .v-list,
  .asset-flow-multi-select-menu .v-list {
    grid-template-columns: 1fr !important;
}
}
.xlr-asset-card[data-v-d9f81ab5] {
  font-family: var(--xl-font-primary);
  line-height: normal;
  color: var(--xl-navy);
}
.xlr-asset-card__top--status-only[data-v-d9f81ab5] {
  justify-content: flex-end;
}
.xlr-asset-card__upb--special[data-v-d9f81ab5] {
  margin-top: auto;
}

.adv__c[data-v-f54998b4] {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: 0;
  height: 162px;
  min-height: 162px;
  align-items: center;
  gap: 15px;
  padding: 16px;
  border: 1px solid #e8edf6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 17, 84, 0.06);
  scroll-snap-align: start;
}
.adv__av[data-v-f54998b4] {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  place-items: center;
  border: 1px solid #e3e9f5;
  border-radius: 50%;
  background: #eef2fa;
  color: #a9b7d2;
}
.adv__av svg[data-v-f54998b4] {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.adv__av img[data-v-f54998b4] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv__b[data-v-f54998b4] {
  min-width: 0;
  flex: 1 1 auto;
}
.adv__n[data-v-f54998b4] {
  color: #001154;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.2;
}
.adv__f[data-v-f54998b4] {
  margin: 3px 0 9px;
  color: #65738d;
  font-size: 13px;
}
.adv__l[data-v-f54998b4] {
  display: block;
  overflow: hidden;
  color: #334669;
  font-size: 13.5px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adv__l--interactive[data-v-f54998b4]:hover {
  color: #2969ff;
}
.adv__btn[data-v-f54998b4] {
  width: 100%;
  height: 38px;
  margin-top: 12px;
  border: 0;
  border-radius: 8px;
  background: #2969ff;
  box-shadow: 0 8px 20px rgba(41, 105, 255, 0.24);
  color: #fff;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}
.adv__btn[data-v-f54998b4]:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}
.adv__c--editable .adv__btn[data-v-f54998b4]:disabled {
  opacity: 1;
}
.adv__edit-actions[data-v-f54998b4] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: flex;
  gap: 3px;
}
.adv__edit-actions button[data-v-f54998b4] {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f4f7ff;
  cursor: pointer;
}
.adv__edit-actions button[data-v-f54998b4]:hover,
.adv__edit-actions button[data-v-f54998b4]:focus-visible {
  background: #e8efff;
}
.adv__c--add[data-v-f54998b4] {
  border-style: dashed;
  color: #001154;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.adv__c--add .adv__av[data-v-f54998b4] {
  color: #2969ff;
}
.adv__c--add .adv__n[data-v-f54998b4] {
  color: #2969ff;
}
.adv__c--add[data-v-f54998b4]:hover:not(:disabled),
.adv__c--add[data-v-f54998b4]:focus-visible:not(:disabled) {
  border-color: #2969ff;
  background: #f8faff;
  box-shadow: 0 12px 28px rgba(41, 105, 255, 0.14);
}
.adv__c--add[data-v-f54998b4]:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}
@media (max-width: 600px) {
.adv__c[data-v-f54998b4] {
    height: 154px;
    min-height: 154px;
    gap: 12px;
    padding: 14px;
}
.adv__av[data-v-f54998b4] {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
}
}
.asset-dialog-timer[data-v-a32d4e42] {
  color: #0f2d59;
  display: flex;
  font-size: 12px;
  justify-content: flex;
  line-height: 16px;
  text-align: center;
  font-variant-numeric: tabular-nums lining-nums;
}
.asset-dialog-timer--disabled[data-v-a32d4e42] {
  color: rgba(0, 17, 84, 0.4);
}
.asset-dialog-timer__white[data-v-a32d4e42] {
  color: #ffffff;
}
.asset-dialog-timer__white .asset-dialog-timer__time-value[data-v-a32d4e42] {
  font-size: 24px;
}
.asset-dialog-timer__time[data-v-a32d4e42] {
  display: block;
}
.asset-dialog-timer--card-units .asset-dialog-timer__time-title[data-v-a32d4e42] {
  text-transform: none;
}
.asset-dialog-timer__time-title[data-v-a32d4e42] {
  display: block;
  text-transform: uppercase;
}
.asset-dialog-timer__time-value[data-v-a32d4e42] {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.42px;
  margin-bottom: 2px;
  text-align: center;
}
.asset-dialog-timer__dots[data-v-a32d4e42] {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 65px;
  margin: 0 9px;
}
.asset-dialog-timer .md[data-v-a32d4e42] {
  width: 50px;
  max-width: 50px;
}
.asset-dialog-timer .sm[data-v-a32d4e42] {
  width: 26px;
  max-width: 26px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-timer__dots[data-v-a32d4e42] {
    font-size: 24px;
    line-height: 65px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.asset-dialog-timer__time-value[data-v-a32d4e42] {
    font-size: 16px !important;
}
.asset-dialog-timer__dots[data-v-a32d4e42] {
    font-size: 16px !important;
    margin: 0 !important;
}
}.image__wrapper[data-v-e0bcdcf3] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  background: #eef2f7;
}
.image__wrapper[data-v-e0bcdcf3]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #dfe7f4 20%, #f8faff 46%, #dfe7f4 72%);
  background-size: 240% 100%;
  animation: lazy-image-loading-e0bcdcf3 1.5s ease-in-out infinite;
  transition: opacity 0.2s ease;
}
.image__wrapper.loaded[data-v-e0bcdcf3]::before {
  opacity: 0;
  animation: none;
}
.image__wrapper.loaded .image__item[data-v-e0bcdcf3] {
  visibility: visible;
  opacity: 1;
  border: 0;
  object-fit: cover;
}
.image__item[data-v-e0bcdcf3] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.22s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@keyframes lazy-image-loading-e0bcdcf3 {
to {
    background-position: -140% 0;
}
}
@media (prefers-reduced-motion: reduce) {
.image__wrapper[data-v-e0bcdcf3]::before {
    animation: none;
}
}.asset-status[data-v-8343a949] {
  padding: 4px 8px;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  border-radius: 5px;
  line-height: normal;
}
.asset-status--small[data-v-8343a949] {
  font-weight: 600;
  font-size: 14px;
}.mobile-status[data-v-0d3994f8] {
  width: 100%;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}[data-v-b534b0f6] .v-window__right,[data-v-b534b0f6] .v-window__left {
  top: 50%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-b534b0f6] .v-window-item .v-img {
    height: 264px !important;
}
}
.asset-dialog-carousel[data-v-b534b0f6] {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel[data-v-b534b0f6] {
    height: 264px !important;
    width: 100%;
}
}
.asset-dialog-carousel__map[data-v-b534b0f6] {
  width: 100%;
  height: 500px;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel__map[data-v-b534b0f6] {
    width: 100%;
    height: 264px !important;
}
}
.asset-dialog-carousel__slider[data-v-b534b0f6] {
  width: 100%;
  height: 620px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel__slider[data-v-b534b0f6] {
    height: 264px !important;
}
}
.asset-dialog-carousel__slider--full-screen[data-v-b534b0f6] {
  max-width: 100%;
  height: calc(100vh - 128px) !important;
  border-radius: 5px;
}
.asset-dialog-carousel__slider--full-screen[data-v-b534b0f6] .v-carousel-item {
  height: calc(100vh - 128px) !important;
}
.asset-dialog-carousel__button[data-v-b534b0f6] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel__button[data-v-b534b0f6] {
    width: 24px;
    height: 24px;
}
}
.asset-dialog-carousel__items[data-v-b534b0f6] {
  position: absolute;
  display: flex;
  overflow-x: scroll;
  width: 100%;
  max-width: 705px;
  bottom: 2px;
  scrollbar-width: none;
  z-index: 99999999;
}
.asset-dialog-carousel__items--full-screen[data-v-b534b0f6] {
  max-width: 100%;
}
.asset-dialog-carousel__items[data-v-b534b0f6]::-webkit-scrollbar {
  display: none;
}
.asset-dialog-carousel__item[data-v-b534b0f6] {
  min-width: 90px;
  height: 65px;
  margin-left: 2px;
  border: 2px solid #fff;
  cursor: pointer;
}
.asset-dialog-carousel__item--active[data-v-b534b0f6] {
  border-color: #3ba9e0;
}
.asset-dialog-carousel__item[data-v-b534b0f6]:hover {
  border-color: #3ba9e0;
}
.asset-dialog-carousel__control-tooltip[data-v-b534b0f6] {
  width: auto;
  padding: 2px;
  border-radius: 3px;
  font-size: 10px;
}
.asset-dialog-carousel__control-button[data-v-b534b0f6] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel__control-button[data-v-b534b0f6] {
    width: 32px;
    height: 32px;
}
}
.asset-dialog-carousel__control-button--dashboard[data-v-b534b0f6] {
  top: 8px;
  right: 104px;
}
.asset-dialog-carousel__control-button--no-edit[data-v-b534b0f6] {
  right: 56px;
}
.asset-dialog-carousel__control-button--pen[data-v-b534b0f6] {
  top: 8px;
  right: 56px;
}
.asset-dialog-carousel__control-button--like[data-v-b534b0f6] {
  top: 8px;
  right: 8px;
}
.asset-dialog-carousel__control-button--message[data-v-b534b0f6] {
  top: 8px;
  right: 158px;
  background: blue;
}
.asset-dialog-carousel__control-button--view[data-v-b534b0f6] {
  bottom: 132px;
  right: 8px;
}
.asset-dialog-carousel__control-button--point[data-v-b534b0f6] {
  bottom: 84px;
  right: 8px;
}
.asset-dialog-carousel__mobile-button[data-v-b534b0f6] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  top: 8px;
  right: 8px;
  box-shadow: 0px 6px 12px rgba(223, 223, 223, 0.44);
}
.asset-dialog-carousel__mobile-button--share[data-v-b534b0f6] {
  right: 52px;
}
.asset-dialog-carousel__mobile-button--message[data-v-b534b0f6] {
  right: 96px;
}.asset-dialog-advisor[data-v-27f50cf5] {
  width: 100%;
  padding: 16px;
}
.asset-dialog-advisor__selector[data-v-27f50cf5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.asset-dialog-advisor__selector-arrow[data-v-27f50cf5] {
  margin-right: 12px;
  cursor: pointer;
}
.asset-dialog-advisor__selector-arrow--right[data-v-27f50cf5] {
  margin-left: 12px;
}
.asset-dialog-advisor__selector-item[data-v-27f50cf5] {
  display: flex;
  align-items: center;
  width: 100%;
}
.asset-dialog-advisor__selector-wrapper[data-v-27f50cf5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 288px;
  max-width: 288px;
  overflow: hidden;
}
.asset-dialog-advisor__selector-wrapper[data-v-27f50cf5]:nth-child(2) {
  margin-left: 20px;
}
.asset-dialog-advisor__selector-avatar[data-v-27f50cf5] {
  width: 112px !important;
  height: 112px !important;
}
.asset-dialog-advisor__selector-avatar[data-v-27f50cf5] img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
.asset-dialog-advisor__selector-information[data-v-27f50cf5] {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-width: 147px;
}
.asset-dialog-advisor__selector-title[data-v-27f50cf5] {
  font-size: 14px;
  color: #001154;
  margin-bottom: 8px;
  font-weight: 600;
}
.asset-dialog-advisor__selector-line[data-v-27f50cf5] {
  display: flex;
  align-items: center;
}
.asset-dialog-advisor__selector-line img[data-v-27f50cf5] {
  width: 16px;
  height: 16px;
}
.asset-dialog-advisor__selector-line-text[data-v-27f50cf5] {
  position: relative;
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  min-height: 18px;
}
.asset-dialog-advisor__selector-line-button[data-v-27f50cf5] {
  font-size: 12px;
  max-width: 140px;
  margin-top: 8px;
  border-radius: 5px;
  background: #3873ff !important;
}
@media (max-width: 959.98px) {
.asset-dialog-advisor[data-v-27f50cf5] {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.asset-dialog-advisor__selector-line[data-v-27f50cf5] {
    margin-bottom: 4px;
}
.asset-dialog-advisor__selector-line-button[data-v-27f50cf5] {
    margin-top: 6px;
    max-width: unset;
    width: 160px;
    height: 32px !important;
}
.asset-dialog-advisor__selector-wrapper[data-v-27f50cf5] {
    display: grid;
    grid-template-columns: 44% auto;
    min-width: 320px;
    max-width: 320px;
}
.asset-dialog-advisor__selector[data-v-27f50cf5] {
    position: relative;
    justify-content: center;
}
.asset-dialog-advisor__selector-item[data-v-27f50cf5] {
    width: unset;
}
.asset-dialog-advisor__selector-title[data-v-27f50cf5] {
    margin-bottom: 0;
}
.asset-dialog-advisor__selector > img[data-v-27f50cf5] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 16px;
}
.asset-dialog-advisor__selector > img[alt=left-arrow][data-v-27f50cf5] {
    left: 0;
}
.asset-dialog-advisor__selector > img[alt=right-arrow][data-v-27f50cf5] {
    right: 0;
    margin-right: 0;
}
.asset-dialog-advisor__selector-avatar[data-v-27f50cf5] {
    width: 78px !important;
    height: 78px !important;
    margin: 0 auto 8px;
}
.asset-dialog-advisor__selector-avatar[data-v-27f50cf5] img {
    width: 78px;
    height: 78px;
}
}.message-admin-dialog[data-v-5adb1016] {
  background: #fff;
  height: 389px;
  box-shadow: 0px 0px 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  padding-top: 49px;
  padding-left: 56px;
  padding-right: 56px;
}
.message-admin-dialog__close[data-v-5adb1016] {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 32px;
  right: 24px;
  cursor: pointer;
}
.message-admin-dialog__title[data-v-5adb1016] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
  text-align: center;
  margin-bottom: 24px;
}
.message-admin-dialog__logo[data-v-5adb1016] {
  margin: auto;
}
.message-admin-dialog__message[data-v-5adb1016] {
  margin-top: 32px;
}
.message-admin-dialog__message-field[data-v-5adb1016] {
  height: 172px;
}
.message-admin-dialog__message-field[data-v-5adb1016] .v-field {
  height: 172px;
  border: none !important;
}
.message-admin-dialog__buttons[data-v-5adb1016] {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.message-admin-dialog__button[data-v-5adb1016] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  max-width: 175px;
  border-radius: 5px;
  background: #3873ff !important;
  width: 100%;
  max-width: 230px;
  height: 40px !important;
  margin-left: 32px;
}
.message-admin-dialog__button--text[data-v-5adb1016] {
  color: #3873ff !important;
  background: #fff !important;
  margin-left: 0;
}
[data-v-5adb1016] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-5adb1016] .v-textarea .v-field {
  background-color: #f5f5f5 !important;
  box-shadow: none !important;
}
[data-v-5adb1016] .v-btn__content {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
[data-v-5adb1016] textarea {
  border-radius: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 17, 84, 0.45);
}
[data-v-5adb1016] .v-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
}
@media (max-width: 959.98px) {
.message-admin-dialog__buttons[data-v-5adb1016] {
    display: grid !important;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
}
.message-admin-dialog__buttons button[data-v-5adb1016] {
    margin: 0;
}
[data-v-5adb1016] .v-dialog {
    margin: 24px 0;
}
}.create-test-offer[data-v-05f6be2e] {
  color: #ffffff;
  font-size: 12px !important;
  border-radius: 5px;
}
@media (max-width: 959.98px) {
.create-test-offer[data-v-05f6be2e] {
    width: 100% !important;
}
}.asset-dialog-main-info__header[data-v-f6ef8b1e] {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 8px 24px;
  font-weight: 600;
  color: #001154;
  border-bottom: 1px solid #e6e7ef;
}
.asset-dialog-main-info__header h4[data-v-f6ef8b1e] {
  line-height: 28px;
  font-weight: 600;
  font-size: 28px;
  line-height: 29px;
  margin-top: 12px;
}
.asset-dialog-main-info__header span[data-v-f6ef8b1e] {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  line-height: 14px;
}
.asset-dialog-main-info__blocks[data-v-f6ef8b1e] {
  display: flex;
  flex-wrap: wrap;
}
.asset-dialog-main-info__blocks-header[data-v-f6ef8b1e] {
  font-weight: 400;
  font-size: 10px;
  color: #001154;
}
.asset-dialog-main-info__blocks-price[data-v-f6ef8b1e] {
  font-weight: 700;
  font-size: 32px;
  color: #001154;
}
.asset-dialog-main-info__blocks-item[data-v-f6ef8b1e] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 24px;
  border: 1px solid #e6e7ef;
  border-top: none;
}
.asset-dialog-main-info__blocks-main[data-v-f6ef8b1e] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.asset-dialog-main-info__blocks-main--status[data-v-f6ef8b1e] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.asset-dialog-main-info__blocks-main--adress[data-v-f6ef8b1e] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}
.asset-dialog-main-info__blocks-main img[data-v-f6ef8b1e] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-status[data-v-f6ef8b1e] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-line[data-v-f6ef8b1e] {
  display: flex;
  justify-content: space-between;
  color: #001154;
  margin-bottom: 8px;
}
.asset-dialog-main-info__blocks-line span[data-v-f6ef8b1e]:first-child {
  font-weight: 600;
  font-size: 14px;
  min-width: 50%;
}
.asset-dialog-main-info__blocks-line span[data-v-f6ef8b1e]:last-child {
  min-width: 50%;
  text-align: right;
}
.asset-dialog-main-info__blocks-line span[data-v-f6ef8b1e] {
  font-weight: 300;
  font-size: 13px;
}
.asset-dialog-main-info__blocks-line .contact-advisor-link[data-v-f6ef8b1e] {
  min-width: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2969ff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  text-decoration: underline;
}
.asset-dialog-main-info__blocks-line .contact-advisor-link[data-v-f6ef8b1e]:disabled {
  color: inherit;
  cursor: default;
  font-weight: 300;
  text-decoration: none;
}
.asset-dialog-main-info__button[data-v-f6ef8b1e] {
  width: 100%;
  max-width: 230px;
  height: 40px !important;
  border-radius: 5px;
  font-size: 12px !important;
  background: #2969ff !important;
}
.asset-dialog-main-info__button-icon[data-v-f6ef8b1e] {
  margin-left: 8px;
}
.asset-dialog-main-info__button-icon--active[data-v-f6ef8b1e] {
  transform: rotate(180deg);
}
[data-v-f6ef8b1e] .v-list {
  border-radius: 5px !important;
  padding: 0;
}
[data-v-f6ef8b1e] .v-list-item {
  font-weight: 600;
  font-size: 12px;
  color: #001154;
  min-height: 39px;
  cursor: pointer;
}
[data-v-f6ef8b1e] .v-list-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[data-v-f6ef8b1e] .v-list-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-f6ef8b1e] .v-list-item:hover {
  color: #ffffff !important;
  background: #2969ff !important;
}.asset-dialog-description__title[data-v-dee66e03] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
}
.asset-dialog-description__description[data-v-dee66e03] {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}
[data-v-dee66e03] .media iframe {
  width: 100% !important;
  height: 300px !important;
}
[data-v-dee66e03] p {
  margin-bottom: 0px !important;
}.asset-dialog-note-overview__title[data-v-76573402] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
  padding-top: 15px;
}
.asset-dialog-note-overview__content[data-v-76573402] {
  display: flex;
  justify-content: space-between;
}
.asset-dialog-note-overview__content-side[data-v-76573402] {
  width: 100%;
  max-width: 50%;
}
.asset-dialog-note-overview__content-side[data-v-76573402]:first-child {
  margin-right: 64px;
}
.asset-dialog-note-overview__line[data-v-76573402] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.asset-dialog-note-overview__line[data-v-76573402]:last-child {
  margin-bottom: 0;
}
.asset-dialog-note-overview__line-heading[data-v-76573402] {
  width: 100%;
  max-width: 50%;
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.asset-dialog-note-overview__line-value[data-v-76573402] {
  width: 100%;
  max-width: 50%;
  font-weight: 300;
  font-size: 13px;
  color: #001154;
  text-align: right;
}.asset-page-property-details__title[data-v-c5d78f04] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
  padding-top: 15px;
}
.asset-page-property-details__content[data-v-c5d78f04] {
  display: flex;
  justify-content: space-between;
}
.asset-page-property-details__content-side[data-v-c5d78f04] {
  width: 100%;
  max-width: 50%;
}
.asset-page-property-details__content-side[data-v-c5d78f04]:first-child {
  margin-right: 64px;
}
.asset-page-property-details__line[data-v-c5d78f04] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.asset-page-property-details__line[data-v-c5d78f04]:last-child {
  margin-bottom: 0;
}
.asset-page-property-details__line-heading[data-v-c5d78f04] {
  font-weight: 500;
  font-size: 13px;
  color: #001154;
  width: 100%;
  max-width: 54%;
}
.asset-page-property-details__line-value[data-v-c5d78f04] {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
  width: 100%;
  max-width: 46%;
  text-align: right;
}.asset-dialog-foreclosure__title[data-v-03e041b1] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
  padding-top: 15px;
}
.asset-dialog-foreclosure__content-title[data-v-03e041b1] {
  font-weight: 600;
  font-size: 13px;
  color: #001154;
}
.asset-dialog-foreclosure__content-paragraph[data-v-03e041b1] {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}
.asset-dialog-foreclosure--closed-status[data-v-03e041b1] {
  height: 880px;
}.textLayer{inset:0;line-height:1;opacity:1;overflow:clip;position:absolute;text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;caret-color:CanvasText;forced-color-adjust:none;transform-origin:0 0;z-index:0}.textLayer.highlighting{touch-action:none}.textLayer :is(span,br){color:transparent;cursor:text;position:absolute;transform-origin:0 0;white-space:pre}.textLayer .markedContent span:not(.markedContent),.textLayer>:not(.markedContent){z-index:1}.textLayer span.markedContent{height:0;top:0}.textLayer span[role=img]{cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer .highlight{--highlight-bg-color:rgba(180,0,170,.25);--highlight-selected-bg-color:rgba(0,100,0,.25);--highlight-backdrop-filter:none;--highlight-selected-backdrop-filter:none}@media screen and (forced-colors:active){.textLayer .highlight{--highlight-bg-color:transparent;--highlight-selected-bg-color:transparent;--highlight-backdrop-filter:var(--hcm-highlight-filter);--highlight-selected-backdrop-filter:var(
        --hcm-highlight-selected-filter
      )}}.textLayer .highlight{-webkit-backdrop-filter:var(--highlight-backdrop-filter);backdrop-filter:var(--highlight-backdrop-filter);background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer ::-moz-selection{background:rgba(0,0,255,.25);background:color-mix(in srgb,AccentColor,transparent 75%)}.textLayer ::selection{background:rgba(0,0,255,.25);background:color-mix(in srgb,AccentColor,transparent 75%)}.textLayer br::-moz-selection{background:transparent}.textLayer br::selection{background:transparent}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.textLayer.selecting .endOfContent{top:0}.textLayer.selecting~.annotationLayer section{pointer-events:none}.textLayer.highlighting{cursor:var(--editorFreeHighlight-editing-cursor)}.textLayer.highlighting:not(.free) span{cursor:var(--editorHighlight-editing-cursor)}.textLayer.highlighting.free span{cursor:var(--editorFreeHighlight-editing-cursor)}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}#hiddenCopyElement,.hiddenCanvasElement{display:none;height:0;left:0;position:absolute;top:0;width:0}.asset-dialog-due-diligance[data-v-28226bb6] {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: auto;
  overflow: hidden;
  color: #001154;
}
.asset-dialog-due-diligance__title[data-v-28226bb6] {
  flex: none;
  padding: 18px 48px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.asset-dialog-due-diligance__subtitle[data-v-28226bb6] {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 24px;
}
.asset-dialog-due-diligance__subtitle-line[data-v-28226bb6] {
  font-size: 13px;
  line-height: 1.5;
}
.asset-dialog-due-diligance__subtitle-button[data-v-28226bb6] {
  flex: none;
}
.asset-dialog-due-diligance__subtitle-button[data-v-28226bb6] .v-btn__content {
  color: #2969ff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: normal;
}
.asset-dialog-due-diligance__subtitle-button img[data-v-28226bb6] {
  margin-right: 8px;
}
.asset-dialog-due-diligance__content[data-v-28226bb6] {
  flex: 1 1 0;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 16px;
  background: #f5f7fb;
}
.asset-dialog-due-diligance__content-pdf[data-v-28226bb6] {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: white;
}
.asset-dialog-due-diligance__content-pdf[data-v-28226bb6] .vue-pdf-embed__page {
  margin-bottom: 12px;
}
.asset-dialog-due-diligance__control[data-v-28226bb6] {
  position: relative;
  flex: none;
  border-top: 1px solid rgba(0, 17, 84, 0.14);
  padding: 12px 24px 16px;
  background: white;
}
.asset-dialog-due-diligance__control-title[data-v-28226bb6], .asset-dialog-due-diligance__control-list[data-v-28226bb6] {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
}
.asset-dialog-due-diligance__control-title[data-v-28226bb6] {
  font-weight: 600;
}
.asset-dialog-due-diligance__control-list[data-v-28226bb6] {
  padding: 0;
  list-style: none;
  margin-top: 6px;
  margin-bottom: 12px;
}
.asset-dialog-due-diligance__control-list li[data-v-28226bb6] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 3px;
}
.asset-dialog-due-diligance__control-list li img[data-v-28226bb6] {
  flex: none;
  width: 11px;
  height: 11px;
  margin-top: 4px;
}
.asset-dialog-due-diligance__control-buttons[data-v-28226bb6] {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.asset-dialog-due-diligance__control-button[data-v-28226bb6] {
  max-width: 120px;
  color: white;
  border-radius: 5px;
}
.asset-dialog-due-diligance__control-button--outlined[data-v-28226bb6] {
  color: #2969ff;
}
.asset-dialog-due-diligance__close[data-v-28226bb6] {
  position: absolute;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  top: 8px;
  right: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.asset-dialog-due-diligance__close img[data-v-28226bb6] {
  width: 12px;
  height: 12px;
}
.asset-dialog-due-diligance__close[data-v-28226bb6]:focus-visible,
.asset-dialog-due-diligance .toggle-dd-info-wrapper button[data-v-28226bb6]:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 2px;
}
@media (max-width: 599px) {
.asset-dialog-due-diligance__title[data-v-28226bb6] {
    padding: 16px 52px 16px 16px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.asset-dialog-due-diligance__content[data-v-28226bb6] {
    padding: 8px;
}
.asset-dialog-due-diligance__control[data-v-28226bb6] {
    padding: 12px 16px 16px;
}
.asset-dialog-due-diligance__control-title[data-v-28226bb6] {
    padding-right: 36px;
    font-size: 13px;
}
.asset-dialog-due-diligance__control-list[data-v-28226bb6] {
    font-size: 13px;
}
.asset-dialog-due-diligance__control-buttons[data-v-28226bb6] {
    gap: 12px;
}
.asset-dialog-due-diligance__control-button[data-v-28226bb6] {
    max-width: none;
}
.asset-dialog-due-diligance__control--details-hidden[data-v-28226bb6] {
    padding-top: 48px;
}
.asset-dialog-due-diligance__subtitle-button[data-v-28226bb6] {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
}
.asset-dialog-due-diligance .toggle-dd-info-wrapper[data-v-28226bb6] {
    position: absolute;
    top: 8px;
    right: 12px;
}
.asset-dialog-due-diligance .toggle-dd-info-wrapper button[data-v-28226bb6] {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
}
}.message-admin-dialog[data-v-79a1076b] {
  background: #fff;
  height: 386px;
  box-shadow: 0px 0px 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  padding: 40px 48px;
}
.message-admin-dialog__close[data-v-79a1076b] {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.message-admin-dialog__title[data-v-79a1076b] {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #001154;
  text-align: center;
  margin-bottom: 24px;
}
.message-admin-dialog__logo[data-v-79a1076b] {
  margin: auto;
}
.message-admin-dialog__message-field[data-v-79a1076b] .v-field {
  border: none !important;
}
.message-admin-dialog__message[data-v-79a1076b] {
  margin-top: 24px;
}
.message-admin-dialog__buttons[data-v-79a1076b] {
  display: flex;
  justify-content: center;
}
.message-admin-dialog__button[data-v-79a1076b] {
  font-weight: 500;
  font-size: 12px;
  max-width: 175px;
  border-radius: 5px;
  background: #3873ff !important;
  width: 100%;
  max-width: 172px;
  height: 34px !important;
  margin-left: 16px;
}
.message-admin-dialog__button--text[data-v-79a1076b] {
  color: #3873ff !important;
  background: #fff !important;
  margin-left: 0;
}
[data-v-79a1076b] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-79a1076b] .v-textarea .v-field {
  background-color: #f5f5f5 !important;
  box-shadow: none !important;
}
[data-v-79a1076b] textarea {
  border-radius: 1px;
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  overflow: auto;
  height: 120px !important;
}
[data-v-79a1076b] .v-label {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}
@media (max-width: 959.98px) {
.message-admin-dialog[data-v-79a1076b] {
    padding: 15px !important;
}
.message-admin-dialog__button[data-v-79a1076b] {
    max-width: 140px;
}
.message-admin-dialog__buttons[data-v-79a1076b] {
    justify-content: space-between;
}
}[data-v-f2eb364b] .v-list {
  border-radius: 5px !important;
  padding: 0;
}
[data-v-f2eb364b] .v-list-item {
  font-weight: 600;
  font-size: 12px;
  color: #001154;
  min-height: 39px;
  cursor: pointer;
}
[data-v-f2eb364b] .v-list-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[data-v-f2eb364b] .v-list-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-f2eb364b] .v-list-item:hover {
  color: #ffffff !important;
  background: #2969ff !important;
}
.asset-dialog-make-offer__make-offer[data-v-f2eb364b] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.asset-dialog-make-offer__blocks[data-v-f2eb364b] {
  display: flex;
  flex-wrap: wrap;
}
.asset-dialog-make-offer__blocks-wrapper[data-v-f2eb364b] {
  display: flex;
  justify-content: center;
}
.asset-dialog-make-offer__button[data-v-f2eb364b] {
  width: 100%;
  max-width: 230px;
  height: 40px !important;
  border-radius: 5px;
  font-size: 12px !important;
  background: #2969ff !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-make-offer__button[data-v-f2eb364b] {
    padding: 0 16px !important;
}
.asset-dialog-make-offer__button[data-v-f2eb364b] .v-btn__content .v-icon {
    margin-left: 0 !important;
}
.asset-dialog-make-offer__button[data-v-f2eb364b] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
}
.asset-dialog-make-offer__button--additional[data-v-f2eb364b] {
  background: #dd226f !important;
}
.asset-dialog-make-offer__button-icon[data-v-f2eb364b] {
  margin-left: 8px;
}
.asset-dialog-make-offer__button-icon--active[data-v-f2eb364b] {
  transform: rotate(180deg);
}
.asset-dialog-make-offer__list-link[data-v-f2eb364b] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
.asset-dialog-make-offer__list[data-v-f2eb364b] .v-list-item {
  display: flex;
  justify-content: center;
}
.asset-dialog-make-offer__list[data-v-f2eb364b] .v-list-item:hover .menuDropdownList__link {
  color: white !important;
}.asset-dialog-main-info__header[data-v-1c3cd074] {
  padding: 24px 24px 8px 24px;
  font-weight: 600;
  font-size: 28px;
  color: #001154;
  border-bottom: 1px solid #e6e7ef;
}
.asset-dialog-main-info__timer[data-v-1c3cd074] {
  margin: auto;
  height: 60px;
}
.asset-dialog-main-info__timer--disabled[data-v-1c3cd074] {
  padding-top: 2px;
}
.asset-dialog-main-info__menu[data-v-1c3cd074] {
  display: flex;
  justify-content: center;
}
.asset-dialog-main-info__blocks[data-v-1c3cd074] {
  display: flex;
  flex-wrap: wrap;
}
.asset-dialog-main-info__blocks-wrapper[data-v-1c3cd074] {
  display: flex;
  justify-content: center;
}
.asset-dialog-main-info__blocks-header[data-v-1c3cd074] {
  font-weight: 400;
  font-size: 12px;
  color: #001154;
  text-align: center;
  line-height: 16px;
}
.asset-dialog-main-info__blocks-price[data-v-1c3cd074] {
  font-weight: 700;
  font-size: 32px;
  color: #001154;
  text-align: center;
}
.asset-dialog-main-info__blocks-item[data-v-1c3cd074] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 50%;
  min-height: 150px;
  padding: 24px;
  border: 1px solid #e6e7ef;
  border-top: none;
}
.asset-dialog-main-info__blocks-item--closed[data-v-1c3cd074] {
  padding-top: 40px;
}
.asset-dialog-main-info__blocks-main[data-v-1c3cd074] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.asset-dialog-main-info__blocks-main--status[data-v-1c3cd074] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.asset-dialog-main-info__blocks-main--adress[data-v-1c3cd074] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}
.asset-dialog-main-info__blocks-main img[data-v-1c3cd074] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-status[data-v-1c3cd074] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-line[data-v-1c3cd074] {
  display: flex;
  justify-content: space-between;
  color: #001154;
  height: 24px;
  margin-bottom: 8px;
}
.asset-dialog-main-info__blocks-line span[data-v-1c3cd074]:first-child {
  font-weight: 600;
  font-size: 14px;
}
.asset-dialog-main-info__blocks-line span[data-v-1c3cd074] {
  font-weight: 300;
  font-size: 13px;
}
.asset-dialog-main-info__button[data-v-1c3cd074] {
  width: 100%;
  max-width: 230px;
  height: 40px !important;
  border-radius: 5px;
  font-size: 12px !important;
  background: #2969ff !important;
}
.asset-dialog-main-info__button--additional[data-v-1c3cd074] {
  background: #dd226f !important;
}
.asset-dialog-main-info__button-icon[data-v-1c3cd074] {
  margin-left: 8px;
}
.asset-dialog-main-info__button-icon--active[data-v-1c3cd074] {
  transform: rotate(180deg);
}
.asset-dialog-main-info__additional-information-block[data-v-1c3cd074] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.asset-dialog-main-info__additional-title[data-v-1c3cd074] {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #001154;
  margin-bottom: 5px;
}
[data-v-1c3cd074] .v-list {
  border-radius: 5px !important;
  padding: 0;
}
[data-v-1c3cd074] .v-list-item {
  font-weight: 600;
  font-size: 12px;
  color: #001154;
  min-height: 39px;
  cursor: pointer;
}
[data-v-1c3cd074] .v-list-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[data-v-1c3cd074] .v-list-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-1c3cd074] .v-list-item:hover {
  color: #ffffff !important;
  background: #2969ff !important;
}
.offers-ended-wrapper[data-v-1c3cd074] {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}
.offers-ended-wrapper__text[data-v-1c3cd074] {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  /* identical to box height, or 110% */
  text-align: center;
  letter-spacing: 0.530833px;
  /* Primary / DarkBlue */
  color: #001154;
}
.offers-ended-wrapper[data-v-1c3cd074] {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.make-offer-btn-wrapper[data-v-1c3cd074] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.menuDropdownList__link[data-v-1c3cd074] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  /* Primary / DarkBlue */
  color: #001154;
}
.menuDropdownList[data-v-1c3cd074] .v-list-item {
  display: flex;
  justify-content: center;
}
.menuDropdownList[data-v-1c3cd074] .v-list-item:hover .menuDropdownList__link {
  color: white !important;
}.message-seller-img[data-v-0d659c78] {
  width: 112px;
  height: 112px;
}
@media (max-width: 959.98px) {
.message-seller-wrapper__card[data-v-0d659c78] {
    padding: 12px 46px;
    border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.message-seller-wrapper__card img[data-v-0d659c78] {
    width: 78px;
    height: 78px;
}
.message-seller-wrapper__card .message-seller-wrapper__card-text-title[data-v-0d659c78] {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.message-seller-wrapper__card .message-seller-wrapper__card-text-subtitle[data-v-0d659c78] {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.message-seller-wrapper__card[data-v-0d659c78] {
    justify-content: center;
}
}.mobile-asset-info[data-v-2c63cb24] {
  position: relative;
  width: 100%;
}
.mobile-asset-info__timer[data-v-2c63cb24] {
  top: -87px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  width: 100%;
  height: 87px;
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
}
.mobile-asset-info__counter[data-v-2c63cb24] {
  position: absolute;
}
.mobile-asset-info__counter[data-v-2c63cb24] .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.mobile-asset-info__counter[data-v-2c63cb24] .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.mobile-asset-info__header[data-v-2c63cb24] {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.mobile-asset-info__header-title[data-v-2c63cb24] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.mobile-asset-info__header-subtitle[data-v-2c63cb24] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.mobile-asset-info__header-icon[data-v-2c63cb24] {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  background: #2969ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.mobile-asset-info__price[data-v-2c63cb24] {
  padding: 8px 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.mobile-asset-info__price--center[data-v-2c63cb24] {
  justify-content: center;
}
.mobile-asset-info__price-wrapper[data-v-2c63cb24] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-asset-info__price-title[data-v-2c63cb24] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.mobile-asset-info__price-subtitle[data-v-2c63cb24] {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #001154;
}
.mobile-asset-info__price-subtitle.special-status[data-v-2c63cb24] {
  font-size: 22px;
  line-height: 30px;
}
.mobile-asset-info__info[data-v-2c63cb24] {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.mobile-asset-info__info-line[data-v-2c63cb24] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-asset-info__info-name[data-v-2c63cb24] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-asset-info__info-value[data-v-2c63cb24] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.mobile-asset-info__info-value .contact-advisor-link[data-v-2c63cb24] {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2969ff;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  text-decoration: underline;
}
.mobile-asset-info__info-value .contact-advisor-link[data-v-2c63cb24]:disabled {
  color: inherit;
  cursor: default;
  font-weight: 400;
  text-decoration: none;
}
.asset-status-field .mobile-asset-info__info-value[data-v-2c63cb24] {
  text-align: right;
}
.mobile-asset-info__price-wrapper[data-v-2c63cb24] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mobile-asset-info__price-wrapper .msg-btn[data-v-2c63cb24] {
  border-radius: 7px;
  max-width: 183px;
  width: 100%;
}
.mobile-asset-info__price-wrapper[data-v-2c63cb24] .v-btn__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.mobile-asset-info__counter[data-v-2c63cb24] .asset-dialog-timer__time-title {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
}
.mobile-asset-info__counter[data-v-2c63cb24] .asset-dialog-timer__time-value {
    font-size: 32px !important;
}
.mobile-asset-info__counter[data-v-2c63cb24] .asset-dialog-timer__dots {
    font-size: 32px !important;
    font-weight: 700;
    letter-spacing: 0.427px;
    margin: 0 6px !important;
}
}.folder-icon-wrapper[data-v-afeb0868] {
  display: flex;
}
[data-v-afeb0868] .v-list-group--open > .v-list-group__header .v-list-item-action .v-icon {
  color: #2969ff !important;
}
[data-v-afeb0868] .v-list-item-title {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-afeb0868] .v-treeview-item {
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
}
[data-v-afeb0868] .v-treeview-item .v-treeview-item {
  border-bottom: unset;
}
[data-v-afeb0868] .v-treeview-item[aria-expanded="true"] {
  background-color: #f8f9fb;
}
[data-v-afeb0868] .v-list-item--active:before {
  display: none;
}
[data-v-afeb0868] .v-list-item-title {
  display: grid;
}
.tree-view-header[data-v-afeb0868] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
  align-items: center;
}
.tree-view-header__folder-title[data-v-afeb0868] {
  width: 100%;
  column-gap: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  color: #001154;
}
.tree-view-header__folder-date[data-v-afeb0868] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #001154;
  opacity: 0.7;
}
.tree-view-table-header[data-v-afeb0868] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.tree-view-table-header[data-v-afeb0868] {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
}
}
.tree-view-table-header__item[data-v-afeb0868] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tree-view-table-header__item[data-v-afeb0868]:first-child {
    padding-left: 18px;
}
.tree-view-table-header__item[data-v-afeb0868]:nth-child(2) {
    text-align: right;
    padding-right: 60px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.tree-view-table-header__item[data-v-afeb0868]:first-child {
    padding-left: 18px;
}
.tree-view-table-header__item[data-v-afeb0868]:nth-child(2) {
    text-align: right;
    padding-right: 80px;
}
}
.tree-view-wrapper[data-v-afeb0868] {
  background: #ffffff;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  padding: 16px 16px 25px 16px;
}
.download-tier-icons-wrapper[data-v-afeb0868] {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 4px;
  height: 12px;
  width: 10px;
  margin-left: 10px;
}
.download-tier-icons-wrapper__date[data-v-afeb0868] {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: rgba(0, 17, 84, 0.7);
}
.file-name-wrapper[data-v-afeb0868] {
  width: 132px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
#append[data-v-afeb0868] {
    width: 100% !important;
}
}
.download-folder-image[data-v-afeb0868] {
  width: 10px;
  height: 12px;
}
.file-info-text[data-v-afeb0868] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.file-info-text[data-v-afeb0868] {
    min-width: 70px;
}
}
[data-v-afeb0868] .v-treeview-item__level {
  width: 18px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-afeb0868] .v-list-item__append {
    min-width: 100px;
}
}
@media (min-width: 960px) {
[data-v-afeb0868] .v-list-item__content {
    display: grid;
    grid-template-columns: 30px 28% 1fr;
}
}.documents-wrapper[data-v-ae9b8f77] {
  display: flex;
  flex-direction: column;
  position: sticky;
  z-index: 2;
  min-height: 80vh;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.documents-wrapper[data-v-ae9b8f77] {
    width: 100%;
}
}
.documents-wrapper__documents[data-v-ae9b8f77] {
  display: flex;
  flex-direction: column;
}
.documents-wrapper__documents-item[data-v-ae9b8f77] {
  display: flex;
  column-gap: 13px;
}
.documents-wrapper__title[data-v-ae9b8f77] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.documents-wrapper[data-v-ae9b8f77] {
    min-height: auto;
}
}
.execute-ca-wrapper[data-v-ae9b8f77] {
  display: flex;
  align-items: center;
}
.execute-ca-wrapper__image--mobile[data-v-ae9b8f77] {
  width: 88px;
  height: 88px;
}
.execute-ca-wrapper__refresh-lock[data-v-ae9b8f77] {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #e6edfb;
}
.execute-ca-wrapper__refresh-lock svg[data-v-ae9b8f77] {
  width: 28px;
  height: 28px;
  stroke: #2969ff;
  stroke-width: 1.8;
}
.ca-disabled-text[data-v-ae9b8f77] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.ca-disabled-text--mobile[data-v-ae9b8f77] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.execute-button[data-v-ae9b8f77] {
  width: 100%;
  max-width: 230px;
  height: 40px !important;
  border-radius: 5px;
  font-size: 16px !important;
  background: #2969ff !important;
}
.execute-button--mobile[data-v-ae9b8f77] {
  max-width: 270px;
  margin-top: 16px !important;
}
.execute-button__content[data-v-ae9b8f77] {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.execute-button__content--mobile[data-v-ae9b8f77] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.loader-wrapper[data-v-ae9b8f77] {
  display: flex;
  justify-content: center;
  margin-top: 180px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.loader-wrapper[data-v-ae9b8f77] {
    margin-top: 0px;
}
}
.request-tier-wrapper[data-v-ae9b8f77] {
  background: #ffffff;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  height: 418px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.execute-ca-text[data-v-ae9b8f77] {
  max-width: 341px;
  margin-left: 63px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.documents-wrapper[data-v-ae9b8f77] {
    min-height: 150px;
    width: 100%;
}
.execute-ca-wrapper[data-v-ae9b8f77] {
    justify-content: center;
}
.execute-button--mobile[data-v-ae9b8f77] {
    max-width: 270px;
}
}.mobile-note-overview[data-v-78b42002] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-note-overview__line[data-v-78b42002] {
  display: flex;
  justify-content: space-between;
}
.mobile-note-overview__name[data-v-78b42002] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-note-overview__value[data-v-78b42002] {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #001154;
}.mobile-property-details[data-v-d1341273] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-property-details__line[data-v-d1341273] {
  display: flex;
  justify-content: space-between;
}
.mobile-property-details__name[data-v-d1341273] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-property-details__value[data-v-d1341273] {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #001154;
}[data-v-25738853] .v-list.v-sheet .v-list-group__header {
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
[data-v-25738853] .v-list.v-sheet .v-list-group__items .mobile-asset-expansion-lists__component {
  padding: 8px 16px !important;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.mobile-asset-expansion-lists__title[data-v-25738853] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-asset-expansion-lists__title--active[data-v-25738853] {
  color: #2969ff;
}.asset-dialog-mobile-content[data-v-29c5f7d4] {
  padding-bottom: 100px;
}
.asset-dialog-mobile-content__timer[data-v-29c5f7d4] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  width: 100%;
  height: 87px;
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
}@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-b4039638] .v-dialog {
    margin-top: 59px !important;
}
}
.mobile-dialog-carousel[data-v-b4039638] {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 70px;
  background: #001154;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-dialog-carousel__images-wrapper[data-v-b4039638] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-dialog-carousel__close[data-v-b4039638] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.mobile-dialog-carousel__image[data-v-b4039638] {
  width: 414px;
  height: 298px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.mobile-dialog-carousel[data-v-b4039638] {
    padding-bottom: 0;
}
.mobile-dialog-carousel__images-wrapper[data-v-b4039638] {
    width: 100%;
}
.mobile-dialog-carousel__images-wrapper img[data-v-b4039638] {
    width: calc(100% - 10px);
    height: auto;
    margin-bottom: 5px;
}
}.scroll-down-btn[data-v-8ab1cec2] {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 50px;
  bottom: 100px;
  animation: moveUpDown-8ab1cec2 2s ease-in-out infinite;
  border-radius: 30px;
}
.scroll-down-btn[data-v-8ab1cec2] .v-btn__content {
  display: flex;
  flex-direction: column;
}
@keyframes moveUpDown-8ab1cec2 {
0% {
    transform: translateY(0); /* Initial position */
}
50% {
    transform: translateY(-5px); /* Move up by 5px */
}
100% {
    transform: translateY(0); /* Back to initial position */
}
}
.button-back[data-v-8ab1cec2] {
  padding: 0 !important;
  min-height: auto !important;
}
.button-back[data-v-8ab1cec2]:hover:before {
  opacity: 0;
}
.back-button-content[data-v-8ab1cec2] {
  left: 0px !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #979797 !important;
}
.back-button-content[data-v-8ab1cec2]::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='15'%20viewBox='0%200%2017%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.0171%206.37067C15.9502%206.35999%2015.8824%206.35506%2015.8147%206.35592H4.2776L4.52917%206.2408C4.77507%206.1263%204.99878%205.97045%205.19027%205.78033L8.42555%202.59731C8.85165%202.19714%208.92324%201.55337%208.59522%201.072C8.21344%200.559041%207.4813%200.447665%206.95988%200.823274C6.91775%200.853636%206.87771%200.886732%206.84009%200.922347L0.989658%206.67825C0.532447%207.12757%200.532045%207.85645%200.988744%208.30627C0.989036%208.30656%200.989365%208.30688%200.989658%208.30717L6.84009%2014.0631C7.29766%2014.512%208.03851%2014.511%208.49485%2014.0608C8.53075%2014.0254%208.56428%2013.9877%208.59522%2013.948C8.92324%2013.4666%208.85165%2012.8228%208.42555%2012.4226L5.19612%209.23387C5.02444%209.06479%204.82706%208.92302%204.61107%208.81369L4.26005%208.65828H15.7503C16.348%208.68012%2016.8724%208.26933%2016.9847%207.69129C17.0882%207.06372%2016.655%206.47248%2016.0171%206.37067Z'%20fill='%23979797'/%3e%3c/svg%3e");
  top: 4px !important;
}
[data-v-8ab1cec2] .v-dialog {
  overflow: hidden !important;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
[data-v-8ab1cec2] .v-dialog {
    margin-top: 59px;
}
}
.asset-dialog[data-v-8ab1cec2] {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden !important;
}
.asset-dialog--mobile[data-v-8ab1cec2] {
  overflow: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-dialog[data-v-8ab1cec2] {
    flex-direction: column;
    padding-bottom: 120px;
}
}
.asset-dialog__left-side[data-v-8ab1cec2] {
  flex: 1;
  width: 50%;
  overflow-y: hidden;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-dialog__left-side[data-v-8ab1cec2] {
    width: 100%;
    min-height: 264px;
}
}
.asset-dialog__right-side[data-v-8ab1cec2] {
  flex: 1;
  width: 50%;
  height: calc(100vh - 95px);
  overflow-x: scroll;
  scrollbar-width: none;
}
.asset-dialog__right-side[data-v-8ab1cec2]::-webkit-scrollbar {
  display: none;
}
.asset-dialog__slider[data-v-8ab1cec2] {
  position: absolute;
  outline: 1px solid blue;
  z-index: 100;
}
.asset-dialog__tabs[data-v-8ab1cec2] {
  position: sticky;
  height: 48px;
}
.asset-dialog__tabs[data-v-8ab1cec2]::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #002c91;
  bottom: 0;
  opacity: 0.2;
}
.asset-dialog__tab-active[data-v-8ab1cec2] {
  color: #2969ff !important;
}
.asset-dialog__tab-content[data-v-8ab1cec2] {
  padding: 15px 32px;
  min-height: 140vh;
}
.asset-dialog__tab-content--documents[data-v-8ab1cec2] {
  min-height: 77vh;
}
.asset-dialog__information[data-v-8ab1cec2] {
  top: 0;
  position: sticky;
  background: #fff;
  z-index: 3;
}
[data-v-8ab1cec2] .v-dialog {
  scrollbar-width: none;
}
[data-v-8ab1cec2] .v-dialog::-webkit-scrollbar {
  display: none;
}
[data-v-8ab1cec2] .v-dialog {
  scrollbar-width: none;
}
[data-v-8ab1cec2] .v-dialog::-webkit-scrollbar {
  display: none;
}
.message-seller-wrapper[data-v-8ab1cec2] {
  margin-top: 24px;
  padding-left: 24px;
}
.message-seller-wrapper[data-v-8ab1cec2]  .message-seller-wrapper__card {
  display: flex;
  column-gap: 24px;
}
.message-seller-wrapper[data-v-8ab1cec2]  .message-seller-wrapper__card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.message-seller-wrapper[data-v-8ab1cec2]  .message-seller-wrapper__card-text-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 110% */
  /* Primary / DarkBlue */
  color: #001154;
  width: 100%;
  text-align: left;
}
.message-seller-wrapper[data-v-8ab1cec2]  .message-seller-wrapper__card-text-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.175px;
  color: #001154;
  margin-top: 6px;
}
.message-seller-wrapper[data-v-8ab1cec2]  .message-seller-wrapper__card-text-button {
  width: 100%;
  max-width: 160px;
  height: 32px !important;
  border-radius: 5px;
  font-size: 12px !important;
  background: #2969ff !important;
}
.message-seller-text[data-v-8ab1cec2] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  /* Primary/White */
  color: #ffffff;
}
[data-v-8ab1cec2] .asset-dialog-main-info__header {
  padding-top: 0 !important;
}
[data-v-8ab1cec2] .asset-dialog-carousel__items {
  z-index: 8 !important;
}
[data-v-8ab1cec2] .v-window__left,[data-v-8ab1cec2] .v-window__right {
  z-index: 8 !important;
  margin: 0 11px !important;
}
[data-v-8ab1cec2] .asset-card__full-carousel {
  position: relative;
}
[data-v-8ab1cec2] .asset-card__full-carousel-close {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 56px;
  height: 56px;
}
[data-v-8ab1cec2] .documents-wrapper__title {
  padding-top: 20px;
}
@media (max-width: 959.98px) {
.asset-dialog[data-v-8ab1cec2] {
    padding-bottom: 0;
}
}
.message-seller-img[data-v-8ab1cec2] {
  width: 112px;
  height: 112px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.asset-dialog[data-v-8ab1cec2] {
    flex-direction: column;
}
.asset-dialog__left-side[data-v-8ab1cec2] {
    width: 100%;
}
[data-v-8ab1cec2] .asset-dialog-carousel__slider {
    height: 40vh !important;
}
[data-v-8ab1cec2] .v-window-item .v-img {
    height: 40vh !important;
}
[data-v-8ab1cec2] .mobile-asset-info__price-wrapper > div {
    text-align: center;
    margin: 0 35px;
}
[data-v-8ab1cec2] .mobile-asset-info__price-wrapper span {
    display: block;
}
}
.preview-vdr-tree[data-v-f5375f97] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.preview-vdr-tree .preview-vdr-tree[data-v-f5375f97] {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dce5f3;
}
.preview-vdr-tree__item + .preview-vdr-tree__item[data-v-f5375f97] {
  border-top: 1px solid #edf1f7;
}
.preview-vdr-tree__row[data-v-f5375f97] {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 10px 4px;
  color: #001154;
}
.preview-vdr-tree__icon[data-v-f5375f97] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #2969ff;
}
.preview-vdr-tree__name[data-v-f5375f97] {
  overflow: hidden;
  font-size: 13.5px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-vdr[data-v-6a9a6bb4] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.preview-vdr__tier[data-v-6a9a6bb4] {
  min-width: 0;
  min-height: 210px;
  padding: 16px;
  border: 1px solid #dce6f7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 17, 84, 0.045);
}
.preview-vdr__tier h3[data-v-6a9a6bb4] {
  margin: 0 0 10px !important;
  color: #001154 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.preview-vdr__state[data-v-6a9a6bb4] {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #526887;
  font-size: 13.5px;
  text-align: center;
}
.preview-vdr__state button[data-v-6a9a6bb4] {
  border: 0;
  background: none;
  color: #2969ff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.preview-vdr__state--empty[data-v-6a9a6bb4] {
  padding: 20px;
  border-radius: 8px;
  background: #f7f9ff;
}
@media (max-width: 760px) {
.preview-vdr[data-v-6a9a6bb4] {
    grid-template-columns: 1fr;
}
}

  /* padding-block only: the shorthand would wipe out the 40px inline padding that
     .xl-container supplies and the page would run to the viewport edge */
.ad { padding-block: 26px 70px; overflow-x: clip;
}
.ad__back { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--xl-blue); text-decoration: none; margin-bottom: 18px;
}
.ad__back:hover { text-decoration: underline;
}
.ad__back svg { width: 16px; height: 16px;
}
  /* gallery left, deal facts right: the facts column is the decision surface, so it
     never drops below the fold on desktop */
.ad__grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,1fr); gap: 34px; align-items: start;
}
  /* the gallery and the broker row hold their place while the deal copy scrolls,
     the way the current product behaves */
.ad__left { position: sticky; top: calc(var(--xl-nav-h) + 18px); align-self: start; min-width: 0;
}
.fx { min-width: 0;
}
  /* the money, the clock and the two actions stay reachable at any scroll depth */
.fx__stick { position: sticky; top: var(--xl-nav-h); z-index: 40; background: #fff; padding-top: 12px;
}
  /* Fixed and sticky layers can land on opposite sides of a fractional device
     pixel at browser zoom. Overpaint their shared edge so scrolled copy never
     flashes through the compositor seam beneath the global navigation. */
@media (min-width: 761px){
.ad:not(.ad--preview) .fx__stick::before { content: ""; position: absolute; top: -2px; right: 0; left: 0; height: 2px; background: #fff; pointer-events: none;
}
}
.gal { position: relative; border-radius: 16px; overflow: hidden; background: #eef2f7; aspect-ratio: 16/10;
}
.gal__img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; opacity: 0; transition: opacity .22s ease;
}
.gal__img.is-loaded { opacity: 1;
}
.gal.is-loading { background: linear-gradient(120deg,#dfe7f4 20%,#f8faff 46%,#dfe7f4 72%); background-size: 240% 100%; animation: gal-loading 1.5s ease-in-out infinite;
}
.gal.is-failed { background: #eef2f7;
}
.gal__loading, .gal__fallback { position:absolute; z-index:1; inset:0; display:grid; place-items:center; color:#52617d; font-size:13px; font-weight:600;
}
@keyframes gal-loading {
to { background-position: -140% 0;
}
}
.gal__fav { position: absolute; z-index: 2; right: 14px; top: 14px; width: 42px; height: 42px; border-radius: 50%; border: none; background: rgba(255,255,255,.94); display: grid; place-items: center; cursor: pointer; box-shadow: 0 8px 20px rgba(0,12,52,.28); transition: transform .16s ease, background .16s ease;
}
.gal__fav:hover { transform: scale(1.06);
}
.gal__fav svg { width: 20px; height: 20px; fill: none; stroke: var(--xl-navy); stroke-width: 1.8;
}
.gal__fav.is-on svg { fill: var(--xl-pink); stroke: var(--xl-pink);
}
.gal__nav { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); display: grid; place-items: center; cursor: pointer; box-shadow: 0 8px 20px rgba(0,12,52,.26);
}
.gal__nav:hover { background: #fff;
}
.gal__nav svg { width: 17px; height: 17px; stroke: var(--xl-navy); stroke-width: 2.4; fill: none;
}
.gal__nav--l { left: 12px;
}
.gal__nav--r { right: 12px;
}
.gal__swipe { display: none;
}
.thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; scrollbar-width: none;
}
.thumbs::-webkit-scrollbar { display: none;
}
.thumbs button { flex: 0 0 auto; width: 92px; height: 62px; box-sizing: border-box; border-radius: 8px; border: 3px solid transparent; padding: 0; background-color: #eef2f7; background-size: cover; background-position: center; cursor: pointer; opacity: .72; box-shadow: 0 0 0 1px rgba(0,17,84,.12); transition: border-color .16s ease, box-shadow .16s ease, opacity .16s ease;
}
.thumbs button:hover { opacity: 1;
}
.thumbs button:focus-visible { outline: 2px solid var(--xl-blue); outline-offset: 2px;
}
.thumbs button.is-on { border-color: var(--xl-blue); opacity: 1; box-shadow: 0 0 0 2px rgba(41,105,255,.24);
}

  /* a broker card is a business card: the photo well runs the full card height and
     every card is the same size, so a listing with one advisor and a listing with
     five both look deliberate. The rail shows whole cards plus a peek of the next. */
.advrow { position: relative; margin-top: 22px; min-width: 0;
}
.advrow__vp { overflow: hidden;
}
.adv { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px;
}
.adv::-webkit-scrollbar { display: none;
}
.adv__c { flex: 0 0 min(340px, 84%); scroll-snap-align: start; display: flex; align-items: center; gap: 15px; min-width: 0; padding: 16px; background: #fff; border: 1px solid #e8edf6; border-radius: 13px; box-shadow: 0 10px 26px rgba(0,17,84,.06);
}
.adv__av { position: relative; flex: 0 0 86px; width: 86px; height: 86px; border-radius: 50%; overflow: hidden; background: #eef2fa; border: 1px solid #e3e9f5; display: grid; place-items: center; color: #a9b7d2;
}
.adv__av svg { width: 34px; height: 34px; stroke: currentColor; stroke-width: 1.5; fill: none;
}
.adv__av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.adv__b { min-width: 0; flex: 1 1 auto;
}
.adv__n { font-weight: 700; font-size: 16.5px; line-height: 1.2; color: var(--xl-navy);
}
.adv__f { font-size: 13px; color: var(--xl-body-soft); margin: 3px 0 9px;
}
.adv__l { display: block; font-size: 13.5px; color: var(--xl-body); text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.adv__l:hover { color: var(--xl-blue);
}
.adv__btn { margin-top: 12px; width: 100%; height: 38px; border: none; border-radius: 8px; background: var(--xl-blue); color: #fff; font-family: var(--xl-font-primary); font-weight: 600; font-size: 13.5px; cursor: pointer; box-shadow: 0 8px 20px rgba(41,105,255,.24); transition: filter .16s ease, transform .16s ease;
}
.adv__btn:hover { filter: brightness(1.08); transform: translateY(-1px);
}
.advrow__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e5ebf5; background: #fff; display: grid; place-items: center; cursor: pointer; box-shadow: 0 10px 24px rgba(0,17,84,.16);
}
.advrow__nav[hidden] { display: none;
}
.advrow__nav svg { width: 15px; height: 15px; stroke: var(--xl-navy); stroke-width: 2.4; fill: none;
}
.advrow__nav--l { left: -14px;
}
.advrow__nav--r { right: -14px;
}
.fx__pill { display: inline-flex; align-items: center; height: 38px; padding: 0 16px; border-radius: 5px; font-weight: 700; font-size: 19px; letter-spacing: -.01em;
}
.fx h1 { font-weight: 800; font-size: clamp(27px,2.9vw,38px); line-height: 1.08; letter-spacing: -.02em; color: var(--xl-navy); margin: 14px 0 6px;
}
.fx__addr { font-size: 16px; color: var(--xl-body);
}
.fx__specs { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0; margin-top: 22px; border: 1px solid #e8edf6; border-radius: 14px; overflow: hidden; background: #fff;
}
.fx__col { min-width: 0; padding: 20px 22px;
}
.fx__col + .fx__col { border-left: 1px solid #eef1f7;
}
.fx__r { padding: 9px 0; min-width: 0;
}
.fx__r + .fx__r { border-top: 1px solid #f2f5fa;
}
.fx__k { display: block; font-weight: 700; font-size: 14px; color: var(--xl-navy); margin-bottom: 2px;
}
.fx__v { display: block; font-weight: 400; font-size: 15px; line-height: 1.35; color: var(--xl-body);
}
.fx__v a { color: var(--xl-blue);
}
.fx__deal { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); margin-top: 14px; border: 1px solid #e8edf6; border-radius: 14px; background: #fff; box-shadow: 0 18px 44px rgba(0,17,84,.07);
}
.fx__half { display: flex; flex-direction: column; min-width: 0; padding: 22px; text-align: center;
}
.fx__half > :last-child { margin-top: auto;
}
.fx__half + .fx__half { border-left: 1px solid #eef1f7;
}
.fx__lbl { font-size: 13.5px; font-weight: 600; color: #4a5c80;
}
.fx__upb { font-family: var(--xl-font-secondary); font-weight: 600; font-size: clamp(26px,2.6vw,34px); letter-spacing: -.02em; color: var(--xl-navy); margin: 6px 0 16px;
}
.fx__half .xlr-btn { height: 50px;
}
.fx__half .xlr-btn { width: 100%;
}
.fx__act { position: relative;
}
.fx__offer { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 50px; border: none; border-radius: 7px; background: var(--xl-blue); color: #fff; font-family: var(--xl-font-primary); font-weight: 600; font-size: 15px; cursor: pointer; box-shadow: 0 10px 26px rgba(41,105,255,.28); transition: filter .16s ease, transform .16s ease, box-shadow .16s ease;
}
.fx__offer:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 0 0 5px rgba(41,105,255,.2), 0 16px 34px rgba(41,105,255,.4);
}
.fx__offer svg { width: 15px; height: 15px; stroke: currentColor; stroke-width: 2.6; fill: none; transition: transform .18s ease;
}
.fx__offer[aria-expanded="true"] svg { transform: rotate(180deg);
}
.fx__menu { position: absolute; left: 0; right: 0; top: 100%; z-index: 30; background: #fff; border: 1px solid #e4eaf5; border-radius: 10px; box-shadow: 0 20px 44px rgba(0,17,84,.18); overflow: hidden;
}
.fx__menu[hidden] { display: none;
}
.fx__menu button { display: block; width: 100%; padding: 13px 16px; border: none; background: none; font-family: var(--xl-font-primary); font-weight: 600; font-size: 14.5px; color: var(--xl-navy); text-align: left; cursor: pointer;
}
.fx__menu button:hover { background: #f4f8ff; color: var(--xl-blue);
}
.fx__menu button + button { border-top: 1px solid #eef1f7;
}
.fx__menu { border-top-left-radius: 0; border-top-right-radius: 0;
}
  /* fixed cell width and tabular figures: the row must not breathe as the seconds
     tick over */
.asset-cd { display: flex; justify-content: center; align-items: flex-end; gap: 2px; margin: 6px 0 14px;
}
.asset-cd__u { width: 46px; text-align: center;
}
.asset-cd__n { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 30px; line-height: 1; color: var(--xl-navy); letter-spacing: -.02em; font-variant-numeric: tabular-nums;
}
.asset-cd__l { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; color: #4a5c80; margin-bottom: 5px;
}
.asset-cd__s { width: 8px; font-family: var(--xl-font-secondary); font-weight: 700; font-size: 26px; color: #8fa2c4; line-height: 1;
}

  /* The section rail is a second sticky layer. Its top edge is measured from the
     live deal-action card so the two controls remain joined even when copy,
     countdown state or browser font metrics change the card height. */
.tabs-dock { position: sticky; top: calc(var(--xl-nav-h) + var(--xl-asset-sticky-deal-h, 0px)); z-index: 39; margin: 22px 0 0; background: #fff; border-bottom: 1px solid #e8edf6; box-shadow: 0 8px 18px rgba(0,17,84,.07);
}
.tabs-dock::before, .tabs-dock::after { content: ""; position: absolute; top: 0; bottom: 1px; z-index: 2; width: 24px; opacity: 0; pointer-events: none; transition: opacity .16s ease;
}
.tabs-dock::before { left: 0; background: linear-gradient(90deg,#fff 18%,rgba(255,255,255,0));
}
.tabs-dock::after { right: 0; background: linear-gradient(270deg,#fff 18%,rgba(255,255,255,0));
}
.tabs-dock.can-scroll-left::before, .tabs-dock.can-scroll-right::after { opacity: 1;
}
.tabs { display: flex; gap: 4px; padding-top: 4px; background: #fff; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; overscroll-behavior-x: contain;
}
.tabs::-webkit-scrollbar { display: none;
}
.tabs__short { display: none;
}
.tabs button { flex: 0 0 auto; scroll-snap-align: center; border: none; background: none; padding: 12px 16px; font-family: var(--xl-font-primary); font-weight: 600; font-size: 14.5px; color: var(--xl-body-soft); cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -1px; transition: color .16s ease, border-color .16s ease;
}
.tabs button:hover { color: var(--xl-navy);
}
.tabs button:focus-visible { outline: 2px solid var(--xl-blue); outline-offset: -3px; border-radius: 5px 5px 0 0;
}
.tabs button.is-on { color: var(--xl-blue); border-bottom-color: var(--xl-blue);
}
.sec { padding: 30px 0 4px; scroll-margin-top: calc(var(--xl-nav-h) + var(--xl-asset-sticky-deal-h, 0px) + var(--xl-asset-detail-tabs-h, 52px));
}
.sec h2 { font-weight: 800; font-size: 24px; letter-spacing: -.015em; color: var(--xl-navy); margin-bottom: 14px;
}
.sec h3 { font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--xl-blue); margin: 22px 0 8px;
}
.sec p { font-size: 15.5px; line-height: 1.65; color: var(--xl-body); margin-bottom: 12px; max-width: 74ch;
}
.sec .asset-dialog-description__description p { margin: 0 0 12px !important;
}
.sec ul { margin: 0 0 12px 18px;
}
.sec li { font-size: 15.5px; line-height: 1.7; color: var(--xl-body);
}
.kv { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0 40px;
}
.kv__r { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid #eef1f7;
}
.kv__k { font-size: 14.5px; color: var(--xl-body);
}
.kv__v { min-width: 0; font-family: var(--xl-font-secondary); font-weight: 600; font-size: 14.5px; color: var(--xl-navy); text-align: right;
}
.asset-dd { display: flex; align-items: center; gap: 22px; background: #f6f9ff; border: 1px solid #e4eaf5; border-radius: 14px; padding: 26px;
}
.asset-dd__lock { flex: 0 0 auto; width: 68px; height: 68px; border-radius: 50%; background: #e6edfb; display: grid; place-items: center;
}
.asset-dd__lock svg { width: 28px; height: 28px; stroke: var(--xl-blue); stroke-width: 1.8; fill: none;
}
.asset-dd p { margin: 0 0 12px;
}
.gal { cursor: zoom-in;
}
.lb { position: fixed; inset: 0; z-index: 9500; background: rgba(3,9,30,.94); display: flex; align-items: center; justify-content: center; padding: 60px 78px;
}
.lb[hidden] { display: none;
}
.lb__img { width: 100%; height: 100%; background-size: contain; background-position: center; background-repeat: no-repeat;
}
.lb__x { position: absolute; top: 20px; right: 24px; width: 42px; height: 42px; border-radius: 50%; border: none; background: rgba(255,255,255,.14); color: #fff; font-size: 17px; cursor: pointer;
}
.lb__x:hover { background: rgba(255,255,255,.28);
}
.lb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: none; background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; cursor: pointer;
}
.lb__nav:hover { background: rgba(255,255,255,.28);
}
.lb__nav svg { width: 22px; height: 22px;
}
.lb__nav--l { left: 20px;
}
.lb__nav--r { right: 20px;
}
@media (max-width: 760px){
.lb { padding: 54px 12px;
}
.lb__nav { width: 42px; height: 42px;
}
}
@media (min-width: 761px) and (max-width: 1080px){
.ad__grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(18px,2.6vw,26px);
}
.ad--preview .kv { grid-template-columns: 1fr;
}
#asset-dialog-note-overview .kv { grid-template-columns: 1fr;
}
.fx__stick { padding-top: 10px;
}
.fx__col, .fx__half { padding: 16px 14px;
}
.fx__k { font-size: 13px;
}
.fx__v { font-size: 14px;
}
.fx__upb { font-size: clamp(22px,2.6vw,28px);
}
.tabs-dock { margin-top: 16px;
}
.tabs button { padding: 12px 10px; font-size: 13.5px;
}
.thumbs button { width: 76px; height: 52px;
}
.adv__c { flex-basis: min(300px,92%); padding: 14px;
}
.adv__av { flex-basis: 68px; width: 68px; height: 68px;
}
}
@media (max-width: 760px){
.ad__grid { grid-template-columns: 1fr; gap: 28px;
}
.ad__left { position: static;
}
.fx__stick { position: static; padding-top: 0;
}
.fx__specs { grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
.fx__deal, .kv { grid-template-columns: 1fr;
}
.fx__col { padding: 16px 14px;
}
.fx__col + .fx__col { border-left: 1px solid #eef1f7; border-top: none;
}
.fx__half + .fx__half { border-left: none; border-top: 1px solid #eef1f7;
}
.fx__k { font-size: 12px; line-height: 1.25;
}
.fx__v { font-size: 13px;
}
.asset-dd { flex-direction: column; align-items: flex-start; gap: 16px;
}
.gal { touch-action: pan-y;
}
.gal__nav { display: none;
}
.gal__swipe { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; min-height: 30px; padding: 0 12px; border-radius: 999px; background: rgba(0,17,84,.76); color: #fff; font-size: 12px; font-weight: 600; white-space: nowrap; pointer-events: none; backdrop-filter: blur(4px);
}
.gal__swipe span { color: var(--xl-teal-bright); font-size: 19px; line-height: 1;
}
.tabs-dock { top: var(--xl-nav-h); z-index: 45; margin: 22px -22px 0;
}
.tabs { padding: 4px 22px 0; touch-action: pan-x pan-y;
}
.tabs button { padding: 12px 11px; font-size: 13.5px;
}
.tabs__full { display: none;
}
.tabs__short { display: inline;
}
.sec { padding-top: 22px; scroll-margin-top: calc(var(--xl-nav-h) + 49px);
}
.lb__img { touch-action: pan-y;
}
}

.ad__back[data-v-50b7bedc] {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.ad__loading[data-v-50b7bedc] {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--xl-navy);
  font-weight: 600;
}
.ad__loading--page[data-v-50b7bedc] {
  min-height: 70vh;
}
.fx__link[data-v-50b7bedc] {
  border: 0;
  padding: 0;
  background: none;
  color: var(--xl-blue);
  font: inherit;
  cursor: pointer;
}
.fx__link[data-v-50b7bedc]:disabled {
  cursor: default;
}
.adv__btn[data-v-50b7bedc]:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
}
.ad--preview[data-v-50b7bedc] {
  max-width: none;
  padding-block: 34px 28px;
}
.preview-due-diligence[data-v-50b7bedc] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid #dce6f7;
  border-radius: 12px;
  background: #f7f9ff;
  color: #526887;
}
.preview-due-diligence strong[data-v-50b7bedc],
.preview-due-diligence span[data-v-50b7bedc] {
  display: block;
}
.preview-due-diligence strong[data-v-50b7bedc] {
  margin-bottom: 4px;
  color: #001154;
}
.ad--preview .asset-due-title[data-v-50b7bedc] {
  display: block;
}
@media (min-width: 761px) {
.ad--preview[data-v-50b7bedc] {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
}
.ad--preview .ad__grid[data-v-50b7bedc] {
    min-height: 0;
    flex: 1 1 auto;
    align-items: stretch;
    overflow: hidden;
}
.ad--preview .ad__left[data-v-50b7bedc] {
    position: static;
    min-height: 0;
    padding-right: 4px;
    overflow: hidden;
}
.ad--preview .fx[data-v-50b7bedc] {
    min-height: 0;
    padding-right: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}
.ad--preview .fx__stick[data-v-50b7bedc] {
    position: sticky;
    top: 0;
}
.ad--preview .tabs-dock[data-v-50b7bedc] {
    position: sticky;
    top: var(--xl-asset-sticky-deal-h, 0px);
}
.ad--preview .sec[data-v-50b7bedc] {
    scroll-margin-top: calc(
      var(--xl-asset-sticky-deal-h, 0px) + var(--xl-asset-detail-tabs-h, 52px)
    );
}
}
@media (max-width: 760px) {
.ad--preview[data-v-50b7bedc] {
    height: auto;
    overflow: visible;
}
.ad--preview .fx[data-v-50b7bedc] {
    overflow: visible;
}
.ad--preview .fx__stick[data-v-50b7bedc] {
    position: static;
}
.ad--preview .tabs-dock[data-v-50b7bedc] {
    position: sticky;
    top: 0;
}
.ad--preview .sec[data-v-50b7bedc] {
    scroll-margin-top: var(--xl-asset-detail-tabs-h, 52px);
}
}
.asset-cd--status[data-v-50b7bedc] {
  min-height: 58px;
  align-items: center;
}
.asset-cd--status .asset-cd__u[data-v-50b7bedc] {
  width: auto;
}
.asset-cd--status .asset-cd__n[data-v-50b7bedc] {
  font-size: 22px;
}
.lb__img[data-v-50b7bedc] {
  pointer-events: none;
}
.sec[data-v-50b7bedc] {
  min-width: 0;
}
.sec > h2[data-v-50b7bedc] {
  line-height: normal;
}
.sec[data-v-50b7bedc] h2 {
  font-family: var(--xl-font-primary);
  font-weight: 800;
  font-size: 24px;
  color: var(--xl-navy);
  margin-bottom: 14px;
  padding-top: 0;
  line-height: normal;
}
.sec[data-v-50b7bedc] h3 {
  font-family: var(--xl-font-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--xl-blue);
  margin: 22px 0 8px;
}
.sec[data-v-50b7bedc] p,
.sec[data-v-50b7bedc] li {
  font-family: var(--xl-font-primary);
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--xl-body);
  letter-spacing: normal;
}
.sec[data-v-50b7bedc] .asset-dialog-description__description
  > p[style*="text-transform"] {
  font-size: 13px !important;
  line-height: normal !important;
  letter-spacing: 0.12em !important;
  margin: 22px 0 8px !important;
}
.sec[data-v-50b7bedc] .asset-dialog-description__description
  > p:not([style*="text-transform"]) {
  margin-bottom: 12px !important;
}
.sec[data-v-50b7bedc] .asset-dialog-description__description > ul {
  margin: 0 0 12px 18px;
  padding-left: 40px;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__line,
.sec[data-v-50b7bedc] .asset-page-property-details__line {
  padding: 9px 0;
  margin: 0;
  border-bottom: 1px solid #eef1f7;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__content,
.sec[data-v-50b7bedc] .asset-page-property-details__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 40px;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__content-side,
.sec[data-v-50b7bedc] .asset-page-property-details__content-side {
  width: auto;
  max-width: none;
  margin: 0 !important;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__line-heading,
.sec[data-v-50b7bedc] .asset-page-property-details__line-heading {
  width: auto;
  max-width: 60%;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__line-value,
.sec[data-v-50b7bedc] .asset-page-property-details__line-value {
  width: auto;
  max-width: 40%;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__line-heading,
.sec[data-v-50b7bedc] .asset-page-property-details__line-heading {
  font-size: 14.5px;
  font-weight: 400;
  color: var(--xl-body);
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__line-value,
.sec[data-v-50b7bedc] .asset-page-property-details__line-value {
  font-family: var(--xl-font-secondary);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--xl-navy);
}
.sec[data-v-50b7bedc] .documents-wrapper {
  padding: 0;
  position: static;
  min-height: 0;
}
.sec[data-v-50b7bedc] .documents-wrapper__title {
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  color: var(--xl-navy);
}
.sec[data-v-50b7bedc] .execute-ca-wrapper,
.sec[data-v-50b7bedc] .request-tier-wrapper {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #f6f9ff;
  border: 1px solid #e4eaf5;
  border-radius: 14px;
  padding: 26px;
}
.sec[data-v-50b7bedc] .execute-ca-wrapper > img {
  width: 68px;
  height: 68px;
}
.sec[data-v-50b7bedc] .execute-ca-text {
  margin-left: 0;
}
.sec[data-v-50b7bedc] .ca-disabled-text {
  margin: 0 0 12px !important;
  color: var(--xl-body);
  font-family: var(--xl-font-primary);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
}
.sec[data-v-50b7bedc] .execute-button {
  width: auto !important;
  min-width: 100px !important;
  max-width: none !important;
  height: 50px !important;
  margin-top: 0 !important;
  padding: 0 20px !important;
}
.sec[data-v-50b7bedc] .execute-button__content {
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
.asset-due-title[data-v-50b7bedc] {
  display: none;
}
.fx__act[data-v-50b7bedc] .asset-dialog-make-offer__blocks-wrapper,
.fx__act[data-v-50b7bedc] .asset-dialog-make-offer__make-offer {
  width: 100%;
}
.fx__act[data-v-50b7bedc] .asset-dialog-make-offer__button .v-btn__content {
  /* Retain the legacy positioned text layer after the Vuetify upgrade. */
  position: relative;
}
.fx__act[data-v-50b7bedc] .asset-dialog-make-offer__button {
  max-width: none;
  width: 100%;
  height: 50px !important;
  border-radius: 7px;
  background: var(--xl-blue) !important;
  font-family: var(--xl-font-primary);
  font-size: 15px !important;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 10px 26px rgba(41, 105, 255, 0.28);
}
@media (max-width: 760px) {
.ad[data-v-50b7bedc] {
    padding-inline: 22px;
}
.advrow__nav[data-v-50b7bedc] {
    display: none;
}
.sec[data-v-50b7bedc] .asset-dialog-description__description {
    font-size: 15px;
    line-height: 1.6;
}
.sec[data-v-50b7bedc] .asset-dialog-description__description > * {
    margin-top: 0 !important;
}
.sec[data-v-50b7bedc] .asset-dialog-description__description
    > p[style*="text-transform"] {
    margin: 18px 0 6px !important;
}
.sec[data-v-50b7bedc] .asset-dialog-description__description > ul,
  .sec[data-v-50b7bedc] .asset-dialog-description__description > ol {
    margin: 0 0 14px !important;
    padding-left: 20px !important;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__content,
  .sec[data-v-50b7bedc] .asset-page-property-details__content {
    display: block;
}
.sec[data-v-50b7bedc] .asset-dialog-note-overview__content-side,
  .sec[data-v-50b7bedc] .asset-page-property-details__content-side {
    max-width: none;
    margin: 0;
}
.sec[data-v-50b7bedc] .execute-ca-wrapper {
    min-height: 302px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.sec[data-v-50b7bedc] .execute-ca-text {
    width: 100%;
    max-width: none;
}
}
@media (max-width: 960px) {
.asset-due-title[data-v-50b7bedc] {
    display: block;
    font-family: var(--xl-font-primary);
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    color: var(--xl-navy);
    margin-bottom: 14px;
}
}
.step[data-v-226d4b52] {
  cursor: pointer;
}
.step-order[data-v-226d4b52] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #001154;
}
.step-title[data-v-226d4b52] {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.step-order-wrapper[data-v-226d4b52] {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-info-wrapper[data-v-226d4b52] {
  display: flex;
  align-items: center;
}
.dots-wrapper[data-v-226d4b52] {
  padding-left: 14px;
}
.checked .step-order-wrapper[data-v-226d4b52] {
  border: 2px solid #35f9a7;
  background: #35f9a7;
}
.checked .step-order[data-v-226d4b52] {
  background: #35f9a7;
  color: #001154;
}
.checked.current-step .step-order-wrapper[data-v-226d4b52] {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72);
}
.checked.current-step .step-title[data-v-226d4b52] {
  font-weight: 600;
}
.active .step-order[data-v-226d4b52] {
  background: #ffffff;
  color: #001154;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.active .step-title[data-v-226d4b52] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.white-color[data-v-226d4b52] {
  color: #ffffff;
}
.blue-color[data-v-226d4b52] {
  color: #001154;
}.stepper[data-v-68e5035d] {
  height: auto;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(165deg, #001154 0%, #062c7b 100%);
  box-shadow: 0 18px 44px rgba(0, 17, 84, 0.16);
}
.stepper-title[data-v-68e5035d] {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.stepper-asset-label[data-v-68e5035d] {
  min-height: 18px;
  margin-top: 1px;
  color: #b9cbf6;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  overflow-wrap: anywhere;
}
.steps[data-v-68e5035d] {
  padding-top: 30px;
  row-gap: 26px;
}
.asset-preview-wrapper[data-v-68e5035d] {
  margin: 55px -16px 0;
}
.asset-preview-wrapper .asset-preview-button[data-v-68e5035d] {
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.asset-preview-wrapper .preview-title[data-v-68e5035d] {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.asset-preview-wrapper .asset-preview-live-card[data-v-68e5035d] {
  width: 100%;
  margin-top: 8px;
  min-height: 0;
}
.asset-preview-wrapper .asset-preview-button:hover .asset-preview-live-card[data-v-68e5035d],
.asset-preview-wrapper .asset-preview-button:focus-visible .asset-preview-live-card[data-v-68e5035d] {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}
.asset-preview-wrapper .asset-preview-hint[data-v-68e5035d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 2px 0;
  color: #b9cbf6;
  font-size: 10px;
  font-weight: 600;
}
[data-v-68e5035d] .asset-preview-live-card .xlr-asset-card__upb {
  font-size: 21px;
}.step[data-v-3312a6a6] {
  display: flex;
}
.step-order[data-v-3312a6a6] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.step-order-wrapper[data-v-3312a6a6] {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}
.step-info-wrapper[data-v-3312a6a6] {
  background: #f1f1f1;
  border-radius: 50%;
}
.active .step-info-wrapper[data-v-3312a6a6],
.checked .step-info-wrapper[data-v-3312a6a6] {
  background: #2969ff;
  color: #ffffff;
}
.active .line[data-v-3312a6a6],
.checked .line[data-v-3312a6a6] {
  background: #2969ff;
}
.white-color[data-v-3312a6a6] {
  color: #ffffff;
}
.blue-color[data-v-3312a6a6] {
  color: #001154;
}.stepper-title[data-v-7eabf6b5] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.steps[data-v-7eabf6b5] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.line[data-v-7eabf6b5] {
  background: #f1f1f1;
  height: 4px;
  width: 130px;
}
.active.line[data-v-7eabf6b5] {
  background: #2969ff;
}
.steps-list[data-v-7eabf6b5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-title[data-v-7eabf6b5] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}.image[data-v-b7713aea] {
  overflow-y: hidden;
}
.image[data-v-b7713aea] .v-skeleton-loader__image {
  height: 100%;
}
.close-icon[data-v-b7713aea] {
  position: sticky;
  top: 14px;
  z-index: 80;
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 14px -38px auto;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 17, 84, 0.18);
  cursor: pointer;
}
@media (max-width: 1080px) {
.asset-preview-card[data-v-b7713aea] {
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
}
}
@media (max-width: 959px) {
.asset-preview-card[data-v-b7713aea] {
    border-radius: 0 !important;
}
}.legal-check-wrapper[data-v-78a513ee] {
  width: 310px;
  margin: 0 auto;
}
.legal-check-wrapper[data-v-78a513ee] .c-checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.asset-step-title[data-v-78a513ee] {
  position: sticky;
  top: var(--xl-nav-h, 74px);
  z-index: 20;
  height: auto;
  border-bottom: 1px solid #e1e7f2 !important;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 17, 84, 0.055);
}
.asset-step-title__title[data-v-78a513ee] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.finish-mobile[data-v-78a513ee] {
  color: #001154;
  border-bottom: 1px solid #001154;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-78a513ee] .finish-later-btn-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-78a513ee] .back-button-content,[data-v-78a513ee] .next-button-content {
  padding-top: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 74px;
  position: relative;
  text-align: left;
  right: auto;
  left: auto;
}
[data-v-78a513ee] .back-button-content {
  text-align: right;
}
[data-v-78a513ee] .next-button-content::after {
  width: 20px;
  height: 16px;
  top: 6px;
  left: auto;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-1.29539e-06%209L16.2%209L10.6%2014.6L12%2016L20%208L12%201.20797e-06L10.6%201.4L16.2%207L-1.12054e-06%207L-1.29539e-06%209Z'%20fill='white'/%3e%3c/svg%3e");
}
[data-v-78a513ee] .back-button-content::before {
  width: 20px;
  height: 16px;
  left: 0;
  top: 6px;
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%207L3.8%207L9.4%201.4L8%200L0%208L8%2016L9.4%2014.6L3.8%209L20%209V7Z'%20fill='%232969FF'/%3e%3c/svg%3e");
}
[data-v-78a513ee] .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
[data-v-78a513ee] .c-label {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #001154;
}
[data-v-78a513ee] .second-input-with-background .v-text-field,[data-v-78a513ee] .second-input-with-background .address-container,[data-v-78a513ee] .v-field {
  height: 50px !important;
  font-size: 14px;
  color: #001154;
}
[data-v-78a513ee] input {
  font-size: 14px;
}
[data-v-78a513ee] .second-input-with-background .v-input.text-error ::placeholder,[data-v-78a513ee] .second-input-with-background .google-input.text-error ::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px !important;
  opacity: 0.45;
}
[data-v-78a513ee] .ckeditor-wrapper .ck-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
  top: 55px;
  left: 16px;
}
[data-v-78a513ee] .ck.ck-content {
  background: #f1f1f1 !important;
}
.asset-step-buttons[data-v-78a513ee] {
  position: sticky !important;
  bottom: 0;
  z-index: 19;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0;
  align-items: center;
  margin: 8px 0 0;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 -8px 24px rgba(0, 17, 84, 0.09);
}
body:has(.create-asset) .ck.ck-balloon-panel.ck-powered-by-balloon {
  z-index: 18;
}
[data-v-78a513ee] .v-btn {
  min-height: auto !important;
}
.create-asset[data-v-78a513ee] .v-field__input {
  position: relative;
  min-width: 0;
}
.create-asset[data-v-78a513ee] .second-input-with-background .v-input,
.create-asset[data-v-78a513ee] .second-input-with-background .v-input__control,
.create-asset[data-v-78a513ee] .second-input-with-background .address-container {
  top: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.create-asset[data-v-78a513ee] .second-input-with-background .v-input__control {
  width: 100%;
}
.create-asset[data-v-78a513ee] .second-input-with-background .v-field,
.create-asset[data-v-78a513ee] .second-input-with-background .address-container {
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid #d9e2f2;
  border-radius: 8px;
  background: #f7f9fc !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.create-asset[data-v-78a513ee] .second-input-with-background .v-field__input {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.create-asset[data-v-78a513ee] .second-input-with-background .v-field--focused,
.create-asset[data-v-78a513ee] .second-input-with-background .address-container:focus-within {
  border-color: #2969ff;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.1);
}
.create-asset[data-v-78a513ee] .second-input-with-background .v-input.text-error .v-field,
.create-asset[data-v-78a513ee] .second-input-with-background .google-input.text-error {
  border-color: rgba(213, 40, 25, 0.6) !important;
  background: rgba(213, 40, 25, 0.05) !important;
}
.create-asset[data-v-78a513ee] .second-input-with-background .v-input--disabled .v-field {
  border-color: #e4e9f2;
  background: #f1f4f8 !important;
}
.create-asset[data-v-78a513ee] .ck.ck-editor__main > .ck-editor__editable,
.create-asset[data-v-78a513ee] .ck.ck-toolbar {
  border-color: #d9e2f2 !important;
}
.create-asset[data-v-78a513ee] .ck.ck-toolbar {
  border-radius: 8px 8px 0 0 !important;
}
.create-asset[data-v-78a513ee] .ck.ck-editor__main > .ck-editor__editable {
  border-radius: 0 0 8px 8px !important;
  background: #f7f9fc !important;
}
[data-v-78a513ee] .c-checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
[data-v-78a513ee] .v-input__details {
  display: none !important;
}
.button-back.hidden[data-v-78a513ee] {
  visibility: hidden;
}
.next-button[data-v-78a513ee] {
  border: none;
}
.button-back[data-v-78a513ee] {
  width: 100% !important;
  border: 1px solid #2969ff;
}
.button-back .back-button-content[data-v-78a513ee] {
  color: #2969ff !important;
}
.button-back .back-button-content[data-v-78a513ee]::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%207L3.8%207L9.4%201.4L8%200L0%208L8%2016L9.4%2014.6L3.8%209L20%209V7Z'%20fill='%232969FF'/%3e%3c/svg%3e");
}
.button-back.v-btn--disabled[data-v-78a513ee] {
  border: 1px solid #9aabc2;
}
.button-back.v-btn--disabled .back-button-content[data-v-78a513ee] {
  color: #9aabc2 !important;
}
.button-back.v-btn--disabled .back-button-content[data-v-78a513ee]::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8654%207L3.69406%207L8.2471%201.4L7.10884%200L0.604492%208L7.10884%2016L8.2471%2014.6L3.69406%209L16.8654%209V7Z'%20fill='%239AABC2'/%3e%3c/svg%3e");
}
.next-button[data-v-78a513ee] {
  width: 100% !important;
}
[data-v-78a513ee] .second-input-with-background > .v-input,[data-v-78a513ee] .second-input-with-background > .app-price-input-root,[data-v-78a513ee] .second-input-with-background > .app-advanced-select-root,[data-v-78a513ee] .second-input-with-background > .address-container,[data-v-78a513ee] .second-input-with-background > .collateral-value-input {
  margin-top: 4px;
}
[data-v-78a513ee] .second-input-with-background .v-field {
  font-size: 14px !important;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
}
[data-v-78a513ee] .second-input-with-background .v-select .v-field,[data-v-78a513ee] .second-input-with-background .v-select .v-field__field {
  box-sizing: border-box;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
[data-v-78a513ee] .second-input-with-background .v-field__input {
  line-height: 20px;
  letter-spacing: normal;
}
[data-v-78a513ee] .second-input-with-background input.v-field__input {
  font-size: 14px !important;
  line-height: 20px !important;
}
[data-v-78a513ee] .second-input-with-background input::placeholder,[data-v-78a513ee] .second-input-with-background textarea::placeholder {
  color: rgba(0, 0, 0, 0.38) !important;
  opacity: 1 !important;
}
[data-v-78a513ee] .second-input-with-background .v-select .v-field__field > .v-field__input {
  box-sizing: border-box;
  align-self: center;
  position: relative;
  top: auto;
  bottom: auto;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 8px 20px 8px 12px !important;
  opacity: 1;
}
[data-v-78a513ee] .second-input-with-background
      .v-select
      .v-field__field
      > .v-field__input
      > input {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  min-height: 32px;
  padding: 8px 20px 8px 12px !important;
}
[data-v-78a513ee] .second-input-with-background .v-field__append-inner {
  transform: translate(-15px, 4px);
}
[data-v-78a513ee] .second-input-with-background .v-select .v-field__append-inner .v-icon {
  color: #526887 !important;
}
[data-v-78a513ee] #UPDDate .v-field__append-inner {
  transform: translateX(-12px);
}
@media (min-width: 600px) {
[data-v-78a513ee] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field__field {
    transform: translateY(-1px);
}
[data-v-78a513ee] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field__append-inner {
    transform: translate(-15px, 4px);
}
}
[data-v-78a513ee] .second-input-with-background .v-input--error .v-field,[data-v-78a513ee] .second-input-with-background .v-field--error {
  border-color: rgba(213, 40, 25, 0.6) !important;
  background: rgba(213, 40, 25, 0.05) !important;
}
[data-v-78a513ee] .second-input-with-background .v-input--error input::placeholder,[data-v-78a513ee] .second-input-with-background .v-field--error input::placeholder {
  color: rgba(213, 40, 25, 0.7) !important;
  opacity: 0.45 !important;
}
[data-v-78a513ee] .second-input-with-background
      .app-advanced-select-root
      .second-select
      .v-input__control,[data-v-78a513ee] .second-input-with-background
      .app-advanced-select-root
      .second-select
      .v-field,[data-v-78a513ee] .second-input-with-background
      .app-advanced-select-root
      .second-select
      .v-field__field {
  box-sizing: border-box;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
[data-v-78a513ee] .second-input-with-background .v-field__outline {
  display: none !important;
}
@media (max-width: 959.98px) {
[data-v-78a513ee] #UPDDate {
    position: static;
}
}
@media (max-width: 599.98px) {
[data-v-78a513ee] .second-input-with-background .v-field__append-inner {
    transform: translate(-15px, -1px);
}
[data-v-78a513ee] .second-input-with-background .v-select .v-field,[data-v-78a513ee] .second-input-with-background .v-select .v-field__field,[data-v-78a513ee] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-input__control,[data-v-78a513ee] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field,[data-v-78a513ee] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field__field {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}
.sell-flow-btn[data-v-78a513ee] {
  width: 108px !important;
  max-width: 100%;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}
[data-v-78a513ee] .sell-flow-btn .v-btn__overlay,[data-v-78a513ee] .sell-flow-btn .v-btn__underlay {
  background: transparent !important;
  opacity: 0 !important;
}
.sell-flow-btn--finish[data-v-78a513ee] {
  width: 120px !important;
  border: 1.5px solid #2969ff !important;
  background: #ffffff !important;
  color: #001154 !important;
  box-shadow: 0 4px 12px rgba(0, 17, 84, 0.08) !important;
}
.sell-flow-btn--finish[data-v-78a513ee]:hover:not(.v-btn--disabled) {
  border-color: #2969ff !important;
  background: #f6f9ff !important;
  color: #1f5ce8 !important;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.1), 0 8px 18px rgba(0, 17, 84, 0.12) !important;
  transform: translateY(-1px);
}
.sell-flow-btn--next[data-v-78a513ee] {
  border: 1px solid #2969ff !important;
  background: #2969ff !important;
  color: #ffffff !important;
  box-shadow: 0 7px 18px rgba(41, 105, 255, 0.22) !important;
}
.sell-flow-btn--next[data-v-78a513ee]:hover:not(.v-btn--disabled) {
  border-color: #1f5ce8 !important;
  background: #1f5ce8 !important;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.14), 0 12px 24px rgba(41, 105, 255, 0.26) !important;
  transform: translateY(-1px);
}
.sell-flow-btn--back[data-v-78a513ee] {
  border: 1.5px solid #2969ff !important;
  background: #ffffff !important;
  color: #2969ff !important;
  box-shadow: none !important;
}
.sell-flow-btn--back[data-v-78a513ee]:hover:not(.v-btn--disabled) {
  background: #f5f8ff !important;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.12) !important;
  transform: translateY(-1px);
}
.sell-flow-btn[data-v-78a513ee]:focus-visible {
  outline: 3px solid rgba(41, 105, 255, 0.4);
  outline-offset: 2px;
}
.sell-flow-btn[data-v-78a513ee]:active:not(.v-btn--disabled) {
  transform: translateY(0);
}
.v-theme--marketplaceLight.v-btn.sell-flow-btn.v-btn--disabled[data-v-78a513ee]:not(.sell-flow-btn--back) {
  border-color: #dfe4ee !important;
  background: #dfe4ee !important;
  color: #8c97ab !important;
  box-shadow: none !important;
}
.sell-flow-btn--back.v-btn--disabled[data-v-78a513ee] {
  border-color: #c9d1df !important;
  background: #ffffff !important;
  color: #9aabc2 !important;
}
[data-v-78a513ee] .sell-flow-btn .v-btn__content {
  width: 100%;
  justify-content: center;
  color: inherit;
  opacity: 1;
}
[data-v-78a513ee] .sell-flow-btn .finish-later-btn-text,[data-v-78a513ee] .sell-flow-btn .back-button-content,[data-v-78a513ee] .sell-flow-btn .next-button-content {
  color: inherit !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
[data-v-78a513ee] .sell-flow-btn .back-button-content,[data-v-78a513ee] .sell-flow-btn .next-button-content {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 0;
  position: static;
  text-align: center;
}
[data-v-78a513ee] .sell-flow-btn .back-button-content::before,[data-v-78a513ee] .sell-flow-btn .next-button-content::after {
  display: block;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  flex: 0 0 20px;
  width: 20px;
  height: 16px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 959.98px) {
.create-asset[data-v-78a513ee] {
    margin-bottom: 170px;
}
.create-asset.seller-chat.buyer-chat[data-v-78a513ee] {
    margin-bottom: 220px;
}
.legal-check-wrapper[data-v-78a513ee] {
    width: 335px;
}
.asset-step-buttons[data-v-78a513ee] {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 16.98%);
    width: auto;
    margin: 0;
    border-radius: 14px 14px 0 0;
}
.asset-step-title[data-v-78a513ee] {
    position: static;
    top: auto;
    z-index: auto;
    border-bottom: 0 !important;
    background: none;
    box-shadow: none;
}
.breadcrumbs-wrapper[data-v-78a513ee] {
    width: 100%;
}
}.asset-create-page[data-v-066362de] {
  min-height: 100vh;
  background: rgb(248, 249, 251);
}
.stepper-wrapper[data-v-066362de] {
  height: auto;
  position: sticky;
  top: calc(var(--xl-nav-h, 74px) + 12px);
  z-index: 1;
  align-self: flex-start;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-create-page[data-v-066362de] {
    overflow: hidden;
}
.stepper-wrapper[data-v-066362de] {
    top: 0;
    height: 98px;
}
}
@media (max-width: 1263.98px) {
.stepper-wrapper[data-v-066362de] {
    height: auto;
}
.asset-create-page[data-v-066362de] {
    min-height: auto;
}
}
.content-wrapper[data-v-066362de] {
  min-height: 1000px;
}.text[data-v-2eed8dd9] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154 !important;
}
[data-v-2eed8dd9] .v-dialog {
  margin: 0 !important;
}
.advisor-read-more-card[data-v-2eed8dd9] {
  border-radius: 16px;
}[data-v-e805d505] .v-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-e805d505] .v-field:before {
  border: none !important;
}
h3[data-v-e805d505] {
  font-size: 1.6rem;
}
[data-v-e805d505] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-e805d505] {
  padding-bottom: 66px;
}
[data-v-e805d505] .v-field__input,
.v-field__input[data-v-e805d505] {
  position: relative !important;
  top: 5px !important;
}
[data-v-e805d505] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
[data-v-e805d505] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-e805d505] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-e805d505] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
[data-v-e805d505] .v-input--readonly {
  user-select: none !important;
  pointer-events: none !important;
}
[data-v-e805d505] .v-input--readonly input {
  color: gray !important;
}
.contact-card[data-v-e805d505] {
  background: #ffffff;
  display: flex;
  column-gap: 24px;
  position: relative;
}
.contact-card__wrapper[data-v-e805d505] {
  position: relative;
}
.contact-card__wrapper:hover .contact-card__icons[data-v-e805d505] {
  display: flex;
}
.contact-card__avatar[data-v-e805d505] {
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  width: 64px;
  height: 64px;
  top: 10px;
}
.contact-card__icons[data-v-e805d505] {
  display: none;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 10px;
  border-radius: 50%;
  background: rgba(0, 17, 84, 0.4);
  justify-content: center;
  align-items: center;
}
.contact-card__icons-item[data-v-e805d505] {
  width: 16px;
  height: 16px;
  border-radius: initial !important;
  cursor: pointer;
}
.contact-card__icons-item[data-v-e805d505]:first-child {
  margin-right: 8px;
}
.contact-card__inputs[data-v-e805d505] {
  width: 100%;
  display: flex;
  column-gap: 16px;
  margin-top: 11px;
}
.contact-card__delete-advisor[data-v-e805d505] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 24;
  column-gap: 8px;
}
@media (max-width: 959.98px) {
.contact-card[data-v-e805d505] {
    flex-direction: column;
}
.contact-card .contact-card__avatar[data-v-e805d505] {
    top: auto;
}
.contact-card .contact-card__wrapper[data-v-e805d505] {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.contact-card .mobile-upload-avatar[data-v-e805d505] {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #2969ff;
    display: flex;
}
.contact-card .avatar-action[data-v-e805d505] {
    display: flex;
}
.contact-card .mobile-avatar-wrap[data-v-e805d505] {
    padding-top: 3px;
}
[data-v-e805d505] .second-input-with-background .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px !important;
    color: rgba(0, 17, 84, 0.8);
}
[data-v-e805d505] .second-input-with-background input {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #001154;
}
[data-v-e805d505] .contact-card__avatar {
    height: 56px;
    width: 56px;
}
}.default-avatar-user[data-v-f0f943e4] {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
.assetContactItem__avatar-image[data-v-f0f943e4] {
  width: 100%;
  height: 100%;
}
.assetContactItem__avatar[data-v-f0f943e4] {
  min-width: 64px;
}[data-v-0153ef32] .assetContactItem__avatar img {
  border-radius: 100px;
}
[data-v-0153ef32] .v-btn {
  min-height: unset !important;
}
.dialog-content[data-v-0153ef32] {
  position: relative;
  background: white;
  box-shadow: 0px 0px 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 438px;
  flex-direction: column;
}
.dialog-content__close[data-v-0153ef32] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.dialog-content__title[data-v-0153ef32] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #001154;
}
.dialog-content__sub-title[data-v-0153ef32] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  margin-top: 8px;
}
.default-avatar-user[data-v-0153ef32] {
  background: rgba(41, 105, 255, 0.06);
  height: 84px;
  width: 84px;
  border-radius: 51px;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-info__main[data-v-0153ef32] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.contact-info__second[data-v-0153ef32] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  opacity: 0.7;
}
.delete-btn-text[data-v-0153ef32] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.cancel-btn-text[data-v-0153ef32] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
@media (max-width: 959.98px) {
[data-v-0153ef32] .v-dialog {
    margin-left: 0;
    margin-right: 0;
}
[data-v-0153ef32] .dialog-content {
    padding: 12px 16px 40px;
    min-height: auto;
}
.default-avatar-user[data-v-0153ef32] {
    height: 96px;
    width: 96px;
}
.buttons-wrapper[data-v-0153ef32] {
    width: 100%;
}
.buttons-wrapper .action-btn[data-v-0153ef32] {
    width: calc(50% - 8px) !important;
}
}[data-v-5bd94a01] .v-dialog {
  background-color: white;
}
[data-v-5bd94a01] .v-btn {
  min-height: unset !important;
}
.dialog-content[data-v-5bd94a01] {
  position: relative;
  display: flex;
  background: white;
  align-items: center;
  flex-direction: column;
  padding: 40px 56px;
  box-shadow: 0px 0px 20px rgba(177, 201, 216, 0.36);
  border-radius: 16px;
}
.dialog-content__close[data-v-5bd94a01] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.dialog-content__title[data-v-5bd94a01] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #0f2d59;
}
.dialog-content__sub-title[data-v-5bd94a01] {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #001154;
}
.dialog-content__contact-cards[data-v-5bd94a01] {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 41px;
}
.dialog-content__add-contact[data-v-5bd94a01] {
  width: 100%;
  margin-top: 20px;
}
.dialog-content__add-contact-button[data-v-5bd94a01] {
  display: flex;
  column-gap: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #2969ff;
  cursor: pointer;
}
.dialog-content__add-contact-icon[data-v-5bd94a01] {
  width: 20px;
  height: 24px;
}
.dialog-content__actions[data-v-5bd94a01] {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
  position: sticky;
}
.dialog-content__actions-buttons[data-v-5bd94a01] {
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
  justify-content: center;
}
.save-btn-text[data-v-5bd94a01] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
.add-contact[data-v-5bd94a01] {
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  z-index: 25;
  position: sticky;
  bottom: 2px;
}
.cancel-btn-text[data-v-5bd94a01] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #2969ff;
}
.contact-card__delete-advisor[data-v-5bd94a01] {
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
  margin-top: 25px;
  padding-bottom: 20px;
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #2969ff;
  display: flex;
  justify-content: end;
}
.contact-card__delete-advisor span[data-v-5bd94a01] {
  cursor: pointer;
  display: flex;
  justify-content: end;
}
.contact-card__delete-advisor img[data-v-5bd94a01] {
  width: 15px;
  height: 16px;
  margin-right: 8px;
}
@media (max-width: 959.98px) {
.dialog-content[data-v-5bd94a01] {
    padding: 12px 28px 32px;
}
.dialog-content__contact-cards[data-v-5bd94a01] {
    margin-top: 32px;
}
.contact-item[data-v-5bd94a01] {
    background: #fefefe;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    border-radius: 6.66667px;
}
.contact-card__delete-advisor[data-v-5bd94a01] {
    justify-content: center;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}
.dialog-content__add-contact[data-v-5bd94a01] {
    margin-top: 16px;
}
.dialog-content__add-contact .dialog-content__add-contact-button[data-v-5bd94a01] {
    padding: 16px;
    margin: 0 -12px;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
    border-radius: 5px;
    row-gap: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.dialog-content__add-contact .dialog-content__add-contact-button img[data-v-5bd94a01] {
    height: 44px;
    width: auto;
}
.dialog-content__actions[data-v-5bd94a01] {
    width: 100%;
}
.dialog-content__actions-buttons[data-v-5bd94a01] {
    margin-top: 24px;
    margin-left: -12px;
    margin-right: -12px;
    justify-content: space-between;
    column-gap: unset;
}
.dialog-content__actions-buttons .action-btn[data-v-5bd94a01] {
    width: calc(50% - 4px);
}
}.advisor-content-info[data-v-f52d5440] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.asset-form-card[data-v-f52d5440] {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e1e7f2;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 17, 84, 0.055);
}
.main-content p[data-v-f52d5440] {
  margin: 0 !important;
}
.main-content .v-card:first-child h3[data-v-f52d5440] {
  font-size: 1.4rem;
}
.main-content .v-card:first-child p[data-v-f52d5440] {
  font-size: 1.1rem;
}
.main-content .v-card:nth-child(2) h3[data-v-f52d5440] {
  font-size: 2rem;
  font-weight: 700;
}
.main-content .v-tab[data-v-f52d5440] {
  font-size: 1.3rem !important;
  color: #fff !important;
  font-weight: 700;
}
.main-content .v-slide-group__content[data-v-f52d5440] {
  margin-bottom: 3rem !important;
}
h3[data-v-f52d5440] {
  font-size: 1.6rem;
}
[data-v-f52d5440] .assetContactItem {
  color: #001154 !important;
}
[data-v-f52d5440] .messageAdvisor__btn {
  display: none !important;
}
.add-new[data-v-f52d5440] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  min-height: 148px;
  height: 100%;
  border: 1px solid #e1e7f3;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(173, 173, 173, 0.25);
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.add-new__icon[data-v-f52d5440] {
  position: absolute;
  left: 35px;
  top: 32px;
}
[data-v-f52d5440] .assetContactItem {
  min-height: 148px;
  height: 100%;
  border: 1px solid #e1e7f3;
  border-radius: 10px;
}
.contact-item-wrapper[data-v-f52d5440] {
  position: relative;
}
.remove-contact[data-v-f52d5440] {
  position: absolute;
  right: 0px;
  color: #001154;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  top: 199px;
}
.contacts-data-wrapper[data-v-f52d5440] {
  display: block;
  width: 100%;
}
.contacts-length[data-v-f52d5440] {
  display: grid;
  width: 100%;
  max-width: 694px;
  grid-template-columns: repeat(2, 340px);
  gap: 14px;
  justify-content: center;
  margin: 0 auto;
}
.contacts-data-wrapper__item[data-v-f52d5440] {
  display: flex;
  width: 340px;
  min-width: 0;
}
.contacts-data-wrapper__item[data-v-f52d5440] .adv__c {
  width: 340px;
  flex: 0 0 340px;
}
.edit-contact-btn[data-v-f52d5440] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
  text-align: right;
  padding-right: 32px;
  color: #001154;
}
[data-v-f52d5440] .v-btn {
  min-height: unset !important;
}
.advisor-content[data-v-f52d5440] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advisor-text[data-v-f52d5440] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001154;
  max-width: 733px;
}
.info-checkbox[data-v-f52d5440] .v-checkbox {
  background: white;
}
.info-checkbox[data-v-f52d5440] label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.info-checkbox[data-v-f52d5440] .v-icon {
  color: #001154;
  opacity: 0.45;
}
.info-checkbox[data-v-f52d5440] .mdi-checkbox-marked {
  color: #2969ff !important;
  opacity: 1;
}
.add-advisor-text[data-v-f52d5440] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #2969ff;
}
.add-advisor-plus[data-v-f52d5440] {
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  vertical-align: -1px;
}
.no-contacts[data-v-f52d5440] {
  margin-top: 72px;
}
.advisor-page-image[data-v-f52d5440] {
  height: 63px;
}
.contacts-hidden[data-v-f52d5440] {
  opacity: 0;
  display: none;
}
.mobile-advisor-text[data-v-f52d5440] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001154;
}
.mobile-advisor-text .read-more[data-v-f52d5440] {
  color: #2969ff;
  cursor: pointer;
}
@media (max-width: 959.98px) {
.advisor-content[data-v-f52d5440] {
    justify-content: start;
}
.asset-inputs-content[data-v-f52d5440] {
    min-height: auto;
}
.advisor-content-info[data-v-f52d5440] {
    width: 100%;
    background: transparent;
    box-shadow: none;
}
.asset-inputs-data[data-v-f52d5440] {
    padding-top: 5px;
    box-shadow: none;
}
.no-contacts[data-v-f52d5440] {
    margin-top: 16px;
}
.add-new[data-v-f52d5440] {
    background: #ffffff;
    box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
    border-radius: 5px;
}
.contacts-data-wrapper__item[data-v-f52d5440] {
    width: 100%;
}
.contacts-data-wrapper__item[data-v-f52d5440] .adv__c {
    width: 100%;
    flex-basis: 100%;
}
.contacts-length[data-v-f52d5440] {
    max-width: 340px;
    grid-template-columns: minmax(0, 340px);
    gap: 16px;
}
}
.progressbar-wrapper[data-v-1bbc5cdd] {
  width: 100%;
  margin-bottom: 8px;
}
.message[data-v-1bbc5cdd] {
  color: #001154 !important;
}
.label[data-v-5e06bb46] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002c91;
}
.disabled img[data-v-5e06bb46] {
  filter: grayscale(1);
}
@media (max-width: 959.98px) {
.treeview-tooltip[data-v-5e06bb46] {
    display: none;
}
}.action-btn[data-v-c7f2f2b3] {
  width: 100%;
  min-width: 0;
}
.treeview-dialog-content[data-v-c7f2f2b3] {
  background: white;
  height: 100%;
  min-height: 388px;
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 40px;
  flex-direction: column;
  border-radius: 7px;
  position: relative;
}
.treeview-dialog-content__title[data-v-c7f2f2b3] {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.treeview-dialog-content__icon[data-v-c7f2f2b3] {
  margin-top: 32px;
  width: 104px;
  height: 104px;
}
.treeview-dialog-content__icon img[data-v-c7f2f2b3] {
  width: 100%;
}
.treeview-dialog-content__additional-text[data-v-c7f2f2b3] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  opacity: 0.8;
  margin-top: 32px;
}
.treeview-dialog-content__item[data-v-c7f2f2b3] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #202020;
  display: flex;
  column-gap: 11px;
  align-items: center;
}
.treeview-dialog-content__input[data-v-c7f2f2b3] {
  width: 372px;
  max-width: calc(100% - 32px);
}
.treeview-dialog-content__buttons[data-v-c7f2f2b3] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: 492px;
  max-width: calc(100% - 32px);
  margin-top: 24px;
}
.close-icon[data-v-c7f2f2b3] {
  position: absolute;
  right: 14px;
  top: 10px;
  cursor: pointer;
}
[data-v-c7f2f2b3] .v-btn {
  min-height: unset !important;
}
[data-v-c7f2f2b3] .button-second {
  border-radius: 7px;
}
.submit-btn-text[data-v-c7f2f2b3] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.reject-btn-text[data-v-c7f2f2b3] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
[data-v-c7f2f2b3] .second-input-with-background .v-field__outline {
  display: none;
}
[data-v-c7f2f2b3] .second-input-with-background .v-input {
  height: auto !important;
  min-height: 50px;
  width: 100%;
  padding-left: 16px !important;
  font-size: 14px;
}
[data-v-c7f2f2b3] .second-input-with-background .v-input input {
  padding: 25px 0 8px;
}
@media (max-width: 959.98px) {
.treeview-dialog-content__buttons[data-v-c7f2f2b3] {
    gap: 16px;
}
.action-btn[data-v-c7f2f2b3] {
    width: 100% !important;
}
[data-v-c7f2f2b3] .v-dialog {
    margin-left: 0;
    margin-right: 0;
}
}.create-empty-folder[data-v-a8d800d4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #2969ff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.upload-folder-wrapper[data-v-a8d800d4] {
  border: 0;
  font: inherit;
}
.tree-view-header[data-v-a8d800d4] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
  align-items: center;
  padding: 0px 16px;
}
.tree-view-header__folder-title[data-v-a8d800d4] {
  column-gap: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #001154;
}
.upload-folder-zone-wrapper[data-v-a8d800d4] {
  display: grid;
  grid-template-columns: 0.999fr 61px;
  column-gap: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 8px;
}
.header-upload-file-folder[data-v-a8d800d4] {
  height: 64px;
  background: #fcfcfc;
  border: 1px dashed rgba(9, 49, 107, 0.4);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-upload-file-folder__blue-text[data-v-a8d800d4] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969ff;
}
.header-upload-file-text[data-v-a8d800d4] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.create-folder-wrapper[data-v-a8d800d4] {
  background: #2969ff;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload-folder-wrapper[data-v-a8d800d4] {
  text-align: center;
  background: #001154;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 6px;
  cursor: pointer;
}
.upload-folder-wrapper__text[data-v-a8d800d4] {
  font-style: normal;
  font-weight: 600;
  font-size: 7px;
  line-height: 7px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 959.98px) {
.create-folder-tier[data-v-a8d800d4] {
    height: 28px;
}
.tree-view-header[data-v-a8d800d4] {
    border-bottom: none;
    padding: 0 8px;
}
.tree-view-header__folder-title[data-v-a8d800d4] {
    border-bottom: 1px solid rgb(183, 196, 211);
}
.header-upload-file-folder[data-v-a8d800d4] {
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
}.treeview-delete-button[data-v-4c2850ce] {
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.treeview-delete-button__text[data-v-4c2850ce] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* Secondary/BlueGrey */
  color: #9aabc2;
}
.treeview-delete-button__text--active[data-v-4c2850ce] {
  color: #2969ff;
}
@media (max-width: 959.98px) {
.delete-icon[data-v-4c2850ce] {
    margin-left: 16px;
}
}.treeview-delete-button[data-v-aea29222] {
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.treeview-delete-button__text[data-v-aea29222] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* Secondary/BlueGrey */
  color: #9aabc2;
}
.treeview-delete-button__text--active[data-v-aea29222] {
  color: #2969ff;
}.tree-view-table-header[data-v-451909eb] {
  display: flex;
  margin-left: 6px;
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
  padding-left: 15px;
}
.service-line[data-v-451909eb] {
  width: 100%;
  display: flex;
}
.delete-wrapper[data-v-451909eb] {
  display: flex;
}
@media (max-width: 959.98px) {
.tree-view-table-header[data-v-451909eb] {
    margin: 0;
    padding: 0 8px;
    border-bottom: none;
}
.tree-view-table-header .service-line[data-v-451909eb] {
    border-bottom: 1px solid rgba(154, 171, 194, 0.7);
}
}.icon-wrapper[data-v-516f3d58] {
  display: flex;
  align-items: center;
}
.icon-wrapper img[data-v-516f3d58] {
  display: inline-block;
  width: 22px;
  height: 18px;
}
@media (max-width: 959.98px) {
.folder-icon-wrapper.icon-wrapper[data-v-516f3d58] {
    margin-left: 19px;
    margin-right: 9px;
}
.file-icon-wrapper.icon-wrapper[data-v-516f3d58] {
    margin-left: 17px;
}
}.folder-icon-wrapper[data-v-268f34f3] {
  display: flex;
  width: 24px;
  height: 20px;
}
[data-v-268f34f3] .v-list-group--open > .v-list-group__header .v-list-item-action .v-icon {
  color: #2969ff !important;
}
[data-v-268f34f3] .v-list-item-title {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-268f34f3] .v-treeview-item {
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
}
[data-v-268f34f3] .v-treeview-item .v-treeview-item {
  border-bottom: unset;
}
[data-v-268f34f3] .v-treeview-item[aria-expanded="true"] {
  background-color: #f8f9fb;
}
[data-v-268f34f3] .v-list-item--active:before {
  display: none;
}
.tree-view-wrapper[data-v-268f34f3] {
  background: #ffffff;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  position: relative;
}
.tree-view-state[data-v-268f34f3] {
  min-height: 452px;
}
.tree-view-loading[data-v-268f34f3] {
  min-height: 452px;
  border: 1px solid #d9e2f2;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.tree-view-loading__header[data-v-268f34f3] {
  min-height: 48px;
  padding: 14px 16px;
  border-bottom: 1px solid #d9e2f2;
  color: #001154;
  font-size: 16px;
  font-weight: 700;
}
.tree-view-loading__upload[data-v-268f34f3] {
  height: 58px;
  margin: 10px;
  border: 1px dashed #b8c6dd;
  border-radius: 8px;
  background: linear-gradient(90deg, #f5f7fb 25%, #edf2f8 50%, #f5f7fb 75%);
  background-size: 200% 100%;
  animation: file-loading-268f34f3 1.2s ease-in-out infinite;
}
.tree-view-loading__rows[data-v-268f34f3] {
  margin: 0 10px;
}
.tree-view-loading--error[data-v-268f34f3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #526887;
}
.sr-only[data-v-268f34f3] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes file-loading-268f34f3 {
from {
    background-position: 200% 0;
}
to {
    background-position: -200% 0;
}
}
.download-tier-icons-wrapper[data-v-268f34f3] {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  /* bottom: 5px; */
  top: 4px;
  height: 12px;
  width: 10px;
}
.file-name-wrapper[data-v-268f34f3] {
  width: auto;
  max-width: 132px;
  margin-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
#append[data-v-268f34f3] {
  width: 197px;
}
.download-folder-image[data-v-268f34f3] {
  width: 10px;
  height: 12px;
}
.file-info-text[data-v-268f34f3] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-268f34f3] .v-treeview-item__level {
  width: 10px;
}
[data-v-268f34f3] .v-treeview {
  padding: 0px 8px;
  height: 410px;
  overflow: auto;
}
[data-v-268f34f3] .v-treeview-item {
  padding-left: 0px;
}
[data-v-268f34f3] .v-treeview-item .v-list-item-action .v-btn {
  width: 9px;
  height: 5px;
}
.create-folder-wrapper[data-v-268f34f3] {
  background: #2969ff;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.empty-root-folder-wrapper[data-v-268f34f3] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  flex-direction: column;
  cursor: pointer;
  height: 517px;
}
.empty-root-folder-wrapper__title[data-v-268f34f3] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001154;
  margin-top: 16px;
}
.empty-root-folder-wrapper__sub[data-v-268f34f3] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2969ff;
  margin-top: 2px;
}
.actions-wrapper[data-v-268f34f3] {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: end;
  position: absolute;
  right: 2px;
  background: #eff0f2;
  z-index: 3;
  min-width: 40px;
  display: none;
}
[data-v-268f34f3] .v-treeview-item {
  z-index: 7;
}
[data-v-268f34f3] .v-treeview-item:hover .actions-wrapper {
  display: flex;
}
.drag-zone[data-v-268f34f3] {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  z-index: 5;
  border: 2px dashed #0050ff;
  border-radius: 5px;
}
.drag-zone__text[data-v-268f34f3] {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #2969ff;
  position: absolute;
  bottom: 39px;
  left: 37%;
}
.drag-zone--empty-folder[data-v-268f34f3] {
  padding-top: 40%;
  justify-content: flex-start;
}
[data-v-268f34f3]::-webkit-scrollbar {
  width: 2px;
}

/* Handle */
[data-v-268f34f3]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}
[data-v-268f34f3] .drag-active {
  background: rgba(0, 44, 145, 0.55) !important;
}
.drop-icon[data-v-268f34f3] {
  position: absolute;
  bottom: 93px;
  left: 44%;
  animation: example-268f34f3 1s ease infinite;
}
@keyframes example-268f34f3 {
0% {
    bottom: 93px;
}
50% {
    bottom: 73px;
}
100% {
    bottom: 93px;
}
}
[data-v-268f34f3] .v-checkbox {
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}
[data-v-268f34f3] .v-checkbox i {
  font-size: 14px;
}
[data-v-268f34f3] .v-selection-control__input::before {
  width: 20px;
  height: 20px;
  left: -5px;
  top: calc(50% - 17px);
  display: none;
}
[data-v-268f34f3] .file-item {
  z-index: 5 !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.empty-root-folder-wrapper[data-v-268f34f3] {
    height: 178px;
}
.upload-folder[data-v-268f34f3] {
    width: 50px;
    height: 56px;
}
[data-v-268f34f3] .v-treeview {
    min-height: 405px;
}
}
@media (max-width: 959.98px) {
#append[data-v-268f34f3] {
    width: auto;
}
.file-name-wrapper[data-v-268f34f3] {
    max-width: none;
}
.dd-dots-menu-mobile[data-v-268f34f3] {
    box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25) !important;
    border-radius: 5px !important;
    min-width: 141px !important;
}
.file-size-field[data-v-268f34f3] {
    text-align: right;
    padding-right: 43px !important;
}
[data-v-268f34f3] .v-checkbox i {
    width: auto;
}
[data-v-268f34f3] .v-treeview-item__level {
    display: none;
}
[data-v-268f34f3] .v-list-item__content {
    margin-left: 0;
    width: 100%;
}
[data-v-268f34f3] .v-treeview-item .v-list-item-action {
    position: absolute;
    left: 15px;
}
[data-v-268f34f3] .v-selection-control__input {
    width: 14px;
    margin-right: 0;
}
[data-v-268f34f3] .v-list-item {
    min-height: auto;
}
}.tier-title[data-v-a0f5b868] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.legal-documents[data-v-a0f5b868] {
  padding: 20px 24px 4px;
}
.tier-card[data-v-a0f5b868] {
  height: 100%;
  min-height: 430px;
  padding: 16px;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 17, 84, 0.045);
  overflow: hidden;
}
.tier-card--loading[data-v-a0f5b868] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.loading-line[data-v-a0f5b868],
.loading-dropzone[data-v-a0f5b868] {
  border-radius: 7px;
  background: linear-gradient(90deg, #eef2f8 25%, #f7f9fc 50%, #eef2f8 75%);
  background-size: 200% 100%;
  animation: due-diligence-loading-a0f5b868 1.2s ease-in-out infinite;
}
.loading-line[data-v-a0f5b868] {
  width: 100%;
  height: 34px;
}
.loading-line--title[data-v-a0f5b868] {
  width: 34%;
  height: 22px;
}
.loading-dropzone[data-v-a0f5b868] {
  height: 82px;
}
@keyframes due-diligence-loading-a0f5b868 {
from {
    background-position: 200% 0;
}
to {
    background-position: -200% 0;
}
}
.mobile-section[data-v-a0f5b868] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
@media (max-width: 959px) {
.legal-documents[data-v-a0f5b868] {
    padding: 16px 0 0;
}
.tier-card[data-v-a0f5b868] {
    min-height: 360px;
}
}.text-wrapper[data-v-0278e9b3] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-0278e9b3] li {
  list-style-type: none;
}
[data-v-0278e9b3] ul {
  padding-left: 0px;
}
.ca-selector-tab {
  background: #f2f6ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #2969ff;
  height: 50px;
  column-gap: 8px;
  width: 67%;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
  margin-right: 8px;
}
.ca-icon {
  height: 24px;
}
.ca-text {
  color: #001154;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.ca-selector-tab {
  padding: 8px;
  line-height: 17px;
  height: auto;
  //max-width: 120px;
  width: 100%;
&.file {
    //max-width: 183px;
}
}
.ca-text[data-v-c5c319ca] {
  color: #526887;
  font-size: 13px;
  line-height: 19px;
}
.ca-text strong[data-v-c5c319ca],
.ca-text span[data-v-c5c319ca] {
  display: block;
}
.ca-text strong[data-v-c5c319ca] {
  margin-bottom: 3px;
  color: #001154;
  font-size: 15px;
}
.ckeditor-wrapper[data-v-c5c319ca] {
  position: relative;
  height: auto;
}
.ckeditor-wrapper .ck-label[data-v-c5c319ca] {
  pointer-events: none;
  position: absolute;
  top: 48px;
  z-index: 1;
  left: 21px;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.175px;
  color: grey;
}
.ckeditor-wrapper.focused .ck-label[data-v-c5c319ca] {
  display: none !important;
}
.ckeditor-wrapper p[data-v-c5c319ca] {
  color: #1f365e;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.checkbox-wrapper label[data-v-c5c319ca] {
  color: #001154 !important;
}
.confirm-btn[data-v-c5c319ca] {
  min-height: unset !important;
  min-width: unset !important;
}
.tabs[data-v-c5c319ca] {
  display: flex;
  width: 100%;
  position: sticky;
  z-index: 20;
  padding-top: 16px;
  background: white;
  -webkit-box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  top: 249px;
  padding-bottom: 20px;
  padding: 0px 24px;
}
.tabs .tab[data-v-c5c319ca] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #001154;
  height: 40px;
  width: 50%;
  cursor: pointer;
}
.tabs .tab.active[data-v-c5c319ca] {
  background-color: #001154;
  color: white;
}
[data-v-c5c319ca] .ck-content {
  min-height: 202px;
  height: auto;
}
.v-checkbox[data-v-c5c319ca] {
  display: flex;
  justify-content: center;
  background-color: white;
}
.legal-ca-wrapper[data-v-c5c319ca] {
  padding: 20px 24px 4px;
}
@media (min-width: 768px) {
.legal-ca-wrapper[data-v-c5c319ca] {
    width: 100%;
}
}
.legal-ca-wrapper .white[data-v-c5c319ca] {
  padding-top: 0;
  padding-left: 0;
}
.ca-actions[data-v-c5c319ca] {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 0;
}
.document-content[data-v-c5c319ca] {
  border: 1px solid #e1e7f3;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 17, 84, 0.06);
}
.xl-text-title[data-v-c5c319ca] {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  /* Cyan */
  color: #2969ff;
}
.agreement-title[data-v-c5c319ca] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.image-upload-wrapper[data-v-c5c319ca] {
  background: #f8f8f8;
  height: 364px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px dashed rgba(9, 49, 107, 0.4);
}
.upload-text[data-v-c5c319ca] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #2969ff;
  margin-top: 16px;
}
.ca-file-wrapper[data-v-c5c319ca] {
  margin-top: 48px;
  width: 538px;
  height: 95px;
  background: #ffffff;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ca-file-wrapper__file[data-v-c5c319ca] {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ca-file-wrapper__file > div[data-v-c5c319ca] {
  display: flex;
}
.filename[data-v-c5c319ca] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  text-align: center;
  display: flex;
  align-items: center;
  color: #001154;
}
.filesize[data-v-c5c319ca] {
  margin-left: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  text-align: right;
  color: #979797;
  display: flex;
  align-items: center;
}
.ca-selector-tab[data-v-c5c319ca] {
  display: flex;
  align-items: flex-start;
  min-height: 68px;
  flex: 1 1 auto;
  width: auto;
  margin-right: 0;
  padding: 14px 16px;
  border: 1px solid #dbe5f7;
  border-radius: 10px;
  background: #f7f9ff;
  box-shadow: 0 8px 22px rgba(0, 17, 84, 0.05);
  column-gap: 12px;
}
.legal-review-callout__icon[data-v-c5c319ca] {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 9px;
  background: #eaf0ff;
}
.ca-icon[data-v-c5c319ca] {
  height: 24px;
}
.mobile-section[data-v-c5c319ca] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25) !important;
  border-radius: 6.66667px !important;
}
@media (max-width: 959.98px) {
.action-wrapper.file[data-v-c5c319ca] {
    justify-content: end !important;
}
.image-upload-wrapper[data-v-c5c319ca] {
    background: #fcfcfc;
    border: 1px dashed rgba(9, 49, 107, 0.4);
    border-radius: 5px;
    height: 326px;
}
.subtitle-text div[data-v-c5c319ca]:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #2969ff;
}
.subtitle-text div[data-v-c5c319ca]:last-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #001154;
}
.ca-selector-tab[data-v-c5c319ca] {
    padding: 0 8px;
    line-height: 17px;
    height: 46px;
    width: 100%;
}
.ca-file-wrapper[data-v-c5c319ca] {
    max-width: 318px;
    padding: 0 16px;
    width: 100%;
    height: 77px;
    margin-top: 16px;
}
.filename[data-v-c5c319ca] {
    margin-left: 8px !important;
    text-align: initial;
}
.filesize[data-v-c5c319ca] {
    margin-left: 0 !important;
}
.fileclose[data-v-c5c319ca] {
    margin-left: 8px !important;
}
}
.upload-custom-ca-button-wrapper[data-v-c5c319ca] {
  background: #ffffff;
  border: 1px dashed rgba(9, 49, 107, 0.4);
  border-radius: 5px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  width: 331px;
  min-height: 58px;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.upload-custom-ca-button-wrapper[data-v-c5c319ca]:hover, .upload-custom-ca-button-wrapper[data-v-c5c319ca]:focus-within {
  border-color: #2969ff;
  background: #f7f9ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.08);
}
.upload-custom-ca-button-wrapper__text[data-v-c5c319ca] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2969ff;
  margin-left: 4px;
  white-space: nowrap;
}
.upload-custom-ca-button-wrapper__icon-wrapper[data-v-c5c319ca] {
  width: 44px;
  height: 29px;
}
@media (max-width: 959.98px) {
.legal-ca-wrapper[data-v-c5c319ca] {
    padding: 16px 0 0;
}
.ca-actions[data-v-c5c319ca] {
    display: block;
}
.document-content[data-v-c5c319ca] {
    border: 0;
    box-shadow: none;
}
.upload-custom-ca-button-wrapper[data-v-c5c319ca] {
    width: 100%;
    margin-top: 8px;
    font-style: normal;
    line-height: 15px; /* 125% */
    height: 34px;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upload-custom-ca-button-wrapper__text[data-v-c5c319ca] {
    font-size: 12px !important;
    font-weight: 400 !important;
}
.ca-text[data-v-c5c319ca] {
    color: #001154;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
}.loader-wrapper[data-v-0128d231] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.document-error[data-v-0128d231] {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  padding: 32px;
  border: 1px solid #d9e2f2;
  border-radius: 12px;
  background: #f8faff;
  color: #526887;
  text-align: center;
}
.document-error strong[data-v-0128d231] {
  color: #001154;
  font-size: 17px;
}
.legal-review-callout[data-v-0128d231] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0;
  padding: 16px 18px;
  border: 1px solid #dbe5f7;
  border-radius: 10px;
  background: #f7f9ff;
  color: #526887;
  font-size: 13px;
  line-height: 19px;
  box-shadow: 0 8px 22px rgba(0, 17, 84, 0.05);
}
.legal-review-callout strong[data-v-0128d231],
.legal-review-callout span[data-v-0128d231] {
  display: block;
}
.legal-review-callout strong[data-v-0128d231] {
  margin-bottom: 3px;
  color: #001154;
  font-size: 15px;
}
.legal-review-callout__icon[data-v-0128d231] {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 9px;
  background: #eaf0ff;
}
@media (max-width: 959.98px) {
[data-v-0128d231] .vue-pdf-embed {
    box-shadow: 2.6666667461px 2.6666667461px 20px 0px rgba(173, 173, 173, 0.25);
}
}.ala-template-wrapper[data-v-29618d19] {
  padding: 0px 24px;
  color: #001154;
}
.ala-template-wrapper h3[data-v-29618d19] {
  border-bottom: 1px solid #001154;
  padding-bottom: 12px;
  margin-top: 32px;
  font-size: 26px;
  margin-bottom: 12px;
}
.ala-template-wrapper p[data-v-29618d19] {
  font-weight: 100;
}
.ala-template-wrapper .bold[data-v-29618d19] {
  font-weight: 500;
}
li p[data-v-29618d19] {
  margin-bottom: 0px !important;
}
br[data-v-29618d19] {
  margin-top: 10px;
}.download-btn[data-v-251886ae] {
  right: 20px;
  bottom: 32px;
  position: absolute;
}
.doc-wrapper[data-v-251886ae] {
  position: relative;
}
p[data-v-251886ae] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  letter-spacing: -0.175px;
}
[data-v-251886ae] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.chapter-wrapper[data-v-251886ae] {
  display: flex;
  border-top: 1px solid #001154;
  border-left: 1px solid #001154;
  border-right: 1px solid #001154;
}
.chapter-wrapper .download-btn-wrapper[data-v-251886ae] {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  align-items: center;
  color: #001154;
  padding-right: 18px;
}
.chapter-wrapper .select-wrapper[data-v-251886ae] {
  border-right: 1px solid #001154;
  width: 50%;
}
.chapter-wrapper .select-wrapper .v-input[data-v-251886ae] {
  background-color: white;
}
[data-v-251886ae] .layout-container {
  position: initial !important;
  width: auto !important;
  overflow: hidden !important;
  height: auto !important;
  background: none !important;
}
.agreement-wrapper[data-v-251886ae] {
  display: flex;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  justify-content: center;
}
.agreement-wrapper ul[data-v-251886ae] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.v-checkbox[data-v-251886ae] {
  display: flex;
  justify-content: center;
  background-color: white;
}
.charapter-scroll-tabs[data-v-251886ae] {
  display: flex;
  max-width: 100%;
  padding: 16px 24px 20px;
  overflow: auto;
  height: 44px;
  column-gap: 58px;
  position: sticky;
  top: 249px;
  z-index: 20;
  background: white;
  -webkit-box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
}
.charapter-scroll-tabs[data-v-251886ae]::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
.charapter-scroll-tabs[data-v-251886ae]::-webkit-scrollbar-thumb {
  background-color: #0f2d59;
  border-radius: 0;
  height: 2px;
}
.charapter-scroll-tabs[data-v-251886ae]::after {
  background: #001154;
  opacity: 0.1;
  content: "";
  display: block;
  height: 1px;
  top: 35px;
  width: 100%;
  position: absolute;
}
.charapter-scroll-tabs__tab[data-v-251886ae] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  width: auto !important;
  cursor: pointer;
  color: #001154;
  position: relative;
}
.charapter-scroll-tabs__tab--active[data-v-251886ae] {
  color: #2969ff;
}
.charapter-scroll-tabs__tab--active[data-v-251886ae]::after {
  background: #2969ff;
  content: "";
  display: block;
  height: 1px;
  top: 18px;
  width: 100%;
  position: absolute;
}
@media (max-width: 959.98px) {
.main-content[data-v-251886ae] {
    margin-top: 8px;
    padding: 16px 0;
    background: #fefefe;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25) !important;
    border-radius: 6.66667px !important;
}
.doc-wrapper[data-v-251886ae] {
    margin-top: 0 !important;
}
}[data-v-d65ea336] .text-error {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-d65ea336] .text-error ::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  color: rgba(213, 40, 25, 0.7) !important;
}
[data-v-d65ea336] .text-error .v-field {
  border-color: #d52819;
}[data-v-cb666a8c] .v-expansion-panel-text__wrapper {
  padding: 0px;
}
.v-expansion-panel-title[data-v-cb666a8c] {
  padding: 0px;
  width: 100%;
}
.expand-header[data-v-cb666a8c] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 129% */
  position: relative;
  right: 6px;
  color: #0f2d59;
}
.exp-panel-wrapper.--border[data-v-cb666a8c] {
  border-top: 1px solid rgba(0, 17, 84, 0.2);
}
[data-v-cb666a8c] .v-expansion-panel-title__icon {
  margin-left: 11px !important;
}
[data-v-cb666a8c] .v-expansion-panel-title__icon i {
  font-size: 30px;
}.separator[data-v-9d698f0a] {
  width: 100%;
}
@media (max-width: 959.98px) {
.opt-col[data-v-9d698f0a] {
    display: flex;
    flex-direction: column;
}
.opt-col-1[data-v-9d698f0a] {
    order: 3;
}
.opt-col-2[data-v-9d698f0a] {
    order: 4;
}
.opt-col-3[data-v-9d698f0a] {
    order: 1;
}
.opt-col-4[data-v-9d698f0a] {
    order: 2;
}
.opt-col-5[data-v-9d698f0a] {
    order: 5;
}
.opt-col-6[data-v-9d698f0a] {
    order: 6;
}
}.boolean-control[data-v-48c60697] {
  width: 100%;
  max-width: 136px;
}
.boolean-control--error[data-v-48c60697] .app-segmented-control {
  border-color: #ef5350;
  background: #fff5f5;
}
.asset-form-card[data-v-48c60697] {
  border: 1px solid #e1e7f2;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 17, 84, 0.055);
}
.asset-form-card--joined-top[data-v-48c60697] {
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}
.asset-form-card--joined-bottom[data-v-48c60697] {
  border-top: 0;
  border-radius: 0 0 14px 14px;
}
.section-title[data-v-48c60697] {
  font-weight: 600;
  font-size: 16px;
  color: #0f2d59;
}
.custom-icon[data-v-48c60697] {
  justify-content: end;
}
.note-overview[data-v-48c60697] .expand-header {
  right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
[data-v-48c60697] .v-field__append-inner {
  align-self: center;
  margin: 0 12px 0 0;
  padding: 0;
}
[data-v-48c60697] .v-selection-control {
  margin-top: 0;
}
[data-v-48c60697] .v-input__append {
  margin-top: 13px;
}
[data-v-48c60697] .small-error-msg
    .v-input__control
    .v-input__details
    .v-messages
    .v-messages__message {
  font-size: 9px !important;
}
[data-v-48c60697] .v-messages__message {
  font-size: 11px !important;
}
[data-v-48c60697] .v-radio {
  margin-right: 20px;
}
[data-v-48c60697] .v-radio .v-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.separator[data-v-48c60697] {
  width: 100%;
}
@media (max-width: 959.98px) {
.mobile-section[data-v-48c60697] {
    background: #fefefe;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    border-radius: 6.66667px;
}
.mobile-section .section-title[data-v-48c60697] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f1f1f1;
}
.mob-desc-fir-section[data-v-48c60697] {
    border-radius: 6.66667px 6.66667px 0 0;
}
.mob-desc-sec-section[data-v-48c60697] {
    border-radius: 0 0 6.66667px 6.66667px;
}
.note-overview[data-v-48c60697] .c-label {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.note-overview[data-v-48c60697] .second-input-with-background .v-text-field,
  .note-overview[data-v-48c60697] .second-input-with-background .address-container,
  .note-overview[data-v-48c60697] .v-field {
    height: 40px !important;
}
.note-overview[data-v-48c60697] .v-field__append-inner {
    align-self: center;
    margin: 0 12px 0 0;
    padding: 0;
}
.note-overview #originationDate[data-v-48c60697] {
    position: relative;
}
.note-overview #originationDate[data-v-48c60697] .v-overlay__content {
    left: 0 !important;
    right: auto;
    top: 65px !important;
    max-width: none !important;
}
.note-overview #maturityDate[data-v-48c60697] {
    position: relative;
}
.note-overview #maturityDate[data-v-48c60697] .v-overlay__content {
    left: auto !important;
    right: 0;
    top: 65px !important;
    max-width: none !important;
}
}.v-tooltip > .v-overlay__content.picture-action-tooltip::before {
  top: 100%;
  bottom: auto;
  left: calc(50% - 8px);
  right: auto;
  width: 0;
  height: 0;
  border-width: 10px 8px 0;
  border-color: #fefbd8 transparent transparent;
}
.v-tooltip > .v-overlay__content.picture-primary-tooltip::before {
  left: calc(var(--picture-tooltip-arrow-center) - 8px);
}
.v-tooltip > .v-overlay__content.picture-action-tooltip[style*="--v-overlay-anchor-origin: bottom"]::before {
  top: auto;
  bottom: 100%;
  border-width: 0 8px 10px;
  border-color: transparent transparent #fefbd8;
}.asset-form-card[data-v-bb3d72a1] {
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 17, 84, 0.045);
}
.file-input[data-v-bb3d72a1] {
  display: none;
}
.image-upload-wrapper[data-v-bb3d72a1],
.image-upload-wrapper.empty[data-v-bb3d72a1],
.image-upload-wrapper.uploaded[data-v-bb3d72a1] {
  min-height: 112px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 0 !important;
  padding: 20px 22px;
  background: #f7f9fc;
  border: 1px dashed rgba(41, 105, 255, 0.52);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.image-upload-wrapper[data-v-bb3d72a1]:hover, .image-upload-wrapper[data-v-bb3d72a1]:focus-within,
.image-upload-wrapper.empty[data-v-bb3d72a1]:hover,
.image-upload-wrapper.empty[data-v-bb3d72a1]:focus-within,
.image-upload-wrapper.uploaded[data-v-bb3d72a1]:hover,
.image-upload-wrapper.uploaded[data-v-bb3d72a1]:focus-within {
  border-color: #2969ff;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.08);
}
.image-upload-wrapper[data-v-bb3d72a1]:focus,
.image-upload-wrapper.empty[data-v-bb3d72a1]:focus,
.image-upload-wrapper.uploaded[data-v-bb3d72a1]:focus {
  outline: none;
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.16);
}
.image-upload-wrapper.is-dragging[data-v-bb3d72a1],
.image-upload-wrapper.empty.is-dragging[data-v-bb3d72a1],
.image-upload-wrapper.uploaded.is-dragging[data-v-bb3d72a1] {
  border-color: #2969ff;
  border-style: solid;
  background: #eef4ff;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.12);
  transform: translateY(-1px);
}
.upload-img-wrapper[data-v-bb3d72a1] {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dbe5f5;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 17, 84, 0.06);
}
.upload-copy[data-v-bb3d72a1] {
  min-width: 0;
}
.upload-heading-row[data-v-bb3d72a1] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.upload-text[data-v-bb3d72a1] {
  color: #001154;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.upload-subtext[data-v-bb3d72a1] {
  margin-top: 2px;
  color: #526887;
  font-size: 13px;
  line-height: 18px;
}
.file-description[data-v-bb3d72a1] {
  margin-top: 7px;
  color: #6d7f99;
  font-size: 12px;
  line-height: 17px;
}
.file-description span[data-v-bb3d72a1]:last-child {
  color: #2969ff;
}
.upload-help-separator[data-v-bb3d72a1] {
  margin: 0 5px;
}
.image-count-pill[data-v-bb3d72a1] {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  color: #1a5ee8;
  background: #eaf1ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}
.upload-action[data-v-bb3d72a1] {
  min-width: 122px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 14px;
  color: #2969ff;
  background: #ffffff;
  border: 1px solid #2969ff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.photo-library[data-v-bb3d72a1] {
  margin-top: 20px;
  padding: 0;
  background: transparent !important;
}
.photo-library__header[data-v-bb3d72a1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.photo-library__title[data-v-bb3d72a1] {
  color: #001154;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.reorder-hint[data-v-bb3d72a1] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #526887;
  font-size: 12px;
  line-height: 18px;
}
.photo-grid[data-v-bb3d72a1] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.image-item[data-v-bb3d72a1] {
  position: relative;
  min-width: 0;
}
.image-item--ghost[data-v-bb3d72a1] {
  opacity: 0.38;
}
.image-item--chosen[data-v-bb3d72a1] {
  transform: scale(1.02);
}
.item-card-image[data-v-bb3d72a1] {
  position: relative;
  cursor: grab;
}
.item-card-image[data-v-bb3d72a1]:active {
  cursor: grabbing;
}
.item-card-image:hover .reorder-affordance[data-v-bb3d72a1], .item-card-image:focus-within .reorder-affordance[data-v-bb3d72a1] {
  opacity: 1;
  transform: translateY(0);
}
.img-wrapper[data-v-bb3d72a1] {
  width: 100% !important;
  aspect-ratio: 4/3;
  height: auto !important;
  display: block;
  object-fit: cover !important;
  border: 1px solid #dce4f1;
  border-radius: 9px;
  margin-top: 8px;
  box-shadow: 0 5px 14px rgba(0, 17, 84, 0.08);
}
.reorder-affordance[data-v-bb3d72a1] {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px 7px;
  color: #ffffff;
  background: rgba(0, 17, 84, 0.82);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 140ms ease, transform 140ms ease;
  pointer-events: none;
}
.item-delete[data-v-bb3d72a1] {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 9px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(0, 17, 84, 0.12);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 17, 84, 0.15);
}
.image-title-wrapper__title[data-v-bb3d72a1] {
  color: #001154;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.image-footer[data-v-bb3d72a1] {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
}
.image-footer__filename[data-v-bb3d72a1] {
  min-width: 0;
  overflow: hidden;
  color: #001154;
  font-size: 11px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image-footer__size[data-v-bb3d72a1] {
  flex: 0 0 auto;
  color: #979797;
  font-size: 11px;
  line-height: 16px;
}
.mobile-section[data-v-bb3d72a1] {
  background: #fefefe;
  border-radius: 6.66667px;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
}
[data-v-bb3d72a1] .v-btn {
  min-height: unset !important;
}
.img-upload-err .image-upload-wrapper[data-v-bb3d72a1] {
  border-color: red;
}
@media (max-width: 959.98px) {
.image-upload-wrapper[data-v-bb3d72a1],
  .image-upload-wrapper.empty[data-v-bb3d72a1],
  .image-upload-wrapper.uploaded[data-v-bb3d72a1] {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
}
.upload-img-wrapper[data-v-bb3d72a1] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}
.upload-action[data-v-bb3d72a1] {
    grid-column: 1/-1;
    width: 100%;
    height: 36px;
}
.upload-help-separator[data-v-bb3d72a1] {
    display: none;
}
.file-description span[data-v-bb3d72a1]:last-child {
    display: block;
}
.photo-library__header[data-v-bb3d72a1] {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
.photo-grid[data-v-bb3d72a1] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
}
.image-title-wrapper__title[data-v-bb3d72a1] {
    font-size: 12px;
}
}
@media (max-width: 380px) {
.photo-grid[data-v-bb3d72a1] {
    grid-template-columns: 1fr;
}
}
.picture-stage[data-v-bb3d72a1] {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(190px, 0.9fr);
  align-items: stretch;
  gap: 10px;
}
.picture-stage.empty[data-v-bb3d72a1] {
  grid-template-columns: minmax(0, 1fr);
}
.primary-photo[data-v-bb3d72a1] {
  min-width: 0;
}
.primary-photo__media[data-v-bb3d72a1] {
  position: relative;
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eef2f8;
  border: 1px solid #d9e2f2;
  border-radius: 10px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.primary-photo--drop-target .primary-photo__media[data-v-bb3d72a1] {
  border-color: #2969ff;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.2);
}
.primary-photo__image[data-v-bb3d72a1] {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.primary-photo__loading[data-v-bb3d72a1],
.secondary-photo__loading[data-v-bb3d72a1] {
  width: 100%;
  height: 100%;
}
.primary-photo__loading[data-v-bb3d72a1] .v-skeleton-loader__image,
.secondary-photo__loading[data-v-bb3d72a1] .v-skeleton-loader__image {
  height: 100%;
}
.primary-photo__drop-overlay[data-v-bb3d72a1] {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #001154;
  background: rgba(234, 241, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
}
.photo-delete[data-v-bb3d72a1],
.photo-primary[data-v-bb3d72a1] {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 17, 84, 0.14);
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 17, 84, 0.16);
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.photo-delete[data-v-bb3d72a1]:hover, .photo-delete[data-v-bb3d72a1]:focus-visible,
.photo-primary[data-v-bb3d72a1]:hover,
.photo-primary[data-v-bb3d72a1]:focus-visible {
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.12);
  outline: none;
  transform: translateY(-1px);
}
.primary-photo__delete[data-v-bb3d72a1] {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
}
.primary-photo__badge[data-v-bb3d72a1] {
  position: absolute;
  z-index: 3;
  bottom: 9px;
  left: 9px;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 10px;
  color: #001154;
  background: #bcebf7;
  border: 1px solid #8fd7e9;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0, 17, 84, 0.15);
  cursor: help;
}
.primary-photo__badge[data-v-bb3d72a1]:focus-visible {
  outline: 3px solid rgba(41, 105, 255, 0.34);
  outline-offset: 2px;
}
.picture-stage .image-upload-wrapper[data-v-bb3d72a1],
.picture-stage .image-upload-wrapper.empty[data-v-bb3d72a1],
.picture-stage .image-upload-wrapper.uploaded[data-v-bb3d72a1] {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
  padding: 18px 14px;
  text-align: center;
  background: #f7f9fc;
  border: 1px dashed rgba(41, 105, 255, 0.5);
  border-radius: 10px;
}
.picture-stage .image-upload-wrapper.empty[data-v-bb3d72a1],
.picture-stage .image-upload-wrapper.empty.empty[data-v-bb3d72a1],
.picture-stage .image-upload-wrapper.uploaded.empty[data-v-bb3d72a1] {
  min-height: 210px;
  height: 210px;
}
.picture-stage .upload-img-wrapper[data-v-bb3d72a1] {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: #eaf1ff;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}
.picture-stage .upload-copy[data-v-bb3d72a1] {
  width: 100%;
}
.picture-stage .upload-text[data-v-bb3d72a1] {
  color: #001154;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}
.picture-stage .upload-subtext[data-v-bb3d72a1] {
  margin: 0;
  color: #526887;
  font-size: 12px;
  line-height: 17px;
}
.picture-stage .upload-subtext span[data-v-bb3d72a1] {
  color: #2969ff;
  font-weight: 600;
  text-decoration: underline;
}
.picture-stage .file-description[data-v-bb3d72a1] {
  margin-top: 9px;
  color: #8290a6;
  font-size: 10px;
  line-height: 15px;
}
.picture-stage .file-description span[data-v-bb3d72a1] {
  display: block;
  color: #8290a6;
}
.photo-library[data-v-bb3d72a1] {
  margin-top: 8px;
}
.photo-library__header[data-v-bb3d72a1] {
  min-height: 24px;
  margin-bottom: 8px;
}
.photo-library__title[data-v-bb3d72a1] {
  font-size: 13px;
  line-height: 18px;
}
.thumbnail-carousel[data-v-bb3d72a1] {
  position: relative;
  min-width: 0;
  padding: 0 26px;
}
.thumbnail-viewport[data-v-bb3d72a1] {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.thumbnail-viewport[data-v-bb3d72a1]::-webkit-scrollbar {
  display: none;
}
.thumbnail-track[data-v-bb3d72a1] {
  width: max-content;
  min-width: 100%;
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.secondary-photo[data-v-bb3d72a1] {
  position: relative;
  width: 126px;
  flex: 0 0 126px;
  transition: opacity 150ms ease, transform 150ms ease;
}
.secondary-photo--ghost[data-v-bb3d72a1] {
  opacity: 0.35;
}
.secondary-photo--chosen[data-v-bb3d72a1] {
  transform: scale(1.025);
}
.secondary-photo__image[data-v-bb3d72a1] {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #eef2f8;
  border: 1px solid #d9e2f2;
  border-radius: 8px;
  cursor: grab;
  box-shadow: 0 3px 10px rgba(0, 17, 84, 0.08);
}
.secondary-photo__image[data-v-bb3d72a1]:active {
  cursor: grabbing;
}
.secondary-photo__image[data-v-bb3d72a1]:focus-visible {
  border-color: #2969ff;
  outline: 3px solid rgba(41, 105, 255, 0.18);
  outline-offset: 1px;
}
.secondary-photo__image img[data-v-bb3d72a1] {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.secondary-photo__number[data-v-bb3d72a1] {
  position: absolute;
  bottom: 5px;
  left: 5px;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: #ffffff;
  background: rgba(0, 17, 84, 0.86);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.secondary-photo__actions[data-v-bb3d72a1] {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.secondary-photo__primary[data-v-bb3d72a1],
.secondary-photo__delete[data-v-bb3d72a1] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.thumbnail-arrow[data-v-bb3d72a1] {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d9e2f2;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 17, 84, 0.16);
  transform: translateY(-50%);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.thumbnail-arrow[data-v-bb3d72a1]:hover, .thumbnail-arrow[data-v-bb3d72a1]:focus-visible {
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.12), 0 4px 12px rgba(0, 17, 84, 0.16);
  outline: none;
}
.thumbnail-arrow--left[data-v-bb3d72a1] {
  left: 0;
}
.thumbnail-arrow--right[data-v-bb3d72a1] {
  right: 0;
}
.add-second-photo[data-v-bb3d72a1] {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  color: #2969ff;
  background: #ffffff;
  border: 1px solid #cddcff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 959.98px) {
.picture-stage[data-v-bb3d72a1] {
    grid-template-columns: minmax(0, 1fr);
}
.primary-photo__media[data-v-bb3d72a1] {
    min-height: 210px;
    aspect-ratio: 16/9;
}
.picture-stage .image-upload-wrapper[data-v-bb3d72a1],
  .picture-stage .image-upload-wrapper.empty[data-v-bb3d72a1],
  .picture-stage .image-upload-wrapper.uploaded[data-v-bb3d72a1] {
    min-height: 142px;
    height: auto;
    grid-template-columns: none;
    gap: 7px;
    padding: 14px;
}
.photo-library__header[data-v-bb3d72a1] {
    gap: 2px;
}
.reorder-hint[data-v-bb3d72a1] {
    font-size: 11px;
}
.thumbnail-carousel[data-v-bb3d72a1] {
    padding: 0 23px;
}
.secondary-photo[data-v-bb3d72a1] {
    width: 112px;
    flex-basis: 112px;
}
.thumbnail-arrow[data-v-bb3d72a1] {
    width: 27px;
    height: 27px;
}
}.property-detail-grid[data-v-bf816996] {
  padding: 22px 18px 0;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 17, 84, 0.045);
}
.property-choice-control--binary[data-v-bf816996] {
  max-width: 136px;
}
.property-choice-control--ternary[data-v-bf816996] {
  max-width: 156px;
}
@media (max-width: 959px) {
.property-detail-grid[data-v-bf816996] {
    padding: 18px 10px 0;
}
}.property-detail-grid[data-v-4df73c93] {
  padding: 22px 18px 0;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 17, 84, 0.045);
}
.property-choice-control[data-v-4df73c93] {
  max-width: 136px;
}
.separator[data-v-4df73c93] {
  width: 100%;
}
@media (max-width: 959px) {
.property-detail-grid[data-v-4df73c93] {
    padding: 18px 10px 0;
}
}.property-details[data-v-1df08e94] {
  background: #ffffff;
}
.mobile-section[data-v-1df08e94] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.border-bottom[data-v-1df08e94] {
  height: 1px;
  background: #001154;
  opacity: 0.2;
  border-radius: 1px;
}
.header-img[data-v-1df08e94] {
  width: 15px;
  height: 6px;
  flex: initial;
}
.asset-inputs-content[data-v-1df08e94] {
  min-height: auto;
  padding: 0 0 24px;
}
.asset-property-panel[data-v-1df08e94] {
  border: 1px solid #e1e7f2;
  border-radius: 14px !important;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 17, 84, 0.055);
  overflow: hidden;
}
[data-v-1df08e94] .v-expansion-panel-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #0f2d59;
  justify-content: space-between;
}
[data-v-1df08e94] .v-expansion-panel-title .v-expansion-panel-title__icon {
  margin-left: 0;
  font-size: 30px;
}
[data-v-1df08e94] .v-expansion-panel-text__wrapper {
  padding: 0;
}.active[data-v-8e97177a] {
  background: #f2f6ff !important;
  color: #002c91;
}
.active .item-text[data-v-8e97177a] {
  color: #002c91 !important;
}
.completed[data-v-8e97177a] {
  background: rgba(54, 134, 0, 0.08) !important;
}
.completed .item-text[data-v-8e97177a] {
  color: #368600;
  opacity: 0.7;
}
#breadcrumb[data-v-8e97177a] {
  list-style: none;
  display: flex;
  padding-left: 0;
  column-gap: 8px;
}
#breadcrumb .item[data-v-8e97177a] {
  width: 151px;
  height: 40px;
  background: #f8f9fb;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
}
.item-text[data-v-8e97177a] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #313944;
  margin-left: 8px;
}
.text-truncate[data-v-8e97177a] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 5px;
}
.checkbox-wrapper[data-v-8e97177a] {
  background: rgba(49, 57, 68, 0.15);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 4px;
}
.checkbox-wrapper.checkboxActive[data-v-8e97177a] {
  background: rgba(0, 44, 145, 0.15);
}
.checkbox-wrapper.checkboxCompleted[data-v-8e97177a] {
  background: #368600;
}
.item-wrap[data-v-8e97177a] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 959.98px) {
.icon-wrapper[data-v-8e97177a] {
    display: none;
}
.text-truncate[data-v-8e97177a] {
    top: 0;
}
.item-text[data-v-8e97177a] {
    font-size: 11px;
    margin: 0;
}
#breadcrumb .item[data-v-8e97177a] {
    height: 32px;
    width: 50%;
    border-radius: 5px;
    padding: 0 4px;
}
#breadcrumb .item[data-v-8e97177a]:first-child {
    background: #f2f6ff;
}
#breadcrumb .item[data-v-8e97177a]:last-child {
    background: #f8f9fb;
}
}.asset-step-loading[data-v-9e43f41c] {
  min-height: 430px;
  background: #ffffff;
}
.legal-check-wrapper[data-v-9e43f41c] {
  width: 310px;
  margin: 0 auto;
}
.legal-check-wrapper[data-v-9e43f41c] .c-checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.asset-step-title[data-v-9e43f41c] {
  position: sticky;
  top: var(--xl-nav-h, 74px);
  z-index: 20;
  height: auto;
  border-bottom: 1px solid #e1e7f2 !important;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 17, 84, 0.055);
}
.asset-step-title__title[data-v-9e43f41c] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.finish-mobile[data-v-9e43f41c] {
  color: #001154;
  border-bottom: 1px solid #001154;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-9e43f41c] .finish-later-btn-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-9e43f41c] .back-button-content,[data-v-9e43f41c] .next-button-content {
  padding-top: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 74px;
  position: relative;
  text-align: left;
  right: auto;
  left: auto;
}
[data-v-9e43f41c] .back-button-content {
  text-align: right;
}
[data-v-9e43f41c] .next-button-content::after {
  width: 20px;
  height: 16px;
  top: 6px;
  left: auto;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M-1.29539e-06%209L16.2%209L10.6%2014.6L12%2016L20%208L12%201.20797e-06L10.6%201.4L16.2%207L-1.12054e-06%207L-1.29539e-06%209Z'%20fill='white'/%3e%3c/svg%3e");
}
[data-v-9e43f41c] .back-button-content::before {
  width: 20px;
  height: 16px;
  left: 0;
  top: 6px;
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%207L3.8%207L9.4%201.4L8%200L0%208L8%2016L9.4%2014.6L3.8%209L20%209V7Z'%20fill='%232969FF'/%3e%3c/svg%3e");
}
[data-v-9e43f41c] .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
[data-v-9e43f41c] .c-label {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #001154;
}
[data-v-9e43f41c] .second-input-with-background .v-text-field,[data-v-9e43f41c] .second-input-with-background .address-container,[data-v-9e43f41c] .v-field {
  height: 50px !important;
  font-size: 14px;
  color: #001154;
}
[data-v-9e43f41c] input {
  font-size: 14px;
}
[data-v-9e43f41c] .second-input-with-background .v-input.text-error ::placeholder,[data-v-9e43f41c] .second-input-with-background .google-input.text-error ::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px !important;
  opacity: 0.45;
}
[data-v-9e43f41c] .ckeditor-wrapper .ck-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
  top: 55px;
  left: 16px;
}
[data-v-9e43f41c] .ck.ck-content {
  background: #f1f1f1 !important;
}
.asset-step-buttons[data-v-9e43f41c] {
  position: sticky !important;
  bottom: 0;
  z-index: 19;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0;
  align-items: center;
  margin: 8px 0 0;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 -8px 24px rgba(0, 17, 84, 0.09);
}
[data-v-9e43f41c] .v-btn {
  min-height: auto !important;
}
.create-asset[data-v-9e43f41c] .v-field__input {
  position: relative;
  min-width: 0;
}
.create-asset[data-v-9e43f41c] .second-input-with-background .v-input,
.create-asset[data-v-9e43f41c] .second-input-with-background .v-input__control,
.create-asset[data-v-9e43f41c] .second-input-with-background .address-container {
  top: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.create-asset[data-v-9e43f41c] .second-input-with-background .v-input__control {
  width: 100%;
}
.create-asset[data-v-9e43f41c] .second-input-with-background .v-field,
.create-asset[data-v-9e43f41c] .second-input-with-background .address-container {
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid #d9e2f2;
  border-radius: 8px;
  background: #f7f9fc !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.create-asset[data-v-9e43f41c] .second-input-with-background .v-field__input {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.create-asset[data-v-9e43f41c] .second-input-with-background .v-field--focused,
.create-asset[data-v-9e43f41c] .second-input-with-background .address-container:focus-within {
  border-color: #2969ff;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.1);
}
.create-asset[data-v-9e43f41c] .second-input-with-background .v-input.text-error .v-field,
.create-asset[data-v-9e43f41c] .second-input-with-background .google-input.text-error {
  border-color: rgba(213, 40, 25, 0.6) !important;
  background: rgba(213, 40, 25, 0.05) !important;
}
.create-asset[data-v-9e43f41c] .second-input-with-background .v-input--disabled .v-field {
  border-color: #e4e9f2;
  background: #f1f4f8 !important;
}
.create-asset[data-v-9e43f41c] .ck.ck-editor__main > .ck-editor__editable,
.create-asset[data-v-9e43f41c] .ck.ck-toolbar {
  border-color: #d9e2f2 !important;
}
.create-asset[data-v-9e43f41c] .ck.ck-toolbar {
  border-radius: 8px 8px 0 0 !important;
}
.create-asset[data-v-9e43f41c] .ck.ck-editor__main > .ck-editor__editable {
  border-radius: 0 0 8px 8px !important;
  background: #f7f9fc !important;
}
[data-v-9e43f41c] .c-checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
[data-v-9e43f41c] .v-input__details {
  display: none !important;
}
.button-back.hidden[data-v-9e43f41c] {
  visibility: hidden;
}
.next-button[data-v-9e43f41c] {
  border: none;
}
.button-back[data-v-9e43f41c] {
  width: 100% !important;
  border: 1px solid #2969ff;
}
.button-back .back-button-content[data-v-9e43f41c] {
  color: #2969ff !important;
}
.button-back .back-button-content[data-v-9e43f41c]::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%207L3.8%207L9.4%201.4L8%200L0%208L8%2016L9.4%2014.6L3.8%209L20%209V7Z'%20fill='%232969FF'/%3e%3c/svg%3e");
}
.button-back.v-btn--disabled[data-v-9e43f41c] {
  border: 1px solid #9aabc2;
}
.button-back.v-btn--disabled .back-button-content[data-v-9e43f41c] {
  color: #9aabc2 !important;
}
.button-back.v-btn--disabled .back-button-content[data-v-9e43f41c]::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8654%207L3.69406%207L8.2471%201.4L7.10884%200L0.604492%208L7.10884%2016L8.2471%2014.6L3.69406%209L16.8654%209V7Z'%20fill='%239AABC2'/%3e%3c/svg%3e");
}
.next-button[data-v-9e43f41c] {
  width: 100% !important;
}
[data-v-9e43f41c] .second-input-with-background > .v-input,[data-v-9e43f41c] .second-input-with-background > .app-price-input-root,[data-v-9e43f41c] .second-input-with-background > .app-advanced-select-root,[data-v-9e43f41c] .second-input-with-background > .address-container,[data-v-9e43f41c] .second-input-with-background > .collateral-value-input {
  margin-top: 4px;
}
[data-v-9e43f41c] .second-input-with-background .v-field {
  font-size: 14px !important;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
}
[data-v-9e43f41c] .second-input-with-background .v-select .v-field,[data-v-9e43f41c] .second-input-with-background .v-select .v-field__field {
  box-sizing: border-box;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
[data-v-9e43f41c] .second-input-with-background .v-field__input {
  line-height: 20px;
  letter-spacing: normal;
}
[data-v-9e43f41c] .second-input-with-background input.v-field__input {
  font-size: 14px !important;
  line-height: 20px !important;
}
[data-v-9e43f41c] .second-input-with-background input::placeholder,[data-v-9e43f41c] .second-input-with-background textarea::placeholder {
  color: rgba(0, 0, 0, 0.38) !important;
  opacity: 1 !important;
}
[data-v-9e43f41c] .second-input-with-background .v-select .v-field__field > .v-field__input {
  box-sizing: border-box;
  align-self: center;
  position: relative;
  top: auto;
  bottom: auto;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 8px 20px 8px 12px !important;
  opacity: 1;
}
[data-v-9e43f41c] .second-input-with-background
      .v-select
      .v-field__field
      > .v-field__input
      > input {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  min-height: 32px;
  padding: 8px 20px 8px 12px !important;
}
[data-v-9e43f41c] .second-input-with-background .v-field__append-inner {
  transform: translate(-15px, 4px);
}
[data-v-9e43f41c] .second-input-with-background .v-select .v-field__append-inner .v-icon {
  color: #526887 !important;
}
[data-v-9e43f41c] #UPDDate .v-field__append-inner {
  transform: translateX(-12px);
}
@media (min-width: 600px) {
[data-v-9e43f41c] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field__field {
    transform: translateY(-1px);
}
[data-v-9e43f41c] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field__append-inner {
    transform: translate(-15px, 4px);
}
}
[data-v-9e43f41c] .second-input-with-background .v-input--error .v-field,[data-v-9e43f41c] .second-input-with-background .v-field--error {
  border-color: rgba(213, 40, 25, 0.6) !important;
  background: rgba(213, 40, 25, 0.05) !important;
}
[data-v-9e43f41c] .second-input-with-background .v-input--error input::placeholder,[data-v-9e43f41c] .second-input-with-background .v-field--error input::placeholder {
  color: rgba(213, 40, 25, 0.7) !important;
  opacity: 0.45 !important;
}
[data-v-9e43f41c] .second-input-with-background
      .app-advanced-select-root
      .second-select
      .v-input__control,[data-v-9e43f41c] .second-input-with-background
      .app-advanced-select-root
      .second-select
      .v-field,[data-v-9e43f41c] .second-input-with-background
      .app-advanced-select-root
      .second-select
      .v-field__field {
  box-sizing: border-box;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
[data-v-9e43f41c] .second-input-with-background .v-field__outline {
  display: none !important;
}
@media (max-width: 959.98px) {
[data-v-9e43f41c] #UPDDate {
    position: static;
}
}
@media (max-width: 599.98px) {
[data-v-9e43f41c] .second-input-with-background .v-field__append-inner {
    transform: translate(-15px, -1px);
}
[data-v-9e43f41c] .second-input-with-background .v-select .v-field,[data-v-9e43f41c] .second-input-with-background .v-select .v-field__field,[data-v-9e43f41c] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-input__control,[data-v-9e43f41c] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field,[data-v-9e43f41c] .second-input-with-background
        .app-advanced-select-root
        .second-select
        .v-field__field {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}
.sell-flow-btn[data-v-9e43f41c] {
  width: 108px !important;
  max-width: 100%;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}
[data-v-9e43f41c] .sell-flow-btn .v-btn__overlay,[data-v-9e43f41c] .sell-flow-btn .v-btn__underlay {
  background: transparent !important;
  opacity: 0 !important;
}
.sell-flow-btn--finish[data-v-9e43f41c] {
  width: 120px !important;
  border: 1.5px solid #2969ff !important;
  background: #ffffff !important;
  color: #001154 !important;
  box-shadow: 0 4px 12px rgba(0, 17, 84, 0.08) !important;
}
.sell-flow-btn--finish[data-v-9e43f41c]:hover:not(.v-btn--disabled) {
  border-color: #2969ff !important;
  background: #f6f9ff !important;
  color: #1f5ce8 !important;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.1), 0 8px 18px rgba(0, 17, 84, 0.12) !important;
  transform: translateY(-1px);
}
.sell-flow-btn--next[data-v-9e43f41c] {
  border: 1px solid #2969ff !important;
  background: #2969ff !important;
  color: #ffffff !important;
  box-shadow: 0 7px 18px rgba(41, 105, 255, 0.22) !important;
}
.sell-flow-btn--next[data-v-9e43f41c]:hover:not(.v-btn--disabled) {
  border-color: #1f5ce8 !important;
  background: #1f5ce8 !important;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.14), 0 12px 24px rgba(41, 105, 255, 0.26) !important;
  transform: translateY(-1px);
}
.sell-flow-btn--back[data-v-9e43f41c] {
  border: 1.5px solid #2969ff !important;
  background: #ffffff !important;
  color: #2969ff !important;
  box-shadow: none !important;
}
.sell-flow-btn--back[data-v-9e43f41c]:hover:not(.v-btn--disabled) {
  background: #f5f8ff !important;
  box-shadow: 0 0 0 4px rgba(41, 105, 255, 0.12) !important;
  transform: translateY(-1px);
}
.sell-flow-btn[data-v-9e43f41c]:focus-visible {
  outline: 3px solid rgba(41, 105, 255, 0.4);
  outline-offset: 2px;
}
.sell-flow-btn[data-v-9e43f41c]:active:not(.v-btn--disabled) {
  transform: translateY(0);
}
.v-theme--marketplaceLight.v-btn.sell-flow-btn.v-btn--disabled[data-v-9e43f41c]:not(.sell-flow-btn--back) {
  border-color: #dfe4ee !important;
  background: #dfe4ee !important;
  color: #8c97ab !important;
  box-shadow: none !important;
}
.sell-flow-btn--back.v-btn--disabled[data-v-9e43f41c] {
  border-color: #c9d1df !important;
  background: #ffffff !important;
  color: #9aabc2 !important;
}
[data-v-9e43f41c] .sell-flow-btn .v-btn__content {
  width: 100%;
  justify-content: center;
  color: inherit;
  opacity: 1;
}
[data-v-9e43f41c] .sell-flow-btn .finish-later-btn-text,[data-v-9e43f41c] .sell-flow-btn .back-button-content,[data-v-9e43f41c] .sell-flow-btn .next-button-content {
  color: inherit !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
[data-v-9e43f41c] .sell-flow-btn .back-button-content,[data-v-9e43f41c] .sell-flow-btn .next-button-content {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 0;
  position: static;
  text-align: center;
}
[data-v-9e43f41c] .sell-flow-btn .back-button-content::before,[data-v-9e43f41c] .sell-flow-btn .next-button-content::after {
  display: block;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  flex: 0 0 20px;
  width: 20px;
  height: 16px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 959.98px) {
.create-asset[data-v-9e43f41c] {
    margin-bottom: 170px;
}
.legal-check-wrapper[data-v-9e43f41c] {
    width: 335px;
}
.asset-step-buttons[data-v-9e43f41c] {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19;
    width: auto;
    margin: 0;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 16.98%);
}
.asset-step-title[data-v-9e43f41c] {
    position: static;
    top: auto;
    z-index: auto;
    border-bottom: 0 !important;
    background: none;
    box-shadow: none;
}
.breadcrumbs-wrapper[data-v-9e43f41c] {
    width: 100%;
}
}.asset-edit-page[data-v-97217f70] {
  background: rgb(248, 249, 251);
  min-height: 100vh;
}
.stepper-wrapper[data-v-97217f70] {
  height: auto;
  position: sticky;
  top: calc(var(--xl-nav-h, 74px) + 12px);
  z-index: 1;
  align-self: flex-start;
}
.stepper-wrapper.mobile[data-v-97217f70] {
  position: static;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-edit-page[data-v-97217f70] {
    overflow: hidden;
}
.stepper-wrapper[data-v-97217f70] {
    top: 0;
    height: 98px;
}
}
@media (max-width: 1263.98px) {
.stepper-wrapper[data-v-97217f70] {
    height: auto;
}
.asset-edit-page[data-v-97217f70] {
    min-height: auto;
}
}
.content-wrapper[data-v-97217f70] {
  min-height: 0;
}.profile-page-wrapper .profile-mobile-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin: 12px 16px 16px;
  padding: 4px;
  border: 1px solid #dce4f5;
  border-radius: 10px;
  background: #f4f7fd;
}
.profile-page-wrapper .profile-mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 4px;
  border-radius: 6px;
  color: #001154;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.profile-page-wrapper .profile-mobile-nav a.router-link-exact-active {
  background: #2969ff;
  color: #fff;
}
.profile-page-wrapper .profile-mobile-nav a:focus-visible {
  outline: 2px solid #001154;
  outline-offset: 2px;
}
.profile-page-wrapper .sidebar-wrapper .profile-page-title {
  padding: 0 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.profile-page-wrapper {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  min-height: calc(100vh - var(--xl-nav-h, 74px));
  padding: 24px 32px 48px;
  column-gap: 24px;
  background: #f7f9fd;
}
.profile-page-wrapper .profile-page-content {
  flex: 1 1 auto;
  min-width: 0;
}
.profile-page-wrapper .profile-page-content > .container,
.profile-page-wrapper .profile-page-content > .buyer-profile-page,
.profile-page-wrapper .profile-page-content > .seller-profile-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
}
.profile-page-wrapper > .sidebar-wrapper {
  position: sticky;
  top: calc(var(--xl-nav-h, 74px) + 24px);
  flex: 0 0 196px;
  min-height: 520px;
  overflow: hidden;
  background: linear-gradient(165deg, #001154 0%, #062c7b 100%);
  box-shadow: 0 18px 44px rgba(0, 17, 84, 0.16);
  border-radius: 14px;
}
.profile-page-wrapper .sidebar-wrapper .links-wrapper {
  display: flex;
  flex-direction: column;
  padding: 22px 12px;
  row-gap: 8px;
}
.profile-page-wrapper .sidebar-wrapper .links-wrapper__link {
  display: flex;
}
.profile-page-wrapper .sidebar-wrapper .links-wrapper__link a {
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 9px;
  align-items: center;
  column-gap: 12px;
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 44px;
  color: #fefefe !important;
  transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}
.profile-page-wrapper .sidebar-wrapper .links-wrapper__link a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(2px);
}
.profile-page-wrapper .sidebar-wrapper .links-wrapper__link a.router-link-active {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.2);
}
.profile-page-wrapper .sidebar-wrapper .links-wrapper__link a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.profile-page-wrapper .profile-edit__header,
.profile-page-wrapper .buyer-page-title-wrapper {
  min-height: 42px;
  margin-bottom: 18px;
  align-items: center;
}
.profile-page-wrapper .profile-edit__header .page-header,
.profile-page-wrapper .buyer-page-title-wrapper .page-header {
  margin-bottom: 0 !important;
}
.profile-page-wrapper .page-header {
  color: var(--xl-navy, #001154) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}
.profile-page-wrapper .profile__items-wrapper {
  padding: 18px !important;
  border: 1px solid #e3e9f3;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.07) !important;
}
.profile-page-wrapper .buyer-profile-page .profile__items-wrapper,
.profile-page-wrapper .seller-profile-page .profile__items-wrapper {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0;
  margin-left: 0 !important;
}
.profile-page-wrapper .profile-data-wrapper {
  gap: 10px;
}
.profile-page-wrapper .notification-divider,
.profile-page-wrapper .address-info-wrapper-divider {
  background: #e8edf5 !important;
}
.profile-page-wrapper .second-input-with-background::before,
.profile-page-wrapper .app-custom-input::before {
  width: 100% !important;
  border-color: #e8edf5 !important;
}
.profile-page-wrapper .second-input-with-background {
  padding-bottom: 0;
}
.profile-page-wrapper .profile-user-page .second-input-with-background > .v-input,
.profile-page-wrapper .profile-user-page .second-input-with-background > .app-states-select-root,
.profile-page-wrapper .profile-user-page .second-input-with-background > .app-advanced-select-root {
  margin-top: 4px !important;
}
.profile-page-wrapper .profile-user-page .second-input-with-background > .app-price-input-root {
  margin-top: 4px !important;
}
.profile-page-wrapper .second-input-with-background .v-field--variant-underlined .v-field__outline::before,
.profile-page-wrapper .second-input-with-background .v-field--variant-underlined .v-field__outline::after,
.profile-page-wrapper .second-input-with-background .v-field--variant-filled .v-field__outline::before,
.profile-page-wrapper .second-input-with-background .v-field--variant-filled .v-field__outline::after {
  display: none !important;
}
.profile-page-wrapper .second-input-with-background .v-field__append-inner,
.profile-page-wrapper .second-input-with-background .v-field__prepend-inner {
  align-items: center;
  align-self: stretch;
  padding-top: 0;
}
.profile-page-wrapper .second-input-with-background .second-input-wrapper.v-input--error {
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
  background-color: rgba(213, 40, 25, 0.08) !important;
}
.profile-page-wrapper .profile-user-page .second-input-with-background .v-input.v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox) input {
  color: #001154 !important;
}
.profile-page-wrapper .profile-geography-lookup-field.second-input-wrapper input,
.profile-page-wrapper .profile-state-field.second-input-wrapper input {
  position: relative;
  top: -2px;
  padding: 8px 0 !important;
}
.profile-page-wrapper .profile-state-field input {
  width: calc(100% - 4px);
  max-width: calc(100% - 4px) !important;
}
.profile-page-wrapper .second-input-with-background .v-input--readonly .v-input__details,
.profile-page-wrapper .second-input-with-background .v-input__details:not(:has(.v-messages__message)) {
  display: none !important;
}
@media (max-width: 959px) {
.profile-page-wrapper .buyer-profile-page .second-input-with-background .second-input-mobile:not(.second-input-wrapper) input {
    box-sizing: border-box;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.profile-page-wrapper .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper) .v-input__control,
  .profile-page-wrapper .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper) .v-field,
  .profile-page-wrapper .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper) .v-field__field,
  .profile-page-wrapper .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper) .v-field__input,
  .profile-page-wrapper .profile-state-field.second-input-mobile:not(.second-input-wrapper) .v-input__control,
  .profile-page-wrapper .profile-state-field.second-input-mobile:not(.second-input-wrapper) .v-field,
  .profile-page-wrapper .profile-state-field.second-input-mobile:not(.second-input-wrapper) .v-field__field,
  .profile-page-wrapper .profile-state-field.second-input-mobile:not(.second-input-wrapper) .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
}
.profile-page-wrapper .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper) .v-combobox__selection,
  .profile-page-wrapper .profile-state-field.second-input-mobile:not(.second-input-wrapper) .v-autocomplete__selection {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    margin: 0 !important;
    line-height: 20px !important;
}
.profile-page-wrapper .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-combobox__selection,
  .profile-page-wrapper .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-autocomplete__selection {
    overflow: visible !important;
}
.profile-page-wrapper .buyer-profile-page .second-input-with-background .second-input-mobile:not(.second-input-wrapper) {
    font-size: 14px !important;
    line-height: 21px !important;
}
.profile-page-wrapper .buyer-profile-page .second-input-with-background .second-input-mobile:not(.second-input-wrapper) :is(.v-field, .v-field__field) {
    font-size: 14px !important;
}
.profile-page-wrapper .buyer-profile-page .second-input-with-background .second-input-mobile:not(.second-input-wrapper) input {
    font-size: 14px !important;
    line-height: 20px !important;
}
.profile-page-wrapper .buyer-profile-page :is(.profile-geography-lookup-field,
  .profile-state-field).second-input-mobile:not(.second-input-wrapper) :is(.v-combobox__selection-text, .v-autocomplete__selection-text) {
    font-size: 14px !important;
    line-height: 20px !important;
}
.profile-page-wrapper .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-combobox__selection-text,
  .profile-page-wrapper .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-autocomplete__selection-text {
    top: 12px !important;
}
.profile-page-wrapper .buyer-profile-page .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-combobox__selection-text,
  .profile-page-wrapper .buyer-profile-page .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-autocomplete__selection-text {
    top: -8px !important;
}
}
@media (min-width: 600px) and (max-width: 959px) {
.profile-page-wrapper .profile-user-page .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-combobox__selection-text,
  .profile-page-wrapper .profile-user-page .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-autocomplete__selection-text {
    top: 8px !important;
}
}
@media (max-width: 599px) {
.profile-page-wrapper .profile-protected-field.second-input-wrapper input {
    flex-basis: calc(100% - 4px);
    width: calc(100% - 4px);
    max-width: calc(100% - 4px) !important;
}
.profile-page-wrapper .seller-profile-page .second-input-with-background .second-input-mobile:not(.second-input-wrapper) input {
    box-sizing: border-box;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.profile-page-wrapper .seller-profile-page .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-combobox__selection-text,
  .profile-page-wrapper .seller-profile-page .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-autocomplete__selection-text {
    top: -8px !important;
}
.profile-page-wrapper .profile-user-page .profile-geography-lookup-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-combobox__selection-text,
  .profile-page-wrapper .profile-user-page .profile-state-field.second-input-mobile:not(.second-input-wrapper).v-input--readonly .v-autocomplete__selection-text {
    top: 0 !important;
}
.profile-page-wrapper .profile-geography-lookup-field--city input {
    flex-basis: calc(100% + 8px);
    width: calc(100% + 8px);
    max-width: calc(100% + 8px) !important;
}
.profile-page-wrapper .profile-geography-lookup-field--zipCode input,
  .profile-page-wrapper .profile-state-field input {
    flex-basis: calc(100% + 10px);
    width: calc(100% + 10px);
    max-width: calc(100% + 10px) !important;
}
}
.profile-page-wrapper .custom-cancel-btn {
  line-height: 18px !important;
}
@media (min-width: 600px) {
.profile-page-wrapper .second-input-with-background .v-input:not(.second-input-mobile) .v-field {
    height: 40px !important;
    min-height: 40px !important;
}
.profile-page-wrapper .second-input-with-background .v-input:not(.second-input-mobile) .v-field__input {
    height: 40px !important;
    min-height: 40px !important;
}
.profile-page-wrapper .second-input-with-background .v-input:not(.second-input-mobile) .v-input__details {
    display: none !important;
}
.profile-page-wrapper .profile-user-page .second-input-with-background .v-input.v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox) input {
    height: 40px !important;
    max-height: 40px !important;
    color: #001154 !important;
    line-height: 26px !important;
}
.profile-page-wrapper .second-input-with-background .custom-lock-icon {
    align-self: flex-start;
    margin-top: 4px;
    margin-left: 4px;
}
.profile-page-wrapper .profile-user-page .profile-geography-lookup-field.v-input--readonly:not(.second-input-wrapper) .v-field,
  .profile-page-wrapper .profile-user-page .profile-state-field.v-input--readonly:not(.second-input-wrapper) .v-field {
    height: 36px !important;
    min-height: 36px !important;
}
}
.profile-page-wrapper .second-input-with-background .v-text-field.v-input--readonly:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
  position: static !important;
  top: auto !important;
}
@media (max-width: 599px) {
.profile-page-wrapper .second-input-with-background .custom-lock-icon {
    transform: translateY(2px);
}
}
.profile-page-wrapper .page-sub-title {
  color: var(--xl-navy, #001154) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.profile-page-wrapper .custom-edit-btn {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  margin-left: 10px !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(41, 105, 255, 0.2) !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-page-wrapper {
    display: block;
    min-height: calc(100vh - var(--xl-nav-h, 62px));
    margin-top: 0 !important;
    padding: 0 0 40px;
    background: #fff;
}
.profile-page-wrapper .profile-page-content {
    width: 100%;
}
.profile-page-wrapper .page-header {
    font-size: 17px !important;
}
.profile-page-wrapper .profile__items-wrapper {
    padding: 16px !important;
    border-radius: 10px !important;
}
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
.profile-page-wrapper {
    padding: 20px 20px 40px;
    column-gap: 18px;
}
.profile-page-wrapper > .sidebar-wrapper {
    flex-basis: 176px;
}
}
@media (min-width: 961px) and (max-width: 1263px) {
.profile-page-wrapper .buyer-profile-page .page-header-wrapper > * {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
}
.profile-page-wrapper .custom-upload-btn.v-btn {
  width: 102.734px !important;
  min-width: 102.734px !important;
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
  padding: 0 12.4444px !important;
}
.profile-page-wrapper .custom-upload-btn .v-btn__content {
  width: 77.856px;
  height: 12px;
  line-height: normal !important;
}
.app-file-input[data-v-7b7def0f] .app-file-input__legacy-placeholder {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
 * V2 exposed the visible file-input slot as a flex row with a neutral
 * on-surface foreground. V4 changed the same primitive to a grid and reduced
 * the empty label to its natural text box. Restore the shared field contract;
 * route-owned dimensions can still constrain the surface as Production did.
 */
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-field {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  cursor: text;
}

/*
 * V2 laid the prepend track and control out as one flex row. V4 switched the
 * input root to a two-row grid; that stretches the icon track through the
 * entire field and changes both its hit target and vertical alignment.
 */
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) {
  display: flex;
  align-items: flex-start;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-input__prepend {
  align-self: flex-start;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 8px 9px 4px 0;
  padding: 0;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-input__control {
  flex: 1 1 auto;
  min-width: 0;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-field:focus-within {
  color: #001154;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-field__field {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

/*
 * V2 used a file input's label as its empty selected-value surface. V4 keeps
 * both an in-field and a floating label, so retain and align the in-field
 * label while suppressing only the generated floating duplicate.
 */
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-label.v-field-label {
  top: 10px;
  right: auto;
  left: 0;
  width: auto;
  max-width: 100%;
  height: 20px;
  margin: 0;
  overflow: hidden;
  color: #0f2d59;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: normal;
  opacity: 1;
  pointer-events: none;
  text-overflow: ellipsis;
  transform: none;
  white-space: nowrap;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom)
  .v-label.v-field-label--floating {
  display: none;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-field__field {
  box-sizing: border-box;
  height: 42px;
  padding: 3px 0;
}

/*
 * V2 retains a four-pixel generated append track even when no append icon is
 * present. Preserve it so the text/label slot has the same released width.
 */
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-field__append-inner {
  flex: 0 0 4px;
  width: 4px;
  min-width: 4px;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) .v-field__input {
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 36px;
  min-height: 36px;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: normal;
  opacity: 1;
}
.app-file-input[data-v-7b7def0f]:not(.file-input-custom) input[type="file"] {
  top: 5px;
  left: 0;
  width: 0;
  max-width: 0;
  height: 32px;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
}
.app-file-input__prepend-slot[data-v-7b7def0f] {
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  line-height: 1;
}
.app-file-input__prepend-action[data-v-7b7def0f] {
  position: relative;
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #001154;
  background: transparent;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: normal;
  opacity: 1;
  cursor: auto;
}
.app-file-input:not(.file-input-custom) .app-file-input__prepend-action[data-v-7b7def0f] {
  flex-basis: 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  color: #001154;
  line-height: 24px;
  cursor: text;
}

/* Vuetify 2's clickable VIcon supplied this invisible focus surface. */
.app-file-input__prepend-action[data-v-7b7def0f]::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(1.3);
}

/*
 * The released compact file-input surface is a shared modifier used by every
 * seller/profile upload consumer. V2's slot was 32px at tablet and mobile
 * widths; V4 otherwise expands it to the default 44px field density.
 */
.app-file-input.file-input-custom[data-v-7b7def0f] .v-field {
  min-height: 32px !important;
  height: 32px !important;
  margin-bottom: 8px;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: normal;
  text-align: left;
  cursor: text;
}
.app-file-input.file-input-custom[data-v-7b7def0f] .v-field:focus-within {
  color: #001154;
}

/*
 * Production suppresses both generated V2 input-slot underlines for the
 * compact upload primitive. Vuetify 4 moved those lines to VField's outline
 * pseudos, so suppress them in the shared wrapper for every compact consumer.
 */
.app-file-input.file-input-custom[data-v-7b7def0f] .v-field__outline::before,
.app-file-input.file-input-custom[data-v-7b7def0f] .v-field__outline::after {
  display: none !important;
}
.app-file-input.file-input-custom[data-v-7b7def0f] .v-field__input {
  min-height: 32px !important;
  height: 32px !important;
}

/*
 * V2 pairs the visible field's 8px bottom margin with a 14px details row.
 * V4 expands that generated row to 22px, which adds 8px to every unhidden
 * compact upload consumer even when the visible field itself is identical.
 */
.app-file-input.file-input-custom[data-v-7b7def0f] .v-input__details {
  min-height: 14px;
  padding-top: 0;
}

/*
 * Production keeps the tablet/desktop upload row at 12px/18px inside a 32px
 * content box, then promotes the smallest breakpoint to 14px/20px. The V4
 * compatibility node owns that responsive contract explicitly.
 */
.app-file-input.file-input-custom[data-v-7b7def0f] .app-file-input__legacy-placeholder {
  display: flex;
  align-items: center;
  width: 81px;
  min-width: 81px;
  max-width: 81px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  overflow: visible;
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
}

/*
 * Production's sm-and-down file-input slot starts at the top of its 32px
 * control. Vuetify 4 vertically offsets the compatibility node by 8px only
 * on the tablet layout, so neutralize that shared breakpoint offset here.
 */
@media (min-width: 600px) and (max-width: 959px) {
.app-file-input.file-input-custom[data-v-7b7def0f] .app-file-input__legacy-placeholder {
    position: relative;
    top: -8px;
}
}

/*
 * V2 rendered an outer 24px icon track with 4px top spacing, followed by a
 * flex-growing control. The seller form intentionally remains a 118px flex
 * row, so restoring those shared internals yields 24 + 9 + 85 at every width.
 */
.app-file-input.file-input-custom[data-v-7b7def0f] .v-input__prepend {
  align-self: flex-start;
  align-items: center;
  padding-top: 4px;
}
.app-file-input.file-input-custom[data-v-7b7def0f] .v-input__control {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 599px) {
.app-file-input.file-input-custom[data-v-7b7def0f] .v-field {
    margin-bottom: 0;
}
.app-file-input.file-input-custom[data-v-7b7def0f] .app-file-input__legacy-placeholder {
    width: 89px;
    min-width: 89px;
    max-width: 89px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}
}
.no-filled[data-v-64b8fae5] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-64b8fae5] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-64b8fae5] {
  text-decoration: underline;
}
.avatarWrapper[data-v-64b8fae5] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-64b8fae5] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-64b8fae5] .v-field:before {
  border: none !important;
}
h3[data-v-64b8fae5] {
  font-size: 1.6rem;
}
[data-v-64b8fae5] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-64b8fae5] {
  padding-bottom: 66px;
}
[data-v-64b8fae5] .v-field__input,
.v-field__input[data-v-64b8fae5] {
  position: relative !important;
  top: 5px !important;
}
[data-v-64b8fae5] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-64b8fae5] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-64b8fae5] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-64b8fae5] .v-select__selection {
  color: #001154 !important;
}
[data-v-64b8fae5] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-64b8fae5] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-64b8fae5] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-64b8fae5] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-64b8fae5] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-64b8fae5] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-64b8fae5] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-64b8fae5] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-64b8fae5] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-64b8fae5] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media (min-width: 601px) {
.empty-seller-wrapper[data-v-64b8fae5] {
    position: relative;
    top: auto;
    width: 100%;
    display: flow-root;
}
}
.profile-data[data-v-64b8fae5] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-64b8fae5]  .custom-google-input {
  outline: unset;
  pointer-events: none;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-64b8fae5]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-64b8fae5] .v-radio .v-selection-control__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-64b8fae5] .v-radio .v-selection-control__input::before {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-64b8fae5] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-64b8fae5] .custom-edit {
  margin-left: 15px;
}
[data-v-64b8fae5] .v-input input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-64b8fae5] .second-input-with-background .v-field__append-inner,[data-v-64b8fae5] .second-input-with-background .v-field__prepend-inner {
  display: none;
}
[data-v-64b8fae5] input.v-field__input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-64b8fae5] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-64b8fae5] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-64b8fae5] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-64b8fae5] .checkbox-wrapper .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
  text-align: left;
}
[data-v-64b8fae5] .v-field__prepend-inner:has(.mdi-camera) {
  display: flex !important;
}
[data-v-64b8fae5] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-64b8fae5] .file-input-custom .app-file-input__legacy-placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-64b8fae5] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
[data-v-64b8fae5] .v-responsive {
  flex: unset;
}
.sub-title[data-v-64b8fae5] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.custom-btn[data-v-64b8fae5] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-64b8fae5] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-64b8fae5] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-64b8fae5]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-64b8fae5] {
  width: 118px;
  flex: 0 0 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-64b8fae5] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-64b8fae5] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-64b8fae5] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-pencil-icon[data-v-64b8fae5] {
  font-size: 16px;
}
.custom-edit-btn[data-v-64b8fae5] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.second-input-with-background[data-v-64b8fae5]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-64b8fae5] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-64b8fae5] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data-wrapper[data-v-64b8fae5] {
  gap: 16px;
}
.page-sub-title[data-v-64b8fae5] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-64b8fae5] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-64b8fae5] {
  position: relative;
}
.confirmed-block[data-v-64b8fae5] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-64b8fae5] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-64b8fae5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 28px;
  color: #25bf7e;
  font-size: 12px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
}
.custom-close-chips-icon .v-chip__close[data-v-64b8fae5] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-64b8fae5] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-64b8fae5] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-field__input[data-v-64b8fae5] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-64b8fae5] {
  box-shadow: unset;
  border-radius: unset;
  background-color: unset !important;
  height: unset !important;
  width: unset !important;
  color: #2969ff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-left: -5px;
}
.custom-states-select input:active .custom-states-select input[data-v-64b8fae5]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-64b8fae5] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-64b8fae5]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-64b8fae5] {
  -moz-appearance: textfield;
}
.v-field__append-inner[data-v-64b8fae5],
.v-field__prepend-inner[data-v-64b8fae5] {
  display: none;
}
.second-input-with-background .v-input[data-v-64b8fae5] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-64b8fae5]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-64b8fae5] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--focused[data-v-64b8fae5] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-64b8fae5] {
  margin-left: -3px;
}
.custom-edit[data-v-64b8fae5] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-64b8fae5] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-edit-btn--disabled[data-v-64b8fae5] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-64b8fae5] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-64b8fae5] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-cancel-btn[data-v-64b8fae5]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-64b8fae5] {
  font-size: 16px;
}
.page-sub-title[data-v-64b8fae5] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.profile-data-wrapper[data-v-64b8fae5] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-64b8fae5] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 779px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.buyer-page-title-wrapper[data-v-64b8fae5] {
  position: relative;
}
.page-header[data-v-64b8fae5] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-64b8fae5] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-64b8fae5] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-64b8fae5] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-64b8fae5] {
  position: relative;
}
.row .no-filled[data-v-64b8fae5] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-64b8fae5] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-64b8fae5] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-64b8fae5] {
  color: #fff !important;
}
.v-input input[data-v-64b8fae5] {
  max-height: 40px;
}
[data-v-64b8fae5] .v-field__input,
.v-field__input[data-v-64b8fae5] {
  position: relative !important;
  top: 0px !important;
}
[data-v-64b8fae5] .v-field__input,
.v-field__input[data-v-64b8fae5] {
  position: relative !important;
  top: 0px !important;
}
[data-v-64b8fae5] .second-select .v-field__input {
  position: relative !important;
  top: 0px !important;
}
[data-v-64b8fae5] .v-input input {
  max-height: unset !important;
}
[data-v-64b8fae5] .v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox)
    input.v-field__input:not([type="file"]) {
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
[data-v-64b8fae5] .second-input-with-background
    .v-input--readonly:not(.v-input--error)
    > .v-input__details {
  display: none;
}
@media (min-width: 600px) and (max-width: 959px) {
[data-v-64b8fae5] .second-input-mobile:not(.second-input-wrapper).v-text-field
      > .v-input__control
      > .v-field {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}
@media (max-width: 599px) {
[data-v-64b8fae5] .second-input-mobile:not(.second-input-wrapper).v-text-field:not(
        .v-select
      ):not(.v-autocomplete):not(.v-combobox)
      input.v-field__input:not([type="file"]) {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
}
[data-v-64b8fae5] .v-text-field {
  margin-top: 0px !important;
}
[data-v-64b8fae5] .v-input__control {
  height: 100%;
}
[data-v-64b8fae5] .v-field,[data-v-64b8fae5] .v-field__input {
  height: 100%;
  min-height: 100%;
}
[data-v-64b8fae5] .v-field__input {
  height: 100%;
}
.upload-file-wrapper[data-v-64b8fae5] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-64b8fae5] {
    justify-content: start;
}
.upload-file-wrapper[data-v-64b8fae5] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-64b8fae5] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-64b8fae5] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-64b8fae5]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-64b8fae5] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-64b8fae5] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-64b8fae5] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-64b8fae5] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-64b8fae5] .v-input__control .v-field .v-field__input {
    height: 20px !important;
}
.second-input-mobile[data-v-64b8fae5] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-64b8fae5] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-64b8fae5] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-64b8fae5] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-64b8fae5] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-64b8fae5] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.second-input-with-background[data-v-64b8fae5] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-64b8fae5] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-64b8fae5] .v-chip {
    padding: 0px 4px;
}
[data-v-64b8fae5] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-64b8fae5] .v-field__input {
    flex-wrap: nowrap;
}
.spacer[data-v-64b8fae5] {
    margin-top: 16px;
}
.proof-of-funds[data-v-64b8fae5] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-64b8fae5] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-64b8fae5] {
    justify-content: space-between;
    padding: 0px 16px;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(154, 171, 194, 0.8);
    height: 40px;
    align-items: center;
    width: 100%;
    background: white;
}
.second-input-wrapper[data-v-64b8fae5] {
    padding-left: 12px !important;
}
[data-v-64b8fae5] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-64b8fae5] {
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-64b8fae5] {
    width: 100%;
}
.custom-cancel-btn[data-v-64b8fae5] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-64b8fae5] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-64b8fae5] {
    margin-left: 0px !important;
}
.c-form[data-v-64b8fae5] {
    width: 100%;
}
.v-selection-control[data-v-64b8fae5] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-64b8fae5] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-64b8fae5] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-64b8fae5] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-64b8fae5] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-64b8fae5] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-64b8fae5] .v-input__control .v-field {
    margin-bottom: 0px;
}
.file-input-custom[data-v-64b8fae5] .v-input__details {
    display: none !important;
}
.file-input-custom[data-v-64b8fae5] .v-field__input {
    min-height: 32px !important;
    height: 32px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.file-input-custom[data-v-64b8fae5] .v-field {
    min-height: 32px !important;
    height: 32px !important;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: normal;
    text-align: left;
    cursor: text;
}
.avatarWrapper[data-v-64b8fae5] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-64b8fae5] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-64b8fae5] {
    width: 100%;
}
.confirmed-block[data-v-64b8fae5] {
    width: 100%;
}
.uploaded-avatar[data-v-64b8fae5] {
    border-radius: 200px;
}
}
.proof-button[data-v-64b8fae5] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-64b8fae5] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-64b8fae5] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-64b8fae5] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  padding-top: 16px;
  /* Primary/DarkBlue */
  color: #001154;
}
.proof-dialog-close[data-v-64b8fae5] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-64b8fae5] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  color: white;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 27px;
  width: 148px;
  height: 148px;
  background: rgba(179, 179, 179, 0.8);
  border-radius: 110%;
  padding-left: 10px;
}
.default-profile-image[data-v-64b8fae5] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-64b8fae5] {
  margin-top: 8px;
}
.label-empty[data-v-64b8fae5] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-64b8fae5] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-64b8fae5] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-64b8fae5] {
    background: unset;
}
}
.file-input-custom[data-v-64b8fae5] .v-field:before {
  display: none !important;
}
.file-input-custom[data-v-64b8fae5] .v-field:after {
  display: none !important;
}
.upload-photo-button[data-v-64b8fae5] {
  display: flex;
  font-style: normal;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.upload-photo-button__text[data-v-64b8fae5] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-64b8fae5] {
  color: #2969ff;
}
.upload-photo-button i[data-v-64b8fae5]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-64b8fae5] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-64b8fae5] {
    padding-bottom: 0px;
}
}
.second-input-with-background[data-v-64b8fae5] .v-input__control {
  flex-wrap: nowrap;
}
.second-input-with-background[data-v-64b8fae5] .v-input__control .v-field {
  margin-bottom: 5px;
}.no-filled[data-v-673f9762] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-673f9762] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-673f9762] {
  text-decoration: underline;
}
.avatarWrapper[data-v-673f9762] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-673f9762] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-673f9762] .v-field:before {
  border: none !important;
}
h3[data-v-673f9762] {
  font-size: 1.6rem;
}
[data-v-673f9762] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-673f9762] {
  padding-bottom: 66px;
}
[data-v-673f9762] .v-field__input,
.v-field__input[data-v-673f9762] {
  position: relative !important;
  top: 5px !important;
}
[data-v-673f9762] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-673f9762] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-673f9762] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-673f9762] .v-select__selection {
  color: #001154 !important;
}
[data-v-673f9762] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-673f9762] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-673f9762] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-673f9762] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-673f9762] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-673f9762] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-673f9762] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-673f9762] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-673f9762] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-673f9762] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media (min-width: 601px) {
.empty-seller-wrapper[data-v-673f9762] {
    position: relative;
    top: auto;
    width: 100%;
    display: flow-root;
}
}
.profile-data[data-v-673f9762] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-673f9762]  .custom-google-input {
  outline: unset;
  pointer-events: none;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-673f9762]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-673f9762] .v-radio .v-selection-control__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-673f9762] .v-radio .v-selection-control__input::before {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-673f9762] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-673f9762] .custom-edit {
  margin-left: 15px;
}
[data-v-673f9762] .v-input input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-673f9762] .second-input-with-background .v-field__append-inner,[data-v-673f9762] .second-input-with-background .v-field__prepend-inner {
  display: none;
}
[data-v-673f9762] input.v-field__input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-673f9762] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-673f9762] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-673f9762] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-673f9762] .checkbox-wrapper .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
  text-align: left;
}
[data-v-673f9762] .v-field__prepend-inner:has(.mdi-camera) {
  display: flex !important;
}
[data-v-673f9762] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-673f9762] .file-input-custom .app-file-input__legacy-placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-673f9762] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
[data-v-673f9762] .v-responsive {
  flex: unset;
}
.sub-title[data-v-673f9762] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.custom-btn[data-v-673f9762] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-673f9762] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-673f9762] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-673f9762]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-673f9762] {
  width: 118px;
  flex: 0 0 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-673f9762] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-673f9762] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-673f9762] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-pencil-icon[data-v-673f9762] {
  font-size: 16px;
}
.custom-edit-btn[data-v-673f9762] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.second-input-with-background[data-v-673f9762]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-673f9762] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-673f9762] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data-wrapper[data-v-673f9762] {
  gap: 16px;
}
.page-sub-title[data-v-673f9762] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-673f9762] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-673f9762] {
  position: relative;
}
.confirmed-block[data-v-673f9762] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-673f9762] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-673f9762] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 28px;
  color: #25bf7e;
  font-size: 12px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
}
.custom-close-chips-icon .v-chip__close[data-v-673f9762] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-673f9762] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-673f9762] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-field__input[data-v-673f9762] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-673f9762] {
  box-shadow: unset;
  border-radius: unset;
  background-color: unset !important;
  height: unset !important;
  width: unset !important;
  color: #2969ff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-left: -5px;
}
.custom-states-select input:active .custom-states-select input[data-v-673f9762]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-673f9762] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-673f9762]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-673f9762] {
  -moz-appearance: textfield;
}
.v-field__append-inner[data-v-673f9762],
.v-field__prepend-inner[data-v-673f9762] {
  display: none;
}
.second-input-with-background .v-input[data-v-673f9762] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-673f9762]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-673f9762] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--focused[data-v-673f9762] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-673f9762] {
  margin-left: -3px;
}
.custom-edit[data-v-673f9762] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-673f9762] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-edit-btn--disabled[data-v-673f9762] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-673f9762] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-673f9762] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-cancel-btn[data-v-673f9762]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-673f9762] {
  font-size: 16px;
}
.page-sub-title[data-v-673f9762] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.profile-data-wrapper[data-v-673f9762] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-673f9762] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 779px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.buyer-page-title-wrapper[data-v-673f9762] {
  position: relative;
}
.page-header[data-v-673f9762] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-673f9762] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-673f9762] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-673f9762] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-673f9762] {
  position: relative;
}
.row .no-filled[data-v-673f9762] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-673f9762] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-673f9762] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-673f9762] {
  color: #fff !important;
}
.v-input input[data-v-673f9762] {
  max-height: 40px;
}
[data-v-673f9762] .v-field__input,
.v-field__input[data-v-673f9762] {
  position: relative !important;
  top: 0px !important;
}
[data-v-673f9762] .v-field__input,
.v-field__input[data-v-673f9762] {
  position: relative !important;
  top: 0px !important;
}
[data-v-673f9762] .second-select .v-field__input {
  position: relative !important;
  top: 0px !important;
}
[data-v-673f9762] .v-input input {
  max-height: unset !important;
}
[data-v-673f9762] .v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox)
    input.v-field__input:not([type="file"]) {
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
[data-v-673f9762] .second-input-with-background
    .v-input--readonly:not(.v-input--error)
    > .v-input__details {
  display: none;
}
@media (min-width: 600px) and (max-width: 959px) {
[data-v-673f9762] .second-input-mobile:not(.second-input-wrapper).v-text-field
      > .v-input__control
      > .v-field {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}
@media (max-width: 599px) {
[data-v-673f9762] .second-input-mobile:not(.second-input-wrapper).v-text-field:not(
        .v-select
      ):not(.v-autocomplete):not(.v-combobox)
      input.v-field__input:not([type="file"]) {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
}
[data-v-673f9762] .v-text-field {
  margin-top: 0px !important;
}
[data-v-673f9762] .v-input__control {
  height: 100%;
}
[data-v-673f9762] .v-field,[data-v-673f9762] .v-field__input {
  height: 100%;
  min-height: 100%;
}
[data-v-673f9762] .v-field__input {
  height: 100%;
}
.upload-file-wrapper[data-v-673f9762] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-673f9762] {
    justify-content: start;
}
.upload-file-wrapper[data-v-673f9762] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-673f9762] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-673f9762] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-673f9762]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-673f9762] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-673f9762] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-673f9762] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-673f9762] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-673f9762] .v-input__control .v-field .v-field__input {
    height: 20px !important;
}
.second-input-mobile[data-v-673f9762] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-673f9762] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-673f9762] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-673f9762] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-673f9762] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-673f9762] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.second-input-with-background[data-v-673f9762] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-673f9762] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-673f9762] .v-chip {
    padding: 0px 4px;
}
[data-v-673f9762] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-673f9762] .v-field__input {
    flex-wrap: nowrap;
}
.spacer[data-v-673f9762] {
    margin-top: 16px;
}
.proof-of-funds[data-v-673f9762] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-673f9762] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-673f9762] {
    justify-content: space-between;
    padding: 0px 16px;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(154, 171, 194, 0.8);
    height: 40px;
    align-items: center;
    width: 100%;
    background: white;
}
.second-input-wrapper[data-v-673f9762] {
    padding-left: 12px !important;
}
[data-v-673f9762] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-673f9762] {
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-673f9762] {
    width: 100%;
}
.custom-cancel-btn[data-v-673f9762] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-673f9762] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-673f9762] {
    margin-left: 0px !important;
}
.c-form[data-v-673f9762] {
    width: 100%;
}
.v-selection-control[data-v-673f9762] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-673f9762] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-673f9762] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-673f9762] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-673f9762] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-673f9762] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-673f9762] .v-input__control .v-field {
    margin-bottom: 0px;
}
.file-input-custom[data-v-673f9762] .v-input__details {
    display: none !important;
}
.file-input-custom[data-v-673f9762] .v-field__input {
    min-height: 32px !important;
    height: 32px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.file-input-custom[data-v-673f9762] .v-field {
    min-height: 32px !important;
    height: 32px !important;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: normal;
    text-align: left;
    cursor: text;
}
.avatarWrapper[data-v-673f9762] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-673f9762] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-673f9762] {
    width: 100%;
}
.confirmed-block[data-v-673f9762] {
    width: 100%;
}
.uploaded-avatar[data-v-673f9762] {
    border-radius: 200px;
}
}
.proof-button[data-v-673f9762] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-673f9762] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-673f9762] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-673f9762] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  padding-top: 16px;
  /* Primary/DarkBlue */
  color: #001154;
}
.proof-dialog-close[data-v-673f9762] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-673f9762] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  color: white;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 27px;
  width: 148px;
  height: 148px;
  background: rgba(179, 179, 179, 0.8);
  border-radius: 110%;
  padding-left: 10px;
}
.default-profile-image[data-v-673f9762] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-673f9762] {
  margin-top: 8px;
}
.label-empty[data-v-673f9762] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-673f9762] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-673f9762] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-673f9762] {
    background: unset;
}
}
.file-input-custom[data-v-673f9762] .v-field:before {
  display: none !important;
}
.file-input-custom[data-v-673f9762] .v-field:after {
  display: none !important;
}
.upload-photo-button[data-v-673f9762] {
  display: flex;
  font-style: normal;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.upload-photo-button__text[data-v-673f9762] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-673f9762] {
  color: #2969ff;
}
.upload-photo-button i[data-v-673f9762]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-673f9762] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-673f9762] {
    padding-bottom: 0px;
}
}
.seller-profile-confirmation-wrapper[data-v-673f9762] {
  height: auto !important;
  min-height: 350px;
}
@media (max-width: 959.98px) {
.seller-profile-confirmation-wrapper[data-v-673f9762] {
    height: 100% !important;
}
}.no-filled[data-v-09ff6dbd] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-09ff6dbd] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-09ff6dbd] {
  text-decoration: underline;
}
.avatarWrapper[data-v-09ff6dbd] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-09ff6dbd] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-09ff6dbd] .v-field:before {
  border: none !important;
}
h3[data-v-09ff6dbd] {
  font-size: 1.6rem;
}
[data-v-09ff6dbd] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-09ff6dbd] {
  padding-bottom: 66px;
}
[data-v-09ff6dbd] .v-field__input,
.v-field__input[data-v-09ff6dbd] {
  position: relative !important;
  top: 5px !important;
}
[data-v-09ff6dbd] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-09ff6dbd] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-09ff6dbd] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-09ff6dbd] .v-select__selection {
  color: #001154 !important;
}
[data-v-09ff6dbd] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-09ff6dbd] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-09ff6dbd] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-09ff6dbd] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-09ff6dbd] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-09ff6dbd] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-09ff6dbd] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-09ff6dbd] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-09ff6dbd] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-09ff6dbd] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media (min-width: 601px) {
.empty-seller-wrapper[data-v-09ff6dbd] {
    position: relative;
    top: auto;
    width: 100%;
    display: flow-root;
}
}
.profile-data[data-v-09ff6dbd] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-09ff6dbd]  .custom-google-input {
  outline: unset;
  pointer-events: none;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-09ff6dbd]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-09ff6dbd] .v-radio .v-selection-control__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-09ff6dbd] .v-radio .v-selection-control__input::before {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-09ff6dbd] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-09ff6dbd] .custom-edit {
  margin-left: 15px;
}
[data-v-09ff6dbd] .v-input input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-09ff6dbd] .second-input-with-background .v-field__append-inner,[data-v-09ff6dbd] .second-input-with-background .v-field__prepend-inner {
  display: none;
}
[data-v-09ff6dbd] input.v-field__input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-09ff6dbd] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-09ff6dbd] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-09ff6dbd] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-09ff6dbd] .checkbox-wrapper .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
  text-align: left;
}
[data-v-09ff6dbd] .v-field__prepend-inner:has(.mdi-camera) {
  display: flex !important;
}
[data-v-09ff6dbd] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-09ff6dbd] .file-input-custom .app-file-input__legacy-placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-09ff6dbd] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
[data-v-09ff6dbd] .v-responsive {
  flex: unset;
}
.sub-title[data-v-09ff6dbd] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.custom-btn[data-v-09ff6dbd] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-09ff6dbd] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-09ff6dbd] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-09ff6dbd]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-09ff6dbd] {
  width: 118px;
  flex: 0 0 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-09ff6dbd] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-09ff6dbd] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-09ff6dbd] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-pencil-icon[data-v-09ff6dbd] {
  font-size: 16px;
}
.custom-edit-btn[data-v-09ff6dbd] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.second-input-with-background[data-v-09ff6dbd]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-09ff6dbd] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-09ff6dbd] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data-wrapper[data-v-09ff6dbd] {
  gap: 16px;
}
.page-sub-title[data-v-09ff6dbd] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-09ff6dbd] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-09ff6dbd] {
  position: relative;
}
.confirmed-block[data-v-09ff6dbd] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-09ff6dbd] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-09ff6dbd] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 28px;
  color: #25bf7e;
  font-size: 12px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
}
.custom-close-chips-icon .v-chip__close[data-v-09ff6dbd] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-09ff6dbd] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-09ff6dbd] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-field__input[data-v-09ff6dbd] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-09ff6dbd] {
  box-shadow: unset;
  border-radius: unset;
  background-color: unset !important;
  height: unset !important;
  width: unset !important;
  color: #2969ff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-left: -5px;
}
.custom-states-select input:active .custom-states-select input[data-v-09ff6dbd]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-09ff6dbd] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-09ff6dbd]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-09ff6dbd] {
  -moz-appearance: textfield;
}
.v-field__append-inner[data-v-09ff6dbd],
.v-field__prepend-inner[data-v-09ff6dbd] {
  display: none;
}
.second-input-with-background .v-input[data-v-09ff6dbd] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-09ff6dbd]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-09ff6dbd] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--focused[data-v-09ff6dbd] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-09ff6dbd] {
  margin-left: -3px;
}
.custom-edit[data-v-09ff6dbd] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-09ff6dbd] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-edit-btn--disabled[data-v-09ff6dbd] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-09ff6dbd] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-09ff6dbd] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-cancel-btn[data-v-09ff6dbd]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-09ff6dbd] {
  font-size: 16px;
}
.page-sub-title[data-v-09ff6dbd] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.profile-data-wrapper[data-v-09ff6dbd] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-09ff6dbd] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 779px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.buyer-page-title-wrapper[data-v-09ff6dbd] {
  position: relative;
}
.page-header[data-v-09ff6dbd] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-09ff6dbd] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-09ff6dbd] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-09ff6dbd] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-09ff6dbd] {
  position: relative;
}
.row .no-filled[data-v-09ff6dbd] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-09ff6dbd] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-09ff6dbd] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-09ff6dbd] {
  color: #fff !important;
}
.v-input input[data-v-09ff6dbd] {
  max-height: 40px;
}
[data-v-09ff6dbd] .v-field__input,
.v-field__input[data-v-09ff6dbd] {
  position: relative !important;
  top: 0px !important;
}
[data-v-09ff6dbd] .v-field__input,
.v-field__input[data-v-09ff6dbd] {
  position: relative !important;
  top: 0px !important;
}
[data-v-09ff6dbd] .second-select .v-field__input {
  position: relative !important;
  top: 0px !important;
}
[data-v-09ff6dbd] .v-input input {
  max-height: unset !important;
}
[data-v-09ff6dbd] .v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox)
    input.v-field__input:not([type="file"]) {
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
[data-v-09ff6dbd] .second-input-with-background
    .v-input--readonly:not(.v-input--error)
    > .v-input__details {
  display: none;
}
@media (min-width: 600px) and (max-width: 959px) {
[data-v-09ff6dbd] .second-input-mobile:not(.second-input-wrapper).v-text-field
      > .v-input__control
      > .v-field {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}
@media (max-width: 599px) {
[data-v-09ff6dbd] .second-input-mobile:not(.second-input-wrapper).v-text-field:not(
        .v-select
      ):not(.v-autocomplete):not(.v-combobox)
      input.v-field__input:not([type="file"]) {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
}
[data-v-09ff6dbd] .v-text-field {
  margin-top: 0px !important;
}
[data-v-09ff6dbd] .v-input__control {
  height: 100%;
}
[data-v-09ff6dbd] .v-field,[data-v-09ff6dbd] .v-field__input {
  height: 100%;
  min-height: 100%;
}
[data-v-09ff6dbd] .v-field__input {
  height: 100%;
}
.upload-file-wrapper[data-v-09ff6dbd] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-09ff6dbd] {
    justify-content: start;
}
.upload-file-wrapper[data-v-09ff6dbd] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-09ff6dbd] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-09ff6dbd] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-09ff6dbd]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-09ff6dbd] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-09ff6dbd] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-09ff6dbd] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-09ff6dbd] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-09ff6dbd] .v-input__control .v-field .v-field__input {
    height: 20px !important;
}
.second-input-mobile[data-v-09ff6dbd] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-09ff6dbd] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-09ff6dbd] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-09ff6dbd] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-09ff6dbd] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-09ff6dbd] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.second-input-with-background[data-v-09ff6dbd] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-09ff6dbd] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-09ff6dbd] .v-chip {
    padding: 0px 4px;
}
[data-v-09ff6dbd] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-09ff6dbd] .v-field__input {
    flex-wrap: nowrap;
}
.spacer[data-v-09ff6dbd] {
    margin-top: 16px;
}
.proof-of-funds[data-v-09ff6dbd] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-09ff6dbd] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-09ff6dbd] {
    justify-content: space-between;
    padding: 0px 16px;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(154, 171, 194, 0.8);
    height: 40px;
    align-items: center;
    width: 100%;
    background: white;
}
.second-input-wrapper[data-v-09ff6dbd] {
    padding-left: 12px !important;
}
[data-v-09ff6dbd] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-09ff6dbd] {
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-09ff6dbd] {
    width: 100%;
}
.custom-cancel-btn[data-v-09ff6dbd] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-09ff6dbd] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-09ff6dbd] {
    margin-left: 0px !important;
}
.c-form[data-v-09ff6dbd] {
    width: 100%;
}
.v-selection-control[data-v-09ff6dbd] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-09ff6dbd] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-09ff6dbd] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-09ff6dbd] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-09ff6dbd] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-09ff6dbd] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-09ff6dbd] .v-input__control .v-field {
    margin-bottom: 0px;
}
.file-input-custom[data-v-09ff6dbd] .v-input__details {
    display: none !important;
}
.file-input-custom[data-v-09ff6dbd] .v-field__input {
    min-height: 32px !important;
    height: 32px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.file-input-custom[data-v-09ff6dbd] .v-field {
    min-height: 32px !important;
    height: 32px !important;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: normal;
    text-align: left;
    cursor: text;
}
.avatarWrapper[data-v-09ff6dbd] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-09ff6dbd] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-09ff6dbd] {
    width: 100%;
}
.confirmed-block[data-v-09ff6dbd] {
    width: 100%;
}
.uploaded-avatar[data-v-09ff6dbd] {
    border-radius: 200px;
}
}
.proof-button[data-v-09ff6dbd] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-09ff6dbd] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-09ff6dbd] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-09ff6dbd] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  padding-top: 16px;
  /* Primary/DarkBlue */
  color: #001154;
}
.proof-dialog-close[data-v-09ff6dbd] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-09ff6dbd] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  color: white;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 27px;
  width: 148px;
  height: 148px;
  background: rgba(179, 179, 179, 0.8);
  border-radius: 110%;
  padding-left: 10px;
}
.default-profile-image[data-v-09ff6dbd] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-09ff6dbd] {
  margin-top: 8px;
}
.label-empty[data-v-09ff6dbd] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-09ff6dbd] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-09ff6dbd] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-09ff6dbd] {
    background: unset;
}
}
.file-input-custom[data-v-09ff6dbd] .v-field:before {
  display: none !important;
}
.file-input-custom[data-v-09ff6dbd] .v-field:after {
  display: none !important;
}
.upload-photo-button[data-v-09ff6dbd] {
  display: flex;
  font-style: normal;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.upload-photo-button__text[data-v-09ff6dbd] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-09ff6dbd] {
  color: #2969ff;
}
.upload-photo-button i[data-v-09ff6dbd]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-09ff6dbd] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-09ff6dbd] {
    padding-bottom: 0px;
}
}
.seller-photo-form-wrapper[data-v-09ff6dbd] {
  height: auto !important;
  min-height: 232px;
  max-height: none;
}
.seller-photo-content[data-v-09ff6dbd] {
  width: 100%;
  padding: 22px 12px 12px;
}
.seller-avatar-placeholder[data-v-09ff6dbd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  overflow: hidden;
  border: 1px solid #dfe7f4;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7f9fd, #eaf0fb);
}
.seller-avatar-placeholder__image[data-v-09ff6dbd] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upload-photo-button[data-v-09ff6dbd] {
  min-height: 38px;
  margin-top: 16px;
  padding: 7px 14px;
  border: 1px solid rgba(41, 105, 255, 0.35);
  border-radius: 8px;
  background: rgba(41, 105, 255, 0.06);
}
.upload-photo-button__text[data-v-09ff6dbd] {
  margin-left: 8px;
}
@media (max-width: 959.98px) {
.seller-photo-form-wrapper[data-v-09ff6dbd] {
    height: auto !important;
    min-height: 220px;
    max-height: none;
}
}
@media (max-width: 599.98px) {
.seller-photo-form-wrapper[data-v-09ff6dbd] {
    height: auto !important;
    min-height: 190px;
}
}.no-filled[data-v-8cb786ff] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-8cb786ff] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-8cb786ff] {
  text-decoration: underline;
}
.avatarWrapper[data-v-8cb786ff] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-8cb786ff] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-8cb786ff] .v-field:before {
  border: none !important;
}
h3[data-v-8cb786ff] {
  font-size: 1.6rem;
}
[data-v-8cb786ff] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-8cb786ff] {
  padding-bottom: 66px;
}
[data-v-8cb786ff] .v-field__input,
.v-field__input[data-v-8cb786ff] {
  position: relative !important;
  top: 5px !important;
}
[data-v-8cb786ff] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-8cb786ff] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-8cb786ff] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-8cb786ff] .v-select__selection {
  color: #001154 !important;
}
[data-v-8cb786ff] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-8cb786ff] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-8cb786ff] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-8cb786ff] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-8cb786ff] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-8cb786ff] .container {
  max-width: 777px !important;
}
.no-filled[data-v-8cb786ff] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-8cb786ff] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-8cb786ff] {
  text-decoration: underline;
}
.avatarWrapper[data-v-8cb786ff] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-8cb786ff] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-8cb786ff] .v-field:before {
  border: none !important;
}
h3[data-v-8cb786ff] {
  font-size: 1.6rem;
}
[data-v-8cb786ff] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-8cb786ff] {
  padding-bottom: 66px;
}
[data-v-8cb786ff] .v-field__input,
.v-field__input[data-v-8cb786ff] {
  position: relative !important;
  top: 5px !important;
}
[data-v-8cb786ff] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-8cb786ff] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-8cb786ff] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-8cb786ff] .v-select__selection {
  color: #001154 !important;
}
[data-v-8cb786ff] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-8cb786ff] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-8cb786ff] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-8cb786ff] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-8cb786ff] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-8cb786ff] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-8cb786ff] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-8cb786ff] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-8cb786ff] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-8cb786ff] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media (min-width: 601px) {
.empty-seller-wrapper[data-v-8cb786ff] {
    position: relative;
    top: auto;
    width: 100%;
    display: flow-root;
}
}
.profile-data[data-v-8cb786ff] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-8cb786ff]  .custom-google-input {
  outline: unset;
  pointer-events: none;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-8cb786ff]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-8cb786ff] .v-radio .v-selection-control__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-8cb786ff] .v-radio .v-selection-control__input::before {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-8cb786ff] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-8cb786ff] .custom-edit {
  margin-left: 15px;
}
[data-v-8cb786ff] .v-input input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-8cb786ff] .second-input-with-background .v-field__append-inner,[data-v-8cb786ff] .second-input-with-background .v-field__prepend-inner {
  display: none;
}
[data-v-8cb786ff] input.v-field__input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-8cb786ff] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-8cb786ff] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-8cb786ff] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-8cb786ff] .checkbox-wrapper .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
  text-align: left;
}
[data-v-8cb786ff] .v-field__prepend-inner:has(.mdi-camera) {
  display: flex !important;
}
[data-v-8cb786ff] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-8cb786ff] .file-input-custom .app-file-input__legacy-placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-8cb786ff] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
[data-v-8cb786ff] .v-responsive {
  flex: unset;
}
.sub-title[data-v-8cb786ff] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.custom-btn[data-v-8cb786ff] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-8cb786ff] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-8cb786ff] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-8cb786ff]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-8cb786ff] {
  width: 118px;
  flex: 0 0 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-8cb786ff] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-8cb786ff] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-8cb786ff] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-pencil-icon[data-v-8cb786ff] {
  font-size: 16px;
}
.custom-edit-btn[data-v-8cb786ff] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.second-input-with-background[data-v-8cb786ff]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-8cb786ff] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-8cb786ff] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data-wrapper[data-v-8cb786ff] {
  gap: 16px;
}
.page-sub-title[data-v-8cb786ff] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-8cb786ff] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-8cb786ff] {
  position: relative;
}
.confirmed-block[data-v-8cb786ff] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-8cb786ff] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-8cb786ff] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 28px;
  color: #25bf7e;
  font-size: 12px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
}
.custom-close-chips-icon .v-chip__close[data-v-8cb786ff] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-8cb786ff] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-8cb786ff] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-field__input[data-v-8cb786ff] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-8cb786ff] {
  box-shadow: unset;
  border-radius: unset;
  background-color: unset !important;
  height: unset !important;
  width: unset !important;
  color: #2969ff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-left: -5px;
}
.custom-states-select input:active .custom-states-select input[data-v-8cb786ff]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-8cb786ff] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-8cb786ff]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-8cb786ff] {
  -moz-appearance: textfield;
}
.v-field__append-inner[data-v-8cb786ff],
.v-field__prepend-inner[data-v-8cb786ff] {
  display: none;
}
.second-input-with-background .v-input[data-v-8cb786ff] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-8cb786ff]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-8cb786ff] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--focused[data-v-8cb786ff] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-8cb786ff] {
  margin-left: -3px;
}
.custom-edit[data-v-8cb786ff] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-8cb786ff] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-edit-btn--disabled[data-v-8cb786ff] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-8cb786ff] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-8cb786ff] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-cancel-btn[data-v-8cb786ff]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-8cb786ff] {
  font-size: 16px;
}
.page-sub-title[data-v-8cb786ff] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.profile-data-wrapper[data-v-8cb786ff] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-8cb786ff] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 779px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.buyer-page-title-wrapper[data-v-8cb786ff] {
  position: relative;
}
.page-header[data-v-8cb786ff] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-8cb786ff] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-8cb786ff] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-8cb786ff] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-8cb786ff] {
  position: relative;
}
.row .no-filled[data-v-8cb786ff] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-8cb786ff] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-8cb786ff] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-8cb786ff] {
  color: #fff !important;
}
.v-input input[data-v-8cb786ff] {
  max-height: 40px;
}
[data-v-8cb786ff] .v-field__input,
.v-field__input[data-v-8cb786ff] {
  position: relative !important;
  top: 0px !important;
}
[data-v-8cb786ff] .v-field__input,
.v-field__input[data-v-8cb786ff] {
  position: relative !important;
  top: 0px !important;
}
[data-v-8cb786ff] .second-select .v-field__input {
  position: relative !important;
  top: 0px !important;
}
[data-v-8cb786ff] .v-input input {
  max-height: unset !important;
}
[data-v-8cb786ff] .v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox)
    input.v-field__input:not([type="file"]) {
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
[data-v-8cb786ff] .second-input-with-background
    .v-input--readonly:not(.v-input--error)
    > .v-input__details {
  display: none;
}
@media (min-width: 600px) and (max-width: 959px) {
[data-v-8cb786ff] .second-input-mobile:not(.second-input-wrapper).v-text-field
      > .v-input__control
      > .v-field {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}
@media (max-width: 599px) {
[data-v-8cb786ff] .second-input-mobile:not(.second-input-wrapper).v-text-field:not(
        .v-select
      ):not(.v-autocomplete):not(.v-combobox)
      input.v-field__input:not([type="file"]) {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
}
[data-v-8cb786ff] .v-text-field {
  margin-top: 0px !important;
}
[data-v-8cb786ff] .v-input__control {
  height: 100%;
}
[data-v-8cb786ff] .v-field,[data-v-8cb786ff] .v-field__input {
  height: 100%;
  min-height: 100%;
}
[data-v-8cb786ff] .v-field__input {
  height: 100%;
}
.upload-file-wrapper[data-v-8cb786ff] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-8cb786ff] {
    justify-content: start;
}
.upload-file-wrapper[data-v-8cb786ff] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-8cb786ff] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-8cb786ff] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-8cb786ff]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-8cb786ff] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-8cb786ff] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-8cb786ff] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-8cb786ff] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-8cb786ff] .v-input__control .v-field .v-field__input {
    height: 20px !important;
}
.second-input-mobile[data-v-8cb786ff] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-8cb786ff] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-8cb786ff] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-8cb786ff] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-8cb786ff] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-8cb786ff] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.second-input-with-background[data-v-8cb786ff] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-8cb786ff] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-8cb786ff] .v-chip {
    padding: 0px 4px;
}
[data-v-8cb786ff] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-8cb786ff] .v-field__input {
    flex-wrap: nowrap;
}
.spacer[data-v-8cb786ff] {
    margin-top: 16px;
}
.proof-of-funds[data-v-8cb786ff] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-8cb786ff] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-8cb786ff] {
    justify-content: space-between;
    padding: 0px 16px;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(154, 171, 194, 0.8);
    height: 40px;
    align-items: center;
    width: 100%;
    background: white;
}
.second-input-wrapper[data-v-8cb786ff] {
    padding-left: 12px !important;
}
[data-v-8cb786ff] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-8cb786ff] {
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-8cb786ff] {
    width: 100%;
}
.custom-cancel-btn[data-v-8cb786ff] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-8cb786ff] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-8cb786ff] {
    margin-left: 0px !important;
}
.c-form[data-v-8cb786ff] {
    width: 100%;
}
.v-selection-control[data-v-8cb786ff] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-8cb786ff] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-8cb786ff] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-8cb786ff] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-8cb786ff] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-8cb786ff] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-8cb786ff] .v-input__control .v-field {
    margin-bottom: 0px;
}
.file-input-custom[data-v-8cb786ff] .v-input__details {
    display: none !important;
}
.file-input-custom[data-v-8cb786ff] .v-field__input {
    min-height: 32px !important;
    height: 32px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.file-input-custom[data-v-8cb786ff] .v-field {
    min-height: 32px !important;
    height: 32px !important;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: normal;
    text-align: left;
    cursor: text;
}
.avatarWrapper[data-v-8cb786ff] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-8cb786ff] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-8cb786ff] {
    width: 100%;
}
.confirmed-block[data-v-8cb786ff] {
    width: 100%;
}
.uploaded-avatar[data-v-8cb786ff] {
    border-radius: 200px;
}
}
.proof-button[data-v-8cb786ff] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-8cb786ff] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-8cb786ff] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-8cb786ff] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  padding-top: 16px;
  /* Primary/DarkBlue */
  color: #001154;
}
.proof-dialog-close[data-v-8cb786ff] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-8cb786ff] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  color: white;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 27px;
  width: 148px;
  height: 148px;
  background: rgba(179, 179, 179, 0.8);
  border-radius: 110%;
  padding-left: 10px;
}
.default-profile-image[data-v-8cb786ff] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-8cb786ff] {
  margin-top: 8px;
}
.label-empty[data-v-8cb786ff] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-8cb786ff] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-8cb786ff] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-8cb786ff] {
    background: unset;
}
}
.file-input-custom[data-v-8cb786ff] .v-field:before {
  display: none !important;
}
.file-input-custom[data-v-8cb786ff] .v-field:after {
  display: none !important;
}
.upload-photo-button[data-v-8cb786ff] {
  display: flex;
  font-style: normal;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.upload-photo-button__text[data-v-8cb786ff] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-8cb786ff] {
  color: #2969ff;
}
.upload-photo-button i[data-v-8cb786ff]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-8cb786ff] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-8cb786ff] {
    padding-bottom: 0px;
}
}
.page-header-wrapper[data-v-8cb786ff] {
  flex-wrap: wrap;
  display: flex;
  row-gap: 16px;
}
@media (min-width: 961px) {
.seller-profile-page .page-header-wrapper[data-v-8cb786ff] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    width: 100%;
}
.seller-sections-form[data-v-8cb786ff] {
    display: contents;
}
.seller-entity-section-card[data-v-8cb786ff] {
    grid-column: 1/-1;
}
.seller-profile-page[data-v-8cb786ff] .profile__items-wrapper {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 350px;
    margin: 0 !important;
}
.seller-profile-page[data-v-8cb786ff] .seller-photo-form-wrapper,
  .seller-profile-page[data-v-8cb786ff] .seller-profile-confirmation-wrapper {
    height: 100% !important;
    max-height: none !important;
}
}
@media (min-width: 1181px) {
.seller-profile-page .page-header-wrapper[data-v-8cb786ff] {
    grid-template-columns: minmax(220px, 0.78fr) minmax(270px, 1fr) minmax(300px, 1.12fr);
}
.seller-entity-section-card[data-v-8cb786ff] {
    grid-column: auto;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.seller-profile-page .custom-cancel-btn[data-v-8cb786ff] {
    width: 24px !important;
    height: 24px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 5px;
    background-color: rgb(41, 105, 255) !important;
}
.seller-profile-page .buyer-page-title-wrapper[data-v-8cb786ff] {
    padding: 0 16px;
    justify-content: space-between;
}
.seller-profile-page .page-header-wrapper[data-v-8cb786ff] {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-gap: 16px;
    padding: 0 16px 16px;
    width: auto !important;
    height: auto;
}
.seller-profile-page .page-header-wrapper .seller-entity-form[data-v-8cb786ff] > div {
    height: 480px;
}
.seller-profile-page .page-header-wrapper .seller-profile-confirmation-form[data-v-8cb786ff] {
    height: 480px;
}
.seller-profile-page .page-header-wrapper[data-v-8cb786ff] .profile__items-wrapper {
    width: auto;
    max-width: none;
}
}
@media (max-width: 599.98px) {
[data-v-8cb786ff] .deposit-profile {
    height: 500px;
    overflow: auto;
}
}.profile__items-wrapper[data-v-f4bc4732] {
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 700px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.proof-of-funds[data-v-f4bc4732] {
  margin-left: 0px !important;
  margin-top: 0px !important;
  flex-direction: row;
}
.upload-file-wrapper[data-v-f4bc4732] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.proof-of-funds__next[data-v-f4bc4732] {
    margin-left: 0px !important;
}
.second-input-with-background[data-v-f4bc4732]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px !important;
    margin-top: 4px !important;
    display: none !important;
}
.profile__items-wrapper[data-v-f4bc4732] {
    width: 100% !important;
    max-width: unset !important;
    margin-left: 0px !important;
    height: auto !important;
}
.sub-title-wrapper[data-v-f4bc4732] {
    border-bottom: 1.3px solid #f1f1f1;
}
}
.second-input-with-background[data-v-f4bc4732] .v-input__control {
  flex-wrap: nowrap;
}
.second-input-with-background[data-v-f4bc4732] .v-input__control .v-field {
  margin-bottom: 5px;
}
.second-input-mobile[data-v-f4bc4732] {
  max-width: 100%;
  padding: 0 !important;
  height: 20px !important;
}
.second-input-mobile[data-v-f4bc4732] .v-input__control {
  height: 20px !important;
}
.second-input-mobile[data-v-f4bc4732] .v-input__control .v-field {
  height: 20px !important;
}
.second-input-mobile[data-v-f4bc4732] .v-input__control .v-field .v-field__input {
  height: 20px !important;
}
.second-input-mobile[data-v-f4bc4732] .v-input__control .v-field .v-field__input input {
  height: 20px !important;
  padding: 0px !important;
}
.second-input-wrapper[data-v-f4bc4732] {
  padding-left: 0 !important;
  height: 40px !important;
}
.second-input-wrapper[data-v-f4bc4732] input::-webkit-outer-spin-button,
.second-input-wrapper[data-v-f4bc4732] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.second-input-wrapper[data-v-f4bc4732] input[type="number"] {
  -moz-appearance: textfield;
}
.second-input-wrapper[data-v-f4bc4732] .v-input__control {
  height: 40px !important;
}
.second-input-wrapper[data-v-f4bc4732] .v-input__control .v-field {
  height: 40px !important;
}
.second-input-wrapper[data-v-f4bc4732] .v-input__control .v-field .v-field__input {
  height: 40px !important;
}
.second-input-wrapper[data-v-f4bc4732] .v-input__control .v-field .v-field__input input {
  height: 40px !important;
}.profile__items-wrapper[data-v-320447bd] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 700px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.sub-title-wrapper[data-v-320447bd] {
    border-bottom: 1.3px solid #f1f1f1;
}
.second-input-with-background[data-v-320447bd]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px !important;
    margin-top: 4px !important;
    display: none !important;
}
.profile__items-wrapper[data-v-320447bd] {
    width: 100% !important;
    max-width: unset !important;
    margin-left: 0px !important;
    height: auto !important;
}
}
.second-input-with-background[data-v-320447bd] .v-input__control {
  flex-wrap: nowrap;
}
.second-input-with-background[data-v-320447bd] .v-input__control .v-field {
  margin-bottom: 5px;
}
.second-input-mobile[data-v-320447bd] {
  max-width: 100%;
  padding: 0 !important;
  height: 20px !important;
}
.second-input-mobile[data-v-320447bd] .v-input__control {
  height: 20px !important;
}
.second-input-mobile[data-v-320447bd] .v-input__control .v-field {
  height: 20px !important;
}
.second-input-mobile[data-v-320447bd] .v-input__control .v-field .v-field__input {
  height: 20px !important;
}
.second-input-mobile[data-v-320447bd] .v-input__control .v-field .v-field__input input {
  height: 20px !important;
  padding: 0px !important;
}
.second-input-wrapper[data-v-320447bd] {
  padding-left: 0 !important;
  height: 40px !important;
}
.second-input-wrapper[data-v-320447bd] input::-webkit-outer-spin-button,
.second-input-wrapper[data-v-320447bd] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.second-input-wrapper[data-v-320447bd] input[type="number"] {
  -moz-appearance: textfield;
}
.second-input-wrapper[data-v-320447bd] .v-input__control {
  height: 40px !important;
}
.second-input-wrapper[data-v-320447bd] .v-input__control .v-field {
  height: 40px !important;
}
.second-input-wrapper[data-v-320447bd] .v-input__control .v-field .v-field__input {
  height: 40px !important;
}
.second-input-wrapper[data-v-320447bd] .v-input__control .v-field .v-field__input input {
  height: 40px !important;
}.disclaimer-section[data-v-f33fefd0] {
  border: 1px solid #dce5f3;
  border-radius: 10px;
  background-color: rgba(242, 246, 255, 0.7);
  color: #002c91;
  font-style: normal;
}
.disclaimer-section__title[data-v-f33fefd0] {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.disclaimer-section__summary[data-v-f33fefd0] {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.disclaimer-section__privacy[data-v-f33fefd0] {
  margin-top: 9px;
  color: #5c6e90;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}.disclaimer-section[data-v-fff62f68] {
  background-color: rgba(242, 246, 255, 0.7);
  font-size: 14px;
  color: #002c91;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}.driver-license[data-v-850b63e6] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.driver-license .type[data-v-850b63e6] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.driver-license .type__label[data-v-850b63e6],
.driver-license .license__label[data-v-850b63e6] {
  margin: 0;
}
.driver-license .identity-verification[data-v-850b63e6] {
  padding: 12px;
  border: 1px solid #d9e2f0;
  border-radius: 10px;
  background: #f8fafd;
}
.driver-license .identity-verification__prompt[data-v-850b63e6] {
  margin: 10px 0 0;
  color: #6b7690;
  font-size: 12px;
  line-height: 16px;
}
.driver-license .license__help[data-v-850b63e6] {
  margin: 4px 0 10px;
  color: #6b7690;
  font-size: 12px;
  line-height: 16px;
}
.driver-license[data-v-850b63e6] .c-label,
.driver-license[data-v-850b63e6] .v-radio .v-label {
  color: #001154;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px !important;
}
.driver-license[data-v-850b63e6] .v-field--variant-outlined {
  min-height: auto;
  background: #fff;
  box-shadow: none;
}
.driver-license[data-v-850b63e6] .v-field--variant-outlined .v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 1;
  color: #c7d3e5;
}
.driver-license[data-v-850b63e6] .v-field--variant-outlined.v-field--focused .v-field__outline {
  --v-field-border-width: 1px;
  color: #2969ff;
}
.driver-license[data-v-850b63e6] .v-field__input input,
.driver-license[data-v-850b63e6] input.v-field__input {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.driver-license[data-v-850b63e6] .v-field__input input::placeholder,
.driver-license[data-v-850b63e6] input.v-field__input::placeholder {
  color: #9aabc2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}.no-filled[data-v-ff02831e] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-ff02831e] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-ff02831e] {
  text-decoration: underline;
}
.avatarWrapper[data-v-ff02831e] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-ff02831e] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-ff02831e] .v-field:before {
  border: none !important;
}
h3[data-v-ff02831e] {
  font-size: 1.6rem;
}
[data-v-ff02831e] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-ff02831e] {
  padding-bottom: 66px;
}
[data-v-ff02831e] .v-field__input,
.v-field__input[data-v-ff02831e] {
  position: relative !important;
  top: 5px !important;
}
[data-v-ff02831e] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-ff02831e] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-ff02831e] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-ff02831e] .v-select__selection {
  color: #001154 !important;
}
[data-v-ff02831e] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-ff02831e] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-ff02831e] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-ff02831e] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-ff02831e] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-ff02831e] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-ff02831e] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-ff02831e] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-ff02831e] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-ff02831e] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media (min-width: 601px) {
.empty-seller-wrapper[data-v-ff02831e] {
    position: relative;
    top: auto;
    width: 100%;
    display: flow-root;
}
}
.profile-data[data-v-ff02831e] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-ff02831e]  .custom-google-input {
  outline: unset;
  pointer-events: none;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-ff02831e]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-ff02831e] .v-radio .v-selection-control__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-ff02831e] .v-radio .v-selection-control__input::before {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-ff02831e] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-ff02831e] .custom-edit {
  margin-left: 15px;
}
[data-v-ff02831e] .v-input input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-ff02831e] .second-input-with-background .v-field__append-inner,[data-v-ff02831e] .second-input-with-background .v-field__prepend-inner {
  display: none;
}
[data-v-ff02831e] input.v-field__input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-ff02831e] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-ff02831e] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-ff02831e] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-ff02831e] .checkbox-wrapper .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
  text-align: left;
}
[data-v-ff02831e] .v-field__prepend-inner:has(.mdi-camera) {
  display: flex !important;
}
[data-v-ff02831e] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-ff02831e] .file-input-custom .app-file-input__legacy-placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-ff02831e] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
[data-v-ff02831e] .v-responsive {
  flex: unset;
}
.sub-title[data-v-ff02831e] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.custom-btn[data-v-ff02831e] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-ff02831e] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-ff02831e] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-ff02831e]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-ff02831e] {
  width: 118px;
  flex: 0 0 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-ff02831e] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-ff02831e] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-ff02831e] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-pencil-icon[data-v-ff02831e] {
  font-size: 16px;
}
.custom-edit-btn[data-v-ff02831e] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.second-input-with-background[data-v-ff02831e]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-ff02831e] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-ff02831e] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data-wrapper[data-v-ff02831e] {
  gap: 16px;
}
.page-sub-title[data-v-ff02831e] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-ff02831e] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-ff02831e] {
  position: relative;
}
.confirmed-block[data-v-ff02831e] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-ff02831e] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-ff02831e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 28px;
  color: #25bf7e;
  font-size: 12px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
}
.custom-close-chips-icon .v-chip__close[data-v-ff02831e] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-ff02831e] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-ff02831e] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-field__input[data-v-ff02831e] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-ff02831e] {
  box-shadow: unset;
  border-radius: unset;
  background-color: unset !important;
  height: unset !important;
  width: unset !important;
  color: #2969ff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-left: -5px;
}
.custom-states-select input:active .custom-states-select input[data-v-ff02831e]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-ff02831e] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-ff02831e]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-ff02831e] {
  -moz-appearance: textfield;
}
.v-field__append-inner[data-v-ff02831e],
.v-field__prepend-inner[data-v-ff02831e] {
  display: none;
}
.second-input-with-background .v-input[data-v-ff02831e] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-ff02831e]::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
.second-input-with-background .c-label[data-v-ff02831e] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--focused[data-v-ff02831e] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-ff02831e] {
  margin-left: -3px;
}
.custom-edit[data-v-ff02831e] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-ff02831e] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-edit-btn--disabled[data-v-ff02831e] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-ff02831e] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-cancel-btn[data-v-ff02831e] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-cancel-btn[data-v-ff02831e]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-ff02831e] {
  font-size: 16px;
}
.page-sub-title[data-v-ff02831e] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.profile-data-wrapper[data-v-ff02831e] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-ff02831e] {
  margin-left: 16px;
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 779px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.buyer-page-title-wrapper[data-v-ff02831e] {
  position: relative;
}
.page-header[data-v-ff02831e] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-ff02831e] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-ff02831e] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-ff02831e] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-ff02831e] {
  position: relative;
}
.row .no-filled[data-v-ff02831e] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-ff02831e] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-ff02831e] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-ff02831e] {
  color: #fff !important;
}
.v-input input[data-v-ff02831e] {
  max-height: 40px;
}
[data-v-ff02831e] .v-field__input,
.v-field__input[data-v-ff02831e] {
  position: relative !important;
  top: 0px !important;
}
[data-v-ff02831e] .v-field__input,
.v-field__input[data-v-ff02831e] {
  position: relative !important;
  top: 0px !important;
}
[data-v-ff02831e] .second-select .v-field__input {
  position: relative !important;
  top: 0px !important;
}
[data-v-ff02831e] .v-input input {
  max-height: unset !important;
}
[data-v-ff02831e] .v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox)
    input.v-field__input:not([type="file"]) {
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
[data-v-ff02831e] .second-input-with-background
    .v-input--readonly:not(.v-input--error)
    > .v-input__details {
  display: none;
}
@media (min-width: 600px) and (max-width: 959px) {
[data-v-ff02831e] .second-input-mobile:not(.second-input-wrapper).v-text-field
      > .v-input__control
      > .v-field {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}
}
@media (max-width: 599px) {
[data-v-ff02831e] .second-input-mobile:not(.second-input-wrapper).v-text-field:not(
        .v-select
      ):not(.v-autocomplete):not(.v-combobox)
      input.v-field__input:not([type="file"]) {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
}
[data-v-ff02831e] .v-text-field {
  margin-top: 0px !important;
}
[data-v-ff02831e] .v-input__control {
  height: 100%;
}
[data-v-ff02831e] .v-field,[data-v-ff02831e] .v-field__input {
  height: 100%;
  min-height: 100%;
}
[data-v-ff02831e] .v-field__input {
  height: 100%;
}
.upload-file-wrapper[data-v-ff02831e] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-ff02831e] {
    justify-content: start;
}
.upload-file-wrapper[data-v-ff02831e] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-ff02831e] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-ff02831e] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-ff02831e]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-ff02831e] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-ff02831e] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-ff02831e] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-ff02831e] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-ff02831e] .v-input__control .v-field .v-field__input {
    height: 20px !important;
}
.second-input-mobile[data-v-ff02831e] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-ff02831e] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-ff02831e] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-ff02831e] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-ff02831e] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-ff02831e] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.second-input-with-background[data-v-ff02831e] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-ff02831e] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-ff02831e] .v-chip {
    padding: 0px 4px;
}
[data-v-ff02831e] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-ff02831e] .v-field__input {
    flex-wrap: nowrap;
}
.spacer[data-v-ff02831e] {
    margin-top: 16px;
}
.proof-of-funds[data-v-ff02831e] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-ff02831e] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-ff02831e] {
    justify-content: space-between;
    padding: 0px 16px;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(154, 171, 194, 0.8);
    height: 40px;
    align-items: center;
    width: 100%;
    background: white;
}
.second-input-wrapper[data-v-ff02831e] {
    padding-left: 12px !important;
}
[data-v-ff02831e] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-ff02831e] {
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-ff02831e] {
    width: 100%;
}
.custom-cancel-btn[data-v-ff02831e] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-ff02831e] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-ff02831e] {
    margin-left: 0px !important;
}
.c-form[data-v-ff02831e] {
    width: 100%;
}
.v-selection-control[data-v-ff02831e] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-ff02831e] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-ff02831e] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-ff02831e] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-ff02831e] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-ff02831e] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-ff02831e] .v-input__control .v-field {
    margin-bottom: 0px;
}
.file-input-custom[data-v-ff02831e] .v-input__details {
    display: none !important;
}
.file-input-custom[data-v-ff02831e] .v-field__input {
    min-height: 32px !important;
    height: 32px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.file-input-custom[data-v-ff02831e] .v-field {
    min-height: 32px !important;
    height: 32px !important;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: normal;
    text-align: left;
    cursor: text;
}
.avatarWrapper[data-v-ff02831e] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-ff02831e] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-ff02831e] {
    width: 100%;
}
.confirmed-block[data-v-ff02831e] {
    width: 100%;
}
.uploaded-avatar[data-v-ff02831e] {
    border-radius: 200px;
}
}
.proof-button[data-v-ff02831e] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-ff02831e] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-ff02831e] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-ff02831e] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  padding-top: 16px;
  /* Primary/DarkBlue */
  color: #001154;
}
.proof-dialog-close[data-v-ff02831e] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-ff02831e] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  color: white;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 27px;
  width: 148px;
  height: 148px;
  background: rgba(179, 179, 179, 0.8);
  border-radius: 110%;
  padding-left: 10px;
}
.default-profile-image[data-v-ff02831e] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-ff02831e] {
  margin-top: 8px;
}
.label-empty[data-v-ff02831e] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-ff02831e] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-ff02831e] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-ff02831e] {
    background: unset;
}
}
.file-input-custom[data-v-ff02831e] .v-field:before {
  display: none !important;
}
.file-input-custom[data-v-ff02831e] .v-field:after {
  display: none !important;
}
.upload-photo-button[data-v-ff02831e] {
  display: flex;
  font-style: normal;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.upload-photo-button__text[data-v-ff02831e] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-ff02831e] {
  color: #2969ff;
}
.upload-photo-button i[data-v-ff02831e]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-ff02831e] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-ff02831e] {
    padding-bottom: 0px;
}
}
.document-type[data-v-ff02831e] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.document-type[data-v-ff02831e] .c-label {
  color: #001154;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 17px !important;
}
.license-number[data-v-ff02831e] .c-label {
  color: #001154;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 17px !important;
}
.license-number[data-v-ff02831e] {
  /*
   * Production intentionally combines the filled surface with the legacy
   * 40px solo-field geometry for this disabled identity value. Vuetify 4's
   * field is a grid with disabled opacity on the surface, so translate the
   * released slot contract onto the reachable field node.
   */
}
.license-number[data-v-ff02831e] .v-field--variant-filled {
  display: flex;
  align-items: stretch;
  flex: 0 1 auto;
  width: 100%;
  height: 40px;
  min-height: 40px;
  max-width: none;
  color: rgba(0, 0, 0, 0.38);
  background: #f8f8f8;
  border-radius: 4px;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  letter-spacing: normal;
  text-align: left;
}
.license-number[data-v-ff02831e] .v-text-field > .v-input__control > .v-field,
.license-number[data-v-ff02831e] .v-text-field > .v-input__details {
  padding: 0;
}
.license-number[data-v-ff02831e] .v-field--variant-filled .v-field__outline {
  --v-field-border-width: 0;
  --v-field-border-opacity: 0;
}
.license-number[data-v-ff02831e] .v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox)
      input.v-field__input:not([type="file"]) {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 3px 0;
  padding: 8px 0;
  color: #001154;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: normal;
  opacity: 1;
}
.license-number[data-v-ff02831e] .v-text-field:not(.v-select):not(.v-autocomplete):not(.v-combobox)
      input.v-field__input:not([type="file"])::placeholder {
  color: #9aabc2;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.license-number[data-v-ff02831e] {
  /* Vuetify 2 reserved eight pixels beneath the released hidden-details slot. */
}
.license-number[data-v-ff02831e] .v-input {
  margin-bottom: 8px;
}
.acc-number-edit-mode[data-v-ff02831e] {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 8px;
}
.custom-eye-icon[data-v-ff02831e] {
  padding-top: 9px;
  margin-right: 10px !important;
}
.profile__items-wrapper[data-v-ff02831e] {
  margin-left: 16px;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  height: 700px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  overflow: auto;
  overflow-x: hidden !important;
  word-break: break-word;
}
.profile__items-wrapper[data-v-ff02831e]::-webkit-scrollbar {
  width: 4px;
}
.profile__items-wrapper[data-v-ff02831e] {
  /* Handle */
}
.profile__items-wrapper[data-v-ff02831e]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}
.custom-edit-btn[data-v-ff02831e] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
}
.custom-edit-btn.disabled[data-v-ff02831e] {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
}
.custom-edit-btn.disabled[data-v-ff02831e] .v-btn__content i {
  color: #ffffff !important;
}
.custom-pencil-icon[data-v-ff02831e] {
  font-size: 16px;
}
.delete-bank-wrapper[data-v-ff02831e] {
  color: #2969ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  top: 4px;
}
[data-v-ff02831e] .v-divider {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
  height: 1px;
  max-height: 1px;
  border: solid;
  border-width: thin 0 0 0;
  -webkit-transition: inherit;
  transition: inherit;
  background: #001154;
  width: 100%;
  min-width: 100%;
  margin-top: 16px;
}
[data-v-ff02831e] .text-error .v-input__control {
  height: auto;
}
@media (max-width: 959.98px) {
[data-v-ff02831e] .text-error .v-input__control {
    display: flex;
    height: auto !important;
}
}
[data-v-ff02831e] .text-error .v-input__details {
  margin-top: -10px;
}
.add-bank-wrapper[data-v-ff02831e] {
  width: 100%;
  height: 93%;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
}
.add-bank-wrapper__image[data-v-ff02831e] {
  width: 126px;
  height: 126px;
  border-radius: 100%;
  background: rgba(41, 105, 255, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-bank-wrapper__image img[data-v-ff02831e] {
  position: relative;
  bottom: 5px;
}
.second-input-with-background.bank-info-loading[data-v-ff02831e]:hover input:hover {
  cursor: wait;
}
@media (min-width: 600px) and (max-width: 959px) {
.deposit-profile .second-input-with-background[data-v-ff02831e] input.v-field__input {
    font-size: 12px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.deposit-profile[data-v-ff02831e] {
    min-height: 530px;
}
.add-bank-wrapper[data-v-ff02831e] {
    height: auto;
}
.delete-bank-wrapper[data-v-ff02831e] {
    white-space: nowrap;
}
.second-input-with-background[data-v-ff02831e]:before {
    display: none !important;
}
.second-input-with-background.bank-info-loading[data-v-ff02831e] {
    cursor: wait;
}
.v-divider[data-v-ff02831e] {
    margin-bottom: 16px;
    background: #f1f1f1;
    opacity: 0.4;
}
}
.full-width[data-v-ff02831e] {
  width: 100%;
}.no-filled[data-v-18566e9d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-18566e9d] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-18566e9d] {
  text-decoration: underline;
}
.avatarWrapper[data-v-18566e9d] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-18566e9d] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-18566e9d] .v-field:before {
  border: none !important;
}
h3[data-v-18566e9d] {
  font-size: 1.6rem;
}
[data-v-18566e9d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-18566e9d] {
  padding-bottom: 66px;
}
[data-v-18566e9d] .v-field__input,
.v-field__input[data-v-18566e9d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-18566e9d] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-18566e9d] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-18566e9d] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-18566e9d] .v-select__selection {
  color: #001154 !important;
}
[data-v-18566e9d] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-18566e9d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-18566e9d] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-18566e9d] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-18566e9d] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-18566e9d] .container {
  max-width: 777px !important;
}
[data-v-18566e9d] .v-responsive {
  flex: unset;
}
[data-v-18566e9d] .sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
[data-v-18566e9d] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
[data-v-18566e9d] .custom-btn {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
[data-v-18566e9d] .empty-buyer-wrapper {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media (min-width: 601px) {
[data-v-18566e9d] .empty-buyer-wrapper {
    position: relative;
    top: auto;
    width: 100%;
    display: flow-root;
}
}
[data-v-18566e9d] .profile-data {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 379px;
}
[data-v-18566e9d]  .custom-google-input {
  outline: unset;
  pointer-events: none;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-18566e9d]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-18566e9d] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-18566e9d] .custom-fileUpload-wrapper {
  font-size: 14px !important;
}
[data-v-18566e9d] .proof-of-funds__next {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
[data-v-18566e9d] .v-select__selection {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
[data-v-18566e9d] .custom-upload-btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: unset !important;
  height: unset !important;
  width: unset !important;
  color: #2969ff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-left: -5px;
  background-color: white !important;
}
[data-v-18566e9d] .custom-states-select input:active .custom-states-select input::placeholder {
  color: red !important;
  display: block !important;
}
[data-v-18566e9d] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
[data-v-18566e9d] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-18566e9d] .v-input input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-18566e9d] .second-input-with-background .v-input {
  background: unset;
  padding-left: 0;
}
[data-v-18566e9d] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-18566e9d] .second-input-with-background .c-label {
  font-size: 11px;
  line-height: 17px !important;
}
[data-v-18566e9d] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-18566e9d] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-18566e9d] .custom-edit {
  margin-left: 15px;
}
[data-v-18566e9d]  .custom-edit-btn {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
[data-v-18566e9d]  .custom-edit-btn--disabled {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
[data-v-18566e9d] .custom-save-btn {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
[data-v-18566e9d] .custom-cancel-btn {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
[data-v-18566e9d] .custom-cancel-btn:hover {
  background-color: #ffffff !important;
}
[data-v-18566e9d] .custom-pencil-icon {
  font-size: 16px;
}
[data-v-18566e9d] .page-sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
[data-v-18566e9d] .profile-data-wrapper {
  gap: 16px;
  margin-bottom: 2px !important;
}
[data-v-18566e9d] .profile__items-wrapper {
  gap: 8px;
  width: 368px;
  max-width: 368px;
  height: 700px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
[data-v-18566e9d] .page-header-wrapper {
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1264px) {
[data-v-18566e9d] .page-header-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}
}
[data-v-18566e9d] .buyer-page-title-wrapper {
  position: relative;
}
[data-v-18566e9d] .page-header {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-18566e9d] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-18566e9d] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-18566e9d] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-18566e9d] {
  position: relative;
}
.row .no-filled[data-v-18566e9d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-18566e9d] {
  max-width: 340px;
  width: 100%;
}
@media (max-width: 959.98px) {
[data-v-18566e9d] .v-input {
    font-size: 14px !important;
}
}
.custom-edit-btn--disabled[data-v-18566e9d] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-18566e9d] {
  color: #fff !important;
}
.v-input input[data-v-18566e9d] {
  max-height: 40px;
}
[data-v-18566e9d] .v-field__input,
.v-field__input[data-v-18566e9d] {
  position: relative !important;
  top: 0px !important;
}
[data-v-18566e9d] .v-field__input,
.v-field__input[data-v-18566e9d] {
  position: relative !important;
  top: 0px !important;
}
[data-v-18566e9d] .second-select .v-field__input {
  position: relative !important;
  top: 0px !important;
}
[data-v-18566e9d] .v-input input {
  max-height: unset !important;
}
[data-v-18566e9d] .v-text-field {
  margin-top: 0px !important;
}
[data-v-18566e9d] .v-input__control {
  height: 100%;
}
[data-v-18566e9d] .v-field,[data-v-18566e9d] .v-field__input {
  height: 100%;
  min-height: 100%;
}
[data-v-18566e9d] .v-field__input {
  height: 100%;
}
.upload-file-wrapper[data-v-18566e9d] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.upload-file-wrapper[data-v-18566e9d] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-18566e9d] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-18566e9d] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-18566e9d]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-18566e9d] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-18566e9d] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-18566e9d] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-18566e9d] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-18566e9d] .v-input__control .v-field .v-field__input {
    height: 20px !important;
}
.second-input-mobile[data-v-18566e9d] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-18566e9d] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-18566e9d] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-18566e9d] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-18566e9d] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-18566e9d] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.second-input-with-background[data-v-18566e9d] .v-input input {
    font-weight: 500;
    font-size: 14px !important;
}
[data-v-18566e9d] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-18566e9d] .v-chip {
    padding: 0px 4px;
}
[data-v-18566e9d] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-18566e9d] .v-field__input {
    flex-wrap: nowrap;
}
.spacer[data-v-18566e9d] {
    margin-top: 16px;
}
.proof-of-funds[data-v-18566e9d] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.buyer-page-title-wrapper[data-v-18566e9d] {
    justify-content: space-between;
    padding: 0px 16px;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(154, 171, 194, 0.8);
    height: 40px;
    align-items: center;
    width: 100%;
    background: white;
}
.second-input-wrapper[data-v-18566e9d] {
    padding-left: 12px !important;
}
[data-v-18566e9d] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-18566e9d] {
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-18566e9d] {
    width: 100%;
}
.custom-cancel-btn[data-v-18566e9d] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-18566e9d] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-18566e9d] {
    margin-left: 0px !important;
}
}
.proof-button[data-v-18566e9d] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-18566e9d] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-18566e9d] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-18566e9d] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  padding-top: 16px;
  /* Primary/DarkBlue */
  color: #001154;
}
.proof-dialog-close[data-v-18566e9d] {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.buyer-profile-page .buyer-page-title-wrapper[data-v-18566e9d] {
    padding: 0 16px;
    justify-content: space-between;
}
.buyer-profile-page .page-header-wrapper[data-v-18566e9d] {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-gap: 16px;
    padding: 0 16px 16px;
    width: auto !important;
    height: auto;
}
.buyer-profile-page .custom-cancel-btn[data-v-18566e9d] {
    width: 24px !important;
    height: 24px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 5px;
    background-color: rgb(41, 105, 255) !important;
}
.buyer-profile-page .custom-cancel-btn i[data-v-18566e9d] {
    font-size: 23px;
}
.buyer-profile-page[data-v-18566e9d] .profile__items-wrapper {
    width: auto;
    max-width: none;
    margin: 0;
    height: 500px;
}
.buyer-profile-page[data-v-18566e9d] .profile__items-wrapper.edit-mode {
    height: 600px;
}
.buyer-profile-page[data-v-18566e9d] .second-input-with-background:before {
    width: 100%;
}
.buyer-profile-page[data-v-18566e9d] .deposit-profile {
    width: 100%;
    grid-column: span 2;
}
}[data-v-c70de98b] .v-selection-control.v-input.app-states-select {
  justify-content: flex-start !important;
}
.text-ellipsis[data-v-c70de98b] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-wrapper[data-v-c70de98b] {
  background: #ffffff;
  color: #001154;
  padding: 0px 16px;
  -webkit-box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  padding-top: 12px;
  width: 428px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.select-group[data-v-c70de98b] {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}
.select-group__main-item[data-v-c70de98b] {
  padding-bottom: 14px;
  padding-top: 8px !important;
}
.select-group__main-item[data-v-c70de98b] .v-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.select-group__checkbox-items[data-v-c70de98b] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 16px;
}
.select-group__checkbox-items .v-input[data-v-c70de98b] {
  width: 50%;
  min-width: 0;
  height: 16px;
}
.select-group__checkbox-items .v-input[data-v-c70de98b] .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
[data-v-c70de98b] .v-selection-control {
  margin-top: 0px;
  padding-top: 0px;
}
[data-v-c70de98b] .second-input-with-background .v-input {
  height: 30px !important;
  border-radius: 5px;
}
[data-v-c70de98b] .second-input-with-background .v-input input {
  max-height: 28px;
}
[data-v-c70de98b] .v-input__prepend {
  margin-right: 16px;
  margin-top: 7px;
}
.app-states-select-root--menu-disabled[data-v-c70de98b] .v-chip,
.app-states-select-root--menu-disabled[data-v-c70de98b] .v-field,
.app-states-select-root--menu-disabled[data-v-c70de98b] input {
  cursor: pointer !important;
}
@media (min-width: 600px) and (max-width: 959px) {
  /*
   * The Vue 3 menu activator adds one wrapper around SecondSelect. Restore the
   * released tablet selection baseline at this shared wrapper so every state
   * selector consumer receives the same correction.
   */
.app-states-select-root[data-v-c70de98b] .v-chip {
    top: 3px !important;
}
}
.text-bold {
  font-weight: 600;
}
.text-section {
  line-height: 16px;
}
.notification-form[data-v-6b1072e5] {
  display: flex;
  flex-direction: column;
  color: #001154;
}
.notification-form__summary[data-v-6b1072e5] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.notification-form__role[data-v-6b1072e5],
.notification-form__notification-toggle[data-v-6b1072e5] {
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid #e1e7f1;
  border-radius: 12px;
  background: #f8fafd;
}
.notification-form__role[data-v-6b1072e5] {
  display: grid;
  grid-template-columns: max-content minmax(270px, 1fr);
  gap: 18px;
  align-items: center;
}
.notification-form__role-heading[data-v-6b1072e5] {
  white-space: nowrap;
  /* h6/regular */
  font-size: 14px;
  line-height: 18px;
}
[data-v-6b1072e5] .v-selection-control-group {
  column-gap: 24px;
}
[data-v-6b1072e5] .v-selection-control-group label {
  color: #001154;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
[data-v-6b1072e5] .select-custom-menu {
  width: auto !important;
  max-width: unset !important;
}
.checkbox-label[data-v-6b1072e5] {
  color: #001154;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.notification-form__role-options[data-v-6b1072e5] {
  min-width: 0;
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  border-radius: 9px;
  background: #e9eef7;
}
.notification-form__role-options button[data-v-6b1072e5],
.receive-notification-wrapper__options button[data-v-6b1072e5] {
  min-width: 0;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #5f6d86;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
}
.notification-form__role-options button[data-v-6b1072e5]:hover,
.receive-notification-wrapper__options button[data-v-6b1072e5]:hover:not(:disabled) {
  color: #001154;
}
.notification-form__role-options button.is-selected[data-v-6b1072e5],
.receive-notification-wrapper__options button.is-selected[data-v-6b1072e5] {
  border-color: #cfdaf0;
  background: #fff;
  color: #001154;
  box-shadow: 0 3px 10px rgba(0, 17, 84, 0.1);
}
.notification-form__role-options button.is-selected[data-v-6b1072e5] {
  border-color: #2969ff;
  box-shadow: 0 0 0 1px rgba(41, 105, 255, 0.18), 0 3px 10px rgba(0, 17, 84, 0.1);
}
.notification-form__role-options button[data-v-6b1072e5]:focus-visible,
.receive-notification-wrapper__options button[data-v-6b1072e5]:focus-visible {
  outline: 2px solid rgba(41, 105, 255, 0.3);
  outline-offset: 1px;
}
.notification-form__notification-toggle[data-v-6b1072e5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.notification-form__notification-copy[data-v-6b1072e5] {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.notification-form__notification-copy strong[data-v-6b1072e5] {
  font-size: 14px;
  line-height: 20px;
}
.notification-form__notification-copy span[data-v-6b1072e5] {
  margin-top: 2px;
  color: #6b7690;
  font-size: 12px;
  line-height: 16px;
}
.notification-form__interests-heading[data-v-6b1072e5] {
  margin: 18px 0 6px;
}
.notification-form__interests-heading h3[data-v-6b1072e5] {
  margin: 0;
  color: #001154;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}
.notification-form__interests-heading p[data-v-6b1072e5] {
  margin: 3px 0 0;
  color: #6b7690;
  font-size: 12px;
  line-height: 1.45;
}
.notification-form__notification-toggle[data-v-6b1072e5] .v-switch {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
}
.notification-inputs[data-v-6b1072e5] {
  position: relative;
  width: 100%;
  margin: 0 -6px;
}
.notification-inputs--disabled[data-v-6b1072e5] {
  border-radius: 10px;
  background: #f3f5f9;
  opacity: 0.55;
  user-select: none;
}
.notification-inputs .v-col[data-v-6b1072e5] {
  padding: 6px;
}
.notification-form__interests.is-disabled[data-v-6b1072e5] {
  cursor: not-allowed;
}
.collateral-subtypes[data-v-6b1072e5] {
  position: relative;
}
.collateral-subtypes[data-v-6b1072e5] .group-items__item {
  width: 100%;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper {
  width: 100%;
  padding: 16px;
  height: 200px !important;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .group-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .item-name {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .v-checkbox {
  padding: 0;
  height: auto;
  bottom: 3px;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .v-selection-control__input {
  margin-right: 0 !important;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .v-field {
  height: auto !important;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .v-messages {
  display: none;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .v-icon {
  font-size: 21px !important;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .group-items__item .v-input {
  background: none;
}
.collateral-subtypes[data-v-6b1072e5] .content-wrapper .group-items__item .v-input .item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.collateral-subtypes[data-v-6b1072e5] .v-overlay__content {
  left: 0;
  right: 0;
  top: 50px;
  z-index: 8 !important;
}
.collateral-subtypes[data-v-6b1072e5] .v-field--active i {
  color: #2969ff !important;
}
.collateral-subtypes[data-v-6b1072e5] .chip-text {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.receive-notification-wrapper[data-v-6b1072e5] label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.receive-notification-wrapper .v-selection-control[data-v-6b1072e5] {
  margin-top: 10px !important;
}
[data-v-6b1072e5] .select-custom-menu {
  width: auto !important;
  max-width: unset !important;
  height: 356px !important;
}body:has(.v-overlay--active #location_form_address_field) .pac-container {
  z-index: var(--xl-location-autocomplete-layer, 2401);
}
.fields-wrapper[data-v-13725dc0] {
  row-gap: 16px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
}
@media (max-width: 959.98px) {
.fields-wrapper[data-v-13725dc0] {
    row-gap: 16px;
    column-gap: 8px;
}
}.no-filled[data-v-dd4de17a] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-dd4de17a] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-dd4de17a] {
  text-decoration: underline;
}
.avatarWrapper[data-v-dd4de17a] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-dd4de17a] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-dd4de17a] .v-field:before {
  border: none !important;
}
h3[data-v-dd4de17a] {
  font-size: 1.6rem;
}
[data-v-dd4de17a] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-dd4de17a] {
  padding-bottom: 66px;
}
[data-v-dd4de17a] .v-field__input,
.v-field__input[data-v-dd4de17a] {
  position: relative !important;
  top: 5px !important;
}
[data-v-dd4de17a] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-dd4de17a] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-dd4de17a] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-dd4de17a] .v-select__selection {
  color: #001154 !important;
}
[data-v-dd4de17a] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-dd4de17a] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-dd4de17a] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-dd4de17a] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-dd4de17a] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-dd4de17a] .container {
  max-width: 777px !important;
}
.dialog-content[data-v-dd4de17a] {
  z-index: 302 !important;
}
[data-v-dd4de17a] .v-overlay__content {
  z-index: 304 !important;
}
[data-v-dd4de17a] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-dd4de17a] .custom-google-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-dd4de17a] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-dd4de17a] .custom-input-error {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-dd4de17a] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-dd4de17a] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-dd4de17a] .custom-google-input {
  margin-top: 4px;
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-dd4de17a] .custom-btn:not(.v-btn--disabled) {
  border: 1px solid #2969ff !important;
}
[data-v-dd4de17a] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-dd4de17a] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-dd4de17a] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-dd4de17a] .buttons-wrapper {
  padding-bottom: 40px;
  padding-top: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-dd4de17a] .buttons-top {
  padding-top: 15px !important;
  padding: 0 40px;
  margin-bottom: 40px;
}
[data-v-dd4de17a] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-dd4de17a] .v-field__input input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-dd4de17a] .second-input-with-background .c-label {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-dd4de17a] .app-custom-input {
  height: 40px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-dd4de17a] .profile-dialog-title {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  letter-spacing: 0.32px !important;
  color: #0f2d59;
}
[data-v-dd4de17a] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-dd4de17a] .v-card-text {
  padding: 0px 40px !important;
}
.app-custom-input:focus-within input[data-v-dd4de17a]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
.app-custom-input > div[data-v-dd4de17a] {
  height: 63px;
  margin: 0 !important;
}
.app-custom-input input[data-v-dd4de17a] {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px 0 10px;
  color: rgb(0, 17, 84);
}
.app-custom-input .c-label[data-v-dd4de17a] {
  margin-bottom: 3px;
}
.custom-sub-title[data-v-dd4de17a] {
  font-weight: 600;
}
.button-text[data-v-dd4de17a] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  /* White */
  color: #ffffff;
}
.finish-later[data-v-dd4de17a] {
  color: #2969ff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  cursor: pointer;
  /* Cyan */
  color: #2969ff;
}
.v-sheet.v-stepper[data-v-dd4de17a]:not(.v-sheet--border) {
  box-shadow: none;
  padding: 0px 40px !important;
}
.step[data-v-dd4de17a] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-dd4de17a] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-dd4de17a] {
  font-size: 12px;
  line-height: 26px;
  margin-left: 14px;
  color: #001154;
}
.fields-wrapper[data-v-dd4de17a] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-dd4de17a] {
  width: 47%;
}
.sub-title[data-v-dd4de17a] {
  width: 413px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  opacity: 0.8;
  color: #001154;
}
.close-icon[data-v-dd4de17a] {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background: white;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-icon img[data-v-dd4de17a] {
  width: 16px;
  height: 16px;
}
.dialog-wrapper[data-v-dd4de17a] {
  background: white;
  border-radius: 5px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  position: relative;
}
.stepper-wrapper[data-v-dd4de17a] {
  width: 295px;
}
.content-wrapper[data-v-dd4de17a] {
  width: 74%;
  position: relative;
}
.v-form[data-v-dd4de17a] {
  padding-bottom: 8px;
}
.v-btn.accent[data-v-dd4de17a] {
  color: #001154 !important;
}
.v-sheet.v-stepper[data-v-dd4de17a]:not(.v-sheet--border) {
  box-shadow: none;
}
.dialog-content-wrapper[data-v-dd4de17a] {
  position: relative;
}
[data-v-dd4de17a] .v-overlay__content {
  z-index: 400;
}
.v-btn--disabled[data-v-dd4de17a] {
  border: unset !important;
}
.custom-lock-icon[data-v-dd4de17a] {
  left: 4px !important;
  top: 7px !important;
}
.step-info-wrapper[data-v-dd4de17a] {
  padding: 0px 40px;
  margin-bottom: 16px;
}
@media (max-width: 959.98px) {
[data-v-dd4de17a] .profile-edit-dialog {
    background: #ffffff;
}
[data-v-dd4de17a] .profile-edit-dialog .profile-edit-mobile__controls {
    bottom: 20px;
    z-index: 100;
}
[data-v-dd4de17a] .profile-edit-dialog .notification-inputs-disabled-block {
    width: 100% !important;
}
}[data-v-dd4de17a] .xl-profile-onboarding-dialog {
  max-height: calc(100vh - 24px);
  margin: 12px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(0, 12, 52, 0.38);
}
.xl-profile-onboarding[data-v-dd4de17a] {
  width: 100%;
  min-height: min(560px, 100vh - 24px);
  max-height: calc(100vh - 24px);
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  overflow: hidden;
  background: #f7f9fd;
  color: #001154;
}
.xl-profile-onboarding__progress[data-v-dd4de17a] {
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  background: radial-gradient(circle at 8% 0%, rgba(50, 120, 255, 0.38), transparent 42%), linear-gradient(155deg, #001154 0%, #052c7a 100%);
  color: #fff;
}
.xl-profile-onboarding__logo[data-v-dd4de17a] {
  display: block;
  width: 144px;
  height: auto;
}
.xl-profile-onboarding__intro[data-v-dd4de17a] {
  margin-top: 28px;
}
.xl-profile-onboarding__intro h2[data-v-dd4de17a] {
  margin: 7px 0 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.xl-profile-onboarding__eyebrow[data-v-dd4de17a] {
  margin: 0;
  color: #75e6f2;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.xl-profile-onboarding__steps[data-v-dd4de17a] {
  position: relative;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.xl-profile-onboarding__steps[data-v-dd4de17a]::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 28px;
  left: 17px;
  width: 1px;
  background: rgba(255, 255, 255, 0.24);
}
.xl-profile-onboarding__steps li[data-v-dd4de17a] {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 52px;
  color: rgba(255, 255, 255, 0.62);
}
.xl-profile-onboarding__steps li + li[data-v-dd4de17a] {
  margin-top: 14px;
}
.xl-profile-onboarding__step-number[data-v-dd4de17a] {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: #082563;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.xl-profile-onboarding__step-number svg[data-v-dd4de17a] {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.xl-profile-onboarding__steps li.is-active[data-v-dd4de17a],
.xl-profile-onboarding__steps li.is-complete[data-v-dd4de17a] {
  color: #fff;
}
.xl-profile-onboarding__steps li.is-active .xl-profile-onboarding__step-number[data-v-dd4de17a] {
  border-color: #75e6f2;
  background: #fff;
  color: #001154;
  box-shadow: 0 0 0 4px rgba(117, 230, 242, 0.16);
}
.xl-profile-onboarding__steps li.is-complete .xl-profile-onboarding__step-number[data-v-dd4de17a] {
  border-color: #35f9a7;
  background: #35f9a7;
  color: #001154;
}
.xl-profile-onboarding__step-copy[data-v-dd4de17a] {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.xl-profile-onboarding__step-copy strong[data-v-dd4de17a] {
  font-size: 14px;
  line-height: 1.4;
}
.xl-profile-onboarding__step-copy small[data-v-dd4de17a] {
  margin-top: 2px;
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  line-height: 1.35;
  opacity: 0.72;
}
.xl-profile-onboarding__main[data-v-dd4de17a] {
  position: relative;
  min-width: 0;
  max-height: calc(100vh - 24px);
  padding: 26px 32px 22px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c8d2e5 transparent;
}
.xl-profile-onboarding__close[data-v-dd4de17a] {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #eaf0f9;
  color: #5a6883;
  cursor: pointer;
}
.xl-profile-onboarding__close[data-v-dd4de17a]:hover {
  background: #dfe8f5;
  color: #001154;
}
.xl-profile-onboarding__close svg[data-v-dd4de17a] {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.xl-profile-onboarding__header[data-v-dd4de17a] {
  padding-right: 0;
}
.xl-profile-onboarding__header p[data-v-dd4de17a] {
  margin: 0 0 6px;
  color: #2969ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.xl-profile-onboarding__header h1[data-v-dd4de17a] {
  margin: 0;
  color: #001154;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.xl-profile-onboarding__header span[data-v-dd4de17a] {
  display: block;
  margin-top: 7px;
  color: #65718b;
  font-size: 14px;
  line-height: 1.5;
}
.xl-profile-onboarding__form[data-v-dd4de17a] {
  flex: 0 0 auto;
  min-height: 0;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #e2e8f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 17, 84, 0.07);
}
.xl-profile-onboarding__form--step-3[data-v-dd4de17a] {
  padding: 16px 18px;
}
.xl-profile-onboarding__actions[data-v-dd4de17a] {
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.xl-profile-onboarding__actions--next-only[data-v-dd4de17a] {
  justify-content: flex-end;
}
[data-v-dd4de17a] .xl-profile-onboarding__actions .v-btn {
  min-width: 154px !important;
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 22px !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
[data-v-dd4de17a] .xl-profile-onboarding__actions .v-icon {
  margin: 0 5px;
}
[data-v-dd4de17a] .xl-profile-onboarding__back {
  border-color: #b9c8df !important;
  background: #fff !important;
  color: #194fbe !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__next {
  background: #2969ff !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(41, 105, 255, 0.22);
}
[data-v-dd4de17a] .xl-profile-onboarding__next.v-btn--disabled {
  background: #a6b5cb !important;
  box-shadow: none;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .field-wrapper {
  width: auto;
  min-width: 0;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .second-input-with-background {
  position: relative;
  margin: 0;
  opacity: 1;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .second-input-with-background::before {
  display: none !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .c-label {
  margin-bottom: 7px;
  color: #273958 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .v-input {
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .v-text-field > .v-input__control > .v-field {
  min-height: 46px !important;
  margin: 0;
  padding: 0 13px !important;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #f8fafd !important;
  box-shadow: none !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form
    .v-text-field
    > .v-input__control
    > .v-field::before,[data-v-dd4de17a] .xl-profile-onboarding__form
    .v-text-field
    > .v-input__control
    > .v-field::after {
  display: none !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form
    .v-text-field.v-input--focused
    > .v-input__control
    > .v-field {
  border-color: #2969ff;
  background: #fff !important;
  box-shadow: 0 0 0 2px rgba(41, 105, 255, 0.12) !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form
    .v-text-field.v-input--readonly
    > .v-input__control
    > .v-field,[data-v-dd4de17a] .xl-profile-onboarding__form
    .v-text-field.v-input--disabled
    > .v-input__control
    > .v-field {
  background: #f0f3f8 !important;
  color: #78849a;
}
[data-v-dd4de17a] .xl-profile-onboarding__form
    .v-text-field.v-input--error
    > .v-input__control
    > .v-field {
  border-color: #d52819;
  background: #fff8f7 !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .v-input__details {
  min-height: 0;
  margin: 4px 0 0;
  padding: 0 !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .v-messages__message {
  color: #d52819;
  font-size: 11px;
  line-height: 1.35;
}
[data-v-dd4de17a] .xl-profile-onboarding__form input {
  color: #001154 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .v-field__input > .v-field__append-inner,[data-v-dd4de17a] .xl-profile-onboarding__form .v-field__input + .v-field__append-inner {
  align-self: center;
  margin-top: 0;
}
@media (max-width: 760px) {
[data-v-dd4de17a] .xl-profile-onboarding-dialog {
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
}
.xl-profile-onboarding[data-v-dd4de17a] {
    min-height: 100vh;
    max-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
}
.xl-profile-onboarding__progress[data-v-dd4de17a] {
    padding: 18px 20px 16px;
}
.xl-profile-onboarding__logo[data-v-dd4de17a] {
    width: 132px;
}
.xl-profile-onboarding__intro[data-v-dd4de17a] {
    display: none;
}
.xl-profile-onboarding__steps[data-v-dd4de17a] {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.xl-profile-onboarding__steps[data-v-dd4de17a]::before {
    top: 17px;
    right: 16.66%;
    bottom: auto;
    left: 16.66%;
    width: auto;
    height: 1px;
}
.xl-profile-onboarding__steps li[data-v-dd4de17a],
  .xl-profile-onboarding__steps li + li[data-v-dd4de17a] {
    min-height: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}
.xl-profile-onboarding__step-copy strong[data-v-dd4de17a] {
    font-size: 11px;
}
.xl-profile-onboarding__step-copy small[data-v-dd4de17a] {
    display: none;
}
.xl-profile-onboarding__main[data-v-dd4de17a] {
    max-height: none;
    padding: 24px 18px 18px;
}
.xl-profile-onboarding__close[data-v-dd4de17a] {
    top: 16px;
    right: 16px;
}
.xl-profile-onboarding__header h1[data-v-dd4de17a] {
    font-size: 25px;
}
.xl-profile-onboarding__form[data-v-dd4de17a] {
    min-height: 0;
    margin-top: 20px;
    padding: 18px 16px;
}
[data-v-dd4de17a] .xl-profile-onboarding__form .fields-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
}
.xl-profile-onboarding__actions[data-v-dd4de17a] {
    position: sticky;
    bottom: -18px;
    z-index: 3;
    margin: 20px -18px -18px;
    padding: 14px 18px 18px;
    background: linear-gradient(to bottom, rgba(247, 249, 253, 0.88), #f7f9fd 24%);
}
[data-v-dd4de17a] .xl-profile-onboarding__actions .v-btn {
    min-width: 0 !important;
    flex: 1 1 0;
}
[data-v-dd4de17a] .xl-profile-onboarding__actions--next-only .xl-profile-onboarding__next {
    flex: 0 1 calc((100% - 16px) / 2);
}
}.change-password-dialog[data-v-ff3b218a] {
  position: relative;
  padding: 20px 40px;
}
.change-password-dialog .close-icon-wrapper[data-v-ff3b218a] {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10;
}
.change-password-dialog .modal-title[data-v-ff3b218a] {
  font-size: 24px;
  font-weight: 600;
  color: #001154;
  text-align: center;
}
.change-password-dialog .card-content[data-v-ff3b218a] {
  max-width: 370px;
  margin: 0 auto;
}
.change-password-dialog .card-content[data-v-ff3b218a] .v-field {
  margin-top: 4px;
}
.change-password-dialog .list__wrapper[data-v-ff3b218a] {
  padding: 8px 10px 0;
  background-color: rgba(41, 105, 255, 0.1);
}
.change-password-dialog .list__wrapper .list[data-v-ff3b218a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.change-password-dialog .list__wrapper .validation__description[data-v-ff3b218a] {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.change-password-dialog .list__wrapper .list__item[data-v-ff3b218a] {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
.change-password-dialog .card-actions[data-v-ff3b218a] {
  max-width: 500px;
  width: 100%;
  margin: 32px auto 0;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 959px) {
.change-password-dialog .card-actions[data-v-ff3b218a] {
    flex-direction: column;
    align-items: center;
}
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-1f6b87df] {
    padding: 8px 16px;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #9aabc2;
    position: fixed;
    width: 100%;
    z-index: 1;
    background: white;
}
.page-header[data-v-1f6b87df] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-1f6b87df] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-1f6b87df] {
    align-items: center;
    width: 100% !important;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    padding-top: 46px;
}
.profile__items-wrapper[data-v-1f6b87df] {
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    padding: 16px !important;
    padding-top: 8px !important;
}
.page-sub-title[data-v-1f6b87df] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-1f6b87df],
  .address-info-wrapper[data-v-1f6b87df],
  .company-info-wrapper[data-v-1f6b87df] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-1f6b87df] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-1f6b87df] {
    background: none;
}
.second-input-with-background[data-v-1f6b87df],
  .field-wrapper[data-v-1f6b87df] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-1f6b87df] {
    width: 100% !important;
}
.second-input-with-background.profile-full-value-row[data-v-1f6b87df] {
    width: 100%;
}
.second-input-with-background.profile-full-value-row[data-v-1f6b87df] input.v-field__input {
    max-width: 100% !important;
    width: 100%;
}
.second-input-with-background[data-v-1f6b87df]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-1f6b87df] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-1f6b87df] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-1f6b87df] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-1f6b87df] .v-input__control .v-field .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
}
.second-input-mobile[data-v-1f6b87df] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-mobile[data-v-1f6b87df] .v-select__selection {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile[data-v-1f6b87df] .v-chip {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-1f6b87df]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-input__control, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-1f6b87df]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-1f6b87df]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-1f6b87df]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-1f6b87df]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-mobile.second-input-wrapper.v-text-field[data-v-1f6b87df]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-wrapper[data-v-1f6b87df] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-1f6b87df] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-1f6b87df] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-1f6b87df] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-1f6b87df] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.page-header-form[data-v-1f6b87df] {
    width: 100% !important;
}
.custom-lock-icon[data-v-1f6b87df] {
    top: 1px;
    right: 12px;
}
.address-form[data-v-1f6b87df] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-1f6b87df] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-1f6b87df] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-1f6b87df] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-1f6b87df] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-1f6b87df] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-1f6b87df] {
    color: #fff !important;
}
[data-v-1f6b87df] .v-field__input {
    max-width: 130px !important;
}
[data-v-1f6b87df] .v-dialog {
    margin: 0 !important;
}
[data-v-1f6b87df] .v-img .v-img__img {
    width: 88px !important;
    height: 88px !important;
}
[data-v-1f6b87df] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-icon,[data-v-1f6b87df] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-btn__loader {
    color: white !important;
}
}
.company-dialog[data-v-1f6b87df] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-1f6b87df] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-1f6b87df] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-1f6b87df] {
  background: #2969ff !important;
  opacity: 0.7;
  height: 24px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  margin-left: 8px;
  margin-top: 8px;
}
.address-form .disabled-events[data-v-1f6b87df] {
  pointer-events: none;
}
[data-v-1f6b87df]  .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-1f6b87df]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-1f6b87df] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-1f6b87df] .custom-edit {
  margin-left: 15px;
}
[data-v-1f6b87df] .v-field__input input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-1f6b87df] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-1f6b87df] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-1f6b87df] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-1f6b87df] .app-custom-input::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-1f6b87df] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1f6b87df] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-1f6b87df] .app-custom-input input {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px 0 0;
  color: rgb(0, 17, 84);
  border: unset !important;
}
[data-v-1f6b87df] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-1f6b87df] .empty-profile-wrapper {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
[data-v-1f6b87df] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-1f6b87df] .v-select.v-select--chips .v-field__input {
  min-height: 40px;
}
[data-v-1f6b87df] .v-input input {
  max-height: 40px;
}
[data-v-1f6b87df] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-1f6b87df] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-1f6b87df] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-1f6b87df] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-1f6b87df] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-1f6b87df] .second-input-with-background::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-1f6b87df] .v-responsive {
  flex: unset;
}
[data-v-1f6b87df] .v-selection-control__input .v-icon {
  font-size: 18px;
}
[data-v-1f6b87df] .v-field {
  padding: 0 !important;
}
[data-v-1f6b87df] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-1f6b87df] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-1f6b87df] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-1f6b87df] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-1f6b87df]::before {
  width: unset;
}
.checkbox__item[data-v-1f6b87df] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-1f6b87df] {
  margin-top: -35px;
}
.custom-checkbox[data-v-1f6b87df] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-1f6b87df] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-1f6b87df] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-1f6b87df] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-1f6b87df] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-1f6b87df] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-save-btn--small[data-v-1f6b87df] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-1f6b87df] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-email-btn[data-v-1f6b87df] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 94px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-password-btn[data-v-1f6b87df] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 125px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-edit-btn[data-v-1f6b87df] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-pencil-icon[data-v-1f6b87df] {
  font-size: 16px;
}
.custom-lock-icon[data-v-1f6b87df] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-1f6b87df] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-1f6b87df] {
  width: 100%;
  row-gap: 20px;
  height: auto;
  display: flex;
}
.profile__items-wrapper[data-v-1f6b87df] {
  margin-left: 0;
  gap: 12px;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  background: #fefefe;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.07);
  border: 1px solid #e3e9f3;
  border-radius: 12px;
}
.profile__items-wrapper--half-tem[data-v-1f6b87df] {
  height: auto;
}
.settings-custom-wrapper[data-v-1f6b87df] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-1f6b87df] {
  gap: 16px;
}
.page-header[data-v-1f6b87df] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-1f6b87df] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-1f6b87df] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-1f6b87df] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.row[data-v-1f6b87df] {
  position: relative;
}
.row .no-filled[data-v-1f6b87df] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-1f6b87df] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-1f6b87df] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-1f6b87df] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-1f6b87df] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-1f6b87df] {
  color: #fff !important;
}
.profile__items-wrapper[data-v-1f6b87df] {
  margin-left: 0;
}
.change-password-wrapper[data-v-1f6b87df] {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.change-password__text[data-v-1f6b87df] {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #2969ff;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-657e18dd] {
    padding: 8px 16px;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #9aabc2;
    position: fixed;
    width: 100%;
    z-index: 1;
    background: white;
}
.page-header[data-v-657e18dd] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-657e18dd] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-657e18dd] {
    align-items: center;
    width: 100% !important;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    padding-top: 46px;
}
.profile__items-wrapper[data-v-657e18dd] {
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    padding: 16px !important;
    padding-top: 8px !important;
}
.page-sub-title[data-v-657e18dd] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-657e18dd],
  .address-info-wrapper[data-v-657e18dd],
  .company-info-wrapper[data-v-657e18dd] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-657e18dd] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-657e18dd] {
    background: none;
}
.second-input-with-background[data-v-657e18dd],
  .field-wrapper[data-v-657e18dd] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-657e18dd] {
    width: 100% !important;
}
.second-input-with-background.profile-full-value-row[data-v-657e18dd] {
    width: 100%;
}
.second-input-with-background.profile-full-value-row[data-v-657e18dd] input.v-field__input {
    max-width: 100% !important;
    width: 100%;
}
.second-input-with-background[data-v-657e18dd]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-657e18dd] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-657e18dd] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-657e18dd] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-657e18dd] .v-input__control .v-field .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
}
.second-input-mobile[data-v-657e18dd] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-mobile[data-v-657e18dd] .v-select__selection {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile[data-v-657e18dd] .v-chip {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-657e18dd]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-input__control, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-657e18dd]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-657e18dd]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-657e18dd]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-657e18dd]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-mobile.second-input-wrapper.v-text-field[data-v-657e18dd]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-wrapper[data-v-657e18dd] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-657e18dd] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-657e18dd] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-657e18dd] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-657e18dd] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.page-header-form[data-v-657e18dd] {
    width: 100% !important;
}
.custom-lock-icon[data-v-657e18dd] {
    top: 1px;
    right: 12px;
}
.address-form[data-v-657e18dd] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-657e18dd] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-657e18dd] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-657e18dd] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-657e18dd] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-657e18dd] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-657e18dd] {
    color: #fff !important;
}
[data-v-657e18dd] .v-field__input {
    max-width: 130px !important;
}
[data-v-657e18dd] .v-dialog {
    margin: 0 !important;
}
[data-v-657e18dd] .v-img .v-img__img {
    width: 88px !important;
    height: 88px !important;
}
[data-v-657e18dd] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-icon,[data-v-657e18dd] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-btn__loader {
    color: white !important;
}
}
.company-dialog[data-v-657e18dd] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-657e18dd] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-657e18dd] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-657e18dd] {
  background: #2969ff !important;
  opacity: 0.7;
  height: 24px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  margin-left: 8px;
  margin-top: 8px;
}
.address-form .disabled-events[data-v-657e18dd] {
  pointer-events: none;
}
[data-v-657e18dd]  .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-657e18dd]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-657e18dd] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-657e18dd] .custom-edit {
  margin-left: 15px;
}
[data-v-657e18dd] .v-field__input input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-657e18dd] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-657e18dd] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-657e18dd] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-657e18dd] .app-custom-input::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-657e18dd] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-657e18dd] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-657e18dd] .app-custom-input input {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px 0 0;
  color: rgb(0, 17, 84);
  border: unset !important;
}
[data-v-657e18dd] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-657e18dd] .empty-profile-wrapper {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
[data-v-657e18dd] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-657e18dd] .v-select.v-select--chips .v-field__input {
  min-height: 40px;
}
[data-v-657e18dd] .v-input input {
  max-height: 40px;
}
[data-v-657e18dd] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-657e18dd] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-657e18dd] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-657e18dd] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-657e18dd] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-657e18dd] .second-input-with-background::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-657e18dd] .v-responsive {
  flex: unset;
}
[data-v-657e18dd] .v-selection-control__input .v-icon {
  font-size: 18px;
}
[data-v-657e18dd] .v-field {
  padding: 0 !important;
}
[data-v-657e18dd] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-657e18dd] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-657e18dd] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-657e18dd] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-657e18dd]::before {
  width: unset;
}
.checkbox__item[data-v-657e18dd] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-657e18dd] {
  margin-top: -35px;
}
.custom-checkbox[data-v-657e18dd] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-657e18dd] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-657e18dd] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-657e18dd] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-657e18dd] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-657e18dd] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-save-btn--small[data-v-657e18dd] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-657e18dd] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-email-btn[data-v-657e18dd] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 94px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-password-btn[data-v-657e18dd] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 125px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-edit-btn[data-v-657e18dd] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-pencil-icon[data-v-657e18dd] {
  font-size: 16px;
}
.custom-lock-icon[data-v-657e18dd] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-657e18dd] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-657e18dd] {
  width: 100%;
  row-gap: 20px;
  height: auto;
  display: flex;
}
.profile__items-wrapper[data-v-657e18dd] {
  margin-left: 0;
  gap: 12px;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  background: #fefefe;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.07);
  border: 1px solid #e3e9f3;
  border-radius: 12px;
}
.profile__items-wrapper--half-tem[data-v-657e18dd] {
  height: auto;
}
.settings-custom-wrapper[data-v-657e18dd] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-657e18dd] {
  gap: 16px;
}
.page-header[data-v-657e18dd] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-657e18dd] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-657e18dd] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-657e18dd] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.row[data-v-657e18dd] {
  position: relative;
}
.row .no-filled[data-v-657e18dd] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-657e18dd] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-657e18dd] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-657e18dd] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-657e18dd] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-657e18dd] {
  color: #fff !important;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-cadfded5] {
    padding: 8px 16px;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #9aabc2;
    position: fixed;
    width: 100%;
    z-index: 1;
    background: white;
}
.page-header[data-v-cadfded5] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-cadfded5] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-cadfded5] {
    align-items: center;
    width: 100% !important;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    padding-top: 46px;
}
.profile__items-wrapper[data-v-cadfded5] {
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    padding: 16px !important;
    padding-top: 8px !important;
}
.page-sub-title[data-v-cadfded5] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-cadfded5],
  .address-info-wrapper[data-v-cadfded5],
  .company-info-wrapper[data-v-cadfded5] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-cadfded5] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-cadfded5] {
    background: none;
}
.second-input-with-background[data-v-cadfded5],
  .field-wrapper[data-v-cadfded5] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-cadfded5] {
    width: 100% !important;
}
.second-input-with-background.profile-full-value-row[data-v-cadfded5] {
    width: 100%;
}
.second-input-with-background.profile-full-value-row[data-v-cadfded5] input.v-field__input {
    max-width: 100% !important;
    width: 100%;
}
.second-input-with-background[data-v-cadfded5]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-cadfded5] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-cadfded5] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-cadfded5] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-cadfded5] .v-input__control .v-field .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
}
.second-input-mobile[data-v-cadfded5] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-mobile[data-v-cadfded5] .v-select__selection {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile[data-v-cadfded5] .v-chip {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-cadfded5]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-input__control, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-cadfded5]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-cadfded5]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-cadfded5]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-cadfded5]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-mobile.second-input-wrapper.v-text-field[data-v-cadfded5]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-wrapper[data-v-cadfded5] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-cadfded5] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-cadfded5] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-cadfded5] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-cadfded5] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.page-header-form[data-v-cadfded5] {
    width: 100% !important;
}
.custom-lock-icon[data-v-cadfded5] {
    top: 1px;
    right: 12px;
}
.address-form[data-v-cadfded5] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-cadfded5] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-cadfded5] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-cadfded5] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-cadfded5] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-cadfded5] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-cadfded5] {
    color: #fff !important;
}
[data-v-cadfded5] .v-field__input {
    max-width: 130px !important;
}
[data-v-cadfded5] .v-dialog {
    margin: 0 !important;
}
[data-v-cadfded5] .v-img .v-img__img {
    width: 88px !important;
    height: 88px !important;
}
[data-v-cadfded5] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-icon,[data-v-cadfded5] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-btn__loader {
    color: white !important;
}
}
.company-dialog[data-v-cadfded5] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-cadfded5] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-cadfded5] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-cadfded5] {
  background: #2969ff !important;
  opacity: 0.7;
  height: 24px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  margin-left: 8px;
  margin-top: 8px;
}
.address-form .disabled-events[data-v-cadfded5] {
  pointer-events: none;
}
[data-v-cadfded5]  .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-cadfded5]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-cadfded5] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-cadfded5] .custom-edit {
  margin-left: 15px;
}
[data-v-cadfded5] .v-field__input input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-cadfded5] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-cadfded5] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-cadfded5] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-cadfded5] .app-custom-input::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-cadfded5] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-cadfded5] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-cadfded5] .app-custom-input input {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px 0 0;
  color: rgb(0, 17, 84);
  border: unset !important;
}
[data-v-cadfded5] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-cadfded5] .empty-profile-wrapper {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
[data-v-cadfded5] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-cadfded5] .v-select.v-select--chips .v-field__input {
  min-height: 40px;
}
[data-v-cadfded5] .v-input input {
  max-height: 40px;
}
[data-v-cadfded5] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-cadfded5] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-cadfded5] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-cadfded5] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-cadfded5] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-cadfded5] .second-input-with-background::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-cadfded5] .v-responsive {
  flex: unset;
}
[data-v-cadfded5] .v-selection-control__input .v-icon {
  font-size: 18px;
}
[data-v-cadfded5] .v-field {
  padding: 0 !important;
}
[data-v-cadfded5] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-cadfded5] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-cadfded5] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-cadfded5] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-cadfded5]::before {
  width: unset;
}
.checkbox__item[data-v-cadfded5] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-cadfded5] {
  margin-top: -35px;
}
.custom-checkbox[data-v-cadfded5] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-cadfded5] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-cadfded5] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-cadfded5] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-cadfded5] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-cadfded5] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-save-btn--small[data-v-cadfded5] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-cadfded5] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-email-btn[data-v-cadfded5] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 94px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-password-btn[data-v-cadfded5] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 125px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-edit-btn[data-v-cadfded5] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-pencil-icon[data-v-cadfded5] {
  font-size: 16px;
}
.custom-lock-icon[data-v-cadfded5] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-cadfded5] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-cadfded5] {
  width: 100%;
  row-gap: 20px;
  height: auto;
  display: flex;
}
.profile__items-wrapper[data-v-cadfded5] {
  margin-left: 0;
  gap: 12px;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  background: #fefefe;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.07);
  border: 1px solid #e3e9f3;
  border-radius: 12px;
}
.profile__items-wrapper--half-tem[data-v-cadfded5] {
  height: auto;
}
.settings-custom-wrapper[data-v-cadfded5] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-cadfded5] {
  gap: 16px;
}
.page-header[data-v-cadfded5] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-cadfded5] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-cadfded5] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-cadfded5] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.row[data-v-cadfded5] {
  position: relative;
}
.row .no-filled[data-v-cadfded5] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-cadfded5] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-cadfded5] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-cadfded5] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-cadfded5] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-cadfded5] {
  color: #fff !important;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-8dc2af5f] {
    padding: 8px 16px;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #9aabc2;
    position: fixed;
    width: 100%;
    z-index: 1;
    background: white;
}
.page-header[data-v-8dc2af5f] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-8dc2af5f] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-8dc2af5f] {
    align-items: center;
    width: 100% !important;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    padding-top: 46px;
}
.profile__items-wrapper[data-v-8dc2af5f] {
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    padding: 16px !important;
    padding-top: 8px !important;
}
.page-sub-title[data-v-8dc2af5f] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-8dc2af5f],
  .address-info-wrapper[data-v-8dc2af5f],
  .company-info-wrapper[data-v-8dc2af5f] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-8dc2af5f] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-8dc2af5f] {
    background: none;
}
.second-input-with-background[data-v-8dc2af5f],
  .field-wrapper[data-v-8dc2af5f] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-8dc2af5f] {
    width: 100% !important;
}
.second-input-with-background.profile-full-value-row[data-v-8dc2af5f] {
    width: 100%;
}
.second-input-with-background.profile-full-value-row[data-v-8dc2af5f] input.v-field__input {
    max-width: 100% !important;
    width: 100%;
}
.second-input-with-background[data-v-8dc2af5f]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-8dc2af5f] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-8dc2af5f] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-8dc2af5f] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-8dc2af5f] .v-input__control .v-field .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
}
.second-input-mobile[data-v-8dc2af5f] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-mobile[data-v-8dc2af5f] .v-select__selection {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile[data-v-8dc2af5f] .v-chip {
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-8dc2af5f]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-input__control, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-8dc2af5f]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-8dc2af5f]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__field, .second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-8dc2af5f]:not(.v-select):not(.v-autocomplete):not(.v-combobox) .v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}
.second-input-mobile:not(.second-input-wrapper).v-text-field[data-v-8dc2af5f]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-mobile.second-input-wrapper.v-text-field[data-v-8dc2af5f]:not(.v-select):not(.v-autocomplete):not(.v-combobox) input.v-field__input {
    padding: 0 !important;
    line-height: 26px !important;
}
.second-input-wrapper[data-v-8dc2af5f] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-8dc2af5f] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-8dc2af5f] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-8dc2af5f] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-8dc2af5f] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.page-header-form[data-v-8dc2af5f] {
    width: 100% !important;
}
.custom-lock-icon[data-v-8dc2af5f] {
    top: 1px;
    right: 12px;
}
.address-form[data-v-8dc2af5f] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-8dc2af5f] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-8dc2af5f] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-8dc2af5f] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-8dc2af5f] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-8dc2af5f] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-8dc2af5f] {
    color: #fff !important;
}
[data-v-8dc2af5f] .v-field__input {
    max-width: 130px !important;
}
[data-v-8dc2af5f] .v-dialog {
    margin: 0 !important;
}
[data-v-8dc2af5f] .v-img .v-img__img {
    width: 88px !important;
    height: 88px !important;
}
[data-v-8dc2af5f] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-icon,[data-v-8dc2af5f] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-btn__loader {
    color: white !important;
}
}
.company-dialog[data-v-8dc2af5f] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-8dc2af5f] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-8dc2af5f] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-8dc2af5f] {
  background: #2969ff !important;
  opacity: 0.7;
  height: 24px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  margin-left: 8px;
  margin-top: 8px;
}
.address-form .disabled-events[data-v-8dc2af5f] {
  pointer-events: none;
}
[data-v-8dc2af5f]  .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-8dc2af5f]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-8dc2af5f] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-8dc2af5f] .custom-edit {
  margin-left: 15px;
}
[data-v-8dc2af5f] .v-field__input input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-8dc2af5f] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-8dc2af5f] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-8dc2af5f] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-8dc2af5f] .app-custom-input::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-8dc2af5f] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-8dc2af5f] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-8dc2af5f] .app-custom-input input {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px 0 0;
  color: rgb(0, 17, 84);
  border: unset !important;
}
[data-v-8dc2af5f] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-8dc2af5f] .empty-profile-wrapper {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
[data-v-8dc2af5f] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-8dc2af5f] .v-select.v-select--chips .v-field__input {
  min-height: 40px;
}
[data-v-8dc2af5f] .v-input input {
  max-height: 40px;
}
[data-v-8dc2af5f] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-8dc2af5f] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-8dc2af5f] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-8dc2af5f] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-8dc2af5f] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-8dc2af5f] .second-input-with-background::before {
  display: block;
  width: 100%;
  max-width: 100%;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-8dc2af5f] .v-responsive {
  flex: unset;
}
[data-v-8dc2af5f] .v-selection-control__input .v-icon {
  font-size: 18px;
}
[data-v-8dc2af5f] .v-field {
  padding: 0 !important;
}
[data-v-8dc2af5f] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-8dc2af5f] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-8dc2af5f] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-8dc2af5f] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-8dc2af5f]::before {
  width: unset;
}
.checkbox__item[data-v-8dc2af5f] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-8dc2af5f] {
  margin-top: -35px;
}
.custom-checkbox[data-v-8dc2af5f] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-8dc2af5f] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-8dc2af5f] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-8dc2af5f] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-8dc2af5f] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-8dc2af5f] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-save-btn--small[data-v-8dc2af5f] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-8dc2af5f] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-email-btn[data-v-8dc2af5f] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 94px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-password-btn[data-v-8dc2af5f] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 125px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-edit-btn[data-v-8dc2af5f] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-pencil-icon[data-v-8dc2af5f] {
  font-size: 16px;
}
.custom-lock-icon[data-v-8dc2af5f] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-8dc2af5f] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-8dc2af5f] {
  width: 100%;
  row-gap: 20px;
  height: auto;
  display: flex;
}
.profile__items-wrapper[data-v-8dc2af5f] {
  margin-left: 0;
  gap: 12px;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  background: #fefefe;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.07);
  border: 1px solid #e3e9f3;
  border-radius: 12px;
}
.profile__items-wrapper--half-tem[data-v-8dc2af5f] {
  height: auto;
}
.settings-custom-wrapper[data-v-8dc2af5f] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-8dc2af5f] {
  gap: 16px;
}
.page-header[data-v-8dc2af5f] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-8dc2af5f] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-8dc2af5f] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-8dc2af5f] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.row[data-v-8dc2af5f] {
  position: relative;
}
.row .no-filled[data-v-8dc2af5f] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-8dc2af5f] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-8dc2af5f] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-8dc2af5f] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-8dc2af5f] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-8dc2af5f] {
  color: #fff !important;
}
[data-v-8dc2af5f] .v-selection-control-group {
  column-gap: 16px;
}
[data-v-8dc2af5f] .v-selection-control-group label {
  color: #001154;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
[data-v-8dc2af5f] .select-custom-menu {
  width: auto !important;
  max-width: unset !important;
  height: 356px !important;
}
[data-v-8dc2af5f] .v-selection-control-group i.mdi-radiobox-marked {
  color: #2969ff !important;
}
.radio-title[data-v-8dc2af5f] {
  color: #001154;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.profile-role-field[data-v-8dc2af5f] {
  min-width: 0;
  width: 100%;
}
.profile-role-options[data-v-8dc2af5f] {
  width: 100%;
  min-height: 46px;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.87);
  align-items: flex-start;
  justify-content: center;
}
.profile-role-options[data-v-8dc2af5f] .v-input__control,
.profile-role-options[data-v-8dc2af5f] .v-field {
  width: 100%;
}
.profile-role-options[data-v-8dc2af5f] .v-selection-control-group {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 8px !important;
  width: 100%;
}
.profile-role-options[data-v-8dc2af5f] .v-radio {
  grid-area: auto !important;
  min-width: 0;
  min-height: 24px;
  margin: 0 !important;
  background: transparent;
  text-align: left;
  --v-selection-control-size: 24px;
}
.profile-role-options[data-v-8dc2af5f] .v-radio .v-label {
  flex: 1 1 auto;
  min-width: 0;
  height: 20px;
  min-height: 20px;
  align-self: center;
  font-size: 12px !important;
  letter-spacing: normal !important;
  overflow: visible;
  white-space: nowrap;
}
.profile-role-options[data-v-8dc2af5f] .v-radio .v-selection-control__wrapper {
  width: 32px;
  height: 24px;
  justify-content: flex-start;
}
.profile-role-options[data-v-8dc2af5f] .v-radio .v-selection-control__input {
  margin-left: 0;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.87);
}
.profile-role-options[data-v-8dc2af5f] .v-radio .v-selection-control__input > .v-icon {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.54) !important;
  opacity: 1;
  justify-content: center;
  text-align: left;
}
.profile-role-options[data-v-8dc2af5f] .v-radio.v-selection-control--dirty .v-selection-control__input > .v-icon,
.profile-role-options[data-v-8dc2af5f] .v-radio:has(input:checked) .v-selection-control__input > .v-icon {
  color: #2969ff !important;
}
.profile-role-options[data-v-8dc2af5f] .v-radio.v-selection-control--dirty,
.profile-role-options[data-v-8dc2af5f] .v-radio:has(input:checked) {
  background: #ffffff;
}
.profile-role-options[data-v-8dc2af5f] .v-input__details {
  display: none;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] {
  min-height: 34px;
  gap: 4px;
  padding: 6px 10px;
  border: 1px solid #e3e9f3;
  border-radius: 8px;
  background: #f7f9fd;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-selection-control-group {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-selection-control {
  min-height: 24px;
  --v-selection-control-size: 24px;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-input__control,
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-field {
  min-height: 24px;
  margin: 0;
  align-items: center;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-selection-control__input {
  margin-right: 0;
  color: rgba(0, 0, 0, 0.87);
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-selection-control__input > .v-icon {
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.54) !important;
  opacity: 1;
  justify-content: flex-start;
  text-align: left;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-checkbox {
  color: rgba(0, 0, 0, 0.87) !important;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] {
  /* A disabled checked control keeps Production's released disabled color. */
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-checkbox:not(.v-input--disabled):has(input:checked) {
  color: #2969ff !important;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-selection-control--dirty .v-selection-control__input,
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-selection-control--dirty .v-selection-control__input > .v-icon {
  color: #2969ff !important;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-input--disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.38) !important;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-input--disabled .v-selection-control__input,
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-input--disabled .v-selection-control__input > .v-icon {
  color: rgba(0, 0, 0, 0.38) !important;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-messages {
  display: none;
}
.pipeline-notifications-checkbox[data-v-8dc2af5f] .v-input__details {
  display: none;
}
.checkbox-label[data-v-8dc2af5f] {
  display: flex;
  align-items: center;
  min-height: 20px;
  color: #001154;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.user-role-text[data-v-8dc2af5f] {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f3f6fc;
  color: #001154;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}
.notification-inputs[data-v-8dc2af5f] {
  position: relative;
}
.notification-inputs__disabled[data-v-8dc2af5f] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 10;
  box-shadow: 3px 4px 15px 0px rgba(0, 17, 84, 0.14);
}
.notification-divider[data-v-8dc2af5f] {
  width: 100%;
  background: #f1f1f1;
  height: 1px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.notification-inputs[data-v-8dc2af5f] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
.notification-inputs > .second-input-with-background[data-v-8dc2af5f] {
    min-width: 0;
    max-width: 100%;
}
.notification-inputs > .receive-notification-when[data-v-8dc2af5f],
  .notification-inputs > .receive-notification-when-summary[data-v-8dc2af5f] {
    min-width: 0;
    max-width: 100%;
}
[data-v-8dc2af5f] input {
    padding: 20px 0 8px !important;
}
[data-v-8dc2af5f] .v-chip {
    position: relative;
    top: 4px;
}
.collateral-subtypes[data-v-8dc2af5f] .v-chip {
    top: 5px;
}
}
@media (max-width: 599px) {
.collateral-subtypes[data-v-8dc2af5f] .v-chip {
    top: 7px;
}
[data-v-8dc2af5f] .custom-close-chips-icon:not(.collateral-subtypes) .v-chip {
    top: -6px;
}
}
.collateral-subtypes[data-v-8dc2af5f] {
  position: relative;
}
.collateral-subtypes[data-v-8dc2af5f] .group-items__item {
  width: 100%;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper {
  width: 100%;
  padding: 16px;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .group-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .item-name {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .v-checkbox {
  padding: 0;
  height: auto;
  bottom: 3px;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .v-selection-control__input {
  margin-right: 0 !important;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .v-field {
  height: auto !important;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .v-messages {
  display: none;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .v-icon {
  font-size: 21px !important;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .group-items__item .v-input {
  background: none;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper .group-items__item .v-input .item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.collateral-subtypes[data-v-8dc2af5f] .v-overlay__content {
  left: 0;
  right: 0;
  top: 50px;
  z-index: 8 !important;
}
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper
      .v-selection-control--dirty
      .v-selection-control__input
      > .v-icon,
.collateral-subtypes[data-v-8dc2af5f] .content-wrapper
      .v-selection-control:has(input:checked)
      .v-selection-control__input
      > .v-icon {
  color: #2969ff !important;
}
.collateral-subtypes[data-v-8dc2af5f] .chip-text {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.asset-collateralsub-field[data-v-8dc2af5f] .v-overlay__content {
  width: 100%;
  left: 0 !important;
}
.collateral-subtype-disabled[data-v-8dc2af5f] .v-text-field {
  background: white !important;
  background-color: white !important;
}
.collateral-subtype-disabled[data-v-8dc2af5f] .mdi-close {
  display: none !important;
}
.collateral-subtype-active[data-v-8dc2af5f] .v-text-field {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.receive-notification-when-title[data-v-8dc2af5f] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.receive-notification-when[data-v-8dc2af5f] {
  gap: 8px;
}
.receive-notification-when[data-v-8dc2af5f] .v-selection-control-group {
  flex-direction: column !important;
  row-gap: 8px;
}
.receive-notification-when--disabled[data-v-8dc2af5f] .v-selection-control-group i.mdi-radiobox-marked {
  color: rgba(0, 0, 0, 0.38) !important;
}
.receive-notification-when-summary[data-v-8dc2af5f] {
  min-height: 40px;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #dce4f4;
  border-radius: 8px;
  background: #f5f8ff;
  color: #001154;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-9dc5b4e8] {
    padding: 8px 16px;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #9aabc2;
    width: 100%;
    background: white;
}
.page-header[data-v-9dc5b4e8] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-9dc5b4e8] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-9dc5b4e8] {
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    height: auto !important;
}
.page-sub-title[data-v-9dc5b4e8] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-9dc5b4e8],
  .address-info-wrapper[data-v-9dc5b4e8],
  .company-info-wrapper[data-v-9dc5b4e8] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-9dc5b4e8] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-9dc5b4e8] {
    background: none;
}
.second-input-with-background[data-v-9dc5b4e8],
  .field-wrapper[data-v-9dc5b4e8] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-9dc5b4e8] {
    width: 100% !important;
}
.second-input-with-background[data-v-9dc5b4e8]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-9dc5b4e8] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-9dc5b4e8] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-9dc5b4e8] .v-input__control .v-field {
    height: 20px !important;
}
.second-input-mobile[data-v-9dc5b4e8] .v-input__control .v-field .v-field__input {
    height: 20px !important;
}
.second-input-mobile[data-v-9dc5b4e8] .v-input__control .v-field .v-field__input input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-9dc5b4e8] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-9dc5b4e8] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-9dc5b4e8] .v-input__control .v-field {
    height: 40px !important;
}
.second-input-wrapper[data-v-9dc5b4e8] .v-input__control .v-field .v-field__input {
    height: 40px !important;
}
.second-input-wrapper[data-v-9dc5b4e8] .v-input__control .v-field .v-field__input input {
    height: 40px !important;
}
.page-header-form[data-v-9dc5b4e8] {
    width: 100% !important;
}
.custom-lock-icon[data-v-9dc5b4e8] {
    top: 1px;
    right: 12px;
}
.address-form[data-v-9dc5b4e8] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-9dc5b4e8] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-9dc5b4e8] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-9dc5b4e8] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-9dc5b4e8] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-9dc5b4e8] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-9dc5b4e8] {
    color: #fff !important;
}
[data-v-9dc5b4e8] .v-field__input {
    max-width: 130px !important;
}
[data-v-9dc5b4e8] .v-dialog {
    margin: 0 !important;
}
[data-v-9dc5b4e8] .v-img .v-img__img {
    width: 88px !important;
    height: 88px !important;
}
[data-v-9dc5b4e8] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-icon,[data-v-9dc5b4e8] .v-theme--marketplaceLight.v-btn.v-btn--disabled .v-btn__loader {
    color: white !important;
}
}
.company-dialog[data-v-9dc5b4e8] {
  position: relative;
  max-width: calc(100vw - 32px);
  overflow: hidden;
  padding: 17px 12px;
}
.company-dialog__header[data-v-9dc5b4e8] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-9dc5b4e8] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-9dc5b4e8] {
  min-width: 0;
  max-width: calc(100% - 8px);
  background: #2969ff !important;
  opacity: 0.7;
  height: 24px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  margin-left: 8px;
  margin-top: 8px;
}
.company-dialog__chip[data-v-9dc5b4e8] .v-chip__content {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-dialog__content[data-v-9dc5b4e8] {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.address-form .disabled-events[data-v-9dc5b4e8] {
  pointer-events: none;
}
[data-v-9dc5b4e8]  .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-9dc5b4e8]  .custom-google-input--active {
  pointer-events: initial;
}
[data-v-9dc5b4e8] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-9dc5b4e8] .custom-edit {
  margin-left: 15px;
}
[data-v-9dc5b4e8] .v-field__input input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-9dc5b4e8] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-9dc5b4e8] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-9dc5b4e8] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-9dc5b4e8] .app-custom-input::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-9dc5b4e8] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-9dc5b4e8] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-9dc5b4e8] .app-custom-input input {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px 0 0;
  color: rgb(0, 17, 84);
  border: unset !important;
}
[data-v-9dc5b4e8] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-9dc5b4e8] .empty-profile-wrapper {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
[data-v-9dc5b4e8] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-9dc5b4e8] .v-select.v-select--chips .v-field__input {
  min-height: 40px;
}
[data-v-9dc5b4e8] .v-input input {
  max-height: 40px;
}
[data-v-9dc5b4e8] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-9dc5b4e8] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-9dc5b4e8] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-9dc5b4e8] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-9dc5b4e8] .second-input-with-background .v-input--focused {
  border: unset;
}
[data-v-9dc5b4e8] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-9dc5b4e8] .v-responsive {
  flex: unset;
}
[data-v-9dc5b4e8] .v-selection-control__input .v-icon {
  font-size: 18px;
}
[data-v-9dc5b4e8] .v-field {
  padding: 0 !important;
}
[data-v-9dc5b4e8] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-9dc5b4e8] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-9dc5b4e8] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-9dc5b4e8] .v-img__img {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-9dc5b4e8]::before {
  width: unset;
}
.checkbox__item[data-v-9dc5b4e8] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-9dc5b4e8] {
  margin-top: -35px;
}
.custom-checkbox[data-v-9dc5b4e8] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-9dc5b4e8] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-9dc5b4e8] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-9dc5b4e8] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-9dc5b4e8] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-9dc5b4e8] {
  font-size: 12px !important;
  line-height: 26px;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  width: 99px !important;
  height: 24px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(41, 105, 255) !important;
}
.custom-save-btn--small[data-v-9dc5b4e8] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-9dc5b4e8] {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: 52px !important;
  height: 26px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  background-color: unset !important;
}
.custom-email-btn[data-v-9dc5b4e8] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 94px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-password-btn[data-v-9dc5b4e8] {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 125px !important;
  height: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  padding: 0 !important;
  margin-right: 8px;
  color: rgb(20, 90, 255) !important;
  letter-spacing: 0 !important;
  background-color: unset !important;
}
.custom-edit-btn[data-v-9dc5b4e8] {
  background-color: rgb(41, 105, 255);
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.36);
  border-radius: 5px;
  padding: 5px !important;
  min-width: 24px !important;
  height: 24px !important;
  margin-left: 11px;
}
.custom-pencil-icon[data-v-9dc5b4e8] {
  font-size: 16px;
}
.custom-lock-icon[data-v-9dc5b4e8] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-9dc5b4e8] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-9dc5b4e8] {
  width: 100%;
  row-gap: 20px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 961px) {
.page-header-wrapper[data-v-9dc5b4e8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    height: auto;
}
.page-header-wrapper > .address-form[data-v-9dc5b4e8]:last-child {
    grid-column: 1/-1;
}
}
@media (min-width: 1264px) {
.page-header-wrapper[data-v-9dc5b4e8] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-header-wrapper > .address-form[data-v-9dc5b4e8]:last-child {
    grid-column: auto;
}
}
.settings-custom-wrapper[data-v-9dc5b4e8] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-9dc5b4e8] {
  gap: 16px;
}
.page-header[data-v-9dc5b4e8] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-9dc5b4e8] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-9dc5b4e8] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-9dc5b4e8] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.5;
  color: rgb(0, 17, 84);
  text-align: center;
}
.row[data-v-9dc5b4e8] {
  position: relative;
}
.row .no-filled[data-v-9dc5b4e8] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-9dc5b4e8] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-9dc5b4e8] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-9dc5b4e8] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
.page-header-wrapper[data-v-9dc5b4e8] {
    padding-left: 16px;
    padding-right: 16px;
}
}
.custom-edit-btn--disabled[data-v-9dc5b4e8] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-9dc5b4e8] {
  color: #fff !important;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-9dc5b4e8] .asset-type-select {
    height: 176px !important;
    left: auto !important;
    right: 0;
}
[data-v-9dc5b4e8] .collateral-type-select {
    bottom: 0;
    top: auto !important;
    max-width: none;
}
[data-v-9dc5b4e8] .collateral-subtypes .v-overlay__content {
    bottom: 0;
    top: auto !important;
}
.profile-edit__header[data-v-9dc5b4e8] {
    padding: 0 16px;
    justify-content: space-between;
}
.page-header-wrapper[data-v-9dc5b4e8] {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-gap: 16px;
    padding: 0 16px 16px;
    height: auto;
}
.page-header-wrapper[data-v-9dc5b4e8] > .address-form {
    grid-column: span 2;
}
.page-header-wrapper[data-v-9dc5b4e8] > .address-form .profile__items-wrapper {
    height: auto;
}
.page-header-wrapper[data-v-9dc5b4e8] .basic-info-custom-wrapper {
    width: 100%;
    max-width: 100%;
}
.page-header-wrapper[data-v-9dc5b4e8] .company-form > div {
    width: 100%;
    margin: 0;
    max-width: none;
}
.page-header-wrapper[data-v-9dc5b4e8] .second-input-with-background:before {
    width: 100%;
}
.page-header-wrapper .address-form[data-v-9dc5b4e8] {
    width: 100%;
}
.page-header-wrapper .address-form[data-v-9dc5b4e8] .profile__items-wrapper {
    width: 100%;
    margin: 0;
    max-width: 100%;
}
.page-header-wrapper .address-form[data-v-9dc5b4e8] .notification-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}
}[data-v-9c97709a] .menu-hidden {
  display: none !important;
}
.v-overlay__content[data-v-9c97709a] {
  margin-top: 8px;
}
.slot-select[data-v-9c97709a] {
  position: relative;
  width: 100%;
}
.slot-select > div[data-v-9c97709a] {
  width: 100%;
}
.slot-select--errors[data-v-9c97709a] {
  border: 1px solid #d52819;
}
.slot-select__icon-wrapper[data-v-9c97709a] {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 12px;
}
.slot-select__menu[data-v-9c97709a] {
  top: 193px;
}
.slot-select__menu[data-v-9c97709a] .v-overlay__content {
  z-index: 999999999 !important;
}
.slot-select__select[data-v-9c97709a] {
  width: 100%;
  height: 30px;
}
.slot-select__select-icon[data-v-9c97709a] {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
}
.slot-select__select-icon--active[data-v-9c97709a] {
  transform: rotate(180deg);
}
.slot-select__select[data-v-9c97709a] .v-input__details {
  display: none;
}
.slot-select__select[data-v-9c97709a] .v-field {
  margin: 0;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14) !important;
  min-height: 30px !important;
  height: 30px !important;
  border-radius: 5px;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
  padding-left: 12px;
  letter-spacing: normal;
  text-align: left;
}
.slot-select__select[data-v-9c97709a] .v-field::before, .slot-select__select[data-v-9c97709a] .v-field::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-style: solid;
}
.slot-select__select[data-v-9c97709a] .v-field::before {
  border-color: rgba(0, 0, 0, 0.42);
  border-width: 1px 0 0;
}
.slot-select__select[data-v-9c97709a] .v-field::after {
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
  border-width: 1px 0;
  transform: none;
}
.slot-select__select[data-v-9c97709a] .v-field:focus-within {
  color: #001154;
  border-color: #001154;
}
.slot-select__select[data-v-9c97709a] .v-field__field {
  min-width: 0;
}
.slot-select__select[data-v-9c97709a] .v-field__input {
  box-sizing: border-box;
  flex: 0 1 calc(100% - 24px);
  width: calc(100% - 24px);
  min-width: 0;
  max-width: calc(100% - 24px);
  min-height: 32px !important;
  height: 32px !important;
  margin-top: 4px;
  padding: 0;
  font-size: 12px;
  letter-spacing: normal;
}
.slot-select__select[data-v-9c97709a] .v-field__input input::placeholder {
  color: #001154 !important;
  letter-spacing: normal;
  opacity: 1;
}
.slot-select__select[data-v-9c97709a] .v-field__input > input {
  box-sizing: border-box;
  min-height: 32px !important;
  height: 32px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  transform: translateY(4px);
}
.slot-select__select[data-v-9c97709a] input.v-field__input {
  letter-spacing: normal;
}
.slot-select__select[data-v-9c97709a] input.v-field__input::placeholder {
  color: #001154 !important;
  letter-spacing: normal;
  opacity: 1;
}
.slot-select__select[data-v-9c97709a] .v-input__control {
  width: 100%;
  min-height: 30px !important;
}
.slot-select__select.v-input--disabled[data-v-9c97709a]:not(.v-input--dirty) .v-field {
  color: rgba(0, 0, 0, 0.38);
  border-color: rgba(0, 0, 0, 0.38);
}
.slot-select__select[data-v-9c97709a] .v-icon {
  display: none;
}
.slot-select__select[data-v-9c97709a] .v-field__append-inner {
  padding-left: 0;
}
.slot-select__content-wrapper[data-v-9c97709a] {
  background: #ffffff;
  padding: 16px 16px 0 16px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 480px;
  top: 140px !important;
}
.slot-select--refresh .slot-select__icon-wrapper[data-v-9c97709a] {
  top: 11px;
  right: 11px;
}
.slot-select--refresh .slot-select__select-icon--refresh[data-v-9c97709a] {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #2969ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.slot-select--refresh .slot-select__content-wrapper[data-v-9c97709a] {
  margin-top: 2px;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 17, 84, 0.12);
}
.slot-select--refresh[data-v-9c97709a] .slot-select__select .v-field {
  border: 1px solid #dde5f2;
  border-radius: 10px;
  box-shadow: none !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.slot-select__content-wrapper[data-v-9c97709a] {
    width: 100% !important;
    padding-top: 11px;
    padding-left: 13px;
    align-items: start !important;
}
[data-v-9c97709a] .v-selection-control__input {
    margin-right: 15px;
}
[data-v-9c97709a] .v-selection-control__input i {
    font-size: 28px;
}
[data-v-9c97709a] .v-field__input input {
    top: 2px;
    padding-left: 2px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}
[data-v-9c97709a] .slot-select__select--opened .v-field__input {
    border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
[data-v-9c97709a] .v-field__append-inner {
    position: absolute;
    right: 20px;
}
[data-v-9c97709a] .slot-select__select {
    height: 56px !important;
}
[data-v-9c97709a] .slot-select__select .v-field {
    height: 50px !important;
    border-radius: 7px;
    filter: unset !important;
    box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
}
[data-v-9c97709a] .v-field__input {
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 26px;
    color: #001154 !important;
}
[data-v-9c97709a] .v-field__input input {
    font-size: 18px !important;
}
[data-v-9c97709a] .v-field__input input::placeholder {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
}.status[data-v-67f5e2db] {
  display: flex;
  column-gap: 8px;
  border-top-left-radius: 5.70833px;
  border-bottom-left-radius: 5.70833px;
}
.status__text[data-v-67f5e2db] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-align: center;
}
.marketing-status-primary[data-v-67f5e2db] {
  height: 141px;
  width: 32px;
  position: relative;
  border-top-left-radius: 5.70833px;
  border-bottom-left-radius: 5.70833px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.marketing-status-primary .status__text[data-v-67f5e2db] {
  min-width: 130px;
  width: 100%;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* white-space: nowrap; */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: rotate(-90deg);
}.dialog-content[data-v-5b031612] {
  padding: 44px 39px 31px 40px;
}
.card-text[data-v-5b031612] {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.32px;
  text-align: center;
  color: #001154;
}
[data-v-5b031612] .v-btn {
  min-height: unset !important;
}
.--primary[data-v-5b031612] {
  color: #001154;
}.card[data-v-39e274c4] {
  min-height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  /* Input */
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  position: relative;
  padding-right: 42px;
}
.card img[data-v-39e274c4] {
  width: 43px;
  height: 100%;
  object-fit: cover;
}
.card-info__number[data-v-39e274c4] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  padding-top: 6px;
  color: #001154;
}
.card-info__name[data-v-39e274c4] {
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
  color: #001154;
  opacity: 0.45;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.card.active[data-v-39e274c4] {
  background-color: #f1f1f1 !important;
}
input[data-v-39e274c4] {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
img[data-v-39e274c4] {
  margin-left: 10px;
}
.delete-card-button[data-v-39e274c4] {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 6px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 7px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: background-color 160ms ease;
}
.delete-card-button[data-v-39e274c4]:hover, .delete-card-button[data-v-39e274c4]:focus-visible {
  outline: none;
  background: #eef3fb;
}
.delete-card-confirmation[data-v-39e274c4] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  border-radius: inherit;
  background: #fff8f7;
  color: #001154;
  font-size: 12px;
  font-weight: 600;
}
.delete-card-confirmation__actions[data-v-39e274c4] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.delete-card-confirmation button[data-v-39e274c4] {
  min-width: 58px;
  height: 28px;
  padding: 0 9px;
  border: 1px solid #ccd7e8;
  border-radius: 6px;
  background: #ffffff;
  color: #33415e;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.delete-card-confirmation button[data-v-39e274c4]:disabled {
  cursor: wait;
  opacity: 0.65;
}
.delete-card-confirmation__remove[data-v-39e274c4] {
  border-color: #cf3d32 !important;
  background: #cf3d32 !important;
  color: #ffffff !important;
}
@media (max-width: 959.98px) {
.card[data-v-39e274c4] {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
    border-radius: 5px;
}
}.card[data-v-7b0a5181] {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  /* Input */
  height: 45px;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
  padding: 0px 8px;
}
.card.active .add-new-text[data-v-7b0a5181] {
  color: #2969ff;
}
input[data-v-7b0a5181] {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
}
.card-text[data-v-7b0a5181] {
  display: flex;
  align-items: center;
  min-width: 0;
}
.card-radio[data-v-7b0a5181] {
  display: flex;
  flex: 0 0 14px;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.add-new-text[data-v-7b0a5181] {
  display: flex;
  align-items: center;
  min-height: 18px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #001154;
  margin-left: 10px;
}.status[data-v-5db64990] {
  height: 13px;
  display: flex;
  column-gap: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.status-text[data-v-5db64990] {
  position: relative;
  bottom: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  /* DarkBlue */
  color: #001154;
}.mobile-billing-card-wrapper[data-v-efe7afed] {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  min-height: 160px;
  overflow: hidden;
  border: 1px solid #e3e9f3;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.08);
  position: relative;
}
.status-value[data-v-efe7afed] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
}
[data-v-efe7afed] .marketing-status-primary {
  height: 143px !important;
  width: 18px !important;
  bottom: 0px !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}
[data-v-efe7afed] .status__text {
  font-size: 12px !important;
}
[data-v-efe7afed] .status-text {
  bottom: 2px;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 18px;
  color: #001154;
}
.asset-image[data-v-efe7afed] {
  width: 132px;
  height: 160px;
  overflow: hidden;
  background: #edf2fa;
}
.asset-image img[data-v-efe7afed] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-icons[data-v-efe7afed] {
  position: absolute;
  display: flex;
  z-index: 3;
  bottom: 14px;
  left: 0;
  width: 132px;
  justify-content: center;
  column-gap: 7px;
}
.icon-wrapper[data-v-efe7afed] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 17, 84, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 18px rgba(0, 17, 84, 0.15);
}
.asset-info-wrapper[data-v-efe7afed] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px 12px;
}
.asset-info-title[data-v-efe7afed] {
  color: #657797;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.asset-info-value[data-v-efe7afed] {
  min-width: 0;
  max-width: 100%;
  color: #001154;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.asset-address[data-v-efe7afed] {
  width: 100%;
}
@media screen and (max-width: 400px) {
.asset-info-title[data-v-efe7afed] {
    font-size: 9px;
}
}.billing-card-shell[data-v-ee52543f] {
  width: 100%;
  min-width: 0;
}
.item[data-v-ee52543f] {
  display: grid;
  grid-template-columns: 132px minmax(0, 1.1fr) minmax(138px, 0.9fr);
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 164px;
  overflow: hidden;
  border: 1px solid #e3e9f3;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.07);
  position: relative;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.item[data-v-ee52543f]:hover {
  border-color: #bfd0f7;
  box-shadow: 0 16px 36px rgba(0, 17, 84, 0.11);
  transform: translateY(-1px);
}
.status-value[data-v-ee52543f] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
}
.status-value[data-v-ee52543f] .status {
  height: 100%;
}
.status-value[data-v-ee52543f] .marketing-status-primary {
  height: 100% !important;
  bottom: 0 !important;
  border-radius: 12px 0 0 12px !important;
}
.asset-image[data-v-ee52543f] {
  min-width: 0;
  min-height: 164px;
  overflow: hidden;
  background: #edf2fa;
}
.asset-image img[data-v-ee52543f] {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 164px;
  object-fit: cover;
}
.asset-data[data-v-ee52543f] {
  min-width: 0;
  border-right: 1px solid #e8edf5;
}
.asset-data > .pl-2[data-v-ee52543f] {
  padding: 10px 14px 14px !important;
}
.asset-data__address-main[data-v-ee52543f] {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #001154;
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.asset-data__upb[data-v-ee52543f] {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.upb-title[data-v-ee52543f] {
  color: #657797;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.upb-value[data-v-ee52543f] {
  margin-top: 2px;
  color: #001154;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.billing-data[data-v-ee52543f] {
  min-width: 0;
  background: #f8faff;
}
.billing-data > .pl-2[data-v-ee52543f] {
  padding: 10px 14px 14px !important;
}
.billing-data__billing-type[data-v-ee52543f] {
  display: flex;
  align-items: center;
  min-height: 18px;
  color: #657797;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}
.billing-data__billing-price[data-v-ee52543f] {
  display: flex;
  min-width: 0;
  color: #001154;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.payment-status[data-v-ee52543f] {
  margin-top: 16px;
  color: #657797;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.payment-status-data[data-v-ee52543f] {
  margin-top: 9px;
}
.item-icons[data-v-ee52543f] {
  position: absolute;
  z-index: 3;
  display: flex;
  bottom: 14px;
  left: 0;
  width: 132px;
  justify-content: center;
  column-gap: 7px;
}
.block-title[data-v-ee52543f] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid #e8edf5;
  color: #001154;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.icon-wrapper[data-v-ee52543f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 17, 84, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 18px rgba(0, 17, 84, 0.15);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.icon-wrapper[data-v-ee52543f]:hover {
  border-color: #2969ff;
  box-shadow: 0 9px 22px rgba(41, 105, 255, 0.24);
  transform: translateY(-1px);
}
.dialog-content[data-v-ee52543f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  padding-bottom: 40px;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
.dialog-content__icon[data-v-ee52543f] {
  margin-top: 24px;
}
.dialog-content__title[data-v-ee52543f] {
  margin-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  text-align: center;
  letter-spacing: 0.32px;
  /* DarkBlue */
  color: #001154;
}
.dialog-content__sub-title[data-v-ee52543f] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  margin-top: 8px;
  text-align: center;
  /* DarkBlue */
  color: #001154;
}
.dialog-content__text[data-v-ee52543f] {
  text-align: center;
  opacity: 0.8;
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  width: 479px;
  text-align: center;
  color: #001154;
}
.dialog-content__buttons[data-v-ee52543f] {
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
  width: 492px !important;
}
[data-v-ee52543f] .v-btn {
  min-height: unset !important;
}
.button-no-text[data-v-ee52543f] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* Cyan */
  color: #2969ff;
}
.view-more-btn[data-v-ee52543f] {
  border-radius: 7px;
}
.button-yes-text[data-v-ee52543f] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* White */
  color: #ffffff;
}
.close-icon[data-v-ee52543f] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.address-text[data-v-ee52543f] {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dialog-content__icon img[data-v-ee52543f] {
  width: 104px;
  height: 104px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-ee52543f] .stop-payment-dialog {
    margin: 0px !important;
}
.dialog-content__title[data-v-ee52543f] {
    margin-top: 12px;
}
.dialog-content__text[data-v-ee52543f] {
    width: 100%;
}
.dialog-content__buttons[data-v-ee52543f] {
    width: 100% !important;
}
}
.dialog-content__buttons[data-v-ee52543f] {
  width: 100%;
  justify-content: space-between;
}
.address-title[data-v-ee52543f] {
  color: #657797;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}.card-wrapper[data-v-a8ff631c] {
  width: 246px;
  height: 371px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  /* Input */
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.lender-icon[data-v-a8ff631c] {
  margin-top: 40px;
}
.card-title[data-v-a8ff631c] {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  /* Cyan */
  color: #2969ff;
}
.billed[data-v-a8ff631c] {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  /* DarkBlue */
  margin-top: 22px;
  color: #001154;
}
.card-text[data-v-a8ff631c] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  /* or 185% */
  text-align: center;
  /* DarkBlue */
  width: 189px;
  color: #001154;
}
.card-text-small[data-v-a8ff631c] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  /* or 175% */
  text-align: center;
  margin-top: 15px;
  /* DarkBlue */
  width: 165px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.billed[data-v-a8ff631c] {
    margin-top: 0px;
}
.mobile-card-wrapper[data-v-a8ff631c] {
    margin-top: 8px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.2);
    border-radius: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.card-text[data-v-a8ff631c] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 70%;
    color: #001154;
}
}.dialog-content[data-v-e64be12c] {
  display: flex;
  width: 1000px;
  min-height: 477px;
  height: 100%;
  background: white;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56px;
}
[data-v-e64be12c] .v-dialog {
  display: flex;
  justify-content: center;
}
.content[data-v-e64be12c] {
  display: flex;
  padding: 0px 56px;
  width: 100%;
  padding-top: 32px;
  column-gap: 56px;
}
.content__card-info[data-v-e64be12c] {
  width: 372px;
  min-width: 372px;
}
.content__priring-details[data-v-e64be12c] {
  margin-left: 56px;
  width: 246px;
  height: 596px;
  background: #fcfcfc;
  box-shadow: 0px 0px 30px rgba(177, 201, 216, 0.32);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.tabs[data-v-e64be12c] {
  width: 100%;
  display: flex;
}
.tabs__tab[data-v-e64be12c] {
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  /* DarkBlue */
  color: #001154;
}
.field[data-v-e64be12c] {
  background: #f1f1f1;
  height: 40px;
  padding-top: 11px;
  padding-left: 8px;
}
.field.--custom[data-v-e64be12c] {
  padding-top: 0px;
}
.field[data-v-e64be12c] {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #001154;
}
label[data-v-e64be12c] {
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 182% */
  /* DarkBlue */
  color: #001154;
}
.content-data[data-v-e64be12c] {
  margin-top: 19px;
  min-height: 212px;
}
.agree-btn-wrapper[data-v-e64be12c] {
  margin-top: 52px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.icon[data-v-e64be12c] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.icon img[data-v-e64be12c] {
  width: 29px;
  height: 39px;
}
.icon .text[data-v-e64be12c] {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 152%;
  /* or 30px */
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.444444px;
  /* Cyan */
  color: #2969ff;
}
.price[data-v-e64be12c] {
  text-align: center;
}
.price__title[data-v-e64be12c] {
  font-size: 20px;
  line-height: 152%;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #001154;
}
.price__sub[data-v-e64be12c] {
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  /* or 169% */
  text-align: center;
  letter-spacing: -0.175px;
  /* DarkBlue */
  color: #001154;
}
.v-btn[data-v-e64be12c] {
  min-height: unset !important;
}
.back-btn[data-v-e64be12c] {
  margin-top: 30px;
}
.back-btn__text[data-v-e64be12c] {
  font-size: 12px;
}
input[data-v-e64be12c] {
  border-color: unset !important;
  outline: unset !important;
}
.payPalImg[data-v-e64be12c] {
  width: 85px;
  height: 18px;
}
[data-v-e64be12c] .v-dialog {
  width: 1200px;
}
.saved-cards-wrapper[data-v-e64be12c] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-height: 164px;
  padding: 0px 5px;
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
  margin-top: 24px;
}
.saved-cards-wrapper[data-v-e64be12c]::-webkit-scrollbar {
  width: 3px;
}
.saved-cards-wrapper[data-v-e64be12c]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 17, 84, 0.2);
  border-radius: 5px;
}
[data-v-e64be12c] #card-error {
  color: red;
  max-height: 58px;
  overflow: auto;
}
.btn-loading__loading-progress[data-v-e64be12c] {
  position: absolute;
  display: block;
  width: 20px;
  height: 32px;
  background: #001154;
  left: -22px;
  bottom: -10px;
  transition-property: width;
  transition-duration: 3s;
}
.btn-loading__text[data-v-e64be12c] {
  z-index: 10;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* White */
  color: #ffffff;
}
.back-text[data-v-e64be12c] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* or 182% */
  text-align: center;
  /* Blue */
  color: #09316b;
}
.back[data-v-e64be12c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 32px;
}
.card-number-wrapper[data-v-e64be12c] {
  position: relative;
}
.card-number-wrapper__icons[data-v-e64be12c] {
  position: absolute;
  right: 18px;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 6px;
  bottom: 29px;
}
.card-number-icon[data-v-e64be12c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content[data-v-e64be12c] {
    width: 100%;
}
.dialog-content[data-v-e64be12c] {
    width: 100%;
    padding: 0px 16px;
    height: 100% !important;
    min-height: 100% !important;
    overflow: auto !important;
}
[data-v-e64be12c] .v-dialog {
    margin-left: 0px;
    margin-top: 0px !important;
    margin-right: 0px !important;
    max-height: 100%;
    width: 100% !important;
}
.content__card-info[data-v-e64be12c] {
    width: 100% !important;
}
.saved-cards-wrapper[data-v-e64be12c] {
    margin-top: 40px;
}
.price[data-v-e64be12c] {
    margin-top: 19px;
}
.back-text[data-v-e64be12c] {
    margin-top: 19px;
}
.back-btn-mobile-wrapper[data-v-e64be12c] {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    margin-bottom: 66px;
}
}
.dialog-title[data-v-e64be12c] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  /* DarkBlue */
  color: #001154;
}
.InputElement[data-v-e64be12c] {
  font-size: 12px !important;
}
[data-v-e64be12c] .v-btn {
  min-height: unset !important;
}
.btn-text[data-v-e64be12c] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
.close-icon[data-v-e64be12c] {
  position: absolute;
  right: 18px;
  top: 17px;
}
.edit-payment-buttons[data-v-e64be12c] {
  display: flex;
  justify-content: space-between;
}
.cancel-btn[data-v-e64be12c] {
  border-radius: 7px;
}
.cancel-btn.v-btn--disabled .cancel-btn__text[data-v-e64be12c] {
  color: rgba(0, 0, 0, 0.26);
}
.cancel-btn__text[data-v-e64be12c] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
.apply-btn[data-v-e64be12c] {
  border-radius: 7px;
}
.apply-btn__content[data-v-e64be12c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.apply-btn__spinner[data-v-e64be12c] {
  flex: 0 0 auto;
}
.apply-btn__text[data-v-e64be12c] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

/* Refreshed Billing > Update Payment surface. Payment behavior stays shared. */
[data-v-e64be12c] .xl-update-payment-dialog {
  overflow: visible;
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(0, 12, 52, 0.34);
}
.dialog-content--edit[data-v-e64be12c] {
  width: 100%;
  min-height: 0;
  padding: 30px 32px 32px;
  overflow: visible;
  border: 1px solid rgba(216, 225, 240, 0.9);
  border-radius: 16px;
  background: #ffffff;
}
.dialog-content--edit .dialog-title[data-v-e64be12c] {
  padding-right: 44px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
}
.dialog-content--edit .close-icon[data-v-e64be12c] {
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f5fb;
  color: #5a6883;
  transition: background-color 160ms ease, color 160ms ease;
}
.dialog-content--edit .close-icon[data-v-e64be12c]:hover {
  background: #e7eef9;
  color: #001154;
}
.dialog-content--edit .content--edit[data-v-e64be12c] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 238px;
  gap: 24px;
  align-items: stretch;
  width: 100%;
  padding: 26px 0 0;
}
.dialog-content--edit .content__card-info[data-v-e64be12c] {
  width: auto;
  min-width: 0;
  padding: 20px;
  border: 1px solid #e2e8f2;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 17, 84, 0.07);
}
.dialog-content--edit .tabs[data-v-e64be12c] {
  padding-bottom: 13px;
  border-bottom: 1px solid #e7edf6;
}
.dialog-content--edit .tabs__tab[data-v-e64be12c] {
  justify-content: flex-start;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  cursor: default;
}
.dialog-content--edit .saved-cards-wrapper[data-v-e64be12c] {
  max-height: 116px;
  margin-top: 14px;
  padding: 0 2px 4px;
  row-gap: 8px;
}
.dialog-content--edit[data-v-e64be12c] .saved-cards-wrapper .card {
  min-height: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #dce5f2;
  border-radius: 9px;
  background: #f8faff;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.dialog-content--edit[data-v-e64be12c] .saved-cards-wrapper .card:hover,
.dialog-content--edit[data-v-e64be12c] .saved-cards-wrapper .card.active {
  border-color: #86aaff;
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(41, 105, 255, 0.1);
}
.dialog-content--edit[data-v-e64be12c] .saved-cards-wrapper input[type="radio"] {
  accent-color: #2969ff;
}
.dialog-content--edit[data-v-e64be12c] .saved-cards-wrapper .add-new-text {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.dialog-content--edit .content-data[data-v-e64be12c] {
  min-height: 209px;
  margin-top: 14px;
}
.dialog-content--edit .content-data[data-v-e64be12c] .row {
  margin: -5px;
}
.dialog-content--edit .payment-field-row + .payment-field-row[data-v-e64be12c] {
  margin-top: 12px !important;
}
.dialog-content--edit .content-data[data-v-e64be12c] .col {
  padding: 5px;
}
.dialog-content--edit label[data-v-e64be12c] {
  display: block;
  margin-bottom: 6px;
  color: #001154;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.dialog-content--edit .field[data-v-e64be12c] {
  height: 44px;
  padding: 12px 12px 0;
  border: 1px solid #d9e2f0;
  border-radius: 8px;
  background: #f7f9fc;
  color: #001154;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.dialog-content--edit .field.--custom[data-v-e64be12c] {
  width: 100%;
  padding: 0 12px;
}
.dialog-content--edit .field[data-v-e64be12c]:focus, .dialog-content--edit .field[data-v-e64be12c]:focus-within {
  border-color: #2969ff !important;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.11);
}
.dialog-content--edit .card-number-wrapper__icons[data-v-e64be12c] {
  right: 18px;
  bottom: 24px;
}
.dialog-content--edit #card-error[data-v-e64be12c] {
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid #f4b8b8;
  border-radius: 7px;
  background: #fff4f4;
  color: #b42318;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  white-space: pre-line;
  max-height: none;
  overflow: visible;
}
.dialog-content--edit .edit-payment-buttons[data-v-e64be12c] {
  gap: 12px;
  margin-top: 2px;
}
.dialog-content--edit[data-v-e64be12c] .edit-payment-buttons .v-btn {
  flex: 1 1 0;
  width: auto !important;
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 8px;
  box-shadow: none;
  letter-spacing: 0;
  text-transform: none;
}
.dialog-content--edit[data-v-e64be12c] .edit-payment-buttons .cancel-btn {
  border-color: #aebed7 !important;
  background: #ffffff !important;
}
.dialog-content--edit[data-v-e64be12c] .edit-payment-buttons .cancel-btn:hover {
  border-color: #2969ff !important;
  background: #f5f8ff !important;
}
.dialog-content--edit[data-v-e64be12c] .edit-payment-buttons .apply-btn {
  border-color: #2969ff !important;
  background: #2969ff !important;
  box-shadow: 0 8px 18px rgba(41, 105, 255, 0.22);
}
.dialog-content--edit[data-v-e64be12c] .edit-payment-buttons .apply-btn:hover {
  background: #1758ee !important;
}
.dialog-content--edit .cancel-btn__text[data-v-e64be12c],
.dialog-content--edit .apply-btn__text[data-v-e64be12c] {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.dialog-content--edit .payment-summary--edit[data-v-e64be12c] {
  min-width: 0;
  display: flex;
}
.dialog-content--edit[data-v-e64be12c] .payment-summary--edit .card-wrapper {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 24px 18px;
  border: 1px solid #e2e8f2;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
  box-shadow: 0 14px 36px rgba(0, 17, 84, 0.07);
}
.dialog-content--edit[data-v-e64be12c] .payment-summary--edit .lender-icon {
  margin-top: 0;
}
.dialog-content--edit[data-v-e64be12c] .payment-summary--edit .lender-icon svg {
  width: 52px;
  height: 52px;
}
.dialog-content--edit[data-v-e64be12c] .payment-summary--edit .card-title {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
}
.dialog-content--edit[data-v-e64be12c] .payment-summary--edit .billed {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 800;
}
.dialog-content--edit[data-v-e64be12c] .payment-summary--edit .card-text {
  width: 100%;
  margin-top: 3px;
  color: #344563;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.dialog-content--edit[data-v-e64be12c] .payment-summary--edit .card-text-small {
  width: 100%;
  margin-top: 16px;
  color: #65718b;
  font-size: 11px;
  line-height: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.dialog-title[data-v-e64be12c] {
    padding-top: 16px;
    font-size: 16px;
}
.close-icon[data-v-e64be12c] {
    top: 8px;
}
.content__card-info[data-v-e64be12c] {
    min-width: unset;
    margin-top: 32px;
}
.content[data-v-e64be12c] {
    padding: 0px;
}
.saved-cards-wrapper[data-v-e64be12c] {
    margin-top: 8px;
}
.content-data[data-v-e64be12c] {
    margin-top: 8px;
}
.billed[data-v-e64be12c] {
    font-size: 20px;
}
label[data-v-e64be12c] {
    font-size: 12px;
    line-height: 20px;
    color: #001154;
}
[data-v-e64be12c] .xl-update-payment-dialog {
    border-radius: 0;
    box-shadow: none;
}
.dialog-content--edit[data-v-e64be12c] {
    min-height: 100% !important;
    padding: 20px 18px 24px;
    border: 0;
    border-radius: 0;
}
.dialog-content--edit .dialog-title[data-v-e64be12c] {
    padding: 12px 44px 0 0;
    font-size: 24px;
    text-align: left;
}
.dialog-content--edit .close-icon[data-v-e64be12c] {
    top: 14px;
    right: 14px;
}
.dialog-content--edit[data-v-e64be12c] > .mobile-card-wrapper {
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid #e2e8f2;
    border-radius: 12px;
    background: #f8faff;
    box-shadow: none;
}
.dialog-content--edit .content--edit[data-v-e64be12c] {
    display: block;
    padding-top: 16px;
}
.dialog-content--edit .content__card-info[data-v-e64be12c] {
    margin-top: 0;
    padding: 18px 16px;
}
.dialog-content--edit .saved-cards-wrapper[data-v-e64be12c] {
    margin-top: 12px;
}
.dialog-content--edit .content-data[data-v-e64be12c] {
    min-height: 209px;
    margin-top: 12px;
}
.dialog-content--edit .edit-payment-buttons[data-v-e64be12c] {
    gap: 10px;
}
}.assets-map-chips__regular-chip[data-v-d821f070], .assets-map-chips__clear-chip[data-v-d821f070] {
  flex: 0 0 auto;
  border-radius: 5px !important;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
}
.assets-map-chips[data-v-d821f070] {
  display: flex;
  flex: 1 1 auto;
  padding: 12px 32px;
  overflow-x: scroll !important;
  width: 100%;
  scrollbar-width: none;
}
.assets-map-chips[data-v-d821f070]::-webkit-scrollbar {
  display: none;
}
.assets-map-chips__clear-chip[data-v-d821f070] {
  background: #002c91 !important;
  box-shadow: 3.99533px 5.3271px 19.9766px rgba(0, 17, 84, 0.14) !important;
}
.assets-map-chips__clear-chip-icon[data-v-d821f070] {
  margin-left: 8px;
  padding-bottom: 2px;
}
.assets-map-chips__regular-chip[data-v-d821f070] {
  position: relative;
  background: rgba(41, 105, 255, 0.7) !important;
  box-shadow: 3.99533px 5.3271px 19.9766px rgba(0, 17, 84, 0.14) !important;
  margin-left: 8px;
}
.assets-map-chips__regular-chip-icon[data-v-d821f070] {
  margin-left: 8px;
  padding-bottom: 2px;
}.address-field[data-v-5bedb072] .v-field {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0px 16px;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14) !important;
  filter: unset !important;
}
.address-field[data-v-5bedb072] input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-left: 16px;
}
.address-field[data-v-5bedb072] .v-field__prepend-inner img {
  width: 18px !important;
  height: 18px !important;
  position: relative;
  top: 4px;
}
.address-field[data-v-5bedb072] .v-field__append-inner {
  display: none !important;
}
.address-field[data-v-5bedb072] {
  width: 398px;
}
.filters-wrapper[data-v-5bedb072] {
  display: flex;
  gap: 16px;
  width: 100%;
}
.slot-select-wrapper[data-v-5bedb072] {
  width: 203px;
}
.slot-select-wrapper[data-v-5bedb072] .slot-select__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 11px;
}
.slot-select-wrapper[data-v-5bedb072] .slot-select__select {
  height: 40px !important;
  min-height: 40px !important;
}
.slot-select-wrapper[data-v-5bedb072] .v-field {
  height: 40px !important;
}
.slot-select-wrapper[data-v-5bedb072] input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #001154;
}
.slot-select[data-v-5bedb072] .v-btn__content {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
}
.slot-select[data-v-5bedb072] .v-label {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  position: relative;
  top: 5px;
  color: #001154;
}
.slot-select__slot-wrapper[data-v-5bedb072] {
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.slot-select__slot-wrapper[data-v-5bedb072]::-webkit-scrollbar {
  display: none;
}
.slot-select__controls-status[data-v-5bedb072] .slot-select__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 8px;
}
.slot-select__apply-button[data-v-5bedb072] {
  border-radius: 0 !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  min-height: auto !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin-top: 8px;
}
.slot-select__apply-button[data-v-5bedb072]:not(.v-btn--disabled) .v-btn__content {
  color: #2969ff !important;
}
.slot-select__checkbox[data-v-5bedb072] {
  max-width: 190px;
  height: 21px !important;
  min-height: 21px !important;
}
.slot-select__checkbox[data-v-5bedb072] .v-input__control,
.slot-select__checkbox[data-v-5bedb072] .v-selection-control {
  height: 21px !important;
  min-height: 21px !important;
}
.slot-select__checkbox[data-v-5bedb072] .v-selection-control {
  align-items: flex-start;
}
.slot-select__checkbox[data-v-5bedb072] .v-selection-control .v-label {
  color: #001154 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.slot-select__controls-status[data-v-5bedb072] {
  margin-left: 16px;
  width: 100%;
  max-width: 148px;
}
.profile-page-title[data-v-5bedb072] {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.filters-wrapper[data-v-5bedb072] {
  margin-left: 0;
}
.billing-title[data-v-5bedb072] {
  margin: 0 !important;
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.slot-select-wrapper[data-v-5bedb072] .slot-select__content-wrapper {
    width: 100% !important;
}
.profile-page-title[data-v-5bedb072] {
    flex-direction: column;
}
.filters-wrapper[data-v-5bedb072] {
    margin-left: 0px;
}
.slot-select-wrapper[data-v-5bedb072] {
    width: 100%;
    min-height: 56px !important;
    height: auto !important;
}
.filters-wrapper[data-v-5bedb072] {
    margin-top: 0;
}
.assets-map-header__input-range[data-v-5bedb072] {
    margin-bottom: 0 !important;
}
.assets-map-header__controls[data-v-5bedb072] {
    flex-direction: column;
    row-gap: 16px;
    padding: 0px 16px;
}
.marketing-status-field[data-v-5bedb072],
  .asset-status-field[data-v-5bedb072],
  .collateral-type-field[data-v-5bedb072] {
    width: 100% !important;
}
.address-field[data-v-5bedb072] {
    width: 100% !important;
    height: 48px;
}
.upb-field[data-v-5bedb072],
  .sort-field[data-v-5bedb072] {
    width: 100% !important;
}
.assets-map-header[data-v-5bedb072] .second-select.slot-select__select {
    height: 56px !important;
}
.assets-map-header[data-v-5bedb072] .second-select .v-field {
    height: 56px !important;
    box-shadow: none !important;
}
.assets-map-header[data-v-5bedb072] .gmaps-autocomplete .v-field {
    height: 48px !important;
}
[data-v-5bedb072] .slot-select__icon-wrapper {
    top: 16px !important;
}
[data-v-5bedb072] .v-field__append-inner {
    display: block !important;
}
[data-v-5bedb072] .slot-select__controls-status {
    max-width: unset;
    margin-left: 0px;
    box-shadow: 4px 5px 20px rgba(0, 17, 84, 0.14);
    border-radius: 7px;
}
[data-v-5bedb072] .assets-map-header__controls-search {
    max-width: unset;
}
[data-v-5bedb072] .gmaps-autocomplete .v-field {
    height: 48px !important;
}
[data-v-5bedb072] .gmaps-autocomplete .v-field__append-inner,[data-v-5bedb072] .gmaps-autocomplete .v-field__prepend-inner {
    display: none;
}
[data-v-5bedb072] .slot-select__select-icon {
    width: 9px;
    height: 8px;
}
[data-v-5bedb072] .v-field__prepend-inner {
    top: 13.5px !important;
}
[data-v-5bedb072] .v-field__prepend-inner img {
    height: 18px;
    width: 18px;
}
[data-v-5bedb072] input {
    top: 2px;
    padding-left: 15px;
}
[data-v-5bedb072] .v-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #001154;
}
[data-v-5bedb072] .slot-select__apply-button {
    margin-top: 16px;
}
[data-v-5bedb072] .slot-select__apply-button .v-btn__content {
    font-size: 14px !important;
    justify-content: start !important;
}
.slot-select__slot-wrapper[data-v-5bedb072] {
    row-gap: 16px;
    padding-bottom: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.assets-map-header[data-v-5bedb072] {
    border-bottom: unset;
}
.c-select[data-v-5bedb072] {
    background: #ffffff;
    box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
    border-radius: 7px;
}
.remove-filters-wrapper[data-v-5bedb072] {
    margin-top: 24px;
    padding-left: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #9aabc2;
}
.remove-filters-wrapper--active[data-v-5bedb072] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #2969ff;
}
.apply-filters-wrapper[data-v-5bedb072] {
    margin-top: 24px;
    position: fixed;
    width: calc(100% - 32px);
    bottom: 48px;
    background: white;
}
.submit-filter[data-v-5bedb072] .v-btn__content {
    font-size: 16px;
}
.submit-filter[data-v-5bedb072] {
    border-radius: 7px;
    color: #ffffff;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.filters-wrapper[data-v-5bedb072] {
    flex-direction: column;
}
}.billing-header-space[data-v-061e22cc] {
  height: 40px;
}
.header-wrapper[data-v-061e22cc] {
  background: #ffffff;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.header-wrapper__title[data-v-061e22cc] {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 26px;
  color: #001154;
}
.mobile-buttons-wrapper[data-v-061e22cc] {
  min-width: 255px;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 7;
  background: none;
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
}
.mobile-buttons-wrapper__item--active[data-v-061e22cc] {
  background: #2969ff;
  color: #fff;
}
.mobile-buttons-wrapper__item[data-v-061e22cc] {
  background: #ffffff;
  position: relative;
  min-width: 115px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 117px;
  height: 32px;
  display: flex;
  align-items: center;
  color: #145aff;
  justify-content: center;
}
.mobile-buttons-wrapper__item[data-v-061e22cc]:first-child {
  margin-right: 16px;
}
.filters-count[data-v-061e22cc] {
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
  border: 1px solid white;
  color: #ffffff;
  background: #dd226f;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.filters-type-icon[data-v-061e22cc],
.view-type-icon[data-v-061e22cc] {
  margin-right: 8px;
}.billing-skeleton-card[data-v-593af833] {
  display: grid;
  grid-template-columns: 132px minmax(0, 1.1fr) minmax(138px, 0.9fr);
  width: 100%;
  min-width: 0;
  min-height: 160px;
  overflow: hidden;
  border: 1px solid #e3e9f3;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.07);
}
.billing-skeleton-card__image[data-v-593af833] {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: #dfe6f1;
}
.billing-skeleton-card__section[data-v-593af833] {
  min-width: 0;
  padding: 22px 14px;
}
.billing-skeleton-card__section--subscription[data-v-593af833] {
  border-left: 1px solid #e8edf5;
  background: #f8faff;
}
.skeleton-line[data-v-593af833] {
  height: 10px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: #dfe6f1;
}
.skeleton-line--eyebrow[data-v-593af833] {
  width: 42%;
  height: 8px;
  margin-bottom: 20px;
}
.skeleton-line--wide[data-v-593af833] {
  width: 88%;
}
.skeleton-line--medium[data-v-593af833] {
  width: 68%;
}
.skeleton-line--short[data-v-593af833] {
  width: 48%;
}
.skeleton-line--amount[data-v-593af833] {
  width: 58%;
  height: 18px;
  margin-top: 22px;
}
.skeleton-line--status[data-v-593af833] {
  width: 52%;
  height: 18px;
  margin-top: 19px;
}
.skeleton-pulse[data-v-593af833] {
  position: relative;
  overflow: hidden;
}
.skeleton-pulse[data-v-593af833]::after {
  position: absolute;
  inset: 0;
  content: "";
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  animation: billing-skeleton-shimmer-593af833 1.35s ease-in-out infinite;
}
@keyframes billing-skeleton-shimmer-593af833 {
100% {
    transform: translateX(100%);
}
}
@media screen and (max-width: 600px) {
.billing-skeleton-card[data-v-593af833] {
    grid-template-columns: 124px minmax(0, 1fr);
    min-height: 152px;
}
.billing-skeleton-card__image[data-v-593af833] {
    min-height: 152px;
}
.billing-skeleton-card__section[data-v-593af833] {
    padding: 18px 12px;
}
.billing-skeleton-card__section--subscription[data-v-593af833] {
    display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.skeleton-pulse[data-v-593af833]::after {
    animation: none;
}
}[data-v-48ad1edd] .empty-billing-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.5;
  margin-top: 16px;
}
[data-v-48ad1edd] .empty-billing-wrapper {
  position: absolute;
  top: 107px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
[data-v-48ad1edd] .empty-billing-wrapper .v-img__img {
  background-size: unset !important;
}
[data-v-48ad1edd] .profile-data {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 149px;
}
.list-wrapper[data-v-48ad1edd] {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 16px;
  width: 100%;
  min-width: 0;
}
.billing-state-card[data-v-48ad1edd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 390px;
  padding: 48px 24px;
  border: 1px solid #e3e9f3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 17, 84, 0.08);
}
.billing-state-card__title[data-v-48ad1edd] {
  margin-top: 0;
  color: #001154;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.billing-state-card__title--after-icon[data-v-48ad1edd] {
  margin-top: 18px;
}
.billing-state-card__text[data-v-48ad1edd] {
  max-width: 440px;
  margin-top: 6px;
  color: #657797;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.billing-state-card__button[data-v-48ad1edd] {
  min-width: 132px !important;
  min-height: 40px !important;
  margin-top: 24px;
  border-radius: 8px;
  background: #2969ff !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(41, 105, 255, 0.22);
  line-height: 1.5;
}
.profile-page-title[data-v-48ad1edd] {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
  margin: 0;
  display: flex;
}
.filters-wrapper[data-v-48ad1edd] {
  margin-left: 32px;
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.list-wrapper[data-v-48ad1edd] {
    grid-template-columns: 1fr;
}
.billing-state-card[data-v-48ad1edd] {
    min-height: 330px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
}
}[data-v-1500c844] main {
  padding: 0px !important;
}
.main-content[data-v-1500c844] {
  height: calc(100% - 90px);
}
.app-bar[data-v-1500c844] {
  padding-top: 38px;
}
.value-page-wrapper[data-v-1500c844] {
  background-repeat: round;
  height: 100%;
  background: white;
}
[data-v-1500c844] .v-theme--marketplaceLight.v-application .primary {
  background-color: unset !important;
  border-color: unset !important;
}
.building-img-wrapper[data-v-1500c844] {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.building-img-wrapper[data-v-1500c844] {
    width: 200px;
    height: 100px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.main-content[data-v-1500c844] {
    padding: 0px;
}
}.stepper[data-v-fbd8064e] {
  display: flex;
  flex-direction: column;
  background: #fefefe;
  box-shadow: 3px 3px 20px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
  padding: 20px 16px 8px 16px;
}
.stepper__lines[data-v-fbd8064e] {
  display: flex;
  align-items: center;
  width: 100%;
}
.stepper__step[data-v-fbd8064e] {
  position: relative;
  display: flex;
  align-items: center;
}
.stepper__step .stepper__step-line--passed[data-v-fbd8064e] {
  background: #2969ff;
}
.stepper__step .stepper__step-line--active[data-v-fbd8064e] {
  background: linear-gradient(90deg, #2969ff 50%, #f1f1f1 50%);
}
.stepper__step:first-child .stepper__step-line--active[data-v-fbd8064e], .stepper__step:last-child .stepper__step-line--active[data-v-fbd8064e] {
  background: #2969ff;
}
.stepper__step[data-v-fbd8064e]:last-child {
  flex-direction: row-reverse;
}
.stepper__step:not(:last-child, :first-child) .stepper__step-number[data-v-fbd8064e] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 10px);
}
.stepper__step:not(:last-child, :first-child) .stepper__step-line[data-v-fbd8064e] {
  width: 100% !important;
}
.stepper__step-number[data-v-fbd8064e] {
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border-radius: 50%;
  text-align: center;
  color: #001154;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepper__step-number--active[data-v-fbd8064e], .stepper__step-number--passed[data-v-fbd8064e] {
  color: #ffffff;
  background: #2969ff;
}
.stepper__step-line[data-v-fbd8064e] {
  width: calc(100% - 20px);
  height: 4px;
  background: #f1f1f1;
}
.stepper__active-step[data-v-fbd8064e] {
  line-height: 16px;
  margin-top: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #001154;
}.value-page-stepper[data-v-a548a307] {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-a548a307] .value-page-stepper {
    height: 100%;
}
[data-v-a548a307] .steps {
    flex-direction: row;
    padding-top: 16px;
}
[data-v-a548a307] .step {
    flex-direction: column;
    align-items: center;
    width: 95px;
    row-gap: 8px;
}
[data-v-a548a307] .step.--completed .step-order-wrapper {
    border: 2px solid #368600 !important;
}
[data-v-a548a307] .step.--completed .step-order-wrapper .step__order {
    background: #368600;
    color: white;
}
[data-v-a548a307] .step__title {
    text-align: center;
}
[data-v-a548a307] .dots-wrapper {
    display: none;
}
[data-v-a548a307] .step__title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001154;
}
[data-v-a548a307] .step-order-wrapper {
    border: 1.5px solid #001154;
    width: 41px;
    height: 41px;
}
[data-v-a548a307] .step__order {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001154;
    border: none;
}
[data-v-a548a307] .step__order.--active {
    background: #001154;
    color: white;
}
[data-v-a548a307] .stepper {
    background: white !important;
}
[data-v-a548a307] .step-order-wrapper--active {
    border: 2px solid #001154;
}
}.value-page-stepper[data-v-5aa24fc3] {
  height: 100%;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.stepper-title[data-v-5aa24fc3] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding-top: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
  margin-bottom: 4px;
}
[data-v-5aa24fc3] .stepper {
  padding: 16px 16px 8px 16px;
}.modification-wrapper[data-v-fab6d34c] {
  background-color: white;
  display: flex;
  justify-content: center;
  min-height: 693px;
  margin-bottom: 113px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.modification-wrapper[data-v-fab6d34c] {
    height: 90%;
    min-height: unset;
    margin-bottom: 0px;
}
}
.modification-wrapper[data-v-fab6d34c] {
  width: 100%;
}.view-container[data-v-a87cac7e] {
  display: flex;
  column-gap: 16px;
}
.stepper-wrapper[data-v-a87cac7e] {
  width: 272px;
  height: 749px;
  position: sticky;
  top: calc(var(--xl-nav-h) + 8px);
  padding-top: 0;
}
.asset-content-wrapper[data-v-a87cac7e] {
  border-radius: 1px;
  width: 75%;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.view-container[data-v-a87cac7e] {
    flex-direction: column;
}
.stepper-wrapper[data-v-a87cac7e] {
    padding-top: 0px;
    width: 100%;
    height: auto;
    position: sticky;
    top: var(--xl-nav-h);
    z-index: 50;
    background: white;
}
.asset-content-wrapper[data-v-a87cac7e] {
    width: 100%;
}
}[data-v-9907cafe] .v-dialog {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  align-items: center;
  position: relative;
  max-height: 100%;
}
.dialog-content[data-v-9907cafe] {
  max-width: 792px;
}
.close-icon[data-v-9907cafe] {
  position: fixed;
  top: 9px;
  right: 25px;
  z-index: 999;
  width: 0px;
  cursor: pointer;
}
.address-text-wrapper[data-v-9907cafe] {
  display: flex;
  justify-content: flex-end;
  color: white;
  margin-top: 20px;
}
.google-input[data-v-9907cafe] {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: white;
  width: 60%;
  width: 792px;
  height: 96px;
  padding: 30px;
  padding-left: 80px;
}
.address-container[data-v-9907cafe] {
  background: white;
  margin-top: 63px;
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-9907cafe] {
  z-index: 3;
  position: absolute;
  left: 30px;
  top: 31px;
}
.btn-next-wrapper[data-v-9907cafe] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.btn-next-wrapper.value-active[data-v-9907cafe] {
  position: relative;
}
.btn-next-wrapper button[data-v-9907cafe] {
  z-index: 200;
}
.btn-next[data-v-9907cafe] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.google-input[data-v-9907cafe] {
    width: 100%;
    padding-left: 16px;
}
.address-container[data-v-9907cafe] {
    width: 100%;
    font-size: 11px;
}
.icon-gps-wrapper img[data-v-9907cafe] {
    display: none;
}
.page-content-wrapper[data-v-9907cafe] {
    padding: 0px 14px !important;
}
.custom-select[data-v-9907cafe] {
    width: 74% !important;
    padding-left: 16px !important;
}
}
[data-v-9907cafe] .v-field:before {
  border-color: #001154;
}
[data-v-9907cafe] label {
  color: #001154 !important;
}
[data-v-9907cafe] .custom-select {
  padding: 6px;
  padding-left: 33px;
  padding-top: 34px;
  filter: none;
  width: 694px;
}
[data-v-9907cafe] .custom-select .v-input__control {
  width: auto !important;
  flex-grow: initial !important;
}
[data-v-9907cafe] .custom-select {
  height: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-9907cafe] .custom-select {
    width: 100%;
    padding-left: 0px;
}
[data-v-9907cafe] .custom-select .v-input__control {
    width: 100% !important;
    flex-grow: initial !important;
}
}.blockGMaps[data-v-c21928e5] {
  position: relative;
}
.blockGMaps[data-v-c21928e5]::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
  bottom: 0;
  content: "";
  height: 144px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}.blockGMaps[data-v-a98ca2fd] {
  position: relative;
}
.blockGMaps[data-v-a98ca2fd]::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
  bottom: 0;
  content: "";
  height: 144px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}.value-wrapper[data-v-d589df5c] {
  border: 1px solid rgba(213, 40, 25, 0.6);
  background: rgba(213, 40, 25, 0.08);
  width: 185px;
  height: 40px;
}
.value-title[data-v-d589df5c] {
  color: #001154;
  opacity: 0.45;
}
.address-item[data-v-d589df5c] {
  display: flex;
  justify-content: space-between;
  height: 20px;
  align-items: center;
  column-gap: 30px;
  color: #001154;
}
.address-item--invalid[data-v-d589df5c] {
  color: #d52819;
}
.address-item__title[data-v-d589df5c] {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.address-item__value[data-v-d589df5c] {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.main-info-wrapper[data-v-d589df5c] {
  max-width: 781px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.main-info-wrapper[data-v-d589df5c] {
    margin: 0px;
}
}
.pictures-wrapper[data-v-d589df5c] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn-next-wrapper[data-v-d589df5c] {
  display: flex;
  justify-content: end;
  padding-right: 9px;
}
.pictures-wrapper__image[data-v-d589df5c] {
  width: 404px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 404/227;
  object-fit: cover;
}
.image-wrapper[data-v-d589df5c] {
  position: relative;
  max-width: 100%;
}
.image-wrapper .view-img-icon[data-v-d589df5c] {
  position: absolute;
  right: 16px;
  top: 68px;
  cursor: pointer;
  width: 64.78px;
  height: 64.78px;
}
.image-wrapper .view-img-icon.map[data-v-d589df5c] {
  background-color: rgba(252, 252, 252, 0.5);
  border-radius: 62px;
  padding: 10px;
}
.image-wrapper .view-img-icon.street[data-v-d589df5c] {
  background-color: rgba(252, 252, 252, 0.5);
  border-radius: 62px;
  padding: 10px;
}
.maps-wrapper[data-v-d589df5c] {
  position: relative;
  max-width: 1000px;
}
[data-v-d589df5c] .v-dialog {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1071px !important;
}
.close-dialog-icon[data-v-d589df5c] {
  position: absolute;
  right: 0px;
  color: white;
  z-index: 5;
  width: 30px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.btn-next-wrapper[data-v-d589df5c] {
    padding-left: 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.btn-next-wrapper button[data-v-d589df5c] {
    width: 100% !important;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-d589df5c] .v-spacer {
    display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.main-content[data-v-d589df5c] {
    padding: 0px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.image-wrapper[data-v-d589df5c] {
    width: 100%;
}
.image-wrapper .pictures-wrapper__image[data-v-d589df5c] {
    width: auto;
    min-width: 100%;
    height: 152px;
    object-fit: cover;
}
}
.address-block[data-v-d589df5c] {
  background: #ffffff;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  padding: 0px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: 386px;
  padding-top: 24px;
  margin-top: 24px;
}
.address-block.--address-empty .address-item__value[data-v-d589df5c] {
  color: rgba(0, 17, 84, 0.45);
}
.asset-inputs-content[data-v-d589df5c] {
  padding-top: 32px;
}
.btn-row[data-v-d589df5c] {
  gap: 0;
  margin: -12px;
}
.btn-row > .v-col[data-v-d589df5c] {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 12px;
}
[data-v-d589df5c] .v-btn {
  min-height: unset !important;
}
.google-input[data-v-d589df5c] {
  height: 40px;
}
[data-v-d589df5c] .role-block .v-text-field {
  margin-top: 4px;
}
.custom-google-input[data-v-d589df5c] {
  outline: none;
}
.custom-google-input[data-v-d589df5c]::placeholder {
  color: #001154;
  opacity: 0.45;
}
.custom-google-input[data-v-d589df5c]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.custom-input-error[data-v-d589df5c] {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
.custom-input-error[data-v-d589df5c]::placeholder {
  color: rgb(213, 40, 25);
}
.custom-input-error[data-v-d589df5c]:focus-visible {
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
}
.second-input-with-background[data-v-d589df5c]:focus-visible {
  border: 2px solid transparent !important;
  z-index: 4;
}
.second-input-with-background .google-input-is-focused[data-v-d589df5c] {
  border: unset !important;
}
[data-v-d589df5c] .v-field__input {
  padding-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.image-wrapper[data-v-d589df5c] {
    width: 100%;
}
.image-wrapper .pictures-wrapper__image[data-v-d589df5c] {
    width: auto;
    min-width: 100%;
    height: 152px;
    object-fit: cover;
}
.btn-row[data-v-d589df5c] {
    display: none;
}
.address-block[data-v-d589df5c] {
    padding-bottom: 16px !important;
    box-shadow: unset;
    height: auto;
    padding-top: 0px;
    margin-top: 9px;
    padding: 0px;
    row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
}
}
.address-item--address-field-mobile[data-v-d589df5c] {
  height: auto;
}
.buttons-row[data-v-d589df5c] {
  position: fixed;
  bottom: 0px;
  height: auto;
  width: 100%;
  padding: 0px 16px;
  padding-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.buttons-row[data-v-d589df5c] {
    background: white;
    padding-bottom: 12px;
    padding-top: 12px;
}
}.content-wrapper[data-v-df7ab968] {
  background: #ffffff;
  /* Asset */
  padding: 0px 16px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  padding-top: 12px;
  width: 428px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.group-header[data-v-df7ab968] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  padding-top: 12px;
  color: #0f2d59;
}
.group-items[data-v-df7ab968] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-bottom: 10px;
  padding-top: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.group-items__item[data-v-df7ab968] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  width: 50%;
  display: flex;
  column-gap: 8px;
  color: #001154;
}
[data-v-df7ab968] .v-checkbox {
  height: 16px;
  margin-top: 0px;
  position: relative;
  bottom: 7px;
}
[data-v-df7ab968] .v-selection-control__input i {
  color: rgba(9, 49, 107, 0.4) !important;
}
[data-v-df7ab968] .select-menu .v-list {
  grid-template-columns: 1fr !important;
}.inputs-wrapper[data-v-d16c003f] {
  max-width: 781px;
  width: 100%;
  min-height: 800px;
}
.input-rows-wrapper[data-v-d16c003f] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 0px 22px;
}
[data-v-d16c003f] .v-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-d16c003f] .v-field:before {
  border: none !important;
}
h3[data-v-d16c003f] {
  font-size: 1.6rem;
}
[data-v-d16c003f] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-d16c003f] {
  padding-bottom: 66px;
}
[data-v-d16c003f] .v-field__input,
.v-field__input[data-v-d16c003f] {
  position: relative !important;
  top: 5px !important;
}
[data-v-d16c003f] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
[data-v-d16c003f] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-d16c003f] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-d16c003f] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.value-modification-page[data-v-d16c003f] .second-input-with-background .v-field__input {
  top: 0 !important;
}
.value-modification-page[data-v-d16c003f] .second-input-with-background .v-field__outline {
  display: none !important;
}
.value-modification-page[data-v-d16c003f] .second-input-with-background .v-text-field .v-field,
.value-modification-page[data-v-d16c003f] .second-input-with-background .v-text-field .v-field__field {
  min-height: 32px !important;
  height: 32px !important;
}
.value-modification-page[data-v-d16c003f] .second-input-with-background .v-text-field > .v-input__control > .v-field {
  margin-top: 4px;
}
.value-modification-page[data-v-d16c003f] .second-input-with-background input.v-field__input {
  min-height: 32px !important;
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-self: center;
}
.value-modification-page[data-v-d16c003f] .second-input-with-background .v-field__append-inner {
  padding-top: 0;
  margin-top: 0;
  align-self: center;
}
.v-list-item--active div[data-v-d16c003f] {
  color: white !important;
}
.actions-wrapper[data-v-d16c003f] {
  margin-top: 62px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-d16c003f] {
    margin-top: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-d16c003f] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 12px;
    width: 104%;
}
.actions-wrapper button[data-v-d16c003f] {
    width: 100% !important;
}
}
[data-v-d16c003f] .v-btn--disabled {
  background-color: rgba(9, 49, 107, 0.4) !important;
}
[data-v-d16c003f] .v-btn {
  min-height: unset !important;
}
[data-v-d16c003f] .asset-step-buttons {
  bottom: -3px;
}.asset-data[data-v-e94185bf] {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.asset-data__item[data-v-e94185bf] {
  padding-bottom: 10px;
  margin-top: 12px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  display: flex;
  gap: 12px;
  min-width: 0;
  width: 100%;
  justify-content: space-between;
  color: white;
  align-items: center;
}
.asset-data__item.--hide-border[data-v-e94185bf] {
  border-bottom: none;
}
.asset-data__item .name[data-v-e94185bf] {
  min-width: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
}
.asset-data__item .value[data-v-e94185bf] {
  min-width: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  max-width: 300px;
  max-height: 30px;
  text-align: right;
  overflow-wrap: anywhere;
  color: #ffffff;
}
.asset-data-wrapper[data-v-e94185bf] {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  min-width: 0;
  width: 100%;
}
@media (max-width: 700px) {
.asset-data-wrapper[data-v-e94185bf] {
    flex-direction: column;
}
.asset-data[data-v-e94185bf] {
    width: 100%;
}
}#charts[data-v-6c4ae690] {
  padding-left: 30px;
  padding-right: 30px;
}
.pdf-graphic-page[data-v-6c4ae690] {
  margin-top: 15px;
  background: white;
}
.graphic-title[data-v-6c4ae690] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  /* DarkBlue */
  text-align: center;
  color: #001154;
  padding-top: 30px;
}
[data-v-6c4ae690] .apexcharts-toolbar {
  display: none;
}.pdf-info[data-v-315a1758] {
  display: flex;
  gap: 12px;
  min-width: 0;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-315a1758] {
  border-bottom: 1px solid rgba(0, 17, 84, 0.5);
}
.pdf-info__name[data-v-315a1758] {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-315a1758] {
  min-width: 0;
  font-weight: 300;
  overflow-wrap: anywhere;
}
.main-info-cards[data-v-315a1758] {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  bottom: 74px;
  column-gap: 40px;
}
.main-info-cards__cards[data-v-315a1758] {
  display: flex;
  width: 100%;
  column-gap: 40px;
}
.main-info-cards__card[data-v-315a1758] {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.main-info-cards__card img[data-v-315a1758] {
  width: 100%;
  height: 178px;
}
.range-estimate[data-v-315a1758] {
  margin-top: 30px;
}
.range-estimate__title[data-v-315a1758] {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001154;
  margin-bottom: 19px;
}
.white-block-info[data-v-315a1758] {
  margin-top: 20px;
  background: #ffffff;
  display: flex;
  width: 100%;
  position: relative;
  right: 0;
  padding: 30px;
  column-gap: 40px;
  box-sizing: border-box;
}
.white-block-info > .d-flex[data-v-315a1758] {
  flex: 1 1 0;
  min-width: 0;
}
.white-block-info__recomendation[data-v-315a1758] {
  display: flex;
  width: 50%;
}
.white-block-info__recomendation .title[data-v-315a1758] {
  width: 50%;
  height: 50px;
  background: #001154;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.white-block-info__recomendation .value[data-v-315a1758] {
  width: 50%;
  height: 50px;
  border: 1px solid #001154;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}
.white-block-info__recomendation[data-v-315a1758] {
  display: flex;
  width: 100%;
}
.white-block-info__data[data-v-315a1758] {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.asset-details-wrapper[data-v-315a1758] {
  margin-top: 32px;
}
.text-block-white[data-v-315a1758] {
  height: 50px;
}
.process-wrapper[data-v-315a1758] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.process-wrapper__item[data-v-315a1758] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 10px;
}
.process-wrapper__item.--border[data-v-315a1758] {
  border-bottom: 1px solid #f1f1f1;
}
.process-wrapper__item .name[data-v-315a1758] {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  flex: 0 1 151px;
  min-width: 0;
  /* DarkBlue */
  color: #001154;
}
.process-wrapper__item .value[data-v-315a1758] {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  width: auto;
  /* or 169% */
  letter-spacing: -0.175px;
  /* DarkBlue */
  color: #001154;
}
@media (max-width: 700px) {
.main-info-cards__cards[data-v-315a1758],
  .white-block-info[data-v-315a1758] {
    flex-direction: column;
    row-gap: 24px;
}
.main-info-cards__card[data-v-315a1758],
  .white-block-info__data[data-v-315a1758] {
    width: 100%;
}
.white-block-info[data-v-315a1758] {
    padding: 16px;
}
.process-wrapper__item[data-v-315a1758] {
    gap: 16px;
}
}.template-content[data-v-d32902c8] {
  min-height: 2199px;
  width: 100%;
  background: #f8f8f8;
  padding: 0px !important;
  height: calc(100% - 63px) !important;
}
.user-asset-data[data-v-d32902c8] {
  background: linear-gradient(180deg, #001154 63.91%, #2969ff 118.68%);
  width: 100%;
  padding-top: 47px;
  height: 423px;
  box-sizing: border-box;
}
.page-container[data-v-d32902c8] {
  width: 1000px;
  margin: 0 auto;
}
.icons-wrapper[data-v-d32902c8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 20px;
}
.asset-data[data-v-d32902c8] {
  width: 100%;
  min-width: 0;
}
.asset-data__item[data-v-d32902c8] {
  padding-bottom: 10px;
  margin-top: 12px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: white;
  align-items: center;
}
.asset-data__item.--hide-border[data-v-d32902c8] {
  border-bottom: none;
}
.asset-data__item .name[data-v-d32902c8] {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
}
.asset-data__item .value[data-v-d32902c8] {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-align: right;
  color: #ffffff;
}
.asset-data-wrapper[data-v-d32902c8] {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin-top: 46px;
  width: 100%;
}
.sell-at-text[data-v-d32902c8] {
  color: white;
}
.xl-icon-wrapper[data-v-d32902c8] {
  margin-left: 8px;
}
.xl-link-wrapper[data-v-d32902c8] {
  z-index: 999;
  display: flex;
}
.link[data-v-d32902c8] {
  width: 147px;
  height: 41px;
}
.xl-link[data-v-d32902c8] {
  display: flex;
  background: #f8f8f8;
  justify-content: center;
  column-gap: 20px;
  color: #09316b;
}
.xl-link__text[data-v-d32902c8] {
  opacity: 0.5;
}
@media (max-width: 999px) {
.page-container[data-v-d32902c8] {
    width: calc(100% - 32px);
}
}
@media (max-width: 700px) {
.user-asset-data[data-v-d32902c8] {
    height: auto;
    min-height: 423px;
    padding-bottom: 74px;
}
.icons-wrapper[data-v-d32902c8] {
    flex-wrap: wrap;
}
.xl-link-wrapper[data-v-d32902c8] {
    max-width: 100%;
}
}.icon[data-v-321dc42a] {
  width: 110px;
  height: 87px;
}
[data-v-321dc42a] .btn-go-wrapper {
  margin-right: 60px;
  margin-top: -23px;
}
[data-v-321dc42a] .color-white {
  letter-spacing: 0;
}
[data-v-321dc42a] .icon-wrapper {
  position: relative;
}
[data-v-321dc42a] .icon-wrapper img {
  width: 179px;
}
.icon-left[data-v-321dc42a] {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 407px;
  top: 22px;
}
.icon-right[data-v-321dc42a] {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 405px;
  top: -18px;
}
.dialog-footer__link[data-v-321dc42a] {
  display: flex;
  align-items: center;
}
.dialog-footer__link span[data-v-321dc42a] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.icon-footer[data-v-321dc42a] {
  margin-bottom: 6px;
  margin-left: 10px;
}
.dialog-content-wrapper[data-v-321dc42a] {
  background: #f8f8f8;
  padding-top: 46px;
  padding-bottom: 40px;
  width: 911px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.icon-wrapper[data-v-321dc42a] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.icon-text[data-v-321dc42a] {
  margin-top: 20px;
  color: #2969ff;
  font-weight: bold;
}
.content[data-v-321dc42a] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
}
.cards[data-v-321dc42a] {
  display: grid;
  grid-template-columns: 245px 245px 245px;
  grid-template-rows: 196px 196px;
  margin-top: 30px;
}
.card[data-v-321dc42a] {
  background: #fcfcfc;
  padding-left: 16px;
  padding-top: 24px;
  padding-right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card[data-v-321dc42a] {
    background: #ffffff;
}
}
.card__title[data-v-321dc42a] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
  margin-top: 10px;
}
.card__info[data-v-321dc42a] {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card__info[data-v-321dc42a] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
}
.dialog-footer[data-v-321dc42a] {
  margin-top: 57px;
  display: flex;
  width: 888px;
  font-weight: bold;
  justify-content: space-between;
}
.dialog-footer__link[data-v-321dc42a] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-top: -22px;
  color: #2969ff;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #2969ff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.cards[data-v-321dc42a] {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.dialog-content-wrapper[data-v-321dc42a] {
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #ffffff;
}
[data-v-321dc42a] .v-dialog {
    overflow: auto !important;
    justify-content: unset !important;
}
.dialog-footer[data-v-321dc42a] {
    flex-direction: column;
    width: unset;
}
.btn-go-wrapper[data-v-321dc42a] {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
}
.btn-go-wrapper button[data-v-321dc42a] {
    width: 100% !important;
}
.card-icon__main[data-v-321dc42a] {
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) and (min-width: 0px) and (max-width: 600px) {
.card-icon__main img[data-v-321dc42a] {
    height: 24px;
    width: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card__title[data-v-321dc42a] {
    margin-top: 0px;
    font-weight: 700;
    line-height: 16px;
}
.dialog-footer[data-v-321dc42a] {
    margin-top: 28px;
    padding-bottom: 28px;
}
.dialog-footer__link[data-v-321dc42a] {
    margin-bottom: 28px;
    padding-bottom: 28px;
}
}
.mobile-dialog-btn-wrapper[data-v-321dc42a] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.mobile-dialog-btn-wrapper .mobile-dialog-btn[data-v-321dc42a] {
  background: #2969ff;
  border-radius: 7px;
  color: #ffffff;
}
.mobile-info[data-v-321dc42a] {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #2969ff;
  line-height: 20px;
}
.image[data-v-321dc42a] {
  top: -3px;
}.close-dialog-icon[data-v-e4815b4e] {
  position: fixed;
  right: 17px;
  top: 34px;
  height: 56px;
  width: 56px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(40px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  z-index: 2;
}
.content-wrapper[data-v-e4815b4e] {
  overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content-wrapper[data-v-e4815b4e] {
    position: relative;
}
}
[data-v-e4815b4e] .v-btn:not(.v-btn--icon, .v-btn--variant-text).v-btn--size-default {
  background-color: #2969ff;
  border-radius: 5px;
  width: 177px !important;
  height: 32px !important;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.close-dialog-icon[data-v-e4815b4e] {
    position: absolute;
    top: 8px;
    right: 16px;
    background: #ffffff;
    opacity: 0.85;
    box-shadow: 0px 12.9293px 25.8586px rgba(223, 223, 223, 0.44);
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.close-dialog-icon img[data-v-e4815b4e] {
    width: 12px;
}
}.icon[data-v-e85c6ade] {
  width: 97px;
  height: 87px;
}
[data-v-e85c6ade] .btn-go-wrapper {
  margin-right: 60px;
  margin-top: -23px;
}
[data-v-e85c6ade] .color-white {
  letter-spacing: 0;
}
[data-v-e85c6ade] .icon-wrapper {
  position: relative;
}
[data-v-e85c6ade] .icon-wrapper img {
  width: 167px;
}
.icon-left[data-v-e85c6ade] {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 407px;
  top: 22px;
}
.icon-right[data-v-e85c6ade] {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 405px;
  top: -18px;
}
.dialog-footer__link[data-v-e85c6ade] {
  display: flex;
  align-items: center;
}
.dialog-footer__link span[data-v-e85c6ade] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.icon-footer[data-v-e85c6ade] {
  margin-bottom: 5px;
  margin-left: 10px;
}
.dialog-content-wrapper[data-v-e85c6ade] {
  background: #f8f8f8;
  padding-top: 46px;
  padding-bottom: 40px;
  width: 911px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.icon-wrapper[data-v-e85c6ade] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.icon-text[data-v-e85c6ade] {
  margin-top: 20px;
  color: #2969ff;
  font-weight: bold;
}
.content[data-v-e85c6ade] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
}
.cards[data-v-e85c6ade] {
  display: grid;
  grid-template-columns: 245px 245px 245px;
  grid-template-rows: 196px 196px;
  margin-top: 30px;
}
.card[data-v-e85c6ade] {
  background: #fcfcfc;
  padding-left: 16px;
  padding-top: 24px;
  padding-right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card[data-v-e85c6ade] {
    background: #ffffff;
}
}
.card__title[data-v-e85c6ade] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
  margin-top: 10px;
}
.card__info[data-v-e85c6ade] {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card__info[data-v-e85c6ade] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
}
.dialog-footer[data-v-e85c6ade] {
  margin-top: 57px;
  display: flex;
  width: 888px;
  font-weight: bold;
  justify-content: space-between;
}
.dialog-footer__link[data-v-e85c6ade] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-top: -22px;
  color: #2969ff;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #2969ff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.cards[data-v-e85c6ade] {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.dialog-content-wrapper[data-v-e85c6ade] {
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #ffffff;
}
[data-v-e85c6ade] .v-dialog {
    overflow: auto !important;
    justify-content: unset !important;
}
.dialog-footer[data-v-e85c6ade] {
    flex-direction: column;
    width: unset;
}
.btn-go-wrapper[data-v-e85c6ade] {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
}
.btn-go-wrapper button[data-v-e85c6ade] {
    width: 100% !important;
}
.card-icon__main[data-v-e85c6ade] {
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) and (min-width: 0px) and (max-width: 600px) {
.card-icon__main img[data-v-e85c6ade] {
    height: 24px;
    width: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card__title[data-v-e85c6ade] {
    margin-top: 0px;
    font-weight: 700;
    line-height: 16px;
}
.dialog-footer[data-v-e85c6ade] {
    margin-top: 28px;
    padding-bottom: 28px;
}
.dialog-footer__link[data-v-e85c6ade] {
    margin-bottom: 28px;
    padding-bottom: 28px;
}
}
.mobile-dialog-btn-wrapper[data-v-e85c6ade] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.mobile-dialog-btn-wrapper .mobile-dialog-btn[data-v-e85c6ade] {
  background: #2969ff;
  border-radius: 7px;
  color: #ffffff;
}
.mobile-info[data-v-e85c6ade] {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #2969ff;
  line-height: 20px;
}
.image[data-v-e85c6ade] {
  top: -3px;
}.close-dialog-icon[data-v-f3953e37] {
  position: fixed;
  right: 17px;
  top: 34px;
  height: 56px;
  width: 56px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(40px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  z-index: 2;
}
.content-wrapper[data-v-f3953e37] {
  overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content-wrapper[data-v-f3953e37] {
    position: relative;
}
}
[data-v-f3953e37] .v-btn:not(.v-btn--icon, .v-btn--variant-text).v-btn--size-default {
  background-color: #2969ff;
  border-radius: 5px;
  width: 177px !important;
  height: 32px !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-close-icon[data-v-f3953e37] {
  position: absolute;
  right: 268px;
  top: 95px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.close-dialog-icon[data-v-f3953e37] {
    position: absolute;
    top: 8px;
    right: 16px;
    background: #ffffff;
    opacity: 0.85;
    box-shadow: 0px 12.9293px 25.8586px rgba(223, 223, 223, 0.44);
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.close-dialog-icon img[data-v-f3953e37] {
    width: 12px;
}
}.card-shadow[data-v-feecc0b0] {
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
}
.additional-price-block[data-v-feecc0b0] {
  display: none;
}
.type[data-v-feecc0b0] {
  font-size: 20px;
  line-height: 152%;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.444444px;
}
.type-description[data-v-feecc0b0] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
}
.features[data-v-feecc0b0] {
  padding-top: 62px;
  min-height: 221px;
}
.feature[data-v-feecc0b0] {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.feature.feat-alone[data-v-feecc0b0] {
  padding-left: 27px;
  padding-right: 40px;
  text-align: center;
}
.feature[data-v-feecc0b0]:last-of-type {
  border-bottom: none;
}
.image[data-v-feecc0b0] {
  display: flex;
  margin: 0 auto;
  height: 56px;
  margin-top: 9px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.image[data-v-feecc0b0] {
    margin: unset;
    display: none;
}
}
.price[data-v-feecc0b0] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.price[data-v-feecc0b0] {
    text-align: center;
    position: relative;
    bottom: 10px;
}
}
.price[data-v-feecc0b0] {
  color: #001154;
}
.most-popular[data-v-feecc0b0] {
  position: absolute;
  top: -15px;
  right: 0px;
  left: 74px;
  background: #2969ff;
  box-shadow: 0px 20px 30px rgba(41, 105, 255, 0.2);
  width: 135px;
  height: 38px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.active-icon[data-v-feecc0b0] {
  position: absolute;
  filter: drop-shadow(0px 19px 20px rgba(9, 49, 107, 0.22));
  bottom: -20px;
  left: 124px;
  background: white;
  width: 44px;
  height: 44px;
  border-radius: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2969ff;
  right: 0px;
}
.active-icon i[data-v-feecc0b0] {
  font-size: 34px;
}
.card-wrapper[data-v-feecc0b0] {
  max-width: 340px;
  background-color: white;
  height: 254px;
  overflow: hidden;
}
.card-wrapper .card-info[data-v-feecc0b0] {
  padding-top: 9px;
  color: #2969ff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  /* Input */
  border-radius: 5px;
}
.card-wrapper[data-v-feecc0b0] {
  position: relative;
}
.card-wrapper.--active[data-v-feecc0b0] {
  transition-duration: 1s;
  background-color: #2969ff;
}
.card-wrapper.--active .card-info[data-v-feecc0b0] {
  color: white;
}
.card-wrapper.--active .features[data-v-feecc0b0] {
  color: white;
}
.card-wrapper.--active .price[data-v-feecc0b0] {
  color: white;
}
.card-wrapper.--active .most-popular[data-v-feecc0b0] {
  background-color: white;
  color: #2969ff;
}
.check-feat-text[data-v-feecc0b0] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
  margin-top: 8px;
  padding-bottom: 17px;
}
.type img[data-v-feecc0b0] {
  width: 170px;
  height: 30px;
}
.mobile-plan-info[data-v-feecc0b0] {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
.image-wrapper[data-v-feecc0b0] {
  position: relative;
}
.image-wrapper__additional-data[data-v-feecc0b0] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd226f;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  height: 26px;
  width: 101px;
  position: absolute;
  font-weight: 600;
  font-size: 9px;
  line-height: 16px;
  /* identical to box height, or 178% */
  text-align: center;
  letter-spacing: 0.1px;
  top: 15px;
  color: #ffffff;
}
.image-wrapper__additional-data.left[data-v-feecc0b0] {
  left: 19px;
}
.image-wrapper__additional-data.right[data-v-feecc0b0] {
  right: 7px;
}
.image-wrapper__additional-data .text[data-v-feecc0b0] {
  margin-left: 4px;
}
.btn-text[data-v-feecc0b0] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  color: #ffffff;
}
.card-button[data-v-feecc0b0] {
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.additional-price-block[data-v-feecc0b0] {
    position: absolute;
    height: 17px;
    width: 79px;
    background: #905cff;
    top: 6px;
    overflow: hidden;
    left: -17px;
    color: white;
    font-size: 9px;
    transform: rotate(326deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature[data-v-feecc0b0] {
    text-align: left;
}
.check-feat-text[data-v-feecc0b0] {
    text-align: left;
    padding-left: 20px;
}
.features[data-v-feecc0b0] {
    padding-top: 15px;
    min-height: 172px;
}
.check-feat-text[data-v-feecc0b0] {
    margin-top: 25px;
}
.feat-alone[data-v-feecc0b0] {
    text-align: left !important;
}
.card-info[data-v-feecc0b0],
  .features[data-v-feecc0b0],
  .check-feat-text[data-v-feecc0b0] {
    margin-left: 40px;
    margin-right: 40px;
}
.type[data-v-feecc0b0] {
    padding-top: 0px !important;
    margin-top: 24px !important;
}
.type img[data-v-feecc0b0] {
    width: 139px;
    height: 24px;
    margin-bottom: 8px;
}
.card-info[data-v-feecc0b0] {
    padding-top: 0px !important;
}
.image-wrapper__additional-data[data-v-feecc0b0] {
    top: 4px;
}
.image-wrapper__additional-data.left[data-v-feecc0b0] {
    right: 52%;
    top: 1px;
    left: unset;
    height: 31px;
    width: 118px;
}
.image-wrapper__additional-data.left .text[data-v-feecc0b0] {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}
.image-wrapper__additional-data.right[data-v-feecc0b0] {
    left: 52%;
    width: 118px;
    height: 31px;
    top: 1px;
}
.image-wrapper__additional-data.right .text[data-v-feecc0b0] {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}
.additiona-item-icon[data-v-feecc0b0] {
    position: relative;
    top: 3px;
    right: 0px;
}
.check-feat-text[data-v-feecc0b0] {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.check-feat-text--exclusive-spacing[data-v-feecc0b0] {
    margin-top: 0px;
}
.check-feat-text[data-v-feecc0b0] {
    padding-bottom: 8px;
}
.card-wrapper[data-v-feecc0b0] {
    height: auto;
}
.btn-text[data-v-feecc0b0] {
    white-space: nowrap;
}
}.report-block[data-v-82e7ec5f] {
  height: 100%;
  text-align: center;
  line-height: 150px;
}
.report-block__wrapper[data-v-82e7ec5f] {
  margin-top: -10px;
  height: 180px;
  width: 800px;
  z-index: 2;
  position: absolute;
}
.report-block__blur[data-v-82e7ec5f] {
  filter: blur(14px);
}
.report-block__title[data-v-82e7ec5f] {
  font-weight: 500;
  align-self: center;
  color: #d52819;
  margin-left: 1.2em;
  margin-top: 20px;
}
.content[data-v-82e7ec5f] {
  min-height: auto;
  width: 100%;
  padding: 0px 56px;
}
.xl-cards[data-v-82e7ec5f] {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}
.recomendation[data-v-82e7ec5f] {
  display: flex;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #e5e7ee;
  border-bottom: 1px solid #e5e7ee;
  padding-top: 16px;
  padding-bottom: 16px;
}
.recomendation__title[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.recomendation__value[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #001154;
}
.selling[data-v-82e7ec5f] {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.selling__title[data-v-82e7ec5f] {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.selling__sub[data-v-82e7ec5f] {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: rgba(9, 49, 107, 0.4);
}
.estimate-wrapper[data-v-82e7ec5f] {
  display: flex;
  width: 100%;
  column-gap: 13px;
  justify-content: center;
}
.estimate[data-v-82e7ec5f] {
  width: auto;
}
.estimate__title[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
  justify-content: center;
  display: flex;
}
.estimate__saving[data-v-82e7ec5f] {
  padding-bottom: 7px;
  margin-top: 7px;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.estimate__saving.border[data-v-82e7ec5f] {
  border-bottom: 1px solid #001154;
}
.estimate__saving .title[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-align: right;
  /* DarkBlue */
  color: #001154;
}
.estimate__saving .value[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* DarkBlue */
  color: #001154;
  opacity: 0.8;
}
.sell-on-xl[data-v-82e7ec5f] {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 9px;
}
.sell-on-xl img[data-v-82e7ec5f] {
  width: 168.64px;
  height: 31px;
  margin-bottom: 16px;
}
.sell-on-xl[data-v-82e7ec5f] {
  padding-top: 35px;
}
.xl-card[data-v-82e7ec5f] {
  display: flex;
  width: 376px;
  background-color: white;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 38px;
  flex-direction: column;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
}
.card-desc__item[data-v-82e7ec5f] {
  padding-bottom: 16px;
  padding-top: 13px;
  width: 100%;
}
.card-desc__item.--bold[data-v-82e7ec5f] {
  font-weight: bold;
  font-size: 12px;
}
.card-desc__item.--border[data-v-82e7ec5f] {
  border-bottom: 1px solid #f1f1f1;
}
.card-type[data-v-82e7ec5f] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-type img[data-v-82e7ec5f] {
  width: 26.45px;
  height: 28px;
  margin-bottom: 10px;
}
.price[data-v-82e7ec5f] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.card-content[data-v-82e7ec5f] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-btn-wrapper[data-v-82e7ec5f] {
  margin-top: 32px;
  margin-bottom: 32px;
}
.card-btn-wrapper button[data-v-82e7ec5f] {
  color: white !important;
}
.advisor[data-v-82e7ec5f] {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.advisor__book[data-v-82e7ec5f] {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.advisor__book[data-v-82e7ec5f] {
    display: flex;
    flex-direction: column;
}
}
.advisor__title[data-v-82e7ec5f] {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.advisor__btn[data-v-82e7ec5f] {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  bottom: 13px;
}
.advisor__actions[data-v-82e7ec5f] {
  margin-top: 34px;
  display: flex;
  position: relative;
  justify-content: center;
}
.advisor__actions .action[data-v-82e7ec5f] {
  position: relative;
  color: #001154;
  font-weight: bold;
  width: 50%;
  display: flex;
  justify-content: center;
}
.pdf-download-wrapper[data-v-82e7ec5f] {
  display: none;
  width: 20px;
  height: 20px;
}
.pdf-content[data-v-82e7ec5f] {
  width: 1000px;
}
.visability--hidden[data-v-82e7ec5f] {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 1000px;
  height: auto;
  display: block !important;
  visibility: visible !important;
}
.asset-address[data-v-82e7ec5f] {
  max-width: 400px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.download-wrapper[data-v-82e7ec5f] {
    display: flex;
    flex-direction: column;
}
}
.card-head-wrapper[data-v-82e7ec5f] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
[data-v-82e7ec5f] .v-dialog {
  display: flex;
  justify-content: center;
  width: 1200px;
  overflow: hidden;
}
.card-title[data-v-82e7ec5f] {
  color: #001154 !important;
  font-size: 16px;
  display: flex;
}
.check-full-text[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
  color: #001154;
}
.close-icon[data-v-82e7ec5f] {
  display: flex;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
}
.action-border[data-v-82e7ec5f]:after {
  display: block;
  content: "";
  border-right: 1px solid rgba(0, 17, 84, 0.3);
  display: block;
  /* left: 20px; */
  z-index: 10;
  position: absolute;
  content: "";
  border-right: 1px solid rgba(0, 17, 84, 0.3);
  display: block;
  height: 73px;
  /* right: 88px; */
  /* left: 331px; */
  left: 42px;
  right: -9px;
  bottom: -20px;
}
[data-v-82e7ec5f] .modification-wrapper {
  min-height: 1417px !important;
}
[data-v-82e7ec5f] .value-asset-title {
  margin-top: 93px;
  margin-bottom: 38px;
}
.asset-step-subTitle[data-v-82e7ec5f] {
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f1f1;
}
.value-modification-page[data-v-82e7ec5f] {
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-radius: 1px;
  padding: 0px 24px;
}
.value-modification-page--blured[data-v-82e7ec5f] {
  filter: blur(8px);
}
.recomendation-block[data-v-82e7ec5f] {
  margin-top: 38px;
}
[data-v-82e7ec5f] .v-btn {
  min-height: unset !important;
}
.download-btn[data-v-82e7ec5f] {
  margin-left: 26px;
  border-radius: 5px;
}
.download-btn-text[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #2969ff;
}
.recomendation-row[data-v-82e7ec5f] {
  margin-top: 23px;
}
.additional-options[data-v-82e7ec5f] {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 24px;
  bottom: -6px;
}
.additional-options__item[data-v-82e7ec5f] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #2969ff;
  cursor: pointer;
}
.additional-options__spacer[data-v-82e7ec5f] {
  padding: 0px 16px;
}
.or[data-v-82e7ec5f] {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: right;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-82e7ec5f] .check-feat-text {
    margin-top: 0px !important;
}
.content[data-v-82e7ec5f] {
    width: auto;
    padding: 0px;
}
[data-v-82e7ec5f] .v-dialog {
    display: flex;
    justify-content: unset !important;
    width: unset !important;
    overflow: auto !important;
    height: 100% !important;
    margin: 0;
    background: #f8f8f8;
    max-height: 100%;
}
.download-btn-wrapper[data-v-82e7ec5f] {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.card-content[data-v-82e7ec5f] {
    flex-direction: column;
}
.card-desc[data-v-82e7ec5f] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.xl-card[data-v-82e7ec5f] {
    min-width: unset;
}
.card-type[data-v-82e7ec5f] {
    display: flex;
}
.card-head-wrapper[data-v-82e7ec5f] {
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: unset;
}
.price[data-v-82e7ec5f] {
    margin-left: 20px;
}
.estimate-wrapper[data-v-82e7ec5f] {
    display: flex;
}
.estimate[data-v-82e7ec5f] {
    width: 78%;
}
.estimate__title[data-v-82e7ec5f] {
    font-size: 16px;
    line-height: 26px;
}
.value-asset-title[data-v-82e7ec5f] {
    display: none;
}
.xl-cards[data-v-82e7ec5f] {
    flex-direction: row;
    row-gap: 20px;
    column-gap: 8px;
}
.value-modification-page[data-v-82e7ec5f] {
    padding: 0px 16px;
}
.download-btn[data-v-82e7ec5f] {
    margin-left: 0px;
}
.dowload-btn-wrapper[data-v-82e7ec5f] {
    width: 100%;
}
[data-v-82e7ec5f] .card-info {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
[data-v-82e7ec5f] .card-wrapper {
    width: 100% !important;
    max-width: unset !important;
}
.xl-cards[data-v-82e7ec5f] {
    width: 100%;
}
.type[data-v-82e7ec5f] {
    margin-top: 0px;
}
.recomendation-block[data-v-82e7ec5f] {
    margin-top: 23px;
}
.sell-on-xl[data-v-82e7ec5f] {
    padding-top: 15px;
}
.sell-on-xl img[data-v-82e7ec5f] {
    margin-bottom: 4px;
}
.additional-options[data-v-82e7ec5f] {
    padding-bottom: 16px;
}
.or[data-v-82e7ec5f] {
    padding-bottom: 6px;
}
.additional-options__item[data-v-82e7ec5f] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.upb-estimate[data-v-82e7ec5f] {
    margin-top: 0px;
}
.recomendation-row[data-v-82e7ec5f] {
    margin-top: 16px;
}
.download-btn-text[data-v-82e7ec5f] {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.recomendation[data-v-82e7ec5f] {
    flex-direction: column;
}
.recomendation__title[data-v-82e7ec5f] {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 8px;
}
.report-block__wrapper[data-v-82e7ec5f] {
    width: auto;
}
[data-v-82e7ec5f] .card-shadow {
    width: 49%;
}
.estimate__title[data-v-82e7ec5f] {
    white-space: nowrap;
}
}.valuation-download-page[data-v-a2b93d9a] {
  width: 100%;
}.page-content-wrapper[data-v-9ff8d00d] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.additional[data-v-9ff8d00d] {
  display: flex;
  margin-top: 68px;
  width: 792px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.additional[data-v-9ff8d00d] {
    width: 100%;
}
}
.xl-icon-wrapper[data-v-9ff8d00d] {
  margin-top: 184px;
}
.google-input[data-v-9ff8d00d] {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: white;
  width: 60%;
  width: 792px;
  height: 96px;
  padding: 30px;
  padding-left: 80px;
}
.address-container[data-v-9ff8d00d] {
  background: white;
  margin-top: 63px;
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-9ff8d00d] {
  z-index: 3;
  position: absolute;
  left: 30px;
  top: 31px;
}
.btn-next-wrapper[data-v-9ff8d00d] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.btn-next-wrapper.value-active[data-v-9ff8d00d] {
  position: relative;
}
.btn-next-wrapper button[data-v-9ff8d00d] {
  z-index: 200;
}
.btn-next[data-v-9ff8d00d] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.google-input[data-v-9ff8d00d] {
    width: 100%;
    padding-left: 16px;
}
.address-container[data-v-9ff8d00d] {
    width: 100%;
    font-size: 11px;
}
.icon-gps-wrapper img[data-v-9ff8d00d] {
    display: none;
}
.page-content-wrapper[data-v-9ff8d00d] {
    padding: 0px 14px !important;
}
.custom-select[data-v-9ff8d00d] {
    width: 74% !important;
    padding-left: 16px !important;
}
}
[data-v-9ff8d00d] .v-field:before {
  border-color: #001154;
}
[data-v-9ff8d00d] label {
  color: #001154 !important;
}
[data-v-9ff8d00d] .custom-select {
  padding: 6px;
  padding-left: 33px;
  padding-top: 34px;
  filter: none;
  width: 694px;
}
[data-v-9ff8d00d] .custom-select .v-input__control {
  width: auto !important;
  flex-grow: initial !important;
}
[data-v-9ff8d00d] .custom-select {
  height: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-9ff8d00d] .custom-select {
    width: 100%;
    padding-left: 0px;
}
[data-v-9ff8d00d] .custom-select .v-input__control {
    width: 100% !important;
    flex-grow: initial !important;
}
}
.address-text-wrapper[data-v-9ff8d00d] {
  display: flex;
  justify-content: flex-end;
  color: white;
  margin-top: 20px;
  max-width: 794px;
  width: 100%;
}.special-status[data-v-ce02818a] {
  white-space: normal;
  line-height: 30px !important;
}
.asset-card[data-v-ce02818a] {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 10px 31px rgba(0, 17, 84, 0.06);
  border-radius: 6px;
  position: relative;
  transition: all 0.1s ease-in-out;
  width: 100%;
  height: 435px;
}
.asset-card[data-v-ce02818a] .status__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.asset-card--row[data-v-ce02818a] {
  box-shadow: 3px 3px 22px rgba(173, 173, 173, 0.25);
  width: 100%;
  flex-direction: row;
  height: 143px;
  min-height: 143px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 959.98px) {
.asset-card--row[data-v-ce02818a] {
    height: 135px;
    min-height: auto;
}
}
.asset-card--dialog[data-v-ce02818a] {
  cursor: pointer;
}
.asset-card__icon-wrapper[data-v-ce02818a] {
  position: absolute;
  z-index: 7;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 16px;
  top: 16px;
}
.asset-card__icon-wrapper--row[data-v-ce02818a] {
  left: 8px;
  top: 8px;
}
@media (max-width: 959.98px) {
.asset-card__icon-wrapper--row[data-v-ce02818a] {
    left: auto;
    right: 8px;
}
}
.asset-card__icon-wrapper-icon:hover button[data-v-ce02818a] {
  background-color: #dd226f;
}
.asset-card__icon-wrapper-icon:hover button span i[data-v-ce02818a] {
  color: white !important;
}
.asset-card__icon-wrapper-favorite-button[data-v-ce02818a] {
  z-index: 3;
  box-shadow: 0px 8px 12px rgba(0, 17, 84, 0.04);
}
.asset-card__icon-wrapper-favorite-button.v-btn--icon.v-btn--variant-elevated[data-v-ce02818a] {
  background-color: #fcfcfc;
  box-shadow: 0 8px 11px 0 rgba(233, 233, 233, 0.44);
}
.asset-card__timer[data-v-ce02818a] {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
  z-index: 99;
}
.asset-card__timer--row[data-v-ce02818a] .asset-dialog-timer__time .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.asset-card__timer--row[data-v-ce02818a] .asset-dialog-timer__time .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__timer--row[data-v-ce02818a] .asset-dialog-timer .asset-dialog-timer__dots {
  font-size: 18px;
  line-height: 40px;
  margin: 0 4px;
}
.asset-card__timer[data-v-ce02818a] .asset-dialog-timer {
  justify-content: center;
}
.asset-card__timer[data-v-ce02818a] .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__timer[data-v-ce02818a] .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.asset-card__timer[data-v-ce02818a] .asset-dialog-timer__dots {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
}
.asset-card__image[data-v-ce02818a] {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 219px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  border-top-right-radius: 0;
}
@media (max-width: 959.98px) {
.asset-card__image[data-v-ce02818a] {
    overflow: hidden;
    border-radius: 0;
}
}
.asset-card__image--row[data-v-ce02818a] {
  max-width: 165px;
  min-width: 165px;
  min-height: 143px;
  height: 143px;
  z-index: 5;
}
@media (max-width: 959.98px) {
.asset-card__image--row[data-v-ce02818a] {
    max-width: 130px !important;
    height: 135px !important;
    min-width: auto;
    min-height: auto;
}
}
.asset-card__row-image[data-v-ce02818a] {
  max-width: 165px;
}
.asset-card__body[data-v-ce02818a] {
  display: inline-block;
  width: 100%;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.asset-card__body--row[data-v-ce02818a] {
  padding: 8px;
  width: calc(100% - 165px);
}
@media (max-width: 959.98px) {
.asset-card__body--row[data-v-ce02818a] {
    width: calc(100% - 145px);
    padding-top: 0;
    padding-left: 8px !important;
    padding-bottom: 0 !important;
}
}
.asset-card__body-status[data-v-ce02818a] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #2969ff;
  display: flex;
  align-items: center;
}
.asset-card__body-status--row[data-v-ce02818a] {
  margin-bottom: 0;
}
.asset-card__body-status svg[data-v-ce02818a] {
  margin-right: 4px;
  color: #7fe0e8;
}
.asset-card__body-status svg.published[data-v-ce02818a] {
  color: #fff;
}
.asset-card__body-asset-name[data-v-ce02818a] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 8px;
  min-height: 22px;
  width: 95%;
}
.asset-card__body-asset-name--row[data-v-ce02818a] {
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  margin-top: 4px;
}
.asset-card__body-position[data-v-ce02818a] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-top: 2px;
}
.asset-card__body-position--row[data-v-ce02818a] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-position-address[data-v-ce02818a] {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.asset-card__body-upb[data-v-ce02818a] {
  position: absolute;
  bottom: 16px;
}
.asset-card__body-upb--row[data-v-ce02818a] {
  bottom: 8px;
}
.asset-card__body-upb-label[data-v-ce02818a] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.asset-card__body-upb-label--row[data-v-ce02818a] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-upb-value[data-v-ce02818a] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__body-upb-value--row[data-v-ce02818a] {
  font-weight: 700;
  font-size: 20px;
}
.asset-card__body-hidden[data-v-ce02818a] {
  display: none;
}
@media (max-width: 959.98px) {
.asset-card[data-v-ce02818a] .asset-card__body-status {
    display: none;
}
.asset-card[data-v-ce02818a] .asset-card__body-asset-name {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
}
.asset-card[data-v-ce02818a] .asset-card__body-position {
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 0;
}
.asset-card[data-v-ce02818a] .asset-card__body-upb--row {
    position: static;
    margin-top: 12px;
}
.asset-card[data-v-ce02818a] .asset-card__body-upb-label {
    line-height: 15px !important;
}
.asset-card[data-v-ce02818a] .asset-card__body-upb-value {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 152% !important;
}
}.buyer-favorites .page-title[data-v-56cf47f2] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.buyer-favorites[data-v-56cf47f2] {
  height: 100% !important;
}
@media (max-width: 959.98px) {
.buyer-favorites[data-v-56cf47f2] {
    overflow: hidden;
}
}
.buyer-favorites__row[data-v-56cf47f2] {
  height: 100% !important;
}
@media (max-width: 959.98px) {
.buyer-favorites__row[data-v-56cf47f2] {
    padding-bottom: 70px;
}
}
.buyer-favorites__col[data-v-56cf47f2] {
  position: relative;
}
.buyer-favorites__skeleton-loader[data-v-56cf47f2] {
  width: 100%;
}
[data-v-56cf47f2] .title-text {
  opacity: 0.5;
}
[data-v-56cf47f2] .custom-btn {
  background-color: rgb(20, 90, 255) !important;
  width: 230px;
  border-radius: 5px;
}
[data-v-56cf47f2] .custom-btn span {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
@media (max-width: 959.98px) {
[data-v-56cf47f2] .custom-btn {
    height: 40px !important;
}
[data-v-56cf47f2] .custom-btn span {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 26px;
}
}
[data-v-56cf47f2] .profile-data {
  flex-direction: column;
}
[data-v-56cf47f2]  .empty-favorites-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959.98px) {
[data-v-56cf47f2]  .empty-favorites-wrapper__title-text {
    max-width: 270px;
    text-align: center;
}
}
[data-v-56cf47f2]  .empty-favorites-wrapper__title-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 17, 84, 0.5);
}
[data-v-56cf47f2] .empty-favorites-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #001154;
}
[data-v-56cf47f2] .icon button {
  background-color: white !important;
}
[data-v-56cf47f2] .icon button span i {
  color: #d52819 !important;
}
[data-v-56cf47f2] .icon:hover button {
  background-color: #001154 !important;
}
[data-v-56cf47f2] .icon:hover button span i {
  color: white !important;
}
[data-v-56cf47f2] .v-badge__wrapper {
  left: 15px;
  top: 14px;
  z-index: 2;
}
[data-v-56cf47f2] .v-badge__badge {
  line-height: 1.2;
}
.list-leave-active[data-v-56cf47f2] {
  transition: opacity 0.3s;
}
.list-leave-to[data-v-56cf47f2] {
  opacity: 0;
}
.action[data-v-56cf47f2] {
  text-transform: none;
  color: #ffffff;
  background: #3ba9e0 !important;
}
.secondary-action[data-v-56cf47f2] {
  background: #162a4d !important;
}
.cancel-btn[data-v-56cf47f2] {
  background: transparent !important;
  width: auto !important;
  margin-top: 2px;
}
.no-favorites__title[data-v-56cf47f2] {
  font-size: 2rem;
  font-weight: 900;
}
.no-favorites__text[data-v-56cf47f2] {
  font-weight: 300;
}
.favorites-head { padding-block: 26px 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.favorites-head h1 { font-weight: 800; font-size: clamp(26px,2.8vw,36px); letter-spacing: -.02em; color: var(--xl-navy);
}
.favorites-head p { font-size: 15.5px; color: var(--xl-body); margin-top: 6px;
}
.fgrid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; padding: 26px 0 70px;
}
.fgrid > a { text-decoration: none; color: inherit; display: block;
}
.fempty { padding: 60px 0 90px; text-align: center; color: var(--xl-body-soft);
}
@media (max-width: 1100px){
.fgrid { grid-template-columns: repeat(2, minmax(0,1fr));
}
}
@media (max-width: 620px){
.fgrid { grid-template-columns: 1fr;
}
}

.favorites-refresh[data-v-4165adba] {
  min-height: calc(100vh - var(--xl-nav-h));
  background: #fff;
}
.favorites-refresh__head-wrap[data-v-4165adba] {
  position: sticky;
  top: var(--xl-nav-h);
  z-index: 25;
  border-bottom: 1px solid #eef1f7;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 20px rgba(0, 17, 84, 0.05);
  backdrop-filter: blur(10px);
}
.favorites-refresh__head-wrap .favorites-head[data-v-4165adba] {
  padding-bottom: 18px;
}
.favorites-head .xlr-btn[data-v-4165adba] {
  text-decoration: none;
}
.favorites-head h1[data-v-4165adba],
.fempty h2[data-v-4165adba],
.fempty p[data-v-4165adba] {
  line-height: normal;
}
.fgrid[data-v-4165adba] > * {
  min-width: 0;
}
.fempty[data-v-4165adba] {
  width: 100%;
  max-width: 680px;
  min-height: 410px;
  margin: 22px auto 48px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid #e4eaf5;
  border-radius: 18px;
  background: #fbfcfe;
  box-shadow: 0 20px 52px rgba(0, 17, 84, 0.08);
  text-align: center;
}
.fempty__icon[data-v-4165adba] {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef3ff;
}
.fempty__icon img[data-v-4165adba] {
  width: 52px;
  height: 52px;
}
.fempty h2[data-v-4165adba] {
  color: var(--xl-navy);
  font-size: 23px;
}
.fempty p[data-v-4165adba] {
  margin: -5px 0 6px;
}
.fempty .xlr-btn[data-v-4165adba] {
  min-width: 150px;
  text-decoration: none;
}
.favorites-refresh__skeleton[data-v-4165adba] {
  min-height: 370px;
  overflow: hidden;
  border: 1px solid #e8edf6;
  border-radius: 14px;
}
.favorites-refresh__skeleton[data-v-4165adba] .v-skeleton-loader__image {
  height: 220px;
}
.favorites-refresh__loading[data-v-4165adba] {
  min-height: 132px;
  margin: 22px 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e4eaf5;
  border-radius: 14px;
  background: #fbfcfe;
  color: var(--xl-body);
  font-size: 15px;
  font-weight: 600;
}
.favorites-refresh__loading-dot[data-v-4165adba] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--xl-blue);
  box-shadow: 0 0 0 5px rgba(47, 107, 255, 0.12);
  animation: favorites-loading-pulse-4165adba 1.1s ease-in-out infinite;
}
@keyframes favorites-loading-pulse-4165adba {
50% {
    opacity: 0.45;
    transform: scale(0.82);
}
}
@media (prefers-reduced-motion: reduce) {
.favorites-refresh__loading-dot[data-v-4165adba] {
    animation: none;
}
}
@media (max-width: 760px) {
.fempty[data-v-4165adba] {
    min-height: 360px;
    margin: 12px auto 32px;
    padding: 34px 20px;
}
.fempty .xlr-btn[data-v-4165adba] {
    width: 100%;
}
}
[data-v-d2d500ab] .v-tab__slider {
  width: 0 !important;
}
[data-v-d2d500ab] .v-tab {
  color: #001154 !important;
  transition: 0.2s;
}
[data-v-d2d500ab] .v-tab.active {
  font-size: 24px;
  font-weight: bold;
}
[data-v-d2d500ab] .v-tab:hover {
  color: #001154 !important;
  transition: 200ms;
  font-size: 24px;
}
[data-v-d2d500ab] .v-tab:hover:before {
  background-color: unset !important;
}
[data-v-d2d500ab] .v-tab:hover {
  font-weight: bold;
}.buyer-offer-main-info[data-v-5e67fa85] {
  color: #fcfcfc !important;
  height: 100%;
}
.main-info-wrapper[data-v-5e67fa85] {
  flex-grow: 1;
  background-size: cover;
}
.main-info-wrapper .main-info[data-v-5e67fa85] {
  padding: 45px 57px;
  transition: opacity 0.25s ease;
}
@media (max-width: 959.98px) {
.main-info-wrapper .main-info[data-v-5e67fa85] {
    padding: 40px 24px;
}
}
.main-info-wrapper .main-info__name[data-v-5e67fa85] {
  font-size: 20px;
}
.main-info-wrapper .main-info__address[data-v-5e67fa85] {
  font-weight: 300;
}
.upb-block[data-v-5e67fa85] {
  padding-left: 10px;
  background-color: #001154;
  padding: 28px 57px !important;
}
@media (max-width: 959.98px) {
.upb-block[data-v-5e67fa85] {
    padding: 33px 24px !important;
}
}
.upb-block .upb-value[data-v-5e67fa85] {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 600px) and (max-width: 959.98px) {
.upb-block .upb-value[data-v-5e67fa85] {
    margin-bottom: 50px !important;
}
}.buyer-offer-details[data-v-b43a9ecd] {
  padding: 30px;
}
.status[data-v-b43a9ecd] {
  background-color: #7fe0e8;
  padding: 5px 13px;
  color: #001154;
  cursor: default;
}
.table-label[data-v-b43a9ecd] {
  font-weight: 500;
}
.table-value[data-v-b43a9ecd] {
  font-weight: 300;
  text-align: right;
}
.action-button[data-v-b43a9ecd] {
  width: 45%;
  font-size: 14px !important;
  padding: 24px 0 !important;
}
[data-v-b43a9ecd] td {
  padding: 14px 0 !important;
  font-size: 1rem !important;
  border-bottom: 1px solid #d1d1d1;
  color: #001154;
}.fs-10[data-v-ac053e81] {
  font-size: 10px;
}
.buyer-offer-additional-info[data-v-ac053e81] {
  padding: 30px;
  background-color: #f2f7fa;
  color: #001154;
  font-size: 14px;
}
.v-btn[data-v-ac053e81] {
  min-height: 32px !important;
  font-size: 12px !important;
  max-width: 190px;
  width: 100%;
}
.countdown-value[data-v-ac053e81] {
  font-size: 2rem;
  font-weight: bold;
}.buyer-offer[data-v-887b1fc0] {
  margin-bottom: 60px;
}.no-offers__title[data-v-d6154956] {
  font-size: 2rem;
  font-weight: 900;
}
.no-offers__text[data-v-d6154956] {
  font-weight: 300;
}.no-offers__title[data-v-24f01256] {
  font-size: 2rem;
  font-weight: 900;
}
.no-offers__text[data-v-24f01256] {
  font-weight: 300;
}.admin-page-shell[data-v-6b8264e0] {
  --admin-page-header-height: 78px;
  background: #f8f9fb;
  min-height: calc(100vh - var(--xl-nav-h, 74px));
}
.admin-tabs-shell[data-v-6b8264e0] {
  position: sticky;
  top: var(--xl-nav-h, 74px);
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 8px 18px rgba(0, 17, 84, 0.06);
}
.admin-tabs-container[data-v-6b8264e0] {
  padding-top: 0;
  padding-bottom: 0;
}
.admin-tabs[data-v-6b8264e0] {
  margin: 0;
  height: 49px;
}
.admin-tabs[data-v-6b8264e0] .v-slide-group,
.admin-tabs[data-v-6b8264e0] .v-slide-group__content {
  background: #ffffff;
}
.admin-tabs[data-v-6b8264e0] .v-slide-group {
  height: 49px;
}
.admin-tabs[data-v-6b8264e0] .v-tab {
  min-width: 76px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.admin-tabs__active[data-v-6b8264e0] {
  color: #2969ff !important;
}
@media (max-width: 760px) {
.admin-page-shell[data-v-6b8264e0] {
    --admin-page-header-height: 70px;
}
.admin-tabs-container[data-v-6b8264e0] {
    padding-left: 0;
    padding-right: 0;
}
.admin-tabs[data-v-6b8264e0] .v-tab {
    min-width: 70px;
    padding: 0 10px;
    font-size: 13px;
}
}.admin-page-header[data-v-ca559178] {
  background: #ffffff;
  color: #001154;
}
.admin-page-header--sticky[data-v-ca559178] {
  position: sticky;
  top: var(--admin-subheader-top, calc(var(--xl-nav-h, 74px) + 50px));
  z-index: 8;
}
.admin-page-header__inner[data-v-ca559178] {
  height: var(--admin-page-header-height, 78px);
  min-height: var(--admin-page-header-height, 78px);
  padding-top: 18px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.admin-page-header__copy[data-v-ca559178] {
  min-width: 0;
}
.admin-page-header h1[data-v-ca559178] {
  margin: 0;
  color: #001154;
  font-size: clamp(28px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.admin-page-header p[data-v-ca559178] {
  margin: 4px 0 0;
  color: #4a5c80;
  font-size: 14px;
  line-height: 1.35;
}
.admin-page-header__actions[data-v-ca559178] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 760px) {
.admin-page-header__inner[data-v-ca559178] {
    height: var(--admin-page-header-height, 70px);
    min-height: var(--admin-page-header-height, 70px);
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 8px;
}
.admin-page-header h1[data-v-ca559178] {
    font-size: 27px;
}
}.admin-select-control[data-v-15a0f51c] {
  position: relative;
  min-width: 0;
  height: 46px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #dde5f2;
  border-radius: 10px;
  color: #001154;
}
.admin-select-control[data-v-15a0f51c]:focus-within {
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.14);
}
.admin-select-control__label[data-v-15a0f51c] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.admin-select-control select[data-v-15a0f51c] {
  width: 100%;
  height: 100%;
  padding: 0 42px 0 14px;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #001154;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}
.admin-select-control svg[data-v-15a0f51c] {
  position: absolute;
  right: 13px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #2969ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.admin-select-control--disabled[data-v-15a0f51c] {
  background: #f3f6fb;
  border-color: #e2e8f2;
}
.admin-select-control select[data-v-15a0f51c]:disabled {
  color: #66748f;
  cursor: not-allowed;
  opacity: 1;
}
.admin-select-control--disabled svg[data-v-15a0f51c] {
  stroke: #8c98ad;
}.icon-close[data-v-ab235508] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-ab235508] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info-text[data-v-ab235508] {
  max-width: 555px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.actions[data-v-ab235508] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-ab235508] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-ab235508] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-ab235508] {
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions[data-v-ab235508] {
    flex-direction: column;
    row-gap: 16px;
}
.submit-btn[data-v-ab235508] {
    margin-left: 0 !important;
}
}.settings-page[data-v-b2c811a1] {
  min-height: calc(100vh - var(--admin-subheader-top, 124px));
  background: #f8f9fb;
  color: #001154;
}
.settings-content[data-v-b2c811a1] {
  padding-top: 18px;
  padding-bottom: 36px;
}
.settings-loading[data-v-b2c811a1] {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #4a5c80;
}
.settings-overview-grid[data-v-b2c811a1] {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: 18px;
  align-items: stretch;
}
.settings-panel[data-v-b2c811a1] {
  padding: 22px;
  border: 1px solid #e4eaf4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 17, 84, 0.06);
}
.settings-panel__header[data-v-b2c811a1] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #edf1f7;
}
.settings-panel__header--icon[data-v-b2c811a1] {
  align-items: center;
}
.settings-panel h2[data-v-b2c811a1],
.settings-panel h3[data-v-b2c811a1],
.settings-panel p[data-v-b2c811a1] {
  margin: 0;
}
.settings-panel h2[data-v-b2c811a1] {
  color: #001154;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}
.settings-panel__header p[data-v-b2c811a1],
.template-card p[data-v-b2c811a1],
.processor-mode p[data-v-b2c811a1] {
  margin-top: 4px;
  color: #4a5c80;
  font-size: 13px;
  line-height: 1.45;
}
.setting-list[data-v-b2c811a1] {
  display: flex;
  flex-direction: column;
}
.setting-item[data-v-b2c811a1] {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(116px, 160px);
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #edf1f7;
}
.setting-item[data-v-b2c811a1]:last-child {
  border-bottom: 0;
}
.setting-item__label[data-v-b2c811a1] {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #001154;
  font-size: 14px;
  font-weight: 700;
}
.setting-info[data-v-b2c811a1] {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: help;
}
.setting-provider-select[data-v-b2c811a1] {
  width: 100%;
  height: 40px;
}
.setting-checkbox[data-v-b2c811a1] {
  justify-self: end;
}
.processor-mode[data-v-b2c811a1] {
  padding: 18px 0 16px;
}
.settings-eyebrow[data-v-b2c811a1],
.processor-details dt[data-v-b2c811a1] {
  display: block;
  margin-bottom: 6px;
  color: #4a5c80;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.processor-details[data-v-b2c811a1] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}
.processor-details > div[data-v-b2c811a1] {
  min-width: 0;
  padding: 13px;
  border: 1px solid #e5ebf4;
  border-radius: 10px;
  background: #f8faff;
}
.processor-details dd[data-v-b2c811a1] {
  margin: 0;
  color: #001154;
  font-size: 13px;
  line-height: 1.55;
}
.processor-details code[data-v-b2c811a1] {
  padding: 2px 5px;
  border-radius: 4px;
  background: #eef3ff;
  color: #001154;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.settings-note[data-v-b2c811a1] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #eef4ff;
  color: #23406f;
  font-size: 12px;
  line-height: 1.45;
}
.settings-note .v-icon[data-v-b2c811a1] {
  flex: 0 0 auto;
  margin-top: 1px;
}
.settings-panel--documents[data-v-b2c811a1] {
  min-width: 0;
  margin-top: 18px;
}
.template-grid[data-v-b2c811a1] {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 16px;
}
.template-card[data-v-b2c811a1] {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1fr) minmax(96px, 112px);
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e5ebf4;
  border-radius: 11px;
  background: #fbfcff;
}
.template-card[data-v-b2c811a1] > * {
  min-width: 0;
}
.template-card h3[data-v-b2c811a1] {
  color: #001154;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}
.template-upload-button[data-v-b2c811a1] {
  width: 100%;
  min-width: 0 !important;
  max-width: 112px;
  height: 42px !important;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
[data-v-b2c811a1] .template-card .v-field {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 42px !important;
  margin-bottom: 0;
  border-radius: 9px;
}
[data-v-b2c811a1] .template-card .v-input,[data-v-b2c811a1] .template-card .v-input__control,[data-v-b2c811a1] .template-card .v-field__field {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
[data-v-b2c811a1] .template-card .v-field__input {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-field[data-v-b2c811a1] {
  text-transform: capitalize;
}
.select-field[data-v-b2c811a1] .v-field {
  min-height: auto !important;
}
.select-field[data-v-b2c811a1] .v-field__append-inner {
  margin-top: 0 !important;
  width: 22px !important;
}
.select-field.v-input--disabled[data-v-b2c811a1] fieldset {
  border-color: initial;
}
.select-field.v-input--disabled[data-v-b2c811a1] .v-select__selection {
  color: inherit !important;
}
.select-field.v-input--disabled[data-v-b2c811a1] .v-field__append-inner {
  background-color: rgba(0, 0, 0, 0.26);
}
[data-v-b2c811a1] .v-list-item-title {
  text-transform: capitalize;
}
[data-v-b2c811a1] .v-label {
  font-size: 12px;
}
[data-v-b2c811a1] .v-selection-control__input {
  margin-right: 0 !important;
  margin-left: auto !important;
}
[data-v-b2c811a1] [type="number"]::-webkit-inner-spin-button,[data-v-b2c811a1] [type="number"]::-webkit-outer-spin-button {
  display: none;
}
@media (max-width: 1100px) {
.settings-overview-grid[data-v-b2c811a1],
  .template-grid[data-v-b2c811a1] {
    grid-template-columns: 1fr;
}
.template-card[data-v-b2c811a1] {
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr) minmax(96px, 112px);
}
}
@media (max-width: 760px) {
.settings-content[data-v-b2c811a1] {
    padding-top: 12px;
    padding-bottom: 24px;
}
.settings-panel[data-v-b2c811a1] {
    padding: 18px;
}
.setting-item[data-v-b2c811a1],
  .processor-details[data-v-b2c811a1],
  .template-card[data-v-b2c811a1] {
    grid-template-columns: 1fr;
}
.setting-item[data-v-b2c811a1] {
    gap: 8px;
    padding: 12px 0;
}
.setting-provider-select[data-v-b2c811a1] {
    max-width: 220px;
}
.setting-checkbox[data-v-b2c811a1] {
    justify-self: start;
}
.template-upload-button[data-v-b2c811a1] {
    width: 100%;
}
}.icon-close[data-v-d590ee63] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-d590ee63] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info-text[data-v-d590ee63] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  opacity: 0.8;
}
.actions[data-v-d590ee63] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-d590ee63] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-d590ee63] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-d590ee63] {
  color: #ffffff;
}.icon-close[data-v-1203ee21] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-1203ee21] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info[data-v-1203ee21] {
  max-width: 500px;
  margin: 0 auto;
}
.actions[data-v-1203ee21] {
  justify-content: center;
}
.submit-btn[data-v-1203ee21] {
  color: #ffffff;
}
[data-v-1203ee21] .v-input {
  align-items: center;
  padding: 0 10px;
}
[data-v-1203ee21] .v-field__append-inner {
  margin-top: 0;
  align-self: center;
}
.pof[data-v-1203ee21] .v-input {
  background-color: #f3f3f3;
}
.pof[data-v-1203ee21] .v-field {
  font-size: 12px;
}
.pof[data-v-1203ee21] .v-field::after, .pof[data-v-1203ee21] .v-field::before {
  content: none;
}.btn-next-section-wrapper[data-v-48eedd4e] {
  margin-top: 105px;
  text-align: end;
}
.btn-title-section-wrapper[data-v-48eedd4e] {
  display: grid;
  grid-template-columns: 1fr auto;
}
.profile-dialog-title[data-v-48eedd4e] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #0f2d59;
}
.custom-btn[data-v-48eedd4e] {
  border-radius: 5px;
}
.button-text[data-v-48eedd4e] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.fields-wrapper[data-v-48eedd4e] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 20px;
}
.v-input[data-v-48eedd4e] {
  align-items: center;
}
.custom-lock-icon[data-v-48eedd4e] {
  left: -10px;
  top: 5px;
}.fields-wrapper[data-v-34c77535] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 20px;
}
.v-input[data-v-34c77535] {
  align-items: center;
}
.btn-next-section-wrapper[data-v-34c77535] {
  margin-top: 105px;
  text-align: end;
}
.btn-title-section-wrapper[data-v-34c77535] {
  display: grid;
  grid-template-columns: 1fr auto;
}
.profile-dialog-title[data-v-34c77535] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #0f2d59;
}
.custom-btn[data-v-34c77535] {
  border-radius: 5px;
}
.button-text[data-v-34c77535] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}.fields-wrapper[data-v-7e484be7] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 20px;
}
[data-v-7e484be7] .v-input {
  align-items: center;
}
[data-v-7e484be7] .v-field__input {
  min-height: auto !important;
  bottom: 0;
}
.btn-next-section-wrapper[data-v-7e484be7] {
  margin-top: 105px;
  text-align: end;
}
.btn-title-section-wrapper[data-v-7e484be7] {
  display: grid;
  grid-template-columns: 1fr auto;
}
.profile-dialog-title[data-v-7e484be7] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #0f2d59;
}
.custom-btn[data-v-7e484be7] {
  border-radius: 5px;
}
.button-text[data-v-7e484be7] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}.dialog-content-wrapper[data-v-4ccb9aab] {
  position: relative;
}
.content-wrapper[data-v-4ccb9aab] {
  width: 100%;
}
.dialog-wrapper[data-v-4ccb9aab] {
  background: #ffffff;
  border-radius: 5px;
  max-width: 796px;
  max-height: 891px;
  margin: 0 auto;
  overflow: hidden;
}
.close-icon[data-v-4ccb9aab] {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-icon img[data-v-4ccb9aab] {
  width: 16px;
  height: 16px;
}
[data-v-4ccb9aab] .v-field {
  margin-bottom: 0;
}.list-action[data-v-a3027779] {
  background: #ffffff;
  box-shadow: 3.99533px 5.3271px 19.9766px rgba(0, 17, 84, 0.14);
  border-radius: 6.65888px;
  padding: 10px 16px 16px;
}
.list-action .list-header[data-v-a3027779] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #9aabc2;
}
.list-action .list-item[data-v-a3027779] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}.title[data-v-4ddb8231] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-4ddb8231] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-4ddb8231] {
  font-weight: 600;
}
.border-bottom[data-v-4ddb8231] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-753ec611] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-753ec611] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-753ec611] {
  font-weight: 600;
}
.border-bottom[data-v-753ec611] {
  border-bottom: 1px solid #9aabc2;
}.item[data-v-ff9ff005] {
  color: #ffffff;
  background: rgba(41, 105, 255, 0.7);
  box-shadow: 3.99533px 5.3271px 19.9766px rgba(0, 17, 84, 0.14);
  border-radius: 6px;
  font-weight: 400;
}
@media (max-width: 959.98px) {
.item[data-v-ff9ff005] {
    display: flex;
    width: fit-content;
}
}.title[data-v-933642b1] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-933642b1] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-933642b1] {
  font-weight: 600;
}
.border-bottom[data-v-933642b1] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-56cb4632] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-56cb4632] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-56cb4632] {
  font-weight: 600;
}
.border-bottom[data-v-56cb4632] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-39c9a521] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-39c9a521] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-39c9a521] {
  font-weight: 600;
}
.border-bottom[data-v-39c9a521] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-5d612174] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-5d612174] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-5d612174] {
  font-weight: 600;
}
.border-bottom[data-v-5d612174] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-ed823df5] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-ed823df5] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-ed823df5] {
  font-weight: 600;
}
.border-bottom[data-v-ed823df5] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-32bc7b35] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-32bc7b35] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-32bc7b35] {
  font-weight: 600;
}
.border-bottom[data-v-32bc7b35] {
  border-bottom: 1px solid #9aabc2;
}
.notification-checkbox[data-v-32bc7b35] {
  height: 17px;
}
.receive-field[data-v-32bc7b35] {
  white-space: nowrap;
}
.receive-field span[data-v-32bc7b35] {
  white-space: nowrap;
}.close-btn[data-v-2e2127bf] {
  position: absolute;
  top: 16px;
  right: 16px;
}.counter[data-v-9bfbfabb] {
  background: #dd226f;
  font-size: 8px;
  color: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field[data-v-9bfbfabb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 203px;
  height: 40px;
  padding: 10px 16px;
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14) !important;
  border-radius: 6.66667px;
}
@media (max-width: 500px) {
.field[data-v-9bfbfabb] {
    max-width: 100%;
}
}
.menu-wrap--refresh[data-v-9bfbfabb] {
  width: 100%;
}
.menu-wrap--refresh .field[data-v-9bfbfabb] {
  max-width: none;
  height: 46px;
  margin-right: 0 !important;
  padding: 0 14px;
  border: 1px solid #dde5f2;
  border-radius: 10px;
  box-shadow: none !important;
  color: #001154;
  font-size: 15px;
}
.menu-wrap--refresh .field[data-v-9bfbfabb]:hover,
.menu-wrap--refresh .field[data-v-9bfbfabb]:focus-visible {
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.14) !important;
}
.menu-wrap--refresh .field img[data-v-9bfbfabb] {
  width: 15px;
  height: 15px;
}
.v-divider[data-v-9bfbfabb] {
  background: #001154;
  opacity: 0.1;
}
.done-btn[data-v-9bfbfabb] {
  border: none;
  color: #2969ff;
  padding: 0 !important;
  min-width: auto !important;
}
.done-btn[data-v-9bfbfabb]:hover:before {
  opacity: 0;
}
.done-btn[data-v-9bfbfabb] span {
  font-weight: 500;
  font-size: 14px !important;
}
.v-overlay__content[data-v-9bfbfabb] {
  background: #ffffff;
  z-index: 7 !important;
  margin-top: 8px;
}
[data-v-9bfbfabb] .custom-checkbox {
  min-width: 0;
  max-width: 100%;
}
[data-v-9bfbfabb] .custom-checkbox .v-selection-control {
  min-width: 0;
  max-width: 100%;
}
[data-v-9bfbfabb] .custom-checkbox label {
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  color: #001154;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
[data-v-9bfbfabb] .custom-checkbox .v-selection-control__input {
  width: 22px;
  height: 22px;
}
.mobile-grow[data-v-9bfbfabb] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.mobile-grow > .field[data-v-9bfbfabb] {
  box-shadow: none !important;
}
.mobile-grow[data-v-9bfbfabb] .v-overlay__content {
  margin-top: 0;
}
.mobile-list[data-v-9bfbfabb] {
  height: 140px;
}
.mobile-list--overflow-auto[data-v-9bfbfabb] {
  overflow: auto;
}.change-password-dialog[data-v-ec5c032a] {
  position: relative;
  padding: 20px 40px;
}
.change-password-dialog .close-btn[data-v-ec5c032a] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.change-password-dialog .icon-close[data-v-ec5c032a] {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10;
}
.change-password-dialog .modal-title[data-v-ec5c032a] {
  font-size: 24px;
  font-weight: 600;
  color: #001154;
  text-align: center;
}
.change-password-dialog .card-content[data-v-ec5c032a] {
  max-width: 370px;
  margin: 0 auto;
}
.change-password-dialog .card-content[data-v-ec5c032a] .v-field {
  margin-top: 4px;
}
.change-password-dialog .list__wrapper[data-v-ec5c032a] {
  padding: 8px 10px 0;
  background-color: rgba(41, 105, 255, 0.1);
}
.change-password-dialog .list__wrapper .list[data-v-ec5c032a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.change-password-dialog .list__wrapper .validation__description[data-v-ec5c032a] {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.change-password-dialog .list__wrapper .list__item[data-v-ec5c032a] {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
.change-password-dialog .card-actions[data-v-ec5c032a] {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}.icon-close[data-v-6a47b993] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-6a47b993] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info-text[data-v-6a47b993] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  opacity: 0.8;
}
.actions[data-v-6a47b993] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-6a47b993] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-6a47b993] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-6a47b993] {
  color: #ffffff;
}.dialog-content[data-v-676cd17a] {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  position: relative;
}
.dialog-content__title[data-v-676cd17a] {
  font-weight: normal;
  font-size: 24px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.dialog-content__info[data-v-676cd17a] {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #001154;
}
.dialog-content__current[data-v-676cd17a] {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.buttons[data-v-676cd17a] {
  display: flex;
  margin-top: 8px;
}
.close-icon-wrapper[data-v-676cd17a] {
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
}.users-59-sidebar[data-v-649b4732] {
  top: 59px !important;
}
.users-59-sidebar > div > div[data-v-649b4732] {
  padding-bottom: 99px !important;
}
.users-73-sidebar[data-v-649b4732] {
  top: 73px !important;
}
.users-73-sidebar > div > div[data-v-649b4732] {
  padding-bottom: 113px !important;
}
.table-59-wrapper[data-v-649b4732] {
  min-height: calc(100vh - 59px - 400px);
}
.table-73-wrapper[data-v-649b4732] {
  min-height: calc(100vh - 73px - 400px);
}
.users-sidebar[data-v-649b4732] {
  box-shadow: 0px 8px 25px rgba(0, 17, 84, 0.25);
}
.filters-sticky-shell[data-v-649b4732] {
  position: sticky;
  top: calc(var(--admin-subheader-top, calc(var(--xl-nav-h, 74px) + 50px)) + var(--admin-page-header-height, 78px));
  z-index: 7;
  background: #ffffff;
  border-bottom: 1px solid #eef1f7;
  box-shadow: 0 10px 20px rgba(0, 17, 84, 0.05);
}
.filter-section[data-v-649b4732] {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(210px, 260px);
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
  background: #ffffff;
}
.roles-field[data-v-649b4732] {
  width: 100%;
}
.admin-user-search[data-v-649b4732] {
  width: 100%;
  min-width: 0;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid #dde5f2;
  border-radius: 10px;
  background: #ffffff;
}
.admin-user-search[data-v-649b4732]:focus-within {
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.14);
}
.admin-user-search svg[data-v-649b4732] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #2969ff;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.admin-user-search input[data-v-649b4732] {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #001154;
  font-size: 15px;
}
.table-container[data-v-649b4732] {
  padding: 16px 0 95px;
}
.admin-table[data-v-649b4732] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.username-link[data-v-649b4732] {
  font-weight: 500;
  line-height: 26px;
  color: #2969ff !important;
}
.user-name-cell[data-v-649b4732] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
}
.incomplete-chip[data-v-649b4732] {
  color: #7a4b00;
  background: #fff4d6 !important;
  border: 1px solid #f0c66a;
}
[data-v-649b4732] thead th {
  height: 56px !important;
}
[data-v-649b4732] thead th span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  opacity: 0.8;
}
[data-v-649b4732] tbody td {
  font-size: 16px !important;
  height: 67px !important;
}
.position-relative[data-v-649b4732] {
  position: relative;
}
@media (max-width: 959.98px) {
.filters-sticky-shell[data-v-649b4732] {
    position: static;
}
.filter-section[data-v-649b4732] {
    grid-template-columns: 1fr;
}
.users-sidebar[data-v-649b4732] {
    height: 100vh !important;
    overflow: auto;
    left: 0px;
}
.position-relative[data-v-649b4732] {
    position: static !important;
}
.table-container[data-v-649b4732] {
    width: 100% !important;
}
}.users-page {
  min-height: calc(100vh - var(--admin-subheader-top, 124px));
  background: #f8f9fb;
}
main.admin-users-page {
  min-height: auto !important;
}
main.admin-users-page .users-page {
  height: 100%;
}
main.admin-users-page .users-page .admin-table-component {
  height: 100%;
}
main.admin-users-page .users-page .admin-table-component > .position-relative {
  height: calc(100% - 73px);
}.title[data-v-94c7d820] {
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
}
.dialog-title[data-v-94c7d820] {
  color: #0f2d59;
  font-size: 20px;
  font-weight: 700;
  line-height: 152%;
  letter-spacing: 0.444px;
}
.content[data-v-94c7d820] {
  margin-top: 60px;
}
.second-input-wrapper[data-v-94c7d820] {
  background: rgb(241, 241, 241) !important;
}
.second-input-wrapper[data-v-94c7d820]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.second-input-wrapper[data-v-94c7d820] {
  padding-left: 10px !important;
}
.banks-card[data-v-94c7d820] {
  position: relative;
}
.close-icon[data-v-94c7d820] {
  position: absolute;
  top: 24px;
  right: 24px;
}
.deposit-status[data-v-94c7d820] {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 60px;
  color: #001154;
}
.deposit-status span[data-v-94c7d820] {
  font-weight: 600;
}
.deposit-field[data-v-94c7d820] {
  display: grid;
  grid-template-columns: 50%;
}
.deposit-field-label[data-v-94c7d820] {
  color: #001154;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 18px !important;
}
.buttons-wrapper[data-v-94c7d820] {
  margin-top: 85px;
}
[data-v-94c7d820] .v-field:before,[data-v-94c7d820] .v-field:after {
  content: none;
}.asset-item[data-v-8dc77a64] {
  height: 160px;
  width: 508px;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  margin-top: 24px;
  display: flex;
}
.asset-item__image[data-v-8dc77a64] {
  height: 160px;
  width: 244px;
}
.asset-info[data-v-8dc77a64] {
  padding-top: 32px;
  padding-left: 20px;
  width: calc(100% - 220px);
}
.asset-info__main-address[data-v-8dc77a64] {
  width: 90%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #001154;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
}
.asset-info__second-address[data-v-8dc77a64] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #001154;
  opacity: 0.8;
  margin-top: 12px;
  display: flex;
}
.asset-info__upb[data-v-8dc77a64] {
  display: flex;
  column-gap: 8px;
  margin-top: 33px;
}
.upb-title[data-v-8dc77a64] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.upb-value[data-v-8dc77a64] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}.app-input[data-v-ef187a81] {
  padding-left: 24px;
}
.time-picker-wrapper[data-v-ef187a81] {
  display: flex;
  margin-left: 8px;
  position: relative;
  bottom: 3px;
}
.hour[data-v-ef187a81],
.min[data-v-ef187a81] {
  height: 50px;
  width: 72px;
}
.divider[data-v-ef187a81] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  /* DarkBlue */
  color: #001154;
}
[data-v-ef187a81] .v-input {
  padding-left: 8px;
  padding-right: 8px;
  height: 50px !important;
}
[data-v-ef187a81] .v-field__input {
  position: relative;
  top: 6px;
}
.period[data-v-ef187a81] {
  margin-left: 8px;
  display: flex;
}
.period__item[data-v-ef187a81] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  width: 40px;
  height: 50px;
  background: #f4f4f4;
  border-radius: 0px 1px 1px 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: rgba(0, 17, 84, 0.45);
  cursor: pointer;
}
.period__item.--active[data-v-ef187a81] {
  background: #2969ff;
  color: white;
}
[data-v-ef187a81] .v-list-item {
  width: 75px;
}
.deadline-text[data-v-19267edf] {
  font-size: 11px;
  color: #001154;
}

.deadline-text[data-v-b5ce0d51] {
  font-size: 11px;
  color: #001154;
}

.hide-to-change-end-date[data-v-a3a6e35d] {
  display: none;
}
[data-v-a3a6e35d] .v-field__append-inner {
  align-self: center;
  margin-top: 0;
}
[data-v-4723bd53] .v-slider-track {
  height: 10px !important;
  left: -4px !important;
  width: 102% !important;
}
[data-v-4723bd53] .v-slider-track__tick {
  border-radius: 100%;
}
[data-v-4723bd53] .v-slider-thumb__surface {
  height: 32px;
  width: 32px;
  left: -15px;
}
[data-v-4723bd53] .v-slider-thumb__surface::before {
  display: none !important;
}
[data-v-4723bd53] .v-slider-track__tick-label {
  padding-top: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.editor-label[data-v-4723bd53] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.duration-block[data-v-4723bd53] {
  background: rgba(242, 246, 255, 0.7);
  border-radius: 1px;
  height: 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  color: #001154;
}
.error-text[data-v-4723bd53] {
  color: red;
}
[data-v-4723bd53] .v-slider-track__tick--filled {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
[data-v-4723bd53] .v-slider-track__fill {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}
[data-v-4723bd53] .v-slider-track__tick-label {
  transform: translateX(19%) !important;
}
[data-v-4723bd53] .v-slider-track__tick:last-child .v-slider-track__tick-label {
  transform: translateX(-6%) !important;
}
[data-v-4723bd53] .v-slider-track__tick:first-child .v-slider-track__tick-label {
  transform: translateX(37%) !important;
}
@media (max-width: 959.98px) {
.duration-block[data-v-4723bd53] {
    height: 40px;
}
.editor-label[data-v-4723bd53] {
    font-size: 12px;
}
}img[data-v-650546a4] {
  width: 136px;
  height: 136px;
}
[data-v-650546a4] .v-dialog {
  overflow: hidden !important;
}
.address[data-v-650546a4] {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001154;
}
.city[data-v-650546a4] {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.upb[data-v-650546a4] {
  margin-top: 15px;
  display: flex;
}
.upb__title[data-v-650546a4] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001154;
}
.upb__value[data-v-650546a4] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-left: 12px;
  color: #001154;
}
.gps-icon[data-v-650546a4] {
  width: 18px;
  height: 18px;
}
.deadline-text[data-v-650546a4] {
  font-size: 11px;
  color: #001154;
}
.draft-status[data-v-650546a4] {
  height: 16px;
  width: 24px;
  position: relative;
  top: 3px;
}
[data-v-650546a4] input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(17%) sepia(15%) saturate(7377%) hue-rotate(199deg) brightness(90%) contrast(101%);
  width: 134px;
  height: 24px;
  position: relative;
  z-index: 10;
  left: -10px;
  position: absolute;
}
[data-v-650546a4] input[type="time"] {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding-left: 27px;
  z-index: 1;
}
.err-msg-wrapper[data-v-650546a4] {
  color: red;
}
.asset-item[data-v-650546a4] {
  height: 213px;
  width: 100%;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  margin-top: 24px;
  display: flex;
}
.asset-item__image[data-v-650546a4] {
  height: 213px !important;
  width: 244px !important;
}
[data-v-650546a4] .asset-item__image {
  height: 213px !important;
  width: 244px !important;
  min-width: 244px !important;
}
.dialog-content[data-v-650546a4] {
  max-width: 700px;
  margin: 0 auto;
}
[data-v-650546a4] .v-dialog {
  background: white;
  position: relative;
}
.dialog-title[data-v-650546a4] {
  margin-top: 32px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.487111px;
  color: #001154;
}
.asset-info[data-v-650546a4] {
  padding-top: 32px;
  padding-left: 20px;
}
.asset-info__main-address[data-v-650546a4] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #001154;
}
.asset-info__second-address[data-v-650546a4] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #001154;
  opacity: 0.8;
  margin-top: 6px;
  display: flex;
}
.asset-info__upb[data-v-650546a4] {
  display: flex;
  column-gap: 8px;
  margin-top: 33px;
}
.upb-title[data-v-650546a4] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.upb-value[data-v-650546a4] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
[data-v-650546a4] .app-input .v-text-field .v-field {
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
[data-v-650546a4] .app-input .v-text-field .v-field input {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-650546a4] .v-select__selection {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  margin: 0px !important;
  color: #001154;
}
[data-v-650546a4] .v-field__input {
  position: relative;
  top: 2px;
}
.buttons-wrapper[data-v-650546a4] {
  display: flex;
  column-gap: 16px;
  margin-top: 30px;
  justify-content: center;
  padding-bottom: 40px;
}
[data-v-650546a4] .v-btn {
  min-height: unset !important;
}
.update-btn-text[data-v-650546a4] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* White */
  color: #ffffff;
}
.cancel-btn-text[data-v-650546a4] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* Cyan */
  color: #2969ff;
}
.close-icon-wrapper[data-v-650546a4] {
  position: absolute;
  top: 24px;
  width: 20px;
  right: 24px;
}
.calendar-icon[data-v-650546a4] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.change-status-field-label[data-v-650546a4] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
[data-v-650546a4] .v-select__selection {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-650546a4] .v-list-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px; /* DarkBlue */
  color: #001154;
}
[data-v-650546a4] .v-date-picker-header__content {
  color: #001154 !important;
}
.default-container[data-v-650546a4] {
  max-width: 372px;
  margin: 0 auto;
}
[data-v-650546a4] .v-field {
  height: 50px;
}
[data-v-650546a4] .mdi-menu-down {
  font-size: 32px !important;
}
@media (max-width: 959.98px) {
[data-v-650546a4] .asset-item__image {
    width: 130px !important;
    min-width: 130px !important;
    height: 135px !important;
}
[data-v-650546a4] .asset-item {
    height: 135px !important;
    margin-top: 16px;
}
[data-v-650546a4] .marketing-status-primary {
    width: 18px !important;
}
[data-v-650546a4]  .asset-info {
    width: 62% !important;
    padding-top: 12px;
    padding-left: 8px;
}
[data-v-650546a4]  .asset-info__main-address {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 36px;
}
[data-v-650546a4]  .asset-info__second-address {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin-top: 5px;
}
[data-v-650546a4] .asset-info__upb {
    margin-top: 2px;
}
[data-v-650546a4] .status__text {
    font-size: 12px !important;
}
[data-v-650546a4] .v-field {
    height: 40px !important;
}
.dialog-title[data-v-650546a4] {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
}
.asset-card-wrapper[data-v-650546a4] {
    padding: 0 16px;
}
.buttons-wrapper[data-v-650546a4] {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}
.buttons-wrapper button[data-v-650546a4] {
    flex: 1;
    height: 40px !important;
}
.buttons-wrapper .view-more-btn[data-v-650546a4] {
    border-radius: 8px;
}
.change-status-field-label[data-v-650546a4] {
    font-size: 12px;
}
.err-msg-wrapper[data-v-650546a4] {
    padding: 0 16px;
}
}.countdown-title[data-v-15fc2740] {
  font-style: normal;
  font-weight: 400;
  font-size: 6px;
  line-height: 14px;
  /* identical to box height, or 233% */
  text-align: center;
  /* DarkBlue */
  color: #001154;
  opacity: 0.9;
}
.countdown-value[data-v-15fc2740] {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  width: 22px;
  /* identical to box height, or 200% */
  height: 20px;
  letter-spacing: 0.32px;
  text-align: center;
  /* DarkBlue */
  color: #001154;
}
.countdown-value__first-value[data-v-15fc2740] {
  width: 100%;
}
.countdown-disabled .countdown-value[data-v-15fc2740],
.countdown-disabled .countdown-title[data-v-15fc2740] {
  color: grey;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.countdown-title[data-v-15fc2740] {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
.countdown-value[data-v-15fc2740] {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
}
}.image-buttons[data-v-cf75fcd9] {
  display: flex;
}
.image-buttons[data-v-cf75fcd9] {
  display: flex;
  z-index: 3;
  column-gap: 8px;
  justify-content: center;
}
.image-buttons .icon-wrapper[data-v-cf75fcd9] {
  background: #ffffff;
  opacity: 0.85;
  box-shadow: 0px 9.69697px 19.3939px rgba(223, 223, 223, 0.44);
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.image-buttons .icon-wrapper img[data-v-cf75fcd9] {
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.icon-wrapper[data-v-cf75fcd9] {
    height: 38px !important;
    width: 38px !important;
}
.icon-wrapper img[data-v-cf75fcd9] {
    height: 18px;
}
}.xl-valuation-item .controls-wrapper__controls[data-v-01246591] {
  justify-content: center;
  padding-top: 110px;
  background: none;
}
.no-timer-item .controls-wrapper__controls[data-v-01246591] {
  justify-content: center;
  padding-top: 110px;
}
.controls-wrapper[data-v-01246591] {
  height: 100%;
  width: 423px;
  position: relative;
  z-index: 4;
}
.controls-wrapper__image[data-v-01246591] {
  width: 100%;
  height: 100%;
}
.controls-wrapper__controls[data-v-01246591] {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background: rgba(0, 17, 84, 0.55);
  border-radius: 7px 0px 0px 7px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 32px;
}
.controls-timer-wrapper[data-v-01246591] {
  width: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.controls-timer-wrapper[data-v-01246591] .countdown-title {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.controls-timer-wrapper[data-v-01246591] .countdown-dots {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding-bottom: 4px;
  padding-right: 5px;
  padding-left: 5px;
}
.controls-timer-wrapper[data-v-01246591] .countdown-value {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  width: unset;
  height: unset;
  text-align: center;
  letter-spacing: 0.530833px;
  color: #ffffff;
}
.offers-due-date-wrapper[data-v-01246591] {
  display: flex;
  column-gap: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.487111px;
  margin-top: 8px;
  color: #ffffff;
  height: 18px;
}
.button-text[data-v-01246591] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
[data-v-01246591] .v-btn {
  min-height: unset !important;
}
.controls-butons-row[data-v-01246591] {
  margin-top: 16px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.xl-valuation-item .controls-wrapper__controls[data-v-01246591] {
    padding-top: unset;
    padding-bottom: 10px;
    justify-content: end;
}
.xl-valuation-item .controls-wrapper__controls .controls-butons-row[data-v-01246591] {
    margin-top: 10px;
}
.controls-timer-wrapper[data-v-01246591] {
    height: 75px !important;
}
.controls-wrapper__controls[data-v-01246591] {
    border-radius: 7px 7px 0px 0px;
}
.controls-wrapper__image[data-v-01246591] {
    border-radius: 7px 7px 0px 0px;
}
.offers-due-date-wrapper[data-v-01246591] {
    font-size: 12px !important;
    position: relative;
    bottom: 8px;
}
}.seller-list-item-info-wrapper[data-v-54dadb5d] {
  padding: 24px 0px;
}
.seller-item-title[data-v-54dadb5d] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-top: 8px;
  letter-spacing: 0.426667px;
  white-space: nowrap;
  max-width: 490px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #001154;
}
.seller-item-info-text[data-v-54dadb5d] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.upb-value[data-v-54dadb5d] {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.530833px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.seller-list-item-info-wrapper[data-v-54dadb5d] {
    padding-top: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #9aabc2;
}
.seller-item-title[data-v-54dadb5d] {
    margin-top: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.upb-value[data-v-54dadb5d] {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}
.seller-item-info-text[data-v-54dadb5d] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.seller-item-info-mobile-wrapper[data-v-54dadb5d] {
    margin-left: 16px;
}
}
[data-v-54dadb5d] .v-btn {
  min-height: unset !important;
}.filter-header[data-v-56cc60eb] {
  border-radius: 12px 12px 0 0;
  background: #002b98;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.filter-items[data-v-56cc60eb] {
  border-radius: 0 0 12px 12px;
  background: #f5f5f5;
  box-shadow: 0 3px 9px 0 rgba(10, 93, 169, 0.09);
}
.filter-items .filter-item-wrapper[data-v-56cc60eb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-items .filter-item-wrapper span[data-v-56cc60eb] {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-56cc60eb] .v-selection-control__input {
  width: 20px;
  height: 20px;
}
.filter-items .filter-item[data-v-56cc60eb] .v-label {
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-56cc60eb] i {
  font-size: 22px;
}.filter-header[data-v-8828ec51] {
  border-radius: 12px 12px 0 0;
  background: #002b98;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.filter-items[data-v-8828ec51] {
  border-radius: 0 0 12px 12px;
  background: #f5f5f5;
  box-shadow: 0 3px 9px 0 rgba(10, 93, 169, 0.09);
}
.filter-items .filter-item-wrapper[data-v-8828ec51] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-items .filter-item-wrapper span[data-v-8828ec51] {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-8828ec51] .v-selection-control__input {
  width: 20px;
  height: 20px;
}
.filter-items .filter-item[data-v-8828ec51] .v-label {
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-8828ec51] i {
  font-size: 22px;
}
[data-v-8828ec51] .v-expansion-panel-title {
  position: relative;
  min-height: auto;
}
[data-v-8828ec51] .v-expansion-panel-title__icon {
  position: absolute;
  right: 5px;
}
[data-v-8828ec51] .v-expansion-panel-title__icon i {
  color: #ffffff !important;
}
[data-v-8828ec51] .v-expansion-panel-text__wrapper {
  padding: 0;
}.second-tooltip__content[data-v-4a6759e4] {
  width: fit-content;
}.offers-table[data-v-e3c36468] {
  border-radius: 12px;
  background: #f2f6ff !important;
  height: 330px;
  overflow-y: auto;
}
.offers-table .buyer-wrapper[data-v-e3c36468] {
  display: flex;
  text-align: left;
  color: #121727;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.offers-table[data-v-e3c36468] thead {
  display: table;
  table-layout: fixed;
  width: calc(100% - 16px);
}
.offers-table[data-v-e3c36468] tbody {
  display: block;
  height: 277px;
  overflow-y: auto;
}
.offers-table[data-v-e3c36468] tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.offers-table[data-v-e3c36468] tbody::-webkit-scrollbar {
  width: 11px;
}
.offers-table[data-v-e3c36468] tbody::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #ffffff;
}
.offers-table[data-v-e3c36468] tbody::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #c1c1c1;
}
.offers-table[data-v-e3c36468] th {
  height: 46px !important;
  padding: 0 8px !important;
}
.offers-table[data-v-e3c36468] th:first-child {
  width: 180px;
  padding: 0 4px 0 0 !important;
}
.offers-table[data-v-e3c36468] th span {
  color: rgba(0, 43, 152, 0.8);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.offers-table[data-v-e3c36468] td {
  height: 34px !important;
  border: none !important;
  padding: 0 8px !important;
}
.offers-table[data-v-e3c36468] td:first-child {
  width: 180px;
  padding: 0 4px 0 0 !important;
}
.offers-table[data-v-e3c36468] .v-table__wrapper table tbody tr:hover {
  background: inherit !important;
}
.offers-table[data-v-e3c36468] .v-selection-control__input {
  margin-right: 4px;
}
.offers-table[data-v-e3c36468]::-webkit-scrollbar {
  width: 11px;
}
.offers-table[data-v-e3c36468]::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #ffffff;
}
.offers-table[data-v-e3c36468]::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #c1c1c1;
}
.message-field[data-v-e3c36468] {
  border-radius: 12px;
  color: rgba(0, 17, 84, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}.offers-table[data-v-287267ad] {
  border-radius: 12px;
  background: #f2f6ff !important;
  height: 330px;
  overflow-y: auto;
}
.offers-table .buyer-wrapper[data-v-287267ad] {
  display: flex;
  text-align: left;
  color: #121727;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.offers-table[data-v-287267ad]::-webkit-scrollbar {
  width: 11px;
}
.offers-table[data-v-287267ad]::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #ffffff;
}
.offers-table[data-v-287267ad]::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #c1c1c1;
}
.message-field[data-v-287267ad] {
  border-radius: 12px;
  color: rgba(0, 17, 84, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}.icon-close[data-v-a8ec0ae8] {
  position: absolute;
  top: 14px;
  right: 14px;
}
.items-row[data-v-a8ec0ae8] {
  gap: 24px;
}
.close-btn[data-v-a8ec0ae8] {
  padding: 0 5px;
  border-radius: 8px;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.submit-btn[data-v-a8ec0ae8] {
  padding: 0 5px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 959.98px) {
.items-row[data-v-a8ec0ae8] {
    gap: 0;
}
}.table-controls-wrapper[data-v-a3b556ac] {
  width: 372px;
  max-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 2px 0 18px 0;
}
.table-controls-actions[data-v-a3b556ac] {
  flex: 0 0 auto;
  margin-top: auto;
}
.auto-notify-control[data-v-a3b556ac] {
  padding: 0 8px 8px;
}
.auto-notify-control[data-v-a3b556ac] .v-label {
  color: #002c91;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.table-item[data-v-a3b556ac] {
  padding-left: 16px;
  height: 50px;
  border: 1px solid rgba(0, 44, 145, 0.15);
  border-radius: 7px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.table-item.common-cursor[data-v-a3b556ac] {
  cursor: default;
}
.table-item__title[data-v-a3b556ac] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #002c91;
  margin-left: 8px;
}
.table-item__count[data-v-a3b556ac] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002c91;
  border-radius: 8px;
  background: rgba(0, 44, 145, 0.15);
  height: 28px;
  min-width: 35px;
  padding: 3px 8px 0;
}
.table-item--active[data-v-a3b556ac] {
  background: #2969ff;
}
.table-item--active .table-item__title[data-v-a3b556ac] {
  color: white;
}
.table-item--active .table-item__count[data-v-a3b556ac] {
  color: white;
  background: rgba(255, 255, 255, 0.15);
}
.table-item--disabled[data-v-a3b556ac] {
  cursor: default;
  opacity: 0.3;
}
.icon-wrapper[data-v-a3b556ac] {
  position: absolute;
  right: 8px;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #d52819;
  border: 1px solid #ffffff;
  border-radius: 5px;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.table-controls-wrapper[data-v-a3b556ac] {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}
.auto-notify-control[data-v-a3b556ac] {
    padding: 0 0 8px;
}
.table-item[data-v-a3b556ac] {
    height: 32px;
    border: unset;
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(43, 43, 43, 0.25);
    border-radius: 7px;
    padding-left: 0px;
    justify-content: space-between;
    padding-right: 8px;
}
.table-item__title[data-v-a3b556ac] {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    color: #2969ff;
}
.table-item__count[data-v-a3b556ac] {
    width: 23px;
    height: 14px;
    background: #dd226f;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 8px;
    color: #ffffff;
    padding: 0;
    min-width: 23px;
}
.table-item--active[data-v-a3b556ac] {
    background: #2969ff !important;
}
.table-item--active .table-item__count[data-v-a3b556ac] {
    background: #dd226f !important;
    border: 1px solid white;
}
.icon-wrapper[data-v-a3b556ac] {
    position: static;
}
}
.viewed-block-count[data-v-a3b556ac] {
  opacity: 0;
}
.msg-buyers[data-v-a3b556ac] {
  color: #ffffff;
  border-radius: 7px;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.lead-report[data-v-a3b556ac] {
  color: #ffffff;
  border: 1px solid #09316b;
  border-radius: 7px;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.table-item[data-v-a3b556ac] {
    justify-content: space-between;
    padding-right: 16px;
}
.table-item__count[data-v-a3b556ac] {
    min-width: 30px;
}
.icon-wrapper[data-v-a3b556ac] {
    position: static;
}
}.dialog-wrapper[data-v-cea39664] {
  flex-direction: column;
  height: 510px;
  background: white;
  padding-top: 40px;
  display: flex;
  align-items: center;
  padding-bottom: 76px;
  justify-content: space-between;
  position: relative;
}
.dialog-wrapper__title[data-v-cea39664] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  text-align: center;
  letter-spacing: 0.32px;
  /* Primary/DarkBlue */
  color: #001154;
}
.content-text[data-v-cea39664] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.action-button[data-v-cea39664] {
  width: 100%;
  border-radius: 7px;
  min-height: 40px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.action-button.v-btn.v-btn--variant-elevated.v-theme--marketplaceLight.v-btn--size-default.primary[data-v-cea39664] {
  background: #2969ff !important;
}
.decline-button[data-v-cea39664] {
  border-radius: 7px;
  height: 40px !important;
  width: 230px;
}
.decline-button-text[data-v-cea39664] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  /* Primary/Cyan */
  color: #2969ff;
}
[data-v-cea39664] .v-btn {
  min-height: unset !important;
}
.close-icon[data-v-cea39664] {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 959.98px) {
[data-v-cea39664] .v-dialog {
    margin: 0;
}
[data-v-cea39664] button {
    flex: 1;
}
.dialog-wrapper__buttons[data-v-cea39664] {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0 16px;
    column-gap: 16px;
}
.dialog-wrapper__buttons button[data-v-cea39664] {
    flex: 1;
}
.dialog-wrapper[data-v-cea39664] {
    height: 100%;
}
}.dialog-wrapper[data-v-e6fc4497] {
  flex-direction: column;
  height: 510px;
  background: white;
  padding-top: 40px;
  display: flex;
  align-items: center;
  padding-bottom: 76px;
  justify-content: space-between;
  position: relative;
}
.dialog-wrapper__title[data-v-e6fc4497] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  text-align: center;
  letter-spacing: 0.32px;
  /* Primary/DarkBlue */
  color: #001154;
}
.content-text[data-v-e6fc4497] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.action-button[data-v-e6fc4497] {
  width: 100%;
  border-radius: 7px;
  min-height: 40px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.action-button.v-btn.v-btn--variant-elevated.v-theme--marketplaceLight.v-btn--size-default.primary[data-v-e6fc4497] {
  background: #2969ff !important;
}
.decline-button[data-v-e6fc4497] {
  border-radius: 7px;
  height: 40px !important;
  width: 230px;
}
.decline-button-text[data-v-e6fc4497] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  /* Primary/Cyan */
  color: #2969ff;
}
[data-v-e6fc4497] .v-btn {
  min-height: unset !important;
}
.close-icon[data-v-e6fc4497] {
  position: absolute;
  top: 24px;
  right: 24px;
}.content[data-v-ac4b1b0a] {
  width: 100%;
  height: 510px;
  background: white;
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  position: relative;
}
.content__title[data-v-ac4b1b0a] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
  font-style: normal;
  text-align: center;
}
.contact-info[data-v-ac4b1b0a] {
  display: flex;
  column-gap: 16px;
  margin-top: 17px;
}
.contact-info__item[data-v-ac4b1b0a] {
  display: flex;
  column-gap: 8px;
}
.contact-info__item .item-text[data-v-ac4b1b0a] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 17, 84, 0.7);
}
.offer-info[data-v-ac4b1b0a] {
  margin-top: 32px;
}
.offer-info__title[data-v-ac4b1b0a] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.offer-info__price[data-v-ac4b1b0a] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
  margin-top: 4px;
}
.offer-info__additional[data-v-ac4b1b0a] {
  margin-top: 16px;
  display: flex;
  column-gap: 32px;
}
.offer-info__additional .additional-title[data-v-ac4b1b0a] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #001154;
}
.offer-info__additional .additional-value[data-v-ac4b1b0a] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.actions[data-v-ac4b1b0a] {
  display: flex;
  margin-top: 32px;
  column-gap: 40px;
}
.actions__action-item[data-v-ac4b1b0a] {
  width: 230px;
}
.actions__action-item .action-title[data-v-ac4b1b0a] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.actions__action-item[data-v-ac4b1b0a] {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.action-button[data-v-ac4b1b0a] {
  width: 100%;
  max-width: 100%;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  min-height: 40px !important;
  border-radius: 5px;
}
.action-button.v-btn.v-btn--variant-elevated.v-theme--marketplaceLight.v-btn--size-default.primary[data-v-ac4b1b0a] {
  background: #2969ff !important;
}
.close-dialog-text[data-v-ac4b1b0a] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 32px;
  color: #2969ff;
}
.close-icon[data-v-ac4b1b0a] {
  position: absolute;
  top: 17px;
  right: 24px;
  cursor: pointer;
}
@media (max-width: 959.98px) {
[data-v-ac4b1b0a] .v-dialog {
    margin: 0;
}
[data-v-ac4b1b0a] button {
    flex: 1;
}
.contact-info[data-v-ac4b1b0a] {
    flex-direction: column;
}
.content[data-v-ac4b1b0a] {
    height: 100%;
}
}.content[data-v-8778494b] {
  width: 100%;
  height: 510px;
  background: white;
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  position: relative;
}
.content__title[data-v-8778494b] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #001154;
}
.content__info[data-v-8778494b] {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  margin-top: 17px;
}
.content__info-item[data-v-8778494b] {
  display: flex;
  column-gap: 8px;
}
.content__info-image[data-v-8778494b] {
  max-width: 18px;
  opacity: 0.7;
}
.content__info-text[data-v-8778494b] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 17, 84, 0.7);
}
.content__offer-info[data-v-8778494b] {
  margin-top: 29px;
}
.content__offer-title[data-v-8778494b] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.content__offer-price[data-v-8778494b] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
  margin-top: 4px;
}
.content__offer-additional[data-v-8778494b] {
  display: flex;
  column-gap: 32px;
}
.content__offer-additional-title[data-v-8778494b] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #001154;
}
.content__offer-additional-value[data-v-8778494b] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.content__actions[data-v-8778494b] {
  display: flex;
  margin-top: 44px;
  column-gap: 40px;
}
.content__actions-item[data-v-8778494b] {
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.content__actions-title[data-v-8778494b] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.content__close-dialog-text[data-v-8778494b] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 32px;
  color: #2969ff;
  cursor: pointer;
}
.content__close-icon[data-v-8778494b] {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.content__action-button[data-v-8778494b] {
  width: 100%;
  border-radius: 7px;
  min-height: 40px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.content__action-button.v-btn.v-btn--variant-elevated.v-theme--marketplaceLight.v-btn--size-default.primary[data-v-8778494b] {
  background: #2969ff !important;
}
@media (max-width: 959.98px) {
[data-v-8778494b] .v-dialog {
    margin: 0;
}
[data-v-8778494b] button {
    flex: 1;
}
.content__info[data-v-8778494b] {
    flex-direction: column;
}
.content__actions-title[data-v-8778494b] {
    font-size: 12px;
    height: 72px;
}
.content[data-v-8778494b] {
    height: 100%;
}
.content__actions[data-v-8778494b] {
    padding: 0 16px;
}
}.decline-offer-dialog[data-v-cb393dc4] {
  width: 100%;
  max-width: 609px;
}
.decline-offer-dialog__content[data-v-cb393dc4] {
  position: relative;
  background: #fff;
  width: 100%;
  height: 500px;
  box-shadow: 0px 0px 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  padding: 30px 30px 40px;
}
.decline-offer-dialog__content-title[data-v-cb393dc4] {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  color: #001154;
}
.decline-offer-dialog__content-image[data-v-cb393dc4] {
  display: block;
  width: 104px;
  height: 104px;
  margin: auto;
  margin-top: 24px;
}
.decline-offer-dialog__content-description[data-v-cb393dc4] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(0, 17, 84, 0.8);
  width: 100%;
  max-width: 500px;
  margin: 32px auto auto;
}
.decline-offer-dialog__content-controls[data-v-cb393dc4] {
  display: flex;
  justify-content: center;
  margin-top: 9px;
}
.decline-offer-dialog__content-button[data-v-cb393dc4] {
  width: 100%;
  max-width: 230px;
  height: 40px;
  background: #2969ff;
  border-radius: 5px;
}
.decline-offer-dialog__content-button[data-v-cb393dc4] .v-btn__content {
  font-size: 16px !important;
}
.decline-offer-dialog__content-button--outlined[data-v-cb393dc4] {
  background: transparent;
  color: #2969ff;
  margin-right: 32px;
}
.decline-offer-dialog__close[data-v-cb393dc4] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
@media (max-width: 959.98px) {
[data-v-cb393dc4] .v-dialog {
    margin: 0;
}
[data-v-cb393dc4] button {
    flex: 1;
}
[data-v-cb393dc4] button :deep(.v-btn__content) {
    font-size: 12px !important;
}
.decline-offer-dialog__content[data-v-cb393dc4] {
    height: 100%;
}
}
.modal-comment-field[data-v-cb393dc4] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  max-width: 500px;
  margin: auto;
}
.modal-comment-field[data-v-cb393dc4] .v-field {
  box-shadow: unset !important;
}
textarea[data-v-cb393dc4] {
  background: #f5f5f5;
}.buttons-wrapper[data-v-d51949dc] {
  display: flex;
  column-gap: 8px;
  justify-content: center;
}
[data-v-d51949dc] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.action-button[data-v-d51949dc] {
  border-radius: 5px;
}
.action-button-text[data-v-d51949dc] {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}.status-offer[data-v-ac1a0e8d] {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  background: rgba(54, 134, 0, 0.2);
  color: #368600;
  position: absolute;
  width: 48px;
  transform: rotate(-90deg) translate(-10%, -182%);
}
.buyer-info-text[data-v-ac1a0e8d] {
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.buyer-info-text[data-v-ac1a0e8d] {
    text-align: start;
    font-size: 14px;
}
}[data-v-b10e5c4b] .v-data-table {
  width: 100%;
}
[data-v-b10e5c4b] .v-data-table tr {
  position: relative;
}
[data-v-b10e5c4b] .v-data-table .v-table__wrapper {
  overflow: initial;
}
[data-v-b10e5c4b] .v-data-table .xl-asset-entity-row--selected {
  background: rgba(241, 241, 241, 0.7);
  outline: 2px solid #9aabc2;
}
[data-v-b10e5c4b] .v-data-table .marketing-status-primary {
  align-items: flex-start;
  justify-content: flex-end;
  bottom: -4px !important;
  left: -1px !important;
}
[data-v-b10e5c4b] .v-data-table .marketing-status-primary .status__text {
  font-weight: 400;
  font-size: 10px !important;
  line-height: 18px;
  background: rgba(54, 134, 0, 0.2);
  color: #368600;
  position: absolute;
  width: 48px;
  min-width: auto;
}
[data-v-b10e5c4b] th {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 26px;
  color: rgba(0, 17, 84, 0.8) !important;
  padding: 0 4px !important;
}
[data-v-b10e5c4b] th i {
  position: absolute !important;
  top: 15px;
}
[data-v-b10e5c4b] td {
  padding: 0 4px !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 27px !important;
  letter-spacing: -0.175px !important;
  color: #001154 !important;
  cursor: pointer !important;
}
.checkbox-field[data-v-b10e5c4b] {
  display: flex;
  justify-content: center;
}
.currency-col[data-v-b10e5c4b] {
  width: 100%;
  justify-content: center;
}
.proof-of-funds-wrapper[data-v-b10e5c4b] {
  position: relative;
}
.proof-of-funds-wrapper--expired[data-v-b10e5c4b] {
  color: rgba(0, 17, 84, 0.4);
}
.expired-text[data-v-b10e5c4b] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  position: absolute;
  left: 38%;
  transform: rotate(-19deg);
  color: #d52819;
}
.phone-column[data-v-b10e5c4b] {
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
[data-v-b10e5c4b] .v-data-table__td-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #001154;
    opacity: 0.8;
}
[data-v-b10e5c4b] .v-data-table__td-value {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
}
[data-v-b10e5c4b] .v-data-table__thead .v-input .v-field {
    border-radius: 7px;
    filter: unset !important;
    padding: 0 12px;
    box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14) !important;
}
[data-v-b10e5c4b] .v-data-table__thead .v-input .v-field:after {
    display: none;
}
[data-v-b10e5c4b] .v-data-table__thead .v-input .v-field:before {
    display: none;
}
[data-v-b10e5c4b] .v-data-table__thead .v-input label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #001154;
}
[data-v-b10e5c4b] .v-data-table__thead .v-icon {
    color: #2969ff !important;
}
[data-v-b10e5c4b] .v-data-table__td-title {
    width: 50%;
}
[data-v-b10e5c4b] .v-data-table__td-value {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
[data-v-b10e5c4b] .currency-col {
    justify-content: flex-start;
}
[data-v-b10e5c4b] .v-data-table__td-title {
    padding-right: 24px;
}
[data-v-b10e5c4b] td:last-child {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0px;
    border-bottom: 1px solid #9aabc2 !important;
}
[data-v-b10e5c4b] th {
    border-bottom: unset !important;
}
[data-v-b10e5c4b] .v-data-table-rows-no-data td {
    border-bottom: unset !important;
}
[data-v-b10e5c4b] .v-data-table__tr--mobile {
    min-height: 21px !important;
}
[data-v-b10e5c4b] tr > *:last-child {
    padding-bottom: 8px !important;
}
.seller-list-item__table-wrapper i[data-v-b10e5c4b] {
    font-size: 27px;
}
}
@media (max-width: 1263.98px) {
.buyer-info-text[data-v-b10e5c4b] {
    margin: unset !important;
}
}
@media (max-width: 959.98px) {
[data-v-b10e5c4b] th i {
    top: 5px;
}
}.seller-list-item-wrapper[data-v-5869233b] {
  min-height: 300px;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
  position: relative;
}
.seller-list-item[data-v-5869233b] {
  display: flex;
  flex-direction: column;
}
.seller-list-item__left-section[data-v-5869233b] {
  display: flex;
  height: 100%;
  min-width: 0;
  flex: 1 1 auto;
}
.seller-list-item__right-section[data-v-5869233b] {
  display: flex;
  align-self: stretch;
  min-width: 0;
  flex: 0 0 386px;
  padding-right: 14px;
}
.seller-list-item__card-content-wrapper[data-v-5869233b] {
  min-height: 262px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.seller-list-item__card-content-wrapper--table-active[data-v-5869233b]::after {
  display: block;
  content: "";
  height: 1px;
  background: #9aabc2;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.seller-list-item__table-wrapper[data-v-5869233b] {
  height: auto;
  background: #f2f6ff;
  border-radius: 0px 7px 7px 0px;
  width: 100%;
  height: 39px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2969ff;
  cursor: pointer;
}
.seller-list-item__table-wrapper--empty[data-v-5869233b] {
  color: #6b7894;
  cursor: default;
  font-size: 14px;
  background: #f6f8fc;
}
.details-table-hidden[data-v-5869233b] {
  min-height: 301px;
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.seller-list-item__card-content-wrapper[data-v-5869233b] {
    flex-direction: column !important;
}
.seller-list-item__card-content-wrapper[data-v-5869233b]::after {
    width: 93%;
    margin-left: 16px;
}
.seller-list-item__left-section[data-v-5869233b] {
    flex-direction: column;
}
.seller-list-item__card-content-wrapper[data-v-5869233b] {
    height: auto;
}
[data-v-5869233b] .controls-wrapper {
    height: 250px;
    width: 100%;
}
[data-v-5869233b] .controls-wrapper__controls {
    padding-top: 24px;
}
.seller-list-item__right-section[data-v-5869233b] {
    padding-left: 16px;
    padding-right: 16px;
    flex-basis: auto;
}
.seller-list-item-info-wrapper[data-v-5869233b] {
    border-bottom: unset;
    position: relative;
}
.seller-list-item-info-wrapper[data-v-5869233b]::after {
    display: block;
    content: "";
    height: 1px;
    background: #9aabc2;
    position: absolute;
    bottom: 0px;
    width: 93%;
    margin-left: 16px;
}
.seller-list-item__table-wrapper[data-v-5869233b] {
    background: white;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
}
@media screen and (min-width: 600px) and (max-width: 1264px) {
.table-controls-wrapper[data-v-5869233b] {
    width: 100%;
}
}
@media screen and (min-width: 1264px) and (max-width: 1450px) {
[data-v-5869233b] .controls-wrapper {
    width: 380px;
}
[data-v-5869233b] .table-controls-wrapper {
    width: 320px;
}
[data-v-5869233b] .table-item {
    padding-left: 8px;
}
[data-v-5869233b] .table-item__count {
    height: 26px;
    min-width: 30px;
    font-size: 18px;
}
[data-v-5869233b] .input-wrapper {
    width: 350px;
}
}
.xlr-manage-row[data-v-eda6896b] {
  margin-bottom: 16px;
}
.xlr-manage-row .mrow[data-v-eda6896b] {
  margin-bottom: 0;
  position: relative;
}
.mrow__details-toggle[data-v-eda6896b] {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid #dfe8f8;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #f2f6ff;
  color: #2969ff;
  font-family: var(--xl-font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
}
.mrow__details-toggle[data-v-eda6896b]:hover,
.mrow__details-toggle[data-v-eda6896b]:focus-visible {
  background: #e8efff;
  outline: 2px solid rgba(41, 105, 255, 0.3);
  outline-offset: -2px;
}
.mrow__details-toggle[aria-expanded="true"][data-v-eda6896b] {
  border-radius: 0;
}
.mrow__valuation-note[data-v-eda6896b] {
  margin: auto;
  color: var(--xl-body);
  font-size: 14px;
  line-height: 1.55;
}
.mrow__body h2[data-v-eda6896b] {
  line-height: normal;
}
.mrow__details[data-v-eda6896b] {
  margin-bottom: 16px;
  border: 1px solid #e8edf6;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.mrow__media .xlr-btn[data-v-eda6896b] {
  text-decoration: none;
}
.mrow__side[data-v-eda6896b] .table-controls-wrapper {
  width: 100%;
  padding: 0;
}
.mrow__side[data-v-eda6896b] .table-controls-wrapper > .row:first-of-type {
  margin: -4px;
}
.mrow__side[data-v-eda6896b]
  .table-controls-wrapper > .row:first-of-type > [class*="col-"] {
  padding: 4px !important;
}
.mrow__side[data-v-eda6896b] .table-item {
  min-height: 39px;
  height: 39px;
  padding: 6px 34px 6px 9px;
  gap: 8px;
  background: #fff;
  border: 1px solid #e8edf6;
  border-radius: 9px;
  justify-content: flex-start;
}
.mrow__side[data-v-eda6896b] .table-item__count {
  order: 0;
  min-width: 28px;
  width: auto;
  height: 26px;
  padding: 0 7px;
  background: #e8eefb;
  border-radius: 7px;
  color: var(--xl-navy);
  font-size: 14px;
  line-height: 1;
}
.mrow__side[data-v-eda6896b] .table-item > .d-flex {
  order: 1;
  margin-right: 0 !important;
}
.mrow__side[data-v-eda6896b] .table-item__title {
  margin: 0;
  color: var(--xl-body);
  font-family: var(--xl-font-primary);
  font-size: 12.5px;
  line-height: 1.2;
  white-space: nowrap;
}
.mrow__side[data-v-eda6896b] .table-item--disabled {
  background: #f4f6fa;
  border-color: #eceff5;
  opacity: 1;
}
.mrow__side[data-v-eda6896b] .table-item--disabled .table-item__count,
.mrow__side[data-v-eda6896b] .table-item--disabled .table-item__title {
  color: #a7b1c4;
}
.mrow__side[data-v-eda6896b] .table-item--disabled .table-item__count {
  background: #e9edf4;
}
.mrow__side[data-v-eda6896b] .table-item--active {
  background: #eef3ff;
  border-color: #b9caff;
}
.mrow__side[data-v-eda6896b] .table-item--active .table-item__count {
  background: #dbe6ff;
}
.mrow__side[data-v-eda6896b] .icon-wrapper {
  right: 7px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(87, 15, 8, 0.2);
}
.mrow__side[data-v-eda6896b] .table-controls-wrapper > .row + .row {
  margin: auto -4px -4px;
  padding-top: 6px;
  flex-wrap: nowrap;
}
.mrow__side[data-v-eda6896b] .table-controls-wrapper > .row + .row > [class*="col-"] {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 4px !important;
}
.mrow__side[data-v-eda6896b] .lead-report,
.mrow__side[data-v-eda6896b] .msg-buyers {
  height: 46px !important;
  border-radius: 6px;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}
.mrow__side[data-v-eda6896b] .lead-report {
  background: #fff !important;
  border: 1px solid #9aacca !important;
  color: var(--xl-navy) !important;
}
.mrow__side[data-v-eda6896b] .lead-report:hover,
.mrow__side[data-v-eda6896b] .lead-report:focus-visible {
  background: #eef3ff !important;
  border-color: var(--xl-blue) !important;
}
.mrow__side[data-v-eda6896b] .msg-buyers {
  border: 1px solid #2969ff !important;
  background: #2969ff !important;
  color: #fff !important;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.16s ease;
}
.mrow__side[data-v-eda6896b] .msg-buyers:hover,
.mrow__side[data-v-eda6896b] .msg-buyers:focus-visible {
  background: #1758ee !important;
  border-color: #ffffff !important;
  box-shadow:
    0 0 0 2px rgba(41, 105, 255, 0.2),
    0 8px 18px rgba(41, 105, 255, 0.28) !important;
  transform: translateY(-1px);
  outline: none;
}
.mrow__side[data-v-eda6896b] .msg-buyers:active {
  box-shadow:
    0 0 0 1px rgba(41, 105, 255, 0.18),
    0 4px 10px rgba(41, 105, 255, 0.2) !important;
  transform: translateY(0);
}
.mrow__side[data-v-eda6896b] .lead-report .v-btn__content,
.mrow__side[data-v-eda6896b] .msg-buyers .v-btn__content {
  white-space: nowrap;
}
.mrow.is-disabled[data-v-eda6896b] .lead-report,
.mrow.is-disabled[data-v-eda6896b] .msg-buyers {
  background: #dfe4ee !important;
  border-color: #dfe4ee !important;
  color: #8c97ab !important;
  box-shadow: none !important;
  pointer-events: none;
}
@media (max-width: 1120px) {
.mrow__side[data-v-eda6896b]
    .table-controls-wrapper > .row:first-of-type > [class*="col-"] {
    max-width: 50%;
    flex: 0 0 50%;
}
}
@media (max-width: 600px) {
.mrow__side[data-v-eda6896b] .lead-report,
  .mrow__side[data-v-eda6896b] .msg-buyers {
    font-size: 11px !important;
}
}
.list-wrapper[data-v-6eadf24c] {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  margin-top: 16px;
  padding-bottom: 20px;
  width: 100%;
}
.visability--hidden[data-v-6eadf24c] {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 1000px;
  height: auto;
  display: block !important;
  visibility: visible !important;
}
.pdf-download-wrapper[data-v-6eadf24c] {
  display: none;
  width: 20px;
  height: 20px;
}.assets-map-chips__regular-chip[data-v-b4f3203f], .assets-map-chips__clear-chip[data-v-b4f3203f] {
  min-width: 50px;
  border-radius: 5px !important;
  cursor: pointer;
}
.assets-map-chips[data-v-b4f3203f] {
  display: flex;
  padding: 12px 32px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: 100%;
}
.assets-map-chips[data-v-b4f3203f]::-webkit-scrollbar {
  display: none;
}
.assets-map-chips__clear-chip[data-v-b4f3203f] {
  background-color: #002c91 !important;
}
.assets-map-chips__clear-chip-icon[data-v-b4f3203f] {
  margin-left: 8px;
  width: 12px;
  height: 14px;
}
.assets-map-chips__regular-chip[data-v-b4f3203f] {
  position: relative;
  background: rgba(41, 105, 255, 0.7) !important;
  margin-left: 8px;
}
.assets-map-chips__regular-chip-icon[data-v-b4f3203f] {
  width: 10px;
  height: 10px;
}.sort-sbm-btn[data-v-a185cc66] {
  width: auto;
}
.sort-sbm-btn[data-v-a185cc66] span {
  font-size: 14px;
  font-weight: 400;
  color: #2969ff;
}
.sort-button[data-v-a185cc66] span {
  font-size: 14px;
  font-weight: 400;
  color: #001154;
}
.sort-button.active[data-v-a185cc66] span {
  color: #2969ff;
}
.filter-wrapper[data-v-a185cc66] {
  color: #001154;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.filter-wrapper[data-v-a185cc66] {
    flex-direction: column;
}
}
.wrapper[data-v-a185cc66] {
  width: 100%;
}
.selected-status[data-v-a185cc66] {
  padding: 16px;
  border: 1px solid rgba(9, 49, 107, 0.1);
  color: #001154;
}
.filter-wrapper[data-v-a185cc66] {
  display: flex;
}
.transofrmed-icon[data-v-a185cc66] {
  position: relative;
  top: 11px;
}
.transofrmed-icon svg[data-v-a185cc66] {
  transform: rotate(180deg);
}
.icons-wrapper[data-v-a185cc66] {
  margin-left: 14px;
  position: relative;
  bottom: 29px;
}
.c-icon[data-v-a185cc66] {
  user-select: none !important;
}
.c-icon.active svg path[data-v-a185cc66] {
  fill: #001154 !important;
  fill-opacity: 1;
}
.filter-wrapper[data-v-a185cc66] {
  user-select: none !important;
}
.search-wrapper[data-v-a185cc66] {
  height: 34px;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
}
[data-v-a185cc66] .v-field::after {
  display: none !important;
}
[data-v-a185cc66] .v-field::before {
  display: none !important;
}
.filter-title.disabled[data-v-a185cc66] {
  color: rgba(9, 49, 107, 0.4);
}
.filter[data-v-a185cc66] {
  height: 20px;
  cursor: pointer;
  display: flex;
}
.search[data-v-a185cc66] {
  color: grey;
  background-color: #f3f3f3;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 20px;
  position: relative;
  bottom: 9px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.search[data-v-a185cc66] {
    background: rgba(196, 196, 196, 0.1);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 0px;
    width: 100%;
    height: auto;
    bottom: 0px;
}
}
[data-v-a185cc66] .input-wrapper {
  display: flex;
  height: 40px;
  background: #ffffff;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  width: 398px;
}
[data-v-a185cc66] .input-wrapper .search-input-wrapper {
  width: 100%;
}
[data-v-a185cc66] .input-wrapper input {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  width: 200px;
}
[data-v-a185cc66] .input-wrapper .v-field {
  font-size: 12px;
  position: relative;
  top: 7px;
  margin-left: 16px;
}
[data-v-a185cc66] .input-wrapper .v-input {
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}
.seller-filters .marketing-field .slot-select__slot-wrapper[data-v-a185cc66] {
  justify-content: end;
}
.seller-filters .marketing-field[data-v-a185cc66],
.seller-filters .asset-field[data-v-a185cc66],
.seller-filters .asset-sort[data-v-a185cc66] {
  width: 203px;
}
.seller-filters[data-v-a185cc66] .v-selection-control__input {
  height: 21px;
}
.seller-filters[data-v-a185cc66] .slot-select__checkbox .v-selection-control .v-label {
  font-size: 14px !important;
  color: #001154;
}
.seller-filters[data-v-a185cc66] .slot-select__select,
.seller-filters[data-v-a185cc66] .slot-select__select .v-field,
.seller-filters[data-v-a185cc66] .slot-select__select .v-field__input {
  height: 40px !important;
  margin: 0;
}
.seller-filters[data-v-a185cc66] .input-wrapper .v-field {
  top: 5px;
}
.seller-filters[data-v-a185cc66] .second-select .v-field__input {
  bottom: -2px;
}
.seller-filters[data-v-a185cc66] .autocomplete-selector__placeholder {
  font-size: 16px;
  font-weight: 400;
  padding-right: 100px;
}
.seller-filters[data-v-a185cc66] input {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #001154;
}
.seller-filters[data-v-a185cc66] .search-input-wrapper input::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #001154 !important;
  opacity: 0.4 !important;
}
.seller-filters[data-v-a185cc66] .assets-map-chips {
  padding: 16px 32px 0 0;
}
.seller-filters[data-v-a185cc66] .assets-map-chips .v-chip {
  height: 34px;
}
.seller-filters .asset-sort[data-v-a185cc66] img {
  width: 16px;
  height: 16px;
}
.seller-filters .slot-select__apply-button[data-v-a185cc66] {
  border: none;
  color: #2969ff;
  width: auto;
  padding: 0;
  min-width: auto;
}
.seller-filters .slot-select__apply-button[data-v-a185cc66]:hover:before {
  opacity: 0;
}
.seller-filters .slot-select__apply-button[data-v-a185cc66] span {
  font-weight: 500;
  font-size: 14px !important;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.input-wrapper[data-v-a185cc66] {
    width: 100%;
}
.marketing-field[data-v-a185cc66],
  .asset-field[data-v-a185cc66],
  .asset-sort[data-v-a185cc66] {
    width: 100% !important;
}
}
.reset-filter[data-v-a185cc66] {
  size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.submit-filter[data-v-a185cc66] {
  border-radius: 7px;
  color: #ffffff;
}
.apply-filter-wrapper[data-v-a185cc66] {
  padding-bottom: 75px;
}
[data-v-a185cc66] .v-field__append-inner {
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1264px) {
[data-v-a185cc66] .v-field__append-inner {
    right: 10px;
}
}
.seller-filters--admin[data-v-a185cc66] {
  min-width: 0;
  padding: 0;
}
.seller-filters--admin .filter-wrapper[data-v-a185cc66],
.seller-filters--admin .filters[data-v-a185cc66] {
  width: 100%;
  min-width: 0;
}
.seller-filters--admin .filters[data-v-a185cc66] {
  flex: 1 1 auto;
}
.seller-filters--admin .filters > .v-row[data-v-a185cc66],
.seller-filters--admin .filters > .v-row > [class*=v-col][data-v-a185cc66] {
  min-width: 0;
}
.seller-filters--admin .search-input-wrapper[data-v-a185cc66] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  overflow: hidden;
}
.seller-filters--admin[data-v-a185cc66] .input-wrapper,
.seller-filters--admin[data-v-a185cc66] .input-wrapper .v-input,
.seller-filters--admin[data-v-a185cc66] .input-wrapper .v-input__control,
.seller-filters--admin[data-v-a185cc66] .input-wrapper .v-field,
.seller-filters--admin[data-v-a185cc66] .input-wrapper .v-field__input,
.seller-filters--admin[data-v-a185cc66] .slot-select,
.seller-filters--admin[data-v-a185cc66] .slot-select > div,
.seller-filters--admin[data-v-a185cc66] .slot-select__select,
.seller-filters--admin[data-v-a185cc66] .slot-select__select .v-input__control,
.seller-filters--admin[data-v-a185cc66] .slot-select__select .v-field,
.seller-filters--admin[data-v-a185cc66] .slot-select__select .v-field__input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.seller-filters--admin[data-v-a185cc66] .input-wrapper input,
.seller-filters--admin[data-v-a185cc66] .slot-select__select input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  font-size: 15px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seller-filters--admin[data-v-a185cc66] .slot-select__select .v-field__input {
  overflow: hidden;
  padding-right: 30px;
}
.seller-filters--admin[data-v-a185cc66] .slot-select__icon-wrapper {
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 960px) {
.seller-filters--admin .filters > .v-row[data-v-a185cc66] {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
}
.seller-filters--admin .filters > .v-row > [class*=v-col][data-v-a185cc66] {
    width: auto;
    max-width: none;
    padding: 0;
}
.seller-filters--admin .filters > .v-row > [class*=v-col][data-v-a185cc66]:first-child {
    flex: 0 1 240px;
}
.seller-filters--admin .filters > .v-row > [class*=v-col][data-v-a185cc66]:nth-child(2) {
    flex: 1 1 320px;
}
.seller-filters--admin .filters > .v-row > [class*=v-col][data-v-a185cc66]:nth-child(n+3) {
    flex: 0 1 180px;
}
.seller-filters--admin .input-wrapper[data-v-a185cc66],
  .seller-filters--admin .marketing-field[data-v-a185cc66],
  .seller-filters--admin .asset-field[data-v-a185cc66],
  .seller-filters--admin .asset-sort[data-v-a185cc66] {
    width: 100%;
}
}.dialog-title[data-v-1983c8b6] {
  margin-top: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.dialog-content[data-v-1983c8b6] {
  background: #ffffff;
  box-shadow: 0px 0px 26.6667px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  height: 479px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.dialog-content__additional-text[data-v-1983c8b6] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  opacity: 0.8;
  margin-top: 47px;
}
.dialog-content__buttons[data-v-1983c8b6] {
  margin-top: 32px;
  display: flex;
  column-gap: 16px;
  flex-direction: row;
  align-items: stretch;
  padding: 0 16px;
}
.dialog-btn[data-v-1983c8b6] {
  border-radius: 7px;
}
[data-v-1983c8b6] .asset-item {
  width: 700px;
  height: 213px;
  border-radius: 10px;
}
[data-v-1983c8b6] .marketing-status-primary {
  width: 56px !important;
}
[data-v-1983c8b6] .asset-item__image {
  width: 244px;
  height: 213px;
}
[data-v-1983c8b6] .status__text {
  font-weight: 600;
  font-size: 20px;
}
[data-v-1983c8b6] .asset-info__second-address {
  margin-top: 12px;
}
[data-v-1983c8b6] .asset-info__upb {
  margin-top: 66px;
}
[data-v-1983c8b6] .asset-info__main-address {
  font-size: 20px;
  line-height: 22px;
}
[data-v-1983c8b6] .asset-info__second-address {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
[data-v-1983c8b6] .upb-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
[data-v-1983c8b6] .asset-item {
  margin-top: 32px;
}
[data-v-1983c8b6] .upb-value {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
[data-v-1983c8b6] .asset-info {
  padding-left: 30px;
  padding-top: 32px;
}
[data-v-1983c8b6] .v-btn {
  min-height: unset !important;
}
.cancel-btn-text[data-v-1983c8b6] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
.remove-btn-text[data-v-1983c8b6] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.close-icon[data-v-1983c8b6] {
  position: absolute;
  top: 18px;
  right: 24px;
}
[data-v-1983c8b6] .status__text {
  font-size: 20px !important;
}
@media (max-width: 959.98px) {
.dialog-title[data-v-1983c8b6] {
    margin-top: 0px;
    font-size: 16px;
    line-height: 26px;
    padding: 16px 0;
}
.dialog-content[data-v-1983c8b6] {
    height: 100%;
}
.dialog-content__asset[data-v-1983c8b6] {
    width: 100%;
    padding: 0 16px;
}
.asset-item[data-v-1983c8b6] {
    margin-top: 0;
    width: auto;
    height: auto;
}
.dialog-content__additional-text[data-v-1983c8b6] {
    margin-top: 30px;
}
.dialog-content__buttons[data-v-1983c8b6] {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    padding: 0 16px;
    margin-top: 30px;
}
.dialog-btn[data-v-1983c8b6] {
    flex: 1;
}
[data-v-1983c8b6] .v-overlay__content {
    z-index: 1;
}
[data-v-1983c8b6] .asset-info {
    width: 62%;
    padding: 12px 8px;
}
[data-v-1983c8b6] .asset-info__main-address {
    font-size: 14px;
    line-height: 18px;
}
[data-v-1983c8b6] .asset-info__second-address {
    margin-top: 0;
}
[data-v-1983c8b6] .asset-info__upb {
    margin-top: 20px;
}
[data-v-1983c8b6] .status__text {
    font-size: 12px !important;
}
[data-v-1983c8b6] .marketing-status-primary {
    width: 18px !important;
}
[data-v-1983c8b6] .asset-item__image {
    width: 130px !important;
    height: 135px !important;
}
}.logo-wrapper[data-v-de29dd99] {
  margin-top: 81px;
  margin-left: 63px;
}
.date-text-wrapper[data-v-de29dd99] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.logo-title[data-v-de29dd99] {
  margin-top: 251px;
  width: 100%;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.582857px;
  padding-right: 43px;
  display: flex;
  justify-content: flex-end;
  color: #001154;
}
.asset-info-block[data-v-de29dd99] {
  display: flex;
  margin-top: 90px;
}
.asset-img[data-v-de29dd99] {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.data-wrapper[data-v-de29dd99] {
  display: flex;
  height: 400px;
  width: 100%;
  flex-direction: column;
}
.address-info[data-v-de29dd99] {
  width: 100%;
  height: 50%;
  background: #001154;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding-left: 55px;
  flex-direction: column;
}
.address-text[data-v-de29dd99] {
  font-size: 14px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.address-img[data-v-de29dd99] {
  height: 200px;
}
.page-footer[data-v-de29dd99] {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
  align-items: center;
}
.exlusive-icon[data-v-de29dd99] {
  width: 20px;
  height: 25px;
}
.asset-type[data-v-de29dd99] {
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* DarkBlue */
  color: #001154;
}
.payment-type-text[data-v-de29dd99] {
  margin-left: 8px;
}
.formatted-address-wrapper[data-v-de29dd99] {
  margin-left: 8px;
}
.address-icon[data-v-de29dd99] {
  width: 20px;
  height: 18px;
}
.address-icon-wrapper[data-v-de29dd99] {
  width: 20px;
  height: 18px;
}.title-wrapper[data-v-a725d7b1] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 25px;
  padding-left: 63px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* identical to box height, or 182% */
  /* DarkBlue */
}
.title-wrapper.--border[data-v-a725d7b1] {
  border-bottom: 0.5px solid #001154;
}
.title-wrapper[data-v-a725d7b1] {
  color: #001154;
}
.main-title-wrapper[data-v-a725d7b1] {
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  padding-left: 63px;
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
  border-top: 0.5px solid #001154;
  border-bottom: 0.5px solid #001154;
}
.logo-wrapper[data-v-a725d7b1] {
  width: 122px;
  height: 25px;
}
.footer-wrapper[data-v-4d812c02] {
  position: absolute;
  bottom: 80px;
  padding-bottom: 49px;
  display: flex;
  padding-left: 63px;
  width: 100%;
}
.footer[data-v-4d812c02] {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.footer-title[data-v-4d812c02] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* identical to box height, or 182% */

  /* DarkBlue */

  color: #001154;
}
.page[data-v-4d812c02] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  /* DarkBlue */

  color: #001154;
}
.asset-data-wrapper[data-v-b1924970] {
  width: 100%;
  display: flex;
  height: 336px;
  margin-top: 64px;
}
.asset-data-wrapper__info[data-v-b1924970] {
  width: 60%;
  display: flex;
  padding-top: 12px;
  flex-direction: column;
}
.asset-title[data-v-b1924970] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #001154;
  color: white;
  width: 280px;
  height: 152px;
}
.address-text[data-v-b1924970] {
  margin-top: 24px;
  display: flex;
}
.asset-img[data-v-b1924970] {
  width: 280px;
  height: 152px;
  object-fit: cover;
}
.info-items[data-v-b1924970] {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.info-item[data-v-b1924970] {
  width: 100%;
  display: flex;
  padding-bottom: 6px;
  justify-content: space-between;
  margin-left: 16px;
  border-bottom: 0.5px solid #001154;
  height: 30px;
}
.info-item.--no-border[data-v-b1924970] {
  border-bottom: none;
}
.info-item__title[data-v-b1924970] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.info-item__value[data-v-b1924970] {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  letter-spacing: -0.175px;
  color: #001154;
}
.info-blocks[data-v-b1924970] {
  display: grid;
  width: 100%;
  margin-top: 14px;
  margin-left: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}
.info-blocks__block[data-v-b1924970] {
  background: rgba(41, 105, 255, 0.06);
  height: 74px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-top: 16px;
}
.info-block-title[data-v-b1924970] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  /* DarkBlue */
  color: #001154;
}
.info-block-value[data-v-b1924970] {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  letter-spacing: -0.175px;
  /* DarkBlue */
  color: #001154;
}
.overview-text[data-v-b1924970] {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  margin-left: 63px;
  height: 184px;
  letter-spacing: -0.175px;
  margin-top: 44px;
  color: #001154;
}
.marketing-status[data-v-b1924970] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: right;
  letter-spacing: -0.175px;
  /* Cyan */
  color: #2969ff;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.address-information[data-v-b1924970] {
  margin-left: 12px;
}
.location-icon[data-v-b1924970] {
  width: 20px;
  height: 20px;
}
.hide-block[data-v-b1924970] {
  position: absolute;
  visibility: hidden;
  z-index: 0;
}[data-v-bdaa27b3] .v-data-table__thead {
  background: #001154 !important;
}
[data-v-bdaa27b3] th {
  text-align: center !important;
  color: white !important;
}
[data-v-bdaa27b3] td {
  color: #001154 !important;
}
[data-v-bdaa27b3] tr:nth-child(2n) {
  background: rgba(41, 105, 255, 0.06) !important;
}
.table-wrapper.hide-headers[data-v-bdaa27b3] thead {
  display: none;
}.table-wrapper[data-v-dfba3d83] {
  margin-top: 52px;
}
.space-top[data-v-dfba3d83] {
  margin-top: 80px;
}
.auto-heigth[data-v-dfba3d83] {
  height: auto !important;
}
.spacing-wrapper[data-v-dfba3d83] {
  width: 1px;
}.data-items[data-v-4f900aa2] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.data-item[data-v-4f900aa2] {
  background: rgba(41, 105, 255, 0.06);
  height: 40px;
  width: 184px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}
.data-item__title[data-v-4f900aa2] {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 26px;
  /* identical to box height, or 260% */
  /* DarkBlue */
  color: #001154;
}
.data-item__value[data-v-4f900aa2] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* identical to box height, or 182% */
  text-align: right;
  /* DarkBlue */
  color: #001154;
}.offer-page[data-v-caff4a4a] {
  height: 400px;
  margin-left: 63px;
}
.main-text[data-v-caff4a4a] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.scond-text[data-v-caff4a4a] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.offer-info[data-v-caff4a4a] {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.notes[data-v-caff4a4a] {
  width: 433px;
}
.note[data-v-caff4a4a] {
  color: #001154;
}
.comment-item[data-v-caff4a4a] {
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.comment-title[data-v-caff4a4a] {
  font-style: normal;
  margin-top: 20px;
  font-weight: bold;
  font-size: 10px;
  line-height: 26px;
  color: #001154;
}.offer-first[data-v-6714d952] {
  margin-top: 40px;
}.non-paricipant-item__title[data-v-e7242669] {
  font-weight: 500;
  font-size: 16px;
  color: #001154;
}
.non-paricipant-item__info[data-v-e7242669] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
  margin-top: 10px;
}
.non-paricipant-item__note[data-v-e7242669] {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  overflow: hidden;
  color: #001154;
}
.non-paricipant-item-notes[data-v-e7242669] {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
}
.non-participant-items-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 63px;
  row-gap: 20px;
  padding-top: 30px;
  height: 800px;
}
.non-participants {
  height: 1100px;
}

.items-block {
  visibility: hidden;
  position: absolute;
}
.overview-text[data-v-bbf3744c] {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  margin-left: 63px;
  height: 184px;
  letter-spacing: -0.175px;
  margin-top: 44px;
  color: #001154;
}
[data-v-bbf3744c] p {
  margin-bottom: 3px !important;
}.asset-report-wrapper[data-v-46fee83f] {
  margin-bottom: 300px;
}.dialog-content[data-v-26297679] {
  background: white;
  height: 600px;
  padding: 40px;
}
.editor-wrapper[data-v-26297679] {
  height: 75%;
  margin-top: 40px;
}
[data-v-26297679] .ck-content {
  min-height: 224px !important;
}
.buttons[data-v-26297679] {
  display: flex;
}
[data-v-26297679] .v-dialog {
  overflow: hidden;
}
[data-v-26297679] p {
  margin-bottom: 3px !important;
}
.skip-text[data-v-26297679] {
  color: #001154;
}.deposit-status .status[data-v-105efc9a] {
  font-weight: bold;
}
.deposit-status .next-status[data-v-105efc9a] {
  margin-left: 8px;
  border-radius: 6px;
  background: #2969ff;
  color: #ffffff;
}
.side-panel-header-wrapper[data-v-105efc9a] {
  padding-top: 16px;
  border-bottom: 1px solid #9aabc2;
}
.side-panel-header-wrapper__title[data-v-105efc9a] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-right: 4px;
}
.side-panel-header-wrapper .side-panel-header-wrapper-text[data-v-105efc9a] {
  margin-right: 8px;
}
.side-panel-header-wrapper .snd-msg-btn[data-v-105efc9a] {
  background: #2969ff;
  padding: 0 10px;
  border-radius: 6px;
  position: relative;
  top: -2px;
}
.side-panel-header-wrapper .snd-msg-btn.disabled[data-v-105efc9a] {
  cursor: default !important;
  background: #9aabc2;
}
.side-panel-header-wrapper .snd-msg-btn .snd-msg-btn-icon[data-v-105efc9a] {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
}
.side-panel-header-wrapper .re-deposit-btn[data-v-105efc9a] {
  background: #dd226f;
}
.side-panel-header-wrapper .re-deposit-btn.disabled[data-v-105efc9a] {
  cursor: default !important;
  background: #9aabc2;
}
.side-panel-header-wrapper .refund-deposit-btn[disabled=disabled][data-v-105efc9a] {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
  cursor: default !important;
}
.side-panel-header-wrapper .edit-re-deposit-btn[data-v-105efc9a] {
  background: #f06b66;
}
.side-panel-header-contacts[data-v-105efc9a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
}
.info-field-wrapper[data-v-105efc9a] {
  display: flex;
  align-items: center;
  min-width: 0;
  column-gap: 8px;
}
.info-field-wrapper__title[data-v-105efc9a] {
  color: #001154;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.info-field-wrapper__value[data-v-105efc9a] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* Primary/DarkBlue */
  color: #001154;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.side-panel-header-wrapper__title[data-v-105efc9a] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.side-panel-header-contacts[data-v-105efc9a] {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}
.info-field-wrapper__value[data-v-105efc9a] {
    font-size: 12px;
}
}.offer-comments-dialog[data-v-c4aa13a9] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  border-radius: 1px;
  min-height: 380px;
}
.offer-comments-dialog__loading[data-v-c4aa13a9] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 316px;
}
.offer-comments-dialog__title[data-v-c4aa13a9] {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #001154;
  text-align: center;
}
.offer-comments-dialog__valuation[data-v-c4aa13a9] {
  display: flex;
  width: 100%;
  max-width: 508px;
  min-height: 160px;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  margin: auto;
  margin-top: 24px;
}
.offer-comments-dialog__valuation-address[data-v-c4aa13a9] {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: rgba(0, 17, 84, 0.8);
}
.offer-comments-dialog__valuation-down[data-v-c4aa13a9] {
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #001154;
}
.offer-comments-dialog__valuation-down span[data-v-c4aa13a9] {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin-left: 8px;
}
.offer-comments-dialog__valuation-status[data-v-c4aa13a9] {
  height: 160px;
}
.offer-comments-dialog__valuation-status[data-v-c4aa13a9] .marketing-status-primary {
  min-height: 160px;
  bottom: 0 !important;
}
.offer-comments-dialog__valuation-thumbnail[data-v-c4aa13a9] {
  width: 182px;
  height: 160px !important;
  border-radius: 0 !important;
}
.offer-comments-dialog__valuation-description[data-v-c4aa13a9] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 20px;
}
.offer-comments-dialog__valuation-description h3[data-v-c4aa13a9] {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #001154;
}
.offer-comments-dialog__valuation-notes[data-v-c4aa13a9] {
  width: 100%;
  max-width: 508px;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: rgba(0, 17, 84, 0.8);
  margin: auto;
  margin-top: 16px;
}
.offer-comments-dialog__valuation-controls[data-v-c4aa13a9] {
  display: flex;
  justify-content: center;
}
.offer-comments-dialog__valuation-button[data-v-c4aa13a9] {
  width: 100%;
  max-width: 172px;
  height: 34px;
  border: 1px solid #2969ff;
  border-radius: 5px;
  color: #2969ff;
  margin-top: 16px;
}
.offer-comments-dialog__close[data-v-c4aa13a9] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}.tooltip-text[data-v-de844e4a] {
  white-space: initial;
}
.deposit-history-icon[data-v-de844e4a] {
  position: relative;
}
.item-blue[data-v-de844e4a] {
  background: #bbdefb;
  color: rgb(35, 74, 164);
}
.item-blue[data-v-de844e4a]:before {
  border-color: transparent transparent #bbdefb;
}
.item-purple[data-v-de844e4a] {
  background: #e1bee7;
  color: rgb(201, 32, 144);
}
.item-purple[data-v-de844e4a]:before {
  border-color: transparent transparent #e1bee7;
}
.item-red[data-v-de844e4a] {
  background: #ffcdd2;
  color: rgb(213, 40, 25);
}
.item-red[data-v-de844e4a]:before {
  border-color: transparent transparent #ffcdd2;
}
.item-green[data-v-de844e4a] {
  background: #c8e6c9;
  color: rgb(0, 186, 0);
}
.item-green[data-v-de844e4a]:before {
  border-color: transparent transparent #c8e6c9;
}
.item-orange[data-v-de844e4a] {
  background: #ffe0b2;
  color: rgb(237, 136, 17);
}
.item-orange[data-v-de844e4a]:before {
  border-color: transparent transparent #ffe0b2;
}
@media (max-width: 959.98px) {
img[data-v-de844e4a] {
    height: 15px;
}
}.process-title[data-v-e7cc2e2e] {
  display: block;
}.offer-history-wrapper[data-v-76df4e94] {
  padding-top: 16px;
}
.offer-history-wrapper__title[data-v-76df4e94] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offer-history-wrapper[data-v-76df4e94] .v-table__wrapper {
  overflow: inherit;
}
.deposit-line[data-v-76df4e94] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.deposit-line .deposit-process-icon[data-v-76df4e94] {
  position: relative;
  height: 23px;
  display: inline-block;
}
.deposit-line[data-v-76df4e94] i {
  font-size: 20px;
}
.deposit-line[data-v-76df4e94] .notification-tooltip {
  top: auto !important;
  left: auto !important;
  bottom: -60px;
  right: 50%;
  transform: translate(50%, 0%);
}
.deposit-line[data-v-76df4e94] .notification-tooltip::before {
  display: none !important;
}
[data-v-76df4e94] .deposit-processing-wrapper :deep(i) {
  font-size: 18px;
}
[data-v-76df4e94] th {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 0px !important;
  color: #979797;
}
[data-v-76df4e94] td {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-align: center;
  /* Primary/DarkBlue */
  color: #001154;
}
.table-wrapper[data-v-76df4e94] {
  height: auto;
}
[data-v-76df4e94]::-webkit-scrollbar {
  width: 2px;
}

/* Handle */
[data-v-76df4e94]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-76df4e94] td {
    font-size: 12px !important;
}
[data-v-76df4e94] tr > td:first-child {
    padding-left: 0px !important;
}
}.side-panel-offer-info[data-v-f180063d] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
}
.offer-info-item[data-v-f180063d] {
  display: flex;
  column-gap: 8px;
  justify-content: space-between;
  width: 80%;
}
.offer-info-item__title[data-v-f180063d] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #001154;
}
.offer-info-item__value[data-v-f180063d] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 56%;
}
.side-panel-offer-info-wrapper[data-v-f180063d] {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9aabc2;
}
.buttons-wrapper[data-v-f180063d] {
  display: flex;
  column-gap: 8px;
  justify-content: center;
}
[data-v-f180063d] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.action-button[data-v-f180063d] {
  border-radius: 5px;
}
.action-button-text[data-v-f180063d] {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.proof-of-funds-wrapper[data-v-f180063d] {
  position: relative;
}
.proof-of-funds-wrapper--expired[data-v-f180063d] {
  color: rgba(0, 17, 84, 0.4);
}
.expired-text[data-v-f180063d] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  position: absolute;
  left: 38%;
  transform: rotate(-19deg);
  color: #d52819;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.offer-info-item__value[data-v-f180063d] {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    display: block;
}
.buttons-wrapper[data-v-f180063d] {
    column-gap: 4px;
}
.offer-info-item__title[data-v-f180063d] {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.offer-info-item__value[data-v-f180063d] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}
}.card-wrapper[data-v-c6f3ef52] {
  width: 100%;
  background: #f8f9fb;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #f1f1f1;
}
.card-wrapper[data-v-c6f3ef52]:first-child {
  border-top: 1px solid #f1f1f1;
}
.card-wrapper__card[data-v-c6f3ef52] {
  width: 100%;
  border-bottom: 1px solid #9aabc2;
  transition: all 1s ease-out;
  position: relative;
}
.card-wrapper.--active .card-wrapper__card[data-v-c6f3ef52] {
  border-bottom: unset;
}
.card-wrapper.--active[data-v-c6f3ef52] {
  background: white;
}
.card-header[data-v-c6f3ef52] {
  display: flex;
  justify-content: space-between;
}
.text[data-v-c6f3ef52] {
  color: #001154;
}
.text.--small[data-v-c6f3ef52] {
  font-style: normal;
  opacity: 0.7;
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
  line-height: 20px;
}
.text.--default[data-v-c6f3ef52] {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.text.--cyan[data-v-c6f3ef52] {
  color: #2969ff;
}
.text.--bold[data-v-c6f3ef52] {
  font-weight: bold;
}
.show-more[data-v-c6f3ef52] {
  cursor: pointer;
}
.show-more img[data-v-c6f3ef52] {
  height: 100%;
  width: 100%;
}
.card-content[data-v-c6f3ef52] {
  display: flex;
  justify-content: space-between;
}
.card-content__text[data-v-c6f3ef52] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.slide-fade-enter-active[data-v-c6f3ef52] {
  transition: all 0.1s ease;
}
.slide-fade-leave-active[data-v-c6f3ef52] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter[data-v-c6f3ef52], .slide-fade-leave-to[data-v-c6f3ef52] {
  transform: translate(0, -10px);
  opacity: 0;
}
.edit-icon[data-v-c6f3ef52] {
  position: relative;
  bottom: 2px;
  font-size: 24px;
  margin-left: 3px;
}
.textarea-wrapper[data-v-c6f3ef52] {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.remove-note[data-v-c6f3ef52] {
  position: relative;
  bottom: 1px;
  border: 0;
  background: transparent;
  color: #2969ff;
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
  line-height: 14px;
  padding: 0;
}.side-panel-buyer-notes[data-v-cf1417bf] {
  padding-top: 16px;
  border-top: 1px solid #9aabc2;
  border-bottom: 1px solid #9aabc2;
}
.side-panel-buyer-notes__title[data-v-cf1417bf] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  display: flex;
}
.notes-list[data-v-cf1417bf] {
  padding-top: 10px;
}
.notes-empty[data-v-cf1417bf] {
  color: rgba(0, 17, 84, 0.7);
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.notes-textarea[data-v-cf1417bf] {
  margin-top: 12px;
  resize: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.notes-textarea[data-v-cf1417bf] textarea {
  height: 60px;
}
.notes-textarea[data-v-cf1417bf] .v-field {
  padding: 0px;
}
.notes-textarea[data-v-cf1417bf] {
  color: #001154;
}
.notes-textarea[data-v-cf1417bf] .v-field {
  box-shadow: unset !important;
}
.notes-textarea[data-v-cf1417bf] .v-input__details {
  display: none;
}
.notes-textarea--active[data-v-cf1417bf] textarea {
  height: 200px;
  background: #f5f5f5;
}
.textarea-actions[data-v-cf1417bf] {
  display: flex;
  justify-content: flex-end;
}
.cancel-btn[data-v-cf1417bf] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #9aabc2;
  cursor: pointer;
}
.confirm-btn[data-v-cf1417bf] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #2969ff;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-cf1417bf] .v-field {
    padding-left: 3px !important;
}
}.side-panel-asset[data-v-c18c9ffc] {
  box-shadow: 0px 8px 56px rgba(0, 17, 84, 0.05);
  border-radius: 7px;
  width: 100%;
  display: flex;
  height: 134px;
}
.image-wrapper[data-v-c18c9ffc] {
  position: relative;
}
.asset-image[data-v-c18c9ffc] {
  width: 153px;
  height: 134px;
}
[data-v-c18c9ffc] .marketing-status-primary {
  bottom: 0px !important;
}
.image-gradient[data-v-c18c9ffc] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(18, 23, 39, 0.6);
  top: 0px;
}
.countdown-wrapper[data-v-c18c9ffc] {
  position: absolute;
  top: 37%;
  left: 8px;
}
[data-v-c18c9ffc] .countdown-title {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #ffffff !important;
}
[data-v-c18c9ffc] .countdown-dots {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding-bottom: 4px;
  padding-right: 5px;
  padding-left: 5px;
  height: 36px;
}
[data-v-c18c9ffc] .countdown-value {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.487111px;
  color: #ffffff !important;
}
.asset-details-wrapper[data-v-c18c9ffc] {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 8px;
}
.asset-title[data-v-c18c9ffc] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 19px;
}
.details-title[data-v-c18c9ffc] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
  display: flex;
  align-items: center;
}
.details-value[data-v-c18c9ffc] {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.487111px;
  margin-top: 4px;
  color: #001154;
}
.total-offer-percent[data-v-c18c9ffc] {
  position: relative;
  top: 2px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.side-panel-asset[data-v-c18c9ffc] {
    height: 142px;
}
.image-wrapper img[data-v-c18c9ffc] {
    height: 100%;
}
}.multi-offer-title[data-v-112ef6f3] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
  color: #001154;
}
.offer-info-item[data-v-112ef6f3] {
  display: flex;
  column-gap: 8px;
}
.offer-info-item__title[data-v-112ef6f3] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #001154;
}
.offer-info-item__value[data-v-112ef6f3] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.assets-list[data-v-112ef6f3] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 20px;
}
.assets-panel[data-v-112ef6f3] {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.assets-panel__title[data-v-112ef6f3] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
  cursor: pointer;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.assets-panel[data-v-112ef6f3] {
    margin-top: 16px;
    margin-left: -3px;
}
.multi-offer-title[data-v-112ef6f3] {
    margin-left: -3px;
}
}.seller-side-panel-asset-title-wrapper[data-v-bbe405ed] {
  border-bottom: 1px solid #9aabc2;
  padding-bottom: 8px;
  padding-top: 12px;
  color: #001154;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.427px;
}.closing-process-wrapper[data-v-f755b703] {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
}
.closing-item[data-v-f755b703] {
  width: 100%;
  display: flex;
  column-gap: 24px;
  color: #001154;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(154, 171, 194, 0.4);
  font-size: 12px;
}
.closing-item__date[data-v-f755b703] {
  width: 175px;
  min-width: 175px;
  white-space: nowrap;
}
.closing-process-title[data-v-f755b703] {
  color: #001154;
  font-weight: 600;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 8px;
}
.edit-amount-btn[data-v-f755b703] {
  min-height: auto !important;
  min-width: auto !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 6.667px;
  box-shadow: 0px 26.6666679382px 40px 0px rgba(177, 201, 216, 0.36);
}
@media (max-width: 959.98px) {
.closing-item__title[data-v-f755b703] {
    white-space: pre-wrap;
}
.closing-item__date[data-v-f755b703] {
    min-width: 175px;
}
}.approve-dialog-wrapper[data-v-ac2784d7] {
  height: 390px;
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(177, 201, 216, 0.36);
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.approve-dialog-wrapper__title[data-v-ac2784d7] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-top: 40px;
  text-align: center;
}
.approve-dialog-wrapper__text[data-v-ac2784d7] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  width: 500px;
}
.approve-dialog-wrapper__buttons[data-v-ac2784d7] {
  display: flex;
  column-gap: 40px;
}
.close-icon[data-v-ac2784d7] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.approve-transfer-icon[data-v-ac2784d7] {
  width: 104px;
  height: 104px;
}
@media (max-width: 959.98px) {
.approve-dialog-wrapper__buttons[data-v-ac2784d7] {
    width: 100%;
    column-gap: 20px;
    padding: 0px 16px;
}
.approve-dialog-wrapper__text[data-v-ac2784d7] {
    width: 100%;
}
.approve-dialog-wrapper__buttons button[data-v-ac2784d7] {
    flex: 1;
    flex-basis: 50%;
}
[data-v-ac2784d7] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: 100%;
}
.approve-dialog-wrapper[data-v-ac2784d7] {
    height: 100%;
}
}.checkbox-card-wrapper[data-v-cd0719e0] {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(177, 201, 216, 0.36);
  height: 120px;
  width: 230px;
  padding: 16px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}
.checkbox-card-wrapper--disabled[data-v-cd0719e0] {
  opacity: 0.6;
}
.checkbox-card-wrapper__title[data-v-cd0719e0] {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.checkbox-card-wrapper__description[data-v-cd0719e0] {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}
.checkbox-card-wrapper__checkbox-value[data-v-cd0719e0] {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #f1f1f1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox-card-wrapper__checkbox-value i[data-v-cd0719e0] {
  font-size: 20px;
}
.checkbox-card-wrapper__checkbox-value--checked[data-v-cd0719e0] {
  background: #145aff;
}.decline-dialog-wrapper[data-v-2deb913e] {
  display: flex;
  flex-direction: column;
  background: white;
  height: 630px;
  position: relative;
  align-items: center;
}
.decline-dialog-wrapper__title[data-v-2deb913e] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-top: 40px;
  text-align: center;
}
.close-icon[data-v-2deb913e] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.approve-transfer-icon[data-v-2deb913e] {
  width: 104px;
  height: 104px;
}
.decline-info-text[data-v-2deb913e] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.checkbox-cards[data-v-2deb913e] {
  display: flex;
  column-gap: 40px;
}
.comment-textarea[data-v-2deb913e] {
  width: 500px;
  background: #f5f5f5;
  padding-top: 16px;
  padding-left: 16px;
  resize: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 132px;
}
.comment-textarea[data-v-2deb913e] .v-field::before {
  display: none !important;
}
.comment-textarea[data-v-2deb913e] .v-field::after {
  display: none !important;
}
.decline-buttons[data-v-2deb913e] {
  display: flex;
  column-gap: 40px;
}
@media (max-width: 959.98px) {
.decline-buttons[data-v-2deb913e] {
    width: 100%;
    column-gap: 20px;
    padding: 0px 16px;
}
.decline-buttons button[data-v-2deb913e] {
    flex: 1;
    flex-basis: 50%;
}
.approve-dialog-wrapper__text[data-v-2deb913e] {
    width: 100%;
}
[data-v-2deb913e] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: 100%;
}
.decline-dialog-wrapper[data-v-2deb913e] {
    height: 100%;
    padding: 0 16px;
}
.checkbox-cards[data-v-2deb913e] {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
}
.checkbox-card-wrapper[data-v-2deb913e] {
    width: 100%;
}
.comment-textarea[data-v-2deb913e] {
    width: 100%;
}
.textarea-wrapper[data-v-2deb913e] {
    width: 100%;
}
}.bank-provider-label[data-v-5984c92d] {
  font-weight: bold;
}
.transfer-manager-wrapper[data-v-5984c92d] {
  display: flex;
  column-gap: 32px;
  width: 100%;
  justify-content: center;
  position: sticky;
  bottom: -19.9vh;
  background: white;
  z-index: 10;
  padding-bottom: 10px;
}
.transfer-manager-wrapper .v-overlay__content[data-v-5984c92d] {
  top: -90px !important;
}
.transfer-manager-wrapper .v-overlay__content[data-v-5984c92d]::before {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
button[data-v-5984c92d] {
    flex: 1;
}
[data-v-5984c92d] .outlined-button-text,[data-v-5984c92d] .button-text {
    font-size: 12px;
}
}
.text-title[data-v-5984c92d] {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #001154;
}
.text-name-field[data-v-5984c92d] {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #001154;
}
.text-deposit-field[data-v-5984c92d] {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #001154;
}
.add-bank-btn[data-v-5984c92d] {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #001154;
  text-decoration: underline;
  cursor: pointer;
}
.info-icon[data-v-5984c92d] .v-overlay__content {
  width: 360px;
  border-radius: 1px;
  background: var(--secondary-cyan-soft, #f2f6ff);
  box-shadow: 2px 2px 15px 0 rgba(173, 173, 173, 0.25);
}
.info-icon[data-v-5984c92d] .v-overlay__content:before {
  display: none;
}
.info-icon[data-v-5984c92d] .v-overlay__content span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #001154;
}
@media (max-width: 959.98px) {
.info-icon[data-v-5984c92d] .v-overlay__content {
    width: 100%;
    left: 0 !important;
}
}.side-panel-buyer-info[data-v-7fded59b] {
  padding-bottom: 24px;
}
.action-header[data-v-7fded59b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  color: #001154;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.action-header .icon-rotated[data-v-7fded59b] {
  transform: rotate(180deg);
}
.buyer-section[data-v-7fded59b] {
  overflow: hidden;
  border: 1px solid #dde4ef;
  border-radius: 16px;
  background: #f4f6fb;
}
.content-section[data-v-7fded59b] {
  padding: 20px 8px;
  border-top: 1px solid #cbd5e5;
}
.content-section[data-v-7fded59b]:first-child {
  padding-top: 4px;
  border-top: 0;
}
.section-header[data-v-7fded59b] {
  margin: 0 0 14px;
  color: #001154;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.buyer-info-grid[data-v-7fded59b] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.buyer-info-grid--three[data-v-7fded59b] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.data-line[data-v-7fded59b] {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  color: #001154;
  font-size: 13px;
  line-height: 18px;
}
.data-line--full[data-v-7fded59b] {
  grid-column: 1/-1;
}
.data-label[data-v-7fded59b] {
  font-weight: 400;
  white-space: nowrap;
}
.data-value[data-v-7fded59b] {
  min-width: 0;
  font-weight: 700;
}
.data-value--single-line[data-v-7fded59b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-list[data-v-7fded59b] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  gap: 6px;
}
[data-v-7fded59b] .v-expansion-panel {
  background: none !important;
}
[data-v-7fded59b] .v-expansion-panel-title {
  padding: 12px 24px !important;
  min-height: auto;
}
[data-v-7fded59b] .v-expansion-panel-text__wrapper {
  padding-right: 8px !important;
  padding-left: 8px !important;
  padding-bottom: 48px !important;
}
[data-v-7fded59b] .v-expansion-panel-text {
  padding-top: 30px;
}
[data-v-7fded59b] .v-chip {
  min-width: 0;
  max-width: 100%;
  height: 24px;
  border-radius: 6px;
  background: rgba(41, 105, 255, 0.7) !important;
  box-shadow: 3.995px 5.327px 19.977px 0px rgba(0, 17, 84, 0.14);
  color: #ffffff;
}
[data-v-7fded59b] .v-chip__content {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}
@media (max-width: 600px) {
.buyer-info-grid[data-v-7fded59b],
  .buyer-info-grid--three[data-v-7fded59b] {
    grid-template-columns: 1fr;
}
.data-line--full[data-v-7fded59b] {
    grid-column: auto;
}
.data-line[data-v-7fded59b] {
    grid-template-columns: 1fr;
    gap: 2px;
}
.data-value--single-line[data-v-7fded59b] {
    white-space: normal;
}
[data-v-7fded59b] .v-expansion-panel-text__wrapper {
    padding: 14px 12px 20px !important;
}
}.panel-wrapper[data-v-e4d1ceb5] {
  position: fixed;
  right: 0;
  top: var(--seller-panel-top, 132px);
  width: min(660px, 100vw - 24px);
  background: white;
  box-shadow: 0 14px 42px rgba(0, 17, 84, 0.24);
  height: calc(100vh - var(--seller-panel-top, 132px));
  height: calc(100dvh - var(--seller-panel-top, 132px));
  border-left: 1px solid #e1e7f1;
  overflow: hidden;
  transition: right 0.26s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 24;
}
.close-icon-wrapper[data-v-e4d1ceb5] {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #001154;
  background: #f1f4fa;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.close-icon-wrapper[data-v-e4d1ceb5]:hover,
.close-icon-wrapper[data-v-e4d1ceb5]:focus-visible {
  color: #2969ff;
  background: #e7edfb;
  outline: none;
}
.panel-wrapper--closed[data-v-e4d1ceb5] {
  right: -100%;
  pointer-events: none;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.panel-wrapper[data-v-e4d1ceb5] {
    width: 100%;
    z-index: 200;
    top: 0 !important;
    height: 100vh;
    height: 100dvh;
    border-left: 0;
}
}
.panel-data[data-v-e4d1ceb5] {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.panel-persistent-header[data-v-e4d1ceb5] {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding: 0 56px 12px 24px;
  background: #fff;
  border-bottom: 1px solid #e1e7f1;
  box-shadow: 0 8px 18px rgba(0, 17, 84, 0.06);
}
.panel-scroll-body[data-v-e4d1ceb5] {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 24px 40px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.panel-section[data-v-e4d1ceb5] {
  margin-top: 16px;
  padding: 0 16px 16px;
  border: 1px solid #e1e7f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 17, 84, 0.045);
}
.panel-section--documents[data-v-e4d1ceb5] .side-panel-docs-title,
.panel-section--notes[data-v-e4d1ceb5] .side-panel-buyer-notes__title,
.panel-section--closing[data-v-e4d1ceb5] .closing-process-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.panel-section--documents[data-v-e4d1ceb5] .side-panel-docs-title,
.panel-section--notes[data-v-e4d1ceb5] .side-panel-buyer-notes {
  border-top: 0;
}
.panel-section--notes[data-v-e4d1ceb5] .side-panel-buyer-notes {
  border-bottom: 0;
}
.panel-section--closing[data-v-e4d1ceb5] .closing-process-title {
  margin-top: 16px;
}
.panel-scroll-body > .side-panel-buyer-info[data-v-e4d1ceb5] {
  margin-top: 16px;
}
@media (max-width: 600px) {
.panel-persistent-header[data-v-e4d1ceb5] {
    padding-left: 18px;
    padding-right: 52px;
}
.panel-scroll-body[data-v-e4d1ceb5] {
    padding-left: 16px;
    padding-right: 16px;
}
}.full-width[data-v-1996e044] {
  width: 100%;
}
.filter-section[data-v-1996e044] {
  height: 100vh;
}
.pager[data-v-1996e044] {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.pager-wrapper[data-v-1996e044] {
  height: 32px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  max-width: 110px;
  width: 100%;
  padding: 8px !important;
  flex: 0 0 auto;
}
.pager-title[data-v-1996e044] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #145aff;
  padding-top: 1px;
}
.pager-count span[data-v-1996e044] {
  width: 15px;
  height: 15px;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  background: #dd226f;
  color: #ffffff;
  border-radius: 50%;
  line-height: 8.2px;
  border: 1px solid #ffffff;
}
.buyer-pager-wrapper[data-v-1996e044] {
  background: #145aff;
}
.buyer-pager-wrapper .pager-title[data-v-1996e044] {
  color: #ffffff;
}
.buyer-pager-wrapper .pager-count span[data-v-1996e044] {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
}
.filter-btn[data-v-1996e044] {
  padding: 8px;
  background: #ffffff;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  color: #145aff;
  height: 32px;
  display: flex;
  align-items: center;
  width: 117px;
  cursor: pointer;
  justify-content: space-between;
}
.filter-btn.active[data-v-1996e044] {
  background: #145aff;
}
.filter-btn.active .pager-title[data-v-1996e044] {
  color: #ffffff;
}
.reset-filter[data-v-1996e044] {
  size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.submit-filter[data-v-1996e044] {
  border-radius: 7px;
  color: #ffffff;
}
.margin-top-4-5[data-v-1996e044] {
  margin-top: 10px;
}
.seller-mobile-tabs-shell[data-v-1996e044] {
  width: 100%;
}
.filter-summary[data-v-1996e044] {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 17, 84, 0.7);
}
.filter-summary__label[data-v-1996e044] {
  flex: 0 0 auto;
  font-weight: 600;
  color: #001154;
}
.filter-summary__text[data-v-1996e044] {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.close-btn[data-v-a1155f77] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.icon-close[data-v-a1155f77] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-a1155f77] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.actions[data-v-a1155f77] {
  justify-content: center;
  column-gap: 32px;
}
.submit-btn[data-v-a1155f77] {
  color: #ffffff;
}
.editor-wrapper[data-v-a1155f77] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin-top: 32px;
}
.editor-label[data-v-a1155f77] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
[data-v-a1155f77] .asset-item {
  height: auto;
  width: auto;
}
[data-v-a1155f77] .marketing-status-primary .status__text {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  min-width: max-content;
}
[data-v-a1155f77] .asset-item__image {
  width: 244px;
  height: 213px;
}
[data-v-a1155f77] .asset-info {
  padding-left: 32px;
}
[data-v-a1155f77] .new-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #001154;
  padding: 15px 16px;
  background: rgba(242, 246, 255, 0.7);
}
[data-v-a1155f77] .v-slider-track {
  border-radius: 5px;
  overflow: hidden;
}
[data-v-a1155f77] .v-slider-track__tick {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  top: -4px !important;
  background-color: rgba(154, 171, 194, 0.4);
}
[data-v-a1155f77] .v-slider-track__tick:first-child {
  left: -2px !important;
}
[data-v-a1155f77] .v-slider-track__tick:first-child .v-slider-track__tick-label {
  left: 1px !important;
}
[data-v-a1155f77] .v-slider-track__tick-label {
  top: 22px !important;
}
[data-v-a1155f77] .v-slider-track__tick-label,[data-v-a1155f77] .v-slider-track__tick:last-child .v-slider-track__tick-label {
  transform: none !important;
}
[data-v-a1155f77] .v-slider-track {
  height: 10px !important;
}
[data-v-a1155f77] .v-slider-track__tick--filled {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-v-a1155f77] .v-slider-thumb__surface {
  width: 10px;
  height: 10px;
}
[data-v-a1155f77] .v-slider-thumb__surface:before {
  width: 10px;
  height: 10px;
  opacity: 0.4;
  display: block;
  left: 0;
  top: 0;
  transform: none;
  background: #ffffff;
  z-index: 1;
}
[data-v-a1155f77] .v-slider-thumb__surface:after {
  background: #2969ff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
@media (max-width: 959.98px) {
.editor-wrapper[data-v-a1155f77] {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
[data-v-a1155f77] .marketing-status-primary .status__text {
    font-size: 12px !important;
}
[data-v-a1155f77] .asset-item__image {
    width: 130px !important;
    min-width: 130px !important;
    height: 135px !important;
}
[data-v-a1155f77] .asset-item {
    height: 135px !important;
    margin-top: 16px;
}
[data-v-a1155f77] .marketing-status-primary {
    width: 20px !important;
}
[data-v-a1155f77]  .asset-info {
    width: 62% !important;
    padding-top: 12px;
    padding-left: 8px;
}
[data-v-a1155f77]  .asset-info__main-address {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
}
[data-v-a1155f77]  .asset-info__second-address {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin-top: 5px;
}
[data-v-a1155f77] .asset-info__upb {
    margin-top: 2px;
}
[data-v-a1155f77] .status__text {
    font-size: 12px !important;
}
[data-v-a1155f77] .v-field {
    height: 40px !important;
}
.dialog-title[data-v-a1155f77] {
    margin-top: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
}
.asset-card-wrapper[data-v-a1155f77] {
    padding: 0 16px;
}
.actions[data-v-a1155f77] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}
.actions button[data-v-a1155f77] {
    width: auto !important;
    flex: 1;
    height: 40px !important;
    border-radius: 8px;
}
.change-status-field-label[data-v-a1155f77] {
    font-size: 12px;
}
.err-msg-wrapper[data-v-a1155f77] {
    padding: 0 16px;
}
}.icon-close[data-v-6713a144] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-6713a144] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-name[data-v-6713a144] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-info-text[data-v-6713a144] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.modal-upb-value[data-v-6713a144] {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.530833px;
  color: #001154;
}
.actions[data-v-6713a144] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-6713a144] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-6713a144] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-6713a144] {
  color: #ffffff;
}
@media (max-width: 959.98px) {
[data-v-6713a144] .v-dialog {
    margin: 0;
    max-height: 100%;
    height: 100%;
}
[data-v-6713a144] .v-card {
    height: 100%;
}
[data-v-6713a144] .close-btn,[data-v-6713a144] .submit-btn {
    flex: 1;
}
}.action-menu[data-v-2900c7e6] {
  box-shadow: 3.99533px 5.3271px 19.9766px rgba(0, 17, 84, 0.14) !important;
  border-radius: 6.65888px !important;
}
.action-list[data-v-2900c7e6] {
  padding: 0;
}
.action-list-title[data-v-2900c7e6] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
  min-height: auto;
}
.action-list-item[data-v-2900c7e6] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  min-height: auto;
}
.action-list-item.disabled[data-v-2900c7e6] {
  color: #9aabc2;
}
.action-dots[data-v-2900c7e6] {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 959.98px) {
.action-dots[data-v-2900c7e6] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.4);
}
}.icon-close[data-v-6e83c5d8] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-6e83c5d8] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-name[data-v-6e83c5d8] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-info-text[data-v-6e83c5d8] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.modal-upb-value[data-v-6e83c5d8] {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.530833px;
  color: #001154;
}
.modal-comment-field[data-v-6e83c5d8] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.actions[data-v-6e83c5d8] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-6e83c5d8] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-6e83c5d8] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-6e83c5d8] {
  color: #ffffff;
}
[data-v-6e83c5d8] .v-text-field.v-input--focused > .v-input__control > .v-field:after {
  content: none !important;
}
@media (max-width: 959.98px) {
[data-v-6e83c5d8] .v-dialog {
    margin: 0;
    max-height: 100%;
    height: 100%;
}
[data-v-6e83c5d8] .v-card {
    height: 100%;
}
[data-v-6e83c5d8] .close-btn,[data-v-6e83c5d8] .submit-btn {
    flex: 1;
}
}.title[data-v-35ffffbd] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-35ffffbd] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-35ffffbd] {
  font-weight: 600;
}
.border-bottom[data-v-35ffffbd] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-9119e2aa] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-9119e2aa] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-9119e2aa] {
  font-weight: 600;
}
.border-bottom[data-v-9119e2aa] {
  border-bottom: 1px solid #9aabc2;
}.sidebar-title[data-v-9da3339d] {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.426667px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.close-btn[data-v-9da3339d] {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}.admin-assets-page[data-v-22c333d6] {
  position: relative;
}
.assets-59-sidebar.v-navigation-drawer[data-v-22c333d6] {
  top: 132px !important;
}
.assets-59-sidebar-filtered.v-navigation-drawer[data-v-22c333d6] {
  top: 182px !important;
}
.assets-73-sidebar.v-navigation-drawer[data-v-22c333d6] {
  top: 146px !important;
}
.assets-73-sidebar-filtered.v-navigation-drawer[data-v-22c333d6] {
  top: 196px !important;
}
[data-v-22c333d6] .seller-list-item__right-section {
  padding-right: 40px;
}
.profile .main-content[data-v-22c333d6] {
  padding: 5rem 0;
}
.modal-list[data-v-22c333d6] {
  padding: 0;
}
.modal-list li[data-v-22c333d6] {
  font-size: 1.4rem;
}
.coming-soon[data-v-22c333d6] {
  font-size: 1.8rem;
  color: #c7c7c7;
}
.main-content[data-v-22c333d6] {
  width: 1200px;
  margin: 0 auto;
}
[data-v-22c333d6] .v-skeleton-loader__heading {
  display: none !important;
}
.skeleton-spacing-top[data-v-22c333d6] {
  margin-top: 60px;
}
.loader-wrapper[data-v-22c333d6] {
  height: 250px;
}
.global-loading-wrapper[data-v-22c333d6] {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-items-message[data-v-22c333d6] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  font-size: 16px;
}
[data-v-22c333d6]  .asset-tabs .v-tab__slider {
  color: #2969ff !important;
  height: 1px;
}
[data-v-22c333d6]  .asset-tabs .v-tab {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 0px;
  width: auto;
  min-width: unset;
  color: #001154;
  opacity: 0.8;
}
[data-v-22c333d6]  .asset-tabs .v-tab--selected {
  color: #2969ff;
}
.selects-row[data-v-22c333d6] {
  position: sticky;
  top: calc(var(--admin-subheader-top, calc(var(--xl-nav-h, 74px) + 50px)) + var(--admin-page-header-height, 78px));
  padding: 0 !important;
  background: white;
  z-index: 7;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.admin-assets-filters[data-v-22c333d6] {
  padding-top: 12px;
  padding-bottom: 14px;
}
.marketing-metrics-refresh[data-v-22c333d6] {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.marketing-metrics-refresh__button[data-v-22c333d6] {
  min-width: 218px;
}
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .input-wrapper {
  min-width: 0;
  overflow: hidden;
  height: 46px;
  border: 1px solid #dde5f2;
  border-radius: 10px;
  box-shadow: none;
}
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .search-input-wrapper,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .input-wrapper .v-input,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .input-wrapper .v-input__control,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .input-wrapper .v-field,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .input-wrapper .v-field__input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .input-wrapper input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select > div,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select .v-input__control,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select .v-field,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select .v-field__input,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select .v-field__input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select .v-field,
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select .v-field__input {
  height: 46px !important;
  min-height: 46px !important;
}
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__select .v-field {
  border: 1px solid #dde5f2;
  border-radius: 10px;
  box-shadow: none !important;
}
.admin-assets-filter-shell[data-v-22c333d6] .seller-filters--admin .slot-select__icon-wrapper {
  top: 11px;
  z-index: 2;
  pointer-events: none;
}
.seller-mobile-tabs-wrapper[data-v-22c333d6] {
  overflow: visible;
}
.mobile-filters-panel[data-v-22c333d6] {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  padding: 16px;
  background: white;
  border: 1px solid rgba(0, 17, 84, 0.08);
  border-radius: 12px;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.18);
  max-height: min(420px, 100vh - 220px);
  overflow-y: auto;
}
.toggle-types[data-v-22c333d6] {
  margin-top: 16px;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.toggle-types[data-v-22c333d6] .v-tab--selected:hover::before,
.toggle-types[data-v-22c333d6] .v-tab--selected::before {
  opacity: 0;
}
.toggle-types[data-v-22c333d6] .v-slide-group {
  height: 27px;
  background: none;
}
.toggle-types[data-v-22c333d6] .v-slide-group .v-tab {
  padding: 0;
  min-width: auto;
}
.toggle-types[data-v-22c333d6] .v-slide-group .v-tab .label {
  font-size: 14px;
  font-weight: 600;
  color: #001154;
}
.toggle-types[data-v-22c333d6] .v-slide-group .v-tab.v-tab--selected .label {
  color: #2969ff;
  opacity: 0.8;
}
.toggle-types[data-v-22c333d6] .v-slide-group .v-tab__slider {
  height: 1px;
  background: #2969ff;
  opacity: 0.8;
}
.toggle-types[data-v-22c333d6] .v-badge__badge {
  width: 11px;
  height: 11px;
  font-size: 7px;
  padding: 3px 1px;
  font-weight: 500;
  min-width: auto;
}
.seller-list-wrapper[data-v-22c333d6] {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.toggle-types[data-v-22c333d6] {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.selects-row[data-v-22c333d6] {
    top: calc(var(--admin-subheader-top, calc(var(--xl-nav-h, 62px) + 50px)) + var(--admin-page-header-height, 70px));
    padding: 12px 16px !important;
    overflow: visible;
}
.seller-list-wrapper[data-v-22c333d6] {
    flex-direction: column;
}
[data-v-22c333d6] .seller-list-item__right-section {
    padding-right: 16px;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.selects-row.selects-row--opened[data-v-22c333d6] {
    z-index: 201;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-22c333d6] .slot-select__content-wrapper {
    width: 100% !important;
}
[data-v-22c333d6] .slot-select__slot-wrapper {
    justify-content: start !important;
}
}
@media screen and (min-width: 1265px) and (max-width: 1500px) {
[data-v-22c333d6] .seller-filters .input-wrapper {
    width: 100%;
}
[data-v-22c333d6] .seller-filters .marketing-field,[data-v-22c333d6] .seller-filters .asset-field,[data-v-22c333d6] .seller-filters .asset-sort {
    width: 100%;
}
[data-v-22c333d6] .seller-filters .marketing-field .v-overlay__content,[data-v-22c333d6] .seller-filters .asset-field .v-overlay__content,[data-v-22c333d6] .seller-filters .asset-sort .v-overlay__content {
    left: auto !important;
    right: 0;
}
}.assets-sidebar.v-navigation-drawer {
  position: fixed !important;
  left: auto !important;
  right: 0 !important;
  max-width: 100vw;
  z-index: 20 !important;
}
.assets-sidebar.v-navigation-drawer--active.v-navigation-drawer--right {
  transform: none !important;
  transition: none !important;
}.deposit-reconciliation[data-v-376879de] {
  min-height: calc(100vh - var(--admin-nav-offset, 59px));
  background: #f8f9fb;
  color: #001154;
}
.deposit-reconciliation__content[data-v-376879de] {
  padding-top: 16px;
  padding-bottom: 32px;
}
.deposit-reconciliation__meta[data-v-376879de], .deposit-reconciliation__muted[data-v-376879de] {
  color: #64748b;
  font-size: 13px;
}
.deposit-reconciliation__filter[data-v-376879de] {
  width: 100%;
  min-width: 0;
  min-height: 72px;
  height: auto;
}
.deposit-reconciliation__health[data-v-376879de] {
  display: grid;
  grid-template-columns: repeat(4, minmax(96px, 1fr)) minmax(170px, 1.45fr) minmax(140px, 0.95fr);
  gap: 10px;
  align-items: stretch;
  margin-bottom: 16px;
}
.deposit-reconciliation__stat[data-v-376879de] {
  min-height: 72px;
  background: #ffffff;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
}
.deposit-reconciliation__stat strong[data-v-376879de] {
  font-size: 20px;
  line-height: 24px;
  color: #001154;
  word-break: break-word;
}
.deposit-reconciliation__stat--alert strong[data-v-376879de] {
  color: #b42318;
}
.deposit-reconciliation__stat-label[data-v-376879de] {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.deposit-reconciliation__table-wrap[data-v-376879de] {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #dbe3ef;
}
.deposit-reconciliation__table[data-v-376879de] {
  min-width: 1420px;
}
.deposit-reconciliation__flags[data-v-376879de] {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  min-height: 24px;
}
.deposit-reconciliation__asset-link[data-v-376879de] {
  color: #2969ff;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.deposit-reconciliation__filter[data-v-376879de] {
    width: 100%;
}
.deposit-reconciliation__health[data-v-376879de] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
}
}
@media (max-width: 600px) {
.deposit-reconciliation__health[data-v-376879de] {
    grid-template-columns: 1fr;
}
}.admin-buyers-page[data-v-0bd5a400] {
  --admin-buyers-tabs-height: 48px;
  --admin-buyers-subheader-top: calc(
    var(--admin-nav-offset, 59px) + var(--admin-tabs-height, 49px) +
      var(--admin-buyers-tabs-height, 48px)
  );
}
.buyers-tabs[data-v-0bd5a400] {
  position: sticky;
  top: var(--admin-subheader-top, 108px);
  z-index: 7;
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.tab-wrapper[data-v-0bd5a400] {
  position: relative;
}
.req-count-wrapper[data-v-0bd5a400] {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #dd226f;
  color: white;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  right: 3px;
  bottom: 23px;
}
.total-requests-wrapper[data-v-0bd5a400] {
  max-width: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-0bd5a400] .buyers-tabs .v-slide-group__container {
  background: #ffffff;
}[data-v-8790db09] .v-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-8790db09] .v-field:before {
  border: none !important;
}
h3[data-v-8790db09] {
  font-size: 1.6rem;
}
[data-v-8790db09] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-8790db09] {
  padding-bottom: 66px;
}
[data-v-8790db09] .v-field__input,
.v-field__input[data-v-8790db09] {
  position: relative !important;
  top: 5px !important;
}
[data-v-8790db09] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
[data-v-8790db09] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-8790db09] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-8790db09] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
h3[data-v-8790db09] {
  font-size: 1.6rem;
}
.title[data-v-8790db09] {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 152%;
  /* or 36px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}.timeline-title[data-v-3dbafff4] {
  align-items: flex-start;
  border-bottom: 1px solid #e4e8f4;
  color: #001154;
  padding: 20px 24px 16px;
}
.timeline-title__heading[data-v-3dbafff4] {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.timeline-title__subtext[data-v-3dbafff4] {
  color: #5e6b93;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.timeline-body[data-v-3dbafff4] {
  max-height: 560px;
  min-height: 240px;
  padding: 0 24px 12px;
}
.timeline-filters[data-v-3dbafff4] {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(135px, 1fr) minmax(135px, 1fr) auto auto;
  padding: 16px 0 4px;
}
.timeline-state[data-v-3dbafff4] {
  align-items: center;
  color: #5e6b93;
  display: flex;
  justify-content: center;
  min-height: 220px;
  text-align: center;
}
.timeline-state--error[data-v-3dbafff4] {
  color: #c3272b;
}
.timeline-list[data-v-3dbafff4] {
  padding: 12px 0 8px;
}
.timeline-event[data-v-3dbafff4] {
  display: grid;
  gap: 12px;
  grid-template-columns: 18px minmax(0, 1fr);
  padding: 16px 0;
  position: relative;
}
.timeline-event[data-v-3dbafff4]:not(:last-child) {
  border-bottom: 1px solid #edf1f8;
}
.timeline-event__marker[data-v-3dbafff4] {
  background: #2969ff;
  border: 4px solid #e6edff;
  border-radius: 50%;
  height: 16px;
  margin-top: 3px;
  width: 16px;
}
.timeline-event__topline[data-v-3dbafff4] {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.timeline-event__type[data-v-3dbafff4] {
  color: #001154;
  font-size: 15px;
  font-weight: 700;
}
.timeline-event__time[data-v-3dbafff4] {
  color: #6f7a9d;
  flex-shrink: 0;
  font-size: 12px;
}
.timeline-event__deal[data-v-3dbafff4] {
  color: #25376f;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.timeline-event__address[data-v-3dbafff4], .timeline-event__detail[data-v-3dbafff4], .timeline-event__source[data-v-3dbafff4] {
  color: #5e6b93;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}
.timeline-event__source[data-v-3dbafff4] {
  font-size: 12px;
}
.timeline-actions[data-v-3dbafff4] {
  border-top: 1px solid #e4e8f4;
  padding: 12px 24px;
}
.timeline-count[data-v-3dbafff4] {
  color: #5e6b93;
  font-size: 13px;
}
@media (max-width: 640px) {
.timeline-filters[data-v-3dbafff4] {
    grid-template-columns: 1fr;
}
}.card-wrapper[data-v-055d1441] {
  width: 100%;
  background: #ffffff;
  padding: 42px 29px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
.info-item[data-v-055d1441] {
  white-space: nowrap;
  width: 160px;
}
.info-item__title[data-v-055d1441] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* or 182% */
  width: 160px;
  color: #001154;
}
.info-item__value[data-v-055d1441] {
  margin-top: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  /* or 217% */
  display: flex;
  width: 160px;
  color: #001154;
}
.info-item__value.overflow[data-v-055d1441] {
  overflow-x: auto;
}
button[data-v-055d1441] {
  min-height: unset !important;
}
.btn-wrapper[data-v-055d1441] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-wrapper button[data-v-055d1441] {
  font-size: 12px !important;
}
.additional-data[data-v-055d1441] {
  display: flex;
  border-top: 1px solid #f1f1f1;
  background-color: white;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.additional-data[data-v-055d1441] {
    flex-direction: column;
}
}
.additional-data__item[data-v-055d1441] {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  color: #001154;
  cursor: pointer;
  padding-left: 39px;
  padding-right: 32px;
  width: 25%;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.additional-data__item[data-v-055d1441] {
    width: 100%;
}
}
.additional-data__item.--active[data-v-055d1441] {
  border-bottom: 1px solid #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card-wrapper[data-v-055d1441] {
    flex-direction: column;
}
.info-item[data-v-055d1441] {
    display: flex;
    width: 100%;
}
.btn-wrapper[data-v-055d1441] {
    margin-top: 16px;
}
}
.card-header[data-v-055d1441] {
  display: flex;
  width: 100%;
  background: white;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
  padding-top: 23px;
  justify-content: space-between;
  padding-right: 28px;
}
.card-header__info[data-v-055d1441] {
  display: flex;
  align-items: center;
}
.card-header__name[data-v-055d1441] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  margin-left: 28px;
}
.card-header__role[data-v-055d1441] {
  display: flex;
  justify-content: center;
  align-self: center;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  margin-left: 18px;
  color: #001154;
}
.card-header__status[data-v-055d1441] {
  display: flex;
  column-gap: 6px;
  margin-left: 60px;
  align-items: center;
}
.card[data-v-055d1441] {
  box-shadow: 0px 8px 56px rgba(0, 17, 84, 0.05);
}
.status-title[data-v-055d1441] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.status-value[data-v-055d1441] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  color: #dd226f;
}
.actions[data-v-055d1441] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.action[data-v-055d1441] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.action.--red[data-v-055d1441] {
  color: red;
}
.action.--blue[data-v-055d1441] {
  color: #001154;
}
.buyer-approved[data-v-055d1441] {
  width: 104px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #2969ff;
}
.buyer-rejected[data-v-055d1441] {
  width: 104px;
  height: 32px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #313944;
}
.expired-block[data-v-055d1441] {
  background: #dd226f;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 26px;
  position: absolute;
  padding: 0px 6px;
  width: 51px;
  height: 22px;
  right: 76px;
  bottom: 29px;
}
.additional-data[data-v-055d1441] {
  position: relative;
}
.additional-data__item[data-v-055d1441] {
  position: relative;
}
.actions-wrapper[data-v-055d1441] {
  position: absolute;
  top: 0px;
  right: 0px;
}
.card-wrapper[data-v-055d1441] {
  position: relative;
}
.email[data-v-055d1441] {
  width: 270px;
}
.info-item[data-v-055d1441] {
  width: 270px;
}
.decline-btn[data-v-055d1441] {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  color: #dd226f;
  cursor: pointer;
  margin-right: 34px;
}
.buttons[data-v-055d1441] {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.buttons[data-v-055d1441] {
    flex-direction: column;
}
}
.buttons[data-v-055d1441]:before {
  display: block;
  width: 1px;
  height: 81px;
  content: "";
  position: absolute;
  /* right: 2px; */
  background: #f1f1f1;
  left: -21px;
}
.list-item-option[data-v-055d1441] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: -0.175px;
  color: #000000;
}
.options-button[data-v-055d1441] {
  position: relative;
}
.options-button[data-v-055d1441]::before {
  display: block;
  width: 1px;
  height: 81px;
  content: "";
  position: absolute;
  /* right: 2px; */
  background: #f1f1f1;
  left: -24px;
  top: -22px;
}.admin-buyer-mode[data-v-e5de8201] {
  flex: 0 0 auto;
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #dde5f2;
  border-radius: 10px;
  background: #f4f7fc;
}
.admin-buyer-mode__option[data-v-e5de8201] {
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border-radius: 7px;
  color: #4a5c80 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.admin-buyer-mode__option[data-v-e5de8201]:hover,
.admin-buyer-mode__option[data-v-e5de8201]:focus-visible {
  color: #2969ff !important;
  background: #ffffff;
}
.admin-buyer-mode__option.is-active[data-v-e5de8201] {
  color: #001154 !important;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 17, 84, 0.1);
}
.admin-buyer-mode__count[data-v-e5de8201] {
  min-width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 10px;
  background: #dd226f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
}
@media (max-width: 520px) {
.admin-buyer-mode[data-v-e5de8201] {
    width: 100%;
}
.admin-buyer-mode__option[data-v-e5de8201] {
    flex: 1 1 50%;
}
}.buyer-controls-shell[data-v-0bfb63b2] {
  position: sticky;
  top: calc(var(--admin-subheader-top, calc(var(--xl-nav-h, 74px) + 50px)) + var(--admin-page-header-height, 78px));
  z-index: 7;
  background: #ffffff;
  border-bottom: 1px solid #eef1f7;
  box-shadow: 0 10px 20px rgba(0, 17, 84, 0.05);
}
.admin-buyer-controls[data-v-0bfb63b2] {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) minmax(190px, 230px);
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
}
.admin-buyer-search[data-v-0bfb63b2] {
  width: 100%;
  min-width: 0;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid #dde5f2;
  border-radius: 10px;
  background: #ffffff;
}
.admin-buyer-search[data-v-0bfb63b2]:focus-within {
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.14);
}
.admin-buyer-search svg[data-v-0bfb63b2] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #2969ff;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.admin-buyer-search input[data-v-0bfb63b2] {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #001154;
  font-size: 15px;
}
.buyer-results[data-v-0bfb63b2] {
  padding-top: 16px;
}
.cards-wrapper[data-v-0bfb63b2] {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.buyer-card[data-v-0bfb63b2] {
  border-radius: 12px !important;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.buyer-card[data-v-0bfb63b2]:hover {
  box-shadow: 0px 12px 40px rgba(0, 17, 84, 0.1) !important;
}
.no-req-wrapper[data-v-0bfb63b2] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #9aabc2;
}
[data-v-0bfb63b2] .v-card .card {
  box-shadow: none !important;
}
@media (max-width: 959px) {
.buyer-controls-shell[data-v-0bfb63b2] {
    position: static;
}
.admin-buyer-controls[data-v-0bfb63b2] {
    grid-template-columns: 1fr 1fr;
}
.admin-buyer-mode[data-v-0bfb63b2] {
    grid-column: 1/-1;
}
}
@media (max-width: 600px) {
.admin-buyer-controls[data-v-0bfb63b2] {
    grid-template-columns: 1fr;
}
.admin-buyer-mode[data-v-0bfb63b2] {
    grid-column: auto;
}
}.cards-wrapper[data-v-9d20012a] {
  display: flex;
  flex-direction: column;
  row-gap: 62px;
  padding-bottom: 25px;
}
.filters-wrapper[data-v-9d20012a] {
  position: sticky;
  top: calc(var(--admin-subheader-top, calc(var(--xl-nav-h, 74px) + 50px)) + var(--admin-page-header-height, 78px));
  z-index: 7;
  background: #ffffff;
  border-bottom: 1px solid #eef1f7;
  box-shadow: 0 10px 20px rgba(0, 17, 84, 0.05);
}
.buyers-list-filter-row[data-v-9d20012a] {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) minmax(190px, 230px);
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 14px;
}
.admin-buyer-search[data-v-9d20012a] {
  width: 100%;
  min-width: 0;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid #dde5f2;
  border-radius: 10px;
  background: #ffffff;
}
.admin-buyer-search[data-v-9d20012a]:focus-within {
  border-color: #2969ff;
  box-shadow: 0 0 0 3px rgba(41, 105, 255, 0.14);
}
.admin-buyer-search svg[data-v-9d20012a] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #2969ff;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.admin-buyer-search input[data-v-9d20012a] {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #001154;
  font-size: 15px;
}
.buyer-results[data-v-9d20012a] {
  padding-top: 16px;
}
@media (max-width: 959px) {
.filters-wrapper[data-v-9d20012a] {
    position: static;
}
.buyers-list-filter-row[data-v-9d20012a] {
    grid-template-columns: 1fr 1fr;
}
.admin-buyer-mode[data-v-9d20012a] {
    grid-column: 1/-1;
}
}
@media (max-width: 600px) {
.buyers-list-filter-row[data-v-9d20012a] {
    grid-template-columns: 1fr;
}
.admin-buyer-mode[data-v-9d20012a] {
    grid-column: auto;
}
}.v-data-table :deep(tbody tr:hover:not(.v-data-table__tr--expanded)) {
  background: #f5f5f5 !important;
}.create-test-asset[data-v-d4c17bc0] {
  color: #ffffff;
  font-size: 12px !important;
  border-radius: 5px;
}
@media (max-width: 1263.98px) {
.create-test-asset[data-v-d4c17bc0] {
    width: 100%;
    height: 32px !important;
}
}.profile .main-content[data-v-5490c4b0] {
  padding: 5rem 0;
}
.modal-list[data-v-5490c4b0] {
  padding: 0;
}
.modal-list li[data-v-5490c4b0] {
  font-size: 1.4rem;
}
.coming-soon[data-v-5490c4b0] {
  font-size: 1.8rem;
  color: #c7c7c7;
}
.main-content[data-v-5490c4b0] {
  width: 1200px;
  margin: 0 auto;
}
[data-v-5490c4b0] .v-skeleton-loader__heading {
  display: none !important;
}
.skeleton-spacing-top[data-v-5490c4b0] {
  margin-top: 60px;
}
.loader-wrapper[data-v-5490c4b0] {
  height: 250px;
}
.global-loading-wrapper[data-v-5490c4b0] {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-items-message[data-v-5490c4b0] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  font-size: 16px;
}
[data-v-5490c4b0]  .asset-tabs .v-tab__slider {
  color: #2969ff !important;
  height: 1px;
}
[data-v-5490c4b0]  .asset-tabs .v-tab {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 0px;
  width: auto;
  min-width: unset;
  color: #001154;
  opacity: 0.8;
}
[data-v-5490c4b0]  .asset-tabs .v-tab--selected {
  color: #2969ff;
}
.selects-row[data-v-5490c4b0] {
  position: sticky;
  padding: 16px 32px !important;
  background: white;
  z-index: 7;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.seller-mobile-tabs-wrapper[data-v-5490c4b0] {
  overflow: visible;
}
.mobile-filters-panel[data-v-5490c4b0] {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  padding: 16px;
  background: white;
  border: 1px solid rgba(0, 17, 84, 0.08);
  border-radius: 12px;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.18);
  max-height: min(420px, 100vh - 220px);
  overflow-y: auto;
}
.selects-row[data-v-5490c4b0] {
  top: 59px;
}
@media (min-width: 1904px) {
.selects-row[data-v-5490c4b0] {
    top: 73px;
}
}
.toggle-types[data-v-5490c4b0] {
  margin-top: 80px;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.toggle-types[data-v-5490c4b0] .v-tab--selected:hover::before,
.toggle-types[data-v-5490c4b0] .v-tab--selected::before {
  opacity: 0;
}
.toggle-types[data-v-5490c4b0] .v-slide-group {
  height: 27px;
  background: none;
}
.toggle-types[data-v-5490c4b0] .v-slide-group .v-tab {
  padding: 0;
  min-width: auto;
}
.toggle-types[data-v-5490c4b0] .v-slide-group .v-tab .label {
  font-size: 14px;
  font-weight: 600;
  color: #001154;
}
.toggle-types[data-v-5490c4b0] .v-slide-group .v-tab.v-tab--selected .label {
  color: #2969ff;
  opacity: 0.8;
}
.toggle-types[data-v-5490c4b0] .v-slide-group .v-tab__slider {
  height: 1px;
  background: #2969ff;
  opacity: 0.8;
}
.toggle-types[data-v-5490c4b0] .v-badge__badge {
  width: 11px;
  height: 11px;
  font-size: 7px;
  padding: 3px 1px;
  font-weight: 500;
  min-width: auto;
}
.seller-list-wrapper[data-v-5490c4b0] {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.toggle-types[data-v-5490c4b0] {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.selects-row[data-v-5490c4b0] {
    padding: 16px 16px !important;
    overflow: visible;
}
.seller-list-wrapper[data-v-5490c4b0] {
    flex-direction: column;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.selects-row.selects-row--opened[data-v-5490c4b0] {
    z-index: 201;
}
}
.manage-refresh[data-v-4b4ec4d0] {
  min-height: calc(100vh - var(--xl-nav-h));
  background: #fff;
}
.manage-refresh__head-wrap[data-v-4b4ec4d0] {
  position: sticky;
  top: calc(var(--xl-nav-h) + 50px);
  z-index: 26;
  background: #fff;
}
.manage-refresh__head[data-v-4b4ec4d0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.manage-refresh__head .xlr-btn[data-v-4b4ec4d0] {
  flex: 0 0 auto;
  min-width: 132px;
  text-decoration: none;
}
.manage-refresh__rows[data-v-4b4ec4d0] {
  padding-top: 16px;
  padding-bottom: 0;
}
.mh h1[data-v-4b4ec4d0] {
  line-height: normal;
  margin: 0;
}
.mbarwrap[data-v-4b4ec4d0] {
  top: calc(var(--xl-nav-h) + 120px);
}
.manage-refresh__state[data-v-4b4ec4d0] {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--xl-body);
  text-align: center;
}
.manage-refresh__state h2[data-v-4b4ec4d0] {
  color: var(--xl-navy);
  font-size: 23px;
}
.manage-refresh__state p[data-v-4b4ec4d0] {
  margin: -5px 0 6px;
}
.manage-refresh__state--empty[data-v-4b4ec4d0] {
  max-width: 680px;
  min-height: 410px;
  margin: 22px auto 48px;
  padding: 44px;
  border: 1px solid #e4eaf5;
  border-radius: 18px;
  background: #fbfcfe;
  box-shadow: 0 20px 52px rgba(0, 17, 84, 0.08);
}
.manage-refresh__empty-icon[data-v-4b4ec4d0] {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef3ff;
}
.manage-refresh__empty-icon img[data-v-4b4ec4d0] {
  width: 52px;
  height: 52px;
}
.manage-refresh__empty-actions[data-v-4b4ec4d0] {
  display: flex;
  gap: 12px;
}
.manage-refresh__empty-actions .xlr-btn[data-v-4b4ec4d0] {
  min-width: 150px;
}
.manage-refresh__empty-actions .xlr-btn--ghost[data-v-4b4ec4d0] {
  color: var(--xl-navy);
  border-color: #cbd7ea;
  background: #fff;
}
.manage-refresh__more[data-v-4b4ec4d0] {
  display: flex;
  justify-content: center;
  padding: 18px;
}
.mbar__f select[data-v-4b4ec4d0] {
  width: 100%;
  appearance: none;
  padding-right: 20px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='11'%20viewBox='0%200%2020%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99997%2011C9.64153%2011%209.28313%2010.8679%209.00985%2010.6044L0.410284%202.30691C-0.136761%201.77909%20-0.136761%200.923317%200.410284%200.395707C0.957107%20-0.131902%201.84387%20-0.131902%202.39096%200.395707L9.99997%207.73778L17.609%200.395964C18.1561%20-0.131646%2019.0427%20-0.131646%2019.5895%200.395964C20.1368%200.923573%2020.1368%201.77935%2019.5895%202.30717L10.9901%2010.6047C10.7167%2010.8682%2010.3583%2011%209.99997%2011Z'%20fill='%23001154'/%3e%3c/svg%3e") right
    center / 10px 6px no-repeat;
  cursor: pointer;
}
.manage-filter-chips[data-v-4b4ec4d0] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 14px;
}
.manage-filter-chip[data-v-4b4ec4d0] {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  padding: 6px 9px;
  border: 1px solid #d6e0f5;
  border-radius: 3px;
  background: #f0f4fc;
  color: #001154;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  overflow-wrap: anywhere;
  cursor: pointer;
}
.manage-filter-chip span[data-v-4b4ec4d0] {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
}
.manage-filter-chip--clear[data-v-4b4ec4d0] {
  background: #080f50;
  border-color: #080f50;
  color: #fff;
}
.manage-filter-chip[data-v-4b4ec4d0]:focus-visible {
  outline: 2px solid #2969ff;
  outline-offset: 2px;
}
@media (max-width: 760px) {
.manage-refresh__head-wrap[data-v-4b4ec4d0] {
    top: calc(var(--xl-nav-h) + 50px);
}
.manage-refresh__head[data-v-4b4ec4d0] {
    gap: 12px;
}
.manage-refresh__head .xlr-btn[data-v-4b4ec4d0] {
    min-width: 112px;
}
.mbarwrap[data-v-4b4ec4d0] {
    top: calc(var(--xl-nav-h) + 62px);
}
.mbarwrap[data-v-4b4ec4d0] {
    position: relative;
    top: auto;
}
.manage-refresh__state--empty[data-v-4b4ec4d0] {
    min-height: 360px;
    margin: 12px auto 32px;
    padding: 34px 20px;
}
.manage-refresh__empty-actions[data-v-4b4ec4d0] {
    width: 100%;
    flex-direction: column;
}
.manage-refresh__empty-actions .xlr-btn[data-v-4b4ec4d0] {
    width: 100%;
}
}
.value-page-stepper[data-v-dbb4740d] {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.stepper-title[data-v-dbb4740d] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding-top: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
  margin-bottom: 4px;
}
[data-v-dbb4740d] .stepper {
  padding: 16px 16px 8px 16px;
}.existed-dialog[data-v-8083f7bb] {
  position: relative;
}
.title-field[data-v-8083f7bb] {
  word-break: break-word;
  text-align: center;
}
.text-field[data-v-8083f7bb] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #001154;
  max-width: 500px;
}
.icon-close[data-v-8083f7bb] {
  position: absolute;
  top: 15px;
  right: 15px;
}
.actions-section[data-v-8083f7bb] {
  justify-content: center;
  column-gap: 40px;
}
.action-btn[data-v-8083f7bb] {
  border-radius: 7px;
}
.edit-action-btn[data-v-8083f7bb] {
  color: #ffffff;
}
@media (max-width: 599.98px) {
.actions-section[data-v-8083f7bb] {
    column-gap: 0px;
}
.action-btn[data-v-8083f7bb] {
    flex: 1;
}
}.asset-item[data-v-de8bfb22] {
  background: #ffffff;
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
  border: 2px solid transparent;
  overflow: hidden;
}
.asset-item-checked[data-v-de8bfb22] {
  border: 2px solid rgba(41, 105, 255, 0.7);
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
}
.photo-section[data-v-de8bfb22] {
  position: relative;
}
.photo-section .photo[data-v-de8bfb22] {
  width: 100%;
  height: 142px;
  object-fit: cover;
}
.photo-section .checkIcon-photo[data-v-de8bfb22] {
  position: absolute;
  top: 8px;
  left: 8px;
}
.photo-section .unCheckIcon-photo[data-v-de8bfb22] {
  position: absolute;
  top: 14px;
  left: 16px;
  background: #ffffff;
  opacity: 0.85;
  box-shadow: 0px 5.90438px 11.8088px rgba(223, 223, 223, 0.44);
  border-radius: 36.9024px;
  height: 24px;
  width: 24px;
}
.name[data-v-de8bfb22] {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #001154;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 52px;
}
.address[data-v-de8bfb22] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.upb[data-v-de8bfb22] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.upb .amount[data-v-de8bfb22] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
@media (max-width: 959.98px) {
.asset-item[data-v-de8bfb22] {
    box-shadow: 2.6905446053px 3.587392807px 13.4527225494px 0px rgba(0, 17, 84, 0.14);
}
.photo-section .photo[data-v-de8bfb22] {
    height: 135px;
}
.upb .amount[data-v-de8bfb22] {
    font-size: 23px;
    line-height: 28px;
}
}.make-offer-selected-asset[data-v-0429ad02] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.all-selected[data-v-0429ad02] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.selected-assets[data-v-0429ad02] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.left-column[data-v-0429ad02] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-0429ad02] {
  position: relative;
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content[data-v-0429ad02] {
  max-height: 600px;
  overflow: auto;
  padding-bottom: 90px;
}
.title-line[data-v-0429ad02] {
  position: sticky;
  top: 59px;
  background: #ffffff;
  z-index: 10;
}
@media screen and (min-width: 1904px) {
.title-line[data-v-0429ad02] {
    top: 73px;
}
}
.title[data-v-0429ad02] {
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-0429ad02] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 32px;
  height: 136px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.67%, #ffffff 37.11%);
  z-index: 7;
  border-radius: 0px 0px 1px 1px;
}
.button-second[data-v-0429ad02] {
  min-height: auto !important;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-0429ad02] {
    background: #ffffff;
    padding-top: 0;
}
.value-page-stepper[data-v-0429ad02] {
    padding-top: 0;
}
.left-column[data-v-0429ad02] {
    background: none;
    height: auto;
}
.title-line[data-v-0429ad02] {
    display: none;
}
.action-line[data-v-0429ad02] {
    padding: 0 16px;
    position: fixed;
    right: 0;
}
.content[data-v-0429ad02] {
    padding-bottom: 100px;
}
[data-v-0429ad02] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-0429ad02] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
}.button-back[data-v-1f74205d],
.next-button[data-v-1f74205d] {
  width: 100% !important;
  min-height: auto !important;
}
.button-back[data-v-1f74205d] {
  border: 1px solid #2969ff !important;
  border-radius: 7px;
  background: #fff;
}
.next-button[data-v-1f74205d] {
  border-radius: 7px;
}
.finish-mobile[data-v-1f74205d] {
  color: #001154;
  border-bottom: 1px solid #001154;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.submit-btn[data-v-1f74205d]:after {
  content: none;
}
@media (max-width: 959.98px) {
.submit-btn[data-v-1f74205d] {
    right: 0;
}
}.error-text[data-v-da170cac] {
  color: #d32f2f;
  font-size: 14px;
}.signature-wrapper[data-v-83075d88] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.signature-wrapper .signa-title[data-v-83075d88] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.make-offer-selected-asset[data-v-83075d88] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-83075d88] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-83075d88] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-83075d88] {
  position: relative;
}
.content[data-v-83075d88] {
  padding-bottom: 120px;
  max-height: 600px;
  overflow: auto;
}
.title-line[data-v-83075d88] {
  position: sticky;
  top: 59px;
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
  background: #ffffff;
  z-index: 10;
}
@media screen and (min-width: 1904px) {
.title-line[data-v-83075d88] {
    top: 73px;
}
}
.title[data-v-83075d88] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-83075d88] {
  height: 136px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.67%, #ffffff 37.11%);
  position: absolute !important;
  left: 0px !important;
  right: 0;
  bottom: 0px;
  z-index: 7;
  border-radius: 0px 0px 1px 1px;
}
.button-second[data-v-83075d88] {
  min-height: auto !important;
}
.c-checkbox[data-v-83075d88] .v-field {
  justify-content: center;
}
.c-checkbox[data-v-83075d88] label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.next-button-content[data-v-83075d88] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.next-button-content[data-v-83075d88]::after {
  width: 20px;
  height: 16px;
  left: 54px;
  top: 5px;
  background-size: contain;
}
.button-back[data-v-83075d88] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.signature-section-wrapper[data-v-83075d88] {
  position: relative;
}
.signature-section[data-v-83075d88] {
  border-radius: 1px;
  background: #f4f4f4;
}
.button-content[data-v-83075d88] {
  color: #ffffff;
}
.signa-icon-wrapper[data-v-83075d88] {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.signa-icon-wrapper img[data-v-83075d88] {
  width: 88px;
  height: 88px;
}
.signa-icon-wrapper span[data-v-83075d88] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
}
.signature-action-line[data-v-83075d88] {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-83075d88] {
    background: none;
    padding-top: 0;
}
.value-page-stepper[data-v-83075d88] {
    padding-top: 0;
}
.left-column[data-v-83075d88] {
    background: none;
    height: auto;
}
.title-line[data-v-83075d88] {
    display: none;
}
.action-line[data-v-83075d88] {
    padding: 50px 16px 0;
    position: fixed !important;
    right: 0;
    height: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 16.98%);
}
.c-checkbox[data-v-83075d88] {
    width: 285px;
    margin: 0 auto;
}
.content[data-v-83075d88] {
    padding-bottom: 190px;
}
.content-column[data-v-83075d88] {
    border-radius: 6px;
    box-shadow: 2.6666667461px 2.6666667461px 20px 0px rgba(173, 173, 173, 0.25);
}
.signature-wrapper[data-v-83075d88] {
    margin-top: 120px !important;
}
[data-v-83075d88] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-83075d88] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
}[data-v-0cd07ff5] .text-error {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-0cd07ff5] .text-error ::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  color: rgba(213, 40, 25, 0.7) !important;
}
[data-v-0cd07ff5] .text-error .v-field {
  border-color: #d52819;
}.offer-slider[data-v-8c38bbd4] {
  margin-top: 21px;
  padding-bottom: 19px;
}
.offer-slider[data-v-8c38bbd4] .v-slider.v-input--horizontal {
  min-height: 10px;
  margin-right: 2px;
  margin-left: 18px;
}
.offer-slider[data-v-8c38bbd4] .v-slider.v-input--horizontal,
.offer-slider[data-v-8c38bbd4] .v-slider-track__background {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
}
.offer-slider[data-v-8c38bbd4] .v-slider-track__fill {
  background: #2969ff !important;
}
.offer-slider[data-v-8c38bbd4] .v-slider.v-input--horizontal .v-slider-thumb__surface {
  background: #2969ff !important;
  width: 32px !important;
  height: 32px !important;
}
.offer-slider[data-v-8c38bbd4] .v-slider-thumb__label-container {
  display: block !important;
}
.offer-slider[data-v-8c38bbd4] .v-slider-thumb__label-container img {
  width: 14px;
  position: relative;
  height: 14px;
}
.offer-slider[data-v-8c38bbd4] .v-slider {
  margin-left: 0;
}
.offer-slider[data-v-8c38bbd4] .v-slider-track {
  height: 8px;
}
.offer-slider[data-v-8c38bbd4] .v-slider-track__fill {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.offer-slider[data-v-8c38bbd4] .v-slider-thumb__surface::after, .offer-slider[data-v-8c38bbd4] .v-slider-thumb__surface::before {
  display: none;
}
.offer-slider[data-v-8c38bbd4] .v-slider-thumb__label {
  background-color: transparent !important;
  transform: translateY(45%) translateY(4px) translateX(-57%) rotate(45deg) !important;
}
[data-v-8c38bbd4] .v-input__control {
  height: 50px !important;
}
[data-v-8c38bbd4] .v-input__control .v-field {
  margin: 0;
  padding: 0 !important;
  height: 50px !important;
  border: none !important;
}
[data-v-8c38bbd4] .v-input__control .v-field fieldset {
  display: none;
  height: 50px !important;
}
[data-v-8c38bbd4] .v-input__control .v-field::after {
  display: none;
}
[data-v-8c38bbd4] .v-input__control .v-field::before {
  display: none;
}
[data-v-8c38bbd4] .v-input__control .v-field__input {
  height: 50px !important;
  border: none !important;
  background: #f4f4f4;
  border-radius: 1px;
}
[data-v-8c38bbd4] .v-input__control .v-field__input input {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  color: #001154;
  position: relative;
  top: 13px;
}
[data-v-8c38bbd4] .v-input__control .v-field__input input::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
[data-v-8c38bbd4] .v-input__control .v-input__details {
  display: none;
}
[data-v-8c38bbd4] .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.inputs-wrapper[data-v-8c38bbd4] {
  display: grid;
  grid-template-columns: 273px auto;
  column-gap: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.inputs-wrapper[data-v-8c38bbd4] {
    column-gap: 8px;
    grid-template-columns: 80% calc(20% - 8px);
}
}
label[data-v-8c38bbd4] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}.total-upb-wrapper[data-v-b38769f7] {
  height: 399px;
  position: relative;
}
.total-upb-wrapper img[data-v-b38769f7] {
  width: 100%;
  height: 399px;
}
.assets-images-wrapper[data-v-b38769f7] {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.assets-images-wrapper.three-images .image__wrapper[data-v-b38769f7] {
  height: 50% !important;
}
.assets-images-wrapper.three-images .image__wrapper[data-v-b38769f7]:last-child {
  width: 100%;
}
.assets-images-wrapper[data-v-b38769f7] .image__wrapper {
  width: 50%;
}
.assets-images-wrapper[data-v-b38769f7] .image__wrapper:nth-child(even) img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.assets-images-wrapper[data-v-b38769f7] .image__wrapper:nth-child(odd) img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.assets-images-wrapper[data-v-b38769f7] .image__wrapper:nth-child(2) img {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 10px;
}
.assets-images-wrapper[data-v-b38769f7] .image__wrapper:nth-child(1) img {
  border-top-left-radius: 10px;
}
.assets-images-wrapper[data-v-b38769f7] .image__wrapper:nth-last-child(1) img {
  border-bottom-right-radius: 10px;
}
.assets-images-wrapper[data-v-b38769f7] .image__wrapper:nth-last-child(2) img {
  border-bottom-left-radius: 10px;
}
.assets-images-wrapper[data-v-b38769f7] img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10.4839px;
}
.assets-images-wrapper.three-images[data-v-b38769f7] .image__wrapper:nth-last-child(2) img {
  border-bottom-left-radius: 0px;
}
.assets-images-wrapper.three-images[data-v-b38769f7] .image__wrapper:nth-last-child(1) img {
  border-bottom-right-radius: 0px;
}
.assets-images-additional-image[data-v-b38769f7] {
  display: flex;
  height: 50%;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 10.4839px !important;
  border-bottom-left-radius: 10.4839px !important;
}
.assets-images-additional-image img[data-v-b38769f7] {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.assets-images-additional-image[data-v-b38769f7] .image__wrapper {
  width: 100%;
}
.assets-images-additional-image[data-v-b38769f7] .image__wrapper img {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 10.4839px !important;
  border-bottom-left-radius: 10.4839px !important;
}
.total-upb-image-background[data-v-b38769f7] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #121727;
  opacity: 0.6;
  border-radius: 10.4839px;
  top: 0px;
}
.total-upb__asset-info[data-v-b38769f7] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.total-upb__asset-info-count[data-v-b38769f7] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  column-gap: 16px;
}
.total-upb__asset-info-count img[data-v-b38769f7] {
  width: 32px;
  height: 32px;
}
.total-upb__asset-info-count[data-v-b38769f7] {
  display: flex;
  align-items: center;
}
.total-upb__asset-info-upb[data-v-b38769f7] {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
  row-gap: 4px;
}
.total-upb__asset-info-upb-title[data-v-b38769f7] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-align: center;
  color: #ffffff;
}
.total-upb__asset-info-upb-price[data-v-b38769f7] {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  /* or 110% */
  display: flex;
  justify-content: center;
  letter-spacing: 0.530833px;
  color: #ffffff;
}
@media (max-width: 959.98px) {
.assets-images-wrapper[data-v-b38769f7] {
    overflow: hidden;
}
.image__wrapper[data-v-b38769f7] {
    height: 100% !important;
}
}.offer-price-wrapper[data-v-6cde6757] {
  height: 399px;
}
.offer-price-wrapper__total-upb[data-v-6cde6757] {
  height: 399px;
  position: relative;
}
.offer-price-wrapper__total-upb img[data-v-6cde6757] {
  width: 100%;
  height: 399px;
}
.offer-price-wrapper__inputs[data-v-6cde6757] {
  position: relative;
  bottom: 10px;
}
.c-textarea[data-v-6cde6757] {
  height: 100%;
}
.c-textarea label[data-v-6cde6757] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.c-textarea-field[data-v-6cde6757] {
  width: 100%;
  min-height: 100%;
}
.c-textarea-field[data-v-6cde6757] .v-input__control {
  height: 100%;
}
.c-textarea-field[data-v-6cde6757] .v-field {
  min-height: 100%;
  margin: 0;
  box-shadow: none !important;
  background: #f4f4f4 !important;
  border-radius: 1px;
}
.c-textarea-field[data-v-6cde6757] .v-field__input textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.c-textarea-field[data-v-6cde6757] .v-field__input textarea::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
.c-textarea-field[data-v-6cde6757] .v-input__details {
  display: none !important;
}
.c-textarea-field[data-v-6cde6757] textarea {
  min-height: 367px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  padding-top: 4px;
}
.text-section {
  line-height: 16px;
}
.make-offer-dialog__cover[data-v-d4cddbb6] {
  position: relative;
  height: 462px;
  border-radius: 10.4839px;
  overflow: hidden;
}
.make-offer-dialog__cover[data-v-d4cddbb6]:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #001154;
  opacity: 0.5;
  z-index: 1;
}
.make-offer-dialog__cover img[data-v-d4cddbb6] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.make-offer-dialog__cover .make-offer-dialog__cover-price[data-v-d4cddbb6] {
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.make-offer-dialog__cover .make-offer-dialog__cover-price h2[data-v-d4cddbb6] {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.530833px;
}
.make-offer-dialog__cover .make-offer-dialog__cover-price h3[data-v-d4cddbb6] {
  font-size: 16px;
  line-height: 26px;
}
.label[data-v-d4cddbb6] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.disabled-fields-label[data-v-d4cddbb6] {
  color: rgba(0, 17, 84, 0.6);
}
.select-input[data-v-d4cddbb6] .v-field {
  background: #f4f4f4 !important;
  font-size: 14px;
}
.select-input[data-v-d4cddbb6] .v-overlay__content {
  margin-top: 8px;
}
.select-input[data-v-d4cddbb6] .v-overlay__content .v-list {
  padding: 16px;
  text-align: center;
}
.select-input[data-v-d4cddbb6] .v-overlay__content .v-list .v-list-item {
  min-height: auto;
}
.select-input[data-v-d4cddbb6] .v-overlay__content .v-list .v-list-item-title {
  font-size: 14px;
}
.earnest-money-fields[data-v-d4cddbb6] {
  display: grid;
  grid-template-columns: auto 60px;
  gap: 16px;
}
.earnest-money-fields[data-v-d4cddbb6] .v-field {
  background: rgba(241, 241, 241, 0.25) !important;
  font-size: 14px;
}
.textarea-input[data-v-d4cddbb6] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.textarea-input[data-v-d4cddbb6] .v-field {
  background: #f4f4f4 !important;
}
.textarea-input[data-v-d4cddbb6] ::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
[data-v-d4cddbb6] ::placeholder {
  font-size: 14px !important;
}
[data-v-d4cddbb6] div.text-error {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}.label[data-v-147d6713] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.disabled-fields-label[data-v-147d6713] {
  color: rgba(0, 17, 84, 0.6);
}
.select-input[data-v-147d6713] .v-field {
  background: #f4f4f4 !important;
  font-size: 14px;
}
.select-input[data-v-147d6713] .v-overlay__content {
  margin-top: 8px;
}
.select-input[data-v-147d6713] .v-overlay__content .v-list {
  padding: 16px;
  text-align: center;
}
.select-input[data-v-147d6713] .v-overlay__content .v-list .v-list-item {
  min-height: auto;
}
.select-input[data-v-147d6713] .v-overlay__content .v-list .v-list-item-title {
  font-size: 14px;
}
.earnest-money-fields[data-v-147d6713] {
  display: grid;
  grid-template-columns: auto 60px;
  gap: 16px;
}
.earnest-money-fields[data-v-147d6713] .v-field {
  background: rgba(241, 241, 241, 0.25) !important;
  font-size: 14px;
}
.textarea-input[data-v-147d6713] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.textarea-input[data-v-147d6713] .v-field {
  background: #f4f4f4 !important;
}
.textarea-input[data-v-147d6713] ::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
[data-v-147d6713] ::placeholder {
  font-size: 14px !important;
}
[data-v-147d6713] div.text-error {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}.make-offer-selected-asset[data-v-93f73961] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-93f73961] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-93f73961] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-93f73961] {
  position: relative;
  padding-bottom: 160px !important;
}
.content[data-v-93f73961] {
  padding-bottom: 100px;
  max-height: 1600px;
  overflow: auto;
}
.title-line[data-v-93f73961] {
  position: sticky;
  top: 59px;
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
  background: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1904px) {
.title-line[data-v-93f73961] {
    top: 73px;
}
}
.title-text[data-v-93f73961] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-93f73961] {
  height: 136px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.67%, #ffffff 37.11%);
  position: absolute !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  z-index: 7;
  border-radius: 0 0 1px 1px;
}
.button-second[data-v-93f73961] {
  min-height: auto !important;
}
label[data-v-93f73961],[data-v-93f73961] label {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.slot-select__slot-item[data-v-93f73961] {
  width: 100%;
  cursor: pointer;
  padding: 8px;
}
.slot-select__slot-item[data-v-93f73961]:hover {
  background: #f4f4f4;
}
[data-v-93f73961] .text-control-field .v-input__control .v-field__input input {
  top: 8px;
}
.make-offer-selected-asset[data-v-93f73961] .offer-slider {
  margin-top: 8px;
  padding-bottom: 0;
}
.make-offer-selected-asset[data-v-93f73961] .slot-select__select {
  height: auto !important;
}
.make-offer-selected-asset[data-v-93f73961] .slot-select__select .v-field {
  height: 50px !important;
}
[data-v-93f73961] .slot-select__content-wrapper {
  width: 100% !important;
  max-height: 200px;
}
.disabled-fields[data-v-93f73961] .slot-select__content-wrapper {
  width: 100% !important;
}
.disabled-fields .disabled-fields-label[data-v-93f73961] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  opacity: 0.6;
  margin-bottom: 4px;
}
.disabled-fields .earnest-money-fields[data-v-93f73961] {
  display: grid;
  grid-template-columns: auto 90px;
  column-gap: 16px;
}
.disabled-fields[data-v-93f73961] fieldset {
  border: none;
  background: #f1f1f1;
  opacity: 0.25;
  border-radius: 1px;
}
.button-back[data-v-93f73961] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.next-button-content[data-v-93f73961],
.back-button-content[data-v-93f73961] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.back-button-content[data-v-93f73961]::before {
  width: 20px;
  height: 16px;
  background-size: contain;
  top: 5px;
  left: -33px;
}
.next-button-content[data-v-93f73961]:after {
  width: 20px;
  height: 16px;
  left: 54px;
  top: 5px;
}
.next-button-content.submitBtn[data-v-93f73961]:after {
  background: none;
}
[data-v-93f73961] textarea {
  height: 430px;
}
[data-v-93f73961] .slot-select__menu .v-overlay__content {
  z-index: 8 !important;
}
.make-offer-columns-wrapper[data-v-93f73961] {
  overflow: hidden;
}
[data-v-93f73961] .offer-price-wrapper {
  grid-template-columns: calc(33% - 12px) calc(33% - 13px) calc(33% - 12px) !important;
  column-gap: 24px;
  height: auto;
}
[data-v-93f73961] .offer-price-wrapper > div {
  height: 100% !important;
}
[data-v-93f73961] .offer-price-wrapper .offer-price-wrapper__inputs {
  bottom: 0 !important;
}
[data-v-93f73961] .inputs-wrapper {
  grid-template-columns: auto 60px !important;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-93f73961] {
    background: #ffffff;
    padding-top: 0;
}
.left-column[data-v-93f73961] {
    background: none;
    height: auto;
}
.title-line[data-v-93f73961] {
    display: none;
}
.action-line[data-v-93f73961] {
    padding: 0 16px;
    position: fixed !important;
    right: 0;
    height: auto;
    display: block;
}
.content[data-v-93f73961] {
    max-height: none;
    overflow: unset;
    box-shadow: 2.6666667461px 2.6666667461px 20px 0 rgba(173, 173, 173, 0.25);
    border-radius: 6px;
}
.content-section[data-v-93f73961] {
    height: auto;
    padding-bottom: 130px;
}
.offer-price-wrapper[data-v-93f73961] {
    grid-template-columns: 100% !important;
}
.offer-price-wrapper[data-v-93f73961] > .total-upb-wrapper {
    height: 300px !important;
}
.earnest-money-fields[data-v-93f73961] {
    grid-template-columns: 60% auto !important;
    column-gap: 8px !important;
}
[data-v-93f73961] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-93f73961] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
[data-v-93f73961] .offer-price-wrapper {
    height: auto;
}
[data-v-93f73961] textarea {
    height: 180px;
}
[data-v-93f73961] label,[data-v-93f73961] .disabled-fields-label {
    font-size: 12px !important;
    opacity: 0.8 !important;
}
}
@media (min-width: 960px) and (max-width: 1505px) {
.dd-label[data-v-93f73961] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media (max-width: 960px) {
[data-v-93f73961] .v-overlay__content {
    display: none !important;
}
}
@media (min-width: 1505px) {
[data-v-93f73961] .v-overlay__content {
    display: none !important;
}
}.asset-item[data-v-ff4085d9] {
  background: #ffffff;
  height: 100%;
}
.asset-item .item[data-v-ff4085d9] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
  height: 100%;
}
.asset-item .info-section-title[data-v-ff4085d9] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.asset-item .name[data-v-ff4085d9] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.asset-item .upb[data-v-ff4085d9] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.asset-item .upb .amount[data-v-ff4085d9] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
@media (max-width: 959.98px) {
.asset-item .item[data-v-ff4085d9] {
    overflow: hidden;
}
.asset-item .upb .amount[data-v-ff4085d9] {
    font-size: 20px;
}
.name[data-v-ff4085d9] {
    font-size: 14px !important;
    line-height: 18px !important;
}
.address[data-v-ff4085d9] {
    font-size: 14px;
}
}.offer-item[data-v-bc8dbb47] {
  background: #ffffff;
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
  min-height: 200px;
}
.offer-item .info-section-title[data-v-bc8dbb47] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.offer-item .text-line[data-v-bc8dbb47] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offer-item .text-line-label[data-v-bc8dbb47] {
  font-weight: 400;
}
.info-section-content[data-v-bc8dbb47] {
  padding-bottom: 15px;
}
@media (max-width: 959.98px) {
.info-section-content[data-v-bc8dbb47] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
}
.ddPeriod[data-v-bc8dbb47] {
    order: 1;
}
.eDeposit[data-v-bc8dbb47] {
    order: 3;
}
.closing[data-v-bc8dbb47] {
    order: 4;
}
.offer-item[data-v-bc8dbb47] {
    min-height: auto;
}
}
.info-text-wrapper[data-v-bc8dbb47] {
  margin-top: 30px;
}
.info-text-wrapper .info-section[data-v-bc8dbb47] {
  display: flex;
  align-items: start;
  background: #fdf3f2;
  padding: 8px;
  border-radius: 5px;
}
.info-text-wrapper .info-text[data-v-bc8dbb47] {
  color: #d52819;
  font-size: 10px;
}
.bid-deposit-link[data-v-bc8dbb47] {
  text-decoration: underline;
  font-weight: 600;
  color: #2969ff;
  cursor: pointer;
}.edit-menu[data-v-5aa22416] {
  background: #ffffff;
  border-radius: 6.659px !important;
  box-shadow: 3.9953269958px 5.3271026611px 19.9766349792px 0px rgba(0, 17, 84, 0.14) !important;
}
.menu-item[data-v-5aa22416] {
  min-height: auto;
}
.menu-item[data-v-5aa22416]:hover:before {
  opacity: 0;
}
.choose-btn[data-v-5aa22416]:hover::before {
  opacity: 0;
}
.choose-btn[data-v-5aa22416] .v-btn__content {
  justify-content: flex-start;
}
.offer-item[data-v-5aa22416] {
  position: relative;
  background: #ffffff;
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
}
.offer-item .item[data-v-5aa22416] {
  height: 100%;
}
.offer-item .info-text-wrapper[data-v-5aa22416] {
  margin-top: 30px;
}
.offer-item .info-text-wrapper .info-section[data-v-5aa22416] {
  display: flex;
  align-items: start;
  background: #fdf3f2;
  padding: 8px;
  border-radius: 5px;
}
.offer-item .info-text-wrapper .info-text[data-v-5aa22416] {
  color: #d52819;
  font-size: 10px;
}
.offer-item .info-section-title[data-v-5aa22416] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.offer-item .info-section-title .menu-btn.v-btn.v-btn--disabled[data-v-5aa22416] {
  background: none !important;
}
.offer-item .info-section-title .menu-btn.v-btn.v-btn--disabled[data-v-5aa22416] i {
  color: rgba(0, 0, 0, 0.26) !important;
}
.offer-item .info-section-title .edit-icon[data-v-5aa22416] {
  background: #2969ff;
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  border-radius: 5px;
}
.offer-item .info-section-title .choose-btn.v-btn.v-btn--disabled[data-v-5aa22416] {
  background: none !important;
}
.offer-item .info-section-content[data-v-5aa22416] {
  padding-bottom: 10px;
}
.offer-item .info-section-content .choose-btn.v-btn.v-btn--disabled[data-v-5aa22416] {
  background: none !important;
}
.offer-item .text-line[data-v-5aa22416] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offer-item .text-line-label[data-v-5aa22416] {
  font-weight: 400;
}
.aNumber[data-v-5aa22416] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.edit-amount-btn[data-v-5aa22416] {
  min-height: auto !important;
  min-width: auto !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 6.667px;
  box-shadow: 0px 26.6666679382px 40px 0px rgba(177, 201, 216, 0.36);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.review-submit-step[data-v-5aa22416] .v-overlay__content::before {
  display: none !important;
}
@media (max-width: 959.98px) {
.info-section-content[data-v-5aa22416] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
}
.info-section-content > div[data-v-5aa22416] {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
}
.aNumber[data-v-5aa22416] {
    order: 1;
}
.rNumber[data-v-5aa22416] {
    order: 3;
}
.deposit[data-v-5aa22416] {
    order: 2;
}
[data-v-5aa22416] .c-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
[data-v-5aa22416] .buttons-wrapper .d-flex {
    width: 100%;
    justify-content: space-between;
}
[data-v-5aa22416] .buttons-wrapper .d-flex button {
    width: 40% !important;
}
}.asset-info[data-v-4a8df677] {
  display: grid;
  grid-template-columns: 200px auto;
  border-radius: 7px;
  box-shadow: 4px 5.333px 20px 0 rgba(0, 17, 84, 0.14);
  max-height: 118px;
}
.asset-info-section[data-v-4a8df677] {
  padding: 4px 12px;
}
.asset-title[data-v-4a8df677] {
  color: #001154;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
}
.address[data-v-4a8df677] {
  color: #001154;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.upb[data-v-4a8df677] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.upb .amount[data-v-4a8df677] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
@media (max-width: 1590px) {
.asset-title[data-v-4a8df677] {
    width: 280px;
}
}
@media (max-width: 1515px) {
.asset-title[data-v-4a8df677] {
    width: 250px;
}
}
@media (max-width: 1425px) {
.asset-title[data-v-4a8df677] {
    width: 220px;
}
}
@media (max-width: 1355px) {
.asset-title[data-v-4a8df677] {
    width: 190px;
}
}
@media (max-width: 1260px) {
.asset-title[data-v-4a8df677] {
    width: 580px;
}
}
@media (max-width: 1210px) {
.asset-title[data-v-4a8df677] {
    width: 540px;
}
}
@media (max-width: 1155px) {
.asset-title[data-v-4a8df677] {
    width: 500px;
}
}
@media (max-width: 1105px) {
.asset-title[data-v-4a8df677] {
    width: 450px;
}
}
@media (max-width: 1040px) {
.asset-title[data-v-4a8df677] {
    width: 380px;
}
}
@media (max-width: 910px) {
.asset-title[data-v-4a8df677] {
    width: 600px;
}
}
@media (max-width: 805px) {
.asset-title[data-v-4a8df677] {
    width: 500px;
}
}
@media (max-width: 705px) {
.asset-title[data-v-4a8df677] {
    width: 400px;
}
}
@media (max-width: 610px) {
.asset-title[data-v-4a8df677] {
    width: 390px;
}
}
@media (max-width: 959.98px) {
.asset-info[data-v-4a8df677] {
    display: flex;
    flex-direction: column;
    max-height: none;
}
.asset-info .asset-info-section[data-v-4a8df677] {
    padding: 8px;
}
.asset-info .upb .amount[data-v-4a8df677] {
    font-size: 20px;
    line-height: 24px;
}
.asset-title[data-v-4a8df677] {
    font-size: 13px;
    line-height: 20px;
}
}
@media (max-width: 480px) {
.asset-title[data-v-4a8df677] {
    width: 350px;
}
}
@media (max-width: 430px) {
.asset-title[data-v-4a8df677] {
    width: 320px;
}
}
@media (max-width: 400px) {
.asset-title[data-v-4a8df677] {
    width: 290px;
}
}.assets-information-wrapper[data-v-7a91026c] {
  border-radius: 7px;
  box-shadow: 4px 5.333px 20px 0 rgba(0, 17, 84, 0.14);
}
.assets-card-title[data-v-7a91026c] {
  color: #001154;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.assets-card-title-separator[data-v-7a91026c] {
  border-radius: 1px;
  background: #9aabc2;
  height: 1px;
}
.assets-card-wrapper[data-v-7a91026c] {
  padding: 0 0 12px;
  height: 210px;
  overflow-y: auto;
}
@media (max-width: 959.98px) {
.assets-card-wrapper[data-v-7a91026c] {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding: 0 16px 12px;
}
}
.assets-card-wrapper[data-v-7a91026c]::-webkit-scrollbar {
  width: 11px;
}
.assets-card-wrapper[data-v-7a91026c]::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #ffffff;
}
.assets-card-wrapper[data-v-7a91026c]::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #c1c1c1;
}.iframe-wrapper-plaid[data-v-d822f883] {
  text-align: center;
  margin: 100px 0;
}
.plaid-custom-loader[data-v-d822f883] {
  margin-top: -42px;
}[data-v-587e7f9d] .v-dialog {
  background: #ffffff;
}
[data-v-587e7f9d] .v-dialog::-webkit-scrollbar {
  width: 11px;
}
[data-v-587e7f9d] .v-dialog::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #dedede;
  border: 2px solid #dedede;
}
[data-v-587e7f9d] .v-dialog::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #a7a7a7;
}
@-moz-document url-prefix() {
[data-v-587e7f9d] .v-dialog {
    scrollbar-color: #a7a7a7 #dedede;
    scrollbar-width: thin;
}
}
[data-v-587e7f9d] .plaid {
  width: 360px !important;
}
[data-v-587e7f9d] .plaid .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
[data-v-587e7f9d] .plaid .dialog-wrapper {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-587e7f9d] .vopay .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.dialog-wrapper[data-v-587e7f9d] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}
.dialog-title[data-v-587e7f9d] {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
  padding-bottom: 20px;
  padding-top: 20px;
  color: #0f2d59;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  letter-spacing: 0.444px;
}
.dialog-info[data-v-587e7f9d] {
  border-radius: 1px;
  background: #f2f6ff;
  box-shadow: 2px 2px 15px 0px rgba(173, 173, 173, 0.25);
  height: 52px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  display: flex;
}
.close-icon[data-v-587e7f9d] {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
[data-v-587e7f9d] input {
  position: relative;
  top: 6px !important;
}
[data-v-587e7f9d] .v-btn {
  min-height: unset !important;
}
[data-v-587e7f9d] .field-wrapper {
  width: 100% !important;
}
[data-v-587e7f9d] .c-label {
  font-size: 14px !important;
}
.buttons-wrapper[data-v-587e7f9d] {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 959.98px) {
[data-v-587e7f9d] .v-dialog {
    max-height: 100%;
    height: 100%;
    margin: 16px 0 0 0 !important;
}
.dialog-wrapper[data-v-587e7f9d] {
    padding: 0 16px;
    height: auto;
}
.buttons-wrapper[data-v-587e7f9d] {
    justify-content: unset;
}
.main-info-wrapper[data-v-587e7f9d] {
    box-shadow: 2.6666667461px 2.6666667461px 20px 0 rgba(173, 173, 173, 0.25);
    padding: 16px;
}
.main-info-wrapper[data-v-587e7f9d] .row {
    margin: 0 !important;
}
.dialog-title[data-v-587e7f9d] {
    border-bottom: unset;
}
.dialog-info[data-v-587e7f9d] {
    height: 32px;
    font-size: 12px;
}
.buttons-wrapper[data-v-587e7f9d] {
    margin-top: 109px;
}
.dialog-title[data-v-587e7f9d] {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 16px;
}
.close-icon[data-v-587e7f9d] {
    top: 16px;
}
}.make-offer-selected-asset[data-v-c4044775] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-c4044775] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-c4044775] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-c4044775] {
  position: relative;
  height: calc(100% - 113px);
}
.content[data-v-c4044775] {
  padding-bottom: 100px;
  max-height: 600px;
}
.title-line[data-v-c4044775] {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
  background: #ffffff;
}
.title[data-v-c4044775] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-c4044775] {
  height: 105px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.67%, #ffffff 37.11%);
  position: absolute !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  z-index: 7;
  border-radius: 0px 0px 1px 1px;
}
.button-second[data-v-c4044775] {
  min-height: auto !important;
}
.button-back[data-v-c4044775] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.next-button-content[data-v-c4044775]:after {
  content: none;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-c4044775] {
    background: #ffffff;
    padding-top: 0;
}
.value-page-stepper[data-v-c4044775] {
    padding-top: 0;
}
.left-column[data-v-c4044775] {
    background: none;
    height: auto;
}
.title-line[data-v-c4044775] {
    display: none;
}
.action-line[data-v-c4044775] {
    padding: 0 16px;
    position: fixed !important;
    right: 0;
    height: auto;
    display: block;
}
.content[data-v-c4044775] {
    max-height: none;
    overflow: unset;
}
.content-section[data-v-c4044775] {
    height: auto;
}
[data-v-c4044775] .next-button-content {
    right: 0;
}
[data-v-c4044775] .next-button-content:after {
    content: none;
}
[data-v-c4044775] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-c4044775] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
}
.notification-tooltip {
&::before {
    display: none;
}
}
.value-page-stepper[data-v-7f1a3cc7] {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.stepper-title[data-v-7f1a3cc7] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding-top: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
  margin-bottom: 4px;
}
[data-v-7f1a3cc7] .stepper {
  padding: 16px 16px 8px 16px;
}.buyer-document-agreement[data-v-dfd267a6] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-dfd267a6] {
  background: #001154;
  height: 749px;
}
@media (max-width: 959.98px) {
.buyer-document-agreement[data-v-dfd267a6] {
    background: #ffffff;
    padding-top: 0;
}
.left-column[data-v-dfd267a6] {
    background: none;
    height: auto;
}
}.div[data-v-a181e373] {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.175px;
  color: #001154;
}.timer[data-v-05fa754b] {
  background: rgba(242, 246, 255, 0.7);
  border-radius: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969ff;
}
.button-second[data-v-05fa754b] {
  min-height: auto !important;
}
.content-column[data-v-05fa754b] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-05fa754b] {
  position: relative;
}
.content[data-v-05fa754b] {
  padding-bottom: 120px;
  max-height: 555px;
  overflow: auto;
}
.title-line[data-v-05fa754b] {
  position: sticky;
  top: 59px;
  background: #ffffff;
  z-index: 10;
}
@media screen and (min-width: 1904px) {
.title-line[data-v-05fa754b] {
    top: 73px;
}
}
.title-wrapper[data-v-05fa754b] {
  display: flex;
  justify-content: space-between;
}
.timer-wrapper[data-v-05fa754b] {
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
}
.title[data-v-05fa754b] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.signature-wrapper[data-v-05fa754b] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.signature-wrapper .signa-title[data-v-05fa754b] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.signature-section-wrapper[data-v-05fa754b] {
  position: relative;
  width: 100%;
  height: 171px;
}
.signature-section[data-v-05fa754b] {
  border-radius: 1px;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
}
.button-content[data-v-05fa754b] {
  color: #ffffff;
}
.signa-icon-wrapper[data-v-05fa754b] {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.signa-icon-wrapper img[data-v-05fa754b] {
  width: 88px;
  height: 88px;
}
.signa-icon-wrapper span[data-v-05fa754b] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
}
.signature-action-line[data-v-05fa754b] {
  display: flex;
  justify-content: space-between;
}
.action-line[data-v-05fa754b] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 32px;
  height: 136px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.67%, #ffffff 37.11%);
  z-index: 7;
  border-radius: 0px 0px 1px 1px;
}
.button-back[data-v-05fa754b] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
@media (max-width: 959.98px) {
.content[data-v-05fa754b] {
    padding-bottom: 190px;
}
.action-line[data-v-05fa754b] {
    padding: 50px 16px 0;
    position: fixed !important;
    right: 0;
    height: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 16.98%);
}
}
.snap-card[data-v-987048d9] {
  position: relative;
}
.close-btn[data-v-987048d9] {
  cursor: pointer !important;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}
.buyer-item[data-v-325ac4d4] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.buyer-item .info-section-title[data-v-325ac4d4] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.buyer-item .text-line[data-v-325ac4d4] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.buyer-item .text-line-label[data-v-325ac4d4] {
  font-weight: 400;
}
.buyer-item .open-link[data-v-325ac4d4] {
  color: #2969ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}.asset-item[data-v-bda62780] {
  background: #ffffff;
}
.asset-item .item[data-v-bda62780] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.asset-item .info-section-title[data-v-bda62780] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.asset-item .name[data-v-bda62780] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.asset-item .upb[data-v-bda62780] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.asset-item .upb .amount[data-v-bda62780] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.asset-item .address[data-v-bda62780] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.asset-item .photo-section[data-v-bda62780] {
  position: relative;
}
.asset-item .photo-section .cover[data-v-bda62780] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 44, 154, 0.4);
  border-radius: 7px 0px 0px 7px;
}
.asset-item .photo-section .total[data-v-bda62780] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.asset-item .photo-section .total-price[data-v-bda62780] {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.426667px;
  color: #ffffff;
}
.asset-item .photo-section .total-persent[data-v-bda62780] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}.asset-item[data-v-ace17bd3] {
  background: #ffffff;
}
.asset-item .item[data-v-ace17bd3] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.asset-item .item .photo[data-v-ace17bd3] {
  max-height: 188px;
  width: 100%;
}
.asset-item .info-section-title[data-v-ace17bd3] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.asset-item .name[data-v-ace17bd3] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.asset-item .upb[data-v-ace17bd3] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.asset-item .upb .amount[data-v-ace17bd3] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
@media (max-width: 959.98px) {
.asset-item .item .photo[data-v-ace17bd3] {
    max-height: 135px;
}
.asset-item .item[data-v-ace17bd3] {
    overflow: hidden;
}
.asset-item .upb .amount[data-v-ace17bd3] {
    font-size: 20px;
}
.name[data-v-ace17bd3] {
    font-size: 14px !important;
    line-height: 18px !important;
}
.address[data-v-ace17bd3] {
    font-size: 14px;
}
}.edit-menu[data-v-8ee568c9] {
  background: #ffffff;
  border-radius: 6.659px !important;
  box-shadow: 3.9953269958px 5.3271026611px 19.9766349792px 0px rgba(0, 17, 84, 0.14) !important;
}
.menu-item[data-v-8ee568c9] {
  min-height: auto;
}
.menu-item[data-v-8ee568c9]:hover:before {
  opacity: 0;
}
.asset-item[data-v-8ee568c9] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.asset-item .info-section-title[data-v-8ee568c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.asset-item .info-section-title .edit-icon[data-v-8ee568c9] {
  background: #2969ff;
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  border-radius: 5px;
}
.asset-item .info-section-text[data-v-8ee568c9] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.asset-item .info-section-text span[data-v-8ee568c9] {
  font-weight: 600;
}
.aNumber[data-v-8ee568c9] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 959.98px) {
[data-v-8ee568c9] .c-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
[data-v-8ee568c9] .buttons-wrapper .d-flex {
    width: 100%;
    justify-content: space-between;
}
[data-v-8ee568c9] .buttons-wrapper .d-flex button {
    width: 40% !important;
}
}.timer[data-v-3c3f7fab] {
  background: rgba(242, 246, 255, 0.7);
  border-radius: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969ff;
}
.make-offer-selected-asset[data-v-3c3f7fab] {
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-3c3f7fab] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-3c3f7fab] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-3c3f7fab] {
  position: relative;
  height: calc(100% - 132px);
}
.content[data-v-3c3f7fab] {
  padding-bottom: 100px;
  max-height: 600px;
}
.title-line[data-v-3c3f7fab] {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.timer-wrapper[data-v-3c3f7fab] {
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
}
.title[data-v-3c3f7fab] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-3c3f7fab] {
  height: 136px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.67%, #ffffff 37.11%);
  position: absolute !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  z-index: 7;
  border-radius: 0px 0px 1px 1px;
}
.button-second[data-v-3c3f7fab] {
  min-height: auto !important;
}
.button-back[data-v-3c3f7fab] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.next-button-content[data-v-3c3f7fab]:after {
  content: none;
}
@media (max-width: 959.98px) {
.content-section[data-v-3c3f7fab] {
    height: auto;
}
.content[data-v-3c3f7fab] {
    max-height: none;
}
[data-v-3c3f7fab] .next-button-content {
    right: 0 !important;
}
[data-v-3c3f7fab] .next-button-content::after {
    content: none !important;
}
}.error-wrapper[data-v-dbccabff] {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xlr-asset-card--skeleton[data-v-df8f618c] {
  min-width: 0;
  pointer-events: none;
  transform: none;
}
.xlr-card-skeleton__image[data-v-df8f618c] {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf0f8 0%, #f7f9fd 52%, #e6edf7 100%);
}
.xlr-card-skeleton__image[data-v-df8f618c]::after,
.xlr-card-skeleton__line[data-v-df8f618c]::after,
.xlr-card-skeleton__favorite[data-v-df8f618c]::after,
.xlr-card-skeleton__status[data-v-df8f618c]::after,
.xlr-card-skeleton__deadline[data-v-df8f618c]::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.86) 48%,
    transparent 66%
  );
  transform: translateX(-115%);
  animation: xlr-card-shimmer-df8f618c 1.55s ease-in-out infinite;
}
.xlr-card-skeleton__favorite[data-v-df8f618c],
.xlr-card-skeleton__status[data-v-df8f618c],
.xlr-card-skeleton__deadline[data-v-df8f618c],
.xlr-card-skeleton__line[data-v-df8f618c] {
  position: absolute;
  display: block;
  overflow: hidden;
  background: #dbe4f1;
}
.xlr-card-skeleton__favorite[data-v-df8f618c] {
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.xlr-card-skeleton__status[data-v-df8f618c] {
  top: 12px;
  right: 12px;
  width: 104px;
  height: 26px;
  border-radius: 6px;
}
.xlr-card-skeleton__deadline[data-v-df8f618c] {
  right: 0;
  bottom: 0;
  left: 0;
  height: 32px;
  background: #d3deed;
}
.xlr-card-skeleton__body[data-v-df8f618c] {
  position: relative;
  min-height: 158px;
  padding: 16px 18px 20px;
}
.xlr-card-skeleton__line[data-v-df8f618c] {
  position: relative;
  height: 11px;
  margin-bottom: 9px;
  border-radius: 999px;
}
.xlr-card-skeleton__line--title[data-v-df8f618c] {
  width: 78%;
  height: 16px;
}
.xlr-card-skeleton__line--meta[data-v-df8f618c] {
  width: 92%;
}
.xlr-card-skeleton__line--meta2[data-v-df8f618c] {
  width: 54%;
}
.xlr-card-skeleton__line--label[data-v-df8f618c] {
  width: 48%;
  height: 9px;
  margin-top: 24px;
}
.xlr-card-skeleton__line--value[data-v-df8f618c] {
  width: 62%;
  height: 21px;
  margin-bottom: 0;
  background: #cbd7e8;
}
@keyframes xlr-card-shimmer-df8f618c {
to {
    transform: translateX(115%);
}
}
@media (prefers-reduced-motion: reduce) {
.xlr-card-skeleton__image[data-v-df8f618c]::after,
  .xlr-card-skeleton__line[data-v-df8f618c]::after,
  .xlr-card-skeleton__favorite[data-v-df8f618c]::after,
  .xlr-card-skeleton__status[data-v-df8f618c]::after,
  .xlr-card-skeleton__deadline[data-v-df8f618c]::after {
    animation: none;
}
}
.listValidatePassword[data-v-b0c74f21] {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 12px;
}
.list__wrapper[data-v-b0c74f21] {
  margin: 3px 0 10px;
  padding: 10px 12px;
  border-radius: 7px;
  background: #f3f7ff;
}
.validation__description[data-v-b0c74f21] {
  margin: 0 0 6px;
  color: #4f5f7c;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
.list__item[data-v-b0c74f21] {
  margin: 0;
  display: flex;
  align-items: center;
  color: #52617c;
  font-size: 11px;
  line-height: 1.3;
}
.list__item .v-icon[data-v-b0c74f21] {
  margin: 0 5px 0 0;
}
[data-v-b0c74f21] .list__item i {
  font-size: 12px !important;
}
[data-v-b0c74f21] .list__item {
  font-size: 12px;
}
[data-v-b0c74f21] .list__wrapper .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
[data-v-b0c74f21] .second-input-with-background .v-input {
  margin-bottom: 8px !important;
}
[data-v-b0c74f21] .v-btn__content {
  font-size: 16px !important;
}
[data-v-b0c74f21] .second-input-with-background {
  font-size: 14px !important;
}[data-v-fa415fd7] .v-messages__message {
  text-align: right;
  font-size: 10px;
}
[data-v-fa415fd7] .second-input-with-background .v-input {
  margin-bottom: 14px;
  padding-right: 0;
}
[data-v-fa415fd7] .v-card-title {
  color: #0f2d59;
  justify-content: flex-start;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
[data-v-fa415fd7] .v-card-title.paddings {
  padding: 32px 40px 0 !important;
}
[data-v-fa415fd7] .cardPopUp__description {
  font-size: 14px;
  line-height: 17px;
  text-align: start;
  letter-spacing: 0;
}
[data-v-fa415fd7] .v-field {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 500;
}
[data-v-fa415fd7] .logo-container {
  height: 45px;
}
[data-v-fa415fd7] .v-btn--size-default {
  min-height: 32px !important;
}
[data-v-fa415fd7] .cardPopUp {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-fa415fd7] .cardPopUp__text.paddings {
  padding: 0 40px 0 !important;
}
[data-v-fa415fd7] .v-btn--size-default {
  font-size: 12px !important;
}
[data-v-fa415fd7] .v-btn.v-btn--size-small .v-btn__content {
  font-size: 9px;
  margin-left: -18px;
}
[data-v-fa415fd7] .v-btn.v-btn--disabled.v-btn--variant-elevated {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  max-height: 40px;
}
[data-v-fa415fd7] .v-btn--variant-elevated {
  background-color: #2969ff !important;
  color: #ffffff;
  border-radius: 5px;
  max-height: 40px;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
[data-v-fa415fd7] .v-icon {
  margin-bottom: 1px;
  margin-right: 2px;
}
[data-v-fa415fd7] .v-messages {
  margin-bottom: -1px;
}
.custom-close-icon[data-v-fa415fd7] {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 30;
}
.xl-auth-card[data-v-fa415fd7] {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-height: calc(100vh - 48px);
  box-sizing: border-box;
  padding: 32px 40px 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 17, 84, 0.22);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.xl-auth-close[data-v-fa415fd7] {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f1f5fb;
  color: #5a6883;
  cursor: pointer;
}
.xl-auth-close[data-v-fa415fd7]:hover {
  background: #e7eef9;
  color: #001154;
}
.xl-auth-close svg[data-v-fa415fd7] {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.xl-auth-brand[data-v-fa415fd7] {
  height: 34px;
  display: flex;
  align-items: center;
}
.xl-auth-brand img[data-v-fa415fd7] {
  display: block;
  width: 142px;
  height: auto;
}
.xl-auth-body[data-v-fa415fd7] {
  padding-top: 40px;
}
.xl-auth-body h2[data-v-fa415fd7] {
  margin: 0;
  color: #001154;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.xl-auth-switch[data-v-fa415fd7] {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e8edf6;
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #6b7690;
  font-size: 13px;
}
.xl-auth-switch button[data-v-fa415fd7] {
  border: 0;
  padding: 0;
  background: none;
  color: #2969ff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.xl-auth-switch button[data-v-fa415fd7]:hover {
  text-decoration: underline;
}
[data-v-fa415fd7] .cardPopUp__description {
  margin: 6px 0 20px !important;
  color: #65718b;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
[data-v-fa415fd7] .second-input-with-background {
  margin-bottom: 13px;
  opacity: 1;
  text-align: left;
}
@media (max-width: 600px) {
.xl-auth-card[data-v-fa415fd7] {
    min-height: 0;
    padding: 24px 20px 20px;
}
[data-v-fa415fd7] .xl-logo {
    display: none;
}
[data-v-fa415fd7] .v-card-title.paddings {
    padding-top: 24px !important;
}
[data-v-fa415fd7] .cardPopUp__text.paddings {
    padding: 0 16px !important;
}
[data-v-fa415fd7] .cardPopUp__title__text {
    margin: 0 !important;
    font-size: 24px;
    line-height: 32px;
    color: #001154;
}
[data-v-fa415fd7] .title-description {
    font-size: 14px;
    line-height: 18px;
    color: #001154;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 24px;
}
[data-v-fa415fd7] .second-input-with-background .c-label {
    color: rgba(0, 17, 84, 0.8);
}
[data-v-fa415fd7] .second-input-with-background .v-input {
    margin-bottom: 16px;
}
[data-v-fa415fd7] .second-input-with-background.email-repeat {
    margin-bottom: 32px;
}
[data-v-fa415fd7] .second-input-with-background input {
    font-size: 14px;
    color: #001154;
}
[data-v-fa415fd7] .second-input-with-background input::placeholder {
    opacity: 0.45;
    color: #001154;
}
[data-v-fa415fd7] .list__wrapper {
    padding: 8px 16px !important;
    height: auto;
    margin: 16px 0;
}
[data-v-fa415fd7] .list__wrapper .validation__description {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 20px;
    color: #001154;
    opacity: 0.8;
}
[data-v-fa415fd7] .list__wrapper .listValidatePassword {
    margin: 0 !important;
    height: auto !important;
}
[data-v-fa415fd7] .list__wrapper .list__item {
    font-size: 12px;
    line-height: 15px;
    color: #001154 !important;
    opacity: 0.8;
    margin-bottom: 8px;
    margin-right: 0px;
}
[data-v-fa415fd7] .submit-btn {
    height: 40px !important;
    border-radius: 7px;
    max-height: none !important;
    margin-bottom: 16px;
}
[data-v-fa415fd7] .submit-btn span {
    font-size: 16px;
    line-height: 26px;
}
[data-v-fa415fd7] .text-check .v-btn {
    padding: 0;
    margin-left: 4px !important;
}
[data-v-fa415fd7] .text-check,[data-v-fa415fd7] .text-check span {
    font-size: 12px !important;
    line-height: 20px;
    margin: 0;
}
[data-v-fa415fd7] .reg-dialog {
    margin: 0;
    max-height: none;
    height: 100%;
}
}
.custom-class[data-v-fa415fd7] {
  height: auto;
  min-height: 100%;
}
[data-v-fa415fd7] .c-label {
  font-size: 14px !important;
}
@media (max-width: 600px) {
[data-v-fa415fd7] .c-label {
    font-size: 12px !important;
}
[data-v-fa415fd7] .v-field {
    font-size: 12px;
}
[data-v-fa415fd7] input {
    font-size: 14px;
}
}
[data-v-fa415fd7] .v-dialog {
  overflow-x: hidden !important;
}
[data-v-fa415fd7] .v-input__append,[data-v-fa415fd7] .v-field__append-inner {
  align-self: stretch;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}
  /* ---- friendly-blue hero ---- */
.r6hero { background: var(--xl-hero-gradient); color:#fff; position:relative; overflow:hidden;
}
.r6hero::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size:64px 64px; mask-image:radial-gradient(120% 95% at 18% 0%, #000 28%, transparent 72%);
}
.r6glow { position:absolute; width:620px; height:620px; border-radius:50%; background:radial-gradient(circle, rgba(127,224,232,.26), transparent 62%); top:-280px; left:-160px; pointer-events:none;
}
.r6glow2 { position:absolute; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.18), transparent 62%); bottom:-240px; left:34%; pointer-events:none;
}

  /* the home hero owns the whole first screen: the marketplace panel is already a
     moving element, so pulling the client band up to the fold as well made the first
     view read as two competing tickers. the band is the reveal on first scroll. */
.r6hero { min-height: 100svh; display:flex; align-items:center;
}
.r6grid { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:start; padding-block:84px 8px; width:100%;
}
.r6copy h1 { color:#fff; font-size:clamp(44px,4.5vw,62px); line-height:1.0; letter-spacing:-.015em; font-weight:800; margin-top:26px;
}
  /* The brand line is deliberate at every desktop width. Keeping these spans
     inline let the first two phrases share a line and made that intrinsic text
     width squeeze the marketplace column. */
.r6copy h1 > span { display:block;
}
.r6copy h1 > span + span { margin-left:0;
}
.r6copy h1 .ac { color:var(--xl-teal-bright);
}
p.r6sub { color:rgba(255,255,255,.85); font-size:clamp(17px,1.45vw,21px); line-height:1.55; max-width:470px; margin:24px 0 30px;
}
  /* nowrap + shrinkable: the hard min-width made these stack whenever the hero's
     left column fell below ~404px (the 2-col band around 960-1150px) */
.r6cta { display:flex; gap:12px; flex-wrap:nowrap; align-items:center;
}
.r6cta .xlr-btn { flex:0 1 auto; min-width:0; white-space:nowrap;
}
.r6cta .xlr-btn svg { width:17px; height:17px; transition:transform .18s ease;
}
.r6cta .xlr-btn:hover svg { transform:translateX(3px);
}
  /* trim padding rather than wrapping when the column tightens */
@media (max-width:1180px){
.r6cta { gap:10px;
}
.r6cta .xlr-btn { padding:0 20px; font-size:16px;
}
}
.r6cta .xlr-btn--ghost { background:rgba(255,255,255,.14); border-color:rgba(255,255,255,.62); backdrop-filter:blur(3px);
}
.r6cta .xlr-btn--ghost:hover { background:rgba(255,255,255,.24); border-color:#fff; transform:translateY(-1px);
}
.r6proof { display:flex; align-items:center; gap:13px; margin-top:34px; color:rgba(255,255,255,.85); font-size:14.5px;
}
.r6proof__av { display:flex;
}
.r6proof__av span { width:32px; height:32px; border-radius:50%; border:2px solid rgba(255,255,255,.9); margin-left:-9px; background-size:cover; background-position:center;
}
.r6proof__av span:first-child { margin-left:0;
}
.r6proof b { color:#fff; font-weight:700;
}

  /* ---- standout white marketplace panel ---- */
.r6panel { background:#fff; border-radius:18px; box-shadow:0 40px 90px rgba(0,12,52,.4); border:1px solid rgba(255,255,255,.6); overflow:hidden; margin-top:0;
}
.r6panel__bar { display:flex; align-items:center; gap:12px; padding:10px 16px; border-bottom:1px solid #eef1f7;
}
.r6panel__title { font-weight:700; font-size:15px; color:var(--xl-navy); display:flex; align-items:center; gap:9px;
}
.r6panel__live { width:8px; height:8px; border-radius:50%; background:#368600; box-shadow:0 0 0 0 rgba(54,134,0,.5); animation:r6pulse 2s infinite;
}
@keyframes r6pulse {
0%{box-shadow:0 0 0 0 rgba(54,134,0,.5)}
70%{box-shadow:0 0 0 8px rgba(54,134,0,0)}
100%{box-shadow:0 0 0 0 rgba(54,134,0,0)}
}
  /* ---- live ticker: the marketplace reads as active ---- */
.r6tick { background:#001a52; border-bottom:1px solid rgba(255,255,255,.1); overflow:hidden; position:relative;
}
.r6tick__vp { position:relative; overflow:hidden;
}
.r6tick__vp::before, .r6tick__vp::after { content:""; position:absolute; top:0; bottom:0; width:46px; z-index:2; pointer-events:none;
}
.r6tick__vp::before { left:0; background:linear-gradient(90deg,#001a52 40%,rgba(0,26,82,0));
}
.r6tick__vp::after { right:0; background:linear-gradient(270deg,#001a52 40%,rgba(0,26,82,0));
}
.r6tick__track { display:flex; align-items:stretch; width:max-content; animation:r6scroll var(--r6-ticker-duration, 0s) linear infinite;
}
.r6tick:hover .r6tick__track, .r6tick:focus-within .r6tick__track { animation-play-state:paused;
}
@keyframes r6scroll {
from{transform:translateX(0)}
to{transform:translateX(-50%)}
}
.r6tick__i { display:flex; align-items:center; height:36px; padding:0 4px; white-space:nowrap; border:0; border-radius:4px; background:none; font-family:inherit; cursor:pointer; transition:background .16s ease, box-shadow .16s ease;
}
.r6tick__i:hover, .r6tick__i:focus-visible { background:rgba(127,224,232,.18); box-shadow:inset 0 0 0 1px rgba(127,224,232,.42); outline:0;
}
.r6tick__i:focus-visible { box-shadow:inset 0 0 0 2px rgba(127,224,232,.8);
}
.r6tick__i:hover .r6tick__nm, .r6tick__i:focus-visible .r6tick__nm { color:var(--xl-teal-bright);
}
  /* inner row aligns text on a shared BASELINE (mixed Epilogue/IBM Plex metrics
     cannot be aligned by centring boxes); the outer flex centres that group. */
.r6tick__row { display:flex; align-items:baseline; gap:12px;
}
.r6tick__row > * { font-size:13px; line-height:1;
}
  /* dots and the icon are pure geometry, so they sit off the text baseline to
     land on its ink centre (~5px above baseline at 13px), not the box centre. */
  /* status dot uses vertical-align (resolved against real text metrics inside a
     text-bearing element). The separator has no text, so baseline synthesis
     falls back to its border-box bottom edge and margin cannot lift it: centre
     it on the row instead, which sits within 0.5px of the text ink centre. */
.r6tick__sep { display:inline-block; width:5px; height:5px; border-radius:50%; background:rgba(255,255,255,.45); margin-right:12px; align-self:center; transform:translateY(-.5px); flex:0 0 auto;
}
.r6tick__nm { color:#fff; font-weight:600;
}
.r6tick__upb { font-family:var(--xl-font-secondary); font-weight:600; color:var(--xl-teal-bright);
}
.r6tick__st { color:rgba(255,255,255,.68);
}
.r6tick__st .d { display:inline-block; width:7px; height:7px; border-radius:50%; vertical-align:.12em; margin-right:7px;
}
.r6tick__clk { color:#ffd166; font-family:var(--xl-font-secondary); font-weight:600; font-variant-numeric:tabular-nums;
}
.r6tick__clk svg { width:15px; height:15px; stroke:#ffd166; display:inline-block; vertical-align:-.24em; margin-right:6px;
}
.r6tick__loading, .r6tick__message { min-height:36px; display:flex; align-items:center; justify-content:center; gap:11px; padding:6px 20px; color:rgba(255,255,255,.7); font-size:12.5px; text-align:center;
}
.r6tick__loading b { color:#fff; font-weight:600;
}
.r6tick__loading-pulse { width:8px; height:8px; border-radius:50%; background:var(--xl-teal-bright); box-shadow:0 0 0 0 rgba(127,224,232,.5); animation:r6loadpulse 1.5s ease-out infinite; flex:0 0 auto;
}
@keyframes r6loadpulse {
70%{box-shadow:0 0 0 7px rgba(127,224,232,0)}
100%{box-shadow:0 0 0 0 rgba(127,224,232,0)}
}
@media (prefers-reduced-motion: reduce){
.r6tick__track { animation:none;
}
}
  /* mobile: swipeable. The CSS transform animation cannot coexist with native
     scrolling, so below 700px the track is scrolled by JS instead (see initTickerDrag). */
@media (max-width: 700px){
.r6tick__vp { overflow-x:auto; scrollbar-width:none; -webkit-overflow-scrolling:touch; touch-action:pan-x;
}
.r6tick__vp::-webkit-scrollbar { display:none;
}
.r6tick__track { animation:none;
}
.r6tick__vp::before, .r6tick__vp::after { width:26px;
}
}
.r6pgrid { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:10px; background:#fbfcfe;
}
  /* The hero card is wider than before while its crop remains tall enough to
     read as photography. A bounded height keeps both rows, four metadata lines,
     and the UPB visible in the first laptop viewport. */
.r6pgrid .xlr-asset-card__img { height:clamp(128px,11.2vw,142px); aspect-ratio:auto;
}
.r6pgrid .xlr-asset-card__body { padding:8px 12px 10px; gap:1px;
}
.r6pgrid .xlr-asset-card__name { font-size:15.5px; line-height:1.15;
}
.r6pgrid .xlr-asset-card__meta { font-size:12.25px; line-height:1.15;
}
.r6pgrid .xlr-asset-card__upb-l { font-size:10.5px; line-height:1.15; padding-top:10px;
}
.r6pgrid .xlr-asset-card__upb { font-size:21px; line-height:1.05;
}
  /* The first paint uses the exact image and content rhythm of the loaded cards,
     preventing the Live Marketplace panel from resizing when API data arrives. */
.r6pgrid .xlr-asset-card--skeleton .xlr-card-skeleton__image { height:clamp(128px,11.2vw,142px); aspect-ratio:auto;
}
.r6pgrid .xlr-asset-card--skeleton .xlr-card-skeleton__body { min-height:0; padding:8px 12px 10px;
}
.r6pgrid .xlr-asset-card--skeleton .xlr-card-skeleton__line--label { margin-top:12px;
}
.r6panel__state { grid-column:1 / -1; min-height:360px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:28px; text-align:center; color:var(--xl-body-soft);
}
.r6panel__state b { color:var(--xl-navy); font-size:15px;
}
.r6panel__state button, .r6buy__state button { border:0; background:none; padding:2px; color:var(--xl-blue); font-family:inherit; font-weight:600; cursor:pointer;
}
.r6panel__state button:hover, .r6buy__state button:hover { text-decoration:underline;
}
  /* panel CTA: desktop already has the hero buttons, so this is mobile-only */
.r6panel__foot { display:none; padding:0 18px 18px; background:#fbfcfe;
}
.r6panel__cta { display:flex; align-items:center; justify-content:center; gap:8px; height:46px; border-radius:9px; background:var(--xl-blue); color:#fff; font-weight:600; font-size:15px; box-shadow:0 8px 22px rgba(41,105,255,.24);
}
.r6panel__cta svg { width:17px; height:17px;
}
@media (max-width: 960px){
.r6grid { grid-template-columns:1fr; gap:40px;
}
}
@media (min-width: 961px) and (min-height: 680px){
.r6hero { height:100svh; min-height:680px;
}
}
  /* The hero copy stacks at the tablet breakpoint, but the marketplace still
     has enough width for two readable cards. Reserve the swipe rail for the
     mobile layout so intermediate widths do not inflate one card to 78%. */
@media (max-width: 760px){
.r6pgrid { display:flex; grid-template-columns:none; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; -webkit-overflow-scrolling:touch;
}
.r6pgrid::-webkit-scrollbar { display:none;
}
    /* 78% leaves a deliberate peek of the next card, signalling swipe */
.r6pgrid > .xlr-asset-card { flex:0 0 78%; scroll-snap-align:start;
}
.r6pgrid::after { content:""; flex:0 0 4px;
}
.r6panel__foot { display:block;
}
}
.r6buy__head { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:24px;
}
.r6buy__head .xlr-btn { flex:0 0 auto;
}
  /* The shared card uses margin-top:auto so grid/list contexts can keep the UPB
     aligned. A stretching flex rail created a 42px dead zone on Home; let each
     card use the same compact 175px body rhythm as the Buy page instead. */
#buy-assets .xl-rail__track { align-items:flex-start;
}
#buy-assets .xl-rail__track > .xlr-asset-card .xlr-asset-card__body { min-height:175px;
}
@media (max-width:640px){
.r6buy__head { flex-direction:column; align-items:flex-start; gap:14px;
}
}
.r6buy__state { flex:1 0 100%; min-height:230px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; color:var(--xl-body-soft); text-align:center;
}
.r6buy__state b { color:var(--xl-navy);
}

  /* Home content should reveal without translating vertically. The old 18px
     transform read as a one-frame section jump during a slow scroll. */
.js .xl-home .reveal { transform:none; transition:opacity .45s ease;
}

  /* ---- MOBILE ---- */
@media (max-width: 760px){
    /* fixed nav is 62px on mobile: the hero must clear it, since the nav is
       transparent at scroll-top and would otherwise paint over the h1 */
.r6hero { min-height:0;
}
.r6grid { padding-block:86px 40px; gap:28px;
}
    /* Preserve the requested three-line lockup even at a 320px viewport:
       "Commercial Loans" must remain one line between Where and Trade. */
.r6copy h1 { font-size:clamp(28px,9vw,44px); letter-spacing:-.04em; margin-top:0;
}
.r6copy h1 > span { display:block;
}
.r6copy h1 > span + span { margin-left:0;
}
p.r6sub { font-size:16px; margin:16px 0 22px; max-width:none;
}
.r6cta { display:block;
}
.r6cta .xlr-btn { width:100%; height:50px; padding:0 12px; font-size:14.5px; gap:6px;
}
.r6cta .r6cta__browse { display:none;
}
.r6cta .xlr-btn svg { width:16px; height:16px; flex:0 0 auto;
}
.r6cta a[href="/loan-sales#pricing"] { background:var(--xl-teal); color:var(--xl-navy); border-color:transparent;
}
.r6proof { margin-top:24px; font-size:13.5px;
}
    /* the panel rail replaces the stacked grid; keep the peek tighter on phones */
.r6pgrid { padding:14px;
}
.r6pgrid > .xlr-asset-card { flex:0 0 82%;
}
.r6pgrid .xlr-asset-card__img { height:auto; aspect-ratio:16/10;
}
.r6pgrid .xlr-asset-card--skeleton .xlr-card-skeleton__image { height:auto; aspect-ratio:16/10;
}
.r6buy__head { margin-bottom:18px;
}
#buy-assets { display:none;
}
}
.multi-bidding-asset[data-v-6f5ae962] {
  width: 100%;
  box-shadow: 2px 3px 14px rgba(0, 17, 84, 0.1019607843);
  border-radius: 7px;
  overflow: hidden;
}
.multi-bidding-asset__icon[data-v-6f5ae962] {
  position: absolute;
  right: 8px;
  top: 8px;
}
.multi-bidding-asset__info[data-v-6f5ae962] {
  display: flex;
  height: 135px;
}
.multi-bidding-asset__status[data-v-6f5ae962] {
  width: 18px;
  height: 135px;
  writing-mode: tb-rl;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  transform: scale(-1, -1);
}
.multi-bidding-asset__timer-wrapper[data-v-6f5ae962] {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
}
.multi-bidding-asset__cover[data-v-6f5ae962] {
  position: relative;
  width: 130px;
  height: 135px;
}
.multi-bidding-asset__cover-image[data-v-6f5ae962] {
  height: 100%;
  width: 130px;
}
.multi-bidding-asset__cover-timer[data-v-6f5ae962] .asset-dialog-timer__dots {
  margin-left: 1px;
  margin-right: 1px;
  line-height: 50px;
}
.multi-bidding-asset__cover-timer[data-v-6f5ae962] .asset-dialog-timer__time .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.multi-bidding-asset__cover-timer[data-v-6f5ae962] .asset-dialog-timer__time .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.multi-bidding-asset__information-data[data-v-6f5ae962] {
  background: #fff;
  padding: 12px 10px 8px 8px;
  width: 234px;
  height: 135px;
}
.multi-bidding-asset__information-title[data-v-6f5ae962] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.multi-bidding-asset__information-subtitle[data-v-6f5ae962] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.multi-bidding-asset__information-price[data-v-6f5ae962] {
  padding-top: 5px;
}
.multi-bidding-asset__information-label[data-v-6f5ae962] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.multi-bidding-asset__information-value[data-v-6f5ae962] {
  font-weight: 700;
  font-size: 20px;
  color: #001154;
}
.multi-bidding-asset__information-button[data-v-6f5ae962] {
  background: #2969ff;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  cursor: pointer;
}
.multi-bidding-asset__information-button--active[data-v-6f5ae962] {
  background: #dd226f;
}
.small-timer[data-v-6f5ae962] .asset-dialog-timer__time-value {
  width: auto !important;
}.assets-page-gmap[data-v-88afbf4f] {
  width: 100%;
  height: calc(100vh - 135px);
}
.assets-page-gmap__timer[data-v-88afbf4f] {
  position: absolute;
  width: 100%;
  top: 70px;
  padding-left: 36px;
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
  z-index: 99;
}
.assets-page-gmap__timer[data-v-88afbf4f] .asset-dialog-timer__time-value {
  font-size: 16px !important;
  line-height: 16px !important;
}
.assets-page-gmap__timer[data-v-88afbf4f] .asset-dialog-timer__time-title {
  font-size: 8px !important;
}
.assets-page-gmap__timer[data-v-88afbf4f] .asset-dialog-timer__dots {
  font-size: 14px !important;
  line-height: 40px !important;
  margin: 0 4px !important;
}
.assets-page-gmap__popup[data-v-88afbf4f] {
  display: none;
  position: relative;
  width: 100%;
  max-width: 186px;
  border-radius: 5px;
  background: #ffffff;
}
.assets-page-gmap__popup-image[data-v-88afbf4f] {
  width: 100%;
  height: 110px;
}
.assets-page-gmap__popup-image-wrapper[data-v-88afbf4f] {
  min-height: 110px;
}
.assets-page-gmap__popup-icon[data-v-88afbf4f] {
  position: absolute;
  top: 8px;
  left: 8px;
}
.assets-page-gmap__popup-content[data-v-88afbf4f] {
  padding: 8px;
}
.assets-page-gmap__popup-status[data-v-88afbf4f] {
  display: inline-flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  width: auto;
  height: 22px;
  padding: 2px 8px;
  border-radius: 5px;
}
.assets-page-gmap__popup-positon[data-v-88afbf4f] {
  margin-top: 4px;
}
.assets-page-gmap__popup-positon-adress[data-v-88afbf4f] {
  font-weight: 600;
  font-size: 10px;
  color: #001154;
}
.assets-page-gmap__popup-positon-icon[data-v-88afbf4f] {
  max-width: 8px;
  margin-right: 4px;
}
.assets-page-gmap__popup-positon-city[data-v-88afbf4f] {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  font-size: 8px;
  color: #001154;
}
.assets-page-gmap__popup-positon-city span[data-v-88afbf4f] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.assets-page-gmap__popup-price[data-v-88afbf4f] {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
}
.assets-page-gmap__popup-content-price[data-v-88afbf4f] {
  display: block;
  margin-top: 2px;
}
.assets-page-gmap__popup-upb[data-v-88afbf4f] {
  color: #001154;
  font-weight: 400;
  font-size: 7px;
  line-height: 7px;
}
.assets-page-gmap__popup-upb span[data-v-88afbf4f] {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.assets-page-gmap[data-v-88afbf4f] {
    height: calc(100vh - 69px);
}
[data-v-88afbf4f] .popup-custom {
    top: unset !important;
    bottom: -42vh !important;
    left: -50% !important;
    right: unset !important;
}
.assets-page-gmap__popup[data-v-88afbf4f] {
    display: flex !important;
    max-width: 100vw !important;
    width: 100vw !important;
}
.assets-page-gmap__popup-status[data-v-88afbf4f] {
    transform: rotate(-89deg);
    width: 18px;
}
}
.popup-card-wrapper[data-v-88afbf4f] {
  width: 100%;
}
.popup-hidded[data-v-88afbf4f] {
  display: none !important;
}@media screen and (min-width: 600px) and (max-width: 960px) {
.buy-page .popup-custom {
    top: unset !important;
    bottom: -42vh !important;
    left: -50% !important;
    right: unset !important;
}
.buy-page .assets-page-gmap__popup {
    display: flex !important;
    max-width: 100vw !important;
    width: 100vw !important;
}
.buy-page .assets-page-gmap__popup-status {
    transform: rotate(-89deg);
    width: 18px;
}
}.assets-page-gmap[data-v-74ed95a0] {
  width: 100%;
  height: calc(100vh - 135px);
}
.assets-page-gmap__timer[data-v-74ed95a0] {
  position: absolute;
  width: 100%;
  top: 70px;
  padding-left: 36px;
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
  z-index: 99;
}
.assets-page-gmap__timer[data-v-74ed95a0] .asset-dialog-timer__time-value {
  font-size: 16px !important;
  line-height: 16px !important;
}
.assets-page-gmap__timer[data-v-74ed95a0] .asset-dialog-timer__time-title {
  font-size: 8px !important;
}
.assets-page-gmap__timer[data-v-74ed95a0] .asset-dialog-timer__dots {
  font-size: 14px !important;
  line-height: 40px !important;
  margin: 0 4px !important;
}
.assets-page-gmap__popup[data-v-74ed95a0] {
  display: none;
  position: relative;
  width: 100%;
  max-width: 186px;
  border-radius: 5px;
  background: #ffffff;
}
.assets-page-gmap__popup-image[data-v-74ed95a0] {
  width: 100%;
  height: 110px;
}
.assets-page-gmap__popup-image-wrapper[data-v-74ed95a0] {
  min-height: 110px;
}
.assets-page-gmap__popup-icon[data-v-74ed95a0] {
  position: absolute;
  top: 8px;
  left: 8px;
}
.assets-page-gmap__popup-icon .fab[data-v-74ed95a0] {
  background-color: #f5f5f5;
  border-color: #000000;
  font-weight: 500;
}
.assets-page-gmap__popup-content[data-v-74ed95a0] {
  padding: 8px;
}
.assets-page-gmap__popup-status[data-v-74ed95a0] {
  display: inline-flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  width: auto;
  height: 22px;
  padding: 2px 8px;
  border-radius: 5px;
}
.assets-page-gmap__popup-positon[data-v-74ed95a0] {
  margin-top: 4px;
}
.assets-page-gmap__popup-positon-adress[data-v-74ed95a0] {
  font-weight: 600;
  font-size: 10px;
  color: #001154;
}
.assets-page-gmap__popup-positon-icon[data-v-74ed95a0] {
  max-width: 8px;
  margin-right: 4px;
}
.assets-page-gmap__popup-positon-city[data-v-74ed95a0] {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  font-size: 8px;
  color: #001154;
}
.assets-page-gmap__popup-positon-city span[data-v-74ed95a0] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.assets-page-gmap__popup-price[data-v-74ed95a0] {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
}
.assets-page-gmap__popup-content-price[data-v-74ed95a0] {
  display: block;
  margin-top: 2px;
}
.assets-page-gmap__popup-upb[data-v-74ed95a0] {
  color: #001154;
  font-weight: 400;
  font-size: 7px;
  line-height: 7px;
}
.assets-page-gmap__popup-upb span[data-v-74ed95a0] {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.assets-page-gmap[data-v-74ed95a0] {
    height: calc(100vh - 69px);
}
[data-v-74ed95a0] .popup-custom {
    top: unset !important;
    bottom: -24vh !important;
    left: -50% !important;
    right: unset !important;
    position: fixed !important;
}
[data-v-74ed95a0] a[href^="http://maps.google.com/maps"] {
    display: none !important;
}
[data-v-74ed95a0] a[href^="https://maps.google.com/maps"] {
    display: none !important;
}
[data-v-74ed95a0] .gmnoprint a,[data-v-74ed95a0] .gmnoprint span,[data-v-74ed95a0] .gm-style-cc {
    display: none;
}
[data-v-74ed95a0] .gmnoprint div {
    background: none !important;
}
[data-v-74ed95a0] .gm-style-mtc {
    display: none;
}
}
  /* ---- filter bar: searches + dropdowns in one row ---- */
.bf { background: #fff; border-bottom: 1px solid #e8edf6; position: sticky; top: var(--xl-nav-h); z-index: 40;
}
.bf__in { display: flex; align-items: center; gap: 10px; padding-block: 12px; flex-wrap: wrap;
}
.bf__s { display: flex; align-items: center; gap: 10px; height: 48px; border: 2px solid #a8c4fb; border-radius: 10px; padding: 0 15px; background: #fff; min-width: 0; box-shadow: 0 0 0 4px rgba(41,105,255,.09), 0 6px 20px rgba(0,17,84,.1); transition: border-color .16s, box-shadow .16s;
}
.bf__s:hover { border-color: #7ea6f7;
}
.bf__s:focus-within { border-color: var(--xl-blue); box-shadow: 0 0 0 4px rgba(41,105,255,.2), 0 8px 24px rgba(41,105,255,.22);
}
  /* one search spans the dropdown row beneath it */
.bf__s--main { flex: 1 1 100%;
}
  /* the row below spans the same width, so both edges line up */
.bf__row { display: flex; gap: 10px; flex-wrap: wrap; flex: 1 1 100%;
}
.bf__row .dd { flex: 1 1 auto;
}
.bf__row .dd__btn { width: 100%; justify-content: space-between;
}
.bf__s svg { stroke: var(--xl-blue);
}
.bf__s input { font-size: 15px;
}
  /* tells the user which field the typed value was recognised as */
.bf__hint { flex: 0 0 auto; font-size: 11.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--xl-blue); background: #eef3ff; border-radius: 5px; padding: 3px 8px;
}
.bf__s svg { width: 16px; height: 16px; stroke: var(--xl-body-soft); flex: 0 0 auto;
}
.bf__s input { border: 0 !important; outline: 0 !important; box-shadow: none !important; background: none; font-family: var(--xl-font-primary); font-size: 14px; color: var(--xl-navy); width: 100%; min-width: 0;
}
.bf__s input::placeholder { color: #8e99ad;
}

  /* dropdown control */
.dd { position: relative; flex: 0 0 auto;
}
.dd__btn { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px; border: 1.5px solid #e3e9f4; border-radius: 8px; background: #fff; font-family: var(--xl-font-primary); font-weight: 500; font-size: 14px; color: var(--xl-navy); cursor: pointer; white-space: nowrap;
}
.dd__btn:hover { border-color: #cddcf8;
}
.dd.is-on .dd__btn, .dd__btn[aria-expanded="true"] { border-color: var(--xl-blue);
}
.dd__btn .car { font-size: 8px; color: var(--xl-blue); transition: transform .18s ease;
}
.dd__btn[aria-expanded="true"] .car { transform: rotate(180deg);
}
.dd__n[hidden] { display: none;
}
.dd__n { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--xl-blue); color: #fff; font-size: 11px; font-weight: 700;
}
.dd__pop { position: absolute; left: 0; top: 46px; z-index: 60; min-width: 216px; background: #fff; border: 1px solid #e8edf6; border-radius: 10px; box-shadow: 0 20px 46px rgba(0,17,84,.18); padding: 8px 0 0;
}
.dd__pop[hidden] { display: none;
}
  /* Collateral Type runs long, so the list scrolls rather than the page */
.dd__opts { max-height: 260px; overflow-y: auto; padding: 2px 14px 6px; display: flex; flex-direction: column; gap: 2px; scrollbar-width: thin;
}
.dd__o { display: flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 300; font-size: 14px; color: var(--xl-navy); padding: 5px 0;
}
.dd__o.is-on { font-weight: 500;
}
.dd__o input { position: absolute; opacity: 0; width: 0; height: 0;
}
.dd__box { width: 16px; height: 16px; border: 1px solid #9aabc2; border-radius: 3px; background: #fff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.dd__o.is-on .dd__box { border-color: var(--xl-blue); background: var(--xl-blue);
}
.dd__box svg { width: 10px; height: 10px; opacity: 0;
}
.dd__o.is-on .dd__box svg { opacity: 1;
}
.dd__o:focus-within .dd__box { outline: 2px solid rgba(41,105,255,.4); outline-offset: 1px;
}
.dd__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #f1f4fa; padding: 8px 14px;
}
.dd__clear { background: none; border: 0; padding: 0; font-family: var(--xl-font-primary); font-size: 12.5px; color: var(--xl-body-soft); cursor: pointer;
}
.dd__clear:hover { color: var(--xl-navy);
}
.dd__done { background: none; border: 0; padding: 0; font-family: var(--xl-font-primary); font-weight: 600; font-size: 13px; color: var(--xl-blue); cursor: pointer;
}
.dd__done:hover { text-decoration: underline;
}
  /* UPB range */
.dd__range { display: flex; align-items: center; gap: 8px; padding: 12px 14px 10px;
}
.dd__num { display: flex; align-items: center; gap: 5px; height: 38px; border: 1.5px solid #e3e9f4; border-radius: 7px; padding: 0 10px; width: 116px;
}
.dd__num span { color: var(--xl-body-soft); font-size: 13.5px;
}
.dd__num input { border: 0; outline: 0; background: none; font-family: var(--xl-font-primary); font-size: 13.5px; color: var(--xl-navy); width: 100%; min-width: 0;
}
.dd__dash { color: var(--xl-body-soft);
}
.dd__sort { padding: 6px 8px 4px; display: flex; flex-direction: column;
}
.dd__sopt { background: none; border: 0; text-align: left; font-family: var(--xl-font-primary); font-size: 14px; color: var(--xl-navy); padding: 9px 12px; border-radius: 6px; cursor: pointer;
}
.dd__sopt:hover { background: #f4f7fd;
}
.dd__sopt.is-on { font-weight: 600; color: var(--xl-blue); background: #eef3ff;
}
.bf__reset { background: none; border: 0; padding: 0 4px; font-family: var(--xl-font-primary); font-size: 13px; color: var(--xl-blue); cursor: pointer; flex: 0 0 auto;
}
.bf__reset:hover { text-decoration: underline;
}

  /* ---- split: map | list ---- */
.bs { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(0,1fr); height: calc(100vh - var(--xl-nav-h) - var(--xl-filterbar-h, 65px));
}
.bm { position: relative; background: #cadcef; overflow: hidden;
}
.bm__map { position: absolute; inset: 0;
}
.bm__map svg { width: 100%; height: 100%; display: block;
}
.bm__state { fill: #f5f8fc; stroke: #c6d3e7; stroke-width: .9; cursor: pointer; transition: fill .14s;
}
.bm__state:hover { fill: #e6eefb;
}
  /* clicking a state filters the list to it, as the live map does */
.bm__state.is-sel { fill: #c9dcfb; stroke: var(--xl-blue); stroke-width: 1.5;
}
.bm__nation { fill: none; stroke: #94a9c6; stroke-width: 1.3; pointer-events: none;
}
.bm__attr { position: absolute; right: 8px; bottom: 6px; font-size: 10.5px; color: #7d879b; background: rgba(255,255,255,.78); padding: 2px 6px; border-radius: 4px;
}
.bl { overflow-y: auto; padding: 16px 20px 28px; background: #fbfcfe; border-left: 1px solid #e8edf6; scrollbar-width: thin;
}
.bl__hd { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px;
}
.bl__count { font-weight: 700; font-size: 16px; color: var(--xl-navy);
}
.bl__count span { font-weight: 400; color: var(--xl-body);
}
.bl__count--loading { display: inline-flex; align-items: baseline; gap: 5px;
}
.bl__geo { display: inline-flex; align-items: center; gap: 7px; height: 28px; padding: 0 10px; border: 1.5px solid #cddcf8; border-radius: 999px; background: #eef3ff; color: var(--xl-blue); font-family: var(--xl-font-primary); font-weight: 600; font-size: 12.5px; cursor: pointer; flex: 0 0 auto;
}
.bl__geo:hover { background: #dfe9ff;
}
.bl__geo[hidden] { display: none;
}
.bl__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.bl__grid .xlr-asset-card { scroll-margin-block: 18px; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.bl__grid .xlr-asset-card.is-map-highlighted { border-color: var(--xl-blue); box-shadow: 0 0 0 3px rgba(41,105,255,.22), 0 16px 34px rgba(0,17,84,.16); transform: translateY(-1px);
}
.bl__grid .xlr-asset-card__upb { font-size: 21px;
}
.bl__empty { padding: 30px 4px; color: var(--xl-body-soft); font-size: 14.5px;
}
.bl__empty--notice { padding: 12px 14px; margin-bottom: 14px; border: 1px solid #dbe5f5; border-radius: 9px; background: #f4f7fd;
}
.bl__empty--error { min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center;
}
.bl__empty--error b { color: var(--xl-navy); font-size: 16px;
}
.bl__empty--error span { max-width: 340px; line-height: 1.5;
}
.bl__empty--error .dd__done { margin-top: 4px; padding: 9px 17px; border-radius: 7px; background: var(--xl-blue); color: #fff; text-decoration: none;
}
.bl__grid--loading { align-items: start;
}

  /* active deal: price pill. closed: plain red dot, no label */
.bp { position: absolute; transform: translate(-50%,-100%); background: var(--xl-navy); color: #fff; font-family: var(--xl-font-primary); font-weight: 700; font-size: 12.5px; padding: 5px 9px; border-radius: 6px; white-space: nowrap; box-shadow: 0 6px 16px rgba(0,17,84,.34); border: 1.5px solid #fff; cursor: pointer; transition: background .14s, box-shadow .14s;
}
.bp::after { content: ""; position: absolute; left: 50%; bottom: -7px; margin-left: -5px; border: 5px solid transparent; border-top-color: #fff;
}
.bp:hover, .bp.is-on { background: var(--xl-blue); box-shadow: 0 10px 24px rgba(41,105,255,.45); z-index: 6;
}
.bp.is-on { outline: 2px solid rgba(41,105,255,.35); outline-offset: 2px;
}
.bp--cl { background: var(--xl-blue);
}
.bp--cl:hover { background: #1550d8;
}
.bcd { position: absolute; width: 11px; height: 11px; margin: -5.5px 0 0 -5.5px; border-radius: 50%; background: #e52020; border: 2px solid #fff; box-shadow: 0 3px 8px rgba(0,17,84,.3); cursor: pointer; transition: transform .14s;
}
.bcd:hover, .bcd.is-on { transform: scale(1.35); z-index: 6;
}
.bdot { position: absolute; width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; border-radius: 50%; background: var(--xl-navy); border: 1.5px solid #fff; box-shadow: 0 2px 5px rgba(0,17,84,.35); pointer-events: none;
}
.blead { position: absolute; height: 1px; background: rgba(0,17,84,.4); transform-origin: 0 50%; pointer-events: none;
}
.bpop { position: absolute; z-index: 8; width: 216px; transform: translate(-50%, calc(-100% - 34px)); background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 18px 44px rgba(0,17,84,.26);
}
.bpop__img { height: 104px; background-size: cover; background-position: center;
}
.bpop__b { padding: 10px 12px 12px;
}
.bpop__n { font-weight: 700; font-size: 14.5px; color: var(--xl-navy);
}
.bpop__m { font-size: 12.5px; color: var(--xl-body-soft); margin-top: 3px; line-height: 1.4;
}
.bpop__u { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 18px; color: var(--xl-navy); margin-top: 8px;
}
.bpop__x { position: absolute; right: 7px; top: 7px; width: 22px; height: 22px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: var(--xl-navy); font-size: 13px; line-height: 1; cursor: pointer; box-shadow: 0 4px 10px rgba(0,17,84,.2);
}
.bpop--list { width: 244px; max-width: calc(100% - 24px);
}
.bpop__hd { padding: 11px 13px; border-bottom: 1px solid #f1f4fa; font-weight: 700; font-size: 13.5px; color: var(--xl-navy);
}
.bpop__rows { max-height: 248px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin;
}
.bpop__row { display: flex; align-items: center; gap: 10px; padding: 9px 13px; border-top: 1px solid #f6f8fc; cursor: pointer; background: none; border-left: 0; border-right: 0; border-bottom: 0; width: 100%; text-align: left; font-family: var(--xl-font-primary);
}
.bpop__row:hover { background: #f4f7fd;
}
.bpop__row img { width: 38px; height: 30px; object-fit: cover; border-radius: 4px; flex: 0 0 auto;
}
.bpop__rt { min-width: 0; display: flex; flex-direction: column; gap: 2px;
}
.bpop__rn { font-weight: 600; font-size: 12.5px; color: var(--xl-navy); line-height: 1.25;
}
.bpop__ra { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; color: var(--xl-body-soft);
}
.bpop__ru { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 12.5px; color: var(--xl-blue); margin-left: auto; flex: 0 0 auto;
}
@media (max-width: 1240px){
.bl__grid { grid-template-columns: 1fr;
}
}
@media (max-width: 900px){
.bs { grid-template-columns: 1fr; height: auto;
}
    /* pinned so the map stays visible while the listings scroll under it */
.bm { position: sticky; top: var(--xl-nav-h); height: 46vh; min-height: 260px; max-height: 380px; z-index: 5; box-shadow: 0 10px 24px rgba(0,17,84,.1);
}
.bl { position: relative; z-index: 6; background: #fbfcfe; overflow: visible; height: auto; border-left: 0; border-top-left-radius: 14px; border-top-right-radius: 14px; margin-top: -14px; padding-top: 20px;
}
.bl__grid { grid-template-columns: 1fr 1fr;
}
.bf { position: static;
}
}
@media (max-width: 620px){
.bl__grid { grid-template-columns: 1fr;
}
.dd, .bf__s { flex: 1 1 100%;
}
.dd__btn { width: 100%; justify-content: space-between;
}
}
.bm__map[data-v-fe9f3d7a],
.bm__map > div[data-v-fe9f3d7a],[data-v-fe9f3d7a] .bm__map .assets-page-gmap {
  width: 100%;
  height: 100% !important;
}
.bl__empty > div[data-v-fe9f3d7a] {
  margin-top: 12px;
  color: var(--xl-navy);
  font-weight: 600;
}
@-moz-document url-prefix() {
.assets-map__assets-items[data-v-fe9f3d7a] {
    overflow: scroll;
    scrollbar-color: #a7a7a7 #dedede;
    scrollbar-width: thin;
}
}
.assets-map__assets-items[data-v-fe9f3d7a]::-webkit-scrollbar {
  width: 11px;
}
.assets-map__assets-items[data-v-fe9f3d7a]::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #dedede;
  border: 2px solid #dedede;
}
.assets-map__assets-items[data-v-fe9f3d7a]::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #a7a7a7;
}
.assets-map[data-v-fe9f3d7a] {
  height: 100%;
}
.assets-map__loader[data-v-fe9f3d7a] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets-map__wrapper[data-v-fe9f3d7a] {
  display: flex;
  justify-content: space-between;
}
.assets-map__wrapper-map[data-v-fe9f3d7a] {
  width: calc(100% - 440px);
}
.assets-map__assets[data-v-fe9f3d7a] {
  width: 100%;
  padding: 16px;
}
.assets-map__assets-title[data-v-fe9f3d7a] {
  font-size: 14px;
  color: #001154;
  font-weight: 500;
  padding-left: 10px;
}
.assets-map__assets-items[data-v-fe9f3d7a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 208px);
  overflow-x: auto;
}
.assets-map__assets-items span[data-v-fe9f3d7a] {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 8px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #001154;
}
.assets-map__assets-item[data-v-fe9f3d7a] {
  width: 95%;
  height: 143px;
  margin-bottom: 16px;
}
.assets-map__no-assets[data-v-fe9f3d7a] {
  width: 100%;
  padding: 16px;
}
.assets-map__no-assets-header[data-v-fe9f3d7a] {
  display: flex;
  justify-content: space-between;
}
.assets-map__no-assets-title span[data-v-fe9f3d7a] {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.assets-map__no-assets-clear-filters[data-v-fe9f3d7a] {
  font-weight: 500;
  font-size: 14px;
  color: #2969ff;
  cursor: pointer;
}
.filters-mobile-wrapper[data-v-fe9f3d7a] {
  margin-top: 60px;
}
.remove-filters-wrapper[data-v-fe9f3d7a] {
  margin-top: 24px;
  padding-left: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.assets-map[data-v-fe9f3d7a] {
    min-height: calc(100vh - 181px);
    height: auto;
}
.assets-map__wrapper-map[data-v-fe9f3d7a] {
    width: 100%;
}
.assets-map__assets-items[data-v-fe9f3d7a] {
    height: calc(100vh - 181px);
}
@-moz-document url-prefix() {
.assets-map__assets-items[data-v-fe9f3d7a] {
      overflow: scroll;
      scrollbar-color: #a7a7a7 #dedede;
      scrollbar-width: thin;
}
}
.assets-map__assets-items[data-v-fe9f3d7a]::-webkit-scrollbar {
    width: 11px;
}
.assets-map__assets-items[data-v-fe9f3d7a]::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #dedede;
    border: 2px solid #dedede;
}
.assets-map__assets-items[data-v-fe9f3d7a]::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #a7a7a7;
}
.assets-map__assets[data-v-fe9f3d7a] {
    padding-top: 60px;
    min-width: unset;
}
[data-v-fe9f3d7a] .asset-card__image--row {
    max-width: 147px;
    min-width: 147px;
    height: 155px;
}
[data-v-fe9f3d7a] .asset-card--row {
    min-height: 155px;
    width: 100%;
}
[data-v-fe9f3d7a] .asset-card .asset-status {
    padding: 4px 15px;
}
[data-v-fe9f3d7a] .asset-card__body-position {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #001154;
}
[data-v-fe9f3d7a] .asset-card__body-upb-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #001154;
}
[data-v-fe9f3d7a] .asset-card__body-upb-value {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    letter-spacing: 0.444444px;
    color: #001154;
}
[data-v-fe9f3d7a] .asset-card__icon-wrapper--row {
    left: 5px;
    top: 1px;
}
.assets-list-wrapper[data-v-fe9f3d7a] {
    max-width: 100%;
    width: 100%;
}
.assets-list-wrapper__mobile .assets-map__assets-title[data-v-fe9f3d7a] {
    height: 22px;
    width: 100%;
    position: fixed;
    top: 115px;
    background: white;
    z-index: 170;
}
.assets-list-wrapper__mobile .assets-map__assets-items[data-v-fe9f3d7a] {
    margin-top: 35px;
    padding-top: 0 !important;
}
.assets-map__assets-item[data-v-fe9f3d7a] {
    margin-bottom: 8px;
}
.assets-map__assets-title[data-v-fe9f3d7a] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding-left: 0px;
    color: #001154;
}
.assets-map__no-assets[data-v-fe9f3d7a] {
    padding-top: 60px;
    min-width: unset;
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}
.assets-map__assets-items span[data-v-fe9f3d7a] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #001154;
    margin-top: 16px;
    margin-bottom: 8px;
}
.remove-filters-wrapper--active[data-v-fe9f3d7a] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    /* Primary/Cyan */
    color: #2969ff;
}
[data-v-fe9f3d7a] .multi-bidding-asset__status {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
[data-v-fe9f3d7a] .multi-bidding-asset__information-title {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.assets-map__assets[data-v-fe9f3d7a] {
    padding-left: 0;
    padding-right: 0;
}
.assets-map__assets-items[data-v-fe9f3d7a] {
    padding: 0 16px;
}
}
[data-v-fe9f3d7a] .assets-map__assets-item {
  margin-bottom: 16px;
  width: 100%;
}
[data-v-fe9f3d7a] .assets-map__assets-title {
  padding-left: 16px;
}
.assets-map__assets-item[data-v-fe9f3d7a] {
  height: 135px !important;
  min-height: 135px !important;
}
.apply-filters-wrapper[data-v-fe9f3d7a] {
  padding: 0 16px;
  margin-top: 24px;
}
.submit-filter[data-v-fe9f3d7a] .v-btn__content {
  font-size: 16px;
}
.submit-filter[data-v-fe9f3d7a] {
  border-radius: 7px;
  color: #ffffff;
}
@media (max-width: 599.98px) {
.filters-mobile-wrapper[data-v-fe9f3d7a] {
    background: #ffffff;
    position: relative;
    z-index: 201;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.assets-map__assets[data-v-fe9f3d7a] {
    max-width: none;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.assets-list-wrapper[data-v-fe9f3d7a] {
    width: 100%;
}
.assets-map__assets[data-v-fe9f3d7a] {
    padding-top: 0px;
}
.assets-map__no-assets[data-v-fe9f3d7a] {
    padding-top: 60px;
    max-width: none;
}
.assets-map__assets-title[data-v-fe9f3d7a] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.assets-map__wrapper-map[data-v-fe9f3d7a] {
    width: 100%;
}
.assets-map__assets-items[data-v-fe9f3d7a] {
    height: calc(100vh - 157px);
    margin-top: 82px !important;
}
[data-v-fe9f3d7a] .assets-page-gmap {
    height: calc(100vh - 65px);
}
[data-v-fe9f3d7a] .assets-map-header__controls {
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}
[data-v-fe9f3d7a] .assets-map-header__controls > div {
    width: 47% !important;
}
[data-v-fe9f3d7a] .slot-select__content-wrapper {
    width: 100% !important;
}
}.privacy-policy-container[data-v-b52be994] {
  width: 100%;
  max-width: 1440px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
.privacy-policy-container[data-v-b52be994] {
    padding: 0px 15px;
}
}
.privacy-header[data-v-b52be994] {
  height: 298px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(98.51deg, #073a87 8.61%, #446eae 64.84%, #7f98d7 110.18%);
}
.privacy-header__text[data-v-b52be994] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */
  text-align: center;
  letter-spacing: 0.426667px;
  color: #ffffff;
}
.privacy-policy-content[data-v-b52be994] {
  margin-top: 40px;
  padding-bottom: 40px;
}
.details-list[data-v-b52be994] {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 56px;
}.terms-page-container[data-v-93123149] {
  width: 100%;
  max-width: 1440px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
.terms-page-container[data-v-93123149] {
    padding: 0px 15px;
}
}
.terms-header[data-v-93123149] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 298px;
  background: linear-gradient(98.51deg, #073a87 8.61%, #446eae 64.84%, #7f98d7 110.18%);
}
.terms-header__text[data-v-93123149] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */
  text-align: center;
  letter-spacing: 0.426667px;
  color: #ffffff;
}
.terms-content[data-v-93123149] {
  margin-top: 40px;
  padding-bottom: 40px;
}
a[data-v-93123149] {
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* Primary/Cyan */
  color: #2969ff !important;
}.sell-card-wrapper[data-v-71ae96ab] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 296px;
  background: #001154;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0px 45px;
}
.card-info[data-v-71ae96ab] {
  text-align: center;
}
.card-info__img[data-v-71ae96ab] {
  margin-top: 16px;
}
.card-info__title[data-v-71ae96ab] {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  color: #ffffff;
}
.card-info__desc[data-v-71ae96ab] {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  margin-top: 32px;
  text-align: center;
  color: #ffffff;
}.data-input-wrapper[data-v-5ab7374e] {
  display: flex;
  column-gap: 8px;
}
.search-assets-wrapper[data-v-5ab7374e] {
  background: #001154;
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  flex-direction: column;
}
.google-input[data-v-5ab7374e] {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: white;
  width: 244px;
  height: 48px;
  padding: 21px;
  padding-left: 50px;
  box-shadow: 0px 8px 24px rgba(0, 17, 84, 0.06);
  border-radius: 5px;
}
.address-container[data-v-5ab7374e] {
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-5ab7374e] {
  z-index: 3;
  position: absolute;
  left: 16px;
  top: 9px;
}
.btn-next[data-v-5ab7374e] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.address-data[data-v-5ab7374e] {
  font-size: 20px;
  line-height: 152%;
  display: flex;
  max-width: 382px;
  text-align: right;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
[data-v-5ab7374e] .v-field:before {
  border-color: #001154;
}
[data-v-5ab7374e] label {
  color: #001154 !important;
}
.google-input[data-v-5ab7374e] {
  font-size: 14px;
  transition: box-shadow 500ms;
  outline: none !important;
}
.google-input.focus-visible[data-v-5ab7374e] {
  box-shadow: 8px 8px 12px rgba(0, 17, 84, 0.5);
}
[data-v-5ab7374e] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.button-text[data-v-5ab7374e] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  color: #ffffff;
}.page-content[data-v-151a4c82] {
  z-index: 2;
}
.page-content__items[data-v-151a4c82] {
  display: flex;
  column-gap: 32px;
  margin-top: 48px;
}
.page-content__title[data-v-151a4c82] {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  /* identical to box height, or 110% */
  text-align: center;
  letter-spacing: 0.530833px;
  /* White */
  color: #ffffff;
}
.page-wrapper[data-v-151a4c82] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(98.51deg, #073a87 8.61%, #446eae 64.84%, #7f98d7 110.18%);
}
.page-wrapper[data-v-151a4c82]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 17, 90, 0.78) 0%, rgba(2, 24, 102, 0.2) 27.86%, rgba(13, 68, 171, 0.11) 100%);
}
.building-img-wrapper[data-v-151a4c82] {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.building-img-wrapper[data-v-151a4c82] {
    width: 200px;
    height: 100px;
}
}
[data-v-151a4c82] .v-btn {
  min-height: unset !important;
}
.button-text[data-v-151a4c82] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  /* White */
  color: #ffffff;
}
.go-back-btn[data-v-151a4c82] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 599px) {
.page-wrapper[data-v-151a4c82] {
    position: relative;
    box-sizing: border-box;
    min-height: 100%;
    height: auto;
    padding: 32px 16px 80px;
    align-items: flex-start;
}
.page-content[data-v-151a4c82] {
    width: 356px;
    max-width: 100%;
}
.page-content__items[data-v-151a4c82] {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    column-gap: 0;
    margin-top: 32px;
}
.page-content__title[data-v-151a4c82] {
    font-size: 32px;
    line-height: 38px;
}
.page-content-card-wrapper[data-v-151a4c82] {
    max-width: 100%;
}
}.lender-direct-payment[data-v-7c783945] {
  width: 100%;
  max-width: 328px;
  min-height: 371px;
  background: #ffffff;
  border: 1px solid #e1e8f3;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 17, 84, 0.07);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.lender-direct-payment[data-v-7c783945] {
    max-width: 100%;
}
}
.lender-direct-payment__image[data-v-7c783945] {
  width: 134px;
  height: 24px;
}
.lender-direct-payment__price-block[data-v-7c783945] {
  width: 100%;
  max-width: 209px;
  margin-top: 16px;
}
.lender-direct-payment__price-block p[data-v-7c783945] {
  width: 100%;
  max-width: 175px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin: auto;
}
.lender-direct-payment__list-and-sell[data-v-7c783945] {
  width: 100%;
  max-width: 270px;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  padding-top: 16px;
}
.lender-direct-payment__promo-code[data-v-7c783945] {
  width: 100%;
  max-width: 288px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  align-items: start;
  gap: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.lender-direct-payment__promo-code[data-v-7c783945] {
    max-width: 100%;
}
}
.lender-direct-payment__promo-code-input[data-v-7c783945] {
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.lender-direct-payment__promo-code-input[data-v-7c783945] {
    max-width: none;
}
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field {
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  background: #f4f4f4;
  border-radius: 1px;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field fieldset {
  display: none;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field__input {
  height: 40px !important;
  max-height: 40px !important;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field__input input, .lender-direct-payment__promo-code-input[data-v-7c783945] .v-field__input input::placeholder {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 26px !important;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field__input input {
  text-transform: uppercase;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field__input input::placeholder {
  color: rgba(0, 17, 84, 0.45);
  text-transform: none;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field--variant-filled,
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field,
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-field--variant-outlined {
  height: 40px !important;
  max-height: 40px !important;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] .v-input__details {
  display: none;
}
.lender-direct-payment__promo-code-input[data-v-7c783945] {
  height: 40px;
}
.lender-direct-payment__promo-code-button[data-v-7c783945] .v-btn__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.lender-direct-payment__todays-total[data-v-7c783945] {
  margin-top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.lender-direct-payment__order-summary[data-v-7c783945] {
  width: 100%;
  margin-top: 18px;
}
.lender-direct-payment__order-summary h4[data-v-7c783945] {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  padding-bottom: 8px;
  border-bottom: 1px solid #9aabc2;
  margin-bottom: 6px;
}
.lender-direct-payment__order-summary-line[data-v-7c783945] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.lender-direct-payment__order-summary-line--border-bottom[data-v-7c783945] {
  margin-bottom: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #9aabc2;
}
.lender-direct-payment__order-summary-line--margin-top[data-v-7c783945] {
  margin-top: 10px;
}
.lender-direct-payment__order-summary-line p[data-v-7c783945] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.lender-direct-payment__positive-result[data-v-7c783945] {
  grid-column: 1/-1;
  min-height: 15px;
  margin-top: -2px;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #368600;
}
.lender-direct-payment__positive-result--error[data-v-7c783945] {
  color: #d52819 !important;
}
.v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated[data-v-7c783945] {
  background-color: #9aabc2 !important;
}
.v-btn:not(.v-btn--icon).v-btn--size-default[data-v-7c783945] {
  height: 40px !important;
  border-radius: 7px;
  background: #145aff;
}.lender-direct-payment__list-and-sell[data-v-0dc797f5] {
  width: 300px;
  margin: 12px auto 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.lender-direct-payment__promo-code[data-v-0dc797f5] {
  align-items: flex-start;
  column-gap: 12px;
  display: flex;
  padding: 0 16px;
}
.lender-direct-payment__promo-code .lender-direct-payment__promo-code-input[data-v-0dc797f5] {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
}
.lender-direct-payment__promo-code .lender-direct-payment__promo-code-button[data-v-0dc797f5] {
  flex: 0 0 88px;
  min-width: 88px !important;
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  border-radius: 7px;
}
.lender-direct-payment__promo-code .lender-direct-payment__promo-code-button.v-btn--disabled[data-v-0dc797f5] {
  color: #ffffff;
}
.lender-direct-payment__order-summary h4[data-v-0dc797f5] {
  border-bottom: 1px solid #9aabc2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #001154;
}
.lender-direct-payment__order-summary-line[data-v-0dc797f5] {
  display: flex;
  justify-content: space-between;
}
.lender-direct-payment__order-summary-line > div[data-v-0dc797f5] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.lender-direct-payment__order-summary-line.separator-line[data-v-0dc797f5] {
  border-bottom: 1px solid #9aabc2;
}
.dialog-content[data-v-0dc797f5] {
  display: flex;
  width: 100%;
  min-height: 477px;
  height: 100%;
  background: white;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
[data-v-0dc797f5] .v-dialog {
  display: flex;
  justify-content: center;
}
.content[data-v-0dc797f5] {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 32px;
  width: 100%;
  padding: 24px 32px 32px;
}
.content__card-info[data-v-0dc797f5] {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.content__priring-details[data-v-0dc797f5] {
  margin-left: 56px;
  width: 246px;
  height: 596px;
  background: #fcfcfc;
  box-shadow: 0px 0px 30px rgba(177, 201, 216, 0.32);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.tabs[data-v-0dc797f5] {
  width: 100%;
  display: flex;
}
.tabs__tab[data-v-0dc797f5] {
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.field[data-v-0dc797f5] {
  background: #f1f1f1;
  height: 50px;
  padding-top: 11px;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.field[data-v-0dc797f5]::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
.field.--step-up[data-v-0dc797f5] {
  padding-top: 14px;
}
.field.--custom[data-v-0dc797f5] {
  padding-top: 0;
}
label span[data-v-0dc797f5] {
  color: #d52819;
}
label[data-v-0dc797f5] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.content-data[data-v-0dc797f5] {
  margin-top: 14px;
}
.agree-btn-wrapper[data-v-0dc797f5] {
  margin-top: 52px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.icon[data-v-0dc797f5] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.icon img[data-v-0dc797f5] {
  width: 29px;
  height: 39px;
}
.icon .text[data-v-0dc797f5] {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 152%;
  /* or 30px */
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.444444px;
  /* Cyan */
  color: #2969ff;
}
.price[data-v-0dc797f5] {
  text-align: center;
}
.price__title[data-v-0dc797f5] {
  font-size: 20px;
  line-height: 152%;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #001154;
}
.price__sub[data-v-0dc797f5] {
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  /* or 169% */
  text-align: center;
  letter-spacing: -0.175px;
  /* DarkBlue */
  color: #001154;
}
.v-btn[data-v-0dc797f5] {
  min-height: unset !important;
}
.back-btn[data-v-0dc797f5] {
  margin-top: 30px;
}
.back-btn__text[data-v-0dc797f5] {
  font-size: 12px;
}
input[data-v-0dc797f5] {
  border-color: unset !important;
  outline: unset !important;
}
.payPalImg[data-v-0dc797f5] {
  width: 85px;
  height: 18px;
}
[data-v-0dc797f5] .v-dialog {
  width: 1200px;
}
.saved-cards-wrapper[data-v-0dc797f5] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-height: 164px;
  margin-top: 14px;
  padding: 0 2px 4px;
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.saved-cards-wrapper[data-v-0dc797f5]::-webkit-scrollbar {
  width: 3px;
}
.saved-cards-wrapper[data-v-0dc797f5]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 17, 84, 0.2);
  border-radius: 5px;
}
[data-v-0dc797f5] #card-error {
  color: red;
  max-height: 58px;
  overflow: auto;
}
.btn-loading__loading-progress[data-v-0dc797f5] {
  position: absolute;
  display: block;
  width: 20px;
  height: 38px;
  background: #001154;
  left: -22px;
  bottom: -6px;
  transition-property: width;
  transition-duration: 3s;
  border-radius: 7px;
}
.btn-loading__text[data-v-0dc797f5] {
  z-index: 10;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* White */
  color: #ffffff;
}
.back-text[data-v-0dc797f5] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* or 182% */
  text-align: center;
  /* Blue */
  color: #09316b;
}
.back[data-v-0dc797f5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 32px;
}
.card-name-wrapper[data-v-0dc797f5],
.card-number-wrapper[data-v-0dc797f5],
.card-number-date[data-v-0dc797f5],
.card-number-code[data-v-0dc797f5] {
  padding: 0 !important;
}
.card-number-wrapper[data-v-0dc797f5],
.card-number-date[data-v-0dc797f5],
.card-number-code[data-v-0dc797f5] {
  margin-top: 13px;
}
.card-number-code[data-v-0dc797f5],
.card-number-date[data-v-0dc797f5] {
  max-width: calc(50% - 12px) !important;
}
.text-white[data-v-0dc797f5] {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.card-number-wrapper[data-v-0dc797f5] {
  position: relative;
}
.card-number-wrapper__icons[data-v-0dc797f5] {
  position: absolute;
  right: 18px;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 6px;
  bottom: 20px;
}
.card-number-icon[data-v-0dc797f5] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content[data-v-0dc797f5] {
    width: 100%;
    flex-direction: column;
    padding: 16px;
}
.dialog-content[data-v-0dc797f5] {
    width: 100%;
    padding-top: 0;
    height: 100%;
}
[data-v-0dc797f5] .v-dialog {
    margin-left: 0px;
    margin-top: 0px !important;
    margin-right: 0px !important;
    top: -32px;
    max-height: 100%;
}
.content__card-info[data-v-0dc797f5] {
    width: 100% !important;
}
.saved-cards-wrapper[data-v-0dc797f5] {
    margin-top: 40px;
}
.price[data-v-0dc797f5] {
    margin-top: 19px;
}
.back-text[data-v-0dc797f5] {
    margin-top: 19px;
}
.back-btn-mobile-wrapper[data-v-0dc797f5] {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    margin-bottom: 66px;
}
}
.dialog-title[data-v-0dc797f5] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #001154;
}
.row[data-v-0dc797f5] {
  width: 100%;
  margin: 0 !important;
}
[data-v-0dc797f5] .v-btn {
  min-height: unset !important;
}
.btn-text[data-v-0dc797f5] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
.close-icon[data-v-0dc797f5] {
  position: absolute;
  right: 18px;
  top: 17px;
}
.v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated[data-v-0dc797f5] {
  background-color: #9aabc2 !important;
}
[data-v-0dc797f5] .v-field {
  min-height: auto !important;
}
[data-v-0dc797f5] .v-field fieldset {
  border-radius: 1px;
  background: #f4f4f4;
  border-color: transparent;
}
@media (max-width: 959.98px) {
[data-v-0dc797f5] .v-dialog {
    width: 100%;
    top: 0;
}
label[data-v-0dc797f5] {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.dialog-title[data-v-0dc797f5] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.billed-section[data-v-0dc797f5] {
    margin-top: 8px;
    margin-bottom: 24px;
}
.content[data-v-0dc797f5] {
    padding: 0;
}
.content-data[data-v-0dc797f5] {
    background: #fefefe;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    border-radius: 6.66667px;
    padding: 16px;
}
.billed-wrapper[data-v-0dc797f5] {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.2);
    border-radius: 5px;
    padding: 16px 0;
    text-align: center;
}
.billed-title[data-v-0dc797f5] {
    width: 205px;
    height: 37px;
    margin-bottom: 16px;
}
.billed-text[data-v-0dc797f5] {
    width: 215px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
    padding: 0 10px;
}
.dialog-content[data-v-0dc797f5] {
    overflow: auto;
    padding: 16px;
}
.saved-cards-wrapper[data-v-0dc797f5] {
    margin-top: 8px;
}
.field[data-v-0dc797f5] {
    height: 40px;
}
.field.--step-up[data-v-0dc797f5] {
    padding-top: 9px;
}
.card-number-wrapper__icons[data-v-0dc797f5] {
    bottom: 16px;
}
.close-icon[data-v-0dc797f5] {
    top: 14px;
    right: 22px;
}
.close-icon[data-v-0dc797f5] .mdi-close {
    color: #001154;
    font-size: 18px;
}
.action-button-section[data-v-0dc797f5] {
    padding-bottom: 40px;
}
}
.lender-direct-payment__promo-code[data-v-0dc797f5] .v-field input {
  text-transform: uppercase;
}
.lender-direct-payment__promo-code[data-v-0dc797f5] .v-field input::placeholder {
  color: rgba(0, 17, 84, 0.45);
  text-transform: none;
}
.result-wrapper .lender-direct-payment__positive-result[data-v-0dc797f5] {
  color: #368600;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.result-wrapper .lender-direct-payment__positive-result--error[data-v-0dc797f5] {
  color: #d52819;
}.fill-asset-fields[data-v-06c9396d] {
  position: relative;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
  padding: 40px;
}
.fill-asset-fields__close[data-v-06c9396d] {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.fill-asset-fields__title[data-v-06c9396d] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
  text-align: center;
}
.fill-asset-fields__description[data-v-06c9396d] {
  width: 100%;
  max-width: 455px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  text-align: center;
  margin: auto;
  margin-top: 8px;
}
.fill-asset-fields__asset[data-v-06c9396d] {
  width: 100%;
  max-width: 539px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 24px;
}
.fill-asset-fields__asset-card[data-v-06c9396d] {
  height: 191px !important;
}
.fill-asset-fields__asset-card[data-v-06c9396d] .asset-card__image {
  max-width: 200px;
  height: auto;
}
.fill-asset-fields__asset-card[data-v-06c9396d] .asset-card__body {
  padding-left: 16px;
}
.fill-asset-fields__asset-card[data-v-06c9396d] .asset-card__body-asset-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.fill-asset-fields__asset-card[data-v-06c9396d] .asset-card__body-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.fill-asset-fields__asset-card[data-v-06c9396d] .asset-card__body-upb-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.fill-asset-fields__asset-card[data-v-06c9396d] .asset-card__body-upb-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.fill-asset-fields__buttons[data-v-06c9396d] {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.fill-asset-fields__button[data-v-06c9396d] {
  width: 100%;
  max-width: 230px;
  height: 40px !important;
  border-radius: 7px;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  background: #2969ff !important;
  box-shadow: none;
}
.fill-asset-fields__button--outline[data-v-06c9396d] {
  background: transparent !important;
  color: #2969ff !important;
  border: 1px solid #2969ff !important;
  margin-right: 40px;
}
@media (max-width: 959.98px) {
[data-v-06c9396d] .complete-dialog {
    margin: 24px 0;
}
.fill-asset-fields[data-v-06c9396d] {
    padding: 12px 16px 40px;
}
.fill-asset-fields__title[data-v-06c9396d] {
    font-weight: 600;
    width: 190px;
    margin: 0 auto;
}
.fill-asset-fields__asset-card[data-v-06c9396d] {
    height: auto !important;
}
.fill-asset-fields__buttons[data-v-06c9396d] {
    justify-content: space-between;
}
.fill-asset-fields__button[data-v-06c9396d] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.fill-asset-fields__button[data-v-06c9396d] {
    max-width: 183px;
    width: calc(50% - 8px);
}
.fill-asset-fields__button--outline[data-v-06c9396d] {
    margin: 0;
}
.fill-asset-fields__close[data-v-06c9396d] {
    top: 22px;
    right: 22px;
}
[data-v-06c9396d] .asset-card__body-upb-value {
    font-size: 20px !important;
    line-height: 152% !important;
}
}.page-header[data-v-bbd5769b] {
  height: 368px;
  background: #001154;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
}
.page-header h3[data-v-bbd5769b] {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */
  letter-spacing: 0.426667px;
  /* White */
  color: #ffffff;
}
.page-content[data-v-bbd5769b] {
  background: white;
  display: flex;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-radius: 1px;
  min-height: 659px;
  margin-top: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-content__title[data-v-bbd5769b] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  letter-spacing: 0.32px;
  /* Cyan */
  color: #2969ff;
}
.page-content__info[data-v-bbd5769b] {
  width: 272px;
}
.page-content__info .title[data-v-bbd5769b] {
  letter-spacing: 0.32px;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
}
.page-content__asset[data-v-bbd5769b] {
  margin-top: 41px;
  width: 100%;
  max-width: 539px;
  display: flex;
  justify-content: center;
}
.page-content__asset-card[data-v-bbd5769b] {
  height: 191px !important;
}
.page-content__asset-card[data-v-bbd5769b] .asset-card__image {
  max-width: 200px;
  height: auto;
}
.page-content__asset-card[data-v-bbd5769b] .asset-card__body {
  padding-left: 16px;
}
.page-content__asset-card[data-v-bbd5769b] .asset-card__body-asset-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.page-content__asset-card[data-v-bbd5769b] .asset-card__body-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.page-content__asset-card[data-v-bbd5769b] .asset-card__body-upb-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.page-content__asset-card[data-v-bbd5769b] .asset-card__body-upb-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.page-content__asset--loading[data-v-bbd5769b] {
  height: 191px;
}
.page-content__asset-skeleton[data-v-bbd5769b] {
  display: grid;
  width: 100%;
  height: 191px;
  grid-template-columns: minmax(170px, 200px) minmax(0, 1fr);
  overflow: hidden;
  cursor: default;
}
.page-content__asset-skeleton[data-v-bbd5769b] .xlr-card-skeleton__image {
  height: 191px;
  aspect-ratio: auto;
}
.page-content__asset-skeleton[data-v-bbd5769b] .xlr-card-skeleton__body {
  min-height: 0;
  padding: 22px 20px;
}
.page-content__asset-skeleton[data-v-bbd5769b] .xlr-card-skeleton__line--label {
  margin-top: 28px;
}
.load-error[data-v-bbd5769b] {
  display: flex;
  width: min(460px, 100%);
  margin-top: 32px;
  padding: 28px;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e1e7f2;
  border-radius: 14px;
  background: #f8faff;
  text-align: center;
}
.load-error__title[data-v-bbd5769b] {
  margin-top: 12px;
  color: #001154;
  font-size: 20px;
  font-weight: 700;
}
.load-error__text[data-v-bbd5769b] {
  margin-top: 8px;
  color: #526887;
  font-size: 14px;
  line-height: 20px;
}
.load-error__button[data-v-bbd5769b] {
  margin-top: 20px;
  color: #ffffff;
  line-height: 1.5;
}
.text[data-v-bbd5769b] {
  margin-top: 40px;
}
.asset-actions[data-v-bbd5769b] {
  position: relative;
  top: 32px;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-wrapper[data-v-bbd5769b] {
  height: 100%;
}
.bids-block[data-v-bbd5769b] {
  margin-top: 40px;
}
.bids-block__title[data-v-bbd5769b] {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  text-align: center;
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.bids-block__text[data-v-bbd5769b] {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */
  text-align: center;
  /* DarkBlue */
  width: 404px;
  margin-top: 8px;
  color: #001154;
}
[data-v-bbd5769b] .v-btn {
  min-height: unset !important;
}
.button-listing-text[data-v-bbd5769b] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* White */
  color: #ffffff;
}
.skip-btn[data-v-bbd5769b] {
  border-radius: 5px;
}
.skip-btn-text[data-v-bbd5769b] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* Cyan */
  color: #2969ff;
}
.buttons[data-v-bbd5769b] {
  column-gap: 16px;
  display: flex;
  margin-top: 24px;
}
[data-v-bbd5769b] .asset-status {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 959.98px) {
.page-wrapper[data-v-bbd5769b] {
    height: auto;
    padding-bottom: 40px;
}
.page-content[data-v-bbd5769b] {
    min-height: auto;
    margin-top: 16px;
    box-shadow: none;
    padding: 0 16px;
}
.page-content__title[data-v-bbd5769b] {
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    letter-spacing: 0.444444px;
}
.page-content__asset[data-v-bbd5769b] {
    margin-top: 16px;
    max-width: none;
}
.page-content__asset-card[data-v-bbd5769b] {
    height: auto !important;
}
.page-content__asset--loading[data-v-bbd5769b],
  .page-content__asset-skeleton[data-v-bbd5769b] {
    height: 168px;
}
.page-content__asset-skeleton[data-v-bbd5769b] {
    grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);
}
.page-content__asset-skeleton[data-v-bbd5769b] .xlr-card-skeleton__image {
    height: 168px;
}
.page-content__asset-skeleton[data-v-bbd5769b] .xlr-card-skeleton__body {
    padding: 18px 16px;
}
.page-content__asset-skeleton[data-v-bbd5769b] .xlr-card-skeleton__line--label {
    margin-top: 20px;
}
.bids-block__title[data-v-bbd5769b] {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #001154;
}
.bids-block__text[data-v-bbd5769b] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #001154;
    width: 353px;
}
.asset-card--row[data-v-bbd5769b] {
    box-shadow: 2.69054px 3.58739px 13.4527px rgba(0, 17, 84, 0.14);
    border-radius: 7px;
}
.buttons[data-v-bbd5769b] {
    margin-top: 40px;
    width: 100%;
    justify-content: space-between;
    column-gap: unset;
}
.buttons .action-btn[data-v-bbd5769b] {
    width: calc(50% - 4px) !important;
    height: 40px !important;
    padding: 6px 12px;
}
.buttons .btn-text[data-v-bbd5769b] {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
}.card-wrapper[data-v-207a7907] {
  height: 659px;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-radius: 1px;
  background: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}
.card-icon-text[data-v-207a7907] {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.487111px;
  margin-top: 8px;
  color: #2969ff;
}
.card[data-v-207a7907] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card__icon[data-v-207a7907] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card__header[data-v-207a7907] {
  font-family: "Epilogue";
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #2969ff;
}
.card__sub-text[data-v-207a7907] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
  color: #001154;
}
.actions[data-v-207a7907] {
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
}
[data-v-207a7907] .v-btn {
  min-height: unset !important;
}
.button-listing-text[data-v-207a7907] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
.card-body[data-v-207a7907] {
  width: 100%;
  max-width: 539px;
  max-height: 191px;
  margin-top: 40px;
}
.card-body-card[data-v-207a7907] {
  border-radius: 7px;
  width: 539px;
  height: 191px !important;
}
.card-body-card__button[data-v-207a7907] {
  width: 230px !important;
  height: 40px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.card-body-card[data-v-207a7907] .asset-card__image {
  max-width: 200px;
  height: auto;
}
.card-body-card[data-v-207a7907] .asset-card__body {
  padding-left: 16px;
  width: calc(100% - 200px);
}
.card-body-card[data-v-207a7907] .asset-card__body-asset-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.card-body-card[data-v-207a7907] .asset-card__body-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.card-body-card[data-v-207a7907] .asset-card__body-upb-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.card-body-card[data-v-207a7907] .asset-card__body-upb-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.card-body-card[data-v-207a7907] .asset-card__body-status-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
[data-v-207a7907] .v-btn__content .text-white.button-listing-text {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
}
@media (max-width: 959.98px) {
.card-wrapper[data-v-207a7907] {
    height: auto;
}
.card[data-v-207a7907] {
    justify-content: start;
    width: 100%;
    padding: 0 16px;
}
.card__header[data-v-207a7907] {
    margin-top: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    letter-spacing: 0.444444px;
}
.card__sub-text[data-v-207a7907] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    max-width: 340px;
}
.card-body[data-v-207a7907] {
    margin-top: 16px;
}
.card-body .card-body-card[data-v-207a7907] {
    width: auto;
    height: auto !important;
    box-shadow: 2.69054px 3.58739px 13.4527px rgba(0, 17, 84, 0.14);
    border-radius: 7px;
}
.actions[data-v-207a7907] {
    width: 100%;
}
.actions .button-second[data-v-207a7907] {
    width: 100% !important;
}
}.page-wrapper[data-v-bb155ac2] {
  width: 100%;
  height: 100%;
}
.content[data-v-bb155ac2] {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 56px;
}
@media (max-width: 959.98px) {
.content[data-v-bb155ac2] {
    padding-top: 0;
}
}.payment-type-header[data-v-77d2c6d7] {
  margin-top: -69px;
  position: relative;
  background: white;
  height: 321px;
  object-fit: cover;
}
.payment-type-header__background[data-v-77d2c6d7] {
  width: 100%;
  height: 321px;
  max-height: 321px !important;
  min-height: 321px !important;
}
.payment-type-header__gradient[data-v-77d2c6d7] {
  background: rgba(27, 39, 86, 0.75);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.payment-type-header--exclusive .payment-type-header__gradient[data-v-77d2c6d7] {
  background: rgba(27, 39, 86, 0.75);
}
.header-title[data-v-77d2c6d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-title img[data-v-77d2c6d7] {
  width: 400px;
}
.header-title[data-v-77d2c6d7] {
  position: absolute;
  top: 47%;
  width: 100%;
}
.header-title__text[data-v-77d2c6d7] {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: 0.583px;
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.loan-features__title[data-v-77d2c6d7] {
    text-align: center;
}
.header-title__text[data-v-77d2c6d7] {
    font-size: 53px !important;
    line-height: 54px;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.loan-features__title[data-v-77d2c6d7] {
    text-align: center;
}
.header-title__text[data-v-77d2c6d7] {
    font-size: 40px !important;
    line-height: 50px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.header-title img[data-v-77d2c6d7] {
    width: 322px;
}
.payment-type-header__background[data-v-77d2c6d7] {
    object-fit: inherit;
}
.payment-type-header__gradient[data-v-77d2c6d7] {
    min-height: 252px;
    max-height: 252px;
}
.payment-type-header__background[data-v-77d2c6d7] {
    min-height: 252px !important;
    max-height: 252px !important;
}
.payment-type-header[data-v-77d2c6d7] {
    min-height: 252px;
    max-height: 252px;
}
.header-title__text[data-v-77d2c6d7] {
    font-weight: 700;
    font-size: 32px !important;
    line-height: inherit;
    text-align: center;
}
.header-title[data-v-77d2c6d7] {
    top: 38%;
}
}
.payment-type-header.authenticationNeeded[data-v-77d2c6d7] {
  margin-top: -109px;
  max-height: 321px;
}
.payment-type-header.authenticationNeeded .payment-type-header__background[data-v-77d2c6d7] {
  max-height: 317px;
  min-height: 317px;
}
.payment-type-header.authenticationNeeded .payment-type-header__gradient[data-v-77d2c6d7] {
  top: 0;
  max-height: 321px;
}
.payment-type-header.authenticationNeeded .header-title[data-v-77d2c6d7] {
  top: 53%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.payment-type-header[data-v-77d2c6d7] {
    height: 252px !important;
}
.payment-type-header__background[data-v-77d2c6d7] {
    height: 252px !important;
}
}.card-wrapper[data-v-cc9eee0d] {
  padding: 24px 16px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  max-width: 367px;
  height: 134px;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  display: flex;
}
.card-details[data-v-cc9eee0d] {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.card-details__description[data-v-cc9eee0d] {
  width: 100%;
  max-width: 272px;
  margin-top: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.85;
}
.card-details__title[data-v-cc9eee0d] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card-wrapper[data-v-cc9eee0d] {
    padding: 12px 9px 0px 12px;
}
.card-wrapper--mobile[data-v-cc9eee0d] {
    flex-direction: column;
    width: 100%;
    max-width: none;
}
.card-details[data-v-cc9eee0d] {
    margin-left: 0px;
    margin-top: 0px;
}
.card-details__title[data-v-cc9eee0d] {
    font-size: 16px;
}
.card-details__description[data-v-cc9eee0d] {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    max-width: none;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.features-page-container[data-v-cc9eee0d] {
    justify-content: center;
}
.card-wrapper[data-v-cc9eee0d] {
    padding: 8px 16px;
    display: grid;
    grid-template-columns: 55% 40%;
    justify-content: space-between;
    max-width: none;
}
.card-details[data-v-cc9eee0d] {
    margin-left: 0;
    align-self: center;
}
.card-details__description[data-v-cc9eee0d] {
    font-size: 13px;
    margin-top: 0;
}
}
@media screen and (min-width: 600px) and (max-width: 750px) {
.card-wrapper[data-v-cc9eee0d] {
    grid-template-columns: 100%;
}
.card-details__description[data-v-cc9eee0d] {
    font-size: 12px;
    max-width: none;
}
}.popular[data-v-1802a523] {
  background: #fadee9;
  color: #dd226f;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  width: 186px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(-41.301deg);
  left: -48px;
  top: 4px;
  z-index: 1;
}
.card-wrapper[data-v-1802a523] {
  border-radius: 13.333px;
  background: #fff;
  box-shadow: 2.667px 2.667px 20px 0px rgba(173, 173, 173, 0.25);
  padding: 16px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 406px;
  height: 780px;
  position: relative;
  border: 2px solid #ccdbff;
  overflow: hidden;
}
.card-wrapper__title[data-v-1802a523] {
  color: #001154;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
  margin-top: 50px;
}
.card-wrapper__sub-title[data-v-1802a523] {
  color: #001154;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  width: 294px;
}
.card-wrapper__price[data-v-1802a523] {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  color: #001154;
}
.card-wrapper__price-amount[data-v-1802a523] {
  font-size: 32px;
  font-weight: 700;
}
.card-wrapper__price-duration[data-v-1802a523] {
  font-size: 16px;
  font-weight: 400;
}
.card-wrapper__payment-type[data-v-1802a523] {
  color: #dd226f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
.card-wrapper__cta[data-v-1802a523] {
  margin-bottom: 24px;
  width: 100%;
}
.card-wrapper__cta-button[data-v-1802a523] {
  background: #0053f0;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  height: 58px;
}
.card-wrapper__cta-button[data-v-1802a523]:hover {
  background: #003ea8;
}
.card-wrapper__features[data-v-1802a523] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  text-align: left;
}
.card-wrapper__features__feature[data-v-1802a523] {
  display: flex;
  font-size: 16px;
  margin-bottom: 8px;
  color: #001154;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.card-wrapper__features__feature-icon[data-v-1802a523] {
  margin-right: 13px;
}
.lender-direct-card[data-v-1802a523] {
  border: 2px solid #fadee9;
  height: 780px;
}
@media (max-width: 599.98px) {
.popular[data-v-1802a523] {
    transform: rotate(-41.301deg);
}
}
@media (max-width: 959.98px) {
.card-wrapper[data-v-1802a523] {
    height: auto;
}
}.data-input-wrapper[data-v-49b6e25b] {
  display: flex;
  column-gap: 16px;
  margin-top: 24px;
}
.search-title[data-v-49b6e25b] {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.530833px;
  color: #ffffff;
  z-index: 2;
}
.search-subtitle[data-v-49b6e25b] {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-top: 8px;
  color: #ffffff;
  z-index: 2;
}
.search-assets-wrapper[data-v-49b6e25b] {
  background-image: url("/assets/searchAssets-6Epkk5Ir.webp");
  height: 418px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 7px;
  margin-top: -12px;
}
.tabs-wrapper[data-v-49b6e25b] {
  display: flex;
  column-gap: 43px;
}
.tabs-wrapper__tab[data-v-49b6e25b] {
  font-size: 32px;
  cursor: pointer;
  line-height: 40px;
  letter-spacing: 0.426667px;
  color: #ffffff;
  position: relative;
  min-width: 61px;
  width: auto;
  transition: font-weight 200ms;
}
.tabs-wrapper__tab[data-v-49b6e25b]:hover {
  font-weight: bold;
}
.tabs-wrapper__tab .additional-info[data-v-49b6e25b] {
  position: absolute;
  width: 40px;
  height: 16px;
  top: 0px;
  left: 90px;
  background-color: #dd226f;
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  padding-top: 2px;
}
.tabs-wrapper__tab[data-v-49b6e25b]:after {
  opacity: 0;
  transition-duration: 500ms;
  transition: 200ms;
  margin-top: 17px;
  display: block;
  content: "";
  width: 0%;
  height: 4px;
  background: #ffffff;
}
.tabs-wrapper__tab.active[data-v-49b6e25b] {
  font-weight: bold;
}
.tabs-wrapper__tab.active[data-v-49b6e25b]:after {
  width: 100%;
  opacity: 1;
}
.google-input[data-v-49b6e25b] {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: white;
  width: 386px;
  height: 40px;
  padding: 19px;
  padding-left: 50px;
  box-shadow: 0px 8px 24px rgba(0, 17, 84, 0.06);
  border-radius: 5px;
}
.address-container[data-v-49b6e25b] {
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-49b6e25b] {
  z-index: 3;
  position: absolute;
  left: 16px;
  top: 9px;
}
.btn-next-wrapper[data-v-49b6e25b] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.btn-next-wrapper.value-active[data-v-49b6e25b] {
  position: relative;
}
.btn-next[data-v-49b6e25b] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.address-data[data-v-49b6e25b] {
  font-size: 20px;
  line-height: 152%;
  display: flex;
  max-width: 382px;
  text-align: right;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
[data-v-49b6e25b] .v-field:before {
  border-color: #001154;
}
[data-v-49b6e25b] label {
  color: #001154 !important;
}
[data-v-49b6e25b] .custom-select {
  padding: 6px;
  padding-left: 33px;
  padding-top: 34px;
  filter: none;
  width: 694px;
}
[data-v-49b6e25b] .custom-select .v-input__control {
  width: auto !important;
  flex-grow: initial !important;
}
[data-v-49b6e25b] .custom-select {
  height: auto !important;
}
.c-tooltip[data-v-49b6e25b] {
  transition: all 5s ease-out;
  transition-delay: 2s;
  position: absolute;
  font-weight: 500;
  cursor: auto;
  font-size: 14px;
  line-height: 20px;
  mix-blend-mode: normal;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  left: 138px;
  bottom: 30px;
  width: 412px;
  height: 122px;
}
.c-tooltip__content[data-v-49b6e25b] {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.c-tooltip[data-v-49b6e25b] {
    left: -41px;
    width: 0px;
    bottom: 106px;
}
}
.tooltip-background[data-v-49b6e25b] {
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tooltip-background[data-v-49b6e25b] {
    width: 336px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tooltip-text[data-v-49b6e25b] {
    width: 212px;
}
}
.google-input[data-v-49b6e25b] {
  font-size: 14px;
  transition: box-shadow 500ms;
  outline: none !important;
}
.google-input.focus-visible[data-v-49b6e25b] {
  box-shadow: 8px 8px 12px rgba(0, 17, 84, 0.5);
}
.btn-next[data-v-49b6e25b]:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  background-color: #2969ff;
  opacity: 1;
  left: 0;
  right: unset;
  top: unset;
  height: 100%;
  transition: width 200ms;
}
.btn-next[data-v-49b6e25b]:hover {
  background-color: #2969ff !important;
}
.btn-next[data-v-49b6e25b]:hover:before {
  width: 100%;
}
.btn-next:hover .search-icon-arrow[data-v-49b6e25b] {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
[data-v-49b6e25b] .v-btn {
  min-height: unset !important;
}
.button-text[data-v-49b6e25b] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  color: #ffffff;
}
.gradient-block-lender-direct[data-v-49b6e25b] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #001154;
  opacity: 0.5;
  border-radius: 7px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.search-title[data-v-49b6e25b] {
    font-size: 20px;
    line-height: 152%;
    margin-top: 26px;
}
.search-subtitle[data-v-49b6e25b] {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0px 30px;
}
.value-btn-wrapper[data-v-49b6e25b] {
    display: none;
}
.google-input[data-v-49b6e25b] {
    width: 366px;
    padding-right: 56px;
}
.search-assets-wrapper[data-v-49b6e25b] {
    height: 210px;
}
.gradient-block[data-v-49b6e25b] {
    border-radius: 0px;
}
.search-assets-wrapper[data-v-49b6e25b] {
    justify-content: unset;
}
.data-input-wrapper[data-v-49b6e25b] {
    margin-top: 16px;
}
}
.value-button-mobile-wrapper[data-v-49b6e25b] {
  position: absolute;
  right: 16px;
  top: 8px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.search-assets-wrapper[data-v-49b6e25b] {
    margin-top: 32px;
}
}.payment-types-description-wrapper[data-v-ae7489ef] {
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.payment-types-text[data-v-ae7489ef] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  text-align: left;
  letter-spacing: 0.444444px;
  color: #001154;
  max-width: 921px;
}
.text-space[data-v-ae7489ef] {
  margin-top: 18px;
}
.features-wrapper[data-v-ae7489ef] {
  background: #f8f9fb;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features-wrapper__cards[data-v-ae7489ef] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.features-page-container[data-v-ae7489ef] {
  max-width: 1152px;
}
.payment-type-page-wrapper[data-v-ae7489ef] {
  background: #f8f9fb;
}
.another-plan-link[data-v-ae7489ef] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #2969ff;
  display: flex;
  align-items: center;
}
.exclusive-text[data-v-ae7489ef] {
  max-width: 989px;
}
.payment-type-button-wrapper[data-v-ae7489ef] {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.payment-types-text[data-v-ae7489ef] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.mobile-text-spacer[data-v-ae7489ef] {
    margin-top: 19px;
}
.features-wrapper[data-v-ae7489ef] {
    padding-top: 24px;
}
.payment-types-description-wrapper[data-v-ae7489ef] {
    padding: 24px 16px;
}
.payment-type-button-wrapper[data-v-ae7489ef] {
    position: sticky;
    bottom: 0px;
    display: flex;
    justify-content: center;
}
}
.lender-link[data-v-ae7489ef] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #2969ff !important;
}
.lender-link-mobile[data-v-ae7489ef] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969ff !important;
}
.payment-type-action-desc[data-v-ae7489ef] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: right;
  color: #2969ff;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.features-page-container[data-v-ae7489ef] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 16px;
    padding: 0 16px;
    width: 100%;
}
.payment-types-description-wrapper[data-v-ae7489ef] {
    padding: 30px 16px;
}
.lender-link-mobile[data-v-ae7489ef] {
    font-size: 20px;
}
}
.loan-features[data-v-ae7489ef] {
  max-width: 1710px;
  margin: 0 auto;
  flex-direction: column;
}
.loan-features__title[data-v-ae7489ef] {
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 32px;
  text-align: center;
}
.loan-features__cards-wrapper[data-v-ae7489ef] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.loan-features .features-page-container[data-v-ae7489ef] {
  justify-content: center;
  width: 100%;
  max-width: 758px;
}
.container-main[data-v-ae7489ef] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.software-section[data-v-ae7489ef] {
  background: #fff;
  padding: 28px 24px 48px;
}
.software-section__content[data-v-ae7489ef] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.software-section__headline[data-v-ae7489ef] {
  margin: 0;
  color: #001154;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}
.software-section__supporting-copy[data-v-ae7489ef] {
  max-width: 480px;
  margin: 12px 0 0;
  color: rgba(0, 17, 84, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.software-section__badges[data-v-ae7489ef] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.software-section__badge[data-v-ae7489ef] {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #d5d9ea;
  border-radius: 999px;
  background: white;
  color: #001154;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}
.software-section__check[data-v-ae7489ef] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex: 0 0 16px;
  fill: none;
  stroke: #dd226f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gray-background[data-v-ae7489ef] {
  background: #f8f9fb;
}
.plan-select-title[data-v-ae7489ef] {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
.cards-wrapper[data-v-ae7489ef] {
  width: fit-content;
}
.benefits-section[data-v-ae7489ef] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.benefits[data-v-ae7489ef] {
  display: flex;
  max-width: 1175px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 48px;
  padding: 0 25px;
}
.benefits__item[data-v-ae7489ef] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits__item-title[data-v-ae7489ef] {
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.583px;
  color: #001154;
}
.benefits__item-sub-title[data-v-ae7489ef] {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.32px;
}
.waste-time-text[data-v-ae7489ef] {
  color: #2969ff;
}
@media (max-width: 959.98px) {
.benefits[data-v-ae7489ef] {
    width: 100%;
    flex-direction: column;
    row-gap: 15px;
}
.loan-features[data-v-ae7489ef] {
    flex-direction: column;
}
.software-section__badges[data-v-ae7489ef] {
    flex-wrap: wrap;
}
.benefits-section__text[data-v-ae7489ef] {
    text-align: center;
}
.features-wrapper__cards[data-v-ae7489ef] {
    margin-left: 0px !important;
    margin-top: 15px;
}
.loan-features__title[data-v-ae7489ef] {
    max-width: none;
}
[data-v-ae7489ef] .value-btn-wrapper {
    display: block !important;
}
[data-v-ae7489ef] .value-btn-wrapper button {
    width: 100% !important;
}
[data-v-ae7489ef] .search-assets-wrapper {
    height: 380px !important;
}
}
@media (max-width: 480px) {
.software-section[data-v-ae7489ef] {
    padding-right: 16px;
    padding-left: 16px;
}
.software-section__headline[data-v-ae7489ef] {
    font-size: 26px;
}
.software-section__desktop-break[data-v-ae7489ef] {
    display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.cards-wrapper[data-v-ae7489ef] {
    padding: 0 4px;
}
.loan-features__title[data-v-ae7489ef] {
    text-align: center;
}
.features-wrapper__cards[data-v-ae7489ef] {
    gap: 16px;
    justify-content: center;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.features-wrapper__cards[data-v-ae7489ef] {
    justify-content: center;
}
}
  /* ---- split hero: LenderDirect / XL Exclusive ---- */
.sh { background: var(--xl-hero-gradient); position: relative; overflow: hidden; min-height: 100svh; display: flex; flex-direction: column;
}
.sh::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; z-index: 1;
}
.sh__glow { position: absolute; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(127,224,232,.2), transparent 62%); top: -420px; left: 50%; margin-left: -360px; pointer-events: none; z-index: 1;
}
.sh__head { text-align: center; padding: 78px 24px 34px; position: relative; z-index: 3;
}
.sh__head h1 { font-weight: 800; font-size: clamp(32px, 4.2vw, 56px); color: #fff; line-height: 1.04;
}
.sh__head p { font-weight: 600; font-size: clamp(16px, 1.8vw, 23px); color: var(--xl-teal-bright); margin-top: 12px;
}
.sh__panels { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; flex: 1 1 auto;
}
.sp { position: relative; min-height: 470px; display: flex; overflow: hidden;
}
.sp--ld { background: #2d0012;
}
.sp--xe { background: #001154;
}
.sp__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s ease;
}
.sp:hover .sp__img { transform: scale(1.04);
}
.sp__veil { position: absolute; inset: 0;
}
.sp--ld .sp__veil { background: linear-gradient(180deg, rgba(30,2,14,.62) 0%, rgba(28,3,14,.90) 92%);
}
.sp--xe .sp__veil { background: linear-gradient(180deg, rgba(0,12,52,.66) 0%, rgba(2,14,60,.92) 92%);
}
.sp::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; pointer-events: none;
}
.sp__glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; top: -210px; left: 50%; margin-left: -280px; pointer-events: none; transition: transform .6s ease, opacity .6s ease;
}
.sp--ld .sp__glow { background: radial-gradient(circle, rgba(221,34,111,.34), transparent 62%);
}
.sp--xe .sp__glow { background: radial-gradient(circle, rgba(127,224,232,.28), transparent 62%);
}
.sp:hover .sp__glow { transform: scale(1.14); opacity: .82;
}
@media (prefers-reduced-motion: reduce){
.sp__glow { transition: none;
}
}
.sp__body { position: relative; margin: 0 auto; align-self: stretch; justify-content: flex-start; text-align: center; padding: 48px 30px; max-width: 460px; display: flex; flex-direction: column; align-items: center; text-shadow: 0 1px 12px rgba(0,0,0,.45);
}
.sp__mark { height: 52px; display: flex; align-items: center; justify-content: center;
}
.sp__lockup { display: block; height: 42px; width: auto; max-width: 100%;
}
.sp__kind { font-weight: 600; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: var(--xl-teal-bright); margin-top: 14px;
}
.sp__tag { font-weight: 700; font-size: clamp(17px,1.6vw,21px); color: #fff; margin: 16px 0 10px;
}
.sp__blurb { font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.94); margin-bottom: 22px;
}
.sp__list { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 8px; text-align: left; width: 100%; max-width: 360px;
}
.sp__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.45; color: #fff;
}
.sp__list svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 2px; stroke: var(--xl-teal-bright);
}
.sp__btns { display: flex; flex-direction: column; align-items: stretch; gap: 9px; margin-top: auto; padding-top: 20px; width: max-content;
}
  /* one shared width across BOTH panels, set by the longest label */
.sp__btns .xlr-btn { padding: 0 26px; min-width: 15.5em;
}
@media (min-width: 861px) and (min-height: 680px){
.sh { height: 100svh; min-height: 680px;
}
.sp { min-height: 0;
}
}
@media (max-width: 860px){
.sh__panels { grid-template-columns: 1fr;
}
.sp { min-height: 420px;
}
.sh__head { padding: 70px 22px 28px;
}
}

  /* ---- detail block with progressive disclosure ---- */
.sd__k { font-weight: 600; font-size: 13px; letter-spacing: .13em; text-transform: uppercase; color: var(--xl-blue);
}
.sd h2 { font-weight: 800; font-size: clamp(26px,2.9vw,38px); color: var(--xl-navy); line-height: 1.08; margin: 10px 0 14px; letter-spacing: -.01em;
}
.sd p { font-size: 16.5px; line-height: 1.6; color: var(--xl-body);
}
.sd__panel { background: #fff; border: 1px solid #e8edf6; border-radius: 16px; padding: 26px 28px; box-shadow: 0 18px 44px rgba(0,17,84,.08);
}
.sd__row { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; font-size: 15.5px; line-height: 1.45; color: var(--xl-body);
}
.sd__row + .sd__row { border-top: 1px solid #f1f4fa;
}
.sd__row svg { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 1px; stroke: var(--xl-blue);
}
.sd__row b { color: var(--xl-navy); font-weight: 600;
}
  /* the "more" disclosure keeps Andre's full copy without a wall of text */
.sd__more { margin-top: 16px;
}
.sd__more[hidden] { display: none;
}
.sd__toggle { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; background: none; border: none; padding: 0; cursor: pointer; font-family: var(--xl-font-primary); font-weight: 600; font-size: 15px; color: var(--xl-blue);
}
.sd__toggle svg { width: 15px; height: 15px; transition: transform .2s ease;
}
.sd__toggle.is-open svg { transform: rotate(180deg);
}
  /* two text columns side by side just repeat the hero's split at mid widths */
  /* LenderDirect keeps the left, XL Exclusive the right, mirroring the hero split */
  /* the two products sit side by side, one row: LenderDirect left, XL Exclusive
     right, each stacking its own copy over its own capability panel */
.sdpair { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; align-items: stretch;
}
.sdcol { position: relative; display: flex; flex-direction: column; gap: 20px; background: #fff; border: 1px solid #e8edf6; border-radius: 16px; padding: 30px 28px 28px; box-shadow: 0 3px 14px rgba(0,17,84,.05);
}
  /* accent bar names the owner of the column at a glance */
.sdcol::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-radius: 16px 16px 0 0; background: var(--ac);
}
.sdcol .sd__panel { margin-top: 0; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: flex-start;
}
.sdcol .sd__copy h2 { font-size: clamp(22px,2.1vw,29px); min-height: 2.16em;
}
.sdcol .sd__copy > p { min-height: 3.2em;
}
@media (max-width: 900px){
.sdpair { grid-template-columns: 1fr; gap: 34px;
}
}

  /* ---- how it works: toggle between the three routes ---- */
.hw__tabs { display: flex; gap: 10px; margin: 26px 0 0; flex-wrap: wrap; border-bottom: 1px solid #d7e1f2; position: relative; z-index: 2;
}
.hw__tab { position: relative; background: #e7eefb; border: 1px solid #d7e1f2; border-bottom: 0; padding: 12px 20px 14px; font-family: var(--xl-font-primary); font-weight: 600; font-size: 16px; color: #55607a; cursor: pointer; border-radius: 9px 9px 0 0; transition: color .16s, background .16s, box-shadow .16s, transform .16s;
}
.hw__tab::before { content: ""; position: absolute; left: 20px; top: 50%; width: 7px; height: 7px; margin-top: -3.5px; border-radius: 50%; background: var(--ac); opacity: .45; transition: opacity .16s;
}
.hw__tab { padding-left: 38px;
}
.hw__tab:hover { color: var(--xl-navy); background: #dde8f9; transform: translateY(-1px);
}
.hw__tab:hover::before { opacity: .8;
}
  /* selected tab lifts onto the panel and joins it */
.hw__tab.is-on { color: var(--xl-navy); background: #fff; border-color: #e1e8f4; box-shadow: 0 -3px 10px rgba(0,17,84,.05); margin-bottom: -1px; padding-bottom: 15px;
}
.hw__tab.is-on::before { opacity: 1;
}
  /* the active rule sits on the tab's own accent, naming the route */
.hw__tab:focus-visible { outline: 3px solid rgba(41,105,255,.4); outline-offset: 2px;
}
.hw__pane[hidden] { display: none;
}
.hw__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 52px; align-items: stretch; background: #fff; border: 1px solid #e8edf6; border-radius: 0 16px 16px 16px; padding: 40px 38px; box-shadow: 0 6px 24px rgba(0,17,84,.07); position: relative; overflow: hidden;
}
.hw__grid::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--ac);
}
.hw__pane { position: relative;
}
.hw__grid .sd__copy { display: flex; flex-direction: column; height: 100%;
}
.hw__grid .sd__copy h2 { font-size: clamp(23px,2.2vw,31px); line-height: 1.14; margin: 14px 0 0;
}
.hw__title > span { display: block;
}
.hw__title-accent { color: var(--xl-teal-bright);
}
.hw__grid .sd__k { letter-spacing: .15em;
}
  /* deliberate rhythm between the four blocks, and a measure that keeps the
     body text readable instead of running the column's full width */
.hw__grid .sd__copy > p { max-width: 44ch; margin: 18px 0 0; line-height: 1.65;
}
.hw__grid .sd__copy > p + p { margin-top: 20px; padding-top: 20px; border-top: 1px solid #eef1f7; color: var(--xl-body-soft); font-size: 15.5px;
}
  /* the platform console keeps its own full-width layout inside its pane */
.hw__pane .pf__head { margin-bottom: 22px;
}
  /* the console pane gets the same accent treatment as the two grid panes */
#hw-pf { background: #fff; border: 1px solid #e8edf6; border-radius: 0 16px 16px 16px; padding: 40px 38px; box-shadow: 0 6px 24px rgba(0,17,84,.07); position: relative; overflow: hidden;
}
#hw-pf::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--ac);
}
  /* the console markup keeps its own container, which must not re-inset here */
#hw-pf > .xl-container { padding: 0; max-width: none;
}
#hw-pf .pf__win { box-shadow: 0 18px 44px rgba(0,17,84,.13);
}
  /* the console pane's head is typeset to the grid panes' scale so all three tabs
     start their headline at the same y and read at the same size */
#hw-pf .pf__head { max-width: 720px; margin: 14px 0 22px;
}
#hw-pf .pf__head h2 { font-size: clamp(23px,2.2vw,31px); line-height: 1.14; margin: 0 0 18px;
}
#hw-pf .pf__head .lede { font-size: 16.5px; line-height: 1.65; max-width: 78ch;
}
  /* one height for all three panes, so switching tabs never jumps the page */
.hw__grid, #hw-pf { min-height: 548px;
}
#hw-pf { padding: 34px 38px; border: 1px solid #e8edf6; border-radius: 0 16px 16px 16px; background: #fff; box-shadow: 0 6px 24px rgba(0,17,84,.07); box-sizing: border-box; overflow: hidden;
}
#hw-pf > .xl-container { width: 100%; max-width: 1080px; padding: 0;
}
@media (max-width: 900px){
.hw__grid { grid-template-columns: 1fr; gap: 26px;
}
.hw__tab { padding: 11px 14px 13px; font-size: 15px;
}
}

  /* ---- platform console: shows the product itself, so the page reads as
     software rather than an advisory service ---- */
.pf { background: linear-gradient(168deg, #f5f8fd 0%, #e9f0fb 100%); border-top: 1px solid #e6ecf6;
}
.pf__head { max-width: 720px; margin-bottom: 28px;
}
.pf__win { background: #fff; border-radius: 16px; border: 1px solid #e2e9f5; box-shadow: 0 34px 76px rgba(0,17,84,.17); overflow: hidden;
}
.pf__bar { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid #eef1f7; background: #fbfcfe;
}
.pf__dots { display: flex; gap: 6px;
}
.pf__dots i { width: 10px; height: 10px; border-radius: 50%; background: #dbe2ee; display: block;
}
.pf__crumb { font-size: 13px; font-weight: 600; color: var(--xl-body-soft);
}
.pf__live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: #368600;
}
.pf__live i { width: 7px; height: 7px; border-radius: 50%; background: #368600; display: block;
}
.pf__table { display: grid; grid-template-columns: 86px minmax(0,1fr) max-content max-content 100px 124px; column-gap: 16px; align-items: center;
}
.pf__row { display: contents;
}
  /* padding and the rule live on the cells, since the rows are display:contents */
.pf__row > * { padding-block: 15px; border-bottom: 1px solid #f3f6fb;
}
.pf__row > *:first-child { padding-left: 18px;
}
.pf__row > *:last-child { padding-right: 18px;
}
.pf__row--h > * { padding-block: 10px; background: #fbfcfe; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--xl-body-soft);
}
.pf__thumb { height: 54px; border-radius: 8px; background-size: cover; background-position: center;
}
.pf__nm { font-weight: 700; font-size: 15px; color: var(--xl-navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pf__sub { font-size: 12.5px; color: var(--xl-body-soft); margin-top: 2px;
}
.pf__num { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 17px; color: var(--xl-navy); white-space: nowrap;
}
.pf__lbl { font-size: 11px; color: var(--xl-body-soft); margin-top: 1px;
}
.pf__clk { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 15px; color: var(--xl-navy); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.pf__pill { display: inline-flex; align-items: center; gap: 6px; min-height: 24px; padding: 3px 10px; border-radius: 5px; font-size: 12px; font-weight: 600; color: #fff; white-space: nowrap;
}
.pf__pill i { width: 6px; height: 6px; border-radius: 50%; border: 1.5px solid #fff; display: block;
}
.pf__foot { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 18px; background: #fbfcfe; flex-wrap: wrap;
}
.pf__note { font-size: 13px; color: var(--xl-body-soft);
}
@media (max-width: 900px){
.pf__table { grid-template-columns: 64px minmax(0,1fr); column-gap: 12px; align-items: start;
}
.pf__row > * { padding-block: 11px; border-bottom: 0;
}
.pf__row > div:last-child { grid-column: 2; padding-bottom: 13px; border-bottom: 1px solid #f3f6fb;
}
.pf__row > *:first-child { border-bottom: 1px solid #f3f6fb; padding-bottom: 13px;
}
.pf__row--h { display: none;
}
.pf__pill { font-size: 11px; padding: 3px 8px; gap: 5px;
}
.pf__row > .pf__hide { display: none;
}
.pf__thumb { height: 44px;
}
}

  /* ---- pricing ---- */
  /* equal tracks at every width: minmax(0,1fr) stops the longest card's
     intrinsic content from making one column wider than the others */
.pr { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 30px; align-items: stretch;
}
.pc { position: relative; min-width: 0; background: #fff; border: 1.5px solid #dde5f2; border-radius: 16px; padding: 30px 28px 28px; display: flex; flex-direction: column; cursor: pointer; box-shadow: 0 3px 14px rgba(0,17,84,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pc:hover, .pc:focus-within { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(41,105,255,.18); border-color: var(--xl-blue);
}
.pc:hover .xlr-btn--primary { box-shadow: 0 0 0 5px rgba(41,105,255,.24), 0 16px 34px rgba(41,105,255,.44);
}
  /* the tier a hero CTA pointed at, until the user hovers any card */
.pr:not(:hover) .pc.is-picked { border-color: var(--xl-blue); box-shadow: 0 0 0 4px rgba(41,105,255,.16), 0 26px 56px rgba(41,105,255,.2); transform: translateY(-5px);
}
.pr:not(:hover) .pc.is-picked .xlr-btn--primary { box-shadow: 0 0 0 5px rgba(41,105,255,.24), 0 16px 34px rgba(41,105,255,.44);
}
.pc__name { font-weight: 800; font-size: 21px; color: var(--xl-navy); letter-spacing: -.01em; min-height: 48px;
}
.pc__kind { display: block; font-weight: 600; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--xl-blue); margin-top: 7px;
}
.pc__price { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 42px; color: var(--xl-navy); letter-spacing: -.03em; line-height: 1; margin: 18px 0 6px;
}
.pc__unit { font-size: 15.5px; color: var(--xl-navy); font-weight: 700; letter-spacing: .005em;
}
.pc__note { font-size: 14.5px; line-height: 1.5; color: var(--xl-body); margin: 12px 0 20px;
}
.pc__list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 9px;
}
.pc__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; color: var(--xl-body);
}
.pc__list svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 2px; stroke: var(--xl-blue);
}
.pc .xlr-btn { margin-top: auto; width: 100%; font-size: 15px; padding: 0 14px; white-space: normal; line-height: 1.25; text-align: center; min-height: 50px; height: auto;
}
@media (max-width: 1180px){
.pc .xlr-btn { font-size: 14px; padding: 0 10px;
}
}
@media (max-width: 940px){
.pr { grid-template-columns: minmax(0,1fr);
}
}

  /* ---- request review (compact, not a wall of fields) ---- */
.rq { background: var(--xl-header-gradient); color: #fff;
}
  /* minmax(0,...) is required: 1fr resolves to minmax(auto,1fr), so the form
     card's intrinsic width (its inputs) would otherwise starve the text track */
.rq__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: 52px; align-items: start;
}
.rq h2 { font-weight: 800; font-size: clamp(27px,3vw,40px); color: #fff; line-height: 1.08; letter-spacing: -.01em;
}
.rq p { font-size: 16.5px; line-height: 1.6; color: rgba(255,255,255,.84); margin-top: 14px;
}
.rq__assure { display: flex; align-items: center; gap: 9px; margin-top: 20px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.78);
}
.rq__assure svg { width: 17px; height: 17px; stroke: var(--xl-teal-bright); flex: 0 0 auto;
}
.rq__card { background: #fff; border-radius: 16px; padding: 26px; box-shadow: 0 30px 70px rgba(0,7,40,.34);
}
.rq__row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px;
}
.rq__f { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px;
}
.rq__f label { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--xl-body-soft);
}
.rq__f label i { color: var(--xl-pink); font-style: normal;
}
.rq__f input, .rq__f select, .rq__f textarea { min-width: 0; font-family: var(--xl-font-primary); font-size: 15px; color: var(--xl-navy); background: #fbfcfe; border: 1.5px solid #e3e9f4; border-radius: 9px; padding: 11px 13px; outline: none; transition: border-color .15s, background .15s;
}
.rq__f input:focus, .rq__f select:focus, .rq__f textarea:focus { border-color: var(--xl-blue); background: #fff;
}
.rq__f textarea { resize: vertical; min-height: 72px;
}
.rq__hint { margin-top: -2px; font-size: 12px; color: var(--xl-body-soft);
}
.rq__card .xlr-btn { width: 100%; margin-top: 4px;
}
.rq__fine { font-size: 12.5px; color: var(--xl-body-soft); text-align: center; margin-top: 11px;
}
@media (max-width: 900px){
.rq__grid { grid-template-columns: 1fr; gap: 30px;
}
.rq__row { grid-template-columns: 1fr; gap: 0;
}
}
@media (max-width: 860px){
.sp__mark { height: 46px;
}
.sp__lockup { height: 38px;
}
}
  /* the commitment sits directly under the copy that explains it, so the choice is
     made once the route is understood */
.hw__go { margin-top: auto; padding-top: 0; transform: translateY(0);
}
@media (max-width: 760px){
.hw__go { width: 100%; margin-top: 24px;
}
}

.sh[data-v-bfc7cd7b] {
  padding-top: var(--xl-nav-h);
}
.sell-refresh p[data-v-bfc7cd7b] {
  letter-spacing: normal;
}
.sh__head p[data-v-bfc7cd7b] {
  line-height: normal;
}
.hw[data-v-bfc7cd7b] {
  background: #f4f7fd;
  border-top: 1px solid #e6ecf7;
  border-bottom: 1px solid #e6ecf7;
  scroll-margin-top: var(--xl-nav-h);
}
.hw__intro[data-v-bfc7cd7b],
.pricing__intro[data-v-bfc7cd7b] {
  max-width: 720px;
}
.hw__intro .lede[data-v-bfc7cd7b],
.pricing__intro .lede[data-v-bfc7cd7b] {
  margin-top: 12px;
}
.sp__list[data-v-bfc7cd7b],
.pc__list[data-v-bfc7cd7b] {
  padding-left: 0;
}
.pc__note[data-v-bfc7cd7b] {
  margin: 12px 0 20px;
}
.sp__list svg[data-v-bfc7cd7b],
.sd__row svg[data-v-bfc7cd7b],
.pc__list svg[data-v-bfc7cd7b] {
  stroke: currentColor;
}
.rq__assure a[data-v-bfc7cd7b] {
  color: #fff;
}
.rq__error[data-v-bfc7cd7b],
.rq__success[data-v-bfc7cd7b] {
  margin: 0 0 12px;
  font-size: 13px;
  text-align: center;
}
.rq__error[data-v-bfc7cd7b] {
  color: #b22038;
}
.rq__success[data-v-bfc7cd7b] {
  color: #16733d;
}
.rq__card .xlr-btn[data-v-bfc7cd7b]:disabled {
  cursor: wait;
  opacity: 0.62;
}
.sell-refresh[data-v-bfc7cd7b] .tb {
  background: #e8eef9;
  border-bottom: 0;
}
@media (max-width: 760px) {
.sh[data-v-bfc7cd7b] {
    padding-top: var(--xl-nav-h);
}
}
.payment-types-description-wrapper[data-v-855e59f8] {
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.payment-types-text[data-v-855e59f8] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  text-align: left;
  letter-spacing: 0.444444px;
  color: #001154;
  max-width: 921px;
}
.text-space[data-v-855e59f8] {
  margin-top: 18px;
}
.features-wrapper[data-v-855e59f8] {
  background: #f8f9fb;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features-wrapper__cards[data-v-855e59f8] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.features-page-container[data-v-855e59f8] {
  max-width: 1152px;
}
.payment-type-page-wrapper[data-v-855e59f8] {
  background: #f8f9fb;
}
.another-plan-link[data-v-855e59f8] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #2969ff;
  display: flex;
  align-items: center;
}
.exclusive-text[data-v-855e59f8] {
  max-width: 989px;
}
.payment-type-button-wrapper[data-v-855e59f8] {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.payment-types-text[data-v-855e59f8] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.mobile-text-spacer[data-v-855e59f8] {
    margin-top: 19px;
}
.features-wrapper[data-v-855e59f8] {
    padding-top: 24px;
}
.payment-types-description-wrapper[data-v-855e59f8] {
    padding: 24px 16px;
}
.payment-type-button-wrapper[data-v-855e59f8] {
    position: sticky;
    bottom: 0px;
    display: flex;
    justify-content: center;
}
}
.lender-link[data-v-855e59f8] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #2969ff !important;
}
.lender-link-mobile[data-v-855e59f8] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969ff !important;
}
.payment-type-action-desc[data-v-855e59f8] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: right;
  color: #2969ff;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.features-page-container[data-v-855e59f8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 16px;
    padding: 0 16px;
    width: 100%;
}
.payment-types-description-wrapper[data-v-855e59f8] {
    padding: 30px 16px;
}
.lender-link-mobile[data-v-855e59f8] {
    font-size: 20px;
}
}
  /* FAQ is a utility page, so its hero stays deliberately quiet: no photograph, and
     none of the About page's live map. just the brand grid and two soft rings, which
     reads calm and structural next to a page of questions. */
.fh { position: relative; overflow: hidden; background: var(--xl-hero-gradient);
}
.fh::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none;
}
.fh__rings { position: absolute; left: 50%; top: 50%; width: 760px; height: 760px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none;
}
.fh__rings::before, .fh__rings::after { content: ""; position: absolute; border-radius: 50%;
}
.fh__rings::before { inset: 120px; border: 1px solid rgba(127,224,232,.14);
}
.fh__rings::after { inset: 240px; border: 1px solid rgba(255,255,255,.07);
}
.fh__glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(127,224,232,.2), transparent 62%); top: -240px; left: 50%; margin-left: -280px; pointer-events: none;
}
@media (max-width: 760px){
.fh__rings { width: 460px; height: 460px;
}
.fh__rings::before { inset: 70px;
}
.fh__rings::after { inset: 140px;
}
}
.fh__inner { position: relative; z-index: 2; padding: 88px 0 74px; text-align: center;
}
.fh h1 { font-weight: 800; font-size: clamp(32px,4.2vw,54px); color: #fff; line-height: 1.05; letter-spacing: -.015em;
}
.fh p { font-size: clamp(16px,1.5vw,21px); color: rgba(255,255,255,.86); margin: 14px auto 0; max-width: 560px;
}

  /* category tabs */
.ft { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px;
}
.ft__b { font-family: var(--xl-font-primary); font-weight: 600; font-size: 15.5px; color: var(--xl-navy); background: #f2f5fb; border: 1.5px solid transparent; border-radius: 10px; padding: 13px 26px; cursor: pointer; transition: all .16s ease;
}
.ft__b:hover { background: #e7edf9;
}
.ft__b.is-on { background: var(--xl-blue); color: #fff; border-color: var(--xl-blue); box-shadow: 0 10px 26px rgba(41,105,255,.26);
}

  /* accordion */
.fa { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px;
}
.fq { border: 1px solid #e8edf6; border-radius: 12px; background: #fff; overflow: hidden; transition: border-color .16s, box-shadow .16s;
}
.fq[open] { border-color: #d2ddf2; box-shadow: 0 14px 34px rgba(0,17,84,.08);
}
.fq > summary { display: flex; align-items: flex-start; gap: 14px; padding: 18px 22px; cursor: pointer; list-style: none; font-weight: 600; font-size: 17px; color: var(--xl-navy); line-height: 1.4;
}
.fq > summary::-webkit-details-marker { display: none;
}
.fq > summary:hover { background: #fbfcfe;
}
.fq__ic { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 6px; background: #eef3ff; display: grid; place-items: center; margin-top: 1px; transition: background .16s;
}
.fq__ic svg { width: 13px; height: 13px; stroke: var(--xl-blue); stroke-width: 2.6; transition: transform .2s ease;
}
.fq[open] .fq__ic { background: var(--xl-blue);
}
.fq[open] .fq__ic svg { stroke: #fff; transform: rotate(45deg);
}
.fq__a { padding: 0 22px 20px 58px; font-size: 15.5px; line-height: 1.65; color: var(--xl-body); white-space: pre-line;
}
@media (max-width: 620px){
.ft { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin-inline: -22px; padding: 2px 22px 12px; scrollbar-width: none; scroll-snap-type: x proximity;
}
.ft::-webkit-scrollbar { display: none;
}
.ft__b { flex: 0 0 auto; scroll-snap-align: start;
}
.fq > summary { font-size: 15.5px; padding: 15px 16px; gap: 11px;
}
.fq__a { padding: 0 16px 17px 44px; font-size: 14.5px;
}
.ft__b { font-size: 14px; padding: 11px 18px;
}
}
.fc { background: var(--xl-header-gradient); color: #fff; text-align: center;
}
.fc h2 { font-weight: 800; font-size: clamp(25px,2.8vw,36px); color: #fff;
}
.fc p { font-size: 16.5px; color: rgba(255,255,255,.84); margin: 13px auto 24px; max-width: 560px; line-height: 1.6;
}
.fc__btns { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap;
}

.fh p[data-v-314809d2],
.fc h2[data-v-314809d2] {
  line-height: normal;
}
.fq__ic svg[data-v-314809d2] {
  stroke: var(--xl-blue);
}
.fq[open] .fq__ic svg[data-v-314809d2] {
  stroke: #fff;
}
.button-second[data-v-bce2a8d6] {
  min-height: unset !important;
}
.next-button-text[data-v-bce2a8d6] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: flex;
}
.arrow-wrapper[data-v-bce2a8d6] {
  margin-left: 16px;
  position: relative;
  bottom: 1px;
  display: flex;
  align-items: center;
}
[data-v-bce2a8d6] .v-btn--disabled {
  background: #9aabc2 !important;
}.back-btn[data-v-d3574a23] {
  border-radius: 7px;
  min-height: unset !important;
}
.back-button-text[data-v-d3574a23] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}
.arrow-wrapper[data-v-d3574a23] {
  margin-right: 16px;
  position: relative;
  bottom: 1px;
  display: flex;
  align-items: center;
}
[data-v-d3574a23] .v-btn--disabled {
  background: #9aabc2 !important;
}
  /* the subject is the market, not one landmark asset. real US geometry with a node
     per active metro and live routes running between them: national scale and
     community coverage at once, with none of the trophy-tower baggage. */
.ah { position: relative; overflow: hidden; background: var(--xl-hero-gradient);
}
.ah::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none;
}
.ah__glow { position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(127,224,232,.22), transparent 62%); top: -260px; left: -170px; pointer-events: none;
}
.ah__map { position: absolute; right: -3%; top: 50%; transform: translateY(-50%); width: min(64%, 940px); pointer-events: none;
}
.ah__map svg { width: 100%; height: auto; display: block;
}
  /* the veil holds the left third quiet so the movement never competes with the headline */
.ah__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,12,46,.93) 30%, rgba(4,12,46,.08) 72%);
}
  /* the trust band no longer follows the hero, so it takes the full viewport */
.ah { min-height: 100svh; display: flex; align-items: center;
}
  /* html carries scroll-padding-top: 90px; -16px brings the band flush under the
     74px nav instead of leaving a gap above it */
#platform { scroll-margin-top: calc(var(--xl-nav-h) - 90px);
}
  /* the band closes the Who We Serve section and sits flush on the navy CTA below */
#marquee .xl-trustbar { border-bottom: none;
}
  /* padding-block only: a full padding shorthand here would wipe out the 40px inline
     padding .xl-container supplies, and the headline would run to the viewport edge */
.ah__inner { position: relative; z-index: 2; padding-block: 130px 82px; width: 100%;
}
@media (max-width: 900px){
.ah__map { width: 104%; right: -12%; opacity: .4;
}
.ah__veil { background: linear-gradient(180deg, rgba(4,12,46,.76), rgba(4,12,46,.54) 48%, rgba(4,12,46,.84));
}
}
.ah__cue { display: inline-flex; align-items: center; gap: 10px; margin-top: 38px; font-size: 15.5px; font-weight: 600; color: #fff; padding: 13px 22px; border: 1.5px solid rgba(255,255,255,.55); border-radius: 8px; background: rgba(255,255,255,.1); backdrop-filter: blur(3px); transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.ah__cue:hover { background: rgba(255,255,255,.24); border-color: #fff; transform: translateY(-2px);
}
.ah__cue svg { width: 17px; height: 17px; animation: ahbob 1.9s ease-in-out infinite;
}
@keyframes ahbob {
0%,100%{transform:translateY(0)}
50%{transform:translateY(4px)}
}
@media (prefers-reduced-motion: reduce){
.ah__cue svg { animation: none;
}
}
@media (max-width: 760px){
.ah { min-height: auto;
}
.ah__inner { padding-block: 64px 56px;
}
}
.ah h1 { font-weight: 800; font-size: clamp(32px,4.4vw,58px); color: #fff; line-height: 1.04; letter-spacing: -.015em; max-width: 860px;
}
.ah p { font-size: clamp(17px,1.5vw,21px); line-height: 1.55; color: rgba(255,255,255,.86); margin-top: 18px; max-width: 660px;
}

  /* one card language across all three rows; the only difference is the index label,
     so the page reads as one system rather than three treatments */
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 30px;
}
.about-card { position: relative; background: #fff; border: 1px solid #e8edf6; border-radius: 14px; padding: 26px 24px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.about-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(0,17,84,.1); border-color: #d5e0f4;
}
.about-card__n { font-family: var(--xl-font-secondary); font-weight: 700; font-size: 12.5px; letter-spacing: .12em; color: #9fb0d0;
}
.about-card__ic { width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(150deg,#eef3ff,#e3ecff); display: grid; place-items: center; margin-bottom: 16px; box-shadow: inset 0 0 0 1px rgba(41,105,255,.1);
}
.about-card__ic svg { width: 21px; height: 21px; stroke: var(--xl-blue);
}
.about-card h3 { font-weight: 700; font-size: 18.5px; letter-spacing: -.012em; color: var(--xl-navy); margin: 10px 0 8px;
}
.about-card p { font-size: 15px; line-height: 1.55; color: var(--xl-body);
}
  /* an explicit step flow: numbered discs joined by one arrow line that runs the
     whole width of the panel, with hairline cells so the row reads as a structure
     rather than four loose columns */
.flp { background: #fff; border: 1px solid #e8edf6; border-radius: 16px; box-shadow: 0 18px 44px rgba(0,17,84,.07); padding: 30px 0 32px; margin-top: 34px; overflow: hidden;
}
.fl { display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
}
.fl__s { padding: 0 26px; border-right: 1px solid #eef1f7;
}
.fl__s:last-child { border-right: none;
}
.fl__top { display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.fl__num { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--xl-blue); color: #fff; font-family: var(--xl-font-secondary); font-weight: 700; font-size: 22px; line-height: 1; box-shadow: 0 10px 24px rgba(41,105,255,.26), 0 0 0 6px rgba(41,105,255,.09);
}
.fl__s:last-child .fl__num { background: var(--xl-teal); color: var(--xl-navy); box-shadow: 0 10px 24px rgba(127,224,232,.38), 0 0 0 6px rgba(127,224,232,.2);
}
  /* the arm crosses the cell padding and the divider, and the last one carries on to
     the panel edge so the line never appears to stop short of step four */
.fl__arm { flex: 1 1 auto; display: flex; align-items: center; min-width: 0; margin-right: -52px; color: #c2cfe8;
}
.fl__arm::before { content: ""; flex: 1 1 auto; height: 2px; background: #dbe4f5;
}
.fl__arm svg { flex: 0 0 auto; width: 17px; height: 17px; margin-left: -3px;
}
.fl__s:last-child .fl__arm { margin-right: -26px;
}
.fl__s:last-child .fl__arm svg { display: none;
}
.fl__s h3 { font-weight: 700; font-size: 20px; line-height: 1.2; color: var(--xl-navy); margin: 0 0 9px;
}
.fl__s p { font-size: 15px; line-height: 1.55; color: var(--xl-body);
}
@media (max-width: 1080px){
.fl { grid-template-columns: 1fr 1fr; row-gap: 32px;
}
.fl__s:nth-child(2) { border-right: none;
}
.fl__s:nth-child(2) .fl__arm { margin-right: -26px;
}
.fl__s:nth-child(2) .fl__arm svg { display: none;
}
.fl__s:nth-child(-n+2) { padding-bottom: 30px; border-bottom: 1px solid #eef1f7;
}
}
@media (max-width: 620px){
.fl { grid-template-columns: 1fr; row-gap: 26px;
}
.fl__s { border-right: none;
}
.fl__s:nth-child(-n+3) { padding-bottom: 26px; border-bottom: 1px solid #eef1f7;
}
.fl__arm { display: none;
}
}
.about-card--serve { border-top: 3px solid var(--xl-blue);
}
@media (max-width: 1080px){
.g4 { grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 620px){
.g4 { grid-template-columns: 1fr; gap: 12px;
}
}
.about-cta { background: var(--xl-header-gradient); color: #fff; text-align: center;
}
.about-cta h2 { font-weight: 800; font-size: clamp(26px,3vw,40px); color: #fff; line-height: 1.08;
}
.about-cta p { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.84); margin: 14px auto 26px; max-width: 620px;
}
.about-cta__btns { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap;
}

@keyframes ahping {
0% {
    transform: scale(1);
    opacity: 0.85;
}
65% {
    transform: scale(5.2);
    opacity: 0;
}
100% {
    opacity: 0;
}
}
@keyframes ahflow {
from {
    stroke-dashoffset: var(--dash);
}
to {
    stroke-dashoffset: 0;
}
}
@media (prefers-reduced-motion: reduce) {
.ah__map circle,
  .ah__map path {
    animation: none !important;
}
}

.ah__cue[data-v-98263789] {
  font-family: var(--xl-font-primary);
  cursor: pointer;
}
.about-refresh p[data-v-98263789] {
  letter-spacing: normal;
}
.about-platform[data-v-98263789] {
  background: #fbfcfe;
  border-top: 1px solid #eef1f7;
  border-bottom: 1px solid #eef1f7;
}
.about-serve[data-v-98263789] {
  background: #fbfcfe;
  border-top: 1px solid #eef1f7;
}
.about-card__ic svg[data-v-98263789] {
  stroke: var(--xl-blue);
}
.about-refresh[data-v-98263789] .tb {
  border-bottom: 0;
}
.btn-wrapper[data-v-44d942f4] {
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.download-btn[data-v-44d942f4] {
  background: #ffffff !important;
  border: 0 !important;
  border-color: #ffffff !important;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.07143px;
  line-height: 18px;
  min-width: 50px;
  padding: 0 12.4444px !important;
  text-transform: uppercase;
  box-shadow: 0px 3px 3px -2px rgba(41, 105, 255, 0.2), 0px 3px 4px 0px rgba(41, 105, 255, 0.14), 0px 1px 8px 0px rgba(41, 105, 255, 0.12) !important;
}
.download-btn[data-v-44d942f4] .v-btn__content {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: normal;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.download-btn[data-v-44d942f4] {
    height: 34px !important;
}
[data-v-44d942f4] .v-btn__content {
    font-size: 12px !important;
}
}.chart-wrapper[data-v-2c4d9c3f] {
  width: auto;
  display: flex;
  align-items: center;
}
.step-title[data-v-2c4d9c3f] {
  min-width: 121px;
  color: #001154;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-left: 16px;
}.edit-buyer-dialog-mobile-wrapper[data-v-db96c0b9] {
  background: white;
  position: relative;
}
.form-wrapper[data-v-db96c0b9] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6px;
  padding: 16px;
}
.form-wrapper--no-shadow[data-v-db96c0b9] {
  box-shadow: unset;
  padding: 0px;
}
.spacer[data-v-db96c0b9] {
  display: flex;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin-top: 8px;
  margin-bottom: 16px;
}
.dialog-content[data-v-db96c0b9] {
  width: 100%;
  height: 80%;
  padding: 16px;
  overflow-y: hidden;
  background: white;
}
.dialog-content__header[data-v-db96c0b9] {
  position: sticky;
  top: 0px;
  background: white;
  z-index: 33;
  width: 100%;
  padding-top: 16px;
}
.dialog-content__title[data-v-db96c0b9] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  /* Primary/DarkBlue */
  color: #001154;
}
.dialog-content__stepper[data-v-db96c0b9] {
  display: flex;
  justify-content: center;
  padding: 0px 16px;
}
.dialog-content__buttons[data-v-db96c0b9] {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  background: white;
}
.close-icon[data-v-db96c0b9] {
  position: absolute;
  top: 8px;
  right: 16px;
}
[data-v-db96c0b9] .v-overlay__content {
  z-index: 204 !important;
}
.last-step[data-v-db96c0b9] {
  right: 4px;
}
.finish-later-btn[data-v-db96c0b9] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 16px;
  text-align: center;
  border-bottom: 1px solid #001154;
  color: #001154;
  width: 92px;
}
[data-v-db96c0b9] .v-dialog {
  overflow-y: hidden;
}
[data-v-db96c0b9] .stepper {
  width: 100%;
}
[data-v-db96c0b9] .c-label {
  font-size: 12px !important;
}
.proof-of-funds-step[data-v-db96c0b9] {
  height: 90%;
}
.next-button-wrapper[data-v-db96c0b9] {
  width: 49%;
}
[data-v-db96c0b9] .step-info-wrapper {
  white-space: nowrap;
}.custom-eye-icon[data-v-cbd75d03] {
  padding-top: 9px;
  margin-right: 10px !important;
}
[data-v-cbd75d03] .field-wrapper {
  width: 100% !important;
}
[data-v-cbd75d03] input::-webkit-outer-spin-button,[data-v-cbd75d03] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
[data-v-cbd75d03] input[type="number"] {
  -moz-appearance: textfield;
}.no-filled[data-v-1692a02e] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-1692a02e] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-1692a02e] {
  text-decoration: underline;
}
.avatarWrapper[data-v-1692a02e] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-1692a02e] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-1692a02e] .v-field:before {
  border: none !important;
}
h3[data-v-1692a02e] {
  font-size: 1.6rem;
}
[data-v-1692a02e] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-1692a02e] {
  padding-bottom: 66px;
}
[data-v-1692a02e] .v-field__input,
.v-field__input[data-v-1692a02e] {
  position: relative !important;
  top: 5px !important;
}
[data-v-1692a02e] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-1692a02e] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-1692a02e] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-1692a02e] .v-select__selection {
  color: #001154 !important;
}
[data-v-1692a02e] .v-select__selection-comma {
  color: #001154 !important;
}
[data-v-1692a02e] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-1692a02e] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-1692a02e] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-1692a02e] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-1692a02e] .container {
  max-width: 777px !important;
}
[data-v-1692a02e] .c-label {
  color: #001154 !important;
}
[data-v-1692a02e] .custom-v-input-error .v-input {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
}
[data-v-1692a02e] .custom-v-input-error .v-input .v-input:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
}
[data-v-1692a02e] .custom-v-input-error .v-input input::placeholder {
  color: rgba(213, 40, 25, 0.7) !important;
}
[data-v-1692a02e] .file-input-slot
    > .v-text-field
    > .v-input__control
    > .v-field
    > .v-field__input {
  display: none !important;
}
[data-v-1692a02e] .custom-stepper-content {
  padding-top: 24px !important;
}
[data-v-1692a02e] .custom-buttons-wrapper {
  padding-top: unset !important;
}
[data-v-1692a02e] .v-field__append-inner {
  margin-top: 4px !important;
}
[data-v-1692a02e] .v-field__prepend-inner {
  margin-top: 30px !important;
  margin-left: 20px !important;
}
[data-v-1692a02e] .custom-input-error {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-1692a02e] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-1692a02e] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-1692a02e] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1692a02e] .custom-input-border .v-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1692a02e] .custom-google-input {
  margin-top: 4px;
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-1692a02e] .fileInput-wrapper {
  background: #fcfcfc;
  border: 2px dashed rgba(9, 49, 107, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  height: 95px;
  width: 100%;
  margin-bottom: 77px;
}
[data-v-1692a02e] .file-upload-text {
  margin-left: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  color: #2969ff;
}
[data-v-1692a02e] .custom-btn {
  border: 1px solid #2969ff !important;
}
[data-v-1692a02e] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-1692a02e] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-1692a02e] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-1692a02e] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-1692a02e] .second-input-with-background .c-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-1692a02e] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-1692a02e] .second-input-with-background .custom-google-input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
[data-v-1692a02e] .v-field__input input {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-1692a02e] .custom-google-input--focus:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1692a02e] .app-custom-input {
  height: 40px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-1692a02e] .profile-dialog-title {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  /* identical to box height, or 13 3% */
  letter-spacing: 0.32px !important;
  /* DarkBlue */
  color: #0f2d59;
}
[data-v-1692a02e] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-1692a02e] .v-card-text {
  padding: 0 40px !important;
}
[data-v-1692a02e] .profile-stepper__content {
  margin-top: 4px;
}
.app-custom-input:focus-within input[data-v-1692a02e]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
.app-custom-input > div[data-v-1692a02e] {
  height: 63px;
  margin: 0 !important;
}
.app-custom-input input[data-v-1692a02e] {
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px 0 10px;
  color: rgb(0, 17, 84);
}
.app-custom-input .c-label[data-v-1692a02e] {
  margin-bottom: 3px;
}
.buttons-wrapper[data-v-1692a02e] {
  padding-bottom: 40px;
  padding-top: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons-top[data-v-1692a02e] {
  padding: 15px 40px 0 !important;
  padding-bottom: 16px !important;
}
.custom-sub-title[data-v-1692a02e] {
  font-weight: 600;
}
.button-text[data-v-1692a02e] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-align: center;
  /* White */
  color: #ffffff;
}
.finish-later[data-v-1692a02e] {
  color: #2969ff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.v-sheet.v-stepper[data-v-1692a02e]:not(.v-sheet--border) {
  box-shadow: none;
  padding: 0 40px !important;
}
.step[data-v-1692a02e] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-1692a02e] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-1692a02e] {
  font-size: 12px;
  line-height: 26px;
  margin-left: 14px;
  color: #001154;
}
.fields-wrapper[data-v-1692a02e] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-1692a02e] {
  width: 47%;
}
.sub-title[data-v-1692a02e] {
  padding: 0 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #001154;
}
.close-icon[data-v-1692a02e] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.dialog-wrapper[data-v-1692a02e] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
}
.stepper-wrapper[data-v-1692a02e] {
  width: 295px;
}
.content-wrapper[data-v-1692a02e] {
  width: 847px;
  position: relative;
}
.v-form[data-v-1692a02e] {
  padding-bottom: 8px;
}
.v-btn.accent[data-v-1692a02e] {
  color: #001154 !important;
}
.v-sheet.v-stepper[data-v-1692a02e]:not(.v-sheet--border) {
  box-shadow: none;
}
.fields-content-wrapper[data-v-1692a02e] {
  min-height: 316px;
}
.pof-wrapper[data-v-1692a02e] {
  width: 100%;
}
[data-v-1692a02e] .stepper-title {
  font-size: 20px !important;
}[data-v-37b167ec] .v-field__append-inner {
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
  top: 0;
  width: 56px;
  background-color: #001154;
  right: -12px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-37b167ec] .v-field__append-inner .v-icon {
  font-size: 24px;
}
[data-v-37b167ec] .v-field__input {
  justify-content: center;
}.stepper[data-v-8ccc6b13] .v-progress-circular__underlay {
  stroke: rgba(255, 255, 255, 0.4);
}
.stepper[data-v-8ccc6b13] .v-progress-circular__content {
  background: #3ba9e0;
  color: #ffffff;
  height: 82%;
  width: 82%;
  border-radius: 50%;
  font-size: 13px;
}
.stepper-helper[data-v-8ccc6b13] {
  font-size: 13px;
}
.image-container[data-v-8ccc6b13] {
  position: relative;
  max-height: 130px;
  display: inline-block;
  z-index: 1;
}
.images-block[data-v-8ccc6b13] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.images-block div[data-v-8ccc6b13] {
  align-items: center;
}
.images[data-v-8ccc6b13] {
  height: 100%;
}
.upb-block[data-v-8ccc6b13] {
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
}
.upb-block p[data-v-8ccc6b13],
.upb-block span[data-v-8ccc6b13] {
  color: #001154;
}
h2[data-v-8ccc6b13] {
  color: #001154;
  font-size: 36px;
}
.asset-info-table[data-v-8ccc6b13] {
  width: 100%;
}
.asset-info-table td[data-v-8ccc6b13] {
  border: none !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.asset-info-table td.label[data-v-8ccc6b13] {
  color: #616161;
}
.asset-info-table td.value[data-v-8ccc6b13] {
  font-size: 16px;
  color: #001154;
}
.asset-info-table tr[data-v-8ccc6b13]:nth-child(even) {
  background-color: #f7f7f7;
}
.form-actions .v-btn[data-v-8ccc6b13] {
  height: 64px;
  width: 30%;
}
.offer-form .input-label[data-v-8ccc6b13] {
  margin-bottom: 0;
  color: #001154;
}
.offer-form[data-v-8ccc6b13] input {
  font-size: 20px;
}
[data-v-8ccc6b13] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-8ccc6b13] .v-textarea .v-field {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}.v-card-actions[data-v-5f58f19d] {
  background-color: #f4f8ff;
}
.form-actions[data-v-5f58f19d] {
  max-width: 363px;
  width: 100%;
}
.offer-form[data-v-5f58f19d] {
  max-width: 363px;
  margin: 0 auto;
}
.offer-form .input-label[data-v-5f58f19d] {
  margin-bottom: 0;
  color: #001154;
  font-weight: 500;
}
.offer-form[data-v-5f58f19d] input {
  font-size: 20px;
}
[data-v-5f58f19d] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-5f58f19d] .v-textarea .v-field {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}.make-offer-dialog[data-v-a07b065e] {
  width: 100%;
  max-width: 1100px;
  min-height: 540px;
  position: relative;
  padding: 24px;
  margin: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog[data-v-a07b065e] {
    min-height: 100vh !important;
    padding: 16px;
    padding-bottom: 48px !important;
}
}
.make-offer-dialog__close[data-v-a07b065e] {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.make-offer-dialog__title[data-v-a07b065e] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__title[data-v-a07b065e] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    padding-top: 16px;
}
}
.make-offer-dialog__content[data-v-a07b065e] {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__content[data-v-a07b065e] {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}
}
.make-offer-dialog__select[data-v-a07b065e] {
  box-shadow: none;
}
.make-offer-dialog__select[data-v-a07b065e] .slot-select__select .v-field {
  box-shadow: none !important;
  border-radius: 0;
}
.make-offer-dialog__cover[data-v-a07b065e] {
  position: relative;
  width: 100%;
  max-width: 335px;
  height: 316px;
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__cover[data-v-a07b065e] {
    max-width: 382px;
    height: 233px;
}
}
.make-offer-dialog__cover[data-v-a07b065e]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #001154;
  z-index: 1;
  opacity: 0.5;
}
.make-offer-dialog__cover-price[data-v-a07b065e] {
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
}
.make-offer-dialog__cover-price h3[data-v-a07b065e] {
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
}
.make-offer-dialog__cover-price h2[data-v-a07b065e] {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.make-offer-dialog__cover-timer[data-v-a07b065e] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.make-offer-dialog__cover img[data-v-a07b065e] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-a07b065e] .v-input__control, .make-offer-dialog .make-offer-dialog__control-price[data-v-a07b065e] .v-input__control {
  height: 40px !important;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-a07b065e] .v-input__control .v-field, .make-offer-dialog .make-offer-dialog__control-price[data-v-a07b065e] .v-input__control .v-field {
  margin: 0;
  padding: 0 !important;
  height: 40px !important;
  border: none !important;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-a07b065e] .v-input__control .v-field fieldset, .make-offer-dialog .make-offer-dialog__control-price[data-v-a07b065e] .v-input__control .v-field fieldset {
  display: none;
  height: 40px !important;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-a07b065e] .v-input__control .v-field__input, .make-offer-dialog .make-offer-dialog__control-price[data-v-a07b065e] .v-input__control .v-field__input {
  height: 40px !important;
  border: none !important;
  background: #f4f4f4;
  border-radius: 1px;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-a07b065e] .v-input__control .v-field__input input, .make-offer-dialog .make-offer-dialog__control-price[data-v-a07b065e] .v-input__control .v-field__input input {
  font-size: 12px;
  padding: 7px 8px;
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-a07b065e] .v-input__control .v-field__input input::placeholder, .make-offer-dialog .make-offer-dialog__control-price[data-v-a07b065e] .v-input__control .v-field__input input::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-a07b065e] .v-input__control .v-input__details, .make-offer-dialog .make-offer-dialog__control-price[data-v-a07b065e] .v-input__control .v-input__details {
  display: none;
}
.make-offer-dialog__controls[data-v-a07b065e] {
  width: 100%;
  max-width: 320px;
  padding-right: 3px;
  padding-left: 3px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__controls[data-v-a07b065e] {
    max-width: 100%;
    padding: 16px;
}
}
.make-offer-dialog__controls label[data-v-a07b065e] {
  color: #001154;
}
.make-offer-dialog__control[data-v-a07b065e] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__control-field[data-v-a07b065e] .inputs-wrapper {
    grid-template-columns: 82% auto !important;
    column-gap: 8px !important;
}
}
.make-offer-dialog__control label[data-v-a07b065e] {
  font-weight: 400;
  font-size: 11px;
}
.make-offer-dialog__control-line[data-v-a07b065e] {
  width: 100%;
  display: flex;
}
.make-offer-dialog__control-price[data-v-a07b065e] {
  width: 100%;
  max-width: 245px;
}
.make-offer-dialog__control-price.text-error[data-v-a07b065e] {
  border: 1px solid #d52819;
}
.make-offer-dialog__control-slider[data-v-a07b065e] {
  margin-top: 8px;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider.v-input--horizontal {
  margin-right: 2px;
  margin-left: 18px;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider.v-input--horizontal .v-slider-track__background {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider-track__fill {
  background: #2969ff !important;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider.v-input--horizontal .v-slider-thumb__surface {
  background: #2969ff !important;
  width: 24px !important;
  height: 24px !important;
  left: -1px !important;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider-thumb__label-container {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  left: -1px !important;
  top: -12px !important;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider {
  margin-left: 0;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider-track {
  height: 8px;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider-track__fill {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider-thumb__surface::after, .make-offer-dialog__control-slider[data-v-a07b065e] .v-slider-thumb__surface::before {
  display: none;
}
.make-offer-dialog__control-slider[data-v-a07b065e] .v-slider-thumb__label {
  background-color: transparent !important;
  transform: translateY(80%) translateY(4px) translateX(-14%) rotate(45deg) !important;
}
.make-offer-dialog__control-percent[data-v-a07b065e] {
  width: 100%;
  max-width: 65px;
  margin-left: 8px;
}
.make-offer-dialog__control-percent[data-v-a07b065e] .text-error {
  border: 1px solid #d52819;
}
.make-offer-dialog__control-percent[data-v-a07b065e] .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.make-offer-dialog__control-percent[data-v-a07b065e] .v-text-field > .v-input__control .v-field__input input {
  padding: 20px 8px;
}
.make-offer-dialog__control-percent[data-v-a07b065e] .v-field:before, .make-offer-dialog__control-percent[data-v-a07b065e] .v-field:after {
  display: none;
}
.make-offer-dialog__vertical-line[data-v-a07b065e] {
  display: flex;
  justify-content: space-between;
}
.make-offer-dialog__slot[data-v-a07b065e] {
  min-height: 40px !important;
}
.make-offer-dialog__slot--active[data-v-a07b065e] .v-field__input input::placeholder {
  color: #001154 !important;
}
.make-offer-dialog__slot[data-v-a07b065e] .v-input__control {
  min-height: 40px !important;
}
.make-offer-dialog__slot[data-v-a07b065e] .v-field {
  min-height: 40px !important;
  background: #f4f4f4 !important;
  filter: none;
}
.make-offer-dialog__slot[data-v-a07b065e] .slot-select__select {
  min-height: 40px !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__slot[data-v-a07b065e] .slot-select__select .v-field {
    padding: 0px 7px;
}
}
.make-offer-dialog__slot[data-v-a07b065e] .v-field__input input::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
  font-weight: 500;
  font-size: 12px;
}
.make-offer-dialog__slot[data-v-a07b065e] .v-field__input input {
  font-weight: 500;
  font-size: 12px;
  color: #001154 !important;
}
.make-offer-dialog__slot[data-v-a07b065e] .slot-select__icon-wrapper {
  top: 8px !important;
}
.make-offer-dialog__textarea[data-v-a07b065e] {
  padding-right: 3px;
}
.make-offer-dialog__textarea label[data-v-a07b065e] {
  font-weight: 400;
  font-size: 11px;
}
.make-offer-dialog__textarea-field[data-v-a07b065e] {
  width: 355px;
  min-height: 290px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__textarea-field[data-v-a07b065e] {
    width: 100%;
    min-height: 201px !important;
}
}
.make-offer-dialog__textarea-field[data-v-a07b065e] .v-field {
  min-height: 290px;
  margin: 0;
  box-shadow: none !important;
  background: #f4f4f4 !important;
  border-radius: 1px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__textarea-field[data-v-a07b065e] .v-field {
    min-height: 201px !important;
}
}
.make-offer-dialog__textarea-field[data-v-a07b065e] .v-field__input textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.make-offer-dialog__textarea-field[data-v-a07b065e] .v-field__input textarea::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
.make-offer-dialog__textarea-field[data-v-a07b065e] .v-input__details {
  display: none !important;
}
.make-offer-dialog__buttons[data-v-a07b065e] {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__buttons[data-v-a07b065e] {
    margin-top: 24px !important;
    max-width: 382px !important;
    justify-content: space-between;
}
}
.make-offer-dialog__button[data-v-a07b065e] {
  width: 100%;
  max-width: 172px;
  height: 34px !important;
  border-radius: 5px;
  font-weight: 500 !important;
  font-size: 12px !important;
  background: #2969ff !important;
  box-shadow: none;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__button[data-v-a07b065e] {
    max-width: 182px;
}
.make-offer-dialog__button[data-v-a07b065e] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
}
.make-offer-dialog__button-outline[data-v-a07b065e] {
  background: transparent !important;
  color: #2969ff !important;
  border: 1px solid #2969ff !important;
  margin-right: 16px;
}
.slot-select__slot-item[data-v-a07b065e] {
  width: 100%;
  cursor: pointer;
  padding: 8px;
}
.slot-select__slot-item[data-v-a07b065e]:hover {
  background: #f4f4f4;
}
[data-v-a07b065e] .slot-select__content-wrapper {
  max-height: 300px;
  scrollbar-width: none;
}
[data-v-a07b065e] .slot-select__content-wrapper::-webkit-scrollbar {
  display: none;
}
[data-v-a07b065e] .inputs-wrapper {
  grid-template-columns: 239px auto !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__textarea[data-v-a07b065e] {
    width: 100%;
    padding: 0px 16px;
}
}.multi-bid-asset-wrapper[data-v-94e86cd4] {
  background: #ffffff;
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
  width: 100%;
  display: flex;
  height: 150px;
  column-gap: 8px;
}
.multi-bid-asset-wrapper__image[data-v-94e86cd4] {
  min-height: 150px;
  height: 150px;
  width: 143px;
}
.multi-bid-asset-wrapper__info[data-v-94e86cd4] {
  column-gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.multi-bid-asset-wrapper__info-name[data-v-94e86cd4] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.multi-bid-asset-wrapper__info-address[data-v-94e86cd4] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
  margin-top: 4px;
}
.multi-bid-asset-wrapper__info-upb[data-v-94e86cd4] {
  margin-top: 4px;
}
.upb-title[data-v-94e86cd4] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.upb-value[data-v-94e86cd4] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.offer-price-wrapper[data-v-94e86cd4] {
  padding: 0px 16px;
  margin-top: 10px;
}
.multi-bid-asset--editable[data-v-94e86cd4] {
  background: #ffffff;
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
}
.multi-bid-asset--editable .multi-bid-asset-wrapper[data-v-94e86cd4] {
  box-shadow: unset;
}
.multi-bid-asset--editable[data-v-94e86cd4] .image__wrapper img {
  border-bottom-left-radius: 0px;
}
[data-v-94e86cd4] .offer-slider {
  margin-top: 8px;
}
[data-v-94e86cd4] .image__wrapper img {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}.assets-wrapper[data-v-ad7d0832] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 8px;
  row-gap: 16px;
  grid-auto-rows: min-content;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow: visible;
}
.two-assets[data-v-ad7d0832] {
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}
.two-assets[data-v-ad7d0832] .multi-bid-asset-wrapper {
  height: 182px;
  column-gap: 22px;
}
.two-assets[data-v-ad7d0832] .multi-bid-asset-wrapper .multi-bid-asset-wrapper__image {
  height: 182px;
  width: 213px;
}
.two-assets[data-v-ad7d0832]  .multi-bid-asset--editable .multi-bid-asset-wrapper__image {
  width: 307px;
  height: 173px;
}
.two-assets[data-v-ad7d0832]  .multi-bid-asset--editable .offer-price-wrapper {
  padding: 0px 24px;
}
.two-assets[data-v-ad7d0832]  .multi-bid-asset--editable .inputs-wrapper {
  grid-template-columns: 453px auto;
  column-gap: 24px;
}
.assets-list-wrapper[data-v-ad7d0832] {
  overflow: auto;
  padding: 0px 2px;
  padding-top: 32px;
  padding-bottom: 30px;
  height: 681px;
}
.assets-list-wrapper[data-v-ad7d0832]::-webkit-scrollbar {
  width: 4px;
}
.assets-list-wrapper[data-v-ad7d0832]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}.multi-bid[data-v-54dbce13] {
  width: 100% !important;
}
.multi-bid__cover[data-v-54dbce13] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 326px;
  border-radius: 10px;
}
.multi-bid__cover-image[data-v-54dbce13] {
  width: 50%;
  flex-grow: 1;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: center;
}
.multi-bid__cover-darker-layout[data-v-54dbce13] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #001154;
  opacity: 0.6;
  border-radius: 10.4839px;
  top: 0;
  z-index: 99;
}
.multi-bid__cover-asset-info[data-v-54dbce13] {
  width: 100%;
  max-width: 218px;
  height: 120px;
  position: absolute;
  z-index: 100;
  top: calc(50% - 60px);
  left: calc(50% - 109px);
}
.multi-bid__cover-asset-info-count[data-v-54dbce13] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.multi-bid__cover-asset-info-text[data-v-54dbce13] {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding-top: 8px;
}
.multi-bid__cover-asset-info-icon[data-v-54dbce13] {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.multi-bid__cover-asset-info-upb[data-v-54dbce13] {
  color: #fff;
}
.multi-bid__cover-asset-info-upb-title[data-v-54dbce13] {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.multi-bid__cover-asset-info-upb-price[data-v-54dbce13] {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
}.multi-bid-allocate-offer-wrapper[data-v-a879025d] {
  width: 1276px;
  margin: auto;
  padding-top: 32px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bid-allocate-offer-wrapper[data-v-a879025d] {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 64px;
}
}
.multi-bid-allocate-offer-wrapper__prices[data-v-a879025d] {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px 32px 16px;
}
.multi-bid-allocate-offer-header[data-v-a879025d] {
  display: grid;
  grid-template-columns: 468px 410px auto;
}
.multi-bid-allocate-offer-header__asset[data-v-a879025d] {
  margin-bottom: 16px;
}
.multi-bid-allocate-offer-header__image[data-v-a879025d] {
  height: 240px;
  position: relative;
}
.multi-bid-allocate-offer-header__image img[data-v-a879025d] {
  width: 100%;
  height: 240px;
}
.multi-bid-allocate-offer-header__data[data-v-a879025d] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.multi-bid-allocate-offer-header__data.--border-right[data-v-a879025d] {
  border-right: 1px solid rgba(0, 17, 84, 0.1);
}
.multi-bid-allocate-offer-header__data-title[data-v-a879025d] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bid-allocate-offer-header__data-title[data-v-a879025d] {
    font-size: 14px;
    font-weight: 500;
}
}
.multi-bid-allocate-offer-header__data-value[data-v-a879025d] {
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.582857px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bid-allocate-offer-header__data-value[data-v-a879025d] {
    line-height: normal;
    font-size: 28px;
}
}
.multi-bid-allocate-offer-header__data-percent[data-v-a879025d] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.175px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bid-allocate-offer-header__data-percent[data-v-a879025d] {
    line-height: normal;
    font-size: 12px;
}
}
.total-upb-image-background[data-v-a879025d] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #121727;
  opacity: 0.6;
  border-radius: 10.4839px;
  top: 0px;
}
.allocate-offer-asset-info[data-v-a879025d] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.allocate-offer-asset-info-count[data-v-a879025d] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  column-gap: 16px;
}
.allocate-offer-asset-info-count img[data-v-a879025d] {
  width: 32px;
  height: 32px;
}
.allocate-offer-asset-info-count[data-v-a879025d] {
  display: flex;
  align-items: center;
}
.assets-images-wrapper[data-v-a879025d] {
  display: flex;
  height: 100%;
}
.assets-images-wrapper.three-images[data-v-a879025d] {
  height: 50%;
}
.assets-images-wrapper[data-v-a879025d] .image__wrapper {
  width: 50%;
}
.assets-images-wrapper[data-v-a879025d] img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10.4839px;
}
.assets-images-additional-image[data-v-a879025d] {
  display: flex;
  height: 50%;
}
.assets-images-additional-image img[data-v-a879025d] {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.assets-images-additional-image[data-v-a879025d] .image__wrapper {
  width: 100%;
}
.remaining-allocation .multi-bid-allocate-offer-header__data-title[data-v-a879025d],
.remaining-allocation .multi-bid-allocate-offer-header__data-value[data-v-a879025d],
.remaining-allocation .multi-bid-allocate-offer-header__data-percent[data-v-a879025d] {
  color: #9aabc2;
}
.remaining-error .multi-bid-allocate-offer-header__data-title[data-v-a879025d],
.remaining-error .multi-bid-allocate-offer-header__data-value[data-v-a879025d] {
  color: #dd226f;
}
.remaining-error .multi-bid-allocate-offer-header__data-percent[data-v-a879025d] {
  color: #121727;
}.multi-bidding-header[data-v-3a8dded5] {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.multi-bidding-header__title[data-v-3a8dded5] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bidding-header__title[data-v-3a8dded5] {
    font-size: 16px !important;
    line-height: 26px !important;
}
}
.multi-bidding-header__steps[data-v-3a8dded5] {
  margin: auto;
  display: flex;
  column-gap: 40px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bidding-header__steps[data-v-3a8dded5] {
    width: 100%;
    max-width: 339px;
    column-gap: 24px;
}
}
.multi-bidding-header__steps-step[data-v-3a8dded5] {
  display: flex;
  column-gap: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bidding-header__steps-step[data-v-3a8dded5] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.step-number[data-v-3a8dded5] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-title[data-v-3a8dded5] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.175px;
  color: #001154;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.step-title[data-v-3a8dded5] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
}
.step-number-wrapper[data-v-3a8dded5] {
  border: 2px solid #001154;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-step .step-title[data-v-3a8dded5] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.active-step .step-number[data-v-3a8dded5] {
  background: #001154;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-align: center;
  color: #ffffff;
}
.completed-step .step-number[data-v-3a8dded5] {
  background: #368600;
  color: #ffffff;
}
.completed-step .step-number-wrapper[data-v-3a8dded5] {
  border: 2px solid #368600;
}.bidding-actions-wrapper[data-v-cd2336d8] {
  display: flex;
  justify-content: space-between;
  width: 1276px;
  bottom: 51px;
  padding: 0 11px;
  margin: auto;
}
.bidding-actions-wrapper__mobile[data-v-cd2336d8], .bidding-actions-wrapper__controls[data-v-cd2336d8] {
  z-index: 99;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 31.56%, #ffffff 100%);
}
.bidding-actions-wrapper__controls[data-v-cd2336d8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
}
.bidding-actions-wrapper__controls-back[data-v-cd2336d8], .bidding-actions-wrapper__controls-next[data-v-cd2336d8] {
  height: 40px !important;
  width: 100% !important;
  max-width: 48% !important;
  border-radius: 7px;
  border: 1px solid #2969ff !important;
  color: #2969ff;
  background: #ffffff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.bidding-actions-wrapper__controls-next[data-v-cd2336d8] {
  color: #ffffff;
  background: #2969ff !important;
}
.bidding-actions-wrapper__controls-next--disabled[data-v-cd2336d8] {
  border: 1px solid #9aabc2 !important;
}
.bidding-actions-wrapper__controls-next--disabled[data-v-cd2336d8] .v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated {
  background-color: #9aabc2 !important;
}
.bidding-actions-wrapper__controls-next--disabled[data-v-cd2336d8] .v-btn__content {
  color: #ffffff !important;
}
.bidding-actions-wrapper__mobile-button[data-v-cd2336d8] {
  width: 100%;
  border-radius: 7px;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  height: 40px !important;
  min-height: 40px !important;
  color: #fff;
  background: #2969ff !important;
}
.bidding-actions-wrapper__mobile-button[data-v-cd2336d8]:not(.bidding-actions-wrapper__mobile-button--disabled) {
  transform: scale(1);
  animation: pulse-blue-cd2336d8 2s infinite;
}
@supports (-webkit-touch-callout: none) {
.bidding-actions-wrapper__mobile-button[data-v-cd2336d8]:not(.bidding-actions-wrapper__mobile-button--disabled) {
    animation: pulse-blue-cd2336d8 1.8s infinite;
}
}
@keyframes pulse-blue-cd2336d8 {
0% {
    transform: scale(0.8);
}
70% {
    transform: scale(1);
}
100% {
    transform: scale(0.8);
}
}
.bidding-actions-wrapper__mobile-button--disabled.v-theme--marketplaceLight.v-btn.v-btn--disabled.v-btn--variant-elevated[data-v-cd2336d8] {
  background-color: #9aabc2 !important;
}
.bidding-actions-wrapper__mobile-button--disabled[data-v-cd2336d8] .v-btn__content {
  color: #fff !important;
}
.bidding-actions-wrapper__mobile-counter[data-v-cd2336d8] {
  width: 24px;
  height: 24px;
  background: #dd226f;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-left: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.bidding-actions-wrapper[data-v-cd2336d8] {
    width: 100%;
    position: relative;
}
}
[data-v-cd2336d8] .v-btn {
  min-height: unset !important;
}
.next-button-content[data-v-cd2336d8] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  right: 17px;
}
.next-button-content[data-v-cd2336d8]:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS0xLjI5NTM5ZS0wNiA5TDE2LjIgOUwxMC42IDE0LjZMMTIgMTZMMjAgOEwxMiAxLjIwNzk3ZS0wNkwxMC42IDEuNEwxNi4yIDdMLTEuMTIwNTRlLTA2IDdMLTEuMjk1MzllLTA2IDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  width: 20px;
  height: 16px;
  left: 55px;
  top: 5px;
}
.next-button-content.--last-step[data-v-cd2336d8] {
  right: 0;
}
.next-button-content.--last-step[data-v-cd2336d8]:after {
  display: none;
}
.asset-step-buttons[data-v-cd2336d8] {
  padding-left: 0;
  padding-right: 0;
}
.back-button-content[data-v-cd2336d8] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  left: 17px;
}
.back-button-content[data-v-cd2336d8]:before {
  left: -33px;
  top: 2px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDdMMy44IDdMOS40IDEuNEw4IDBMMCA4TDggMTZMOS40IDE0LjZMMy44IDlMMjAgOVY3WiIgZmlsbD0iIzI5NjlGRiIvPgo8L3N2Zz4K");
}
.back-button-content[data-v-cd2336d8] {
  color: #2969ff;
}
.next-button-wrapper-mobile[data-v-cd2336d8] {
  width: 100%;
  max-width: 48%;
}
.next-btn-mobile[data-v-cd2336d8] {
  min-width: 100% !important;
}[data-v-fe43894c] .v-dialog {
  max-width: 1440px;
}
.dialog-content-wrapper[data-v-fe43894c] {
  width: 100%;
  min-height: 90vh;
  height: auto;
  background: white;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.dialog-content-wrapper[data-v-fe43894c] {
    min-height: 100vh;
    background: #fbfbfb;
}
}
.dialog-content[data-v-fe43894c] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 117px;
  overflow: hidden;
}
.dialog-content__title[data-v-fe43894c] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
  margin-bottom: 4px;
}
.dialog-content__stepper[data-v-fe43894c] {
  margin-bottom: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.dialog-content[data-v-fe43894c] {
    padding: 32px 16px;
}
}
.close-icon[data-v-fe43894c] {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: white;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-icon img[data-v-fe43894c] {
  width: 16px;
  height: 16px;
}
.process-offer-dialog-content-wrapper[data-v-fe43894c] {
  background: white;
  height: 388px;
  display: flex;
  flex-direction: column;
  padding-top: 23px;
  padding-bottom: 40px;
  align-items: center;
  position: relative;
}
.process-offer-dialog-content-wrapper .close-icon[data-v-fe43894c] {
  top: 7px;
  right: 16px;
}
.process-offer-dialog-content-wrapper__title[data-v-fe43894c] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
  text-align: center;
  letter-spacing: 0.32px;
  /* Primary / DarkBlue */
  color: #001154;
}
.process-offer-dialog-content-wrapper__info[data-v-fe43894c] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  text-align: center;
  /* Primary / DarkBlue */
  color: #001154;
  opacity: 0.8;
  margin-top: 30px;
}
.process-offer-dialog-content-wrapper__buttons[data-v-fe43894c] {
  margin-top: 48px;
  column-gap: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.process-offer-dialog-content-wrapper__buttons-back[data-v-fe43894c] {
  max-width: 230px;
  border-radius: 7px;
}
.process-offer-dialog-content-wrapper__buttons-submit[data-v-fe43894c] {
  border-radius: 7px;
  max-width: 230px;
}
.process-offer-dialog-content-wrapper__buttons-submit-text[data-v-fe43894c] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.mobile-close-icon[data-v-fe43894c],
.mobile-back-button[data-v-fe43894c] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #f7f7f9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
}
.mobile-close-icon img[data-v-fe43894c],
.mobile-back-button img[data-v-fe43894c] {
  width: 12px;
  height: 12px;
}
.mobile-back-button[data-v-fe43894c] {
  top: 34px !important;
  left: 16px !important;
}
[data-v-fe43894c] .v-btn {
  min-height: unset !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.process-offer-dialog-content-wrapper[data-v-fe43894c] {
    padding: 12px 0;
    max-height: 360px;
}
.process-offer-dialog-content-wrapper__title[data-v-fe43894c] {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.process-offer-dialog-content-wrapper__info[data-v-fe43894c] {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
    opacity: 0.7;
    max-width: 360px;
}
.process-offer-dialog-content-wrapper__buttons[data-v-fe43894c] {
    margin-top: 32px;
}
.close-icon[data-v-fe43894c] {
    width: 24px;
    height: 24px;
    top: 16px !important;
    box-shadow: 0 13px 26px rgba(223, 223, 223, 0.44);
}
.close-icon__circle[data-v-fe43894c] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.close-icon__circle img[data-v-fe43894c] {
    width: 12px;
    height: 12px;
}
[data-v-fe43894c] .v-dialog {
    margin: 0 !important;
}
}[data-v-982214c5] .v-radio-group {
  background-color: white;
  margin-top: 0px !important;
  height: 40px;
}
[data-v-982214c5] .v-selection-control-group {
  display: flex;
  column-gap: 32px;
}
[data-v-982214c5] .v-overlay__content {
  z-index: 10 !important;
}
[data-v-982214c5] .v-radio .v-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}.content-wrapper[data-v-9243be88] {
  max-width: 781px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-9243be88] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 12px;
    width: 100%;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.inputs-wrapper[data-v-9243be88] {
    padding: 0px 22px;
}
}
[data-v-9243be88] .v-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-9243be88] .v-field:before {
  border: none !important;
}
h3[data-v-9243be88] {
  font-size: 1.6rem;
}
[data-v-9243be88] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-9243be88] {
  padding-bottom: 66px;
}
[data-v-9243be88] .v-field__input,
.v-field__input[data-v-9243be88] {
  position: relative !important;
  top: 5px !important;
}
[data-v-9243be88] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
[data-v-9243be88] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-9243be88] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-9243be88] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.value-modification-page[data-v-9243be88] .second-input-with-background .v-field__input {
  top: 0 !important;
}
.value-modification-page[data-v-9243be88] .second-input-with-background .v-field__outline {
  display: none !important;
}
.value-modification-page[data-v-9243be88] .second-input-with-background .v-text-field .v-field,
.value-modification-page[data-v-9243be88] .second-input-with-background .v-text-field .v-field__field {
  min-height: 32px !important;
  height: 32px !important;
}
.value-modification-page[data-v-9243be88] .second-input-with-background .v-text-field > .v-input__control > .v-field {
  margin-top: 4px;
}
.value-modification-page[data-v-9243be88] .second-input-with-background input.v-field__input {
  min-height: 32px !important;
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-self: center;
}
.value-modification-page[data-v-9243be88] .second-input-with-background .v-field__append-inner {
  padding-top: 0;
  margin-top: 0;
  align-self: center;
}
[data-v-9243be88] .v-btn {
  min-height: unset !important;
}.content-wrapper[data-v-6a5e3239] {
  max-width: 781px;
  width: 100%;
  height: 912px;
}
#fairMarketValueDate[data-v-6a5e3239] {
  width: 100%;
}
#franchiseAgreementExpirationDate[data-v-6a5e3239] {
  width: 100%;
}
[data-v-6a5e3239] .v-overlay__content {
  min-width: unset !important;
}
[data-v-6a5e3239] .v-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-6a5e3239] .v-field:before {
  border: none !important;
}
h3[data-v-6a5e3239] {
  font-size: 1.6rem;
}
[data-v-6a5e3239] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-6a5e3239] {
  padding-bottom: 66px;
}
[data-v-6a5e3239] .v-field__input,
.v-field__input[data-v-6a5e3239] {
  position: relative !important;
  top: 5px !important;
}
[data-v-6a5e3239] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
[data-v-6a5e3239] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-6a5e3239] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-6a5e3239] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.value-modification-page[data-v-6a5e3239] .second-input-with-background .v-field__input {
  top: 0 !important;
}
.value-modification-page[data-v-6a5e3239] .second-input-with-background .v-field__outline {
  display: none !important;
}
.value-modification-page[data-v-6a5e3239] .second-input-with-background .v-text-field .v-field,
.value-modification-page[data-v-6a5e3239] .second-input-with-background .v-text-field .v-field__field {
  min-height: 32px !important;
  height: 32px !important;
}
.value-modification-page[data-v-6a5e3239] .second-input-with-background .v-text-field > .v-input__control > .v-field {
  margin-top: 4px;
}
.value-modification-page[data-v-6a5e3239] .second-input-with-background input.v-field__input {
  min-height: 32px !important;
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-self: center;
}
.value-modification-page[data-v-6a5e3239] .second-input-with-background .v-field__append-inner {
  padding-top: 0;
  margin-top: 0;
  align-self: center;
}
[data-v-6a5e3239] .v-btn {
  min-height: unset !important;
}
[data-v-6a5e3239] .v-input__append {
  margin-top: 9px;
}
[data-v-6a5e3239] .v-selection-control-group {
  margin-top: 7px;
}[data-v-01afc57d] .v-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-01afc57d] .v-field:before {
  border: none !important;
}
h3[data-v-01afc57d] {
  font-size: 1.6rem;
}
[data-v-01afc57d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-01afc57d] {
  padding-bottom: 66px;
}
[data-v-01afc57d] .v-field__input,
.v-field__input[data-v-01afc57d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-01afc57d] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
[data-v-01afc57d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-01afc57d] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-01afc57d] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.value-modification-page[data-v-01afc57d] .second-input-with-background .v-field__input {
  top: 0 !important;
}
.value-modification-page[data-v-01afc57d] .second-input-with-background .v-field__outline {
  display: none !important;
}
.value-modification-page[data-v-01afc57d] .second-input-with-background .v-text-field .v-field,
.value-modification-page[data-v-01afc57d] .second-input-with-background .v-text-field .v-field__field {
  min-height: 32px !important;
  height: 32px !important;
}
.value-modification-page[data-v-01afc57d] .second-input-with-background .v-text-field > .v-input__control > .v-field {
  margin-top: 4px;
}
.value-modification-page[data-v-01afc57d] .second-input-with-background input.v-field__input {
  min-height: 32px !important;
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-self: center;
}
.value-modification-page[data-v-01afc57d] .second-input-with-background .v-field__append-inner {
  padding-top: 0;
  margin-top: 0;
  align-self: center;
}
.content-wrapper[data-v-01afc57d] {
  max-width: 781px;
  width: 100%;
}
.inputs-wrapper[data-v-01afc57d] {
  padding: 0px 22px;
}
.actions-wrapper[data-v-01afc57d] {
  margin-top: 70px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-01afc57d] {
    margin-top: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-01afc57d] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 12px;
    width: 104%;
}
.actions-wrapper button[data-v-01afc57d] {
    width: 100% !important;
}
}
#originationDate[data-v-01afc57d],
#maturityDate[data-v-01afc57d] {
  width: 100%;
}
[data-v-01afc57d] .v-btn {
  min-height: unset !important;
}
[data-v-01afc57d] .v-radio-group {
  background-color: white;
  margin-top: 0px !important;
}
[data-v-01afc57d] .v-radio-group .v-input__control {
  height: 40px !important;
}
[data-v-01afc57d] .v-selection-control-group {
  display: flex;
  column-gap: 32px;
}
[data-v-01afc57d] .v-overlay__content {
  z-index: 10 !important;
}
[data-v-01afc57d] .v-radio .v-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-01afc57d] .v-input__append {
  position: relative;
  top: 5px;
}.content-wrapper[data-v-7484b61d] {
  max-width: 781px;
  width: 100%;
}
[data-v-7484b61d] .v-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-7484b61d] .v-field:before {
  border: none !important;
}
h3[data-v-7484b61d] {
  font-size: 1.6rem;
}
[data-v-7484b61d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-7484b61d] {
  padding-bottom: 66px;
}
[data-v-7484b61d] .v-field__input,
.v-field__input[data-v-7484b61d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-7484b61d] .v-field__input {
  position: relative !important;
  top: 5px !important;
}
[data-v-7484b61d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-7484b61d] .checkbox-wrapper .v-input__control .v-field label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-7484b61d] .checkbox-wrapper .v-input__control .v-field .v-selection-control__input {
  position: absolute;
  top: 0px;
}
.value-modification-page[data-v-7484b61d] .second-input-with-background .v-field__input {
  top: 0 !important;
}
.value-modification-page[data-v-7484b61d] .second-input-with-background .v-field__outline {
  display: none !important;
}
.value-modification-page[data-v-7484b61d] .second-input-with-background .v-text-field .v-field,
.value-modification-page[data-v-7484b61d] .second-input-with-background .v-text-field .v-field__field {
  min-height: 32px !important;
  height: 32px !important;
}
.value-modification-page[data-v-7484b61d] .second-input-with-background .v-text-field > .v-input__control > .v-field {
  margin-top: 4px;
}
.value-modification-page[data-v-7484b61d] .second-input-with-background input.v-field__input {
  min-height: 32px !important;
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-self: center;
}
.value-modification-page[data-v-7484b61d] .second-input-with-background .v-field__append-inner {
  padding-top: 0;
  margin-top: 0;
  align-self: center;
}
.actions-wrapper[data-v-7484b61d] {
  margin-top: 70px;
}
.actions-wrapper[data-v-7484b61d] {
  margin-top: 70px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-7484b61d] {
    margin-top: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-7484b61d] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 12px;
    width: 104%;
}
.actions-wrapper button[data-v-7484b61d] {
    width: 100% !important;
}
}
#originationDate[data-v-7484b61d],
#maturityDate[data-v-7484b61d],
#lastDelinquencyDate[data-v-7484b61d] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.inputs-wrapper[data-v-7484b61d] {
    padding: 0px 22px;
}
}
.second-input-with-background__radio--error[data-v-7484b61d] {
  border: none !important;
}
[data-v-7484b61d] .v-btn {
  min-height: unset !important;
}
[data-v-7484b61d] .v-input__append {
  margin-top: 7px;
}
[data-v-7484b61d] .v-radio-group {
  background-color: white;
  margin-top: 0px !important;
}
[data-v-7484b61d] .v-radio-group .v-input__control {
  height: 40px !important;
}
[data-v-7484b61d] .v-selection-control-group {
  display: flex;
  column-gap: 32px;
}
[data-v-7484b61d] .v-overlay__content {
  z-index: 10 !important;
}
[data-v-7484b61d] .v-radio .v-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}.pdf-info[data-v-39f59ae0] {
  flex: 1 1 0;
  gap: 12px;
  min-width: 0;
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-39f59ae0] {
  border-bottom: 1px solid #f1f1f1;
}
.pdf-info__name[data-v-39f59ae0] {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-39f59ae0] {
  min-width: 0;
  font-weight: 300;
  overflow-wrap: anywhere;
}
.pdf-info[data-v-39f59ae0] {
  width: auto;
}
.pdf-info-wrapper[data-v-39f59ae0] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
  min-width: 0;
}
.spacing[data-v-39f59ae0] {
  margin-top: 56px;
}
@media (max-width: 700px) {
.pdf-info-wrapper[data-v-39f59ae0] {
    flex-direction: column;
}
.pdf-info[data-v-39f59ae0] {
    width: 100%;
}
}.pdf-info[data-v-1a95a640] {
  flex: 1 1 0;
  gap: 12px;
  min-width: 0;
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-1a95a640] {
  border-bottom: 1px solid #f1f1f1;
}
.pdf-info__name[data-v-1a95a640] {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-1a95a640] {
  min-width: 0;
  font-weight: 300;
  overflow-wrap: anywhere;
}
.pdf-info[data-v-1a95a640] {
  width: auto;
}
.pdf-info-wrapper[data-v-1a95a640] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
  min-width: 0;
}
.spacing[data-v-1a95a640] {
  margin-top: 56px;
}
@media (max-width: 700px) {
.pdf-info-wrapper[data-v-1a95a640] {
    flex-direction: column;
}
.pdf-info[data-v-1a95a640] {
    width: 100%;
}
}.pdf-info[data-v-f9d44c8f] {
  flex: 1 1 0;
  gap: 12px;
  min-width: 0;
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-f9d44c8f] {
  border-bottom: 1px solid #f1f1f1;
}
.pdf-info__name[data-v-f9d44c8f] {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-f9d44c8f] {
  min-width: 0;
  font-weight: 300;
  overflow-wrap: anywhere;
}
.pdf-info[data-v-f9d44c8f] {
  width: auto;
}
.pdf-info-wrapper[data-v-f9d44c8f] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
  min-width: 0;
}
.spacing[data-v-f9d44c8f] {
  margin-top: 56px;
}
@media (max-width: 700px) {
.pdf-info-wrapper[data-v-f9d44c8f] {
    flex-direction: column;
}
.pdf-info[data-v-f9d44c8f] {
    width: 100%;
}
}.pdf-info[data-v-d4a1fd85] {
  flex: 1 1 0;
  gap: 12px;
  min-width: 0;
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-d4a1fd85] {
  border-bottom: 1px solid #f1f1f1;
}
.pdf-info__name[data-v-d4a1fd85] {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-d4a1fd85] {
  min-width: 0;
  font-weight: 300;
  overflow-wrap: anywhere;
}
.pdf-info[data-v-d4a1fd85] {
  width: auto;
}
.pdf-info-wrapper[data-v-d4a1fd85] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
  min-width: 0;
}
.spacing[data-v-d4a1fd85] {
  margin-top: 56px;
}
@media (max-width: 700px) {
.pdf-info-wrapper[data-v-d4a1fd85] {
    flex-direction: column;
}
.pdf-info[data-v-d4a1fd85] {
    width: 100%;
}
}.asset-inform[data-v-36d6c4c3] {
  padding: 0;
}
.asset-inform li[data-v-36d6c4c3] {
  margin-bottom: 1rem;
}
.asset-inform li[data-v-36d6c4c3]:last-child {
  margin: 0;
}
.asset-inform li span[data-v-36d6c4c3]:first-child {
  font-size: 1.3rem;
  color: #aaaaaa;
}
.asset-inform li span[data-v-36d6c4c3]:last-child {
  font-size: 1.3rem;
  color: #000;
  margin-left: 2rem;
}
.lender-direct span[data-v-36d6c4c3]:first-child {
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 2rem;
}
.lender-direct span[data-v-36d6c4c3]:nth-child(2) {
  font-size: 1.2rem;
  color: #333333;
  margin-right: 1.5rem;
}
.lender-direct span[data-v-36d6c4c3]:last-child {
  font-size: 1.2rem;
  color: #313944;
}.details-wrapper[data-v-6c60e874] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  background: white;
}
.details-wrapper__items[data-v-6c60e874] {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.details-wrapper__items .item[data-v-6c60e874] {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}
.details-wrapper__items .item .title[data-v-6c60e874] {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  /* or 150% */
  /* Blue */
  color: #001154;
}
.details-wrapper__items .item .value[data-v-6c60e874] {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 26px;
  /* or 162% */
  text-align: right;
  letter-spacing: -0.175px;
  /* Blue */
  color: #001154;
}
.details-wrapper__items .item[data-v-6c60e874] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.details-wrapper[data-v-6c60e874] {
    grid-template-columns: 1fr;
}
}.details-wrapper[data-v-028d6aa9] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  background: white;
}
.details-wrapper__items[data-v-028d6aa9] {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.details-wrapper__items .item[data-v-028d6aa9] {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}
.details-wrapper__items .item .title[data-v-028d6aa9] {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  /* or 150% */
  /* Blue */
  color: #001154;
}
.details-wrapper__items .item .value[data-v-028d6aa9] {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 26px;
  /* or 162% */
  text-align: right;
  letter-spacing: -0.175px;
  /* Blue */
  color: #001154;
}
.details-wrapper__items .item[data-v-028d6aa9] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.details-wrapper[data-v-028d6aa9] {
    grid-template-columns: 1fr;
}
}.details-wrapper[data-v-081fcb85] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  background: white;
}
.details-wrapper__items[data-v-081fcb85] {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.details-wrapper__items .item[data-v-081fcb85] {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}
.details-wrapper__items .item .title[data-v-081fcb85] {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  /* or 150% */
  /* Blue */
  color: #001154;
}
.details-wrapper__items .item .value[data-v-081fcb85] {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 26px;
  /* or 162% */
  text-align: right;
  letter-spacing: -0.175px;
  /* Blue */
  color: #001154;
}
.details-wrapper__items .item[data-v-081fcb85] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.details-wrapper[data-v-081fcb85] {
    grid-template-columns: 1fr;
}
}
[data-v-081fcb85] .v-btn {
  min-height: unset !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}h3[data-v-464bb4df] {
  font-size: 1.6rem;
}
.buyer-main-inform[data-v-464bb4df] {
  padding: 0;
}
.buyer-main-inform li[data-v-464bb4df] {
  margin-bottom: 1rem;
}
.buyer-main-inform li[data-v-464bb4df]:last-child {
  margin: 0;
}
.buyer-main-inform li span[data-v-464bb4df]:first-child {
  font-size: 1.3rem;
  margin-right: 2rem;
  color: #959ba7;
}
.buyer-main-inform li span[data-v-464bb4df]:last-child {
  font-size: 1.3rem;
  color: #000;
}
.see-documents[data-v-464bb4df] {
  font-size: 1.3rem;
}
.document-action[data-v-464bb4df] {
  margin-left: 10px;
}[data-v-a8fe06ea] .field-wrapper {
  width: 100% !important;
}.proof-text[data-v-7c085202] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.fileInput-wrapper[data-v-7c085202] {
  background: #fcfcfc;
  border: 2px dashed rgba(9, 49, 107, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  height: auto;
  width: 100%;
  margin-bottom: 16px;
}
.file-upload-text[data-v-7c085202] {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  color: #2969ff;
}
[data-v-7c085202] .v-field__prepend-inner {
  margin-right: unset !important;
  padding-right: unset !important;
  margin-top: unset !important;
  margin-left: unset !important;
  display: flex;
  justify-content: center;
  width: 100%;
}
[data-v-7c085202] .v-field {
  background: #fcfcfc !important;
  padding-top: 24px !important;
}
[data-v-7c085202] .v-input__details {
  display: none;
}
.file-title[data-v-7c085202] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969ff;
  margin-left: 8px;
  align-items: center;
  display: flex;
}
.files-wrapper[data-v-7c085202] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.upload-doc-text[data-v-7c085202] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #9aabc2;
  margin-top: 20px;
  padding-bottom: 9px;
}
.card-shadow[data-v-7c085202] {
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.card-content[data-v-7c085202] {
  padding: 0px 16px;
  height: 100%;
}[data-v-69bd5345] .chip-text {
  width: 7vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-69bd5345] .v-field__input {
  flex-wrap: nowrap;
}.app-carousel[data-v-fd280e02] {
  position: relative;
  width: 100%;
}
.app-carousel__viewport[data-v-fd280e02] {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.app-carousel__viewport[data-v-fd280e02]::-webkit-scrollbar {
  display: none;
}
.app-carousel__track[data-v-fd280e02] {
  display: flex;
  gap: var(--app-carousel-gap);
}
.app-carousel__item[data-v-fd280e02] {
  min-width: 0;
  flex: 0 0 calc((100% - (var(--app-carousel-desktop-items) - 1) * var(--app-carousel-gap)) / var(--app-carousel-desktop-items));
  scroll-snap-align: start;
}
.app-carousel__control[data-v-fd280e02] {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(41, 105, 255, 0.7);
  box-shadow: 0 10px 32px rgba(0, 17, 84, 0.06);
  color: #fff;
  cursor: pointer;
  font-size: 42px;
  line-height: 1;
  transform: translateY(-50%);
}
.app-carousel__control[data-v-fd280e02]:disabled {
  opacity: 0.35;
  cursor: default;
}
.app-carousel__control--previous[data-v-fd280e02] {
  left: -28px;
}
.app-carousel__control--next[data-v-fd280e02] {
  right: -28px;
}
@media (max-width: 1600px) {
.app-carousel__control--previous[data-v-fd280e02] {
    left: -5px;
}
.app-carousel__control--next[data-v-fd280e02] {
    right: -5px;
}
}
@media (max-width: 959px) {
.app-carousel__item[data-v-fd280e02] {
    flex-basis: calc((100% - (var(--app-carousel-tablet-items) - 1) * var(--app-carousel-gap)) / var(--app-carousel-tablet-items));
}
}
@media (max-width: 599px) {
.app-carousel__track[data-v-fd280e02] {
    gap: var(--app-carousel-mobile-gap);
}
.app-carousel__item[data-v-fd280e02] {
    flex-basis: var(--app-carousel-mobile-basis);
}
.app-carousel__control[data-v-fd280e02] {
    display: none;
}
}.asset-card[data-v-35adb040] {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 10px 31px rgba(0, 17, 84, 0.06);
  border-radius: 6px;
  position: relative;
  transition: all 0.1s ease-in-out;
  width: 100%;
  height: 435px;
}
.asset-card--row[data-v-35adb040] {
  box-shadow: 3px 3px 22px rgba(173, 173, 173, 0.25);
  width: 100%;
  flex-direction: row;
  height: 143px;
  min-height: 143px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.asset-card--dialog[data-v-35adb040] {
  cursor: pointer;
}
.asset-card__icon-wrapper[data-v-35adb040] {
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 7;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 16px;
  top: 16px;
}
.asset-card__icon-wrapper--row[data-v-35adb040] {
  left: 8px;
  top: 8px;
}
.asset-card__icon-wrapper-icon:hover button[data-v-35adb040] {
  background-color: #dd226f;
}
.asset-card__icon-wrapper-icon:hover button span i[data-v-35adb040] {
  color: white !important;
}
.asset-card__icon-wrapper-favorite-button[data-v-35adb040] {
  z-index: 3;
  box-shadow: 0px 8px 12px rgba(0, 17, 84, 0.04);
}
.asset-card__icon-wrapper-favorite-button.v-btn--icon.v-btn--variant-elevated[data-v-35adb040] {
  background-color: #fcfcfc;
  box-shadow: 0 8px 11px 0 rgba(233, 233, 233, 0.44);
}
.asset-card__timer[data-v-35adb040] {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
  z-index: 99;
}
.asset-card__timer--row[data-v-35adb040] .asset-dialog-timer__time .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.asset-card__timer--row[data-v-35adb040] .asset-dialog-timer__time .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__timer--row[data-v-35adb040] .asset-dialog-timer .asset-dialog-timer__dots {
  font-size: 18px;
  line-height: 40px;
  margin: 0 4px;
}
.asset-card__timer[data-v-35adb040] .asset-dialog-timer {
  justify-content: center;
}
.asset-card__timer[data-v-35adb040] .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__timer[data-v-35adb040] .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.asset-card__timer[data-v-35adb040] .asset-dialog-timer__dots {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
}
.asset-card__image[data-v-35adb040] {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 200px;
  height: 200px;
  border-radius: 7px 7px 0px 0px;
  position: relative;
  border-top-right-radius: 0;
}
.asset-card__image--row[data-v-35adb040] {
  max-width: 165px;
  min-width: 165px;
  min-height: 143px;
  height: 143px;
}
.asset-card__row-image[data-v-35adb040] {
  max-width: 165px;
}
.asset-card__body[data-v-35adb040] {
  display: inline-block;
  width: 100%;
  padding: 12px 16px 16px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.asset-card__body--row[data-v-35adb040] {
  padding: 8px;
  width: calc(100% - 165px);
}
.asset-card__body-status[data-v-35adb040] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #2969ff;
  display: flex;
  align-items: center;
}
.asset-card__body-status--row[data-v-35adb040] {
  margin-bottom: 0;
}
.asset-card__body-status svg[data-v-35adb040] {
  margin-right: 4px;
  color: #7fe0e8;
}
.asset-card__body-status svg.published[data-v-35adb040] {
  color: #fff;
}
.asset-card__body-asset-name[data-v-35adb040] {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 8px;
  min-height: 22px;
  width: 95%;
}
.asset-card__body-asset-name--row[data-v-35adb040] {
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  margin-top: 4px;
}
.asset-card__body-position[data-v-35adb040] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
  margin-top: 7px;
}
.asset-card__body-position--row[data-v-35adb040] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-position-address[data-v-35adb040] {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.asset-card__body-upb[data-v-35adb040] {
  position: absolute;
  bottom: 16px;
}
.asset-card__body-upb--row[data-v-35adb040] {
  bottom: 8px;
}
.asset-card__body-upb-label[data-v-35adb040] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.asset-card__body-upb-label--row[data-v-35adb040] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-upb-value[data-v-35adb040] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__body-upb-value--row[data-v-35adb040] {
  font-weight: 700;
  font-size: 20px;
}
.asset-card__body-hidden[data-v-35adb040] {
  display: none;
}
[data-v-35adb040] .asset-status {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 0px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 26px !important;
  padding-top: 5px !important;
  width: 145px !important;
  white-space: nowrap !important;
}
[data-v-35adb040] .image__wrapper.loaded .image__item {
  border-top-right-radius: 7px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-card__body-asset-name[data-v-35adb040] {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}
.asset-card__body-upb-value[data-v-35adb040] {
    font-size: 20px;
    line-height: 152%;
}
.asset-card__image[data-v-35adb040] {
    min-height: 158px;
    height: 158px;
}
.asset-card__body-position[data-v-35adb040] {
    margin-top: 0px;
}
.asset-card__body-upb[data-v-35adb040] {
    bottom: 11px;
}
[data-v-35adb040] .asset-dialog-timer__dots {
    margin: 0 -4px;
}
[data-v-35adb040] .asset-dialog-timer {
    height: 66px;
}
[data-v-35adb040] .asset-dialog-timer__time-value {
    width: 50px;
    max-width: 50px;
}
.asset-card__icon-wrapper[data-v-35adb040] {
    left: 7px;
    top: 6px;
}
}.select-assets-wrapper[data-v-a54739c6] {
  width: 1276px;
  margin: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.select-assets-wrapper[data-v-a54739c6] {
    width: 100%;
}
}
.select-assets-wrapper__mobile[data-v-a54739c6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 56px;
}
.select-assets-wrapper__mobile-item[data-v-a54739c6] {
  margin-top: 16px;
}
.carousel-wrapper[data-v-a54739c6] {
  width: 100%;
  margin-top: 32px;
}
[data-v-a54739c6] .asset-card__body-upb {
  bottom: 63px !important;
}
[data-v-a54739c6] .asset-card-slot-wrapper {
  position: absolute;
  bottom: 20px;
}
.add-to-offer-button[data-v-a54739c6] {
  width: 275px;
  max-width: 275px;
  height: 34px !important;
  border-radius: 5px;
  font-size: 12px !important;
  background: #2969ff !important;
  min-height: unset !important;
}
.add-to-offer-button__text[data-v-a54739c6] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.444444px;
  /* Primary/White */
  color: #ffffff;
}
.selected-assets-wrapper[data-v-a54739c6] {
  background: #f4f4f4;
  border-radius: 1px;
  width: 100%;
  padding: 24px 0px;
  height: 478px;
}
.selected-assets-wrapper__empty[data-v-a54739c6] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #001154;
  height: 100%;
  width: 100%;
  flex-direction: column;
  row-gap: 40px;
}
[data-v-a54739c6] .asset-card {
  height: 430px !important;
}
[data-v-a54739c6] .asset-card {
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25) !important;
  border-radius: 7px !important;
}
[data-v-a54739c6] .dialog-content {
  overflow-x: hidden;
}.offer-controls-slider[data-v-c24408d4] {
  margin-top: 21px;
  padding-bottom: 19px;
}
.offer-controls-slider[data-v-c24408d4] .v-slider.v-input--horizontal {
  margin-right: 2px;
  margin-left: 18px;
}
.offer-controls-slider[data-v-c24408d4] .v-slider.v-input--horizontal .v-slider-track__background {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
}
.offer-controls-slider[data-v-c24408d4] .v-slider-track__fill {
  background: #2969ff !important;
}
.offer-controls-slider[data-v-c24408d4] .v-slider.v-input--horizontal .v-slider-thumb__surface {
  background: #2969ff !important;
  width: 32px !important;
  height: 32px !important;
  left: -1px !important;
}
.offer-controls-slider[data-v-c24408d4] .v-slider-thumb__label-container {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  left: -1px !important;
  top: -12px !important;
}
.offer-controls-slider[data-v-c24408d4] .v-slider-thumb__label-container img {
  width: 14px;
  position: relative;
  left: 4px;
  height: 14px;
}
.offer-controls-slider[data-v-c24408d4] .v-slider {
  margin-left: 0;
}
.offer-controls-slider[data-v-c24408d4] .v-slider-track {
  height: 8px;
}
.offer-controls-slider[data-v-c24408d4] .v-slider-track__fill {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.offer-controls-slider[data-v-c24408d4] .v-slider-thumb__surface::after, .offer-controls-slider[data-v-c24408d4] .v-slider-thumb__surface::before {
  display: none;
}
.offer-controls-slider[data-v-c24408d4] .v-slider-thumb__label {
  background-color: transparent !important;
  transform: translateY(80%) translateY(4px) translateX(-14%) rotate(45deg) !important;
}
[data-v-c24408d4] .v-input__control {
  height: 50px !important;
}
[data-v-c24408d4] .v-input__control .v-field {
  margin: 0;
  padding: 0 !important;
  height: 50px !important;
  border: none !important;
}
[data-v-c24408d4] .v-input__control .v-field fieldset {
  display: none;
  height: 50px !important;
}
[data-v-c24408d4] .v-input__control .v-field::after {
  display: none;
}
[data-v-c24408d4] .v-input__control .v-field::before {
  display: none;
}
[data-v-c24408d4] .v-input__control .v-field__input {
  height: 50px !important;
  border: none !important;
  background: #f4f4f4;
  border-radius: 1px;
}
[data-v-c24408d4] .v-input__control .v-field__input input {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  color: #001154;
  position: relative;
  top: 11px;
}
[data-v-c24408d4] .v-input__control .v-field__input input::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
[data-v-c24408d4] .v-input__control .v-input__details {
  display: none;
}
[data-v-c24408d4] .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.inputs-wrapper[data-v-c24408d4] {
  display: grid;
  grid-template-columns: 283px auto;
  column-gap: 16px;
}
label[data-v-c24408d4] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* Primary / DarkBlue */
  color: #001154;
}
.selects-wrapper[data-v-c24408d4] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.offer-controls-select[data-v-c24408d4] {
    z-index: 1;
}
}
.offer-controls-select[data-v-c24408d4] .v-field {
  border-radius: 1px;
  background: #f4f4f4 !important;
  filter: unset !important;
  box-shadow: unset !important;
  padding-left: 16px !important;
}
.offer-controls-select[data-v-c24408d4] .slot-select__icon-wrapper {
  top: 14px;
}
.offer-controls-select[data-v-c24408d4] .slot-select__select-icon {
  width: 13px;
  height: 9px;
}
.offer-controls-select[data-v-c24408d4] .slot-select__content-wrapper {
  height: 370px !important;
}
.offer-controls-select[data-v-c24408d4]  .slot-select__slot-item {
  width: 100%;
  cursor: pointer;
  padding: 8px;
}
.offer-controls-select[data-v-c24408d4]  .slot-select__slot-item:hover {
  background: #f4f4f4;
}
[data-v-c24408d4] .text-error {
  border: 1px solid #d52819;
}
[data-v-c24408d4] .slot-select {
  height: 52px;
}.offers-form[data-v-5bc3ee6f] {
  margin-top: 16px;
  padding-bottom: 64px;
}
.offers-form__comments[data-v-5bc3ee6f] {
  margin-bottom: 16px;
}
.offers-form__comments-field[data-v-5bc3ee6f] {
  height: 180px;
}
.offers-form__comments-field label[data-v-5bc3ee6f] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offers-form__comments-field-textarea[data-v-5bc3ee6f] {
  width: 100%;
  min-height: 100%;
}
.offers-form__comments-field-textarea[data-v-5bc3ee6f] .v-input__control {
  height: 100%;
}
.offers-form__comments-field-textarea[data-v-5bc3ee6f] .v-field {
  min-height: 100%;
  margin: 0;
  box-shadow: none !important;
  background: #f4f4f4 !important;
  border-radius: 1px;
}
.offers-form__comments-field-textarea[data-v-5bc3ee6f] .v-field__input textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.offers-form__comments-field-textarea[data-v-5bc3ee6f] .v-field__input textarea::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
.offers-form__comments-field-textarea[data-v-5bc3ee6f] .v-input__details {
  display: none !important;
}
.offers-form__comments-field-textarea[data-v-5bc3ee6f] textarea {
  height: 145px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  padding-top: 4px;
}
.offers-form__asset[data-v-5bc3ee6f] {
  margin-top: 16px;
}
[data-v-5bc3ee6f] .selects-wrapper {
  grid-template-columns: 48% 48%;
}.multi-bid-total-offers-wrapper[data-v-c1b31fe8] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1276px;
  margin: auto;
  margin-top: 32px;
}/*$vite$:1*/